/*!*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');*!*/
/*!*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');*!*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

.avatar-fixed-size {
    width: 40px;
    height: 40px; /* Фиксированная высота и ширина */
    object-fit: cover; /* Важно: обрезает изображение, чтобы оно вписалось в контейнер без искажений */
}

.sidebar {
    transition: all 0.3s ease;
    height: 100vh;
    position: fixed;
    width: 250px;
}

.sidebar-collapsed {
    width: 70px !important;
}

.sidebar-collapsed .nav-text,
.sidebar-collapsed .logo-text,
.sidebar-collapsed .user-info,
.sidebar-collapsed .footer-text {
    display: none !important;
}

.content-expanded {
    margin-left: 70px;
}

.fc .fc-toolbar-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.fc .fc-button {
    background-color: #7c3aed;
    border-color: #7c3aed;
}

.fc .fc-button:hover {
    background-color: #6d28d9;
    border-color: #6d28d9;
}

.fc-event {
    background-color: #7c3aed;
    border-color: #7c3aed;
    cursor: pointer;
}

.student-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(124, 58, 237, 0.2);
}

.sidebar-collapsed .nav-link {
    justify-content: center !important;
    padding: 0.5rem 0 !important;
}

.sidebar-collapsed .nav-link i {
    margin-right: 0 !important;
}

.sidebar-collapsed .toggle-btn {
    margin: 0 auto;
}

.stat-card {
    border-radius: 10px;
}

.logo-text {
    font-weight: 700;
}

.main-content {
    margin-left: 250px;
    transition: all 0.3s ease;
}


body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f3f4f6;
}

.sidebar {
    width: 250px;
}

.content {
    margin-left: 250px;
}

.logo-text {
    font-size: 1.25rem;
    font-weight: bold;
}

.profile-img {
    width: 40px;
    height: 40px;
}

.notification-icon {
    width: 40px;
    height: 40px;
    background-color: #f3e8ff;
    color: #9333ea;
}

.table-responsive {
    overflow-x: auto;
}


/*!*.logo-text {*!*/
/*!*    font-size: 2rem;*!*/
/*!*    font-weight: 700;*!*/
/*!*    !*background: linear-gradient(to right, var(--accent-purple), var(--accent-pink));*!*!*/
/*!*    !*-webkit-background-clip: text;*!*!*/
/*!*    !*background-clip: text;*!*!*/
/*!*    !*color: transparent;*!*!*/
/*!*}*!*/

/*!*body {*!*/
/*!*    font-family: 'Montserrat', sans-serif;*!*/
/*!*    background-color: #f3f4f6;*!*/
/*!*}*!*/

/*!*.sidebar {*!*/
/*!*    transition: all 0.3s ease;*!*/
/*!*    height: 100vh;*!*/
/*!*    position: fixed;*!*/
/*!*    width: 250px;*!*/
/*!*}*!*/

/*!*.content {*!*/
/*!*    margin-left: 250px;*!*/
/*!*}*!*/

/*!*.logo-text {*!*/
/*!*    font-size: 1.25rem;*!*/
/*!*    font-weight: bold;*!*/
/*!*}*!*/

/*!*.profile-img {*!*/
/*!*    width: 40px;*!*/
/*!*    height: 40px;*!*/
/*!*}*!*/

/*!*.notification-icon {*!*/
/*!*    width: 40px;*!*/
/*!*    height: 40px;*!*/
/*!*    background-color: #f3e8ff;*!*/
/*!*    color: #9333ea;*!*/
/*!*}*!*/

/*!*.table-responsive {*!*/
/*!*    overflow-x: auto;*!*/
/*!*}*!*/

/*!*.sidebar-collapsed {*!*/
/*!*    width: 70px !important;*!*/
/*!*}*!*/

/*!*.sidebar-collapsed .nav-text,*!*/
/*!*.sidebar-collapsed .logo-text,*!*/
/*!*.sidebar-collapsed .user-info,*!*/
/*!*.sidebar-collapsed .footer-text {*!*/
/*!*    display: none !important;*!*/
/*!*}*!*/

/*!*.content-expanded {*!*/
/*!*    margin-left: 70px;*!*/
/*!*}*!*/

/*!*.fc .fc-toolbar-title {*!*/
/*!*    font-size: 1.2rem;*!*/
/*!*    font-weight: 600;*!*/
/*!*}*!*/

/*!*.fc .fc-button {*!*/
/*!*    background-color: #7c3aed;*!*/
/*!*    border-color: #7c3aed;*!*/
/*!*}*!*/

/*!*.fc .fc-button:hover {*!*/
/*!*    background-color: #6d28d9;*!*/
/*!*    border-color: #6d28d9;*!*/
/*!*}*!*/

/*!*.fc-event {*!*/
/*!*    background-color: #7c3aed;*!*/
/*!*    border-color: #7c3aed;*!*/
/*!*    cursor: pointer;*!*/
/*!*}*!*/

/*!*.student-card:hover {*!*/
/*!*    transform: translateY(-5px);*!*/
/*!*    box-shadow: 0 10px 20px rgba(124, 58, 237, 0.2);*!*/
/*!*}*!*/

/*!*.sidebar-collapsed .nav-link {*!*/
/*!*    justify-content: center !important;*!*/
/*!*    padding: 0.5rem 0 !important;*!*/
/*!*}*!*/

/*!*.sidebar-collapsed .nav-link i {*!*/
/*!*    margin-right: 0 !important;*!*/
/*!*}*!*/

/*!*.sidebar-collapsed .toggle-btn {*!*/
/*!*    margin: 0 auto;*!*/
/*!*}*!*/

/*!*.stat-card {*!*/
/*!*    border-radius: 10px;*!*/
/*!*}*!*/

/*!*.logo-text {*!*/
/*!*    font-weight: 700;*!*/
/*!*}*!*/

/*!*.main-content {*!*/
/*!*    margin-left: 250px;*!*/
/*!*    transition: all 0.3s ease;*!*/
/*!*}*!*/

/*!*.content-collapsed {*!*/
/*!*    margin-left: 70px;*!*/
/*!*}*!*/

/*!*.bg-purple-custom {*!*/
/*!*    background-color: #7c3aed;*!*/
/*!*}*!*/

/*!*.bg-purple-100 {*!*/
/*!*    background-color: #f3e8ff;*!*/
/*!*}*!*/
/*.sidebar {*/
/*    transition: all 0.3s ease;*/
/*    height: 100vh;*/
/*    position: fixed;*/
/*    width: 250px;*/
/*}*/

/*.sidebar-collapsed {*/
/*    width: 70px !important;*/
/*}*/

/*.sidebar-collapsed .nav-text,*/
/*.sidebar-collapsed .logo-text,*/
/*.sidebar-collapsed .user-info,*/
/*.sidebar-collapsed .footer-text {*/
/*    display: none !important;*/
/*}*/

/*.content-expanded {*/
/*    margin-left: 70px;*/
/*}*/

/*.fc .fc-toolbar-title {*/
/*    font-size: 1.2rem;*/
/*    font-weight: 600;*/
/*}*/

/*.fc .fc-button {*/
/*    background-color: #7c3aed;*/
/*    border-color: #7c3aed;*/
/*}*/

/*.fc .fc-button:hover {*/
/*    background-color: #6d28d9;*/
/*    border-color: #6d28d9;*/
/*}*/

/*.fc-event {*/
/*    background-color: #7c3aed;*/
/*    border-color: #7c3aed;*/
/*    cursor: pointer;*/
/*}*/

/*.student-card:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 10px 20px rgba(124, 58, 237, 0.2);*/
/*}*/

/*.sidebar-collapsed .nav-link {*/
/*    justify-content: center !important;*/
/*    padding: 0.5rem 0 !important;*/
/*}*/

/*.sidebar-collapsed .nav-link i {*/
/*    margin-right: 0 !important;*/
/*}*/

/*.sidebar-collapsed .toggle-btn {*/
/*    margin: 0 auto;*/
/*}*/

/*.stat-card {*/
/*    border-radius: 10px;*/
/*}*/

/*.logo-text {*/
/*    font-weight: 700;*/
/*}*/


/*.content-collapsed {*/
/*    margin-left: 70px;*/
/*}*/

/*.bg-purple-custom {*/
/*    background-color: #7c3aed;*/
/*}*/

/*.bg-purple-100 {*/
/*    background-color: #f3e8ff;*/
/*}*/

/*.main-content {*/
/*    margin-left: 250px;*/
/*    transition: all 0.3s ease;*/
/*}*/
