.support-surface {
    color: #1f2937;
}

.support-surface .text-muted {
    color: #667085 !important;
}

.support-surface .form-label,
.support-surface strong,
.support-surface h2 {
    color: #172033;
}

.support-surface .form-control,
.support-surface .form-select {
    color: #172033;
    background-color: #fff;
    border-color: #cbd5e1;
}

.support-surface .form-control:focus,
.support-surface .form-select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.16);
}

.support-surface .btn-outline-primary {
    color: #1d4ed8 !important;
    border-color: #2563eb !important;
    background: #fff !important;
}

.support-surface .btn-outline-primary:hover {
    color: #fff !important;
    background: #2563eb !important;
}

.support-message {
    line-height: 1.65;
}

.support-table tbody tr {
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .support-page {
        padding-bottom: 8rem !important;
    }

    .support-message {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
