/**
 * Theme Name:     Listeo Child
 * Author:         Purethemes.me
 * Template:       listeo
 * Text Domain:	   listeo-child
 * Description:    Directory WordPress Theme by Purethemes
 */
span.booking-status.money-transfer {
  border-radius: 50px;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  padding: 2px 8px;
  margin-left: 0px !important;
  position: relative;
  top: -2px;
  background: green;
}
/* Style for the overlay background */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Style for the popup container */
.popup {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  position: relative;
  width: 400px;
}
.popup-title {
  background: #d3d3d369;
  margin: 0;
  padding: 20px 10px 20px 30px;
}
.close-btn {
  position: absolute;
  top: 37px;
  right: 22px;
  cursor: pointer;
  background: #8080805e;
  padding: 0px 7px 2px;
  border-radius: 51%;
  font-size: 30px;
}
form.popup-form {
  padding: 20px 25px 30px;
}
.iban-area p {
  color: #f46036;
  border-bottom: 1px solid #f46036;
  padding-bottom: 4px;
  margin-bottom: 30px;
  padding-left: 18px;
}
.popup-title h2 {
  font-size: 26px;
  font-weight: 600px;
}
/* Style for the text input */
.text-input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* Style for the submit button */
.submit-btn {
  cursor: pointer;
}
.iban-approved {
  background-color: #4ebc36e6;
  padding: 20px;
  margin: 0 0 30px 0;
  color: #fff;
  border-radius: 5px;
  font-size: 17px;
}
.iban-disapproved {
  padding: 20px;
  margin: 0 0 20px 0;
  border-radius: 5px;
  font-size: 17px;
  background: #87ceeb6b;
}
.iban-disapproved a {
  color: #0000fff7;
}
.iban-disapproved a:hover {
  text-decoration: none;
}
#popup-area {
  margin-top: 20px;
}
div#custom-loader {
  width: 20%;
  height: 20%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 9999;
  margin: 0 auto !important;
}
.header-dashboard-style .left-side.custom-header-left-side {
  width: 31%;
}
.header-dashboard-style .custom-header-main-search {
  width: 28%;
}
.header-dashboard-style .right-side {
  width: 40%;
}
.page-template-template-dashboard-php #dashboard {
  padding-top: 71px;
}
.main-search-input-item .input-with-icon.location a i {
  right: -3px !important;
  top: -17px;
  bottom: 0;
}
#logo img {
  max-width: 120px;
}
#logo {
  margin-right: 10px;
}
#leaflet-geocode-cont {
  width: 180px !important;
}
@media only screen and (max-width: 1024px) {
  .right-side {
    width: 100% !important;
  }
  .main-search-input-item.location a i {
    right: -3px !important;
    top: -17px;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  body,
  html {
    position: relative;
    overflow-x: HIDDEN;
  }
}
.custom-header-left-side {
  width: 33%;
}

.custom-header-main-search {
  display: inline-block;
  width: 33%;
  vertical-align: bottom;
}

.custom-header-right-side {
  width: 33%;
}

.custom-header-search-item.location {
  display: block;
}

.custom-header-search-input {
  margin-top: 0;
  padding: 0;
  max-height: unset;
}

.custom-header-btn {
  padding: 0 15px !important;
  height: 45px !important;
}

.mmenu-trigger {
  display: none !important;
}

.custom-header-left-side #logo {
  margin-top: 0px;
}

.custom-header-search-item {
  border-color: #e9e9e9;
}
.type-and-hit-enter {
  top: 45px !important;
  width: 124px;
}
.custom-header-location .active {
  display: block !important;
}
body.woocommerce-order-pay {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}
i.fas.fa-circle-notch.fa-spin:before {
  content: "\f1ce";
  color: #23b35f;
  font-size: 160px;
}
@media only screen and (min-width: 1321) and (max-width: 1513px) {
  .custom-header-left-side {
    width: 38%;
  }

  .custom-header-main-search {
    display: inline-block;
    width: 27%;
    vertical-align: bottom;
  }

  .custom-header-right-side {
    width: 33%;
  }
}

@media only screen and (min-width: 1321px) and (max-width: 1513px) {
  .custom-header-left-side {
    width: 34%;
  }

  .custom-header-main-search {
    display: inline-block;
    width: 33%;
    vertical-align: bottom;
  }

  .custom-header-right-side {
    width: 33%;
  }
}

@media only screen and (min-width: 1240px) and (max-width: 1321px) {
  .custom-header-left-side {
    width: 34%;
  }

  .custom-header-main-search {
    display: inline-block;
    width: 33%;
    vertical-align: bottom;
  }

  .custom-header-right-side {
    width: 33%;
  }
}

@media only screen and (min-width: 1022px) and (max-width: 1240px) {
  .custom-header-right-side {
    width: 37%;
    margin-top: unset;
  }

  .custom-header-main-search {
    width: 30%;
  }

  .custom-header-left-side #navigation {
    margin: unset;
    width: unset;
    padding-top: unset;
    padding-bottom: unset;
    position: unset;
  }

  .custom-header-left-side img#listeo_logo {
    content: url("https://andshare.fr/wp-content/uploads/2023/05/Pinguin_PNG.png");
  }

  .custom-header-left-side {
    width: 33% !important;
  }

  .custom-header-left-side #logo {
    margin-right: 0% !important;
  }
}

@media only screen and (min-width: 1022px) and (max-width: 1115px) {
  .custom-header-right-side {
    width: 37%;
    margin-top: unset;
  }

  .custom-header-main-search {
    width: 30%;
  }

  .custom-header-left-side #navigation {
    margin: unset;
    width: unset;
    padding-top: unset;
    padding-bottom: unset;
    position: unset;
  }

  .custom-header-left-side img#listeo_logo {
    content: url("https://andshare.fr/wp-content/uploads/2023/05/Pinguin_PNG.png");
  }

  .custom-header-left-side {
    width: 36% !important;
  }

  .custom-header-left-side #logo {
    margin-right: 0% !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1122px) {
  .custom-header-right-side {
    width: 38%;
    margin-top: unset;
  }

  .custom-header-main-search {
    width: 23%;
  }

  .custom-header-left-side {
    width: 36%;
  }

  .custom-header-left-side #navigation {
    margin: unset;
    width: unset;
    padding-top: unset;
    padding-bottom: unset;
    position: unset;
  }
}

@media only screen and (max-width: 1024px) {
  .custom-header-left-side img#listeo_logo {
    content: url("https://andshare.fr/wp-content/uploads/2023/05/Pinguin_PNG.png");
  }

  .custom-header-left-side {
    width: 11% !important;
    margin-right: 5px;
  }

  .custom-header-left-side #logo {
    width: 100% !important;
  }

  .custom-header-main-search {
    display: inline-block;
    width: 87% !important;
    vertical-align: unset;
    margin-bottom: 15px !important;
  }

  .custom-header-right-side {
    width: 100% !important;
  }

  .custom-header-search-input {
    display: flex !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    margin-top: 0 !important;
    padding: 0px !important;
    border-radius: 50px !important;
    background: white !important;
    max-height: 40px !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12) !important;
    width: 100% !important;
  }

  .custom-header-search-item {
    flex: 1 !important;
    margin-top: 5px !important;
    position: relative !important;
  }

  .custom-header-keyword input {
    font-size: 16px !important;
    border: none !important;
    font-weight: 500 !important;
    background: #fff !important;
    margin: 0 !important;
    height: 30px !important;
    box-shadow: none !important;
    border-radius: 50% !important;
    line-height: 0px !important;
  }

  .custom-header-location #location_search {
    font-size: 16px !important;
    border: none !important;
    font-weight: 500 !important;
    background: #fff !important;
    margin: 0 !important;
    height: 30px !important;
    box-shadow: none !important;
    border-radius: 50% !important;
    line-height: 0px !important;
  }

  .custom-header-btn {
    z-index: 999;
  }

  .main-search-input-item.location a i {
    right: 0px !important;
  }

  .custom-header-location .fa-map-marker {
    right: -13px !important;
  }

  .custom-header-btn {
    margin-top: 0px !important;
    padding: 0 11px !important;
    height: 40px !important;
  }

  .custom-header-main-search .type-and-hit-enter {
    opacity: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .custom-header-right-side {
    display: none !important;
  }
}
