.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

.min-h-screen {
    min-height: 100vh;
}

/*
   * Sidebar
   */

@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }
    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: 0.875rem;
    font-weight: 500;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar-heading {
    font-size: 0.75rem;
}

/*
   * Navbar
   */

.navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .form-control {
    padding: 0.75rem 1rem;
}

/* Avatar Image */
.avatar {
    display: inline-block;
    border-radius: 50%;
}

.avatar.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

.avatar.avatar-md {
    width: 3.5rem;
    height: 3.5rem;
}

.avatar.avatar-lg {
    width: 4.5rem;
    height: 4.5rem;
}

.avatar.avatar-student {
    width: 8rem;
    height: 8rem;
}

.text-sm {
    font-size: small;
}

/* exam break timer */
.exam-break-timer-rounded {
    height: 340px;
    width: 340px;
}

.panduan.panduan-sm {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16;
}

@media (max-width: 476px) {
    .panduan.panduan-sm {
        width: 339px;
    }
    .kirim.kirim-sm {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .text-exam-break-timer {
        font-size: 5rem !important;
    }
}

.text-exam-break-timer {
    font-size: 4rem;
    font-weight: 500;
}

.font-montserrat {
    font-family: "Montserrat", sans-serif;
}

.btn-rounded {
    border-radius: 30px !important;
}

.bg-blue-50 {
    background: #e9e9fc !important;
}

.bg-blue-300 {
    background: #7f79ff !important;
}

.text-purple-500 {
    color: #7b4dff !important;
}

.text-justify {
    text-align: justify;
}
