.text-color-gray {
    color: var(--grey);
}

.text-color-white {
    color: white;
}

.text-red {
    color: red;
}

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

#require {
    color: var(--third) !important;
}

.og a {
    color: var(--second) !important;
    font-weight: bold !important;
    cursor: pointer !important;
    text-decoration: underline !important;
}

.icon-color {
    color: var(--third);
}

.address-header {
    color: var(--grey) !important;
}

#nav-show-row .option-detail:hover {
    color: white !important;
    background-color: var(--grey) !important;
}

#nav-show-row .option-detail {
    color: var(--grey) !important;
}

#table-accounting label, .line-text-2 {
    color: var(--grey) !important;
    visibility: visible;
}

.text-info {
    color: var(--third) !important
}

.docsOfLoad {
    color: var(--third) !important
}

.page-item.active .page-link {
    color: white !important;
    background-color: var(--third) !important;
    border-color: var(--third) !important;
}

.page-link {
    color: var(--third) !important;
}

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

.text-nowrap {
    white-space: nowrap !important;
}

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

.span-option {
    height: 21px;
}

.text-underline {
    text-decoration: underline;
}

.text-fifth {
    color: var(--fifth);
}