.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 30, 0.8);
  z-index: 1000;
  align-items: flex-end;
  justify-content: center;
}

.popup-local-payment {
  display: flex;
  width: 100%;
  max-height: 85%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 2rem 2rem 0 0;
  background: var(--Gray-900, #2f2f39);
  max-width: 100%;
  overflow-y: auto;
  flex: 1;
  flex-wrap: wrap;
}

.popup-career-text-wrapper .tag.skill-tag {
  text-transform: none;
}
.open-popup {
  width: 100%;
}
.popup-content {
  padding: 1.5rem 1.5rem 4rem 1.5rem;
  max-width: 100%;
}

.popup-local-payment .popup-bottom .btn-primary {
  display: block;
  width: 100%;
}
.popup-top {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  padding: 2rem 2rem 0 2rem;
  width: 100%;
}

.close-top {
  display: none;
}

.options-types-content {
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.popup-content .popup-head-wrapper {
  gap: 2.5rem;
}

.option-icons {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}

.popup-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.wrapper-popup-field {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.popup-details {
  flex: 1;
}

.popup-details h3 {
  margin-bottom: 1rem;
}

.popup-available-in {
  align-items: center;
}

.popup-payment-types h3,
.popup-available-in h3,
.popup-other h3 {
  width: auto;
  min-width: 10rem;
}

.popup-payment-types,
.popup-available-in,
.popup-other {
  flex-direction: column;
  align-items: flex-start;
}

.field {
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.5rem 1.5rem;
}
.popup-bottom .btn-primary.close-popup {
  width: 100%;
}
.popup-career {
  display: flex;
  width: 100%;
  max-height: 85%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 2rem 2rem 0 0;
  background: var(--Gray-900, #2f2f39);
  max-width: 100%;
  overflow-y: auto;
  flex: 1;
  flex-wrap: wrap;
}
.popup-inner-career {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.popup-career-text {
  display: flex;
  flex-direction: row;
}
.popup-career-text .label {
  width: 12.5rem;
}
.popup-career-text-wrapper .value {
  display: flex;
  flex-direction: column;
}
.popup-inner-basic {
  gap: 0.5rem;
}
.popup-share-buttons {
  margin: 1rem 0;
  flex-direction: column;
}
.popup-career-text-wrapper {
  display: flex;
}
@media (max-width: 400px) {
  .popup-career-text-wrapper {
    display: block;
  }
}
@media (min-width: 767px) {
  .popup-career-text-wrapper {
    display: flex;
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  .popup-career-text {
    gap: 2.5rem;
  }
  .popup {
    align-items: center;
    padding: 1rem;
    overflow: auto;
  }

  .popup-top {
    position: relative;
  }
  .close-top {
    display: block;
    font-size: 1.5rem;
    cursor: pointer;
    color: #fff;
  }
  .popup-local-payment {
    width: 100%;
    max-width: 54rem;
    max-height: 100%;
    margin-top: 0;
    border-radius: 2rem;
  }

  .popup-local-payment,
  .popup-career::-webkit-scrollbar {
    width: 0.25rem;
    background: transparent;
  }

  .popup-local-payment,
  .popup-career::-webkit-scrollbar-track {
    background: transparent;
  }

  .popup-local-payment,
  .popup-career::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background: var(--Gray-900, #59596b);
  }

  .popup-local-payment,
  .popup-career {
    scrollbar-width: thin;
    scrollbar-color: var(--Gray-900, #59596b) transparent;
    -ms-overflow-style: none;
  }

  .popup-local-payment,
  .popup-career::-ms-scrollbar {
    width: 0.25rem;
    background: transparent;
  }

  .popup-local-payment,
  .popup-career::-ms-thumb {
    border-radius: 0.5rem;
    background: var(--Gray-900, #59596b);
  }

  .popup-inner {
    align-items: flex-start;
    gap: 1.5rem;
  }

  .popup-image {
    max-width: 100%;
  }

  .popup-content {
    padding: 0 4rem;
  }

  .popup-payment-types,
  .popup-available-in,
  .popup-other {
    flex-direction: row;
  }

  .open-popup {
    width: auto;
  }

  .popup-bottom .btn-primary.close-popup {
    display: none;
  }
  .popup-share-buttons {
    flex-direction: row;
  }
  .wrapper-popup-field {
    row-gap: 1rem;
  }

  .options-types-content {
    margin: 2.5rem 0;
  }
  .popup-career {
    width: 100%;
    max-width: 54rem;
    max-height: 100%;
    margin-top: 0;
    border-radius: 2rem;
  }
  .popup-inner-career {
    align-items: flex-start;
    gap: 2.5rem;
  }
}
@media (max-width: 400px) {
  .popup-inner-basic {
    gap: 1rem;
  }
  .popup-career-text {
    flex-direction: column;
    gap: 0;
  }
}
