/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/ui/checkbox.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.checkbox_root___AhBO {
  position: relative;
  display: inline-grid;
  width: 16px;
  height: 16px;
  flex: none;
  place-items: center;
}

.checkbox_input__nQIra {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.checkbox_box__NKrQs {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border: 1px solid #606066;
  border-radius: 4px;
  background: rgb(255 255 255 / 4%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  color: #1c1c1f;
}

.checkbox_box__NKrQs svg { display: block; width: 14px; height: 14px; opacity: 0; stroke-width: 2.5; }
.checkbox_input__nQIra:checked + .checkbox_box__NKrQs { border-color: #eeb327; background: #eeb327; }
.checkbox_input__nQIra:checked + .checkbox_box__NKrQs svg { opacity: 1; }
.checkbox_input__nQIra:focus-visible + .checkbox_box__NKrQs { border-color: #9f9fa9; box-shadow: 0 0 0 3px #473e00; }
.checkbox_input__nQIra[aria-invalid="true"] + .checkbox_box__NKrQs { border-color: #ef4444; }
.checkbox_input__nQIra[aria-invalid="true"]:focus-visible + .checkbox_box__NKrQs { box-shadow: 0 0 0 3px rgb(135 41 42 / 55%); }
.checkbox_input__nQIra:disabled { cursor: not-allowed; }
.checkbox_root___AhBO:has(.checkbox_input__nQIra:disabled) { opacity: .5; }

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/ui/radio-group.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.radio-group_group__ovIDx {
  display: flex;
  align-items: center;
  gap: 16px;
}

.radio-group_item__znCoR {
  display: inline-grid;
  width: 16px;
  height: 16px;
  flex: none;
  place-items: center;
  border: 1px solid #606066;
  border-radius: 50%;
  padding: 0;
  color: #dedee2;
  background: transparent;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  cursor: pointer;
}

.radio-group_indicator__hOPnv {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentcolor;
}

.radio-group_item__znCoR:focus-visible {
  outline: 2px solid #eeb327;
  outline-offset: 2px;
}

.radio-group_item__znCoR[data-disabled] {
  opacity: .5;
  cursor: not-allowed;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/ui/profile-select.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.profile-select_field__vYo_c { display: flex; min-width: 0; flex-direction: column; gap: 6px; color: #f5f1e8; font-size: 14px; font-weight: 500; line-height: 1.5; letter-spacing: .07px; }
.profile-select_selectTrigger__KzS8Y { display: flex; width: 100%; height: 42px; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #525252; border-radius: 8px; padding: 8px 12px; color: #f5f1e8; background: rgb(255 255 255 / 5%); font: inherit; font-weight: 400; text-align: left; cursor: pointer; }
.profile-select_selectTrigger__KzS8Y[data-placeholder] { color: #9f9fa9; }
.profile-select_selectTrigger__KzS8Y:focus-visible { border-color: #eeb327; outline: none; box-shadow: 0 0 0 3px rgb(238 179 39 / 20%); }
.profile-select_selectTrigger__KzS8Y svg { width: 16px; height: 16px; flex: none; color: #9f9fa9; }
.profile-select_selectValue___CtlV { display: flex; min-width: 0; align-items: center; gap: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-select_selectValue___CtlV i { width: 8px; height: 8px; flex: none; border: 1px solid; border-radius: 50%; }
.profile-select_visuallyHidden__LmmPc { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.profile-select_selectPositioner___H_bi { z-index: 50; width: var(--anchor-width); min-width: var(--anchor-width); }
.profile-select_selectPopup__grYlE { box-sizing: content-box; width: 100%; max-height: min(360px, var(--available-height)); overflow-y: auto; border: 1px solid #525252; border-radius: 8px; padding: 4px; color: #f5f1e8; background: #252529; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 35%), 0 2px 4px -2px rgb(0 0 0 / 35%); }
.profile-select_selectItem__7L1hc { position: relative; display: flex; width: 100%; min-height: 36px; align-items: center; justify-content: flex-start; border-radius: 6px; padding: 7px 34px 7px 12px; outline: 0; font-size: 14px; font-weight: 400; line-height: 1.5; letter-spacing: .07px; text-align: left; cursor: pointer; }
.profile-select_selectItem__7L1hc > .profile-select_selectValue___CtlV { flex: 1; justify-content: flex-start; }
.profile-select_selectItem__7L1hc:hover, .profile-select_selectItem__7L1hc[data-highlighted] { background: #333338; }
.profile-select_selectItem__7L1hc[data-selected] { background: #606065; }
.profile-select_selectItem__7L1hc > span:not(.profile-select_selectValue___CtlV) { position: absolute; right: 10px; display: grid; place-items: center; }
.profile-select_selectItem__7L1hc svg { width: 16px; height: 16px; color: #eeb327; }

.profile-select_multiSelectTrigger__U4FW0 { display: flex; width: 100%; min-height: 40px; align-items: center; gap: 12px; overflow: hidden; border: 1px solid #525252; border-radius: 8px; padding: 0 8px 0 16px; color: #f5f1e8; background: rgb(255 255 255 / 5%); box-shadow: 0 1px 2px rgb(0 0 0 / 5%); font: inherit; text-align: left; cursor: pointer; }
.profile-select_multiSelectTrigger__U4FW0:hover { border-color: #606065; }
.profile-select_multiSelectTrigger__U4FW0:focus-visible { border-color: #9f9fa9; outline: 0; box-shadow: 0 0 0 3px rgb(238 179 39 / 20%); }
.profile-select_multiSelectTrigger__U4FW0[data-disabled] { opacity: .4; cursor: not-allowed; }
.profile-select_multiSelectValueLabel__dKA1r { flex: none; color: #9f9fa9; font-size: 14px; font-weight: 400; line-height: 1.5; letter-spacing: .07px; }
.profile-select_multiSelectValue__6osc5 { min-width: 0; flex: 1; overflow: hidden; color: #f5f1e8; font-size: 14px; font-weight: 400; line-height: 1.5; letter-spacing: .07px; text-overflow: ellipsis; white-space: nowrap; }
.profile-select_multiSelectChevrons__J5Plh { display: grid; width: 24px; height: 38px; flex: none; margin-left: auto; place-items: center; color: #9f9fa9; }
.profile-select_multiSelectChevrons__J5Plh svg { width: 16px; height: 16px; }
.profile-select_multiSelectPositioner__E5JbJ { z-index: 80; width: var(--anchor-width); min-width: var(--anchor-width); outline: 0; }
.profile-select_multiSelectPopup__lwY_r { box-sizing: border-box; display: flex; width: 100%; max-height: var(--available-height); flex-direction: column; overflow: hidden; border: 1px solid #525252; border-radius: 8px; color: #f5f1e8; background: #252529; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 35%), 0 2px 4px -2px rgb(0 0 0 / 35%); }
.profile-select_multiSelectSearchRow__FZtUV { display: flex; height: 36px; align-items: center; gap: 8px; border-bottom: 1px solid #525252; padding: 0 10px; color: #9f9fa9; }
.profile-select_multiSelectSearchRow__FZtUV > svg { width: 16px; height: 16px; flex: none; }
.profile-select_multiSelectInput__Gmu22 { min-width: 0; height: 35px; flex: 1; border: 0; padding: 0; color: #f5f1e8; background: transparent; outline: 0; font: inherit; font-size: 14px; font-weight: 400; line-height: 1.5; letter-spacing: .07px; }
.profile-select_multiSelectInput__Gmu22::placeholder { color: #9f9fa9; opacity: 1; }
.profile-select_multiSelectList__KrF4P { min-height: 0; max-height: 360px; overflow-y: auto; padding: 4px; outline: 0; scrollbar-color: #606065 transparent; scrollbar-width: thin; }
.profile-select_multiSelectItem__xSZ3m { display: flex; width: 100%; min-height: 32px; align-items: center; gap: 8px; border-radius: 6px; padding: 5px 8px; outline: 0; font-size: 14px; font-weight: 400; line-height: 1.5; letter-spacing: .07px; text-align: left; cursor: pointer; }
.profile-select_multiSelectItem__xSZ3m > span:last-child { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-select_multiSelectItem__xSZ3m:hover, .profile-select_multiSelectItem__xSZ3m[data-highlighted] { background: #333338; }
.profile-select_multiSelectItem__xSZ3m[data-disabled] { opacity: .4; cursor: not-allowed; }
.profile-select_multiSelectCheckbox__KncAa { box-sizing: border-box; display: grid; width: 16px; height: 16px; flex: none; place-items: center; border: 1px solid #606066; border-radius: 4px; background: rgb(255 255 255 / 4%); box-shadow: 0 1px 2px rgb(0 0 0 / 5%); }
.profile-select_multiSelectCheckbox__KncAa[data-selected] { border-color: #eeb327; background: #eeb327; }
.profile-select_multiSelectCheckbox__KncAa svg { width: 14px; height: 14px; color: #1c1c1f; stroke-width: 2.5; }
.profile-select_multiSelectEmpty__CAow9 { padding: 16px; color: #9f9fa9; font-size: 13px; text-align: center; }
.profile-select_multiSelectEmpty__CAow9:empty { display: none; }

