.mobile-frame {
  border: 5px solid #F0F1F2;
  box-shadow: 9.23px 10.39px 13.85px 0px rgba(0, 0, 0, 0.1294117647);
  background: #FFFFFF;
  border-radius: 50px;
  padding: 10px;
  min-width: 275px;
  max-width: 275px;
  height: 580px;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: initial;
}

.mobile-frame-inner {
  background: #F9F9F9;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mobile-frame-status-bar {
  position: absolute;
  top: 10px;
  left: 15px;
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
  padding: 0 15px;
  z-index: 2;
}

.mobile-frame-status-bar.light {
  background-color: #FFFFFF;
}

.mobile-frames {
  --bs-font-sans-serif: "Roboto", "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --color-primary: #F2508B;
  --color-primary-soft: rgb(from var(--color-primary) r g b / 0.4);
  --color-accent: #0762D9;
  --color-accent-soft: rgb(from var(--color-accent) r g b / 0.4);
  --color-accent-softer: rgb(from var(--color-accent) r g b / 0.08);
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-black-soft: rgb(from var(--color-black) r g b / 0.88);
  --color-passive-gray: #E8E8E8;
  --color-shadow: #C3C3C3;
  --color-light-gray: #F3F3F3;
  --color-dark-gray: #AFAFAF;
  --color-dark-gray-soft: rgb(from var(--color-dark-gray) r g b / 0.4);
  --color-green-success: #22CA65;
  --color-green-success-soft: rgb(from var(--color-green-success) r g b / 0.4);
  --color-green-success-softer: rgb(from var(--color-green-success) r g b / 0.09);
  --color-gold: #F0BB00;
  --color-gold-soft: rgb(from var(--color-gold) r g b / 0.4);
  --color-gold-softer: rgb(from var(--color-gold) r g b / 0.09);
  --color-red-error: #E22F2F;
  --color-red-error-soft: rgb(from var(--color-red-error) r g b / 0.4);
  --color-red-error-softer: rgb(from var(--color-red-error) r g b / 0.09);
  --height-btn-inp: 45px;
}
.mobile-frames ul,
.mobile-frames li {
  display: initial;
  margin: 0;
  padding: 0;
}
.mobile-frames span,
.mobile-frames div,
.mobile-frames li,
.mobile-frames ul,
.mobile-frames h1,
.mobile-frames h2,
.mobile-frames h3,
.mobile-frames h4,
.mobile-frames h5,
.mobile-frames h6,
.mobile-frames p {
  font-family: Inter;
  cursor: initial;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mobile-frames .main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: Inter;
  font-size: 0.85em;
}
.mobile-frames .main .form {
  max-width: min(100%, 350px);
  min-height: 50vh;
  margin-bottom: 2em;
  padding: 0 10px;
}
.mobile-frames .form p {
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  color: var(--color-primary);
}
.mobile-frames .bg {
  height: 110px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mobile-frames .bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 100%;
  transform: rotateX(180deg);
  background: linear-gradient(white, transparent);
}
.mobile-frames .bg img {
  width: 100%;
  min-height: 100%;
}
.mobile-frames .headline h1 {
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  width: 80%;
  margin: auto;
}
.mobile-frames .headline p {
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  color: black;
}
.mobile-frames button {
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  font-family: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-primary);
  border: none;
  border-radius: 10px;
  color: var(--color-white);
  height: var(--height-btn-inp);
  box-sizing: border-box;
  cursor: initial !important;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  padding: 10px 20px;
}
.mobile-frames .input-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mobile-frames input {
  background: var(--color-light-gray);
  border-radius: 14px;
  text-align: center;
  height: var(--height-btn-inp);
  width: 100%;
  border-style: none;
  outline: none;
  font-family: Inter;
}
.mobile-frames input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.mobile-frames input[type=number]::-webkit-inner-spin-button,
.mobile-frames input[type=number]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}
.mobile-frames input:focus::-moz-placeholder {
  color: transparent;
}
.mobile-frames input:focus::placeholder {
  color: transparent;
}
.mobile-frames .col {
  gap: 5px;
  display: grid;
}
.mobile-frames .col.pad {
  padding: 0 6px;
}
.mobile-frames .col-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px;
}
.mobile-frames .select {
  position: relative;
  width: 100%;
}
.mobile-frames .select.box {
  background: var(--color-white);
  border: 1.5px solid var(--color-passive-gray);
  min-width: 180px;
  height: var(--height-btn-inp);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-frames .select .icon-left {
  position: absolute;
  left: 0.5em;
}
.mobile-frames .select .icon-right {
  position: absolute;
  right: 0.5em;
}
.mobile-frames .select select {
  display: none;
}
.mobile-frames .select-items div,
.mobile-frames .select-selected {
  font-size: 9px;
  font-weight: 600;
  line-height: 10px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mobile-frames .select-selected {
  padding: 0;
  border: none;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-frames .select.start .select-selected {
  justify-content: flex-start;
}
.mobile-frames .select.box .select-selected {
  min-height: 30px;
}
.mobile-frames .select.box.v2 {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  min-width: auto;
  min-height: auto;
  border: 1.5px solid var(--color-black);
}
.mobile-frames .select.box.v2 .select-selected {
  width: auto;
  min-width: 110px;
  height: auto;
  min-height: auto;
  padding: 4px 6px;
  padding-inline-end: 3em;
}
.mobile-frames .select.box.v2 .icon-right {
  width: 20px;
  height: 20px;
}
.mobile-frames .select-items div:last-child {
  border: none;
}
.mobile-frames .select-items {
  position: absolute;
  border: 1.5px solid var(--color-passive-gray);
  background-color: var(--color-white);
  border-radius: 12px;
  top: 110%;
  left: 0;
  right: 0;
  z-index: 9;
  overflow: hidden;
}
.mobile-frames .select-hide {
  display: none;
}
.mobile-frames .select-items div:hover,
.mobile-frames .same-as-selected {
  color: var(--color-accent);
}
.mobile-frames .profile-card {
  width: 100%;
  background: var(--color-white);
  border-radius: 12px;
}
.mobile-frames .pc-inside {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 12px 16px 12px 16px;
  justify-content: space-between;
}
.mobile-frames .profile {
  -moz-text-align-last: center;
       text-align-last: center;
}
.mobile-frames .profile img {
  max-width: 30px;
  height: 30px;
  border-radius: 50%;
}
.mobile-frames .parapuan {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}
.mobile-frames .parapuan p {
  margin-left: 3px;
  color: var(--color-black);
  margin: 0;
  margin-inline-start: 3px;
}
.mobile-frames .coin {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.mobile-frames .coin img {
  width: 20px;
  height: 20px;
}
.mobile-frames .stars {
  display: flex;
  justify-content: center;
}
.mobile-frames .star {
  width: 8px;
  height: 8px;
  background-image: url(../assets/icons/star-gray.svg);
  background-size: contain;
}
.mobile-frames .star.white {
  background-image: url(../assets/icons/star-w.svg);
}
.mobile-frames .star.accent {
  background-image: url(../assets/icons/star-accent.svg);
}
.mobile-frames .star.large {
  width: 22px;
  height: 22px;
}
.mobile-frames .rand-info h1 {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  color: var(--color-primary);
}
.mobile-frames .rand-info.gold h1 {
  color: var(--color-gold);
}
.mobile-frames .rand-info-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.mobile-frames .rand-info img {
  width: 26px;
  height: 23px;
}
.mobile-frames .rand-info p {
  padding-inline-start: 24px;
  font-weight: 400;
  font-size: 12px;
  color: var(--color-black);
  margin: 0;
}
.mobile-frames .rand-status {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.mobile-frames .rand-status p {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  letter-spacing: -0.06em;
  margin: 0;
  color: var(--color-black);
}
.mobile-frames .rand-create {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--color-white);
  border: 1px solid var(--color-passive-gray);
  border-radius: 12px;
  padding: 5px;
  height: 100%;
  z-index: 1;
}
.mobile-frames .rand-create h1 {
  color: var(--color-primary);
}
.mobile-frames .rand-create h2 {
  color: var(--color-primary);
}
.mobile-frames .rand-create button {
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  justify-content: space-around;
  color: var(--color-white);
}
.mobile-frames .rand-create-info hr {
  border: 1px solid var(--color-primary);
}
.mobile-frames .rand-create-info p {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: var(--color-black);
}
.mobile-frames .button-select-list {
  margin: 12px 0 8px 0;
}
.mobile-frames .button-select-list ul {
  list-style-type: none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3px;
       column-gap: 3px;
  row-gap: 7px;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  max-width: 98%;
}
.mobile-frames .button-select-list li {
  font-size: 9px;
  font-weight: 600;
  line-height: 10px;
  border: 1px solid var(--color-passive-gray);
  box-shadow: 0px 0px 1px 0px var(--color-shadow);
  padding: 3px 4px 3px 1px;
  border-radius: 30px;
  color: var(--color-black);
  display: flex;
  align-items: center;
  text-align: start;
}
.mobile-frames .button-select-list li.selected {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
  box-shadow: none;
}
.mobile-frames .button-select-list img {
  padding-inline-end: 5px;
  width: 30px;
}
.mobile-frames .button-select-list p {
  font-size: 9px;
  font-weight: 600;
  line-height: 10px;
  padding-top: 28px;
  color: var(--color-primary);
}
.mobile-frames .banner {
  border-radius: 12px;
  height: 75px;
  overflow: hidden;
  position: relative;
}
.mobile-frames .slideshow {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  transition: transform 0s ease;
}
.mobile-frames .slideshow.swip {
  transition-duration: 700ms;
}
.mobile-frames .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.mobile-frames .slide img {
  min-height: 100%;
  min-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mobile-frames .slideshow img.slideshow_arrow {
  width: 30px;
  height: auto;
  position: absolute;
  top: calc(50% - 15px);
}
.mobile-frames .slideshow_arrow.left {
  left: 5px;
}
.mobile-frames .slideshow_arrow.right {
  right: 5px;
  transform: rotateY(180deg);
}
.mobile-frames .slideshow_pages {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-frames .slideshow_page {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  background-color: var(--color-white);
}
.mobile-frames .slideshow_page.active {
  background-color: var(--color-primary);
}
.mobile-frames .card {
  position: relative;
  background: var(--color-white);
  border-radius: 12px;
  border: 1px solid var(--color-passive-gray);
  padding: 1em 20px;
  text-align: start;
}
.mobile-frames .card-appointment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
  height: 65px;
}
.mobile-frames .card-appointment-date {
  width: 6em;
  padding: 6px;
  color: var(--color-white);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-frames .card-appointment-detail {
  flex: 1;
  padding: 6px;
  padding-inline-start: 12px;
  color: var(--color-black);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.mobile-frames .card-appointment.green .card-appointment-date {
  background-color: var(--color-green-success);
}
.mobile-frames .card-appointment.green .card-appointment-detail {
  background: var(--color-green-success-softer);
}
.mobile-frames .card-appointment.green .card-appointment-status {
  color: var(--color-green-success);
}
.mobile-frames .card-appointment.red .card-appointment-date {
  background-color: var(--color-red-error);
}
.mobile-frames .card-appointment.red .card-appointment-detail {
  background: var(--color-red-error-softer);
}
.mobile-frames .card-appointment.red .card-appointment-status {
  color: var(--color-red-error);
}
.mobile-frames .card-appointment.gold .card-appointment-date {
  background-color: var(--color-gold);
}
.mobile-frames .card-appointment.gold .card-appointment-detail {
  background: var(--color-gold-softer);
}
.mobile-frames .card-appointment.gold .card-appointment-status {
  color: var(--color-gold);
}
.mobile-frames .card-appointment.grey .card-appointment-date {
  background-color: var(--color-dark-gray);
}
.mobile-frames .card-appointment.grey .card-appointment-status {
  color: var(--color-dark-gray);
}
.mobile-frames .navbar {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.mobile-frames .navbar img {
  width: 25px;
  height: 25px;
}
.mobile-frames .navbar .active .icon,
.mobile-frames .navbar .icon-active,
.mobile-frames .navbar .icon-active-polygon {
  display: none;
}
.mobile-frames .navbar .icon-active-polygon {
  position: absolute;
  bottom: 0px;
}
.mobile-frames .navbar .active .icon-active,
.mobile-frames .navbar .active .icon-active-polygon {
  display: initial;
}
.mobile-frames .navbar div,
.mobile-frames .navbar a {
  font-size: 7px;
  font-weight: 400;
  line-height: 10px;
  font-variation-settings: "slnt" 0;
  color: var(--color-black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: var(--color-black);
  text-decoration: none;
}
.mobile-frames .navbar div img.home {
  width: 45px;
  height: 45px;
}
.mobile-frames .navbar-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 13.62%, rgba(255, 255, 255, 0.75) 28.24%, #FFFFFF 100%);
  width: 100%;
  position: fixed;
  height: 145px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.mobile-frames .text-base {
  font-size: 8px;
  font-weight: 600;
  line-height: 9px;
}
.mobile-frames .text-sm {
  font-size: 7px;
  font-weight: 400;
  line-height: 10px;
  font-variation-settings: "slnt" 0;
}
.mobile-frames .text-sm-bold {
  font-size: 7px;
  font-weight: 600;
  line-height: 10px;
}
.mobile-frames .text-sm-number {
  font-family: Roboto;
  font-size: 7px;
  font-weight: 400;
  line-height: 8px;
}
.mobile-frames .text-md {
  font-size: 9px;
  font-weight: 600;
  line-height: 10px;
}
.mobile-frames .text-md-2 {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}
.mobile-frames .text-md-number {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 8px;
}
.mobile-frames .text-lg {
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}
.mobile-frames .text-lg-light {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.mobile-frames .text-lg-number {
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
}
.mobile-frames .text-lg-number-bold {
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}
.mobile-frames .text-xl {
  font-size: 20px;
  font-weight: 600;
  line-height: 12px;
}
.mobile-frames .text-xl-variant {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
}
.mobile-frames .text-xl-extra-bold {
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
}
.mobile-frames .text-xxl {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

@media all and (max-width: 768px) {
  .mobile-frame {
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 1em;
  }
}/*# sourceMappingURL=mobile-frame.css.map */