body.box-login-bg {
    background-color: #999999;
}

.box-login-banner {
    background-image: url("../gentelella/img/login-boxobras-2026.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    cursor: pointer;
}

.box-login-reset-password {
    justify-content: flex-end;
    padding-top: 16px;
}

.box-google-g {
    height: 16px;
    margin-right: 6px;
    vertical-align: text-bottom;
    width: 16px;
}

.box-link-button {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0;
}

.busca-autocomplete {
    position: relative;
}

.busca-autocomplete-dropdown > .btn {
    min-width: 112px;
    text-align: left;
}

.busca-autocomplete-dropdown > .btn .caret {
    float: right;
    margin-top: 8px;
}

.busca-autocomplete-dropdown > .dropdown-menu {
    min-width: 112px;
}

.busca-autocomplete-sugestoes {
    background: #fff;
    border: 1px solid #d9dee4;
    border-radius: 4px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    display: none;
    left: 0;
    list-style: none;
    margin-top: 4px;
    max-height: 260px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1060;
}

.busca-autocomplete-sugestoes.is-open {
    animation: buscaAutocompleteBounce 280ms ease-out;
    display: block;
}

.busca-autocomplete-sugestoes li {
    border-bottom: 1px solid #edf0f2;
    cursor: pointer;
    padding: 9px 12px;
}

.busca-autocomplete-sugestoes li:last-child {
    border-bottom: 0;
}

.busca-autocomplete-sugestoes li:hover,
.busca-autocomplete-sugestoes li.is-active {
    background: #f2f6f9;
}

.busca-autocomplete-sugestoes small {
    color: #73879c;
    display: block;
}

@keyframes buscaAutocompleteBounce {
    0% {
        opacity: 0;
        transform: translateY(-6px) scale(0.98);
    }

    60% {
        opacity: 1;
        transform: translateY(3px) scale(1.01);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

.documentos-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.documento-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
    min-height: 170px;
}

.documento-preview {
    align-items: center;
    background: #f7f7f7;
    color: #455a64;
    display: flex;
    font-size: 42px;
    height: 82px;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.documento-preview-media {
    border: 0;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.documento-caption strong,
.documento-caption span {
    display: block;
    overflow-wrap: anywhere;
}

.documento-caption span {
    color: #777;
    font-size: 12px;
    margin-bottom: 8px;
}

.wpp-card {
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 8px;
    margin-bottom: 18px;
    padding: 18px;
}

.wpp-limit-summary {
    background: #f7fbf9;
    border: 1px solid #d7eadf;
    border-radius: 8px;
    margin-bottom: 18px;
    padding: 12px 14px;
}

.wpp-limit-summary strong,
.wpp-limit-summary span,
.wpp-limit-summary small {
    display: block;
}

.wpp-limit-summary strong {
    color: #1d7f43;
    font-size: 18px;
}

.wpp-limit-summary span {
    color: #455a64;
}

.wpp-limit-summary small {
    color: #6c757d;
}

.wpp-plan-note {
    background: #fff4db;
    border: 1px solid #f1d28b;
    border-radius: 8px;
    color: #7a5700;
    margin-bottom: 16px;
    padding: 12px 14px;
}

.wpp-plan-list {
    display: grid;
    gap: 12px;
}

.wpp-plan-option {
    align-items: center;
    border: 1px solid #e6e9ed;
    border-radius: 8px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 14px;
}

.wpp-plan-option strong,
.wpp-plan-option span,
.wpp-plan-price small {
    display: block;
}

.wpp-plan-option span {
    color: #66757f;
    font-size: 13px;
    margin-top: 3px;
}

.wpp-plan-price {
    color: #1d7f43;
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.wpp-plan-price small {
    color: #66757f;
    font-size: 12px;
    font-weight: 400;
}

.wpp-plan-option-custom {
    align-items: flex-end;
}

.wpp-custom-quantity {
    margin-top: 12px;
    max-width: 160px;
}

.wpp-custom-quantity label {
    color: #455a64;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.wpp-delete-form {
    display: inline-block;
    margin-left: 6px;
}

.wpp-status,
.wpp-badge {
    background: #eef3f8;
    border-radius: 999px;
    color: #4f6f8f;
    display: inline-block;
}

.wpp-status {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
}

.wpp-badge {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    text-transform: uppercase;
}

.wpp-status.is-open,
.wpp-badge.is-open {
    background: #dff4e5;
    color: #1d7f43;
}

.wpp-status.is-awaiting,
.wpp-badge.is-awaiting {
    background: #fff4db;
    color: #9a6b00;
}

.wpp-shell {
    display: grid;
    gap: 24px;
    grid-template-columns: 1.1fr 0.9fr;
}

.wpp-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
    border: 1px solid #e6e9ed;
    border-radius: 10px;
    min-height: 420px;
    padding: 24px;
}

.wpp-qr-box {
    align-items: center;
    background: #fff;
    border: 2px dashed #ccd6dd;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    min-height: 290px;
    padding: 20px;
    text-align: center;
}

.wpp-qr-box img {
    max-height: 280px;
    max-width: 100%;
}

.wpp-code {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 4px;
}

.wpp-meta {
    margin-top: 18px;
}

.wpp-meta p {
    margin-bottom: 8px;
}

.wpp-raw {
    border: 1px solid #d9e1e7;
    border-radius: 8px;
    font-family: monospace;
    font-size: 12px;
    min-height: 110px;
    padding: 12px;
    resize: vertical;
    width: 100%;
}

@media (max-width: 991px) {
    .wpp-shell {
        grid-template-columns: 1fr;
    }
}
