﻿.Main_container {
    padding: 40px 0;
    margin: 0 auto;
    max-width: 1200px;
}

.Faq_main {
    width: 100%;
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
}

    .Faq_faq {
        padding: 16px;
        border-radius: 3px;
        background: #f7f7f7;
    }

.Faq_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 10px;
}

.Faq_title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.deposit_itemSelect__bfQHk {
    padding: 12px 16px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
}

.WithdrawInfo_info__ZsoQn {
    display: flex;
}

    .WithdrawInfo_info__ZsoQn > * > * > div {
        font-style: normal !important;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: rgba(0, 0, 0, .4);
    }
    .WithdrawInfo_info__ZsoQn > * > * .WithdrawInfo_fee__682Qr, .WithdrawInfo_info__ZsoQn > * > * > b {
        word-break: break-all;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #333;
    }
    .WithdrawInfo_info__ZsoQn > *{
        flex: 1 1;
        padding-inline-end: 20px;
    }
        .WithdrawInfo_info__ZsoQn > * > * {
            margin-bottom: 15px;
        }
.form-control:focus {
    border-color: #ffbe40c7 !important;
    box-shadow: 0 0 0 0.25rem rgb(255 190 64 / 41%) !important;
}
.form-select:focus {
    border-color: #ffbe40c7 !important;
    box-shadow: 0 0 0 0.25rem rgb(255 190 64 / 41%) !important;
}