.hyperlinked-text {
    color: var(--primary);
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.pe-none {
    pointer-events: none !important;
    color: var(--grey) !important;
}

.color-og-dark {
    color: var(--og-dark);
}

.text-second{
    color: var(--second) !important;
}

.text-error {
    color: var(--error-solid) !important;
}

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

.text-color-gray-city-pair {
    color: var(--grey) !important;
}

.text-transform {
    text-transform: uppercase;
}

.text-pay-period {
    font-family: Roboto;
    font-size: 1rem;
    font-weight: bold;
    color: var(--primary);
}

.text-pay-period > i {
    font-size: 1.25rem;
}

.text-pay-period > span {
    font-weight: normal;
}

.icon-white {
    color: var(--og-white);
}

i[disabled] {
    opacity: 0.3;
    cursor: unset;
}

.text-line-through {
    text-decoration: line-through;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.text-alert-6{
    color: var(--og-alert-6)!important;
}

.text-green-success {
    color: var(--green-success-text);
}

.text-yellow {
    color: yellow;
}