/* poppins-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v24-latin-regular.woff2') format('woff2');
}

/* poppins-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v24-latin-700.woff2') format('woff2');
}


body {
    font-family: 'Poppins', sans-serif !important;
}


.entry-content {
    word-wrap: break-word;
}

.editor-styles-wrapper,
.entry-content {
    counter-reset: footnotes;
}

.scb_container {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 40px;
}

.scb_booking_form {
    font-family: 'SegoeUI', 'Segoe UI';
}

.scb-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 12px;
    background-color: #F5F6F7;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
}


.scb-form-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    color: #0E2433;
}

.scb-form-group {
    margin-bottom: 15px;
}

.scb-label {
    margin-bottom: 10px;
    color: #9da3ac;
    font-size: 14px;
    font-weight: 500;
    text-transform: initial;
    font-weight: bold;
}

.scb-radio-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 14px;
}

.scb-square-radio {
    display: block;
    padding: 15px 10px;
    background-color: #fff;
    border: 1px solid #a1a1a1;
    border-radius: 6px;
    color: #0E2433;
    cursor: pointer;
    /* transition: background-color 0.2s 
ease, border-color 0.2s 
ease; */
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 0px !important;
    line-height: 15px;
}

.scb-radio-hidden {
    position: absolute;
    z-index: -1;
}

.scb-square-radio {
    display: block;
    padding: 15px 10px;
    background-color: #fff;
    border: 1px solid #a1a1a1;
    border-radius: 6px;
    color: #0E2433;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 0px !important;
    line-height: 15px;
}


/* Checked state */
input[type="radio"]:checked+.scb-square-radio {
    background-color: #0E2433;
    color: white;
}

input[type="radio"]:checked+.scb-square-sports {
    background-color: #76828b;
    color: white;
}


/* Checked State */
input[type="radio"]:checked+.scb-square-radio,
input[type="radio"]:checked~label[for="ground1"]:not([for]),
input[type="radio"]:checked~label[for="ground2"]:not([for]),
input[type="radio"]:checked~label[for="ground3"]:not([for]) {
    background-color: #0E2433;
    color: white;
}

input[type="radio"]:checked+.scb-square-sports,
input[type="radio"]:checked~label[for="ground1"]:not([for]),
input[type="radio"]:checked~label[for="ground2"]:not([for]),
input[type="radio"]:checked~label[for="ground3"]:not([for]) {
    background-color: #76828b;
    color: white;
}



.scb-input,
.scb-select,
.scb-time {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #999 !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    color: #0E2433 !important;
    box-sizing: border-box;
}

.scb-input {
    background-color: #fff !important;
}

.scb-duration-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.duration-label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    color: #0E2433;
}

.duration-time {
    font-weight: 500;
}

.scb-duration-option {
    display: flex;
    align-items: center;
    background-color: #eef2ff;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: border 0.2s ease;
    border: 2px solid transparent;
}

.scb-duration-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 23px;
    border: 2px solid #007cba;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
}

.scb-duration-option input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
    background: #007cba;
    border-radius: 50%;
}

.scb-btn-round {
    color: #fff !important;
    background-color: #0e2433 !important;
    display: block !important;
    width: 90% !important;
    padding: 10px 16px !important;
    border-radius: 32px !important;
    border: 1px solid rgba(51, 95, 255, 0.3) !important;
    text-decoration: none !important;
    cursor: pointer !important;
    -webkit-transition: border-color .25s, opacity .25s !important;
    transition: border-color .25s, opacity .25s !important;
    font-size: 17px !important;
    margin: 0 auto;
    line-height: 17px !important;
    height: 40px !important;
    font-weight: 600;
    text-shadow: none;
}

.time-disabled {
    text-decoration: line-through;
    opacity: 0.5;
    cursor: not-allowed;
}

.scb-square-sports {
    display: block;
    padding: 3px 5px;
    background-color: #fff;
    border: 1px solid #a1a1a1;
    border-radius: 18px;
    color: #0E2433;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 0px !important;
}

.court-item {
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}

.court-header {
    padding: 12px;
    background: #f9f9f9;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.court-disabled .court-header {
    text-decoration: line-through;
    color: #F56674;
    cursor: not-allowed;
}

.court-title {
    font-weight: bold;
}

.court-labels {
    font-size: 0.9em;
    color: #666;
}

.court-body {
    padding: 1rem;
    /* default Bootstrap spacing */
}

.court-arrow {
    transition: transform 0.2s;
}

.court-header.active .court-arrow {
    transform: rotate(180deg);
}

/*********************************/


.booking-button {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: none;
    border: none;
    vertical-align: baseline;
    background: #fcfcfc !important;
    color: rgba(0, 0, 0, 0.6) !important;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0em 0.25em 0em 0em;
    padding: 10px 10px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 500;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}

.booking-button-primary {
    background: #286833 !important;
    color: #fff !important;
}

.booking-button-primary:hover {
    background: #245e2e !important;
}



.pb-radio-hidden {
    position: absolute;
    z-index: -1;
}



.pb-time-slot .pb-radio-div .pb-radio-btn {
    width: 100%;
}


.pb-time-slot {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 5px;
}



.pb-time-slot .pb-radio-div {
    flex: 0 0 18%;
    /* 5 per row (100/5 = 20) */
    max-width: 20%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}


.month-heading {
    width: 100%;
    font-weight: bold;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}

.date-btn {
    width: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: transparent none !important;
    color: rgba(0, 0, 0, 0.6) !important;
    font-weight: 500;
    border-radius: 52px;
    text-transform: uppercase;
    text-shadow: none !important;
    box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}

.date-btn.selected {
    background: #286833 !important;
    color: #fff !important;
}


.date-btn:hover,
.date-btn:focus,
.pb-radio-btn:focus,
.pb-radio-btn:hover {
    box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
}


.pb-radio-hidden:checked+.pb-radio-btn {
    background: #286833 !important;
    color: #fff !important;
}

.pb-radio-hidden:checked+.pb-radio-btn:hover,
.booking-button.selected:hover {
    background: #245e2e !important;
}


.pb-radio-hidden:checked+.pb-radio-btn.text-danger {
    background: #fff !important;
    /* color: #ff3e1d !important; */
}


.pb-radio-div .text-danger.text-decoration-line-through {
    color: rgba(0, 0, 0, 0.6) !important;
    text-decoration: line-through !important;
    opacity: 0.6;
    cursor: not-allowed;

}

.court-header.court-disabled {
    cursor: not-allowed;
}



button.booking-button.booking-button-primary.btn-lg,
a.booking-button-primary {
    width: 100%;
}

.slot-disabled {
    background: #ddd !important;
    color: #888 !important;
    cursor: not-allowed;
}

.collapse {
    transition: height 0.35s ease;
    /* Bootstrap default is 0.35s, you can increase */
}

@media (max-width: 767px) {
    .pb-time-slot .pb-radio-div .pb-radio-btn {
        padding: 15px 8px;
        font-size: 13px;
    }

    .pb-time-slot {
        gap: 5px;
    }
}