html,
body {
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
}
.container {
    max-width: 91% !important;
}
.logoimg {
    width: 55%;
}
body {
    font-family: "Poppins", Jost;
    font-weight: 400;
    color: #323232;
}
.phno {
    color: #109544;
    font-family: "Poppins", Jost;
    font-size: 14px;
    font-weight: 600;
    margin-left: 57px;
    margin-top: -14px;
}
.phoneicn {
    position: relative;
    top: 10px;
}
.menu {
    background-color: #ffbb01;
    padding: 10px;
}
.menu .nav {
    padding-left: 3rem;
}
.menu .nav-link {
    color: #333333;
    font-size: 14px;
    font-weight: 800;
}
.menu .nav-link:hover,
.nav-link.active {
    color: #fff;
}
.booking li a {
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 5px;
}
.booking li a.active {
    background-color: #119543;
    color: #fff;
}
.booking li.active {
    background-color: #119543;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 5px;
}
.booking li a.active {
    color: #fff;
}
.booking li a {
    color: #000;
}
.box-1 {
    display: flex;
    padding: 7px 15px;
}
.box-1 span {
    font-size: 12px;
}
.box-1 .avaliable {
    width: 15px;
    height: 15px;
    background-color: #147a17;
    position: relative;
    top: 4px;
    right: 4px;
}
.box-1 .booked {
    width: 15px;
    height: 15px;
    background-color: #ff1a25;
    position: relative;
    top: 4px;
    right: 4px;
}
.box-1 .not-avaliable {
    width: 15px;
    height: 15px;
    background-color: #cbcbcb;
    position: relative;
    top: 4px;
    right: 4px;
}
.box-1 .not-released {
    width: 15px;
    height: 15px;
    background-color: #02b2e5;
    position: relative;
    top: 4px;
    right: 4px;
}
.box-1 .filling-fast {
    width: 15px;
    height: 15px;
    background-color: #ffbc02;
    position: relative;
    top: 4px;
    right: 4px;
}
.choosed-date ul {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
    font-size: 14px;
}
.choosed-date ul li {
    margin-right: 37px;
}
.choosed-date {
    margin-top: 20px;
    background-color: #fdf4f4;
    padding: 0px 10px 0px 0px;
    width: 100%;
}
.sel-dte {
    background-color: #93509e;
    color: #fff;
    padding: 3px 5px;
    border-radius: 0px;
}
.red {
    color: red;
}
.bor-lne {
    border-left: 2px dotted #ccc;
    padding-left: 17px;
}
.bor-lne label {
    margin-bottom: 0rem !important;
}
.marlft-8 {
    margin-left: -8px;
}
.avaliable-no {
    background-color: #147a17;
    color: #fff;
    padding: 4px 12px;
}
.avaliable-time {
    background-color: #fdf4f4;
    color: #000;
    padding: 4px 9px;
}
.qrsize-img {
    width: 150px;
    height: 150px;
}
.table th,
.table td {
    vertical-align: middle !important;
    border: 1px solid #dee2e6;
}
.table th {
    text-align: center;
}
.datepicker table {
    width: 93% !important;
    border: 1px solid green;
}
.datepicker-inline {
    width: 100% !important;
}
.datepicker td,
.datepicker th {
    height: 44px !important;
    width: 30px !important;
    border: 1px solid #99c9b8 !important;
}
.datepicker table thead tr:nth-child(2),
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background-color: #99c9b8 !important;
}
.datepicker table tr td.old {
    color: #fff !important;
    background-color: #cbcbcb !important;
}
.badge {
    color: #fff;
}

/* custom login form */
.login-box {
    margin-top: 75px;
    height: auto;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 8px;
    padding-bottom: 10px;
    z-index:999;

}

.login-key {
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    background: -webkit-linear-gradient(#27ef9f, #0db8de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0px;
    margin-top: 15px;
    font-weight: bold;
    color: #ffbb01;
}

.login-form {
    margin-top: 25px;
    text-align: left;
}

.login-key i{font-size:30px;}


#login-text,#login-password,#signUp-text,#signUp-email,#signUp-password,#signUp-conform-password {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-weight: 500;
    outline: 0;
    margin-bottom: 3px;
    padding: 7px;
    height: 50px;
    color: #000000;
    font-size: 16px;
}

.form-login-group {
    margin-bottom: 12px;
    outline: 0px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #0db8de;
    outline: 0;
    background-color: #1a2226;
    color: #ecf0f5;
}

input:focus {
    outline: none;
    box-shadow: 0 0 0;
}

label {
    margin-bottom: 0px;
}

.form-login-control-label {
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 600;
    letter-spacing: 0px;
    padding-bottom: 10px;
}

.login-btm .btn {height:50px;}

.btn-outline-primary {
    border-color: #0db8de;
    color: #0db8de;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-outline-primary:hover {
    background-color: #0db8de;
    right: 0px;
}

.login-btm {
    float: left;
}

.login-button {
    padding-right: 0px;
    text-align: right;
    margin-bottom: 25px;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #a2a4a4;
}

.loginbttm {
    padding: 0px;
}

/* custom_radio_btn */
@media print {
    header,
    .menu,
    .booking,
    .prntbtnn {
        display: none;
    }
    .printimg {
        text-align: center;
    }
}
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,400i,700");

.main-container1 h2 {
    margin: 0 0 80px 0;
    color: #555;
    font-size: 30px;
    font-weight: 300;
}

.radio-buttons {
    width: 100%;
}

.custom-radio input {
    display: none;
}

.custom-radio .radio-btn {
    margin: 10px;
    width: 100%;
    height: 85px;
    border: 3px solid transparent;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
}

.radio-btn > i {
    color: #ffffff;
    background-color: #2fb161;
    font-size: 15px;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%) scale(1.3);
    border-radius: 50px;
    padding: 3px;
    transition: 0.5s;
    pointer-events: none;
    opacity: 0;
}

.custom-radio .radio-btn .hobbies-icon {
    width: 100%;
    height: 8px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.radio-btn .hobbies-icon img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.radio-btn .hobbies-icon i {
    color: #ffdae9;
    line-height: 80px;
    font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custom-radio input:checked + .radio-btn {
    border: 2px solid #2fb161;
}

.custom-radio input:checked + .radio-btn > i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

/* Styles for highlighting date range in red */
.highlight-range {
    background-color: #ff0000 !important; /* Red color */
    color: white !important;
}

/* Styles for highlighting specific date in blue */
.highlight-specific {
    background-color: #0000ff !important; /* Blue color */
    color: white !important;
}
.slot {
    margin-bottom: 10px;
	width:50%;float:left;white-space:nowrap; font-size:12px;
}
.d-flexmob{display:flex;}
.mt-28{margin-top:28px;}
.fc-event b{color:#fff !important; font-size:9px; padding-left:2px;}
.fc .fc-daygrid-day-number{font-weight:600;}
.fc .fc-daygrid-day.fc-day-today{background-color:rgb(255 220 40 / 0%) !important;}
.fc .fc-bg-event{opacity:0.5;}
.devotee-details .btn{width:48%;}
.mob-view{display:none;}
.fc .fc-daygrid-day-number{z-index:0 !important;}
@media screen and (min-width:768px) and (max-width:1280px){
 #datePeople .col-md-4{max-width:50% !important; width:50% !important; float:left;}   
.d-flexmob {display: inline;}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 0em;}
}
@media screen and (min-width:320px) and (max-width:767px){
.container {max-width: 100% !important;}
/*.fc .fc-daygrid-day-frame{height:30px !important;}*/
.avaliable-no{padding: 4px 8px;font-size: 12px;white-space: nowrap;}
.avaliable-time{padding: 4px 6px;font-size: 12px;     white-space: nowrap;}
.logoimg {width: 236px;}
.phoneicn{width:20px;}
header .row span{display:none;}
.phno{font-size:12px;margin-left:22px;}
.d-flexmoblie{display:flex;}
.d-flexmoblie .nav-link1{font-size:12px;}
.d-flexmoblie .col-md-6{width:50%; float:left;}
.radio-btn .hobbies-icon h3{font-size:11px;}
.box-1{padding:7px 5px;width: 33%;float: left;white-space: nowrap;}
.d-flexmob{display:inline;}
.choosed-date ul li {margin-right: 23px;}
.slot{width:100%;}
.mt-28 {margin-top: 0px;margin-bottom: 12px;}
.bg-body-tertiary .text-left, .bg-body-tertiary .text-right  {text-align: center !important;}
.bg-body-tertiary .p-4 {padding: 0.2rem !important;}
.desktop-view{display:none;}
.mob-view{display:block;}
.mbbar{margin-top: -43px;z-index: 9999;position: absolute;right: 0;font-size: 20px;}
header .col-sm-4{background-color: #ffbb01;}
.mob-view .nav {padding-left: 0rem; display:block;}
.mob-view .nav-link{padding: 0.3rem 0.2rem;}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {min-height: 0em !important;position: unset !important;}
.fc .fc-daygrid-day-events {margin-top: 0px !important;}
}

#qrCardRender {
    width: 100%;
}

@media print {
  header, footer, aside, form, … {
    display: none;
  }
  .modal-xl{
    max-width:100% !important;
  }
  .modal-header, .users-section, .badge{display:none;}
}
@page {
    size: Letter;
    margin: 0;
}
