.create-course div {
    margin-top: 10px;
}

.red-border {
    border-color: #ea4444 !important;
}

.fc-event {
    cursor: pointer;
}

.fc-view-listAll .fc-toolbar-title {
    display: none;
}

.fc .fc-popover{
    z-index:1000 !important;
}

.paymentOption {
    float: right;
}

a.controlling-link:hover{
    text-decoration: underline;
}

.fc-event.locked {
    cursor: default;
}

.link-copy:hover{
    text-decoration: underline;
}

.scroll-content {
    max-height: 700px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
}

#peopleCount::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.swal2-actions{
    margin-top:10px;
}

#peopleCount{
    -moz-appearance: textfield; /* Firefox */
}

.peopleCount-button{
    font-size:20px !important;
    width:44px;
}

.calendar-wrapper {
    overflow-x: auto;
}

.alert-custom-title {
    font-size: 24px;
    text-transform: none;
}


.woo-wallet-content-h3 {
    font-size: 28px;
}

.woo-wallet-transactions-items {
    border: 1px solid #ddd; /* Rahmen um die ganze Liste */
    padding: 0 !important; /* Innenabstand */
    list-style: none; /* Bullet-Points entfernen (optional) */
}

.woo-wallet-transactions-items li {
    padding: 8px 14px !important;
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
}

.woocommerce-MyAccount-content .select2-container {
    width: 500px !important;
}

.fc-list-event-title:hover a.storno-link {
    text-decoration: underline;
}


.woo-wallet-transactions-items li:last-child {
    border-bottom: none;
}

#calendar {
    max-width: 1200px !important;
    overflow-x: auto;
    padding-right: 10px !important;
}

.fc-customMonthTimeGrid-view .fc-day-sat, .fc-customMonthTimeGrid-view .fc-day-sun {
    background-color: #e4e4e4 !important; /* hellgrau, anpassbar */
}

.fc .fc-timegrid-event {
    min-height: 60px; /* Standard ist ca. 20–25px */
    padding: 2px;
    opacity: 0.7;
}

.fc-scrollgrid-section.fc-scrollgrid-section-header thead[role="presentation"] {
    background-color: #faede6 !important;
}

.fc .fc-timegrid-slot {
    height: 60px; /* default ist ca. 40px */
}

.fc-customMonthTimeGrid-view .fc-timegrid-slot {
    height: 30px !important; /* default ist ca. 40px */
}


.fc-customMonthTimeGrid-view .fc-timegrid-event {
    min-height: 30px !important; /* Standard ist ca. 20–25px */
    padding: 2px;
}

.fc-customMonthTimeGrid-view .fc-timegrid-event.multi-slot-event{
    height: auto !important;;
}


.fc-list-day-side-text {
    float: left !important;
    margin-left: 10px;
}

.woocommerce-form-login__rememberme {
    display: none !important;
}

.fc-customMonthTimeGrid-view .fc-scroller {
    margin-left: -4px;
}

.fc-customMonthTimeGrid-view {
    min-width: 1100px;
}

.fc-customMonthTimeGrid-view .fc-event-main-frame, .fc-customMonthTimeGrid-view .fc-timegrid-more-link {
    display: none;
}

#mybookings td{
    padding: 5px 2px;
}

.swal2-actions button{
    background-color: #faede6 !important
}

.fc-nextMonth-button, .fc-prevMonth-button {
    font-size: 2em !important;
    line-height: 0.5em !important;
    padding-top: 4px !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    border-radius: 0.1em !important;
}

.custom-add-button {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 6px;
    cursor: pointer;
    opacity: 0.75;
    z-index: 10;
}

.fc-button-primary {
    border-color: #e1a282 !important;
    background-color: #e1a282 !important;
}

.fc-button-active {
    border-color: #b88c76 !important;
    background-color: #b88c76 !important;
}

.fc-list-day-cushion {
    background-color: #faede6 !important;
}

.custom-add-button:hover {
    opacity: 1;
}

.guthaben-display b{
    background-color: #edc8b3; padding: 10px; display:inline-block;height: 52px;
    font-family: "big noodle titling", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
}

.guthaben-schmiede-display b{
    background-color: #faede6; padding: 10px; display:inline-block;height: 52px;
    font-family: "big noodle titling", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
}

.free-slot .fc-event-main-frame {
    cursor: pointer;
    color: #4e4e4e !important;
}

.spinner, .btn-spinner {
    width: 45px;
    height: 45px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 45%;
    animation: spin 1s linear infinite;
}

.swal2-popup.swal2-modal.swal2-show{
    z-index: 9999;
}

.mobile #interval{
    min-width:100px !important;
}
.mobile .fc-next-button,.mobile .fc-prev-button, .mobile .fc-prevMonth-button, .mobile .fc-nextMonth-button{
    width: 60px !important;
    margin:0 5px !important;
}

.mobile .create-interval{
    margin-right:10px !important;
}

.mobile .woocommerce-MyAccount-content .select2-container{
    width: 200px !important;
}

.mobile #eventModal{
    max-height: 80%;
    max-width: 80%;
    overflow-y: scroll;
}

select[disabled], input[disabled] {
    background-color: #eee !important;
    cursor: default;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1123px) {
    .fc-toolbar.fc-header-toolbar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .fc-toolbar-chunk:nth-child(1) { order: 2; margin-bottom: 0.25rem;  }
    .fc-toolbar-chunk:nth-child(2) { order: 1; margin-bottom: 0.25rem; }
    .fc-toolbar-chunk:nth-child(3) { order: 3; margin-bottom: 0.25rem; }

}


@media (max-width: 1023px) {
    .fc-view-harness.fc-view-harness-active{
        min-height:525px !important;
    }
}

@media (max-width: 767px) {


    .swal2-cancel.swal2-styled {
        margin-left: 10px !important;
    }

    .fc-view-harness.fc-view-harness-active{
        min-height:425px !important;
    }

    .fc-daygrid-more-link.fc-more-link{
        font-size:9px;
    }

    .fc-dayGridMonth-view .fc-event-title{
        display:none;
    }
}

@media (max-width: 524px) {

    .fc-button-group button{
        font-size:11px !important;
    }

    .fc-dayGridMonth-view .fc-event-time{
        font-size: 9px;
    }
    .fc-dayGridMonth-view .fc-event-title{
        display:none;
    }

}