body {
    background-color: #fff;
}

h1 {
    color: #e85c00;
    font-weight: 700;
}

.section-card {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.bank-number {
    border: solid;
    border-radius: 10px;
    color: #f4f4f4;
    background-color: #043d78;
    font-size: .9rem;
    font-weight: 500;
    padding: .5rem;
    padding-left: .8rem;
    padding-right: .8rem;
    text-align: center;
}

.btn-yellow {
    background-color: #ffc107;
    color: #043d78;
    font-weight: 500;
    border: none;
    margin: 0.25rem;
    font-size: .9rem;
}

.btn-yellow:active {
    background-color: #ffc107;
    color: #043d78;
    font-weight: 500;
    border: none;
    margin: 0.25rem;
    font-size: .9rem;
}

.btn-yellow:hover {
    background-color: #ffca2c;
    color: #043d78;
}

.table thead th {
    background-color: #ffc107;
    color: #000;
    font-weight: 600;
    border: none;
}

.table td {
    vertical-align: middle;
}

.text-pemi-gray {
    color: #6b7280 !important;
    font-style: italic;
}

.text-pemi-red {
    color: #dc2626 !important;
}

.text-pemi-off-white {
    color: #f4f4f4 !important;
}

.text-pemi-blue {
    color: #043d78 !important;
}

.text-pemi-yellow {
    color: #ffc426 !important;
}

.text-pemi-orange {
    color: #e8530b !important;
}

.fs-small {
    font-size: .8rem;
}

.fs-medium {
    font-size: 1rem;
    font-weight: 500;
}

.form-select {
    color: #043d78 !important;
    font-size: .9rem !important;
}

.form-select:hover {
    border-color: #ffc426 !important;
}

.form-select:active {
    border-color: #e8530b !important;
}
