.nav_flex{
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
}
.left_nav{
    display: flex;
}
.nav_link a{
    color: white;
    text-decoration: none;
}
.nav_link a:hover{
    color: white;
    text-decoration: underline;
}
.nav_link{
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.nav_link svg{
    margin-right: 8px;
}
.right_nav{
    display: flex;
    justify-content: end;
}
.header_bg{
    background-image: url(https://uk.tmconst.com/production-10-85-2-8323715/images/header/lights-edp-header.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.sidebar_header{
    /* height: 160px; */
    background-color: black;
    /* padding-bottom: 25px; */
}

.media_box{
    display: flex;
    padding: 0 20px;
    padding-bottom: 25px;
}
.media_img img{
    width: 100%;
    height: auto;
}
.media_text .media_text_heading{
    font-weight: 600;
    font-size: var(--blanc-font-size, 18px);
    line-height: var(--blanc-line-height, 22px);
    letter-spacing: 0.02em;
    margin-right: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    text-transform: none;
    text-overflow: ellipsis;
}
.media_text .media_text_date{
    font-size: var(--rainier-font-size, 16px);
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 24px;
}
.media_text .media_text_location{
    font-size: var(--rainier-font-size, 16px);
    line-height: var(--rainier-line-height, 22px);
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(255, 255, 255);
}
.media_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
}


.box_text_map {
    padding: 16px;
    border-bottom: 1px solid rgb(235, 235, 235);
    background: rgb(246, 246, 246);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_text_map2 {
    padding: 20px;
    background: rgb(0 0 0 / 3%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    width: 95%;
}

.box_text_map_texto {
    font-size: var(--fiji-font-size, 18px);
    line-height: var(--fiji-line-height, 26px);
    letter-spacing: 0.02em;
    font-weight: 600;
    text-transform: capitalize;
    flex: 1;
    text-align: center;
}

.box_text_map_texto2 {
    font-size: 16px;
    font-weight: 400;
}

.box_text_map_button {

}
.ticket_map_price {
margin: -7px;
}

@keyframes slideDown {
    0% {
        transform: scaleY(0);
        opacity: 0;
        visibility: visible; /* Hace visible el elemento al inicio de la animación */
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
}

.callout-info {
    background-color: #024ddf; /* Fondo azul claro */
    border-left: 5px solid #033ce5; /* Borde izquierdo azul más oscuro */
    padding: 10px 20px; /* Espaciado interno para el texto */
    color: #ffffff; /* Color del texto, asumiendo que quieres un azul oscuro */
    font-family: Arial, sans-serif; /* Tipo de letra */
    animation: slideDown 0.5s ease-out forwards 2s;
    display: block;
    visibility: hidden;
    overflow: hidden;
}


.box_text_map_button .ticket_map_price button{
    padding: 10px 20px;
    background-color: rgba(35, 35, 35, 0.94);
    color: rgb(255, 255, 255);
    line-height: 20px;
    letter-spacing:0.5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
}
.box_text_map_button .ticket_map_price button:hover{
    opacity: 0.8;
}


.filter_flex{
    display: flex;
    justify-content: space-between;
    padding-bottom20px: 20px;
}
.filter_select{
    position: relative;
    width: 75%;
}
.filter_select select{
    font-size: var(--etna-font-size, 14px);
    letter-spacing: 0.02em;
    font-weight: 600;
    width: 100%;
    height: 40px;
    padding: 12px 12px 12px 20px;
    border: 1px solid rgb(148, 148, 148);
    border-radius: 24px;
    color: rgb(18, 18, 18);
    background-color: rgb(255, 255, 255);
    line-height: 1;
    appearance: none;
}
.filter_select select:hover{
    cursor: pointer;
    border: 1px solid black;
}

.filter_select svg{
    position: absolute;
    top: 0px;
    right: 16px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    pointer-events: none;
}
/* .filter_btn{
    width: 15%;
} */
.filter_btn button{
    margin-top: initial;
    margin-right: initial;
    margin-bottom: initial;
    font-family: inherit;
    text-align: inherit;
    text-transform: inherit;
    background-color: transparent;
    font-size: var(--etna-font-size, 14px);
    line-height: var(--etna-line-height, 18px);
    letter-spacing: 0.02em;
    font-weight: 600;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    margin-left: 8px;
    padding: 12px 20px 12px 16px;
    border: 1px solid rgb(148, 148, 148);
    border-radius: 24px;
    color: rgb(18, 18, 18);
}
.filter_btn button:hover{
    border: 1px solid black;
}
.filter_btn button svg{
    margin-right: 10px;
}
/* range */
.slider-container {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}
.values {
    margin-top: 20px;
}
.slider {
    position: relative;
    height: 6px;
    background: #ddd;
}
.thumb {
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    top: -7px;
    border: 1px solid gray;
    z-index: 9999;
}
.range {
    position: absolute;
    height: 6px;
    background: black;
}
/* .input-container {
    margin-top: 20px;
} */
.range_div{
    /* display: flex;
    align-items: center; */
    /* justify-content: center; */
    padding-top: 17px;
}
.range_flex{
    justify-content: space-between;
    margin-top: 20px!important;
}
.container-fluid{

}
.top_area{
    padding: 10px 25px;
}
input{
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    border: 1px solid #999;
}
input:hover{
 
    border: 1px solid black;
}
.line_break{
    height: 1px;
    background-color: rgba(0, 0, 0, 0.171);
    margin-top: 15px;
}
.scroll_text .up{
    letter-spacing: 0.02em;
    font-weight: 600;
}
.scroll_text .down{
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(100, 100, 100);
    margin-top: 13px;

}
.scroll_total{
    display: flex;
    align-items: center;
    color: rgb(2, 77, 223);
    font-weight: 600;
}
.scroll_flex{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.171);
    padding: 8px 0;
    padding: 10px 25px;
    
}
.scroll_flex:hover{
  background-color: #f5f1f193;
}
.right_main_ticket{

}
.scroll_div{
    overflow: auto;
    /* border-top: 1px solid rgba(0, 0, 0, 0.171); */
}
.cart_scroll{
    overflow: auto;
    /* border-top: 1px solid rgba(0, 0, 0, 0.171); */
}
/* tabs */
.tabs {
    width: 600px;
    margin: 0 auto;
}

.tab-header {
    display: flex;
    cursor: pointer;
    /* background-color: #f1f1f1; */
    padding: 10px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.tab-link {
    flex: 1;
    padding: 10px;
    text-align: center;
    /* background-color: #ddd; */
    margin-right: 2px;
    transition: background-color 0.3s ease;
}

.tab-link:last-child {
    margin-right: 0;
}

.tab-link.active {
    background-color: #fff;
    border-bottom: 4px solid #007bff;
}
.left_border{
    border-left:1px solid #bfbfbf;
}
.tab-content {
    display: none;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tab-content.active {
    display: block;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.white_box {
    font-size:14px;
    background-color: rgb(255, 255, 255);
    width: 340px;
    margin-left: auto;
    margin-right: 20px;
    padding: 10px;
    text-align: left;
}
.white_box a{
    text-decoration: none;
    color: black;
}
.media_text_heading button{
    margin: initial;
    font-family: inherit;
    text-align: inherit;
    text-transform: inherit;
    background-color: transparent;
    font-size: var(--etna-font-size, 14px);
    line-height: var(--etna-line-height, 18px);
    letter-spacing: 0.02em;
    font-weight: 600;
    min-width: 100px;
    height: 24px;
    padding: 0px 16px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 70px;
    color: rgb(255, 255, 255);
    margin-left: 8px;
}


/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.payment{
    display: flex;
    margin: auto;
    justify-content: center;
    margin: 25px auto;
}
.total_div{
    border-top: 1px solid #bfbfbf;
}
.payment_btn{
    margin: initial;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-transform: inherit;
    background-color: transparent;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width:90%;
    margin: auto;
    padding: 8px 16px;
    border: 1px solid rgb(191, 191, 191);
    border-radius: 4px;
    cursor: pointer;
    background-color: transparent;
}

@media screen and (max-width: 920px) {
.cart_scroll{
    padding: 0px !important;
}
.cart_ticket_box{
    margin-inline: 18px;
}
.cart_scroll{
    height: auto;
}
.ticket .cart_heading {
    display: none;
}

.box_text_map_texto {
    font-size: 16px;
    display: contents;
}
.box_text_map_button .ticket_map_price button{
    font-size: 12px;
}
}

@media screen and (max-width: 600px) {

    .box_text_map2 {

        width: 100%;
    }

    .top_area{
        padding: 10px 0px;
    }
    .range{
        width: 140px;
    }
    #maxThumb{
        left: 145px;
    }
    .range_flex{
        padding-top: 10px;
    }
    .nav_link{
        display: none;

    }
    .media_box{
        display: block;
    }
    .media_text{
        padding-top: 15px;
        padding-left: 0;
    }
    .white_box{
        margin: auto;
        /* margin-bottom: 15px; */
    }
    .header_bg{
        padding-bottom: 20px;
    }
     
    .payment_btn{
        font-size: 11px;
        width: 100%;
    }
}


/* ticket cart */
.ticket .cart_heading{
    font-size: var(--fiji-font-size, 18px);
    line-height: var(--fiji-line-height, 26px);
    letter-spacing: 0.02em;
    padding: 16px;
    border-bottom: 1px solid rgb(235, 235, 235);
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    background: rgb(246, 246, 246);
}
.scroll_div .cart_top{
    font-size: var(--etna-font-size, 14px);
    line-height: var(--etna-line-height, 18px);
    letter-spacing: 0.02em;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 20px;
}
.cart_ticket_box .small_heading{
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    color: #727272;
    text-transform: uppercase;
}
.cart_ticket_box .mid_heading{
    font-size: var(--blanc-font-size, 18px);
    line-height: var(--blanc-line-height, 22px);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    max-height: 80px;
    font-weight: 700;
}
.cart_ticket_box .cart_para{
    font-size: var(--rainier-font-size, 16px);
    line-height: var(--rainier-line-height, 22px);
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(100, 100, 100);
}
.cart_ticket_box{
    padding: 10px;
    box-shadow: rgba(18, 18, 18, 0.18) 0px 3px 12px 0px;
    border-bottom: 3px solid #0d6efd;
    margin-top: 20px;
}
.cart_text .up{
    color: rgb(2, 77, 223);
    font-size: 16px;
    font-weight: 600;
}
.cart_total{
    font-size: 15px;
    line-height: var(--rainier-line-height, 22px);
    letter-spacing: 0.02em;
    font-weight: 400;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    /* width: 100%; */
    border-top: 1px solid rgb(235, 235, 235);
    color: rgb(18, 18, 18);
    overflow-wrap: break-word;
}
.cart_total a{
    color: rgb(2, 77, 223);
    text-decoration: none;
}
.scroll_cart_flex{
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.cart_scroll{
    padding: 10px;
}
.cart_ticket_box{
position: relative;
}
.seat_flex{
    display: flex;
    justify-content: space-between;
}
 .tick_head{
    font-size: 13px;
    color: gray;
    font-weight: 500;
    text-align: center;
} 
.tick_para{
    font-size: 15px;
    color: rgb(2, 77, 223);
    text-align: center;
    font-weight: 700;
}


.eblExk {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 100%;
}
.ikwtRC {
    width: 24px;
    height: 24px;
    border-radius: 100%;
}
.lmhoCy {
    border: 0px;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    border-radius: 100%;
}
.eblExk {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 100%;
    border-radius: 100%;
}
.dABhzy:hover svg > path {
    fill: rgb(255, 255, 255);
}
.ikwtRC path {
    fill: rgb(18, 18, 18);
}
.cDSfVR:not(:disabled):focus, .cDSfVR:not(:disabled):hover {
    color: rgb(255, 255, 255);
    background-color: rgb(18, 18, 18);
    border-radius: 100%;
 
}
svg:not(:root) {
    overflow: hidden;
}
.dABhzy {
    position: absolute;
    top: -15px;
    right: -10px;
    /* width: 35px;
    height: 35px; */
    border: none;
    background:white;
    cursor: pointer;
    border-radius: 100%;
    padding: 0;
}
.cDSfVR:not(:disabled) {
    cursor: pointer;
}
.total_flex{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    padding-bottom: 0;
}
.sub_total_text{
    font-weight: 600;
    font-size: var(--blanc-font-size, 18px);
    line-height: var(--blanc-line-height, 22px);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: rgb(18, 18, 18);
}
.sub_total_amount{
    font-weight: 600;
    font-size: var(--blanc-font-size, 18px);
    line-height: var(--blanc-line-height, 22px);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: rgb(18, 18, 18);
}
.ticket_count{
    padding: 5px 20px;
}
.total_btn button{
    font-weight: 600;
    font-size: var(--fiji-font-size, 18px);
    letter-spacing: 0.02em;
    width: 100%;
    background-color: rgb(0, 0, 0);
    padding: 8px 0;
    border: 0;
    color: white;
    margin-top: 15px;
    border-radius: 10px;
    margin-bottom: 25px;

}
.total_btn{
    padding: 0 20px;
}