
@font-face {
    font-family: mainFont;
    src: url(../fonts/FiraSans-Light.ttf);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.app {
    background-color: #fcfcfc !important
}

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

.btn-fixed-height {
    height: 3rem !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

a {
    color: #3a3a3a !important;
}

    a:hover {
        color: #861F41 !important;
    }

.text-tsuab {
    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-exam {
    border-left: 3px solid #ffee96 !important;
}

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

.border-gray {
    border-left: 3px solid gray !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;
}

.bg-super-green {
    background-color: rgba(0, 200, 100, 0.1) !important;
}

.bg-super-green-2 {
    background-color: rgba(0, 200, 100, 0.3) !important;
}


.text-super-green {
    color: rgb(0, 200, 70) !important;
}

.text-fail {
    color: rgba(255, 50, 50, 1) !important;
}

.badge-type {
    border-radius: 5px;
    min-width: 25px;
    height: 25px;
    color: transparent !important;
}

.bg-fail {
    background-color: rgba(255, 146, 146, 0.25) !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;
}

.app-header {
    height: 5.5rem !important;
}

.hint {
    cursor: help;
    text-decoration: underline dotted;
}

.footer {
    background-color: #2d2d2d;
    color: #e6e6e6;
    font-size: 0.95rem;
}

.footer a {
    color: #ccc;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer .fa-lg {
    transition: color 0.3s;
}

.footer .fa-lg:hover {
    color: #f8f9fa;
}

.app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.app-main {
    flex: 1;
}

.hover:hover {
    background-color: rgba(134, 31, 65, 0.1);
}