:root {
    --light-sky-blue: #B8E7FF;
    --spring-green: #B3E575;
    -internal-light-dark: #27B1FF;
}

.bg-cci-modal-login {
    border-bottom-right-radius: .4375rem;
    border-top-right-radius: .4375rem;
    padding: 0;
    background-color: #fff;
}

.modal-dialog-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-login-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 366px;
    height: 585px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 33px;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
    outline: 0;
    background-color: var(--bs-blue);
}

@media (max-width: 400px) {
    #modal-login-id .modal-dialog.modal-dialog-centered {
        width: 98%;
        margin: 0 1%;
    }
    .modal-login-content .content-form {
        padding: 2rem 1.6rem !important;
    }
}

.modal-login-content .logo-modal-login {
    width: 151px;
    height: 51px;
    margin: 0;
}


.modal-login-content .logo-modal-login.logo-short {
    width: 118px;
    height: 40px;
    margin-bottom: 39px;
}


.modal-login-content .title-text-modal-login {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.modal-login-content .input-modal-login {
    max-height: 40px;
    font-size: 14px;
    background-color: #27B1FF !important;
    color: #fff;
    border: none;
}

.modal-login-content #id_segment,
.modal-login-content #id_pdv_number {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 11px;
    padding-bottom: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox%3D"0 0 1 1"%3E%3C%2Fsvg%3E');
}

#modal-edit-telephone-id .form-floating label,
#modal-login-id .form-floating label {
    font-size: 14px;
    padding: 0.58rem 1rem;
    color: var(--light-sky-blue);
}

#modal-edit-telephone-id .form-floating input:disabled,
#modal-login-id .form-floating input:disabled {
    opacity: 0.5;
}

#modal-edit-telephone-id .form-floating .invalid-feedback,
#modal-login-id .form-floating .invalid-feedback {
    font-size: 9px;
    color: #fff;
    background: #FF6B6B;
    width: 100%;
    font-weight: 600;
    text-align: center;
    padding: 3px 0;
    margin-top: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}

#modal-edit-telephone-id .form-floating .form-control.is-invalid,
#modal-login-id .form-floating .form-control.is-invalid {
    background-image: url(../img/close.svg);
    border: 1px solid var(--light-sky-blue);
}

#modal-edit-telephone-id .form-floating>.form-control:focus~label,
#modal-edit-telephone-id .form-floating>.form-control:not(:placeholder-shown)~label,
#modal-edit-telephone-id .form-floating>.form-select~label,
#modal-login-id .form-floating>.form-control:focus~label,
#modal-login-id .form-floating>.form-control:not(:placeholder-shown)~label,
#modal-login-id .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(0.75) translateY(-0.5rem) translateX(0.15rem);
}

#modal-edit-telephone-id .password-toggle,
#modal-login-id .password-toggle {
    position: relative;
}

#modal-edit-telephone-id .toggle-password,
#modal-login-id .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.toggle-password i {
    font-size: 12px;
    color: var(--light-sky-blue);
}

.toggle-password i.fa-eye {
    color: var(--light-sky-blue);
}

#password-modal {
    padding-right: 35px;
    font-size: 12px;
}

.input-modal-login[type="password"]::-ms-reveal,
.input-modal-login[type="password"]::-ms-clear {
    display: none;
}

#modal-edit-telephone-id .modal-login-content .modal-body .logo,
#modal-login-id .modal-login-content .modal-body .logo {
    margin-bottom: 4rem;
    margin-top: 2rem;
    max-width: 75%;
}

#modal-edit-telephone-id .modal-login-content .modal-body .content-form,
#modal-login-id .modal-login-content .modal-body .content-form {
    padding: 1.875rem 3rem 0 3rem;
}

.text-modal-login-forgot-password {
    color: var(--light-sky-blue);
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}

.text-modal-login-forgot-password:hover {
    transition: 0.5s;
    text-decoration: underline;
    color: #fff;
}

.text-modal-login-password_locked_reset {
    line-height: 10px;
}

.text-modal-login-password_locked_reset #blocked_user_email {
    color: var(--light-sky-blue);
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}

.text-modal-login-password_locked_reset #blocked_user_email:hover {
    transition: 0.5s;
    text-decoration: underline;
    color: #fff;
}

input::-ms-reveal,
input::-ms-clear {
    display: none !important;
}

.title-text-modal-login {
    font-size: x-large;
    font-weight: 600;
}

.text-first-time-modal-login {
    color: var(--light-sky-blue);
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.background-ec-color-2 {
    background: round;
}

#modal-edit-telephone-id .form-check .form-check-label,
#modal-login-id .form-check .form-check-label {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}

#check-remember-me,
#invalidCheck {
    border: 1px solid var(--spring-green);
    color: #fff;
    background-color: #0089CF;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin-bottom: 4px;
}

#check-remember-me:checked,
#invalidCheck:checked {
    background-color: var(--spring-green);
    color: #0089CF;
    background-image: url(../img/check.svg);
}

#blocked_user_email {
    color: var(--light-sky-blue);
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}

.fail-message {
    display: none;
    font-size: 9px;
    color: #fff;
    background: #FF6B6B;
    width: 100%;
    font-weight: 600;
    text-align: center;
    padding: 3px 0;
    margin-top: 10px;
    border-radius: 3px;
}

.fail-message.margin-custom {
    margin: 0;
    margin-top: 5px;
    margin-bottom: -10px;
}

.unblocked-user-email-message {
    display: none;
    font-size: 9px;
    color: #fff;
    background: #FF6B6B;
    width: 100%;
    font-weight: 600;
    text-align: center;
    padding: 3px 0;
    margin: -10px 0;
    border-radius: 3px;
}

.unblocked-user-email-message.margin-custom {
    margin: 0;
    margin-top: 5px;
    margin-bottom: -10px;
}

.info-message {
    display: none;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    margin-top: 25px;
}

.info-message span {
    color: var(--spring-green)
}

.btn-confirm {
    color: #0089CF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: var(--spring-green);
}

.btn-confirm * {
    cursor: pointer;
}

.btn-confirm label {
    font-size: 12px;
    font-weight: 600;
}

.btn-confirm i {
    font-size: 17px;
    display: flex;
    height: 14px;
    width: 14px;
}

.btn-confirm.btn-absolute {
    position: absolute;
    width: calc(100% - 96px);
    bottom: 53px;
}

#btn-modal-login-signup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--spring-green);
}

#btn-modal-login-signup * {
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
}

#btn-modal-login-signup:hover {
    background-color: var(--spring-green);
}

#btn-modal-login-signup:hover span,
#btn-modal-login-signup:hover i {
    color: var(--bs-blue);
}

#btn-modal-login-signup span {
    font-size: 12px;
    font-weight: 600;
    color: var(--spring-green);
}

#btn-modal-login-signup i {
    color: var(--spring-green);
}

.div-btn-login-back {
    padding: 25px 0 0 32px;
}

.btn-login-back {
    color: #0089CF;
    width: 33px;
    height: 33px;
    padding: 0;
    background-color: var(--spring-green);
    border-radius: 5px;
}

.btn-login-back i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#modal-edit-telephone-id .form-group,
#modal-login-id .form-group {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#state-cci-modal-login:disabled {
    background-color: #868686;
    border: #868686;
}

.form-switch .custom-form-check-input, .form-switch .custom-form-check-input:checked, .form-switch .custom-form-check-input:focus {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%230089cf'/></svg>")
}

.form-switch .custom-form-check-input:checked {
    background-color: var(--spring-green);;
    box-shadow: none;
}

fieldset.notifications {
    padding-right: 1.3rem!important;
    padding-left: 1.3rem!important;
}

#recaptcha-div div:first-child {
    width: 100% !important;
}


.empty-captcha {
    animation: shake 0.5s ease;
    border: 1px solid #FF6B6B !important;
    border-radius: 5px;
}
