/*
    1. Remove Body Scroll
    2. Sidebar
    3. Submenu

*/

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #a5a5a5;
    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 #0000ff;
    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: #0000ff;
    border-color: #0000ff;
  }

  .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: #0000ff;
  }

  .custom-radio input:checked + .radio-label {
    color: #0000ff;
  }

  .custom-radio .radio-label:hover {
    color: #0000ff;
  }


  table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
    text-align: center !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: #656565;
    transition: 0.5s;
    z-index: 999999;
}

#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% - 250px);
    }

    .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: 105px;
    background: #525252;
    position: fixed;
    z-index: 999;
}
.sidebar .logo-div-frame {
    height: 80px;
    position: absolute;
    top: 16px;
    left: 16px;
    width: 226px;
    z-index: 99999;
    border-radius: 11px;
    box-shadow: inset 41px 41px 82px #000000, inset -105px -65px 82px #1e6193;
}

.sidebar .logo-background .logo-outer-div {
    box-shadow: 1px 3px 3px 0px rgb(0 0 0) !important;
}

.sidebar .logo-background .logo-div {
    height: 80px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 226px;
    z-index: 99999;
    border-radius: 11px;
    box-shadow: inset 41px 41px 82px #ffffff, inset -105px -65px 82px #ffffff;
}

.sidebar .logo-background .logo-div .logo-img {
    /* width: 180px; */
    padding-bottom: 5px;
    padding-top: 2px;
}

.sidebar .menu-content-div {
    margin-top: 100px !important;
    margin-bottom: 70px !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: 105px;
    transition: all 0.8s;
}

/* 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 #0000ff;
    border-radius: 20px;
}
.sidebar .menu-content-div .menu-shadow:hover .menu-text {
    color: #000 !important;
}
.sidebar .menu-content-div .menu-shadow:hover .fa {
    color: #0000ff !important;
}

.sidebar .menu-content-div .menu-shadow .menu-block .menu-text {
    color: #0000ff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

.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;
}

/* 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 #0000ff;
    border-radius: 20px;
}
.menu-shadow-mobile:hover .menu-text {
    color: #000 !important;
}
.menu-shadow-mobile:hover .fa {
    color: #0000ff !important;
}

.menu-shadow-mobile .menu-block-mob .menu-text {
    color: #0000ff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.menu-shadow-mobile .menu-block-mob .menu-head {
    margin-top: 5px;
}

/* Mobile menu color style End */

.blur-div{
    width: 100% !important; 
    height: 100vh !important; 
    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;
    background: linear-gradient(315deg, #656366, #ffffff);
}


/* Active Style */
.fa-menu-icon{
    color: #000;
    transition: all .5s;
}

.menu-active{
    box-shadow: inset 41px 41px 82px #ffffff, inset -41px -41px 82px #0000ff !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: #0000ff !important;
}

.submenu-first-active{
    background-color: #cccccc87 !important;
    border-radius: 10px 10px 0px 0px !important;
}

.submenu-middle-active{
    background-color: #cccccc87 !important;
    border-radius: 0px !important;
}

.submenu-last-active{
    background-color: #cccccc87 !important;
    border-radius: 0px 0px 10px 10px !important;
}

/********************************************************** Sidebar End **********************************************************/


/********************************************************** Header Start **********************************************************/

.fixed-top {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 250px;
    z-index: 9999;
    background: #666c71;
    transition: 0.5s;

}

.fixed-top .toggler-icon{
    width: 30px;
    cursor: pointer;

}

/********************************************************** Header End **********************************************************/




/********************************************************** Content Start **********************************************************/

.main-content {
    margin-left: 250px;
    transition: 0.5s;
    margin-top: 54px;
    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-color: #666c71;
    padding: 3px 0;
    position: fixed;
    padding-left: 10px;
    left: 250px;
    bottom: 0px;
    right: 0px;
}

.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: #0074ff;
    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: 45px;
    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;
    }

    .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 #0000ff;
    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: 1000px; /* Adjust this value based on your content height */
}

.section-header {
  cursor: pointer;
  transition: 2s;
  height: 55px;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
  background: #656565;
}

.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: #0000ff;
}

.mobile-left-div{
    border-radius: 0px 10px 0px 0px;
    background: #0000ff;
}

.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: #0000ff;
}

.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-color: #656565;
    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);
    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);
    z-index: 99999;
    display: none;
}

.red-backround-color{
    background: #0000ff !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: #999999;
    border-radius: 10px !important;
    width: 190px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 99; /* 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 #999999;
    border-bottom: 10px solid transparent;
    content: '';
}

.submenu .fa{
    color: #0000ff !important;
}

.submenu-item {
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
    transition: all .5s;
    overflow: hidden;
}

.submenu-last-item {
    border: none !important;
}

.submenu-first-item {
    border-radius: 10px 10px 0px 0px !important;
}

.submenu-first-item:hover {
    background-color: #cccccc87;
    border-radius: 10px 10px 0px 0px;
}

.submenu-middile-item:hover {
    background-color: #cccccc87;
    border-radius: 0px;
}

.submenu-last-item {
    border-radius: 0px 0px 10px 10px !important;
}

.submenu-last-item:hover {
    background-color: #cccccc87;
    border-radius: 0px 0px 10px 10px;
}

.submenu-item:hover {
    background-color: #cccccc87;
}


/* 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: center !important;
}

.btn-login {
    color: #fff;
    background-color: #0000ff;
    border-color: #0000ff;
    transition: all .5s;
}
.btn-login:hover {
    color: #0000ff;
    border: 1px solid #0000ff;
    border-color: #0000ff;
    background: #fff;
}


/* Products card */
.product-card {
    position: relative;
    overflow: hidden;
    border: 2px solid #ddd;
    background: #b1b1b1;
    border-radius: 8px;
    margin-top: 20px;
}

.image-container-card {
    position: relative;
    width: 100%;
    height: 125px; /* Set a fixed height for the image container */
    overflow: hidden;
    margin: 10px;
}

.slide {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.no-slide {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.slide img {
    width: 100%;
    height: 125px; /* Ensure images have the same height */
    object-fit: contain; /* Cover the container while maintaining aspect ratio */
    flex-shrink: 0;
}

.product-card.no-slider .slide {
    display: block;
    transition: none;
}

.product-card.no-slider .slide img {
    transform: none;
}

.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;
    /* overflow: hidden; */
}

.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;
}

.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; }
}

.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 #0000ff;
    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: #0000ff;
    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: #0000ff;
    background: #e6f2ff;
}

input[type="radio"]:checked + .custom-radio-label {
    color: #0000ff;
}

.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: 550px;
    width: 0;
    position: fixed;
    z-index: 999999;
    left: 0; /* Change left to right */
    bottom: 0 !important;
    background-color: #656565;
    overflow-x: hidden;
    transition: 0.5s;
}
  
.mobileSubMenuList a{
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: #656565;
    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: #959595;
    display: block;
    letter-spacing: .5px;
    transition: 0.3s;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.mobileSubMenu .closebtn {
    font-size: 30px;
    color: #000000;
    margin-right: 20px;
    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: #fff;
}

.mobile-submenu-active{
    background-color: #959595 !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 #0000ff;
    border-color: #0000ff;
    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: #0000ff;
    border-color: #0000ff;
    color: white;
  }
  
  .custom-tabs .nav-link.active {
    background-color: blue;
    border-color: #0000ff;
    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: 999999 !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) {
        .menu-content-div {
            background: #656565;
            height: calc(100vh - 125px);
            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;
        }
    }



/* Filter Content */
.filter-sidebar {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: max-height 0.4s ease;
    padding: 9px 15px 15px 15px !important; /* Space for the arrow */
}

.filter-arrow {
    transition: transform 0.3s ease;
    z-index: 1;
}

/* Collapsed state on small screens */
@media (max-width: 991px) {
    .filter-sidebar {
        max-height: 52px;
    }

    .filter-sidebar.expanded {
        max-height: 1000px; /* Enough for full content */
    }

    .filter-sidebar.expanded .filter-arrow {
        transform: rotate(180deg);
    }
}

/* Expanded view on large screens */
@media (min-width: 992px) {
    .filter-sidebar {
        max-height: none !important;
        cursor: default;
    }

    .filter-arrow {
        display: none;
    }

    .clear-btn-lg-none {
        display: none;
    }
}

@media (max-width: 991px) {
    .clear-btn-sm-none {
        display: none;
    }
}