@import './dark-theme.css';
:root {
    --white-bg: #fff;
    --primary: #FF8964;
    --primary-border: #B7B7B7;
    --bg-pink: #FFEEEB;
    --primary-border-hover: #FF8964 ;
    --secondary: #EC421C;
    --dark-color: #302F2B;
    --gray-color: #666666;
    --bg-gray: #F5F5F5;
    --border-color: #DFDFDF;
    --marquee-text: #ffC1B4;
    --bg-gray-secondary: #E0E0E0;
    --dark-gray-color: rgba(48, 47, 43, 1);
    --text-white: #fff;
    --bg-black: #000;
    --light-secondary: #E0E0E0;
    --dark-secondary: #666666;
    --custom-bg: #FFF8E6;
    --dark-text: #666666;
    --light-bg: #f8f9fa;
    --only-black: #000;
    --dark: #000;
    --white-to-gray: #fff;
}
.bg-white-to-gray{
    background: var(--white-to-gray);
}
.bg-black{
    background: var(--bg-black);
}
.text-white{
    color: var(--text-white) !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.dark-text {
    color: var(--dark-color);
}
.white-bg{
    background-color: var(--white-bg) !important;
}
.white-color{
    color: var(--white-bg) !important;
}
.light-bg{
    background-color: var(--light-bg) !important;
}
.fw-700{
    font-weight: 700 !important;
}
.dark-gray-color{
    color: var(--dark-gray-color);
    font-weight: 500;
}
.darklight-gray{ color: #666666}
p , span , li {
    color: var(--gray-color);
}
.marquee-text{
    color: var(--marquee-text);
}
.custom-dark{
    color: var(--dark-text) !important;
}
.primary-border{
    border: 1px solid var(--primary-border);
}
.gray-text {
    color: var(--gray-color) !important;
}
.bg-pink{
    background-color: var(--bg-pink) !important;
}
.bg-orange{
    background-color: var( --secondary) !important;
}
.bg-only-orange{
    background-color: #EC421C;
}
.bg-gray {
    background-color: var(--bg-gray);
}
.bg-gray-sec {
    background-color: var(--bg-gray-secondary) !important;
}
.bg-dark {
    background-color: var(--dark-color);
}
.secondary-color{
    color: var(--secondary);
}
.border-orange{
    border: 2px solid var(--secondary) !important;
}
.border{
    border: 1px solid var(--gray-color);
}
.p1{
    padding: 1px;
}
.border-radius-24{
    border-radius: 24px !important;
}
.border-radius-12{
    border-radius: 12px !important;
}
.border-top-radius-12{
 border-top-left-radius: 12px !important;
 border-top-right-radius: 12px !important;
}
.border-bottom-radius-12{
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}
.border-radius-8{
    border-radius: 8px !important;
}
.border-dark{
    border: 2px solid var(--dark-color)
}
body {
    color: var(--gray-color);
    font-size: 16px;
}

.border-bottom{
    border-bottom: 1px solid var(--border-color);
}
.orange-heading{
    color: var(--secondary);
}
.fit-content{
    width: fit-content;
}

.bg-red{
    background-color: var(--secondary);
}

form {
    user-select: none;
}

.fit-cover {
    object-fit: cover;
}

.fit-contain {
    object-fit: contain;
}

.max_con {
    width: max-content;
}
.page-item .page-link {
    color: var(--gray-color) !important;
}
.only-black{
    color: var(--only-black) !important;
}

.page-item.active .page-link , .page-item .page-link:hover {
    color: #fff !important;
    background-color: var(--secondary) !important;
    border: 1px solid var(--secondary)!important;
}
.primary-box-shadow{
    box-shadow: 0px 4px 4px 0px #0000000A;
}
/* ----------------------------buttons */
.orange-btn {
    background-color: var(--secondary) !important;
    padding: 7px 32px 7px 32px !important;
    border-radius: 100px !important;

}
.btn-size{
    padding: 7px 20px 7px 20px !important;
}
.gray-btn {
    background-color: var(--primary-border) !important;
    padding: 7px 32px 7px 32px !important;
    border-radius: 100px !important;
}
.black-btn {
    background-color: var(--dark-color) !important;
    padding: 7px 32px 7px 32px !important;
    border-radius: 100px !important;

}
.login-black-btn {
    background-color: var(--dark-color) !important;
    padding: 7px 20px 7px 20px !important;
    border-radius: 100px !important;

}
.white-btn{
    background-color: var(--border-color) !important;
    border-radius: 100px !important;
    padding: 10px 22px 10px 22px !important;
    border: 1px solid black;
    color: black;
    cursor: pointer;
    white-space: nowrap;
}
.donor-white-btn{
    background-color: var(--border-color) !important;
    border-radius: 100px !important;
    padding: 7px 32px 7px 32px !important;
    border: 1px solid black;
    color: black;
    cursor: pointer;
    white-space: nowrap;
}
.secondary-black-btn{
         background-color: #000 !important;
        border-radius: 100px !important;
        padding: 10px 22px 10px 22px !important;
        border: 1px solid #fff;
        color: #fff;
        cursor: pointer;
        white-space: nowrap;
    }
    .custom-black-btn {
        border: 1px solid #fff;
        width: fit-content;
        padding: 10px 3px;
        background-color: #000 !important;
        border-radius: 100px;
    }

.custom-white-btn {
    border: 1px solid #fff;
    width: fit-content;
    padding: 10px 3px;
    background-color: var(--border-color) !important;
    border-radius: 100px;
}.fw-600{
    font-weight:600;
}
.fw-400{
    font-weight: 400;
}
.grid-3{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.border , .form-control , .form-select{
    border: 1px solid var(--border-color) !important;
}
table tr{
    height: 48px ;
}
@media (min-width: 400px) {
    .grid_2 {
        grid-template-columns: 1fr 1fr;
    }
}

input#map {
    border-radius: 100px;
    height: 48px !important;
}
/**Header**/
a.sign-up-btn {
    padding: 7px 32px 7px 32px;
    border-radius: 100px !important;
    border: 1px solid var(--dark-color);
}
.manage-pay .custom-model-scroll{
    padding-right: 15px;
}
/**Home**/
.donors-listing{
   background-image: url('/assets/images/card-background.png');
   height: 298px;
   position: relative;
   border-radius: 12px;
   background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg-section-banner{
    background-size: 100% 100%;
    max-height: auto;
    background-color: #1e1e1e;
}
.plate-img{
    /* background-image: url('/assets/images/foodbank/plate.png'); */
    /* background-size: 100% 100%; */
    max-height: 580px;
}
.donor-hero-title{
    line-height: clamp(1.875rem, 1.4844rem + 1.9531vw, 3.4375rem);
}
.donors-img {
    position: absolute;
    right: 6%;
    bottom: 6%;
    height: 63.98px;
}
.p-width{
    width: 70%;

}
.gift-border{
 border-bottom: 1px solid var(--gray-color);
}
.gift-heading{

    color: var(--gray-color);
}
/* benefits */
.benefit-inner{
 background: url("/assets/images/benefit-background.png");
 height: 251px;
 border-radius: 10px;
background-repeat: no-repeat;
background-size: 100% 100%;
}

.benefit-inner p{
    color: var(--dark-color)
}
/* marquee */
.marquee-container {
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    height: 135px;
}

.marquee-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;

}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    padding: 0 50px;
    line-height: 56px;
}

.marquee-top {
    animation: marquee-left 30s linear infinite;
}
.marquee-top p{
    color: #302F2B
}
.marquee-bottom {
    animation: marquee-right 30s linear infinite;
    margin-top: auto;
}


@keyframes marquee-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.member-bg{
    background-color: #E0E0E0;
}
/* resturant and location */
.resturant-main{
 overflow-x: auto;
 display: grid;
 grid-template-columns: repeat(6, 1fr);

}
.resturant-main::-webkit-scrollbar{
  border-radius: 40px;
  background-color: #E0E0E0;
  height: 4px;
}
.resturant-main::-webkit-scrollbar-thumb{
    background-color: #EC421C;
    border-radius: 40px;
}
.resturant-text{
    position: absolute;
    top: 84%;
    left: 10%;
}
.card-1{
   background: url("/assets/images/Rectangle-1.png");
   height: 541px;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   width: 403px;
   position: relative;

}
.card-2{
    background: url("/assets/images/Rectangle-2.png");
    height: 541px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 403px;
    position: relative;

}
.card-3{
    background: url("/assets/images/Rectangle-3.png");
    height: 541px;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   width: 403px;
   position: relative;
}
.card-4{
    background: url("/assets/images/Rectangle-4.png");
    height: 541px;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   width: 403px;
   position: relative;
}
/**Header**/
.account-image{
    /* background: var(--secondary); */
    /* padding: 7px; */
    border-radius: 100px;
    height: 48px;
    width: 48px;
    flex-shrink: 0;
}
.img-not-found{
     background: var(--secondary);
    padding: 7px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
}
/* ul.navbar-nav {
    position: absolute;
    right: 0;
    background: #fff;
    width: 50%;
    top: 100%;
    z-index: 12;
    padding: 0px 25px 25px 25px;
} */
/**Footer**/
.footer {
    position: fixed;
    background-color: #302F2B;
    bottom: 0;
    left: 0;
    right: 0;
}

img.object-fit-contain {
    object-fit: contain;
}
/**Login**/
/* input, select {
    height: 56px;
} */
select.form-select{
    height: 48px;
}
.form-group input {
    box-shadow: none !important;
    height: 48px;
}
.adress-fields label {
    top: 14px;
}
input#map::placeholder {
    font-weight: 400;
}
/* model scroll*/
.custom-model-scroll{
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .custom-model-scroll::-webkit-scrollbar{
  width: 6px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;

  }
  .custom-model-scroll::-webkit-scrollbar-thumb{
    background-color: #c1bfbf;
    border-radius: 10px;
  }
/**Protected Model**/
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation{
    /* background: rgb(0 0 0 / 95%) !important; */
  }
  h2#swal2-title {
    font-size: clamp(1.25rem, 1.2283rem + 0.1087vw, 1.5rem);
    text-align: center;
    padding-top: 0;
}
input.swal2-input {
    border-radius: 100px;
}
input.swal2-input::placeholder{
    font-size: 16px ;
}
.swal2-styled.swal2-confirm {
    border-radius: 100px !important;
    background-color: var(--secondary) !important;
    padding: 10px 35px;
    margin: 2px;
    width: 100%;
}
.swal2-actions {
    margin: 10px !important;
    border: 1px solid var(--secondary);

    border-radius: 100px;
}
.swal2-popup.swal2-modal.swal2-show {
    padding: 30px 0px;
}
input.swal2-input {
    margin: 15px 10px 5px 10px;
}
.border-white {
    border: 1px solid #fff;
  }

.border-radius-4 {
    border-radius: 4px;
  }
  .border-color {
    border-color: rgba(183, 183, 183, 1) !important;
    border: 1px solid rgba(183, 183, 183, 1);
}
.border-table {
    border-top: 1px solid rgba(183, 183, 183, 1);
    border-bottom: 1px solid rgba(183, 183, 183, 1);
}
.accordion-body-text{
    color: rgba(48, 47, 43, 1);
}
.restaurants-absolute{
    top: 21%;
    left: 39%;
    font-size: 20px;
}
.listing img{
    width: 183px;
    height: 140px;
    object-fit: cover;
    object-position: top;
}
.yellow-bg-icon{
    /* background-color: #b68d51; */
    background-image: url(/assets/images/restaurants_detail/yellow.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    width: 56px;
}
.silver-bg-icon{
    /* background-color: #aaaaaa; */
    background-image: url(/assets/images/restaurants_detail/silver.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    width: 56px;
}
.red-bg-icon{
    /* background-color: #c16453; */
    background-image: url(/assets/images/restaurants_detail/red.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    width: 56px;
}
.text-into-one-line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.4em; /* Adjust based on the line-height of your text */
    line-height: 1.2em; /* Adjust based on your font size */
  }
.donor-logo-slider .tns-nav{
    display: none;
}
.map-category-img{
    height: 35px !important;
    width: 35px !important;
}
.icon-bg-color-yellow{
     background-image: url(/assets/images/restaurants_detail/yellow.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    padding: 5px
}
.icon-bg-color-silver{
     background-image: url(/assets/images/restaurants_detail/silver.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    padding: 5px
}
.icon-bg-color-red{
     background-image: url(/assets/images/restaurants_detail/red.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    padding: 5px
}
.category-map-data{
     overflow-x: scroll;
}
.category-map-data::-webkit-scrollbar {
    display: none;
}
@media only screen and (max-width:992px){
    .banner-content p{
        width: 100% !important;
    }

}

.form-floating:has(.focusClass) label {
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

/**Grid Setting**/
@media (min-width: 1401px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1140px !important;
    }
}
@media (min-width: 992px) and (max-width: 1300px){
    .donor-hero-title{
        font-size: 40px;
    }
}
@media(min-width:1200px){
    .custom-dropdown{
        min-width: 12.5rem !important;
    }
    .black-navbar li.nav-item.dropdown a {
        color: var(--text-white) !important;
    }
}
@media(max-width: 1200px){
    .win-cat{
        width: 40px;
        height:40px;
    }
}
@media only screen and (min-width: 1025px){
    .custom-heading{
        margin-bottom: -90px;
      }

}
@media only screen and (min-width: 700px){
    .swal2-popup.swal2-modal.swal2-show {
        width: 520px;
        padding: 30px 40px 40px;
    }
}
@media only screen and (max-width:600px){
    .xs-hide{
        display: none;
    }
    .member-form {
        width: 93% !important;
    }
    .tab-col-6 {
        display: none;
    }
    .tab-col-3{
        width: 55% !important;
    }
    .mobile-align {
        justify-content: flex-start !important;
    }
    .mobile-filter-align{
        width: 45% !important;
    }
}
div#tns1 .my-slide:nth-child(even) {
    filter: grayscale(1);
}
.card-shadow{
    box-shadow:0 4px 8px rgba(25, 33, 61, 0.05);
    border: .6px rgba(235, 239, 246, 1)
 }
 .invoice-debit-card{
 background: url(/assets/images/Card.png);
 background-size: 100% 100%;
 background-repeat: no-repeat;
 height: 100%;
 box-shadow: 0 4px 8px rgba(4, 4, 4, 0.33);

 }
 .border-disable {
    border-bottom: transparent !important;
}
.table-height table tr {
    height: 0px !important;
}
.table-border tr th{
    border-bottom: 1px solid rgba(223, 223, 223, 1)!important;
    }

.swal2-popup.swal2-modal.swal2-show {
    background: linear-gradient(45deg, #0C0C0C, #3F3F3F);
    border-radius: 40px;
    width: 670px;
}
.swal2-validation-message {
    color: #fff !important;
    background: linear-gradient(45deg, #0C0C0C, #3F3F3F) !important;

}
.password-icon {
    position: absolute;
    right: 4%;
    top: 25%;
}
.custom-bg {
    background: var(--custom-bg);
}
.h-w-24{
    height: 24px;
    width: 24px;
}
.img-mobile {
    height: 700px;
    object-fit: contain;
}
.vertical-height{
    min-height: 88vh;
    background: var(--bg-gray);
}
.vue-star-rating-rating-text{
     padding-top: 5px;
}
.rating-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--bg-black);
}
.tooltip-wrapper {

    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.tooltip-wrapper:hover{
    transform: scale(1.1);
  opacity: 0.9;
}

.tooltip-text {
    visibility: hidden;
    width: fit-content;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 0 0;
    position: absolute;
    bottom: 0%;
    /* Position above the image */
    right: 18%;
    transform: translateY(85%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip-text-map{
    right: 0%;
    transform: translate(20px, -3px);
    left: 0%;
    font-size: 10px;
}
.detail-tooltip{
    right: -60%;
}
.tooltip-wrapper:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    width: 139px;
}
.tooltip-wrapper:focus .tooltip-text {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}
.w-200px{
    width: 200px !important;
}
.restaurants-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
}
.member-banner-img{
    height: 200px;
    width: 100% !important;
    object-fit: cover;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
  .foodbank-banner{
    height:clamp(2.8125rem, 2.5781rem + 1.1719vw, 3.75rem);
    width: 100%;
    object-fit: contain;
  }
.member-congrats{
    height: auto !important;
}
.theme-icon path{
    stroke: var(--dark-color)
    }
.moon-icon path{
    stroke: var(--dark-color)
    }
    .theme-icon{
    position: absolute;
    /* left: 71px;
    bottom: 10px; */
    left: 55px;
    bottom: 8px;
    -webkit-transition: .4s;
    transition: .4s;
}
.moon-icon{
    position: absolute;
    transform: rotate(270deg);
    /* left: 6px;
    top: 8px; */
    left: 5px;
    top: 5px;
     -webkit-transition: .4s;
    transition: .4s;
}
.theme-toogle-button{
    top: 45%;
    right: -0.5%;
    z-index: 5;
    transform: rotate(90deg);
}
.restaurant-listing .table th{
    background-color: var(--bg-gray);
}
.restrict-blured{
    filter: blur(4px);
}
.cluster>div {
    bottom: 16px;
    left: 2px;

}
.cluster>div>span {
    color: white;

}
.w-40-hr{
    height: 6px;
    width: 40px;
}
@media (hover: none) {
    .tooltip-wrapper:active .tooltip-text {
        visibility: visible;
        opacity: 1;
        z-index: 99;
    }
}
.tooltip-wrapper img {
    cursor: pointer;
}
@media (min-width: 1440px) {
    .img-desktop{
        height: 850px
    }
}
@media(max-width: 320px){
    .custom-info-window {

        width: 196px !important;
     }
    .sm-select {
        width: 138px !important;
    }
    .f-sm-13{
        font-size: 13px !important;
    }
    .listing img{
        width: 260px !important;
        height: 160px !important;
    }
}

@media (max-width: 375px) and (min-width: 321px) {
    .custom-info-window {

        width: 250px !important;
     }
    .sm-select{
        width: 195px !important;
    }
    .listing img{
        width: 280px !important;
        height: 170px !important;
    }
}
@media (min-width: 375px) and (max-width: 425px){
    .custom-info-window {

        width: 260px !important;
     }
}
@media (max-width: 430px) {
    .theme-toogle-button {
        top: 76% !important;
        right: -10px;
    }
    .theme-toggle .slider:before {
        height: 35px !important;
        width: 35px !important;
        left: 6px !important;
        bottom: 5px !important;
    }
    .theme-toggle .switch{
        width: 93px !important;
        height: 45px !important;
    }
    .moon-icon {
        left: 5px;
        top: 5px;
     }
    .theme-icon {
        position: absolute;
        left: 54px;
        bottom: 6px !important;

    }
    .theme-toggle input:checked + .slider:before {
        transform: translateX(38px);
    }

}
@media (max-width: 426px) {

    .member-banner-img{
        height: 130px !important;

      }
      .w-sm-100{
        width: 100%;
      }
    .restaurants-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
        grid-gap: 20px;
    }
    .category-data{
        width: 120px;
        overflow-x: scroll;
    }
    .category-data {
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .category-data::-webkit-scrollbar, .category-map-data::-webkit-scrollbar {
        display: none;
    }

    .listing img{
        width: 300px;
        height: 170px;
    }
    .sm-orange-btn {
        padding: 9px 10px 9px 10px !important;
    }
    .img-mobile {
        height: 595px;

    }
    .custom-handler{
        padding: 30px 0px !important;
    }
    .flex-wrap-320{
        flex-wrap: wrap;
    }

}
@media(min-width: 426px){
    .member-banner-img{
     height: 155px !important;

   }
}
@media (min-width: 426px) and (max-width: 767px){
    .member-congrats{
        width: 75%;
      }
    .restaurants-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
        grid-gap: 20px;
    }
}
@media (min-width: 768px) {
    .w-md-80{
        width: 75;
    }
    .text-md-wrap{
        white-space: wrap;
    }
}
@media (max-width: 992px) {
    .ww-75 {
        width: 100% !important;

    }
    .custom-handler{
        background: #fff;
        position: fixed !important;
        top: 0%;
        z-index: 999999999;
        padding: 16px 0px !important;
        left: 0%;
    }

}
.ww-75{
    width: 75%
}
.custom-textarea::placeholder {
    font-size: clamp(12px, 1vw, 14px) !important;
}
.invoice-card{
    height: 230px;
}


::-webkit-scrollbar {
    width: 6px;
    height: 2px;
}


::-webkit-scrollbar-track {
    background: #f1f1f1;
}


::-webkit-scrollbar-thumb {
    background: #888;
}


::-webkit-scrollbar-thumb:hover {
    background: #555;
}
::-webkit-scrollbar-thumb {
    background: #EC421C !important;
}
.img-radius {
    width: 32px;
    height: 32px;
    border-radius: 50rem !important;
}
@media only screen and (max-width: 767px){
    .modal-content.update-profile {
        padding-bottom: 30px;
    }
    .text-md-wrap{
        white-space: nowrap;
       }
}
@media(min-width: 1024px){
    .member-banner-img{
    height: 190px !important;

  }
  }
  @media (min-width:1600px){
    .member-congrats{
     width: 50%;
   }
     .member-banner-img{
    height: 315px !important;

  }
}
.gradient-model {
    background: linear-gradient(210deg, rgba(63, 63, 63, 1) 8%, rgba(12, 12, 12, 1) 55%);
}
.congrats-icon {
    top: 4%;
    right: 2%;
    background: #8a8383ba;
    border-radius: 50rem;
    padding: 2px 8px;
    transition:transform 0.3s;
    cursor: pointer;
  }
  .premium-member-icon{
    background: none;
  }

  .congrats-icon:hover {
    background: #4b4747ba;
    transform: scale(1.2);
    transition: transform 0.3s;
  }
  /* .mn-width{
    min-width: 230px;
    max-width: 400px;
    flex-shrink: 0;
  } */
  .custom-listing .tab{
    padding: 9px !important;
  }
  .cross-postion {
    position: absolute;
    background: #ffF;
    right: -15px;
    top: -6px;
}
.hr-container {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.hr-line {
    flex-grow: 1;
    border: none;
    height: 1px;
    background-color: var(--bg-gray-secondary);
}

.hr-text {
    margin: 0 10px;
    padding: 0 10px;
}
.filter-grid {
    display: grid;
    grid-gap: 7px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.filter-switch.tabs::after{
    background-color: var(--secondary) !important;
}
.filter-btns [type='checkbox']:checked, [type='radio']:checked {
    background-color: var( --secondary) !important;
} 
.filter-btns [type='checkbox'], [type='radio'] {
    color: var( --secondary) !important;
}
.filter-btns .form-check-input:checked {
    background-color: var( --secondary) !important;
    border-color: var( --secondary) !important;
}
.filter-btns [type='checkbox']:focus, [type='radio']:focus {
    --tw-ring-color: var( --secondary) !important;
}
.custom-handler{
    background: var(--white-bg);
}
  @media (max-width: 767px) {

   /* .mn-width{
    min-width: 230px;
   } */
   .w-sm-100{
    width: 100%;
   }
   .custom-listing.tabs{
    max-width: calc(var(--count)* 346px) !important;
  }
  }
  @media (min-width: 768px) {
    .w-md-225{
        width: 225px;
       }
  }
  @media (min-width: 992px) {
    .w-lg-100{
        width: 100%;
       }
    .min-250{
        min-width: 250px
    }
  }

