﻿.e-schedule {
    border-radius: 0 0 0.5rem 0.5rem !important;
}

.e-inner-wrap
{
    padding-left: 8px;
    padding-right: 8px;
}

.e-appointment:focus {
    box-shadow: none !important;
}

.e-appointment:has(.selectedEvent) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 0 rgba(var(--color-sf-black), 0), 0 0 rgba(var(--color-sf-black), 0) !important;
    border: 0 !important;
}

.e-schedule .e-vertical-view .e-content-wrap .e-appointment,
.e-schedule .e-timeline-view .e-content-wrap .e-appointment {
    border-radius: 8px;
}

.e-schedule .e-vertical-view .e-content-wrap .e-appointment .e-appointment-details {
    padding: 0;
    height: 100%;
}

.e-schedule .e-timeline-view .e-appointment .e-appointment-details {
    padding: 0;
    height: 100%;
    width: 100%;
}

.e-schedule .e-timeline-view .template-wrap {
    width: 100%;
}

    .e-schedule .e-timeline-view .template-wrap .subject {
        font-size: 16px;
        height: 36px;
        text-align: center;
    }

.e-event-popup > .e-popup-footer{
    display: none !important;
}


.e-schedule .subject {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 5px;
}

.e-schedule .subject-sub {
    font-weight: 600;
    font-size: 12px;
}

.content-element {
    font-size: 12px;
}

.event-warpper {
    border-radius: 0;
    overflow: hidden;
    padding: 1rem;
    height: calc(100% - 2rem);
    width: calc(100% - 2rem); 
}

.e-appointment-details {
    container-type: inline-size;
    container-name: appointmentContainer;
}

    .e-appointment-details i, .e-appointment-details i.small {
        ---size: 1rem !important;
    }

.e-resource-text
{
    font-size: 12px;
}

@container appointmentContainer (max-width: 110px) {
    .content-element {
        font-size: 10px;
        line-height: 16px;
    }

        .content-element > div {
            gap: 0.2rem !important;
        }

    .e-schedule .subject {
        font-weight: 600;
        font-size: 12px;
        padding-bottom: 5px;
    }

    .e-schedule .subject-sub {
        font-weight: 600;
        font-size: 10px;
    }

    .event-warpper {
        padding: 0.5rem;
        height: calc(100% - 1rem);
        width: calc(100% - 1rem);
    }

    .e-appointment-details i, .e-appointment-details i.small {
        ---size: 0.8rem !important;
    }
}

@container appointmentContainer (max-width: 60px) {
    .content-element {
        font-size: 8px;
        line-height: 14px;
    }

        .content-element > div {
            gap: 0.2rem !important;
        }

    .e-schedule .subject {
        font-weight: 600;
        font-size: 8px;
        padding-bottom: 0px;
    }

    .e-schedule .subject-sub {
        font-weight: 600;
        font-size: 8px;
    }

    .event-warpper {
        padding: 0.4rem;
        height: calc(100% - 0.8rem);
        width: calc(100% - 0.8rem);
    }

    .e-appointment-details i, .e-appointment-details i.small {
        ---size: 0.7rem !important;
    }
}