@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');
body{
    font-family: 'Inter', sans-serif;
}
.flex-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*.banner-top {*/
/*    flex: 4;*/
/*    position: relative;*/
/*    height: 100vh;*/
/*    z-index: 3;*/
/*}*/
/*.banner-top:after {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: rgb(0,0,0);*/
/*    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.30858280812324934) 35%, rgba(0,0,0,0) 100%);*/
/*    content: "";*/
/*    z-index: 1;*/
/*}*/

/*.right-content {*/
/*    flex: 5;*/
/*    padding: 30px !important;*/
/*    overflow-y: scroll;*/
/*    height: 100vh;*/
/*    box-shadow: 5px 0 30px -10px #333;*/
/*}*/

/*.banner-top img {*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    object-fit: cover;*/
/*}*/
/*.banner-image {*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/

.banner-main {
    position: relative;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-top {
    flex: 4;
    position: relative;
    height: 100vh;
    z-index: 3;
    padding: 0;
    border-right: 1px solid #ededed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
}

.right-content {
    flex: 5;
    padding: 30px !important;
    overflow-y: scroll;
    height: 100vh;
    box-shadow: 5px 0 30px -10px #333;
}

.banner-top img {
    width: 100%;
}
.banner-image {
    background-size: cover;
    background-position: center;
}
.datepicker.datepicker-inline {
    width: 100%;
}

div#timeSlotsDiv ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

div#timeSlotsDiv ul li {
    /*flex: 140px;*/
    margin: 5px 10px;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: center;
}
div#timeSlotsDiv ul li.disabled label,div#timeSlotsDiv ul li.booked label{
    opacity: .4;
}
/*div#timeSlotsDiv ul li.disabled input {*/
/*    cursor: not-allowed !important;*/
/*}*/
#timeSlotsDiv ul li input[type="radio"] {
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0;
    margin: 0px;
    cursor: pointer;
    left: 0;
    z-index: 9;
}
#timeSlotsDiv ul li label {
    padding: 5px;
    border-radius: 30px;
    width: 100px;
    text-align: center;
    vertical-align: text-top;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 19px;
    background: #FFF;
    box-shadow: 0px 8px 6px 0px rgba(167, 181, 187, 0.44);
    color: #252E46;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #fefefe;
}
#timeSlotsDiv ul li input[type="radio"]:checked + label {
    background-color: #252E46;
    color: #FFF;
}
input.btn.btn-lg.set-widthbtn[disabled] {
    border-radius: 34px;
    background-color: #252E46 !important;
    box-shadow: 0px 20px 15px 0px rgba(167, 181, 187, 0.44);
    height: 60px;
    width: 300px;
    color: #FCFDFD;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: .5 !important;
}
input.btn.btn-lg.set-widthbtn {
    border-radius: 34px;
    background-color: #252E46 !important;
    box-shadow: 0px 20px 15px 0px rgba(167, 181, 187, 0.44);
    height: 60px;
    width: 300px;
    color: #FCFDFD;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 1 !important;
}
.button_set_one table {
    border-radius: 19px;
    background: #FFF;
    box-shadow: 0px 20px 15px 0px rgba(167, 181, 187, 0.44);
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 10px;
    border: 1px solid #ededed !important;
    padding: 0 10px !important;
}
table.table-condensed thead {
    border-radius: 9px;
    background: #F4F4F6;
}
table.table-condensed thead tr {
    border-radius: 0 !important;
    background: #F4F4F6;
}
.datepicker table tr td.disabled,.datepicker table tr td.disabled {
    border-radius: 14px;
    background: #F4F4F6;
    cursor: not-allowed !important;
    opacity: .6 !important;
}
.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover {
    background: #F4F4F6 !important;
}
.datepicker table tr td.disabled,.datepicker table tr td{
    border-radius: 14px;
    background: #F4F4F6;
    cursor: not-allowed;
}
table, table tr, table th, table td {
    border: 1px solid #fff !important;
    font-size: .95em;
}
td.today.day {
    border-radius: 14px;
    background: #F98962 !important;
    color: #fff !important; 
}
td.today.active.day {
    border-radius: 14px;
    background: #252E46 !important;
    color: #fff !important;
}
td.active.day {
    border-radius: 14px;
    background: #252E46 !important;
    color: #fff !important; 
}
.shop-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.company-name {
    background: #ffffff;
    padding: 50px 10px;
    text-align: center;
    z-index: 2;
}
.shop-name h2 {
    /*color: #FFF;*/
        color: #252E46;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.shop-name-top {
    height: 150px;
    background-image: url(https://reservasn.online/images/botom-border.png);
    background-size: cover;
    background-position: bottom;
}
.partySizeClass {
    display: flex;
    align-items: center;
    justify-content: center;
}

p.displayinline {
    margin-left: 9px;
    padding: 5px 20px;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 12.341px 15.426px 0px rgba(167, 181, 187, 0.44);
}
span.incrementBtn {
    border-radius: 14px;
    background: #252E46;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
}
h3.form-heading {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.mobile-container label {
    color: #7C8080;
    font-weight: 400;
    padding-left: 5px;
}

.mobile-container input {
    border: 1px solid #eeefff;
    border-radius: 36.412px;
    background: #FFF;
    box-shadow: 0px 19.981px 14.986px 0px rgba(167, 181, 187, 0.28);
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 20px 20px !important;
}
.mobile-container label.notify-text {
    color: #7C8080;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.985px; /* 145.455% */
}
.mobile-container input[type=checkbox] {
  position: relative;
	border: 1px solid #F98962;
	border-radius: 50px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 15px;
	width: 15px;
	-webkit-appearance: none;
  opacity: .5;
}

.mobile-container input[type=checkbox]:hover {
  opacity: 1;
}

.mobile-container input[type=checkbox]:checked {
  background-color: #F98962;
  opacity: 1;
}

.mobile-container input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 3px;
  height: 6px;
  border: solid #FFF;
  border-width: 0 1px 1px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.single-data {
    padding: 20px;
    border-radius: 8.992px;
    background: #FFF;
    box-shadow: 0px 19.981px 14.986px 0px rgba(167, 181, 187, 0.28);
    border: 1px solid #eeefff;
    margin: 20px 0;
    min-height: 180px;
    color: #7C8080;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}
.single-data strong {
    color: #252E46;
    font-size: 14.986px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.single-data p {
    position: relative;
    padding-left: 18px;
}

.single-data p:after {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #F98962;
    content: "";
    left: 0;
    top: 0;
    transform: translateY(-50%);
    top: 50%;
    filter: drop-shadow(0px 9.991px 7.993px rgba(0, 0, 0, 0.16));
}
.form-footer-text {
    color: #7C8080;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 145.455% */
}
button.btn.btn-lg.set-widthbtn {
    border-radius: 30px;
    background: #252E46;
    padding: 9px 35px;
    color: #fff;
    margin-top: 5px;
}
input#search-button {
    padding: 10px 20px !important;
    margin-top: 30px;
    margin-bottom: 16px;
    width: 100%;
    color: #ffffff;
    background: #252E46;
}
.top-details-single-data {
    padding: 20px;
    border-radius: 19px;
    background: #FFF;
    box-shadow: 0px 20px 15px 0px rgba(167, 181, 187, 0.44);
    border: 1px solid #eeefff;
    margin-top: 30px !important;
}
a.button3.btn.btn-success {
    border-radius: 34px;
    background: #252E46;
    box-shadow: 0px 20px 15px 0px rgba(167, 181, 187, 0.44);
    border: none !important;
    padding: 10px 30px;
}
button#cancelButton {
    border-radius: 34px;
    background: #F98962;
    box-shadow: 0px 20px 15px 0px rgba(167, 181, 187, 0.44);
    border: none !important;
    padding: 10px 30px;
    color: #fff;
    margin-left: 10px;
}
.col-md-6.order2.top-center {
    text-align: center;
}

.col-md-3.col-6.order3.top-right {
    text-align: right;
}
.heading-text {
    color: #F98962 !important;
    font-size: 22px !important;
}

.heading-text span i {
    font-size: 20px !important;
}
.top-details-single-data h3,
.top-details-single-data h4,
.top-details-single-data h5,
.top-details-single-data h6 {
    color: #252E46;
    font-weight: 600 !important;
}
.single-data.single-data-new {
    padding: 0;
    border: none;
    box-shadow: none;
    min-height: inherit;
    margin: 0;
    margin-top: 10px;
}
#error.show{
        color: rgb(0, 0, 0);
        text-align: center;
        margin-top: 10px;
        border-radius: 19px;
        background: rgb(255, 255, 255);
        box-shadow: rgba(167, 181, 187, 0.44) 0px 20px 15px 0px;
        margin-bottom: 20px;
        border-collapse: separate;
        border-spacing: 10px;
        border: 1px solid rgb(237, 237, 237) !important;
        padding: 10px !important;
        display: block;   
}

#mainpopup {
    position: absolute;
    background-color: #00000087;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
#mainpopup #innerpopupItem {
    width: 50%;
    background-color: #FFF;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-align: center;
    position:relative;
    padding: 20px;
}
.popupurl-Section .button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 80px;
    background-color: #252e46;
    color: #fff;
    margin-top: 10px;
    text-decoration: none;
}
#mainpopup #innerpopupItem span {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-weight: 600;
    font-family: cursive;
    cursor: pointer;
    font-style: normal;
}
.image-popup .popimg {
    border-radius: 10px;
    margin-bottom: 25px;
}
div#timeSlotsDiv ul li.booked{
    position:relative;
}
div#timeSlotsDiv ul li.booked:after {
    content:'';
    background-image:url('images/popout.png');
    content: '';
    background-image: url(images/popout.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 4px;
    top: 8px;
}

/* popup css start */

#innerpopupItem .popupurl-Section{
    display: flex;
}
#innerpopupItem{
    padding: 0 !important;
    border-radius: 20px !important;
    width: 55% !important;
}
#innerpopupItem .popupurl-Section .image-popup{
    /* height: 300px; */
}
#innerpopupItem .popupurl-Section .image-popup img{
    border-radius: 20px 0px 0px 20px;
    margin-bottom: 0px;
    height: 100%;
    width: 350px;
    object-fit: cover;
}
.wrcc_retransform_btn{
    padding: 16px;
}

.wrcc_retransform_btn .wrcc_retransform_popup_btn .button{
    border-radius: 35px 35px 0px 35px;
    margin-top: 20px;
    width: 250px;
}
#innerpopupItem span{
    color: #fff !important;
    background-color: #252E46;
    padding: 5px 10px;
    border-radius: 100%;
}
.wrcc_retrans_content{
    padding-top: 30px;
}
.wrcc_retrans_content h1{
    font-size: 24px;
    margin-top: 0;
}

@media (max-width: 992px){
    .flex-items {
        flex-direction: column;
    }
    div#timeSlotsDiv ul li {
        flex: 100px;
    }
    .partySizeClass.unselectable {
        margin-top: 20px;
        margin-bottom: 10px;
        flex-direction: column;
    }

    .col-md-6.order2.top-center {
        text-align: left;
        margin-top: 15px;
    }
    
    .col-md-3.col-6.order3.top-right {
        text-align: left;
    }
    .shop-name h2 {
        font-size: 32px;
    }
    
}

@media (min-width: 724px) and (max-width: 1366px) {
    #innerpopupItem{
        width: 80% !important;
    }
}

@media (max-width: 480px){
    #innerpopupItem{
        width: 100% !important;
    }
    .wrcc_retrans_content h1{
        font-size: 16px;
    }
    .wrcc_retransform_btn .wrcc_retransform_popup_btn .button {
        margin-top: 6px;
        width: 150px;
        font-size: 12px;
    }
    #innerpopupItem .popupurl-Section .image-popup img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 20px 20px 0px 0px;
    }
    #innerpopupItem .popupurl-Section {
        display: flex;
        flex-direction: column;
    }
    .wrcc_retrans_content {
        font-size: 12px;
        padding-top: 0px;
    }
    .col-md-12{
        padding: 0px !important;
    }
    #mainpopup #innerpopupItem{
        min-height: 220px;
    }
    #mainpopup{
        position: fixed;
    }
    #innerpopupItem .popupurl-Section .image-popup {
        height: 200px;
    }
    .popup-multiple-bookings .inner-multiple-bookings {
        width: 90%;
    }
    .table.table-bordered tr{
       text-align: center;
    }
    .table.table-bordered tr th{
       text-align: center;
    }
    .table.table-bordered tr td{
        vertical-align: middle;
    }
    .inner-multiple-bookings .section-gap{
        padding: 10px 20px;
    }
    .popup-multiple-bookings .inner-multiple-bookings .heading-title {
        padding: 0px 20px 10px 20px;
        text-align: center;
    }
    .popup-multiple-bookings .inner-multiple-bookings .footer-section {
        padding: 18px 7px;
    }

}