/* [project]/src/components/uiElements/uiElements.module.scss.module.css [app-client] (css) */
.uiElements-module-scss-module__K6SnmW__backgroundColor {
  color: var(--backgroundColor);
}

.uiElements-module-scss-module__K6SnmW__foregroundColor {
  color: var(--foregroundColor);
}

.uiElements-module-scss-module__K6SnmW__loginCardColor {
  color: var(--loginCardColor);
}

.uiElements-module-scss-module__K6SnmW__typographyPrimaryColor {
  color: var(--typographyPrimaryColor);
}

.uiElements-module-scss-module__K6SnmW__typographySecondaryColor {
  color: var(--typographySecondaryColor);
}

.uiElements-module-scss-module__K6SnmW__typographyTertiaryColor {
  color: var(--typographyTertiaryColor);
}

.uiElements-module-scss-module__K6SnmW__typographyHighlightedColor {
  color: var(--typographyHighlightedColor);
}

.uiElements-module-scss-module__K6SnmW__highlightBgColor {
  color: var(--highlightBgColor);
}

.uiElements-module-scss-module__K6SnmW__highlightTextColor {
  color: var(--highlightTextColor);
}

.uiElements-module-scss-module__K6SnmW__activeBgColor {
  color: var(--activeBgColor);
}

.uiElements-module-scss-module__K6SnmW__activeTextColor {
  color: var(--activeTextColor);
}

.uiElements-module-scss-module__K6SnmW__successColor {
  color: var(--successColor);
}

.uiElements-module-scss-module__K6SnmW__warningColor {
  color: var(--warningColor);
}

.uiElements-module-scss-module__K6SnmW__dangerColor {
  color: var(--dangerColor);
}

.uiElements-module-scss-module__K6SnmW__infoColor {
  color: var(--infoColor);
}

.uiElements-module-scss-module__K6SnmW__progressColor {
  color: var(--progressColor);
}

.uiElements-module-scss-module__K6SnmW__pendingColor {
  color: var(--pendingColor);
}

.uiElements-module-scss-module__K6SnmW__primaryBtn {
  text-transform: capitalize;
  min-width: 10rem;
  color: var(--primaryBtnTextColor);
  background: var(--primaryBtnBgColor);
  border: .0625rem solid var(--primaryBtnBgColor);
  cursor: pointer;
  border-radius: .625rem;
  outline: none;
  justify-content: center;
  align-items: center;
  gap: .625rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.75rem;
  display: flex;
}

.uiElements-module-scss-module__K6SnmW__primaryBtn:hover, .uiElements-module-scss-module__K6SnmW__primaryBtn:focus {
  background: var(--primaryBtnHoverColor);
}

.uiElements-module-scss-module__K6SnmW__primaryBtn:disabled {
  background: var(--disabledBtnBgColor);
  color: var(--disabledBtnTextColor);
  border-color: var(--disabledBtnBgColor);
  opacity: .5;
  cursor: not-allowed;
}

.uiElements-module-scss-module__K6SnmW__secondaryBtn {
  text-transform: capitalize;
  min-width: 10rem;
  color: var(--secondaryBtnTextColor);
  background: var(--secondaryBtnBgColor);
  border: .0625rem solid var(--secondaryBtnTextColor);
  cursor: pointer;
  border-radius: .625rem;
  outline: none;
  justify-content: center;
  align-items: center;
  gap: .625rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.75rem;
  display: flex;
}

.uiElements-module-scss-module__K6SnmW__secondaryBtn:hover, .uiElements-module-scss-module__K6SnmW__secondaryBtn:focus {
  background: var(--secondaryBtnHoverColor);
  color: var(--primaryBtnTextColor);
}

.uiElements-module-scss-module__K6SnmW__secondaryBtn:disabled {
  background: var(--disabledBtnBgColor);
  color: var(--disabledBtnTextColor);
  border-color: var(--disabledBtnBgColor);
  opacity: .5;
  cursor: not-allowed;
}

.uiElements-module-scss-module__K6SnmW__buttonContainer {
  justify-content: end;
  align-items: center;
  gap: 1rem;
  margin-top: .625rem;
  display: flex;
}

@media (max-width: 500px) {
  .uiElements-module-scss-module__K6SnmW__buttonContainer {
    flex-direction: column;
  }

  .uiElements-module-scss-module__K6SnmW__buttonContainer .uiElements-module-scss-module__K6SnmW__primaryBtn, .uiElements-module-scss-module__K6SnmW__buttonContainer .uiElements-module-scss-module__K6SnmW__secondaryBtn {
    min-width: 100%;
  }
}

.uiElements-module-scss-module__K6SnmW__modalButtonContainer {
  justify-content: end;
  align-items: center;
  gap: 1rem;
  margin-top: .625rem;
  display: flex;
}

@media (max-width: 500px) {
  .uiElements-module-scss-module__K6SnmW__modalButtonContainer {
    flex-direction: column;
  }

  .uiElements-module-scss-module__K6SnmW__modalButtonContainer .uiElements-module-scss-module__K6SnmW__primaryBtn, .uiElements-module-scss-module__K6SnmW__modalButtonContainer .uiElements-module-scss-module__K6SnmW__secondaryBtn {
    min-width: 100% !important;
  }
}

.uiElements-module-scss-module__K6SnmW__modalButtonContainer .uiElements-module-scss-module__K6SnmW__primaryBtn, .uiElements-module-scss-module__K6SnmW__modalButtonContainer .uiElements-module-scss-module__K6SnmW__secondaryBtn {
  min-width: 2rem;
  padding: .3125rem 2.5rem;
}

.uiElements-module-scss-module__K6SnmW__foreGroundCard {
  background: var(--foregroundColor);
  border: .0625rem solid var(--borderColor);
  border-radius: .5rem;
  flex-direction: column;
  padding: 1rem;
  display: flex;
}

.uiElements-module-scss-module__K6SnmW__foreGroundCard h2 small {
  color: var(--typographyTertiaryColor);
}

.uiElements-module-scss-module__K6SnmW__Runway, .uiElements-module-scss-module__K6SnmW__BA {
  color: #ddb803;
  background: #40371f !important;
}

.uiElements-module-scss-module__K6SnmW__IndicativeIncome, .uiElements-module-scss-module__K6SnmW__MF {
  color: #8f44f3;
  background: #332f4e !important;
}

.uiElements-module-scss-module__K6SnmW__AvgYield, .uiElements-module-scss-module__K6SnmW__FD {
  color: #0478ef;
  background: #183f5d !important;
}

.uiElements-module-scss-module__K6SnmW__Treasury, .uiElements-module-scss-module__K6SnmW__BD {
  color: #fc6300;
  background: #583c2a !important;
}

[data-theme="Light"] .uiElements-module-scss-module__K6SnmW__Runway, [data-theme="Light"] .uiElements-module-scss-module__K6SnmW__BA {
  color: #9a7a00;
  background: #f6ecc2 !important;
}

[data-theme="Light"] .uiElements-module-scss-module__K6SnmW__IndicativeIncome, [data-theme="Light"] .uiElements-module-scss-module__K6SnmW__MF {
  color: #6f2ed6;
  background: #f3ebff !important;
}

[data-theme="Light"] .uiElements-module-scss-module__K6SnmW__AvgYield, [data-theme="Light"] .uiElements-module-scss-module__K6SnmW__FD {
  color: #005fcc;
  background: #e6f2ff !important;
}

[data-theme="Light"] .uiElements-module-scss-module__K6SnmW__Treasury, [data-theme="Light"] .uiElements-module-scss-module__K6SnmW__BD {
  color: #d9480f;
  background: #f8decd !important;
}

.uiElements-module-scss-module__K6SnmW__globalTableStyle {
  border-collapse: collapse;
  background: var(--tableBgColor);
  border: .0625rem solid var(--tableBorderColor);
  border-radius: .375rem;
  width: 100%;
  overflow: hidden;
}

.uiElements-module-scss-module__K6SnmW__globalTableStyle thead {
  background: var(--tableHeaderBgColor);
}

.uiElements-module-scss-module__K6SnmW__globalTableStyle thead th {
  white-space: nowrap;
  text-align: left;
  color: var(--typographyPrimaryColor);
  border-bottom: .0625rem solid var(--tableBorderColor);
  padding: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.uiElements-module-scss-module__K6SnmW__globalTableStyle tbody tr {
  transition: all .2s;
}

.uiElements-module-scss-module__K6SnmW__globalTableStyle tbody tr:hover {
  background: var(--tableHoverColor);
}

.uiElements-module-scss-module__K6SnmW__globalTableStyle tbody tr td {
  color: var(--typographyPrimaryColor);
  border-bottom: .0625rem solid var(--tableBorderColor);
  white-space: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 24rem;
  padding: 1rem;
  font-size: .875rem;
  overflow: hidden;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow: auto hidden;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle {
  border-collapse: collapse;
  background: var(--tableBgColor);
  border: .0625rem solid var(--tableBorderColor);
  border-radius: .375rem;
  width: 100%;
  overflow: hidden;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle thead {
  background: var(--tableHeaderBgColor);
  border: .125rem solid var(--tableBorderColor);
  border-bottom: none;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle thead tr th {
  text-align: left;
  color: var(--typographyPrimaryColor);
  white-space: nowrap;
  border-bottom: .0625rem solid var(--tableBorderColor);
  padding: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle tbody tr {
  transition: background-color .2s;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle tbody tr:hover:not(.uiElements-module-scss-module__K6SnmW__categoryRow):not(.uiElements-module-scss-module__K6SnmW__subTotalRow):not(.uiElements-module-scss-module__K6SnmW__grandTotalRow) {
  background: var(--tableHoverColor);
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle tbody tr td {
  color: var(--typographyPrimaryColor);
  border-bottom: .0625rem solid var(--tableBorderColor);
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  max-width: 24rem;
  padding: 1rem;
  font-size: .875rem;
  overflow: hidden;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle tbody .uiElements-module-scss-module__K6SnmW__categoryRow td {
  color: var(--typographyHighlightedColor);
  font-size: 1rem;
  font-weight: 600;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle tbody .uiElements-module-scss-module__K6SnmW__categoryRow td:after {
  content: "";
  background: var(--tableBorderColor);
  height: .0625rem;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle tbody .uiElements-module-scss-module__K6SnmW__categoryListRow {
  position: relative;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle tbody .uiElements-module-scss-module__K6SnmW__categoryListRow td {
  border-bottom: none;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle tbody .uiElements-module-scss-module__K6SnmW__categoryListRow:after {
  content: "";
  background: var(--tableBorderColor);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle tbody .uiElements-module-scss-module__K6SnmW__categoryListRow:last-child:after {
  display: none;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle tbody .uiElements-module-scss-module__K6SnmW__subTotalRow .uiElements-module-scss-module__K6SnmW__subTotalHeader {
  color: var(--typographyHighlightedColor);
  text-align: end;
  font-weight: 600;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle tbody .uiElements-module-scss-module__K6SnmW__grandTotalRow td {
  background: var(--tableHeaderBgColor);
  border-bottom: .125rem solid var(--tableBorderColor);
  color: var(--typographyHighlightedColor);
  font-weight: 700;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle tbody .uiElements-module-scss-module__K6SnmW__grandTotalRow .uiElements-module-scss-module__K6SnmW__grandTotalHeader {
  color: var(--typographyHighlightedColor);
  font-size: 1.125rem;
  font-weight: 600;
}

.uiElements-module-scss-module__K6SnmW__recordTableWrapper .uiElements-module-scss-module__K6SnmW__recordTableStyle .uiElements-module-scss-module__K6SnmW__flexFieldStyle {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: .1875rem;
  display: flex;
}

.uiElements-module-scss-module__K6SnmW__disabledElement {
  opacity: .5;
  pointer-events: none;
}

.uiElements-module-scss-module__K6SnmW__positiveValueColor {
  color: var(--successColor);
}

.uiElements-module-scss-module__K6SnmW__negativeValueColor {
  color: var(--dangerColor);
}

.uiElements-module-scss-module__K6SnmW__highlightCard .uiElements-module-scss-module__K6SnmW__foreGroundCard {
  animation: 1s ease-in-out 3 uiElements-module-scss-module__K6SnmW__highlightFade;
}

@keyframes uiElements-module-scss-module__K6SnmW__highlightFade {
  0% {
    border: 2px solid #0000;
    box-shadow: 0 0 #d59d3500;
  }

  50% {
    border: 2px solid var(--typographyHighlightedColor);
    box-shadow: 0 0 16px #d59d3573;
  }

  100% {
    border: 2px solid #0000;
    box-shadow: 0 0 #d59d3500;
  }
}

.uiElements-module-scss-module__K6SnmW__globalTooltip {
  background: var(--activeBgColor) !important;
  color: var(--activeTextColor) !important;
  z-index: 99999 !important;
  font-size: .875rem !important;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker-wrapper {
  width: 100%;
}

body .uiElements-module-scss-module__K6SnmW__react-datepicker-popper {
  z-index: 999;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__header {
  background-color: var(--modalBgColor) !important;
  border-bottom: none !important;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__navigation-icon:before {
  border-color: var(--typographyPrimaryColor) !important;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__day {
  color: var(--typographyPrimaryColor) !important;
  border-radius: .5rem !important;
  margin: .25rem !important;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__day-name {
  color: var(--highlightBgColor) !important;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__day--disabled, .uiElements-module-scss-module__K6SnmW__react-datepicker__month-text--disabled, .uiElements-module-scss-module__K6SnmW__react-datepicker__quarter-text--disabled, .uiElements-module-scss-module__K6SnmW__react-datepicker__year-text--disabled {
  cursor: default;
  color: var(--disabledColor) !important;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__day:not([aria-disabled="true"]):hover, .uiElements-module-scss-module__K6SnmW__react-datepicker__month-text:not([aria-disabled="true"]):hover, .uiElements-module-scss-module__K6SnmW__react-datepicker__quarter-text:not([aria-disabled="true"]):hover, .uiElements-module-scss-module__K6SnmW__react-datepicker__year-text:not([aria-disabled="true"]):hover, .uiElements-module-scss-module__K6SnmW__react-datepicker__day--in-range, .uiElements-module-scss-module__K6SnmW__react-datepicker__day--selected, .uiElements-module-scss-module__K6SnmW__react-datepicker__day--keyboard-selected {
  background-color: var(--highlightBgColor) !important;
  color: var(--highlightTextColor) !important;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__day--in-selecting-range, .uiElements-module-scss-module__K6SnmW__react-datepicker__day--in-range:hover {
  background-color: var(--secondaryBtnBgColor) !important;
  color: var(--secondaryBtnTextColor) !important;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__navigation-icon {
  top: .75rem !important;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__triangle {
  display: none !important;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__current-month {
  color: var(--typographyPrimaryColor) !important;
  margin-bottom: .5rem !important;
  font-weight: 600 !important;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__month-select {
  opacity: 0;
  width: 40px;
  position: relative;
  top: -35px;
  right: -24px;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__year-dropdown-container--select {
  opacity: 0;
  width: 60px;
  position: relative;
  top: -35px;
  left: -5px;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__header__dropdown, .uiElements-module-scss-module__K6SnmW__react-datepicker__header__dropdown--select {
  height: 0;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__navigation--previous, .uiElements-module-scss-module__K6SnmW__react-datepicker__navigation--next {
  height: 2.5rem !important;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__close-icon {
  right: 2.5rem !important;
}

.uiElements-module-scss-module__K6SnmW__react-datepicker__close-icon:after {
  background-color: var(--activeBgColor) !important;
  color: var(--activeTextColor) !important;
}

.uiElements-module-scss-module__K6SnmW__floatingInputContainer {
  width: 100%;
  position: relative;
}

.uiElements-module-scss-module__K6SnmW__floatingInputContainer textarea, .uiElements-module-scss-module__K6SnmW__floatingInputContainer input {
  border: .0625rem solid var(--inputBorderColor);
  width: 100%;
  height: 3rem;
  color: var(--inputTextColor);
  caret-color: var(--typographyPrimaryColor);
  background: none;
  border-radius: .625rem;
  outline: none;
  padding: 1.25rem;
  font-size: .875rem;
  transition: all .2s;
}

.uiElements-module-scss-module__K6SnmW__floatingInputContainer textarea:focus, .uiElements-module-scss-module__K6SnmW__floatingInputContainer input:focus {
  outline: none;
}

.uiElements-module-scss-module__K6SnmW__floatingInputContainer textarea:disabled, .uiElements-module-scss-module__K6SnmW__floatingInputContainer input:disabled {
  background: var(--disabledColor);
  cursor: not-allowed;
  opacity: .7;
}

.uiElements-module-scss-module__K6SnmW__floatingInputContainer textArea {
  height: unset;
}

.uiElements-module-scss-module__K6SnmW__floatingInputContainer label {
  color: var(--inputTextColor);
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #f5f5f500;
  max-width: calc(100% - 24px);
  padding: 0 4px;
  font-size: .875rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  left: 1.125rem;
  overflow: hidden;
  transform: translateY(-50%);
}

.uiElements-module-scss-module__K6SnmW__floatingInputContainer textarea:focus + label, .uiElements-module-scss-module__K6SnmW__floatingInputContainer textarea:not(:placeholder-shown) + label, .uiElements-module-scss-module__K6SnmW__floatingInputContainer input:focus + label, .uiElements-module-scss-module__K6SnmW__floatingInputContainer input:not(:placeholder-shown) + label {
  font-size: .75rem;
  top: 0;
  transform: translateY(-50%);
}

.uiElements-module-scss-module__K6SnmW__floatingInputContainer .uiElements-module-scss-module__K6SnmW__prefixIconStyle {
  width: 1.125rem;
  color: var(--iconColor);
  position: absolute;
  top: .75rem;
  left: .75rem;
}

.uiElements-module-scss-module__K6SnmW__floatingInputContainer .uiElements-module-scss-module__K6SnmW__sufixIconStyle {
  width: 1.125rem;
  color: var(--iconColor);
  position: absolute;
  top: .75rem;
  right: .75rem;
}

.uiElements-module-scss-module__K6SnmW__floatingInputContainer .uiElements-module-scss-module__K6SnmW__passwordSuffixIcon {
  cursor: pointer;
  color: var(--iconColor);
  font-size: 1.125rem;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  transform: translateY(-50%);
}

.uiElements-module-scss-module__K6SnmW__floatingInputContainer.uiElements-module-scss-module__K6SnmW__smallSize input {
  height: 2.375rem;
  font-size: .75rem;
}

.uiElements-module-scss-module__K6SnmW__floatingInputContainer.uiElements-module-scss-module__K6SnmW__smallSize label {
  font-size: .75rem;
  top: 1.25rem;
}

.uiElements-module-scss-module__K6SnmW__prefixInputContainer input {
  padding: 1.25rem 2.5rem;
}

.uiElements-module-scss-module__K6SnmW__prefixInputContainer label {
  left: 2.375rem;
}

.uiElements-module-scss-module__K6SnmW__errorContainer .uiElements-module-scss-module__K6SnmW__errorInput {
  border-color: var(--dangerColor) !important;
}

.uiElements-module-scss-module__K6SnmW__errorContainer label {
  color: var(--dangerColor) !important;
}

.uiElements-module-scss-module__K6SnmW__errorContainer .uiElements-module-scss-module__K6SnmW__inputError {
  color: var(--dangerColor);
  justify-content: end;
  padding: .3125rem 0 0;
  font-size: .75rem;
  display: flex;
}

.uiElements-module-scss-module__K6SnmW__errorContainer .uiElements-module-scss-module__K6SnmW__prefixIconStyle {
  color: var(--dangerColor);
}

.uiElements-module-scss-module__K6SnmW__floatingSelect {
  width: 100%;
  position: relative;
}

.uiElements-module-scss-module__K6SnmW__floatingSelect .uiElements-module-scss-module__K6SnmW__floatingInput input {
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: .5rem 2rem .5rem 1rem;
  overflow: hidden;
}

.uiElements-module-scss-module__K6SnmW__floatingSelect .uiElements-module-scss-module__K6SnmW__downArrowIcon {
  color: var(--iconColor);
  cursor: pointer;
  pointer-events: none;
  font-size: 1.5rem;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  transform: translateY(-50%);
}

.uiElements-module-scss-module__K6SnmW__floatingSelect .uiElements-module-scss-module__K6SnmW__selected {
  color: var(--inputTextColor);
  background: var(--dropdownHoverColor);
  font-size: .875rem;
}

.uiElements-module-scss-module__K6SnmW__floatingSelect.uiElements-module-scss-module__K6SnmW__smallSize .uiElements-module-scss-module__K6SnmW__floatingInput input {
  padding: .5rem 2rem .5rem 1rem;
  font-size: .75rem;
}

.uiElements-module-scss-module__K6SnmW__floatingSelect.uiElements-module-scss-module__K6SnmW__smallSize .uiElements-module-scss-module__K6SnmW__downArrowIcon {
  font-size: 1.125rem;
  top: 1.25rem;
}

.uiElements-module-scss-module__K6SnmW__floatingSelect.uiElements-module-scss-module__K6SnmW__smallSize .uiElements-module-scss-module__K6SnmW__selected, .uiElements-module-scss-module__K6SnmW__floatingSelect.uiElements-module-scss-module__K6SnmW__smallSize .uiElements-module-scss-module__K6SnmW__menu__globalSearch input {
  font-size: .75rem;
}

.uiElements-module-scss-module__K6SnmW__floatingSelect.uiElements-module-scss-module__K6SnmW__smallSize .uiElements-module-scss-module__K6SnmW__menu__globalSearch .uiElements-module-scss-module__K6SnmW__closeIcon {
  font-size: .75rem;
  top: .5rem;
}

.uiElements-module-scss-module__K6SnmW__floatingSelect.uiElements-module-scss-module__K6SnmW__smallSize .uiElements-module-scss-module__K6SnmW__menu .uiElements-module-scss-module__K6SnmW__option {
  font-size: .75rem;
}

.uiElements-module-scss-module__K6SnmW__floatingSelect.uiElements-module-scss-module__K6SnmW__smallSize .uiElements-module-scss-module__K6SnmW__floatingInputContainer input {
  height: 2.375rem;
  font-size: .75rem;
}

.uiElements-module-scss-module__K6SnmW__floatingSelect.uiElements-module-scss-module__K6SnmW__smallSize .uiElements-module-scss-module__K6SnmW__floatingInputContainer label {
  font-size: .75rem;
  top: 1.25rem;
}

.uiElements-module-scss-module__K6SnmW__floatingSelect.uiElements-module-scss-module__K6SnmW__smallSize .uiElements-module-scss-module__K6SnmW__floatingInputContainer input:focus + label, .uiElements-module-scss-module__K6SnmW__floatingSelect.uiElements-module-scss-module__K6SnmW__smallSize .uiElements-module-scss-module__K6SnmW__floatingInputContainer input:not(:placeholder-shown) + label {
  font-size: .625rem;
  top: 0;
  transform: translateY(-50%);
}

@keyframes uiElements-module-scss-module__K6SnmW__dropdownFade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.uiElements-module-scss-module__K6SnmW__mandatoryIcon {
  color: var(--dangerColor);
  margin-left: .25rem;
}

.uiElements-module-scss-module__K6SnmW__floatingDateInput {
  width: 100%;
  position: relative;
}

.uiElements-module-scss-module__K6SnmW__floatingDateInput label {
  color: var(--inputTextColor);
  pointer-events: none;
  z-index: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #f5f5f500;
  max-width: calc(100% - 40px);
  padding: 0 4px;
  font-size: .875rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  left: .75rem;
  overflow: hidden;
  transform: translateY(-50%);
}

.uiElements-module-scss-module__K6SnmW__floatingDateInput label.uiElements-module-scss-module__K6SnmW__float {
  font-size: .75rem;
  top: 0;
  left: .8rem;
  transform: translateY(-50%);
}

.uiElements-module-scss-module__K6SnmW__floatingDateInput .uiElements-module-scss-module__K6SnmW__calenderIcon {
  color: var(--iconColor);
  cursor: pointer;
  z-index: 2;
  pointer-events: none;
  font-size: 1.25rem;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  transform: translateY(-50%);
}

.uiElements-module-scss-module__K6SnmW__floatingDateInput .uiElements-module-scss-module__K6SnmW__customDatepickerInput {
  border: 1px solid var(--inputBorderColor);
  cursor: pointer;
  background: none;
  border-radius: .5rem;
  outline: none;
  width: 100%;
  padding: .75rem 2.5rem .75rem 1rem;
  font-size: .875rem;
  transition: border-color .2s, box-shadow .2s;
}

.uiElements-module-scss-module__K6SnmW__floatingDateInput .uiElements-module-scss-module__K6SnmW__customDatepickerInput:focus {
  border-color: var(--inputBorderColor);
}

.uiElements-module-scss-module__K6SnmW__floatingDateInput .uiElements-module-scss-module__K6SnmW__customDatepickerInput:disabled {
  cursor: not-allowed;
  opacity: .7;
}

.uiElements-module-scss-module__K6SnmW__floatingDateInput .uiElements-module-scss-module__K6SnmW__customDatepickerCalendar {
  background-color: var(--modalBgColor);
  border: 1px solid var(--inputBorderColor);
  color: var(--dangerColor);
  border-radius: .75rem;
  padding: .625rem;
  box-shadow: 0 1px 10px #00000026;
}

.uiElements-module-scss-module__K6SnmW__floatingDateInput.uiElements-module-scss-module__K6SnmW__smallSize label {
  font-size: .75rem;
  top: 1.25rem;
}

.uiElements-module-scss-module__K6SnmW__floatingDateInput.uiElements-module-scss-module__K6SnmW__smallSize label.uiElements-module-scss-module__K6SnmW__float {
  font-size: .625rem;
  top: 0;
  left: .8rem;
  transform: translateY(-50%);
}

.uiElements-module-scss-module__K6SnmW__floatingDateInput.uiElements-module-scss-module__K6SnmW__smallSize .uiElements-module-scss-module__K6SnmW__calenderIcon {
  font-size: 1rem;
  top: 1.25rem;
}

.uiElements-module-scss-module__K6SnmW__floatingDateInput.uiElements-module-scss-module__K6SnmW__smallSize .uiElements-module-scss-module__K6SnmW__customDatepickerInput {
  padding: .625rem 2.5rem .625rem 1rem;
  font-size: .75rem;
}

.uiElements-module-scss-module__K6SnmW__toggleContainer {
  align-items: center;
  gap: .75rem;
  display: flex;
  position: relative;
}

.uiElements-module-scss-module__K6SnmW__toggleContainer__label {
  cursor: pointer;
  align-items: center;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.uiElements-module-scss-module__K6SnmW__toggleContainer__toggle {
  border: .0625rem solid var(--inputBorderColor);
  cursor: pointer;
  border-radius: 9999px;
  align-items: center;
  width: 2.875rem;
  height: 1.5625rem;
  padding: .25rem;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  display: flex;
}

.uiElements-module-scss-module__K6SnmW__toggleContainer__toggleCircle {
  background-color: var(--activeTextColor);
  border-radius: 9999px;
  width: 1rem;
  height: 1rem;
  transition: transform .3s ease-in-out;
  transform: translateX(0);
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.uiElements-module-scss-module__K6SnmW__toggleContainer.uiElements-module-scss-module__K6SnmW__smallToggle .uiElements-module-scss-module__K6SnmW__toggleContainer__label {
  font-size: .875rem;
}

.uiElements-module-scss-module__K6SnmW__toggleContainer.uiElements-module-scss-module__K6SnmW__smallToggle .uiElements-module-scss-module__K6SnmW__toggleContainer__toggle {
  width: 1.875rem;
  height: 1rem;
}

.uiElements-module-scss-module__K6SnmW__toggleContainer.uiElements-module-scss-module__K6SnmW__smallToggle .uiElements-module-scss-module__K6SnmW__toggleContainer__toggleCircle {
  width: .625rem;
  height: .625rem;
}

.uiElements-module-scss-module__K6SnmW__toggleContainer.uiElements-module-scss-module__K6SnmW__smallToggle .uiElements-module-scss-module__K6SnmW__activePosition {
  transform: translateX(.75rem) !important;
}

.uiElements-module-scss-module__K6SnmW__toggleContainer .uiElements-module-scss-module__K6SnmW__activePosition {
  transform: translateX(1.25rem);
}

.uiElements-module-scss-module__K6SnmW__toggleContainer .uiElements-module-scss-module__K6SnmW__activeToggle {
  background-color: var(--activeBgColor);
}

.uiElements-module-scss-module__K6SnmW__toggleContainer .uiElements-module-scss-module__K6SnmW__deActiveToggle {
  background-color: var(--disabledColor);
}

.uiElements-module-scss-module__K6SnmW__fileUpload {
  width: 100%;
  color: var(--typographyPrimaryColor);
  font-weight: 500;
}

.uiElements-module-scss-module__K6SnmW__fileUpload__title {
  margin-top: .625rem;
  font-size: .8125rem;
}

.uiElements-module-scss-module__K6SnmW__fileUpload__container {
  border: .12rem dashed var(--inputBorderColor);
  min-height: 8rem;
  color: var(--typographyPrimaryColor);
  border-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: .625rem 0;
  padding: .3125rem;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.uiElements-module-scss-module__K6SnmW__fileUpload__container input {
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.uiElements-module-scss-module__K6SnmW__fileUpload__container .uiElements-module-scss-module__K6SnmW__previewImageContainer {
  border-radius: .625rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

.uiElements-module-scss-module__K6SnmW__fileUpload__container .uiElements-module-scss-module__K6SnmW__previewImageContainer .uiElements-module-scss-module__K6SnmW__previewImage {
  max-width: 80%;
}

.uiElements-module-scss-module__K6SnmW__fileUpload__container .uiElements-module-scss-module__K6SnmW__previewImageContainer .uiElements-module-scss-module__K6SnmW__deleteIcon {
  cursor: pointer;
  position: absolute;
  top: .5rem;
  right: .625rem;
}

.uiElements-module-scss-module__K6SnmW__fileUpload__container .uiElements-module-scss-module__K6SnmW__clientLogo {
  background: var(--backgroundColor);
}

.uiElements-module-scss-module__K6SnmW__fileUpload__container .uiElements-module-scss-module__K6SnmW__clientLogo .uiElements-module-scss-module__K6SnmW__deleteIcon {
  color: var(--typographyPrimaryColor);
}

.uiElements-module-scss-module__K6SnmW__fileUpload__message {
  margin-bottom: .625rem;
  font-size: .75rem;
}

.uiElements-module-scss-module__K6SnmW__fileUpload__sampleTemplate {
  color: var(--linkColor);
  cursor: pointer;
  font-size: 1rem;
}

.uiElements-module-scss-module__K6SnmW__checkboxContainer {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  font-size: 1rem;
  display: inline-flex;
  position: relative;
}

.uiElements-module-scss-module__K6SnmW__checkboxContainer input {
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
  position: absolute;
}

.uiElements-module-scss-module__K6SnmW__checkboxContainer .uiElements-module-scss-module__K6SnmW__customCheckbox {
  border: .125rem solid var(--inputBorderColor);
  background-color: #0000;
  border-radius: .25rem;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  margin-right: .625rem;
  transition: all .2s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
}

.uiElements-module-scss-module__K6SnmW__checkboxContainer .uiElements-module-scss-module__K6SnmW__customCheckbox__label {
  align-items: center;
  gap: .25rem;
  display: flex;
  position: relative;
}

.uiElements-module-scss-module__K6SnmW__checkboxContainer .uiElements-module-scss-module__K6SnmW__customCheckbox:after {
  content: "";
  display: none;
  position: absolute;
}

.uiElements-module-scss-module__K6SnmW__checkboxContainer input:checked ~ .uiElements-module-scss-module__K6SnmW__customCheckbox {
  border-color: var(--activeBgColor);
  background-color: #0000;
}

.uiElements-module-scss-module__K6SnmW__checkboxContainer input:checked ~ .uiElements-module-scss-module__K6SnmW__customCheckbox:after {
  border: solid var(--activeBgColor);
  border-width: 0 2px 2px 0;
  width: .375rem;
  height: .75rem;
  display: block;
  top: .0155rem;
  left: .295rem;
  transform: rotate(45deg);
}

.uiElements-module-scss-module__K6SnmW__checkboxContainer .uiElements-module-scss-module__K6SnmW__smallCustomCheckbox {
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
}

.uiElements-module-scss-module__K6SnmW__checkboxContainer input:checked ~ .uiElements-module-scss-module__K6SnmW__smallCustomCheckbox:after {
  border: solid var(--activeBgColor);
  border-width: 0 2px 2px 0;
  width: .375rem;
  height: .6875rem;
  display: block;
  top: .0655rem;
  left: .295rem;
  transform: rotate(45deg);
}

.uiElements-module-scss-module__K6SnmW__checkboxContainer.uiElements-module-scss-module__K6SnmW__disabledCheckbox {
  opacity: .6;
  cursor: not-allowed;
}

.uiElements-module-scss-module__K6SnmW__checkboxContainer.uiElements-module-scss-module__K6SnmW__disabledCheckbox input {
  cursor: not-allowed;
}

.uiElements-module-scss-module__K6SnmW__radioLabel {
  color: var(--typographyPrimaryColor);
  margin-bottom: .625rem;
  font-size: 1rem;
  display: block;
}

.uiElements-module-scss-module__K6SnmW__radioGroup {
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 1.25rem;
  display: flex;
}

.uiElements-module-scss-module__K6SnmW__radioGroup .uiElements-module-scss-module__K6SnmW__radioContainer {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  display: flex;
}

.uiElements-module-scss-module__K6SnmW__radioGroup .uiElements-module-scss-module__K6SnmW__radioInput {
  display: none;
}

.uiElements-module-scss-module__K6SnmW__radioGroup .uiElements-module-scss-module__K6SnmW__radioCircle {
  border: 2px solid var(--inputBorderColor);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: all .2s;
  display: flex;
}

.uiElements-module-scss-module__K6SnmW__radioGroup .uiElements-module-scss-module__K6SnmW__radioDot {
  background: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.uiElements-module-scss-module__K6SnmW__radioGroup .uiElements-module-scss-module__K6SnmW__checked {
  border-color: var(--typographyHighlightedColor);
}

.uiElements-module-scss-module__K6SnmW__radioGroup .uiElements-module-scss-module__K6SnmW__checked .uiElements-module-scss-module__K6SnmW__radioDot {
  background: var(--typographyHighlightedColor);
}

.uiElements-module-scss-module__K6SnmW__radioGroup .uiElements-module-scss-module__K6SnmW__radioOptionTitle {
  font-size: .875rem;
}

.uiElements-module-scss-module__K6SnmW__radioGroup.uiElements-module-scss-module__K6SnmW__smallRadio .uiElements-module-scss-module__K6SnmW__radioCircle {
  width: 1rem;
  height: 1rem;
}

.uiElements-module-scss-module__K6SnmW__radioGroup.uiElements-module-scss-module__K6SnmW__smallRadio .uiElements-module-scss-module__K6SnmW__radioDot {
  width: .5rem;
  height: .5rem;
}

.uiElements-module-scss-module__K6SnmW__radioGroup.uiElements-module-scss-module__K6SnmW__smallRadio .uiElements-module-scss-module__K6SnmW__radioLabel {
  font-size: .8125rem;
}

.uiElements-module-scss-module__K6SnmW__radioGroup.uiElements-module-scss-module__K6SnmW__disabled {
  opacity: .5;
  cursor: not-allowed;
}

input:-webkit-autofill {
  transition: background-color 99999s ease-in-out;
  -webkit-text-fill-color: var(--typographyPrimaryColor) !important;
  caret-color: var(--typographyPrimaryColor) !important;
  color: var(--typographyPrimaryColor) !important;
  background-clip: content-box !important;
  box-shadow: inset 0 0 0 1000px #0000 !important;
}

input:-webkit-autofill:hover {
  transition: background-color 99999s ease-in-out;
  -webkit-text-fill-color: var(--typographyPrimaryColor) !important;
  caret-color: var(--typographyPrimaryColor) !important;
  color: var(--typographyPrimaryColor) !important;
  background-clip: content-box !important;
  box-shadow: inset 0 0 0 1000px #0000 !important;
}

input:-webkit-autofill:focus {
  transition: background-color 99999s ease-in-out;
  -webkit-text-fill-color: var(--typographyPrimaryColor) !important;
  caret-color: var(--typographyPrimaryColor) !important;
  color: var(--typographyPrimaryColor) !important;
  background-clip: content-box !important;
  box-shadow: inset 0 0 0 1000px #0000 !important;
}

input:-webkit-autofill:active {
  transition: background-color 99999s ease-in-out;
  -webkit-text-fill-color: var(--typographyPrimaryColor) !important;
  caret-color: var(--typographyPrimaryColor) !important;
  color: var(--typographyPrimaryColor) !important;
  background-clip: content-box !important;
  box-shadow: inset 0 0 0 1000px #0000 !important;
}

textarea:-webkit-autofill {
  transition: background-color 99999s ease-in-out;
  -webkit-text-fill-color: var(--typographyPrimaryColor) !important;
  caret-color: var(--typographyPrimaryColor) !important;
  color: var(--typographyPrimaryColor) !important;
  background-clip: content-box !important;
  box-shadow: inset 0 0 0 1000px #0000 !important;
}

textarea:-webkit-autofill:hover {
  transition: background-color 99999s ease-in-out;
  -webkit-text-fill-color: var(--typographyPrimaryColor) !important;
  caret-color: var(--typographyPrimaryColor) !important;
  color: var(--typographyPrimaryColor) !important;
  background-clip: content-box !important;
  box-shadow: inset 0 0 0 1000px #0000 !important;
}

textarea:-webkit-autofill:focus {
  transition: background-color 99999s ease-in-out;
  -webkit-text-fill-color: var(--typographyPrimaryColor) !important;
  caret-color: var(--typographyPrimaryColor) !important;
  color: var(--typographyPrimaryColor) !important;
  background-clip: content-box !important;
  box-shadow: inset 0 0 0 1000px #0000 !important;
}

input:focus {
  color: var(--typographyPrimaryColor) !important;
  -webkit-text-fill-color: var(--typographyPrimaryColor) !important;
  caret-color: var(--typographyPrimaryColor) !important;
}

input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.uiElements-module-scss-module__K6SnmW__menu {
  background: var(--modalBgColor);
  border: 1px solid var(--inputBorderColor);
  z-index: 999;
  border-radius: .625rem;
  animation: .15s uiElements-module-scss-module__K6SnmW__dropdownFade;
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 4px 10px 2px #0000001a;
}

.uiElements-module-scss-module__K6SnmW__menu__container {
  overscroll-behavior: contain;
  max-height: 250px;
  overflow-y: auto;
}

.uiElements-module-scss-module__K6SnmW__menu__globalSearch {
  z-index: 2;
  background: var(--modalBgColor);
  margin: .625rem;
  position: sticky;
  top: 0;
}

.uiElements-module-scss-module__K6SnmW__menu__globalSearch input {
  border: .0625rem solid var(--inputBorderColor);
  border-radius: .3125rem;
  width: 100%;
  padding: .3125rem .625rem;
}

.uiElements-module-scss-module__K6SnmW__menu__globalSearch input:focus {
  outline: none;
}

.uiElements-module-scss-module__K6SnmW__menu__globalSearch .uiElements-module-scss-module__K6SnmW__closeIcon {
  color: var(--typographyPrimaryColor);
  cursor: pointer;
  font-size: 1rem;
  position: absolute;
  top: .5rem;
  right: .625rem;
}

.uiElements-module-scss-module__K6SnmW__menu .uiElements-module-scss-module__K6SnmW__option {
  cursor: pointer;
  color: var(--typographyPrimaryColor);
  align-items: center;
  min-height: 36px;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: background-color .2s, color .2s;
  display: flex;
}

.uiElements-module-scss-module__K6SnmW__menu .uiElements-module-scss-module__K6SnmW__option:hover {
  background-color: var(--dropdownHoverColor);
}

.uiElements-module-scss-module__K6SnmW__menu .uiElements-module-scss-module__K6SnmW__option .uiElements-module-scss-module__K6SnmW__optionlabel {
  width: 100%;
}

.uiElements-module-scss-module__K6SnmW__menu .uiElements-module-scss-module__K6SnmW__focusedOption {
  background-color: var(--dropdownHoverColor);
}

/*# sourceMappingURL=src_components_uiElements_uiElements_module_scss_module_06ii12b.css.map*/