.bus {    
text-size-adjust: 100%;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF !important;
    pointer-events: auto;
    box-sizing: border-box;
    background: #1B213B;
    border-radius: 20px;
    position: relative;
    padding: 20px 0px 10px;
}

.row-container {
      text-size-adjust: 100%;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF !important;
    pointer-events: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-top: 7px;
}

.outer-seat {
      text-size-adjust: 100%;
    pointer-events: auto;
    border-radius: 0px;
    margin: 0px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none;
    font-weight: 600;
    box-sizing: border-box;
    appearance: button;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: default;
}

.inner-seat {
      text-size-adjust: 100%;
    pointer-events: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    font-weight: 600;
    cursor: default;
    box-sizing: border-box;
    height: 40px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
}

.seat-rectangule {
      text-size-adjust: 100%;
    pointer-events: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    font-weight: 600;
    box-sizing: border-box;
    width: 30px;
    height: 33px;
    color: white;
    background: #262D47;
    border-radius: 6px;
    border: none !important;
    cursor: default;
}

.seat-rectangule2 {
      text-size-adjust: 100%;
    pointer-events: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    font-weight: 600;
    color: white;
    box-sizing: border-box;
    width: 30px;
    height: 33px;
    
    background: lightblue;
    border-radius: 6px;
    border: none !important;
    cursor: default;
}

.seat-rectangule3 {
      text-size-adjust: 100%;
    pointer-events: auto;
    font-family: inherit;
    font-size: inherit;
    text-transform: none;
    font-weight: 600;
    color: white;
    width: 30px;
    height: 33px;
    
    background: #1B213B;
    border-radius: 6px;
    border: none !important;
    cursor: default;
}

.seat-rectangule4 {
      text-size-adjust: 100%;
    pointer-events: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    font-weight: 600;
    color: white;
    box-sizing: border-box;
    width: 30px;
    height: 33px;
    
    background: yellowgreen;
    border-radius: 6px;
    border: none !important;
    cursor: default;
}

.seat-number {
      text-size-adjust: 100%;
    pointer-events: auto;
    font-family: inherit;
    line-height: inherit;
    text-transform: none;
    font-weight: 600;
    color: white;
    box-sizing: border-box;
    position: center;
    z-index: 1;
    font-size: 12px;
    
    cursor: default;
}

.seat-number2 {
      text-size-adjust: 100%;
    pointer-events: auto;
    font-family: inherit;
    line-height: inherit;
    text-transform: none;
    font-weight: 600;
    color: yellowgreen;
    box-sizing: border-box;
    position: center;
    z-index: 1;
    font-size: 12px;
    
    cursor: default;
}

.seat-number3 {
      text-size-adjust: 100%;
    pointer-events: auto;
    font-family: inherit;
    line-height: inherit;
    text-transform: none;
    font-weight: 600;
    color: darkblue;
    box-sizing: border-box;
    position: center;
    z-index: 1;
    font-size: 12px;
    
    cursor: default;
}

#div-inline {
      text-size-adjust: 100%;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF !important;
    pointer-events: auto;
    box-sizing: border-box;
    width: 40px;
    height: 20px;
    border-radius: 9px;
    background: rgb(236, 236, 236);
    margin: -5px 0px 0px;
    z-index: -1;
}