*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    color: #1F2B3D;
}

img {
    max-width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
    font-weight: 900;
}

.bg-yellow {
    background-color: #f8c335;
}

.bg-red {
    background-color: #e93534;
}

.bg-pink {
    background-color: #f47a8f;
}


.bg-darksgrey {
    background-color: #2B517E;
}

.bg-black {
    background-color: #000;
}

.bg-grey {
    background-color: #b8b7b1;
}



.bg-orange {
    background-color: #f57a53;
}

.bg-violet {
    background-color: #a976ec;
}

.bg-skyblue {
    background-color: #01a4c7;
}

.bg-violet {
    background-color: #969fea;
}

.bg-purple {
    background-color: #df76dd;
}

.bg-green {
    background-color: #8bd566;
}

.bg-dark-green {
    background-color: #0ace7e;
}

.bg-dark-yellow {
    background-color: #e09f21;
}

.seating-arrange__wrap {
    overflow: hidden;
    position: relative;
    min-width: 520px;
    height: 320px;
    margin: 0 auto;
}

.seating-arrange {
    width: 520px;
    margin: 0 auto;
    display: flex;
    padding: 30px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0;
}

.stage-body {
    width: max-content;
    background-color: #8BD468;
    position: absolute;
    bottom: 0;
    padding: 5px 15px;
    left: 50%;
    transform: translate(-50% , 0%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: unset;
}

.stage-body h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-size: 10px;
}

.stage-main {
    width: 270px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    align-items: center;
    justify-content: center;
}


.stage-main h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 18px;
    position: absolute;
}

.seating-col {
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 32px;
    position: relative;
    border-radius: 4px;
}

.seating-col input {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0;
}

.seating-col span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.seating-col span:after {
    content: "";
    position: absolute;
    width: 100%;
    display: none;
    height: 100%;
    top: 0;
    left: 0;

}

.seating-col input:checked + img + span:after {
    background-color: rgba(63, 236, 9, 0.7);
}


.seating-col input:checked + img {
    filter: brightness(0.7);
}

.seat-block {
    position: absolute;
    color: #000;
    font-weight: 700;
    font-size: 8px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    border-radius: 50px;
    top: 10px;
    left: 10px;
    width: 14px;
    height: 14px;
    background-color: #fff;
}

.left-line-image {
    position: absolute;
    left: 0;
    top: 61px;
}

.right-line-image {
    position: absolute;
    right: 0;
    top: 61px;
}



.seating-col h5 {
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    left: 50%;
    width: max-content;
    text-align: center;
}





@media(max-width:767px) {
.secodary-stage-view .seating-col h5 {
    font-size: 13px;
    line-height: 14px;
}

.seating-arrange {
    width: 100%;
    padding: 0;
    height: 195px;
    max-width: 375px;
}

.seating-arrange__wrap {
    transform: scale(0.65);
    margin-top: -40px;
}
    
}





.seating-column__flex {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 73px;
    width: 100%;
    justify-content: space-between;
}

.seating-column-left {
    width: 30%;
}

.seating-column-center {
    width: 30%;
}

.seating-column-right {
    width: 30%;
}

.seating-col + .seating-col {
    margin-top: 7px;
}

.seating-column-left .seating-col:first-child {
    width: 70%;
    margin-left: auto;
}

.seating-column-right .seating-col:first-child {
    width: 70%;
}

.seating-column-left .seating-col:nth-child(2),
.seating-column-right .seating-col:nth-child(2),
.seating-column-center .seating-col:nth-child(2),
.seating-column-left .seating-col:nth-child(5),
.seating-column-right .seating-col:nth-child(5),
.seating-column-center .seating-col:nth-child(5) {
    height: 42px;
}

.seating-column-center .seating-col:last-child {
    border-radius: 0;
}

.seating-column-center .seating-col:last-child h5 {
    font-size: 12px;
}