<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dashboard-container {
  position: relative;
  overflow: hidden;
}

.dashboard-header {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dashboard-curve {
  width: 100%;
  position: absolute;
  top: 200px;
  z-index: -1;
}

.dashboard-content-content,
.dashboard-header-content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.dashboard-profile-header {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.dashboard-profile-header__img {
  width: 64px;
  height: 64px;
  margin-right: 12px;
  border-radius: 50%;
}

.dashboard-profile-header__title {
  font-size: 24px;
  font-family: 'GlovoFont Medium', 'Noto Medium', sans-serif;
}

.dashboard-profile-header__subtitle {
  font-size: 14px;
  margin: 0;
}

.dashboard__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.dashboard__title {
  margin-bottom: 7px;
  font-family: 'GlovoFont Medium', 'Noto Medium', sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.dashboard-content {
  width: 100%;
  padding: 0 16px 30px;
  background: #f3f3f4;
}

.dashboard-content-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 17px;
  margin-bottom: 30px;
}

.dashboard-logout-button-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.dashboard-logout-button,
.dashboard-logout-button:hover {
  text-decoration: none;
  padding: 7px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background: white;
  color: #00a082;
  font-family: 'GlovoFont Medium', 'Noto Medium', sans-serif;
}

.dashboard__update-time {
  text-align: center;
  margin-bottom: 30px;
}

.dashboard__update-time__mobile {
  font-size: 12px;
}

.dashboard__update-time__desktop {
  display: none;
}

@media (min-width: 768px) {
  .dashboard-header {
    padding: 0 46px;
  }

  .dashboard-curve {
    top: 215px;
  }

  .dashboard-profile-header__img {
    width: 75px;
    height: 75px;
  }

  .dashboard-profile-header__subtitle {
    font-size: 16px;
  }

  .dashboard-content {
    padding: 0 46px 30px;
  }

  .dashboard-content-items {
    gap: 20px 27px;
  }

  .dashboard__update-time__mobile {
    display: none;
  }

  .dashboard__update-time__desktop {
    display: block;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .dashboard-header {
    padding: 0 140px;
    margin-bottom: 40px;
  }

  .dashboard-content-content,
  .dashboard-header-content {
    max-width: 925px;
  }

  .dashboard-profile-header {
    margin-bottom: 40px;
  }

  .dashboard-personal-container {
    width: 100%;
    background: white;
  }

  .dashboard-content {
    padding: 0 140px 30px;
  }

  .dashboard__header {
    margin-bottom: 30px;
  }

  .dashboard-content-items {
    gap: 30px 34px;
  }
}

/* Personal data */

.dashboard-personal-info-container {
  position: relative;
  max-height: 97px;
  margin-bottom: 20px;
  background: white;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 29px 17px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.dashboard-personal-info__item {
  margin-bottom: 23px;
}

.dashboard-personal-info__item:last-child {
  margin-bottom: 0;
}

.dashboard-personal-info__title {
  font-size: 14px;
  line-height: 20px;
  font-family: 'GlovoFont Medium', 'Noto Medium', sans-serif;
}

.dashboard-personal-info__value {
  font-size: 16px;
  line-height: 24px;
}

.dashboard-personal-other__vehicle {
  text-transform: capitalize;
}

.dashboard-personal-info__see-more {
  position: absolute;
  top: 29px;
  right: 17px;
  font-size: 12px;
  line-height: 20px;
  color: #b9babc;
  font-family: 'GlovoFont Medium', 'Noto Medium', sans-serif;
}

.dashboard-personal-other {
  display: flex;
  justify-content: space-between;
  gap: 20px 17px;
  width: 100%;
  margin-bottom: 32px;
}

.dashboard-personal-other__item {
  flex: 1 1 47%;
  height: 90px;
  display: flex;
  align-items: center;
  padding: 20px 13px 15px;
  background: white;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}

.dashboard-personal-other__icon {
  width: 54px;
  height: 54px;
  margin-right: 10px;
}

.dashboard-personal-other__content {
  font-size: 14px;
}

.dashboard-personal-other__label {
  font-family: 'GlovoFont Medium', 'Noto Medium', sans-serif;
}

.banner-rewards-container {
  background: var(--solids-orca, #171C20);
  padding: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .dashboard-personal-info__see-more {
    display: none;
  }

  .dashboard-personal-info-container {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 7px;
    max-height: none;
  }

  .dashboard-personal-info__item {
    flex: 1 1 47%;
  }

  .dashboard-personal-info__title {
    font-size: 16px;
  }

  .dashboard-personal-other__icon {
    order: 1;
    margin-right: 0;
    width: 70px;
    height: 70px;
  }

  .dashboard-personal-other__item {
    justify-content: space-between;
    height: 100px;
    padding: 26px 30px;
  }

  .dashboard-personal-other {
    gap: 30px 34px;
  }

  .dashboard-personal-other__content {
    font-size: 16px;
  }

  .banner-rewards-container {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .dashboard-personal-container {
    display: flex;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
  }

  .dashboard-personal-info-container {
    flex: 5;
    border: none;
    padding: 30px 23px;
    margin-bottom: 0;
  }

  .dashboard-personal-other {
    flex: 3;
    gap: 0;
    width: auto;
    margin: 32px 0px;
    padding: 0px 20px;
    border-left: 1px solid #e4e4e4;
  }

  .dashboard-personal-other__item {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 0;
    border: none;
  }

  .dashboard-personal-info__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
   /*  margin: 0;*/
  }

  .dashboard-personal-other__icon {
    order: 0;
    margin-bottom: 5px;
    width: 64px;
    height: 64px;
  }

  .dashboard-personal-info__title {
    margin-bottom: 4px;
  }
  .banner-rewards-container {
    width: 30%;
  }
}

/* Metric */

.dashboard-metric {
  display: flex;
  flex-direction: column;
  flex: 1 1 47%;
  padding: 17px;
  background: white;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}

.dashboard-metric__icon {
  width: 29px;
  height: 29px;
  margin-right: 8px;
}

.dashboard-metric__content {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-family: 'GlovoFont Medium', 'Noto Medium', sans-serif;
  font-size: 20px;
}

.dashboard-metric__label {
  font-family: 'GlovoFont Medium', 'Noto Medium', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

#dashboard-metric__helper {
  visibility: hidden;
}

@media (min-width: 768px) {
  .dashboard-metric {
    justify-content: space-between;
  }

  .dashboard-metric__content {
    order: 1;
    margin-bottom: 0;
  }

  .dashboard-metric__value {
    font-size: 24px;
  }

  .dashboard-metric__label {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .dashboard-metric__icon {
    width: 37px;
    height: 37px;
  }

  #dashboard-metric__positive-rating {
    display: none;
  }

  #dashboard-metric__helper {
    display: none;
  }
}

@media (min-width: 1200px) {
  #dashboard-metric__tips {
    flex: 1 1 0;
  }

  .dashboard-metric {
    padding: 26px 20px;
    max-width: 65.2%;
  }

  .dashboard-metric__label {
    margin-bottom: 10px;
  }

  .dashboard-metric__icon {
    width: 45px;
    height: 45px;
    margin-right: 12px;
  }

  .dashboard-metric__value {
    font-size: 32px;
  }
}

/* Charts */

.dashboard-chart {
  position: relative;
  width: 100%;
  height: 285px;
  padding: 25px 18px;
  background: white;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
.dashboard-chart-title {
  font-family: 'GlovoFont Medium', 'Noto Medium', sans-serif;
}

.dashboard-chart-subtitle {
  color: #6e6e6e;
  font-size: 12px;
}

@media (min-width: 768px) {
  .dashboard-chart {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .dashboard-chart {
    height: 324px;
  }
}

/* Semi circle chart */

.dashboard-chart-user-rating {
  position: relative;
  display: none;
  padding-bottom: 45px;
  height: 220px;
  min-height: 220px;
}

.dashboard-rating-chart-container {
  position: relative;
  overflow: hidden;
  width: 180px;
  height: 90px;
  margin-bottom: -14px;
  text-align: center;
}
.dashboard-rating-chart-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 16px solid #17c2a2;
  border-bottom-color: #e4e4e4;
  border-right-color: #e4e4e4;
  transform: rotate(45deg);
}

.dashboard-rating-chart-label {
  display: flex;
  width: 192px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0px;
}

.dashboard-chart-subtitle {
  margin-bottom: 20px;
}

.dasboard-rating-chart-label__porcentage {
  color: #6e6e6e;
  font-size: 12px;
}

.dasboard-rating-chart-label__value {
  font-size: 27px;
  font-family: 'GlovoFont Medium', 'Noto Medium', sans-serif;
}

.dashboard-chart-sublabel {
  display: none;
}

@media (min-width: 768px) {
  .dashboard-chart-user-rating {
    display: block;
  }
}

@media (min-width: 1200px) {
  .dashboard-chart-user-rating {
    flex: 4 1 0;
    order: 2;
    height: auto;
  }
  .dashboard-rating-chart-container {
    width: 100%;
    height: 120px;
  }

  .dashboard-rating-chart-bar {
    width: 240px;
    height: 240px;
    border-width: 25px;
  }
  .dashboard-rating-chart-label {
    width: 245px;
    bottom: 65px;
  }

  .dashboard-chart-title {
    margin-bottom: 40px;
  }

  .dasboard-rating-chart-label__value {
    font-size: 32px;
  }

  .dashboard-chart-subtitle {
    display: none;
  }

  .dashboard-chart-sublabel {
    display: inline-block;
    position: relative;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #6e6e6e;
  }
}

/* empty state */
.dashboard-chart-empty-title {
  font-family: 'GlovoFont Medium', 'Noto Medium', sans-serif;
  text-align: left;
}
.dashboard-chart-empty {
  display: none;
  text-align: center;
}

.dashboard-chart-empty-content {
  font-size: 14px;
}


@media (min-width: 768px) {
  .dashboard-chart-empty-icon {
    width: 110px;
  }

  .dashboard-chart-empty {
    display: block;
    height: 220px;
  }
}

@media (min-width: 1200px) {
  .dashboard-chart-empty-icon {
    width: 150px;
  }

  .dashboard-chart-empty {
    height: 100%;
  }
}

/* groups */

.dashboard-group-1 {
  display: flex;
  flex-direction: column;
  gap: 20px 17px;
  width: 100%;
}

.dashboard-group-1-1 {
  display: flex;
  gap: 20px 17px;
}

.dashboard-group-2 {
  width: 100%;
  display: flex;
  gap: 20px 17px;
}

.dashboard-group-3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 17px;
}

@media (min-width: 768px) {
  .dashboard-group-1 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .dashboard-group-1-1 {
    flex-direction: column;
    flex: 1 1 0;
    gap: 20px 27px;
  }

  .dashboard-group-1-2 {
    flex: 1 1 0;
  }

  .dashboard-group-1-3 {
    flex: 1 1 0;
  }

  .dashboard-group-2 {
    flex: 1 1 0;
    flex-direction: column;
    gap: 20px 17px;
  }

  .dashboard-group-3 {
    flex: 1 1 0;
    flex-wrap: nowrap;
    gap: 20px 17px;
  }
 }
 
  @media (min-width: 1200px) {
    .dashboard-group-1-1 {
      flex-direction: row;
      order: 2;
      gap: 30px 34px;
      max-width: 65.2%;
      min-width: 20%;
    }
    .dashboard-group-1-3 {
      order: 1;
      height: 324px;
      max-width: 31.1%;
    }
    .dashboard-group-1-2 {
      flex: 1 0 66%;
      max-width: 65.2%;
    }

    .dashboard-chart-user-rating {
      height: 100%;
    }

    .dashboard-group-1 {
      /* flex: 1 1 0; */
      gap: 30px 34px;
    }

    .dashboard-group-2 {
      display: none;
    }

    .dashboard-group-3 {
      flex-direction: row;
      gap: 30px 34px;
    }
    .banner-rewards-cta {
      width: 280px;
    }

  }




/* Glovo Pro certificate */


.glovo-pro-certificate {
  background: white;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-top: 10px;
 border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin-bottom: 20px;
}

.glovo-pro-certificate p {
  margin: 0px;
}

.glovo-pro-certificate a{
color: #17C2A2;
font-family: 'GlovoFont Medium', 'Noto Medium', sans-serif;
}

.glovo-pro-certificate a:hover{
  color: black;
  text-decoration: none;
  filter: brightness(0%)
  }

  .glovo-pro-certificate img {
     max-height: 20px;
    width: auto;
}




/* LOYALTY POINTS */
.platinum-box-message {
  padding: 10px 0px;
  text-align: center;
  background-color: #17C2A2;
  margin-bottom: 20px;
}

.progress-bar.loyalty {
  background-color: #17C2A2;
  color: #212529;
  font-family: GlovoFont Bold;
}

.progress.loyalty {
  background-color: white;
  height: 20px;
}

.loyalty-bar-title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px;
}
.loyalty-progress-bar {
  margin-bottom: 40px;
}

.loyalty-bar-tier-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loyalty-bar-title {
  background: var(--solids-orca, #171C20);
  color: white;
  padding: 0px 5px;
  border-radius: 18px;
}


.banner-rewards-cta {
  color: white;
  width: 30%;
  font-family: 'GlovoFont Medium';
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .banner-rewards-cta {
    width: 100%;
  }
}

.banner-rewards-cta:hover {
  color: white;
  text-decoration: none;
}


.loyalty-next-program{
  background-color: #D1F3EC;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .loyalty-next-program{
    padding: 1rem;
    gap: 1rem;
    margin-bottom: 30px;
  }
}</pre></body></html>