
        .btn-container-left {
            text-align: right;
        }

        .form-check-input.is-invalid {
            border-color: #dc3545;
        }

        /* Container opcional */
        label {
            display: block;
            margin-bottom: 6px;
            font-weight: 500;
        }

        /* Esconde o input original */
        #fileInput {
            display: none;
        }

        /* Botão customizado */
        .custom-button {
            display: inline-flex;
            align-items: center;
            gap: 8px;

            padding: 12px 18px;
            border-radius: 8px;

            background: linear-gradient(135deg, #15975E, #169F63);
            color: #fff !important;

            font-size: 14px;
            font-weight: 600;
            cursor: pointer;

            border: none;
            transition: all 0.25s ease;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
        }

        /* Hover bonito */
        .custom-button:hover {
            transform: translateY(-1px);
            box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
            filter: brightness(1.05);
        }

        /* Clique */
        .custom-button:active {
            transform: scale(0.98);
        }

        /* Foco acessível */
        .custom-button:focus {
            outline: none;
            box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.35);
        }

        .remove {
            cursor: pointer;
            color: #e74c3c !important;
            transition: color 0.2s ease;
        }

        .remove:hover {
            color: #e74c3c !important;
            /* vermelho bonito */
        }


.mobile button,
.sidebar-links .item {
    box-shadow: 0 5px 15px rgba(116, 116, 116, .15)
}

@media (min-width:991px) {
    .mobile {
        display: none
    }
}

.grid-container {
    padding-top: 2rem
}

.grid-container .wrapper {
    display: flex;
    flex-direction: row;
    word-break: break-word
}

.grid-container .wrapper article {
    width: 70%;
    margin-top: 0;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    margin-bottom: 4rem
}

.grid-container .wrapper article section {
    margin-bottom: 2rem
}

@media (max-width:991px) {
    .grid-container .wrapper {
        flex-direction: column
    }

    .grid-container .wrapper article {
        flex: 1;
        margin: 0;
        padding: 0;
        width: 100%
    }

    .grid-container .wrapper aside {
        position: sticky;
        top: 0;
        flex: 1;
        margin: 0
    }

    .mobile {
        display: block
    }

    .desktop {
        display: none
    }
}

.sidebar-links {
    width: 350px;
    margin: 0 0 4rem
}

.sidebar-links .button-back {
    background-color: transparent;
    width: 102px;
    height: 36px;
    border: 1px solid var(--color-border);
    box-sizing: border-box;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem
}

.sidebar-links .button-back:hover {
    opacity: .6;
    cursor: pointer
}

.sidebar-links .item {
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    background: var(--color-light);
    border: 1px solid var(--color-border);
    box-sizing: border-box;
    border-radius: 5px 5px 0 0
}

.sidebar-links .item:hover {
    opacity: .6;
    cursor: pointer
}

.sidebar-links .item .icon {
    margin-left: 1.25rem;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.sidebar-links .item .icon i,
.sidebar-links .item .icon svg {
    width: 30px;
    height: 30px;
    font-size: 25px;
    color: inherit
}

.sidebar-links .item p {
    margin-left: .7rem;
    font-size: .875rem;
    color: var(--color-extra-dark);
    font-family: var(--font-bold)
}

.mobile {
    padding: 1rem 0
}

.mobile button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--color-primary-variant1);
    border-width: 0;
    border-radius: 20px;
    color: var(--color-primary-contrast);
    font-family: var(--font-bold);
    font-size: .8rem;
    padding: .5rem 1rem
}

.box-form h4,
.custom-title.primary {
    color: var(--color-primary)
}

@media (max-width:991px) {
    #mobile-menu-autoatendimento .content {
        flex-direction: column;
        padding: 1rem
    }

    #mobile-menu-autoatendimento .content>.custom-button {
        max-width: 150px;
        justify-content: center;
        display: inline-flex !important
    }
}

.custom-title {
    font-size: 1.3rem
}

.custom-title:after {
    content: "";
    height: 2px;
    width: 70px;
    display: block;
    background-color: var(--color-texts);
    margin-top: 1rem
}

.custom-title.primary:after {
    background-color: var(--color-primary)
}

.webp #page-banner-ouvidoria {
    background-image: url()
}

.no-webp #page-banner-ouvidoria {
    background-image: url()
}

.box-form {
    border: 1px solid var(--color-light);
    box-shadow: 0 10px 25px rgba(var(--color-grey-shadow-rgb), .3);
    border-radius: 15px;
    padding: 2.5rem 3rem;
    margin-top: 3.5rem
}

@media (max-width:767px) {
    .box-form {
        padding: 1.5rem 2rem;
        margin-top: 2.5rem
    }
}

.box-form h4 {
    font-weight: 700;
    font-size: 1.375rem;
    position: relative
}

.box-form h4::before {
    content: "";
    border-bottom: 3px solid var(--color-primary);
    width: 11%;
    position: absolute;
    padding: 1.125rem
}

.box-form .form-label,
.box-form small {
    padding-top: 1rem;
    color: var(--color-texts)
}

@media (max-width:767px) {
    .box-form h4 {
        font-size: 1rem
    }
}

.box-form small {
    font-size: .75rem;
    opacity: .8;
    padding-bottom: 2rem;
    display: block
}

.box-form .form-label {
    font-size: .9375rem;
    font-weight: 600
}

/*
.box-form .form-control {
    box-shadow: inset 0 2px 10px rgba(var(--color-black-rgb), .05);
    border: 1px solid var(--color-border);
    background: var(--color-light);
    color: var(--color-texts);
    font-size: 1rem
}*/

.box-form .form-control-phone {
    max-width: 100%
}

@media (max-width:767px) {
    .box-form .form-control-phone {
        max-width: 100%
    }
}

.box-form .form-control-mail {
    max-width: 70%
}

@media (max-width:767px) {
    .box-form .form-control-mail {
        max-width: 100%
    }
}

.box-form .form-check {
    margin: 1rem 0
}

.box-form .invalid-feedback {
    color: var(--color-secondary)
}

.box-form button {
    border-radius: 3rem;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: var(--color-secondary-contrast);
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    padding: .5rem 2rem;
    margin-top: 2rem
}



.upload-container {
    max-width: 600px;
}

/* Botão principal */
.upload-container {
    max-width: 600px;
}

.upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1e3a8a;
    color: #fff;
    padding: 12px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
}

.upload-btn i {
    font-size: 16px;
}

.file-item {
    margin-top: 15px;
    padding: 12px 10px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.file-icon {
    font-size: 20px;
    color: #2563eb;
}

.file-name {
    font-size: 14px;
    color: #374151;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.file-actions button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.file-actions button:hover {
    transform: scale(1.15);
}

.file-actions .view {
    color: #16a34a;
}

.file-actions .remove {
    color: #dc2626;
}
