html {
    /* font-size: 14px; */
}

@media (min-width: 768px) {
    html {
        /* font-size: 16px; */
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.ExcelBtn {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px 1px;
    border-radius: 7px;
}

    .ExcelBtn img {
        height: 35px;
        width: 35px;
    }

.table td:nth-child(1), .tblAttribute .tblContent td:nth-child(4), .tblCategory .tblContent td:nth-child(3), .tblExpense .tblContent td:nth-child(3),
.tblProduct .tblContent td:nth-child(5), .tblProduct .tblContent td:nth-child(6), .tblUser .tblContent td:nth-child(4), .tblVendor .tblContent td:nth-child(3),
.tblDealer .tblContent td:nth-child(4), .tblDealer .tblContent td:nth-child(8), .tblBrand .tblContent td:nth-child(3), .tblBlogCategory .tblContent td:nth-child(4),
.tblProductPrice .tblContent td:nth-child(4), .tblProductPrice .tblContent td:nth-child(5), .tblProductInword .tblContent td:nth-child(5),
.tblProductInword .tblContent td:nth-child(6), .tblProductOutword .tblContent td:nth-child(5), .tblProductOutword .tblContent td:nth-child(6),
.tblInvoice .tblContent td:nth-child(3), .tblInvoice .tblContent td:nth-child(4), .tblInvoice .tblContent td:nth-child(5), .tblExpenceEntry .tblContent td:nth-child(4),
.tblExpenceEntry .tblContent td:nth-child(5), .tblInwordReports .tblContent td:nth-child(6), .tblInwordReports .tblContent td:nth-child(7), .tblInwordReports .tblContent td:nth-child(8),
.tblInwordReports .tblContent td:nth-child(9), .tblOutwardReport .tblContent td:nth-child(6), .tblOutwardReport .tblContent td:nth-child(7), .tblOutwardReport .tblContent td:nth-child(8),
.tblOutwardReport .tblContent td:nth-child(9), .tblInwardOutwardReports .tblContent td:nth-child(5), .tblInwardOutwardReports .tblContent td:nth-child(6),
.tblInwardOutwardReports .tblContent td:nth-child(7), .tblInwardOutwardReports .tblContent td:nth-child(8), .tblProductPriceHistory .tblContent td:nth-child(4),
.tblProductPriceHistory .tblContent td:nth-child(5), .tblProductOrder .tblContent td:nth-child(4), .tblProductOrder .tblContent td:nth-child(5),
.tblDebitNote .tblContent td:nth-child(5), .tblDebitNote .tblContent td:nth-child(6), .tblDebitNote .tblContent td:nth-child(7),
.tblCreditNote .tblContent td:nth-child(5), .tblCreditNote .tblContent td:nth-child(6), .tblCreditNote .tblContent td:nth-child(7),
.tblPayment .tblContent td:nth-child(5), .tblPayment .tblContent td:nth-child(6), .tblPayment .tblContent td:nth-child(7),
.tblReciptDetails .tblContent td:nth-child(5), .tblReciptDetails .tblContent td:nth-child(6),
.tblReciptDetails .tblContent td:nth-child(7), .tblFinancialYear .tblContent td:nth-child(2),
.tblFinancialYear .tblContent td:nth-child(3), .tblFinancialYear .tblContent td:nth-child(4), .tblProductOpeningStock .tblContent td:nth-child(1), .tblViewInvoice .tblContent td:nth-child(3),
.tblViewInvoice .tblContent td:nth-child(4), .tblViewInvoice .tblContent td:nth-child(5), .tblViewInvoice .tblContent td:nth-child(6), .tblViewInvoice .tblContent td:nth-child(7),
.tblViewInvoice .tblContent td:nth-child(8), .tblViewInvoice .tblContent td:nth-child(9), .tblDailyCustomerRecord .tblContent td:nth-child(1),
.tblDailyCustomerRecord .tblContent td:nth-child(3), .tblDailyCustomerRecord .tblContent td:nth-child(4), .tblDailyCustomerRecord .tblContent td:nth-child(5),
.tblProductTypeMst .tblContent td:nth-child(1), .tblProductTypeMst .tblContent td:nth-child(3), .tblContent th, .tblInOutProductList
/*.tblContent td*/ {
    text-align: center;
}

.tblContent td {
    text-align: left;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* width: 100vw; */
    height: 100vh;
    /*font-family: 'Poppins', sans-serif;*/
    background-color: #eeeeee !important;
    font-family: "Nunito", sans-serif;
    overflow-y:scroll;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
    /*font-family: 'Poppins', sans-serif;*/
}

::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.cal {
    color: black;
}

.header_part .navbar {
    display: block !important
}

.header_CompanyName {
    color: #000249;
    font-size: 20px;
}

.wrapper {
    display: flex;
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #fff;
    min-width: 0;
    font-family: "Poppins", sans-serif;
    border-radius: 8px;
}

.toggle-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
}

    .toggle-btn i {
        font-size: 1.5rem;
        color: #FFF;
    }

.navbar {
    padding: 0px !important;
}

.navbar-expand .navbar-collapse {
    min-width: 200px;
}

.avatar {
    height: 40px;
    width: 40px;
}

.txtAlign {
    text-align: center;
}

i {
    font-size: 18px;
}


p {
    margin: 0 !important;
    line-height: 1.5rem;
}

textarea {
    height: 100% !important;
}
    textarea::placeholder,
    input::placeholder {
        color: #2125293d !important;
        font-size: 0.95rem !important;
    }
/*DatepickerK start*/
.datepicker {
    padding: 10px !important;
}

.dow {
    font-size: 12px !important;
    padding: 7px !important;
}

.datepicker-days table tbody tr td {
    padding: 7px !important;
    font-size: 13px !important;
}

.input-group-append {
    cursor: pointer !important;
}
/*DatepickerK end*/

.content {
    background: white;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
}

.filter_section {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 10px;
    border-radius: 3px;
    width: 100%;
}

.ContentBody {
    background: #eeee;
    padding: 10px;
}

.clsSingleAddBtn {
    margin-top: 44px;
    display: flex;
}

.dvBtn {
    margin-top: 27px;
    display: flex;
}

.clsbtn, .backBtn {
    font-size: 14px;
    border: none;
    color: #fff;
    font-weight: 500 !important;
    border-radius: 5px;
    letter-spacing: 0.2px;
    transition: 0.5s ease-out;
    text-decoration: none;
    margin-right: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8px 20px;
}

    .clsbtn a {
        text-decoration: none;
        color: #fff;
    }

.btnSave {
    background: #151b8d;
    color: #fff !important;
}

.btnCancel {
    background: #dd1717;
}

.btnPrint {
    background: #347928;
}

.clsbtn a:hover {
    color: #fff !important
}
.backBtn {
    background: #e63946;
}
.inwardBtnDash {
    background: #f9844a !important;
}

.inwardBtnList {
    background: #fcbf49 !important;
}

.inwardBtnDash:hover, .inwardBtnList:hover {
    color: #fff !important
}


.invoice_backbtn {
    display: flex !important;
    justify-content: end !important;
}
    /* form control*/
    .form-control {
    width: 100%;
    border-radius: 3px !important;
    padding: 5px 8px !important;
    border: 0.5px solid #e5e5e5;
    outline: none;
    position: relative;
    display: block;
    font-size: 15px !important;
    transition: all 0.2s ease-in-out;
    box-shadow: unset !important;
    height: 38px;
}

    .form-control option {
        font-size: 0.50rem !important;
    }

    .form-control::placeholder {
        font-size: 14px;
        color: #d6d6d6;
    }

.form-select {
    width: 100%;
    box-shadow: unset !important;
    border-radius: 3px !important;
    padding: 5px 10px;
    border: 0.5px solid #e5e5e5;
    outline: none;
    font-size: .75rem;
}

.form-label {
    margin-bottom: 3px !important
}

.dvTaxes {
    display: flex;
    align-items:center;
    
}

    .dvTaxes span {
        padding-left:5px;
    }
.tdLeftAlign {
    text-align: left !important;
}

.tdRightAlign {
    text-align: right !important;
}

.tdCenterAlign {
    text-align: center !important;
}

/*Validation Star.*/
.requiredField {
    color: #ca1f2b;
}

.Mb-d-Flex {
    display: flex;
    justify-content: flex-end;
}

table {
    background-color: #fff !important;
    width: 100%;
    table-layout: auto;
    margin: 0 !important;
}

/*  Table Edit Delete button. action_btn is parent class of these two button.*/
.action_btn {
    display: flex;
    align-items: center;
    /*justify-content: space-around;*/
    cursor: pointer;
}

    .action_btn button {
        border: none;
        background-color: transparent;
    }

        .action_btn button svg {
            width: 1.25rem;
            height: 1.25rem;
        }


.edit_icon a, .edit_icon {
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    text-decoration: none;
    transform: scale(1)
}

a:hover {
    color: unset;
}

.edit_icon:hover a, .edit_icon:hover, .delete_icon:hover, .view_icon:hover {
    /*box-shadow: 0 0 15px #FFE469;*/
    transition: all 0.75s ease;
    box-shadow: 2px 2px 6px 0px rgba(212,212,212,0.8);
    transform: scale(1.1);
}

.delete_icon {
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    transform: scale(1)
}

.save_icon {
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    transform: scale(1)
}


.view_icon {
    color: #007bff !important;
}

.download_icon {
    cursor: pointer;
    color: green !important;
    font-size: 20px;
}

.product_tab {
    margin: 10px 10px;
    background-color: #000249;
    color: #fff;
    border-radius: 8px;
    border: none;
    padding: 8px 0px;
    text-align: center;
    cursor: pointer;
}

.p_info_tab,
.p_img_tab,
.p_attr_tab {
    width: 100%;
    height: 100%;
    padding: 5px 20px;
}

/*Product Page Tab Panel.*/
.nav-pills {
    /* font-size: 0.80rem; */
    padding: 4px 8px !important;
}

    .nav-pills .nav-item {
        /*font-size: 0.80rem;*/
        padding: 0px !important;
    }

.nav li {
    /*background-color: #fff;*/
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.nav-pills .nav-link {
    color: #3b5998 !important;
}

    .nav-pills .nav-link.active {
        background-color: #180C3C !important;
        color: #fff !important;
    }

.nav-pills .nav-link {
    border-radius: 0 !important;
}

    .nav-pills .nav-link:not(.active):hover {
        color: #3b5998 !important;
    }

/*This CSS we apply on CheckBox.*/
.section_wise_heading {
    color: #000249 !important;
    text-decoration: underline;
    text-underline-offset: 5px;
    padding-bottom: 7px;
    font-weight: 600;
    font-size: 1.3rem;
}

.eye_icon {
    position: absolute;
    right: 10px;
    top: 40px;
}

.eye-button {
    position: relative;
    left: 90%;
    top: -30px;
    color: black !important;
}
/* Product Add-Edit Page somed CSS.*/
.prod_sec {
    margin-top: 22px;
}

.prod_sec_head span {
    margin-bottom: -12px;
    color: #0E2238;
    width: 9%;
    position: relative;
}

    .prod_sec_head span::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: gray;
        bottom: 0;
        top: 95%;
        left: 0%;
    }

.product_sec_hori_line {
    color: #0e2238;
    width: 20%;
    padding-top: -20px;
}


/* Image Preview box.*/
#img-preview {
    display: block;
    width: 300px;
    margin-bottom: 20px;
}

    #img-preview img {
        width: 100%;
        height: auto;
        display: block;
    }



/*Multiple Image Upload.*/
.upload__box {
    padding: 4px;
}

.upload__inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 80px 170px 80px 170px;
    transition: all .3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #fff;
    /* background-color: #4045ba; */
    /* border-color: #4045ba; */
    border-color: #e5e5e5;
    color: #000;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}

    .upload__btn:hover {
        background-color: unset;
        color: #4045ba;
        transition: all .3s ease;
    }

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

    .upload__img-close:after {
        content: '\2716';
        font-size: 14px;
        color: white;
    }

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

/*Product Attribute page Search bar. CSS*/
.input-container {
    display: flex;
    justify-content: center;
}

::placeholder {
    color: #757575;
    opacity: 1;
}

.search-input {
    border-radius: 1rem 0rem 0rem 1rem;
    width: 30%;
    background: #EEEEEE;
    color: #212121;
    vertical-align: middle;
    font-size: 16px;
    line-height: 2;
    padding: 10px 20px;
    border: 0;
    outline: none;
    box-shadow: inset 0 -1px 1px -1px #CCCCCC, inset 0 1px 1px -1px #CCCCCC, inset 1px 0 1px -1px #CCCCCC;
}

.search-submit {
    background: #000249;
    color: #FFFFFF;
    vertical-align: middle;
    padding: 0 20px;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 0 1rem 1rem 0;
}

    .search-submit:hover {
        background: #AB47BC;
    }

    .search-submit i {
        font-size: 24px;
    }

/*Table Image CSS.*/
.table_img {
    width: 50%;
}

.table_img_img {
    width: 100%;
    height: 50%;
    object-fit: cover;
}

/* Product Attribute page.*/
.table-container {
    overflow-x: auto;
    max-width: 100%;
    text-align: center;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dataTables_filter {
    margin-bottom: 10px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e5e5e5 !important;
}

table.dataTable {
    border-collapse: collapse !important;
}

table {
    background-color: #fff !important;
    width: 100%;
    table-layout: auto;
}

    table.dataTable {
        border-radius: 10px;
    }

.table-bordered > :not(caption) > * > * {
    font-size: 15px;
}


/* Login Page CSS... (Refer index.cshtml)*/

.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-outer-wrapper {
    width: 100%;
}

.login-inner-wrapper {
    /*border: 1px solid #e5e5e5;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    border-radius: 10px;*/
    padding: 20px;
}


.align-login-content {
    display: flex;
    justify-content: center;
}

.login-vector {
    /* background-color: #aadfff; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .login-vector .login-img {
        width: 250px;
        height: fit-content;
    }

.login-logo {
    width: 180px;
    padding: 15px
}

.login-logo-section {
    background-color: #000249;
    width: 100%;
    height: 100px;
}

.login-form-parent {
    width: 40% !important;
    /*display: grid;
    place-items: center;*/
}


.login-form {
    background-color: #fff;
    /*margin: 15px;*/
    /*padding: 30px;*/
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: 100%;
}



.login-heading {
    /*margin-bottom: 35px;*/
    text-align: center;
}

    .login-heading h4,
    .login-heading h1 {
        color: #000249 !important;
        font-weight: 700 !important;
        /* margin-top: 30px !important; */
    }

    .login-heading h4 {
        font-size: 20px !important;
    }

    .login-heading h3 {
        font-size: 28px !important;
    }

.login-label {
    font-size: 18px;
    color: gray;
    font-weight: bold;
}

.login_input {
    border-radius: 2rem !important;
    padding: 7px !important;
    font-size: 17px !important;
    color: darkgray !important;
}

.login-inp {
    margin-top: 2rem !important;
    width: 70%;
    margin: auto;
}

.forget-pass {
    font-size: 12px;
    margin: 5px 0;
    font-weight: 600;
    text-align: end;
    cursor: pointer;
}

    .forget-pass:hover {
        color: #000249;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

.show-hide {
    position: absolute;
    right: 10px;
    top: 30px;
    padding: 2px 3px;
    color: #3e3e3e;
    border: none;
    background-color: transparent;
}

.create-acc {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

    .create-acc span {
        color: #dd1717;
        cursor: pointer;
    }

    .create-acc:hover span {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

.login_btn_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}

    .login_btn_wrapper a {
        text-decoration: none;
    }

    .login_btn_wrapper button {
        padding: 13px 40px !important;
        font-size: 1rem;
    }

.mb-2 {
    margin-bottom: 10px;
}

.mt-3 {
    margin-top: 20px;
}

.login_btn {
    background-color: #000249;
    border: none;
    border-radius: 5px;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    display: flex;
    align-items: center;
    font-size: 14px;
    border: none;
    color: #fff;
    font-weight: 500 !important;
    padding: 5px 15px;
    letter-spacing: 0.2px;
    transition: 0.5s ease-out;
    text-decoration: none;
    margin-right: 2px;
    text-align: center;
}

    .login_btn:hover {
        color: white !important;
    }

.login-heading h6 {
    color: #b3b3b3
}


@media (max-width: 576px) {
    .login-inner-wrapper {
    }

    .login-form {
        padding: 5px !important;
    }

    .login-vector .login-img {
        /*display: none !important;*/
        width: 200px !important;
    }

    .login-heading h4 {
        margin-top: 0 !important;
    }

    .login-heading h3 {
        font-size: 30px !important;
    }

    .login-vector .img {
        display: none;
    }
}


@media (max-width: 768px) {
    .login-outer-wrapper {
        width: 100% !important;
    }

    .login-inner-wrapper {
        /*padding: 10px;*/
        width: 100% !important;
    }

    .login-vector .img {
        display: none;
    }
}

.page_head span {
    margin-bottom: -12px;
    color: #0E2238;
    width: 9%;
    position: relative;
}

    .page_head span::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: gray;
        bottom: 0;
        top: 105%;
        left: 0%;
    }

/*Table alignment class.*/
.theading {
    text-align: center;
}

.tdCenter {
    text-align: center;
}
/* Header Profile Wrapper.*/
.header_profile_wrapper {
    width: 38px;
    height: 38px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_profile {
    font-size: 20px;
}

.header_profile_name p {
    margin: 0;
}

    .header_profile_name p:first-child {
        font-weight: 600;
        font-size: 15px;
    }

    .header_profile_name p:last-child {
        font-size: 18px;
    }

.icon_color {
    color: dimgray;
}

.btn-logout {
    border: 1px solid #180c3c1c;
    color: #180c3c;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 15px;
    letter-spacing: 0.2px;
    transition: 0.5s ease-out;
    text-decoration: none;
    box-shadow: 1px 1px 0px 0px #c1c1c1;
}


    .btn-logout:hover {
        background: #55679C;
        color: #fff;
        border: 1px solid #55679C;
    }

.header_right_side {
    position: relative;
    right: 0;
}

/* Login Page Image*/
.log_side_img {
    width: 100%;
    height: 100%;
}

    .log_side_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*Akshay After Updated Login Form CSS ----------**-----------*/
.main-container {
    background-image: url(/Image/pexels-pixabay-265087.jpg);
    background-size: cover;
    height: 100vh;
    background-color: black;
}

.right {
    opacity: 0.7;
    position: absolute;
    width: 360px;
    left: 60%;
    height: 580px;
    top: calc(50% - 580px / 2);
    background: rgba(0, 0, 0, 0.9);
    border-radius: 25px;
    text-align: center;
}

.dthrill_connect {
    color: gray;
    font-size: 18px;
    font-weight: 600;
}

.title {
    font-family: Sansation;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 70px;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    color: whitesmoke;
}

.form-login {
    margin-top: 35px;
}

.pass-input,
.user-input {
    border: none;
    outline: none;
    background: none;
    font-size: 18px;
    color: azure;
    padding: 20px 10px 20px 5px;
    border: 2px solid beige;
    width: 280px;
    height: 45px;
    margin: 5px 15px;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    font-family: "Nunito Sans", sans-serif;
}

.contra {
    margin-bottom: 50px;
}

::placeholder {
    color: seashell;
    font-size: 18px;
}

label .bi-box-arrow-in-right {
    font-size: 20px;
    position: absolute;
    padding: 24px 32px;
    margin-top: -5px;
    margin-left: 5px;
    color: rgba(242, 246, 250, 0.7);
}

label .fa-lock {
    font-size: 20px;
    position: absolute;
    padding: 24px 32px;
    margin-left: 7px;
    margin-top: -6px;
    color: rgba(242, 246, 250, 0.7);
}

.login-btn {
    width: 260px;
    height: 45px;
    position: relative;
    top: 3rem;
    margin: 0px 20px 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    color: black;
    border: none;
    background: rgba(255, 255, 255, 0.89);
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}

.loader {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*background-color:tomato;*/
    margin: 30px auto;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    border-bottom: 12px solid #fff;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

label .bi-envelope {
    font-size: 20px;
    position: absolute;
    padding: 24px 32px;
    margin-top: -5px;
    margin-left: 5px;
    color: rgba(242, 246, 250, 0.7);
}

label .bi-shield-lock-fill {
    font-size: 20px;
    position: absolute;
    padding: 24px 32px;
    margin-left: 7px;
    margin-top: -6px;
    color: rgba(242, 246, 250, 0.7);
}

label .eye {
    font-size: 15px;
    position: absolute;
    padding: 25px 0px;
    margin-left: -60px;
    margin-top: -6px;
    color: rgba(210, 230, 250, 0.7) !important;
    cursor: pointer;
}

.dthrill_logo {
    margin-top: 20px;
    width: 177px;
    height: 50px;
    object-fit: cover;
}


@media only screen and (max-width: 990px) {
    .main-container {
        background: linear-gradient(138.56deg, #5695cf 23.44%, #88183a 89.5%);
    }

    .right {
        left: 0;
        justify-self: anchor-center;
    }
}

@media only screen and (max-width: 380px) {
    .right{
        width:310px !important;
    }
}


    /* Modal */
    /* Modal Container */
    .modal {
        display: none;
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 20px;
        overflow: unset !important;
    }
    /*
    .modal_top_section_height {
        height: 90px;
        margin-bottom: 20px;
    }*/

    /* Modal Content */
    .modal-content {
        /*background-color: transparent;*/
        background-clip: unset !important;
        margin: auto;
        border: 1px solid #888;
        width: 100%;
        height: 100%;
        flex-direction: column;
        overflow: auto;
        position: relative !important;
    }

    .validation-modal-content {
        margin: auto;
        border: 1px solid #888;
        width: 45%;
        height: 100%;
        flex-direction: column;
        overflow: auto;
        position: relative !important;
        border: none !important;
    }
    /* Close Button */
    .close {
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
        border: none;
        background: #dd1717;
        color: #fff;
        font-size: 40px;
        width: 40px;
        height: 49px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9;
    }

    .modal_top_section {
        position: sticky;
        top: 25px;
        left: 10px;
        right: 10px;
        /*background: #fff;*/
        width: 100%;
        padding: 10px 0;
    }

    .offcanvas.offcanvas-start {
        width: 350px !important;
    }

    .offcanvas-body {
        padding: 0px !important;
    }

    .offcanvas .offcanvas-brand {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        font-size: 1.25rem;
        white-space: nowrap;
        transition: width 0.3s ease-in-out;
    }

        .offcanvas .offcanvas-brand img {
            width: 150px;
        }

    .offcanvas-header-section {
        display: flex;
    }

    .offcanvas-Logout {
        padding: 5px 10px;
        border-radius: 3px;
        border: none !important;
    }
    /* header css*/
    .clsHeader {
        background-color: #fff;
        padding: 4px;
    }

    .clsHeaderCompanyDetails {
        padding: 10px;
        display: flex;
        align-items: center;
    }

    .clsHeader li a i {
        font-weight: 600;
        color: #151b8d;
        font-size: 24px;
    }

    .headerCompanyName {
        color: #151b8d;
        padding: 10px;
        font-weight: 600;
    }

    .headerLogout button {
        padding: 5px 15px;
        border-radius: 3px;
        border: 1px solid #dd1717;
        background: #fff;
        font-weight: 600;
    }

        .headerLogout button a {
            text-decoration: none !important;
            color: #151b8d;
        }
    /* header css*/
    /*Invoice Css*/
    .invoiceHeading, .taxInvoiceH4 {
        text-align: center;
    }

        .invoiceHeading h3 {
            font-weight: 600;
            color: #151b8d;
        }

    .inAddress {
        display: flex;
        justify-content: end;
        padding: 20px 0px;
    }

    .invoiceShipBillBox {
        width: 300px;
        padding-left: 5px;
    }


    .inContact {
        display: flex;
        /*justify-content: end;*/
        padding: 20px 0px;
    }

    .inAddress_inner h4, .invContactDetails p, .taxInvoice_inner h4, .invTaxDetails p {
        font-weight: 600;
        color: #151b8d;
    }

    .custContactDetails {
        margin-right: 0px; /*60px*/
    }

    .custMstmorning {
        margin-bottom: 25px;
    }

    .inBottom {
        border: 1px solid black;
    }

    .section_size {
        height: 120px;
        font-size: 15px;
    }


    /*Invoice Css :- PrintIcon CSS.*/
    .printer_inv_div {
        display: inline;
        display: flex;
        justify-content: center;
    }

        .printer_inv_div i {
            font-size: 20px;
            color: green;
        }



    /* Inward Dashboard CSS.*/

    .indashrow {
        gap: 30px;
    }

    .card {
        margin: 10px auto;
        /*box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.2);*/
        border-radius: 3px !important;
        height: 100%;
        transition: 0.3s;
        height: 114px;
        /*width: 170px; */
        /*background-color:#EBEAFF !important;*/
        transition: all 0.2s ease-out;
    }

        .card:hover {
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        }

    .card-title {
        font-size: 18px;
        margin-bottom: 0PX !important;
        font-weight: 600;
        color: #000249;
        text-align: center;
    }


    .card-image {
        text-align: center;
        margin: 5vh 0;
    }



    .title-heading {
        font-size: 3em;
        text-align: center;
        margin: 4%;
        font-weight: bold; /**/
    }

    .Indashboard_icondiv {
        text-align: center;
    }

        .Indashboard_icondiv span i {
            font-size: 30px;
            color: #dd1717;
            opacity: 0.9;
            transition: 0.5s;
        }

    .card:hover .Indashboard_icondiv span i {
        font-size: 32px;
    }

    /* Payment Page Radio Button CSS.*/
    .radio_div {
        display: flex;
        justify-content: space-around;
    }

    .radio_btn {
        width: 20px;
        height: 20px;
    }

    .clsTotalTax {
        background-color: #edf6f9 !important;
    }

    .invoiceShipBillBoxLeft {
        width: 300px;
        padding-left: 5px;
    }

    .invoiceShipBillBoxRight {
        width: 300px;
        padding-left: 5px;
    }


.neweditbutton {
    color: white !important;
    background-color: green;
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: 500;
}
.newdelbutton {
    color: white !important;
    background-color: red;
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: 500;
}
/*Css Added by kalyani for index Page*/

.forgot-password-link {
    display: inline-block;
    margin-Top: 20px; /* space from the Login button */
    font-size: 14px;
    color: #f7f7f7;
    text-decoration: none;

    font-size: small;
    font-weight: bold;
}

    .forgot-password-link:hover {
 
    }


/*-----------Amol  Add Dashboard css ------------------*/
/* Dashboard CSS.*/

.Dashboard_filter_section {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 10px;
    border-radius: 5px;
    width: 100%;
}

.cards {
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.card-dash {
    background-color: #fff; /*dodgerblue*/
    padding: 20px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #e2e0eb;
    height: 180px;
}

.carder-dash {
    background-color: #fff; /*dodgerblue*/
    padding: 20px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #e2e0eb;
    height: 200px;
    width: 100%;
}

.dash-hori-row {
    width: 100%;
    height: 3px !important;
    background-color: gray;
}

.datashow-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /*275px*/
    grid-gap: 1rem;
    margin: 0 auto;
}

.card_button {
    position: relative;
    overflow: hidden;
}

.cardLink {
    text-decoration: none !important;
    color: #8b8997;
    display: flex;
    flex-direction: column
}

    .cardLink:hover {
        color: #f8a5c2;
        transition: 0.3s;
    }

.card_button a:hover {
    color: #1803c3 !important;
}

.card-dash .count p,
.carder-dash .count p {
    font-weight: 600;
    font-size: 22px;
}

.tot-emp {
    margin-top: 10px !important;
    font-size: 20px;
}


.datashow-card {
    height: 215px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 3px 3px 8px 0px;*/
    display: grid;
    grid-template-rows: 1fr 1fr;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid #c8ccda;
}

.datashow-data {
    width: 100%;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cardLinkCnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card_button .btn_txt {
    font-size: 18px;
    padding-top: 20px;
    font-weight: 600;
}

.card_button span i {
    font-size: 38px;
    background: #f5f5f5;
    width: 60px;
    display: block;
    height: 60px;
    border-radius: 50%;
    padding: 5px 11px;
    color: #dd1717;
}

.datashow-data-top {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.datashow-icon-holder {
    width: 80px;
    height: 70px;
    padding-left: 17px;
    border: 1px solid #dcdde1;
    border-radius: 8px;
    color: #9c88ff;
}

.icon-data-top i {
    font-size: 3rem;
}

.datashow-info-holder {
}

.percentage {
    color: forestgreen;
    font-size: 22px;
    font-weight: bold;
}

.info {
    color: gray;
    font-size: 20px;
    font-weight: bold;
}

.datashow-data-end {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
    margin-left: 20px;
}

.threehun {
    margin-left: 2px;
    font-size: 40px;
    font-weight: bold;
}

.totfor {
    font-size: 22px !important;
}

.sales .middle .progress svg circle {
    stroke-dasharray: 180;
    stroke-dashoffset: -30;
}

.svg {
    width: 7rem;
    height: 7rem;
}

.middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left {
    margin-right: 10px;
}

svg circle {
    fill: none;
    stroke: #9c88ff;
    stroke-width: 14;
    stroke-linecap: round;
    transform: translate(5px, 5px);
    stroke-dasharray: 180;
    stroke-dashoffset: -30;
}


.progresscir {
    position: relative;
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.number {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plus i {
    font-size: 3rem;
    margin-right: 20px;
}

.sub i {
    font-size: 3rem;
    margin-right: -2px;
}

.emp-data {
    font-size: 22px;
    font-weight: bold;
}

.emp-data-new {
    font-size: 20px;
    font-weight: bold;
}

.datashow-empl {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.datashow-empl-leave {
    display: flex;
    margin-left: 23px;
}

.new-el i {
    font-size: 24px;
    color: #9c88ff;
}

.new-ele {
    font-size: 18px;
    color: black;
    font-weight: bold;
    padding-left: 10px;
}

.new-ele-pending {
    font-size: 18px;
    color: black;
    font-weight: bold;
    padding-left: 10px;
}

.datashow-empl-pending {
    margin-top: -19%;
    font-size: 22px;
    color: gray;
    font-weight: bold;
    padding-left: 19px;
}

.sec-svg-circle circle {
    fill: none;
    stroke: #FC427B;
    stroke-width: 14;
    stroke-linecap: round;
    transform: translate(5px, 5px);
    stroke-dasharray: 99;
    stroke-dashoffset: -30;
}

.heading {
    margin-top: 2%;
}


.good_message {
    align-items: center;
    gap: 5px; /* spacing between p and spans */
    box-shadow: 2px 2px 10px gray;
    /*   border-radius: 30px;*/
}

    .good_message p {
        color: #180c3c;
        font-size: 18px;
        background-color: white;
        font-weight: 500;
        margin-bottom: 0;
        padding: 10px 20px 10px 20px;
    }

    .good_message span {
        font-size: 18px;
        font-weight: 500;
    }

CompanyName {
    color: #dd1717;
}

.welcome_message {
    color: #180c3c;
    font-size: 20px;
    font-weight: 500;
}

/*Amol Dashboard Mobile View */
@media(max-width:576px)
{
    .btn_txt{
        color:blue;
    }
}

@media(max-width:576px) {
    .count {
        color: blue;
    }
}