﻿.layoutCadastro #layoutCadastro__Image {
    /*background-image: url("/images/tp_wave.jpg");*/
    /*background-size: cover;*/
    background-color: #F7F7F7;
}

.layoutCadastro .photo-input-container {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
}

.layoutCadastro #importFileButton {
    width: 180px;
}

.layoutCadastro #fileNameContainer {
    display: none;
}

#div-outros-idiomas .form-group-float {
    position: relative;
    padding-bottom: 22px;
}

#div-outros-idiomas .form-group-float .field-validation-error,
#div-outros-idiomas .form-group-float .field-validation-valid {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .875rem;
}

.pt-2-5 {
    padding-top: 0;
}

.layoutCadastro .cadastro__navbar {
    background: white;
    box-shadow: 0px 1.48px 8.87px 0px #00000040;
    position: sticky;
    height: 73px;
    padding: 0 3rem;
    top: 0;
}

.layoutCadastro .cadastro__goback {
    color: #E40276;
    font-family: 'NotoSansMedium';
    font-size: 1.2rem;
}

.layoutCadastro .cadastro__title {
    font-family: var(--font-sancoale);
    font-size: 3.5rem;
    color: black;
}

.layoutCadastro .cadastro__description {
    font-family: 'NotoSansLight';
    font-size: 1.8rem;
    line-height: normal;
    color: black;
}

.layoutCadastro .form-container {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0px 1.48px 8.87px 0px #00000040;
}

.layoutCadastro .submit-container {
    display: flex;
    align-items: center;
    width: auto;
}

.layoutCadastro .cadastro__btn {
    background: linear-gradient(90deg,rgba(255, 0, 130, 1) 0%, rgba(122, 33, 128, 1) 90%);
    padding: 0.7rem 1rem;
    border-radius: 2rem;
    color: white;
    border: none;
    font-size: 1rem;
    justify-content: center;
    display: flex;
    width: 100%;
    align-items: center;
}

    .layoutCadastro .cadastro__btn svg,
    .layoutCadastro .cadastro__btn__reverse svg {
        display: block;
        transform: translateY(1px);
    }

    .layoutCadastro .cadastro__btn:disabled {
        background: #b8b8b878;
        padding: 0.7rem 1rem;
        border-radius: 2rem;
        border: none;
        font-size: 1rem;
        justify-content: center;
        display: flex;
        width: 100%;
        align-items: center;
        cursor: not-allowed;
    }

        .layoutCadastro .cadastro__btn:disabled > span {
            color: #99a1af !important;
        }

.layoutCadastro .cadastro__btn__reverse {
    background: white;
    padding: 0.7rem 2rem;
    border-radius: 2rem;
    border: 1px solid #D1D5DC;
    justify-content: center;
    display: flex;
    align-items: center;
}

    .layoutCadastro .cadastro__btn__reverse:hover {
        background: white;
        opacity: initial;
    }

.layoutCadastro .modal__codigoEmail_count {
    position: absolute;
    right: 1rem;
    font-family: 'NotoSansMedium';
    color: #E40276;
    font-size: 0.9rem;
    display: flex;
    top: 0;
    bottom: 0;
    align-items: center;
}

.layoutCadastro .modal__codigoEmail_inputText {
    border-radius: 1rem;
    color: #4C4C4C;
    border: 2px solid #B3B3B2;
    padding: 0.2rem 2.4rem 0.2rem 0.6rem;
}

.modal .modal-content {
    border-radius: 1rem;
}

.pdf-iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 5px;
}

.disabled {
    touch-action: none;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #f0f0f0;
}


.step {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
}

    .step.active {
        opacity: 1;
        visibility: visible;
        position: relative;
    }

.steps-wrapper {
    margin-bottom: 30px;
}

.steps-bar {
    width: 100%;
    height: 100%;
    background: #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}

#progressBar {
    height: 100%;
    width: 33%;
    border-radius: 10px;
    transition: width 0.3s ease;
}

.steps-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}

.actions-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.progressBar-content {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 9px;
}

#modalBuscaCep .modal-body {
    overflow-y: auto;
}

#modalBuscaCep .modal-footer {
    border: 0;
}

#modalBuscaCep .modalBuscaCep__cardDica {
    background: #EFF6FF;
    color: #1C398E;
    width: 100%;
    padding: 1.5rem 1rem;
    border-radius: 14px;
    border: 1px solid #DBEAFE;
    font-size: 14px;
}

#div-endereco {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    padding: 1rem;
    border-radius: 13px;
}

.btn-lingua {
    background: white;
    border: 2px solid #D1D5DC;
    width: 100%;
    color: black;
    font-family: 'NotoSansMedium';
    padding: 1rem;
    border-radius: 14px;
}

.btn-lingua-check {
    background: #FFF2F9;
    border: 2px solid #FF0082;
    width: 100%;
    color: black;
    font-family: 'NotoSansMedium';
    padding: 1rem;
    border-radius: 14px;
}

#btn-adicionar-idioma {
    border: 2px dashed #E5E7EB;
    background: white;
    border-radius: 13px;
    padding: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

    #btn-adicionar-idioma:hover {
        border: 2px dashed #FF0082;
        background: #FFF2F9;
    }

.encontreEndereco__card {
    background: #F9FAFB;
    border: 2px solid #E5E7EB;
    border-radius: 14px;
    padding: 1.2rem;
    display: flex;
    justify-content: space-between;
}

    .encontreEndereco__card:hover {
        background: #FFF2F9;
        border: 2px solid #FF0082;
    }

    .encontreEndereco__card .encontreEndereco__card-icon {
        background: #FAE1EE;
        display: flex;
        gap: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
    }

.noResults-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    background: #F3F4F6;
    margin: 0 auto;
}

.layoutCadastro .cadastro__removerIdioma {
    color: red;
    font-size: 16px;
}

    .layoutCadastro .cadastro__removerIdioma:hover {
        color: #C50007;
    }

.layoutCadastro {
    max-width: 100%;
    margin: 0 auto;
}

    .layoutCadastro .form-label-float {
        font-family: 'NotoSansBold';
        display: flex;
        align-items: start;
        gap: 4px;
    }

        .layoutCadastro .form-label-float span.text-pink {
            font-size: 12px;
        }

    .layoutCadastro .text-danger span {
        font-size: 14px;
        font-family: 'NotoSansRegular';
    }

.swal2-popup {
    border-radius: 14px;
}

.swal2-modal .swal2-icon.swal2-warning {
    color: #FF0082;
    border-color: #FF0082;
}

.swal2-icon-warning .swal2-confirm {
    background: #FF0082;
    border: 1px solid #FF0082;
    border-radius: 50px;
    color: white;
    padding: 0.4rem 2rem;
    margin-right: 10px;
    opacity: 1;
}

.swal2-icon-warning .swal2-cancel {
    background: white;
    border: 1px solid #FF0082;
    border-radius: 50px;
    color: black;
    padding: 0.4rem 2rem;
    opacity: 1;
}

@media (min-width:992px) {
    .layoutCadastro {
        max-width: 70%;
    }

    .pt-2-5 {
        padding-top: 0.75rem !important; /* 12px */
    }
}
