.select-accounts__list {
    max-height: 365px;
    overflow: auto;
    padding: 0 5px;
}
.select-accounts__box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 8px 8px 8px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 25px 10px;
}
.select-accounts__box:not(:last-child) {
    margin: 0 0 16px;
}
.select-accounts__left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
}
.select-accounts__name {
    color: #2C2F31;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select-accounts__address {
    color: #2C2F31;
    font-size: 14px;
    line-height: 18px;
}
.select-accounts__type {
    color: #B5B4B4;
    font-size: 14px;
    line-height: 18px;
}
.select-accounts__info p:not(:last-child) {
    margin: 0 0 3px;
}
.check-box__checkmark {
    left: 17px !important;
}
.custom-btn__back {
    margin-right: 10px !important;
}
.custom-body__account {
    padding: 0 40px 30px !important;
}
@media screen and (device-aspect-ratio: 40/71) {
    .select-accounts__name {
        max-width: 130px;
    }
    .custom-content__accounts {
        width: 100% !important;
    }
    .custom-body__account {
        padding: 0 0 30px !important;
    }
}
@media (max-width: 991px) {
    .custom-body__account {
        padding: 0 0 30px !important;
    }
}
.capcha-content {
    position: relative;
}
.input-form__capcha {
    display: inline-block;
    max-width: 60%;
    margin-right: 11px;
}
.custom-content__capcha {
    display: inline-block !important;
    max-width: 39% !important;
    position: absolute !important;
    height: 50px !important;
    top: -5px !important;
    border-radius: 8px 8px 8px 8px !important;
}
.img-capcha-custom {
    height: 38px !important;
}
.custom-icon__capcha {
    font-size: 9px !important;
    width: 15px !important;
    height: 15px !important;
    position: absolute !important;
    right: 9px !important;
}
.modal-confirm__des {
    color: #727272;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-align: center;
}
.modal-note__des {
    color: #727272;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 18px;
    font-weight: 400;
}
.modal-footer__des {
    color: #727272;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin: 11px 0 0;
}
.custom-btn-close {
    position: absolute;
    right: 183px;
    top: 9px;
    font-size: 20px;
    cursor: pointer;
}
.custom-body__selectAcc {
    margin: 0 12px 0 !important;
}
.custom-btn {
    margin-top: 32px !important;
}
@media (max-width: 991px) {
    .mobile-input{
        display: unset !important;
        max-width: 100% !important;
    }
    .mobile-capcha {
        display: block !important;
        max-width: 100% !important;
        position: unset !important;
        margin-top: 12px;
    }
    .moblie-icon-capcha {
        top: 76px !important;
        right: 14px !important;
    }
    .mobile-img-capcha {
        width: 100% !important;
    }
    .custom-btn-close {
        right: 8px;
    }
    .custom-btn {
        margin-top: 20px !important;
    }
}
.custom-btn .custom-btn__padding{
    padding: 9px 1px;
    font-size: 13px;
}

.zsw-align-left-icon {
    display: none;
}
