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

.td-no-border{
    border: 0px !important;
}


.input-group-text-blank {
    background-color: #ffffff;
    border: 2px solid #dde6e9;
    border-right: none;
}

.table th, .table td {
    padding: 0.25rem;
}

.card .card-body {
    padding: 0.50rem;
}

.hidden {
    display: none;
    visibility: hidden;
}

body {
    line-height: 1 !important;
}

.login-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 135px);
}

.dashboard-menu-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.dashboard-menu-card {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #dde6e9;
    color: #656565;
    display: flex;
    font-size: 1.25rem;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    text-decoration: none;
}

.dashboard-menu-card:hover {
    border-color: #5d9cec;
    color: #5d9cec;
    text-decoration: none;
}

.dashboard-menu-card em {
    font-size: 2rem;
}
