body {
    min-height: 100vh;
}

#root,
.App,
.wraper,
.content-page,
.main-section {
    min-height: 100vh;
}

.main-section {
    display: flex;
    flex-direction: column;
}

.main-banner {
    display: flex;
    flex: 1;
}

.bodyRow {
    justify-content: center;
}

.modal-body,
.modal-content {
    background-color: transparent;
}

.resultContainer {
    text-align: center;
    width: fit-content;
    margin: 50px;
    padding: 100px 100px;
    border: #ffffff solid 2px;
    border-radius: 40px;
    color: #ffffff;
    font-size: 25px;
}

.resultString {
    margin: 0;
}

.resultSuccess {
    border-color: #00ff00;
}

.resultFailure {
    border-color: #ff0000;
}

@media only screen and (max-width: 767px) {
    .resultContainer {
        margin: 20px;
        margin-top: 100px;
        padding: 40px 40px;
        border-radius: 20px;
        font-size: 18px;
    }
}

/* Seminar */
.set-private-text {
    margin-left: 5px;
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
    .set-private-text {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.seminar-modal {
    background-color: #000000 !important;
}

.MuiSlider-markLabel {
    color: #ffffff !important;
}

.batting .MuiSlider-markLabel {
    display: none;
}
.bowling .MuiSlider-markLabel {
    display: none;
}

.MuiSlider-root {
    margin: 5px !important;
}

.EventTitle {
    font-size: 50px;
    color: #fff;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
    font-weight: "bolder";
    margin-bottom: "30px";
}

@media only screen and (max-width: 767px) {
    .EventTitle {
        font-size: 35px;
    }
}

@keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073,
            0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6,
            0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}
