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;
    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;
}
/*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: 22px;
    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: 5px 15px;
/*    margin-top: 10px;*/
}

    .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)*/
/*    margin-right:20px;*/
}

/*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: 0px;
    display: flex;
    align-items: center;
}

.clsHeader li a i {
    font-weight: 600;
    color: #151b8d;
    font-size: 24px;
}

.headerCompanyName {
    color: #151b8d;
    padding: 10px !important;
    font-weight: 600;
}

.headerLogout button {
    padding: 5px 15px;
    border-radius: 3px;
    border: 1px solid #000249;
    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;
}

/*Location Master*/
.submit-btn:hover,
.Edit-btn:hover {
    color: #fff !important;
}

.submit-btn {
    background-color: #151b8d;
    /*    background-color: #090a41;*/
    color: #fff !important;
}

.cancel-btn,
.submit-btn,
.search-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;
}

.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 5px 10px !important;
    border: 0.5px solid #e5e5e5;
    outline: none;
    /* margin-top: 3px; */
    position: relative;
    display: block;
    font-size: 16px !important;
    transition: all 0.2s ease-in-out;
}

.form-controls {
    width: 100%;
    border-radius: 5px;
    padding: 4px 10px !important;
    border: 0.5px solid #e5e5e5;
    outline: none;
    /* margin-top: 3px; */
    position: relative;
    display: block;
    font-size: 15px !important;
    transition: all 0.2s ease-in-out;
}

.bi-eye-fill eyee-button {
    text-align: center;
}




.form-control:hover, .form-controls:hover, .form-select:hover {
    border-color: #000249;
}

.form-control:focus, .form-controls:focus, .form-select:focus {
    box-shadow: none;
    border-color: #000249 !important;
    box-shadow: none !important;
}

.form-control::placeholder, .form-controls::placeholder {
    font-size: 13px;
    color: #d6d6d6;
}


@media(min-width:768px) {
    .lookup-head {
        display: none;
    }
}

.backBtn {
    color: #FFFFFF;
    background-color: #151b8d;
    position: relative;
    right: -8px;
    margin-top: 4px;
    letter-spacing: 1.5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px
}

/*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*/





/*Create OrderSheet*/
.container {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-form-box {
    background-color: #000249; /* Dark Blue Background */
    width: 500px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.header-banner {
    height: 120px;
    width: 100%;
}

    .header-banner img {
        height: 120px;
        width: 100%;
    }

.form-content {
    padding: 20px;
    color: white;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        margin-bottom: 5px;
        font-weight: bold;
    }

.continue-btn {
    background-color: #3949ab; /* Blue Button */
    margin-bottom: 20px;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

@media (max-width: 500px) {
    .header-banner {
        height: 100px;
        width: 100%;
    }

        .header-banner img {
            height: 100px;
            width: 100%;
        }
}

@media (max-width: 375px) {
    .header-banner {
        height: 75px;
        width: 100%;
    }

        .header-banner img {
            height: 75px;
            width: 100%;
        }
}


/*view ordersheet */
.action-button {
    min-width: 120px; /* Adjust width as per your need */
    height: 40px; /* Consistent button height */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px; /* Space between icon and text */
}

/*modal css*/
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 35px;
    overflow: unset !important;
}


.confirm_model {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
    padding: 20px;
    overflow: unset !important;
}

.modal-title {
    font-size: 25px;
    color: #180c3c;
    font-weight: 700;
    text-decoration: underline;
}
/* Modal Content */
.modal-content {
    /*background-color: transparent;*/
    background-clip: unset !important;
    margin: auto;
    border: 1px solid #888;
    width: 35% !important;
    height: 100%;
    flex-direction: column;
    overflow: auto;
    position: relative !important;
    padding: 20px;
}

.confirm_model-content {
    /*background-color: transparent;*/
    background-clip: unset !important;
    margin: auto;
    /*border: 1px solid #888;*/
    width: 60%;
    height: 100%;
    flex-direction: column;
    overflow: auto;
    position: relative !important;
    padding: 20px;
}

body.modal-open {
    overflow: hidden;
}
/* 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;
}


/*Activity Stuats Start*/
.timeline-header {
    background-color: #000249;
    color: #fff;
    padding: 1rem 1.5rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem; /* slightly smaller */
}

.timeline-body {
    position: relative;
    padding: 1.5rem 0; /* slightly less padding */
}

    .timeline-body::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50px;
        width: 2px;
        height: 100%;
        background-color: #dee2e6;
    }

.timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding-left: 50px;
}

    .timeline-item.highlight-line {
        border-left: 4px solid green;
    }

.timeline-icon {
    position: absolute;
    left: 54px;
    width: 28px; /* smaller icon wrapper */
    height: 28px;
    font-size: 18px; /* smaller icon */
}

.timeline-content {
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 0.5rem 0.75rem; /* less padding */
    width: 100%; /* narrower width */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    font-size: 0.85rem; /* smaller font */
}

.approver-circle {
    width: 30px;
    height: 30px;
    background-color: #000249;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    margin: 2px;
    border-radius: 50%;
}

.status-icon.circle-red {
    color: red !important;
}

.status-icon.circle-green {
    color: green !important;
}

.status-icon.circle-default {
    color: gray !important;
}

.timeline-content .status {
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.2rem;
    font-size: 0.85rem; /* reduced font size */
}

.timeline-content .datetime {
    font-size: 0.75rem; /* reduced font size */
    color: #6c757d;
}


.close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.3rem; /* slightly smaller */
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .modal-content {
        width: 65% !important;
        height: 100%;
    }
}

@media (max-width: 992px) {
    .modal-content {
        width: 80% !important;
        height: 100%;
    }
    .action_btn {
        display: flex;
        align-items: center;
        justify-content: start !important;
        cursor: pointer;
    }
}

@media (max-width: 576px) {
    .modal-content {
        width: 100% !important;
        height: 100%;
        padding: 0px !important;
    }

    .modal {
        padding: 15px;
    }

    .timeline-item {
        padding-left: 45px;
    }

    .timeline-content .status {
        font-size: 0.70rem;
    }
}
/*Activity Stuats Start*/


/*excel button*/
.ExcelBtn {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px 1px;
    border-radius: 7px;
}

    .ExcelBtn img {
        height: 35px;
        width: 35px;
    }
/*profit and loss*/
.pdfBtn {
    margin-top: 10px;
    background-color: #dd1717;
    padding: 5px 70px;
    color: white;
    border: none;
}

@media (min-width:1200px) {
    .col-lg-2-2 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

.dashboard-icon {
    text-align: center;
    display: flex !important;
    color: red;
    font-size: xx-large;
    margin-bottom: 20px;
    /* justify-items: center; */
    justify-self: center;
}

.file-preview-img {
    width: 200px !important;
    height: 200px !important;
    object-fit: contain;
}

.pdf-preview-img {
    width: 200px !important;
    height: 200px !important;
    object-fit: contain;
}



/* Responsive wrapper to allow horizontal scroll on small devices */
/*#gridOrdersheetExpenseList {
    overflow-x: auto;
    width: 100%;
}

.tblContent {
    width: 100%;
    min-width: 600px;*/ /* Ensures table doesn't collapse too much */
/*table-layout: auto;
    border-collapse: collapse;
}

    .tblContent th,
    .tblContent td {
        white-space: nowrap;
        padding: 8px;
        text-align: left;
    }

    .tblContent input[type="text"],
    .tblContent textarea {
        min-width: 120px;
        width: 100%;
        box-sizing: border-box;
    }*/

/* Make inputs readable on very small screens */
/*@media (max-width: 576px) {
    .tblContent th, .tblContent td {
        font-size: 12px;
        padding: 6px;
    }

    .form-control {
        font-size: 12px;
    }*/

.preview-section {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 4px;
}


/*Branch wise Expense Report*/
.highlight-current {
    background-color: #d9edf7 !important; /* Light blue - Bootstrap info background */
    font-weight: 600;
    color: #31708f !important; /* Bootstrap info text color */
}
/*Recipt List */
@media (min-width: 768px) {
    .ReciptList {
        width: 2300px !important;
    }
}

/*ReceiptStockReportList*/
@media (min-width: 768px) {
    .ReceiptStockReportList {
        width: 2500px !important;
    }
}
/*LoanList*/
@media (min-width: 768px) {
    .LoanList {
        width: 1755px !important;
    }
}
/*warehouseReport*/
@media (min-width: 768px) {
    .warehouseReport {
        width:1600px !important;
    }
}
/*MonthlyOrdersheetList*/
@media (min-width: 768px) {
    .MonthlyOrdersheetList {
        width: 1600px !important;
    }
}
/*EmployeeList*/
@media (min-width: 768px) {
    .EmployeeList {
        width: 1600px !important;
    }
}
/*CreateOrdersheet*/
@media (max-width: 768px) {
    .CreateOrdersheet {
        width: 800px !important;
    }
}



/*  30 may 2025 */
/* Sidebar css start */
.sidebar {
    width: 240px;
    background-color: #151b8d;
    position: fixed;
    top: 0;
    left: 0;
    height: 100% !important;
    padding: 5px;
    overflow-y: auto;
    z-index: 1 !important;
}

.logo_wrapper {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    box-shadow: 0 -2px 32px #293c29;
}

.logo {
    width: 150px;
}

.sidebar_menu_wrapper {
    padding: 20px;
}

.sidebar_menu {
    padding-left: 0;
    list-style: none;
}

    .sidebar_menu li {
        margin: 3px 0;
    }

        .sidebar_menu li .sidebar_icons {
            font-size: 20px;
        }

        .sidebar_menu li a {
            text-decoration: none;
            color: #fff;
            opacity: 1;
            letter-spacing: 0.3px;
            display: flex;
            align-items: center;
            font-size: 13px;
            transition: all 0.5s;
            padding: 10px 5px;
            border-bottom: 0.5px solid #4f7e4f96; /* #191932 */
            width: 100%;
            cursor: pointer;
        }

            .sidebar_menu li a:hover, .sidebar_menu li a:active {
                background-color: #f8a5c2; /* #32346d */
                border-radius: 8px;
                padding-left: 20px;
                opacity: 1;
            }

            .sidebar_menu li a p {
                margin: 0;
                padding-left: 10px;
            }


        .sidebar_menu li .inner {
            padding-left: 1em;
            overflow: hidden;
            display: none;
        }

            .sidebar_menu li .inner ul {
                list-style: none;
                padding-left: 0;
            }

.accordion_sidebar_icons {
    transform: rotate(90deg)
}

.menu_item.active {
    background-color: #037e2a;
    border-radius: 8px;
    padding-left: 20px;
    opacity: 1;
}

.toggle {
    position: relative;
    cursor: pointer;
}


    .toggle::after {
        flex-shrink: 0;
        width: 1.25rem !important;
        height: 1.25rem !important;
        margin-left: auto;
        content: "";
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
        background-repeat: no-repeat;
        transition: transform .2s ease-in-out;
        position: absolute;
        right: 0px;
        background-size: 13px !important;
    }


    .toggle.show::after {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
        transform: rotate(-180deg) !important;
    }

.accordion_sidebar_menu {
    list-style: none;
}
/* Sidebar css end */

.sidebar-item {
    position: relative;
}


/* Header css start */
.header {
    height: 75px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}

.back_btn cancel-btn {
    margin-top: 3px;
}

.header_fixed {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    width: 100%;
}

.search_input {
    padding: 0px 15px 0 30px;
    width: 350px;
    height: 30px;
    background: none;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    font-size: 13px;
    color: #000249;
    outline: none;
    transition: 0.5s;
    cursor: pointer;
}

.header_search_icon {
    position: absolute;
    top: 4px;
    left: 10px;
}

.icon_color {
    color: #868686;
}

.icon_size {
    font-size: 20px;
}

.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: 16px;
    }

    .header_profile_name p:last-child {
        font-size: 15px;
    }




.dropdown-menu {
    transform: none;
    padding: 0px !important;
}




.dropdown-list {
    transform: translate(15px, 45px) !important;
    cursor: pointer;
    padding: 5px 0 !important;
}

.logout {
    font-size: 16px;
}

.setting {
    animation: rotate-animation 5s infinite linear;
}

.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: #0a6522;
        color: #fff;
        border: 1px solid #0a6522;
    }
/* Header css end */


/*  21-5-2025 */

.mb_sidebar_menu_wrapper {
    background-color: #0a6522;
    height: 100%;
    overflow-y: scroll;
}

.accordion_sidebar_icons {
    transform: rotate(90deg)
}


/*Mobile view Offcnavas problem solve on Date-13-06-25*/
.offcanvas-backdrop.show {
    opacity: 0 !important;
}

/*Navbar Media Query*/

@media (max-width: 767px) {
    .MobileViewBiList {
        margin-top: 40px !important;
    }
}

@media (max-width: 576px) {
    .MobileViewBiList {
        margin-top: 70px !important;
    }
}

@media (max-width: 425px) {
    .MobileViewBiList {
        margin-top: 79px !important;
    }

    .headerCompanyName {
        padding: 14px !important;
    }
}

/*media Query page Role*/
@media (max-width: 769px) {
    .pageRole{
        width:1000px;
    }
}

/*for page role control*/
.btnPermission {
    display: none 
}


.text-indent{
    text-indent:0px;
}

@media (max-width: 576px) {
    .text-indent {
        text-indent: 20px;
    }
}
.btnFixedSize {
    min-width: 100px; /* or any consistent width */
    height: 42px; /* match height */
    padding: 0.375rem 0.75rem; /* consistent Bootstrap padding */
    font-size: 1rem;
}

@media (max-width: 1000px) {
    .receipt-info .form-label {
        display: inline-block;
       
        width: 30%;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .receipt-info .form-control {
        display: inline-block;
      
        text-align: left;
        width: 58%;
        vertical-align: middle;
    }
}
}

.ordersheet-scroll {
    overflow-x: scroll !important;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-gutter: stable; /* keeps space for scrollbar always */
}

    .ordersheet-scroll::-webkit-scrollbar {
        height: 9px; /* show scrollbar height */
    }

    .ordersheet-scroll::-webkit-scrollbar-thumb {
        background: #bdbdbd; /* optional: scrollbar color */
        border-radius: 10px;
    }

    .ordersheet-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }


@media (min-width:787px) and (max-width:1024px)
{
    .pAndLSerch{
        margin-left:90px !important;
    }
}