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(4), .tblProduct .tblContent td:nth-child(5), .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),
.tblCustomerReport .tblContent td:nth-child(1), .tblCustomerReport .tblContent td:nth-child(2), .tblCustomerReport .tblContent td:nth-child(6), .tblCustomerReport .tblContent td:nth-child(7), .tblCustomerReport .tblContent td:nth-child(8), .tblCustomerReport .tblContent td:nth-child(10), .tblAddProductStock .tblContent td:nth-child(1), .tblAddProductStock .tblContent td:nth-child(3), .tblAddProductStock .tblContent td:nth-child(4), .tblAddProductStock .tblContent td:nth-child(5),
.tblContent th {
    text-align: center;
}

.tblContent td {
    text-align: left;
}

.dvTaxes {
    display: flex;
    align-items: center;
}

    .dvTaxes span {
        padding-left: 5px;
    }

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;
}

* {
    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;
}
/*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 {
    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
}
/* 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
}
/*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;
}

.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_bg {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    align-items: center;
    background-size: cover;
}

.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-outer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e5;
    height: 100vh;
}


.login-inner-wrapper {
    background-color: #fff;
    width: 35%;
    height: fit-content;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    border-radius: 10px;
    padding: 20px;
}

.form_label1 {
    font-size: 15px;
    text-transform: uppercase;
    color: #3e3e3e;
    font-weight: 500;
    margin-bottom: 0 !important;
    padding-left: 5px;
    font-weight: 600;
}

.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: 1200px) {
    .login-inner-wrapper {
        width: 50%;
    }
}




@media (max-width: 768px) {
    .login-outer-wrapper {
        width: 100% !important;
    }

    .login-inner-wrapper {
        /*padding: 10px;*/
        width: 70% !important;
    }

    .login-vector .img {
        display: none;
    }
}

@media (max-width: 576px) {
    .login-inner-wrapper {
        width: 98% !important;
    }

    .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: 97vh;
    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: 900px) {
    

    .right {
        left: calc(68% - 500px / 2);
    }
}


/* 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: start;
    padding: 20px 0px;
}

.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: 60px;
}

.custMstmorning {
    margin-bottom: 25px;
}

/*Invoice Css :- PrintIcon CSS.*/

.printer_inv_div {
    display: inline;
    display: flex;
    justify-content: center;
}

    .printer_inv_div span i {
        font-size: 30px;
        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;
}

.custCards {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    border: 1px solid #dad7d7ee;
    border-radius: 3px;
}

    .custCards p {
        font-weight: 600;
        padding: 2px;
    }

    .custCards span {
        font-weight: 500;
    }

.userView .sidebar-brand {
    border-bottom: none !important;
}

.clsUserProfile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerCompanyName {
    /*color: #3e3e3e;*/

    padding: 10px;
    font-weight: 600;
}

.clsUserViewDetails {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.userDateSection {
    background-color: #fff;
}

.userView .navContent, .userView .userDateSection {
    padding: 20px 10px;
    overflow-x: hidden;
}

    .userView .navContent .userCard {
        background-color:#fff;
        padding:18px;
        margin:5px;
    }
        .userView .navContent .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

    .userView .navContent .nav-item a, .userDateSection  label{
        font-weight: 600;
        font-size: 18px
    }

.userView .userNav .card-body {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 470px) {
    .clsUserViewDetails {
        display: block !important
    }

    .userView .sidebar-brand {
        justify-content: start !important
    }
}
.clsStockDate input, .clsStockDate label {
    font-weight: 600;
}
/*Login page*/

.index-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100vh !important;
    background-color: #ededed !important;
}

.login-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 500px;
    height: 500px;
    text-align: center;
}

.error-message {
    background: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.login-container h1 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.logo-title {
    /*    color: #007bff;*/
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.logo-img {
    display: flex;
    justify-content: center;
    height: 80px;
    margin-bottom: 50px;
}
/* error code css*/
/*Validate Function Css*/
input.error,
textarea.error,
select.error {
    border: 1px solid #db7e7e !important;
    box-shadow: 0 0 8px rgba(220, 53, 69, 0.5);
    transition: all 0.3s ease-in-out;
    animation: shake 0.3s ease;
}

/*Login button css*/

.submit-btn{
    border: none;
    color: #fff;
    font-weight: 400;
    border-radius: 4px !important;
    padding: 6px 25px;
    letter-spacing: 0.2px;
    text-decoration: none;
    margin-right: 2px;
    font-size: 14px;
}

    .submit-btn:hover,
    .Edit-btn:hover {
        color: #fff !important;
    }

.submit-btn {
    background-color: #151b8d;
    /*    background-color: #090a41;*/
    color: #fff !important;
}