﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

@font-face {
    font-family: 'Segoe UI';
    src: url('segoeui.ttf') format('truetype');
}

@font-face {
    font-family: 'SegoeUI-Bold';
    src: url('segoeuib.ttf') format('truetype');
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
#loader {
    background: url("/images/loader.gif") no-repeat scroll center center #FFF;
    position: absolute;
    height: 100%;
    width: 100%;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/*custom styles start*/
body {
    background-image: url("../images/bg.png");
    font-family: "Segoe UI", "Roboto";
}
.padBtm140 {
    padding-bottom: 160px;
}
.logoPadding {
    padding: 2.2rem 0;
}

.btmSpacingM {
    margin-bottom: 40px;
}

.btmSpacingL {
    margin-bottom: 60px;
}

.navBarBg {
    background-color: #FFCB05;
}


.yellowTxt {
    color: #FFCB05;
}

.customBtn {
    background-color: #ffcb05;
    border-color: #ffcb05;
    padding: 11px 47.5px;
    font-weight: 700;
    font-size: 11px;
    border-radius: 1px;
    color: #000;
    font-family:SegoeUI-Bold
}
.font-weight-bold {
    font-family: SegoeUI-Bold
}
.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}


.customIconBtn {
    display: flex;
    align-items: center;
    padding: 11px 20px;
    font-size: 15px;
}

.waitingBtn .customIconBtn {
    display: flex;
    align-items: center;
    padding: 8px;
    font-size: 15px;
    margin: 6px;
}



.size175 {
    width: 175px;
}

.customIcon {
     font-size: 24px;
     padding-right: 10px;
}
.f19 {
    font-size: 19px;
}
.navbar .navbarBrand {
    width: 100px;
}

    .navbar .navbarBrand img {
        position: absolute;
        top: 0;
        left: calc(50% - 47px);
    }

/*home page*/
.home .customImgOverlay {
    top: auto;
    bottom: auto;
}

.home .customCard {
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    text-align: center;
}
/*home page*/

/*bookings page*/
.bookings .customCard {
    color: #000;
    border-radius: .15rem;
    border: none;
}

.bookings .contentLeft {
    right: 5%;
    position: absolute;
    width:65%;
}

.bookings .contentRight {
    left: 5%;
    position: absolute;
    width: 65%;
}


 .home .contentLeft {
    right: 35%;
    position: absolute;
}

 .home .contentRight {
    left: 35%;
    position: absolute;
}

.bookings .card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*bookings page*/
/*customerBooking*/
.customerBooking .customFormControl {
    height: calc(2em + 1rem + 2px);
    padding: 1.5rem 1rem;
    font-size: 1rem;
    border: 0px;
}

.customerBooking .form-control:focus {
    box-shadow: none;
}

.customerBooking .input-group-text {
    background-color: #ffff;
    border: 0px;
}

.customerBooking .form-check-label {
    line-height: 30px;
}

.customerBooking #specialrequest {
    background-image: url('/images/icons/writing.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    text-indent: 20px;
    background-position: 6px 9px;
}

/*customerBooking*/

/*timeSelection*/
.scroller {
    display: flex;
    align-items: center;
    overflow-x: scroll;
}

.scrollTxt {
    font-weight: 700;
    font-size: 16px;
    width: max-content;
    font-family:SegoeUI-Bold;
}

.customBox {
    border: 1px solid #dee2e6 !important;
    background-color: #fff;
    margin: 0 0.5rem;
    padding: 0.75rem 1.30rem;
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.15) !important;
}
.disable {
    border: 1px solid #dee2e6 !important;
    background-color: #fff;
    opacity: 0.5;
}
.dateSec > .customBox {
    margin-left: 0.2rem;
}

    .dateSec > .customBox ~ .customBox {
        margin: 0 0.5rem;
    }


.timeBox {
     padding: 1rem 0.7rem;
     margin: 0.5rem 0.2rem;
     box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}

.timeTxt {
    width: max-content;
}

.guestBox {
     padding: 0.75rem 1.2rem;
     box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}

.boxSelected {
     background-color: #FFCB05 !important;
     box-shadow: 0 0.75rem 1rem rgba(0, 0, 0, 0.15) !important;
     border: 2px solid #000000;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
}
/*timeSelection*/

.shadow {
    box-shadow: 0 .2rem 0.5rem rgba(0,0,0,.15) !important;
}

.swal2-icon.swal2-info {
    border-color: #ffcb0594 !important;
    color: #FFCB05 !important;
}
.swal2-styled.swal2-confirm {
    background-color: #FFCB05 !important;
    color: #000 !important;
    padding: 10px 30px !important;
}
/*responsive*/
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*iphone 5s*/
@media (max-width: 320px) {
    .timeBox {
        padding: 0.75rem 0.2rem;
    }
}
/*iphone x*/
@media (max-width: 375px) {
    .timeBox {
        padding: 0.75rem 0.55rem;
    }
}
/*responsive*/


.dataTables_length label{
     width:200px;
}

.dataTables_length select {
     width: 40%;
}

.dataTables_filter label {
     width: 200px;
}

.dataTables_filter input {
     width: 50%;
     display: inline-block;
}


.country-circle {
    vertical-align: middle;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}