/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.app-brand a img {
  width: 100%;
}
.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
}

.app-brand-logo.demo img {
  width: 25px;
  height: 25px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
  margin-top: 2px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.pac-container {
  z-index: 999999 !important;
}

.img-border {
  border: 1px solid #d1d5e2;
  border-radius: 5px;
}

.bg-pink {
  background-color: #e91e63 !important;
}
.tooltip-pink .tooltip-inner,
.tooltip-pink > .tooltip .tooltip-inner,
.ngb-tooltip-pink + ngb-tooltip-window .tooltip-inner {
  background: #e91e63;
  color: #fff;
}
.tooltip-pink.bs-tooltip-auto[data-popper-placement='top'] .tooltip-arrow::before,
.tooltip-pink > .tooltip.bs-tooltip-auto[data-popper-placement='top'] .tooltip-arrow::before,
.ngb-tooltip-pink + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement='top'] .tooltip-arrow::before {
  border-top-color: #e91e63;
}
.tooltip-pink.bs-tooltip-auto[data-popper-placement='left'] .tooltip-arrow::before,
.tooltip-pink > .tooltip.bs-tooltip-auto[data-popper-placement='left'] .tooltip-arrow::before,
.ngb-tooltip-pink + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement='left'] .tooltip-arrow::before {
  border-left-color: #e91e63;
}
.tooltip-pink.bs-tooltip-auto[data-popper-placement='bottom'] .tooltip-arrow::before,
.tooltip-pink > .tooltip.bs-tooltip-auto[data-popper-placement='bottom'] .tooltip-arrow::before,
.ngb-tooltip-pink + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement='bottom'] .tooltip-arrow::before {
  border-bottom-color: #e91e63;
}
.tooltip-pink.bs-tooltip-auto[data-popper-placement='right'] .tooltip-arrow::before,
.tooltip-pink > .tooltip.bs-tooltip-auto[data-popper-placement='right'] .tooltip-arrow::before,
.ngb-tooltip-pink + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement='right'] .tooltip-arrow::before {
  border-right-color: #e91e63;
}
/*@media (max-width: 480px) {
  .modal-dialog {
    width: 100vw !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
  }
}*/
.modal-fullscreen-md-down .btn-close {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.btn-close {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
@media (max-width: 767.98px) {
  .modal {
    .modal-dialog:not(.modal-fullscreen) {
      padding: 0 !important;
      padding-left: 0 !important;
    }
    .carousel-control-prev,
    .carousel-control-next {
      display: none;
    }
  }
}

.flatpickr-wrapper{
  width:100%;
}

.container.inline {
  width: 100% !important;
  box-shadow: 0;
}

.fc-event{
  cursor: pointer;
}
@media (max-width: 575px) {
    .modal-dialog {
    margin : 0;
  }
.modal-content{
min-height:100vh;
}
}
.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating{
  padding-left:10px !important;
}
.swal2-html-container{
  overflow-x:hidden !important;
}

#booking-calendar {
    min-width: 800px;
}

#booking-calendar .fc-view > table {
    min-width:  800px;
}

#dropzonecustom {
  width: 100%;
  position: relative;
  padding: 1.5rem;
  cursor: pointer;
  border-radius: 0.5rem;
}
#dropzonecustom:not(.dz-clickable) {
  opacity: 0.5;
  cursor: not-allowed;
}
#dropzonecustom.dz-drag-hover {
  border-style: solid;
}
#dropzonecustom.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dz-message {
  font-size: 1.625rem;
}
.dz-message:before {
  content: "";
  border-radius: 8px;
  position: absolute;
  top: 5rem;
  left: calc(50% - 23px);
  display: inline-block;
  height: 48px;
  width: 48px;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.dz-message .note {
  font-size: 0.9375rem;
}

.dz-browser-not-supported#dropzonecustom-box {
  min-height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  width: auto !important;
  cursor: default !important;
  transition: none;
}
.dz-browser-not-supported .dz-message {
  display: none !important;
}

.dz-started .dz-message {
  display: none;
}

.dz-message {
  margin: 8rem 0 3rem;
  font-weight: 500;
  text-align: center;
}
.dz-message .note {
  font-weight: 400;
  display: block;
  margin-top: 0.625rem;
}

.dz-preview {
  position: relative;
  vertical-align: top;
  margin: 0.5rem;
  background: #fff;
  font-size: 0.8125rem;
  box-sizing: content-box;
  cursor: default;
}

.dz-filename {
  position: absolute;
  width: 100%;
  overflow: hidden;
  padding: 0.625rem 0.625rem 0 0.625rem;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dz-filename:hover {
  white-space: normal;
  text-overflow: inherit;
}

.dz-size {
  padding: 1.875rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.6875rem;
  font-style: italic;
}

.dz-preview .progress,
.dz-preview .progess-bar {
  height: 0.5rem;
}

.dz-preview .progress {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.25rem;
  z-index: 30;
}

.dz-complete .progress {
  display: none;
}

.dz-thumbnail {
  position: relative;
  padding: 0.625rem;
  height: 7.5rem;
  text-align: center;
  box-sizing: content-box;
}
.dz-thumbnail > img,
.dz-thumbnail .dz-nopreview {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  margin: 0 auto;
  display: block;
}
.dz-thumbnail > img {
  max-height: 100%;
  max-width: 100%;
}

.dz-nopreview {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

.dz-thumbnail img[src] ~ .dz-nopreview {
  display: none;
}

.dz-remove {
  display: block;
  text-align: center;
  padding: 0.375rem 0;
  font-size: 0.75rem;
}
.dz-remove:hover, .dz-remove:focus {
  text-decoration: none;
  border-top-color: transparent;
}

.dz-error-mark,
.dz-success-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  margin-left: -1.875rem;
  margin-top: -1.875rem;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  background-position: center center;
  background-size: 1.875rem 1.875rem;
  background-repeat: no-repeat;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.06);
}

.dz-success-mark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.dz-error-mark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.dz-error-message {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  display: none;
  color: #fff;
  z-index: 40;
  padding: 0.75rem;
  text-align: left;
  overflow: auto;
  font-weight: 500;
}
[dir=rtl] .dz-error-message {
  text-align: right;
}

.dz-error .dz-error-message {
  display: none;
}
.dz-error .dz-error-mark {
  display: block;
}
.dz-error:hover .dz-error-message {
  display: block;
}
.dz-error:hover .dz-error-mark {
  display: none;
}

.dz-success .dz-success-mark {
  display: block;
}

[dir=rtl] .dz-hidden-input {
  left: auto !important;
  right: 0 !important;
}

.light-style #dropzonecustom {
  border: 2px dashed #d1d5e2;
}
.light-style .dz-preview {
  border: 0 solid #d1d5e2;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 1.125rem rgba(24, 47, 110, 0.1);
}
.light-style .dz-message {
  color: #2f447d;
}
.light-style .dz-message:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-upload' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%232f447d' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2' /%3E%3Cpolyline points='7 9 12 4 17 9' /%3E%3Cline x1='12' y1='4' x2='12' y2='16' /%3E%3C/svg%3E") !important;
  background: rgba(24, 47, 110, 0.08);
}
.light-style .dz-message .note {
  color: #46598b;
}
.light-style .dz-thumbnail {
  border-bottom: 1px solid #d1d5e2;
  background: rgba(24, 47, 110, 0.015);
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.light-style .dz-size {
  color: #8c97b7;
}
.light-style .dz-remove {
  color: #46598b;
  border-top: 1px solid #d1d5e2;
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}
.light-style .dz-remove:hover, .light-style .dz-remove:focus {
  color: #46598b;
  background: rgba(24, 47, 110, 0.05);
}
.light-style .dz-nopreview {
  color: #8c97b7;
}
.light-style .dz-error-mark,
.light-style .dz-success-mark {
  background-color: rgba(75, 75, 75, 0.5);
}
.light-style .dz-error-message {
  background: rgba(234, 84, 85, 0.8);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
@media (min-width: 576px) {
  .light-style .dz-preview {
    display: inline-block;
    width: 11.25rem;
  }
  .light-style .dz-thumbnail {
    width: 10rem;
  }
}

.dark-style #dropzonecustom {
  border: 2px dashed #434968;
}
.dark-style .dz-preview {
  background: #2f3349;
  border: 0 solid #434968;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 1.25rem rgba(15, 20, 34, 0.4);
}
.dark-style .dz-message {
  color: #cfd3ec;
}
.dark-style .dz-message:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-upload' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23cfd3ec' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2' /%3E%3Cpolyline points='7 9 12 4 17 9' /%3E%3Cline x1='12' y1='4' x2='12' y2='16' /%3E%3C/svg%3E") !important;
  background: rgba(134, 146, 208, 0.08);
}
.dark-style .dz-message .note {
  color: #b6bee3;
}
.dark-style .dz-filename {
  background: #2f3349;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 0 solid #434968;
}
.dark-style .dz-size {
  color: #7983bb;
}
.dark-style .dz-thumbnail {
  border-bottom: 1px solid #434968;
  background: rgba(255, 255, 255, 0.015);
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.dark-style .dz-nopreview {
  color: #7983bb;
}
.dark-style .dz-remove {
  color: #b6bee3;
  border-top: 1px solid #434968;
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}
.dark-style .dz-remove:hover, .dark-style .dz-remove:focus {
  color: #b6bee3;
  background: rgba(255, 255, 255, 0.8);
}
.dark-style .dz-error-mark,
.dark-style .dz-success-mark {
  background-color: rgba(215, 216, 222, 0.5);
}
.dark-style .dz-error-message {
  background: rgba(234, 84, 85, 0.8);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
@media (min-width: 576px) {
  .dark-style .dz-preview {
    display: inline-block;
    width: 11.25rem;
  }
  .dark-style .dz-thumbnail {
    width: 10rem;
  }
}

