

.container-height {
    height: 100%;
    overflow: hidden;
}

.preloader-border-dependents {
    display: none;
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
}

.container-section {
    height: 100%;
}

.top-header {
    background-color: #fff;
    padding: 34px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.top-header-logo {
    max-width: 100%;
    height: 100%;
    max-height: 20px;
}

.background-container {
    background-image: url('/assets-admin/images/page-public/banner-family.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    position: relative;
}

.background-container::before {
    content: "";
    background-color: #4B494973;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.box-container-main {
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000024;
    border-radius: 8px;
    overflow: auto;
    padding: 30px;
    width: 100%;
    max-width: 900px;
}

.line-height-20 {
    line-height: 20px !important;
}

.icon-tolltips-deep {
    color: #36418D !important;
}

.login-tooltip-custom .arrow::before {
    border-top-color: #36418D !important;
}

.login-tooltip-custom .tooltip-inner {
    background-color: #36418D !important;
}

.birthday-tooltip-custom .arrow::before {
    border-top-color: #36418D !important;
}

.birthday-tooltip-custom .tooltip-inner {
    background-color: #36418D !important;
}

.box-main-login {
    top: 50%;
    max-height: 527px;
}

.container-register-height {
    width: 100%;
    padding: .5rem .25rem;
    display: flex;
    justify-content: center;
    max-height: 660px;
    overflow: auto;
}

.container-register-dependents {
    overflow: auto;
    padding-right: 9px;
    overflow-x: hidden;
}

.color-primary-deep {
    color: #FF8800 !important;
}

.color-secondary-deep {
    color: #36418D !important;
}

.color-danger-deep {
    color: #D8022E !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(212 212 212 / 22%) !important;
    border-color: rgb(212 212 212 / 68%) !important;
}

.btn:before {
    background-color: #2C3988 !important;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.field-icon-password {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    margin-right: 12px;
    top: -3px;
    cursor: pointer;
    font-size: 15px;
}

.field-validation-error {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-29 {
    font-size: 29px !important;
}

.btn-primary-main {
    padding: 10px !important;
    margin: 20px 0 !important;
}

.onboarding-circle-progress {
    background-color: #FFF;
    border: 1px solid #707070;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 12px;
}

.onboarding-circle-progress.active {
    background-color: #36418D;
    border: 1px solid #36418D;
}

.color-grey-light {
    color: #707070;
}

.card-background-primary {
    background-color: #36418D;
    padding: 14px;
    border-radius: 6px;
}

.card-background-lighter {
    background-color: #fff;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 12px;
}

.btn-primary-lighter {
    width: 100%;
    color: #36418D;
    padding: 10px;
    border-color: #36418D;
    background-color: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

.btn-primary-lighter:hover {
    background-color: rgba(54, 65, 141, 0.1);
}

.card-background-register {
    display: none;
    background-color: #fff;
    padding: 14px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.form-control {
    font-size: 14px !important; 
}

.input-floating-label {
    position: relative;
    margin-bottom: 40px;
}

.input-floating-label input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.input-floating-label label {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 13px;
    color: #777;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.input-floating-label input:focus {
    border-color: #007bff;
    outline: none;
}

.input-floating-label input:focus + label,
.input-floating-label input:not(:placeholder-shown) + label {
    top: -12px;
    font-size: 12px;
    color: #007bff;
    background-color: #ffffff;
    padding: 0 4px;
    border-radius: 4px;
    left: 8px;
}

.btn-submit-primary {
    padding: 10px 17px;
    font-size: 13px;
    color: #fff;
    background: #FF8800;
    position: relative;
    box-shadow: none;
    border: none;
    border-radius: 6px;
}

.btn-submit-primary:hover {
    background-color: rgba(255, 136, 0, 0.9);
}

.box-buttons-action {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: flex-end;
}

.form-group-height {
    padding: 20px 10px !important;
}

.modal-body-contract {
    overflow-y: auto;
    height: 100%;
    max-height: 450px;
}

.btn-large-contract {
    background-color: #FF8800;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    box-shadow: none;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.btn-large-contract:hover {
    background-color: rgba(255, 136, 0, 0.9);
}

.btn-small-contract {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    box-shadow: none;
    color: #fff;
    border-radius: 4px;
    border: none;
}

.btn-secondary-contract {
    background-color: #282828;
}

.btn-secondary-contract:hover {
    background-color: rgba(40, 40, 40, 0.9);
}

.btn-confirm-contract {
    background-color: #FF8800;
}

.btn-confirm-contract:hover {
    background-color: rgba(255, 136, 0, 0.9);
}

.btn-large-back {
    background-color: #36418D;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    box-shadow: none;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

input:disabled, input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.height-container-large {
    height: 100%;
    min-height: 548px;
}

@media (min-width: 280px) and (max-width: 280px) {
    .box-main-register {
        top: auto;
    }

    .top-header {
        display: none;
    }
}

@media (min-width: 360px) and (max-width: 375px) {
    .top-header {
        display: none;
    }
}

@media (min-width: 390px) and (max-width: 390px) {
    .box-main-register {
        top: 49%;
        max-height: 790px;
    }

    .container-height {
        overflow: auto;
    }
}

@media(min-width: 451px) {
    .box-main {
        overflow: hidden;
    }
}

@media(min-width: 390px) {
    .box-buttons-action {
        flex-direction: row;
        justify-content: flex-end;
        gap: 25px;
        align-items: center;
    }
}

@media(min-width: 429px) {
    .box-main {
        max-height: 552px;
    }
}

@media(min-width: 430px) {
    .top-header {
        flex-direction: row;
        gap: 2rem;
    }

    .top-header-logo {
        max-height: 25px;
    }
}

@media(min-width: 461px) {
    .box-main {
        margin-top:0
    }

    .box-main-register {
        margin-top: 0
    }
}

@media (min-width: 540px) and (max-width: 540px) {
    .container-height {
        overflow: auto;
    }
}

@media(min-width: 690px) {
    .top-header {
        gap: 8rem;
    }
}

@media(min-width: 701px) {
    .box-main {
        max-height: 493px;
    }
}

@media(min-width: 1280px) and (max-width: 1280px) {
    .container-height {
        overflow: auto;
    }

    .box-main-register {
        overflow: auto;
        top: auto;
    }
}

@media(min-width: 1024px) and (max-width: 1024px) {
    .box-main-register {
        top: auto;
    }

    .container-height {
        overflow: auto;
    }
}

@media(min-width: 1200px) {
    .container-height-high {
        height: 100vh;
    }
}
