﻿.k-scheduler-toolbar.k-toolbar {
    display: none !important;
}

.date-box {
    width: 60px;
    height: 60px;
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--gray-50);

    & .month {
        font-size: .65rem;
        color: var(--gray-500);
        letter-spacing: .05em;
    }

    & .day {
        font-size: 1.25rem;
        color: var(--brand-600);
    }
}

#addEventBtn {
    border: 1px solid var(--brand-600);
    color: var(--brand-600);
    background: transparent;
    border-radius: 8px;

    &:hover {
        background: var(--brand-50);
    }
}

#scheduleHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;

    & .d-flex {
        display: flex;
        align-items: center;
    }
}
