.appointments {
  display: flex;
  flex-direction: column;
  gap: 22px; }

.appointment {
  display: flex;
  gap: 1px; }
  .appointment__data {
    flex: 1; }
  .appointment__body {
    display: flex;
    gap: 27px;
    padding: 20px 23px; }
    .appointment__body__left, .appointment__body__right {
      padding: 10px 10px; }
    .appointment__body-right {
      padding-top: 11px; }
  .appointment__date {
    border: 1px solid var(--color-accent);
    border-radius: 5px;
    padding: 9px 13px 11px 18px;
    display: flex;
    gap: 17px;
    align-items: center;
    background: var(--color-bg-gray);
    margin-bottom: 8px;
    min-width: 155px;
    flex-shrink: 0; }
  .appointment__day {
    font-size: 39px; }
  .appointment__month {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1; }
  .appointment__year {
    font-size: 15px;
    color: var(--color-text-gray);
    line-height: 1.1;
    font-weight: 600; }
  .appointment__time {
    font-size: 28px;
    border-radius: 5px;
    background: var(--color-bg-gray);
    padding: 12px 21px;
    line-height: 1; }
  .appointment__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    background: #ffd;
    border-radius: 50px;
    min-height: 26px;
    font-size: 11px;
    padding: 5px 14px 4px;
    margin-bottom: 15px;
    line-height: 1; }
    .appointment__status_1 {
      background: #eee; }
    .appointment__status_2 {
      background: #f0d65e; }
  .appointment__service {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-left: 12px;
    margin-bottom: 14px; }
  .appointment__price-duration {
    display: flex;
    gap: 20px;
    margin-left: 12px; }
  .appointment__price, .appointment__duration {
    display: flex;
    align-items: center;
    gap: 10px; }
    .appointment__price:before, .appointment__duration:before {
      content: '';
      display: inline-block;
      width: 19px;
      aspect-ratio: 1;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      filter: brightness(0) invert(0.7); }
  .appointment__price:before {
    background-image: url(../img/card.svg); }
  .appointment__duration:before {
    background-image: url(../img/time.svg); }
  .appointment__address {
    margin-top: 2px;
    border-top: 1px solid #eee;
    padding: 20px 28px;
    color: var(--color-text-gray);
    font-size: 14px;
    line-height: 1; }
  .appointment__specialist {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 308px;
    padding: 28px 29px; }
    .appointment__specialist-data {
      padding-top: 8px; }
    .appointment__specialist-icon {
      width: 50px;
      aspect-ratio: 1;
      border-radius: 50px;
      border: 1px solid #eee; }
    .appointment__specialist-name {
      font-size: 13px; }
    .appointment__specialist-job {
      margin-top: 2px;
      font-size: 11px;
      color: var(--color-text-gray); }
    .appointment__specialist-rating {
      margin-top: 10px;
      display: flex;
      gap: 4px; }
    .appointment__specialist-star {
      width: 11px;
      aspect-ratio: 1;
      background: url(../img/star.svg) center/contain no-repeat; }
  .appointment__gap {
    border-radius: 10px;
    padding: 20px 32px;
    min-height: 64px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='10' ry='10' fill='none' stroke='%23888' stroke-width='1' stroke-dasharray='6, 5' /></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%; }

@media (max-width: 991px) {
  .appointment {
    flex-direction: column; }
    .appointment__specialist {
      width: auto; } }
@media (max-width: 767px) {
  .appointment__service {
    font-size: 16px; } }
@media (max-width: 575px) {
  .appointment__body {
    gap: 10px;
    padding: 20px;
    flex-direction: column; }
    .appointment__body-left {
      display: flex;
      gap: 10px; }
  .appointment__date {
    padding: 4px 13px 4px 18px;
    margin: 0; }
  .appointment__time {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 12px 15px;
    width: 100px;
    flex-shrink: 1; }
  .appointment__service {
    font-size: 14px;
    margin-left: 0; }
  .appointment__price-duration {
    margin-left: 0; }
  .appointment__address {
    font-size: 12px; }
  .appointment__specialist {
    padding: 20px; } }

/*# sourceMappingURL=dashboard-account.css.map */
