/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.hidden {
  display: none !important;
}

.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: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! 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;
}

/*
* 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;
}

.float-right {
  float: right !important;
}

.select2-results__option[role=option][aria-selected=true] {
  background-color: #be531c !important;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
  background-color: rgba(41, 143, 194, 0.08) !important;
  color: #be531c !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgba(41, 143, 194, 0.16) !important;
  color: #be531c !important;
}

.table-responsive {
  padding-bottom: 120px;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000 !important;
  top: 0;
  right: 0;
  background-color: #FFF;
  overflow-x: hidden;
  padding-top: 30px;
  transition: 0.5s;
  -webkit-box-shadow: -6px 0px 24px 0px rgb(0 0 0 / 23%);
  -moz-box-shadow: -6px 0px 24px 0px rgba(0, 0, 0, 0.23);
  box-shadow: -6px 0px 24px 0px rgb(0 0 0 / 23%);
}

.dark-layout .sidebar {
  background-color: #161d31;
}

.border-left {
  border-left: 1px solid #ebe9f1 !important;
}

.pl-2, .px-2 {
  padding-left: 1.5rem !important;
}

.mr-1, .mx-1 {
  margin-right: 1rem !important;
}

.select2-dropdown--below {
  z-index: 10001 !important;
}

/*.select2-container {
  z-index: 10000;
}*/

.light-style .daterangepicker {
  z-index: 10000 !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #be531c !important;
}

.nav-tabs .nav-link:not(.active):hover, .nav-tabs .nav-link:not(.active):focus, .nav-pills .nav-link:not(.active):hover, .nav-pills .nav-link:not(.active):focus {
  color: #be531c !important;
}

.location-field {
  margin-bottom: 1rem !important;
}

.location-field:hover {
  cursor: pointer;
}

.location-field .i-edit {
  margin-top: -6px;
  visibility: hidden;
}

.location-field:hover .i-edit {
  visibility: visible;
}

.location-field-inputs h6 {
  margin-bottom: 0 !important;
}

.light-style .ui-timepicker-list li:hover {
  background: rgba(115, 103, 240, 0.08);
  color: #be531c;
}

#map {
  display: block;
  height: 100%;
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  z-index: unset !important;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: #f8f8f8;
}

.btn-secondary {
  background-color: #D9D8D6 !important;
  border-color: #D9D8D6 !important;
}

.btn-secondary:focus {
  background-color: #5B6670 !important;
  border-color: #5B6670 !important;
}

.btn-secondary:hover {
  background-color: #5B6670 !important;
  border-color: #5B6670 !important;
}

.text-white h5, .text-white h6 {
  color: #ffffff !important;
}