body {
    height: 100%;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    /* background-color: #17202a; */
    /* background-color: #ffffff; */
    background-color: #F5F5F5;
}

.container-form {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.auth-form {
    width: 840px;
    height: 100%;
    margin-top: 10em;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

.auth-form-reg {
    width: 840px;
    height: 100%;
    margin-top: 8em;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

.auth-form-email {
    width: 840px;
    height: 100%;
    margin-top: 20em;
    position: relative;
    overflow: hidden;
}

.auth-form-control {
  background-color: #FFFFFF;
  padding: 60px;
}

.register-form-title {
  text-align: center;
  line-height: 0.5;
  margin-bottom: 20px;
}


.login-form-title {
  line-height: 0.5;
  margin-bottom: 20px;
}

.verifyemail-form-title {
  line-height: 0.5;
  margin-bottom: 20px;
  text-align: center;
}

.verifyemail-btn {
  text-align: center;
}

.or_bar {
  text-align: center;
}

.auth_icon {
  width: 15px;
  height: 15px;
}

.listing-icon {
  width: 23px;
  height: 23px;
}

.listing-icon-test {
  width: 18px;
  height: 18px;
}

.forgot_password {
  float: right;
}
  
.text_deco {
  text-decoration: none;
  color: inherit;
}

.questlist_logo {
  width: 50px;
  height: 50px;
}

.questlist_logo-footer {
  width: 10px;
  height: 10px;
}

.review-count {
  color: gray;
}

.user-name {
  font-size: 12px;
  font-weight: 700;
}

.container {
  margin-top: 4em;
  margin-bottom: 5em;
}

.container-xl {
  margin-top: 0;
}

h2 {
  line-height: 1;
}

.perf {
  text-align: center;
  color: inherit;
  font-weight: 500;
}

.ratings-reviews-title {
  margin-top: 31px;
}

.ratings-reviews-body {
  padding: 0 15px 0 15px;
}

.review-text {
  font-size: 12px;
}

.review-user-name {
  line-height: 0;
}

.slideshow-container {
  margin: auto;
  position: relative;
  border: 1px solid #BFBFBF;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 3px;
  margin-top: -12px;
  width: 5px;
  height: 5px;
  color: inherit;
  background-color: #E5F1FE;
  border-radius: 50%;
}

.next {
  right: 0;
  margin-right: -12px;
}

.prev {
  margin-left: -12px;
}

.viewallratings, .viewalllistings {
  cursor: pointer;
  position: absolute;
  padding: 5px;
  right: 0;
  color: #35495E;
  font-size: 16px;
  font-weight: 400;
}

.viewdetails {
  padding: 5px;
  color: #35495E;
  cursor: pointer;
  align-items: center;
}

.viewalllistings {
  margin-right: 14em;
}

.listings-transacted-title {
  margin-top: 2em;
}

.footer {
  margin-top: 12em;
}


.listings-transacted-body {
  padding: 0 15px 0 15px;
}

.listing-title-card {
  line-height: 0;
  font-size: 16px;
  font-weight: 430;
}

.carousel {
  background-color: #35495E;
}

.find_listing_header {
  line-height: 0;
}

.main_find_header {
  text-transform: uppercase;
}

.sub_find_header {
  text-transform: capitalize;
  font-size: 22px;
}

.find_child_header {
  color: #BFBFBF;
}

.loader {
    height: 300px;
    width: "100%";
    background:
        linear-gradient(0.25turn, transparent, #FFF, transparent),
        linear-gradient(#ffe7be, #ffe7be),
        linear-gradient(#ffe7be, #ffe7be),
        linear-gradient(#ffe7be, #ffe7be);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 400px 345px, 400px 130px, 250px 20px, 250px 20px;
    background-position: -400px 0, 0 0, 20px 150px, 20px 180px;
    animation: loading 1.5s infinite;
}

.container-xlm {
  margin-bottom: 8em;
}
.container-xld {
  margin-bottom: 8em;
}

@keyframes loading {
  to {
    background-position: 300px 0, 0 0, 20px 150px, 20px 180px;
  }
}

@media only screen and (max-width: 980px) {
  .questlist_logo {
    width: 100px;
    height: 100px;
  }
  .review-count {
    font-size: 18px;
  }
  .container-xl {
    margin-top: 3.5em;
  }
  .container-xlm {
    margin-top: 5em;
  }
  .container-xlp {
    margin-top: 4em;
  }
  .container-xld {
    margin-top: 4em;
  }
  .listing-icon-test {
    width: 24px;
    height: 24px;
  }
  .find_child_header {
    font-size: 18px;
  }
  .user-name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .carousel {
    display: none;
  }
  
  .auth-form-reg {
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
  }
  .register-form-title {
    font-size: 12px;
  }
  
  .auth-form-control {
    padding-bottom: 163px;
  }
  
  .auth-form {
      height: 100%;
      margin: auto;
      padding-top: 25px;
      position: relative;
      overflow: hidden;
  }
  .login-form-title {
    font-size: 11px;
  }
  .divider {
    display: none;
  }
  .star {
    display: none;
  }
  .verify-badge {
    display: none;
  }
}

.customloader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #5A6872;
  border-radius: 50%;
  animation: bounce 1.2s infinite ease-in-out;
}

.dot:nth-child(1) {
  animation-delay: -0.4s;
}

.dot:nth-child(2) {
  animation-delay: -0.3s;
}

.dot:nth-child(3) {
  animation-delay: -0.2s;
}

.dot:nth-child(4) {
  animation-delay: -0.1s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.category-icon {
    /* background: linear-gradient(45deg, #35495E, #2c3e50); */
    background: linear-gradient(45deg, #FFA500, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

