/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  max-width: 100%;
  width: 150px;
}

.has-error-box {
  border: 1px solid red;
  padding: 10px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}
.photo-max-width

/* ! 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;
}

span.category-listing-image img {
  max-width: 50px;
}

.search-filter {
  max-width: 270px;
  margin-right: 10px;
}

/*
* 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;
}

.m-block {
  display: block;
}
.card-img-left {
  height: 150px;
}

.modal-dialog div[x-show="show"] {
  display: none;
}
.modal-dialog span[aria-hidden] {
  display: none;
}

.title {
  padding-left: 26px;
  position: relative;
  line-height: 2.5;
}
.title:before {
  content: "";
  background-color: #ffbc99;
  border-radius: 4px;
  width: 16px;
  height: 36px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.title-cyan:before {
  background: #b1e5fc;
}
.title-purple:before {
  background: #cabdff;
}
.revenue-card-icon .bx {
  line-height: 1.063rem;
}
.revenue-card-icon {
  position: relative;
  padding-left: 60px;
}
.revenue-card-icon > .badge {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
}
.bg-purple {
  background-color: #cabdff;
  color: #000000;
}
.bg-cyan {
  background-color: #b1e5fc;
  color: #000000;
}
.gallery-images .card-img {
  height: 150px;
  width: auto;
  object-fit: contain;
}
.gallery-images.card {
  background: #efefef;
}
.gallery-images a {
  text-align: center;
  font-weight: 700;
}
.photo-max-width.listing-image {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  object-fit: cover;
}
.booking-listing i {
    font-size: 40px;
}
i.text-success.bx.bx-wifi, i.text-secondary.bx.bx-map{
    vertical-align: initial;
    font-size: 1.15rem;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #d65959;
}
.w-30 {
    width:30%;
}
.nav-pills .bx {
    vertical-align: text-bottom;
}
.view-more_dropdown {
    display: inline;
}
.view-more_dropdown i, .view-more_dropdown a {
    color: #FF5C00;
}
.view-more_dropdown i:hover, .view-more_dropdown a:hover {
    color: #787bff;
}
/** Editor Tab **/
.editor-tab .tab-content {
    padding: 0px 13px 13px 13px;
}
.editor-tab .nav-tabs .nav-item .nav-link:not(.active) {
    background-color: gainsboro;
}
.editor-tab .nav-tabs .nav-item .nav-link {
    border: 1px solid #00000033;
}
.editor-tab .nav-tabs {
    border-bottom: 0;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
}
.text-word-wrap {
    word-wrap: break-word;
}

/** Crop Modal **/
.crop-image-modal img {
        display: block;
        max-width: 100%;
}
.crop-image-modal .preview {
    text-align: center;
    overflow: hidden;
    width: 300px; 
    height: 300px;
    margin: 10px;
    border: 1px solid red;
}
.crop-image-modal .section{
    margin-top:150px;
    background:#fff;
    padding:50px 30px;
}
.crop-image-modal .modal-lg{
    max-width: 1000px !important;
}
.featured-crop-icon {
    color: #fff;
    padding: 3px;
    margin: 3px 0px 0 0;
    font-size: 14px;
}
.crop-image {
    cursor: pointer;
}
.crop-image-modal .modal-body {
    max-height: 475px;
}
.featured-crop-icon span {
    width: 100%;
}