/*--------------------------------------------------------------
# Event view section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#inner-header {
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    z-index: 997;
    height: 100px;
}

#inner-header.header-scrolled {
    background: #aa1364;
    top: 0;
}

#inner-header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#inner-header .logo a {
    color: #fff;
}

#inner-header .logo img {
    max-height: 80px;
}

.header-inner-pages {
    background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
    background: rgba(6, 98, 178, 0.9) !important;
}

@media (max-width: 768px),
(max-height: 700px) {
    #inner-header .logo img {
        max-height: 80px;
    }
}

/*--------------------------------------------------------------
# Hero event Section
--------------------------------------------------------------*/
#hero-event {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    position: relative;
    /* background: url("../img/hero-bg.jpg") top center; */
    background-size: cover;
    position: relative;
    margin-bottom: -90px;
    z-index: 99;
    transition: 0.3s;
}

#hero-event .carousel-bg-img {
    width: 100vw;
    height: 40vh;
    position: absolute;
    object-fit: cover;
    background-position: center;
    /* filter: opacity(0.6); */
}

#hero-event .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero-event h2 {
    padding-top: 5rem;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

#hero-event .event-info {
    width: 100%;
    display: flex;
}

#hero-event .event-info i {
    color: #5f6062;
}

#hero-event p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 20px;
}

#hero-event a {
    color: #fff;
    padding: 0.5rem 2rem;
    border: 2px solid #fff;
    border-radius: 30px;
}

@media (max-width: 768px),
(max-height: 700px) {
    #hero-event h2 {
        padding-top: 5rem;
        color: #fff;
        font-size: 38px;
        font-weight: 700;
    }
}

/*--------------------------------------------------------------
# Hero event Section
--------------------------------------------------------------*/
#hero-event-checkout {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    /* background: url("../img/hero-bg.jpg") top center; */
    background-size: cover;
    position: relative;
    margin-bottom: -90px;
    z-index: 99;
    transition: 0.3s;
}

#hero-event-checkout .carousel-bg-img {
    width: 100vw;
    height: 40vh;
    position: absolute;
    object-fit: cover;
    background-position: center;
    /* filter: opacity(0.6); */
}

#hero-event-checkout .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero-event-checkout h2 {
    padding-top: 5rem;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

#hero-event-checkout .event-info {
    width: 100%;
    display: flex;
}

#hero-event-checkout .event-info i {
    color: #5f6062;
}

#hero-event-checkout p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 20px;
}

#hero-event-checkout a {
    color: #fff;
    padding: 0.5rem 2rem;
    border: 2px solid #fff;
    border-radius: 30px;
}

@media (max-width: 768px),
(max-height: 700px) {
    #hero-event-checkout .carousel-bg-img {
        height: 50vh;
    }

    #hero-event-checkout {
        height: 50vh;
        padding: 100px 0;
    }

    #hero-event-checkout h2 {
        font-size: 28px;
    }

    #hero-event-checkout p {
        width: 90%;
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
  # Icon Boxes Event
  --------------------------------------------------------------*/
.icon-boxes-event {
    padding-top: 0;
    position: relative;
    margin-top: 3rem;
    z-index: 100;
}

.info-container {
    display: flex;
    align-items: center;
}

.icon-boxes-event .event-datetime {
    width: 100px;
    background: linear-gradient(to bottom, #f2163e, #970e27);
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
    border-radius: 10px;
}

.icon-boxes-event .info-div {
    padding: 1rem;
    height: 100%;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
    border-radius: 10px;
}

.icon-boxes-event .info-div h4 {
    font-size: 14px;
}

.info-div .description {
    margin: 0;
}

.icon-boxes-event .event-datetime h2 {
    font-weight: bolder;
    font-size: 42px;
    color: #fff;
}

.icon-boxes-event .event-datetime p {
    font-weight: bolder;
    font-size: 22px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .info-container {
        display: block;
    }
}

.event-description {
    width: 100%;
}

.container-description {
    display: flex;
}

#event-map {
    width: 50%;
    height: 300px;
    margin-right: 2rem;
}

#yt-video {
    width: 50%;
    height: 285px;
}

.text-description h2 {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .container-description {
        display: block;
    }

    #event-map {
        width: 100%;
        margin-right: 0;
    }

    #yt-video {
        width: 100%;
        height: 300px;
    }
}

/*--------------------------------------------------------------
  # Tickets section
  --------------------------------------------------------------*/
.row-flex {
    text-align: center;
    flex: 1;
}

.ticket {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgb(240, 240, 240);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    /* box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2); */
}

.ticket-header {
    height: 100px;
    border-bottom: 3px dashed rgb(24, 24, 24);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.ticket-header h2 {
    padding: 1rem;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}

.ticket-header h2 span {
    font-size: 18px;
    font-weight: normal;
}

.ticket-header:before,
.ticket-header:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    /* background: rgb(235, 235, 235); */
    /* box-shadow:         inset 0 0 1px #000000; */
    border-radius: 100%;
    bottom: -12px;
    box-sizing: border-box;
}

.ticket-header:before {
    left: -13px;
}

.ticket-header:after {
    right: -13px;
}

.ticket-body {
    padding: 2rem;
    padding-bottom: 0;
    border-top: none;
    border-radius: 0 0 10px 10px;
    font-size: 13px;
}

.ticket-body p {
    text-align: left;
}

.ticket-body ul {
    text-align: left;
}

.ticket-footer .advice {
    width: 80%;
    font-weight: bold;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
}

.ticket-footer button,
.ticket-footer a {
    width: 80%;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    color: #000;
    margin-bottom: 1rem;
    border: none;
}

.ticket-color-dark {
    color: #484848 !important;
    font-weight: bolder;
}

.ticket-color-light {
    color: #fff !important;
    font-weight: bolder;
}

.cont-map {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .cont-map {
        width: 100%;
    }
}

.gold {
    background: #ffd700 !important;
    fill: #ffd700;
    color: #000;
}

.silver {
    background: #717171 !important;
    fill: #717171;
    color: #000;
}

.bronze {
    background: #CD7F32 !important;
    fill: #CD7F32;
}

.general {
    background: #36732d !important;
    fill: #36732d;
}

.minifans {
    background: #5f6062 !important;
    fill: #0d378c;
}

.diamond {
    background: #71e5ff !important;
    color: #000;
    fill: #71e5ff;
}

.vip {
    background: #b529f6 !important;
    fill: #b529f6;
}

.box {
    background: #c91517 !important;
    fill: #c91517;
}

/* .diamond {
    fill: #71e5ff;
    background: linear-gradient(to bottom, #b9f2ff, #71e5ff);
    color: #484848 !important;
    font-weight: bolder;
}

.gold {
    background: linear-gradient(to bottom, #ffd700, #cfb002);
    color: #484848 !important;
    font-weight: bolder;
}

.superfan {
    background: linear-gradient(to bottom, #b529f6, #8214b5);
    color: #fff !important;
    font-weight: bolder;
}

.general {
    background: linear-gradient(to bottom, #36732d, #2b5a24);
    color: #fff !important;
    font-weight: bolder;
} */

.ticket-footer {
    margin-top: auto;
    width: 100%;
    padding-bottom: 1rem;
}

.barcode-stripes {
    width: 100%;
}

.barcode-stripes .stripe-1 {
    display: block;
    height: 70px;
    width: 3px;
    float: left;
    border-right: thin solid #000;
    border-left: thin solid #000;
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.barcode-stripes .stripe-2 {
    display: block;
    height: 70px;
    width: 5px;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    border-right: thick solid #000;
    border-left: thick solid #000;
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.barcode-stripes .stripe-3 {
    display: block;
    height: 70px;
    width: 5px;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    border-right: thick solid #000;
    border-left: thin solid #000;
}

.main-cont {
    width: 100%;
}

.shop-ticket-container {
    width: 70%;
}

.shop-ticket {
    width: 100%;
    border-radius: 25px 25px 0px 0px;
}

.logo-shop-ticket {
    fill: #808080;
    width: 100px !important;
}

.shop-ticket h2 {
    text-align: center;
}

.ticket-border {
    margin: 0;
    padding: 0 !important;
    width: 70%;
}

.shop-ticket h1 {
    margin-top: 2rem;
    font-weight: bolder;
}

.shop-ticket table {
    width: 70%;
    margin: 0 auto;
}

.qty-selector button {
    padding-left: 0;
    padding-right: 0;
    width: 40px;
    border-radius: 10px;
}

.qty-selector input {
    border-radius: none;
}

.cancel-img {
    width: 100px;
}

.qty-button {
    background: #0f52d7;
    color: #fff;
}

.qty-left {
    border-radius: 6px 0px 0px 6px;
}

.qty-limit {
    background: #808080;
    cursor: not-allowed !important;
}

.qty-right {
    border-radius: 0px 6px 6px 0px;
}

.purchase-button {
    padding: 0.5rem 2rem;
    border-radius: 30px;
    font-weight: bold;
    background: #0d378c;
    color: #fff;
}

.purchase-button:hover {
    background: #09255d;
    color: #fff;
}

.purchase-button:focus {
    background: #09255d;
    color: #fff;
}

.bg-one {
    background: #0f52d7;
}

.countdown {
    font-size: 12px;
}

.btn-cancelModal {
    padding: 8px 30px;
    border-radius: 30px;
}

.btn-checkoutModal {
    padding: 8px 30px !important;
    border-radius: 30px !important;
    background-color: #5f6062 !important;
    color: #fff;
}

.btn-checkoutModal:hover {
    padding: 8px 30px;
    border-radius: 30px;
    background-color: #09255d;
    color: #fff;
}

.btn-checkoutModal:focus {
    padding: 8px 30px;
    border-radius: 30px;
    background-color: #09255d;
    color: #fff;
}

/* #seatsBodyCont {
    display: flex !important;
    justify-content: center !important;
} */

@media only screen and (max-width: 768px) {
    .ticket-header {
        height: 80px;
    }

    .ticket-header h2 {
        padding: 0;
        font-size: 16px;
    }

    .ticket-header h2 span {
        font-size: 14px !important;
    }

    .ticket-body {
        padding-top: 1rem;
        padding-bottom: 0rem;
        padding-left: 1rem !important;
        padding-right: 0.5rem;
    }

    .ticket-body p {
        margin-bottom: 0.5rem;
    }

    .ticket-body,
    .ticket-body ul,
    .advice {
        font-size: 10px !important;
    }

    .advice {
        width: 100%;
    }

    .ticket-body ul {
        padding-left: 0.5rem;
    }

    .ticket-footer button,
    .ticket-footer a {
        width: 80%;
        padding: 0.5rem 1rem;
        border-radius: 30px;
        color: #000;
        margin-bottom: 1rem;
        border: none;
        font-size: 12px;
    }

    .barcode-stripes {
        height: 30px;
    }

    /* 
    #seatsBodyCont {
        justify-content: inherit !important;
    } */
}

/*--------------------------------------------------------------
  # Event map section
  --------------------------------------------------------------*/

#info-fill {
    width: 20% !important;
    fill: #fff;
}

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

    .shop-ticket-container,
    .ticket-border {
        width: 90%;
    }
}

/*--------------------------------------------------------------
  # Event map seats
  --------------------------------------------------------------*/
.map-container {
    padding: 1rem;
    /* border: 1px solid #000; */
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; 
}

#resetSection {
    position: sticky;
    left: 0;
    top: 10px;
    z-index: 500;
}

.parent {
    width: 300px;
    border: 5px solid red;
    overflow-x: hidden;
    float: left;
    background-color: red;
}

.child {
    width: 1000px;
    float: left;
    font-size: 15px;
    font-family: arial;
    padding: 10px;
    cursor: pointer;
}

.velariaContainer {
    padding: 1rem;
    /* border: 1px solid #000; */
    overflow-x: scroll;
    overflow-y: scroll;
}

/* width */
.map-container::-webkit-scrollbar,
.velariaContainer::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
.map-container::-webkit-scrollbar-track,
.velariaContainer::-webkit-scrollbar-track {
    background-color: #e3e3e3;
    border-radius: 10px;
}

/* Handle */
.map-container::-webkit-scrollbar-thumb,
.velariaContainer::-webkit-scrollbar-thumb {
    background: #5f6062;
    border-radius: 10px;
}

/* Handle on hover */
.map-container::-webkit-scrollbar-thumb:hover,
.velariaContainer::-webkit-scrollbar-thumb:hover {
    background: #09255d;
}

@media only screen and (max-width: 768px) {
    .map-container {
        display: flex;
        align-items: center;
        min-height: 200px !important;
    }

    .form-check-label {
        font-size: 12px;
    }
}

.grid-layout {
    position: relative;
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-auto-rows: 120px;
    justify-content: space-around;
    margin-bottom: 1rem;
    min-height: 100% !important;
    width: fit-content;
}

.zone-container {
    position: relative;
    display: grid;
    justify-content: space-around;
    margin-bottom: 1rem;
    min-height: 100% !important;
    width: fit-content;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; 
}



.grid-layout-child-stage {
    grid-column-end: span 8;
    width: 600px;
    margin: auto;
}

.div-text-grid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-grid.stage {
    font-size: 2rem;
    font-weight: bolder;
}

.grid-layout-child-stage2 {
    margin: 0 6px;
    margin-top: 2.5rem;
}

.grid-layout-child {
    display: grid;
    grid-template-columns: repeat(10, auto);
    margin-top: 4rem;
}

.grid-layout-child-diam {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column: 2 / span 5;
    justify-content: space-between;
    margin-top: -10px;
    margin-left: 2.5px;
}

.child-diam {
    display: grid;
    grid-template-columns: repeat(6, auto);
}

.grid-layout-child-gold {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column: 2 / span 5;
    margin-top: 8.15rem;
    justify-content: space-between;
}

.child-gold {
    display: grid;
    grid-template-columns: repeat(8, auto);
}

.grid-layout-child-general {
    grid-column-end: span 8;
    margin-top: 7.15rem;
}

.accordion-item {
    border-radius: 0 !important;
    border: none !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    background-color: #0d378c !important;
    border-radius: 0 !important;
    color: #fff;
    margin: 0 !important;
    border: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #5f6062 !important;
    color: #fff;
}

.accordion-button::after {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
}

.accordion-button:not(.collapsed)::after {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
}

.map-zone {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
}

.map-zone-available {
    cursor: pointer;
}

.map-zone-selected .cls-2-gen,
.map-zone-selected .cls-3-gen,
.map-zone-selected .cls-4,
.map-zone-selected g rect,
.map-zone-selected {
    fill: rgb(90, 227, 22) !important;
    /* stroke: rgb(90, 227, 22); */
    background: linear-gradient(to bottom,
            rgb(90, 227, 22),
            rgb(65, 162, 16)) !important;
    background-color: rgb(90, 227, 22) !important;
    /* color: rgb(37, 90, 10) !important; */
    cursor: pointer;
}

.map-zone-unavailable:not(.cls-black),
.map-zone-unavailable:not(.cls-black) .cls-2-gen,
.map-zone-unavailable:not(.cls-black) .cls-3-gen,
.map-zone-unavailable:not(.cls-black) .cls-4,
.map-zone-unavailable:not(.cls-black) g rect {
    fill: rgb(182, 182, 182) !important;
    color: rgb(182, 182, 182) !important;
    cursor: not-allowed !important;
}

.map-zone-pending .cls-2-gen,
.map-zone-pending .cls-3-gen,
.map-zone-pending .cls-4,
.map-zone-pending g rect,
.map-zone-pending {
    fill: #3f3f3f !important;
    background: linear-gradient(to bottom, #747474, #545454) !important;
    color: #fff !important;
    cursor: not-allowed;
}

.map-zone-sold .cls-2-gen,
.map-zone-sold .cls-3-gen,
.map-zone-sold .cls-4,
.map-zone-sold g rect,
.map-zone-sold {
    fill: #f2163e !important;
    background: linear-gradient(to bottom, #f2163e, #970e27) !important;
    color: #fff !important;
    cursor: not-allowed;
}

.alert-danger {
    background: linear-gradient(to bottom, #f2163e, #970e27);
    color: #fff;
}

#zoomControl {
    margin-top: 1.5rem;
    position: absolute;
    z-index: 99;
}

.zoomControl {
    background-color: #5f6062 !important;
    color: #fff;
}

.zoomControl:hover {
    background-color: #5f6062 !important;
    color: #fff;
}

.zoomControlDisabled {
    background-color: #808080 !important;
    color: #fff;
    cursor: not-allowed;
}

.zoomControlDisabled:hover {
    background-color: #808080 !important;
    color: #fff;
    cursor: not-allowed;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.circle-selected {
    background: linear-gradient(to bottom,
            rgb(90, 227, 22),
            rgb(65, 162, 16));
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.circle-pending {
    background: linear-gradient(to bottom, #747474, #545454);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.circle-sold {
    background: linear-gradient(to bottom, #f2163e, #970e27);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.bg-one {
    background: linear-gradient(to bottom, #f2163e, #970e27);
}

.countdown-container {
    background: linear-gradient(to bottom, #f2163e, #970e27);
    color: #fff;
    font-size: 30px;
    border-radius: 0px 0px 10px 10px;
}

.countdown-container p {
    font-size: 11px;
    text-align: center;
    font-weight: bolder;
}

#velariaFENADU {
    width: 100%;
}

.unavailable-zone,
.cls-general-un {
    fill: rgb(224, 224, 224);
}

.availableZone {
    cursor: pointer;
}

.fenaduSVGsection {
    cursor: pointer;
}

.badge {
    position: relative;
    background-color: #000;
}

.badge img {
    width: 50%;
}

.badge-img {
    width: 23% !important;
    margin-bottom: 1rem !important;
}

.badge-circle {
    top: 0;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.badge-info h1,
.badge-info h5,
.badge-info p {
    font-family: 'Impact', sans-serif;
    font-style: italic;
    text-transform: uppercase;
}

.badge-info p {
    font-weight: lighter;
    font-size: 16px;
}

.badge-info {
    position: relative;
    z-index: 10 !important;
}

.badge-wallpaper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100% !important;
    z-index: 1 !important;
    opacity: 0.5;
}

.checkSeatsFromZone {
    cursor: pointer;
}
