html {
    font-size: 20px;
    min-width: 320px;
}

.SCHEDULE_CONT>table>tbody>tr>td>img {
    object-fit: cover;
    /* width: 100% !important; */
}

#imageView {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 200;
    text-align: center;
}

img {
    object-fit: cover;
    /* width: 100%; */
}

#imageView img {
    width: 1200px;

}

.rsp_view_wrap {
    margin-top: 2.5rem;
}

@media screen and (max-width:1250px) {
    .rsp_view_wrap {
        margin-top: 5.25rem;
    }

    #imageView img {
        width: calc(100% - 2rem);

    }
}

.rsp_view_title {
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 0.1rem solid #bcc3c8;
    line-height: 2.2rem;
}

.rsp_view_stitle {
    font-weight: 400;
    font-size: 1rem;
    color: #757575;
    margin-bottom: 2rem;
    line-height: 1.5rem;
}

.wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
}

.swip-buttons {
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    height: 2rem;
    text-align: center;
    width: 2rem;
}

.swip-buttons>i {
    line-height: 2rem;
    color: #757575;
}

.swip-button-prev {
    left: -2.5rem;
}

.swip-button-next {
    right: -2.5rem;
}

.swiper {
    height: 15rem;
    overflow: hidden;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_box_cont>div {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width:1250px) {
    .rsp_view_wrap {
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .swiper {
        height: 23vw;
    }

    .swip-buttons {
        display: none;
    }
}

@media screen and (max-width:800px) {
    .swiper {
        height: 46vw;
    }

    .rsp_tabs {
        background-color: white;
        position: sticky;
        /* top: 50px; */
        top: 35px;
        width: 100%;
        display: flex;
        border-bottom: 1px solid #3d3d3d;
    }
}

@media screen and (max-width:500px) {
    html {
        font-size: 16px;
    }

    .rsp_tabs {
        background-color: white;
        position: sticky;
        /* top: 50px; */
        top: 40px;
        width: 100%;
        display: flex;
        border-bottom: 1px solid #3d3d3d;
    }
}

@media screen and (max-width:320px) {
    .swiper {
        width:18rem;
        height: 17rem;
    }

    .swip-buttons {
        display: block;
    }

    .swip-button-next>i {
        display: flex;
        line-height: 2rem;
        color: #757575;
        margin-left: -20px;
    }

    .swip-button-prev>i {
        display: flex;
        line-height: 2rem;
        color: #757575;
        margin-left: 40px;
    }

    .swip-button-next {
        right: -3.5rem;
        /* margin-left: 24px; */
    }

    .swip-button-prev {
        left: -3.3rem;
    }

  
   
}
    

.rsp_view_tbtns {
    height: 2.5rem;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rsp_tbtns_inner {
    display: block;
}

.rsp_tbtns_left>.rsp_tbtn {
    margin-right: 0.5rem;
}

.rsp_tbtn {
    color: #757575 !important;
    padding: 0.45rem 0.6rem;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-radius: 0.25rem;
}

.rsp_tbtn>i {
    margin-right: 0.25rem;
}

.rsp_hrt.active {
    color: var(--t_main_color) !important;

}

.rsp_table {
    border-collapse: collapse;
    border-top: 2px solid #3d3d3d;
    display: table;
    width: 100%;
}

.rsp_row {
    border-bottom: 1px solid #e5e5e5;
    display: table-row;
}

.rsp_row:last-child {
    border-bottom: none;
}

.rsp_cell {
    padding: 0rem 1rem;
    height: 2rem;
    line-height: 2rem;
    box-sizing: border-box;
    display: table-cell;
    word-break: keep-all;
}

.rsp_title_cell {
    vertical-align: middle;
    white-space: nowrap;
    width: 10%;
    font-size: 0.8rem;
    color: #3d3d3d;
}

.rsp_title_cell>i {
    margin-right: 0.5rem;
}

.rsp_table_btn {
    white-space: nowrap;
    border: 1px solid #e2e2e2;
    margin-left: 0.5rem;
    line-height: 1rem;
    border-radius: 0.25rem;
    color: var(--t_main_color) !important;
    padding: 0 0.5rem;
    box-sizing: border-box;
    text-align: center;
}

.rsp_table_btn>i {
    margin-right: 0.25rem;
}

.orange_txt {
    color: var(--t_main_color);
}

.rsp_normal_txt {
    color: #757575 !important;
}

.rsp_apl_img {
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem;
    object-fit: none;
    display: inline-block;
}

.rsp_apl_txt {
    font-weight: bold;
    font-size: 0.8rem;
    color: #3d3d3d;
}

.rsp_apl_wrap {
    display: flex;
    align-items: center;
}

.rsp_date_tag {
    background-color: var(--t_main_color);
    color: white;
    border-radius: 0.25rem;
    padding: 0 0.25rem;
    line-height: 1rem;
    box-sizing: border-box;
}

.rsp_date_wrap>span {
    margin-right: 0.5rem;
}

.common_title {
    border-bottom: 2px solid #3d3d3d;
    font-size: 1rem;
    line-height: 2.5rem;
}

.calendar_div {
    background-color: white;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 0.5rem;
    font-family: sans-serif;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.calendar_div * {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}

.calendar {
    width: 100%;
    margin-bottom: auto !important;
}

.calendar_header {
    /* border-top: 2px solid #3d3d3d; */
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    background-color: #f9f9f9;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
}

.year-month {
    font-size: 0.9rem;
    margin: 0 1.5rem;
}


.nav-btn {
    width: 2.5rem;
    height: 100%;
    border: 0;
    font-size: 16px;
    line-height: 22px;
    background-color: transparent;
    cursor: pointer;
}

.go-prev {
    /* position: absolute; */
    left: 0;
}

.go-next {
    /* position: absolute; */
    right: 0;
}

.month {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
}

.days {
    width: 100%;
    display: flex;
    margin: 20px 0 0;
}

.day {
    /* width: calc(100% / 7); */
    text-align: center;
    height: 1.5rem;
}

.dates {
    width: 100%;
    display: flex;
    align-items: center;
    /* flex-flow: row wrap; */
}

.date {
    margin-right: 0.5rem;

    width: calc(95.2% / 7);
    height: 5rem;

    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:1000px) {
    .date {

        width: calc(94.8% / 5);

    }
}

@media screen and (max-width:700px) {
    .date {

        width: calc(96.8% / 3);

    }
}

.date>.this {
    border: 1px solid #e5e5e5;
    border-radius: 1rem;
    color: #757575;
    width: 100%;
    height: 100%;
    line-height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date>.this.active {
    font-weight: bold;
    color: black;
    border: 1px solid var(--t_main_color);
    /* box-shadow: 0px 0px 3px 3px rgba(255, 120, 30, 0.3); */
}

.date>.this.hide {
    border: none;
}

.day:nth-child(7n + 1),
.date:nth-child(7n + 1) {
    color: #D13E3E;
}

.day:nth-child(7n),
.date:nth-child(7n) {
    color: #396EE2;
}

.prev_date {
    opacity: 0.3;
}

.today {
    position: relative;
    color: #FFFFFF;
    z-index: 1;
}

.today::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #35a0fc;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    content: '';
}

.cal_result {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.cal_rsl_inner_box {
    color: #3d3d3d;
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    font-size: 0.9rem;
    padding: 1rem;
    box-sizing: border-box;
}

.cal_date_state {
    font-weight: bold;
}

.cal_infos {
    display: flex;
    justify-content: center;
}

.cal_tags {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    margin: 0 0.25rem;
}

.cal_tags>.rsp_normal_txt {
    text-align: center;
    min-width: 4rem;
}

.cal_apl_img {
    display: inline-block;
    object-fit: none;
    height: 1rem;
    width: 1rem;
}

.cal_tags>.orange_txt {

    margin-right: 0.25rem;
}

.cal_result_wrap {
    display: none;
}

.cal_result_wrap.active {
    display: block;
}

.rsp_cal_wrap {
    margin-bottom: 2rem;
}

@media screen and (max-width:800px) {
    .cal_infos {
        flex-direction: column;
        align-items: center;
    }

    .cal_tags {
        width: 50%;
        min-width: calc(320px - 4rem);
        margin: 0.5rem 0;
    }
}

.rsp_flex_wrap {
    justify-content: space-between;
    display: flex;
}

@media screen and (max-width:1250px) {

    .rsp_flex_wrap {
        flex-direction: column;
    }
}

.rsp_flex_left {
    width: calc(100% - 15rem);
}

.rsp_flex_right {
    width: calc(100% - 48.5rem);
}

@media screen and (max-width:1250px) {
    .rsp_flex_left {
        width: 100%;
    }

    .rsp_flex_right {
        width: 100%;
    }
}

.left_tables {
    display: flex;
    flex-wrap: wrap;
}

.book_right {
    display: flex;
    flex-direction: column;
}

.left_table {
    box-sizing: border-box;
    font-size: 0.8rem;
    /* flex-grow: 1; */
    width: calc(100% / 3);
    display: table;
    border-collapse: collapse;
    border-right: 1px solid #e5e5e5;
}

.left_table.right_table {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width:1250px) {
    .left_tables {
        flex-wrap: wrap;
    }

    .left_table {
        width: 100%;
    }
}

.left_table:last-child {
    border-right: none;
}

.left_row {
    border-bottom: 1px solid #e5e5e5;
    display: table-row;
}

.left_row:last-child {
    border-bottom: none;
}

.left_cell {

    display: table-cell;
    padding: 0.75rem 1rem;
    box-sizing: border-box;
}

.left_title_cell {
    white-space: nowrap;
    color: #3d3d3d;
    font-weight: bold;
    background-color: #f9f9f9;
    border-bottom: 2px solid #e5e5e5;
}

.left_cell_txt {
    color: #757575;
}

.left_cell_txt.cell_title_txt {
    color: #3D3D3D;
    margin-bottom: 0.75rem;
    line-height: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.left_cell_txt.cell_top_txt {
    margin-bottom: 0.75rem;
}

.left_cell_txt.cell_bot_txt {
    font-size: 0.9rem;
    text-align: right;
    font-weight: bold;
}

.usd_price {
    font-size: 0.7rem;
    color: #d5d5d5;
}

.left_cell_txt.cell_last_txt {
    color: var(--t_main_color);
}

.right_sticky_box {
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
}

@media screen and (min-width:1251px) {
    .right_sticky_box {
        position: sticky;
        top: 0;
    }
}

/* @media screen and (max-width:1250px) {
    .right_sticky_box {
        display: block;
        z-index: 99;
        background-color: white;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}
} */
.stk_picker_inner {
    margin-bottom: 0.5rem;
}

.stk_picker_inner:last-child {
    margin-bottom: none;
}

.stk_picker_box {
    border-bottom: 2px solid #c5cbd0;
    white-space: nowrap;
    padding: 1.75rem 1rem;
    box-sizing: border-box;
}

.stk_pick_title {
    margin-right: 1rem;
    color: #3d3d3d;
    font-weight: bold;
}

.stk_input {
    font-size: 0.7rem;
    color: var(--t_main_color);
    width: calc(100% - 4rem);
    border: 1px solid #e2e2e2;
    border-radius: 0.25rem;
    outline: none;
    padding: 0.5rem 0.6rem;
    box-sizing: border-box;
    font-size: 0.7rem;
}

.right_age_box {
    background-color: #f9f9f9;
    border-bottom: 2px solid #c5cbd0;
    /* border-top: 2px solid #c5cbd0; */
}

.right_age_inner {
    border-bottom: 1px solid #e5e5e5;
    padding: 0.75rem 1rem;
    box-sizing: border-box;
}

.right_age_inner:last-child {
    border-bottom: none;
}

.right_age_prc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right_age_count {
    display: flex;
    align-items: center;
}

.right_age_circle {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    position: relative;
    border-radius: 50%;
}

.right_age_circle::before,
.right_age_circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 6px);
    height: 2px;
}

.right_age_circle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.right_age_minus {
    border: 1px solid #d7d7d7;
}

.right_age_minus.right_age_circle::before {
    background-color: #d7d7d7;
}

.right_age_plus.right_age_circle::before,
.right_age_plus.right_age_circle::after {
    background-color: #ff8e87;
}

.right_age_plus {
    border: 1px solid #ff8e87;
}

.right_age_count_num {
    text-align: center;
    margin: 0 0.5rem;
    min-width: 1rem;
}

.right_age_title {
    font-weight: 600;
    font-size: 0.8rem;
}

.right_age_prc {
    margin: 0.5rem 0;
}

.right_age_prc_num {
    font-weight: bold;
    font-size: 0.9rem;
    color: var(--t_main_color);
}

.right_age_limit {
    font-size: 0.7rem;
    color: #757575;
}

.right_sum_box {
    border-bottom: 2px solid #bcc3c8;
}

.right_sum_inner {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;

}

.right_sum_inner:last-child {
    border-bottom: none;
}

.sum_title {
    font-size: 0.7rem;
    font-weight: bold;
    color: #3d3d3d;
}

.sum_prc {
    font-weight: bold;
    font-size: 0.8rem;
    color: var(--t_main_color);
}

.right_total_inner {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem;
    box-sizing: border-box;
}

.total_prc {
    font-weight: bold;
    font-size: 1rem;
    color: var(--t_main_color);
}

.right_submit_box {
    padding: 0 1rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.right_submit_box>input {
    cursor: pointer;
    width: 100%;
    height: 2rem;
    background-color: var(--t_main_color);
    color: white;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    outline: none;
    border: none;
}

.left_alert {
    margin: 1rem 0;
    background-color: #f9f9f9;
    color: #757575;
    padding: 1rem;
    box-sizing: border-box;
    font-size: 0.7rem;
    line-height: 1.2rem;
}

.left_opt_tables {
    display: flex;
    flex-wrap: wrap;

}

.left_opt_tables>.right_age_box {
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
    width: calc(100% / 3);
    margin-bottom: 1rem;
}

.left_opt_tables>.right_age_box:nth-child(n+4) {
    border-top: 1px solid #3d3d3d;
}

.left_opt_tables>.right_age_box:nth-child(3n+0) {
    border-right: none;
}

.left_age_title {
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0.85rem 1rem;
    box-sizing: border-box;
    background-color: white;
    border-bottom: 2px solid #e5e5e5;
    color: #3d3d3d;
}

.block_box{     
    margin-bottom: 40px;
   
    
}

.block_cal_box{
   
    width:43%;
}

.sang_add_box{
 
    width:57%;
    border-bottom:1px solid #E2E2E2;
}
@media screen and (max-width:1250px) {
    .block_box{     

       display:flex;
    flex-direction:column;
    
    }
    .block_cal_box{
    width:100%;
  
  
    }
   
    
    .block_cont{
        padding:0
    }

    .block_cont_main{
        width:100%;
        
    }
    
    .block_cont iframe{
     width:100%;
    }    



.topSpBox{
       display: flex;
           flex-direction: column;
           
}
.sang_add_table{
    width:100%;
}

.sang_add_table table{
        table-layout: auto; 
}



.sang_add_box{
     width:100%;      
     display:none;
    
}    

      

.block_top_box {
 width:100%;   
}
    
    
    .block_right{
        display:none;
    }
 }
    .left_opt_tables>.right_age_box {
        width: 100%;
    }
}

.rsp_info_wrap {
    width: 100%;
}

.info_in_out {
    width: 100%;
    margin-bottom: 2rem;
}

.rsp_info_table {
    width: 100%;
    display: table;
}

.rsp_info_row {
    display: table-row;
}

.rsp_info_cell {
    box-sizing: border-box;
    display: table-cell;
    border-bottom: 1px solid #e5e5e5;
}

.rsp_info_cell_title {
    border-right: 1px solid #e5e5e5;
    vertical-align: middle;
    width: 12rem;
    text-align: center;
    padding: 6.25rem 0;
    font-size: 0.8rem;
}

.rsp_info_cell_title>span {
    margin-left: 0.25rem;
    color: #3d3d3d;
    font-weight: bold
}

.rsp_info_cell_title>i {
    font-size: 1rem;
}

.rsp_info_cell_title>.fa-check-circle {
    color: #1ab716;
}

.rsp_info_cell_title>.fa-ban {
    color: #ff5349;
}

.rsp_info_cell_txt {
    line-height: 1.2rem;
    padding: 1rem;

    font-size: 0.7rem;
    color: #757575;
}

.rsp_edit_box {
    width: 100%;
    margin-bottom: 2rem;
}

.rsp_tabs {
    background-color: white;
    position: sticky;
    /* top: 50px; */
    top: 0px;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #3d3d3d;
}

.rsp_tab {
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    text-align: center;
    width: 100%;
    line-height: 2.5rem;
    font-size: 1rem;
}

.rsp_tab.active {
    background-color: var(--t_main_color);
    color: white;
}

.rsp_edit_cont_box {
    min-height: 5rem;
}

.rsp_edit_conts {
    overflow-x: hidden;
    overflow-y: hidden;
    display: none;
}

@media screen and (max-width:1250px) {
    /*.rsp_tabs {
        position: relative;

    }*/

    .rsp_tabs {
        background-color: white;
        position: sticky;
        /* top: 50px; */
        top: 55px;
        width: 100%;
        display: flex;
        border-bottom: 1px solid #3d3d3d;
    }

    .rsp_tab {
        white-space: nowrap;
        font-size: 0.7rem;
    }

   /* .rsp_edit_conts {
        overflow-x: scroll;
    } */
}

.rsp_edit_conts.active {
    display: block;
}

.rsp_bf_chk {
    position: relative;
    margin: 0 auto 3rem auto;
    max-width: 50rem;
    padding: 1rem;
    box-sizing: border-box;
    background-color: #ffebeb;
    border: 1px solid #ff5349;
    border-radius: 1rem;
}

.rsp_bf_chk_title {
    font-size: 1rem;
    padding: 1rem 0 2rem 0;
    width: 100%;
    text-align: center;
}

.rsp_bf_table {
    border-collapse: collapse;
    width: 100%;
}

.rsp_bf_table tr {
    display: table-row;

}

.rsp_bf_table td {
    border-bottom: 1px solid #757575;
    padding: 1rem;
    box-sizing: border-box;
    font-size: 0.7rem;
    color: #3d3d3d;
    line-height: 1.4rem;
    display: table-cell;
}

.rsp_bf_table tr:last-child td {
    border-bottom: none;
}

.rsp_bf_table {
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
}

.rsp_bf_table tr td:first-child {
    font-size: 0.8rem;
    font-weight: bold;
    color: #3d3d3d;
    vertical-align: middle;
    border-right: 1px solid #757575;
    text-align: center;
    padding: 1.25rem;
}

.alt_icon {
    border-radius: 50%;
    background-color: white;
    color: #ff5349;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
}

.book_total_table {
    border-bottom: 1px solid #e5e5e5;
}

/*KLP VIEW PAGE CSS START*/
.rsp_cell_klp_flex {
    display: flex;
}

.rsp_seat_tag {
    background-color: #ffffff;
    border: 1px solid #1a46e2;
    color: white;
    border-radius: 0.25rem;
    padding: 0.5rem 0.25rem;
    line-height: 1rem;
    box-sizing: border-box;
}

/*KLP VIEW PAGE CSS END*/

.custom-top-class {
    top: 50px;
}