:root {
    --primary-color: #274e75;
    --secondary-color: #699db5;
    --color-black: #000000;
    --color-grey: #e7e7e7;
    --light-blue: #f8f9fd;
    --color-white: #ffffff;
    --light-grey: #a9b1ba;
}
@font-face {
    font-family: Poppins-Light;
    src: url(../../fonts/Poppins-Light.ttf);
}
@font-face {
    font-family: Poppins-Regular;
    src: url(../../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: Poppins-Medium;
    src: url(../../fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../../fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: Poppins-Bold;
    src: url(../../fonts/Poppins-Bold.ttf);
}
body {
    font-family: 'Poppins-Regular';
    background-color: var(--light-blue);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins-Medium';
}
.pop-light {
    font-family: 'Poppins-Light';
}
.pop-reg {
    font-family: 'Poppins-Regular';
}
.pop-medium {
    font-family: 'Poppins-Medium';
}
.pop-semi {
    font-family: 'Poppins-SemiBold';
}
.pop-bold {
    font-family: 'Poppins-Bold';
}
.login-card {
    border-radius: 25px;
    box-shadow: 0px 0px 8px #34255D43;
    opacity: 1;
}
.caremanager-bg-logo {
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.login-title {
    background: linear-gradient(90deg,#442157 12%,#CB162B 78%);
    background-clip: content-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: linear-gradient(90deg,#35265F 0%,#DE1F2F 100%);
}
.icon-edit {
    top: 18px;
    left: 13px;
    color: black;
    font-size: 20px;
}
.login-input,.login-input:focus {
    padding-left: 49px;
    box-shadow: none;
    height: 55px;
    font-size: 18px;
}
.submit-btn,.submit-btn:focus,.submit-btn:hover {
    border-radius: 35px;
    height: 55px;
}
.link-style, .form-label {
    font-size: 17px;
}
.submit-btn, .submit-btn:is(:hover, :active) {
    background-color: #34255d!important;
    padding-left: 81px;
    padding-right: 81px;
}
.link-style-color,.link-style-color:hover {
    color: #34255d;
}
.login-details-bg {
    padding: 0 70px;
}
.login-main-content {
    background-color: #fbf7fc;
}
#password::-webkit-input-placeholder {
    position: relative;
    top: 4px;
}
.icon-password {
    top: 14px !important;
}
.register-form-input:focus {
    box-shadow: none;
}
.register-form-input {
    height: 50px;
}
.login-details-bg {
    padding: 0 50px;
}
.login-title {
    font-size: 20px;
}
.checkbox-input {
    height: 22px;
    width: 22px;
    position: relative;
    top: -3px;
    margin-right: 8px;
}
.checkbox-input:focus, .form-input-box:focus {
    box-shadow: none;
    border-color: #dee2e6;
}
.icon-edit {
    position: absolute;
    top: 20px;
    left: 14px;
    color: #285c99;
}
.link-style, .form-label {
    font-size: 14px;
}
.link-style-color, .resend-btn {
    font-size: 14px;
}
.resend-btn[data-resend="0"], .resend-btn[data-resend="0"]:hover {
    color: #808080;
    text-decoration: none;
}
.resend-btn[data-resend="1"], .resend-btn[data-resend="1"]:hover {
    color: #34255d;
    text-decoration: underline;
}
.login-form .form-input-box::placeholder,
.login-form .form-input-box::-webkit-input-placeholder  {
    color: #d7d8dc !important;
}
.login-form .form-input-box[type="password"]::placeholder,
.login-form .form-input-box[type="password"]::-webkit-input-placeholder {
    position: relative;
    top: 4px;
}
#login_information.login-details-bg {
    padding: 0 20px;
}
#login_information .form-input-box {
    height: 45px;
    padding-left: 12px;
}
.eye-icon .pwd-eye {
    position: absolute;
    top: 20px;
    right: 14px;
    cursor: pointer;
}
#login_information .eye-icon .pwd-eye {
    top: 16px;
    right: 12px;
    font-size: 15px;
}
.bx.bx-arrow-back {
    top: 2px;
}
.mfa-body {
    min-height: 280px;
}
.mfa-otp-body {display: none}
.mfa-method input[type="radio"] {
    border: 0;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    width: 25px;
    height: 25px;
    margin: 0 4px;
    color: #34255d;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    transition: box-shadow 1s;
}
.otp-inputs input {
    border: 0;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    color: white;
    width: 56px;
    height: 52px;
    margin: 0 4px;
    color: #34255d;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    transition: box-shadow 1s;
}
.otp-inputs input:is(:focus, :focus-visible) {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: 0;
    outline: 0;
}
.otp-vector-img {
    left: 10px;
}
#sf_agency_parent_id-error, #sf_agency_branch_id-error {display: none;}

.agency-select .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection,
.agency-select .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.agency-select .select2-container--bootstrap-5.select2-container--open .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus,
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
    box-shadow: none !important;
    border-color: #DEDCE5 !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted),
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option:hover {
    background-color: #34255d !important;
    color: var(--color-white) !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
    scroll-behavior: smooth;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar {
    width: 6px;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-track {
    background: #DEDCE5;
    border-radius: 10px;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-thumb {
    background: #34255d;
    border-radius: 10px;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-thumb:hover {
    opacity: 0.7;
}
