/* screen - popup-add-new-skill */

.popup-add-new-skill {
  align-items: center;
  background-color: var(--white);
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /*min-width: 776px;*/
  width: 100%;
  /*padding: 32px 48px 48px;*/
  position: relative;
}

.popup-add-new-skill .frame-2608576 {
  align-items: center;
  align-self: stretch;
  height: 56px;
  justify-content: space-between;
}

.popup-add-new-skill .close-default {
  height: 24px;
  /*margin-right: -11873.00px;*/
  margin-top: -7996.00px;
  min-width: 24px;
  position: relative;
  display: none;
}

.popup-add-new-skill .title {
  color: var(--blue-1);
  font-family: var(--font-family-sf_pro-semibold);
  font-size: var(--font-size-xl);
  font-weight: 590;
  letter-spacing: 0;
  line-height: 36px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
  margin: 0 auto;
}

.popup-add-new-skill .icon-close {
  height: 28px;
  min-width: 28px;
  position: absolute;
  right: 0;
}

.popup-add-new-skill .frame-2608603 {
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  /*width: 680px;*/
  width: 100%;
}

.popup-add-new-skill .frame-2608593 {
  align-items: center;
  align-self: stretch;
  gap: 60px;
}

.popup-add-new-skill .frame-2608591 {
  align-items: center;
  flex: 1;
  gap: 16px;
}

.popup-add-new-skill .input-large {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.popup-add-new-skill .label {
  color: var(--gray-2);
  font-family: var(--font-family-sf_pro-regular);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0.34px;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.popup-add-new-skill .frame-2608131 {
  align-items: center;
  align-self: stretch;
  border: 1px solid;
  border-color: var(--gray-4);
  border-radius: 8px;
  gap: 10px;
  height: 44px;
  padding: 15px 16px;
}

.popup-add-new-skill .text-input {
  color: var(--gray-3);
  font-family: var(--font-family-sf_pro-regular);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0.34px;
  line-height: 21px;
  margin-bottom: -2.50px;
  margin-top: -4.50px;
  position: relative;
  /*text-align: center;*/
  white-space: nowrap;
  width: fit-content;
}

.popup-add-new-skill .frame-2608714 {
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
}

.popup-add-new-skill .component-4 {
  background-color: var(--neutralsecondary-3);
}

.popup-add-new-skill .enabled {
  color: var(--gray-1);
  font-family: var(--font-family-sf_pro-regular);
  font-size: var(--font-size-l);
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 24px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.popup-add-new-skill .component-3 {
  background-color: var(--blue-1);
}

.popup-add-new-skill .enabled-1 {
  color: var(--white);
  font-family: var(--font-family-sf_pro-regular);
  font-size: var(--font-size-l);
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 24px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.popup-add-new-skill .component {
  align-items: center;
  border-radius: 8px;
  display: flex;
  flex: 1;
  gap: 10px;
  height: 44px;
  justify-content: center;
  padding: 1px 20px;
  position: relative;
}

.popup-add-new-skill .frame {
  display: flex;
  position: relative;
}


/*.select2-container--krajee-bs4 .select2-results__option.select2-results__option--selected {*/
/*  background-color: var(--dark-blue) !important;*/
/*  color: white !important;*/
/*}*/

/*.select2-container--krajee-bs4  .select2-results__option--highlighted {*/
/*  background-color: var(--light-blue) !important;*/
/*  color: var(--dark-blue) !important;*/
/*}*/


.select2-container--default .select2-results__option--selected[aria-selected="false"] {
  background-color: var(--dark-blue) !important;
  color: white !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
  background-color: var(--light-blue) !important;
  color: var(--dark-blue) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selected[aria-selected="true"] {
  background-color: var(--dark-blue) !important;
  color: white !important;
}

