.open-play-hero {
    display: flex;
    width: 100%;
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
    background: #9E0620;
    height: 260px;
}

img.open-play-img-overlay {
    position: absolute;
    right: 0;
    top: 80px;
    height: 240px;
    width: 640px;
}

.open-play-breadcrumbs {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.open-play-breadcrumbs ul {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0;
    margin-block-start: 0;
    padding-left: 0;
}

.open-play-breadcrumbs ul li {
    list-style: none;
    color: #fff;
}

.open-play-breadcrumbs ul li i {
    font-size: 11px;
}

.open-play-breadcrumbs ul li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .15px;
}

.open-play-sport {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.open-play-badge-sport {
    background: #fff;
    color: #9E0620;
    padding: 4px 12px;
    border-radius: 8px;
    width: auto;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

.open-play-badge-sport img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(69%) saturate(5407%) hue-rotate(342deg) brightness(99%) contrast(104%);
}

.open-play-badge-sport svg {

}

.open-play-recommendations .placeholder {
    background: #bec3c7 !important;
}

.open-play-badge-sport svg path {
    color: #9E0620 !important;
    fill: #9E0620 !important;
}

.open-play-event-name {
    max-width: 760px;
}
.open-play-participants {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.participant-container {
    min-width: 40px;
}
.show-participant-badge {
    background: #fff;
    color: #9E0620;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.12px;
    text-align: center;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
    margin-top: -14px;
}

.show-participant-badge:hover {
    cursor: pointer;
}

.img-participant-user {
    border-radius: 100% !important;
    position: relative !important;
    margin-left: -15px;
    background-color: white;
    border: 2px solid #9E0620 !important;
    height: 40px;
    width: 40px;
    object-position: center;
    object-fit: cover;
}

.open-play-detail-content {
    padding-top: 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

h3.section-title {
    font-family: 'Rubik';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .15px;
    font-weight: 500;
}

h3.section-title::before {
    content: url('../assets/icon/play.svg');
    width: 24px;
    margin-right: 10px;
}

.open-play-description p {
    color: #52575C;
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.25px;
    margin-top: 0;
    padding-top: 0;
    white-space: pre-line;
}

#show-description-more {
    color: #9E0620;
    font-weight: 450;
    font-size: 14px;
}

#show-description-more:hover {
    cursor: pointer;
}

#show-path-to-location {
    color: #9E0620;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .25px;
}

.open-play-description, .open-play-match-location, .open-play-reviews {
    max-width: 760px;
}

.match-location {
    color: #52575C;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .25px;
}

.open-play-rating-stats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rating_headline_other {
    line-height: 44px;
    letter-spacing: 0.25px;
}

.rating_headline_other small {
    line-height: 20px;
    letter-spacing: 0.25px;
}

.rating_star_other {
    height: 28px;
    width: 28px;
    margin-top: 8px;
    margin-right: 8px;
}

.rating_star_other_first {
    margin-left: 16px;
}

.rating_star_other_last {
    margin-right: 16px !important;
}

.rating_desc, .rating_desc_other {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .25px;
    color: #A0A4A8;
}

.see_all_review {
    color: #9E0620;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .25px;
    align-items: center;
}

.see_all_review:hover {
    cursor: pointer;
}

/* Floating section */
#open-play-price-detail {
    position: absolute;
    top: 160px;
    right: 10%;
    background: #fff;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 8px;
}

.position-container, .payment-method {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.price-detail, .host-detail {
    border: 1px solid #E8E8E8;
    padding: 24px;
    border-radius: 8px;
    width: 320px;
}

.price-detail-schema {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price-detail-schema h4 {
    width: 100%;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.btn-ayo {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px !important;
    letter-spacing: .1px;
    padding: 6px 12px !important;
    height: auto !important;
}

.btn-ayo.is-selected {
    border: 1.5px solid #9E0620 !important;
    color: #9E0620;
}

.price-details h5 {
    font-size: 16px;
    font-weight: 500;
}

.match-date-container {
    gap: 10px;
}

.match-date-container .match-icon {
    width: 30px;
    padding-right: 10px;
}

.match-date-container h4, .host-detail h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Rubik';
    line-height: 26px;
    letter-spacing: .25px;
    margin-bottom: 0;
}

.match-date-container span {
    color: #52575C;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .25px;
}

.open-play-team-logo {
    width: 40px;
    height: 40px;
    object-position: center;
    object-fit: cover;
    border-radius: 50%;
}

/* Participant modal */
.modal-dialog .modal-content {
    padding: 16px;
    border-radius: 8px !important;
}

#detail-participant-modal .modal-dialog .modal-body,
#position-preferences-modal .modal-dialog .modal-body {
    overflow-y: hidden;
}

#detail-participant-modal .input-group {
    border-radius: 8px;
}

#detail-participant-modal .input-group span {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 0 !important;
}

#detail-participant-modal .input-group input {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .15px;
    font-weight: 400;
}

#detail-participant-modal .input-group input:focus,
#detail-participant-modal .input-group input:active {
    border-color: #ced4da !important;
    box-shadow: none !important;
}

.participant-list-container {
    height: 100% !important;
    overflow-y: scroll;
}

ul.participant-lists,
ul.position-lists {
    margin: 0;
    padding: 0;
}

.participant-list-container ul li.participant-item {
    display: flex;
    border-bottom: 1px solid #E8E8E8 !important;
    padding: 12px 0;
    list-style: none;
}

.participant-list-container ul li img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.participant-list-container ul li h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1px;
    color: #25282B;
    margin-bottom: 0;
}

.participant-list-container ul li span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1px;
    color: #A0A4A8;
}

.review-group-divider {
    display: block;
    margin: 3rem 0;
}

.open-play-price-detail-mobile {
    display: none;
    visibility: hidden;
}
.mobile-bottom-action {
    display: none;
    visibility: hidden;
}

/* Laptop 1024px */
@media (max-width: 1024px) {
    .open-play-hero, .open-play-detail-content, .open-play-recommendations{
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .open-play-description, .open-play-match-location, .open-play-reviews {
        max-width: 620px;
    }

    #open-play-price-detail, .price-detail, .host-detail {
        right: 20px;
        width: 300px !important;
    }
}

/* Tablet 768 */
@media (max-width: 768px) {
    .open-play-hero, .open-play-detail-content, .open-play-recommendations{
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .open-play-description, .open-play-match-location {
        max-width: 400px;
    }

    #open-play-price-detail {
        top: 240px;
    }

    #open-play-price-detail, .price-detail, .host-detail {
        right: 20px;
        width: 270px !important;
    }
}

@media (max-width: 425px) {
    #open-play-price-detail  {
        display: none;
    }
    .open-play-breadcrumbs {
        display: none;
    }
    .open-play-event-name h2 {
        font-size: 28px;
    }
    .open-play-hero {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 200px;
    }
    .open-play-header {
        margin-top: 0.5rem !important;
    }
    .open-play-hero, .open-play-detail-content, .open-play-recommendations{
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .open-play-participants {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
    .participant-container {
        min-width: 60px;
    }
    .show-participant-badge {
        height: auto !important;
        margin-top: -14px;
    }
    .participant-container {
        width: auto !important;
        height: 40px;
        overflow: hidden;
        margin-left:0 !important;
        margin-right: 0 !important;
        padding-left: 20px;
    }
    .btn-see-all-review-mobile {
        display: block;
    }
    .review-group-divider {
        display: block;
        margin:1rem 0;
    }
    .review-group-container {
        margin-bottom: 1rem;
    }
    .open-play-user-reviews{
        margin-top: 1rem !important;
    }
    .section-title {
        font-size: 18px !important;
    }
    .open-play-description p, p.match-location{
        font-size: 14px !important;
    }
    .open-play-detail-content {
        gap: 20px !important;
    }
    .open-play-price-detail-mobile {
        display: flex;
        flex-direction: column;
        visibility: visible;
        gap: 18px;
        width: 100%;
    }
    .open-play-match-date-mobile, .host-detail-mobile{
        display: flex;
        flex-direction: column;
        border: 1px solid #E8E8E8;
        border-radius: 8px;
        padding:16px;
    }
    .open-play-price-detail-mobile h4 {
        font-size: 14px;
    }
    .open-play-recommendation-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .mobile-bottom-action {
        position: fixed;
        background: #fff;
        visibility: visible;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        padding:12px 20px;
        border-top: 1px solid #E8E8E8;
        width: 100%;
        z-index: 1032;
    }
    .mobile-bottom-action span {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: .15px;
    }
    .mobile-bottom-action h3 {
        color: #000;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: .15px;
        margin-bottom: 0;
    }
    .mobile-bottom-action button {
        width: 50% !important;
        font-weight: 500;
        height: 44px !important;
    }
    #choose-payment-mobile .modal-body {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
    #choose-payment-mobile h4 {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 0;
    }
    #choose-payment-mobile button.btn-register-mobile {
        height: 44px !important;
    }
}

@media (max-width: 400px) {
    .mobile-bottom-action .cari-aktivitas-lain {
        width: 100% !important;
    }
}
