@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&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&family=Space+Grotesk:wght@300..700&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
}

.left-sidebar {
    width: 260px;
}

@media (min-width: 768px) {
    .navbar-header {
        width: 260px;
    }
    .account .signup {
        padding-top: 1px !important;
        min-height: 0px !important;
    }
    .container-fluid {
        padding-left: 2px;
    }
}

.container-fluid {
    padding-left: 70px;
}

.sidebar-nav ul li a {
    font-weight: 500 !important;
    font-size: 15px !important;
}

.settings .navbar-header {
    width: 260px;
}


@media (min-width: 1024px) {
    .page-wrapper {
        margin-left: 257px;
    }
}


@media (max-width: 768px) {
    .container-fluid {
        padding-left: 2px;
    }
}


.calendar_wrapper {
    max-height: 70% !important; /* Maksimum yükseklik sınırı */
    overflow-y: auto;  /* Eğer içerik taşarsa scrollbar yerine otomatik sığdırır */
}

@media (max-width: 768px) {
    #calendar-wrapper {
        max-height: 100% !important; /* Maksimum yükseklik sınırı */
        overflow-y: scroll ;  /* Eğer içerik taşarsa scrollbar yerine otomatik sığdırır */
    }
    .fc .fc-toolbar {
        display: grid !important;
        justify-content: center !important;
        padding-bottom: 15px !important;
        line-height: 79px !important;
    }
    .fc-daygrid-body {
        width: 100% !important;
    }
    .fc-col-header {
        width: 100% !important;
    }
    .fc-scrollgrid-sync-table {
        width: 100% !important;
        height: 294px !important;
    }
    .fc .fc-scrollgrid-section-liquid > td {
        height: 295px !important;
    }
    .fc-view-harness-active {
        height: 567.444px !important;
    }
   
    
}