
.front-indicator {
    width: 145px;
    margin: 5px 32px 15px 32px;
    background-color: #dc3741;
    color: lemonchiffon;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    font-weight: bold;
}
.wrapper {
	width: 100%;
	text-align: center;
}
.modal__seat_selection .container {
	font-family: 'Lato', sans-serif;
	margin: 0 auto;
	/* width: 750px; */
	width: auto;
	text-align: left;
}
.modal__seat_selection .booking-details {
	float: left;
	text-align: left;
	margin-left: 35px;
	font-size: 12px;
	position: relative;
	height: 401px;
}
.modal__seat_selection .booking-details h2 {
	margin: 25px 0 20px 0;
	font-size: 17px;
}
.modal__seat_selection .booking-details h3 {
	margin: 5px 5px 0 0;
	font-size: 14px;
}
.modal__seat_selection div.seatCharts-cell {
	color: #fff;
	height: 25px;
	width: 25px;
	line-height: 25px;
	
}
.modal__seat_selection div.seatCharts-seat {
	color: #000000;
	cursor: pointer;	
}
.modal__seat_selection div.seatCharts-row {
	height: 32px;
}
.modal__seat_selection div.seatCharts-seat.available {
	background-color: #B9DEA0;

}
.modal__seat_selection div.seatCharts-seat.available.first-class {
/* 	background: url(vip.png); */
	background-color: #3a78c3;
}
/* div.seatCharts-seat.focused {
	background-color: #76B474;
} */
.modal__seat_selection div.seatCharts-seat.selected {
	background-color: #c30000;
}
.modal__seat_selection div.seatCharts-seat.unavailable {
	background-color: #666666;
    color: #c2c1c1;
	cursor: not-allowed;
}
.modal__seat_selection div.seatCharts-container {
    border: 1px solid #bbb6b6;
    width: 235px;
    padding: 10px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.modal__seat_selection div.seatCharts-legend {
	padding-left: 0px;
	position: absolute;
	bottom: 16px;
}
.modal__seat_selection ul.seatCharts-legendList {
	padding-left: 0px;
}
.modal__seat_selection span.seatCharts-legendDescription {
	margin-left: 5px;
    line-height: 30px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #000;
}
#selected-seats {
	max-height: 90px;
	overflow-y: scroll;
	overflow-x: none;
	width: 170px;
}


/* CUSTOM */
div.seatCharts-seat.available.panoramica {
    background-color: #FFE940;
}

div.seatCharts-seat.available.semicama {
    background-color: #FFBC42;
}

div.seatCharts-seat.available.cafetera {
    background-color: #FFFF4F;
}

div.seatCharts-seat.available.cama {
    background-color: turquoise;
}


div.seatCharts-seat.available.reclinable {
    background-color: rgb(255, 156, 173);
}


.modal__seat_selection .no-select {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE10+ */
    user-select: none;         /* Standard */
}

.modal__seat_selection .swal2-validation-message {
	color: #000;
	font-weight: bold;
	font-size: 1.1rem;
}

.flip-view-btn {
	display: none;
}

.flip-view-btn {
    background-color: #4CAF50;
    color: white;
    padding: 5px 20px;
    border: none; 
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
/* 	margin: 0 auto; */
    margin-bottom: 10px;
}

.flip-view-btn:hover {
    background-color: #45a049;
	color: #fff;
}

@media (max-width: 768px) {

	.modal__seat_selection .container {
		width: 500px;
	}

	.modal__seat_selection .swal2-title {
		font-size: 1.6rem;
	}
	
    .down-bus {
        display: none; /* Ensure down-bus is hidden on mobile */
    }
	.flip-view-btn {
		display: block;
	}
}


.seccion_transporte > .wcpa_section_body > .wcpa_row:not(.wcpa_row_index_0):not(.wcpa_row_index_1) {
/*     display: inline-block;
    max-width: 230px;
    margin-right: 10px; */
}

.button_select_seats > .wcpa_field {
    max-width: 195px;
    margin-top: 0px;
    padding: 10px 15px;
    background-color: #007bff;
    color: #fff; 
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
	padding-left: 37px;
}

.button_select_seats > .wcpa_field:hover {
    background-color: #0056b3;
}

.button_select_seats > .wcpa_field:active {
    background-color: #004085; 
}

.button_select_seats > .wcpa_field:focus {
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.seccion_transporte .seats, 
.seccion_transporte .seat_number,
.seccion_transporte .bus_number {
    display: none !important;
}

/* .button_select_seats > .wcpa_field  {
    padding-left: 10pxs;
}
 */

.button_select_seats {
  position: relative;
}

.button_select_seats::before {
    content: '';
    background-image: url(https://grupopraia.com/es/wp-content/uploads/2024/10/seat_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 48px;
    z-index: 1;
}

/* SUmmary Seat */
.summary-seats {
    max-width: 400px;
    background-color: #eee;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    margin-bottom: 20px;
}

.summary-seats p {
    margin: 7px 0px;
}

.summary-seats .seat .number {
    font-weight: bold;
}

/* BUS selector */
.bus-selector {
    display: flex;
    margin-bottom: 10px;
}

.bus-selector p.legend {
    display: flex;
    align-items: center;
    margin: 0px;
    text-align: left;
	background: #29cd25;
    color: #fff;
    padding: 1px 8px;
    border-radius: 5px;  
    font-size: 15px;  
}

.bus-selector p.legend .number {
    margin-left: 5px;
    font-weight: bold;
}

.bus-selector button {
    margin: 0px 0px 0px 10px;
    padding: 0px 10px;
}


/* BUS PAGINATION */
/* Style for the bus buttons */
.bus-btn.view-bus {
    background-color: #007bff; /* Primary color */
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.2s;
    min-height: 30px;
}

.bus-btn.view-bus:hover {
    background-color: #0056b3; /* Darker blue on hover */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.bus-btn.view-bus.active {
    background-color: #28a745; /* Green for active */
    color: #fff;
    font-weight: bold;
    border: 1px solid #1e7e34; /* Slightly darker border */
}

.bus-btn.view-bus:disabled {
    background-color: #d6d6d6; /* Light gray */
    color: #7a7a7a;
    cursor: not-allowed;
    box-shadow: none;
}