body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #F0F3F4;
    margin: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.app {
    margin: 0px;
    display: grid;
    grid-template-columns: 300px 1fr ;
    grid-template-rows: 80px 1fr 50px;
    height: 100vh;
    grid-template-areas: "header header" "aside main" "aside main";
    transition: 2s;
}

.header {
    grid-area: header;
}

.aside {
    grid-area: aside;
    overflow: hidden;
    width: 300px;
    z-index: 999;
    transition: 1s;
}

.main {
    grid-area: main;
    background-color: #F0F3F4;
    padding: 20px;
    overflow: auto;
}

.footer {
    grid-area: footer;
}

@media(max-width:768px) {
    .app {
        grid-template-columns: 0px 1fr;
    }

    .aside {
        width: 0px;
    }
}

.header-option-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    animation: fadeMr 1s;
}

@keyframes fadeMr {
    from {
        margin-top: 100px;
    }

    to {
        margin-top: 0px;
    }
}

.header-option-btn>div {
    margin: 20px 0px;
}

.action-btn-table {
    display: flex;
    flex-direction: row;

    align-items: center;
}


.action-btn-table>a {
    border: none;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 0 0;
    outline: 0;
    margin: 0px 3px;
    transition: 0.4s;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 9px;
    height: 30px;


}



.action-btn-table>button {
    border: none;
    padding: 3px 10px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 0 0;
    outline: 0;
    margin: 0px 3px;
    transition: 0.4s;

}



.action-btn>a {
    border: none;
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 10px 0px;
    box-shadow: 0 0 0 0;
    outline: 0;
    margin: 0px 3px;
    transition: 0.4s;
    color: #000000;
    width: 160px;
    border: 1px solid #356B37;
}



.action-btn>button {
    border: none;
    padding: 9px 10px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 0 0;
    outline: 0;
    margin: 0px 3px;
    transition: 0.4s;
    width: 100px;
    border: 1px solid #356B37;
    border-radius: 10px 0px;

}

.action-btn>button:hover {
    background-color: #e0d48ee1;
}

.action-btn>a:hover {
    background-color: #e0d48ee1;
}

.btn-table {
    cursor: pointer;
}

.btn-exportar {
    background-color: #fff;
    color: #356B37;
    cursor: pointer;
    border: 1px solid #346B37;
}

.btn-exportar-a {
    color: #070707;
    cursor: pointer;
}

.btn-view {
    background-color: #336B36;
    color: #fff;
    cursor: pointer;
}

.btn-del {
    background-color: #EF476F;
    color: #fff;
    cursor: pointer;
    border: none;
}

.search-input {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #b1b1b158;
    width: 300px;
}

.search-input i {
    font-size: 17px;
    margin-right: 5px;
    color: #949494;
    padding: 0px 10px;
}

.search-input input {
    border: none;
    background-color: transparent;
    box-shadow: 0 0 0 0;
    outline: 0;
    color: #949494;
    padding: 5px;
    transition: 0.4s;
    padding: 10px;
}


.action-btn a {
    text-decoration: none;
}

.register-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.register-input {
    display: flex;
    width: 100%;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.475);
    padding: 5px;
    padding: 10px;
    border-radius: 15px 0px;
}

.register-input label {
    margin: 0px;
}

.register-input-info {
    color: #336A36;
}

.register-input input {
    width: 100%;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    background-color: transparent;
    background-color:
}

.register-input textarea {
    width: 100%;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    background-color: transparent;
}


.register-input select {
    width: 100%;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    background-color: transparent;
}

.register-input i {
    color: rgba(36, 36, 36, 0.521);
    margin: 0px 4px;
    font-weight: 100;
    font-size: 20px;
}

.register-row {
    width: 100%;
    margin: 10px 10px;
}

.register-col {
    width: 100%;
    display: flex;

}

.register-btn {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}

.register-btn>button {
    border: none;
    padding: 9px 10px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 0 0;
    outline: 0;
    margin: 0px 3px;
    transition: 0.4s;
    border: 1px solid #356B37;
    border-radius: 10px 0px;
}


.register-btn>a {
    border: none;
    padding: 9px 10px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 0 0;
    outline: 0;
    margin: 0px 3px;
    transition: 0.4s;
    width: 100px;
    border: 1px solid #356B37;
    border-radius: 10px 0px;
    background-color: #e4d99b13;
    color: black;
}

.title-h{
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
}


.btn-suc {
    background-color: #356B37;
    color: #ffffff;
    cursor: pointer;
    border: none;
}

.btn-suc-date {
    background-color: #356B37;
    color: #ffffff;
    cursor: pointer;
    border: none;
    padding: 10px;
    border-radius: 10px 0px;
}


.btn-cancel {
    background-color: #ef476f;
    color: #fff;
    cursor: pointer;
}

.msg {
    position: fixed;
    color: #fff;
    padding: 10px;
    border-radius: 15px 0px;
    right: 10px;
    top: 120px;
    z-index: 10050;
    animation: fadeOpacity 1s;
    padding: 20px;
}

.info-alerta {
    display: flex;
    align-items: center;
}

.info-alerta>div>p {
    margin: 0px;
}

.info-alerta i {
    padding: 10px;
    font-size: 18px;
}

.info-direct {
    cursor: pointer;
    color: rgb(83, 83, 83);
}

.info-direct:hover {
    color: rgb(83, 83, 83);
}

@keyframes fadeOpacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.success {
    background-color: #356B37;
}

.danger {
    background-color: #ef476f;
}

.fg-danger {
    color: #ef476f;
}

.display-none {
    display: none;
}

.file-upload-dropzone {
    position: relative;
    width: 100%;
    min-height: 170px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 22px 18px;
    color: #202838;
    text-align: center;
    overflow: hidden;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.file-upload-dropzone:hover,
.file-upload-dropzone.is-dragover,
.file-upload-dropzone:focus-within {
    border-color: #ffad13;
    background: #fffaf0;
    box-shadow: 0 10px 22px rgba(255, 173, 19, 0.10);
}

.file-upload-native {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.file-upload-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff0d4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff9f0a;
    font-size: 26px;
}

.file-upload-dropzone strong {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    color: #202838;
}

.file-upload-dropzone span {
    font-size: 14px;
    color: #6b7280;
}

.file-upload-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 8px;
    background: #ffad13;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(255, 173, 19, 0.22);
}

.file-upload-button i {
    color: #ffffff !important;
}

.file-upload-dropzone small {
    font-size: 12px;
    color: #6b7280;
}

.file-upload-dropzone em {
    min-height: 22px;
    color: #ff9f0a;
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
}

.exam-view-page > .header-option-btn,
.exam-view-page > .title-page {
    display: none;
}

.exam-view-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 14px;
    padding: 20px 26px 22px;
    border: 1px solid #edf0f4;
    border-radius: 8px;
    background:
        radial-gradient(circle at 82% 72%, rgba(255, 173, 19, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
    box-shadow: 0 10px 24px rgba(32, 40, 56, 0.05);
}

.exam-view-hero__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.exam-view-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff1d8;
    color: #ff9f0a;
    font-size: 14px;
    font-weight: 800;
}

.exam-view-hero__pill i {
    color: #ff9f0a !important;
}

.exam-view-hero__pdf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 96px;
    min-height: 40px;
    border: 2px solid #ffad13;
    border-radius: 10px;
    background: #ffffff;
    color: #ff9f0a;
    font-size: 15px;
    font-weight: 900;
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.exam-view-hero__pdf i {
    color: #ff9f0a !important;
}

.exam-view-hero__pdf:hover,
.exam-view-hero__pdf:focus {
    background: #fffaf0;
    box-shadow: 0 10px 20px rgba(255, 173, 19, 0.16);
    transform: translateY(-1px);
}

.exam-view-hero h1 {
    margin: 0 0 22px;
    color: #202838;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.exam-view-hero__grid {
    display: grid;
    grid-template-columns: minmax(240px, 330px) minmax(220px, 280px);
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.exam-view-card,
.exam-view-status {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 72px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 173, 19, 0.28);
    border-radius: 8px;
    background: #ffffff;
}

.exam-view-card__icon,
.exam-view-status__icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff1d8;
    color: #ff9f0a;
    font-size: 21px;
}

.exam-view-card__icon {
    border: 1px solid rgba(255, 173, 19, 0.22);
}

.exam-view-card__icon i,
.exam-view-status__icon i {
    color: inherit !important;
}

.exam-view-card span,
.exam-view-status span {
    display: block;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
}

.exam-view-card strong,
.exam-view-status strong {
    color: #202838;
    font-size: 17px;
    font-weight: 900;
}

.exam-view-card small {
    margin-left: 8px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 700;
}

.exam-view-status.is-success {
    border-color: rgba(39, 174, 96, 0.22);
    background: #fbfffc;
}

.exam-view-status.is-success .exam-view-status__icon {
    background: #dff5e7;
    color: #218c3a;
}

.exam-view-status.is-success strong {
    color: #218c3a;
}

.exam-view-status.is-warning .exam-view-status__icon,
.exam-view-status.is-info .exam-view-status__icon {
    background: #fff1d8;
    color: #ff9f0a;
}

.exam-view-status.is-danger .exam-view-status__icon {
    background: #ffe8ef;
    color: #ef476f;
}

.exam-view-status.is-danger strong {
    color: #ef476f;
}

@media (max-width: 900px) {
    .exam-view-hero {
        padding: 18px 16px;
    }

    .exam-view-hero h1 {
        font-size: 24px;
    }

    .exam-view-hero__grid {
        grid-template-columns: 1fr;
    }
}

.file-upload-dropzone.has-file {
    border-color: #ffad13;
    background: #fffaf0;
}

.file-upload-dropzone.has-file .file-upload-icon {
    background: #ffe7b3;
    color: #ff9f0a;
}

@media (max-width: 768px) {
    .file-upload-dropzone {
        min-height: 155px;
        padding: 20px 14px;
    }

    .file-upload-icon {
        width: 48px;
        height: 48px;
        font-size: 23px;
    }

    .file-upload-dropzone strong {
        font-size: 16px;
    }

    .file-upload-dropzone span,
    .file-upload-button {
        font-size: 14px;
    }
}

.msg-nao-cadastrado {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.overflow-container {
    height: 500px;
    overflow: auto;
}

.modal-info {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header h5 {
    color: #fff;
}

.modal-header i {
    color: #fff;
    cursor: pointer;
}

.modal-content {
    overflow: hidden;
    background-color: #10546A;
    width: 550px;
}

.modal-main {
    background-color: #fff;
    padding: 12px;
}

.modal-main>div>img {
    height: 60px;
    width: 500px;
}

.backup-msg {
    position: absolute;
    bottom: 60px;
    left: 15px;
    z-index: 999;
    background-color: #336B36;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.modal-info-del {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    animation: fadeOpacity 1s;
}

.modal-content-del {
    background-color: #fff;
    width: 400px;
    border-radius: 4px;
    box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.103);
}

.modal-header-del {
    background-color: #E4D99B;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.modal-header-del h5 {
    margin: 0;
    color: #356B37;
}

.modal-main-del {
    padding: 15px;
}

.modal-main-del p {
    margin: 0;
}

.modal-reschedule-del {
    margin-top: 14px;
}

.modal-reschedule-del label {
    display: block;
    margin-bottom: 6px;
    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
}

.modal-reschedule-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.modal-reschedule-label-row label {
    margin-bottom: 0;
}

.modal-reschedule-label-row button {
    display: none;
    align-items: center;
    border: 0;
    background: transparent;
    color: #ff9f0a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 0;
    cursor: pointer;
}

.modal-reschedule-label-row button:hover {
    color: #d98200;
    text-decoration: underline;
}

.modal-reschedule-del input {
    width: 100%;
    border: 1px solid #e1e7ef;
    border-radius: 6px;
    color: #1f2937;
    font-size: 14px;
    padding: 9px 10px;
    outline: none;
}

.modal-reschedule-del input:focus {
    border-color: #ffa30a;
    box-shadow: 0 0 0 3px rgba(255, 163, 10, .12);
}

.modal-reschedule-del small {
    display: block;
    margin-top: 7px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.35;
}

.modal-reschedule-error {
    display: block;
    min-height: 16px;
    margin-top: 6px;
    color: #dc2626;
    font-size: 12px;
    font-weight: 700;
}

.btn-confirm {
    background-color: #2a592cce !important;
    color: #fff;
}

.btn-confirm-del {
    display: flex;
    justify-content: flex-end;
    margin: 10px;
}

.btn-confirm-del button {
    border: none;
    width: 60px;
    padding: 5px;
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
}

.btn-confirm-del a {
    border: none;
    min-width: 60px;
    padding: 5px;
    background-color: #EF476F;
    color: #fff;
    margin-left: 5px;
    border-radius: 4px;
    text-align: center;
}

.overflow-resp {
    overflow: auto;
    max-height: 400px;
    width: 100%;
}

.overflow-center {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.169);
}

.text-black {
    color: black;
}

.selection-checkbox {
    display: flex;
    align-items: center;
}

.selection-checkbox label {
    margin: 0px 5px;
}

.selection-checkbox i {
    color: rgba(36, 36, 36, 0.521);
    margin: 0px 4px;
}

.register-checkbox {
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.089);
    padding: 5px;
    background-color: #f0f3f46c;
    border-radius: 8px;
}

.check_outros {
    border: none;
    border-bottom: 1px solid rgb(190, 190, 190);
    background-color: transparent;
    box-shadow: 0 0 0 0;
    outline: 0;
}

.upload-content {
    margin: 3px;
    position: relative;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s;
}

.upload-content:hover {
    -webkit-transform: scale(1.1);
    background-color: rgba(0, 0, 255, 0.062);
    z-index: 999;
}

.upload-content img {
    height: 140px;
}

.upload-content iframe {
    height: 140px;
}

.upload-content {
    border: 1px solid rgba(0, 0, 0, 0.308);
}

.upload-are {
    display: flex;
    margin-top: 20px;
}

.btn-action-upload {
    margin: 2px 10px;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;

}

.view-upload {
    background-color: #f3c863;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    margin-right: 4px;
}

.download-updload {
    background-color: #06af1c;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    margin-right: 4px;
}

.del-upload {
    background-color: #EF476F;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.upload-are {
    display: flex;
    flex-wrap: wrap;
}

.delete-upload-action {
    position: absolute;
    background-color: #b66175af;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 19px;
}

.form-filter{
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 50px;
    border: 1px solid #E4D99B;
    z-index: 999;
    max-width: 400px;
}

.filter-advanced form>div {
    display: flex;
    flex-direction: column;
    margin: 10px;
    justify-content: flex-end;

}

.filter-advanced form>div>label {
    color: #999999;
}

.filter-advanced form>div>input {
    border: 1px solid rgb(202, 202, 202);
    height: 30px;
    border-radius: 8px;
    box-shadow: 0 0 0 0;
    outline: 0;
    padding: 20px
}

.filter-advanced form>div>select {
    border: 1px solid rgb(202, 202, 202);
    border-radius: 8px;
    box-shadow: 0 0 0 0;
    outline: 0;
    padding: 10px
}

.filter-advanced form>div>button {
    box-shadow: 0 0 0 0;
    outline: 0;
    padding: 0px 10px;
        cursor: pointer;
    color: #356B37;
    background-color: #e0d48ee1;
    border-radius: 15px 0px;
    padding: 10px;
    border: none;
}


.filter-advanced form>div>a {
    box-shadow: 0 0 0 0;
    outline: 0;
    padding: 0px 10px;
    cursor: pointer;
    color: #000000;
    background-color: #cfceca34;
    border-radius: 15px 0px;
    padding: 10px;
    border: none;
    display: flex;
    justify-content: center;
}

.filter-advanced-clear {
    text-decoration: none;
    color: black;
}

.filter-advanced-clear:hover {
    text-decoration: none;
    color: black;
}

.loading-table {
    height: 70px;
}

.alert-sta {
    background-color: #fff3cd;
    width: 100%;
    text-align: center;
    padding: 10px;
}


.info-register {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 14px;
}

.filtro-btn{
    cursor: pointer;
    color: #356B37;
    background-color: #e0d48ee1;
    border-radius: 15px 0px;
    padding: 10px;
}


.info-register span {
    margin: 0px 10px;
    display: flex;
}

table {
    position: relative;
}

thead>tr>th {
    position: sticky;
    top: 0;
    background-color: white;

}

@media (max-width: 769px) {
    .register-col {
        flex-direction: column;
    }

    .register-row {
        margin: 0px
    }

    .register-btn>button {
        margin-right: 0px;
        margin-left: 8px;
    }

    .register-btn>a {
        margin-right: 0px;
        margin-left: 8px;
    }

    .modal-content {
        width: 350px;
    }
}



@media (max-width: 414px) {
    .modal-content-del {
        width: 300px;
    }

    .register-checkbox {
        justify-content: flex-start;
    }
}

.container_check_unidades {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.content_check_unidades {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.content_check_unidades label {
    margin-left: 5px;
}

.input-file-result {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}

.display-flex {
    display: flex;
    flex-direction: column;
}

.header-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-title>h1 {
    padding: 10px;
}

.header-title>svg {
    font-size: 30px;
    background-color: #356b37;
    padding: 8px;
    border-radius: 15px 0px
}

.close-filter{
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}

.size-aside {
    width: 28px;
    height: 28px;
}

.size-btn {
    width: 18px;
    height: 18px;
}

.size-title {
    width: 42px;
    height: 42px;
}

.overflow-center {
    width: 100%;
    overflow-x: auto; /* ativa rolagem horizontal */
}

.overflow-center table {
    border-collapse: collapse;
    table-layout: auto; /* deixa as colunas se ajustarem */
    max-width: 100%; /* evita passar da tela */
}

.overflow-center th,
.overflow-center td {
    white-space: nowrap; /* impede quebra feia dentro das cÃ©lulas */
}

.btn-filtro{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-filtro > div{
    margin-right: 10px;
}

:root {
    --berto-yellow: #ffb71c;
    --berto-yellow-soft: #fff1c2;
    --berto-ink: #111111;
    --berto-charcoal: #242424;
    --berto-smoke: #f6f5f1;
    --berto-line: rgba(17, 17, 17, 0.12);
    --berto-danger: #e5383b;
}

body {
    background:
        radial-gradient(circle at top left, rgba(255, 183, 28, 0.18), transparent 34%),
        linear-gradient(135deg, #fffaf0 0%, #f6f7f8 48%, #ffffff 100%);
    color: var(--berto-ink);
}

.main {
    background:
        radial-gradient(circle at 90% 0%, rgba(255, 183, 28, 0.12), transparent 26%),
        linear-gradient(180deg, #fffaf0 0%, var(--berto-smoke) 38%, #ffffff 100%);
}

.action-btn>a,
.action-btn>button,
.register-btn>a,
.register-btn>button,
.pagination button {
    border-color: var(--berto-yellow) !important;
    background-color: #fffaf0;
    color: var(--berto-ink);
    font-weight: 500;
}

.action-btn>a:hover,
.action-btn>button:hover,
.register-btn>a:hover,
.register-btn>button:hover,
.pagination button:hover {
    background-color: var(--berto-yellow);
    color: var(--berto-ink);
    transform: translateY(-1px);
}

.btn-suc,
.btn-suc-date {
    background: linear-gradient(135deg, var(--berto-yellow) 0%, #ffd86a 100%);
    color: var(--berto-ink);
    font-weight: 600;
}

.btn-exportar,
.btn-exportar-a {
    color: var(--berto-ink);
    border-color: var(--berto-yellow);
}

.btn-view,
.view-upload {
    background-color: var(--berto-yellow) !important;
    color: var(--berto-ink) !important;
}

.register-input {
    border-color: var(--berto-line);
    background-color: #fffdf8;
    transition: border-color .25s, box-shadow .25s, background-color .25s;
}

.register-input:focus-within {
    border-color: var(--berto-yellow);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 183, 28, 0.18);
}

.register-input-info,
.info-direct,
.text-black {
    color: var(--berto-ink);
}

.register-input i,
.selection-checkbox i,
.infMenu,
.aside-option i,
.fa-dedent,
.fa-dedent:hover {
    color: var(--berto-yellow) !important;
}

.success,
.backup-msg {
    background-color: #356B37;
    border-left: 6px solid var(--berto-yellow);
}

.danger,
.btn-del,
.del-upload {
    background-color: var(--berto-danger);
}

.fg-danger {
    color: var(--berto-danger);
}

.modal-content {
    background-color: var(--berto-ink);
}

.modal-header-del,
.filtro-btn,
.filter-advanced form>div>button {
    background-color: var(--berto-yellow);
    color: var(--berto-ink);
}

.modal-header-del h5,
.btn-confirm {
    color: var(--berto-ink);
}

.btn-confirm {
    background-color: var(--berto-yellow) !important;
}

.form-filter {
    border-color: var(--berto-yellow);
    box-shadow: 0 18px 45px rgba(17, 17, 17, 0.14);
}

.alert-sta {
    background-color: var(--berto-yellow-soft);
    border-left: 6px solid var(--berto-yellow);
}

.header-title>svg {
    background: linear-gradient(135deg, var(--berto-ink) 0%, #3a3a3a 100%);
    color: var(--berto-yellow);
}

/* Dashboard UX/UI */
:root {
    --dash-sidebar: 300px;
    --dash-header: 108px;
    --dash-orange: #ffad13;
    --dash-orange-soft: #fff3d8;
    --dash-text: #2f3542;
    --dash-muted: #7a808c;
    --dash-border: #e9edf2;
    --dash-bg: #fbfbfa;
}

.app {
    grid-template-columns: var(--dash-sidebar) 1fr;
    grid-template-rows: var(--dash-header) 1fr;
    grid-template-areas: "header header" "aside main";
    min-height: 100vh;
    height: auto;
    background: var(--dash-bg);
}

.main {
    padding: 38px 44px;
    background:
        radial-gradient(circle at 82% 20%, rgba(255, 173, 19, 0.06), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
}

.header-option-btn {
    margin: 0;
}

.btn-table.bg-info,
.bg-warning,
.btn-view {
    background: transparent !important;
}

.action-btn-table {
    justify-content: center;
}

.action-btn-table>a,
.action-btn-table>button {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 2px solid rgba(255, 173, 19, 0.28);
    border-radius: 10px;
    color: var(--dash-text) !important;
}

.action-btn-table>a:hover,
.action-btn-table>button:hover {
    border-color: var(--dash-orange);
    color: var(--dash-orange) !important;
}

.action-btn-table>a.btn-view:hover,
.action-btn-table>a.btn-view:hover i {
    border-color: rgba(255, 173, 19, 0.28);
    color: var(--dash-text) !important;
    background: #ffffff !important;
    transform: none;
}

.action-btn>a,
.action-btn>button,
.register-btn>a,
.register-btn>button,
.pagination button {
    min-height: 44px;
    border: 2px solid rgba(255, 173, 19, 0.34) !important;
    border-radius: 10px;
    background: #ffffff;
    color: var(--dash-orange);
    font-size: 15px;
    font-weight: 700;
}

.action-btn>a:hover,
.action-btn>button:hover,
.register-btn>a:hover,
.register-btn>button:hover,
.pagination button:hover {
    background: var(--dash-orange);
    color: #ffffff;
}

.register-input {
    min-height: 46px;
    border: 2px solid var(--dash-border);
    border-radius: 10px;
    background: #ffffff;
}

.register-input i {
    color: var(--dash-text) !important;
}

.register-input:focus-within {
    border-color: rgba(255, 173, 19, 0.55);
    box-shadow: 0 0 0 4px rgba(255, 173, 19, 0.12);
}

.register-input-info {
    color: var(--dash-text);
    font-weight: 700;
}

.btn-suc,
.btn-suc-date {
    background: linear-gradient(180deg, #ffc04a 0%, var(--dash-orange) 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(255, 173, 19, 0.28);
}

.register-btn .btn-update-ui,
.register-btn .btn-cancel-appointment-ui {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 150px;
    min-height: 46px;
    padding: 0 22px;
    border: 2px solid rgba(255, 173, 19, 0.50) !important;
    border-radius: 18px;
    background: #ffffff !important;
    color: var(--dash-text) !important;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(255, 173, 19, 0.10);
    white-space: nowrap;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.register-btn .btn-update-ui i,
.register-btn .btn-cancel-appointment-ui i {
    color: var(--dash-orange) !important;
    font-size: 21px;
}

.register-btn .btn-update-ui:hover,
.register-btn .btn-update-ui:focus,
.register-btn .btn-cancel-appointment-ui:hover,
.register-btn .btn-cancel-appointment-ui:focus {
    border-color: var(--dash-orange) !important;
    background: #fffaf0 !important;
    color: var(--dash-text) !important;
    box-shadow: 0 10px 22px rgba(255, 173, 19, 0.18);
    transform: translateY(-1px);
}

.register-btn .btn-exit-ui,
.register-btn .btn-update-ui + a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 150px;
    min-height: 46px;
    padding: 0 22px;
    border: 2px solid var(--dash-orange) !important;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffc04a 0%, var(--dash-orange) 100%) !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(255, 173, 19, 0.22);
    text-decoration: none;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.register-btn .btn-exit-ui i,
.register-btn .btn-update-ui + a i {
    color: #ffffff !important;
    font-size: 21px;
}

.register-btn .btn-exit-ui:hover,
.register-btn .btn-exit-ui:focus,
.register-btn .btn-update-ui + a:hover,
.register-btn .btn-update-ui + a:focus {
    color: #ffffff !important;
    filter: brightness(1.03);
    box-shadow: 0 10px 22px rgba(255, 173, 19, 0.28);
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .register-btn .btn-update-ui,
    .register-btn .btn-cancel-appointment-ui,
    .register-btn .btn-exit-ui,
    .register-btn .btn-update-ui + a {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        font-size: 15px;
        border-radius: 16px;
    }

    .register-btn .btn-update-ui i,
    .register-btn .btn-cancel-appointment-ui i,
    .register-btn .btn-exit-ui i,
    .register-btn .btn-update-ui + a i {
        font-size: 20px;
    }
}

.msg {
    top: 126px;
    border-radius: 12px;
    z-index: 10050;
    max-width: min(760px, calc(100vw - 32px));
}

@media (max-width: 768px) {
    .app {
        grid-template-columns: 0px 1fr;
        grid-template-areas: "header header" "aside main";
    }

    .main {
        padding: 22px 16px;
    }
}


/* Cliente avulso - prazo de acesso */
.prazo-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.prazo-ativo {
    background-color: #E6F4EA;
    color: #1E7E34;
    border: 1px solid #1E7E34;
}

.prazo-expirado {
    background-color: #FDE7E9;
    color: #C0392B;
    border: 1px solid #C0392B;
}

.prazo-neutro {
    background-color: #EEEEEE;
    color: #555555;
    border: 1px solid #BBBBBB;
}

.btn-renovar {
    background-color: #2D6CDF;
    color: #fff;
    cursor: pointer;
    border: none;
}

.btn-renovar:hover {
    background-color: #1F4FA8;
}