﻿.cslb-blazor-accordion-header {
    font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-weight: normal;
    color: #fff;
    font-size: 1.3em;
    background: #025a78;
    text-align: center;
    padding: 6px 0;
}

.cslb-begin-online-submission-button {
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.cslb-line-orange {
    border: none;
    height: 5px;
    background-color: orange;
    margin: 1em 0;
}

.cslb-margin-0 {
    margin: 0 !important;
}

.cslb-padding-left-17 {
    padding-left: 17px;
}

.cslb-popup {
    width: 20px;
    height: 20px;
    line-height: 18px;
    cursor: help;
}

.cslb-text-bold {
    font-weight: bold;
}

.cslb-text-center {
    text-align: center !important;
    width: 100% !important;
    display: inline-block !important;
}

.cslb-text-red {
    color: #8B0000; /* Dark red */
}

.cslb-text-size-18 {
    font-size: 24px;
}

.cslb-text-size-24 {
    font-size: 24px;
}

.cslb-text-underline {
    text-decoration: underline;
}

.cslb-text-validation {
    color: #8B0000; /* Dark red */
    font-weight: bold;
}

.cslb-text-warning {
    color: orange;
    font-weight: bold;
}

.cslb-accessible-link {
    color: #004a99; /* Darker blue */
    background-color: #ffffff;
    font-weight: normal; /* or bold if needed */
}

.cslb-accessible-button {
    background-color: #0a4a8a !important; /* Darker blue */
    color: #ffffff !important; /* White text */
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 8px 16px !important; /* Adjust as needed */
    font-size: 16px !important;
    line-height: 1.2 !important;
}

