.dashboard-card {
    height: 75px;
    text-decoration: none;
    color: inherit;
}

.dashboard-card:hover {
    text-decoration: none;
    color: inherit;
}

.backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    background-color: #fefefe;
    padding: 20px;
    z-index: 2;
}

.customButtonClass {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

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

.customH6 {
    font-size: 16px;
    font-weight: 400;
}

.customP {
    font-size: 14px;
    font-weight: 400;
}

/* !important needed to override the btn from bootstrap */
.btn-nes {
    background-color: white !important;
    color: #13245f !important;
}

.bg-nes {
    background-color: #5c6fb7 !important;
}

.bg-nes-success {
    background-color: rgba(23, 125, 78, 0.3) !important;
}

.bg-nes-warning {
    background-color: rgba(242, 183, 7, 0.3) !important;
}

.bg-nes-warning-light {
    background-color: rgba(242, 183, 7, 0.15) !important;
}

.bg-nes-gray {
    background-color: rgba(100, 108, 116, 0.4) !important;
}

.bg-nes-gray-light {
    background-color: rgba(100, 108, 116, 0.2) !important;
}

.bg-nes-danger {
    background-color: rgb(209, 50, 65, 0.3) !important;
}

.card-shadow {
    border: none !important;
    box-shadow: 5px 3px 30px rgba(0, 0, 0, 0.08) !important;
}

.radioYellow input[type="radio"] {
    accent-color: #ffc107;
    border: none;
}

.customSelect {
    padding-left: 10px !important;
    max-height: 34px !important;
    font-size: 0.85rem !important;
    /* caret-color: transparent!important; */
}

.customSelect::placeholder {
    color: #212529 !important;
}

.zIndex10 {
    z-index: 500;
}

.customFixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.customHeight {
    max-height: 154px;
    overflow-y: auto;
}

.yellowRectangle {
    height: 10px;
    width: 10px;
    background-color: rgba(242, 183, 7, 0.5) !important;
}

.redRectangle {
    height: 10px;
    width: 10px;
    background-color: rgba(209, 50, 65, 0.5) !important;
}

.customFlex {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 7px;
}

.alwaysShow {
    display: block !important;
}
