@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root {
  --dark: #202124;
  --beige: #f4f4f4;
  --gold: #00BB80;
  --white: #f5f5f5;
  --text-color-dark: #403b37;
  --brownLight: #a09b97;
  --brownDark: #312c28;
}
html,
body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  background-color: #ddd;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
}
.text-right {
  text-align: right !important;
}
a {
  text-decoration: none;
}
.form-check-input:focus {
  border: inherit;
  box-shadow: none !important;
}
.text-right {
  text-align: right!important;
}

/*NEWSLETTER*/
#newsletter {
  height: 100vh;
  background-color: #f4f5f5;
  align-content: center;
  background-size: cover;
}
#newsletter h3 {
  font-family: "PT Sans", sans-serif;
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
#newsletter h2 {
  color: #141415;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.7rem;
}
.btn-primary, .btn-primary:hover {
  background: #00BB80;
  color: #fff;
  border: none;
  box-shadow: 0 4px #009c6b;
}
#newsletter form {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px #0006;
  padding: 40px 24px;
}
#newsletter form label {
  color: #8b8e92;
  cursor: text;
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
}
.form-check-input:checked {
  background-color: var(--gold);
  border-color: var(--gold);
  outline: none;
  box-shadow: none;
}
#newsletter form input:not([type='checkbox']) {
      box-sizing: border-box;
    color: #141415;
    font-size: 1rem;
    min-height: 44px;
    padding: 10px 20px;
}
#newsletter form input:focus:not([type='checkbox']) {
  border-color: #c0c1c4;
  box-shadow: 0 0 8px #c0c1c4;
}
#newsletter form .form-check-label a {
  color: var(--gold);
  text-decoration: underline;
}
#newsletter button {
  display: block;
  background-color: #00BB80;
  border-radius: 4px;
  margin-top: 20px;
  border: none;
  width: 100%;
  color: #f3f3f3;
  padding: 10px 56px;
}
/*NEWSLETTER*/


nav {
  background: #141415;
  color: white;
  border-bottom: 5px solid #18BB80;
  padding-bottom: 0!important;
}
.navbar-light .navbar-nav .nav-item {
  border-bottom: 1px solid transparent;
}
.navbar-light .navbar-nav .nav-link {
  font-family: "PT Sans", sans-serif;
  color: #fff;
}
.navbar-light .navbar-nav .nav-link i {
  line-height: 1;
  position: relative;
  top: -2px;
  color: #2db094;
}

.status-dot.bg-success {
  background-color: #28a745 !important;
}
.status-dot.bg-secondary {
  background-color: #6c757d !important;
}

.download-label {
  cursor: default;
  font-size: 0.8rem;
}
.download-label.success {
  background-color: #28a745 !important;
  color: #fff;
}
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.download-label {
  font-size: 0.875rem;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #6c757d; /* cinzento bootstrap */
  color: white;
  display: inline-block;
}
#drop-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #00bb8096;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  color: #141416;
  font-size: 2rem;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#drop-overlay.show {
  display: flex !important;
  opacity: 1;
}
.former-part input {
  padding: 10px;
  border-radius: 14px;
  border: none;
}
.former-part input:focus,
.former-part input:hover {
  padding: 10px;
  border-radius: 14px;
  box-shadow: none;
  outline: none;
  border: none;
}
.former-part select {
  padding: 10px;
  border-radius: 14px;
  border: none;
}
.select-sold-avai {
  padding: 10px;
  border-radius: 14px;
  border-color: var(--brownLight);
}

.select-sold-avai:hover,
.select-sold-avai:focus {
  box-shadow: none;
  outline: none; 
  border-color: var(--brownLight);
}
.former-part select:hover, 
.former-part select:focus {
  box-shadow: none;
  outline: none; 
  border: none;
}
.options-buttons a {
  color: var(--brownDark);
  font-size: 1.3rem;
}
.former-part .input-group-text {
  border: none;
  padding-right: 2px;
  background: white;
  border-radius: 14px;
}
.add-property, .add-property:hover {
  background-color: #55A066;
  color: white;
  padding: 10px 12px 4px 12px;
  display: inline-block;
  height: inherit;
  font-size: 1.3rem;
  border-radius: 14px;
}
.typebuyer {

  font-weight: 400;
  padding: 8px;
  font-size: 14px;
  border-radius: 14px;
  background-color: #55a066;
  color: white;
  position: relative;
  top: -3px;
}
.typecomapny {

  font-weight: 400;
  padding: 8px;
  font-size: 14px;
  border-radius: 14px;
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
  position: relative;
  top: -3px;
}
.each_property_list img.img-wraper {
  max-height: 250px;
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}
.show-actv {
  width: 100%;
  padding: 8px;
  background: #55a066;
  color: white;
  border: none;
  border-radius: 14px;
}
.each_property_list {
  background-color: white;
  border-radius: 14px;
  padding: 20px;
}

h5.newrequest {
  padding: 40px 0;
  text-align: center;
  background: #55a066;
  border-radius: 14px;

  font-weight: 400;
  color: white;
}
i.godownicon {
  position: relative;
  top: 2px;
}
i.godowniconx {
  position: relative;
  top: 5px;
}
.select-sold-avai-22 {
  padding: 10px 20px;
  border-radius: 14px;
  background: #55a066;
  color: white;
  border: none;
}
.gogreens {
  color: #55a066!important;
}
button.butogreens {
  background: #55a066!important;
  color: white;
  border: none;
}
.select-sold-avai-22:hover, .select-sold-avai-22:focus {
  border: none;
  box-shadow: none;
}
.modal-content {
  background-color: #f3f3f3;
  border:none;
  border-radius: 16px;
  padding: 24px;
}
.clientsmod {
  font-weight: 500;
}
.clientsmod .clients {
  color: var(--gold);
  cursor: pointer;
}
.pricer {

  font-weight: 500;
  font-size: 1.3rem;
  color: var(--gold);
}
button.btn-secondary {
  margin: 0;
  background: var(--brownDark);
  border-radius: 14px;
  padding: 10px 30px;
  border: none;
}

.dropzone_area {
  padding: 120px 0;
  text-align: center;
  border-radius: 14px;
  border: 2px dashed #dfdbd6;
}


.inner-form input {
  padding: 10px;
  border-radius: 14px;
  border: 1px solid var(--brownLight);
  border-left: none;
}
.inner-form input:focus,
.inner-form input:hover {
  padding: 10px;
  border-radius: 14px;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--brownLight);
  border-left: none;
}

.inner-form textarea {
  padding: 10px;
  min-height: 100px;
  resize: none;
  border-radius: 14px;
  border: 1px solid var(--brownLight);
}
.inner-form textarea:focus,
.inner-form textarea:hover {
  padding: 10px;
  border-radius: 14px;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--brownLight);
}

.inner-form select {
  padding: 10px;
  border-radius: 14px;
  border: 1px solid var(--brownLight);
  border-left: none;
}

.inner-form .input-group-text {
  border: 1px solid var(--brownLight);
  padding-right: 2px;
  border-right: none;
  background: white;
  border-radius: 14px;
}
.inner-form select:hover, 
.inner-form select:focus {
  box-shadow: none;
  outline: none; 
  border: 1px solid var(--brownLight);
  border-left: none;
}
.difftexter {

  background-color: var(--gold);
  color: white !important;
  padding: 6px 12px 10px 12px !important;
  border-radius: 14px;
}
.innerpadd {
  padding: 130px 100px;
  border-radius: 20px;
  background: #dfdbd7;
}
.innerpadd span {
  position: absolute;
  right: 20px;
  top: 20px;
  background: var(--gold);
  padding: 9px 12px 7px 12px;
  border-radius: 100px;
  color: white;
  pointer-events: none;
}
.innerpadd p {
  text-transform: uppercase;
}
.innerpadd input,
.innerpadd input:hover,
.innerpadd input:focus,
.innerpadd .input-group-text {
  border: none;
}
.goupload {
  background-color: #55a066;
  border: none;
  padding: 30px 24px 28px 24px;
  width: 100%;
  border-radius: 14px;
  color: white;
}
.delete_this {
  position: absolute;
  right: 18px;
  top: 4px;
  background: var(--gold);
  font-size: 12px;
  padding: 9px 12px 7px 12px;
  border-radius: 10px;
  color: white;
}
.delete_this:hover {
  background: white;
  color: var(--gold);
}
.gallery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.propertyfeatures input {
  margin-right: 6px;
}
.propertyfeatures li i {
  color: var(--gold);
}
.propertyfeatures li label {
  font-size: 13px;
  color: var(--text-color-dark);
}
@media(max-width: 900px) {
  .add-property {
    width: 100%;
    text-align: center;
  }
  h5.newrequest {
    padding: 10px 0;
  }
  .propertyfeatures li label {
    font-size: 16px;
  }
}
.processarbutton {
  position: fixed;
    bottom: 4px;
    width: 100%;
    left: 0;
    background: #00BB80;
    color: #fff;
    border: none;
    box-shadow: 0 4px #009c6b;
    border-radius: 0;
}

.table-success {
        transition: background-color 0.3s ease;
        background-color: #00BB80!important;
    }