/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  /* text-transform: lowercase; */
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !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;
}

.footer {
  color: #fff;
  background-color: #233446;
}

fieldset {
  background-color: #e0e8fb;
  border: 1px solid #2d599f !important;
  border-radius: 5px;
  padding: 10px;
}

legend {
  padding: 5px;
  background: #2d599f;
  border-radius: 5px;
  font-size: 16px !important;
  color: white !important;
  margin-top: -25px;
}

table {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

table thead tr th {
  text-align: center !important;
}

.center-block {
  margin: auto;
  display: block;
}

.parent {
  display: flex;
  place-items: center;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.parent div {
  width: 100%;
}

.form-check-input:hover {
  cursor: pointer;
}

.addaction {
  padding-bottom: 0px !important;
}

hr {
  margin: 5px;
}

.modal-body {
  padding-bottom: 2px;
}

.modal-footer {
  padding-bottom: 10px;
}

.hide {
  display: none;
}

.menu-vertical .menu-inner>.menu-item .menu-link {
  margin: 0rem 2px !important;
}

.right {
  text-align: right;
}

.footer {
  color: #1c1919;
  background-color: #233446;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #2d599f;
  -webkit-text-fill-color: #343636;
  -webkit-box-shadow: 0 0 0px 1000px #ffd9b5 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.menu-vertical .menu-inner>.menu-item .menu-link {
  font-size: 12px;
}

.menu-vertical .menu-inner>.main_menu {
  font-size: 14px !important;
}

div.dt-container div.dt-length label {
  text-transform: capitalize !important;
}

.table thead tr {
  background-color: #2d599f !important;
}

.bg-menu-theme .menu-sub>.level3>.menu-link:before {
  left: 2.4375rem;
}

.bg-menu-theme .menu-sub>.level3.active>.menu-link:not(.menu-toggle):before {
  left: 2.1875rem;
}

.btn-primary {
  color: #fff;
  background-color: #2d599f;
  border-color: #2d599f;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

.divider-text {
  font-weight: bold;
  color: #fff;
  background-color: #557ec1;
}

.form-actions {
  margin-top: 25px;
}

.text-right {
  text-align: right;
}

.col-green {
  color: #00701c !important;
}

.col-red {
  color: #850101 !important;
}

.text-left {
  text-align: left!important;
}

.scrollMarginTop {
  scroll-margin-top: 4em;
}
.util-card {
  position: relative;
  padding: 24px;
  background-color: #fefefe;
  border-radius: 8px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .08);
  margin-bottom: 20px;
}
.list-overview {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: -20px -16px;
}
.list-overview li {
  display: flex;
  gap: 16px;
  padding: 20px 16px;
  position: relative;
  width: 25%;
}
.list-overview li .icon {
  width: 30px;
  display: block;
}
.list-overview li h3 {
  color: #4e6072;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
}
.list-overview li h5 {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  margin: 2px 0 0;
}
.heading {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 700;
}
.details--card-wrap:not(:last-child) {
  margin-bottom: 32px;
}
.details--card-wrap:not(:last-child) {
  margin-bottom: 32px;
}
.details--amenities .list-tags {
  margin-left: -5px;
  margin-right: -5px;
}
.details--amenities .list-tags {
  margin-left: -5px;
  margin-right: -5px;
}
.list-tags {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: -4px;
  padding: 0;
}
.details--amenities .list-tags li {
  flex-direction: column;
  text-align: center;
}
.list-tags li {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 4px;
}
.list-tags li .amenity {
  align-items: center;
  border-radius: 4px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 100px;
  padding: 8px 8px 12px;
}