@font-face {
  font-family: "GT-Walsheim-Bold";
  src: url("../fonts/GTWalsheim/GT-Walsheim-Bold.woff2") format("woff2"),
    url("../fonts/GTWalsheim/GT-Walsheim-Bold.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
.dashboard-page {
  padding-top: 35px;
}
.dashboard-page .layout-content {
  padding-top: 0;
}
/* .dashboard-info{padding: 10px 0px 15px 0px;} */
.dashboard-info .welcome-text {
  color: #333436;
  font-weight: 600;
}
.dashboard-info h1 {
  font-weight: 700;
  color: #e35205;
  font-family: "GT-Walsheim-Bold", "Poppins", sans-serif;
  margin-bottom: 0;
}
.dashboard-section-title {
  color: #333436;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dashboard-page .my-pets-section {
  padding: 10px 0px 15px 0px;
  display: grid;
  position: relative;
}
.my-pet-list {
  padding-top: 16px;
  display: grid;
  gap: 16px;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  overflow-x: auto;
  padding-bottom: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  scroll-snap-type: x proximity;
  scroll-padding-left: 16px;
  scroll-padding-right: 16px;
}
.dashboard-page .my-pets-section:before,
.dashboard-page .my-pets-section:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -18px;
  width: 16px;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.119749) 11.02%,
    rgba(255, 255, 255, 0.223196) 20.31%,
    rgba(255, 255, 255, 0.312352) 28.12%,
    rgba(255, 255, 255, 0.389229) 34.71%,
    rgba(255, 255, 255, 0.45584) 40.33%,
    rgba(255, 255, 255, 0.514198) 45.25%,
    rgba(255, 255, 255, 0.566313) 49.71%,
    rgba(255, 255, 255, 0.614199) 53.98%,
    rgba(255, 255, 255, 0.659868) 58.31%,
    rgba(255, 255, 255, 0.705332) 62.96%,
    rgba(255, 255, 255, 0.752602) 68.19%,
    rgba(255, 255, 255, 0.803692) 74.25%,
    rgba(255, 255, 255, 0.860614) 81.4%,
    rgba(255, 255, 255, 0.925379) 89.9%,
    #ffffff 100%
  );
  z-index: 2;
}
.dashboard-page .my-pets-section:after {
  left: auto;
  /* right: -32px; */
  right: -18px;
  background: linear-gradient(
    -270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.119749) 11.02%,
    rgba(255, 255, 255, 0.223196) 20.31%,
    rgba(255, 255, 255, 0.312352) 28.12%,
    rgba(255, 255, 255, 0.389229) 34.71%,
    rgba(255, 255, 255, 0.45584) 40.33%,
    rgba(255, 255, 255, 0.514198) 45.25%,
    rgba(255, 255, 255, 0.566313) 49.71%,
    rgba(255, 255, 255, 0.614199) 53.98%,
    rgba(255, 255, 255, 0.659868) 58.31%,
    rgba(255, 255, 255, 0.705332) 62.96%,
    rgba(255, 255, 255, 0.752602) 68.19%,
    rgba(255, 255, 255, 0.803692) 74.25%,
    rgba(255, 255, 255, 0.860614) 81.4%,
    rgba(255, 255, 255, 0.925379) 89.9%,
    #ffffff 100%
  );
}
.my-pet-list > * {
  scroll-snap-align: start end !important;
}

.my-pet-item {
  position: relative;
  width: 200px;
}
.my-pet-item-image {
  width: 200px;
  height: 200px;
  position: relative;
}
.my-pet-item-image img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.my-pet-item-image .pet-plan-type-icon {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 28px;
  height: 28px;
  border-radius: 0; /* background: #87D1E6; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-pet-item-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  font-weight: 600;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.04) 10.25%,
    rgba(0, 0, 0, 0.07) 18.97%,
    rgba(0, 0, 0, 0.11) 26.38%,
    rgba(0, 0, 0, 0.14) 32.73%,
    rgba(0, 0, 0, 0.17) 38.26%,
    rgba(0, 0, 0, 0.21) 43.19%,
    rgba(0, 0, 0, 0.24) 47.77%,
    rgba(0, 0, 0, 0.28) 52.23%,
    rgba(0, 0, 0, 0.31) 56.81%,
    rgba(0, 0, 0, 0.35) 61.74%,
    rgba(0, 0, 0, 0.39) 67.27%,
    rgba(0, 0, 0, 0.43) 73.62%,
    rgba(0, 0, 0, 0.47) 81.03%,
    rgba(0, 0, 0, 0.52) 89.75%,
    rgba(0, 0, 0, 0.57) 100%
  );
  color: #fff;
  padding-top: 32px;
  line-height: 120%;
  border-radius: 0 0 16px 16px;
}
.my-pet-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.my-pet-item-add-new {
  width: 128px;
}

.my-pet-item-add-new a {
  border-radius: 16px;
  border: 2px solid #f8d4c0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  height: 100%;
}
.my-pet-item-add-new a:hover {
  text-decoration: none !important;
}
.my-pet-add-text {
  color: #bf4200;
  font-weight: 700;
}
.my-pet-item-add-new img {
  width: 48px;
  height: 48px;
}
.my-pet-item-archived {
  width: 128px;
  height: 200px;
  border-radius: 16px;
  border: 2px solid #d8dadc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  order: 1;
}
.my-pet-archive img {
  object-fit: cover;
}
.my-pet-archived-text {
  color: #5d6063;
  font-weight: 700;
}
.archive-stack {
  min-width: 128px;
  border-radius: 16px;
  position: relative;
  height: 200px;
  width: 100%;
  display: flex;
  width: calc(128px + (16px * 3));
  flex-direction: row-reverse;
  /* transition: all 1s;
    transition-delay: 0s; */
  gap: 0;
}
.archive-stack > .my-pet-archive {
  border-radius: 16px;
  max-width: 100%;
  width: 16px;
  position: relative;
  pointer-events: none;
  transition: all 0.2s ease-out;
} /*top: 0; left: 0; -webkit-transition: transform 1s; transition: transform 1s; */
/* .archive-stack > .my-pet-archive:nth-of-type(2) {
    
    -webkit-transition-delay: 1s;
    transition-delay: 1s; 
    left:30px;
}
.archive-stack > .my-pet-archive:nth-of-type(3) {
   
    -webkit-transition-delay: 1s;
    transition-delay: 1s; 
    left:20px
}
.archive-stack > .my-pet-archive:nth-of-type(4) {
   
    -webkit-transition-delay: 1s;
    transition-delay: 1s; 
    left:10px;
} */
.archive-stack > .my-pet-archive > a {
  position: absolute;
  right: 0;
  /* transition: all 1s;
    transition-delay: 0s; */
}
.archive-stack > .my-pet-archive > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 2px solid #d8dadc80;
  overflow: hidden;
}
.archive-stack > .my-pet-archive .my-pet-item-image {
  width: 128px;
}
.archive-stack.expand {
  display: flex;
  gap: 16px;
  width: auto;
} /* width: calc(128px + (16px * 3) + (128px * 3));-webkit-transition: all 1s; transition: all 1s;*/
.archive-stack.expand .my-pet-item-archived {
  position: relative;
  flex: 0 0 128px;
}
.archive-stack.expand .my-pet-archive {
  position: relative;
  width: 128px;
  pointer-events: initial;
}

.pet-upcoming-appointments {
  padding: 10px 0px 15px 0px;
  display: grid;
  position: relative;
}
.pet-upcoming-appointments:before,
.pet-upcoming-appointments:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -18px;
  width: 16px;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.119749) 11.02%,
    rgba(255, 255, 255, 0.223196) 20.31%,
    rgba(255, 255, 255, 0.312352) 28.12%,
    rgba(255, 255, 255, 0.389229) 34.71%,
    rgba(255, 255, 255, 0.45584) 40.33%,
    rgba(255, 255, 255, 0.514198) 45.25%,
    rgba(255, 255, 255, 0.566313) 49.71%,
    rgba(255, 255, 255, 0.614199) 53.98%,
    rgba(255, 255, 255, 0.659868) 58.31%,
    rgba(255, 255, 255, 0.705332) 62.96%,
    rgba(255, 255, 255, 0.752602) 68.19%,
    rgba(255, 255, 255, 0.803692) 74.25%,
    rgba(255, 255, 255, 0.860614) 81.4%,
    rgba(255, 255, 255, 0.925379) 89.9%,
    #ffffff 100%
  );
  z-index: 2;
}
.pet-upcoming-appointments:after {
  left: auto;
  right: -18px;
  background: linear-gradient(
    -270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.119749) 11.02%,
    rgba(255, 255, 255, 0.223196) 20.31%,
    rgba(255, 255, 255, 0.312352) 28.12%,
    rgba(255, 255, 255, 0.389229) 34.71%,
    rgba(255, 255, 255, 0.45584) 40.33%,
    rgba(255, 255, 255, 0.514198) 45.25%,
    rgba(255, 255, 255, 0.566313) 49.71%,
    rgba(255, 255, 255, 0.614199) 53.98%,
    rgba(255, 255, 255, 0.659868) 58.31%,
    rgba(255, 255, 255, 0.705332) 62.96%,
    rgba(255, 255, 255, 0.752602) 68.19%,
    rgba(255, 255, 255, 0.803692) 74.25%,
    rgba(255, 255, 255, 0.860614) 81.4%,
    rgba(255, 255, 255, 0.925379) 89.9%,
    #ffffff 100%
  );
}
.pet-appointment-list {
  padding-top: 16px;
  display: grid;
  gap: 16px;
  grid-auto-flow: column;
  grid-auto-columns: 170px;
  overflow-x: auto;
  position: relative;
  padding-bottom: 10px;
  scroll-snap-type: x proximity;
  scroll-padding-left: 16px;
  scroll-padding-right: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.pet-appointment-list > * {
  scroll-snap-align: start end !important;
}

.appointment-item {
  width: 170px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid #d8dadc;
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
}
.appointment-item:hover {
  border-color: #929598;
  transition: all 250ms;
}
.appointment-item:focus {
  outline: 0;
  border: 1px solid #929598;
  box-shadow: 0px 0px 0px 3px #d8dadc;
}
.appointment-pet-info {
  display: flex;
  gap: 8px;
}
.appointment-pet-image {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  flex: 0 0 36px;
}
.appointment-pet-image.archived-pet {
  /*filter: sepia(100%) contrast(30%) brightness(143%) hue-rotate(164deg) saturate(3%);*/
  filter: saturate(0%);
}
.appointment-goto-action {
  flex: 0 0 25px;
}
.appointment-pet-name {
  color: #74787b;
  font-size: 0.813rem;
  line-height: 130%;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
}
.appointment-date-time {
  display: flex;
}
.appointment-date {
  color: #bf4200;
  font-weight: 700;
  line-height: 125%;
  font-size: 0.938rem;
  padding-right: 6px;
  border-right: 2px solid #f8d4c0;
  border-radius: 2px;
}
.appointment-time {
  color: #bf4200;
  font-weight: 600;
  line-height: 125%;
  font-size: 0.938rem;
  padding-left: 6px;
}
.appointment-type {
  color: #333436;
  font-weight: 600;
  font-size: 0.938rem;
  line-height: 125%;
}
.visit-type {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #5d6063;
  font-weight: 600;
  font-size: 0.938rem;
  line-height: 125%;
}
.appointment-detail-info {
  display: flex;
  gap: 6px;
  flex-direction: column;
}
.appointment-action > .btn {
  padding: 0 8px;
  border-radius: 8px;
  min-height: 32px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  position: relative;
}
.appointment-action > .btn img {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  width: 16px;
}
.appointment-action .lightgreen-bg-button {
  pointer-events: none;
}
.appointment-action .lightorange-bg-button {
  pointer-events: none;
}
.appointment-action .lightred-bg-button {
  pointer-events: none;
}
.appointment-item-schedule {
  width: 170px;
  border-radius: 16px;
  border: 1px solid #d8dadc;
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  position: relative;
}
.appointment-item-schedule:hover {
  border-color: #929598;
  transition: all 250ms;
}
.appointment-item-schedule > img {
  border-radius: 16px;
  height: 100%;
}
.appointment-item-schedule .btn img {
  width: 16px;
  height: 16px;
}
.appointment-item-schedule .appointment-action {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
}
.appointment-item-schedule .btn:hover {
  border-radius: 8px;
  transition: all 250ms;
}

.appointment-item-schedule:focus {
  outline: 0;
  border: 1px solid #929598;
  box-shadow: 0px 0px 0px 3px #d8dadc;
}

.pet-other-info {
  padding: 10px 0px 15px 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.pet-action-items {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.pet-action-item {
  display: flex;
  gap: 12px;
  padding: 8px;
  cursor: pointer;
  align-items: center;
}
.pet-action-item:hover {
  border-color: #929598;
  transition: all 250ms;
}
.pet-action-item:focus {
  outline: 0;
  box-shadow: 0px 0px 0px 3px #d8dadc;
}
.pet-action-list .pet-item-image {
  width: 64px;
  height: 64px;
  position: relative;
  flex: 0 0 64px;
}
.pet-action-list .pet-item-image img {
  border-radius: 8px;
}
.pet-item-action-text {
  color: #333436;
  font-weight: 600;
  font-size: 0.938rem;
  line-height: 125%;
  /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}
.pet-item-image .pet-plan-type-icon {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pet-action-item .orange-right-arrow-icon {
  flex: 0 0 25px;
}
.pet-action-item-info {
  flex: 1;
}
.pet-action-status {
  display: flex;
  gap: 4px;
  align-items: center;
}
.pet-action-list {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
#petlocationmap {
  min-height: 200px;
  border-radius: 16px;
}
.pet-location {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.pet-location-address {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 16px 16px 0 0;
  border: 1px solid #e35205;
  margin-top: -20px;
  z-index: 1;
  position: relative;
  background: #fff;
}
/* .pet-location-address:hover{border-color:#BF4200;} */
.pet-location-action .btn {
  border-radius: 0 0 16px 16px;
}
.pet-location-status {
  color: #74787b;
  font-weight: 700;
  line-height: 1;
}
.pet-location-address.preferred-loc .pet-location-status {
  color: #e35205;
}
.pet-location-name a {
  color: #333436;
  font-weight: 700;
  line-height: 125%;
  font-size: 0.938rem;
}
.pet-location-address-text a {
  color: #74787b;
  font-weight: 500;
  line-height: 1;
}
.pet-location-other-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.pet-location-phone a {
  color: #bf4200 !important;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
.pet-location-miles {
  color: #74787b;
  font-weight: 500;
  line-height: 1;
}
.pet-location-mark-preferred {
  position: absolute;
  right: 4px;
  top: 4px;
  border-radius: 12px;
  border: 2px solid #929598;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-image: url("../images/grey-heart.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.pet-location-mark-preferred:hover {
  border-color: #74787b;
  transition: all 250ms;
}
.pet-location-mark-preferred:active {
  outline: 0;
  box-shadow: 0px 0px 0px 3px #d8dadc;
}
.pet-location-mark-preferred.preferred-set {
  background-image: url("../images/ic_preferred_selected.svg");
  border: 0;
} /*border-color:#E35205; pointer-events: none; */
.pet-location-mark-preferred.preferred-set:hover {
  border: 0;
} /* border-color:#BF4200; */
.pet-find-another-location {
  margin-top: 16px;
}

.loading-state {
  height: 100%;
  width: 100% !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.misc-promos {
  padding-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.promo-section-content {
  display: flex;
  padding: 16px 16px 16px 12px;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
}
.promo-section-icon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .promo-section-icon img{width:44px; height: 44px;} */
.promo-section-title {
  color: #333436;
  font-weight: 700;
  line-height: 125%;
  font-size: 0.938rem;
}
.promo-section-text {
  color: #5d6063;
  font-weight: 400;
  line-height: 1;
  margin-top: 4px;
}
.promo-section-action {
  margin-top: 12px;
}
.promo-section-action .btn {
  min-height: 32px;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-flex;
  width: auto;
  text-align: center;
  align-items: center;
  font: 0.92rem/1.67rem "Poppins", sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.promo-section.lightblue-bg .promo-section-content {
  background-color: #dcf0f6;
}
.promo-section.lightblue-bg .promo-section-icon {
  background: #9fdaeb;
}
.promo-section.lightblue-bg .btn {
  background-color: #006c93;
  color: #fff !important;
  transition: all 250ms;
}
.promo-section.lightblue-bg .btn:hover {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #005a7f;
  transition: none;
}
.promo-section.lightblue-bg .btn:focus {
  outline: 0;
  border: 1px solid rgba(66, 71, 76, 0.38);
  background: #005a7f;
  box-shadow: 0px 0px 0px 3px #9fdaeb;
  color: #fff !important;
}

/* .promo-section.lightyellow-bg .promo-section-content{background-color: #FBEFCB;}
.promo-section.lightyellow-bg .promo-section-icon{background-color: #F2C951;opacity:0.6;}
.promo-section.lightyellow-bg .btn{background-color: #A27901; color:#fff !important;}
.promo-section.lightyellow-bg .btn:hover{text-decoration: none !important;color: #fff !important; background-color: #D4AB33;transition:  all 250ms;}
.promo-section.lightyellow-bg .btn:focus{outline:0; border: 1px solid rgba(66, 71, 76, 0.38);  background: #D4AB33;  box-shadow: 0px 0px 0px 3px #F2C951;color: #fff !important;} */

.promo-section.lightgreen-bg .promo-section-content {
  background-color: #dfedcc;
}
/* .promo-section.lightgreen-bg .promo-section-icon{background-color: #5FA600;opacity:0.6;} */
.promo-section.lightgreen-bg .btn {
  background-color: #377e00;
  color: #fff !important;
}
.promo-section.lightgreen-bg .btn:hover {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #4b920a;
  transition: all 250ms;
}
.promo-section.lightgreen-bg .btn:focus {
  outline: 0;
  border: 1px solid rgba(66, 71, 76, 0.38);
  background: #4b920a;
  box-shadow: 0px 0px 0px 3px #5fa600;
  color: #fff !important;
}

.promo-section.lightorange-bg .promo-section-content {
  background-color: #f8d4c0;
}
/* .promo-section.lightorange-bg .promo-section-icon{background-color: #F26322;opacity:0.6;} */
.promo-section.lightorange-bg .btn {
  background-color: #d74100;
  color: #fff !important;
}
.promo-section.lightorange-bg .btn:hover {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #e35205;
  transition: all 250ms;
}
.promo-section.lightorange-bg .btn:focus {
  outline: 0;
  border: 1px solid rgba(66, 71, 76, 0.38);
  background: #e35205;
  box-shadow: 0px 0px 0px 3px #f26322;
  color: #fff !important;
}

.promo-section.lightgrey-bg .promo-section-content {
  background-color: #f3f3f3;
}
/* .promo-section.lightgrey-bg .promo-section-icon{background-color: #9FDAEB;} */
/* .promo-section.lightgrey-bg .promo-section-title{color: #D74100;} */
.promo-section.lightgrey-bg .btn {
  background-color: #d74100;
  color: #fff !important;
}
.promo-section.lightgrey-bg .btn:hover {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #e35205;
  transition: all 250ms;
}
.promo-section.lightgrey-bg .btn:focus {
  outline: 0;
  border: 1px solid rgba(66, 71, 76, 0.38);
  background: #e35205;
  box-shadow: 0px 0px 0px 3px #f26322;
  color: #fff !important;
}

.pet-upcoming-appointments .promo-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 16px;
}

.scroll-nav {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  visibility: hidden;
  margin-left: auto;
}
.scroll-nav .go-next,
.scroll-nav .go-previous {
  background-size: auto;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.05);
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.scroll-nav .go-previous.disabled,
.scroll-nav .go-next.disabled {
  opacity: 0.25;
  pointer-events: none;
}
.scroll-nav .go-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjAuNjY5NCAxNi45OTQxLTUuOTg4MiA2LjA3MDRjLS4yMDUxLjIwNS0uNTMzMy4yMDUtLjY5NzMgMGwtLjgyMDMtLjgyMDRjLS4yMDUxLS4yMDUtLjIwNTEtLjQ5MjEgMC0uNjk3Mmw0LjgzOTgtNC45MjE5LTQuODM5OC00Ljg4MDljLS4yMDUxLS4yMDUtLjIwNTEtLjUzMzIgMC0uNjk3MmwuODIwMy0uODIwM2MuMTY0LS4yMDUxLjQ5MjItLjIwNTEuNjk3MyAwbDUuOTg4MiA2LjA3MDNjLjIwNTEuMjA1MS4yMDUxLjQ5MjIgMCAuNjk3MnoiIGZpbGw9IiM5MDk1OWYiIHN0cm9rZT0iIzY1Njg2YiIvPjwvc3ZnPg==");
}

.scroll-nav .go-next:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBzdHlsZT0iem9vbTogMTsiPjxwYXRoIGQ9Im0yMC42Njk0IDE2Ljk5NDEtNS45ODgyIDYuMDcwNGMtLjIwNTEuMjA1LS41MzMzLjIwNS0uNjk3MyAwbC0uODIwMy0uODIwNGMtLjIwNTEtLjIwNS0uMjA1MS0uNDkyMSAwLS42OTcybDQuODM5OC00LjkyMTktNC44Mzk4LTQuODgwOWMtLjIwNTEtLjIwNS0uMjA1MS0uNTMzMiAwLS42OTcybC44MjAzLS44MjAzYy4xNjQtLjIwNTEuNDkyMi0uMjA1MS42OTczIDBsNS45ODgyIDYuMDcwM2MuMjA1MS4yMDUxLjIwNTEuNDkyMiAwIC42OTcyeiIgZmlsbD0iI2YyNjMyMiIgc3Ryb2tlPSIjZDc0MTAwIj48L3BhdGg+PC9zdmc+");
}

.scroll-nav .go-next:active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBzdHlsZT0iem9vbTogMTsiPjxwYXRoIGQ9Im0yMC42Njk0IDE2Ljk5NDEtNS45ODgyIDYuMDcwNGMtLjIwNTEuMjA1LS41MzMzLjIwNS0uNjk3MyAwbC0uODIwMy0uODIwNGMtLjIwNTEtLjIwNS0uMjA1MS0uNDkyMSAwLS42OTcybDQuODM5OC00LjkyMTktNC44Mzk4LTQuODgwOWMtLjIwNTEtLjIwNS0uMjA1MS0uNTMzMiAwLS42OTcybC44MjAzLS44MjAzYy4xNjQtLjIwNTEuNDkyMi0uMjA1MS42OTczIDBsNS45ODgyIDYuMDcwM2MuMjA1MS4yMDUxLjIwNTEuNDkyMiAwIC42OTcyeiIgZmlsbD0iI2Q3NDEwMCIgc3Ryb2tlPSIjZDc0MTAwIj48L3BhdGg+PC9zdmc+");
}

.scroll-nav .go-previous {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBzdHlsZT0iem9vbTogMTsiPjxwYXRoIGQ9Im0xMS4zMzA2IDE2LjAwNTkgNS45ODgyLTYuMDcwNGMuMjA1MS0uMjA1LjUzMzMtLjIwNS42OTczIDBsLjgyMDMuODIwNGMuMjA1MS4yMDUuMjA1MS40OTIxIDAgLjY5NzJsLTQuODM5OCA0LjkyMTkgNC44Mzk4IDQuODgwOWMuMjA1MS4yMDUuMjA1MS41MzMyIDAgLjY5NzJsLS44MjAzLjgyMDNjLS4xNjQuMjA1MS0uNDkyMi4yMDUxLS42OTczIDBsLTUuOTg4Mi02LjA3MDNjLS4yMDUxLS4yMDUxLS4yMDUxLS40OTIyIDAtLjY5NzJ6IiBmaWxsPSIjOTA5NTlmIiBzdHJva2U9IiM2NTY4NmIiPjwvcGF0aD48L3N2Zz4=");
}

.scroll-nav .go-previous:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBzdHlsZT0iem9vbTogMTsiPjxwYXRoIGQ9Im0xMS4zMzA2IDE2LjAwNTkgNS45ODgyLTYuMDcwNGMuMjA1MS0uMjA1LjUzMzMtLjIwNS42OTczIDBsLjgyMDMuODIwNGMuMjA1MS4yMDUuMjA1MS40OTIxIDAgLjY5NzJsLTQuODM5OCA0LjkyMTkgNC44Mzk4IDQuODgwOWMuMjA1MS4yMDUuMjA1MS41MzMyIDAgLjY5NzJsLS44MjAzLjgyMDNjLS4xNjQuMjA1MS0uNDkyMi4yMDUxLS42OTczIDBsLTUuOTg4Mi02LjA3MDNjLS4yMDUxLS4yMDUxLS4yMDUxLS40OTIyIDAtLjY5NzJ6IiBmaWxsPSIjZjI2MzIyIiBzdHJva2U9IiNkNzQxMDAiPjwvcGF0aD48L3N2Zz4=");
}

.scroll-nav .go-previous:active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBzdHlsZT0iem9vbTogMTsiPjxwYXRoIGQ9Im0xMS4zMzA2IDE2LjAwNTkgNS45ODgyLTYuMDcwNGMuMjA1MS0uMjA1LjUzMzMtLjIwNS42OTczIDBsLjgyMDMuODIwNGMuMjA1MS4yMDUuMjA1MS40OTIxIDAgLjY5NzJsLTQuODM5OCA0LjkyMTkgNC44Mzk4IDQuODgwOWMuMjA1MS4yMDUuMjA1MS41MzMyIDAgLjY5NzJsLS44MjAzLjgyMDNjLS4xNjQuMjA1MS0uNDkyMi4yMDUxLS42OTczIDBsLTUuOTg4Mi02LjA3MDNjLS4yMDUxLS4yMDUxLS4yMDUxLS40OTIyIDAtLjY5NzJ6IiBmaWxsPSIjZDc0MTAwIiBzdHJva2U9IiNkNzQxMDAiPjwvcGF0aD48L3N2Zz4=");
}

.my-pet-item > a,
.my-pet-archive > a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.my-pet-item-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  background: radial-gradient(
    61% 61% at 50% 50%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.2) 75%,
    rgba(0, 0, 0, 0.4) 100%
  );
  transition: 0.15s all;
  opacity: 0;
}

.pet-plan-type-icon {
  z-index: 1;
}

.appointment-item,
.curved-border {
  position: relative;
  border: none;
}

.my-pet-item > a:before,
.my-pet-archive > a:before,
.appointment-item:before,
.appointment-item-schedule:before,
.curved-border:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  transition: 0.15s all;
}

.appointment-item:before,
.appointment-item-schedule:before,
.curved-border:before {
  border: 1px solid rgba(0, 0, 0, 0.175);
}

.appointment-item:hover:before,
.appointment-item-schedule:hover:before,
.pet-action-item.curved-border:hover:before {
  border: 2px solid rgba(0, 0, 0, 0.4);
}

.my-pet-item a:hover .my-pet-item-image:after,
.my-pet-archive > a:hover .my-pet-item-image:after {
  border: 2px solid rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.my-pet-item > a:hover:before,
.my-pet-archive > a:hover:before {
  opacity: 0;
}
/*.pet-image:before  */
.my-pet-item-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background: rgba(255, 0, 0, 0);
  backdrop-filter: blur(6px);
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 25%,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0.75) 50%,
    #000000 67%
  );
  mask-mode: alpha;
}

.my-pet-item-name {
  padding-top: 40px;
}

.my-pet-item-name,
.pet-detail-name {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.023246) 12.23%,
    rgba(0, 0, 0, 0.0540123) 22.5%,
    rgba(0, 0, 0, 0.0914673) 31.08%,
    rgba(0, 0, 0, 0.13478) 38.24%,
    rgba(0, 0, 0, 0.183118) 44.24%,
    rgba(0, 0, 0, 0.23565) 49.36%,
    rgba(0, 0, 0, 0.291546) 53.87%,
    rgba(0, 0, 0, 0.349972) 58.03%,
    rgba(0, 0, 0, 0.410099) 62.11%,
    rgba(0, 0, 0, 0.471095) 66.38%,
    rgba(0, 0, 0, 0.532127) 71.11%,
    rgba(0, 0, 0, 0.592366) 76.57%,
    rgba(0, 0, 0, 0.650978) 83.03%,
    rgba(0, 0, 0, 0.707133) 90.75%,
    rgba(0, 0, 0, 0.76) 100%
  );
}

.pet-detail-image {
  border-radius: 32px;
  /* overflow: hidden; */
}

.appointment-item:hover {
  transition: none;
}

.appointment-item-schedule {
  overflow: hidden;
  border: none;
}

.appointment-item-schedule img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-pet-item-add-new {
  position: relative;
  scroll-snap-align: start;
}

.my-pet-item {
  position: relative;
  width: 200px;
  scroll-snap-align: start;
}

.my-pet-item {
  position: relative;
  width: 200px;
  scroll-snap-align: start;
}

.my-pet-item-archived {
  scroll-snap-align: start;
  z-index: 3;
}

.my-pet-item-image img {
  object-fit: cover;
}

.my-pet-item-image {
  transition: 0.15s all;
}

.my-pet-item-archived {
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.my-pet-item-add-new a,
.my-pet-item-archived {
  border-width: 2px;
  transition: 0.15s all;
}

.my-pet-item-add-new a:hover {
  border-color: #f26322;
}

.my-pet-item-archived:hover {
  border: 2px solid rgba(0, 0, 0, 0.4);
}

.my-pet-item-name {
  line-height: 1.2;
  width: 100%;
}

.appointment-pet-name {
  line-height: 1.2;
  padding-left: 8px;
  position: relative;
  text-overflow: clip;
}

.appointment-pet-info {
  align-items: center;
}

.pet-action-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pet-item-action-text {
  text-wrap: balance;
}

.promo-section-text {
  text-wrap: balance;
}

.appointment-pet-info {
  gap: 0;
}

.appointment-pet-name:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 16px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255)
  );
  right: 0;
}

.appointment-item:focus {
  border: none;
  box-shadow: 0px 0px 0px 1px #ffffff, 0px 0px 0px 3px #929598;
}

.pet-action-item:focus {
  border: none;
  box-shadow: 0px 0px 0px 1px #ffffff, 0px 0px 0px 3px #929598;
}

.orange-bg-button:focus {
  border: 1px solid #ffffff;
  background: #e35205;
  box-shadow: 0px 0px 0px 2px #e35205;
}

.pet-location-action .orange-bg-button:focus {
  background-color: #e35205;
  box-shadow: 0px 0px 0px 1px #e35205 inset, 0px 0px 0px 2px white inset;
  border-color: #e35205;
}

.pet-location-address {
  border-bottom: 0;
}

.promo-section.lightblue-bg .btn:focus {
  background: #006c93;
  box-shadow: 0px 0px 0px 2px #006c93;
  border-color: #ffffff;
}
.promo-section.lightgreen-bg .btn:focus {
  background: #4b920a;
  box-shadow: 0px 0px 0px 2px #4b920a;
  border-color: #ffffff;
}
.promo-section.lightorange-bg .btn:focus {
  background: #e35205;
  box-shadow: 0px 0px 0px 2px #e35205;
  border-color: #ffffff;
}
.promo-section.lightgrey-bg .btn:focus {
  background: #d74100;
  box-shadow: 0px 0px 0px 2px #d74100;
  border-color: #ffffff;
}
.lightblue-bg-button:focus {
  background: #159ec5;
  box-shadow: 0px 0px 0px 1px #ffffff, 0px 0px 0px 3px #159ec5;
  border-color: transparent;
}
/* scroll snap fix not entirely related to archived */

.my-pet-list > * {
  scroll-snap-align: start !important;
}
.archive-stack.expand > * {
  scroll-snap-align: start !important;
}

/* archived pets */

.archive-stack {
  flex-direction: row;
  width: auto;
  /* overflow: hidden; */
  z-index: 0;
}
.archive-stack.expand {
  flex-direction: row;
  width: auto;
}

/* pop the UI tile to the front and remove the flex order previously set */
.archive-stack .my-pet-item-archived {
  z-index: 7;
  order: initial;
}

/* set the z stacking of visible pet slices */

.archive-stack > .my-pet-archive:nth-child(2) {
  z-index: 6;
}
.archive-stack > .my-pet-archive:nth-child(3) {
  z-index: 5;
}
.archive-stack > .my-pet-archive:nth-child(4) {
  z-index: 4;
}
.archive-stack > .my-pet-archive:nth-child(5) {
  z-index: 3;
}
.archive-stack > .my-pet-archive:nth-child(6) {
  z-index: 2;
}
/* hide all pets beyond 5 */
.archive-stack > .my-pet-archive:nth-child(n + 7) {
  z-index: 0;
  display: none;
}

/* fade out the contents of the cards but not the card itself so that they don't blend into each other */
.archive-stack > .my-pet-archive:nth-child(3) a > *,
.archive-stack > .my-pet-archive:nth-child(3) a:before,
.archive-stack > .my-pet-archive:nth-child(3) a:after {
  opacity: 0.6;
}
.archive-stack > .my-pet-archive:nth-child(4) a > *,
.archive-stack > .my-pet-archive:nth-child(4) a:before,
.archive-stack > .my-pet-archive:nth-child(4) a:after {
  opacity: 0.4;
}
.archive-stack > .my-pet-archive:nth-child(5) a > *,
.archive-stack > .my-pet-archive:nth-child(5) a:before,
.archive-stack > .my-pet-archive:nth-child(5) a:after {
  opacity: 0.2;
}
.archive-stack > .my-pet-archive:nth-child(6) a > *,
.archive-stack > .my-pet-archive:nth-child(6) a:before,
.archive-stack > .my-pet-archive:nth-child(6) a:after {
  opacity: 0.075;
}

/* display everything when expanded */
.archive-stack.expand > .my-pet-archive:nth-child(n + 7) {
  display: initial;
}
.archive-stack.expand > .my-pet-archive a > *,
.archive-stack.expand > .my-pet-archive a:before,
.archive-stack.expand > .my-pet-archive a:after {
  opacity: 1;
}

.scheduleDentalappnt .tool-tip-promo.tool-tip-promo-blue {
  background-color: #dcf0f6;
}

.tool-tip-promo-blue .blue-button-outline {
  border: 4px solid #159ec55e;
}
.pet-location-petsmartlogo {
  margin-bottom: 5px;
}
.pet-location-petsmartlogo img {
  width: 80px;
}
.prev-dash-location .pet-location-mark-preferred {
  pointer-events: none;
}

.my-pet-archive .arch-item-image {
  position: relative;
  z-index: -1;
  filter: saturate(0%);
}

/* .my-pet-item-image .pet-plan-type-icon {
	filter: unset;
} */

.my-pet-item-image:before {
  backdrop-filter: blur(2px);
  border-radius: 0 0 16px 16px;
}

.my-pet-item-name,
.pet-detail-name {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.04) 10.25%,
    rgba(0, 0, 0, 0.07) 18.97%,
    rgba(0, 0, 0, 0.11) 26.38%,
    rgba(0, 0, 0, 0.14) 32.73%,
    rgba(0, 0, 0, 0.17) 38.26%,
    rgba(0, 0, 0, 0.21) 43.19%,
    rgba(0, 0, 0, 0.24) 47.77%,
    rgba(0, 0, 0, 0.28) 52.23%,
    rgba(0, 0, 0, 0.31) 56.81%,
    rgba(0, 0, 0, 0.35) 61.74%,
    rgba(0, 0, 0, 0.39) 67.27%,
    rgba(0, 0, 0, 0.43) 73.62%,
    rgba(0, 0, 0, 0.47) 81.03%,
    rgba(0, 0, 0, 0.52) 89.75%,
    rgba(0, 0, 0, 0.57) 100%
  );
  z-index: 1;
}

.archive-stack > .my-pet-archive > a:after {
  border-width: 1px;
}

.my-pet-item a:hover .my-pet-item-image:after,
.my-pet-archive > a:hover .my-pet-item-image:after {
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.pet-birthday-cake {
  height: 50px;
  display: block;
  margin-bottom: 5px;
}

/* .dashpage-confetti{position: absolute; width: 100%; height: 100%; z-index: 99999; left: 0; right: 0;} */
.dashpage-confetti {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .dashboard-page .my-pets-section:after {
    right: -15px;
  }
  .pet-upcoming-appointments:after {
    right: -15px;
  }
}

@media (max-width: 1099px) {
  .pet-other-info {
    grid-template-columns: repeat(2, 1fr);
  }
  .pet-upcoming-appointments .promo-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .dashboard-page .my-pets-section:after {
    right: -30px;
  }
  .pet-upcoming-appointments:after {
    right: -30px;
  }
}
@media (max-width: 767.5px) {
  .pet-other-info {
    grid-template-columns: 1fr;
  }

  .my-pet-item {
    width: 128px;
  }
  .my-pet-item-image {
    width: 128px;
    height: 128px;
  }
  .my-pet-item-archived,
  .archive-stack {
    height: 128px;
  }
  .misc-promos {
    padding-top: 0;
  }
  /* .dashboard-page{padding-left:0; padding-right:0;}
    .dashboard-info{padding-left:16px; padding-right: 16px;}
    .dashboard-section-title{padding-left:16px; padding-right: 16px;}
    .my-pet-list{padding-left:16px;}
    .pet-appointment-list{padding-left: 16px;}
    .pet-action-list, .pet-location-map-section, .pet-need-help-section{padding-left:16px; padding-right: 16px;} */
  .dashboard-page {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pet-upcoming-appointments .promo-section {
    grid-template-columns: 1fr;
  }
  .pet-birthday-cake {
    height: 25px;
  }

  .pageLevelNotificationContainer:has(+ .dashboard-page) {
    padding-top: 85px;
  }
}

@media (min-width: 1600px) {
  .fluid-page .container {
    max-width: 1600px !important;
  }
}
@media (min-width: 1200px) {
  .fluid-page .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .fluid-page .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .fluid-page .container {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .fluid-page .container {
    max-width: none;
  }
}
@media (min-width: 640px) {
  .promo-section-content {
    height: 100%;
  }
}
