.fc-daygrid-day-number,
.fc-col-header-cell-cushion {
    color: #c65e20 !important;
}

.fc .fc-button-primary {
    background-color: #76818d;
    border: none !important;
    color: #fff !important;
}

.fc-daygrid-day:hover {
    cursor: grab;
    background-color: #dbdbdb;
}

.fc .fc-daygrid-day-top {
    margin-bottom: -10px;
}

.btn:disabled {
    filter: grayscale(1);
}

#virtualClassModal .price-btn.active::before {
    background-image: url("/public/frontend/infixlmstheme/img/yellow-btn-bg1.png") !important;
}

button.btn.price-btn.active::after {
    content: "✓";
    position: absolute;
    right: 18px;
    bottom: 32px;
}
.appointment-row {
    position: relative;
}

.appointment-row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 31.5%;
    width: 2px;
    background-color: rgba(255, 165, 0, 0.2);
}

.appointment-row::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 68.5%;
    width: 2px;
    background-color: rgba(255, 165, 0, 0.2);
}

.fc-view-harness.fc-view-harness-active {
    min-height: 310px;
}

@media (max-width: 1200px) {
    .appointment-row::before,
    .appointment-row::after {
        display: none;
    }
}

.chip-pill {
    max-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 6.5px;
    border: 2px solid #ff6700;
    background: #fff;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    font-weight: 500;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.chip-pill .chip-class {
    font-size: 15px;
    color: #222;
}

.chip-pill .chip-date {
    font-size: 15px;
    color: #6c757d;
}

.chip-pill .chip-time {
    font-size: 15px;
    color: #ff6700;
    font-weight: 600;
}

.chip-pill .chip-close {
    margin-left: 0.1rem;
    font-size: 17px;
    opacity: 0.6;
}

.chip-pill:hover .chip-close {
    opacity: 1;
}

.class-counter-value {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 30px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 30px;
}

@media (max-width: 576px) {
    .stepper .step span {
        font-size: 15px;
    }

    .stepper .step::before {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .fc-view-harness.fc-view-harness-active {
        min-height: 365px;
    }

    .class-counter {
        margin-top: -5px !important;
    }

    .class-counter .btn {
        height: 27px;
        width: 27px;
    }

    .classList .price-btn {
        width: 235px !important;
        height: 70.5px !important;
        margin-left: 0px !important;
    }

    .classList .price-btn span {
        font-size: 15.5px;
    }

    .chip-pill {
        max-height: none;
    }
}

.btn-outline-primary.orange {
    color: #212529;
    border-color: #ff7a14;
    border-radius: 12px;
    border-width: 2px;
}

.btn-outline-primary.orange:hover {
    background-color: #ff7a14;
    border-color: #ff7a14;
}

.btn.active {
    border-color: #ffb606 !important;
    color: #ffb606 !important;
}

.modal-title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.modal-header {
    background-color: #ff7a14;
    padding: 1rem 1.1rem;
}

.modal-body {
    padding: 1.5rem;
}

#incCount,
#decCount {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
    height: 30px;
    width: 30px;
    color: #fff;
    border: none;
    background-size: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/public/frontend/infixlmstheme/img/orange-btn-bg.png");
}

#slotsContainer .glow-button-outline {
    background: transparent;
    border: 2px solid #ff6600;
    border-radius: 30px;
    padding: 7px;
    color: #ff6600;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.3s,
        color 0.3s;
    text-decoration: none;
}

.classList .price-btn {
    width: 190px;
    text-align: center;
    height: 74.5px;
}

#virtualClassModal .price-btn:hover,
.classList .price-btn:hover {
    color: #fff;
    transform: scale(1.02);
    transition: all 0.3s ease;
}

.classList .price-btn span {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 14px;
}

.classList .price-btn.active span {
    text-shadow: 0 0px 6px rgb(0 0 0);
}

#slotsContainer .price-btn {
    margin-top: -17px;
}

.fc .fc-highlight {
    background-color: #ff66003b !important;
}

.class-item {
    margin-left: -7.5px;
}

.class-counter {
    display: none !important;
    margin-top: -20px;
}

.class-counter .btn {
    border-radius: 10px !important;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
    height: 30px;
    width: 30px;
    font-weight: bold;
    border: 1px solid #ccc;
    color: #2a2a2a;
    background: #fff;
}

.stepper {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step;
    gap: 30px;
}

.stepper .step {
    position: relative;
    text-align: center;
    color: #6c757d;
}

.stepper .step::before {
    margin-right: 7.5px;
    text-align: center;
    counter-increment: step;
    content: counter(step);
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ced4da;
    background: #fff;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 6px;
}

.stepper .step::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 16px;
    width: 100%;
    height: 2px;
    background: #ced4da;
    z-index: -1;
}

.stepper .step:first-child::after {
    left: 50%;
    width: 50%;
}

.stepper .step:last-child::after {
    width: 50%;
}

.stepper .step:first-child {
    text-align: left;
}

.stepper .step:last-child {
    text-align: right;
}

.stepper .step.active {
    color: #ff6700;
}

.stepper .step.active::before {
    border-color: #ff6700;
    color: #ff6700;
}

.stepper .step.done {
    color: #ff6700;
}

.stepper .step.done::before {
    content: "✓";
    border-color: #222;
    color: #ff6700;
}

@media (min-width: 560px) {
    .classList,
    #slotsContainer {
        margin-top: 62px;
    }
}
