span {
  font-weight: inherit;
}
span.icon {
  line-height: 0;
  vertical-align: bottom;
}
svg {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  fill: #000;
}
svg.strk {
  fill: none;
  stroke: #000;
}
strong {
  font-weight: bold;
}
button:focus {
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.5);
  outline: none;
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.55;
  color: #000;
}
p,
a,
button {
  line-height: 1.85;
  color: #000;
}
span {
  line-height: 1.5;
  color: #000;
}
.def-sec > .container {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
}
.head-sec {
  margin-top: 60px;
}
.head-sec > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.head-sec .title {
  font-size: 18px;
}
#calendar-btn label {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 11px 12px 11px 8px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  gap: 5px;
  cursor: pointer;
}
#calendar-btn .cs_icon {
  width: 18px;
  height: 18px;
  stroke: #374957;
}
#calendar-btn .down_icon {
  stroke: #374957;
}
#calendar-btn input {
  outline: none;
  border: none;
  font-size: 12px;
  color: var(--blck);
  flex-grow: 1;
}
.profile-sec {
  margin-top: 24px;
}
.profile-sec > .container {
  display: flex;
  gap: 2rem;
}
.profile-sec .info-card {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}
.profile-sec .info-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.profile-sec .info-card .info {
  display: flex;
  flex-direction: column;
}
.profile-sec .info-card .info_name {
  font-size: 18px;
  margin-bottom: 4px;
}
.profile-sec .info-card .summery_txt {
  font-size: 14px;
  color: #000;
}
.profile-sec .statics {
  flex-grow: 2;
  display: flex;
  gap: 20px;
}
.profile-sec .statics .static {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 100%;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  overflow: hidden;
  min-width: 110px;
}
.profile-sec .statics .static .bk_icon {
  position: absolute;
  top: -8px;
  left: -2px;
  width: 62px;
  height: 62px;
}
.profile-sec .statics .static .num {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #3b00f9;
}
.profile-sec .statics .static .txt {
  font-size: 14px;
  line-height: 1.85;
  color: var(--blck);
  text-align: center;
}
.profile-sec .statics .static::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 85px;
  top: -20px;
  left: -33px;
  background-color: #f0ebff;
  border-radius: 74% 26% 70% 30% / 38% 68% 32% 62%;
  z-index: -1;
}
.profile-sec .statics .static.blue .num {
  color: var(--primary);
}
.profile-sec .statics .static.blue::after {
  background-color: #ecf3ff;
}
.profile-sec .statics .static.orange .num {
  color: #ff0000;
}
.profile-sec .statics .static.orange::after {
  background-color: #fff5f2;
}
.profile-sec .statics .static.green .num {
  color: #008309;
}
.profile-sec .statics .static.green::after {
  background-color: #f6ffee;
}
.show-guide {
  display: flex;
  align-items: center;
  gap: 4px;
}
.show-guide span {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: -3px;
  color: #000;
}
.show-guide svg {
  width: 20px;
  height: 20px;
  stroke: #000;
}
.modal {
  top: 50%;
  left: 50%;
  width: 90%;
  right: initial;
  transform: translate(-50%, -50%);
  border: none;
  max-width: 400px;
  border-radius: 8px;
}
.modal .header {
  padding: 28px 16px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  background-color: #edf4ff;
}
.modal .header h3 {
  font-size: 16px;
  color: var(--primary);
}
.modal .header .close-btn svg {
  stroke: var(--blck);
}
.modal .content {
  padding: 16px 16px 24px 16px;
  height: 200px;
  overflow: auto;
}
.modal .content p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--blck);
}
.modal .ctas {
  padding: 0 16px 20px;
}
.modal-type-1 .ctas button {
  width: 100%;
}
#guide-2 .content p {
  margin-bottom: 12px;
}
.button-t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  color: var(--primary);
  font-size: 14px;
  padding: 8px 36px;
  border-radius: 10px;
  border: 1px solid var(--primary);
  transition: background-color 200ms, color 200ms;
}
.button-t1:hover {
  background-color: var(--primary);
  color: #fff;
}
.button-t1 svg {
  stroke: var(--primary);
  margin-left: 4px;
  transition: stroke 200ms;
}
.button-t1 svg.spec {
  stroke: none;
  fill: var(--primary);
  transition: fill 200ms;
}
.button-t1:hover svg {
  stroke: #fff;
}
.button-t1:hover svg.spec {
  stroke: none;
  fill: #fff;
}
.button-t2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 44px;
  border-radius: 10px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding: 8px 34px;
  transition: background-color 200ms, color 200ms;
}
.button-t2:hover {
  background-color: transparent;
  color: var(--primary);
}
.button-t2 svg {
  stroke: #fff;
  transition: stroke 200ms;
}
.button-t2 svg.spec {
  stroke: none;
  fill: #fff;
  transition: fill 200ms;
}
.button-t2:hover svg {
  stroke: var(--primary);
}
.button-t2:hover svg.spec {
  stroke: none;
  fill: var(--primary);
}
.sec-t1 {
  border-radius: 20px;
  background-color: #f1f6fb;
  border: 1px solid #d1d5db;
  padding: 24px 16px;
}
.sec-t1 .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 1rem;
}
.sec-t1 .head .title {
  font-size: 18px;
}
.sec-t1 .empty-info {
  display: none;
  text-align: center;
}
.sec-t1 .empty-info img {
  width: 120px;
  height: 120px;
  mix-blend-mode: multiply;
}
.sec-t1 .empty-info h2 {
  font-size: 14px;
}
.sec-t1 .empty-info p {
  font-size: 14px;
}
.sec-t1.empty :where(.menu, .content) {
  display: none;
}
.sec-t1.empty .empty-info {
  display: grid;
  place-items: center;
  gap: 8px;
  max-width: 300px;
  margin: 0 auto;
}
.sec-t1 .list {
  display: flex;
  overflow-x: auto;
  margin-top: 24px;
  gap: 1rem;
}
.sec-t1 .list .item {
  flex-shrink: 0;
  width: 186px;
  padding: 12px 8px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  user-select: none;
  overflow: clip;
}
.sec-t1 .list .item .header {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 1rem;
}
.sec-t1 .list .item .header .pic {
  display: grid;
  place-items: center;
  border-radius: 49% 51% 21% 79% / 56% 30% 70% 44%;
  width: 64px;
  height: 64px;
  transform: scale(1.7, 1.35) translate(5px, -5px);
  background-color: #ffeae3;
}
.sec-t1 .list .item[data-pet="2"] .header .pic {
  background-color: #f2ffe3;
}
.sec-t1 .list .item[data-pet="3"] .header .pic {
  background-color: #dbcfff;
}
.sec-t1 .list .item[data-pet="4"] .header .pic {
  background-color: #e3ecff;
}
.sec-t1 .list .item[data-pet="5"] .header .pic {
  background-color: #e3fffa;
}
.sec-t1 .list .item[data-pet="6"] .header .pic {
  background-color: #fff9da;
}
.sec-t1 .list .item .header .pic svg {
  transform: scale(calc(1 / 1.7), calc(1 / 1.35));
  width: 62px;
  height: 62px;
}
.sec-t1 .list .item .header .info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sec-t1 .list .item .header .info .status,
.modal-t5 .header .status {
  font-size: 10px;
  padding: 4px 12px;
  border-radius: 100vmax;
  color: #c82b00;
  background-color: #fff1ed;
  margin-bottom: 8px;
}
.sec-t1 .list .item[data-status="completed"] .header .info .status,
.modal-t5[data-status="completed"] .header .status {
  color: #005be2;
  background-color: #ebf3ff;
}
.sec-t1 .list .item[data-status="canceled"] .header .info .status,
.modal-t5[data-status="canceled"] .header .status {
  color: #af0000;
  background-color: #ffd7d7;
}
.sec-t1 .list .item[data-status="awaiting-payment"] .header .info .status,
.modal-t5[data-status="awaiting-payment"] .header .status {
  color: #357900;
  background-color: #f6ffef;
}
.sec-t1 .list .item[data-status="awaiting-approval"] .header .info .status,
.modal-t5[data-status="awaiting-approval"] .header .status {
  color: #9d6100;
  background-color: #fff7ea;
}
.sec-t1 .list .item[data-status="awaiting-call"] .header .info .status,
.modal-t5[data-status="awaiting-call"] .header .status {
  color: #3d00ff;
  background-color: #efeaff;
}
.timer {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 4px;
}
.timer span {
  margin-bottom: -6px;
}
.timer svg {
  width: 16px;
  height: 16px;
  stroke: var(--blck);
}
.sec-t1 .list .item .details > * {
  margin-bottom: 8px;
}
.sec-t1 .list .item .details .name {
  font-size: 14px;
  margin-bottom: 4px;
}
.sec-t1 .list .item .details .pet {
  display: inline-block;
  font-size: 12px;
  color: #6e7a86;
}
.sec-t1 .list .item .details > .dl {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.sec-t1 .list .item .details > .dl svg {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  stroke: var(--blck);
}
.sec-t1 .list .item .details .price {
  margin-bottom: 1rem;
}
.sec-t1 .list .item .details .price span {
  color: #099e40;
}
.sec-t1 .list .item .cta {
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 4px 20px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background-color: var(--primary);
}
.requests-sec {
  padding: 40px 0 120px;
}
.custom-scroller-menu {
  display: flex;
  overflow-x: auto;
  /* scroll-snap-type: x mandatory; */
}
.custom-scroller-menu > .container {
  display: flex;
  flex: 0 0 auto;
  /* scroll-snap-type: x mandatory; */
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #fff;
}
.custom-scroller-menu .item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* scroll-snap-align: start; */
  user-select: none;
}
.custom-scroller-menu .item .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  padding: 4px 24px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 2;
  color: var(--blck);
}
.custom-scroller-menu .item.current .cta {
  color: #fff;
  background-color: var(--primary);
  border-radius: 8px;
}
.custom-scroller-indicator-js {
  width: 120px;
  height: 7px;
  background-color: #d1d5db;
  border-radius: 10px;
  margin: 1rem auto 0;
  position: relative;
  overflow: hidden;
  user-select: none;
}
.custom-scroller-indicator-js .scroll-thumb {
  width: 25%;
  height: 100%;
  background-color: var(--primary);
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: grab;
}
.custom-scroller-indicator-js .scroll-thumb.dragging {
  cursor: grabbing;
}
.master {
  position: fixed;
  display: grid;
  place-items: center;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 24px 20px;
  z-index: 120;
  border-top: 1px solid #d1d5db;
  background-color: #fff;
}
.master .cta {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  max-width: 720px;
}
/* .master .cta svg {
  stroke-width: 2px;
} */
#support-btn {
  position: fixed;
  height: 56px;
  max-width: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 100vmax;
  right: 25px;
  bottom: 30%;
  background-color: var(--primary);
  z-index: 95;
  overflow: hidden;
  transition: max-width 200ms;
}
#support-btn span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-left: 8px;
  flex-shrink: 0;
}
#support-btn svg {
  width: 40px;
  height: 40px;
  stroke: #fff;
  stroke-width: 2px;
  margin: 0 8px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #support-btn:hover {
    max-width: 270px;
  }
}
@media (max-width: 900px) {
  .head-sec > .container,
  .profile-sec > .container {
    flex-direction: column;
    align-items: stretch;
  }
  .profile-sec .statics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .profile-sec .statics .static {
    padding: 24px;
  }
  .show-guide span {
    font-size: 12px;
  }
  .custom-scroller-menu .item .cta {
    padding: 4px 16px;
    font-size: 12px;
  }
  .modal {
    width: 100%;
    max-width: 100%;
    top: initial;
    bottom: 0;
    left: 0;
    transform: translate(0);
    border-radius: 8px 8px 0 0;
  }
  .modal[open] {
    animation: fadeUpIn 200ms forwards;
  }
  .modal.modal-type-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    bottom: initial;
    border-radius: 8px;
    animation: none;
  }
  .modal-type-3 .content {
    max-height: 65vh;
  }
  .button-t2 {
    padding: 8px 20px;
  }
  .sec-t1 .head .title {
    font-size: 16px;
  }
  .sec-t1 {
    border: none;
    border-radius: 0;
  }
  .sec-t1 .list .item {
    width: auto;
  }
  .sec-t1 .list .item .header .pic {
    transform: scale(1.7, 1.35) translate(14px, -5px);
  }
  .sec-t1 .list .item .header .pic svg {
    transform: scale(calc(1 / 1.7), calc(1 / 1.35)) translateX(-10px);
  }
  .master {
    padding: 16px 20px;
  }
  .master .cta {
    font-size: 14px;
    height: 40px;
  }
  .master .cta svg {
    width: 20px;
    height: 20px;
  }
  #support-btn {
    width: 40px;
    height: 40px;
    border-radius: 16px 0 0 16px;
    right: 0;
  }
  #support-btn svg {
    width: 24px;
    height: 24px;
  }
}
@keyframes fadeUpIn {
  from {
    opacity: 0.2;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
