﻿.WithdrawRight_auth {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    margin-top: 20px;
    border-radius: 3px;
    background: #f7f7f7;
    cursor: pointer;
}

.WithdrawRight_auth {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    margin-top: 20px;
    border-radius: 3px;
    background: #f7f7f7;
    cursor: pointer;
}

    .WithdrawRight_auth > svg {
        width: 80px;
        height: 80px;
    }

.WithdrawRight_left svg {
    width: 34px;
    margin-top: 8px;
}

.WithdrawRight_label {
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
}

.WithdrawRight_dec {
    margin-top: 5px;
    font-size: 13px;
    color: rgba(0, 0, 0, .4);
}

.WithdrawInfo_info {
    display: flex;
}

    .WithdrawInfo_info > * {
        flex: 1 1;
        padding-inline-end: 20px
    }

    .WithdrawInfo_info > :last-child {
        flex: 1.1 1;
        padding-inline-end: 0
    }

    .WithdrawInfo_info > * > * {
        margin-bottom: 15px
    }

        .WithdrawInfo_info > * > * > div {
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: rgba(0,0,0,.4)
        }

        .WithdrawInfo_info > * > * > b {
            word-break: break-all;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 21px;
            color: #333
        }

            .WithdrawInfo_info > * > * > b span {
                color: #999
            }

.withdraw_header__2Wnxy svg {
    width: 10px;
    margin-inline-end: 16px;
}

.form-group input[type="text"]:focus,
.form-group input[type="number"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="email"]:focus,
.form-group select:focus,
.form-group .form-control:focus,
.form-group .form-select:focus {
    border-color: #ffbe40 !important;
    box-shadow: 0 0 0 2px rgb(255 188 80 / 22%) !important;
    outline: none !important;
}


.WithdrawFlow {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-block: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 16px;
    border-radius: 5px;
    background: #f7f7f7
}

    .WithdrawFlow svg {
        width: 78px
    }

.WithdrawFlow_maxCircle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: rgba(255,190,64,.2);
    border-radius: 50%
}

.WithdrawFlow_maxCircle {
    margin-inline-end: 16px;
}

.WithdrawFlow_minCircle__sYxpO {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: #ffbe40;
    border-radius: 50%;
    font-weight: 500;
}

.WithdrawFlow_stepContent {
    margin-inline-start: 21px;
    display: flex;
    flex: 1 1;
}

.WithdrawFlow_line {
    position: absolute;
    top: 0;
    left: 43px;
    width: 208px;
    height: 3px;
    margin-top: 19px;
    background: #ffbe40;
}

.WithdrawFlow_label {
    font-weight: 500;
    margin-top: 10px
}

.WithdrawFlow_dec {
    width: 200px;
    font-size: 12px;
    color: #999;
}

.WithdrawFlow_close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

    .WithdrawFlow_close svg {
        width: 22px;
    }

.WithdrawFlow_stepItem {
    position: relative;
    width: calc((100% - 20px) / 4);
}

@media (max-width: 768px) {
    .WithdrawFlow .WithdrawFlow_stepContent {
        margin-block: 20px 0;
        margin-inline: 0;
        display: block;
    }

    .WithdrawFlow {
        padding: 13px 16px;
        display: block;
    }

    .withdraw_container {
        padding: 0 15px;
        margin-top: 20px;
    }

    .WithdrawFlow .WithdrawFlow_stepContent .WithdrawFlow_line {
        top: 25px;
        left: 19px;
        width: 3px;
        height: 50px;
    }

    .WithdrawFlow_stepItem {
        width: 100%;
        height: 100px;
        display: flex;
    }

    .WithdrawFlow .WithdrawFlow_stepContent .WithdrawFlow_stepItem {
        width: 100%;
    }

    .WithdrawFlow_maxCircle__1_yyo {
        margin-inline-end: 16px;
    }

    .WithdrawFlow_close {
        top: 13px !important;
        right: 16px !important;
    }

    .WithdrawFlow_stepContent .WithdrawFlow_stepItem .WithdrawFlow_dec {
        width: 100%;
    }

    .WithdrawFlow .WithdrawFlow_stepContent .WithdrawFlow_stepItem .WithdrawFlow_dec {
        width: 238px !important;
    }
}
@media (min-width: 767px) {
    .withdraw_left {
        width: 550px;
        margin-inline-end: 120px;
        color: rgba(0, 0, 0, .8);
    }
}
