.redesigned-bubble-container {
    background: #fff;
    min-height: calc(100vh - 285px);
    box-shadow: 5px 16px 65px rgba(10, 34, 81, 0.1);
    border-radius: 20px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    padding-top: 20px;
    margin-top: 30px;
}

.redesigned-bubble-container h1 {
    margin-top: 0;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    line-height: 32px;
    font-size: 28px;
    color: #0A213D;
}
.redesigned-bubble-container h2 {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
    color: #0A213D;
}
.redesigned-bubble-container h3 {
    margin: 0 auto;
    max-width: 500px;
    font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #0A213D;
}

.bubble-hr {
    margin-top: 20px;
    border-bottom: 4px solid #4BA4EC;
    width: 80px;
    border-radius: 2px;
    margin-left: calc(50% - 40px);
}

.sub-title {
    position: relative;
    margin-bottom: 30px;
}

.left-img {
    margin-top: -40px;
}

.redesigned-bubble-form .flag-container {
    background: transparent;
    border-right: 1px solid #D2DFEB!important;
    border: none;
}

.redesigned-bubble-form .flag-container .selected-flag {
    background-color: transparent;
    border: none;
}

.redesigned-bubble-form .intl-tel-input input {
    padding-left: 112px !important;
    background: #fff;
    box-shadow: 1px 8px 50px rgba(7, 47, 81, 0.08);
    height: 85px;
    border: none;
}

.redesigned-bubble-form input,
.redesigned-bubble-form select {
    border-radius: 10px !important;
}

.redesigned-bubble-form label {
    /*padding-bottom: 10px;*/
}

.redesigned-bubble-form .btn {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    border: none;
    color: #FFFFFF;
    padding-top: 21px;
    padding-bottom: 21px;
}

.redesigned-bubble-form .btn-info,
.redesigned-bubble-form .btn-primary {
    background-color: #0061AF;
    background-image: none;
}

.redesigned-bubble-form .btn-info:focus,
.redesigned-bubble-form .btn-info:hover,
.redesigned-bubble-form .btn-info:active,
.redesigned-bubble-form .btn-info:visited,
.redesigned-bubble-form .btn-info[disabled] {
    background: #035393 !important;
}

.redesigned-bubble-form .form-control[disabled],
.redesigned-bubble-form .form-control[readonly] {
    background-color: #eee !important;
}
.redesigned-bubble-form .custom-form-group.has-error select,
.redesigned-bubble-form .custom-form-group.has-error input {
    border: 1px solid #D91B1B;
}
.redesigned-bubble-form .custom-form-group.has-error label,
.redesigned-bubble-form .custom-form-group.has-error .help-block {
    color: #D91B1B;
}

.signup-email {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #0A213D;
}
.login-help-reset {
    width: 500px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #0A213D;
}

.btn-go-back {
    left: 30px;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #0061AF !important;
}
.btn-go-back img {
    margin-right: 15px;
}
.btn-next-step,
#confirm-address,
#submit-registration {
    width: 220px;
    outline: none;
    border-radius: 10px
}
.btn-resend-code {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 0 !important;
    color: #0061AF !important;
}

.flex-fields-container {
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.flex-fields-container .btn-next-step,
.flex-fields-container #confirm-address,
.flex-fields-container #submit-registration {
    margin-top: 30px;
}
.flex-fields-container .btn-resend-code {
    margin-top: 30px;
}

.fields-container {
    max-width: 320px;
    margin-left: 140px;
}
.fields-container .custom-form-group {
    max-width: 320px;
    margin-bottom: 5px;
}
.fields-container .custom-form-group label {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #0A213D;
}
.fields-container .custom-form-group input,
.fields-container .custom-form-group select {
    height: 45px;
    border: 1px solid #0A213D;
    background: #fff;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #0A213D;
}

.flex-fields-container .custom-form-group input,
.flex-fields-container .custom-form-group select {
    height: 45px;
    border: 1px solid #0A213D;
    background: #fff;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #0A213D;
    width: 320px;
}
.fields-container .checkbox {
    width: 500px;
    margin-bottom: 20px;
}
.fields-container .checkbox label {
    position: relative;
}
.fields-container .checkbox label b {
    margin-left: 20px;
}
.fields-container .checkbox input {
    display: none;
}
.fields-container .checkbox .checkmark {
    left: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #A1B2C1;
    border-radius: 5px;
}
.fields-container .checkbox input:checked ~ .checkmark {
    background: #0061AF;
}
.fields-container .checkbox input:checked ~ .checkmark:before {
    top: 6px;
    left: 6px;
    width: 12px;
    height: 10px;
    content: '';
    position: relative;
    background: url("/img/redesign/icon-check.svg") no-repeat;
    display: block;
}

.sms-code-container input {
    width: 55px;
    height: 55px;
    border: none;
    outline: none;
    background: #fff;
    text-align: center;
    box-shadow: 2px 8px 32px rgba(22, 41, 58, 0.08);
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #0A213D;
    margin-right: 8px;
}

#loader-signup {
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible;
    z-index: 90000
}

#loader-signup.fadeOut {
    opacity: 0;
    visibility: hidden
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 20px);
    background-color: #0075DA;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@media (max-width: 767px) {
    .left-img {
        display: none;
        margin-top: 0;
    }
    .btn-go-back {
        left: 0;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }
    .btn-go-back img {
        margin-right: 10px;
    }
    .login-help-reset {
        width: auto;
    }
    .fields-container {
        margin: 0 auto !important;
    }
    .flex-fields-container {
        min-height: 150px;
    }
    .sms-code-container input {
        width: 40px;
        height: 40px;
    }
    .fields-container .checkbox {
        width: auto;
    }
    .redesigned-bubble-form .btn {
        height: 55px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .redesigned-bubble-form .btn-go-back {
        height: auto;
    }
    .redesigned-bubble-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}



.swal2-popup {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
}
.swal2-backdrop-show {
    z-index: 99999999 !important;
    background-color: rgba(16, 60, 109, 0.6) !important;
}
.swal2-container .swal2-popup {
    width: 45em !important;
    font-size: 14px !important;
    border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
    .swal2-container .swal2-popup {
        padding: 50px !important;
    }
}
.swal2-container .swal2-icon,
.swal2-container .swal2-image {
    margin-bottom: 20px !important;
}
.swal2-container .swal2-title {
    font-size: 20px !important;
    color: #677992 !important;
}
.swal2-container .swal2-html-container {
    font-size: 16px !important;
    color: #8493a8 !important;
    font-weight: 500 !important;
}
.swal2-container .swal2-actions:not(.swal2-loading) .swal2-styled.swal2-confirm,
.swal2-container .swal2-actions .swal2-styled.swal2-cancel {
    border-radius: 10px !important;
    font-weight: 600 !important;
}
@media screen and (min-width: 991px) {
    .swal2-container .swal2-actions:not(.swal2-loading) .swal2-styled.swal2-confirm,
    .swal2-container .swal2-actions .swal2-styled.swal2-cancel {
        min-width: 120px !important;
    }
}
.swal2-container .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    width: 26px !important;
    height: 26px !important;
}
.swal2-container .swal2-actions .swal2-styled.swal2-confirm {
    width: 220px !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    background-color: #0061af !important;
    font-size: 16px !important;
}
.swal2-container .swal2-actions .swal2-styled.swal2-cancel {
    background-color: #169ce1 !important;
}
@media screen and (max-width: 767px) {
    .swal2-container .swal2-actions .swal2-styled.swal2-confirm,
    .swal2-container .swal2-actions .swal2-styled.swal2-cancel {
        font-size: 3.5vw !important;
        line-height: 6vw !important;
    }
}

@media (min-width: 768px) {
    #download-app-popup .modal-dialog {
        max-width: 490px;
        margin: 30px auto;
    }
}

#download-app-popup {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal;
    background: rgba(20, 33, 67, 0.38);
}

#download-app-popup h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
}

#download-app-popup h4.first {
    color: #303A45;
}

#download-app-popup h4.second {
    color: #0860C7;
}

#download-app-popup .modal-content {
    background: #FFFFFF;
    box-shadow: 0 0 22px rgba(33, 67, 99, 0.26);
    border-radius: 40px;
}

#download-app-popup .btn-info:focus, #download-app-popup .btn-info.focus, .btn-info:hover {
    color: #fff;
    background: #0860C7;
    border-color: #0860C7;
}

#download-app-popup .modal-header {
    padding-bottom: 0 !important;
    border-bottom: 1px solid #fff;
}

#download-app-popup .modal-body {
    padding: 0 15px;
}

#download-app-popup .modal-body p {
    max-width: 386px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.05em;
}

#download-app-popup .modal .modal-content .modal-header, #download-app-popup .modal .modal-content .modal-footer {
    color: #263344;
}

#download-app-popup .modal-footer {
    border-top: 1px solid #fff;
    display: flex;
    max-width: 386px;
    margin-left: auto;
    margin-right: auto;
}

#download-app-popup .modal-footer img {
    margin-top: 3px;
}

#download-app-popup .modal-footer .text-left {
    margin-left: 11px;
    margin-bottom: 35px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #99A4AF;
}

#download-app-popup #btnClose {
    font-size: 36px;
    margin-right: 10px;
}

#download-app-popup .btn.btn-rounded {
    border-radius: 100px;
}

#download-app-popup .btn-info {
    margin-top: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #fff;
    background: #0860C7;
    border-color: #0860C7;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 386px;
}

#download-app-popup img.body {
    margin-left: auto;
    margin-right: auto;
    max-width: 80px;
    display: block;
}

