/* ACL Away 2023 */
.aclForm_1 .aclRegisAlert {
    position: relative;
    margin-bottom: 32px;
    padding: 16px 20px;
    border: none;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.aclForm_1 .aclRegisAlert.alert-danger {
    background: rgb(255, 107, 107);
    background: linear-gradient(270deg, rgba(255, 107, 107, 1) 0%, rgba(255, 13, 13, 1) 80%, rgba(255, 0, 0, 1) 100%);
}

.aclForm_1 .aclRegisAlert.alert-success {
    background: rgb(45, 165, 65);
    background: linear-gradient(270deg, rgb(97, 201, 114) 0%, rgba(12, 176, 39, 1) 80%, rgba(0, 184, 30, 1) 100%);
}

.aclForm_1 .aclRegisAlert h6 {
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}

.aclForm_1 .aclRegisAlert button {
    float: unset;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    opacity: 1;
}

.aclForm_1 .aclRegisAlert button span {
    vertical-align: text-top;
}

/* More Match Page CSS */
/* .others-match-card {
    width: 100%;
    display: flex;
    gap: 12px;
    height: 196px;
    margin-bottom: 15px;
} */

.aclAwayMorematch {
    max-width: 1200px;
    width: 100%;
    padding: 20px 30px;
    margin-left: auto;
    margin-right: auto;
}

.aclAwayMorematch.mb-fixed {
    margin-bottom: 60px;
}

.aclAwayMorematch .others-match-section {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.aclAwayMorematch .others-match {
    margin-top: 0;
    text-align: center;
}

.aclAwayMorematch .match-card-l {
    background: #eeeeee;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.20);
}

.aclAwayMorematch .match-card-l .program {
    margin-top: 16px;
    margin-bottom: 18px;
}

.aclAwayMorematch .match-card-l .date h4,
.aclAwayMorematch .match-card-l .location h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.aclAwayMorematch .match-card-l .location {
    margin-bottom: 20px;
}

.aclAwayMorematch .match-card-l .location h4 {
    font-size: 16px;
    font-weight: 800;
}

.aclAwayMorematch .match-card-l .date h6 {
    font-size: 13px;
    font-weight: 500;
    color: #292929;
    letter-spacing: 0.5px;
    margin-top: 6px;
}

.aclAwayMorematch .match-card-l .team img {
    width: 82px;
    height: 82px;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
}

.aclAwayMorematch .match-card-l .team h4 {
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.aclAwayMorematch .match-card-l .team .versus {
    width: auto;
    margin-left: 18px;
    margin-right: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    width: 100px;
    text-align: center;
    line-height: 18px;
    transform: translate(0, 44px);
}

.aclAwayMorematch .match-card-r button {
    padding: 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.20);

    background: rgb(253 158 76);
    background: linear-gradient(30deg, rgb(230 71 0) 0%, rgb(253 158 76) 100%);
    box-shadow: 0 1px 6px rgb(255 138 52 / 70%);
}

.aclAwayMorematch .match-card-r button.recieve {
    background: rgb(45, 165, 65);
    background: linear-gradient(270deg, rgb(97, 201, 114) 0%, rgba(12, 176, 39, 1) 80%, rgba(0, 184, 30, 1) 100%);
    box-shadow: 0 1px 6px rgb(45 165 65 / 70%);
}

/* ACL Away Recieve Page */
.aclAway_recieve_container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
}

.aclAway_recieve_container .qr-detailing {
    position: relative;
    margin-top: 30px;
}

.aclAway_recieve_container .qr-detailing .ticket-refresh {
    position: absolute;
    top: -5px;
    right: 10px;
    width: auto;
    margin: 0;
}

.aclAway_recieve_container .qr-detailing .ticket-refresh .ticket-refresh-icon {
    font-size: 1.250rem;
    color: #00B206;
    text-shadow: 0 1px 4px #00b206;
}

.aclAway_recieve_container .ticket-qrCode-contain .ticket-no {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
}

.aclAway_recieve_container .qr-detailing .ticket-qrCode-contain {
    margin: auto;
    width: 230px !important;
    height: 230px;
    object-fit: contain;
    text-align: center;
}

.aclAway_recieve_container #myTicketCarousel .carousel-control-prev {
    left: -120px;
}

.aclAway_recieve_container #myTicketCarousel .carousel-control-next {
    right: -120px;
}

.aclAway_recieve_container .recieve_ticket_arrow {
    font-size: 1.5rem;
    color: #1a1a1a;
}

.aclAway_recieve_container .matchlist-top-contain {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    background: #F9F9F9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 5px;
}

.aclAway_recieve_container .ticket-status-info {
    text-align: center;
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
}

.aclAway_recieve_container .matchlist-top-contain .ticket-status-p {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #808080;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.aclAway_recieve_container .matchlist-top-contain .ticket-status-h4 {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.aclAway_recieve_container .ticket-status-h4.ready {
    color: #00B206;
    text-shadow: 0 1px 3px rgba(0, 178, 6, 0.40);
}

.aclAway_recieve_container .ticket-status-h4.used {
    color: #ff1f1f;
    text-shadow: 0 1px 3px rgba(255, 32, 32, 0.60);
}

.aclAway_recieve_container .ticket-stamp-in {
    transform: translate(0px, -2px);
}

.aclAway_recieve_container .ticket-status-stamp {
    width: 100%;
    height: auto;
}

.aclAway_recieve_container .ticket-status-udl {
    width: 80%;
    height: 1px;
    background: #4747477c;
    margin: 10px auto;
}

.aclAway_recieve_container .matchlist-top-contain .ticket-owner-h4 {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #474747;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

.aclMorematch_head .acllogo .head-logo {
    width: 72px;
    margin-bottom: 1px;
}

.aclFirst_section .aclHeadingword-1.aclMorematch_head .morematch_1 {
    font-family: 'AFC Champions Chisel';
    font-size: 68px;
    letter-spacing: 1.5px;
    text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.5);
}

.aclFirst_section .aclHeadingword-1.aclMorematch_head .morematch_2 {
    font-family: 'AFC Champions Solid';
    font-size: 26px;
    letter-spacing: 1.5px;
    margin-top: -5px;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.aclFirst_section .aclHeadingword-1.aclMorematch_head .morematch_3 {
    font-family: 'AFC Champions Solid';
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1199px) {
    .aclAwayMorematch .match-card-r button img {
        width: 22px;
        display: inline-block;
        margin-right: 4px;
        transform: translate(0, -2px);
    }

    .aclAwayMorematch .match-card-l .program img {
        width: 100%;
        max-width: 148px;
    }
}

@media (min-width:300px) and (max-width:374px) {
    .aclAwayMorematch {
        padding: 15px 15px;
    }

    .aclAwayMorematch .match-card-l .team img {
        width: 76px;
        height: 76px;
    }

    .aclAwayMorematch .match-card-l .team h4 {
        width: 90px;
        font-size: 12px;
    }

    .aclAwayMorematch .match-card-l .team .versus {
        transform: translate(0, 48px);
    }

    .aclAway_recieve_container .qr-detailing .ticket-qrCode-contain {
        width: 200px !important;
        height: 200px;
    }

    .aclAway_recieve_container #myTicketCarousel .carousel-control-prev {
        left: -50px;
    }

    .aclAway_recieve_container #myTicketCarousel .carousel-control-next {
        right: -50px;
    }
}

@media (min-width:1200px) {
    .aclAwayMorematch .match-card-l .date {
        text-align: left;
    }

    .aclAwayMorematch .match-card-l .date h6 {
        margin-top: 0;
    }

    .aclAwayMorematch .match-card-l .location {
        margin-bottom: 0;
    }

    .aclAwayMorematch .match-card-l .program {
        margin-top: 0;
        margin-bottom: 0;
    }
}