body{background:#f8fafc;}
#calendar{background:#fff;padding:16px;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.04);}
.fc .fc-button{border-radius:8px;}
.fc .fc-button-primary{background:#22c55e;border-color:#22c55e;}
.fc .fc-button-primary:hover{background:#16a34a;border-color:#16a34a;}
.fc .fc-day-today{background:#dcfce7!important;}
.badge-pill{border-radius:999px;padding:.35rem .6rem;}
.list-mini{display:flex;flex-wrap:wrap;gap:.35rem;}
.list-mini .item{background:#eef2ff;color:#3730a3;padding:.15rem .5rem;border-radius:999px;font-size:12px;}
.drop-row input,.drop-row select{font-size:14px;}
.modal .section-title{font-weight:600;border-bottom:1px solid #e5e7eb;padding-bottom:6px;margin-top:8px;}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    /*margin: 5px;*/
    padding: 7px 5px;
    text-align: center;
    background-color: rgba(34,197,94,.18);
    color: #22c55e
}

.fc .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #22c55e
}
.fc .fc-toolbar {
    position: relative;
}
.fc-toolbar-chunk:nth-child(1) {
z-index: 1;
}
.fc-toolbar-chunk:nth-child(2) {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem
}

.fc .fc-col-header-cell-cushion {
    padding: 10px 0;
    color: var(--bs-body-color)
}

.fc .fc-button {
    font-size: .812rem
}

.fc .fc-button-primary {
    background: 0 0;
    border: 1px solid var(--bs-border-color);
    color: #95a0c5;
    text-transform: capitalize;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fc .fc-button-primary:hover {
    background: #22c55e;
    color: #fff;
    border-color: var(--bs-border-color)
}

.fc .fc-button-primary.active,.fc .fc-button-primary:active,.fc .fc-button-primary:focus {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fc .fc-button-primary:disabled {
    background: rgba(34,197,94,.1);
    color: #22c55e;
    border-color: var(--bs-border-color);
    opacity: 1
}

.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active {
    background: #22c55e;
    color: #fff;
    border-color: var(--bs-border-color)
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,.fc .fc-button-primary:not(:disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.fc .fc-daygrid-day-number {
    color: var(--bs-body-color);
    font-weight: 500
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: transparent;
    padding: 4px;
    /*border-radius: 24px*/
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
    /*background-color: rgba(34,197,94,.18);*/
    /*border-radius: 8px*/
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-number {
    font-size: 16px;
    font-weight: 800
}

.fc-license-message {
    display: none
}

.fc-theme-standard .fc-scrollgrid,.fc-theme-standard td,.fc-theme-standard th {
    border: 1px solid var(--bs-border-color)
}

.fc-day-other {
    background-image: linear-gradient(-45deg,var(--bs-secondary-bg) 25%,transparent 25%,transparent 50%,var(--bs-secondary-bg) 50%,rgba(122,130,177,.2) 75%,transparent 75%,transparent);
    background-size: 10px 10px
}
.fc-h-event .fc-event-title {
    text-transform: uppercase;
    font-weight: bold;
}
.fc-h-event .fc-event-main {
    color: #22c55e;
    font-weight: 500
}

.fc-daygrid-dot-event .fc-event-title {
    font-weight: 500
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,.fc-direction-ltr .fc-daygrid-event.fc-event-start,.fc-direction-rtl .fc-daygrid-event.fc-event-end,.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    background-color: var(--bs-card-bg);
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    color: #22c55e;
    border-radius: 4px
}
.fc .fc-daygrid-day-number {
    text-decoration: none !important;
}
