:root {
    /* Bg Color */
    --bg-message-color: #f5f5f5;
    --bg-card: #f2f9fd;
    
    /* Blue */
    --primary-blue: #52B8E8;
    --blue-dark: #69A8B2;
}

body {
    background: #fff;
    color: #404040;
    font-family: 'Work Sans', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 16px;
    height: 100%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

footer {
    color: #fff;
}

.alert-danger {
    color: #ca524f;
    background-color: transparent;
    border-color: #ca524f;
}

.btn-close {
    background: url(./../images/close.svg) center/1em auto no-repeat;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #abaaab;
    border-color: #abaaab;
}

.bg-card {
    border-radius: 5px;
    background-color: var(--bg-card);
}

.bg-footer {
    background: #787c7d;
}

.card-password {
    flex: 1 1 auto;
    padding: 1rem 1rem !important;
}

.card.bg-message {
    border: none;
    background-color: var(--bg-message-color);
}

.container-fluid {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
}

.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

.form-control {
    color: #3f4b4f;
    font-size: 14px;
    border: 1px solid #c9edf2;
    padding-top: 0.85em;
    padding-bottom: 0.85em;
    height: auto !important;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 0.25rem;
}

.form-select {
    color: #3f4b4f;
    font-size: 14px;
    border: 1px solid #c9edf2;
    padding-top: 0.85em;
    padding-bottom: 0.85em;
    height: auto !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/caret-tel.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 14px 12px;
    border-radius: 0.25rem;
}

.form-control:focus, .form-select:focus {
    background-color: #fff;
    border: 1px solid #62b5dd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    padding: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    animation: spin 1s linear infinite;
}

.text-13px {
    font-weight: 400;
    font-size: 13px;
    line-height: 135%;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.text-small {
    letter-spacing: 0.03em;
    line-height: 22px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #69a8b2 !important;
    font-weight: 400;
    font-style: italic;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #69a8b2 !important;
    font-weight: 400;
    font-style: italic;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #69a8b2 !important;
    font-weight: 400;
    font-style: italic;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #69a8b2 !important;
    font-weight: 400;
    font-style: italic;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #69a8b2 !important;
    font-style: italic;
}

input[type='password']::-ms-reveal,
input[type='password']::-ms-clear {
    display: none;
}

input[type='password']::-webkit-contacts-auto-fill-button,
input[type='password']::-webkit-credentials-auto-fill-button {
    display: none;
}

.form-label {
    font-weight: 500;
    font-size: 15px;
}

.logo {
    width: 100px;
}

.required {
    color: #ff998f;
}

.uss-blue-color {
    color: #69a8b2;
}

.uss-btn {
    display: inline-block;
    width: 100%;
    background-color: #a07dc5;
    color: #fff;
    font-size: 1rem;
    border-color: #a07dc5;
    border-radius: 30px;
    max-width: 335.3px;
}

.uss-btn:hover,
.uss-btn:focus {
    background-color: #7a5e9b !important;
    border-color: #7a5e9b !important;
    color: #fff;
}

.uss-eye {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.uss-otp-field {
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 2px solid black;
    outline: none;
    margin: 0 10px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    padding: 17px 0;
}

.uss-otp-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.uss-password-input {
    position: relative;
}

.uss-password-input input {
    padding-right: 30px;
}

.uss-password-input img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.uss-password-meter {
    font-weight: 400;
    font-size: 13px;
}

.uss-resend-link {
    color: #52b8e8;
    font-weight: 400;
}

.uss-resend-link:hover {
    color: #328fba;
}

.uss-title {
    color: #69a8b2;
    font-size: 1.625rem;
    font-weight: 600;
}

[v-cloak] {
    display: none;
}

/* Update Personal Information Style Start */
.profile-bg{
    background-color: white;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    cursor: pointer;
}

.profile-pic{
    width: 128px;
    height: 128px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.upload-img-bg{
    position: relative;
    border-radius: 50%;
    background: #52B8E8;
    border: 0;
    top: -25%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.upload-img-bg:hover{
    background:#328fba;
    border-color: #328fba;
    color: white;
}

.uss-subtitle{
    font-weight: 600;
    color: var(--primary-blue);
    cursor: default;
}

.form-group{
    margin-bottom: 1rem;
}

/* Intl style start */
.iti--separate-dial-code .iti__selected-flag {
	background-color: transparent !important;
}
.iti__arrow{
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
}
.iti__divider, .country-select .country-list .divider{
	padding-bottom: 0 !important;
	border-bottom: none !important;
}
.iti__divider:before, .country-select .country-list .divider::before{
	content: 'All Countries';
    font-weight: bold;
    background-color: #dedede;
    display: block;
    padding: .2em .7em;
}
.country-select .flag, .iti__flag{
	border-radius: 4px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 999;
}

.iti__flag-box{
    margin-right: 16px !important;
}

.iti__selected-dial-code{
    font-size: 15px;
    font-weight: 500;
    color: #656565
}

.iti__country-list {
    min-width: 280px !important;
}

.country-select .country-list{
    max-height: 200px !important;
    min-width: 280px !important;
    font-size: .8125rem;
}
/* Intl style end */

#country,
#nationality {
    pointer-events: none;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{
    right: 0;
}

.modal-content{
    max-width: 230px;
    margin: auto;
}

#strongPasswordsModal .modal-content, #strongPasswords2Modal .modal-content{
    max-width: 640px;
    margin: auto;
}

.txt-18px{
    font-size: 18px;
}

.w-600{
    font-weight: 600;
}

.txt-15px{
    font-size: 15px;
}

.txt-15px-400{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

.profile-loader-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 128px;
    padding: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    animation: spin 1s linear infinite;
}

.txt-20px{
    font-size: 20px;
}

/* Last Name Style Start */
.radio-box input[type="radio"], .radio-box-disabled input[type="radio"], .lastName-box input[type="checkbox"], .lastName-box-disabled input[type="checkbox"] {
    display: none;
}

.radio-box.border-primary input[type="radio"]:checked+.box,
.radio-box-disabled input[type="radio"]:checked+.box-disabled,
.lastName-box.border-primary input[type="checkbox"]:checked+.box,
.lastName-box-disabled input[type="checkbox"]:checked+.box-disabled {
    border: 1px solid #69A8B2;
    color: white !important;
    background: var(--blue-dark);
    border-radius: 50px;
}

.lastName-box-disabled input[type="checkbox"]:checked+.box-disabled .name-label::after {
    content: url(../images/check-white.svg);
}

.lastName-box .box:active {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.lastName-box-disabled .box-disabled {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #F3FBFC;
    border: 1px solid #52B8E8;
    border-radius: 50px;
}

.name-bubble{
    padding: 8px 16px;
    border: 1px solid #52B8E8;
    border-radius: 50px;
    background: #F3FBFC;
    color: var(--primary-blue);
    cursor: pointer;
}
/* Last Name Style End */

.country-list, .iti__country-list{
    top: 100% !important;
    min-height: 200px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* DOB datepicker adjustment [START] */
.daterangepicker{
    position: absolute;
}

.gj-datepicker{
    width: 100%;
}

#dateOfBirth[readonly] {
    padding-left: 5px;
    cursor: pointer;
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div{
    background-color: var(--primary-blue);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--primary-blue);
}

.calendar-icon {
    background-color: var(--primary-blue);
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border: solid var(--primary-blue);
    border-width: 0 2px 2px 0;
}

.daterangepicker .start-date.active {
    width: 30px;
    height: 30px;
    background: var(--primary-blue);
    border-radius: 50% !important;
}

/* DOB datepicker adjustment [END] */

.dh-link{
    color: var(--primary-blue);
    cursor: pointer;
}

.dh-link:hover{
    color: #247DA8;
}

.form-control:disabled, .form-select:disabled{
    background-color: transparent;
    opacity: 1;
    border: 1px solid #ABAAAB;
    font-style: italic;
    color: #656565;
}

@media (max-width: 326px) {
    .uss-otp-field{
        margin: 0 5px !important;
    }
}

/* Update Personal Information Style End */


/* Breakpoints (media queries) */
@media (min-width: 768px) {
    .uss-btn {
        width: 335.3px;
    }

    .uss-otp-field {
        background-color: transparent;
        border: none;
        border-bottom: 2px solid black;
        border-radius: 0;
        font-size: 20px;
        margin: 0 30px;
        outline: none;
        padding: 17px 0;
        text-align: center;
        width: 50px;
    }
}

@media (min-width: 992px) {
    .logo {
        width: 150px;
    }
    
    .uss-title {
        font-size: 2.125rem;
    }
    
    .container-fluid {
        max-width: 680px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .forgot-password {
        background-color: #f9f8f8;
        padding: 3rem;
    }

    .uss-otp-field {
        background-color: transparent;
        border: none;
        border-bottom: 2px solid black;
        border-radius: 0;
        font-size: 20px;
        margin: 0 10px;
        outline: none;
        padding: 17px 0;
        text-align: center;
        width: 50px;
    }

    .uss-btn {
        background-color: #a07dc5;
        width: 280px;
        border-color: #a07dc5;
        border-radius: 30px;
        color: #fff;
    }
}
