@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1350px;
}
/* ***** End Common Css **** */


.main-hall-wrapper{
    padding: 50px 0;
    width: 100%;
    position: relative;
}
.hall-block{
    position: relative;
}
.hall-block svg{
    width: 100%;
    height: 100%;
}
.hall-block svg .balcony-bx{
    /*opacity: 0.80;*/
    cursor: pointer;
}
.hall-block svg .balcony-bx.selected{
    opacity: 1;
}
.hall-block svg .balcony-bx.selected path{
    stroke: #ffeb3b;
    stroke-width: 3px;
}

.hall-block svg .premium-bx{
    /*opacity: 0.80;*/
    cursor: pointer;
}
.hall-block svg .premium-bx.selected{
    opacity: 1;
}
.hall-block svg .premium-bx.selected path{
    stroke: #ffeb3b;
    stroke-width: 3px;
}

.hall-block svg .vip-bx{
    /*opacity: 0.80;*/
    cursor: pointer;
}
.hall-block svg .vip-bx.selected{
    opacity: 1;
}
.hall-block svg .vip-bx.selected path{
    stroke: #ffeb3b;
    stroke-width: 3px;
}





/* **** tickets-block **** */

.tickets-block .box-title{
    background: rgb(0, 63, 96);
    padding:20px 15px;
    position: relative;
	cursor:pointer;
}
.tickets-block .box-title .edit-btn{
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}
.tickets-block .box-title .edit-btn:hover{
    color: #000;
}
.tickets-block .box-title h2{
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    text-transform: capitalize;
}
.tickets-block .tickets-body{
    padding:20px 40px;
}
.tickets-block .tickets-body .body-head{
    margin: 0 0 20px;
}
.tickets-block .tickets-body .body-head .col-md-6{
    width: 50%;
}
.tickets-block .tickets-body .body-head img,.body-head img{
    max-width: 100%;
}
.tickets-block .tickets-body .body-head h5{
    font-size: 16px;
    /*color: #000;*/
    font-weight: 600;
    margin: 0;
}
.tickets-block .tickets-body h6{
    font-size: 15px;
    line-height: 22px;
    /*color: #000;*/
    font-weight: 600;
    margin: 0 0 25px;
}
.tickets-block .tabzones {
    margin: 0 0 5px;
}
.tickets-block .tabzones .row{
    display: flex;
    align-items: center;
}

/*.tickets-block .tabzones .row .col-md-2{width: 31%;}
.tickets-block .tabzones .row .col-md-4{width: 31%;}
.tickets-block .tabzones .row .col-md-6{width: 38%;}*/

.disable_infant{

    background: rgb(200 200 200)!important;
    opacity: 0.8;
}

.tickets-block .quantity{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tickets-block .qty {
    width: 35px;
    height: auto;
    text-align: center;
    font-size: 15px;
    /*color: #000;*/
    font-weight: 500;
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: black;
    color: white;
}
.tickets-block input.qtyplus,
.tickets-block input.qtyminus {
    width: 25px;
    height: 25px;
    line-height: 5px;
    background: #000;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    padding: 0;
    border-color: transparent;
}

#v-box .tickets-block input.qtyminus ,#v-box .tickets-block input.qtyplus{

    background: #9225a1;
}


#p-box .tickets-block input.qtyminus ,#p-box .tickets-block input.qtyplus{

    background: rgb(0, 63, 96);
}

#b-box .tickets-block input.qtyminus ,#b-box .tickets-block input.qtyplus{

    background: rgb(34, 102, 44);
}
.tickets-block h5{
    font-size: 15px;
    font-weight: 500;
    /*color: #000;*/
    margin: 0;
}
.tickets-block h3{
    font-size: 15px;
    font-weight: 500;
    /*color: #000;*/
    margin: 0;
}

.form-checkbox{
    margin: 25px 0 0;
}
.form-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    /*color: #000;*/
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
}
.form-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid white;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    height: 18px;
    width: 18px;
    display: table;
}
.form-checkbox input:checked + label:after {
    /*content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid rgb(34, 102, 44);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);*/
    content: "";
    display: block;
    position: absolute;
    /*top: 6px;*/
    left: 4px;
    width: 10px;
    height: 5px;
    border: solid rgb(255 255 255);
    border-width: 5px;
}
.tickets-block .form-checkbox h6{
    font-size: 14px;
    font-weight: 600;
    /*color: #000;*/
    margin: 10px 0 5px;
}
.tickets-block .form-checkbox small{
    font-size: 11px;
    /*color: #000;*/
    font-weight: 500;
    text-align: left;
    display: block;
    padding: 1rem 0rem;
}



.tickets-block .total-block{
    /*border-top: 1px solid rgb(34, 102, 44);*/
    padding:20px 15px;
    color:white;
}
.tickets-block .total-block h2{
    font-size: 26px;
    font-weight: 600;
    /*color: #000;*/
    margin: 0 0 30px;
    display: flex;
    align-items: center;
}
.tickets-block .total-block h2 span{
    margin-left: auto;
}
.tickets-block .total-block h5{
    font-size: 14px;
    /*color: #000;*/
    font-weight: 600;
    margin: 0;
}
/* **** End tickets-block **** */


#b-box .tickets-block {border-color: rgb(0, 63, 96);}
#b-box .tickets-block .box-title{ background: rgb(34, 102, 44);}
#v-box .tickets-block {border-color: rgb(146, 37, 161);}
#v-box .tickets-block .box-title{background: rgb(146, 37, 161);}


.rotate > svg{

    transform: rotate(180deg);
}

.logo_img{

    width: 220px;
    padding-top: 1rem;
}


#b-box .tickets-body{
    box-shadow: inset 0px -1px 18px 10px #22662c;
}

#v-box .tickets-body{
    box-shadow: inset 0px -1px 18px 10px rgb(146 37 161 / 70%);
}

#p-box .tickets-body{
    box-shadow: inset 0px -1px 18px 10px rgb(2 78 118 / 90%);
}

#v-box .main_body{
    border: 1px solid rgb(146, 37, 161);
}

#p-box .main_body{
    border: 1px solid rgb(0, 63, 96);
}

#b-box .main_body{
    border: 1px solid #22662c;
}


.tickets-body{

    background-color: black;
    color: white;
}

.main-hall-wrapper{

    background-color: #000;
}

.header_line{

    box-shadow: 1px 9px 12px -4px #9225a1db;
}

.header{

    padding-bottom: 5rem;
}

.show_title{

    font-size: 2.2rem;
    font-family: 'Cormorant Garamond', serif;
    color:white;
}

.white_color{
    color:white;

}

.card{

    background-color: black;
    color: white;
    border: 1px solid #ffffff54;
    border-radius: 0!important;
    /*max-width: 240px;*/
    min-height: 620px;
}

.card > img{

    max-width: 230px;
    margin: 0 auto;
}

.add_to_cart .add_product > button{

    background-color: #e9e9e9!important;
    border: none!important;
    color: black;
    padding: 0.8rem 0.5rem;
    font-weight: 600;
}

.add_to_cart .add_product > img{

    max-width: 27px;
}


.add_to_cart .add_product > span{

    font-size: 1.2rem;
    font-weight: 500;
}

.extras_buttons input.qtyplus,.extras_buttons input.qtyminus{

    width: 25px;
    height: 25px;
    line-height: 5px;
    background: white;
    border-radius: 50%;
    font-size: 1.5rem;
    color: black;
    padding: 0;
    border-color: transparent;
    
}

.extras_buttons .qty {
    width: 35px;
    height: auto;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    color: white;
}

.drinks{

    padding-top: 3rem;
}

.card-title{

    color:rgb(230, 180, 124);
    font-weight: 600;
}

.card-body{
    font-weight: 500;
}

.right_side{
    background: rgb(0, 63, 96);
}

.header_title{

    box-shadow: rgb(66 79 146 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}

.padding_right_side{

    padding:2rem 3rem;
    font-size: 1rem;
    font-weight: 600;
}
.transport_div{
    padding: 0rem 3rem 2rem 0rem;
    font-size: .9rem;
    font-weight: 500;
}
.note_right_side{
    font-size: .8rem!important;
}

.clients_num{

    padding-left: 3rem;
}

:root {
    --clr-neon: rgb(201, 64, 166);
    --clr-bg: hsl(323 21% 16%);
  }
  
.neons {
    font-size:25px;
    height:60px;
    width:250px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
    font-family: "Balsamiq Sans", cursive;
    text-decoration: none;
    color: var(--clr-neon);
    border: var(--clr-neon) 3px solid;
    background-color:transparent;
    border-radius: 0.25em;
    text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em currentColor;
    box-shadow: inset 0 0 0.5em 0 var(--clr-neon), 0 0 0.5em 0 var(--clr-neon);
    transition:all 0.5s;
}

.neons:hover{
    background-color:var(--clr-neon);
    color:#fff;
}

#vip_seats_alert i{

    font-size: 1rem;
    font-weight: 600;
}

#vip_seats_alert{
    font-weight: 600;
}

.tooltiptext{

    color:red;
    font-weight: 600;

}

.blur_table{
    pointer-events: none;
    opacity: .3;
}

.table_name{

    font-weight: 700;
    padding-top:1rem;

}

#checkout label{

    font-size: 1rem;
    font-weight: 500;
    color: #d6d3d3!important;
}

#checkout small{

    font-weight: 500;
    color: #d6d3d3!important;
}

#checkout div.form-group{

    padding: .6rem 0rem;
}

#checkout .form-group{

    max-width: 600px;
}

#checkout div.form-group > input,#checkout input.contact{

    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

#checkout input.qtyplus,
#checkout input.qtyminus {
    width: 27px;
    height: 27px;
    line-height: 5px;
    border-radius: 50%;
    font-size: 20px;
    color: black;
    padding: 0;
    border-color: transparent;
    background: white!important;
    font-weight: 500;

}

#checkout .qty {
    width: 35px;
    height: auto;
    text-align: center;
    font-size: 15px;
    /* color: #000; */
    font-weight: 500;
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: black;
    color: white;
}

.special > div img{

    width: 35px;
}

.special_text{

    padding:0rem 1rem;
    font-size: 1rem;
    font-weight:500;
}

.alert-danger{

    color: black!important;
    font-weight: 500;
    font-size: .8rem;
}

.dropdown > button,.dropdown-menu.show{

    min-width: 600px;
}


.checkbox-wrapper-15{

    margin-right: 2rem;
}
  .checkbox-wrapper-15 .cbx, .checkbox-wrapper-15 .cbx-discounts {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
  .checkbox-wrapper-15 .cbx span, .checkbox-wrapper-15 .cbx-discounts span{
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-15 .cbx span:first-child, .checkbox-wrapper-15 .cbx-discounts span:first-child {
    position: relative;
    width: 24px;
    height: 24px;
    transform: scale(1);
    vertical-align: middle;
    border: 2px solid white;
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-15 .cbx span:first-child svg, .checkbox-wrapper-15 .cbx-discounts span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 5px;
    fill: none;
    stroke: white;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-15 .cbx span:first-child:before, .checkbox-wrapper-15 .cbx-discounts span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #506EEC;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: 0.2s;
  }


  .checkbox-wrapper-15 .cbx:hover span:first-child,.checkbox-wrapper-15 .cbx-discounts:hover span:first-child {
    border-color: rgb(222, 132, 216);
  }

  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child, .checkbox-wrapper-15 .inp-cbx-discounts:checked + .cbx-discounts span:first-child {
    border-color: rgb(222, 132, 216);
    background: rgb(222, 132, 216);
    animation: check-15 0.6s ease;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child svg,.checkbox-wrapper-15 .inp-cbx-discounts:checked + .cbx-discounts span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child:before, .checkbox-wrapper-15 .inp-cbx-discounts:checked + .cbx-discounts span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child, .checkbox-wrapper-15 .inp-cbx-discounts:checked + .cbx-discounts span:last-child {
    color: #B9B8C3;
    transition: all 0.3s ease;
  }


  @keyframes check-15 {
    50% {
      transform: scale(1.2);
    }
  }

  .checkbox-wrapper-16{

    margin-right: 2rem;
}
  .checkbox-wrapper-16 .cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
  .checkbox-wrapper-16 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-16 .cbx span:first-child {
    position: relative;
    width: 24px;
    height: 24px;
    transform: scale(1);
    vertical-align: middle;
    border: 2px solid white;
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-16 .cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 5px;
    fill: none;
    stroke: white;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-16 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(222 132 216 / 79%);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: 0.2s;
  }


  .checkbox-wrapper-16 .cbx:hover span:first-child {
    border-color: rgb(222, 132, 216);
  }

  .checkbox-wrapper-16 .inp-cbx:checked + .cbx span:first-child {
    border-color: rgb(222, 132, 216);
    background: rgb(222, 132, 216);
    animation: check-15 0.6s ease;
  }
  .checkbox-wrapper-16 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-16 .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
  }
  .checkbox-wrapper-16 .inp-cbx:checked + .cbx span:last-child {
    color: #B9B8C3;
    transition: all 0.3s ease;
  }


  @keyframes check-16 {
    50% {
      transform: scale(1.2);
    }
  }

  .form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(222, 132, 216);
}

  .conditions,.offers{

    font-weight: 500;
    font-size: .9rem;
  }



.type.selected {
    border-color: #40b3ff;
    background: rgba(64,179,255,0.1);
}

.types .type {

    position: relative;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
}

.type .text{

    background-color: #f2f4f7;
    border: 2px solid #e8ebed;
    border-radius: 5px;
    padding: 30px 20px;

}

.types{

    margin-left: -1rem;
}

.types .type.selected::after {
    content: '\2713';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.2rem;
    font-weight: 900;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0px;
    right: 5px;
    background: #fff;
    border: 2px solid #40b3ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.type.selected .text,.type.selected .text:focus,.type.selected .text:hover , .text:hover{

    box-shadow: 0 0 0 0.2rem rgb(3 169 244);
}

.type .text div > img{

    width: 50px;
    height: 50px;
}

.fa {
    padding: 18px;
    font-size: 20px!important;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook  {
    background: #3B5998;
    color: white;
  }
  
  /* Twitter */
  .fa-whatsapp {
    background: #55ACEE;
    color: white;
  }

  .fa-instagram  {
    background: #c53dbe;
    color: white;
  }

  .c-social > ul{

    display: flex;
  }

  .c-social > ul > li {
    margin-right:1rem;
  }

  .contact{

    color:white;
    font-weight: bold;
    padding-top:5rem;
  }

  .contact_details > div{
    margin: 0.3rem 0rem;
  }

  .contact_details > div > a{
    color: #c53dbe!important;
  }

  .contact_details > div > a:hover{
    color: #bc34ff!important;
  }


  #logo_footer{
    width: 14%;
    padding-bottom: 0.7rem;
    margin-left: 1rem;
}

.footer{

    margin-top:5rem;
    margin-left: 0!important;
}

.footer .back{
    background-color: #3b5998;
    padding: 0.6rem 0rem 0.6rem 0rem;
    position: absolute;
    bottom: 0;
}

#next_step > a{

    color: var(--clr-neon)!important;
}

#next_step  > a:hover {
    color: #fff!important;
}

.qty_extra ,.qty_wheel,.qty_vegan{
    width: 35px;
    height: auto;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    color: white;
}

.tranfer_content,.clients,.extras_content > div{

    font-size: .9rem!important;
}

.error_border::placeholder,.invalid,.email_invalid{

    color: #c32f1c!important;
    font-style: italic;
    font-size: .9rem;
    font-weight: bold;
    
}

#phone{

    color: black;
    font-weight: normal;
}

.all_step2{
    width: 100%;
    margin: 0 auto;
}

.carousel-inner {

    max-width: 90%!important;
    margin: 0 auto;
}

.column_card{

    padding:0 .5rem;
}

.product_price{

    font-size: 1rem;
}

.carousel-indicators
{
	position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li{
	position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}	

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

.busyTables{
	fill:#d32525;
}

.booked_table{

    pointer-events :none;
    opacity: 0.2;
}


.extras_hide{

    display: none!important;
}

.selectTable{
	order:2;
}
.selectMap{
	order:1;	
}

.form-control-discount{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}