.profile__wrapper {
  background-color: #fbfbfe;
  min-height: 100vh;
  padding-bottom: 1.5rem;
}
.profile {
  border-radius: 20px;
  position: relative;
}
.schedule__subtitle {
  font-size: 0.7rem;
  color: var(--black-color);
  font-weight: 600;
}
.schedule__title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--black-color);
}
.schedule__desc {
  font-size: 0.8rem;
}
.profile__img {
  width: 115px;
  height: 115px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #f2f2f2;
}
.tags__wrapper {
  display: flex;
  gap: 0.9rem 0.5rem;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: flex-start;
}
.tag__primary {
  padding: 2px 1.3rem;
  border-radius: 28px;
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-flex;
}
.profile__fullname {
  font-size: 1.2rem;
  color: #171725;
  text-transform: capitalize;
}
.profile__university {
  padding: 0 12px;
  border-inline-end: 1px solid #e2e2ea;
}
.profile__university:last-child {
  border: none;
}

.btn__vertical {
  display: flex;
  font-size: 0.9rem;
  font-weight: 600;
  column-gap: 14px;
  align-items: center;
  padding: 8px 30px 8px 14px;
  cursor: pointer;
  color: var(--white-color);
  border: none;
  justify-content: space-between;
  border-radius: 12px;
  font-family: "Open Sans", serif;
}
.btn__vertical__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 28px;
  border-radius: 0.7rem;
}
.tag__section {
  padding: 1rem 1.2rem;
  border-radius: 20px;
  background-color: #f9f9f9;
}
.btn__transform-icon {
  transform: rotate(90deg);
}
.badge {
  display: block;
  color: #3b3a41;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 5px;
}
.tag__small {
  background-color: #c9caff;
  border-radius: 28px;
  color: var(--main-color);
  padding: 2px 18px;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
}
.avilable__section {
  border-radius: 20px;
}

.header__basic {
  padding-top: 23px;
  padding-bottom: 1rem;
  margin-bottom: 20px;
}
.future__item {
  border-radius: 10px;
  padding: 14px 8px;
  column-gap: 10px;
}
.avilable__inner {
  display: flex;
  flex-direction: column;
  row-gap: 1.1rem;
}
.futures__block {
  border-radius: 10px;
  padding: 0.8rem 8px;
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
  font-family: "Roboto", sans-serif;
}
.nav__next,
.nav__pref {
  border-radius: 12px;
  border: transparent;
  text-align: center;
  background-color: var(--main-color);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__next {
  position: absolute;
  top: 14px;
  right: 16px;
  bottom: 0;
}

.nav__pref {
  position: absolute;
  top: 14px;
  left: 16px;
  bottom: 0;
}

@media (width >= 75em) {
  .grid-content {
    display: grid;
    column-gap: 25px;
    grid-template-columns: 1fr 27.625rem;
  }
  .avilable__section {
    padding: 2rem 1.5rem;
  }
  .profile {
    padding: 35px 28px;
  }
  .uk-responsive-group {
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 18px;
  }
  .info__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 45px;
  }
}

@media (width < 75em) {
  .grid-content {
    display: grid;
    row-gap: 18px;
    grid-template-columns: 1fr;
  }
  .uk-container-pg {
    padding: 0 1rem;
  }
  .profile,
  .avilable__section {
    padding: 1rem;
    border: 1px solid #efeef2;
  }
  .uk-responsive-group {
    flex-direction: column;
    justify-content: center;
    row-gap: 1.2rem;
    text-align: center;
    align-items: center;
  }
  .header__basic {
    background-color: #3c2080;
  }
  .ctn {
    justify-content: center;
  }
  .future__item {
    flex-direction: column;
    align-items: center;
    width: 100%;
    row-gap: 0.8rem;
  }
}

@media (width < 960px) {
  .group {
    margin-bottom: 2rem;
  }
}
