.form-search-addr {
    width: 400px;
    /* height: 55px; */
    position: relative;
    /* margin-right: 7.8%; */
    margin-right: 80px;
    margin-bottom: 15px;
}

/* .is_dark .form-search-addrr input {
    border: 2px solid rgba(255, 255, 255, 0.12);
} */

.form-search-addr input {
    background: rgba(255, 255, 255, 0.07);
    padding-bottom: 11px;
    padding-left: 60px;
    box-sizing: border-box;
    border-radius: 70px;
    font-size: 16px;
}

.form-search-addr button {
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background: transparent;
    border: 0;
}

.form-search-addr input::placeholder {
    color: #fff;
    opacity: 1;
}


.slider-img .img-1,
.slider-img .img-2,
.img-right img {
    width: 220px;
    height: 230px;
    border-radius: 20px;
}

.slider-img .img-1 {
    background: #89D5FD;
}

.slider-img .img-2 {
    /* background: #DB65E7; */
    background: #FFFFFF;
}

.img-right img {
    background: #98FAD7;
}

.sc-wallet {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sc-wallet p {
    font-size: 20px;
}


@media (min-width: 992px) {

    /* Large devices (desktops, ≥992px) */
    .sc-wallet {
        height: 88%;
    }
}

.nav-section {
    background: #e7e7e3;
}

.nav-section .sc-button {
    padding: 17px 38px;
}



/* .prediction-item {
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
    color: #272730;
    font-weight: 500;
}

.prediction-item i {
    padding-right: 10px;
}

.prediction-item:hover {
    background: #f0f0f0;
}

.prediction-item:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.prediction-item:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
} */

.acc-area img {
    width: 50px;
    border-radius: 50%;
}

.acc-area div {
    font-weight: 500;
}

.wallet-balance {
    display: block;
    font-size: 18px;
    color: #14141F;
    padding: 20px;
    font-weight: 500;
    padding-left: 10px;
}




.nav-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    background-color: transparent;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
}

.nav-icon.active {
    background-color: rgba(255, 255, 255, 0.15);
    /* semi-transparent white bubble */
}

.nav-icon:hover {
    color: white !important;
}

.info-panel {
    top: 60px;

}

/* .header_1 #site-header-inner {
    justify-content: space-between;
} */


.info-panel-box {
    /* background: #f9f9f9; */
    border: 1px solid #eee;
    border-radius: 10px;
    max-width: 480px;
    margin: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}



.footer-text {
    text-align: center;
    font-size: 13px;
    padding-top: 15px;
    color: #999;
}

/* .card-list .card-item {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
} */

/* Transparent gradient overlay */
.card-list .card-item::before {
    /* content: '';
    position: absolute;
    inset: 0; */
    background: linear-gradient(132.41deg, rgba(255, 88, 88, 0.2) 18.03%, rgba(250, 173, 8, 0.2) 81.29%);
    /* opacity: 0; */
    /* transition: opacity 0.3s ease; */
    /* z-index: -1; */
}

/* .card-list .card-item:hover::before {
    opacity: 1;
} */

.card-list .card-item:hover {
    background: linear-gradient(132.41deg, rgba(255, 88, 88, 0.2) 18.03%, rgba(250, 173, 8, 0.2) 81.29%);
    /* transform: scale(1.02); */
    /* box-shadow: 0 6px 20px rgba(255, 88, 88, 0.2); */
}


.become-a-partner .slider-content .heading,
.slider-inner .slider-content .sub-heading {
    color: var(--color-1);
}

.gradient-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    background: linear-gradient(132.41deg, #FF5858 18.03%, #FAAD08 81.29%);
    color: white;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background 0.4s ease, transform 0.2s ease;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    font-weight: 800;
}

.btn-2 {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    background: white;
    color: #0d0d0d;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background 0.4s ease, transform 0.2s ease;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    font-weight: 800;
}

.gradient-btn.large,
.btn-2.large {
    padding: 20px 28px;
}

.gradient-btn:hover {
    background: linear-gradient(132.41deg, #FAAD08 18.03%, #FF5858 81.29%);
    color: white;
    /* force it again */
    transform: translateY(-2px);
}

.btn-2:hover {
    background: #0d0d0d;
    color: white;
    /* force it again */
    transform: translateY(-2px);
}

.form-create-partner-content {
    /* display: flex; */
    box-shadow: 4px 4px 60px rgba(99, 69, 237, 0.15);
    border-radius: 12px;
    overflow: hidden;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px;
    border: 1px solid #dee2e6 !important;
    padding: 8px;
    height: auto;
    font-size: 16px;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #191919;
    padding-left: 0;
}


.select2-results__option--selected {
    background: linear-gradient(132.41deg, rgba(255, 88, 88, 0.2) 18.03%, rgba(250, 173, 8, 0.2) 81.29%);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    /* background-color: #fafafa !important;
    color: #191919; */
    background-color: transparent !important;
    color: inherit !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 10px;
}

.select2-results__option {
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 700;
}

.select2-dropdown {
    border: 1px solid #dee2e6 !important;
}

.dropzone {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 30px;
    min-height: 200px;
    cursor: pointer;
}

/* 
.dropzone .dz-message {
   display: none;
} */
/* 
.select2-container{
    height: 46px;
} */


.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.sticky-bottom-bar {
    position: sticky;
    bottom: -25px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.d-options::-webkit-scrollbar {
    display: none
}


.d-options div {
    /* border: 1px solid #ccc; */
    /* padding: 10px 12px; */
    /* border-radius: 10px; */
    /* text-align: center; */
    /* background: #fff; */
    flex: 1;
    transition: 0.2s;
    white-space: nowrap;
    /* cursor: pointer; */
    /* color: #60606e */
}

/* .d-options div:hover {
    background: rgba(250, 173, 8, 0.15);
    border-color: #FAAD08;
} */

/* Modal backdrop */
.modal-backdrop.show {
    background: rgba(0, 0, 0, 0.7);
    /* darker overlay */
}

/* Modal dialog */
.modal-content {
    border-radius: 1rem;
    /* softer rounded corners */
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    background: transparent;
    /* or your custom dark/light */
}

/* Modal header */
.modal-header {
    border-bottom: none;
    background: linear-gradient(132.41deg, #FF5858 18.03%, #FAAD08 81.29%);
    color: #fff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

/* Title */
.modal-title {
    font-weight: 600;
    font-size: 1.2rem;
}

/* Close button */
.btn-close {
    filter: invert(1);
    /* makes it white */
    opacity: 0.8;
}

.btn-close:hover {
    opacity: 1;
}

/* Modal body */
.modal-body {
    padding: 1.5rem;
    color: #333;
    background-color: #fff;
}

/* Modal footer */
.modal-footer {
    border-top: none;
    justify-content: flex-end;
    padding: 1rem 1.5rem;
    background-color: #fff;
}

/* Buttons inside modal */
.modal-footer .btn-primary {
    background: linear-gradient(132.41deg, #FF5858 18.03%, #FAAD08 81.29%);
    border: none;
    border-radius: 0.5rem;
}

.modal-footer .btn-primary:hover {
    opacity: 0.9;
}

.modal-footer .btn-secondary {
    background: #f1f1f1;
    border: none;
    border-radius: 0.5rem;
    color: #333;
}

.modal-footer .btn-secondary:hover {
    background: #e0e0e0;
}

.global-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    display: flex;
}

.global-loader.bg-fade {
    background-color: rgba(80, 80, 80, 0.7);
    opacity: 1;
    pointer-events: auto;
}