@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;1,400&display=swap");

.deskContent {
  display: block;
}

button {
  cursor: pointer;
}

.phoneContent {
  display: none;
}

.card-service {
  width: 100%;
  border-radius: 20px;
  padding: 10px;
}

.card-service-shadow {
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: white;
  margin-top: 10px;
}

.service-name {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.srvc-img {
  width: 133.51px;
  height: 106px;
}

/* preloader style */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  width: 150px;
  height: 150px;
  /* margin: -75px 0 0 -145px; */
  background-image: url(./images/Edit.png);
  border: 3px solid transparent;
  animation: move 1.5s infinite ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1001;
  background-size: cover;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #62b8bf;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

.modal-text {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #a09797;
  margin: 0px 10px;
}

.logo-text {
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
}

/* JavaScript Turned Off */

.no-js #loader-wrapper {
  display: none;
}

.hidden {
  display: none !important;
}

html {
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  position: fixed;
  overscroll-behavior-y: contain;
  overscroll-behavior: contain;
}

body {
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  /* overflow-y: hidden; */
  overscroll-behavior-y: contain;
  overscroll-behavior: contain;
  background: linear-gradient(167.99deg,
      rgba(116, 183, 192, 0.04) 13.67%,
      rgba(116, 183, 192, 0.4) 100%) !important;
}

.show-on-top {
  z-index: 99999999999999999999999999 !important;
}

.walk-maps {
  width: 100%;
  height: 200px;
  background-color: #ddd;
  margin: 10px 0;
}

.walk-card {
  margin-bottom: 1.25rem;
}

.past-walks-section-outer {
  position: relative;
  padding-bottom: 100px;
  min-height: 80vh;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.card-footer {
  display: flex;
  justify-content: space-between;
}

.card-footer .footer-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.25rem;
}

.footer-item .item-title {
  font-weight: 500;
}

.footer-item .item-value {
  font-style: italic;
  font-size: 16px;
}

.map-container {
  height: 100%;
}

.map-container.camera-on #map {
  height: 35vh;
  width: 100%;
  z-index: 0;
  position: absolute;
  bottom: 0px;
  border-radius: 50% 50% 0 0;
}

.map-container #map {
  height: 100%;
  width: 100%;
}

.toggle-stream-btn {
  display: none !important;
  position: absolute;
  z-index: 2;
  background: #48b7c1;
  box-shadow: 0px 0px 0.1rem #888;
  color: #fff;
  top: 0px;
  right: 0px;
  margin: 10px;
  width: 35px;
  height: 35px;
  font-size: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-stream-btn>*,
#flip-button>* {
  pointer-events: none;
}

#flip-button {
  background: #48b7c1;
  box-shadow: 0px 0px 0.5rem #888;
  z-index: 2;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: white;
  left: 10px;
  bottom: 20%;

  font-size: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter-button>* {
  pointer-events: none;
}

.map-container.camera-on #user-locations {
  display: block;
}

.map-container #user-locations {
  display: none;
}

#user-locations {
  background-color: white;
  position: absolute;
  z-index: 3;
  /* height: 78vh; */
  height: 20%;
  width: 100%;
  overflow-y: auto;
  /* overflow-x: hidden; */
  top: 0px;
  left: 0px;
}

#user-locations video {
  height: 100%;
}

.content-wrapper-profile {
  position: relative;
  /* background: linear-gradient(167.99deg, rgba(116, 183, 192, 0.04) 13.67%, rgba(116, 183, 192, 0.4) 100%); */
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.5em;
  height: calc(100% - 4.5em);
}

.content-wrapper-other-profile {
  position: relative;
  width: 100%;
  height: calc(100vh - 4.5em);
  background: linear-gradient(167.99deg,
      rgba(116, 183, 192, 0.04) 13.67%,
      rgba(116, 183, 192, 0.4) 100%);
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 4em;
  height: calc(100vh - 4.5em);
}

.content-wrapper-services {
  position: relative;
  /* background: linear-gradient(167.99deg, rgba(116, 183, 192, 0.04) 13.67%, rgba(116, 183, 192, 0.4) 100%); */
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.5em;
  height: calc(100% - 4.5em);
  width: auto;
}

.content-wrapper-settings {
  position: relative;
  background: linear-gradient(167.99deg,
      rgba(116, 183, 192, 0.04) 13.67%,
      rgba(116, 183, 192, 0.4) 100%);
  /* padding-left:1.5em;
  padding-right:1.5em; */
  width: 100%;
  height: 100vh;
}

.content-wrapper-groomer {
  position: relative;
  background: linear-gradient(167.99deg,
      rgba(116, 183, 192, 0.04) 13.67%,
      rgba(116, 183, 192, 0.4) 100%);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1.5em;
  padding-bottom: 4.5em;
}

.services-text-1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 48px;
  color: #110d0d;
  padding-top: 1.75em;
}

.services-subtext-1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #110d0d;
}

.services-images-1 {}

.services-continue {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3.5em;
}

.services-checkout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
}

.title-achievements {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
}

#walk-meet-total {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  margin-top: 5%;
  margin-bottom: 5%;
  font-weight: 500;
}

.walk-type {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.05em;
  margin-top: 7.5%;
  margin-bottom: 1.5%;
  text-align: left;
  color: #000000;
}

#walk-meet-total .small-text {
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
}

.covered-distance {
  margin-left: 10px;
}

.services-title {
  position: relative;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  z-index: 2;
}

.services-title1 {
  position: relative;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  z-index: 2;
  margin-bottom: 10%;
}

.settings-title {
  position: relative;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
}

.settings-header {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.past-header {
  text-align: center;
  padding-bottom: 1.5em;
}

.settings-section {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #000000;
  background-color: #ffffff;
}

.unlocked-recently {}

.future-goals {}

.services-subtitle {
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #a09797;
  margin-top: 1.2em;
  margin-bottom: 1.5em;
}

.services-table {
  position: relative;
  justify-content: space-between;
  width: 100%;
  margin-top: 3em;
}

.services-group {
  position: relative;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 4em;
}

.dog-service-icon {
  position: relative;
  width: 4em;
  height: auto;
  filter: drop-shadow(0px 16px 40px rgba(113, 113, 113, 0.14));
}

.services-column {
  position: relative;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  display: flex;
}

.services-column:first-child .services-group {
  margin-bottom: 0;
}

.services-row1 {
  position: relative;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.services-card {
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #110d0d;
  padding: 1em;
}

.services-text {
  padding-top: 0.75em;
}

.content-wrapper-map {
  position: relative;
  height: 100%;
  overflow-y: hidden;
  z-index: 0;
}


.start-walk-button {
  position: absolute;
  width: 4em;
  height: auto;
  bottom: 6em;
  left: calc(50% - 2em);
  z-index: 4;
}

.stop-walk-button {
  position: absolute;
  width: 4em;
  height: auto;
  bottom: 6em;
  left: calc(50% - 2em);
  z-index: 4;
}

.continue-walk-button {
  position: absolute;
  width: 4em;
  height: auto;
  bottom: 10.5em;
  left: calc(50% - 2em);
  z-index: 4;
  opacity: 0.5;
}

.pause-walk-button {
  position: absolute;
  width: 4em;
  height: auto;
  bottom: 6em;
  left: calc(50% - 2em);
  z-index: 4;
}

.wrapper-walk-dashboard {
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 0;
  z-index: 2;
  height: 195px;
}

.walk-bone-counter {
  position: absolute;
  width: 5em;
  height: auto;
  bottom: 6.7em;
  left: 2em;
  z-index: 1;
}

.map {
  position: absolute;
  width: 100%;
  height: calc(100vh - 4.5em);
}

.mapboxgl-ctrl-top-right {
  /* display: none; */
}

a.mapboxgl-ctrl-logo,
.mapboxgl-ctrl.mapboxgl-ctrl-attrib.mapboxgl-compact {
  display: none !important;
}

.mapboxgl-ctrl.mapboxgl-ctrl-group {
  opacity: 0;
}

.mapboxgl-user-location-dot,
.mapboxgl-user-location-dot:before {
  background-color: #11aeae !important;
  width: 50px !important;
  height: 50px !important;

  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

/* .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {
  border-right: 7.5px solid transparent;
  transform: translate(7.5px,-28px) skewY(20deg);
} */

/* .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {
  border-right: 17.5px solid transparent !important;
  transform: translate(6.8px,-28px) skewY(20deg) !important;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-left: 17.5px solid transparent !important;
  transform: translateX(-10px) translateY(-28px) rotate(-0deg) skewY(-20deg) !important;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after, .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  content: "";
  border-bottom: 30px solid #fff !important;
  position: absolute;
}

.mapboxgl-user-location-dot:before {
  display: none !important; */
/* background-color: white !important;
}

*/

.mapboxgl-user-location-dot:after {
  background-color: white;
  display: none;
}

/*
.mapboxgl-user-location-heading{
  position: absolute;
  left: 40%;
  top: 60%;
} */

.map-dark-blur {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.home-opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.display {
  z-index: 100;
  text-align: center;
  position: absolute;
  bottom: 3.3em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #110d0d;
  width: 2em;
  left: 12.5%;
}

.duration {
  z-index: 100;
  position: absolute;
  bottom: 3em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #110d0d;
  width: 2em;
  left: 12.5%;
}

.coming-soon {
  z-index: 100;
  position: absolute;
  bottom: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #110d0d;
  width: 2em;
  right: 18%;
}

.display-distance {
  z-index: 100;
  position: absolute;
  bottom: 6.7em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #110d0d;
  width: 5em;
  left: 12.5%;
}

.display-distance-text {
  z-index: 100;
  position: absolute;
  bottom: 7.4em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #110d0d;
  width: 10em;
  left: 12.5%;
}

.display-bones {
  z-index: 100;
  /* text-align: right; */
  position: absolute;
  bottom: 3.2em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #110d0d;
  width: 2em;
  /*  left: 73.7%; */
  right: 15%;
}

.display-bones-text {
  z-index: 100;
  position: absolute;
  text-align: center;
  bottom: 3em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #110d0d;
  /* width: 2em;
  left: 77.5%; */
  right: 15%;
}

.display-meets {
  z-index: 100;
  /* text-align: right; */
  position: absolute;
  bottom: 6.7em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #110d0d;
  width: 2em;
  /*  left: 73.7%; */
  right: 15%;
}

.display-meets-text {
  z-index: 100;
  position: absolute;
  text-align: center;
  bottom: 7.4em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #110d0d;
  /* width: 2em;
  left: 77.5%; */
  right: 15%;
}

.dashboard-bone {
  z-index: 100;
  /* text-align: right; */
  position: absolute;
  bottom: 3.6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #110d0d;
  width: 1.1em;
  /* left: 82%; */
  right: 15%;
}

@media only screen and (max-width: 768px) {
  .deskContent {
    display: none;
  }

  .phoneContent {
    display: block;
  }
}

.divCenter {
  padding-left: 10%;
}

.header-app {
  width: 100%;
  height: auto;
  text-align: left;
  position: relative;
  top: 1em;
}

.icon-top-left {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
}

.icon-top-right {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 0;
}

.icon-top-left-map {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
}

.icon-top-right-map {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
}

.header-profile {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: -1.25em;
}

.dog-profile-pic {
  width: 100%;
  height: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 2em;
  margin-top: 2em;
  position: relative;
}

.profile-icons-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 130px;
}

.achievements-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-icons-con .box {
  height: 60px;
  min-width: 60px;
}

.profile-icons-con img {
  height: 40px;
  width: 40px;
}

.other_user_friends {
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}

.other_user_friends span {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

.profile-picture {
  /* width: 120px;
  height: 120px;
  box-shadow: 0px 0px 0px 5px #62b8bf;
  border-radius: 50%;
  object-fit: cover; */
  width: 100vw;
  height: 180px;
  margin: -56px -1.5rem 0px;
  /* box-shadow: 0px 0px 0px 5px #62b8bf; */
  /* border-radius: 50%; */
  object-fit: cover;
}

.dog-name-box {
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: white;
  min-width: 180px;
  min-height: 40px;
  gap: 0px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  margin-top: -95px;
  z-index: 92;
}

.settings-row {
  width: 100%;
  height: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.dog-profile-navigation {
  width: 100%;
  height: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  justify-content: space-between;
  border-bottom: 0.75px solid #110d0d3d;
}

.services-subtitle1 {
  width: 100%;
  height: auto;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #a09797;
  text-align: center;
}

.navigation-bottom-bar {
  width: 90vw;
  left: 5vw;
  position: absolute;
}

.profile-navigation-text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  padding-bottom: 0.5em;
  position: relative;
}

.makeblue {
  border-bottom: 3px solid #62b8bf;
  margin-bottom: -2.5px;
}

.makegrey {
  border-bottom: 3px solid #c4c4c4;
  margin-bottom: -2.5px;
}

/* .makebold {
  font-weight: 600;
} */

.weekly-stats {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1.2em;
}

.weekly-walks-meets {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
}

.day-weekly {
  width: 2em;
  position: relative;
  margin-bottom: 1.2em;
}

profile-navigation-text-selected {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  border-bottom: 4px solid black;
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

.edit-profile {
  width: 100%;
  height: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 0.75px solid black;
  border-radius: 5px;
  margin-bottom: 1.2em;
  position: relative;
}

.profile-goal {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1.5em;
}

.goal-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  position: relative;
}

.goal-text-1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 0.95em;
  position: relative;
}

.walk-goal {
  width: 6em;
  height: auto;
  position: relative;
}

.walk-profile-dashboard {
  width: 20em;
  margin-top: 1.8em;
  height: auto;
  position: relative;
}

.set-goal-button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  background: #74b7c0;
  opacity: 0.5;
  color: #ffffff;
  border-radius: 15px;
  width: 6em;
  padding: 0.2em;
  text-align: center;
}

.custom-tabs {
  width: 100%;
}

.no-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}

.full-screen-height {
  height: 100vh;
}

.custom-tab-con {
  display: flex;
  justify-content: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.custom-tab {
  font-family: Montserrat;
  font-size: 18px;
  padding: 10px 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
}

.custom-tab-dog-name {
  font-family: Montserrat;
  font-size: 18px;
  padding: 10px 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
}

.custom-tab-img-name-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.active-tab {
  color: #333366;
  font-weight: 800;
}

.custom-tab-content {
  display: none;
  padding-top: 20px;
  color: black;
  /* border: 1px solid lightgray; */
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.custom-tab-content.show {
  display: block;
}

.custom-tab-content22 {
  display: none;
  color: black;
  /* border: 1px solid lightgray; */
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.past-walks-button {
  position: absolute;
  right: -1.5em;
  height: 6em;
  z-index: 2;
  top: -1.6em;
  display: flex;
  /*align-items: center;
  padding: 5px 10px;

  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  background: #74B7C0;
  opacity: 0.5;
  color: #ffffff;
  border-radius: 15px;
 padding: 0.2em;
  text-align: center;*/
  float: right;
}

.go-back-from-past-walks-button {
  position: absolute;
  right: 0;
  height: 30px;
  z-index: 999;
  top: 0;
  display: flex;
  float: right;
  width: auto;
}

.profile-goal-text {
  padding-left: 1.5em;
  width: 100%;
}

.profile-goal-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
}

.achievement-unlocked {
  position: absolute;
  left: 30vw;
  top: 20vw;
  width: 40vw;
  height: auto;
  border-radius: 5%;
}

.continue-button {
  position: absolute;
  width: 70vw;
  height: auto;
  left: 15vw;
  bottom: 13vh;
}

.skip-button {
  position: absolute;
  width: 70vw;
  height: auto;
  left: 15vw;
  bottom: 5vh;
}

.onboarding1-fullscreen {
  width: 53vw;
  height: 60vh;
}

.onboarding-background {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.page-title {
  position: absolute;
  width: 100%;
  top: 3vh;
  left: 15vw;
  width: 70vw;
  text-align: center;
}

.page-subtitle {
  position: absolute;
  width: 100%;
  top: 52vh;
  left: 15vw;
  width: 70vw;
  text-align: center;
}

.page-description {
  position: absolute;
  width: 100%;
  top: 60vh;
  left: 10vw;
  width: 80vw;
  text-align: center;
}

.page-subtitle-dog-details {
  position: absolute;
  width: 100%;
  top: 20vh;
  width: 100vw;
  text-align: center;
}

.page-description-dog-details {
  position: absolute;
  width: 85%;
  left: 7.5%;
  top: 25vh;
  text-align: center;
}

.go-back-button {
  width: 10vw;
  height: auto;
  position: absolute;
  left: 2vw;
  top: 2vh;
}

.onboarding-insert {
  position: absolute;
  width: 95vw;
  height: auto;
  left: 2.5vw;
  top: 34vh;
}

.onboarding-dog-picture {
  width: 35vw;
  height: auto;
  position: absolute;
  left: 32.5vw;
  top: 42vh;
}

.onboarding-dog-size {
  position: absolute;
  width: 30vw;
  height: auto;
  left: 35vw;
  bottom: 30vh;
}

.go-back-dog-size {
  width: 10vw;
  height: auto;
  position: absolute;
  left: 2vw;
  top: 44vh;
}

.go-forward-dog-size {
  width: 10vw;
  height: auto;
  position: absolute;
  right: 2vw;
  top: 44vh;
}

.dog-size-category {
  position: absolute;
  width: 100%;
  top: 68vh;
  text-align: center;
}

.dog-size-details {
  position: absolute;
  width: 100%;
  top: 72vh;
  text-align: center;
}

onboarding-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.progress-bar {
  display: flex;
  position: relative;
  justify-content: center;
  align-content: center;
  padding: 1.5em;
}

onboarding-text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #a09797;
}

.onboarding-texts {
  position: relative;
}

.onboarding-texts2 {
  position: relative;
  height: 18vh;
}

.onboarding-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.service-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

/* .onboarding-buttons6{
  position: relative;
  height: 16vh;
  justify-content: center;
  align-items: center;
  display: flex;
} */

.onboarding-buttons2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.onboarding-buttons3 {
  position: relative;
  height: 6.5vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.test-onboarding123 {
  position: absolute;
  bottom: 110px;
  /* left: 50%;
  transform: translateX(-50%); */
}

.bottom-navigation-bar {
  position: fixed;
  width: 100%;
  height: 150px;
  box-shadow: 0px -0.5px 0px rgba(0, 0, 0, 0.3);
  border-top: 1px solid;
  background: #ffffff;
  border-color: lightgrey;
  bottom: 0;
  padding-bottom: 1.5em;
  padding-top: 1em;
}

@media screen and (min-width: 768px) {
  .bottom-navigation-bar {
    display: none;
  }
}

.profile-wrapper-1 {
  width: 100%;
  height: auto;
  padding-bottom: 4.5em;
}

.profile-wrapper-2 {
  width: 100%;
  height: auto;
}

.profile-wrapper-3 {
  width: 100%;
  height: auto;
  padding-bottom: 4em;
}

.map-wrapper-home {
  width: 100%;
  height: auto;
}

heading1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 24px;
  text-align: center;
  color: #110d0d;
}

heading2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  position: absolute;
  width: 128px;
  height: 40px;
  left: 123.5px;
  top: 320px;
}

heading22 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  position: absolute;
  width: 236px;
  height: 40px;
  left: 70px;
  top: 273px;
}

heading3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  position: absolute;
  width: 187px;
  height: 60px;
  left: 137px;
  top: 376px;
}

.bottom-bar-text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  position: relative;
  opacity: 0.4;
}

.bottom-bar-text-selected {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  position: relative;
  opacity: 1;
}

.bottom-icons {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  margin-top: 30px;
}

.bottom-icons2 {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
}

.bottom-icons-final {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}

.card-bottom-nav-bar {
  width: auto;
  height: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.card-bottom-nav-bar-final {
  width: 100%;
  height: auto;
  position: relative;
}

.holder-text-buttons {
  text-align: center;
  align-items: flex-start;
  justify-content: space-around;
  padding: 2em;
  position: relative;
  width: 70%;
}

.row-test {
  display: flex;
  flex-direction: column;
}

.row-test-text {
  width: 100%;
  height: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
}

.bottom-text {
  width: 100%;
  height: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
}

.bottom-text2 {
  width: 100%;
  height: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  padding-top: 1%;
}

.desktop-header {
  width: 100%;
  height: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 3%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}

.desktop-title {
  width: 100%;
  height: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.desktop-title-illustration {
  width: 40%;
  height: auto;
}

.desktop-illustration {
  width: 100%;
  height: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.illustrationDog {
  width: 250px;
  height: auto;
}

.illustrationDog3 {
  width: auto;
  height: auto;
}

.onboarding-illustration {
  width: auto;
  padding-top: 4em;
  text-align: center;
}

.onboarding-illustration2 {
  width: 140px;
  height: 140px;
  margin-top: 1em;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.illustrationDog2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.unknown-red-dog {
  position: absolute;
  width: 3em;
  height: auto;
  left: 65%;
  bottom: 0.7em;
  z-index: 3;
}

.unknown-yellow-dog {
  position: absolute;
  width: 3em;
  height: auto;
  left: 43.5%;
  bottom: 0.7em;
  z-index: 3;
}

.oldo-logo {
  position: absolute;
  left: calc(50% - 2em - 1em);
  width: 6em;
  height: auto;
  top: 4.5%;
  z-index: 2;
}

.friend-green-dog {
  position: absolute;
  width: 3em;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2em;
  z-index: 3;
}

.slider-distance {
  position: absolute;
  width: 10em;
  height: 30em;
  right: -10%;
  bottom: 4.8em;
  z-index: 4;
}

.pop-up-title {
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0.5em;
}

.pop-up-text {
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #110d0d;
}

.wrapper-meet-details {
  width: 50%;
}

.wrapper-meet-picture-name {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.yes-button {
  position: relative;
  width: 2em;
  height: auto;
}

.no-button {
  position: relative;
  width: 2em;
  height: auto;
}

.pop-up-text-name {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0.5em;
}

.pop-up-image-meet {
  position: relative;
  width: 3em;
  height: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.princesa-marker {
  position: relative;
  width: 3em;
  height: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.holder-picture-name-rate {
  position: relative;
  text-align: center;
  padding-top: 2em;
}

.holder-picture-name-meet {
  position: relative;
  width: 30%;
  height: auto;
  text-align: center;
  padding-left: 2em;
  padding-top: 2em;
}

.row-test-1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 2em;
}

.settings-button-primary {
  background: #62b8bf;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  width: 85vw;
  height: 48px;
  display: block;
  text-align: center;
  cursor: pointer;
  border: none;
  line-height: 48px;
}

.services-button-primary {
  background: #333366;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  color: #ffffff;
  width: 85vw;
  height: 48px;
  display: block;
  text-align: center;
}

.settings-button-fb a {
  background: #496299;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  width: 85vw;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}

.settings-button-google a {
  background: #ffffff;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #a09797;
  cursor: pointer;
  width: 85vw;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.create_an_accnt a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #62b8bf;
  margin: 0 auto;
  width: 85vw;
  display: block;
  text-align: center;
}

.settings-button-primary-name {
  background: #62b8bf;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  cursor: pointer;
  width: 200px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  border: none;
}

.settings-button-secondary {
  text-align: center;
  color: #62b8bf;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.yes-meet {
  background: #62b8bf;
  border: 0.5px solid #62b8bf;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  padding: 9px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.no-meet {
  background: #ffffff;
  border: 0.5px solid #a09797;
  box-sizing: border-box;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #110d0d;
  padding: 9px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.after-select-female {
  background: #62b8bf;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: 4em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.before-select-female {
  background: #ffffff;
  border: 0.5px solid #a09797;
  box-sizing: border-box;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #110d0d;
  width: auto;
  min-width: 90px;
  padding: 0.25rem;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.after-select-male {
  background: #62b8bf;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: 4em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.before-select-male {
  background: #ffffff;
  border: 0.5px solid #a09797;
  box-sizing: border-box;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #110d0d;
  width: auto;
  min-width: 90px;
  padding: 0.25rem;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.after-select-unknown {
  background: #62b8bf;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: 4em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.before-select-unknown {
  background: #ffffff;
  border: 0.5px solid #a09797;
  box-sizing: border-box;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #110d0d;
  width: auto;
  min-width: 90px;
  padding: 0.25rem;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.x-button {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}

.column-test1 {
  width: 20%;
  position: relative;
}

.column-test2 {
  width: 60%;
  position: relative;
}

.x-button-image {
  position: relative;
  width: 1.5em;
  height: auto;
}

.test-tab-map-active {
  position: absolute;
  height: 83px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.your-location {
  position: absolute;
  width: 2em;
  height: auto;
  right: 2em;
  bottom: 10em;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.text-marker {
  color: white;
  text-shadow: 0px 0px 0.25rem #444;
  margin-top: 19px;
  font-size: 15px;
  font-weight: bold;
}

.div-marker {
  width: 38px;
  height: 38px;
}

.div-marker>* {
  pointer-events: none;
}

.div-marker img {
  width: 100%;
  height: 100%;
}

.marker-element {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #1da1f2;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marker-element:before {
  background-color: #1da1f2;
  border-radius: 50%;
  height: 35px;
  width: 35px;
}

.marker-icon {
  font-size: 1.5rem;
}

.marker-element:before {
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
  content: "";
  position: absolute;
}

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  70% {
    opacity: 0;
    transform: scale(3);
  }

  to {
    opacity: 0;
    transform: scale(1);
  }
}

.dog-marker img {
  width: 20px;
  height: 20px;
}

.log-console {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 150px;
  width: 100%;
  background: #7676769c;
  color: white;
  overflow-y: auto;
  z-index: 3;

  display: none;
}

.marker {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid gray;
  background-color: lightblue;
  background-image: url("images/bone.png");
  background-size: cover;
}

.settings-icon {
  width: 1.75em;
  height: auto;
}

.settings-bt {
  position: absolute;
  left: 1.25em;
  top: 1.25em;
  width: 1.75em;
  height: 1.75em;
  z-index: 4;
}

.notification-bt {
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 20px;
  height: 1.75em;
  z-index: 4;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.notification-bt .settings-icon {
  width: 20px;
}

.services-bt {
  position: absolute;
  left: 1.25em;
  top: 1.25em;
  width: 1.75em;
  height: 1.75em;
  z-index: 4;
}

.close-settings-icon {
  width: 1.75em;
  height: auto;
  position: fixed;
  top: 25px;
  left: 10px;
}

.close-services-icon {
  width: 1.75em;
  height: auto;
  position: fixed;
  top: 25px;
  left: 10px;
}

.forward-settings-icon {
  position: relative;
  width: 1.5em;
  height: auto;
}

.weather-dash {
  position: absolute;
  width: 5em;
  height: auto;
  left: calc(50% - 2.5em);
  top: 1.5em;
}

.filter-icon {
  position: absolute;
  right: 5vw;
  top: 5vw;
  width: 7vw;
  height: auto;
}

.go-to-location-icon {
  position: absolute;
  width: 2.3em;
  right: 2.6em;
  bottom: 9.5em;
  cursor: pointer;
}

.meet-detected {
  position: absolute;
  width: 20em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 1em;
  z-index: 6;
}

.pop-up-services-dogtel {
  position: fixed;
  width: 20em;
  height: 14em;
  left: calc(50% - 10em);
  top: calc(50% - 7em);
  background: white;
  border-radius: 1em;
  z-index: 10000;
}

.pop-up-services-dogtel-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pop-up-services-dogtel p {
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #110d0d;
  margin-top: 0;
}

.pop-up-services-dogtel .yes-meet {
  height: auto;
  min-width: 136px;
  padding: 4px 0;
  background: #ffffff;
  color: #110d0d;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: 0.5px solid #a0979763;
  border-radius: 12px;
}

.pop-up-services-dogtel .no-meet {
  height: auto;
  min-width: 138px;
  padding: 4px;
  background: #333366;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: 0.5px solid #333366;
  border-radius: 12px;
}

.appoinment_wrap_screen {
  text-align: center;
}

.appoinment_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 15px;
}

.without_select_appoinment_vet p,
.without_select_appoinment_groomer p,
.without_select_appoinment_dogtel p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #9a9a9a;
  margin: 6px 0;
}

.selected_appoinment {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
}

.appoinment_button {
  background: #62b8bf;
  color: #ffffff;
  border-radius: 24px;
  display: inline-block;
  padding: 12px 30px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: 500;
}

.service_sub_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.search_area_button {
  background: #333366;
  color: #ffffff;
  border-radius: 24px;
  display: inline-block;
  padding: 8px 0;
  margin-top: 8px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 12px;
  min-width: 165px;
}

.appoinment_wrap_screen .custom_hr {
  width: 100%;
  margin-bottom: 10px;
}

.service_p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #a09797;
  margin: 15px 0;
}

#calendar,
#calendar2,
#calendar3,
#calendar4 {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

#calendar caption,
#calendar2 caption,
#calendar3 caption,
#calendar4 caption {
  color: #110d0d;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

#calendar caption a,
#calendar2 caption a,
#calendar3 caption a,
#calendar4 caption a {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}

#calendar caption div:nth-child(1),
#calendar2 caption div:nth-child(1),
#calendar3 caption div:nth-child(1),
#calendar4 caption div:nth-child(1) {
  display: flex;
  justify-content: center;
}

#calendar caption div div:nth-child(2),
#calendar2 caption div div:nth-child(2),
#calendar3 caption div div:nth-child(2),
#calendar4 caption div div:nth-child(2) {
  margin: 0 20px;
}

#calendar caption div:nth-child(2),
#calendar2 caption div:nth-child(2),
#calendar3 caption div:nth-child(2),
#calendar4 caption div:nth-child(2) {
  display: flex;
  justify-content: space-between;
}

#calendar caption div:nth-child(2) span,
#calendar2 caption div:nth-child(2) span,
#calendar3 caption div:nth-child(2) span,
#calendar4 caption div:nth-child(2) span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #a09797;
  display: inline-block;
  width: 30px;
  margin-top: 20px;
  text-transform: uppercase;
}

#calendar caption div:nth-child(2) span:last-child,
#calendar2 caption div:nth-child(2) span:last-child,
#calendar3 caption div:nth-child(2) span:last-child,
#calendar4 caption div:nth-child(2) span:last-child {
  margin-right: 0;
}

#calendar th,
#calendar2 th,
#calendar3 th,
#calendar4 th {
  background-color: #006699;
  color: #fff;
  width: 40px;
}

#calendar tr,
#calendar2 tr,
#calendar3 tr,
#calendar4 tr {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

#calendar td,
#calendar2 td,
#calendar3 td,
#calendar4 td {
  text-align: center;
  padding: 4px;
  background: #ffffff;
  box-shadow: 0px 16px 40px rgba(113, 113, 113, 0.14);
  border-radius: 50%;
  margin-right: 13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

#calendar td:last-child,
#calendar2 td:last-child,
#calendar3 td:last-child,
#calendar4 td:last-child {
  margin-right: 0;
}

#calendar .active,
#calendar2 .active,
#calendar3 .active,
#calendar4 .active {
  background: #333366;
  color: #ffffff;
}

.calendar_footer {
  margin-top: 30px;
  margin-bottom: 80px;
}

.calendar_footer_inner {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.calendar_footer_inner .past,
.calendar_footer_inner .next {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 10px;
  line-height: 24px;
  color: #000000;
}

.calendar_footer_inner .past .date {
  background: #333366;
  box-shadow: 0px 16px 40px rgba(113, 113, 113, 0.14);
  padding: 3px;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 5px;
}

.calendar_footer_inner .next .date {
  color: #333366;
  border: 1px solid #333366;
  padding: 2px;
  border-radius: 50%;
  margin-right: 5px;
}

.avg_statistics {
  position: absolute;
  width: 280px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
}

.avg_statistics_inner {
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.avg_statistics_inner .avg_spent_value,
.avg_statistics_inner .avg_visit_value {
  display: block;
  font-size: 36px;
  line-height: 24px;
  margin: 15px 0;
}

@media screen and (max-height: 650px) {
  .avg_statistics {
    position: unset;
    width: 240px;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    min-height: 210px;
  }

  /* .pop-up-services-dogtel {
    top: calc(50% - 5em);
  } */
}

.dogtelmoney_inner .title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  color: #110d0d;
  margin-bottom: 0;
}

.dogtelmoney_inner .description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #a09797;
  margin-top: 10px;
}

.price_input_wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.price_input_wrap_inner {
  background: #ffffff;
  box-shadow: 0px 16px 40px rgba(113, 113, 113, 0.14);
  border-radius: 16px;
  padding: 30px;
  display: inline-block;
}

.inputPrice {
  background: #ffffff;
  border: 0.5px solid #dbdbdb;
  border-radius: 10px;
  font-style: italic;
  font-weight: 400;
  font-size: 44px;
  line-height: 24px;
  display: inline-block;
  width: 124px;
  padding: 10px 50px;
}

.Week_calender {
  margin-top: 30px;
  margin-bottom: 70px;
}

.current_week {
  width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

.current_week ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.current_week ul li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #110d0d;
}

.current_week .prev {
  float: left;
}

.current_week .next {
  float: right;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.weekdays li {
  display: inline-block;
  width: 12%;
  text-align: center;
  font-weight: 500;
  font-size: 8px;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #a09797;
}

.days {
  padding-left: 0;
  margin: 0;
  text-align: center;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 12%;
  height: 10px;
  text-align: center;
  margin-bottom: 5px;
}

.days li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 30px;
  color: #333366;
  background: #ffffff;
  box-shadow: 0px 16px 40px rgba(113, 113, 113, 0.14);
  border-radius: 50%;
}

.days li .active {
  background: #333366;
  box-shadow: 0px 16px 40px rgba(113, 113, 113, 0.14);
  color: #ffffff;
}

.days li .disable {
  background: #dbdbdb;
  box-shadow: 0px 16px 40px rgba(113, 113, 113, 0.14);
  color: #a09797;
}

.services-dogtel-money .test-onboarding123,
.services-groomer-money .test-onboarding123,
.services-food-money .test-onboarding123,
.services-veterinary-money .test-onboarding123 {
  bottom: 0;
}

@media screen and (max-height: 750px) {

  .services-dogtel-money .test-onboarding123,
  .services-groomer-money .test-onboarding123,
  .services-food-money .test-onboarding123,
  .services-veterinary-money .test-onboarding123 {
    position: unset;
    margin-bottom: 40px;
  }
}

.end-walk-pop-up {
  position: absolute;
  width: 20em;
  height: 27.5em;
  left: calc(50% - 10em);
  top: calc(50% - 17.5em);
  background: white;
  border-radius: 1em;
  z-index: 7;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #000000;
  text-align: center;
}

.spaceholder-personality {
  position: relative;
  width: auto;
  max-width: 100%;
  height: 300px;
}

.spaceholder-multiple {
  position: relative;
  width: auto;
  margin-bottom: 30px;
}

.profile-picture-test {
  width: 5em;
  height: 5em;
  margin-bottom: 30px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.meet-detected-yellow {
  position: absolute;
  width: 20em;
  height: 12.5em;
  left: calc(50% - 10em);
  top: calc(50% - 6.5em);
  background: white;
  border-radius: 1em;
  z-index: 6;
}

.meet-detected-red {
  position: absolute;
  width: 20em;
  height: 12.5em;
  left: calc(50% - 10em);
  top: calc(50% - 6.5em);
  background: white;
  border-radius: 1em;
  z-index: 6;
}

.meet-rate {
  position: absolute;
  width: 20em;
  left: calc(50% - 10em);
  top: calc(50% - 8em);
  background: white;
  z-index: 11;
  border-radius: 1em;
  padding-bottom: 5%;
}

.meet-rate-yellow {
  position: absolute;
  width: 20em;
  height: auto;
  left: calc(50% - 10em);
  top: calc(50% - 8em);
  background: white;
  z-index: 11;
  border-radius: 1em;
  padding-bottom: 1rem;
}

.meet-rate-red {
  position: absolute;
  width: 20em;
  height: auto;
  left: calc(50% - 10em);
  top: calc(50% - 8em);
  background: white;
  z-index: 11;
  border-radius: 1em;
  padding-bottom: 1rem;
}

.holder-rate-buttons {
  display: flex;
  justify-content: space-evenly;
  align-items: end;
  padding-top: 1.5em;
}

.holder-rate-buttons-test {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
}

.meet-detected .row-test-text .pop-up-image-meet {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 5px;
}

.meet-detected .row-test-text .holder-rate-buttons {
  gap: 5px;
  margin-bottom: 20px;
}

.meet-pop-up-profile {
  position: absolute;
  width: 70px;
  height: 108px;
  left: 51px;
  top: 376px;
}

.meet-pop-up-profile2 {
  position: absolute;
  width: 89px;
  height: 124px;
  left: 126.5px;
  top: 318px;
}

.yes-button {
  position: absolute;
  width: 72px;
  height: 32px;
  left: 146.5px;
  top: 452px;
}

.no-button {
  position: absolute;
  width: 72px;
  height: 32px;
  left: 242.5px;
  top: 452px;
}

.close-button {
  position: absolute;
  right: 15%;
  bottom: 8em;
  z-index: 4;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #a09797;
  width: auto;
  height: auto;
}

.green-meet {
  position: absolute;
  left: 228px;
  top: 474px;
  width: 50px;
  height: 50px;
}

.yellow-meet {
  position: absolute;
  left: 162px;
  top: 474px;
  width: 50px;
  height: 50px;
}

.red-meet {
  position: absolute;
  left: 96px;
  top: 474px;
  width: 50px;
  height: 50px;
}

.rank-meet {
  position: absolute;
  width: 327px;
  height: 304px;
  left: 24px;
  top: 258px;
}

.icon-map {
  width: 30px;
  height: 32px;
  padding-top: 10px;
  position: relative;
}

.icon-profile {
  width: 42px;
  height: 33px;
  padding-top: 10px;
  position: relative;
}

.icon-services {
  position: relative;
  width: 34px;
  height: 34px;
  padding-top: 10px;
}

.icon-map2 {
  width: 9%;
  position: absolute;
  left: 12%;
  top: 10%;
}

.icon-profile2 {
  width: 10%;
  position: absolute;
  left: 45%;
  top: 10%;
}

.icon-services2 {
  width: 9%;
  position: absolute;
  left: 81%;
  top: 10%;
}

.icon-bottom-final {
  height: 1.4em;
  position: relative;
  opacity: 0.4;
}

.icon-bottom-final-selected {
  height: 1.4em;
  position: relative;
  opacity: 1;
}

.resizeImg {
  position: absolute;
  width: 110%;
  right: 50%;
  top: 70%;
  left: -5%;
}

/* onboarding */

.content-wrapper-onboarding {
  position: relative;
  background: linear-gradient(167.99deg,
      rgba(116, 183, 192, 0.04) 13.67%,
      rgba(116, 183, 192, 0.4) 100%);
  height: 100%;
  width: auto;
  overflow: hidden;
}

.onboarding2-wrapper {
  /* position:relative; */
  padding: 1.5em;
}

.btnContinue {
  background: #62b8bf;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  width: 85vw;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.onboardingBotao {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-confirm {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnLogin {
  text-align: center;
  cursor: pointer;
  color: #62b8bf;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.services-button-secondary {
  text-align: center;
  cursor: pointer;
  color: #333366;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.onboardLogin {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 25px;
}

.services-cancel {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 25px;
}

.onboardLogin2 {
  padding-top: 1.5em;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.onboarding1-wrapper {
  /* position: relative; */
  padding: 1.5em;
}

.settings_home{
  min-height: calc(100vh + 10px);
}

.phoneContent {
  height: calc(100vh + 10px);
}

.titleOnboarding {
  position: relative;
  text-align: center;
}

.titleOnboarding2 {
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  height: 4vh;
}

.subtitleOnboarding {
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  padding-top: 2em;
}

.subtitleOnboardingName {
  position: relative;
  text-align: center;
  padding-top: 30%;
}

.descriptionOnboarding {
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #a09797;
  margin: 0 auto;
  margin-top: 15px;
  padding: 0 20px;
}

.createAccount {
  margin-top: 10%;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.createAccount2 {
  margin-top: 10%;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  background-color: #62b8bf;
}

.backArrow {
  width: 6%;
  position: absolute;
  left: 1.5em;
  top: 1.5em;
}

.progressBar {
  display: flex;
  position: relative;
  justify-content: center;
  align-content: center;
  margin-top: 10%;
}

.formStyle {
  color: lightgray;
  width: 100%;
  text-align: center;
}

.onboardingBotao2 {
  margin-top: 10%;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.formulario {
  position: relative;
  background: white;
  width: 100%;
  justify-content: center;
  align-content: center;
  border-radius: 15px;
  padding: 30px 0;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.18);
  border-radius: 16px;
  margin-top: 50px;
}

.formulario .custom_btn_width {
  width: 70vw;
}

.insertName {
  position: relative;
}

.divFormulario {
  display: flex;
  justify-content: center;
  position: relative;
}

.btnForm {
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  padding-top: 2em;
}

.skipBtn {
  position: relative;
  justify-content: center;
  align-content: center;
  display: flex;
  padding-top: 1.5em;
}

.dog-profile-pic-wrapper {
  /* position:relative; */
  padding: 1.5em;
}

.dog-profile-pic-wrapper-added-picture {
  /* position:relative; */
  padding: 1.5em;
}

.dog-name-wrapper {
  /* position: relative; */
  padding: 1.5em;
}

.subtitleProfilepic {
  position: relative;
  text-align: center;
  margin-top: 30%;
}

.descriptionProfilePic {
  position: relative;
  text-align: center;
  margin-top: 10%;
  padding: 2% 10%;
}

.dogProfilePic {
  text-align: center;
  margin-top: 20px;
}

.dog-profile-pic-wrapper .dogProfilePic .onboarding-illustration2 {
  width: 160px !important;
  height: 160px !important;
}

.btnAddImg2 {
  display: flex;
  position: relative;
  justify-content: center;
  align-content: center;
  margin-top: 20%;
}

.skipBtn2 {
  display: flex;
  align-content: center;
  position: relative;
  justify-content: center;
  padding-top: 26%;
}

.dog-wrapper-details {
  /* position: relative; */
  padding: 1.5em;
}

.dog-wrapper-register {
  padding: 0;
}

.dog-wrapper-register-inner {
  display: table-cell;
  height: 100%;
  overflow: hidden;
  position: fixed;
  overflow-y: scroll;
  padding: 1.5em;
}

.dog-wrapper-register-inner .test-onboarding123 {
  min-height: 145px;
}

.dog-wrapper-size {
  /* position: relative; */
  padding: 1.5em;
}

.dog-wrapper-personality {
  /* position: relative; */
  padding: 1.5em;
  text-align: center;
}

.dog-wrapper-multiple-dog {
  /* position: relative; */
  padding: 1.5em;
}

.dog-wrapper-another-dog {
  padding: 1.5em;
}

.custom_img_row {
  display: flex;
  justify-content: space-around;
}

.custom_img_row img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
}

.dog-wrapper-multiple-owner {
  /* position: relative; */
  padding: 1.5em;
}

.owner-details-container {
  background: white;
  border-radius: 1em;
  color: #110d0d;
  padding: 20px 0;
}

.owner-details-container h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #110d0d;
}

.owner-details-container h4 {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #a09797;
}

.subtitleProfDetails {
  position: relative;
  text-align: center;
  margin-top: 30%;
}

.descriptionProfDetails {
  position: relative;
  text-align: center;
  margin-top: 10%;
  padding: 2% 10%;
}

.divFormulario2 {
  background-color: white;
  width: 100%;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.18);
  border-radius: 16px;
  padding: 30px 0;
  margin-top: 20px;
}

.detailsClass {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  width: 90%;
  height: 48px;
  border: 1px solid lightgray;
  border-radius: 0.5em;
  color: #a09797;
  font-style: italic;
  background-color: #ffffff;
  padding: 0 10px;
  opacity: 0.8;
}

.formStyle input {
  border: solid 1px;
  border-radius: 0.5em;
  height: 48px;
  width: 80%;
  text-size-adjust: none;
  /* Prevent text size adjustments */
  touch-action: manipulation;
  /* Improve touch responsiveness */
  border-color: lightgray;
  padding-left: 10px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #a09797;
  opacity: 0.8;
  background: #fbfbfb;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.18);
  border-radius: 10px;
  margin-bottom: 20px;
}

.formStyle .inputName {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  background-image: url("./images/Profile.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
}

.formStyle .inputEmail {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  background-image: url("./images/email_img.png");
  background-position: 10px 15px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
}

.formStyle .inputPass {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  background-image: url("./images/Password.png");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  margin-bottom: 30px;
}

.detailsBtn {
  margin-top: 10%;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.selectDetails {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.steralized {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 30px;
  position: relative;
}

.steralized_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #110d0d;
}

h3 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

/* toggle buttons */
.toggle-btns {
  margin-top: auto;
  margin-bottom: auto;
}

.toggle-btn {
  position: absolute;
  top: 55%;
  left: 84%;
  transform: translate(-50%, -50%);
}

.toggle-btn input[type="checkbox"] {
  position: relative;
  width: 50px;
  height: 30px;
  -webkit-appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 20px;
  transition: 0.7s;
}

.toggle-btn input:checked[type="checkbox"] {
  background: #03a9f4;
}

.toggle-btn input[type="checkbox"]:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.toggle-btn input:checked[type="checkbox"]:before {
  left: 20px;
}

.titleAge {
  position: relative;
  text-align: center;
}

.dog-wraper-age {
  /* position: relative; */
  padding: 1.5em;
}

.howOld {
  position: relative;
  text-align: center;
  padding-top: 30%;
}

.textOld {
  position: relative;
  text-align: center;
  margin-top: 10%;
  padding: 2% 10%;
}

.divAge {
  background-color: white;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.18);
  border-radius: 16px;
  padding: 30px;
  margin-top: 20px;
}

.custom_age_div {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.age_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #110d0d;
  margin: 0;
}

.inputYear {
  width: 50px;
  height: 56px;
  border-color: #62b8bf;
  font-family: "Montserrat", sans-serif;
  border: 0.5px solid #dbdbdb;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  color: #110d0d;
}

.inputYear:focus::placeholder,
.inputMonth:focus::placeholder {
  color: transparent;
}

.yearLabel {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #a09797;
}

.monthLabel {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #a09797;
}

.inputMonth {
  width: 50px;
  height: 56px;
  border-color: #62b8bf;
  font-family: "Montserrat", sans-serif;
  border: 0.5px solid #dbdbdb;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  color: #110d0d;
}

.inputMonth::-webkit-input-placeholder,
.inputYear::-webkit-input-placeholder {
  /* Edge */
  color: #110d0d;
}

.inputMonth:-ms-input-placeholder,
.inputYear:-ms-input-placeholder {
  /* Internet Explorer */
  color: #110d0d;
}

.inputMonth::placeholder,
.inputYear::placeholder {
  color: #110d0ded;
  opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.age_checkbox {
  margin-top: auto;
  margin-bottom: auto;
}

.age_checkbox .round label {
  background-color: #fff;
  border: 0.5px solid #dbdbdb;
  border-radius: 4px;
  cursor: pointer;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  width: 20px;
}

.age_checkbox .caption {
  display: block;
  margin-top: 5px;
  color: #a09797;
  font-size: 11px;
}

.age_checkbox .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 10px;
}

.age_checkbox .round input[type="checkbox"] {
  visibility: hidden;
}

.age_checkbox .round input[type="checkbox"]:checked+label {
  background-color: #62b8bf;
  border-color: #62b8bf;
}

.age_checkbox .round input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.ageBtn {
  margin-top: 10%;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.skipAge {
  position: relative;
  justify-content: center;
  align-content: center;
  display: flex;
  padding-top: 1.5em;
}

.dog-wraper-size {
  position: relative;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.titleSize {
  position: relative;
  text-align: center;
}

.subtitleSize {
  position: relative;
  text-align: center;
  margin-top: 10%;
}

.descriptionSize {
  position: relative;
  text-align: center;
  margin-top: 10%;
  padding: 2% 10%;
}

/* slider */
.chooseSize {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.chooseSize .imageSize .imgDogStyle {
  height: 120px;
  margin-top: 40px;
}

.chooseSize .imageSize2 .imgDogStyle {
  height: 140px;
}

.chooseSize .imageSize3 .imgDogStyle {
  height: 160px;
}

.chooseSize .imageSize4 .imgDogStyle {
  height: 180px;
}

.chooseSize .imageSize5 .imgDogStyle {
  height: 200px;
}

@media screen and (max-height: 580px) {
  .chooseSize .imageSize .imgDogStyle {
    height: 90px;
    margin-top: 40px;
  }

  .chooseSize .imageSize2 .imgDogStyle {
    height: 100px;
    margin-top: 20px;
  }

  .chooseSize .imageSize3 .imgDogStyle {
    height: 110px;
    margin-top: 20px;
  }

  .chooseSize .imageSize4 .imgDogStyle {
    height: 130px;
    margin-top: 20px;
  }

  .chooseSize .imageSize5 .imgDogStyle {
    height: 150px;
  }
}

.textSize {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 48px;
  text-align: center;
  line-height: 30px;
  color: #000000;
}

.size_range {
  color: #a09797;
  font-size: 14px;
  line-height: 24px;
}

.nxtImage {
  width: 5%;
  display: flex;
  position: absolute;
  right: 10%;
  top: 50%;
}

.nxtImage2 {
  width: 5%;
  display: flex;
  position: absolute;
  right: 10%;
  top: 50%;
}

.nxtImageLeft {
  width: 5%;
  display: flex;
  position: absolute;
  left: 10%;
  top: 50%;
}

.imgDogStyle {
  justify-content: center;
  display: flex;
  position: relative;
  align-content: center;
  height: 200px;
}

.takeSiz {
  margin-top: 10%;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.dog-wrapper-login {
  padding: 0;
}

.dog-wrapper-login-inner {
  display: table-cell;
  height: 100%;
  overflow: hidden;
  /* position: fixed; */
  overflow-y: scroll;
  padding: 1.5em;
}

.forgot_pass {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  display: block;
  text-align: center;
  color: #62b8bf;
  margin-top: 10px;
  margin-bottom: 20px;
}

.custom_hr {
  opacity: 0.7;
  border-top: 0.5px #a09797;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 70%;
}

.onboarding1-wrapper,
.onboarding2-wrapper,
.dog-name-wrapper,
.dog-profile-pic-wrapper,
.dog-profile-pic-wrapper-added-picture,
.dog-wrapper-details,
.dog-wraper-age,
.dog-wrapper-size,
.dog-wrapper-personality,
.dog-wrapper-multiple-dog,
.dog-wrapper-register,
.dog-wrapper-multiple-owner,
.dog-wrapper-login {
  /* min-height: calc(100vh - 3em); */
  background: linear-gradient(167.99deg,
      rgba(116, 183, 192, 0.04) 13.67%,
      rgba(116, 183, 192, 0) 100%);
}

@media screen and (max-height: 800px) {
  .illustrationDog {
    width: auto;
    height: 215px;
  }

  .onboarding-illustration {
    padding-top: 4em;
  }
}

@media screen and (max-height: 750px) {
  .test-onboarding123 {
    margin-top: 50px;
  }

  .illustrationDog {
    width: auto;
    height: 200px;
  }

  .dog-wrapper-register .test-onboarding123 {
    position: unset;
    margin-top: 30px;
  }

  .dog-wrapper-login .test-onboarding123 {
    position: unset;
    margin-top: 30px;
    /* padding-bottom: 30px; */
  }
}

@media screen and (max-height: 650px) {
  .illustrationDog {
    width: auto;
    height: 160px;
  }

  .onboarding-illustration {
    padding-top: 2em;
  }

  .subtitleOnboarding {
    line-height: 30px;
    padding-top: 1em;
  }

  .illustrationDog3 {
    width: auto;
    height: 160px;
  }

  .divFormulario2 {
    padding: 20px 0;
  }

  .steralized {
    margin-top: 15px;
  }

  .imgDogStyle {
    height: 120px;
  }

  .spaceholder-personality {
    max-height: 200px;
  }

  .onboarding-texts2 {
    position: relative;
    height: 14vh;
  }

  .dog-wrapper-personality {
    text-align: center;
  }
}

@media screen and (max-height: 600px) {
  .onboarding-illustration2 {
    width: 110px;
    height: 110px;
  }

  .custom_img_row img {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-height: 550px) {
  .dog-wrapper-multiple-dog .onboarding-illustration2 {
    width: 100px;
    height: 100px;
  }

  .dog-wrapper-multiple-dog .custom_img_row img {
    width: 80px;
    height: 80px;
  }

  .dog-wrapper-multiple-dog .dogProfilePic {
    margin-top: 0;
  }
}

.privacy_wrap {
  margin-bottom: 10px;
}

.privacy_wrap,
.updates_wrap {
  display: flex;
}

.privacy_wrap input,
.updates_wrap input {
  height: 12px;
  width: 12px;
  margin-bottom: 10px;
}

.caption {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-size: 12px;
  line-height: 14px;
  color: #110d0d;
  letter-spacing: 1px;
  padding-left: 4px;
  text-align: left;
}

.caption a {
  color: #62b8bf;
}

.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 3px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 6px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
  background-color: #62b8bf;
  border-color: #62b8bf;
}

.round input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.settings-button-fb img,
.settings-button-google img {
  margin-right: 10px;
  cursor: pointer;
}

.create_an_accnt {
  padding-bottom: 25px;
}

.achievements-new-page {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  overflow-y: scroll;
}

.achiedevements-box {
  height: 50vh;
}

.achiedevements-box-con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 12321;
}

.left-img {
  position: fixed;
  right: 20px;
  top: 30%;
  height: 200px;
}

.right-img {
  position: fixed;
  left: 20px;
  top: 30%;
  height: 200px;
}

.badge-achievements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 150px;
}

.achiedevements-box-con img {
  height: 100px;
  width: 100px;
  border-radius: 100px;
}

.achivements-con {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.content-wrapper-full-screen {
  position: relative;
  width: 100%;
}

.exit-end-walk {
  position: fixed;
  bottom: 2.7em;
  left: calc(50% - 32.5vw);
  z-index: 4;
  background: #62b8bf;
  border-radius: 6em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  width: 65vw;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.full-screen-image {
  width: 100%;
  height: calc(100vh - 1em);
}

/* project 2 */

.nav-settings-row-wrap .settings-row {
  background: #ffffff;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.settings-row .settings-section {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #110d0d;
}

.settings-row .nav-name-details {
  display: flex;
  padding-left: 20px;
}

.settings-row .nav-name-details .forward-settings-icon {
  position: relative;
  width: 20px;
  height: auto;
  margin-top: auto;
  display: inline-block;
  margin-bottom: auto;
  margin-right: 10px;
  padding-right: 0 !important;
}

.settings-row .forward-settings-icon {
  padding-right: 20px;
}

.settings-row .settings-row-title {
  padding-left: 20px;
}

.settings-row .settings-row-value {
  padding-right: 20px;
}

.settings-subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 48px;
  color: #000000;
  padding-left: 20px;
  padding-bottom: 5px;
}

.name-details {
  display: table-cell;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  overflow-y: scroll;
}

.name-details .test-onboarding123 {
  position: inherit;
  margin-bottom: 30px;
  margin-top: 50px;
}

@media screen and (min-height: 875px) {
  .name-details .test-onboarding123 {
    position: absolute;
    bottom: 30px;
    margin: 0;
  }
}

.behaviour-wrap {
  margin-top: 30px;
}

.progress-box {
  background: #ffffff;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.18);
  border-radius: 16px;
  padding: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.progress-box h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.single-progress {
  margin-top: 20px;
  text-align: left;
}

.single-progress1 {
  margin-top: 20px;
  text-align: left;
  position: absolute;
  z-index: 10;
}

.single-progress:first-child {
  margin-top: 0;
}

.levels {
  display: flex;
  gap: 10px;
}

/*Chrome*/
/* @media screen and (-webkit-min-device-pixel-ratio:0) { */
.chrome {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.default {
  background: linear-gradient(to right,
      #62b8bf 0%,
      #62b8bf 50%,
      rgba(60, 60, 67, 0.18) 50%,
      rgba(60, 60, 67, 0.18) 100%);
  border-radius: 8px;
  height: 7px;
  width: 100%;
  outline: none;
  transition: 450ms ease-in;
  -webkit-appearance: none;
}

.int_visited {
  background: linear-gradient(to right,
      #62b8bf 0%,
      #62b8bf 50%,
      rgba(60, 60, 67, 0.18) 50%,
      rgba(60, 60, 67, 0.18) 100%);
  border-radius: 8px;
  height: 7px;
  width: 100%;
  outline: none;
  transition: 450ms ease-in;
  -webkit-appearance: none;
}

.default::-webkit-slider-thumb {
  background: #ffffff;
  box-shadow: 0px 0.5px 4px rgba(0, 0, 0, 0.12),
    0px 6px 13px rgba(0, 0, 0, 0.12);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 0;
  -webkit-appearance: none;
}

.default::-moz-range-thumb {
  background: #ffffff;
  box-shadow: 0px 0.5px 4px rgba(0, 0, 0, 0.12),
    0px 6px 13px rgba(0, 0, 0, 0.12);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 0;
}

/* } */

.contact-us-wrap {
  padding: 0 20px;
}

.details_oldo .settings-subtitle {
  padding: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.contact-us-wrap p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #110d0d;
}

.contact-us-wrap h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #110d0d;
}

.contact-us-wrap .mail_link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #007aff;
  display: block;
  text-align: center;
}

.contact-us-wrap .social_links {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  gap: 25px;
}

.details_oldo {
  display: table-cell;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  overflow-y: scroll;
}

.details_oldo .test-onboarding123 {
  position: inherit;
  margin-bottom: 30px;
  margin-top: 50px;
}

@media screen and (min-height: 700px) {
  .details_oldo .test-onboarding123 {
    position: absolute;
    bottom: 30px;
    margin: 0;
  }
}

.settings-header {
  text-align: center;
}

.settings-title {
  display: inline-block;
}

.dog-wrapper-personality .behaviour-progress {
  margin-top: 40px;
}

/* The Modal  */
.modal {
  display: block;
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal.open {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

.modal-content .modal-top,
.modal-content .modal-footer {
  width: 90%;
  background-color: #fefefe;
  margin: auto;
  background: #fbfbfb;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.18);
  border-radius: 16px;
}

.modal-footer {
  margin-top: 10px !important;
}

.modal-content {
  display: inline-block;
  overflow: hidden;
  margin-top: auto;
  position: absolute;
  width: 100%;
  bottom: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-transform: scale(0.7);
  /* IE 9 */
  -webkit-transform: scale(0.7);
  /* Safari */
  transform: scale(0.7);
}

.modal.open .modal-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}

.modal-img {
  text-align: center;
  border-top: none !important;
}

.modal-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 10px 0 !important;
  margin-top: 0;
}

.modal-row {
  border-top: 0.75px solid #dbdbdb;
  padding: 8px 0;
  text-align: center;
}

.modal-footer .modal-row {
  border-top: 0;
}

.modal-row p {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #110d0d;
}

.dropZoneOverlay {
  color: #7066fb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#file.input {
  /* opacity: 0;
  position: relative;
  z-index: 1; */
  display: none;
}

#file2.input {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.dog-wrapper-another-dog .dogProfilePic p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 48px;
  text-align: center;
  color: #000000;
}

@media screen and (max-height: 580px) {
  .dog-wrapper-personality .behaviour-progress {
    margin-top: 20px;
  }

  .single-progress {
    margin-top: 10px;
  }
}

/* #pic6{
  width: 160px !important;
  height: 160px !important;
} */

@media screen and (max-height: 600px) {
  .formStyle input {
    height: 42px;
    margin-bottom: 8px;
  }

  .dog-wrapper-register-inner .profile-picture-test {
    margin-bottom: 5px;
  }

  .formStyle .inputName {
    background-position: 10px 9px;
  }

  .formStyle .inputEmail {
    background-position: 10px 13px;
  }

  .formStyle .inputPass {
    margin-bottom: 15px;
    background-position: 10px 10px;
  }

  .privacy_wrap #checkbox,
  .updates_wrap #checkbox2 {
    height: 12px;
  }
}

@media screen and (min-height: 690px) {
  .dog-wrapper-login-inner {
    display: inherit;
    position: unset;
    overflow-y: inherit;
    height: inherit;
  }

  .dog-wrapper-login-inner .test-onboarding123 {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 30px;
  }

  .dog-wrapper-login .test-onboarding123 {
    margin-top: 0;
    padding-bottom: O !important;
  }
}

@media screen and (max-height: 570px) {
  .dog-wrapper-login .test-onboarding123 {
    min-height: 70px;
  }
}

.paw-height {
  height: 110px;
}

/* custom profile */
.custom-dog-profile {
  /* position: absolute; */
  top: 0px;
  /* background: white; */
  z-index: 42342424;
  /* bottom: 2%; */
  left: 0px;
  height: 100vh;
  /* overflow-y: scroll; */
  width: 100vw;
  /* background-image: linear-gradient(167.99deg,
      rgba(116, 183, 192, 0.04) 13.67%,
      rgba(116, 183, 192, 0.4) 100%); */
  background-color: transparent;
}

#close-custom-popup {
  text-align: center;
  color: #62b8bf;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  cursor: pointer;
  margin-bottom: 90px;
}

/* Walk summery  */

.walk_summery_wrap .top_block {
  text-align: center;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

.wlak_title {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 48px;
  color: #000000;
}

.walk_summery_wrap .top_block .description {
  width: 80%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #a09797;
  margin: 0 auto;
  margin-top: 5px;
}

.custom_line {
  display: block;
  border-top: 0.001rem solid #110d0d;
  opacity: 0.12;
  margin: 0 1.5em;
}

.horizontal_row .sub-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-align: center;
  margin-top: 5px;
}

.horizontal_row ul {
  list-style: none;
  display: flex;
  gap: 30px;
  padding: 0 1.5em;
  padding-bottom: 20px;
  text-align: center;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}

.horizontal_row ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.horizontal_row ul li a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.horizontal_row ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.horizontal_row ul li .profile_title {
  margin-top: 6px;
  display: block;
  color: #110d0d;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.achivements.horizontal_row ul {
  justify-content: space-around;
}

.walk-row {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.walk-row .row_block p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}

.walk-row .row_block .green {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #72a66a;
  margin-top: 10px;
  display: block;
}

.walk-row .row_block .yellow {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #dc6c53;
  margin-top: 10px;
  display: block;
}

.walk_summery_wrap .skip {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #62b8bf;
  font-size: 16px;
}

@media screen and (max-height: 769px) {
  .walk_summery_wrap_inner {
    display: table-cell;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    overflow-y: scroll;
  }

  .policy-page {
    height: 100vh;
    width: 100%;
    z-index: 123243;
    position: relative;
    background: #ffffff;
  }

  .policy-desc {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #a09797;
    margin-top: 20px;
  }

  .policy-title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
  }

  .walk_summery_wrap.content-wrapper-full-screen .skip {
    display: block;
    position: unset;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    transform: none;
  }
}

@media screen and (min-height: 770px) {
  .walk_summery_wrap.content-wrapper-full-screen {
    position: fixed;
    height: 100%;
  }
}

/* Dog Profile  */

.dog_profile_progress_slider_wrap {
  margin-top: 30px;
  margin-right: -1.5em;
}

.progress_slider_inner {
  display: flex;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.progress_slider_inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.single_progress_slide {
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(112, 144, 176, 0.18);
  border-radius: 16px;
  min-width: 280px;
}

.single_progress_slide:last-child {
  margin-right: 1.5em;
}

.single_progress_slide_inner {
  padding: 15px;
}

.single_progress_slide h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #110d0d;
  margin: 0;
}

.single_progress_slide p {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  color: #110d0d;
  margin: 5px 0;
}

.progress_wrapper {
  display: flex;
  justify-content: space-between;
}

.progress_wrapper span {
  min-width: 60px;
}

.range-light-grey {
  background-color: #dbdbdb;
}

.grey {
  color: #a09797;
}

.both_progress {
  height: 24px;
  border-radius: 16px;
  width: 45%;
}

.meets_progress_bar {
  height: 100%;
  background-color: #72a66a;
  color: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.walk_progress_bar {
  height: 100%;
  background-color: #f5c860;
  color: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.walk_progress_wrapper {
  margin-top: 10px;
}

.set_targets_inner {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.set_goals,
.past_walks {
  background: #ffffff;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.18);
  border-radius: 16px;
  padding: 7px;
  display: flex;
  min-width: 100px;
  cursor: pointer;
}

.set_goals img,
.past_walks img {
  margin-right: 5px;
  width: 20px;
}

.set_goals span,
.past_walks span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #110d0d;
  line-height: 19px;
}

.statistis_values_wrap {
  background: #ffffff;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.18);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}

.friends_num,
.bones_num,
.awards_num {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #110d0d;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 80px;
}

/* .bones_num {
  margin: 0 20px;
} */

.statistis_values_wrap .value {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-height: 750px) {
  .statistis_values_wrap {
    position: unset;
    transform: none;
    margin-top: 50px;
    margin-bottom: 100px;
  }
}

/* Achievement  */
.trophy_row {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.locked {
  opacity: 0.5;

}

.trophy_row ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 0;
  max-width: 290px;
  /* padding-bottom: 20px; */
  text-align: center;
  /* overflow-x: scroll; */
  /* scrollbar-width: none;
  -ms-overflow-style: none; */
  /* position: relative; */
  /* margin-right: -1.5em; */
}

.trophy_row li {
  margin-top: 20px;

}

.IfNoAchivementSidney {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #9a9a9a;
  font-weight: 500;
  font-size: 12px;
}

.trophy_row ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.trophy_row ul li {
  /* display: block; */
  min-width: 100px;
}

.trophy_row ul li a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.future_goal_row ul li {
  opacity: 0.5;
}

#greenDay,
#greenWave {
  display: none;
}

.trophy_row ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.trophy_row ul li span {
  margin-top: 10px;
  display: block;
  color: #110d0d;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.when_trophy_none p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #9a9a9a;
}

.preference_female_wrap ul li a,
.preference_male_wrap ul li a {
  border: 6px solid #9c979a;
  border-radius: 50%;
}

.preference_female_wrap ul li a img,
.preference_male_wrap ul li a img {
  object-position: top center;
}

.preference_footer_text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #a09797;
  margin-bottom: 20px;
}

/* Set Goals  */

.SetgoalsSelects {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.s-hidden {
  visibility: hidden;
  height: 44px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: #110d0d;
  width: 120px;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  border: 0.5px solid #a09797;
  border-radius: 12px;
  text-align: center;
}

.styledSelect:active,
.styledSelect.active {
  background-color: #eee;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
  border-top: 1px solid #ccc;
}

.modal .pop-up-title {
  padding-top: 1.2em;
  margin: 0;
}

.modal .x-button {
  right: 0.8em;
  top: 1.5em;
}

.level {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 24px;
  text-align: center;
  display: block;
  color: #110d0d;
}

.pop-up-services-dogtel .no-meet.confirm_goal {
  background: #62b8bf;
  border: 0.5px solid #62b8bf;
}

.IfNoAchivements,
.IfNoMeets {
  text-align: center;
  padding-bottom: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.add_another_owner_profile .pop-up-services-dogtel {
  top: 0;
  left: 0;
  opacity: 0.9;
  width: 100%;
  height: 100%;
}

#zoom-control {
  position: absolute;
  top: calc(40% - 180px);
  right: 0px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
}

.zoom-slider-range {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 250px;
  margin-top: 130px;
  transform: rotate(90deg);
}

/***** Track Styles *****/
/***** Chrome, Safari, Opera, and Edge Chromium *****/
.zoom-slider-range::-webkit-slider-runnable-track {
  background: #333366;
  height: 0.8rem;
  border-radius: 10px;
}

/******** Firefox ********/
.zoom-slider-range::-moz-range-track {
  background: #333366;
  height: 0.8rem;
  border-radius: 10px;
}

/***** Thumb Styles *****/
/***** Chrome, Safari, Opera, and Edge Chromium *****/
.zoom-slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -12px;
  /* Centers thumb on the track */
  background-color: #fff;
  border-radius: 100px;
  height: 35px;
  width: 35px;
}

/***** Thumb Styles *****/
/***** Firefox *****/
.zoom-slider-range::-moz-range-thumb {
  border: none;
  /*Removes extra border that FF applies*/
  border-radius: 100px;
  /*Removes default border-radius that FF applies*/
  background-color: #fff;
  height: 35px;
  width: 35px;
}

/* .circle-marker {
  width: 45px;
  height: 45px;
} */

.circle-bone {
  width: 100%;
  height: 100%;
  border: 2px solid white;
  border-radius: 50%;
}

.rectangular-bar {
  position: absolute;
  width: 10px;
  height: 50vh;
  top: 5vh;
  right: 7%;
  border-radius: 10px;
  background-color: #333366;
  z-index: 1;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.18);
  border-color: #000000;
}

.circle {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 0;
  right: -0.65em;
}

.filled-bar-dist {
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  background-color: #333366;
  z-index: 0;
}

.distanceDisplay {
  background-color: #333366;
  width: 200px;
  position: absolute;
  bottom: 0;
}

.distance-display {
  background-color: #333366;
  width: 4.5em;
  text-align: center;
  /* position: absolute; */
  bottom: -2.5em;
  right: -1.3em;
  padding: 0.25em;
  border-radius: 15px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: 125px;
}

.Meets_wrap {
  height: 100%;
}

.Meets_content {
  display: flex;
  width: 100%;
  gap: 20px;
}

.Meets_content .left_content {
  text-align: center;
  padding-left: 1.5em;
}

.Meets_content .right_content {
  text-align: center;
  padding-right: 1.5em;
}

.meets_profile_img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 3px solid #3f3f3f;
  object-fit: cover;
}

.meets_profile_title {
  display: block;
  text-align: center;
  margin-top: 6px;
}

.Meets_wrap .pop-up-services-dogtel .yes-meet {
  min-width: 80px;
}

.Meets_wrap .pop-up-services-dogtel .no-meet {
  min-width: 80px;
}

.Meets_wrap .holder-rate-buttons-test {
  gap: 20px;
}

.Meets_wrap .pop-up-services-dogtel {
  height: 200px;
}

.HowWasYourMeet_wrap {
  height: 100%;
}

.HowWasYourMeet_content {
  text-align: center;
}

.HowWasYourMeet_Likes_wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-bottom: 10px;
}

.HowWasYourMeet_Likes_wrap img {
  width: 50px;
  height: 50px;
}

.HowWasYourMeet_wrap .pop-up-services-dogtel {
  height: 280px;
}

.HowWasYourMeet_wrap .pop-up-services-dogtel-inner {
  justify-content: space-around;
}

.HowWasYourMeet_wrap .pop-up-title {
  margin-top: 0;
}

/* Friend Diasy  Page*/

.content-wrapper-friend-profile {
  /* position: relative; */
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.5em;
  /* height: calc(100% - 4.5em); */
}

.content-wrapper-friend-profile .daisy_profile_img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 5px solid #585858;
  object-fit: cover;
}

.content-wrapper-friend-profile .dog-profile-pic {
  margin-bottom: 20px;
}

.friend_profile_btns {
  display: flex;
  justify-content: space-between;
}

.friend_profile_btns .btns {
  background: #ffffff;
  border: 1px solid #0000002b;
  border-radius: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  width: 98px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.18);
}

.friend_status_btns_wrap {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}

.friend_status_btns_wrap .friend_status_btn {
  border: 0.75px solid #110d0d2b;
  border-radius: 8px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #110d0d;
  width: 100%;
}

.friend_status_btns_wrap .select_friend_status_btn {
  border: 0.75px solid #110d0d2b;
  border-radius: 8px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #110d0d;
  width: 27px;
  height: 28px;
}

.friend_statistis_values_wrap {
  background: #ffffff;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.18);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px;
  max-width: 250px;
}

.meets_with_you_wrap {
  margin-bottom: 80px;
}

.meets_with_you_row ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 20px;
  text-align: center;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  padding-left: 0;
}

.meets_with_you_row ul li {
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 16px 40px rgba(113, 113, 113, 0.14);
}

@media screen and (max-width: 380px) {
  .meets_with_you_row ul {
    justify-content: flex-start;
    margin-right: -1.5em;
  }

  .meets_with_you_row ul li:last-child {
    margin-right: 1.5em;
  }
}

.WB {
  background: #ffffff;
  color: #000000;
}

.GW {
  background: #72a66a;
  color: #ffffff;
}

.YW {
  background: #f5c860;
  color: #ffffff;
}

.RW {
  background: #dc6c53;
  color: #ffffff;
}

/* Unknown Friend  */
.content-wrapper-unknown-friend-profile {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.5em;
  height: calc(100% - 4.5em);
}

.content-wrapper-unknown-friend-profile .daisy_profile_img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.content-wrapper-unknown-friend-profile .dog-profile-pic {
  margin-bottom: 20px;
}

.content-wrapper-unknown-red-profile {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.5em;
  height: calc(100% - 4.5em);
}

.content-wrapper-ziggy-profile {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.5em;
  height: calc(100% - 4.5em);
}

.content-wrapper-unknown-friend-profile .settings-bt,
.content-wrapper-friend-profile .settings-bt {
  display: none;
}

.content-wrapper-unknown-friend-profile .notification-bt,
.content-wrapper-friend-profile .notification-bt {
  display: none;
}

.content-wrapper-unknown-friend-profile .trophy_case_wrap,
.content-wrapper-friend-profile .trophy_case_wrap {
  display: none;
}

.center {
  text-align: center;
}

/*
@media screen and (max-height: 600px) {
  .custom-dog-profile {
    height: 96%;
    overflow-y: scroll;
  }

  #close-custom-popup {
    margin-bottom: 30px;
  }
  .meets_with_you_wrap {
    margin-bottom: 30px;
  }
  .content-wrapper-unknown-friend-profile, .content-wrapper-friend-profile{
    height: auto;
  }
} */

.meet-detected .row-test {
  font-size: 12px;
  text-align: center;
}

/* Inner Services  */

.service_inner_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.service_inner_title .distance {
  font-size: 16px;
}

.service_filter {
  display: flex;
  gap: 20px;
  margin-top: 5px;
}

.filter_texts {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #9a9a9a;
}

.filter_box {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 0 4px;
  margin-left: 4px;
}

.happy_dog_row ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  text-align: center;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  margin-right: -1.5em;
}

.happy_dog_row ul li {
  display: block;
  min-width: 100px;
  margin-right: 15px;
}

.happy_dog_row ul li a {
  display: block;
  margin: 0 auto;
}

.happy_dog_row ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100px;
  max-height: 64px;
}

.appoinment_button2 {
  background: #62b8bf;
  color: #ffffff;
  border-radius: 24px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 10px;
  display: inline-block;
}

#callForVipSpa,
#callForBusySpa,
#callForHappySpa {
  display: none;
  padding: 5px 20px;
  padding-right: 10px;
}

#callForVipSpa2,
#callForBusySpa2,
#callForHappySpa2 {
  display: none;
  padding: 5px 20px;
  padding-right: 10px;
}

#callForVipSpa3,
#callForBusySpa3,
#callForHappySpa3 {
  display: none;
  padding: 5px 20px;
  padding-right: 10px;
}

/* .choose_btn, .choose_btn2, .choose_btn3{
  background: #62B8BF;
  color: #FFFFFF;
  border-radius: 24px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 10px;
} */

.inner_services_row {
  margin-top: 40px;
}

/* 27-02-23  */

.appoinment_popup .pop-up-title {
  font-size: 18px;
}

.appoinment_popup .pop-up-services-dogtel {
  height: 15em;
}

.insert_date {
  width: 140px;
  margin: 0 auto;
  height: 25px;
  font-size: 16px;
}

.insert_time {
  width: 100px;
  margin: 0 auto;
  height: 20px;
  font-size: 16px;
}

.appoinment_popup .pop-up-services-dogtel .no-meet.confirm_goal {
  background: #ffffff;
  color: #110d0d;
  border: 0.5px solid #a0979763;
}

.appoinment_popup .pop-up-services-dogtel .yes-meet.cancel_goal {
  background: #62b8bf;
  color: #fff;
  border: 0.5px solid #a0979763;
}

.after_select_appoinment_vet,
.after_select_appoinment_groomer,
.after_select_appoinment_dogtel {
  display: none;
}

.call_icon {
  display: inline-flex;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}

.call_icon i {
  color: #fff;
}

.custom_hr2 {
  opacity: 0.7;
  border-top: 0.5px #a09797;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.book_new_appoinment p {
  margin-bottom: 25px;
}

.book_new_appoinment .yes-meet,
.book_new_appoinment .no-meet {
  height: auto;
  min-width: 136px;
  padding: 6px 0;
  background: #ffffff;
  color: #110d0d;
  border: 0.5px solid #a09797;
}

.search_area_button.confirm {
  padding: 8px 50px;
}

/* .medication_img_wrap{
  position: relative;
} */
.placehoderUpdateBtnOne {
  background: #333366;
  color: #ffffff;
  border-radius: 24px;
  display: inline-block;
  padding: 8px 18px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 12px;
}

.placeholderBefore,
.placeholderAfter {
  max-width: 100%;
  margin-top: 15px;
}

.services-veterinary,
.services-groomer,
.services-dogtel {
  padding-bottom: 5em;
}

.medication_img_wrap {
  margin-bottom: 30px;
}

.added-you {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000000;
}

.accpet-reject-con {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 72px;
}

#notibt {
  cursor: pointer;
}

.requests-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#friend-requests-section {
  margin-top: 50px;
}

.accept-reject-btn-con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.accept-btn {
  min-width: 80px;
  height: 26px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
  background-color: #62b8bf;
  cursor: pointer;
  border: none;
  margin-left: 10px;
  border-radius: 10px;
}

.date-time {
  font-family: Montserrat;
  font-size: 10px;
  font-style: italic;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000000;
}

.reject-btn {
  min-width: 80px;
  height: 26px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
  border-radius: 10px;
  border: 1px solid black;
  background-color: #ffffff;
  cursor: pointer;
}

.chooseVeterinary,
.chooseGroomer,
.chooseDogtel {
  padding-bottom: 4em;
}

.chooseVeterinary .search_area_button.confirm,
.chooseGroomer .search_area_button.confirm,
.chooseDogtel .search_area_button.confirm {
  margin-bottom: 30px;
}

.services-inner-veterinary,
.services-inner-groomer,
.services-inner-dogtel {
  padding-bottom: 4em;
}

.inner_services_row:last-child {
  margin-bottom: 40px;
}

.care_medication_wrap .care_medication_row {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.care_medication_wrap .care_medication_row:first-child {
  min-height: 180px;
}

.care_medication_wrap .care_medication_row .single_care {
  width: 50%;
}

.care_medication_wrap .care_medication_row .single_care {
  color: #464646;
  font-size: 12px;
  margin-top: 10px;
}

.care_medication_wrap .care_medication_row img {
  width: 60px;
}

.care_medication_row p.dog_money {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px !important;
}

.selected_date {
  display: inline-block;
  margin-right: 20px;
}

.appoinment_button.custom_width {
  min-width: 180px;
}

.appoinment_button.blue {
  background: #333366;
}

.search_area_button.new {
  background: rgba(51, 51, 102, 0.6);
}

.main_service_page .services-table .dog-service-icon {
  width: 5em;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  max-width: 100%;
  height: auto;
}

.badge {
  position: absolute;
  top: 10px;
  /* Adjust the top position as needed */
  right: 10px;
  /* Adjust the right position as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  min-height: 20px;
  border-radius: 100%;
  background-color: #de7b07;
  color: black;
  font-size: 10px;
  font-weight: bold;
  display: none;
}

.loader-section-off {
  display: none;
}

.loader-section-on {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px solid #00b2e9;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #00b2e9 transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#walkBadge,
#meetBadge,
#distanceBadge,
#boneBadge {
  display: none;
}

.future_goal {
  display: none;
}

.dailies-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: 60px;
  width: 60px;
  box-shadow: 0px 16px 40px 0px #71717124;
  border-radius: 100px;
}

.dailies-img img {
  height: 50px;
  width: 50px;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 23px;
    left: 23px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 23px;
    left: 23px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 23px;
    left: 23px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 45px;
    height: 45px;
    opacity: 0;
  }
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  padding: 10px;
  font-size: 18px;
  width: 150px;
}

.text-overlay p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #333366;
}

.coming-soon-heading {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
}

.coming-soon-text {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
}

.container-for-text-img {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

#message {
  color: red;
  font-size: 12px;
  margin-top: -15px;
  text-align: left;
}

.circle-rate {
  width: 18px;
  height: 18px;
  border: 1px solid black;
  background-color: #a09797;
  border-radius: 100px;
}

.circle-con {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 70px;
  height: 26px;
  background-color: #ffffff;
  border: 1px solid black;
  border-radius: 10px;
}

.meet-time {
  font-family: Montserrat;
  font-size: 10px;
  font-style: italic;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-align: left;
}

.main-con-rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.meet-dog-name {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: left;
}

.rating-dog-name {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: left;
}

.name-img-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 88px;
  min-height: 88px;
}

.meet-rating-img {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  object-fit: cover;
}

.load-more-button {
  width: 120px;
  height: 32px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  border-radius: 20px;
  text-align: center;
  color: white;
  background-color: #62b8bf;
  border: 1px solid rgb(137, 137, 137);
  cursor: pointer;
  margin-left: calc(50% - 60px);
  margin-top: 10%;
}


.small-btn {
  min-width: 72px;
  height: 32px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: black;
  background-color: white;
  border-radius: 20px;
  border: 1px solid rgb(137, 137, 137);
  cursor: pointer;
}

.small-btn.active {
  min-width: 72px;
  height: 32px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  border-radius: 20px;
  text-align: center;
  color: white;
  background-color: #62b8bf;
  border: 1px solid rgb(137, 137, 137);
  cursor: pointer;
}

.password-container {
  position: relative;
}

.password-toggle-icon {
  position: absolute;
  top: 33%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}


.container-navbar {
  position: fixed;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 40px;
  margin: 0px 20px 20px 8px;
  width: calc(100% - 60px);
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .container-navbar {
    display: none;
  }
}

.stats,
.right-stats {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80px;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.stats {
  margin-right: 20px;
}

.right-stats {
  margin-left: 20px;
}

.stat-item {
  display: flex;
}

.chart-container {
  position: relative;
  min-width: 140px;
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.value-bold {
  font-weight: bold;
  margin-left: 10px;
}

.chart-container canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart-center-text {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: Montserrat;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: white;
  height: 45px;
  width: 45px;
  background: rgb(158, 149, 149);
  border-radius: 100px;
  cursor: pointer;
}