<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* base styles */
/* skeleton loading css changes */
.skel-line {
  display: block;
  background-color: #f3f3f3;
  width: 100%;
  height: 20px;
  position: relative;
  overflow: hidden;
  margin: 10px 5px;
}
.skel-circle {
  display: block;
  background-color: #f3f3f3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  margin: 5px;
}
.skel-line:after {
  content: "";
  -webkit-animation: ssc-loading 1.3s infinite;
  animation: ssc-loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
}
@-webkit-keyframes ssc-loading {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes ssc-loading {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.skel-hide {
  overflow: hidden; /* Hide the element content, while height = 0 */
  height: 0;
  opacity: 0;
  transition: height 0ms 600ms, opacity 600ms 0ms;
}
.skel-show {
  height: auto;
  opacity: 1;
  transition: height 0ms 0ms, opacity 800ms 0ms;
}

.skel-btn {
  min-width: 236px;
  min-height: 45px;
  border: 3px solid #d9d9d9;
  padding: 6px 30px;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  pointer-events: none;
}
.skel-toggle {
  color: #d9d9d9;
}

/* .upcoming-visit-panel-content.skeleton{visibility: visible; height: auto;} */
.upcoming-visits-content.skeleton .visit-time .date-time {
  width: 75px;
}
.upcoming-visits-content.skeleton .visit-time .date-time .skel-line {
  height: 15px;
  margin-top: 0;
  margin-bottom: 6px;
  margin-left: 0;
}
.upcoming-visits-content.skeleton .visit-time .date-time .skel-line:last-child {
  margin-bottom: 10px;
}
.upcoming-visits-content.skeleton .visit-pet-details {
  width: 50%;
}
.upcoming-visits-content.skeleton .visit-pet-details .skel-line {
  height: 15px;
  margin: 0;
  margin-top: 5px;
}
.upcoming-visits-content.skeleton .visit-pet-details .skel-line:first-child {
  margin-top: 0px;
}
.uupcoming-visits-content.skel-hide {
  margin-top: 0;
  padding: 0;
}
.upcoming-visits-content.skeleton .visit-actions .skel-line {
  height: 15px;
  margin: 0;
}
.upcoming-visits-content.skeleton .view-all-visits-section .view-all-visits {
  opacity: 0.22;
}
.my-pet-module-content.skeleton {
  box-shadow: none;
}
.my-pet-module-content.skeleton .current-pet-section {
  padding-top: 10px;
  padding-bottom: 10px;
}
.my-pet-module-content.skeleton .current-pet .pet-image .cur-pet-img {
  border: 0;
  background-color: #f3f3f3;
}
.current-pet-section .current-pet .pet-content {
  width: 55%;
}
.current-pet-section .current-pet .pet-content .skel-line:first-child {
  margin-bottom: 20px;
}
.current-pet-section .current-pet .pet-content .skel-line {
  margin-left: 0;
  height: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 80%;
}
.current-pet-section .current-pet .pet-content .skel-btn {
  min-width: 100%;
}
.current-pet-section .pet-task .tasks {
  width: 100%;
}
.preferred-location-module .loc-bg.skeleton .preffered-location .skel-line {
  margin-bottom: 15px;
}
/* .preferred-location-module .loc-bg.skeleton .preffered-location .skel-line:nth-child(2){width:25%;} */
.preferred-location-module .loc-bg.skeleton .map-skel-image img {
  min-height: 280px;
  object-fit: cover;
  height: 100%;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location
  .change-preferred {
  width: 50%;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location
  .hospital-name
  h3 {
  width: 100%;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location
  .hospital-name
  h3
  .skel-line {
  margin: 0;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location
  .hospital-distance {
  width: 25%;
}
.preferred-location-module .loc-bg.skeleton .preffered-location .petsmart {
  width: 40%;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location
  .hospital-phone {
  width: 40%;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location.mobile
  .skel-line {
  height: 15px;
  margin: 0;
}
.preferred-location-module .loc-bg.skeleton .preffered-location.mobile h3 {
  width: 50%;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location.mobile
  .hospital-name
  &gt; .skel-line {
  width: 42%;
  margin-bottom: 5px;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location.mobile
  .hospital-name
  h3
  .skel-line {
  width: 85%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location.mobile
  .hospital-distance
  &gt; .skel-line {
  width: 20%;
  margin: 0 0 5px 0;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location.mobile
  .hospital-phone
  &gt; .skel-line {
  width: 40%;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location.mobile
  .petsmart
  &gt; .skel-line {
  width: 40%;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location.mobile
  .change-preferred
  &gt; .skel-line {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location.mobile
  .hospital-address
  &gt; .skel-line {
  width: 60%;
  margin-bottom: 5px;
}
.preferred-location-module
  .loc-bg.skeleton
  .preffered-location.mobile
  .hospital-address
  &gt; .skel-line:last-child {
  width: 50%;
}

.preferred-location-module
  .loc-bg.skeleton
  .preffered-location.mobile
  .skel-btn {
  width: 100%;
}
/* .preferred-location-module .loc-bg.skeleton .preffered-location.mobile .location .skel-line:last-child{width:50%;margin-left:auto;margin-right:auto;} */
.skel-line.mobile {
  display: none;
}

.pet-list.skeleton .my-pet-name {
  width: 50%;
}
.pet-list.skeleton .my-pet-name .skel-line {
  margin-left: 0;
}
.current-pet.skeleton .cur-pet-img {
  border: 0;
  background-color: #f3f3f3;
}
/* .current-pet.skeleton .pet-content{width:50%;} */
.current-pet.skeleton .pet-content h4 {
  width: 50%;
  margin-bottom: 15px;
  margin-left: 0;
}
.current-pet.skeleton .pet-content .skel-line {
  width: 70%;
  height: 15px;
  margin-left: 0;
}
.current-pet.skeleton .pet-content &gt; .skel-line {
  margin-top: 5px;
  margin-bottom: 5px;
}
.pet-others-section .skel-line {
  height: 15px;
  width: 80%;
}
.preventive-care.skeleton .preventive-care-details-content {
  width: 80%;
  margin-left: 0;
}
.preventive-care.skeleton .preventive-care-details-content .skel-line {
  height: 15px;
  margin-left: 0;
}
.cta-promo.skeleton .cta-promo-content {
  width: 100%;
}
.cta-promo.skeleton .cta-promo-desc-content .skel-circle {
  width: 115px;
  height: 115px;
  flex: 0 0 115px;
}
.cta-promo.skeleton .desc-cont {
  width: 100%;
}
.cta-promo.skeleton .owp-desc-cont {
  width: 100%;
}

.location-module .skel-line {
  height: 15px;
  width: 50%;
}
.location-module .skel-line:nth-child(2) {
  width: 70%;
}

/* pet detail page css changes */
.preventive-care.skel-hide {
  padding: 0;
  margin: 0;
}
.pet-list.skeleton .my-pet-image div {
  margin: 0;
}

/* cta-promo-module */
.cta-promo.skeleton h4 .skel-line {
  width: 50%;
  margin: auto;
}
.skeleton .owp-banner-text-img .skel-line {
  height: 100px;
  background-color: #e8e8e8;
}

/* hospital map */
.hospital-search-results-container.skeleton {
  padding-bottom: 15px;
}
.map-skel-image img {
  height: 200px;
  width: 100%;
}
.hospital-locations-page .hospital-detail-section .hospital-miles .skel-circle {
  width: 75px;
  height: 75px;
}
.hospital-locations-page .hospital-detail-section .hospital-details .skel-line {
  height: 15px;
}
.hospital-locations-page
  .hospital-detail-section
  .hospital-details
  .skel-line:first-child {
  width: 50%;
}
.hospital-locations-page
  .hospital-detail-section
  .hospital-details
  .skel-line:last-child {
  width: 50%;
  height: 14px;
}
.hospital-locations-page .hospital-schedule .skel-line {
  width: 50%;
  margin-left: auto;
}

/* Global search page */
.global-search-list.skeleton .global-search-data {
  width: 70%;
}
.global-search-list.skeleton .global-search-data .skel-line:first-child {
  width: 50%;
  height: 15px;
}
.global-search-list.skeleton {
  margin-top: 0;
}
.global-results-count.skeleton h4 {
  opacity: 0.1;
}

/* blog listing */
.blog-listing.skeleton .blog-info .skel-line {
  height: 15px;
  width: 95%;
}

/* swiper mobile */
.skeleton-swiper-container {
  padding: 20px 0 20px 0;
  margin-left: auto;
  margin-right: auto;
}
.skeleton-swiper-container .pet-slide .slide-pet-img {
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #d9d9d9;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  background-color: #f3f3f3;
  background-position: center;
}
.skeleton-swiper-container .slide-pet-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.skeleton-swiper-container .pet-slide {
  text-align: center;
}
.skeleton-swiper-container .pet-slide-cont &gt; div:first-child {
  margin: auto;
  width: 20%;
}
.skeleton-swiper-container .pet-slide-cont .pet-age-breed {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.my-pet-mobile-content .pet-tasks.skeleton .tasks {
  width: 100%;
}
.my-pet-module.mobile .my-pet-tab-content.skeleton .pet-tasks .tasks {
  width: 50%;
}
.my-pet-module.mobile .my-pet-tab-content.skeleton .pet-tasks .task-content {
  width: 100%;
}
.my-pet-mobile-content .pet-task .skel-circle {
  width: 60px;
  height: 60px;
  margin: 0;
}
.my-pet-mobile-content .tasks .skel-line {
  margin: 0 0 5px 0;
  height: 15px;
  width: 70%;
}
.my-pet-mobile-content .tasks .skel-line:last-child {
  width: 35%;
}
.my-pet-tab-content .pet-task .skel-circle {
  margin: 0;
  height: 60px;
  width: 60px;
}
.my-pet-tab-content .task-action {
  width: 25%;
}
.my-pet-tab-content .task-action .skel-line {
  margin: 0;
}
.my-pet-tab-content .tasks .skel-line {
  margin: 0 0 5px 0;
  height: 15px;
  width: 70%;
}

/* pagination */
.skel-pagination {
  border: 0;
  color: #65686b;
  margin-top: 35px;
  display: flex;
  padding-left: 0;
  list-style: none;
  opacity: 0.2;
}
.skel-pagination .page-link {
  border: 0;
  color: #65686b;
}
.skel-pagination .page-link i,
.skel-pagination .page-link em {
  margin: auto 5px;
  font-weight: bold;
}

/* preventive care section */
.preventive-care.skeleton .preventive-care-status {
  display: flex;
}
.preventive-care.skeleton .preventive-care-status .skel-status-circle {
  margin: 0;
}
.preventive-care.skeleton .preventive-care-status .status {
  width: 50%;
  margin-top: 0;
  margin-left: 5px;
}
.preventive-care.skeleton .preventive-care-status .status .skel-line {
  margin: 0;
}
.preventive-care.skeleton .preventive-care-status &gt; div {
  float: left;
}
.preventive-care.skeleton .preventive-care-item .task-icon .skel-circle {
  margin: 0;
}

.skel-status-circle {
  height: 15px;
  width: 15px;
  margin: 5px;
  background-color: #f3f3f3;
  border-radius: 50%;
}

/* dashboard */
.current-pet-section .current-pet-section h4 {
  width: 50%;
}
.current-pet-section .task-icon .skel-circle {
  width: 60px;
  height: 60px;
  margin: 0;
}
/* .my-pet-module-content.skeleton .pet-task &gt; div:nth-child(2){margin-top:5px;} */
.current-pet-section .tasks .skel-line {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 15px;
}
.current-pet-section .tasks .skel-line:first-child {
  margin-top: 0;
}
.current-pet-section .tasks .skel-line:last-child {
  width: 40%;
}

/* my-account page */
.saved-payments-module
  .saved-payment-cards.skeleton
  .saved-card
  .saved-card-details {
  width: 100%;
}
.saved-payments-module .saved-payment-cards.skeleton .card-actions {
  width: 100%;
}
.saved-payments-module
  .saved-payment-cards.skeleton
  .saved-card-details
  .skel-line {
  height: 15px;
  margin: 0 0 5px 0;
  width: 55%;
}
.saved-payments-module
  .saved-payment-cards.skeleton
  .saved-card-details
  .skel-line:last-child {
  width: 40%;
}
.saved-payments-module .saved-payment-cards.skeleton .card-actions .skel-line {
  height: 14px;
  margin: 0 0 5px 0;
  width: 40%;
  margin-left: auto;
}
.saved-payments-module.mobile .saved-payment-cards.skeleton .skel-line {
  width: 50%;
  margin: 0 0 5px 0;
}
.saved-payments-module.mobile
  .saved-payment-cards.skeleton
  .skel-line:nth-child(2) {
  width: 20%;
}
.saved-payments-module.mobile
  .saved-payment-cards.skeleton
  .card-actions
  .skel-line {
  width: 30%;
  margin-left: 10px;
}
.saved-payments-module.mobile .saved-payment-cards.skeleton .card-actions {
  padding-left: 15px;
  padding-right: 15px;
}
.manage-pets-module .accordion.skeleton h5 .skel-line {
  width: 30%;
  height: 15px;
  margin: 0;
  margin-right: 10px;
}
.manage-pets-module .accordion.skeleton h5 .skel-circle {
  width: 36px;
  height: 36px;
  margin: 0;
}
.saved-payments-module .saved-payment-cards.skeleton .card-image .skel-circle {
  margin: 0;
}
.manage-pets-module
  .accordion.skeleton
  .manage-pets-item.no-image
  h5
  .skel-line {
  margin-top: 2px;
  margin-bottom: 2px;
  height: 16px;
}

.personal-information-module .personal-information-content.skeleton .skel-line {
  width: 80%;
}
.personal-information-module
  .personal-information-content.skeleton
  .name
  .skel-line {
  width: 50%;
}
.personal-information-module
  .personal-information-content.skeleton
  .clientid
  .skel-line {
  width: 50%;
}
.personal-information-module
  .personal-information-content.skeleton
  .user-actions
  .skel-line {
  width: 80%;
}

/* home page location-module */
.skel-location-container {
  width: 100%;
  position: relative;
  top: -5%;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.skel-location-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.skel-location-wrapper .location {
  width: 80%;
  box-shadow: 0px 6px 16px #00000015;
  background: #fff;
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-top: 5px solid #e35205;
  margin-left: auto;
  margin-right: auto;
}
.skel-location-wrapper h3 {
  width: 80%;
}
.skel-location-wrapper h3 .skel-line {
  margin: 0;
}
.skel-location-wrapper .hospital-distance {
  margin-left: 25px;
  width: 60%;
}
.skel-location-wrapper .hospital-distance .skel-line {
  margin-top: 0;
  margin-bottom: 15px;
}
.location-bigger-text .map-skel-image img {
  height: 450px;
  object-fit: cover;
}
.skel-location-wrapper .schedule-appt .skel-btn {
  width: 100%;
}

/* .location-module .loc-bg.skeleton .search-location i, .search-location em{color:#d74100;} */
.location-module.with-bg.location-bigger-text
  .loc-bg.skeleton
  .search-location
  em {
  color: #d74100;
}
.location-finder.skeleton .search-hospital-location .fa-spinner {
  color: #d74100;
}

/* other purchases */
.other-purchase.skeleton .plan-details .skel-circle {
  width: 75px;
  height: 75px;
}
.other-purchase.skeleton .vetchat-plan-details table .skel-line {
  width: 80%;
  margin: 3px 5px;
  height: 15px;
}
.other-purchase.skeleton .plan-payments-content table .skel-line {
  width: 80%;
  margin: 3px 5px;
  height: 15px;
}

/* pet record center */
.tab-content .tab-actions .skel-line {
  width: 100px;
  height: 24px;
  margin: 0;
}

.tab-content .tab-actions .skel-circle {
  width: 24px;
  height: 24px;
  margin: 0;
  margin-left: 5px;
}

.tab-content .tab-actions.skeleton &gt; div:last-of-type {
  display: inline-flex;
}

.filters-section.skeleton .skel-line {
  width: 200px;
  display: inline-block;
  margin: 0;
}

.filters-section.skeleton h5 span:last-child {
  color: #d9d9d9;
  margin-top: 4px;
}

.records-tab-content .skel-table-list.skeleton .skel-table-column {
  display: table-row;
}

.records-tab-content .skel-table-list.skeleton .skel-table-column &gt; div {
  display: table-cell;
  width: auto;
  padding: 10px;
  line-height: 20px;
  vertical-align: middle;
  height: 45px;
}

.records-tab-content .skel-table-column &gt; div:first-of-type {
  padding-left: 30px !important;
}

.records-tab-content
  .medical-summary-list.skel-table-list.skeleton
  .skel-table-column
  &gt; div:nth-of-type(4)
  .skel-line {
  width: 80%;
}

.records-tab-content .skel-table-list.skeleton .skel-table-column .skel-line {
  width: 60%;
  margin: 0;
}

.records-tab-content .skel-table-list.skeleton .skel-table-column .skel-circle {
  width: 24px;
  height: 24px;
  margin: 0;
  float: right;
}

.mobile-filters-section.skeleton {
  display: none;
}

.mobile-filters-section.skeleton .filters {
  justify-content: space-between;
}

.mobile-filters-section.skeleton .filters &gt; * {
  width: 35%;
}

.skel-table-list {
  display: table-row-group;
}

.skel-table-column &gt; div:last-of-type {
  padding-right: 30px !important;
}
/*----Exisitn user - Step1 - petList----*/
.shimmer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer-animation 1.5s infinite;
}

.shimmer-container {
  display: flex;
  align-items: center;
  padding: 5px;
}

.shimmer-text {
  width: 150px;
  height: 16px;
  margin-left: 15px;
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  animation: shimmer-animation 1.5s infinite;
}
.site-search-product-skel {
  flex: 0 0 calc((100% - (3 * 15px)) / 4);
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.site-search-product-skel .skel-img {
  height: 180px;
  background: rgba(216, 218, 220, 0.25);
  animation: pulse 2.5s infinite;
}
.site-search-product-skel .skel-line {
  animation: pulse 2.5s infinite;
  background: rgba(216, 218, 220, 0.25);
}
.site-search-mixed-skel {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0;
}
.site-search-mixed-skel .skel-img {
  flex: 0 0 145px;
  background: rgba(216, 218, 220, 0.25);
  /* animation: pulse 2.5s infinite; */
}
.site-search-mixed-skel .skel-content {
  flex: 1 0 0;
}

@keyframes shimmer-animation {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@media(max-width:1599.5px){
  .site-search-product-skel{flex: 0 0 200px;}
}

@media (max-width: 991px) {
  .hospital-locations-page
    .hospital-detail-section
    .hospital-miles
    .skel-circle {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .skel-line.mobile {
    display: block;
  }
  .location-bigger-text .map-skel-image img {
    height: calc(70vh - 250px);
  }
  .mobile-filters-section.skeleton {
    display: block;
  }

  .records-tab-content .skel-table-list.skeleton .skel-table-column {
    display: block;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
  }

  .records-tab-content .skel-table-list.skeleton .skel-table-column &gt; div {
    display: block;
    width: auto;
    padding: 10px;
    line-height: 20px;
    vertical-align: middle;
    height: 45px;
    padding-left: 20px;
  }

  .records-tab-content .skel-table-column &gt; div:first-of-type {
    padding-left: 20px !important;
  }

  .records-tab-content
    .skel-table-list.skeleton
    .skel-table-column
    &gt; div:last-of-type {
    position: absolute;
    top: 5px;
    right: 15px;
    padding-top: 2px;
  }

  .skel-table-list {
    display: block;
  }
  .site-search-mixed-skel .skel-img{
    display: none;
  }
  .global-search-list.skeleton{
    padding: 0px;  
  }
}
</pre></body></html>