/*
    1. Remove Body Scroll
    2. Sidebar
    3. Submenu

*/

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #1a1a1a !important;
    overflow-x: hidden !important;
}

a{
    text-decoration: none !important;
}

/* 1. Remove Body Scroll  */

::-webkit-scrollbar {  /* Hide scrollbar for Chrome, Safari, and Opera */
    display: none;
}

body::-webkit-scrollbar { /* Hide scrollbar for Edge */
    display: none;
}

html { /* Hide scrollbar for Firefox */
    scrollbar-width: none;
}


/* Basic Styles */

.form-control {
    display: block;
    width: 100%;
    height: calc(15px + 20px + 2px);
    padding: 3px 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control-textarea {
    display: block;
    width: 100%;
    padding: 3px 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control-disabled {
    display: block;
    width: 100%;
    height: calc(15px + 20px + 2px);
    padding: 3px 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #ffc107;
    background-clip: padding-box;
    border: 1px solid #ffc107;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control-text-disabled {
    display: block;
    width: 100%;
    height: calc(15px + 20px + 2px);
    padding: 3px 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:active , .form-control:focus , .form-control:focus-visible{
    box-shadow: none;
    outline: none;
    border: 1px solid #656565;
}

.form-control-disabled:active , .form-control-disabled:focus , .form-control-disabled:focus-visible{
    box-shadow: none;
    outline: none;
}

.form-control-textarea:active , .form-control-textarea:focus , .form-control-textarea:focus-visible{
    box-shadow: none;
    outline: none;
    border: 1px solid #656565;
}

.form-control-text-disabled:active , .form-control-text-disabled:focus , .form-control-text-disabled:focus-visible{
    box-shadow: none;
    outline: none;
    border: 1px solid #e4e6ef;
}

.font-weight-600{
    font-weight: 600;
}

.font-bold{
    font-weight: bold;
}

.font-normal{
    font-weight: normal;
}

.border-radius-15{
    border-radius: 15px !important;
}

.card-text{
    margin-bottom: 5px !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection {
    border: 1px solid #ced4da;
    border-radius: 0.42rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #91989e;
    position: relative;
    line-height: 1.5;
    font-size: 14px;
    height: calc(15px + 20px + 2px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d !important;
    padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #757575;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3px 1rem !important;
}

textarea.form-control {
    height: calc(15px + 20px + 2px) !important;
}

/* Custom radio button */

.radio-container {
    display: flex;
    gap: 6px;
    background-color: #fff;
    padding: 18px 8px;
    height: calc(15px + 20px + 2px);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: #333;
  }

  .custom-radio input {
    display: none;
  }

  .custom-radio .radio-label {
    display: inline-flex;
    align-items: center;
    padding-left: 25px;
    position: relative;
    transition: color 0.3s ease;
  }

  .custom-radio .radio-label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #c50f04;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }

  .custom-radio input:checked + .radio-label:before {
    background-color: #c50f04;
    border-color: #c50f04;
  }

  .custom-radio input:checked + .radio-label:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }

  .custom-radio .radio-label:hover:before {
    border-color: #c50f04;
  }

  .custom-radio input:checked + .radio-label {
    color: #c50f04;
  }

  .custom-radio .radio-label:hover {
    color: #c50f04;
  }


  table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
    text-align: left !important;
    vertical-align: middle;
}

.td-vendor label{
    font-size: 15px !important;
    margin: 0px !important;
}
  /* End Custom radio button */

/*********************************************************** Sidebar Start ***********************************************************/

/*** Layout ***/
.sidebar {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    background: linear-gradient(176deg, rgb(0 0 0) 20%, #ec0402 100%) !important;
    box-shadow: inset -2px 7px 22px #000000, inset -3px 4px 10px #623636 !important;
    transition: 0.5s;
    z-index: 999999;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#hover-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 5px;
    height: 100vh;
    background-color: transparent;
    display: none;
}

@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -255px;
    }

    .main-content {
        width: calc(100% - 290px);
        margin-bottom: 0px !important;
        height: calc(100vh - 60px) !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .main-content.open {
        width: 100%;
        margin-left: 0;
    }

    .footer.open {
        margin-left: -255px;
    }

    .fixed-top.open {
        margin-left: -255px;
    }

    .search-accordion-md-div{
        display: none !important;
    }

    .only-sm{
        display: none !important;
    }
    
}

.sidebar .logo-background {
    width: 250px !important;
    height: 85px;
    background: #000;
    position: fixed;
    z-index: 999;
    padding: 5px 15px;
    border-top-right-radius: 20px;
}
.sidebar .logo-img {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 2px;
    object-fit: contain;
}

.sidebar .menu-content-div {
    margin-top: 75px !important;
    height: calc(100% - 140px) !important;
    max-height: calc(100% - 140px) !important;
    align-content: flex-start;
    overflow: scroll;
    scrollbar-width: none !important;
}

.sidebar .menu-content-div .menu-shadow {
    box-shadow: 4px 3px 3px 0px rgb(0 0 0);
    border-radius: 20px;
    transition: all 0s;
}

.sidebar .menu-content-div .menu-shadow .menu-block {
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
    height: 102px;
    transition: all 0.8s;
    align-content: center;
}

/* Hover effect for .menu-shadow */
.sidebar .menu-content-div .menu-shadow:hover {
    border-radius: 20px;
}

/* Hover effect for .menu-block when .menu-shadow is hovered */
.sidebar .menu-content-div .menu-shadow:hover .menu-block {
    box-shadow: inset 41px 41px 82px #ffffff, inset -41px -41px 82px #00ce00;
    border-radius: 20px;
}
.sidebar .menu-content-div .menu-shadow:hover .menu-text {
    color: #000 !important;
}
.sidebar .menu-content-div .menu-shadow:hover .fa-menu-icon {
    color: #ed0302 !important;
}
.sidebar .menu-content-div .menu-shadow .menu-block .submenu .submenu-item:hover .fa.fa-angle-right {
    color: #ed0302 !important;
}
.sidebar .menu-content-div .menu-shadow .menu-block .submenu .submenu-item .fa.fa-angle-right {
    color: #000;
}

.sidebar .menu-content-div .menu-shadow .menu-block .menu-text {
    color: #000;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    line-height: 1;
}

.sidebar .menu-content-div .menu-shadow .menu-block .menu-head {
    margin-top: 5px;
}


/* Mobile menu color style */
.menu-content-div{
    /* background: #656565; */
}

.menu-shadow-mobile {
    box-shadow: 4px 3px 3px 0px rgb(0 0 0);
    border-radius: 20px;
    transition: all 0s;
    cursor: pointer;
}

.menu-shadow-mobile .menu-block-mob {
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer !important;
    height: 105px;
    transition: all 0.8s;
    align-content: center;
}

/* Hover effect for .menu-shadow-mobile */
.menu-shadow-mobile:hover {
    border-radius: 20px;
}

/* Hover effect for .menu-block-mob when .menu-shadow-mobile is hovered */
.menu-shadow-mobile:hover .menu-block-mob {
    box-shadow: inset 41px 41px 82px #ffffff, inset -41px -41px 82px #c50f04;
    border-radius: 20px;
}
.menu-shadow-mobile:hover .menu-text {
    color: #000 !important;
}
.menu-shadow-mobile:hover .fa {
    color: #c50f04 !important;
}

.menu-shadow-mobile .menu-block-mob .menu-text {
    color: #000;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.menu-shadow-mobile .menu-block-mob .menu-head {
    margin-top: 5px;
    line-height: 1;
}

/* Mobile menu color style End */

.blur-div{
    width: 100% !important; 
    height: 100vh !important; 
    backdrop-filter: blur(3px); 
    -webkit-backdrop-filter: blur(3px); 
    z-index: 9; 
    display: none;
}

.fa-logout{
    color: #000;
}
/* 
.sidebar .fa{
    color: #656366;
    cursor: pointer;
} */

.sidebar .logout-menu{
    position: fixed;
    bottom: 0px;
    height: 60px;
    width: 250px;
    z-index: 99;
    border-bottom-right-radius: 20px;
}


/* Active Style */
.fa-menu-icon{
    color: #000;
    transition: all .5s;
}

.menu-active{
    box-shadow: inset 41px 41px 82px #ffffff, inset -41px -41px 82px #00ce00 !important;
    border-radius: 20px !important;
}

.menu-block.menu-active .menu-text {
    color: #000 !important;
}

.menu-block.menu-active + .menu-shadow {
    box-shadow: 4px 3px 3px 0px rgb(0 0 0);
    border-radius: 20px !important;
}

.menu-block.menu-active .fa-menu-icon {
    color: #ed0302 !important;
}

.submenu-first-active{
    color: #ed0302 !important;
    border-radius: 10px 10px 0px 0px !important;
}

.submenu-active{
    color: #ed0302 !important;
    border-radius: 0px !important;
}
.submenu-active .fa {
    color: #ed0302 !important;
}

.submenu-last-active{
    color: #ed0302 !important;
    border-radius: 0px 0px 10px 10px !important;
}

/********************************************************** Sidebar End **********************************************************/


/********************************************************** Header Start **********************************************************/

.fixed-top {
    position: fixed;
    top: 0px;
    right: 20px;
    left: 270px;
    z-index: 9999;
    border-radius: 0px 0px 20px 20px;
    background: #ab0200 !important;
    box-shadow: inset -2px -11px 22px #5c0100, inset 11px 11px 22px #b90200 !important;
    height: 55px;
    transition: 0.5s;

}

.fixed-top .toggler-icon{
    width: 30px;
    cursor: pointer;

}

/********************************************************** Header End **********************************************************/




/********************************************************** Content Start **********************************************************/

.main-content {
    margin-left: 270px;
    transition: 0.5s;
    margin-top: 60px;
    margin-bottom: 35px;
}


.action-icons{
    width: 20px;
    cursor: pointer;
}

.currency-div{
    border-top: 2px solid #fff;
    margin-top: 15px;
}
/********************************************************** Content End **********************************************************/



/********************************************************** Footer Start **********************************************************/

.footer {
    background: #dd0402 !important;
    box-shadow: inset -7px 6px 22px #2a0301, inset 11px -11px 22px #d70301 !important;
    border-radius: 20px 20px 0px 0px !important;
    padding: 6px 0;
    z-index: 9;
    margin-top: 15px;
}

.footer .footer-company-outer{
    width: fit-content;
    background: #fff;
    border-radius: 7px;
    margin-right: 5px;
}

.footer .footer-company-outer .footer-text{
    color: #000000;
    cursor: pointer;
    padding-left: 8px;
    font-size: 12px;
}

.footer .footer-company-outer .footer-company-text a{
    color: #01a752;
    cursor: pointer;
    text-decoration: none;
    transition: all .5s;
    font-size: 12px;
}

.footer .footer-company-outer .footer-company-text a:hover{
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}

.footer .footer-company-outer .footer-logo{
    width: 75px;
    position: relative;
    /* top: -3px; */
    cursor: pointer;
}

.footer .footer-company-outer .whatsapp-icon{
    width: 25px;
    position: relative;
    cursor: pointer;
}

.footer .footer-company-outer .call-icon{
    width: 25px;
    position: relative;
    cursor: pointer;
    padding: 6px;
}

.footer .footer-company-outer .footer a{
    text-decoration: none;
    transition: all .5s;
}

/********************************************************** Footer End **********************************************************/


/********************************************************** Mobile Menu Start **********************************************************/

/* .mobile-menu{
    position: fixed; 
    bottom: 2px; 
    width: 100%
} */


/********************************************************** Mobile Menu End **********************************************************/


/* Media Query */

@media (max-width: 991px) {
    .sidebar{
        display: none;
    }

    .fixed-top {
        position: fixed;
        top: 0px;
        right: 0px;
        left: 0px !important;
        z-index: 10;
        height: 60px;
        background: #fff;
        border-radius: 0px !important;
    }

    .footer {
        display: none !important;
    }
    
    .main-content {
        overflow-y: auto;
        width: 100%;
        background: transparent;
        margin-top: 65px;
        margin-bottom: 60px;
        margin-left: 0;
    }

    .search-accordion-lg-div{
        display: none !important;
    }

    .only-lg{
        display: none !important;
    }

}

@media (min-width: 992px) {
    .mobile-menu{
        display: none !important;
    }
    
    .margin-top-2{
        margin-top: 0.5rem !important;
    }

    .border-r-only{
      border-right: 1px solid #dee2e6;
    }
}

/*********************************** Reports *********************************/
.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.custom-card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0px 0px 7px 0px black !important;
    background-color: #cccccc !important;
}

/* .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
} */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 4px !important;
    margin-top: 20px !important;
    padding: 0;
    padding-left: 22px !important;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #ffffff !important;
    border: none;
    border-right: 1px solid #ffffff !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ff0000 !important;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    padding: 0 2px !important;
    position: absolute;
    left: 0;
    top: -4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 0px !important;
    padding-right: 4px !important;
}

input:focus-visible {
    outline: none;
    border-color: initial; /* Reset border color to initial */
}

.select2-container .select2-selection {
    border: 1px solid #ced4da;
    border-radius: 0.42rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #91989e;
    position: relative;
    /* padding: 0.65rem 3rem 0.65rem 0.5rem; */
    line-height: 1.5;
    font-size: 14px;
    height: auto;
}

.form-control-sm {
    border-radius: 0.42rem !important;
}

.w-max-content {
    width: max-content !important;
}

.modal-content {
    background-color: #c9c9c9 !important;
}

/* Style For Tables */
.currency-table th, td{
    text-align: center;
}


.cke_notification_warning {
    background: #c83939;
    border: 1px solid #c50f04;
    display: none !important;
}


/* Login Page */
.login-col-left{
    background: #fff;
}

.login-col-right{
    background: #949494;
}

.login-col-right .login-form-col{
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 7px #4b4b4b;
}

.login-logo-w{
    width: 250px
}

.login-form label{
    font-weight: bold;
    letter-spacing: .5px;
}

.login-form button{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    height: 45px;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .login-logo-w{
        width: 150px
    }
}

.form-control-login {
    display: block;
    width: 100%;
    height: calc(25px + 20px + 2px);
    padding: 3px 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all .5s;
}

.login-password-icon{
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 12px;
}

.form-control-login:active, .form-control-login:focus, .form-control-login:focus-visible {
    border: none;
    outline: none;
    box-shadow: 0px 0px 6px 0px #000;
}

.px-password{
    padding: 3px 40px 3px 1rem !important;
}

@media (min-width: 992px) {
    .login-body{
        overflow: hidden;
    }

    .login-h-100{
        height: 100%;
    }
}





/* Mobile Menu */

.accordionnnn {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999; /* Adjust the z-index as needed */
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer_buton_two {
  width: 150px; 
  height: 150px; 
  padding: 0px !important; 
  margin: 10px !important;
  transition: 0.5s;
}

.navv ul li {
  padding: 10px;
}

.navv {
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  
  .navv li {
    position: relative;
    display: inline-block; 
  }

.navv li:before {
    /* content: ""; */
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
  }

.navv a:link, .navv a:visited {
    display: block;
    text-decoration: none;
    background: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#353434));
    background-image: -webkit-linear-gradient(top, #444444, #353434); 
    background-image: -moz-linear-gradient(top, #444444, #353434); 
    background-image: -ms-linear-gradient(top, #444444, #353434); 
    background-image: -o-linear-gradient(top, #444444, #353434); 
    color: #a7a7a7;
    margin: 36px;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    line-height: 144px;
    border-radius: 50%;
    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
    border: solid 1px transparent;
    background: red;
  }

.navv a:before {
    /* content: ""; */
    display: block;
    background: #fff;
    border-top: 2px solid #ddd;
    position: absolute;
    top: -18px;
    left: -18px;
    bottom: -18px;
    right: -18px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: inset 0px 8px 48px #ddd;
  }
  
  .navv a:active {
    box-shadow: 0px 3px 4px #aaa inset, 0px 2px 3px #fff;
    transform: rotate(25deg) !important;
  }
  
  .navv a:hover {
    text-decoration: none;
    color: #555;
    transform: rotate(25deg) !important;
  }
.section-content {
  display: none;
  padding: 10px;
  transition: 2s;
  max-height: 0;
  overflow: hidden;
}

.section-content.active {
  display: block;
  transition: 2s;
  max-height: calc(100vh - 230px) !important;
  height: calc(100vh - 230px) !important;
  background: linear-gradient(176deg, rgb(0, 0, 0) 5%, rgb(224, 13, 1) 100%);
  overflow: scroll;
  scrollbar-width: none;
}

@media (max-height: 500px) {
    .section-content.active {
        display: block;
        transition: 2s;
        max-height: calc(100vh - 100px);
        min-height: 140px !important;
        background: #656565;
    }
}

.section-header {
  cursor: pointer;
  transition: 2s;
  height: 55px;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
  background: #000;
}

.test-image {
  display: inline-block;
}

.arrow-up{
    position: relative; 
    height: 35px;
}

.arrow-down{
    position: relative; 
    transform: rotate(180deg); 
    display: none; 
    height: 35px;
}

.mobile-right-div{
    border-radius: 10px 0px 0px 0px;
    background: #c50f04;
}

.mobile-left-div{
    border-radius: 0px 10px 0px 0px;
    background: #c50f04;
}

.right-icon-align{
    margin-top: 6px;
    width: 40px;
}

.mobile-profile{
    color: #000;
    background: #fff;
    padding: 11px 12px;
    border-radius: 50px;
    cursor: pointer;
}
.menu-logo{
    /* height: 125px !important; */
    width: 216px;
}

.menu-title-mobile{
    display: flex;
    align-items: center;
    flex-grow: 0;
    background: white;
    padding: 5px 13px 6px 1px;
    border-radius: 10px;
}

.submenu-mobile-master{
    z-index: 1 !important;
    background-color: white !important;
    width: 187px !important;
    border-radius: 8px !important;
    transform: translate3d(10px, -4px, 0px) !important;
}   

.submenu-mobile{
    width: 150px !important;
    background-color: white !important;
    border-radius: 8px !important;
    transform: translate3d(10px, -4px, 0px) !important;
}

.aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link{
    padding-left: 0;
}

.arrow-up{
    display: block;
    padding: 0px 25px; 
    height: 35px;
}

.toggle-icon{
    margin-left: 142px;
}

.symbol.symbol-30px > img{
    width: 45px;
    height: 35px;
}

.aside-menu .menu .menu-item .menu-link{
    padding-left: 7px;
}

.arrow-down{
    display: block; 
    transform: rotate(180deg); 
    display: none;
    padding: 0px 25px; 
    height: 35px;
}

.bet-mobile{
    /* width: 40%; */
    height: 45px;
}

.footer-div{
    text-align: center;
}

.fa-back{
    color: #000 !important;
    padding-right: 2px;
}

.view-icon{
    color: #c50f04;
}

.btn-close{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.btn-close:active, .btn-close:focus, .btn-close:focus-visible{
    outline: none;
    box-shadow: none;
    border: none;
}

/* Product Currency Table */
.product-currency-table th{
    background: #fff !important;
    border-bottom: 1px solid #dee2e6 !important;
}
.product-currency-table td{
    background: #b1b1b1 !important;
}



/* Profile */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0; /* Change left to right */
    bottom: 0 !important;
    background: #000;
    overflow-x: hidden;
    /* transition: 0.5s; */
}

.sidenav a {
    padding: 0px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    font-size: 30px;
    color: #fff;
    margin-right: 20px;
    margin-top: 5px;
    font-weight: bold;
    transition: all 1s;
    cursor: pointer;
}

.sidenav .closebtn:hover {
    font-size: 30px;
    color: #fff;
    margin-right: 20px;
    font-weight: bold;
    transition: all 1s;
}

.user-card {
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.user-card .card-img-top {
    width: 100px; /* Adjust size as needed */
    height: 100px; /* Adjust size as needed */
    border-radius: 50%;
    margin: 20px auto;
    border: 3px solid #ddd; /* Optional: Adds border around the circular image */
}
.user-card .card-body {
    padding-bottom: 20px;
    padding-top: 0px;
}
.user-card .btn-sign-out {
    margin-top: 10px;
}

body.no-scroll {
    overflow: hidden;
}

.full-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 9999999;
    display: none;
}

.full-cover-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 44%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 99999;
    display: none;
}

.red-backround-color{
    background: #c50f04 !important;
}

.border-radius-10{
    border-radius: 10px;
}

.btn-sign-out-profile{
    outline: none;
    box-shadow: none;
}

.btn-sign-out-profile:active, .btn-sign-out-profile:focus, .btn-sign-out-profile:focus-visible{
    outline: none;
    box-shadow: none;
}

.confirm-button{
    width: 117px;
}

.background-card-graph{
    background: #e1e1e1 !important;
}



/* 3. Submenu */

/* 3. Submenu */
.submenu {
    display: none;
    position: fixed; /* Keep it fixed for consistency across the viewport */
    background-color: #fff;
    border-radius: 10px !important;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999; /* Ensure it is above other elements */
}

.submenu::before {
    position: absolute;
    top: 8px;
    left: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    content: '';
}

.submenu .fa{
    /* color: #000; */
}

.submenu .submenu-item {
    padding: 5px 15px;
    color: #525252;
    font-weight: bold;
    white-space: nowrap;
    transition: all .5s;
    overflow: hidden;
}
.submenu .submenu-item:hover {
    color: red !important;
}

.submenu .submenu-item:hover .fa{
    color: red !important;
}

.submenu.master-submenu .col-12 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: calc(7 * 40px); /* 7 items height */
}

.submenu.master-submenu .col-12 > a {
    width: 50%;
}


/* Row Style */
.row-border {
    border: 2px solid #ddd;
    padding: 20px 10px 0px 10px;
    position: relative;
}

.border-heading {
    position: absolute;
    top: -11px;
    background-color: #fff;
    padding: 2px 10px;
    width: auto;
    font-weight: bold;
    font-size: 15px;
    border-radius: 7px;
}


/* Password */
.password-toggle {
    position: absolute;
    top: 18px;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #545454;
}


/* Party card */
.party-card{
    background: #a4a4a4;
    border-radius: 15px;
}

.company-head{
    font-size: 18px;
    letter-spacing: .5px;
}

.exprired{
    border-radius: 8px;
    color: #c83939;
    border: 1px solid #c83939 !important;
}

.not-exprired{
    border-radius: 8px;
    color: #3f6f28;
    border: 1px solid #3f6f28;
}

.payment-terms-append{
    height: calc(15px + 20px + 2px) !important;
    border-radius: 8px;
    background: #fff;
}

.mb-25{
    margin-bottom: 150px;
}

.note-label{
    font-weight: bold;
    color: #000;
    border: 1px solid #fff;
    padding: 2px 4px 2px 0px;
    border-radius: 8px;
}

.note-span{
    color: #c83939;
    background: #fff;
    padding: 4px;
    border-radius: 8px 0px 0px 8px;
}

/* Vendor Card */
.vendor-card{
    background: #fff;
    border-radius: 15px;
}

.vendor-card-popup {
    background: #e6e6e6;
    border-radius: 15px;
    padding: 10px 15px;
}

/* Dropdown With Input Text */
.custom-input-dropdown{
    display: block;
    width: 100%;
    height: calc(15px + 20px + 2px);
    padding: 3px 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: 0px 0.42rem 0.42rem 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-input-dropdown-main{
    display: block;
    width: 100%;
    height: calc(15px + 20px + 2px);
    padding: 3px 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-input-dropdown:active, .custom-input-dropdown:focus, .custom-input-dropdown:focus-visible, .custom-input-dropdown-main:active, .custom-input-dropdown-main:focus, .custom-input-dropdown-main:focus-visible{
    outline: none;
}

.table td{
    text-align: left;
    white-space: nowrap;
}

.btn-login {
    color: #fff;
    background-color: #c50f04;
    border-color: #c50f04;
    transition: all .5s;
}
.btn-login:hover {
    color: #c50f04;
    border: 1px solid #c50f04;
    border-color: #c50f04;
    background: #fff;
}


/* Products card */
.product-card {
    position: relative;
    overflow: hidden;
    border: 2px solid #ddd;
    background: #b1b1b1;
    border-radius: 8px;
    margin-top: 20px;
}

.product-img-card {
    display: flex;
    gap: 10px;
}

.image-container-card {
    width: 90px;        /* Reduced width */
    height: 90px;       /* Reduced height */
    overflow: hidden;
    border-radius: 6px;
    flex-shrink: 0;
}

.slide {
    display: flex;
    transition: transform 0.5s ease;
}

.slide img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    background: #fff;
    flex-shrink: 0;
}
.product-info{
    text-align: start;
}
.product-name {
    font-weight: bold;
}

.product-card.no-slider .slide {
    display: block;
}

.completed {
    color: green;
}


.lead-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.items-card {
    position: relative;
    overflow: hidden;
    border: 2px solid #ddd;
    background: #b1b1b1;
    border-radius: 8px;
    margin-top: 20px;
}

.items-card .item-image{
    width: 145px !important;
}

.items-card label{
    margin: 0px !important;
}

.purchase-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #d9d9d9;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

/* Filter Accordion */
#filter-content {
    transition: height 0.4s ease, opacity 0.4s ease;
    margin-bottom: 0;
    background-color: rgb(198 198 198);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    /* overflow: hidden; */
}

.ledger-filter-accordion{
    background-color: rgb(198 198 198);
    border-radius: 5px;
}
.search-icon{
    font-size: 30px;
    margin-bottom: 5px;
    margin-left: 10px;
    cursor: pointer;
    color: #656f8a;
}

.stock-head {
    font-size: 22px;
    letter-spacing: .5px;
}


/* Godown Card */
.godown-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.godown-card-header {
    background-color: #f8f9fa;
    padding: 8px;
}

.godown-stock-head {
    font-weight: bold;
    color: #333;
}

.godown-card-body {
    display: flex;
}

.godown-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 15px;
}

.godown-product-image {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.godown-product-info {
    width: 50%;
    padding: 10px 10px 10px 0px;
}

.godown-info-item {
    margin-bottom: 10px;
}

.godown-title {
    font-weight: bold;
    color: #333;
}

.godown-info-text {
    color: #666;
}

.add-stock-btn {
    color: #fff;
    border: none;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.godown-status-button {
    background-color: #dc3545;
    color: #fff;
    border: none;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.godown-status-button:hover {
    background-color: #c82333;
}

.blink {
    animation: blink 1s infinite;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.stock-blink {
    animation: stock-blink 1.5s infinite;
}

@keyframes stock-blink {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}

.payment_table_body tr td{
    vertical-align: middle;
}


/* Manual Order Entry */
.shipping-label{
    display: flex;
    align-items: center;
}

.shipping-label input[type="radio"] {
    display: none;
}

.custom-radio-label {
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.custom-radio-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #f1f1f1;
    border: 2px solid #c50f04;
    border-radius: 50%;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.custom-radio-label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 10px;
    height: 10px;
    background: #c50f04;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

input[type="radio"]:checked + .custom-radio-label::after {
    transform: translateY(-50%) scale(1);
}

input[type="radio"]:checked + .custom-radio-label::before {
    border-color: #c50f04;
    background: #e6f2ff;
}

input[type="radio"]:checked + .custom-radio-label {
    color: #c50f04;
}

.shipping-label label{
    margin: 0px 0px 0px 8px;
}

.order-border{
    border-top: 2px dashed #ededed;
    padding: 5px 0 !important;
    border-bottom: 2px dashed #ededed;
}

/* Custom Checkbox */
.custom-checkbox {
    display: inline-block;
    position: relative;
  }
  
  .checkbox-input {
    opacity: 0;
    position: absolute;
  }
  
  .checkbox-label {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background-color: #ddd;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0px 0px 2px 8px !important;
  }
  
  .checkbox-label:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 0px;
    width: 8px;
    height: 18px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) scale(0);
    opacity: 0;
    transition: all 0.3s ease;
  }
  
  .checkbox-input:checked + .checkbox-label {
    background-color: #4caf50;
  }
  
  .checkbox-input:checked + .checkbox-label:after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
  }
  
  .checkbox-label:hover {
    background-color: #c4c4c4;
  }
  

/* Mobile Submenu */
.mobileSubMenu{
    height: calc(100vh - 100px) !important;
    width: 0;
    position: fixed;
    z-index: 999999;
    left: 0; /* Change left to right */
    bottom: 0 !important;
    background-color: #000;
    overflow: hidden;
    transition: 0.5s;
}
  
.mobileSubMenuList a{
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    display: block;
    letter-spacing: .5px;
    transition: 0.3s;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
  
.mobileSubMenuList a:hover{
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    background-color: #2a2a2a;
    display: block;
    letter-spacing: .5px;
    transition: 0.3s;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

@media (min-width: 650px) {
    .mobileSubMenuList a{
        padding: 12px 8px 12px 15px !important;
        font-size: 28px !important;
    }
    
    .mobileSubMenuList a:hover{
        padding: 12px 8px 12px 15px !important;
        font-size: 28px !important;
    }

    .mobileSubMenu h4{
        font-size: 32px !important;
        padding: 15px 10px !important;
    }

    .mobileSubMenu .closebtn {
        font-size: 52px !important;
        margin-top: 0px !important;
    }

    .menu-shadow-mobile .menu-block-mob {
        height: 170px !important;
    }

    .menu-shadow-mobile .menu-block-mob .menu-head {
        font-size: 24px !important;
    }

    .mob-menu-icon{
        height: 90px;
        width: auto;
    }
}
.mobileSubMenu .closebtn {
    font-size: 30px;
    color: #000000;
    margin-right: 10px;
    margin-top: 5px;
    font-weight: bold;
    transition: all 1s;
    cursor: pointer;
}

.mobileSubMenu .closebtn:hover {
    font-size: 30px;
    color: #000000;
    margin-right: 20px;
    font-weight: bold;
    transition: all 1s;
}

.submenu-header{
    background: #c50f04;
}

.mobile-submenu-active{
    background-color: #2a2a2a !important;
}

.mobileSubMenuList a:last-child {
    margin-bottom: 50px !important;
}

/* Customer View card */
.customer-view-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background: #f5f5f5;
    transition: box-shadow 0.3s;
  }

  .customer-view-card:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  }

  .product-image img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
  }

  .filter-sidebar {
    background-color: #d2d2d2;
    padding: 15px;
    border-radius: 8px;
  }

  .filter-category {
    margin-bottom: 1rem;
  }

  .rating {
    display: flex;
    align-items: center;
    gap: 0.3rem;
  }

  .rating span {
    color: #28a745;
  }



.stock-card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0px solid rgba(0, 0, 0, 0.125) !important;
}

.clear-icon {
    font-size: 30px;
    margin-bottom: 5px;
    margin-left: 10px;
    cursor: pointer;
    color: #52acff;
}



.label-container {
    border: 2px solid black;
    border-radius: 8px;
    /* padding: 10px; */
    margin: auto;
    text-align: center;
}
.barcode {
    height: 50px;
    margin: 10px 0;
    background: repeating-linear-gradient(
        90deg,
        black,
        black 2px,
        white 2px,
        white 4px
    );
}

.text-end{
    text-align: end !important;
}

.text-start{
    text-align: start !important;
}

.barcode-border-first{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.barcode-border-middle{
    border-bottom: 2px solid #000;
}

.barcode-border-right{
    border-right: 2px solid #000;
}

.barcode-text-lg{
    font-size: 30px;
}

.barcode-contact{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.barcode-article{
    font-size: 19px;
}

.custom-add-label{
    position: absolute;
    right: 5px;
    top: 8px;
    font-weight: bold;
    font-size: 19px;
    color: green;
    cursor: pointer;
}


/* Styling for content divs */
.content-div {
    display: none !important;
    padding: 20px;
    border: 1px solid #ccc;
    /* margin-top: 10px; */
}
.content-div.active {
    display: block !important;
}

.d-flex-custom{
    display: flex;
}

@media (min-width: 768px) {
    .iti {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .iti__country-list {
        position: absolute;
        z-index: 2;
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 0 0 0 -1px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
        background-color: white;
        border: 1px solid #CCC;
        white-space: nowrap;
        max-height: 200px;
        max-width: 250px !important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}




/* Custom checkbox */
.barcode-container{
    --input-focus: #2d8cf0;
    --input-out-of-focus: #ccc;
    --bg-color: #fff;
    --bg-color-alt: #666;
    --main-color: #323232;
    position: relative;
    cursor: pointer;
    margin: 0;
  }
  
  .barcode-container input {
    position: absolute;
    opacity: 0;
  }
  
  .checkmark {
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    left: 0;
    border: 2px solid var(--main-color);
    border-radius: 5px;
    box-shadow: 3px 2px var(--main-color);
    background-color: var(--input-out-of-focus);
    transition: all 0.3s;
  }
  
  .barcode-container input:checked ~ .checkmark {
    background-color: var(--input-focus);
  }
  
  .checkmark:after {
    content: "";
    width: 5px;
    height: 11px;
    position: absolute;
    top: 1px;
    left: 6px;
    display: none;
    border: solid var(--bg-color);
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}
  
  .barcode-container input:checked ~ .checkmark:after {
    display: block;
  }
  

  .border-none{
    border: none !important;
  }


  /* Custom Tabs */
.custom-tabs .nav-tabs {
    border-bottom: none;
    margin-top: 2px;
  }
  
  .custom-tabs .nav-item {
    margin-right: 10px;
  }
  
  .custom-tabs .nav-link {
    background-color: white;
    color: black;
    border-radius: 8px 8px 8px 8px;
    border: 3px solid #c50f04;
    border-color: #c50f04;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: 4px 3px 1px 1px #000;
    /* padding: 10px 20px; */
    padding: 5px 15px;
  }
  
  .custom-tabs .nav-link:hover {
    background-color: #c50f04;
    border-color: #c50f04;
    color: white;
  }
  
  .custom-tabs .nav-link.active {
    background-color: #c50f04;
    border-color: #c50f04;
    color: white;
  }
  
  .tab-content {
    padding: 20px 0px !important;
    /* background-color: white; */
    color: black;
    animation: fadeEffect 0.5s;
    border-radius: 0px 0px 10px 10px;
  }
  
  @keyframes fadeEffect {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  .bonus-head-bg{
    background: #525252;
    border-left: 4px solid #010057;
  }
  
  .font-normal{
    font-weight: normal;
  }
  
  .bonus-sub-head{
    font-weight: normal;
    font-size: 14px;
    color: #ddd;
  }
  
  .fnt-19{
    font-size: 19px !important;
  }

  .order-history{
    background: #b1b1b1 !important;
    border-radius: 10px;
  }




  /* for Payment section web */
  .deposit-custom-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    }

    .deposit-custom-shape svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 500px;
    transform: rotateY(180deg);
    }

    .deposit-custom-shape .shape-fill {
    fill: #ffffff;
    }

    /* Bank Details Tab */
    .banking-div{
    border-radius: 15px;
    }

    .banking-div, .banking-tab-bg{
    background: #b1b1b1;
    }
    .step-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    background: #fff;
    }

    .active-step {
    background-color: #ff0000;
    color: #fff;
    }

    .inactive-step {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none;
    }

    .step-count {
    position: relative;
    top: -3px;
    }

    /* Centered Text with Dotted Line */
    .step-line-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    position: relative;
    }

    .step-line {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    }

    .step-line::before {
    content: '';
    flex-grow: 1;
    height: 1px;
    border-top: 3px dotted #6c757d;
    margin-right: 10px;
    }

    .step-line::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    border-top: 3px dotted #6c757d;
    margin-left: 10px;
    }

    .step-text {
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
    }

    /* Custom Radio Button */
    .bank-details-div{
    background: #fff;
    border-radius: 10px;
    }
    .radio-input {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -5px;
    right: -10px;
    }

    .radio-input input {
    appearance: none;
    width: 22px;
    height: 22px;
    background-color: #171717;
    box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
    border-radius: 50%;
    transition: .4s ease-in-out;
    }

    .radio-input input:hover {
    scale: 1.1;
    cursor: pointer;
    box-shadow: none;
    }

    .radio-input .circle {
    position: relative;
    top: 0.01em;
    left: -1.1em;
    width: 0.6em;
    height: 0.6em;
    background-color: #ff001c;
    scale: 0;
    border-radius: 10px;
    transition: .4s ease-in-out;
    }

    .radio-input input:checked {
    box-shadow: none;
    border: 1px solid #ff001c;
    }

    .radio-input input:checked + .circle {
    transform: rotate(360deg);
    scale: 1;
    }

    /* Banking */
    .bank-sub-title{
    font-size: 14px;
    color: #a4a4a4;
    }

    .bank-main-details{
    font-size: 16px;
    }

    .copy-icon{
    font-size: 20px !important;
    color: #a4a4a4;
    }

    .or-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    }

    .or-divider::before,
    .or-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #000; /* Adjust line thickness and color */
    }

    .or-divider::before {
    margin-right: 10px; /* Adjust the gap between line and text */
    }

    .or-divider::after {
    margin-left: 10px; /* Adjust the gap between line and text */
    }

    .or-divider span {
    padding: 0 10px; /* Padding around "OR" */
    font-size: 18px; /* Adjust font size if needed */
    color: #000; /* Adjust text color */
    }

    .utr-div {
    top: -12px;
    left: 26px;
    background-color: #fff;
    padding: 0 5px;
    font-size: 14px;
    z-index: 1;
    border-radius: 5px;
    }
    .utr-sub-div{
    display: flex;
    justify-content: center;
    }
    .utr-label {
    border: 2px solid #fff;
    border-radius: 5px;
    width: 100%;
    }
    .utr-label input {
    border: none;
    width: 100%;
    padding: 3px 5px;
    outline: none;
    background-color: transparent;
    }

    .upload-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 3px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #010057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }


    .modal{
        /* z-index: 9999 !important; */
        z-index: 9999999 !important;
    }


    .cursor-pointer{
        cursor: pointer !important;
    }

    .status-add-btn{
        background: #007bff;
        padding: 4px 5px;
        color: #fff;
        border-radius: 5px;
    }

    .status-history-btn{
        background: #ffc107;
        padding: 4px 5px;
        color: #fff;
        border-radius: 5px;
    }


    @media (max-height: 620px) {
        .mobile-content-div {
            background: #656565;
            height: calc(100vh - 125px);
            /* height: max-content; */
            overflow: scroll;
        }

        .mobileSubMenu {
            height: calc(100vh - 55px);
            width: 0;
            position: fixed;
            z-index: 999999;
            left: 0;
            bottom: 0 !important;
            background-color: #656565;
            overflow-x: hidden;
            transition: 0.5s;
        }
    }




    .swal2-container {
        z-index: 99999 !important;
    }
    
    .modal-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999 !important;
        width: 100vw;
        height: 100vh;
        background-color: #000000;
    }

    .modal-backdrop.show {
        opacity: 0.75;
    }
    /* Select Styles */
    

    @media (576px <= width <= 991px) {
        .modal-dialog {
            max-width: calc(100vw - 150px);
            margin: 1.75rem auto;
        }
    }

    .choices{
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    /* .ts-control{
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    } */

    @media (max-width: 991px) {
        .mob-table-wrap{
            max-width: 300px;
            width: 300px;
            overflow-wrap: break-word;
            word-break: break-word;
            white-space: normal;
        }
    }



    .modal-dialog {
        z-index: 999999;
    }

    .created-by-icon{
        font-size: 24px;
        color: #8a2be2;
        cursor: pointer;
    }

    .created-by-table-icon{
        font-size: 20px;
        color: #8a2be2;
        position: relative;
        cursor: pointer;
        bottom: -3px;
    }

    .created-by-card-icon{
        font-size: 20px;
        color: #8a2be2;
        cursor: pointer;
    }



    

@media (max-width: 575px) {
    /******************** Bill Number tag start ********************/
    .bill_number_sm {
        font-weight: bold;
        font-size: 16px;
        color: white;
        background-color: #129c12;
        padding: 2px 10px;
        display: inline-block;
        border-radius: 6px;
        box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .bill_number_sm::before {
        content: '';
        display: block;
        position: absolute;
        height: 8px;
        width: 8px;
        background: white;
        border-radius: 8px;
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.75);
        left: -4px;
        top: 10px;
        z-index: 3;
    }

    .bill_number_sm::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 2;
        height: 22px;
        width: 23px;
        border-radius: 5px;
        background-color: #129c12;
        transform: rotate(45deg);
        top: 3px;
        left: -7px;
        box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.75);
    }

    .bill_number_sm span {
        position: relative;
        z-index: 4;
        margin: 0px !important;
        top: 0px;
    }

    .bill_number_lg{
        display: none !important;
    }
}

@media (min-width: 576px) {
    /******************** Bill Number tag start ********************/
    .bill_number_lg {
        font-weight: bold;
        font-size: 16px;
        color: white;
        background-color: #129c12;
        padding: 2px 10px;
        display: inline-block;
        border-radius: 6px;
        box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
        position: absolute;
        top: 5px;
        right: -8px;
    }

    .bill_number_lg::before {
        content: '';
        display: block;
        position: absolute;
        height: 8px;
        width: 8px;
        background: white;
        border-radius: 8px;
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.75);
        left: -4px;
        top: 10px;
        z-index: 3;
    }

    .bill_number_lg::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 2;
        height: 22px;
        width: 23px;
        border-radius: 5px;
        background-color: #129c12;
        transform: rotate(45deg);
        top: 3px;
        left: -7px;
        box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.75);
    }

    .bill_number_lg span {
        position: relative;
        z-index: 4;
        margin: 0px !important;
        top: 0px;
    }

    .bill_number_sm{
        display: none !important;
    }
}

.bill-custom-color{
    color: #cdcdcd !important;
}

.payment_bill_head {
    width: 180px;
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 8px 8px 8px 0;
    background: #c50f04;
    z-index: 1;
    position: absolute;
    top: -15px;
    left: -5px;
}

.payment_bill_head::after {
    content: '';
    position: absolute;
    border-left: 20px solid transparent;
    border-top: 10px solid #830700;
    left: 0px;
    top: 30px;
}

.payment_bill_head_text {
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1px;
}

.payment-bill-tbody .text-start{
    text-align: start !important;
}

.payment-bill-tbody .text-right{
    text-align: right !important;
}

.choices{
    width: 100% !important;
}

@media (max-width: 991px) {
    .table-td-wrap{
        width: 350px;
        max-width: 350px;
        word-wrap: break-word;
        white-space: break-spaces;
    }
}

.circle-shape {
    width: 30px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 54px;
}

.circle-shape-1 {
    width: 30px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    bottom: 30px;
}

.sidebar .menu-content-div .menu-shadow:hover .submenu .fa {
    color: #000;
}



/* style for whatsapp setup */
.whatsapp-head{
    height: 185px; 
    width: 100%; 
    background: #00a884; 
    margin-top: -7px;
}

.whatsapp-icon-width{
    width: 45px;
}

.whatsapp-main-content{
    position: relative; 
    top: -90px !important;
}

.whatsapp-card{
    background: #fff; 
    border-radius: 5px; 
    box-shadow: 0 17px 50px 0 rgba(11, 20, 26, .19), 0 12px 15px 0 rgba(11, 20, 26, .24);
}

.whatsapp-content-title{
    font-size: 26px;
    /* margin-bottom: 50px !important; */
}

.whatsapp-text{
    font-size: 16px;
}

@media (min-width: 992px) {
    .whatsapp-margin-bottom{
        margin-bottom: 150px;
    }

    .search-accordion-md-div{
        display: none !important;
    }

}

@media (max-width: 991px) {
    .search-accordion-lg-div{
        display: none !important;
    }
}

.whatsapp-menu-icon{
    padding: 5px 9px 5px 9px; 
    background: #ddd; 
    color:#6c6c6c;
}

.whatsapp-settings-icon{
    width: 25px; 
    background: #ddd; 
    padding: 1px 1px 1px 1px;
}

@media (min-width: 992px) {
    .mob-table-wrap{
        max-width: 300px;
        word-break: break-all;
        white-space: normal;
    }
}

.debug-bar-ndisplay{
    display: none !important;
}

.menu-block-mob.menu-active .fa-menu-icon{
    color: #ed0302 !important;
}


/* Accordion for address start */
.address-accordion {
    width: 100%;
    background: #ffffff;
    border-radius: .25rem;
    box-shadow: 0px 0px 7px 0px black !important;
    overflow: hidden;
}

.address-header {
    width: 100%;
    padding: 10px 25px;
    background: #ccc;
    border: none;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.address-header:active, .address-header:focus, .address-header:focus-visible{
    border: none !important;
    outline: none !important;
}

.address-header.address-active {
    background: #ccc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.address-content {
    overflow: hidden;
    background: #ccc;
    padding: 0 20px;
    transition: max-height 0.35s ease, padding 0.35s ease;
}
/* Accordion for address end */


/* for custom table heads start */
.table-heads-dropdown {
    position: relative;
    width: 160px;
}

.table-heads-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 6px 10px;
    cursor: pointer;
    background: #28a745;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 400;
}

.table-heads-button:hover, .table-heads-button:focus, .table-heads-button:focus-visible, .table-heads-button:active{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.table-heads-content {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
    padding: 0px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 1;
}

.table-heads-content label {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    cursor: pointer;
    transition: all .5s;
}
.table-heads-content label:hover {
    background: #0bab0924;
}
.table-heads-content label:has(input:checked) {
  background: #0bab0924;
}

.table-heads-content input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    accent-color: #28a745; /* green background when checked */
    cursor: pointer;
}
/* for custom table heads end */

/* bill template 2 start */
.bill {
    display: none;
}
/* Show template 1 initially */
#template1 {
    display: block;
}

/* Page */
.bill-template-2 .page {
  display: flex;
  justify-content: center;
}

.bill-template-2 .invoice {
  width: 100%;
  background: #eee;
  padding: 30px;
  /* margin: 30px; */
  position: relative;
}

/* Header */
.bill-template-2 .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* align-items: center; */
}

.bill-template-2 .top h1 {
  /* color: #ed0302; */
  color: #029700;
  font-size: 34px;
  letter-spacing: 2px;
  text-align: end;
  font-weight: 600;
}

.bill-template-2 .top h1.h1-sm-olny {
  color: #029700;
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
}

.bill-template-2 .brand {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  align-items: start;
}

.bill-template-2 .logo {
  width: 50px;
  height: 50px;
  background: #029700;
  border-radius: 50%;
}

.bill-template-2 .brand h3 {
  margin: 0;
}

.bill-template-2 .brand p {
  margin: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
    .h1-md-olny{
        display: block !important;
    }
    .h1-sm-olny{
        display: none !important;
    }
}
@media (max-width: 767px) {
    .date-info-details {
        width: max-content !important;
        background: #029700 !important;
        color: #fff !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        padding: 10px 5px !important;
        max-width: 90% !important;
    }
    .bill-template-2 .invoice {
        padding: 0px !important;
        margin: 0px !important;
        background: #fff !important;
    }

    .bill-template-2 .top .brand {
        order: 2 !important;
        width: 100%;
        padding: 35px 15px;
    }
    .bill-template-2 .top h1 {
        order: 1 !important;
        width: 100%;
        padding: 0px 15px;
    }
    .info-bar .info{
        padding: 10px;
    }

    .h1-md-olny{
        display: none !important;
    }
    .h1-sm-olny{
        display: block !important;
    }
    .svg-sm-olny{
        display: none !important;
    }
}
/* Date details */
.date-info{
    width: 100%;
    display: flex;
    justify-content: end;
}
.date-info-details{
    width: max-content;
    background: #029700;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border-radius: 20px 0px 0px 0px;
}
/* Info bar */
.bill-template-2 .info-bar {
  background: #3a3a3a;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  border-radius: 30px 0px 0px;
}

@media (max-width: 767px) {
    .bill-template-2 .info-bar {
        padding: 20px 5px !important;
    }
}

.bill-template-2 .info h4 {
  margin-bottom: 6px;
  color: #029700;
}

.bill-template-2 .info p,
.bill-template-2 .meta p {
  margin: 3px 0;
  font-size: 18px;
}

.bill-template-2 .meta {
  text-align: right;
}

/* Divider */
.bill-template-2 .divider {
  border-top: 2px dashed #029700;
  margin: 12px 0;
}

/* Table */
.bill-template-2 .table-div{
  width: 100%;
  overflow: hidden;
}
.bill-template-2 table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #b4babf;
  background: #ddd;
}

.bill-template-2 thead th{
  background: #029700;
  color: #fff;
  border-collapse: collapse;
  border: 1px solid #b4babf;
}

.bill-template-2 th,
.bill-template-2 td {
  padding: 12px;
  border: 1px solid #b4babf !important;
  font-size: 14px;
}

/* .bill-template-2 tr:nth-last-child(2) td,
.bill-template-2 tr:nth-last-child(2) th {
    border: none !important;
} */

.bill-template-2 tr:last-child th,
.bill-template-2 tr:last-child td {
  border-bottom: none !important;
}


.bill-template-2 td:nth-child(2) span {
  font-size: 12px;
  color: #666;
}

/* Summary */
.bill-template-2 .summary {
  display: flex;
  justify-content: end;
  margin-top: 25px;
}

.bill-template-2 .totals {
  width: 300px;
  font-size: 14px;
}

.bill-template-2 .totals p {
  display: flex;
  justify-content: space-between;
  margin: 6px 0;
}

.bill-template-2 .grand {
  background: #029700;
  color: #fff;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 16px;
}

/* Footer */
.bill-template-2 .footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.bill-template-2 .sign {
  text-align: right;
  align-self: flex-end;
}
/* bill template 2 end */



/* stock table start */
.stock-table thead tr th{
    color: #000 !important;
    font-weight: 600;
    text-align: start !important;
    vertical-align: middle;
}
.stock-table tbody tr td{
    color: #000 !important;
    font-weight: normal;
    text-align: start !important;
    vertical-align: middle;
}

@media (max-width: 767px) {
	.stock-table {
		border: none !important;
	}
	.stock-table thead {
		display: none !important;
	}

	.stock-table,
	.stock-table tbody,
	.stock-table tr,
	.stock-table td {
		display: block;
		/* width: 100%; */
	}

    .stock-table tbody {
        border-radius: 0px 0px 10px 10px !important;
        background: transparent !important;
        box-shadow: none !important;
        text-align: start !important;
    }

    .stock-table tbody tr td label {
        text-shadow: none !important;
        text-align: end !important;
    }

	.stock-table tr {
		background: #eee !important;
		border-radius: 10px !important;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
		margin-bottom: 15px !important;
		padding: 10px !important;
	}

	.stock-table td {
		display: flex !important;
		justify-content: space-between !important;
		padding: 8px 10px !important;
		border: none !important;
		border-bottom: 1px solid #ddd !important;
		font-size: 14px !important;
        flex-wrap: wrap !important;
	}

    .stock-table td.no-data-td {
        justify-content: center !important;
    }

    #material_stock_table.stock-table.table tbody tr td.dataTables_empty{
        text-align: center !important;
    }
    .stock-table td.dataTables_empty {
        justify-content: center !important;
    }

	.stock-table tbody td:last-child {
		border-bottom: none !important;
	}

	.stock-table tbody tr:last-child {
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}

	.stock-table tbody td::before {
		content: attr(data-label);
		font-weight: 600 !important;
		color: #555 !important;
        white-space: nowrap !important;
        word-break: break-all !important;
	}
}
#material_stock_table.stock-table.table tbody tr td.dataTables_empty{
    text-align: center !important;
}
#product_stock_table.stock-table.table tbody tr td.dataTables_empty{
    text-align: center !important;
}
.stock-table td.dataTables_empty {
    text-align: center !important;
}
/* stock table end */


.dashboard-profile-label{
  color: #fff !important;
}
.dashboard-profile-label a:hover{
  color: #fff !important;
}


/* table card in mobile start */
/* Desktop Table */
.reports-table {
    width: 100%;
    border-collapse: collapse;
}
.reports-table th, .reports-table td {
    padding: 10px;
}

/* Card Container (hidden on desktop) */
.reports-card-view {
    display: none;
}

/* Mobile Styles */
@media (max-width: 991px) {
    /* Hide DataTables table */
    .reports-table-wrapper table {
        display: none !important;
    }
    .reports-table-wrapper {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    /* Show card container */
    .reports-card-view {
        display: block;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 0px !important;
    }
    /* Card styling */
    .reports-card {
        border: none;
        border-radius: 12px;
        padding: 25px;
        margin-bottom: 15px;
    }
    .reports-card-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
    }
    .reports-card-item:last-child {
        border-bottom: none;
    }

    .buttonContainer {
        display: none;
    }
    .table-toggle-icon-div{
        position: absolute; 
        right: 10px; 
        top: 5px;
        z-index: 9;
    }
    #example_wrapper .dataTables_filter label, #test_wrapper .dataTables_filter label, #table_data_two_wrapper .dataTables_filter label, #table_data_wrapper .dataTables_filter label, #contacts_wrapper .dataTables_filter label, #example2_wrapper .dataTables_filter label {
        display: flex !important;
        align-items: center;
        justify-content: start !important;
    }
    #example_wrapper .dataTables_filter label input, #test_wrapper .dataTables_filter label input, #table_data_two_wrapper .dataTables_filter label input, #table_data_wrapper .dataTables_filter label input, #contacts_wrapper .dataTables_filter label input, #example2_wrapper .dataTables_filter label input{
        width: 200px !important;
    }

    /* .dataTables_wrapper{
        width: max-content;
    }
    .dataTables_wrapper .dataTables_filter{
        width: max-content;
    } */
}

@media (max-width: 768px) {
    .dataTables_filter{
        width: max-content !important;
    }
    .dataTables_wrapper .dataTables_filter {
        float: left !important;
        text-align: right;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 180px !important;
    }
}

@media (max-width: 767px) {
    .reports-card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .cust-mob-mt{
        margin-top: 4rem !important;
    }
}

@media (768px <= width <= 991px) {
    .reports-card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 49% !important;
        flex: 0 0 49% !important;
        max-width: 49% !important;
    }
}

@media (max-width: 768px) {
    .buttonContainer {
        margin-top: 45px;
    }
}
@media (min-width: 769px) {
    .buttonContainer {
        display: block !important;
    }

    .table-toggle-icon-div{
        display: none !important;
    }
}

@media (max-width: 991px) {
    /* Card styling */
    .reports-card {
        background: #eee;
        /* box-shadow: inset 8px 8px 16px rgba(0, 0, 0, 0.1), inset -8px -8px 16px rgb(167 167 167) !important; */
    }
    .reports-card-item {
        border-bottom: 1px solid #cdcdcd;
    }

    .mob-body-mt{
        margin-top: 1rem !important;
    }

    .text-end-md{
        text-align: end !important;
    }
}

table.dataTable td.dataTables_empty {
    text-align: center !important;
}
/* table card in mobile end */


/* datatable Buttons start */
/* buttons-copy */
.buttons-copy {
  color: #fff !important;
  background: #0d6efd !important;
  border: 1px solid #0d6efd !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  transition: all .5s !important;
}
.buttons-copy:hover {
  color: #fff !important;
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
}

/* buttons-pdf */
.buttons-pdf {
  color: #fff !important;
  background: #6c757d !important;
  border: 1px solid #6c757d !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  transition: all .5s !important;
}
.buttons-pdf:hover {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
}

/* buttons-print */
.buttons-print {
  color: #fff !important;
  background: #198754 !important;
  border: 1px solid #198754 !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  transition: all .5s !important;
}
.buttons-print:hover {
  color: #fff !important;
  background-color: #198754 !important;
  border-color: #198754 !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
}

/* buttons-csv */
.buttons-csv {
  color: #000 !important;
  background: #ffc107 !important;
  border: 1px solid #ffc107 !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  transition: all .5s !important;
}
.buttons-csv:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
}

/* buttons-excel */
.buttons-excel {
  color: #fff !important;
  background: #0dcaf0 !important;
  border: 1px solid #0dcaf0 !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  transition: all .5s !important;
}
.buttons-excel:hover {
  color: #fff !important;
  background-color: #0dcaf0 !important;
  border-color: #0dcaf0 !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
}
/* datatable Buttons end */


/* sticky header start */
@media (max-width: 991px) {
    .sticky-header{
        position: fixed !important;
        top: 59px !important;
        left: 0;
        right: 0;
        border-radius: 0px !important;
        z-index: 99 !important;
    }

    .main-content.has-sticky {
        overflow-y: auto;
        width: 100%;
        background: transparent;
        margin-top: 95px !important;
        margin-bottom: 60px;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .sticky-header{
        position: sticky !important; 
        top: 54px !important; 
        border-radius: 5px !important; 
        z-index: 99 !important;
    }
}
/* sticky header end */

@media (max-width: 991px) {
    .mobile-outer-div-p{
        padding: 0.5rem !important;
    }

    .cust-mob-mt-4{
        margin-top: 1.3rem !important
    }

    .reports-card-item .mob-table-wrap {
        max-width: 100% !important;
        width: 100% !important;
    }

    .reports-card-item .table-td-wrap {
        width: max-content !important;
        max-width: max-content !important;
    }
}

@media (max-width: 575px) {
    .sticky-header h3, .sticky-header h4{
        font-size: 1.25rem !important;
    }

    .lg-bw-sm-end{
        justify-content: end;
    }
    .bill-title-head{
        display: none;
    }
}

@media (min-width:576px) {
    .lg-bw-sm-end{
        justify-content: space-between;
    }
    .bill-title-head{
        display: block;
    }
}

@media (max-width: 768px) {
    .label-hide-sm{
        display: none !important;
    }
    .no-label-sm-btns, #toggleIconBtn{
        height: 35px;
        width: 35px;
        padding: 0px;
    }
}


/* copy option start */
.copy-wrapper {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
    color: #555;
}

.copy-wrapper i {
    font-size: 16px;
    color: #4b78bb;
}

/* Tooltip */
.tooltip {
    position: absolute;
    left: 50%;
    bottom: 30px;   /* fixed distance instead of % */
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    z-index: 9999;
}

/* Arrow */
.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #111 transparent transparent transparent;
}

/* Show */
.tooltip.show {
    opacity: 1;
    visibility: visible;
}
/* copy option end */

.btn-img-close:focus, .btn-img-close:active, .btn-img-close:focus-visible{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.choices__item[data-deletable] .stock-item-count {
    right: 50px !important;
    top: 1px !important;
    bottom: 1px !important;
}