* {
  font-family: "DM Sans", sans-serif;
}

html,
body {
  position: relative;
  overflow-x: hidden;
}

select.form-control {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control::-ms-expand {
  display: none;
}

select.form-control,
label.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  background-color: #fff;
  border: 2px solid #0099ba;
  border-radius: 56px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 16px;
  height: auto;
  font-family: "DM Sans", sans-serif;
}

select.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"],
textarea:focus,
.form-control:focus {
  outline: 0;
  border-color: #000;
  box-shadow: unset;
}

textarea.form-control,
.dhx_cal_ltext textarea {
  background-color: #fff;
  border: 2px solid #0099ba;
  min-height: 150px;
  border-radius: 32px;
  resize: none;
  padding: 10px 20px;
}

.dhx_cal_ltext textarea {
  width: calc(100% - 25px);
  font-size: 14px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.btn.btn-primary {
  border: none;
  border-radius: 56px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  outline: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: all 0.3s ease-out;
  background-color: #000;
  color: #fff !important;
  font-family: "DM Sans", sans-serif;
}

.btn.btn-primary:hover {
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-brand {
  height: auto;
}

.navbar-brand img {
  height: 60px;
  display: block;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  object-position: left center;
}

.navbar-header {
  margin-top: -10px;
}

.navbar {
  min-height: 60px;
  background-color: #000;
  padding: 25px 0;
  border: 0;
  border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.navbar-default .navbar-nav > li > a:after {
  background-color: #fff;
  bottom: 10px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
  width: 0;
}

.navbar-default .navbar-nav > li > a:hover:after {
  background-color: #fff;
  left: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
  z-index: 10;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.panel.panel-default {
  margin-top: 50px;
}

.panel-heading {
  background: linear-gradient(101.81deg, #eafbff 4.5%, #e9e9e9 94.48%);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

button.dt-button,
.paginate_button.current.paginate_button.current {
  border: none;
  border-radius: 56px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: all 0.3s ease-out;
  background-image: unset;
  background-color: #0099ba;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  border: 2px solid #0099ba;
  border-radius: 16px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 16px !important;
  border: 2px solid transparent;
  border-radius: 16px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: transparent;
  background: unset !important;
  border: 2px solid #0099ba;
  color: #0099ba !important;
  border-radius: 16px !important;
}

.paginate_button.current.paginate_button.current {
  border-radius: 16px !important;
  color: #fff !important;
}

button.dt-button:hover:not(.disabled),
.paginate_button.current.paginate_button.current:hover {
  background-image: unset;
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
  border-radius: 16px !important;
}

.form-check-label {
  margin-top: 5px;
  margin-right: 15px;
}

.form-check-label .form-check-input {
  margin-right: 5px;
}

@media all and (max-width: 525px) {
  .buttons-page-length,
  .panel-spacing {
    margin: 15px 0;
  }

  .tablet-column__padding {
    padding: 0 16px;
  }

  .panel-body {
    padding: 15px 0;
  }

  .panel-spacing {
    width: calc(100% - 32px);
    display: block;
    margin: 0 auto 25px auto;
  }

  form {
    padding: 0 16px;
  }

  .dtr-title {
    font-weight: 700;
  }
}

@media all and (max-width: 1199px) {
  .dataTable tr:not(.child) .dtr-control:before {
    content: "+";
    background-color: #0099ba;
    padding: 0px 5px 1px 5px;
    border-radius: 50%;
    color: white;
    margin-right: 15px;
  }
}

@media all and (max-width: 1399px) {
  .mb-120 {
    margin-bottom: 45px;
  }
}

@media all and (max-width: 991px) {
  .mx-16 {
    margin: 0 16px;
  }

  .dhx_cal_navline .dhx_cal_date {
    top: -10px;
    font-size: 18px;
    z-index: 999999;
  }

  #scheduler_here {
    margin-top: 5px;
  }

  .dhx_cal_navline div {
    top: 24px;
  }

  .dhx_cal_prev_button {
    right: 24px;
  }

  .dhx_cal_next_button {
    right: 10px;
  }

  .dhx_cal_today_button {
    right: 50px;
  }

  .dhx_cal_tab_first {
    left: 24px !important;
  }

  .dhx_cal_tab[name="week_tab"] {
    left: 74px !important;
  }
}

.parking-image {
  width: 100%;
}

.navbar-collapse {
  border-top: 0;
  border-color: unset !important;
  box-shadow: unset !important;
}

.navbar-brand {
  padding: 0 15px;
}

.navbar-toggle {
  margin-top: 15px;
}

.nav > li > a {
  margin: 10px 15px;
  padding: 10px 0 15px 0;
}

.navbar-default .navbar-nav > .open > a {
  background-color: unset !important;
  color: #fff;
}

.linear-background {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), #0099ba;
  margin-top: -20px;
  padding-top: 20px;
}

.overflow-hidden {
  overflow: hidden !important;
}

.h-100 {
  height: 100%;
  min-height: calc(100vh - 115px);
}

.collapse.navbar-collapse {
  transition: all 0.3s ease-out;
}

.navbar-collapse.collapse.in {
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 32px 32px;
  height: auto;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 999;
  top: 86px;
  margin: 0;
}

.navbar-toggle {
  border: 0;
}

.icon-bar.icon-bar.icon-bar {
  width: 30px;
  height: 4px;
  border-radius: 16px;
  background-color: #fff;
}

.icon-bar:first-of-type {
  margin-bottom: 5px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: unset;
}

@media all and (max-width: 767px) {
  .navbar-brand img {
    height: 40px;
    margin-top: 5px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important;
  }
}

.row.justify-content-center {
  display: flex;
  justify-content: center;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #000;
}

.navbar-toggle.collapsed .icon-bar {
  transition: all 0.2s ease-in-out;
}

.navbar-toggle.collapsed .icon-bar:first-of-type {
  transform: translateY(9px) rotate(45deg);
}

.navbar-toggle.collapsed .icon-bar:last-child {
  transform: rotate(-45deg);
}

.dhx_cal_light select {
  font-size: 14px;
}

@media all and (max-width: 991px) {
  .hide-for-responsive {
    display: none;
  }
}

.dhx_btn_set.dhx_left_btn_set.dhx_save_btn_set div:nth-child(2),
.dhtmlx_popup_button.dhtmlx_ok_button div {
  background-color: #004e40;
}

.dhx_btn_set.dhx_left_btn_set.dhx_cancel_btn_set,
.dhtmlx_popup_button.dhtmlx_cancel_button {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}

.dhtmlx_popup_button.dhtmlx_cancel_button div {
  color: #000;
}

.dhtmlx_popup_button.dhtmlx_ok_button {
  border-color: #fff;
  background-color: #fff;
}

.dhx_delete_btn_set {
  border: unset;
}

.dhx_btn_set.dhx_right_btn_set.dhx_delete_btn_set div:nth-child(2) {
  background-color: #fe2a10;
  color: #fff;
}

/* Responsive view for booking's modal */
@media all and (max-width: 991px) {
  .dhx_cal_light_wide.dhx_cal_light_wide.dhx_cal_light_wide {
    height: 500px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: calc(100% - 64px) !important;
  }

  .dhx_cal_light_wide .dhx_cal_larea {
    width: calc(100% - 16px);
    height: 75% !important;
  }

  .dhx_wrap_section {
    height: 25% !important;
  }

  #app-layout > div.dhx_cal_light.dhx_cal_light_wide > div.dhx_cal_larea > div:nth-child(2) {
    height: 40% !important;
    margin: 0 !important;
  }

  .dhx_cal_light_wide .dhx_cal_lsection {
    text-align: left;
    width: 100%;
    float: unset;
    margin: 0 0 5px 15px;
  }

  .dhx_right_btn_set {
    float: left !important;
    margin-left: 20px;
  }

  .dhx_section_time {
    white-space: pre-wrap;
  }

  .dhx_cal_ltext textarea {
    width: 100%;
  }

  .dhx_section_time {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    white-space: unset;
  }

  .dhx_cal_ltext textarea {
    font-size: 14px;
    height: 150px;
  }

  #app-layout > div.dhx_cal_light.dhx_cal_light_wide > div.dhx_cal_larea > div:nth-child(2) {
    margin: 16px;
  }
}
.dhx_cal_ltext {
  height: 60px !important;
}

.dhx_cal_ltext textarea {
  height: 44px !important;
  min-height: unset !important;
}

.dhx_cal_light {
  box-shadow: 2px 2px 35px #000;
}

.dhx_global_tip {
  display: none !important;
}

body .orientation {
  display: none;
}

body.rotated {
  overflow: hidden;
  background: #fff;
}

body.rotated .orientation {
  display: block;
  margin-top: 15px;
}

body.rotated > *:not(.orientation) {
  display: none;
}

body.rotated .orientation img {
  width: 30%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: auto;
}

body.rotated .orientation p {
  text-align: center;
  font-size: 18px;
}

.dhx_cal_event {
  background-color: #5780ad;
}

.dhx_title {
  text-align: center;
}

.dhx_scale_holder,
.dhx_body {
  box-shadow: 0 0 1px #fff;
}
