h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
  line-height: 1.2;
}

.center {
  text-align: center;
}

* {
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Figtree-Regular", "Figtree-Black", sans-serif;
  color: "darkgray";
}

h1 {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  color: rgb(255, 255, 255);
  text-rendering: geometricPrecision;
  hyphens: inherit;
  margin: 0;
}

h2 {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 42px;
  color: rgb(22, 22, 21);
  margin: 0;
}

h3 {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  color: rgb(22, 22, 21);
  margin: 0;
}

h4 {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: rgb(22, 22, 21);
  margin: 0;
}

p {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: rgb(22, 22, 21);
  margin: 0;
}

input {
  border-radius: 5px;
  padding: 5px;
}

select {
  border: 2px solid black;
  border-radius: 5px;
  padding: 5px;
}

table th {
  text-align: left;
}

div.site {
  background-color: rgb(230, 241, 249);
}

.site-container {
  padding: 40px 20px 120px;
  height: 100%;
  margin: 0 auto;
}

.logged-in .site-container {
  padding: 90px 20px 120px;
}

.entry-content {
  padding: 75px 20px 120px;
  max-width: 1200px;
  margin: 0 auto;
}

@media all and (min-width: 1280px) {
  .entry-content {
    padding: 50px 0 120px;
  }
  .site-container {
    padding: 40px 40px 120px;
  }
  .logged-in .site-container {
    padding: 90px 20px 120px;
  }
}
.entry-content .gform_footer input.gform_button {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 11px 20px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
}

.entry-content h1 {
  color: rgb(22, 22, 21);
  font-size: 28px;
  margin-bottom: 25px;
}

.entry-content .back {
  left: 20px;
  top: 20px;
  background-color: rgba(112, 112, 112, 0.67);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.entry-content .back span {
  color: rgb(255, 255, 255);
  font-size: 15px;
}

.slick-next:before {
  content: "";
  background-image: url("../img/blue-angle.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@font-face {
  font-family: "Figtree-Black";
  src: url("../fonts/Figtree-Black.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}
@font-face {
  font-family: "Figtree-ExtraBold";
  src: url("../fonts/Figtree-ExtraBold.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}
@font-face {
  font-family: "Figtree-Bold";
  src: url("../fonts/Figtree-Bold.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "Figtree-SemiBold";
  src: url("../fonts/Figtree-SemiBold.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "Figtree-Medium";
  src: url("../fonts/Figtree-Medium.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "Figtree-Regular";
  src: url("../fonts/Figtree-Regular.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "Figtree-Light";
  src: url("../fonts/Figtree-Light.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
.littleLabel {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 15px;
  color: rgb(112, 112, 112);
  margin-bottom: 5px;
}

.whiteInput {
  background-color: rgb(255, 255, 255);
  border-radius: 23px;
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  color: rgb(112, 112, 112);
  padding: 7.5px 20px;
  border: 2px solid rgb(255, 255, 255);
}

.whiteInput:focus {
  border: 2px solid rgb(17, 117, 191);
  color: rgb(112, 112, 112);
}

.whiteInput::placeholder {
  color: rgba(112, 112, 112, 0.4);
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.submit {
  border-radius: 24px;
  background-color: rgb(255, 177, 13);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(255, 177, 13);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  min-width: 248px;
  padding: 16px 20px;
  margin: 0 auto;
}

.submit:focus {
  border-color: none;
}

.submit:hover {
  color: rgb(255, 177, 13);
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 177, 13);
}

.arrow-up {
  background-image: url(../img/arrow-up.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

.arrow-down {
  background-image: url(../img/arrow-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

.error-message {
  color: rgb(195, 26, 26);
  font-weight: bold;
}

.success-message {
  color: rgb(65, 180, 44);
  font-weight: bold;
}

.content-container {
  display: none;
}

.content-container.active {
  display: block;
}

@media screen and (max-width: 600px) {
  table {
    border-collapse: separate; /* Necessary to apply border-spacing */
    border-spacing: 0 10px; /* 10px vertical space between rows */
  }
  tr td:last-child {
    padding-bottom: 20px;
  }
  tr td:first-child {
    padding-top: 20px;
  }
  table thead {
    display: none;
  }
  table td {
    display: flex;
  }
  table td::before {
    content: attr(label);
    font-weight: bold;
    width: 120px;
    min-width: 120px;
  }
}
.form-message p {
  color: green;
}

.form-message.error p {
  color: red;
}

.custom-form {
  border-radius: 5px;
}
.custom-form .title-header {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}
.custom-form .title-header h2 {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 42px;
  color: rgb(22, 22, 21);
  margin: 0;
}
.custom-form .form-inner {
  padding: 20px 25px 40px;
}
.custom-form .form-buttons {
  margin-top: 20px;
}
.custom-form .form-input {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  flex: 0 0 100%;
}
.custom-form .form-input label {
  color: rgb(112, 112, 112);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 5px;
}
.custom-form .form-input input {
  background-color: rgba(206, 206, 206, 0.25);
  border-radius: 23px;
  border: none;
  color: rgba(112, 112, 112, 0.4);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  padding: 9.5px 20px;
}
.custom-form .form-input .password-with-eye {
  background-color: rgba(206, 206, 206, 0.25);
  border-radius: 23px;
}
.custom-form .form-input .password-with-eye input {
  background-color: transparent;
}
.custom-form .form-input .password-with-eye span {
  position: relative;
  font-size: 10px;
}
.custom-form .form-input input::placeholder {
  color: rgba(112, 112, 112, 0.4);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}
.custom-form .form-input:nth-last-child(2) {
  margin-bottom: 20px;
}
.custom-form .form-input:nth-of-type(2) {
  margin-bottom: 23px;
}

.btn-secondary {
  border-radius: 24px;
  background-color: rgb(255, 177, 13);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(255, 177, 13);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  padding: 10px;
  text-align: center;
  min-width: 100px;
}

.btn-primary {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  padding: 10px;
  text-align: center;
}

.tab-button {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  background-color: rgb(255, 255, 255);
  color: rgb(17, 117, 191);
  border: 1px solid rgb(17, 117, 191);
}
.tab-button.selected {
  background-color: rgb(17, 117, 191);
  color: rgb(255, 255, 255);
}

.btn-accept {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  padding: 10px;
  text-align: center;
  background-color: rgb(65, 180, 44);
}

.btn-decline {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  padding: 10px;
  background-color: rgb(195, 26, 26);
}

.btn-downloadFile {
  border: none;
  background-image: url(../img/download-file.png);
  height: 35px;
  width: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}

.home header.site-header {
  opacity: 0;
  pointer-events: none;
}

.home .site {
  background-image: url("../img/background.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home .site-container {
  padding: 45px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home .logo-home {
  width: 183px;
  height: 183px;
  margin: 0 auto;
}

.home .title-header {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 45px;
}

.login-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 35px;
}

.login-options .yellow {
  border-radius: 24px;
  background-color: rgb(255, 177, 13);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(255, 177, 13);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  padding: 16px 0 16px 0;
  max-width: 315px;
}

.login-options .yellow:hover {
  color: rgb(255, 177, 13);
  background-color: rgb(255, 255, 255);
}

.login-options .blue {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  padding: 11px 0;
  display: flex;
  justify-content: center;
}

.login-options .blue:hover {
  color: rgb(17, 117, 191);
  background-color: rgb(255, 255, 255);
}

.login-options .second-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.login-options .second-buttons .blue:first-of-type {
  width: 40%;
}

.login-options .second-buttons .blue:nth-of-type(2) {
  width: 60%;
}

.design-elements .design-facility {
  height: 270px;
  position: relative;
}

.design-elements .design-facility:after {
  content: "";
  background-image: url("../img/design-wave-bottom.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100vw;
  height: 100px;
  left: -30px;
  right: -30px;
  bottom: 0;
}

.design-elements .design-facility img {
  position: absolute;
  width: 260px;
  right: -30px;
  bottom: 9px;
}

@media all and (min-width: 380px) {
  .login-options .yellow {
    max-width: unset;
  }
  .design-elements .design-facility:after {
    height: 115px;
  }
}
@media all and (min-width: 568px) {
  .design-elements .design-facility:after {
    height: 160px;
    bottom: -40px;
  }
}
@media all and (min-width: 768px) {
  .design-elements .design-facility:after {
    height: 210px;
    bottom: -75px;
  }
}
@media all and (min-width: 820px) {
  .design-elements .design-facility:after {
    height: 220px;
    bottom: -85px;
  }
}
@media all and (min-width: 991px) {
  .design-elements .design-facility:after {
    height: 270px;
    bottom: -115px;
  }
}
@media all and (min-width: 1024px) {
  .design-elements .design-facility:after {
    height: 280px;
    bottom: -125px;
  }
}
@media all and (min-width: 1180px) {
  .design-elements .design-facility:after {
    height: 315px;
    bottom: -155px;
  }
}
@media all and (min-width: 1280px) {
  .design-elements .design-facility:after {
    height: 340px;
    bottom: -165px;
    left: -70px;
  }
}
@media all and (min-width: 1366px) {
  .design-elements .design-facility:after {
    height: 365px;
    bottom: -165px;
    left: -113px;
  }
}
@media all and (min-width: 1440px) {
  .design-elements .design-facility:after {
    height: 390px;
    bottom: -185px;
    left: -30px;
  }
}
.overview ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.overview ul li a {
  background-color: white;
  display: flex;
  gap: 25px;
  padding: 18px 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  align-items: center;
}

.overview ul li a div span {
  font-size: 20px;
  color: rgb(22, 22, 21);
}

.overview ul li:first-of-type {
  margin-bottom: 5px;
}

.overview ul li .overview-icon {
  width: 20px;
}

.overview {
  margin-top: 20px;
}

.log-out a {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
}

.log-out {
  display: flex;
  margin-top: 190px;
  justify-content: center;
  position: relative;
  isolation: isolate;
}

.log-out:hover a {
  color: rgb(17, 117, 191);
  background-color: rgb(255, 255, 255);
}

.cleaner-image {
  position: absolute;
  background-image: url(../img/cleaner.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 118px;
  height: 193px;
  z-index: -1;
  top: -50px;
  transform: translateX(120%);
}

.overview ul li a p {
  font-size: 14px;
}

@media all and (min-width: 375px) {
  .overview ul li a p {
    font-size: 16px;
  }
}
.login header.site-header, .login .site-footer {
  opacity: 0;
  pointer-events: none;
}

.site-container.login {
  padding: 40px 20px 120px;
  height: 100vh;
}
@media all and (min-width: 1280px) {
  .site-container.login {
    padding: 40px 40px 120px;
  }
}

.login .back {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.login .back .icon-angle-left-regular {
  font-size: 12px;
  color: rgb(22, 22, 21);
}

.site-container.login .logo-home {
  display: flex;
  justify-content: center;
}

.site-container.login .logo-home img {
  width: 133px;
  height: 133px;
}

.form-login {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
}

.form-login .title-header {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}

.form-login .title-header h2 {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 42px;
  color: rgb(22, 22, 21);
  margin: 0;
}

.form-login .form-login-inner {
  padding: 20px 25px 40px;
  margin-top: 40px;
}

.form-login .form-login-input {
  display: flex;
  flex-direction: column;
}

.form-login .form-login-inner .form-login-input:nth-last-child(2) {
  margin-bottom: 20px;
}

.form-login label {
  color: rgb(112, 112, 112);
  font-size: 10px;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 5px;
}

.form-login .form-login-input input {
  background-color: rgba(206, 206, 206, 0.25);
  border-radius: 23px;
  border: none;
  color: rgba(112, 112, 112, 0.4);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  padding: 9.5px 20px;
}

.form-login-inner .form-login-input:nth-of-type(2) {
  margin-bottom: 23px;
}

.form-login .form-login-input .password-with-eye input {
  background-color: transparent;
}

.form-login .form-login-input .password-with-eye {
  background-color: rgba(206, 206, 206, 0.25);
  border-radius: 23px;
}

.password-with-eye span {
  font-size: 10px;
}

.form-login .form-login-input input::placeholder {
  color: rgba(112, 112, 112, 0.4);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.form-login-inner .forget {
  margin-top: 15px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}

.form-login-inner .second-button {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  text-align: center;
  position: relative;
  padding: 24px 78.5px;
}

.form-login-inner .second-button:hover {
  color: rgb(17, 117, 191);
  background-color: rgb(255, 255, 255);
}

.form-login-inner .second-button:hover button {
  color: rgb(17, 117, 191);
}

.form-login-inner .forget a {
  color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 550;
  text-rendering: geometricPrecision;
}

.second-button button.blue {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.site-container.login.register .title-header {
  margin-bottom: 30px;
}

.form-login-inner .success {
  margin-top: 15px;
  margin-bottom: 35px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  background: rgb(65, 180, 44);
  border-radius: 24px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
}

.home-user {
  padding: 83px 20px 120px;
}

.home-user .title-header {
  margin-bottom: 15px;
}

.calendar .calendar-head {
  background-color: rgb(195, 26, 26);
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 3px;
  display: flex;
  justify-content: center;
}

.calendar .calendar-head .calendar-month {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
}

.calendar {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  min-width: 53px;
  max-width: 53px;
  max-height: 54px;
}

.calendar .calendar-body .calendar-day {
  color: rgb(22, 22, 21);
  font-size: 30px;
}

.calendar .calendar-body {
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  padding: 5.5px 0;
}

.upcoming-cleaning-items-container .upcoming-cleaning-item {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 18px 11px 11px 18px;
}

.upcoming-cleaning-items-container .upper-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}

.upcoming-cleaning-items-container .upcoming-cleaning-date {
  display: flex;
}

.upcoming-cleaning-items-container .upcoming-cleaning-date p {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: rgb(145, 145, 145);
  text-rendering: geometricPrecision;
}

.upcoming-cleaning-items-container .lower-wrapper a {
  display: flex;
  gap: 8px;
}

.upcoming-cleaning-items-container .lower-wrapper p {
  color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 550;
  text-rendering: geometricPrecision;
  margin-right: 8px;
}

.upcoming-cleaning-items-container .lower-wrapper span {
  color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 550;
  text-rendering: geometricPrecision;
  text-decoration: none;
}

.upcoming-cleaning-items-container .lower-wrapper .icon-arrow-right-regular {
  font-size: 12px;
}

.upcoming-cleaning-items-container .lower-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: -9px;
}

.upcoming-cleaning {
  margin-bottom: 30px;
}

.home-user .first-button {
  display: flex;
  justify-content: center;
}

.home-user .first-button a {
  border-radius: 24px;
  background-color: rgb(255, 177, 13);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(255, 177, 13);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  padding: 16px 0;
  min-width: 229px;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  text-rendering: geometricPrecision;
}

.home-user .first-button a:hover {
  color: rgb(255, 177, 13);
  background-color: rgb(255, 255, 255);
}

.home-user .first-button a span {
  font-size: 10px;
  margin-right: 8px;
  display: inline-block;
}

.home-user .services-item-head .recommend-label {
  color: rgb(255, 255, 255);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  background-color: rgb(255, 177, 13);
  border-radius: 5px;
  padding: 1.5px 10px;
  font-family: "Figtree-Medium", sans-serif;
  font-weight: 600;
  text-rendering: geometricPrecision;
  position: absolute;
  top: 12px;
  left: 12px;
}

.home-user .services-item-head .price-label {
  color: rgb(22, 22, 21);
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  font-family: "Figtree-Medium", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 600;
  text-rendering: geometricPrecision;
  padding: 6.5px 12px;
  position: absolute;
  bottom: 8px;
  right: 10px;
}

.home-user .services-item-inner .services-item-head {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 75px;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.home-user .services-outer {
  margin-top: 40px;
  position: relative;
}

.home-user .services-item-body {
  background-color: white;
  border-radius: 0 0 5px 5px;
  padding: 17px 20px 25px 20px;
}

.home-user .services-item-body h3 {
  margin-bottom: 5px;
}

.home-user .services-item-body .grayParagraph {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: rgb(145, 145, 145);
  text-rendering: geometricPrecision;
  margin-bottom: 20px;
}

.home-user .services-item-body .blueLink {
  color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 550;
  text-rendering: geometricPrecision;
}

.services-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: rgb(17, 117, 191);
  font-size: 10px;
}

.services-slider .slick-dots li button:before {
  opacity: 1;
  color: rgba(17, 117, 191, 0.3);
  font-size: 10px;
}

.services-slider .slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0;
}

.services-slider .slick-dots {
  bottom: -30px;
}

.home-user .other-services-items {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.home-user .other-services-item {
  background-color: rgb(255, 255, 255);
  width: 50%;
  border-radius: 5px;
}

.home-user .other-services-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding: 20px 10px 10px 10px;
}

.home-user .other-services-item p {
  font-weight: 600;
  text-rendering: geometricPrecision;
}

.home-user .other-services-outer {
  margin-top: 65px;
  margin-bottom: 68px;
}

.questions-inner h3 {
  margin-bottom: 12px;
}

.questions-inner p, .questions-inner p a {
  color: rgb(112, 112, 112);
}

.questions-inner p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}

.home-user .services-outer:after {
  content: "";
  background-image: url("../img/design-stars.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: -35px;
  bottom: -65px;
  width: 130px;
  height: 148px;
  z-index: 0;
}

.home-user .services-item-outer {
  margin: 0 7.5px;
}

.home-user .services-outer .slick-list {
  margin: 0 -7.5px !important;
}

.home-user .bottom, .help-center .bottom {
  position: relative;
  height: 24px;
  width: 100vw;
  margin-top: 76px;
  z-index: 2;
}

.home-user .bottom .logo-bottom, .help-center .bottom .logo-bottom {
  position: absolute;
  content: "";
  top: -75px;
  right: 35px;
  width: 143px;
  height: 143px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.home-user .bottom > img, .help-center .bottom > img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 120%;
}

@media all and (min-width: 425px) {
  .home-user .bottom > img, .help-center .bottom > img {
    top: -20px;
  }
  .home-user .bottom .logo-bottom, .help-center .bottom .logo-bottom {
    top: -88px;
  }
}
@media all and (min-width: 568px) {
  .home-user .bottom .logo-bottom, .help-center .bottom .logo-bottom {
    top: -75px;
  }
}
@media all and (min-width: 768px) {
  .home-user .bottom .logo-bottom, .help-center .bottom .logo-bottom {
    top: -65px;
  }
}
@media all and (min-width: 1024px) {
  .home-user .bottom .logo-bottom, .help-center .bottom .logo-bottom {
    top: -45px;
  }
}
@media all and (min-width: 1280px) {
  .home-user .bottom .logo-bottom, .help-center .bottom .logo-bottom {
    top: -23px;
    right: 115px;
  }
}
@media all and (min-width: 1440px) {
  .home-user .bottom .logo-bottom, .help-center .bottom .logo-bottom {
    top: 10px;
    right: 275px;
  }
}
@media all and (max-width: 374px) {
  .home-user .other-services-inner .title-header h2 {
    font-size: 22px;
  }
}
.upcoming-cleaning-items-container .slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0;
}

.upcoming-cleaning-items-container .slick-dots li.slick-active button:before {
  opacity: 1;
  color: rgb(17, 117, 191);
  font-size: 10px;
}

.upcoming-cleaning-items-container .slick-dots li button:before {
  opacity: 1;
  color: rgba(17, 117, 191, 0.3);
  font-size: 10px;
}

.slick-dots > li {
  display: inline-block;
}
.slick-dots > li:only-child {
  display: none;
}

.archive .title-header {
  margin-bottom: 15px;
}

.archive .archive-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 120px;
}

.archive-item .archive-head {
  background-color: rgb(255, 255, 255);
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
  margin-bottom: 2px;
}

.archive-item .archive-head-left {
  display: flex;
  gap: 15px;
}

.archive-item .archive-head-right {
  display: flex;
  gap: 15px;
}

.archive-head.archive-head-changed .archive-head-left p {
  color: rgb(255, 177, 13);
}

.archive-head.archive-head-confirmed .archive-head-left p {
  color: rgb(65, 180, 44);
}

.archive-head.archive-head-canceled .archive-head-left p {
  color: rgb(255, 0, 59);
}

.archive-head.archive-head-completed .archive-head-left p {
  color: rgb(112, 112, 112);
}

.archive-head .archive-head-right .date {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: rgb(145, 145, 145);
  text-rendering: geometricPrecision;
  color: rgb(112, 112, 112);
}

.archive-item .archive-body {
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 5px 5px;
  padding: 8px 10px;
}

.archive-item .archive-body .archive-body-top p {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: rgb(145, 145, 145);
  text-rendering: geometricPrecision;
}

.archive-item .archive-body .archive-body-bottom p {
  color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 550;
  text-rendering: geometricPrecision;
  display: inline-block;
}

.archive-item .archive-body .archive-body-bottom span {
  font-size: 12px;
  margin-left: 5px;
  color: rgb(17, 117, 191);
}

.archive-item .archive-body .archive-body-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: -5px;
  align-items: center;
}

.created-booking {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.site-container.archive .controls button {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  padding: 11px 20px;
  background-color: rgb(255, 255, 255);
  color: rgb(17, 117, 191);
}

.site-container.archive .controls button.mixitup-control-active {
  background-color: rgb(17, 117, 191);
  color: rgb(255, 255, 255);
}

.site-container.archive .controls {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}

.firstCancelBooking {
  background-color: rgb(255, 0, 59);
  border-radius: 25px;
  color: rgb(255, 255, 255);
  border: 0;
  padding: 17px 20px;
  font-family: "Figtree-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 25px;
  transition: 0.3s ease-in-out;
}

.firstCancelBooking:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 0, 59);
}

.changeBookingInterval {
  background-color: transparent;
  border-radius: 25px;
  color: rgb(252, 15, 59);
  border: 1px solid rgb(252, 15, 59);
  padding: 16px 20px;
  font-family: "Figtree-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  transition: 0.3s ease-in-out;
  width: 100%;
  text-align: center;
}

.productTitle {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 42px;
  color: rgb(22, 22, 21);
  font-weight: 600;
}

.productTime {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  color: #161615;
  font-weight: 600;
}

.archive .log-out.archive-logout {
  margin-top: 0;
  margin-bottom: 25px;
}

.admin-backend-archive .log-out.archive-logout {
  margin-top: 35px;
  margin-bottom: 25px;
}

.admin-backend-archive .gform_footer input.gform_button {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  margin: 0;
  padding: 4px 20px;
}

.admin-backend-archive .select-div {
  border: 1px solid black;
  border-radius: 23px;
  position: relative;
  margin-bottom: 20px;
}

.admin-backend-archive .select-div .whiteInput {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
}

.admin-backend-archive .select-div .icon-triangle-down-solid {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6px;
}

.help-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 45px;
}

.help-center .help-container .help-item {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  padding: 16px 20px;
}

.help-center .title-header {
  margin-bottom: 25px;
}

.help-center .help-container .help-item.active {
  border-radius: 5px 5px 0 0;
}

.help-center .help-container .help-item.active span {
  transform: rotate(45deg);
}

.help-center .help-container .first-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.help-center .help-container .help-item p {
  font-weight: 600;
  text-rendering: geometricPrecision;
}

.help-center .help-container .help-item span {
  font-size: 15px;
  color: rgb(17, 117, 191);
  transition: 0.3s ease-in-out;
}

.help-center .help-container .help-item .accordion {
  display: none;
  padding-top: 20px;
}

.help-center .help-container .accordion {
  background-color: rgb(255, 255, 255);
  padding: 16px 20px;
  border-radius: 0 0 5px 5px;
  margin-top: -13px;
  display: none;
}

.settings .personal-data .form-header h2 {
  font-size: 24px;
}

.settings .title-header {
  margin-bottom: 45px;
}

.settings .personal-data .form-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.settings .personal-data .form-inner div {
  display: flex;
  flex-direction: column;
}

.settings .personal-data .form-inner div.double {
  flex-direction: row;
  gap: 10px;
}

.settings .personal-data .form-inner div.double div {
  width: calc(50% - 5px);
}

.settings .form-inner h3 {
  margin-top: 25px;
}

.settings .form-inner .submit-container {
  margin-top: 20px;
}

.upcoming-cleaning-items-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.upcoming-cleanings .title-header {
  margin-bottom: 30px;
}

.admin-backend-archive button {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
}

.admin-backend-archive {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 50px 20px 100px;
}

.admin-backend-archive .date-div, .admin-backend-archive .time-div {
  position: relative;
  border: 1px solid black;
  border-radius: 25px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.admin-backend-archive .date-div .icon-calendar-regular {
  top: 12px;
}

.admin-backend-archive .time-div .icon-triangle-down-solid {
  font-size: 6px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.admin-backend-archive .date-container {
  margin-top: 25px;
}

.cards.booking-text .icon-info-regular {
  color: rgb(255, 177, 13);
  font-size: 25px;
  display: flex;
  justify-content: right;
}

#new-cleaning-outer .cleaning-steps.stepSeven .submit {
  min-width: 100% !important;
}

.agb-text a {
  color: rgb(112, 112, 112);
  font-weight: 600;
}

.page-template-template_register .site-header {
  opacity: 0;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
}

.login.register .form-login .title-header {
  margin-bottom: 30px;
}

.login.register .form-login {
  z-index: 1;
  position: relative;
}

.site-container.login.register {
  position: relative;
}

.login.register .logo-home {
  margin-bottom: 40px;
}

.login.register .form-login-inner {
  padding: 35px 25px 28px;
}

.login.register .form-login-inner .private-client a {
  border-radius: 24px;
  background-color: rgb(255, 177, 13);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(255, 177, 13);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  max-width: 288px;
  margin: 0 auto;
}

.login.register .form-login-inner .private-client a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 177, 13);
}

.login.register .form-login-inner .business-client a {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  max-width: 288px;
  margin: 0 auto;
}

.login.register .form-login-inner .business-client a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(17, 117, 191);
}

.login.register .form-login-inner .business-client a span, .login.register .form-login-inner .private-client a span {
  font-size: 15px;
  margin-left: 20px;
}

.login.register .form-login-inner .business-client p, .login.register .form-login-inner .private-client p {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: rgb(145, 145, 145);
  text-rendering: geometricPrecision;
  color: rgb(112, 112, 112);
  max-width: 288px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 20px;
}

.login.register .form-login-inner .private-client {
  padding-bottom: 27px;
  border-bottom: 2px dashed rgb(206, 206, 206);
}

.login.register .form-login-inner .business-client {
  margin-top: 30px;
}

.login.register .cleaner {
  width: 76px;
  height: 120px;
  position: absolute;
  right: -10px;
  z-index: 0;
  bottom: 15px;
  isolation: isolate;
}

.login.register .register-popup {
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 20px;
  backdrop-filter: brightness(0.5);
}

.login.register .register-popup .site-container {
  z-index: 1000;
  background-color: rgb(230, 241, 249);
  overflow: scroll;
  height: 100vh;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.login.register .register-popup.active {
  opacity: 1;
  pointer-events: all;
  appearance: unset;
  -webkit-appearance: unset;
}

.login.register .register-popup .icon-close-regular {
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  font-size: 15px;
  position: absolute;
  top: 35px;
  right: 35px;
}

.product-details {
  padding: 75px 0 120px;
}

.product-details .product-header img {
  width: 100%;
}

.product-details .border-container {
  padding: 25px 20px;
}

.product-details .border-container .title-header {
  margin-bottom: 15px;
}

.product-details .border-container p {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: rgb(145, 145, 145);
  text-rendering: geometricPrecision;
  color: rgb(112, 112, 112);
}

.product-details .border-container .title-header-text {
  margin-bottom: 25px;
}

.product-details .border-container .info-text-header {
  margin-bottom: 15px;
}

.product-details .border-container .info-text {
  margin-bottom: 25px;
}

.product-details .border-container .booking-button a {
  border-radius: 24px;
  background-color: rgb(255, 177, 13);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(255, 177, 13);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  max-width: 229px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding: 16px 0;
}

.product-details .border-container .booking-button a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 177, 13);
}

.product-details .border-container .booking-button {
  margin-top: 50px;
}

.product-details .border-container .services-outer {
  margin-top: 60px;
}

.product-details .border-container .services-outer .slick-list {
  margin: 0 -7.5px !important;
}

.product-details .border-container .services-outer .services-item-outer {
  margin: 0 7.5px;
}

.product-details .border-container .services-item-inner .services-item-head {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 75px;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.product-details .border-container .services-item-head .recommend-label {
  color: rgb(255, 255, 255);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  background-color: rgb(255, 177, 13);
  border-radius: 5px;
  padding: 1.5px 10px;
  font-family: "Figtree-Medium", sans-serif;
  font-weight: 600;
  text-rendering: geometricPrecision;
  position: absolute;
  top: 12px;
  left: 12px;
}

.product-details .border-container .services-item-head .price-label {
  color: rgb(22, 22, 21);
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  font-family: "Figtree-Medium", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 600;
  text-rendering: geometricPrecision;
  padding: 6.5px 12px;
  position: absolute;
  bottom: 8px;
  right: 10px;
}

.product-details .border-container .services-item-body {
  background-color: white;
  border-radius: 0 0 5px 5px;
  padding: 17px 20px 25px 20px;
}

.product-details .border-container .services-item-body h3 {
  margin-bottom: 5px;
}

.product-details .border-container .services-item-body .blueLink {
  color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 550;
  text-rendering: geometricPrecision;
}

.product-details .border-container .services-item-body .grayParagraph {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: rgb(145, 145, 145);
  text-rendering: geometricPrecision;
  margin-bottom: 20px;
}

.product-details .product-header .back {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: rgba(112, 112, 112, 0.67);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-details .product-header .back span {
  color: rgb(255, 255, 255);
  font-size: 15px;
}

.product-details .product-header {
  position: relative;
}

.absence-container {
  padding: 20px;
}

.date-selection {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.selected-dates {
  margin-top: 10px;
}

.selected-dates {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.absence-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
}
.absence-form input:invalid {
  border: 2px solid red;
}
.absence-form select:invalid {
  border: 2px solid red;
}
.absence-form .absence-button-list {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.absence-list-table {
  /* Add a line after each row */
  border-collapse: collapse;
}
.absence-list-table th {
  font-size: 20px;
}
.absence-list-table tr:not(:last-child) {
  border-bottom: 1px solid black;
}
.absence-list-table tr {
  height: 50px; /* Adjust the height as needed */
}
.absence-list-table tr.clickable-row {
  cursor: pointer;
}
.absence-list-table td.open {
  color: rgb(255, 177, 13);
}
.absence-list-table td.declined {
  color: rgb(195, 26, 26);
}
.absence-list-table td.accepted {
  color: rgb(65, 180, 44);
}

.employee-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
}

.employees-list-table {
  /* Add a line after each row */
  border-collapse: collapse;
}
.employees-list-table th {
  font-size: 20px;
}
.employees-list-table tr:not(:last-child) {
  border-bottom: 1px solid black;
}
.employees-list-table tr {
  height: 50px; /* Adjust the height as needed */
}
.employees-list-table tr.clickable-row {
  cursor: pointer;
}

.shift-schedule-container .shift-extra-container {
  margin-top: 20px;
}
.shift-schedule-container .shift-tracking-container {
  margin-top: 20px;
  border-radius: 10px;
}

#shift-tracking-gps-container {
  display: flex;
  flex-direction: column;
}
#shift-tracking-gps-container .google-map {
  height: 200px;
  max-width: 350px;
}

.draft-state {
  color: rgb(195, 26, 26);
  font-weight: bold;
}

.published-state {
  color: rgb(65, 180, 44);
  font-weight: bold;
}

.no-shift-schedule {
  margin-top: 30px;
}

.shift-schedule-menu {
  max-width: 300px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.shift-schedule-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
}

.shift-schedule-list-table {
  /* Add a line after each row */
  border-collapse: collapse;
}
.shift-schedule-list-table th {
  font-size: 20px;
}
.shift-schedule-list-table tr:not(:last-child) {
  border-bottom: 1px solid black;
}
.shift-schedule-list-table tr {
  height: 50px; /* Adjust the height as needed */
}
.shift-schedule-list-table tr.clickable-row {
  cursor: pointer;
}
.shift-schedule-list-table .holidaycell {
  text-align: right;
  color: rgb(65, 180, 44);
  padding-right: 30px;
}
@media (min-width: 1100px) {
  .shift-schedule-list-table .holidaycell {
    padding-right: 120px;
  }
}

.time-tracking-container {
  padding: 20px;
}
.time-tracking-container .tab-section {
  margin-top: 20px;
}
.time-tracking-container .time-tracking-summary {
  margin-top: 20px;
}
.time-tracking-container .no-time-tracking {
  padding-top: 20px;
}
.time-tracking-container .time-tracking-section {
  width: 100%;
}
.time-tracking-container .gps-info-container {
  margin-top: 30px;
}
.time-tracking-container .gps-info-container .google-map {
  height: 200px;
  max-width: 350px;
}

.date-selection {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.selected-dates {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.time-tracking-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
}

.time-tracking-list-table {
  /* Add a line after each row */
  border-collapse: collapse;
}
.time-tracking-list-table .download-file {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: end;
  gap: 5px;
}
.time-tracking-list-table .arrow-icon-cell {
  height: 40px;
  width: 40px;
}
.time-tracking-list-table .main-row td {
  font-family: "Figtree-Bold";
}
.time-tracking-list-table .child-row {
  font-weight: lighter;
}
.time-tracking-list-table .child-row td:nth-child(2) {
  padding-left: 40px;
}
.time-tracking-list-table th {
  font-size: 20px;
}
.time-tracking-list-table th.right-text {
  text-align: right;
}
.time-tracking-list-table tr:not(:last-child) {
  border-bottom: 1px solid black;
}
.time-tracking-list-table tr {
  height: 50px; /* Adjust the height as needed */
}
.time-tracking-list-table td {
  padding: 5px;
}
.time-tracking-list-table td.right-text {
  text-align: right;
}
.time-tracking-list-table tr.clickable-row {
  cursor: pointer;
}
.time-tracking-list-table .collapse-content {
  display: none;
}

.shift-tracking-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gps-info-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shift-tracking-entries {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.time-tracking-detail-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
}

.site-navigation-menu {
  max-width: 300px;
  margin-bottom: 20px;
}

.page-template-template-resetpw header.site-header, .page-template-template-resetpw .site-footer {
  opacity: 0;
  pointer-events: none;
}

.site-container.page-template-template-resetpw {
  padding: 40px 20px 120px;
  height: 100vh;
}
@media all and (min-width: 1280px) {
  .site-container.page-template-template-resetpw {
    padding: 40px 40px 120px;
  }
}

.page-template-template-resetpw.back {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.page-template-template-resetpw.back .icon-angle-left-regular {
  font-size: 12px;
  color: rgb(22, 22, 21);
}

.page-template-template-resetpw .site-container.login .logo-home {
  display: flex;
  justify-content: center;
}

.page-template-template-resetpw .logo-home img {
  width: 133px;
  height: 133px;
}

.form-pw-reset {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
}

.form-pw-reset .title-header {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}

.form-pw-reset .title-header h2 {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 42px;
  color: rgb(22, 22, 21);
  margin: 0;
}

.form-pw-reset .form-pw-reset-inner {
  padding: 20px 25px 40px;
  margin-top: 40px;
}

.form-pw-reset .form-pw-reset-input {
  display: flex;
  flex-direction: column;
}

.form-pw-reset .form-pw-reset-inner .form-pw-reset-input:nth-last-child(2) {
  margin-bottom: 20px;
}

.form-pw-reset label {
  color: rgb(112, 112, 112);
  font-size: 10px;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 5px;
}

.form-pw-reset .form-pw-reset-input input {
  background-color: rgba(206, 206, 206, 0.25);
  border-radius: 23px;
  border: none;
  color: rgba(112, 112, 112, 0.4);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  padding: 9.5px 20px;
}

.form-pw-reset-inner .form-pw-reset-input:nth-of-type(2) {
  margin-bottom: 23px;
}

.form-pw-reset .form-pw-reset-input .password-with-eye input {
  background-color: transparent;
}

.form-pw-reset .form-pw-reset-input .password-with-eye {
  background-color: rgba(206, 206, 206, 0.25);
  border-radius: 23px;
}

.password-with-eye span {
  font-size: 10px;
}

.form-pw-reset .form-pw-reset-input input::placeholder {
  color: rgba(112, 112, 112, 0.4);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.form-pw-reset .form-pw-reset-input:nth-child(2) {
  margin-top: 35px;
}

.form-pw-reset-inner .forget {
  margin-top: 15px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}

.form-pw-reset-inner .second-button {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  text-align: center;
  position: relative;
  padding: 24px 78.5px;
}

.form-pw-reset-inner .second-button:hover {
  color: rgb(17, 117, 191);
  background-color: rgb(255, 255, 255);
}

.form-pw-reset-inner .second-button:hover button {
  color: rgb(17, 117, 191);
}

.second-button button.blue {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.site-container.login.register .title-header {
  margin-bottom: 30px;
}

.form-pw-reset-inner .info {
  margin-top: 15px;
  margin-bottom: 35px;
  color: rgb(22, 22, 21);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}

.form-pw-reset-inner .description {
  margin-top: 15px;
  margin-bottom: 35px;
  color: rgba(112, 112, 112, 0.4);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}

.form-pw-reset-inner .errors {
  margin-top: 15px;
  margin-bottom: 35px;
  color: rgb(195, 26, 26);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}
.form-pw-reset-inner .errors ol {
  list-style: decimal;
  margin-left: 16px;
}

.form-pw-reset-inner .success {
  margin-top: 15px;
  margin-bottom: 35px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  background: rgb(65, 180, 44);
  border-radius: 24px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
}

.footer-inner ul {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 40px;
  position: relative;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

@media all and (min-width: 375px) {
  .footer-inner ul {
    padding: 10px 20px 40px;
  }
}
.footer-inner-special ul:after {
  content: "";
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: -32px;
  width: 69px;
  height: 54px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 50% 50% 41% 59%/60% 60% 40% 40%;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.08);
}

.footer-inner ul li:hover .icon-home-regular, .footer-inner ul li:hover .icon-user-regular {
  color: rgb(17, 117, 191);
}

.footer-inner ul li:hover a p {
  color: rgb(17, 117, 191);
}

.footer-inner ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.footer-inner {
  background-color: rgb(255, 255, 255);
}

.footer-inner ul li a p {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  color: rgb(206, 206, 206);
  transition: 0.3s ease-in-out;
  font-weight: 600;
  text-rendering: geometricPrecision;
}

.footer-inner ul li a .icon-home-regular, .footer-inner ul li a .icon-user-regular {
  color: rgb(206, 206, 206);
  transition: 0.3s ease-in-out;
}

.footer-inner ul .cta-button {
  position: absolute;
  left: 50%;
  bottom: 63px;
  transform: translateX(-50%);
  background-color: rgb(255, 177, 13);
  border-radius: 50% 50% 41% 59%/60% 60% 40% 40%;
  width: 56px;
  display: flex;
  height: 54px;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: 2px solid rgb(255, 177, 13);
}

.footer-inner ul .cta-button:after {
  content: "Buchen";
  color: rgb(255, 177, 13);
  position: absolute;
  bottom: -25px;
  font-family: "Figtree-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  text-rendering: geometricPrecision;
}

.footer-inner ul .cta-button:hover {
  background-color: rgb(255, 255, 255);
}

.footer-inner ul .cta-button:hover .icon-plus-regular {
  color: rgb(255, 177, 13);
}

.footer-inner ul .cta-button .icon-plus-regular {
  color: rgb(255, 255, 255);
}

footer.site-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media all and (min-width: 768px) {
  .footer-inner ul {
    justify-content: space-evenly;
  }
  .footer-inner ul li:first-of-type a {
    align-items: flex-end;
    min-width: 87px;
  }
  .footer-inner ul li:first-of-type a span {
    margin-right: 8px;
  }
}
.popUpStorno {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  padding: 40px 20px 45px;
  margin: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}

.popUpStorno span {
  font-size: 32px;
  color: rgb(255, 0, 59);
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.popUpStorno p {
  font-size: 14px;
}

.popUpStorno .tooLate {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.popUpStorno button {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
}

.popUpStorno button.inline-button {
  background-color: rgb(255, 0, 59);
  border-color: rgb(255, 0, 59);
}

.popUpStorno button.inline-button:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 0, 59);
  color: rgb(255, 0, 59);
}

.popUpStorno button.outline-button {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 0, 59);
  border-color: rgb(255, 0, 59);
}

.popUpStorno button.outline-button:hover {
  background-color: rgb(255, 0, 59);
  color: rgb(255, 255, 255);
  border-color: rgb(255, 0, 59);
}

.popUpStorno .buttons {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.popUpStorno .buttons button {
  width: calc(50% - 7.5px);
  display: flex;
  justify-content: center;
  padding: 16px 20px;
}

.popup-general {
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  padding: 20px;
  text-align: center;
  align-items: center;
  margin: 0 20px;
  left: 0;
  right: 0;
  border-radius: 5px;
  display: none;
  z-index: 2;
}

.popup-general p {
  color: rgb(255, 255, 255);
}

.popup-success {
  background-color: rgb(65, 180, 44);
}

.popup-failed {
  background-color: rgb(195, 26, 26);
}

.footer-inner ul li.current-active .icon-user-regular, .footer-inner ul li.current-active .icon-home-regular, .footer-inner ul li.current-active a p {
  color: rgb(17, 117, 191);
}

footer.site-footer {
  z-index: 10000;
}

header.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 35px 10px 20px;
  margin-bottom: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

header.site-header .site-branding a img {
  width: 74px;
  height: 41px;
}

header.site-header .calendar {
  display: flex;
  position: relative;
  box-shadow: unset;
  border-radius: unset;
  min-width: unset;
  max-width: unset;
  max-height: unset;
}

header.site-header .calendar .icon-calendar-light {
  font-size: 20px;
  color: rgb(112, 112, 112);
  font-weight: 500;
}

header.site-header .calendar .notification {
  background-color: rgb(255, 177, 13);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -10px;
  padding: 0.5px 4px;
  aspect-ratio: 1/1;
}

header.site-header .calendar .notification .notification-number {
  font-size: 11px;
  color: rgb(255, 255, 255);
  display: flex;
}

header.site-header .register-button.blue {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  padding: 11px 20px;
  display: flex;
  justify-content: center;
}

header.site-header .register-button.blue .icon-user-regular {
  margin-right: 15px;
}

.site-container.help-center .register-button.blue {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  padding: 11px 20px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.site-container.help-center .register-button.blue .icon-user-regular {
  margin-right: 15px;
}

#new-cleaning-outer {
  background-color: rgb(230, 241, 249);
  min-height: 100vh;
}

.steps.clearfix {
  display: none;
}

.new-cleaning {
  padding-top: 115px;
}

.new-cleaning .title-header h2 {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 37px;
  color: rgb(22, 22, 21);
  font-size: 22px;
}

@media all and (min-width: 375px) {
  .new-cleaning .title-header h2 {
    font-size: 24px;
  }
}
.new-cleaning .title-header {
  margin-bottom: 40px;
}

.popup-header {
  display: flex;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  padding: 26px 20px;
  gap: 70px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}

.popup-header .icon-angle-left-regular {
  color: rgb(22, 22, 21);
}

#new-cleaning-outer .booking-item {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  border: 2px solid transparent;
  transition: 0.3s ease-in-out;
  position: relative;
}

#new-cleaning-outer .booking-item .icon-checkmark-regular {
  position: absolute;
  right: 10px;
  top: 25px;
  color: rgb(255, 177, 13);
  font-size: 12px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

#new-cleaning-outer .booking-item .icon-checkmark-regular.active {
  opacity: 1;
}

#new-cleaning-outer .booking-item a {
  padding: 25px 15px 15px 15px;
  display: inline-block;
  width: 100%;
}

#new-cleaning-outer section {
  padding: 0 20px;
}

#new-cleaning-outer .first-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 6px;
}

#new-cleaning-outer .first-wrapper p {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: rgb(145, 145, 145);
  text-rendering: geometricPrecision;
}

#new-cleaning-outer .second-wrapper p {
  color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 550;
  text-rendering: geometricPrecision;
  text-decoration: none;
}

#new-cleaning-outer .first-wrapper .item-left img {
  min-width: 50px;
  max-width: 50px;
}

#new-cleaning-outer .second-wrapper {
  display: flex;
  justify-content: flex-end;
}

.popup-footer .prev, .popup-footer .next {
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  display: flex;
  justify-content: center;
  padding: 11px 10px;
  width: fit-content;
}

@media all and (min-width: 375px) {
  .popup-footer .prev, .popup-footer .next {
    padding: 11px 15px;
  }
}
.popup-footer .prev {
  background-color: rgb(255, 255, 255);
}

.popup-footer .prev p, .popup-footer .next p {
  color: rgb(255, 255, 255);
}

.popup-footer .prev {
  color: rgb(17, 117, 191);
}

.booking-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 100px;
  position: relative;
}

.booking-items:after {
  content: "";
  position: absolute;
  background-image: url("../img/design-stars.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 130px;
  height: 148px;
  top: 424px;
  right: -45px;
  z-index: 1;
}

.popup-footer {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.08);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: unset;
}

.popup-footer .next {
  min-width: 120px;
}

.booking-items .booking-item .recommend-label {
  color: rgb(255, 255, 255);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  background-color: rgb(255, 177, 13);
  border-radius: 5px;
  padding: 1.5px 10px;
  font-family: "Figtree-Medium", sans-serif;
  font-weight: 600;
  text-rendering: geometricPrecision;
  padding: 1.5px 10px;
  position: absolute;
  top: -10px;
  right: 10px;
}

#new-cleaning-outer section.cleaning-steps.stepTwo {
  padding-bottom: 120px;
}

section.stepTwo .radio-buttons input {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  order: -1;
}

section.stepTwo .radio-buttons input[type=radio]::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  border: 1px solid rgb(112, 112, 112);
}

section.stepTwo .radio-buttons input[type=radio]:checked::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: none;
  background-image: url("../img/checkmark-blue.png");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  position: absolute;
  border: 0 solid rgb(112, 112, 112);
}

.stepTwo .radio-buttons .radio-button {
  justify-content: left;
  position: relative;
  border-radius: 23px;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 10px;
  width: calc(50% - 5px);
}

.stepTwo .radio-buttons .radio-button.active {
  background-color: rgb(17, 117, 191);
}

.stepTwo .littleLabel {
  display: inline-block;
}

.stepTwo .whiteInputWithCalc {
  width: calc(100% - 70px);
  margin-right: 10px;
}

.stepTwo .radio-buttons .radio-button.active label {
  color: rgb(255, 255, 255);
}

.stepTwo .radio-buttons .radio-button label {
  width: 100%;
}

.stepTwo .select-div {
  position: relative;
}

.stepTwo .select-div .icon-triangle-down-solid {
  font-size: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.3s ease-in-out;
}

.stepTwo .select-div.open .icon-triangle-down-solid {
  transform: rotate(180deg);
}

.stepTwo select.whiteInput {
  width: 100%;
  color: rgb(112, 112, 112);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.stepTwo .radio-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 65px;
  flex-wrap: wrap;
}

.stepTwo .title-header {
  margin-bottom: 20px;
}

.stepTwo h3 {
  margin-bottom: 18px;
}

.stepTwo .btn.btn-primary {
  background-color: rgba(17, 117, 191, 0.2);
  border-radius: 5px;
  color: rgb(17, 117, 191);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  padding: 7px 20px;
  font-weight: 600;
  width: 214px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 23px;
}

.stepTwo .no-images-selected {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: rgb(18, 36, 54);
  font-weight: 200;
}

.stepTwo .image-preview-container {
  margin-top: 15px;
  display: flex;
  gap: 25px;
  flex-direction: column;
}

#new-cleaning-outer footer.site-footer {
  opacity: 0;
  pointer-events: none;
}

.new-cleaning .booking-item input {
  width: 0;
  height: 0;
  opacity: 0;
}

.new-cleaning .booking-item label {
  padding: 10px 20px 13px;
  display: block;
}

#new-cleaning-outer .booking-item.active {
  border: 2px solid rgb(255, 177, 13);
}

.cleaning-steps.stepThree {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cleaning-steps.stepThree .booking-item label {
  padding: 0 20px 13px;
}

.cleaning-steps.stepThree .booking-item label p {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: rgb(145, 145, 145);
  text-rendering: geometricPrecision;
  color: rgb(112, 112, 112);
}

#new-cleaning-outer .cleaning-steps.stepThree .booking-item label .second-wrapper {
  justify-content: flex-start;
  margin-top: 17px;
}

.cleaning-steps.stepThree .title-header {
  margin-bottom: 0;
}

#new-cleaning-outer .cleaning-steps.stepThree {
  padding-bottom: 100px;
}

.cleaning-steps.stepFour .title-header h2 {
  line-height: 30px;
}

#new-cleaning-outer .cleaning-steps.stepFour {
  padding-top: 0;
  padding-bottom: 300px;
  position: relative;
}

#new-cleaning-outer .cleaning-steps.stepFour label .littleLabel {
  display: inline-block;
}

#new-cleaning-outer .cleaning-steps.stepFour label .whiteInput {
  width: 100%;
}

#new-cleaning-outer .cleaning-steps.stepFour .cleaner {
  position: absolute;
  right: -15px;
  bottom: 30px;
}

#new-cleaning-outer .cleaning-steps.stepFour .cleaner img {
  width: 122px;
  height: 200px;
}

.cleaning-steps.stepFive {
  padding-bottom: 105px !important;
}

.cleaning-steps.stepFive .date-div {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.cleaning-steps.stepFive .date-container {
  display: flex;
  gap: 10px;
}

.cleaning-steps.stepFive .date-container label {
  display: block;
}

.cleaning-steps.stepFive .date-container {
  display: flex;
  margin-bottom: 50px;
}

.cleaning-steps.stepFive .date-container.alt-date-container-one {
  margin-bottom: 25px;
}

.cleaning-steps.stepFive .info-text span {
  color: rgb(112, 112, 112);
}

.cleaning-steps.stepFive .info-text p {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: rgb(145, 145, 145);
  text-rendering: geometricPrecision;
  color: rgb(112, 112, 112);
}

.cleaning-steps.stepFive .the-times {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cleaning-steps.stepFive .info-text {
  display: flex;
  gap: 10px;
}

.cleaning-steps.stepFive .the-times .time-div .whiteInput {
  width: 100%;
}

.cleaning-steps.stepFive .title-header {
  margin-bottom: 22px;
}

.stepFive .the-times .icon-triangle-down-solid {
  font-size: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(150%);
  right: 20px;
  transition: 0.3s ease-in-out;
}

.stepFive .the-times .time-div {
  position: relative;
}

.date-div .icon-calendar-regular {
  position: absolute;
  top: 30px;
  right: 20px;
  color: rgb(112, 112, 112);
}

#ui-datepicker-div {
  background-color: white;
  z-index: 10000;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  width: 91vw;
  padding: 13px 10px;
}

.ui-datepicker-calendar thead tr span {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  color: rgb(159, 159, 159);
  font-weight: 400;
}

.cleaning-steps.stepSix {
  padding-bottom: 100px !important;
}

.cleaning-steps.stepSix .form-inner div {
  display: flex;
  flex-direction: column;
}

.cleaning-steps.stepSix .form-inner div.double {
  flex-direction: row;
  gap: 10px;
}

.cleaning-steps.stepSix .form-inner div.double div {
  width: calc(50% - 5px);
}

.cleaning-steps.stepSix .form-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cleaning-steps.stepSix .form-inner div.checkbox-container {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cleaning-steps.stepSix .form-inner div.checkbox-container #register-id {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 16px;
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  border: 1px solid rgb(17, 117, 191);
  position: relative;
  margin-right: 12px;
}

@media all and (min-width: 375px) {
  .cleaning-steps.stepSix .form-inner div.checkbox-container #register-id {
    width: 16px;
  }
}
.cleaning-steps.stepSix .form-inner div.checkbox-container #register-id:before {
  content: "";
}

.cleaning-steps.stepSix .form-inner div.checkbox-container #register-id:checked:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/checkmark-blue.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#new-cleaning-outer .cleaning-steps.stepSeven .title-header p {
  font-size: 14px;
}

#new-cleaning-outer .cleaning-steps.stepSeven {
  margin-top: -18px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 60px;
}

.cards {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 25px 15px;
  position: relative;
}

.cards p {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: rgb(145, 145, 145);
  text-rendering: geometricPrecision;
  color: rgb(112, 112, 112);
}

.cards h3 {
  margin-bottom: 7px;
}

.cards hr {
  background-color: rgb(230, 241, 249);
  height: 2px;
  margin-top: 17px;
  margin-bottom: 20px;
}

#new-cleaning-outer .cleaning-steps.stepSeven .edit-button {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 24px;
  background-color: rgb(17, 117, 191);
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 16px 78.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(17, 117, 191);
  font-weight: 600;
  text-rendering: geometricPrecision;
  min-width: 100px;
  padding: 5px 16px;
  font-size: 14px;
}

#new-cleaning-outer .cleaning-steps.stepSeven .booking-text {
  background-color: rgb(255, 231, 181);
  padding: 35px 30px 30px;
}

#new-cleaning-outer .cleaning-steps.stepSeven .booking-text .info-booking {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

#new-cleaning-outer .cleaning-steps.stepSeven .booking-text .icon-info-regular {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: rgb(255, 177, 13);
}

.cards.price-text {
  background-color: rgb(65, 180, 44);
  padding: 21px 15px;
}

.cards.price-text h3 {
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-rendering: geometricPrecision;
}

.cards.payment .radio-button {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cards.payment .radio-button:first-of-type {
  margin-bottom: 20px;
}

.cards.payment .radio-button input {
  order: -1;
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(22, 22, 21);
  position: relative;
}

.cards.payment .radio-button input:before {
  content: "";
}

.cards.payment .radio-button input:checked {
  background-color: rgb(22, 22, 21);
}

.cards.payment .radio-button input:checked:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/checkmark-regular-white.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
}

.cards.payment {
  padding: 20px 15px 23px;
}

.cards.payment h3 {
  margin-bottom: 15px;
}

.cards.payment label {
  color: rgb(112, 112, 112);
}

#new-cleaning-outer .cleaning-steps.stepSeven .submit {
  background-color: rgb(17, 117, 191);
  border: 1px solid rgb(17, 117, 191);
  min-width: 334px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#new-cleaning-outer .cleaning-steps.stepSeven .submit:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(17, 117, 191);
}

#new-cleaning-outer .cleaning-steps.stepSeven .agb-text {
  color: rgb(112, 112, 112);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  max-width: unset;
  margin: 0;
  text-align: center;
}

#new-cleaning-outer .cleaning-steps.stepSeven .agb-text a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 1px;
}

html.hide {
  overflow: hidden;
}

.new-cleaning-site footer {
  opacity: 0;
  pointer-events: none;
}

.popup-footer button.prev[disabled], .popup-footer button.prev:disabled {
  opacity: 0;
  pointer-events: none;
}

.cards.dates p {
  margin-bottom: 15px;
}

.image-preview-container .remove {
  background-color: rgb(255, 0, 59);
  border-radius: 25px;
  color: rgb(255, 255, 255);
  border: 0;
  padding: 12px 20px;
  font-family: "Figtree-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 25px;
  transition: 0.3s ease-in-out;
  width: fit-content;
  margin: 0 auto;
  margin-top: 25px;
}

.update-cleaning-interval .cleaning-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.update-cleaning-interval .booking-item {
  padding: 10px 20px 13px;
}

.update-cleaning-interval .booking-item input {
  opacity: 0;
  width: 0;
  height: 0;
}

.update-cleaning-interval .buttons {
  display: flex;
  justify-content: center;
}

body .update-cleaning-interval {
  padding-top: 100px !important;
  padding-bottom: 100px;
}

.attention {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  color: rgb(22, 22, 21);
  margin: 0;
  font-weight: 600;
  text-align: center;
}

.cards.booking-text {
  background-color: #ffe7b5;
}

#new-cleaning-outer .cleaning-steps.stepSeven .agb-text p {
  font-size: 14px;
  text-align: center;
  line-height: 21px;
}

.admin-user-form {
  max-width: 350px;
  margin-top: 30px;
}

.newBookingCustomerSelection {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.google-map {
  height: 200px;
  max-width: 350px;
}