/* ESTILOS PARA LOS DIFERENTES TIPOS DE BOLETO */
    /* TEATRO DEL PUEBLO */
.diamante_vip {
    color: white;
    background-color: #F23005;
}
/*HOLIDAY INN*/
.bronce {
    color: black;
    background-color: #CD7F32;
}
/*.premium,
.platino {
    color: white;
    background-color: #1C2226;
}*/

.general {
    color: white;
    background-color: #A1A2A6;
}

.platea_izquierda,
.platea_derecha {
    color: white;
    background-color: #F27405;
}

.platea_general {
    color: white;
    background-color: #727273;
}

    /* ESPERAMZA IRIS */
.bloque_a, .bloque_b, .bloque_c,
.bloque_d, .bloque_e, .bloque_f,
.bloque_g, .bloque_h  {
    color: white;
    background-color: #26b551;
}
.diamante{
   color:white;
   background-color: #b767a2;
}
.premium{
 color:white;
 background-color: #fb8028; 
}
.platino{
 color:white;
 background-color: #669ec2; 
}
    /* PALENQUE */
.vip_a, .vip_b, .vip_c, .vip_d,
.general_a, .general_b, .general_c, .general_d {
    color: black;
    background-color: #F2A7B5;
}

    /* CENTENARIO */
.diamante1 {
    color: white;
    background-color: #D95555;
}

.fan {
    color: black;
    background-color: #91CCE1;
}

.vip {
    color: white;
    background-color: #734EAC;
}

.oro {
    color: black;
    background-color: #EAEA77;
}

.r10 {
    color: white;
    background-color: #79C360;
}

.v3 {
    color: white;
    background-color: #D59DC2;
}

.gradas {
    color: white;
    background-color: #EDA15B;
}

.stage {
    background-color: #555;
    color: white;
    font-weight: bold;
    text-align: center;
}
/* TERMINAN LOS ESTILOS PARA LOS TIPOS DE BOLETO */

.sc-cart-table-container {
    height: auto;
    padding: 2px;
}

.carrito-vacio {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc-ticket-set-label-titulo {
    font-size: 10px;
    font-weight: bold;
}

.sc-ticket {
    height: auto;
    font-weight: bold;
    background-color: #5ABEFC ;
    color: #000;
    font-weight: normal;
}

.td-btn-eliminar {
    justify-content: end;
    display: flex;
    height: 52px;
    align-items: center;
}

.sc-cart
td
.sc-cart-btn-delete {
    margin-right: 8px;
}

.sc-seat,
.sc-seat-indexer {
    height: 30px;
    width: 30px;
    font-size: 10px;
    font-weight: bold;
}

.sc-seat-selected {
    background-color: #5ABEFC;;
    color: #000;
    font-weight: normal !important;
}

.sc-seat.sc-seat-selected {
    cursor: pointer;
    opacity: 1;
}

.sc-seat-reserved {
    color: #000 !important;
    font-weight: normal !important;
}

.swal2-confirm,
.sc-cart-btn {
    background-color: #1D84C9;
    font-weight: bold;
}

.sc-cart-btn.sc-cart-btn-delete {
    background-color: transparent;
    color: red;
    font-size: 20px !important;
    font-weight: 100 !important;
}

.sc-cart-btn.sc-cart-btn-delete:hover {
    background-color: transparent;
    color: rgba(255, 0, 0, 0.7);
}

.sc-cart {
    width: 100%;
    margin-bottom: 0
}

.shows-asientos ul li {
    margin-bottom: 10px;
}

.sc-main-container {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
}
.swal2-confirm,
.sc-cart-btn:hover {
    background-color: rgba(29, 132, 201, 0.9);
    font-weight: bold;
}

.asientos {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

#image-map-container {
    display: block;
    overflow-x: scroll;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

#image-map-container svg {
    width: 100%;
    height: auto;
}

.cjs-zona {
    fill: transparent;
    stroke: none;
    cursor: pointer;
}

.cjs-zona:hover {
    fill: #000000;
    fill-opacity: 0.1;
    stroke: #ff0000;
    stroke-opacity: 0.5;
}

.cjs-zona:active {
    fill-opacity: 0.4;
}
