.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.modal-dialog {
    border-radius: 40px;
    width: 100%;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.modal-content {
    background: var(--bg-modal-content) !important;
    color: white;
    border: none;
    border-radius: 40px !important;
    width: 100%;
}

.modal-header-custom {
    position: relative;
}

.modal-header-custom img {
    max-height: 60px;
}

.modal-header-custom .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent !important;
    color: gray;
    opacity: 1;
    font-size: 1.25rem;
    border: none;
}

.modal-custom h5 {
    font-size: 22px;
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
}

.modal-custom p {
    font-size: 14px;
}

.btn-cadastrar {
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 10px 0px 10px 0px;
}

.btn-cadastrar:hover {
    background-color: #ffffff22;
    color: #FFFFFF;
    border-color: #FFFFFF;
}


.btn-entrar {
    border-radius: 10px;
    background-color: var(--btn-entrar);
    color: #0E223B;
}

.btn-entrar:hover {
    background-color: var(--btn-entrar-hover);
    color: #0E223B;
}


.btn-group-custom {
    padding: 0px 20px 20px 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
}


.modal-content .btn-close-custom {
    background-color: #fff;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.btn-close-custom svg {
    width: 14px;
    height: 22px;
    fill: #000812;
}

.modal-content .input-group .form-control,
.modal-content .input-group .input-group-prepend .input-group-text {
    border-radius: 10px !important;
}

.eng-show-hide-password {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #555;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
}

.toggle-password {
    font-style: normal;
    user-select: none;
    line-height: 1;
}

.gradient-modal {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(203, 243, 26, 1), rgba(203, 243, 26, 1));
    filter: blur(200px);
    z-index: 0;
}

@media (max-width: 768px) {
  .gradient-modal {
   display: none;
  }

  .alerta-icon-wrapper {
    display: none !important;
  }
}

.gradient-modal-green {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(35, 226, 130, 1), rgba(35, 226, 130, 1));
    filter: blur(200px);
    z-index: 0;
}

.btn-top-custom {
    background-color: var(--default);
}


.check-icon {
    position: relative;
    border: 2px var(--bg-modal-content) solid;
    top: 10px;
}

.check-icon-2 {
    position: relative;
    border: 2px green solid;
    /* top: 10px; */
}


.btn-entrar-aprovado {
    background-color: #23E282;
    color: #000812;
}



@media (min-width: 768px) {

    .modal-top-custom {
        background: #00A650;
        border-radius: 40px 40px 0px 0px;
    }


    .modal-gradient-border {
        background: linear-gradient(90deg, var(--modal-gradient-start), var(--modal-gradient-end));
        padding: 1px;
        border-radius: 40px;
        width: 100%;
    }

    .modal-gradient-green {
        background: linear-gradient(90deg, rgba(26, 243, 26, 0.2), rgba(10, 78, 4, 0.2));
        padding: 1px;
        border-radius: 40px;
        width: 100%;
    }

    .modal-dialog {
        padding-left: 0;
        padding-right: 0;
    }

    .alerta-icon-wrapper {
        position: absolute;
        left: 45%;
        padding: 8px;
        border-radius: 50%;
    }

    .alerta-icon-wrapper img {
        width: 150px;
    }
}

@media (max-width: 768px) {

    .alerta-icon-wrapper {
        position: absolute;
        left: 35%;
        padding: 8px;
        border-radius: 50%;
    }

    .alerta-icon-wrapper img {
        width: 100px;
    }

    .modal-content-full {
        height: 100vh !important;
        border-radius: 0px !important;
    }

    .modal-dialog.modal-custom {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 16px !important;
        /* espaçamento lateral */
    }

    .modal-gradient-border {
        background: linear-gradient(90deg, var(--modal-gradient-start), var(--modal-gradient-end));
        width: 100% !important;
        border-radius: 20px !important;
        /* arredondado suave */
        padding: 1px !important;
    }

    .modal-gradient-green {
        background: linear-gradient(90deg, rgba(26, 243, 26, 0.2), rgba(10, 78, 4, 0.2));
        width: 100% !important;
        border-radius: 20px !important;
        /* arredondado suave */
        padding: 1px !important;
    }


    .modal-content {
        border-radius: 20px !important;
        width: 100% !important;
    }

    .gradient-modal-bottom {
        position: absolute;
        bottom: -70%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
        height: 100px;
        border-radius: 50%;
        background: linear-gradient(180deg, rgba(203, 243, 26, 1), rgba(203, 243, 26, 1));
        filter: blur(80px);
    }

    .gradient-modal-bottom-2 {
        position: absolute;
        bottom: -40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
        height: 100px;
        border-radius: 50%;
        background: linear-gradient(180deg, rgba(203, 243, 26, 1), rgba(203, 243, 26, 1));
        filter: blur(80px);
    }

    .modal-top-custom {
        background: #00A650;
        border-radius: 20px 20px 0px 0px;
    }


    .gradient-modal-green {
        position: absolute;
        bottom: -50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 200px;
        border-radius: 50%;
        background: linear-gradient(180deg, rgba(35, 226, 130, 1), rgba(35, 226, 130, 1));
        filter: blur(200px);
        z-index: 0;
    }

}