html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
}

#marked-events-container {
    display: none;
    width: 15rem;
    transition: all 0.3s ease-in-out;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
}

#external-events {
    width: 15rem;
    transition: all 0.3s ease-in-out;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
}

.fc-event-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fc-event-main .event-title {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-title {
    max-width: 95%;
}

.fc-event-main .edit-icon {
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.actions-container {
    display: flex;
    align-items: center;
    left: 5px;
}

.delete-icon {
    position: absolute;
    right: 25px;
    cursor: pointer;
}

.modal-title {
    display: flex;
    gap: 10px;
}

#external-events .fc-event {
    cursor: move;
    border: none;
    margin: 3px 0;
}

html, body, #calendar-container {
    height: 100%;
}

#calendar-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #eee;
}

#calendar {
    background-color: #ffffff;
}

::-webkit-scrollbar {
    display: none;
}

#calendar {
    width: 90%;
    border-right: 1px solid #ccc;
}

.calendar-actions {
    display: none;
    text-align: center;
    margin-bottom: 10px;
}

.calendar-actions button {
    margin: 5px;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
}

.edit-icon {
    transition: color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

#external-events.hover {
    justify-content: center;
    display: flex;
    background-color: #ff00001a;
    z-index: 1;
    box-shadow: 0px 0px 30px -5px red;
    align-items: center;
}

#trash-can-drop-zone {
    display: none;
    transition: all 0.3s ease-in-out;
}

#trash-can-drop-zone.hover {
    display: inline-block;
    font-size: 10rem;

}

.edit-icon:hover {
    transform: scale(1.3);
}

.delete-icon:hover {
    transform: scale(1.3);
}

#new-status-btn {
    width: 100%;
}

.form-check-input {
    width: 25px;
    height: 25px;
}

.fc .fc-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.marked-event-row {
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.marked-event-time {
    margin-bottom: 0 !important;
    font-size: 0.9rem;
}

.marked-event-date {
    margin-bottom: 0 !important;
    font-size: 0.9rem;
}

.circle-indicator {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 12px;
    height: 12px;
    background-color: #0080d3;
    border-radius: 50%;
    border: 1px solid black;
    z-index: 10;
}

.border-button {
    border: 2px solid black !important;
    border-radius: 5px;
}

#marked-events-counter-indicator {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid black;
    z-index: 10;
}


.marked-event-title {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid black;
}

.marked-event-title:hover {
    cursor: pointer;
}

.marked-events-divider {
    display: flex !important;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.btn-line {
    flex: 1;
    height: 1px;
    background-color: #ccc;
}

#unmark-marked-events {
    background-color: white;

}

.fc-saveChanges-button {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.fc-selectionMode-button {
    background-color: transparent !important;
}

.fc-filterEvents-button {
    background-color: transparent !important;
    border: none !important;
}

.marked-event {
    box-shadow: 0 0 10px #198754;
    opacity: 1 !important;
    border: 3px solid #00a6ff !important;
    transition: all 0.2s ease-in-out;
}

.fc-selectionMode-button-active {
    background-color: #0080d3 !important;
    border: 2px solid black !important;
}

.fc-cancelMarkedEvents-button {
    background-color: #FFC107 !important;
    color: black !important;
    border: none !important;
}

.fc-publishAllUnpublishedEvents-button {
    background-color: transparent !important;
    border: none !important;
}

.fc-publishMarkedEvents-button {
    background-color: #0d6efd !important;
    border: none !important;
}

.checkbox-wrapper-28 {
    --size: 25px;
    position: relative;
}

.checkbox-wrapper-28 *,
.checkbox-wrapper-28 *:before,
.checkbox-wrapper-28 *:after {
    box-sizing: border-box;
}

.checkbox-wrapper-28 .promoted-input-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.checkbox-wrapper-28 label {
    color: #0080d3;
    line-height: var(--size);
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.checkbox-wrapper-28 label::after {
    content: "";
    height: var(--size);
    width: var(--size);
    margin-right: 8px;
    border: 1px solid black;
    border-radius: 3px;
    background-color: white;
    transition: 0.15s all ease-out;
    z-index: 1;
}

.checkbox-wrapper-28 svg {
    stroke: #0080d3;
    stroke-width: 3px;
    height: 0;
    width: calc(var(--size) * 0.6);
    position: absolute;
    left: calc(var(--size) * 0.21);
    top: calc(var(--size) * 0.2);
    stroke-dasharray: 33;
    stroke-dashoffset: 33;
    pointer-events: none;
    z-index: 2;
}

.checkbox-wrapper-28 input:checked ~ svg {
    height: calc(var(--size) * 0.6);
    animation: draw-checkbox-28 ease-in-out 0.2s forwards;
}

.checkbox-wrapper-28 label:active::after {
    background-color: #e6e6e6;
}

@keyframes draw-checkbox-28 {
    0% {
        stroke-dashoffset: 33;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.toast-header {
    justify-content: space-between;
}

.toast-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: white;
    font-size: 1rem;
}

.fa-check:before {
    font-size: 1.5rem;
}

.fc-event-dragging {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: scale(1.1);
    opacity: 0.7;
}

.fc-event-dragged {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: scale(1);
    opacity: 1;
}

#calendar-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

#calendar {
    min-width: 200px;
    padding: 0.7%;
}

#status-container {
    margin-top: 10.7%;
}

#status-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

#marked-events-title {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.fc-daygrid-dot-event {
    padding: 5px 0px;
}

#filter-dropdown {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 15px;
    z-index: 1000;
    min-width: 300px;
    max-width: 400px;
}

.filter-section {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.filter-section:last-of-type {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.filter-section h6 {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 0.9rem;
    color: #333;
}

.filter-section .form-select {
    font-size: 0.85rem;
}

.filter-section .form-check {
    margin-bottom: 5px;
}

.filter-section .form-check-label {
    font-size: 0.85rem;
}

.filter-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.form-check .form-check-input {
    float: unset !important;
}

.form-check {
    display: flex;
    gap: 5px;
    align-items: center;
}

.form-check-label {
    margin-top: 4px;
}

.filter-actions button {
    font-size: 0.85rem;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#filter-dropdown.show {
    animation: slideDown 0.2s ease-out;
}