.justify-center {
    justify-content: center;
}

.margin-5px {
    margin: 5px !important;
}

.padding-10px {
    padding: 10px !important;
}

.text-white {
    color: #ffffff !important;
}

.text-primary {
    color: #007bff !important;
}

.text-success {
    color: #008d4c !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-warning {
    color: #e6b00f !important;
}

.text-info {
    color: #17a2b8 !important;
}

.pointer-events {
    pointer-events: none;
}

.vcenter {
    display: flex !important;
    height: 100%;
    align-items: center !important;
    justify-content: center !important;
}

.information-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: middle;
}

.information-social-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.support-banner {
    margin-top: 24px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #ffe1a6;
    background: #fff3cd;
    box-shadow: 0 6px 16px rgba(255, 193, 7, 0.25);
}

.support-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    color: #8a5a00;
}

.support-text {
    margin: 0;
    font-size: 14px;
    color: #5f4b32;
}

.support-link {
    font-weight: 700;
    color: #0d6efd;
    margin-left: 4px;
    text-decoration: none;
}

.support-link:hover,
.support-link:focus {
    text-decoration: underline;
}