.font-serif {
    font-family: 'PT Serif', serif !important;
    line-height: normal !important;
}

.rounded-2 {
    border-radius: 1rem !important;
    overflow: hidden !important;
}

.rounded-1 {
    border-radius: 0.5rem !important;
    overflow: hidden !important;
}

@media (min-width: 300px) {
    .title-category {
        font-size: 0.5em;
    }

    .title {
        font-size: 1em;
    }

    .title-tag {
        font-size: 0.8em;
    }
}

@media (min-width: 600px) {
    .padding-responsive {
        padding-top: 100px !important;
    }

    .title-category {
        font-size: 0.1em !important;
    }
}

@media (min-width: 800px) {
    .padding-responsive {
        padding-top: 100px !important;
    }
}

@media (min-width: 900px) {
    .padding-responsive {
        padding-top: 100px !important;
    }
}

@media (min-width: 1200px) {
    .padding-responsive {
        padding-top: 700px !important;
    }

    .title-category {
        font-size: 0.8rem !important;
    }

    .title {
        font-size: 2rem;
    }

    .title-tag {
        font-size: 1em;
    }
}

.box-shadow-0 {
    box-shadow: none !important;
}

input::placeholder {
    color: #656565 !important;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.8; /* Adjust visibility */
}

.fc .fc-toolbar-title {
    font-size: 1.3em !important;
}

.fc-button-primary {
    background-color: #48BA00 !important;
    border-color: #48BA00 !important;
}

.bg-blue-light {
    background-color: #f8fafc !important;
}

.fc-col-header-cell-cushion {
    color: black !important;
}

.fc-theme-standard .fc-scrollgrid {
    border: 0;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #f0f4f9 !important;
    color: black !important;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0em !important;
}
