#mm-menu span {
  padding-left: 25px;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light;
  }
}
.checkbox_2 .form-check {
  padding-left: 2rem;
}

.rotate-90 {
  transform: rotate(90deg);
}

.custom-file-input {
  opacity: unset;
}

.vet-card ul.statistic {
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.vet-card span.statistic {
  background-color: #23b321;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  color: #fff;
  padding: 8px 10px 5px;
  font-weight: 700;
  font-size: 0.75rem;
  min-width: 75px;
  text-align: center;
  margin-right: 5px;
}

.card.header {
  background-color: #A10035;
  color: #fff;
}
.card .card-header .card-label i {
  font-size: 40px;
}
.card .card-header .card-label span,
.card .card-header .card-arrow i {
  font-size: 16px;
}
.card .card-header .card-arrow i {
  font-size: 30px;
}
.card div[aria-expanded=true] .arrow-expanded {
  display: inline-block;
}
.card div[aria-expanded=true] .arrow-collapsed {
  display: none;
}
.card div[aria-expanded=false] .arrow-expanded {
  display: none;
}
.card div[aria-expanded=false] .arrow-collapsed {
  display: inline-block;
}
.card div.collapse {
  background: #F7F0DA;
  border-radius: 30px;
}

.vertical-align-middle {
  vertical-align: middle;
}

.arrow-expanded, .arrow-collapsed {
  float: right;
}

.inline_select select {
  width: unset;
}

.vomit_info {
  margin-left: 20px;
}

.calendar-title {
  padding: 15px;
}
.calendar-title h6 {
  color: #fff;
}

.diary-title {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}

.btn-pink {
  color: #A10035;
  background-color: #FEC260;
  border-color: #FEC260;
}

.modal-content {
  background-color: #F7F0DA;
}

.flash-message-front div.alert {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9999;
}

.prevention h3 {
  color: #3f4079;
}
.prevention img {
  margin-bottom: 10px;
}

p.lead2 {
  font-weight: 400;
  font-size: 1.2rem;
}
p.price-value {
  font-size: 1.5rem;
  font-weight: 300;
}

.animals {
  margin-right: 0.5rem;
}
.animals img {
  padding-top: 10px;
  max-width: 35px;
}

.new-label {
  position: absolute;
  top: 0;
  right: -15px;
  transform: translateY(-100%);
  font-size: 12px;
  background: #e74e84;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 2px 15px;
}

.new-icon {
  color: #e74e84;
}

.filter-title {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #A10035;
  font-weight: 700;
}

.filter-label {
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 5px;
}

.btn {
  border-radius: 8px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 8px 30px;
}

.desktop-hide {
  display: block;
}

#active-filter-state-desktop {
  top: 0;
}

@media (max-width: 992px) {
  html, body {
    overflow-x: hidden; /* Prevent horizontal scroll */
    width: 100%; /* Ensure the content fits within the viewport */
  }
}
@media (min-width: 992px) {
  .filter-main-elements {
    margin: 0 !important;
    padding: 0 !important;
  }
  .desktop-hide {
    display: none;
  }
  .search-sitter-page .active-filter.active, .search-provider-page .active-filter.active {
    display: block !important;
    position: absolute;
    top: -5px !important;
    right: 15px;
    background-color: #23b321;
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .filter-title {
    line-height: 70px;
  }
}
.btn-default {
  background-color: #A10035;
}
.btn-default:hover {
  background-color: #6e0125;
}

.btn-transparent {
  background-color: unset;
  border: 1px solid #A10035;
  color: #A10035;
  font-weight: 600;
  font-size: 11px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#overlay.active {
  display: flex;
}

.loader-animation.active {
  display: flex;
}

.loader-animation {
  position: relative;
  width: 150px;
  height: 190px;
  background-color: white;
  border-radius: 30px;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.loader-animation .loading-text {
  margin-top: 10px;
  font-size: 16px;
}
.loader-animation svg {
  width: 100%;
  height: 100%;
  transform: translate3d(0px, 0px, 0px);
  content-visibility: visible;
}

.search-sitter-page, .search-provider-page {
  /* Content of the form */
  /* Remove overflow: hidden on mobile */
}
.search-sitter-page .p-200, .search-provider-page .p-200 {
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .search-sitter-page .p-200, .search-provider-page .p-200 {
    padding-top: 220px !important;
  }
}
.search-sitter-page .input-container, .search-provider-page .input-container {
  position: relative;
  width: 85%;
  margin: 0 auto;
  padding: 15px 0;
  max-width: 500px;
}
.search-sitter-page .input-container input, .search-provider-page .input-container input {
  width: 100%;
  padding: 15px 40px;
  border: 1px solid rgba(205, 205, 205, 0.9294117647);
  border-radius: 30px;
  font-size: 16px;
  color: #333;
  outline: none;
  box-sizing: border-box;
  pointer-events: none;
}
.search-sitter-page .input-container input::placeholder, .search-provider-page .input-container input::placeholder {
  color: #999;
}
.search-sitter-page span.active-filter, .search-provider-page span.active-filter {
  display: none;
  background: #23b321;
  padding: 5px 15px;
  border-radius: 35px;
  position: absolute;
  right: 55px;
  color: white;
  top: 27px;
}
.search-sitter-page .active-filter.active, .search-provider-page .active-filter.active {
  display: flex;
}
.search-sitter-page .input-container .icon-search, .search-provider-page .input-container .icon-search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: grey;
}
.search-sitter-page .input-container .icon-filter, .search-provider-page .input-container .icon-filter {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: grey;
  border: 1px solid #c4c1c1;
  border-radius: 50px;
  padding: 5px;
}
.search-sitter-page .input-container .icon-search, .search-sitter-page .input-container .icon-filter, .search-provider-page .input-container .icon-search, .search-provider-page .input-container .icon-filter {
  font-size: 18px;
}
.search-sitter-page .filter-container, .search-provider-page .filter-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.search-sitter-page .filter-container .btn, .search-provider-page .filter-container .btn {
  max-width: 160px;
}
.search-sitter-page .form-bar.active, .search-provider-page .form-bar.active {
  bottom: 0;
}
.search-sitter-page .sticky-filter, .search-provider-page .sticky-filter {
  top: 20vh;
  margin-bottom: 30px;
}
.search-sitter-page .filter-main-elements, .search-provider-page .filter-main-elements {
  position: fixed;
  top: 95px;
  z-index: 999;
  padding: 20px 0 15px;
  background: #f7f0da;
  border: 1px solid #d9d7d7;
  margin: 0 0 30px 0;
}
.search-sitter-page .filter-main-elements .head-box, .search-provider-page .filter-main-elements .head-box {
  width: 100%;
}
.search-sitter-page .form-bar-header, .search-provider-page .form-bar-header {
  position: sticky;
  top: 0;
  background-color: inherit;
  padding: 20px 25px 15px;
  border: 1px solid #d9d7d7;
  z-index: 1010;
}
.search-sitter-page .form-bar-header .active-filter, .search-provider-page .form-bar-header .active-filter {
  top: -10px !important;
}
.search-sitter-page .form-bar-header .filter-msg, .search-provider-page .form-bar-header .filter-msg {
  position: absolute;
  right: 6px;
  top: 25px;
  width: 200px;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 767.98px) {
  .search-sitter-page .sticky-filter, .search-provider-page .sticky-filter {
    position: sticky;
  }
  .search-sitter-page .form-bar-header, .search-provider-page .form-bar-header {
    background: unset !important;
    border: unset !important;
    margin-bottom: -30px !important;
    z-index: 300;
  }
  .search-sitter-page .animal-btn, .search-provider-page .animal-btn {
    width: 43px !important;
    height: 43px !important;
  }
  .search-sitter-page .form-bar-footer, .search-provider-page .form-bar-footer {
    filter: unset !important;
  }
  .search-sitter-page .filter-main-elements, .search-provider-page .filter-main-elements {
    top: 95px !important;
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .search-sitter-page .sticky-filter, .search-provider-page .sticky-filter {
    margin-bottom: 0 !important;
  }
  .search-sitter-page .input-container, .search-provider-page .input-container {
    padding: 0 !important;
  }
  .search-sitter-page input, .search-provider-page input {
    padding: 10px 40px !important;
  }
  .search-sitter-page .filter-main-elements, .search-provider-page .filter-main-elements {
    display: none !important;
  }
  .search-sitter-page .filter-main-elements .container, .search-provider-page .filter-main-elements .container {
    display: none !important;
  }
  .search-sitter-page span.active-filter, .search-provider-page span.active-filter {
    top: 8px !important;
  }
  .search-sitter-page .clear-search-filter, .search-provider-page .clear-search-filter {
    display: none !important;
  }
  .search-sitter-page .form-bar .filter-block-bottom, .search-provider-page .form-bar .filter-block-bottom {
    margin: 5px !important;
  }
}
.search-sitter-page .form-bar, .search-provider-page .form-bar {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  max-height: 65vh;
  background-color: #f3efef;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 0;
  padding-bottom: calc(env(safe-area-inset-bottom));
  transition: bottom 0.5s ease-in-out;
  z-index: 1000;
  margin-bottom: env(safe-area-inset-bottom);
  overflow-y: scroll;
  overflow-x: hidden;
}
.search-sitter-page .form-bar .form-bar-footer, .search-provider-page .form-bar .form-bar-footer {
  position: sticky;
  bottom: 0;
  background: white;
  width: 100%;
  filter: drop-shadow(0px 5px 4px black);
  padding: 8px 0;
}
.search-sitter-page .form-bar .animal-buttons, .search-provider-page .form-bar .animal-buttons {
  display: flex;
}
.search-sitter-page .form-bar .animal-btn, .search-provider-page .form-bar .animal-btn {
  background: #F7F0DA;
  width: 45px;
  height: 45px;
  border-radius: 15px;
  margin: 0 5px;
  border: 0;
  display: inline-block;
}
.search-sitter-page .form-bar .animal-btn .animal-icon, .search-provider-page .form-bar .animal-btn .animal-icon {
  width: 100%;
}
.search-sitter-page .form-bar .hidden-field, .search-provider-page .form-bar .hidden-field {
  display: none;
}
.search-sitter-page .form-bar .animal-icon, .search-provider-page .form-bar .animal-icon {
  cursor: pointer;
}
.search-sitter-page .form-bar .animal-btn.selected, .search-provider-page .form-bar .animal-btn.selected {
  border: 2px solid black;
  border-radius: 15px;
}
.search-sitter-page .form-bar h3, .search-provider-page .form-bar h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  color: #A10035;
}
.search-sitter-page .form-bar .btn-close, .search-provider-page .form-bar .btn-close {
  color: #A10035;
  font-size: 1.5rem;
  background: none;
  border: none;
}
.search-sitter-page .form-bar .filter-block, .search-provider-page .form-bar .filter-block {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  margin: 15px 0;
  padding: 15px;
  max-height: 50px;
  transition: max-height 1.5s ease;
}
.search-sitter-page .form-bar .filter-block .filter-header, .search-provider-page .form-bar .filter-block .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
}
.search-sitter-page .form-bar .filter-block .arrow, .search-provider-page .form-bar .filter-block .arrow {
  transition: transform 0.3s ease;
  font-size: 18px;
}
.search-sitter-page .form-bar .filter-block.active, .search-provider-page .form-bar .filter-block.active {
  max-height: 500px;
}
.search-sitter-page .form-bar .filter-block.active .arrow, .search-provider-page .form-bar .filter-block.active .arrow {
  transform: rotate(180deg);
  font-size: 18px;
}
.search-sitter-page .form-bar .filter-block h4, .search-provider-page .form-bar .filter-block h4 {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.search-sitter-page .form-bar .filter-block-bottom, .search-provider-page .form-bar .filter-block-bottom {
  display: flex;
  margin: 15px;
  align-items: center;
  justify-content: center;
}
.search-sitter-page .form-content, .search-provider-page .form-content {
  padding: 20px;
  overflow-y: auto; /* Allows scrolling if the form is too long */
  max-height: 100%; /* Ensures form does not exceed bar height */
}
.search-sitter-page .service-card, .search-provider-page .service-card {
  border: 1px solid rgba(205, 205, 205, 0.9294117647);
  margin: 15px 0;
  overflow: hidden;
  padding-left: 0;
  background: white;
  border-radius: 15px;
}
.search-sitter-page .service-card h3.service-card-name, .search-provider-page .service-card h3.service-card-name {
  font-weight: 800 !important;
}
.search-sitter-page .service-card .rating, .search-provider-page .service-card .rating {
  margin: 15px 0 0 0;
}
.search-sitter-page .service-card .rating .icon_star, .search-provider-page .service-card .rating .icon_star {
  font-size: 24px;
}
.search-sitter-page .service-card span.slash, .search-provider-page .service-card span.slash {
  font-size: 10px;
}
.search-sitter-page .service-card span.price-unit, .search-provider-page .service-card span.price-unit {
  font-size: 12px;
  margin-bottom: 0;
}
.search-sitter-page .service-card span.service-name, .search-provider-page .service-card span.service-name {
  margin-bottom: 5px !important;
}
@media (max-width: 767.98px) {
  .search-sitter-page .service-card span.price-unit, .search-provider-page .service-card span.price-unit {
    margin-bottom: 0;
  }
}
.search-sitter-page .service-card h3, .search-sitter-page .service-card h4, .search-provider-page .service-card h3, .search-provider-page .service-card h4 {
  color: #434141;
}
.search-sitter-page .service-card h4, .search-provider-page .service-card h4 {
  font-size: 0.8rem;
}
.search-sitter-page .service-card .card-content, .search-provider-page .service-card .card-content {
  padding: 15px;
}
.search-sitter-page .service-card .card-content .provider-type, .search-provider-page .service-card .card-content .provider-type {
  font-size: 12px;
}
.search-sitter-page .service-card .provider-image-container, .search-provider-page .service-card .provider-image-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.search-sitter-page .service-card .provider-img-block, .search-provider-page .service-card .provider-img-block {
  transition: transform 0.4s;
  max-width: 100%;
  max-height: 100%;
}
.search-sitter-page .service-card .provider-img-block img, .search-provider-page .service-card .provider-img-block img {
  width: 260px;
}
.search-sitter-page .service-card:hover, .search-provider-page .service-card:hover {
  box-shadow: 0 0 5px #9e9e9e;
}
.search-sitter-page .service-card:hover .provider-img-block, .search-provider-page .service-card:hover .provider-img-block {
  transform: scale(1.1);
}
.search-sitter-page .service-card p.distance, .search-provider-page .service-card p.distance {
  position: absolute;
  left: 23px;
  color: #999;
  font-weight: 600;
}
.search-sitter-page .service-card i.premium, .search-provider-page .service-card i.premium {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  background-color: #A10035;
  padding: 9px 10px;
  display: inline-block;
  color: #F7F0DA;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.search-sitter-page .service-card.premium, .search-provider-page .service-card.premium {
  border: 2px solid #A10035;
}
@media (min-width: 992px) {
  .search-sitter-page .form-bar, .search-provider-page .form-bar {
    position: unset;
    width: 100%;
    border-radius: 20px 20px 20px 20px;
    transition: right 0.5s ease-in-out;
    max-height: unset !important;
    overflow-y: unset !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-sitter-page .custom-img, .search-provider-page .custom-img {
    width: 120% !important; /* Makes the image 120% wide on tablets */
    margin-left: -10%; /* Centers the image horizontally */
    max-width: none !important;
  }
}
@media (max-width: 768px) {
  .search-sitter-page .service-card, .search-provider-page .service-card {
    overflow: visible;
    height: auto;
    padding: 0 15px;
  }
  .search-sitter-page .service-card .vet-card span.statistic, .search-provider-page .service-card .vet-card span.statistic {
    font-size: 0.6rem;
  }
  .search-sitter-page .service-card .rating span, .search-provider-page .service-card .rating span {
    font-size: 12px;
  }
  .search-sitter-page .service-card .rating .icon_star, .search-provider-page .service-card .rating .icon_star {
    font-size: 12px;
  }
  .search-sitter-page .service-card .price-value, .search-provider-page .service-card .price-value {
    font-size: 0.8rem;
  }
  .search-sitter-page .service-card .provider-image-container, .search-provider-page .service-card .provider-image-container {
    overflow: visible;
    align-items: center;
  }
  .search-sitter-page .service-card .provider-image-container .provider-img-block, .search-provider-page .service-card .provider-image-container .provider-img-block {
    border-radius: 25px;
    overflow: hidden;
  }
  .search-sitter-page .service-card .provider-image-container img, .search-provider-page .service-card .provider-image-container img {
    width: 100%;
  }
}

.list_general > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list_general > ul > li {
  margin: 0 -30px 0 -30px;
  position: relative;
  padding: 30px 30px 5px 120px;
  border-top: 1px solid #ededed;
}
.list_general > ul > li:hover {
  background-color: #f8f9fa;
}
.list_general > ul > li figure {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 30px;
  top: 30px;
}
.list_general > ul > li figure img {
  width: 70px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list_general > ul > li h4 {
  font-size: 1.3125rem;
}
.list_general > ul > li span {
  float: right;
  font-style: italic;
  color: #adb5bd;
}

ul.buttons {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
}
ul.buttons li {
  display: inline-block;
  margin-right: 3px;
}

.unread, .read, .pending, .cancel, .approved {
  background-color: #dc3545;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-size: 0.75rem;
  color: #fff;
  padding: 3px 12px;
  margin-left: 3px;
  position: relative;
  top: -3px;
  line-height: 1;
  font-style: normal;
  font-weight: bold;
}

.read, .approved {
  background-color: #28a745;
}

.pending {
  background-color: #fd7e14;
}

.box-shadow {
  filter: drop-shadow(1px 2px 6px grey);
}

h2 strong {
  font-weight: 700;
}

#faq div.card {
  filter: drop-shadow(1px 2px 6px grey);
}

#faq .card .card-header {
  color: #A10035;
  background-color: #FEC260;
}
#faq .card-header h5 a {
  color: #A10035;
  font-weight: 700;
  font-size: 1.3rem;
}

h1 {
  font-weight: 700;
}

@media (max-width: 767px) {
  .list_general > ul span,
  ul.buttons {
    position: static;
    float: none;
    margin-bottom: 5px;
  }
}
.card {
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
  font-family: "Poppins", sans-serif;
}

img {
  border-radius: 5px 5px 0 0;
}

#msform fieldset .form-card li {
  color: #4f4f4f;
  font-weight: 500;
}

/*# sourceMappingURL=custom.css.map */
