#calendar-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#calendar-header {
    color: black;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.14px;

}

#calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 10px 0;
}

#calendar-days div {
    font-weight: bold;
}

#calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}

#calendar-dates div.baseWidth {
    text-align: right;
    padding: 2px 6px 8px 0;
    min-width: 0;
    overflow: hidden;
}

.event {
    text-align: left;
    border-radius: 4px;
    cursor: pointer;
}

.event:hover {
    outline: 2px solid #bbb;
    outline-offset: 1px;
}

.event-name {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.2px;
}

.event-time {
    font-size: 11px;
    letter-spacing: 0.5px;
}

.printEvent {
    text-align: left;
}

.baseWidth {
    min-height: 100px;
}

.today-border {
    background: rgb(226, 245, 252) !important;
}

.not-today-border {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background: white;
}

.full-calendar {
    position: relative;
    border: 1px solid #DDD;
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 10px;
    box-shadow: rgb(187, 187, 187) 2px 4px 10px;

}

.diff-month {
    background: #f5f5f5;
}

.baseWidth>.event:not(:first-child) {
    margin-top: 2px;
}

.popup {
    position: absolute;
    z-index: 100;
    /* Additional popup styling */
}

.vEJ0bc {
    position: absolute;
    height: 24px;
    padding-right: 12px;
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transition: opacity .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-font-smoothing: antialiased;
    list-style: none;
    z-index: 5;
}

.KF4T6b {
    padding: 0 4px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    box-sizing: border-box;
    pointer-events: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    outline: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid transparent;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
}

.KF4T6b {
    border: 1px solid transparent;
}

.KF4T6b.qqMC3e,
.KF4T6b.smECzc {
    color: var(--on-surface);
    fill: var(--on-surface);
    font-weight: 500;
}

.KF4T6b.smECzc {
    padding-right: 0;
}

.KF4T6b.jKgTF {
    cursor: pointer;
}

.K0kCzc,
.KF4T6b.LKeQwe,
.KF4T6b.smECzc,
.KF4T6b.qqMC3e,
.DvyQhe.GsD6wc {
    font-weight: 500;
}

.HCQald .QGRmIf.smECzc {
    padding-left: 4px;
    border-left: 0;
    margin-left: 0;
}

.ZWOtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 6px;
}

.muFyW .ZWOtn {
    padding-left: 4px;
}

.VlNR9e {
    border-radius: 8px;
    border: 4px solid;
    height: 0;
    width: 0;
}

.nHqeVd {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.DvyQhe,
.wZEs1c {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.DvyQhe {
    font-weight: 400;
}

.DvyQhe.BdCDHc {
    margin-right: 4px;
}

.WBi6vc {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: left;
}

.month_nav {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    fill: currentColor;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    z-index: 0;
    overflow: visible;
}

/* Clean event classes replacing KF4T6b smECzc jKgTF QGRmIf */
.month-event {
    display: flex;
    align-items: flex-start;
    padding: 2px 4px;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 4px;
    margin-left: 4px;
    color: #1f1f1f;
}

.month-event-bar {
    flex-shrink: 0;
    width: 3px;
    border-radius: 2px;
    align-self: stretch;
    min-height: 14px;
    margin-right: 6px;
    margin-top: 2px;
}

.month-event-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    line-height: 1.3;
    min-width: 0;
}

.month-event-time {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin: 0;
}

.month-event-name {
    font-size: 14px;
    font-weight: 400;
    color: #1f1f1f;
    margin: 0;
    word-break: break-word;
}

.month-event-name.boldEvent {
    font-weight: 700;
}