﻿body {
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background: radial-gradient(circle, rgba(85, 111, 168, 1) 0%, rgba(27, 34, 62, 1) 100%);
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background: radial-gradient(circle, rgba(85, 111, 168, 1) 0%, rgba(27, 34, 62, 1) 100%);
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    background: radial-gradient(circle, rgba(85, 111, 168, 1) 0%, rgba(27, 34, 62, 1) 100%);
}
/*02052024*/
.rewarp-ward {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 5px;
}

.token-wallet {
    background: linear-gradient(180deg, rgba(104, 148, 243, 1) 0%, rgba(73, 100, 190, 1) 100%);
    border-radius: 50px;
    padding: 5px 10px;
    height: 32px;
    border: 2px solid #95b4f4;
    display: flex;
    gap: 5px;
    color: #000;
    align-items: center;
    font-size: 12px;
}

    .token-wallet img {
        height: 17px;
    }

.box-rw {
    font-weight: bold;
}

@media (max-width: 1023.5px) {
    .rewarp-ward {
        display: none;
    }

    .rewarp-ward-mn {
        display: flex;
        gap: 10px;
        width: 93%;
        margin-bottom: 10px;
    }

    .token-wallet {
        width: 50%;
        text-align-last: center;
        justify-content: center;
    }
}
.payment-sel ul {
    
    padding: 0px;
    margin: 0px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
    .payment-sel ul li {
        list-style: none;
        margin-right: 10px;
        margin-top: 24px;
    }
.search-bar input {
    background: #fff;
    max-width: 300px;
    padding: 5px 20px;
    border-radius: 50px;
    border: none;
    height: 35px;
    color: #000;
}

.search-bar i {
    color: #1c2134;
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
    padding: 0px;
    width: auto;
    margin: 0px;
}
.search-bar {
    background: #242f4d;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    border-radius: 44px;
    display: flex;
    justify-content: end;
    position: relative;
}
@media (max-width: 991px) {
    .thumbnail-slots {
        grid-template-columns: repeat(3, 1fr);
        padding: 0px;
    }

    .slots-sec {
        padding-top: 0px;
    }

    .search-bar {
        border-radius: 0px;
        margin-bottom: 10px;
    }
}