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

body {
  margin: 0 !important;
  padding: 0 !important;
  /* background: #1e40af; */
  font-family: "Roboto", sans-serif;

}

.main-header {
  background: rgb(222, 221, 221);
  height: 4rem;
}

.dashboard {
  padding: 2rem 4rem 0 0;
}

/* .dashboard .nav {
  width: 100%;
  height: 100vh;
} */

.nav-pills .nav-link {
  font-size: 14px;
}

.bookify-content-box {
  background: #f1f5f9;
}

.bookify-menu {
  padding: 0 0rem 0 2rem;
}

.main-logo {
  margin-bottom: 2rem;
}

.main-logo h2 {
  color: #fff;
  font-size: 16px;
  margin-left: 1rem;
}

.bookify-menu hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(163 163 163 / 41%);
}

.bookify-menu button {
  background: none;
  border: none;
  text-align: left;
  color: #fff;
  border-radius: 0 !important;
  padding: 1rem;
}

.bookify-menu .active {
  background: #fff !important;
  color: #1e293b !important;
  border-radius: 9999px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.nav-pills .active {
  border-radius: none !important;
}

.bookify-content-box {
  background: #fff;
  border-radius: 2rem;
}

.header-breadcrumb ul {
  margin-top: 1rem;
}

.header-breadcrumb ul li {
  display: inline-block;
  margin-right: 1rem;
}

.header-breadcrumb ul li a {
  color: #2c323c;
  font-weight: 400;
  font-size: 14px;
}

.header-breadcrumb ul li a:hover {
  text-decoration: none;
}

.dashbord-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu{
  display: none;
}

@media (max-width: 991px) {
  .responsive>thead th {
    display: none;
  }

  .responsive>tbody td,
  .responsive>tbody th {
    display: block;
  }

  .responsive>tbody>tr:nth-child(even) td,
  .responsive>tbody>tr:nth-child(even) th {
    background-color: #eee;
  }

  [row-header] {
    position: relative;
    width: 50%;
    vertical-align: middle;
  }

  [row-header]:before {
    content: attr(row-header);
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    padding-right: 30px;
  }
}

.table td,
.table th {
  font-size: 14px;
}

.table-responsive .table th {
  max-width: 150px !important;

}

/* .main-forms{
  margin: 1rem 0 !important;
} */

.table-responsive {
  margin-top: 1rem;
}

.no-padding {
  padding: 0 !important;
}

.main-forms .dropdown-toggle {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  background: #1e40af !important;
  /* -webkit-box-shadow: -1px 4px 5px -2px rgba(0,0,0,0.27);
-moz-box-shadow: -1px 4px 5px -2px rgba(0,0,0,0.27);
box-shadow: -1px 4px 5px -2px rgba(0,0,0,0.27); */
}

.cus-padding {
  padding: 0 .3rem !important;
}

.tab-container {
  padding: 0 1rem;

}

.form-control {
  font-size: 14px !important;
  font-weight: 400;
  border-radius: 0 !important;
  border: 1px solid #1e40af40 !important;

}

.top-buttons {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* padding: 2rem 0; */
  padding: 1rem 0;
}

.top-buttons button {
  background: none;
  border: none;
  border: 1px solid #6d84ac;
  padding: .2rem 2rem;
  font-size: 14px;
}

.top-buttons .in-blue {
  background-color: #1e40af !important;
  color: #fff !important;
}


/* calander */


#calendar {
  width: 900px;
  margin: 0 auto;
}

#wrap {
  width: 1100px;
  margin: 0 auto;
}

.closeon {
  border-radius: 5px;
}

input {
  width: 50%;
}

input[type="text"][readonly] {
  border: 2px solid rgba(0, 0, 0, 0);
}

/*info btn*/
.dropbtn {
  /*background-color: #4CAF50;*/
  background-color: #eee;
  margin: 10px;
  padding: 8px 16px 8px 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-left: 100px;
  margin-top: -300px;
}

.dropdown-content p {
  color: black;
  padding: 4px 4px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: grey;
}

.dropdown:hover .dropbtn span {
  color: white;
}


/* .form-check-input {
  position: absolute !important;
  margin-top: 0.3rem;
  margin-left: -3rem !important;
} */
.form-check {
  margin-top: .4rem;
  position: relative;
  display: none;
}

.form-check-input {

  left: 0 !important;
  display: none;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
  width: 100% !important;
}

#calendar {
  width: 100%;
  margin: 40px auto;
}

.fc-button-group .fc-button {
  display: none !important;
}

.fc-button-group .fc-next-button {
  display: block !important;

}

.fc-button-group .fc-button {
  background: #1e40af !important;
}

.fc-button-group .fc-dayGridMonth-button {
  display: block !important;
}

.fc-button-group .fc-timeGridWeek-button {
  display: block !important;
}

.fc-button-group .fc-timeGridDay-button {
  display: block !important;
}

.fc-button-group .fc-prev-button {
  display: block !important;
  margin-right: .5rem !important;
}

.fc-button-group .fc-today-button {
  display: block !important;
  border-radius: 0 !important;
  padding: .4rem 2rem !important;
}

.fc-addReservation-button {
  display: none !important;
}

/* .fc-daygrid-day{
  min-height: 1rem !important;
} */
.sec-calander {
  padding: 2rem 0;
}

.dropdown-menu a {
  font-size: 12px !important;
  margin-top: .4rem;
}

.booklyColoumn ul li .col-1 i {
  display: none !important;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  display: none;
}

#bookly-tbs .bookly-thumb {
  display: block;
  position: relative;
  width: 106px;
  height: 106px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #e9ecef;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
}

.dashboardMenu {
 float: right;
 position: relative;
 z-index: 1122;
 opacity: 0;
 visibility: hidden;
 display: none;
}

@media(max-width:990px) {
  .bookify-menu {
    position: fixed !important;
    z-index: 122323 !important;
    background: #1e40af;

    top: 0;
    padding-top: 1rem !important;
    width: 280px !important;
    left: -100% !important;
    /* opacity: 0 !important;
    visibility: hidden !important; */
    transition: 0.5s ease-in-out;

  }
  .dashboardMenu {
  
    position: relative;
    z-index: 1122;
    opacity: 1;
    visibility: visible;
    display: block;
   }
  .bookify-menu-active {
    left: 0 !important;

  }

  .mobile-menu {
    margin: .2rem 0;
  }

  .mobile-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .background-ovarlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: -100%;
    top: 0;
    background: #000000e6;
    z-index: 1;
    transition: 0.2s ease-in-out;
  }

  .background-ovarlay-active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 11;
    left: 0;
  }

  .bookify-menu::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #1e293b;
  }

  .table-responsive .table th {
    width: 100%;
  }

  .dashboard {
    padding: 1rem !important;
    position: relative;
  }

  .tab-container {
    flex-direction: column;
  }

  .tab-container .dropdown {
    margin-bottom: .5rem;
  }

  .tab-container .dropdown-menu {
    width: 100%;
    position: relative !important;
    margin-top: -34px;
  }

  .tab-container .form-control {
    margin-bottom: .5rem;
  }
  .main-logo {
    margin-bottom: 0 !important;
  }
}
.header-breadcrumb ul li a{
  margin: 0 .5rem;
}
.header-breadcrumb ul li::after {
  content: ">>";
  position: absolute;
}
.header-breadcrumb ul li:nth-last-child(1):after {
  display: none;
}

/* multi step */

:root {
  --primary-color: rgb(11, 78, 179);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/* Global Stylings */
label {
  display: block;
  margin-bottom: 0.5rem;
}

input {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.width-50 {
  width: 50%;
}

.ml-auto {
  margin-left: auto;
}

.text-center {
  text-align: left !important;
    font-size: 20px;
}

/* Progressbar */
.progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin: 2rem 0 4rem;
}

.progressbar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #dcdcdc;
  z-index: -1;
  display: none;
}

.progress {
  background-color: var(--primary-color);
  width: 0%;
  transition: 0.3s;
}

.progress-step {
  width: 12.1875rem;
  height:1.8rem;
  background-color: #dcdcdc;
  margin-right: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.progress-step:nth-child(2) {
  
 border-top-left-radius: 1rem;
 border-bottom-left-radius: 1rem;
}
.progress-step:nth-last-child(1){
  
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
 }
.progress-step::before {
  counter-increment: step;
  content: counter(step);

}

.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 0.5rem);
  font-size: 0.85rem;
  color: #666;
  font-weight: 600;
}

.progress-step-active {
  background-color: var(--primary-color);
  color: #fff;
  
}

/* Form */
.multi-step-form-main .form {

  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 0.35rem;
  padding: 1.5rem;
  width: 820px;
}

.form-step {
  display: none;
  transform-origin: top;
  animation: animate 0.5s;
}

.form-step-active {
  display: block;
}

.input-group {
  margin: 2rem 0;
}

/* @keyframes animate {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
} */

/* Button */
.btns-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.btn {
  padding: 0.75rem;
  display: block;
  text-decoration: none;
  background-color: var(--primary-color);
  color: #f3f3f3;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
}

.multi-step-form-main{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.next-btn-form{
  margin-top: 1rem;
  width: 250px;

}
.next-btn-form a {
  background: #1e40af;

  color: #fff;
}
.next-btn-form input {
  background: #1e40af;

  color: #fff;
}
.form-step label{
  font-weight: 550;
  font-size: 14px;
}

.bookly-date-check{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 4px;
}


.bookly-date-check .bookly-bold{
  font-weight: 550;
  font-size: 14px;
  text-align: center;
  /* margin-bottom: 1.2rem; */
}
.div-form-day-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.bookly-date-check input{
  display: block !important;
    width: 23px;
    height: 23px;
    padding: 0;
    margin: -12px auto 0;
    border-radius: 50% !important;
    cursor: pointer;
}

.checkbox {
  position: relative;
  overflow: hidden;
}

.checkbox__input {
  position: absolute;
  top: -100px;
  left: -100px;
}
 
.checkbox__inner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 0.5rem;
  border-radius: 50%;
  border: 1px solid #626262;
  background: transparent no-repeat center;
}

.checkbox__input:checked + .checkbox__inner {
 
  background-color: var(--primary-color);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E%3Ctitle%3Echeck%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ios_modification' transform='translate(-27.000000, -191.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-Copy' transform='translate(0.000000, 164.000000)'%3E%3Cg id='ic-check-18px' transform='translate(25.000000, 23.000000)'%3E%3Cpolygon id='check' points='6.61 11.89 3.5 8.78 2.44 9.84 6.61 14 15.56 5.05 14.5 4'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 14px 10px;
}



.bookly-hour {
  display: block !important;
  min-width: 0;
  width: 100%;

  background: white;
  padding: .3rem 0.6rem;
  margin-bottom: 0.2rem !important;
  border: .6px solid #e3e3e3;
  border-radius: 5px;
}
.bookly-date{
  background: #1e40af;
  color: #fff;
}

.bookly-list label{
  width: 100%;
  display: inline-flex;
}
.bookly-list label input{
  width: 2% !important;
  margin-right: 1rem;

}
.bookly-hour span {
  font-size: 13px;
}
 .bookly-hour .bookly-hour-icon {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-right: 5px;
  background: url(../images/success.png) 0 0 no-repeat;
}
.bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {
  background: #f4662f !important;
  border: 1px solid #f4662f !important;
}
.bookly-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 .bookly-column {
  min-width: 148px;
  padding: 0 5px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  float: none !important;
}
.form-step p {
  font-size: 14px;
}
.success h2 {
  font-size: 18px;
  padding: 4rem 0;
}

@media(max-width:990px){
  .progressbar{
    display: none;
  }
  .multi-step-form-main{
    padding: 1rem;
  }
}

.active-calander{
  position: relative !important;
  display: block !important;
}

.fc-h-event .fc-event-title-container:hover{
  background: #1e293b;
}

.modal-body nav {
  height: 1vh!important;
}


#eventModal{
  display: none;
}

.success h1{
  font-size: 18px !important;
}
.paypal-img img {
  height: 1rem !important;
  margin-left:.6rem;
}
.dataTable-dropdown label {
  text-transform: capitalize;
  font-size: 14px;
  
}
.dataTable-dropdown select{
  margin-right: 1rem;
}