body {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: #fff;
}

.deepblue {
    background-color: #223A6E;
}

.lightbg {
    background-image: url(assets/img/pattern-14.png);
    background-color: #fff;
}

.patterned {
    background-image: url(assets/img/pattern.png);
}

.patterned-14 {
    background-image: url(assets/img/pattern-14.png);
}

.open-sans-celtiis {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

#app-title {
    font-weight: 600;
    font-size: 25px;
}

.wt {
    color: white;
}

.p20 {
    padding: 20px 20px;
}

#welcome-message {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    vertical-align: middle;
    height: 100vh;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 30px;
}

.header-left {
    display: flex;
    align-items: center;
}

.ceventslogo {
    width: 40px;
    margin-right: 10px;
}

.header-title {
    font-size: 18px;
    font-weight: bold;
}

.header-title .event {
    color: #9DBE42;
}

.header-right {
    display: flex;
    gap: 15px;
}

.header-icon {
    width: 25px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.header-icon:hover {
    transform: scale(1.1);
}

.bjrmsg {
    font-weight: 900;
    font-size: 20px;
}

.titlesect {
    font-size: 18px;
    font-weight: 700;
}

.back-arrow-marg {
    margin-left: 10px;
}


.circle-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #213A6E;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.back-arrow {
    width: 20px;
    height: 20px;
}

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

.custom-container {
    width: 400px;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    justify-content: start;
}

.swiper-slide {
    width: 100px;
    height: 100px;
    background-color: #8BC34A;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.swiper-slide i {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}

.list-event-card {
    display: flex;
    align-items: center;
    background-color: #436479;
    border-radius: 12px;
    overflow: hidden;
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    color: white;
    margin-bottom: 10px;
}

.list-card-content {
    padding: 15px;
    flex: 2;
}

.list-card-content h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.list-card-content .info {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.list-card-content .info i {
    margin-right: 8px;
    font-size: 16px;
}

.list-card-image {
    flex: 1;
    background-image: url('assets/img/tg-bj.png');
    background-size: cover;
    background-position: center;
    height: 100%;
}

.list-icon {
    font-size: 16px;
    margin-right: 5px;
    color: #cdd6dc;
}

.date-container {
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 10px 0;
    overflow: hidden;
}

.date-swiper {
    width: 100%;
}

.date-swiper-wrapper {
    display: flex;
}

.date-swiper-slide {
    text-align: center;
    width: 50px;
    font-family: Arial, sans-serif;
    color: white;
    font-size: 14px;
    padding: 5px 0;
    border-radius: 8px;
    background-color: transparent;
}

.date-swiper-slide.current {
    background-color: white;
    color: black;
    font-weight: bold;
    padding: 8px 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.day-name {
    font-size: 12px;
    color: #ccc;
}


.event-card {
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.event-header {
    position: relative;
    padding: 15px;
}

.event-header a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.event-header .share {
    position: absolute;
    top: 15px;
    right: 15px;
}

.event-header .date {
    font-size: 14px;
    color: #cdd6dc;
    margin-bottom: 10px;
}

.event-header .share img {
    margin-right: 6px;
}

.event-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.event-title {
    padding: 20px;
}

.event-title h1 {
    font-family: "Muli", sans-serif;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    margin: 0 0 10px;
}

.event-title p {
    font-family: "Muli", sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
}

.event-details {
    padding: 0 20px 20px;
}

.event-details div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.event-details div img {
    margin-right: 20px;
}

.event-details span {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #8bc34a;
    font-weight: bold;
}

.event-description {
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 120px;
}

.event-description h2 {
    font-family: "Muli", sans-serif;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.event-description p {
    font-family: "Muli", sans-serif;
    color: #fff;
    margin-bottom: 10px;
}


.ticket-container {
    position: fixed;
    bottom: -4px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
}

.ticket-price {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.ticket-button {
    display: inline-block;
    text-decoration: none;
    background-color: #8BC34A;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 30px;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.ticket-button:hover {
    background-color: #7cb342;
}


.full-ticket-container {
    text-align: center;
    border-radius: 12px;
    padding: 20px;
    width: 90%;
    max-width: 400px;

}

.full-ticket-container h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #000;
}

.full-ticket-container h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.ticket-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #d4e985;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    min-height: 105px;
    font-size: 16px;
    font-weight: bold;
    color: #000;

}

.ticket-option span.price {
    color: #1f2f60; /* Dark blue price */
    font-size: 18px;
}

.choice-text {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #000000;
    text-align: start;
}