.user-profile-stacks-block {
  border-radius: 8px;
  background-color: #003187;
  overflow: hidden;
  margin-bottom: 24px;
}

.user-profile-stacks-block .top-stacks {
  padding: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .user-profile-stacks-block .top-stacks {
    padding: 20px 40px 11px;
  }
}

.user-profile-stacks-block .top-stack-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 23px;
}

.user-profile-stacks-block .regular-stacks {
  background: #194693;
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.regular-stacks__wrapper {
  position: relative;
}

.user-profile-stacks-block .regular-stacks__wrapper .slick-custom-navigation {
  width: auto;
  display: inline-flex;
  align-items: center;
  padding: 8px 6px;
  background-color: #003187;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.user-profile-stacks-block
  .regular-stacks__wrapper
  .slick-custom-navigation__region {
  background: #194693;
  display: flex;
  justify-content: center;
}

.user-profile-stacks-block
  .regular-stacks__wrapper
  .slick-custom-navigation
  .slick-custom-dots {
  margin-right: 20px;
  margin-left: 20px;
}

.user-profile-stacks-block
  .regular-stacks__wrapper
  .slick-custom-navigation
  .slick-dots {
  position: static;
  width: auto;
}

.user-profile-stacks-block
  .regular-stacks__wrapper
  .slick-custom-navigation
  .slick-dots
  li {
  background: #eef4f5;
  opacity: 0.25;
  border-radius: 6px;
  width: 8px;
  height: 8px;
  margin: 0 6px;
}

.user-profile-stacks-block
  .regular-stacks__wrapper
  .slick-custom-navigation
  .slick-dots
  li
  button {
  width: 8px;
  height: 8px;
  padding: 0;
}

.user-profile-stacks-block
  .regular-stacks__wrapper
  .slick-custom-navigation
  .slick-dots
  li.slick-active {
  background: #ffffff;
  opacity: 1;
}

.user-profile-stacks-block
  .regular-stacks__wrapper
  .slick-custom-navigation
  .slick-custom-btn {
  font-size: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  width: 13px;
  height: 7px;
}

.user-profile-stacks-block
  .regular-stacks__wrapper
  .slick-custom-navigation
  .prev-btn {
  background: url("../../resources/icons/long-arrow-left-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.user-profile-stacks-block
  .regular-stacks__wrapper
  .slick-custom-navigation
  .next-btn {
  background: url("../../resources/icons/long-arrow-right-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.user-profile-stacks-block .regular-stacks.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .user-profile-stacks-block .regular-stacks {
    padding: 30px 20px 26px;
  }
}

.user-profile-stacks-block .regular-stacks .slick-prev,
.user-profile-stacks-block .regular-stacks .slick-next {
  opacity: 0;
  width: 0;
  height: 0;
}

.user-profile-stacks-block .regular-stack-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.user-profile-stacks-block .regular-stack {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .user-profile-stacks-block .regular-stack {
    min-width: 210px;
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  .user-profile-stacks-block .regular-stack {
    min-width: 230px;
  }
}

.user-profile-stacks-block .skills-wrapper {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
}

.top-stacks .user-profile-stacks-block .skills-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.user-profile-stacks-block .regular-stack .skills-wrapper {
  flex-direction: column;
}

.user-profile-stacks-block .top-stacks .skill-item {
  margin-bottom: 24px;
  width: 100%;
  align-items: center;
}

@media (max-width: 767px) {
  .user-profile-stacks-block .top-stacks .skill-item:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .user-profile-stacks-block .top-stacks .skill-item {
    width: 48%;
  }
}

.user-profile-stacks-block .skill-item {
  display: flex;
  /* flex-wrap: wrap; */
}

.user-profile-stacks-block .regular-stack .skill-item {
  margin-bottom: 4px;
  width: 100%;
  min-width: 1px;
}

.user-profile-stacks-block .regular-stack .skill-item:last-of-type {
  margin-bottom: 0;
}

.user-profile-stacks-block .skill-item-right-side {
  flex: 1;
}

.user-profile-stacks-block .regular-stack .skill-item-right-side {
  display: inline-flex;
  flex-direction: column;
  min-width: 1px;
}

.user-profile-stacks-block .skill-item__icon {
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 6px;
}

.user-profile-stacks-block .skill-item__icon img {
  height: auto;
  max-width: 30px;
  max-height: 30px;
}

.user-profile-stacks-block .regular-stack .skill-item__icon {
  margin-right: 12px;
}

.user-profile-stacks-block .top-stacks .skill-name {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  color: #fff;
  position: relative;
  z-index: 1;
}

.user-profile-stacks-block .regular-stack .skill-name {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
  overflow: hidden;
  margin: auto 0;
}

.user-profile-stacks-block .top-stacks .experience-progress {
  margin-left: auto;
  padding: 4px 11px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.user-profile-stacks-block .experience-progress {
  border-radius: 8px;
  min-height: 6px;
  flex: 1;
  margin: 8px 0 7px;
  background: rgba(238, 244, 245, 0.25);
  position: relative;
  overflow: hidden;
}

.user-profile-stacks-block .experience-progress:after {
  content: "";
  background-color: #00c9ff;
  width: 0%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transition: width 0.5s ease-in-out;
  z-index: 0;
}

.user-profile-stacks-block .experience-progress.progress-init:after {
  width: calc(var(--progress) * 1%);
}

.user-profile-stacks-block .top-stacks .progress-role-container {
  flex: 1;
  min-width: 300px;
}

.user-profile-stacks-block .top-stacks .progress {
  height: 36px;
  background-color: #eef4f533;
  white-space: nowrap;
}

.user-profile-stacks-block .top-stacks .progress-bar {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}

/*# sourceMappingURL=user-profile-stacks-block.css.map */

.top-stacks a.btn,
.regular-stacks__wrapper a.btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.progress-role-container .progress-role {
  position: relative;
}

.progress-role-container .progress-role-container {
  flex-basis: 300px;
}

.progress-role-container .progress {
  width: auto;
}

.progress-role-container .progress-role-experience {
  font-size: 11px;
  margin-left: auto;
  font-weight: 400;
  color: white;
  position: absolute;
  right: 24px;
}

@media (max-width: 767px) {
  .user-profile-stacks-block .skills-wrapper {
    flex-wrap: wrap;
  }

  .user-profile-stacks-block .top-stacks .progress-bar {
    font-size: 14px;
    padding-left: 8px;
  }

  .user-profile-stacks-block .regular-stack .skill-name {
    /* max-width: 100px; */
  }
}

.top-stacks .skills-wrapper {
  gap: 20px;
  margin-bottom: 20px;
}

.top-stacks .progress {
  margin-bottom: 0;
}

.regular-stack .skills-wrapper {
  gap: 8px;
}

.regular-stacks .skills-wrapper {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  flex-wrap: nowrap;
  padding-right: 20px;
}
.user-profile-stacks-block .regular-stack {
  padding-right: 0;
}
.regular-stacks .skills-wrapper::-webkit-scrollbar {
  height: 12px;
  width: 6px;
  background: var(--color-dark-blue);
}

.regular-stacks .skills-wrapper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
}
