body {
    /* background-color: #0066B3; */
}


/* @media screen and (max-device-width: 600px){ */
.seat1_main {
    /* position: absoulte;
        border: 1px solid red; */
    /* border: 1px solid red; */
    position: relative;
    height: 100%;
    margin: 13px 16px 36px 16px;
    display: flex;
    flex-direction: column;
}

.seat1_head {
    position: relative;
    /* background-color:#0066B3; */
    display: flex;
    align-items: center;
    height: 22px;
}

.seat1_head a {
    cursor: pointer;
    position: absolute;
    margin: 0;
}

.seat1_head>a>img {
    width: 16px;
    height: 16px;
}

.seat1_head h4 {
    margin-top: 16px;
    margin-left: 16px;
    width: 100%;
    height: 22px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    align-items: center;
    color: #FFFFFF;
}

.booking {
    /* border: 1px solid yellow; */
    margin-top: 25px;
    height: 193px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
}

.booking_head {
    margin: 12px 16px;
    height: 19px;
    display: flex;
    justify-content: space-between;
}

.booking_head h5 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
    color: #666666;
}

.booking_head a {
    text-decoration: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
}

.booking_details {
    display: flex;
    height: 134px;
    margin: 12px 16px;
    /* border:1px solid red; */
}

.booking_line {
    /* border:1px solid red; */
    margin-top: 11px;
    height: 134px;
    width: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .booking_line img{
        border: 1px solid red;
    } */

.booking_circle {
    border: 2px solid #9FCDCF;
    width: 6px;
    height: 6px;
    border-radius: 7px;
    padding: 2px;
}

.booking_location {
    /* border:1px solid red; */
    height: 134px;
    width: 100%;
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
}

.booking_location1 {
    width: 100%;
    /* border: 1px solid yellow; */
    height: 59px;
    display: flex;
    justify-content: space-between;
    /* flex-wrap:wrap; */
}

.booking_location2 {
    width: 100%;
    /* border: 1px solid yellow; */
    height: 59px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.location_info {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    padding: 0px;
    gap: 4px;
    height: 19px;
    width: 155px;
}

.location_info h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 1.5px;
    color: #999999;
}

.location_info h4 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}

.location_seat_info {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 8px;
    /* height: 32px; */
    line-height: 135%;
    margin-top: 27px;
    /* margin-top:7%; */
}

.location_seat_info h5 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #999999;
    display: flex;
    align-items: center;
    margin-top: 6px;
    line-height: 135%;
}

.location_seat_info h4 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    padding: 6.5px;
    background-color: #0066B3;
    border-radius: 8px;
    margin-top: 8px;
    color: #FFFFFF;
}

.pass_detail {
    position: relative;
    box-sizing: border-box;
    height: 105px;
    /* border: 2px solid #0066B3; */
    background: #F7F7F7;
    border-radius: 12px;
    margin: 0px 16px;
}

.booked_pass {
    display: flex;
    justify-content: space-between;
    margin: 8px 12px;
}

.pass_type {
    position: absolute;
    /* border: 1px solid red; */
    margin-top: 16px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
    height: 32px;
}

.pass_price {
    /* border: 1px solid red; */
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
}

.pass_inr {
    /* border:1px solid red; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 41px;
    width: 61px;
}

.pass_inr h1 {
    margin-top: 23px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
}

.pass_inr h6 {
    margin-right: 5px;
    margin-top: 30px;
    color: #999999;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
}

.pass_price h4 {
    margin-top: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 135%;
    color: #999999;
}

.pass_price h3 {
    margin: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #999999;
}

.gst_dropdown {
    position: relative;
    margin-top: 16px;
    /* height: 56px; */
    background: #FFFFFF;
    /* Drop Shadow */
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    border-radius: 8px;
    /* display:flex;
        justify-content:center;
        align-items:center; */
}

.drop_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border:1px solid red; */
    /* margin:16px; */
    height: 70px;
    border-radius: 8px;
    padding: 16px;
}

.drop_button p {
    margin: 2.5px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #666666;
}

.drop_button button {
    background: none;
    border: none;
    margin-right: 8px;
}

.arrow {
    vertical-align: baseline;
    width: 12px;
    height: 7.42px;
}

.drop_content {
    display: none;
    margin: 16px;
    /* border:1px solid red; */
    background: #FFFFFF;

    /* Utility/Light Grey #CCC */
    border: 1px solid #CCCCCC;
    border-radius: 8px;



}

.drop_content input {
    background: #FFFFFF;
    /* Utility/Light Grey #CCC */
    border: none;
    height: 98%;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
}

.drop_content label {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #81A0A1;
}

.drop_content input {
    border: none;
}

.drop_content input:focus {
    box-shadow: none;
}

.drop_content button {
    background: none;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #FDB813;
    margin-right: 16px;
}

.show {
    display: flex;
    align-items: center;
    border: 1px solid #CCCCCC;
    height: 54px;
}

.rotatearrow {
    transform: rotate(-180deg);
}

.show_change {
    display: block;
    color: black;
}

.booking_button {
    /* position:absolute; */
    height: 52px;
    top: 727px;
    /* border:1px solid yellow; */
    width: 100%;
    background: #FDB813;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 35px;
}

.booking_button .btn {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.booking_button button {

    width: 100%;
    background: none;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.booking_button a {
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    color: #333333;
}

.modal-content {
    margin-top: 40%;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    border-radius: 12px;
    width: 320px;
    /* margin-left:32px; */
}

.popup {
    margin: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup_head h4 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
    color: #333333;
    align-self: stretch;
    text-align: center;
}

.popup_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.popup_head img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    color: #333333;
}


.popup h6 {
    margin-top: 16px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    align-self: stretch;
    align-items: center;
    text-align: left;

}

#login_btn {
    text-decoration: none;
    width: 100%;
    box-shadow: none;
    border: none;
    margin-top: 16px;
    background-color: #FDB813;
    border-radius: 12px;
    padding: 12px 24px;
    gap: 12px;
}

.popup a span {
    width: 100%;
    text-decoration: none;
    color: #333333;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
}

.popup p {
    margin-top: 12px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 135%;
    color: #666666;
}

.popup p a {
    text-decoration: none;
    color: #FDB813;
}

.form-control {
    border-radius: 12px;
}

.form-floating label {
    margin-top: 5px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
}

.form-control {
    /* margin-top:10px; */
    height: 100%;
}

.form-control {
    box-shadow: none;
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
}

.location_info h4 {
    color: #333333;

}

.hide {
    display: none;
}


/* } */

@media screen and (min-width:601px) {
    .seat {
        display: flex;
        justify-content: center;
    }

    .seat1_main {
        margin: 0 auto 36px;
        width: 460px;
        background: #FFFFFF;
        box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
        border-radius: 12px;
    }

    .seat1_head img {
        margin-top: -2px;
        filter: brightness(0) saturate(100%) invert(12%) sepia(80%) saturate(6342%) hue-rotate(194deg) brightness(105%) contrast(103%);
    }

    .seat1_head {
        margin: 24px 36px;
        display: flex;
    }

    .seat1_head h4 {
        color: #0066B3;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        margin-top: -5px;
    }

    .booking {
        margin: 0px 26px;
        background: #F7F7F7;
        border-radius: 12px;
        box-shadow: none;
    }

    .pass_detail {
        background: #FFFFFF;
    }

    .gst_dropdown {
        margin: 16px 28px 0px 28px;
        background: #F7F7F7;
    }

    .booking_button {
        width: 388px;
        margin-left: 36px;
    }

    .modal-new-content {
        /* border:1px solid red; */
        /* left: calc(100% - 84%); */
        top: 150px;
    }

    .hide {
        display: none;
    }

    .popup_modal {
        position: absolute;
        /* border:1px solid yellow; */
        width: 100%;
    }

    .location_info h4 {
        color: #333333;

    }
}