@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html,
body {
    font-family: "Inter", sans-serif;
    color: #181818;
    font-size: 15px;
    font-weight: 400;
}
#sidebar.nav-item.nav-treeview.nav-item{
    background-color: #f4f6f9;
}
.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "-";
}
.login-box{
    width: 380px;
}
.custom-select-sm {
    font-size: 100% !important;
    padding: .25rem 1rem !important;
}

/* Change the text size for the main drag and drop message */
.dropify-wrapper .dropify-message p {
    font-size: 14px; /* Adjust the size (e.g., 18px, 1.2em, etc.) as needed */
}

/* Change the text size for the filename in the preview area */
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.dropify-filename-inner {
    font-size: 14px; /* Adjust as needed */
}

/* Change the text size for the 'replace' message in the preview area */
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    font-size: 12px; /* Adjust as needed */
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight:400;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e4e7ea;
    z-index: 10000;
}
.user-block .teacher_name {
    font-size: 14px;
    font-weight: 400;
    margin-top: -1px;
}
.overlay-body{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-black-7{
    background-color: rgba(0,0,0,0.7);
}
/* Make the icon smaller (default is usually 5em) */
.small-icon {
    font-size: 0.5em !important;
}

/* Make the icon much larger */
.large-icon {
    font-size: 1.5em !important;
}

.bg-primary-black{
    background-color: #1a1a1a !important;
}
.bg-primary-dark-100{
    background-color: #073e6f !important;
}
#ticker-container {
    font-family: Inter, sans-serif;
    font-size: 20px;
    color: #333;
    position: relative;
}

.ticker-text {
    display: none; /* Hide all names initially */
}

#ticker-holder {
    position: relative;
    height: 50px;
    overflow: hidden; /* Clips the text when it's above/below the box */

    width: 300px;
    margin: 10px auto;
}

.drop-text {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
    top: -50px; /* Start hidden above the container */
    opacity: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:20px !important;
}
#status {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 32px;
}
.blink {
    animation: blink-animation 1s steps(2, start) infinite;
    -webkit-animation: blink-animation 1s steps(2, start) infinite;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.nav-title{
    padding-top: 10px;
}
.fullname{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #6A6A6A;
}
.aside .brand-link > a span {
    font-weight: 300;
    color: #1CAF9A;
    display: inline-block;
    transition: all 0.2s ease-in-out; }
.nav-sidebar .nav-item .nav-treeview{
    background-color: #6A6A6A;
}
.sidebar-label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    white-space: nowrap;
}

.sidebar-label-2 {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    color: #eadf14;
    letter-spacing: 1px;
    white-space: nowrap; }
.bg-primary-dark{
    background-color: #0d437b !important;
}
.bg-primary,
.bg-primary > a {
    color: #fff !important;
}
.bg-login{
    background-color: #F0F7FF;
}
.help-box{
    padding: 15px;
    margin: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 5px;
    color: #00aaaa;
}
.tx-12{
    font-size: 12px;
}
.wd-100v {
    width: 100vw; }

.wd-1 {
    width: 1px; }

.wd-2 {
    width: 2px; }

.wd-3 {
    width: 3px; }

.wd-4 {
    width: 4px; }

.wd-6 {
    width: 6px; }

.wd-7 {
    width: 7px; }

.wd-8 {
    width: 8px; }

.wd-9 {
    width: 9px; }

.wd-16 {
    width: 16px; }

.wd-32 {
    width: 32px; }
