.seatMapContainer {
    display: inline-block;
    position: relative;
}

.seatMapCanvasContainer {
    position: relative;
    display: inline-block;
}

.colorLabelsContainer {
    position: absolute;
    height: 60px;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    z-index: 1;
}

.colorLabelsContainer .colorLabelLine {
    width: calc(100% - 36px);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    z-index: 1;
}

.colorLabel {
    display: flex;
    align-items: center;
    background: white;
    padding: 2px
}

.colorLabelColor {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.colorLabelColor > .colorLabelColorWheelchairIcon {
    font-weight: bold;
    font-size: 14px;
}

.colorLabelText{
    font-size: 15px;
}

.controlButtonsContainer {
    position: absolute;
    bottom: 10px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.controlButton {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #d0d7e1 solid 1px;
    font-size: 30px;
    margin: 3px;
    background-color: #FFFFFF;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    z-index: 1;
}

.seatLabelContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -100%);
    z-index: 999;
}

.seatLabelRect {
    width: 240px;
    background-color: #FFFFFF;
    border-radius: 7px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.seatLabelTriangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #FFFFFF;
}

.seatLabelHeader {
    width: 100%;
    height: 35px;
    background-color: #f1f2f5 ;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 1px solid #ccd1e2;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.seatLabelIcon {
    margin: 0 10px;
}

.seatLabelContent {
    width: 100%;
    height: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.seatLabelContent-large{
    height: 125px;
}

.withBuyerInfo {
  height: 133px;
}

.seatLabelRow {
    width: 100%;
    flex: 1;
    display: flex;
    line-height: 10px;
}

.seatLabelItem {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.seatLabelItemTitle {
    font-size: 12px;
    font-weight: bold;
    flex:1
}

.seatLabelItemText {
    font-size: 12px;
    flex:1
}

.seatLabelButton {
    font-size: 12px;
    flex: 1;

    font-weight: bolder;

    /* Extracted from event page GET 1 TICKET BUTTON */
    background-color: #505050;
    color: #ffffff;
    webkit-box-shadow: 0px 0px 0px 1px #242424 inset, 0px 4px 0px 0px #1d1d1d, 0px 5px 0px 0px #242424;
    box-shadow: 0px 0px 0px 1px #242424 inset, 0px 4px 0px 0px #1d1d1d, 0px 5px 0px 0px #242424;
    border-width: 0px;
    border-radius: 5px;
    transition: background 0.1s ease-out;
}

.flex2 {
    flex: 2;
}

.flex3 {
  flex: 3;
}

.colorLabelLine-ppp {
  background-color: #383839;
  padding: 8px;
  border-radius: 4px;
}

.seatLabelRect-ppp {
  box-shadow: 10px 10px 20px 10px rgb(0 0 0 / 30%), 5px 5px 20px 5px rgb(0 0 0 / 30%);
  background-color: #9bb4c0;
  color: #fff;
}

.seatLabelHeader-ppp {
  background-color: #7c8d96;
  font-weight: 800;
}

.seatLabelContent-ppp {
  text-shadow: 0px 0px 2px #00000042;
  font-weight: 700;
}

.seatLabelItemTitle {
  font-weight: 800;
}

.seatLabelTriangle {
  border-top: 7px solid #9bb4c0;
}

.colorLabel-ppp {
  background: transparent;
  color: #fff;
}

.colorLabelColorTimesIcon {
  font-weight: bold;
  font-size: 24px;
  padding-right: 5px;
}
