.carouselExampleCaptions{
	width: 320px;
	max-width: 100%;
}



		.ticket {
            background-color: #1c2237;
            color: #ffffff;
            width: 320px;
            max-width: 100%;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            position: relative;
			align-content: center;
        }

        .ticket-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .ticket-header img {
            height: 90px;
        }

        .ticket-header .event-info {
            text-align: right;
            font-size: 14px;
        }

        .event-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .event-subtitle {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .event-location {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .event-invitee {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .qr-code {
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
			max-height: 200px;
			
        }

        .download-button {
            background-color: #00a1e6;
            color: #ffffff;
            text-align: center;
            padding: 10px;
            border-radius: 5px;
            text-decoration: none;
            display: block;
            font-size: 16px;
        }

		.bol_des {
			height: inherit;
			width: auto;
			margin-bottom: 20px;
			margin-top: 10px;
			display: flex;
			justify-content: center;	

		}
		.bol_des button:hover {
			background-color: #8A3ED5;
		}
		
