* {
    padding: 0;
    margin: 0;
}

.my-ticket-page {
    position: absolute;
    width: 100%;
    height: 100vh;
    border: 0px red solid;  
    overflow-x: hidden;
    opacity: 0;
    left: 100;
}

.menu-icon2 {
    position: absolute;
    top: 47px;
    left: 27px;
    width: 41px;
    height: 41px;
    border: 0px red solid;
}

#tabs-below2{
    opacity: 0;
    bottom: -100px;
}


.tabs-bar2 {
    position: fixed;
    width: 100vw;
    height: 96px;
    bottom: -1px;
    border-radius: 30px 30px 0px 0px;
    background-color: #1a1a1a;
    border: 0px solid red;
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    justify-content: center;
    gap: 50px;
    z-index: 2;
    margin-bottom: 0;
} 

.text-container18 {
    position: relative;
    top: 13%;
}

.ticket-heading1 {
    position: relative;
    left: calc(50% - 149px);
    font-weight: 500;
    font-size: 45px;
    font-family: rubik;
    display: inline-block;
    width: 299px;
    height: 54px;
    text-align: center;
    color: #f8f8f8;
}

.ticket1 input[type="radio"]  {
    display: none;
}

.ticket1 {
    position: absolute;
    margin: auto;
    left: 0;
    border: 0px solid red;
    width:100vw;
    
}


.wrap-container7 {
    position: fixed;
    width: 100%;
    top: 45%;
    left: 0;
    color: #f8f8f8;
    transition:  0.6s cubic-bezier(.36,.01,.36,1.23);
}

.wrap-container8 {
    position: fixed;
    width: 100%;
    top: 55%;
    left: 0;
    color: #555;
    transition:  0.6s cubic-bezier(.36,.01,.36,1.23);
}

.wrap-container9 {
    position: fixed;
    width: 100%;
    top: 65%;
    left: 0;
    color: #555;
    transition:  0.6s cubic-bezier(.36,.01,.36,1.23);
}

.wrap-container10 {
    position: fixed;
    width: 100%;
    top: 75%;
    left: 0;
    color: #AAA;
    transition:  0.6s cubic-bezier(.36,.01,.36,1.23);
}

.card-custom1 {
    fill: #E64243;
}

.card-custom2 {
    fill: #C4F275;
}

.card-custom3 {
    fill: #BABABA;
}

.card-custom4 {
    fill: #555;
}

.close-button1 {
    display: none;
    position: absolute;
    right: 15%;
    top: 4.2%;
    width: 40px;
    height: 40px;
}

.close-color1 {
    fill: #f8f8f8;
}

.close-color2 {
    fill: #555;
}

.close-color3 {
    fill: #AAA;
}


.text-container19 {
    position: absolute;
    top: 5%;
    left: 10%;
    font-family: rubik;
}

.event-heading4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1px;
    border: 0px black solid;
}

.event-heading5 {
    font-size: 17px;
    font-weight: 400;
}

.text-container20 {
    display: none;
    position: absolute;
    top: 16%;
    left: 10%;
    font-family: rubik;
}

.text-container24 {
    position: absolute;
    top: 16%;
    left: 10%;
    font-family: rubik;
    width: 90%;
}

.event-heading6 {
    font-size: 20px;
    font-weight: 500;
    width: 75%;
    border: 0px black solid;
    margin-bottom: 2px;
}

.event-heading7 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

.event-heading8 {
    font-size: 15px;
    font-weight: 300;
}

.ticket-details2 {
    border: 0px black solid;
    position: absolute;
    width: 83%;
    margin: auto;
    font-family: rubik;
    top: 7em;
    display: grid;
    grid-template-columns: auto auto auto;
}

.text-container21 {
    border: 0px black solid;
    width: 70%;
    text-align: center;
}

.text-container22 {
    border: 0px black solid;
    width: 50%;
    text-align: center;
    position: relative;
    left: 25%;
}

.text-container23 {
    position: relative;
    border: 0px black solid;
    width: 50%;
    text-align: center;
    left: 50%;
}

.event-heading9 {
    font-size: 13px;
    font-weight: 3  00;
}

.event-heading10 {
    font-size: 22px;
    font-weight: 500;
}

.qrcode1 {
    position: absolute;
    left: 26%;
    top: 12em;
}

.brightness {
    position: relative;
    left: 75%;
    top: 10.5em;
}

.ticket-heading2 {
    position: relative;
    left: calc(50% - 163px);
    font-weight: 400;
    font-size: 18px;
    font-family: rubik;
    color: #eccbf6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 326px;
    height: 27px;
} 

.tabs-bar2 {
    position: fixed;
    width: 100vw;
    height: 96px;
    bottom: 0;
    border-radius: 30px 30px 0px 0px;
    background-color: #1a1a1a;
    border: 0px solid red;
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    justify-content: center;
    gap: 50px;
} 

/* allow ticket to move up */
#ticketing1:checked ~ .wrap-container7 {
    top: 7%;
}
#ticketing2:checked ~ .wrap-container8 {
    top: 15%;
}
#ticketing3:checked ~ .wrap-container9 {
    top: 20%;
}
#ticketing4:checked ~ .wrap-container10 {
    top: 25%;
}

/* move up together to able to gain access to other tickets */
#ticketing1:checked ~ label.wrap-container8 {
    top: 66%;
}
#ticketing1:checked ~ label.wrap-container9 {
    top: 73%;
}
#ticketing1:checked ~ label.wrap-container10 {
    top: 80%;
}

#ticketing2:checked ~ label.wrap-container7  {
    top: 8%;
}
#ticketing2:checked ~ label.wrap-container9  {
    top: 73%;
}
#ticketing2:checked ~ label.wrap-container10  {
    top: 80%;
}

#ticketing3:checked ~ label.wrap-container7 {
    top: 6%;
}
#ticketing3:checked ~ label.wrap-container8 {
    top: 13%;
}
#ticketing3:checked ~ label.wrap-container10  {
    top: 80%;
}


#ticketing4:checked ~ label.wrap-container7 {
    top: 4%;
}
#ticketing4:checked ~ label.wrap-container8 {
    top: 11%;
}
#ticketing4:checked ~ label.wrap-container9 {
    top: 18%;
}

/* allow text and button to appear */
#ticketing1:checked ~ .wrap-container7 > .text-container20,
#ticketing1:checked ~ .wrap-container7 > .close-button1,
#ticketing2:checked ~ .wrap-container8 > .text-container20,
#ticketing2:checked ~ .wrap-container8 > .close-button1,
#ticketing3:checked ~ .wrap-container9 > .text-container20,
#ticketing3:checked ~ .wrap-container9 > .close-button1,
#ticketing4:checked ~ .wrap-container10 > .text-container20,
#ticketing4:checked ~ .wrap-container10 > .close-button1    {
    display: block;
} 
