
.pointer {
    cursor: pointer !important;
}

.custom-btn-booknow {
    width: 238px;
    height: 50px;
    background-color: #940EAF;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px; /* optional: for smooth corners */
}

    .custom-btn-booknow:disabled {
        background-color: #d3a9df; /* lighter purple for disabled state */
        cursor: not-allowed;
        opacity: 0.7;
    }
/* Scoped CSS for YouthX Modal */
/* YouthX Modal Styling */
.custom-modal {
    border-radius: 12px;
    position: relative;
    padding: 1rem 1.5rem 2rem 1.5rem;
}

/* Close button (top-right) */
.custom-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
}

/* Radio purple style */
.radio-purple:checked {
    background-color: #800080;
    border-color: #800080;
}

/* Purple Submit Button */
.btn-purple {
    background-color: #800080;
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 0.375rem;
}

    .btn-purple:hover {
        background-color: #5a005a;
        color: white;
    }

.btn-outline-secondary:hover {
    background-color: white;
    color: #6c757d;
}
/* Text purple class */
.text-purple {
    color: #800080;
}

/* Input styles */
.form-control:read-only {
    background-color: #f8f9fa;
    cursor: default;
}

/* Equal button spacing on mobile too */
@media (max-width: 576px) {
    .d-flex.gap-3 > .btn {
        width: 100% !important;
    }
}

.form-check-input {
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
}



/* Scoped styling */
#successModal .modal-content {
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
}

#successModal .text-purple {
    color: #800080;
}

#successModal .btn-purple {
    background-color: #800080;
    color: #fff;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 6px;
}

    #successModal .btn-purple:hover {
        background-color: #5a005a;
    }

@media (max-width: 576px) {
    #successModal .modal-dialog {
        margin: 1rem;
    }
}



/*main page styling*/

.centered-text-youthx-live h2 {
    text-align: center;
    font-weight: 700;
}

table {
    caption-side: bottom;
    border-collapse: separate;
    border-spacing: 20px 0;
}

.background-img {
    background-image: url(/Plugins/Misc.YouthxLive/content/images/youthxliveeventimage.png);
    width: 282px;
    height: 420px;
}

.background-img-mobile {
    background-image: url(/Plugins/Misc.YouthxLive/content/images/youthxliveeventimagemobile.png);
    width: 282px;
    height: 420px;
}

.center-div {
    height: 324px;
    margin-top: 94px;
    width: 238px;
    margin-left: 20px;
    text-align: center;
}

#youthx-live #youthxlive-eventtypes .centered-text-youthx-live h2 {
    text-align: center;
    font-weight: 800;
}

.center-div-mobile {
    height: 324px;
    margin-top: 86px;
    width: 246px;
    margin-left: 20px;
    text-align: center;
}

#youthx-live-cards h4 {
    margin-top: 15px;
    font-weight: 800;
    font-size: 21px;
    text-align: center;
    width: 100%;
    line-height: normal;
}


#youthx-live-cards .day {
    font-size: 72px;
    margin-top: -23px;
    font-weight: 800;
}

#youthx-live-cards .month {
    font-size: 25px;
    font-weight: 800;
    margin-top: -17px;
    text-transform: uppercase;
}

#youthx-live-cards .place {
    color: #940EAF !important;
    font-weight: 800;
    font-size: 16px !important;
}

#youthx-live-cards p {
    color: #333333;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    margin-bottom: 1rem;
}

#video-section p {
    color: #333333;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    margin-bottom: 1rem;
}

#youthx-live-cards .btn-book {
    background-color: #00FF6A;
    color: black;
    width: 185px;
    height: 30px;
    border-radius: 3px;
    border: #00FF6A;
}

#youthx-live-cards .btn-soon {
    background-color: rgba(49, 49, 49, 0.09);
    color: white;
    width: 145px;
    height: 30px;
    border-radius: 3px;
    border: rgba(49, 49, 49, 0.09);
}

@media (max-width: 640px) {
    #video-section {
        background-color: rgba(49, 49, 49, 0.09);
        width: 123%;
        margin-left: -41px;
        object-fit: cover;
    }
}

@media (min-width: 1000px) {
    #video-section {
        background-color: rgba(49, 49, 49, 0.09);
        width: 108%;
        margin-left: -49px;
        object-fit: cover;
    }

    .table-video-posision {
        margin-right: 291px;
        padding-left: 135px;
    }
}


@media (min-width: 1200px) {
    #video-section {
        background-color: rgba(49, 49, 49, 0.09);
        width: 123%;
        margin-left: -129px;
        object-fit: cover;
    }
}

@media (min-width: 1400px) {
    #video-section {
        background-color: rgba(49, 49, 49, 0.09);
        width: 185%;
        margin-left: -471px;
        object-fit: cover;
    }

    .table-video-posision {
        margin-right: 291px;
        padding-left: 445px;
    }
}

.centered-text-video-section h2 {
    text-align: center;
    font-weight: 800;
    padding-top: 30px;
    line-height: 40px;
}

.red-h4 {
    color: #940EAF;
    font-size: 1.3rem;
    font-weight: 800;
}

.black-h4 {
    color: black;
    font-size: 1.3rem;
    font-weight: 800;
}

#vid-tb p {
    color: #333333;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    text-align: left;
    margin-bottom: 1rem;
}

#video-section table {
    caption-side: bottom;
    border-collapse: separate;
    border-spacing: 102px 0;
}

.pagination-position {
    margin-left: 1020px;
}

.video-width {
    width: 896px !important;
}

@media (min-width: 1400px) {

    .pagination-position {
        margin-left: 1405px;
    }

    .video-width {
        width: 970px !important;
    }
}

.activebtn {
    background-color: #940EAF;
    border: #940EAF;
    border-radius: 2px;
    color: white;
}

.inactivebtn {
    background-color: transparent;
    border: transparent;
    border-radius: 2px;
    color: black;
}

.activebtn-m {
    background-color: #940EAF;
    border: #940EAF;
    border-radius: 2px;
    color: white;
}

.video-lign {
    margin-left: -18px;
}

@media (max-width: 640px) {
    #video-section table {
        caption-side: bottom;
        border-collapse: separate;
        border-spacing: 102px 0;
        margin-top: 20px;
        margin-left: -56px;
    }
}

.inactivebtn-m {
    background-color: transparent;
    border: transparent;
    border-radius: 2px;
    color: black;
}

.youthxsummit-back-to-home {
    margin-left: 55px !important;
    margin-bottom: 40px;
}

@media (min-width:1300px) {
    .youthxsummit-back-to-home {
        margin-left: 36px !important;
        margin-bottom: 41px;
    }
}

#bk-btn a {
    cursor: pointer;
    color: #dd79dd;
    text-decoration: none;
}

.activebtn-mobile {
    border-radius: 20px;
    width: 27px;
    height: 15px;
    color: transparent;
    background: #940EAF;
    border: #940EAF;
}

.inactivebtn-mobile {
    border-radius: 20px;
    width: 6px;
    height: 15px;
    color: transparent;
    background: #8080804a;
    border: #8080804a;
}

.center-div-mobiles {
    height: 324px;
    margin-top: 78px;
    width: 246px;
    margin-left: 20px;
    text-align: center;
    position: absolute;
}

#youthx-live #youthxlive-header .header-img-youthx-live button.btn-nav {
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 205px;
    transform: translate(-50%, -50%);
    left: 3%;
}

@media (max-width:640px) {
    #youthx-live #youthxlive-header .header-img-youthx-live button.btn-nav {
        border: 0px;
        background-color: transparent;
        position: absolute;
        top: 208px;
        transform: translate(-50%, -50%);
        left: 5%;
    }
}

.pagination-position-mobile {
    margin-left: 145px;
}

.youthxlive-back-to-home {
    background: white;
    color: #940EAF;
    border: solid;
    border-color: #940EAF;
    margin-top: 18px;
    width: 293px;
}

@media (max-width:320px) {
    #youthx-live-cards {
        margin-left: -33px;
    }

    #video-section {
        background-color: rgba(49, 49, 49, 0.09);
        width: 138%;
        margin-left: -52px;
        object-fit: cover;
    }

    .youthxlive-back-to-home {
        background: white;
        color: #940EAF;
        border: solid;
        border-color: #940EAF;
        margin-top: 18px;
        width: 278px;
        margin-left: -33px;
    }

    .pagination-position-mobile {
        margin-left: 115px;
    }

    .video-lign {
        margin-left: -34px;
    }
}
