.location-distance{
    display: none !important;
}
.dot:last-child{
    display: none;
}
.searc-result li{
    display: list-item;
}
.menu-sresult li{
    display: list-item;
    color: #fe9a00;
    cursor: pointer;
}
.menu-sresult li a{
    color: #fe9a00;
}
.menu-offe{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background-color: #fff;
    margin: 5px;
    border-radius: 6px;
    font-size: 13px;
    line-height: normal;
    font-weight: bold;
}
.btn-toggle {
    border: 1px solid #ccc;
    padding: 5px 15px;
    border-radius: 5px;
}
.btn-toggle.active {
    background-color: #28a745;
    color: white;
}

.highlighted {
    background-color: #eee; /* Example: Change this to your desired highlight effect */
    transition: background-color 0.3s ease; /* Smooth transition effect */
}
.searc-result{
    position: absolute;
    background: #232220;
    width: 100%;
    border-radius: 10px;
    top: 100%;
 

}
.searc-result li:last-child{
    margin-bottom: 15px;
}
.ftype-input {
    position: relative;
    display: inline-block;
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ftype{
 
    padding-right: 25px; /* Space for the arrow */
  
}
.ftype-input::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none; /* Allow click through */
    font-size: 15px;

}
.form-check-input{
    width: 1.2em;
    height: 1.2em;
    border-color: #999 !important;
}
.addon-lists{
    margin-left: 20px;
    margin-top: 10px;
}
.addon-lists li{
    display: list-item;
    list-style: disc;
    font-size: 16px;
}
.edit-pic{
    position: absolute;
    right: 0%;
    bottom: 0px;

}
.profile-pic{
   /* overflow: hidden;*/
}

.leader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5); /* gray with 50% opacity */
    pointer-events: none; /* Allow clicks to pass through the overlay */
}

.table tr th{
    text-align: center;
}
.table tr td{
    text-align: center;
}
.leader{
    background-repeat: no-repeat;
    background-size: 100%;
    
}
.leader-con h2{
    color: #fe9a00 !important;
    text-decoration: underline;
}
.leader-con p{
    position: relative; font-size: 15px;
}
.pagination{
    float: right;
    margin-top: 40px;
}
.page-link{
    color: #fe9a00 !important;
}
.active>.page-link{
    background-color: #fe9a00;
    border-color: #fe9a00;
    color: #fff !important;
}
.event-box{
    position: relative;
    background: #eee;
    padding: 10px 10px;
    border-radius: 5px;
}
.event-box img{
    border-radius: 5px;
    margin-bottom: 10px;
}
.event-box h3{
    font-size: calc(14px + 4*(100vw - 320px) / 1600);
    margin-bottom: 8px;
}

.joined{
    color: #fff;
    padding: 1px 12px;
    border-radius: 30px;
    font-size: calc(14px + 4*(100vw - 320px) / 1600);
}
.pic-box{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

#hasFile-idProof{
    display: none;
}
.cart-alert{
    position: absolute;
    width: 100%;
    top: -100px;
}
.add, .sub{
    cursor: pointer;
}
.bg-theme{
    background-color: #fe9a00;
    background: #fe9a00;
}
#info{
    position: absolute;
    border: 1px solid rgb(221, 221, 221);
    background: #fff;
    width: 100%;
    left: 36%;
    padding: 5px;
    font-size: 11px;
    bottom: 39px;
}
.blog-box{
    margin-bottom:15px;
}
.mobile-sign{
    display: none;
}
.lg-out{
    display: none;
}
.lg-btn{
    display: none;
}

.refer-box{
    position: relative;
    background-color: #fff;
    width: 100%;
}

.refer-top-box{
    background: rgb(228,168,156);
    background: linear-gradient(90deg, rgba(228,168,156,1) 0%, rgba(148,187,233,1) 100%);
    position: relative;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.refer-btn{
    background: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    margin: auto;
    display: block;
    width: fit-content;
    margin-top: 16px;
    font-size: 18px;
}
.gift-box{
    max-width: 60px;
    margin: auto;
    display: block;
}
.review-table tr th{
    font-size: 16px;
}
.review-table tr td{
    font-size: 14px;
    vertical-align: middle;
}
.rt-btn{
    font-size: 14px;
    padding: 5px 15px;
}
.addn, .ri-subtract-line{
    cursor: pointer;
}

.product-sidebar.sticky-top {
    top: unset;
    bottom: 128px;
    left: calc(20px + 30 * (100vw - 320px) / 671);
}