/*
Theme Name:   hello-elementor-child
Template:     hello-elementor
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/* @font-face {
    font-family: "Poppins", sans-serif;
    src: url('../fonts/BasicSans-SemiBoldIt.eot');
    src: url('../fonts/BasicSans-SemiBoldIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasicSans-SemiBoldIt.woff2') format('woff2'),
        url('../fonts/BasicSans-SemiBoldIt.woff') format('woff'),
        url('../fonts/BasicSans-SemiBoldIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url('../fonts/BasicSans-ThinIt.eot');
    src: url('../fonts/BasicSans-ThinIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasicSans-ThinIt.woff2') format('woff2'),
        url('../fonts/BasicSans-ThinIt.woff') format('woff'),
        url('../fonts/BasicSans-ThinIt.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url('../fonts/BasicSans-Black.eot');
    src: url('../fonts/BasicSans-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasicSans-Black.woff2') format('woff2'),
        url('../fonts/BasicSans-Black.woff') format('woff'),
        url('../fonts/BasicSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url('../fonts/BasicSans-Bold.eot');
    src: url('../fonts/BasicSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasicSans-Bold.woff2') format('woff2'),
        url('../fonts/BasicSans-Bold.woff') format('woff'),
        url('../fonts/BasicSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url('../fonts/BasicSans-SemiBold.eot');
    src: url('../fonts/BasicSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasicSans-SemiBold.woff2') format('woff2'),
        url('../fonts/BasicSans-SemiBold.woff') format('woff'),
        url('../fonts/BasicSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url('../fonts/BasicSans-ExtraLightIt.eot');
    src: url('../fonts/BasicSans-ExtraLightIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasicSans-ExtraLightIt.woff2') format('woff2'),
        url('../fonts/BasicSans-ExtraLightIt.woff') format('woff'),
        url('../fonts/BasicSans-ExtraLightIt.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url('../fonts/BasicSans-Regular.eot');
    src: url('../fonts/BasicSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasicSans-Regular.woff2') format('woff2'),
        url('../fonts/BasicSans-Regular.woff') format('woff'),
        url('../fonts/BasicSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */



/* common css */
:root {
    --primary-color: #00DA97;
    --secondary-color: #2C8FEE;
    --green-color: #3CA761;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --light-bg: #FEFAF4;
    --yellow-color: #ffc107;
    --sky-color: #f0f8ff;
    --light-dark: #242424;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: "Poppins", sans-serif;
    color: var(--light-dark);
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: var(--light-bg);
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: var(--light-dark);
}

h5,
h6 {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: var(--light-dark);
}

p, ul li {
    font-weight: 400;
    color: var(--light-dark);
    font-size: 15px;
}

.heading {
    font-size: 36px;
    line-height: 43.88px;
    font-weight: 600;
}

button:focus {
    outline: none;
}

a,
a:hover {
    text-decoration: none !important;
}
a{
    color: var(--secondary-color);
}
/* a:active, a:hover{
    color: var(--green-color) !important; 
} */
/* Custom button */
.btn-custom, .btn-primary {
    background-color: var(--green-color);
    color: var(--white-color);
    border-radius: 8px;
    padding: 13px 25px;
    text-decoration: none;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    border: 0;
}

.btn.btn-custom:hover, .btn.btn-custom:focus, .btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: var(--secondary-color);
    color: var(--white-color) !important;
    border-color: var(--white-color);
}
.btn.btn-primary:hover i, .btn.btn-primary:focus i,
.btn.btn-success:hover i, .btn.btn-success:focus i,
.btn.btn-custom:hover i, .btn.btn-custom:focus i{
    color: var(--white-color) !important;
}
.btn[type=submit]
{
    border: 0;
}.form-select:focus {
    box-shadow: none;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2300DA97'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: var(--white-bg);
    border-color: var(--secondary-color)
}

.form-check-input {
    background-color: var(--white-bg);
    border-color: #242424;
    box-shadow: none !important;
    width: 17px;
    height: 17px;
    margin-top: 0px;
}

.form-check-inline {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.form-check-inline label, .form-check .form-check-label {
    line-height: normal;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #6C757D;
}

.form-label, .form-check-label {
    font-size: 14px;
    font-family: "Poppins", serif;
    margin-bottom: 5px;
}

.form-control,
.form-select {
    border: 1px solid #ebebeb !important;
    border-radius: 6px !important;
    padding: 10px 15px !important;
    box-shadow: none !important;
    font-size: 14px;
}

.form-control:focus,
.form-select:focus {
    border: 2px solid var(--primary-color);
}

/* Custom Dropdown */
.custom-dropdown {
    position: relative;
    display: inline-block;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    background-color: var(--white-color);
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1000;
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: var(--black-color);
    text-decoration: none;
    font-size: 0.95rem;
}

.custom-dropdown-menu li a:hover {
    background-color: var(--white-color);
}

.custom-dropdown:hover .custom-dropdown-menu {
    display: block;
}

/* sidebar */
.nls-sidebar {
    /* background-color: #ffffff; */
    border-radius: 8px;
    /* padding: 15px; */
    /* box-shadow: 0 3px 20px rgba(0,0,0,.05); */
    transition: all .4s ease-in-out;
}
body.home .product-sidebar {
    display: none;
}
.product-sidebar, .nls-sidebar .tab-content {
    box-shadow: #F3F3F3 0px 10px 20px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.filter-option {
    box-shadow: #F3F3F3 0px 10px 20px;
    background: rgb(255, 255, 255);
    margin-top: 20px;
    border-radius: 8px;
}
.nls-sidebar h1 {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    background: var(--green-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nls-sidebar h1 span {
    color: var(--white-color);
}

.nls-sidebar .btn-primary {
    background-color: var(--secondary-color);
    border: none;
}

.nls-sidebar .btn-primary:hover {
    background-color: var(--secondary-color);
}

.nls-sidebar .alert-custom {
    background-color: #F0F8FF;
    border: 0;
    border-radius: 0;
    padding: 20px;
    color: var(--light-dark);
}
.nls-sidebar .alert-custom h4{
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #242424;
}
.nls-sidebar .alert-custom p{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #6C757D;
}
.nls-sidebar .alert-custom .select2-container--default .select2-selection--single{
    border: 1px solid #D1ECF3 !important;
}
.nls-sidebar .main-content {
    background-color: var(--white-bg);
    border-radius: 5px;
    padding: 20px;
    border: 1px solid var(--light-bg);
}

.nls-sidebar .main-content h5 {
    color: var(--secondary-color);
}

.nls-sidebar .nls-main-option {
    border: 0;
    border-radius: 0;
    background: var(--green-color);
    padding: 0px 20px 8px 20px;
}

.nls-sidebar .nls-main-option button {
    font-size: 13px;
    padding: 15px 33px;
    color: var(--white-color) !important;
    font-weight: 600;
    height: 100%;
    border-radius: 0;
    border: 0;
    gap: 3px;
    background-color: transparent;
}
.nls-sidebar .nls-main-option button.active {
    background-color: var(--white-color) !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: var(--green-color) !important;
}

.nls-sidebar .nls-main-option button svg path {
    fill: var(--green-color);
}

.nls-sidebar .nls-main-option button.active svg path {
    fill: var(--white-color);
}

.nls-sub-option button.active {
    background-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
}

.nls-sub-option {
    background: var(--sky-color);
}

.nls-sub-option button {
    border-radius: 0 !important;
    font-weight: 500;
}

.nls-sidebar .allshow {
    display: none;
}

.nls-sidebar .allshow.show {
    display: block;
}

.review-rating i {
    color: #E5E5E5;
}

.form-check-input {
    border-color: #242424;
    transition: all .4s ;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 15 15' fill='%23FFFFFF'%3e%3cpath d='M6.173 10.927L3.073 7.827a1 1 0 0 1 1.414-1.414l2.086 2.086 4.086-4.086a1 1 0 1 1 1.414 1.414L6.173 10.927z'/%3e%3c/svg%3e") !important;
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}

.slider-container {
    max-width: 600px;
    margin: 40px auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 20px 10px #CECBC633;;
  }
  .slider-container h4 {
    text-align: center;
    margin-bottom: 20px;
  }
  .range-values {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .range-slider {
    position: relative;
    height: 10px;
  }
  .range-slider input[type="range"] {
    -webkit-appearance: none;
    position: absolute;
    width: 100%;
    height: 5px;
    background: transparent;
    pointer-events: none;
    z-index: 3;
  }
  .range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 1025;
  }
  .range-slider input[type="range"]::-webkit-slider-runnable-track{
    background: transparent;
  }
  .range-slider .slider-track {
    position: absolute;
    height: 5px;
    background: #ddd;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
  }
  .range-slider .range-highlight {
    position: absolute;
    height: 5px;
    background: #00DA97;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  .select2-container{
    width: 100% !important;
    height: auto;
  }
  .select2-container--default .select2-selection--single {
    border: 1px solid #EDEDED!important;
    border-radius: 8px!important;
    height: auto!important;
    padding: 8px 30px 8px 8px;
    font-size: 1rem;
    color: #000;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%!important;
    position: absolute!important;
    top: 0px!important;
    right: 3px!important;
    width: 45px!important;
    bottom: 0!important;
}
/* .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #252525 transparent transparent transparent!important;
    border-style: solid!important;
    border-width: 8px 6px 0 6px!important;
    height: 0!important;
    left: 50%!important;
    margin-left: -4px!important;
    margin-top: -5px!important;
    position: absolute!important;
    top: 50%!important;
    width: 0!important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #252525 transparent!important;
    border-width: 0 6px 8px 6px!important;
} */
.select2-search--dropdown .select2-search__field{
    outline: none!important;
}
.select2-dropdown{
    border: 2px solid #ededed!important;
    width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d8d2d2!important;
    border-radius: 6px!important;
    padding: 5px!important;
}
table {font-size: 16px !important;}
table tr td, table tr th{
    color: #6C757D !important;
    border: 0;
    background-color: transparent !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
table tr td{
    color: #242424 !important;
}
.invoice-report table tr th{
    background-color: #f9f9f9 !important;
}
.main-content .card {
    padding: 28px;
    box-shadow: #F3F3F3 0px 10px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    /* transition: all .4s ease-in-out; */
    border: 0;
}

.main-content .card h5, .main-content .card h6 {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
}

.main-content .card p {
    margin-bottom: 0.5rem;
    color: #6C757D;
    font-size: 13px;
    line-height: 22px;
    
}
.main-content .card .tab-content ul li{
    color: #242424;
    font-size: 13px;
    line-height: 22px;
}
.main-content .card p.company_tag{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--green-color);
}
.main-content .card .company_name{
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #242424;
}
.main-content .card strong.text-dark, .main-content .card h6 {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #242424;
}
.main-content .nav-tabs {
    border-bottom: 0;
    gap: 12px;
}

.main-content .nav-tabs .nav-link {
    color: #6C757D;
    border: 1px solid #E0E0E0;
    background: var(--white-color);
    border-radius: 8px;
    font-weight: 600;
    padding: 13px 7px;
    font-size: 13px;
}

.main-content .nav-tabs .nav-link.active {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    background: var(--sky-color);
    border-radius: 8px;

}
.main-content .nav-tabs .nav-link i{
    transition: all .4s;
}
.main-content .nav-tabs .nav-link.active i{
    transform: rotate(180deg);
}
.main-content .review-bar {
    background-color: #e9ecef;
    border-radius: 5px;
    overflow: hidden;
    height: 6px;
}

.main-content .review-bar-fill {
    background-color: #FFC107;
    height: 100%;
}

.main-content .review-card {
    padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.main-content .review-card:last-child {
    border-bottom: none;
}

.main-content .review-date {
    font-size: 0.85rem;
    color: var(--light-dark);
    font-weight: 500;
}

.btn-success {
    background-color: var(--green-color);
    border-radius: 30px;
    padding: 10px 18px;
    text-decoration: none;
    border: 0;
    line-height: normal;
    color: #fff;
    font-weight: 500;
}
.btn-success a{color: #fff;}
.btn.btn-success:hover,.btn.btn-success:focus {
    background-color: var(--secondary-color);
    color: var(--white-color) !important;
}

.main-content .btn-outline-primary {
    border-color: var(--secondary-color);
    color: var(--secondary-color) !important;
    border-radius: 8px;
    padding: 10px 25px;
    text-decoration: none;
    line-height: normal;
    background: #2c8fee1a;
    font-size: 16px;
    line-height: 18px;
    
}
.text-primary {
    color: var(--secondary-color) !important;
}
.main-content .btn-outline-primary:hover, .main-content .btn-outline-primary:focus ,.main-content .btn-outline-primary:active{
    background-color: #2c8fee1a !important;
    border-color: var(--secondary-color);
    color: var(--secondary-color) !important;
}
.main-content  button.request-link{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background: var(--green-color);
    border-radius: 8px;
    padding: 14px 26px;
}
.text-warning i {
    color: var(--yellow-color);
    font-size: 14px;
}

.text-warning span {
    font-size: 0.9rem;
}

.text-success {
    color: var(--primary-color) !important;
}
/* List page */
.listing-section{
    padding: 80px 0;
}
.form-switch {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-direction: row-reverse;
}
.form-switch .form-check-input{
    margin-left: 0;
}
/* Dashboard css */
.dashboard-section{
    padding:80px 0 150px;
}

.dashboard-section .tab-content .tab-pane .cardview{
    padding: 28px;
    box-shadow: 0 20px 10px #CECBC633;;
    background-color: #ffffff;
    border-radius: 8px;
    transition: all .4s ease-in-out;
    border: 0;

}
/* .dashboard-section .tab-content.cardview{

} */
.dashboard-section .nav-pills .nav-link {
    color: #3F3F3F;
    border-radius: 8px;
    font-size: 15px;
    padding: 12px 20px;
    background-color: transparent;
    font-weight: 600;
    border-radius: 40px;
    border: 0;
    /* margin: 5px 0 0; */
}
.dashboard-section .nav-pills .nav-link:hover svg path,
.dashboard-section .nav-pills .nav-link.active svg path{
    stroke: var(--white-color);
}
/* .dashboard-section .nav-pills .nav-item{
    border-bottom: 1px solid #f3f3f3;
}
.dashboard-section .nav-pills .nav-item:last-child{
    border-bottom: 0 !important;
} */
.dashboard-section .nav-pills .nav-link.active,
.dashboard-section .nav-pills .nav-link:hover{
    color: var(--white-color) !important;
    background: #3CA761;
    
}
.dashboard-section .nav-pills .nav-link#product-detail{
    display: none;
}
.dashboard-section .tab-content h4 {
    color: var(--light-dark);
}
.dashboard-section .tab-content p {
    font-size: 13px;
    line-height: 22px;
    color: var(--light-dark);
}

.dashboard-section .box-item{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    transition: all .74s;
    z-index: 1;
}
.dashboard-section .box-item a{
    background: var(--white-color);
    box-shadow: 0px 10px 20px rgba(206, 203, 198, 0.2);
    border-radius: 8px;
    transition: all .74s;
}
.dashboard-section .box-item:after{
    content: '';
    background-color: var(--green-color);
    border-radius: 4px;
    height: 93%;
    width: 90%;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: -1;
}
/* .dashboard-section .box-item a{
    padding: 40px 30px;
} */
.dashboard-section .box-item.disabled, .dashboard-section .nav-link.disabled{
    opacity: .4;
    pointer-events: none;
}
.dashboard-section .box-item i{
    color: var(--secondary-color);
    font-size: 30px;
}
.dashboard-section .box-item p{
    padding: 15px;
    margin: 0 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #373B42;
}
/* .dashboard-section .tab-content{
    border-bottom: 1px solid #f3f3f3 !important;
} */
.redirect-url .redirect-icon{
    position: absolute;
    right: 15px;
    bottom: 10px;
   opacity: 0;
   transition: all .74s;
    color: var(--light-dark) !important;
    font-size: 18px !important;
    opacity: 0;
}
.dashboard-section .box-item:hover i.redirect-icon{
    opacity: .8;
}
.box-item:hover a {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.btn-outline-success{
    background: #00da9717 !important;
    border-radius: 4px;
    border-color: var(--primary-color) !important;
}
.list-group-item{
    border: 0;
    background-color: transparent !important;
    border-bottom: 1px solid #eee;
    padding: 7px 0;
}
.badge {line-height: normal;}
.right-sidebar .tab-pane{
    border-top: 0;
}
/* .right-sidebar .nav-tabs{
    padding-left: 20px;
} */

/* Request tab */
/* .request-tab {
    border-bottom: 1px solid #f3f3f3;
} */
.request-tab .nav-pills .nav-item{
    border-bottom: 0;
    width: 166px;
}
li#cancelled_tab {
    display: none;
}
span.num-new-req {
    text-align: center;
    border-radius: 24px;
    background-color: darkorange;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 19px;
    display: inline-block;
    margin-left: 5px;
}
.request-tab .nav-pills .nav-item .nav-link.active{
    /* border-bottom: 1px solid var(--primary-color) !important; */
    color: var(--white-color) !important;
}
.dashboard-section .dashboard-left{
    /* box-shadow: 0 20px 10px #CECBC633;; */
    border-radius: 40px;
    /* background-color: #fff; */
    padding: 15px;
    justify-content: start;
    height: max-content;
    border: 1px solid var(--green-color);
}
.dashboard-section .e-n-tab-title{
    border-bottom: 1px solid #f3f3f3 !important;
    background-color: transparent !important;
    color: #6c757d !important;
    border-radius: 8px;
    font-size: 16px;
    padding: 12px;
    font-weight: 600;
    border-radius: 0;
    justify-content: left;
}
.request-main table thead{
    background-color: var(--green-color);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.request-main table tbody{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.request-main table tbody tr:nth-last-child(2):not([aria-expanded="false"]) td:first-child,
.request-main table tbody tr:nth-last-child(2)[aria-expanded="false"] td:first-child, .request-main table tbody tr:last-child td:first-child{
    border-bottom-left-radius: 8px;
  }
  .request-main table tbody tr:nth-last-child(2)[aria-expanded="true"] td:first-child, .request-main table tbody tr:nth-last-child(2)[aria-expanded="true"] td:last-child{
    border-radius: 0px !important;
  }
.request-main table tbody tr:nth-last-child(2):not([aria-expanded="false"]) td:last-child, .request-main table tbody tr:last-child td:last-child,
.request-main table tbody tr:nth-last-child(2)[aria-expanded="false"] td:last-child{
    border-bottom-right-radius: 8px;
  }
.request-main table thead th:first-child{
    border-top-left-radius: 8px;
}
.request-main table thead th:last-child{
    border-top-right-radius: 8px;
}
.request-main table tbody tr:nth-child(even) {background-color: #F9F9F9;}
.request-main table thead tr th{
    color: var(--white-color) !important;
    border: 0 !important;
}
.request-main table tbody tr td:first-child{
    border-left: 1px solid #EBEBEB;
}
.request-main table tbody tr td:last-child{
    border-right: 1px solid #EBEBEB;
}
.request-main table tbody tr td, .request-main table tbody tr:last-child td[colspan="26"]{
    border-bottom: 1px solid #EBEBEB;
}
.request-main table tbody tr td{
    border-bottom: 1px solid #EBEBEB;
}
.request-main table tbody tr:last-child td:not([colspan="26"]){
    border-bottom: 0;
}
.request-main table{
    border-collapse: separate;
}
.request-main .form-check-input[type="radio"], .form-switch .form-check-input[type="radio"]:focus {
    border-color: #86B7FE !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386B7FE'/%3e%3c/svg%3e");
}
.request-main .form-check-input[type="radio"]:checked {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.request-main .collapse.show, .request-main .accordion-toggle[aria-expanded="true"] {
    background: #F9F9F9;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 8px;
}
.request-main .collapse#filter-change{
    border: 0;
}
.request-main .accordion-toggle{
    border-bottom: 1px solid #e4e4e4;
    border-top:0
}

.request-main .de-active{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dc3545;
    margin: 7px;
}
.request-main .nav-pills .nav-link{
    font-size: 15px;
    padding: 10px 25px;
    text-align: left;
    width: 100%;
    border-radius: 8px;
    border: 0;
    margin: 5px 0 0;
}
.error:not(.form-control) {
    color: red;
    font-size: 12px;
    /* display: none; */
  }
  input.error-field, select.error-field, textarea.error-field {
    border: 1px solid red !important;
  }
  body.um-page-login p.um_request_name,
  body.um-page-register p.um_request_name {
    display: none;
}
 
.active>.page-link, .page-link.active{
    background-color: var(--secondary-color);
    border-color:  var(--secondary-color);
}
.page-link{
    color:  var(--secondary-color);
}
li.page-item {
    margin: 0 4px;
   
}
li.page-item span, li.page-item a{
    border-radius: 5px !important;
}
div#request_main_wrap{
    position: relative;
}
.request-main-wrap.loading{
    pointer-events: none !important;
}
.request-tab .select2-container--default .select2-selection--single{
    border: 0 !important;
    border-bottom: 1px solid #EDEDED !important;
    border-radius: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #242424;
}
.request-tab .select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M7 10L12 15L17 10' stroke='%232C8FEE' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.request-tab .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M7 14L12 9L17 14' stroke='%232C8FEE' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

#loading_wrap {
    background-color: #cbcbcb6b;
    width: 100%;
    height: 100%;
    position: absolute;
    /* opacity: 0.4; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.circle-loader {
    border: 8px solid #f3f3f3; 
    border-top: 8px solid #00da97; 
    border-radius: 50%; 
    width: 50px; 
    height: 50px; 
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg); 
    }
    100% {
      transform: rotate(360deg); 
    }
  }
  
/* .right-sidebar p{
    font-size: 16px;
} */
 /* dashboard product detail css */
.productdetail-tab .form-section-delivery {
    /* background: #f8f8f8;
    padding: 15px;
    margin: 0 0 15px; */
    color: #4b4b4b;
  }
.productdetail-tab .form-label {
    font-weight: 400;
    color: #242424;
    font-size: 14px;
    margin-bottom: 10px;
}
.productdetail-tab .postal-codes-wrapper {
    margin-bottom: 10px;
  }
.productdetail-tab .rates-table th, .productdetail-tab .rates-table td {
    vertical-align: middle;
    text-align: start;
  }
  @media (min-width: 1199px) { 
    .productdetail-tab .rates-table th, .productdetail-tab .rates-table td {
        white-space: nowrap;
      }
  }
  /* .productdetail-tab input[type=text]{
    border-radius: 0 !important;
  } */
  .productdetail-tab .form-section .input-group button{
    margin-left: 10px !important;
    border-radius: 8px !important;
  }
  .productdetail-tab .input-group-text{
    background-color: transparent;
    border: 0 !important;
  }
  .productdetail-tab .postal-codes-wrapper>div{
    background: #f8f8f8;
    padding: 10px;
    margin: 7px 0;
    color: #4b4b4b;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
  }
  .productdetail-tab .postal-codes-wrapper .btn{
    font-size: 13px;
    outline: none;
    border: 0;
  }
  .productdetail-tab .postal-codes-wrapper .btn:hover,
  .productdetail-tab .postal-codes-wrapper .btn:focus{
    background-color: transparent;
    outline: none;
  }
  .productdetail-tab .form-section-delivery .form-label {
    color: #242424 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: normal;
}
.productdetail-tab .tip-box{
    align-items: center;
    background: #F6FBFF;
    /* border: 1px solid #e3e3e3; */
    display: flex;
    gap: 10px;
    justify-content: center;
    border-radius: 8px;
}
.productdetail-tab .tip-box p{
    color: #002b66 !important;
    margin: 15px;
    font-size: 15px !important;
    font-weight: 600;
}
.productdetail-tab .tip-box p .bg-primary{
    background-color: #2C8FEE !important;
}
/* .productdetail-tab .form-section {
    margin-top: 20px !important;
} */
.productdetail-tab table th:first-child{
    border-top-left-radius: 8px;
}
.productdetail-tab table th:last-child{
    border-top-right-radius: 8px;
}
.productdetail-tab table td{
    padding: 5px 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #242424;
}
.productdetail-tab table tr:last-child{
    border: 0px !important;
}
.productdetail-tab table thead.table-success th{
    background-color: var(--green-color) !important;
    color: #fff !important;
    border: 0;
    border-block-start: 0px !important;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.bg-success{
    background-color: var(--primary-color) !important;
}
.productdetail-tab .rates-table input[type="number"]{
   min-width: 100px;
   max-width: 100px;
}
::placeholder{
    opacity: .5 !important;
}
.productdetail-tab .rates-table .form-check-input:checked[type=checkbox] {
    background-color: var(--primary-color);
}
/* .productdetail-tab .rates-table .text-blue{
    color: #002b66 !important; 
} */
.productdetail-tab tbody, .productdetail-tab td, .productdetail-tab th, .productdetail-tab thead, .productdetail-tab tr{
    border-color: #EBEBEB;
}
/* Detail tab */

  .detail-tab  .form-section .checkbox-list li {
    list-style: none;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;

  }
  
  .detail-tab  .upload-logo input {
    display: none;
  }
  .detail-tab  .form-section .checkbox-list li {
    /* border: 1px solid #f8f8f8 !important; */
    background-color: #F9F9F9;
    outline: none !important;
    padding: 3px 15px;
    border-radius: 8px;
  }
  .detail-tab  .form-section .checkbox-list li input{
    border: 0 !important;
    background: transparent;
  }
  .detail-tab  .form-section .checkbox-list li i{
    font-size: 22px;
  }
  .detail-tab .form-section label.form-label, .advisor-group label.form-label{
    color: #242424;
    font-size: 14px !important;
    font-weight: 400;
    margin: 8px 0;
  }
  .detail-tab .advisor-group{
    /* background: #f8f8f8; */
    margin: 0 0 5px;
    /* padding: 1px 15px; */
  }
  .detail-tab .advisor-group .advisor-row {
    /* display: flex; */
    gap: 10px;
    margin: 15px 0;
    
  }
  .detail-tab .cardview .form-section a{
    font-size: 13px;
    font-weight: 300;
  }
  .detail-tab .advisor-group input[type="text"],
  .detail-tab .advisor-group input[type="date"] {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .detail-tab .advisor-group button {
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  
  .detail-tab .advisor-group button:disabled {
    cursor: not-allowed;
    opacity: 0.7;
  }
  .detail-tab .btn-outline-secondary{
    border-color: var(--secondary-color);
    border-radius: 8px;
    background: #F6FBFF;
    font-size: 16px;
    font-weight: 600;
  }
  .detail-tab .btn-outline-secondary:hover,
  .detail-tab .btn-outline-secondary:focus{
    background:  var(--secondary-color);
    color: var(--white-color) !important;
  }
  .detail-tab .btn-outline-danger{
    border: 1px solid #dc3545 !important;
    border-radius: 8px !important;
    background-color: #dc35450d !important;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
  }
  .detail-tab .btn-outline-danger:hover,
  .detail-tab .btn-outline-danger:focus{
    background-color: #dc3545 !important;
    color: var(--white-color) !important;
  }
  .form-section .btn-success{
    background: var(--green-color);
    box-shadow: 0px 4px 20px rgba(0, 218, 151, 0.25);
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 50px !important;
  }
  .upload_logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: aliceblue;
    padding: 20px;
    border: 2px dashed #dde0e3;
    border-radius: 10px;
  }
  .upload_logo input{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .img-preview{
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  .upload_box{
    display: flex;
    justify-content: space-evenly;
  }
  #imagePreview{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    border-radius: 10px;
  }
  .badge.disabled{
    opacity: .5;
  }
  .product-data td{
    white-space: nowrap;
  }
 .modal {padding: 0 !important;}
 .select2-container--open .select2-dropdown {
    left: 0 !important; /* Reset left position */
    right: auto !important; /* Prevent it from going outside the screen */
    max-width: 92% !important;
  }
  .select2-container {
    width: 100% !important; /* Adjust width of the container */
  }
  .select2-dropdown{
    position: absolute !important;
    z-index: 1000; /* Ensure it appears above other elements */
    box-sizing: border-box;
    max-width: 100vw; /* Prevent the dropdown from exceeding the viewport width */
    overflow-x: auto;
  }
  .flex-basic{
    flex-basis: 32%;
  }
  .order-6 {
    order: 6 !important;
}

/* Product Form post code validation*/
input#zip_code_from.error, #zip_code_to.error, input#huisnr.error, input#postcode.error {
    border: 1px solid #ff2f2f !important;
}
p#surfaceMsg.error {
    color: #ff2f2f;
        text-align: center;
    padding-top: 10px;
    margin-bottom: 1px;
}
.main-content {
    position: relative;
}
#loading{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* width: 100%;
    background-color: #666; */
    height: 100%;
    z-index: 1;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    opacity: 0.5;
}
@media (min-width: 992px) {
    .order-lg-6 {
        order: 6 !important;
    }
}
.request-main .form-check-input:checked[type=checkbox] {
    background-color: var(--primary-color);
}
/* Request form css */
.request-section{
    padding: 80px 0;
}
.request-section .card{
    padding: 28px;
    box-shadow:0 20px 10px #CECBC633;
    background-color: #ffffff;
    border-radius: 8px;
    transition: all .4s ease-in-out;
    border: 0;
}
.form-check-input[type="checkbox"]:checked{
    background-color: var(--secondary-color);
    border-color:  var(--secondary-color);
}
/* [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
    background-color: transparent !important;
    color: inherit !important;
} */

/* request form accordion */
 .accordion-button {
    background-color: transparent !important;
    color: #373B42 !important;
    font-weight: bold;
    border: none;
    box-shadow: none !important;
    outline: none;
    width: 100%;
    text-align: left;
    border-radius: 0;
    white-space: normal;
    padding: 10px 40px 10px 0px;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
  }
  .accordion-button:after{
    background-size: 100%;
    display: inline-block;
    right: 0;
    position: absolute;
    top: 12px;
    background-color: var(--white-color);
  }
  .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
  }

  .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e9ecef;
  }

  .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
  }

  .accordion-header {
    margin: 0;
  }

  .accordion-body {
    background-color: transparent;
    color: #555;
    padding: 5px 0 10px;
    font-size: 13px;
  }
  .accordion-item:last-of-type{
    border-bottom: 0;
  }
  .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>") !important;
  }
  .card .list-group-item:last-child{
    border: 0;
  }
  .dashbpard-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
  }
  .dashbpard-title span{
font-style: italic;
    font-weight: 900;
  }
  .btn-link {
    color: #002b66;
  }
  .btn-link i.fa-plus{
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 14px;
  }
  .product-data a {
    color: #242424;
  }
  .product-data a i{
    color: var(--secondary-color);
    font-size: 16px;
  }
  .product-data a i.fa-angle-right{
    color: #002b66;
  }
  .home .filtermobile-modal .modal-dialog{
    margin-bottom: 0 !important;
  }
  .home .filtermobile-modal .modal-content,  .home .filtermobile-modal .modal-body{
    padding-bottom: 0 !important;
  }
 .home .nls-sidebar h1{
    margin: 0 !important;
    padding: 15px;
 }
.heading-request{
    font-size: 28px;
    margin-bottom: 10px;
}
.swal2-html-container, .swal2-title{
    padding: 0;
}
.swal2-popup{border-radius: 10px;}
.swal2-confirm.swal2-styled{
    color: var(--secondary-color);
    border-color: var(--secondary-color);
    background-color: transparent !important;
}
.swal2-confirm.swal2-styled:focus, .swal2-confirm.swal2-styled:hover{
    background-color: transparent !important;
}
.conflict-app .bg-primary, .conflict-app  .btn-custom{
    background-color: var(--primary-color) !important;
}
.logo img[src$=".svg"] {
    width: auto !important;
}
.home .filtermobile-modal {
    display: block;
    opacity: 1 !important;
    position: relative;
    min-width: auto;
    width: auto;
    overflow: visible;
}
.home .filtermobile-modal .modal-dialog {
    transform: none;
    max-width: 100%;
}
.home .filtermobile-modal .modal-content {
    background: transparent;
    border: 0;
}
.home .filtermobile-modal .modal-header {
    display: none !important;
}
/* .top-sidebar{
    display: block !important;
} */
p.note{
    line-height: 20px;
    font-size: 13px;
    margin: 5px 0 15px;
    color: #6C757D;
}
.filter-option h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.filter-option a {
    font-size: 13px;
    line-height: 24px;
}
.filter-option h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
}
.filter-option h5 i{
    color: var(--secondary-color);
}
/* .top-sidebar.showTopSidebar {
    display: none !important;
} */
.elementor hr {
    border-color: #d9d6d6 !important;
}
.main-content .tab-content{
    border-top: 1px solid #F3F3F3;
}
.review-tab h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    color: #242424;
    margin-bottom: 10px;
}
.review-tab .text-warning i {
    color: var(--yellow-color);
    font-size: 16px;
}
.review-tab span{
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #242424;
}
.review-tab h5{
    font-weight: 600 !important;
    font-size: 20px!important;
    line-height: 24px!important;
    color: #242424;
    margin-bottom: 5px;
}
.review-tab h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #242424;
}
.review-tab .list-group-item h6{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #242424;
}
.review-tab .list-group-item p{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.review-tab .reviews-txt{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.listing-section  .right-sidebar h2{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 10L12 15L17 10" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 25px;
    border-radius: 4px;
    font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 14L12 9L17 14" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .select2-container .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
  }
  .card-header {
    background: #F0F8FF;
    border-bottom: 1px solid #2C8FEE;
    padding: 18px;
}
.card-header h4{
    font-weight: 600;
    font-size: 16px;
    color: #242424;
}
.top-btns{
    margin-left: 20px;
    background-color: #2C8FEE !important;
    border: 0;
    border-radius: 0;
    border-bottom-left-radius: 8px;
    display: inline-flex; 
    gap: 6px;
    border-bottom-right-radius: 8px;
    color: #fff !important;
    padding: 8px 20px;
    
}
.top-btns small{
    font-size: 16px !important;
    line-height: 22px !important;
}
.top-btns p{
    color: #fff !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 600;
}
.main-content .card p{
    color: #242424;
}
.heading-request{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.form-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #373B42;
}
.bg-light-warning {
    --bs-bg-opacity: 1;
    background-color: #FFFBF0 !important;
}
.border-warning {
    border: 1px solid #FFE69C;
    border-radius: 8px;
}
.bg-light-warning label{
    color: #664D03 !important;
}
.bg-light-warning label a{
    color: #664D03 !important; 
    text-decoration: underline !important;
}
.dashboard-section .tab-content h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #373B42;
}
.btn.btn-default{
    background: transparent;
    color: #242424;
    border: 0;
}
.requestedTab .accordian-body .card{
    border-color: #F3F3F3;
}
.requestedTab .accordian-body .card h6{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.requestedTab .accordian-body .card p,.requestedTab .accordian-body .card p a{
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #6C757D;
}
.requestedTab .accordian-body .card button.btn-secondary{
    border: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    background-color: var(--secondary-color);
    padding: 13px;
    border-radius: 4px;
    color: var(--white-color);
}
.requestedTab .accordian-body .card button.btn-secondary:hover{
    background-color: var(--green-color);
}
.checkbox-list{
    column-count: 2;
}
.productview a{
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}
.product-data td, .product-data th{
    border-block-start: 0px !important;
    padding: 12px 22px;
}
.product-data table thead th{
    background-color: var(--green-color) !important;
    color: var(--white-color) !important;
    font-size: 16px;
    font-weight: 700;
 
}
.product-data table thead th:first-child{
    border-top-left-radius: 8px;
}
.product-data table thead th:last-child{
    border-top-right-radius: 8px;
}
.product-data td{
    border-bottom: 1px solid #EBEBEB;
}
.product-data tr:last-child td{
    border-bottom: 0;
}
.bg-danger{
    background-color: #DB3545 !important;
}
.text-danger{
    color: #DB3545 !important;
}
.payment-error{
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    color: #E60000 !important;
}
.dashboard-section .box-item a{
    height: 100%;
}
.dashboard-section .box-item img{
	width: 100%;
}
select#mobile-dashboard-nav {
    width: max-content;
    font-size: 16px;
    border: 1px solid #2C8FEE !important;
    border-radius: 5px !important;
    background-color: #2c8fee1c;
    color: #242424;
    cursor: pointer;
    font-weight: 500;
    margin-left: auto;
    min-width: 230px;
}

select#mobile-dashboard-nav:focus {
    outline: none;
    border-color: #007bff;
}

/* Custom Arrow Icon */
select#mobile-dashboard-nav::-ms-expand {
    display: none;
}

/* For Firefox */
select#mobile-dashboard-nav::-moz-focus-inner {
    border: none;
}
div:where(.swal2-container) div:where(.swal2-html-container){
    font-size: 15px !important;
}
div:where(.swal2-container).swal2-center>.swal2-popup{
    padding: 10px !important;
}
div:where(.swal2-container) h2:where(.swal2-title){
    font-size: 22px !important;
}
.scheduled-btn{
    font-size: 14px;
    border-radius: 8px;
}
.custom-dropdown {
    position: relative;
    width: max-content;
    min-width: 240px;
    margin-left: auto;
  }
  
  .dropdown-toggle-btn {
    width: 100%;
    padding: 10px 12px;
    background: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
  }
  .dropdown-arrow {
    font-size: 20px;
    transition: transform 0.2s ease;
    line-height: 0;
  }
  .dropdown-toggle-btn:focus,
    .dropdown-toggle-btn:hover{
    background-color: #007bff !important;
    border: 1px solid #007bff;
    color: #fff;
  }
  /* Rotate arrow when menu is open */
  .dropdown-toggle-btn.active .dropdown-arrow {
    transform: rotate(180deg);
  }
  .dropdown-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-top: none;
    background: white;
    position: absolute;
    width: 100%;
    z-index: 1000;
    
  }
  
  .dropdown-menu-list li {
    padding:  10px 12px;
    cursor: pointer;
    font-size: 14px;
  }
  
  .dropdown-menu-list li:hover,
  .dropdown-menu-list li.active {
    background-color: #ededed;
    color: #000000;
  }
  .dropdown-menu-list[attr=hidden]{
    display: none;
  }
  .modal{
    overflow: visible;
  }