.login-background {
    background-image: url('../../../METRONIC/assets/media/illustrations/sketchy-1/14.png');
}

.process-form-section {
    border-bottom: 1px solid #ebedf3;
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
}

.process-form-section:last-of-type {
    border-bottom: 0;
}

#kt_aside .aside-logo img {
    object-fit: contain;
}

.interessado-item .form-control {
    min-height: 44px;
}

.process-single-page {
    max-width: 1100px;
    margin: 0 auto;
}

.process-single-hero {
    background: #04070d;
    border-radius: 14px;
    border: 0;
}

.process-single-hero .card-body {
    padding: 2.1rem;
}

.process-single-hero-title {
    color: #ffffff;
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 1rem;
}

.process-single-section {
    border: 1px solid #e9edf4;
    border-radius: 12px;
    box-shadow: none;
}

.process-single-section .card-header {
    min-height: 72px;
    padding: 1.35rem 1.6rem 0.75rem;
    align-items: center;
}

.process-single-section .card-body {
    padding: 0 1.6rem 1.6rem;
}

.process-card-action {
    width: 36px;
    height: 36px;
}

.process-single-field {
    background: #f6f8fc;
    border-radius: 10px;
    padding: 14px 16px;
    min-height: 84px;
}

.process-single-label {
    display: block;
    color: #7e8299;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.process-option-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-weight: 600;
}

.process-list-item {
    padding: 0.45rem 0.65rem;
    border-radius: 8px;
    background: #ffffff;
    border: 1px dashed #d7deea;
    margin-bottom: 0.5rem;
}

.process-list-item:last-child {
    margin-bottom: 0;
}

.process-comment-item {
    border: 1px solid #dbe4f2;
    border-radius: 10px;
    padding: 0.8rem 1rem;
    background: #ffffff;
    margin-bottom: 0.75rem;
}

.process-comment-item:last-child {
    margin-bottom: 0;
}

.process-comment-meta {
    color: #5e6278;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.process-comment-text {
    color: #181c32;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    .process-single-page {
        max-width: 100%;
    }

    .process-single-hero .card-body {
        padding: 1.5rem;
    }

    .process-single-hero-title {
        font-size: 1.9rem;
    }

}
