body {
    font-family: 'Roboto', Helvetica, Arial, san-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 1rem;
    line-height: 19px;
    color: #222222;
}
  
.form-input-column, .flyers-column {
    width: 50%;
    flex-grow: 0;
}

.form-input-column {
    overflow-y: auto;
    z-index: 9999;
    background-color: #FFFFFF;
}

label { 
    margin-bottom: 5px;
}

.dr-padding-y { padding: 20px 0px; }

.password-eye {
    position: absolute;
    right: 0;
    margin-top: 8px;
    margin-right: 20px;
    font-size: 20px;
    color: var(--light-colors-light-gray);
    cursor: pointer;
}

.signup-form-fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
}

.signup-wrapper {
    width: 100%;
    height: 100vh;
    flex-direction: row;
    position: relative;
}

.signup-steps {
    display: flex;
}

.signup-common-button {
    border: none;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.signup-blue-button {
    color: var(--dr-white);
    background-color: var(--brand-primary-blue, #0B71DD) !important;
}

.signup-blue-button:hover {
    background-color: var(--dr-soft-blue);
}

.signup-blue-button:focus {
    background-color: var(--dr-soft-blue);
    box-shadow: 0 0 0 0.25rem rgba(11, 113, 221, 0.50);
}

#resend-verification-code-button,
.signup-prev-button {
    color: var(--brand-primary-blue, #0B71DD) !important;
}

#resend-verification-code-button:hover,
.signup-prev-button:hover {
    background: #0b71dd1a;
}

#resend-verification-code-button:focus,
.signup-prev-button:focus {
    background: #0b71dd1a;
    box-shadow: 0 0 0 0.25rem rgba(11, 113, 221, 0.25);
}

.signup-form-container {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: calc(100vh - 76px);
}

.logo-container {
    margin: 1.5rem 0;
}

.signup-heading h2 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 2rem;
    line-height: 48px;
    color: #022041;
}

.signup-text-guide-container {
    width: 500px;
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.signup-right-text-heading {
    position: relative;
    z-index: 9999;
    height: 48px;
}

.signup-right-text-heading h2 {
    color: #FFFFFF;
    font-size: 24px !important;
}

.signup-right-text-content {
    color: #FFFFFF;
    position: relative;
    z-index: 9999;
}

.arrow-chevron-down {
    font-size: 25px;
    text-align: center;
    color: #FFFFFF;
    margin: 1.5rem 0;
}

.check-your-email-text {
    height: 57px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    margin-bottom: 2rem;
}

.number-circle {
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    display: block;
    line-height: 34px;
    color: #FFFFFF;
    background-color: #CDCDCD;
}

.signup-tab-content {
    display: flex;
    flex-direction: column;
}

/* password requirements */
.pw-req-list-container {
    display: flex;
    flex-direction: row;
}

.password-requirements-container ul {
    list-style-type: none;
}

.pw-req-list {
    width: 50%;
    display: flex;
}

.pw-req-list .bi-check-circle-fill {
    color: #44AF1D;
}

.pw-req-icon {
    padding-top: 3px;
}

.pw-req {
    font-size: 12px;
    line-height: 14px;
    margin: 6px 0;
}

.copyright {
    text-align: center;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
}

/* nav section  */
.nav-tab-row {
    display: flex;
    margin-right: 10px;
}

.nav-tab-text {
    font-weight: 500;
    font-size: 14px;
    padding: 5px;
    margin-top: 2px;
    color: #CDCDCD;
    display: flex;
}

.nav-tab-text.active {
    color: var(--brand-primary-blue, #0B71DD) !important;
}

.number-circle.active {
    background-color: var(--brand-primary-blue, #0B71DD) !important;
}

.invalid-input {
    border-color: #dc3545;
}

.password-eye-active {
    color: var(--dr-dark-border);
}

#email-verified-title i {
    font-size: 24px;
    color: #2E9615;
    margin-top: 12px;
}

#email-verified-title h2 {
    color: #2E9615;
}

.name-container {
    display: flex;
    flex-direction: row;
}

.blue-bg {
    background: #022041;
}

.nav-tab-link {
    cursor: default;
}

input[type="text"], button, #office_state {
    height: 41px;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: var(--light-colors-soft-light-gray);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--light-colors-light-gray);
}

.gradient-circle-blue-top {
    position: absolute;
    width: 825px;
    height: 825px;
    left: -500px;
    top: -550px;
    background: radial-gradient(50% 50% at 50% 50%, #0B71DD 0%, rgba(11, 113, 221, 0) 100%);
}

.gradient-circle-blue-bottom {
    position: absolute;
    width: 825px;
    height: 825px;
    right: -702px;
    top: 180px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(11, 113, 221, 0.5) 0%, rgba(11, 113, 221, 0) 100%);
}

.gradient-circle-pink-middle {
    position: absolute;
    width: 598px;
    height: 598px;
    left: -470px;
    top: 150px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(222, 33, 175, 0.25) 0%, rgba(222, 33, 175, 0) 88.54%);
}

.gradient-circle-pink-bottom {
    position: absolute;
    width: 598px;
    height: 598px;
    right: -160px;
    top: 500px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(222, 33, 175, 0.375) 0%, rgba(222, 33, 175, 0) 88.54%);
}
