.btn-close-modal {
    position: absolute;
    right: 20px;
    z-index: 9;
    top: 20px;
    border: none;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}

.adding-phone-number-modal-main-content {
    border: none;
    border-radius: 18px;
    padding: 65px 82px 30px 64px;
}

.mw-745 {
    max-width: 745px;
    width: 100%;
}
.autocomplete-suggestion, .fa-16 {
    font-size: 16px;
}
.p-8{
    padding: 8px !important;
}
.input-fields select, .input-fields textarea, .input-fields input {
    width: 100%;
    min-height: 54px;
    border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 14px 15px;
    font-size: 16px;
    color: black;
    transition: 0.3s ease-in-out;
}

.btn-phone-modal-wrapper .btn-reg[disabled]:hover, .btn-phone-modal-wrapper .btn-reg[disabled] {
    background: #bebebe;
    border-color: transparent;
    color: #fff;
}

.modal-content .btn-reg {
    padding: 12px 32px;
    border: 1px solid var(--black);
    background: #2f2f31;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.fa-25 {
    font-size: 25px;
}

.mh-77 {
    min-height: 77px;
}

.mb-6 {
    margin-bottom: 6px;
}
.lh-222 {
    line-height: 222%;
}
.fw-500 {
    font-weight: 500;
}

.country-code {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.modal-phone-input input[type="number"] {
    padding-left: 80px;
}

.mb-65 {
    margin-bottom: 65px;
}
.mt-65 {
    margin-top: 65px;
}

.fa-24 {
    font-size: 24px;
}
.fw-500 {
    font-weight: 500;
}
.lh-147 {
    line-height: 147%;
}

.mw-320 {
    max-width: 320px;
    width: 100%;
}
.gap-28 {
    gap: 28px;
}

.input-item input {
    width: 100%;
    height: 54px;
    border: 1px solid #bebebe;
    background: #fff;
    border-radius: 5px;
    padding: 10px 50px 10px 22px;
    font-size: 16px;
}

.mh-85 {
    min-height: 85px;
}

.mw-280 {
    max-width: 280px;
    width: 100%;
}
.fa-25 {
    font-size: 25px;
}

.icon-success span {
    width: 96px;
    height: 96px;
    background: #ffc531;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.icon-success span img {
    max-width: 53px;
    animation: 5s popuprotate infinite alternate-reverse;
}

.congrats-success h3 {
    margin: 57px 0 39px;
    font-size: 86px;
    letter-spacing: -0.3px;
    color: var(--black);
    line-height: 95%;
    font-weight: 600;
}

.congrats-success {
    text-align: center;
}

.congrats-success p {
    margin-bottom: 70px;
}

.congrats-success .btn-reg {
    margin-bottom: 33px;
}

.btn-reg.btn-transparent-green:hover, .btn-reg.btn-green {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}

.congrats-success .btn-reg {
    margin-left: auto;
    margin-right: auto;
}

.item-active-modal-form-verify-mobile {
        display: none;
}

.item-active-modal-form-verify-mobile.active {
    display: block;
}

#toast-container>.toast-success {
    background-color: var(--green);
    color: #fff !important;
}
#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}