.button-guru-staff {
    color: #ffffff;
}

/* .button-guru-staff {
    /* --bg-color: #4F75FF;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 15px;
    text-shadow: 0 -2px 0 var(--bg-color), 0 1px 1px #dbe9e3;
    box-sizing: border-box;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    /* font-weight: bold;
    letter-spacing: 1.5px;
    color: white;
    /* height: 40px; */
/* line-height: 40px;
    padding: 10px 32.5px;
    display: inline-block;
    width: auto;
    background: linear-gradient(to bottom, #000ed1 0%, #00158b 26%, #000fdd91 100%);
    border-radius: 5px;
    border-top: 1px solid #c8e2d3;
    border-bottom: 1px solid #c2dece;
    top: 0;
    transition: all 0.06s ease-out;
    position: relative;
    box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.3), 0 5px 5px rgba(0, 0, 0, 0.5), 0 10.8px 9px rgba(0, 0, 0, 0.2);
} */

/* .button-guru-staff:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: -5px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #000ed1 0%, #00158b 26%, #000fdd91 100%);
    height: 40px;
    transition: all 0.078s ease-out;
    box-shadow: 0 5px 0 2px rgba(0, 0, 0, 0.3), 0 5px 5px rgba(0, 0, 0, 0.5), 0 10.8px 9px rgba(0, 0, 0, 0.2);
} */

.button-guru-staff:visited {
    color: #ffffff;
    background: #ffffff;
}

.button-guru-staff:hover {
    background: #ffffff;
    color: #000000;
}

.button-guru-staff:active {
    background: #ffffff;
    top: 6px;
    /* text-shadow: 0 -2px 0 #7fbb98, 0 1px 1px #c2dece, 0 0 4px white; */
    color: rgb(0, 0, 0);
}

.list-group-item.active {
    color: rgb(0, 0, 0);
    z-index: 2;
    background-color: #ffffff;
    border-color: var(--bs-body-bg);
}

.button-guru-staff:active:before {
    top: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7), 0 3px 9px rgba(0, 0, 0, 0.2);
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bg-body-tertiary);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

td b , td{
    font-size: 3vw;
}

@media (min-width: 640px) {
    td b, td {
        font-size: 3.32vw;
    }
}

@media (min-width: 768px) {
    td b, td {
        font-size: 19px;
    }
}