.event-panel {
    min-height: 430px;
}

.help-registration {
    margin-top: 10px;
}

.hide-div-load {
    display: none !important;
}

.page_tnc ol {
    padding-left: 10px;
}

@media only screen and (max-width: 768px) {
    .event-panel {
        padding: 5px;
    }

    .event-registration {
        display: flex;
        margin: 0px 20px;
    }

    .help-registration {
        display: flex;
        margin: 5px 20px;
    }

    .promo-registration {
        display: flex;
        margin: 0px 20px;
    }

    .event-panel {
        min-height: 292px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {

    /* styles for iPad in portrait orientation */
    .event-registration {
        height: 260px;
        padding: 8px;
    }

    .event-list-pic {
        margin-top: 16px;
        margin-left: 16px;
        margin-bottom: 16px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .help-registration {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 820px) and (max-device-width: 830px) {
    .event-panel {
        min-height: 292px;
    }

    .row-height {
        min-height: 170px;
    }
}

@media only screen and (min-width: 1270px) and (max-device-width: 1290px) {
    .event-panel {
        min-height: 430px;
    }
}

@media only screen and (min-width: 550px) {
    .break1 {
        height: 0px;
        margin: -10px;
        padding: -10px;
        display: none;
    }
}

@media only screen and (max-device-width: 550px) {
    .break1 {
        height: 10px;
    }

    @media only screen and (max-device-width: 1023px) {
        .event-panel {
            min-height: 292px;
        }
    }

    .button-padding {
        padding-top: 3px;
        margin: 5px;
    }

    .br {
        display: block;
        margin-bottom: 0em;
    }

    .page_tnc ol {
        list-style: auto !important;
    }

    .page_tnc .tnc {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .cart {
        margin-top: -20px;
        padding: 10px;
        padding-top: 6px;
    }

    .btn.add-btn {
        height: 40px;
        padding: 3px;
        float: centre;
        align-items: left;
        font-weight: bold;
        font-size: 12px;
        background-color: orange;
        color: white;
    }

    .btn1.add-btn1 {
        height: 40px;
        padding: 3px;
        float: centre;
        align-items: left;
        font-weight: bold;
        font-size: 12px;
        background-color: #45E521;
        color: white;
        width: auto;
        border-radius: 5px;
    }

    .footer1 {
        height: 40px;
        width: 88px;
        padding: 0%;
        border-color: rgb(230, 126, 34);
        border-width: 2px;
        float: left;
        font-size: 11px;
        background-color: white;
        display: inline;
        border-radius: 5px;
        border-style: solid;
        margin-bottom: 2%;
    }
}

#event-registration {
    display: none;
}

#custom_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
}

#custom_loader svg {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}