@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: #F3F3F5;
}

.page-header {
    background-color: white;
    height: 52px;
}

.page-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    padding-left: calc(2rem + 24px);
    padding-right: calc(1.5rem + 24px);
    margin: auto;
}

.center {
    justify-content: center;
}

.content {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.logo {
    height: 16px;
}

.page-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 34px;
    background-color: #F3F3F5;
}
.page-wrapper {
    padding: 16px;
}
.heading {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: left;
}
.header-1 {
    font-size: 24px;
    text-align: center;
}
.header-2 {
    font-size: 20px;
    text-align: center;
}
.header-3 {
    font-size: 18px;
    text-align: center;
}
.login-header-first {
    margin-bottom: 40px;
}
.body-regular {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.07px;
    text-align: center;
}

.login-phone-inputs {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.phone-number {
    width: 100%;
    height: 52px;
    padding: 16px;
    border-radius: 6px;
    border-width: 1px;
    border: 1px solid #E2E8F0;

    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
}

.country-code {
    font-family: Montserrat;
    position: relative;
    bottom: 20px;
    width: 100%;
    height: 52px;
    padding: 0;
    border:0;
    position: relative;
    top: 0px;

    background-color: transparent;
}

.country-code button.dropdown-toggle {
    border: 0;
    height: 52px;
    top: 0;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
}

.country-code .filter-option {
    position: relative !important;
    top: -3px !important;
    background-color: transparent;
    height: 20px !important;
    font-family: Montserrat;
    font-size: 16px;
}

.country-code .dropdown-toggle::after {
    position: absolute;
    right: 15px;
}

.agree-to-terms {
    padding: 8px 16px;
    background-color: white;
}

.send-code-button {
    margin-top: 40px !important;
}

.btn-primary {
    width: 100%;
    height: 54px;
    gap: 8px;
    border-radius: 8px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    background: #2251FF;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.94px;

}

.btn-primary:hover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
    background: #2251FF;
}

.btn-primary:disabled {
    background-color: #F1F5F9;
    color: #1F1B26;
    border: 0;
}

.info-paper-first {
    margin-bottom: 40px;
}

.bootstrap-select > select {
    display: none !important;
}

.bootstrap-select > .dropdown-toggle {
    width: 122px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    position: relative;
    top: 8px;
}

.flag-icon {
    margin-right: 8px;
}

.login-header {
    margin-bottom: 40px;
    position: relative;
    bottom: 28px;
}

.login-subheader {
    margin-bottom: 40px;
}

.verification-code {
    width: 90px;
    height: 52px;
    padding: 16px;
    border-radius: 6px;
    border-width: 1px;
    border: 1px solid #E2E8F0;
    display: block;
    margin: auto;
    margin-bottom: 32px;

    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
}

.body-text-code {
    font-size: 16px;
    margin-bottom: 40px;
}
.resend-link {
    color: #2251FF;
    text-decoration: none;
}

.agree-to-terms-text {
    margin-bottom: 16px;
}
.agree-to-terms-text a {
    color: #2251FF;
    text-decoration: none;
}

.back-button {
    border: 0;
    background-color: #F3F3F5;
    position: relative;
    top: 28px;
    z-index: 99;
}

#login-phone-button:disabled {
    background-color: #A0ABC0;
    color: #1F1B26;
    border: 0;
}
#login-agree-and-continue-button:disabled {
    background-color: #A0ABC0;
    color: #1F1B26;
    border: 0;
}
#errors-code {
    text-align: center;
}
#login-code-input {
    margin-bottom:0;
    text-align: center;
    width:95px;
}
