
@font-face {
    font-family: mainFont;
    src: url(../fonts/Roboto-Regular.ttf)
}

html, body {
    height: 100%;
    font-family: mainFont !important;
    position: relative;
    background-color: #efefef !important
}

a {
    color: #3a3a3a !important;
}

    a:hover {
        color: #861F41 !important;
    }
/*.list-group-item-action i {
    background-image: url( '../img/users.svg' ) !important;
    width: 30px;
    height: 30px;
}*/

.btn-tsuab {
    border: 1px solid #861F41 !important;
    color: #861F41 !important;
}
.btn-tsuab:hover {
        background-color: #861F41 !important;
        color: white !important;
}
.list-group-item-action.list-main {
    background-color: #f9f9f9 !important;
    border-radius: 8px !important;
}

    .list-group-item-action.list-main:hover {
        background-color: #f9f9f9 !important;
        box-shadow: 4px 4px 4px 0px rgba(58, 58, 58, 0.05) !important;
    }

        .list-group-item-action.list-main:hover .list-group-item-title {
            color: #861F41 !important;
        }

        .list-group-item-action.list-main:hover .list-group-item-figure i {
            color: #861F41 !important;
        }

.border-menu {
    border-left: 3px solid #861F41 !important;
}

.border-lab {
    border-left: 3px solid #FF9292 !important;
}

.border-practice {
    border-left: 3px solid #8388FF !important;
}
.border-credit {
    border-left: 3px solid #6ED6FF !important;
}

.border-credit-with-mark {
    border-left: 3px solid #876c99 !important;
}
.border-exam {
    border-left: 3px solid #ffee96 !important;
}

.border-lecture {
    border-left: 3px solid #00C880 !important;
}

.border-gray {
    border-left: 3px solid gray !important;
}

th:first-child, td:first-child {
    position: sticky;
    left: 0px;
    background-color: white !important;
    border-left: 1px solid white !important;
}

.div-container span {
    display: block;
    height: 50%;
}

.div-container span.top {
    display: flex;
    align-items: flex-end;
}

.badge-lecture {
    border-radius: 5px;
    width: 25px;
    height: 25px;
    background-color: #00C880 !important;
    color: transparent !important;
}
.badge-credit {
    border-radius: 5px;
    width: 25px;
    height: 25px;
    background-color: #6ED6FF !important;
    color: transparent !important;
}
.badge-credit-with-mark {
    border-radius: 5px;
    width: 25px;
    height: 25px;
    background-color: #C792EA !important;
    color: transparent !important;
}
.badge-lecture {
    border-radius: 5px;
    width: 25px;
    height: 25px;
    background-color: #00C880 !important;
    color: transparent !important;
}
.badge-type {
    border-radius: 5px;
    min-width: 25px;
    height: 25px;
    color: transparent !important;
}

.badge-lab {
    background-color: #FF9292 !important;
}

.badge-practice {
    background-color: #8388FF !important;
}

.badge-exam {
    background-color: #ffee96 !important;
}

.badge-gray {
    background-color: gray !important;
}

li .selected {
    background-color: #efefef !important;
    color: #861F41 !important;
}

.dropdown {
    border: 1px solid lightgray !important;
}

.dropdown-item:hover {
    background-color: #efefef !important;
}

.border-table {
    border-bottom: 1px solid #D9D9D9 !important;
    border-right: 1px solid #D9D9D9 !important;
    border-top: 1px solid white !important;
}

    .border-table:last-child {
        border-bottom: 1px solid #D9D9D9 !important;
        border-right: 1px solid white !important;
        border-top: 1px solid white !important;
    }

.page-item.active .page-link {
    z-index: 1;
    color: #861F41 !important;
    background-color: rgba(134, 31, 65, 0.15);
    border-color: transparent;
}