.economy {
    color: white;
    background-color: #43aa8b !important;
}

.comfort {
    color: white;
    background-color: #434caa !important;
}
.comfort-plus {
    color: white;
    background-color: #4397aa !important;
}
.sc-cart-btn-submit {
    background-color: #FFF709 !important;
    color: black;
}
.sc-cart-table {
    font-size: 14px;

}
.sc-cart-btn-delete {
    height: 20px;
    width: 20px;
}
.sc-ticket {
    height: 25px;
    font-size: 12px;
}
.sc-legend-bullet {
    width: 18px;
    height: 18px;
}
.sc-legend-item {
    margin-bottom: 5px;
}
.sc-legend-description {
    font-size: 12px;
}
.sc-right-container {
    margin-left: 25px;
}

.vip {
    color: white;
    background-color: #aa4383 !important;
}
.sc-seat-selected {
    opacity: 1 !important;
    border: 1.5px solid black;
}
.sc-seat-indexer {
    width: 24px;
    font-size: 14px;
    height: 24px;
    margin: 2px;
}
.sc-seat-reserved {
    opacity: 0.3;
}
.sc-seat-disabled {
    visibility: hidden;
}
.sc-seat {
    width: 24px;
    font-size: 10px;
    height: 24px;
    margin: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.sc-cart-table-container {
    height: 100px;
}
.sc-cart {
    margin-bottom: 25px;
}