/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333 !important;
  border-width: 1px !important;
  outline: 0 !important;
}
option{
  color:#000
}
.error-message{
  color:#ff0000;

}
.success-message{
  color:green;
}
.sland-form-group::-webkit-input-placeholder,
#transaction-filter-form ::-webkit-input-placeholder{  
    color:    #fff;
}
.sland-form-group :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
   opacity:  1;
}
.sland-form-group ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
   opacity:  1;
}
.sland-form-group :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}
.sland-form-group ::-ms-input-placeholder { /* Microsoft Edge */
    color:    #fff;
}

.sland-form-group ::placeholder { /* Most modern browsers support this now. */
    color:    #fff;
}

#sland-user-update.custom-sland-form {
  padding: 0;
}
.custom-sland-form {
  background: #ffffff;
  padding: 45px 40px;
  border-radius: 5px;
}
.lease-checkout-container.custom-sland-form{
  /* max-width: 70%; */
  margin: 0 auto; 
}
.custom-sland-form .sland-form-group label {
  width: 100%;
  display: block;
  font-weight: 500;
  color: #000;
  margin-bottom: 3px;
}
.custom-sland-form .sland-form-group input[type="text"],
.custom-sland-form .sland-form-group input[type="email"],
.custom-sland-form .sland-form-group input[type="number"],
.custom-sland-form .sland-form-group input[type="password"],
.custom-sland-form .sland-form-group input[type="tel"],
.custom-sland-form .sland-form-group input[type="url"],
.custom-sland-form .sland-form-group input[type="search"],
.custom-sland-form .sland-form-group input[type="date"],
.custom-sland-form .sland-form-group input[type="datetime"],
.custom-sland-form .sland-form-group select,
.custom-sland-form .sland-form-group textarea,
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 15px;
  border: 1px solid rgb(18 103 83 / 10%);
  background-color: #f7f9f5;
  border-radius: 5px;
  border-color: #00000059;
  width: 100%;
}
.woocommerce-additional-fields h3{
  display: none;
}
.woocommerce-additional-fields  .woocommerce-additional-fields__field-wrapper{
    display: none;
}
#billing_postcode_field{
    width: 47%;
    overflow: visible;
    float: left;
}
#billing_email_field{
    width: 47%;
    overflow: visible;
    float: right;
    clear: none;
 }
 #billing_country_field{
    display: none;
 }
 .woocommerce-order-overview-custom *{
  color: #fff !important;
      /* background-color: #FFFFFF00;
    border-radius: 10px 10px 10px 10px;
    padding: 35px 35px 35px 35px;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.09); */
 }
 .woocommerce-order-overview-custom table{
    margin: 0 !important;
 }

 
.mybooking-container-loop { 
    display: flex;
    gap: 2%;
    row-gap: 15px;
    margin-bottom: 19px;
    flex-wrap: wrap;
 }
 
 .mybooking-container-loop .mybooking-order{
    width: 100%;
 }
 .book-a-services-cta{
	     margin-bottom: 10px;
 }
.mybooking-container-loop .mybooking-container{
  /* width: 32%; */
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
      min-height: 210px;
}
.mybooking-container-loop .mybooking-container .mybooking-subtitle{
    font-size: 15px;
    color: #000;
}
#booking_available_slots {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  gap: 1%;
  width: 100%;
}
#booking_available_slots .slot-container,#reschedule_available_slots  .slot-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.mybooking-container-loop .mybooking-reschedule{
  display: flex;
    gap: 5px;
}
.mybooking-container-loop .mybooking-actions a{
      display: flex;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 25px;
    background: #f7f6f2;
    border-radius: 5px;
    line-height: inherit;
    align-items: center;
}
.mybooking-container-loop .mybooking-actions a:hover{
    background: #8a7644;
    color: #fff;
}
.mybooking-container-loop .mybooking-reschedule img{
  width: 25px;
   cursor: pointer;
}
.mybooking-container-loop  .mybooking-actions{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
        gap: 10px;
}
.custom-sland-form .sland-form-group label.booking-slot-label,
#reschedule_available_slots label.booking-slot-label {
  width: 32.5%; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #f1e5d5 !important;
  background: #f7f9f5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  cursor: pointer;
  /* margin: 3px 0px !important; */
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-sland-form .sland-form-group label.booking-slot-label.booked,
#reschedule_available_slots label.booking-slot-label.booked {
  background: #ffffff !important;
  color: #000;
  cursor: not-allowed;
  opacity: 0.5;
}
.custom-sland-form .sland-form-group label.booking-slot-label input,
#reschedule_available_slots label.booking-slot-label input {
  width: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  opacity: 0;
}
.custom-sland-form
  .sland-form-group
  label.booking-slot-label:has(input[type="radio"]:checked),
#reschedule_available_slots
  label.booking-slot-label:has(input[type="radio"]:checked) {
  background: -o-linear-gradient(269.88deg, #8a7644 -81.59%, #bd8e49 99.9%);
  background: linear-gradient(180.12deg, #8a7644 -81.59%, #bd8e49 99.9%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}
.reschedule-booking-container{
    max-width: 800px;
}
.reschedule-booking-container .sland-form-group label{
  color:#fff;
}
.reschedule-booking-container .ui-datepicker-inline{
  min-width: 350px;
}

.reschedule-booking-container #submit-reschedule{
      color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25098039215686274);
    padding: 16px 35px 16px 35px;
    border-radius: 50px;
    position: relative;
    min-width: 180px;
    background: linear-gradient(180.12deg, #8A7644 -81.59%, #BD8E49 99.9%);
    transition: .3s ease-in-out;
}
.reschedule-booking-container #submit-reschedule:disabled{
      background: #ccc;
    cursor: not-allowed;
}
.woocommerce-order-overview-custom tr td:first-child{
  min-width: 150px;
}
.reschedule-booking-container h2,.reschedule-booking-container p{
  color: #fff;
}
.form-required {
  color: red;
}

.sland-form-column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sland-form-column-2 .sland-form-group {
  width: 49.5%;
}
.custom-sland-form .sland-form-group {
  margin-bottom: 15px;
}

.custom-sland-form button[type="button"],
.custom-sland-form button[type="submit"],
.website-primary-button,
#lease-checkin-button,
#lease-checkout-button,
#lease-renew-button{
  background: linear-gradient(180.12deg, #8A7644 -81.59%, #BD8E49 99.9%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
#checkout_message,#renew_message,#checkin_message{
  resize: none;
}
.website-primary-button:hover{
  background: linear-gradient(180.12deg, #8A7644 -81.59%, #BD8E49 99.9%);
}
.website-primary-button {
  margin-top: 15px;
}
.custom-sland-form button[type="button"].disabled,
button[type="submit"].disabled {
  background: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
.custom-sland-form .select2-container .select2-selection--single {
  height: 44px;
  background-color: #f7f9f5;
}
.custom-sland-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 44px;
}

.form-bottom-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.form-bottom-group a {
  font-size: 14px;
  text-decoration: underline !important;
  color: #000;
}
.form-massages {
  text-align: center;
}
.sland-form-group.signed-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
body .registration-link,body .lost-paw{
color: #000 !important;
}
body .registration-link:hover,body .lost-paw:hover{
text-decoration:underline !important;
}
.notice.notice-error {
  color: red;
}
.forgot-password-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#subservice_list_wrap {
  display: none;
}
.sland-form-group.signed-in label {
  display: inline-block !important;
  width: auto;
}
.sland-property-card {
  background-color: white;
  border-radius: 15px;
  width: 300px;
  overflow: hidden;
  text-align: left;
  position: relative;
  padding: 10px;
  border: 1px solid #ebebeb;
}

.sland-property-card:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.sland-share-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.sland-share-icon::before {
  content: "🔗";
  font-size: 16px;
}

.sland-property-title a {
  font-size: 18px;
  font-weight: bold;
  color: #8a7644 !important;
  margin: 0 0 5px;
}
.sland-property-location {
  font-size: 14px;
  color: #8a7644;
  margin: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
.sland-property-location img {
  margin-top: 5px;
}
.sland-property-distance {
  font-size: 12px;
  color: #8a7644;
  margin: 0 0 10px;
}
.sland-property-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.sland-property-tag {
  background-color: #ececec;
  border-radius: 15px;
  padding: 6px 13px;
  font-size: 12px;
  color: #8a7644;
}
.sland-property-price {
  font-size: 12px;
  font-weight: 400;
  color: #8a7644;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sland-property-price::before {
  content: "$";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-color: #66745a;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sland-view-more {
  background-color: #445038;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 25px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.sland-view-more:hover {
  background: -o-linear-gradient(269.88deg, #8a7644 -81.59%, #bd8e49 99.9%);
  background: linear-gradient(180.12deg, #8a7644 -81.59%, #bd8e49 99.9%);
  color: #fff;
}

.sland-property-card .sland-product-image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 100;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
}
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}
.slick-dots {
  text-align: center;
  padding: 10px 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #333;
  background: transparent;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #333;
}

/* the slides */
.sland-product-slider .slick-slide {
  margin: 23px 15px;
}

/* the parent */
.sland-product-slider .slick-list {
  margin: 0 -15px;
}

.sland-product-slider .slick-arrow {
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 4px 20px 0px #00000040;
  box-shadow: 0px 4px 20px 0px #00000040;
  border-radius: 50%;
  opacity: 1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sland-product-slider .slick-next:before,
.sland-product-slider .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 1 !important;
  color: #fff;
}
.sland-product-slider .slick-arrow.slick-next:before {
  content: "" !important;
  background-image: url(https://www.slandstudent.com/wp-content/uploads/2025/05/arrow-left.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  top: 12px;
}
.sland-product-slider .slick-arrow.slick-prev:before {
  content: "" !important;
  background-image: url(https://www.slandstudent.com/wp-content/uploads/2025/05/arrow-right.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  top: 12px;
}
.sland-product-slider .slick-prev {
  left: -50px;
}
.sland-product-slider .slick-next {
  right: -50px;
}

.sland-product-slider .slick-dots li button:before {
  display: none !important;
}
.sland-product-slider .slick-dots li button {
  background-color: #d9d9d9;
  width: 13px !important;
  height: 13px !important;
}
.sland-product-slider .slick-dots li.slick-active button {
  background-color: #66745a !important;
}
#customer_details .col-1 ,#customer_details .col-2{
  width: 100%;  
}
#customer_details .col-2 {
  /* display: none !important; */
}

.dropbox {
    width: 100%;
    /* height: 200px; */
    border: 1px dashed #ffffff6b;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    background-color: #76826b;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 20px;
    gap: 10px;
}
/* 
.dropbox:hover {
  background-color: #e6f0ff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
} */

/* .dropbox.dragover {
  background-color: #e6f0ff;
  border-color: #3451b2;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
} */

.dropbox-icon {
  font-size: 30px;
  color: #1a7f5d;
  margin-bottom: 0;
}

.dropbox-text {
  font-size: 18px;
  color: #1a7f5d;
  margin-bottom: 5px;
  font-weight: 600;
}

.dropbox-subtext {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.browse-btn {
  background-color: #1a7f5d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-weight: 500;
  margin-top: 5px;
}

.browse-btn:hover {
  background-color: #3451b2;
}

.file-previews {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  width: 100%;
}

.file-preview {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.file-preview:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.preview-img-container {
  height: 150px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f9f9f9;
}

.preview-img {
  max-width: 100%;
  max-height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.file-icon {
  font-size: 60px;
  color: #4c6fff;
}

.file-info {
  padding: 12px;
}

.file-name {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    margin-top: 12px;
    width: 100%;
    display: block;
     text-decoration: underline;
}

.file-size {
  font-size: 12px;
  color: #666;
}

.file-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.remove-btn {
  background-color: #ff4d4f;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.remove-btn:hover {
  background-color: #d9363e;
}

.upload-notification {
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4c6fff;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
}

.upload-notification.show {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  pointer-events: all;
}

.upload-notification.success {
  background-color: #52c41a;
}

.upload-notification.error {
  background-color: #ff4d4f;
}

.notification-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 3s linear;
  transition: -webkit-transform 3s linear;
  -o-transition: transform 3s linear;
  transition: transform 3s linear;
  transition: transform 3s linear, -webkit-transform 3s linear;
}

.upload-notification.show .notification-progress {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.upload-stats {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  width: 100%;
  margin-top: 10px;
  display: none;
}

.stats-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.stats-title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.stats-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.stat-item {
  text-align: center;
}

.stat-value {
  font-size: 18px;
  color: #4c6fff;
  font-weight: 600;
}

.stat-label {
  font-size: 12px;
  color: #666;
}

.progress-bar {
  height: 8px;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: #4c6fff;
  width: 0;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.empty-state {
  display: none;
  text-align: center;
  padding: 10px;
  color: #666;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .file-previews {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropbox {
    height: 180px;
  }
}

/* input[type="file"] {
  display: none;
} */

/* STYLE E */

.checkbox.style-e {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Inter", Sans-serif;
}
.checkbox.style-e input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark {
  background-color: #bd8e49;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark:after {
  left: 21px;
}
.checkbox.style-e:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.style-e:hover input:checked ~ .checkbox__checkmark {
  background-color: #bd8e49;
}
.checkbox.style-e .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 40px;
  background-color: #eee;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}
.checkbox.style-e .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
}
.checkbox.style-e .checkbox__body {
  color: #ffffff;
  line-height: 1.4;
  font-size: 16px;
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.notification-messages {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.notification-messages.success {
  background-color: #dff0d8;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}

.notification-messages.error {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
}
.is_strong_password_wrapper {
  background: #66745a;
  padding: 20px 35px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 16px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.is_strong_password_wrapper svg {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  opacity: 0.5;
  fill: #fff;
}

.sland-container {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.sland-container .sland-header {
    background: #343e2a;
    color: white;
    padding: 30px;
    text-align: center;
}
.my-account-list-inner ul {
list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.my-account-list-inner ul li {
 
    min-width: 200px;
   
}
.my-account-list-inner ul li a{
padding: 35px 25px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border-radius: 4px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    width: 100%;
    display: inline-flex;
    min-height: 120px;
    vertical-align: bottom;
    align-items: center;
    justify-content: center;
}
.my-account-list-inner ul li.my-account a{
	    display: block;
}
.my-account-list-inner ul li a:hover{
  background: #343e2a;
}
.sland-tab-content-container{
  padding: 40px 50px;
background: #445038;
}
.sland-tab-content-container h2 {
  color: #fffffff0;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.sland-tab-content-container .custom-sland-form{
  background: transparent;
}
.sland-tab-content-container .custom-sland-form .sland-form-group label {
    
    color: #ffffff;
 }
 .sland-tab-content-container .custom-sland-form .sland-form-group input[type="text"], 
 .sland-tab-content-container .custom-sland-form .sland-form-group input[type="email"], 
 .sland-tab-content-container .custom-sland-form .sland-form-group input[type="number"],
 .sland-tab-content-container .custom-sland-form .sland-form-group input[type="password"], 
 .sland-tab-content-container .custom-sland-form .sland-form-group input[type="tel"],
 .sland-tab-content-container  .custom-sland-form .sland-form-group input[type="url"], 
 .sland-tab-content-container  .custom-sland-form .sland-form-group input[type="search"],
 .sland-tab-content-container   .custom-sland-form .sland-form-group input[type="date"], 
 .sland-tab-content-container   .custom-sland-form .sland-form-group input[type="datetime"],

 .sland-tab-content-container  .custom-sland-form .sland-form-group select, 
.sland-tab-content-container   .custom-sland-form .sland-form-group textarea{
background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
  }
.my-account-list-inner ul li img{
    width: 60px;
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}
.my-account-list-inner ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.sland-header h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.sland-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  background: #f9f9f9;
}

.sland-tab {
  display: none;
}

.sland-tab-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  color: #333;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.sland-tab-label:hover {
  background: #e0e0e0;
}

.sland-tab:checked + .sland-tab-label {
  background: #fff;
  border-bottom: 2px solid #4a90e2;
  color: #4a90e2;
  font-weight: bold;
}

.sland-tab-content {
  display: none;
  padding: 40px;
}
.sland-tab-content table th {
    background: #eef2f7;
    color: #000;
}
.sland-button {
  display: inline-block;
  padding: 10px 20px;
  background: red;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  margin: 20px;
  text-align: center;
}

.sland-button:hover {
  background: #357abd;
}

.sland-logout {
text-align: center;
    padding: 20px;
    background: #445038;
}

@media (max-width: 600px) {
  .sland-container {
    margin: 10px;
  }

  .sland-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .sland-profile-img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .sland-settings-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .sland-settings-item input,
  .sland-settings-item select {
    width: 100%;
  }

  .sland-tab-label {
    font-size: 0.9rem;
    padding: 10px;
  }
}
#booking-form .sland-form-group label.booking-slot-label{
color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff40;
    font-size: 14px;
    padding: 11px 20px;
    border-radius: 11px;
    min-width: 32.5%;
}
#booking-form .sland-form-group label.booked{
    color: #fff !important;
    background: rgb(255 255 255 / 49%);
    border-color: #ffffff40;
}
#booking-form .sland-form-group label.selected,
#booking-form .sland-form-group label.booking-slot-label:not(.booked):hover{
  background-color: #445038;
}
#booking-form .sland-form-group label input{
    position: absolute;
    opacity: 0;
}
 
 .profile-back-button{
  width: 40px;
 }
#booking-form input[type="text"],
#booking-form input[type="email"],
#booking-form input[type="number"],
#booking-form input[type="password"],
#booking-form input[type="tel"],
#booking-form input[type="url"],
#booking-form input[type="search"],
#booking-form input[type="date"],
#booking-form input[type="datetime"],
#booking-form select,
#booking-form textarea{
  font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 15px;
      border-radius: 5px; 
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
#checkin_time{
font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 15px;
  border: 1px solid rgb(18 103 83 / 10%);
    border-top-color: rgba(18, 103, 83, 0.1);
    border-right-color: rgba(18, 103, 83, 0.1);
    border-bottom-color: rgba(18, 103, 83, 0.1);
    border-left-color: rgba(18, 103, 83, 0.1);
  background-color: #f7f9f5;
  border-radius: 5px;
  border-color: #00000059;
  width: 100%;
 }
#booking-form select option {
  background: #fff;
  color: #000;
}
#booking-form textarea {
  resize: none;
}
.white{
  color: #fff;
}
    .sland-booking-container {
       max-width: 680px;
        margin: 0 auto;
      }
            .sland-form-group {
               margin-bottom: 20px;
               }
            .sland-form-group label { 
              display: block; 
              margin-bottom: 5px; 
              font-weight: bold; }
            .sland-form-group select, .sland-form-group textarea, .sland-form-group input[type="file"] {
                width: 100%;  
            }
           
            .booking-slot-label {
               padding: 10px; 
               border: 1px solid #ddd;
                border-radius: 4px;
                 cursor: pointer; }
            .booking-slot-label.booked {
               background: #f0f0f0;
                cursor: not-allowed; 
              }
            .booking-slot-label input { 
              margin-right: 5px; 
            }
             .file-preview { 
              margin-top: 10px; 
              display: flex; 
              flex-wrap: wrap;
               gap: 10px; }
            .file-preview-item { 
              max-width: 100px; 
            }
            .preview-image, .preview-video {
               max-width: 100%; border-radius: 4px; 
              }
            #booking-message.error { 
              color: #d00; 
            }
            #service_book_now { 
                  color: white;
                  border: none;
                  cursor: pointer;
                  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25098039215686274);
                  padding: 16px 35px 16px 35px;
                  border-radius: 50px;
                  position: relative;
                  min-width: 180px;
                  background: linear-gradient(180.12deg, #8A7644 -81.59%, #BD8E49 99.9%);
                  transition: .3s ease-in-out;
            }
            #service_book_now:disabled { background: #ccc; cursor: not-allowed; }
#booking_date_inline .ui-datepicker-inline td {
  font-size: 14px;
  text-align: center;
  padding: 5px;
}
#booking_date_inline .ui-datepicker-inline td a,
#booking_date_inline .ui-state-disabled span {
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#booking_date_inline .ui-datepicker-inline .ui-state-default.ui-state-active,
#booking_date_inline .ui-datepicker-inline td a:hover {
  text-align: center;
  background: #570987;

  color: #fff;
}
#booking_date_inline .ui-widget.ui-widget-content {
  border: none;
}
#booking_date_inline .ui-datepicker {
  width: 100%;
}

.book-service-container {
}

.book-service-container {
  max-width: 600px;
  padding: 20px;
  background-color: #fff6e5;
}
.book-service-container .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.book-service-container .subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}
.book-service-container .description {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 20px;
}
.book-service-container .button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2e5e4e;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.book-service-container .button:hover {
  background-color: #234a3d;
}

#rescheduled_panel_inner_inner {
  padding: 20px;
  background-color: #ececec;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sland-logout img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.sland-logout a {
  background: #b47928;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.sland-logout a:hover {
  background: #1a7f5d;
  color: #fff;
}

.sland-logout a img {
  width: 20px;
  height: 20px;
}

.checkout-container .field {
  margin-bottom: 25px;
}
.checkout-container .field.full {
  width: 100%;
}
.checkout-container field.half {
  width: calc(50% - 12px);
}
.checkout-container .field label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}
.checkout-container .field input {
  padding: 12px;
  border-radius: 6px;
  border: 2px solid #e8ebed;
  display: block;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.checkout-container .field input:placeholder {
  color: #e8ebed !important;
}
.checkout-container .flex {
  display: flex;
  flex-direction: row wrap;
  align-items: center;
}
.checkout-container .flex.justify-space-between {
  justify-content: space-between;
}
.checkout-container .card {
  padding: 50px;
  margin: 50px auto;
  max-width: 850px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0px 24px 60px -1px rgba(37,44,54,0.14);
}
 
.checkout-container .card .card-title {
  margin-bottom: 50px;
}
.checkout-container .card .card-title h2 {
  margin: 0;
}
.checkout-container .card .card-body .payment-type,
.checkout-container .card .card-body .payment-info {
  margin-bottom: 25px;
}
.checkout-container .card .card-body .payment-type h4 {
  margin: 0;
}
.checkout-container .card .card-body .payment-type .types {
  margin: 25px 0;
}
.checkout-container .card .card-body .payment-type .types .type {
  width: 30%;
  position: relative;
  background: #f2f4f7;
  border: 2px solid #e8ebed;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s ease;
}
.checkout-container .card .card-body .payment-type .types .type:hover {
  border-color: #28333b;
}
.checkout-container .card .card-body .payment-type .types .type:hover .logo,
.checkout-container .card .card-body .payment-type .types .type:hover p {
  color: #28333b;
}
.checkout-container .card .card-body .payment-type .types .type.selected {
  border-color: #40b3ff;
  background: rgba(64,179,255,0.1);
}
.checkout-container .card .card-body .payment-type .types .type.selected .logo {
  color: #40b3ff;
}
.checkout-container .card .card-body .payment-type .types .type.selected p {
  color: #28333b;
}
.checkout-container .card .card-body .payment-type .types .type.selected::after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  height: 40px;
  width: 40px;
  top: -21px;
  right: -21px;
  background: #fff;
  border: 2px solid #40b3ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-container .card .card-body .payment-type .types .type .logo,
.checkout-container .card .card-body .payment-type .types .type p {
  transition: all 0.5s ease;
}
.checkout-container .card .card-body .payment-type .types .type .logo {
  font-size: 48px;
  color: #8a959c;
}
.checkout-container .card .card-body .payment-type .types .type p {
  margin-bottom: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #8a959c;
}
.checkout-container .card .card-body .payment-info .column {
  width: calc(50% - 25px);
}
.checkout-container .card .card-body .payment-info .title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.checkout-container .card .card-body .payment-info .title .num {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 2px solid #40b3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 12px;
  font-size: 12px;
}
  
.lease-action-buttons .lease-download-agreement,
.lease-action-buttons .lease-terms-and-conditions,
.lease-action-buttons .lease-pay-button,
.lease-checkout-button,
.lease-checkin-button,
.lease-renew-button,
.deposit-pay-button,
.lease-open-modal-btn{
   padding: 8px 20px !important;
    background: #343e2a;
    color: #fff;
    border-radius: 5px;
    line-height: normal !important;
    border: none !important;
    min-width: 100px !important;
      border: 1px solid #343e2a !important;
    transition: 0.4s all ease;

}
.deposit-pay-button{
  cursor: pointer !important;
}
.lease-action-buttons .lease-pay-button:hover,
.lease-checkout-button:hover,
.lease-checkin-button:hover,
.lease-renew-button:hover,
.deposit-pay-button:hover,
.lease-open-modal-btn:hover{
  background:#445038 !important;
  border: 1px solid #ffffff73 !important;
  color: #fff !important;
}

.table-style-override thead tr th,
.table-style-override tbody tr td{
     border: 0 !important;
}
.table-style-override tbody tr td:not(:first-child) {
 border-right:1px solid #dee1e52b !important;
}
.table-style-override tbody tr td:first-child {
 border-left:1px solid #dee1e52b !important;
 color: #ffffff !important;
}
.table-style-override tbody tr td{
   border-bottom:1px solid #dee1e52b !important;

}
.table-style-override thead tr th{
      background: #343e2a !important;
      color: #fff !important;
}
.table-style-override thead tr th:first-child {
  border-top-left-radius: 10px;
  /* border-bottom-left-radius: 10px; */
}
.table-style-override thead tr th:last-child {
  border-top-right-radius: 10px;
  /* border-bottom-right-radius: 10px; */
}
 
.table-style-override tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
  /* border-bottom-left-radius: 10px; */
}
.table-style-override tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
  /* border-bottom-right-radius: 10px; */
}

.deposit-information{
    margin-bottom: 20px;
    max-width: 60%;
}
.deposits-table td span{
  color: #ffffff;
}
.deposit-information h3{
  color: #fff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-top: 0;
}
.deposit-information ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.deposit-information ul li {
position: relative;  
color:#fff !important;
line-height: normal;
}
.lease-table h4{
  color: #fff;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}
.lease-table ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.lease-table ul li {
position: relative;  
color:#fff !important;
line-height: normal;
}
.lease-table ul li span{

}
.lease-table ul li{

}
.lease-table ul li:before{
  content:"";
}
.lease-table ul li span {
    margin-left: 15px;
}
.lease-table ul li .value {
  color: #666;
}
.lease-table ul li .value a {
  color: #1a7f5d;
  text-decoration: none;
}

.transaction-filter-form {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
}
.transaction-filter-form  .filter-column{
    width: 20%;
}

.transaction-filter-form label{
    display: block;
    margin-bottom: 5px;
    color: #fff;
}
.transaction-filter-form input[type="text"],
.transaction-filter-form select {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    /* width: 150px; */
}
.transaction-filter-form button {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    background: #b47928;
    min-width: 100px;
    color: #fff;
}
.transaction-filter-form button:hover {
    background: #005177;
}
.ui-datepicker {
    font-size: 14px;
}
.transaction-filter-form #from-date,
.transaction-filter-form #to-date ,
.transaction-filter-form #service-type{
     border-color: #26262630;
    border-width: 1px 1px 1px 1px;
    border-radius: 8px 8px 8px 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 3px;
}
.transaction-history-table td{
  text-align: center;
  color: #ffffff;
}
.transaction-history-table a.receipt-button{
    padding: 8px 20px !important;
    background: #343e2a;
    color: #fff;
    border-radius: 5px;
    line-height: normal !important;
    border: none !important;
    min-width: 100px !important;
}

#ui-datepicker-div .i-datepicker-title{
    display: flex;
    justify-content: space-between;
}

#ui-datepicker-div .ui-datepicker-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 48%;
    padding-left: 5px;

}
.woocommerce-checkout .woocommerce-order p{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.checkout.woocommerce-checkout{
      display: flex;

}
.woocommerce-checkout h2,
.woocommerce-checkout h3{
    color: #fff;
    font-size: 2em !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 600 !important;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    color: #fff;
    font-weight: 600;
}
#order_review_heading{
  display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgba(255, 255, 255, 0.1);
 }
 .wc_payment_methods.payment_methods li label{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
   cursor: pointer;
 }
 .woocommerce-privacy-policy-text{
  color:#fff !important;
 }

 #booking-message{
  color:#fff !important;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  }

  .woocommerce-billing-fields__field-wrapper .form-row{
    /* width: 100% !important;
    float: none !important; */
  }

    .woocommerce-billing-fields__field-wrapper .form-row .input-text {
          padding: 0 !important;
          background: transparent !important;
          border: none !important;
          color: #fff !important;
          pointer-events: none !important;
    }

    .woocommerce #customer_details{
          padding-right: 50px;
            width: 40%;
    }
    .woocommerce-billing-fields h3{
      margin-top:0;
    }
    .woocommerce-shipping-fields{
          margin-top: 25px;
    }

    #order_review{
          width: 60%;
    }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    padding: 15px 30px;
    border-radius: 50px;
    position: relative;
    min-width: 180px;
    background: linear-gradient(180.12deg, #8A7644 -81.59%, #BD8E49 99.9%);
    transition: .3s ease-in-out;
}
.woocommerce-order .woocommerce-order-overview{
  padding-left: 0;
}
.woocommerce-order-received  ul.order_details li{
      color: #fff;
}

.woocommerce-order-received .woocommerce-table__product-name a,.woocommerce-order-received .woocommerce-table__product-name .product-quantity{
  display: none;
}
.woocommerce-order-received .order_details *{
color: #fff;
}

.woocommerce-order-received  thead th{
      background: #343e2a !important;
}

.woocommerce-order-received .wc-item-meta{
  padding-left: 0;
}

.woocommerce-order-received .woocommerce-customer-details address{
       border: 1px solid rgb(255 255 255 / 18%) !important;
    border-radius: 0 !important;
    color: #fff;
}

 .woocommerce-order-received .woocommerce-thankyou-order-received{
      font-size: 35px !important;
    color: #fff;
    text-decoration: underline;
 }

 .woocommerce-privacy-policy-link{
  color:#fff;
  text-decoration: underline !important
 }
 .lease-documents-outer{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
 }
 .lease-documents-outer .no-file-found{
      width: 100%;
 }
  .lease-documents-outer .lease-documents{
    padding: 25px;
    border: 1px solid #ffffff17;
    border-radius: 5px;
    width: 100%;
    background: #343e2a;
  }
  .lease-documents-outer .lease-documents ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
    .lease-documents-outer .lease-documents ul li{
      margin-bottom: 10px;
      color: #fff;
      font-size: 16px;
   
  }
    .lease-documents-outer .lease-documents img{
     width: 150px;
    }
    .lease-documents-outer .lease-documents a{
      /* width:100px; */
    }
.verification-documents-outer ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.verification-documents-outer ul li{
  width: calc(33.333% - 10px);
   padding: 10px;
 }
 .verification-documents-outer ul li img{
    height: 350px;
    width: 100%;
    object-fit: cover;
 }
.verification-documents-outer h3{
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    margin-top: 12px;
    width: 100%;
    display: block;
    text-decoration: underline;
}

.condo-additional-info{
    display: flex;
    flex-wrap: wrap;
}
.condo-additional-info .condo-info-group{
    width: 33.333%;
    padding-left: 15px;
    border-left: 1px solid #E0E0E0 !important;
    margin-bottom: 25px;
}
.condo-additional-info .condo-info-title{
    font-size: 18px;
    font-weight: 400;
    display: flex;
    gap: 10px;
    align-items: center;

}
.condo-additional-info .condo-info-title img{
    width: 20px;
    height: 20px !important;
}
.condo-additional-info .condo-info-value{ 
      font-size: 1.5em;
    font-weight: 600;
    color: #1E1E1E;
}
.listings_item .feature_image{
      height: 250px;
      object-fit: cover;
}