/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey-child
Template: homey
*/

/* Your CSS code goes here
-------------------------------------- */
@import url("mediumterm.css");

.swiss-margin-bottom {
  margin-bottom: 15px !important;
}

input[type="file"].custom-file-input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.custom-file-label {
  display: inline-block;
  cursor: pointer;
  background-color: #fa9115;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.2s ease;
  position: relative;
}

.custom-file-label:hover {
  background-color: #fa9115;
}

.custom-file-label i {
  margin-right: 6px;
  vertical-align: middle;
}

.custom-file-label span {
  vertical-align: middle;
}

.custom-calendar-top {
  padding-top: 50px !important;
}

.custom-z-index {
  z-index: 8;
}

/* Hide horizontal scrollbar under the timeline */
#chart_div,
#chart_div svg,
#chart_div div.google-visualization-scrollwrap {
  overflow-x: hidden !important;
}

#chart_container {
  overflow-x: auto;
  white-space: nowrap;
}

.homey-modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.homey-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 25px;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
}

.homey-modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

#modal-register .homey-google-login {
  display: none;
}

#modal-register .modal-body-left.pull-left {
  background-position: 50% 0% !important;
}

#rs-chart-general-calendar .vis-label {
  font-weight: 600;
  color: #000;
}

#rs-chart-general-calendar .vis-item {
  background-color: #fa9115;
  border-color: #fa9115;
  border-width: 1px;
  color: #fff;
  display: inline-block;
  position: absolute;
  z-index: 1;
  border-radius: 14px !important;
  padding: 0 10px;
  /*width: 100% !important;*/
}

#rs-chart-general-calendar .vis-timeline {
  border: unset;
}

#rs-chart-general-calendar .vis-item a {
  color: #fff;
  width: 100%;
}

#rs-chart-general-calendar .vis-item.vis-range .vis-item-content {
  width: 100%;
}

.p-right-20 {
  padding-right: 20px !important;
}

.p-right-0 {
  padding-right: 0px !important;
}

.p-left-0 {
  padding-left: 0px !important;
}

.upload-document-container {
  /* full height minus margin */
  height: calc(100% - 15px);
  padding: 40px;
  position: relative;
  padding-bottom: 75px; /* spațiu pentru buton */
}

/* Header: titlu + badge inline */
.header-with-badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.header-with-badge h3 {
  margin: 0;
  font-size: 1.5rem;
}

.status-badge {
  display: inline-block;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 1em;
  font-weight: 500;
}

.status-desc {
  max-width: 60%;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.upload-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 2rem;
}

.upload-steps .step-field {
  flex: 0 0 32%;
  text-align: center;
}

.step-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #125dff;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  font-size: 1.1rem;
}

.filepond--credits {
  display: none !important;
}

.rs-sidebar-listing-container {
  position: relative;
}

img.rs-icon-blue-badge {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
  width: 25px;
}

.rs-banner-blue-badge {
  float: left;
}

.rs-banner-blue-badge img {
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
}

a.rs-thumbnail-listing {
  position: relative;
  float: left;
}

a.rs-thumbnail-listing img.rs-icon-blue-badge-listing {
  position: absolute;
  height: 28px;
  right: 5px;
  top: 5px;
}

form#blue-badge-documents-form {
  margin-bottom: 40px;
}

#document-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#document-popup-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#document-popup-content {
  position: relative;
  width: 80%;
  height: 80%;
  margin: 5% auto;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

#document-popup-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10000;
}

#document-frame {
  width: 100%;
  height: 100%;
  border: none;
}

.preview-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.preview-modal.hidden {
  display: none;
}

.preview-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.preview-content {
  position: relative;
  background: #fff;
  width: 210mm;
  height: 220mm;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  overflow: auto;
  padding: 20mm;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.preview-content h2,
.preview-content h3,
.preview-content p,
.preview-content ul {
  margin-bottom: 1em;
}

.preview-content ul {
  padding-left: 1.5em;
}

.shortcode-picker {
  margin-bottom: 15px;

  .btn {
    margin-left: 5px;
    margin-bottom: 5px;
  }
}

.custom-contract-top {
  padding-top: 30px;
}

.rs-premium-service {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #135dff;
  font-weight: 500;
}

div#modal-register .iti.iti--allow-dropdown {
  width: 100%;
}

div#modal-register .btn-group.bootstrap-select {
  margin-top: 0;
}

div#modal-register .btn-group.bootstrap-select span.filter-option.pull-left {
  line-height: initial !important;
}

.modal-login-form .form-group {
  margin-bottom: 10px;
}

div#modal-register input,
div#modal-login input {
  border-radius: 4px;
  border: 1px solid #d8dce1;
}

.ui-widget.ui-widget-content {
  z-index: 1;
}

/* Rezervations*/
button#add_more_expense,
button#add_more_discount {
  background: #4d870f;
  border-color: #4d870f;
}

button#add_more_expense:hover,
button#add_more_discount:hover {
  background: #2f530a;
  border-color: #2f530a;
}

/* end of */

/* Membership error - no membership in dashboard */

.page-template-templatedashboard-submission-php p.error.text-danger {
  max-width: 800px;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #111111;
  background-color: #fff;
  padding: 25px;
  border: 1px solid #efefef;
}

.mt-error-img-container {
  max-width: 400px;
  margin: 0 auto;
}

/* end of */
.custom-modal-login {
  position: absolute;
}

.dashboard-area .homey_delete_msg_thread.btn-action,
.messages-area .homey_delete_message.btn-action {
  display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  #modal-register .modal-dialog {
    margin: 2% auto;
  }
}

.page-template-dashboard-calendar footer.footer-wrap.footer {
  display: none;
}

.user-dashboard-right #module_listings ul.dropdown-menu {
  left: -79px;
}

.user-dashboard-right #module_listings .dropdown-menu > li:nth-child(4) a {
  color: #125dff;
}

.user-dashboard-right
  .col-md-3
  .rs-sidebar-listing-container
  img.rs-icon-blue-badge {
  right: 50px;
}

.rs-banner-blue-badge {
  float: left;
}

.fancybox-is-open .fancybox-infobar,
.fancybox-is-open .fancybox-toolbar {
  visibility: visible;
  opacity: 1;
  top: 44px;
}

.search-destination .dropdown-menu.open {
  max-height: 400px !important;
}

.dashboard-area button.btn.btn-dark-grey.btn-save-listing {
  background: #85c341;
}

.dashboard-area button.btn.btn-dark-grey.btn-save-listing:hover {
  background: #ff4412;
}

.search-banner .search-date-range input.form-control.on-focus,
.search-banner .search-date-range-depart input.form-control.on-focus,
.search-banner .search-guests input.form-control.on-focus {
  padding-left: 35px;
}

.search-banner .search-destination:after,
.search-banner .search-date-range:after,
.search-banner .search-guests:after,
.search-banner .search-date-range-arrive:after,
.search-banner .search-date-range-depart:after,
.search-banner .search-hours-range .search-hours-range-left:after,
.search-banner .search-hours-range .search-hours-range-right:after {
  left: 10px;
}

.homey-row-filter-custom {
  float: left;
  width: 100%;
}
.homey-row-filter-custom-space {
  margin-bottom: 15px;
}
@media screen and (max-width:576px) {
  .dashboard-page-title {
    top: 72px !important;
}
}
.mt-prop-payment-notice {
    background: #ff44120a;
    border-radius: 5px;
    padding: 10px;
}
.mt-prop-payment-notice h6 {
    margin-top: 15px;
}