@charset "UTF-8";

/* Display */
.d-none {
    display: none !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-contents {
    display: contents !important;
}

/* Colors */
.text-primary {
    color: var(--primary-color) !important;
}

.text-gray {
    color: #666 !important;
}

.text-muted {
    color: #999 !important;
}

/* Background */
.bg-primary {
    background: var(--primary-color) !important;
}

.bg-dark {
    background: #333 !important;
}

/* Spacing - Margin */

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

/* Spacing - Padding */

.p-20 {
    padding: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

/* Text */
.text-center {
    text-align: center !important;
}

/* Font */
.fw-bold {
    font-weight: bold !important;
}

.fs-09 {
    font-size: 0.9rem !important;
}

/* Alignment */
.va-middle {
    vertical-align: middle !important;
}

/* Grid */
.grid-col-full {
    grid-column: 1 / -1 !important;
}

/* Width */
.w-auto {
    width: auto !important;
}

.w-100 {
    width: 100% !important;
}

/* Border */
.border-top {
    border-top: 1px solid #eee !important;
}

.border-0 {
    border: 0 !important;
}

/* Additional Utilities */
.lh-18 {
    line-height: 1.8 !important;
}

.td-none {
    text-decoration: none !important;
}

.text-inherit {
    color: inherit !important;
}

/* ==================================== */
/* NEW CLASSES FOR CSP COMPLIANCE */
/* ==================================== */

/* Cookie Banner States */

/* Modal States */

/* Lightbox States */

/* Animation States */
.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Loading State */

/* Zoomable Images */