
.seleced_seat{
    FONT-WEIGHT: 500;
    background-color: green;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    color: white;
}

.seleced_seat:before {
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f00c";
    font-size: 16px;
}

.blocked_seat{
    FONT-WEIGHT: 500;
    background-color: #cccccc;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    color: white;
}
.overlay_color{
    background-color: white;
}
.into_cart_side{
    FONT-WEIGHT: 500;
    background-color: #176b86;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 12px;
    color: white;
}

.into_cart_side:before{
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f07a";
    font-size: 14px;
}
