/*
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("andy.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;
}

#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;
}

#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;
}