.scroll-bar-set {
    overflow: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.scroll-bar-set::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.landing-mobile {
    display: none;
}

@media (max-width: 800px) {
    .landing-mobile {
        display: block;
    }

    .acc-setting-body-mobile .withdrawal-request-container .content-container-card {
        padding: 0px;
    }
}

@media (max-width: 550px) {
    .acc-setting-body-mobile .content-container-card {
        background-color: var(--content-container-background-mobile);
        padding: 20px;
    }

    .acc-setting-body-mobile .profile-tab-container .content-container-card {
        padding: 0px;
    }
}

.landing-logo img {
    width: 150px !important;
}

.landing-nav ul {
    margin-bottom: 0px;
}

.landing-nav ul li {
    padding-block: 0px;
}

.image-logo {
    width: 182px !important;
}

.card {
    color: #fff !important;
}

.auth_page .card-center .card {
    margin-top: 50px !important;
}

.opt-send {
    border: 1px solid #1976d2 !important;
    color: #1976d2 !important;
}

.trade-form-input .form-control {
    background-color: transparent !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 5px !important;
}

.home-carousel .slide {
    text-align: inherit !important;
}

.landing-mobile a {
    color: #5c80ff !important;
}

.password-class .ant-input {
    background-color: #ffffff;
    color: #000000;
}

.modal-list-container {
    color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.modal-list-item {
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
}

.modal-list-item:last-child {
    border-bottom: none;
}

.modal-list-item:hover {
    background-color: #f8f9fa;
}

.text_up {
    color: #adfc83;
}

.text_down {
    color: #fc8383;
}

.dark-modal-overlay {
    background-color: rgba(0, 0, 0, 0.75) !important;
    border: 2px solid #ffffff !important;
}

.datepicker-input {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 10px 10px !important;
}

.react-datepicker__input-container input::placeholder {
    color: #fff;
    /* your desired color */
    opacity: 1;
    /* override default opacity */
}

.react-datepicker__close-icon::after {
    background: linear-gradient(180deg, rgba(91, 182, 241, 1) 0%, rgba(198, 63, 211, 1) 100%) !important;
}

.react-datepicker-wrapper {
    width: 100% !important;
}

.level_box {
    display: flex;
    gap: 10px;
    background-color: #0a0620;
    /* Dark navy or blackish */
    padding: 10px;
    justify-content: center;
}

.level_box .tab {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgb(91, 182, 241);
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.level_box .tab.active {
    background: linear-gradient(180deg, rgb(91, 182, 241) 0%, rgb(198, 63, 211) 100%);
    color: #ffffff;
    border-radius: 5px;
}

.level_diff_border {
    border-bottom: 1px solid #d9d9d9;
}

.mc-text-title {
    color: #ffffff;
}

.width-memer-center {
    width: 75%;
    justify-self: center;
}

@media (max-width: 550px) {
    .width-memer-center {
        width: 90%;
        justify-self: center;
    }
}

.text_center_all div {
    justify-items: center;
    text-align: -webkit-center;
}