/* [project]/src/frontend/tokuComponents/tokuLoading/toku-loading.module.css [client] (css) */
.toku-loading-module__3XTqRq__loadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fffffffc;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: 20px;
}

.toku-loading-module__3XTqRq__loadingContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.toku-loading-module__3XTqRq__loadingLogo {
  height: 35px;
  width: auto;
}

.toku-loading-module__3XTqRq__loadingDots {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 24px;
}

.toku-loading-module__3XTqRq__loadingSubtext {
  color: #7e8699;
  text-align: center;
}

.toku-loading-module__3XTqRq__loadingTextContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.toku-loading-module__3XTqRq__loadingDot {
  width: 12px;
  height: 12px;
  background: #1646ce;
  border-radius: 50%;
  animation: .8s ease-out infinite toku-loading-module__3XTqRq__dotBounce;
}

.toku-loading-module__3XTqRq__loadingDot:first-child {
  animation-delay: 0s;
  background: #2663eb;
}

.toku-loading-module__3XTqRq__loadingDot:nth-child(2) {
  animation-delay: .1s;
  background: #3e92f9;
}

.toku-loading-module__3XTqRq__loadingDot:nth-child(3) {
  animation-delay: .2s;
  background: #61a6fb;
}

@keyframes toku-loading-module__3XTqRq__dotBounce {
  0%, 60%, 100% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(4px);
  }
}


/* [project]/src/frontend/styles/dashboard.module.css [client] (css) */
.dashboard-module__ja9Q9G__pageContainer {
  padding-top: 4px;
  background: none !important;
}

.dashboard-module__ja9Q9G__dateText {
  color: #6b7280;
  margin-bottom: 24px;
}

.dashboard-module__ja9Q9G__pageHeading {
  margin-top: 6px;
  margin-bottom: 2px;
  color: #111827;
}

.dashboard-module__ja9Q9G__summaryStrip {
  align-items: center;
  border-radius: 12px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, #4b78ec 0%, #3f68df 40%, #3159d5 75%, #2b53cc 100%);
  overflow-x: auto;
  padding: 20px 24px !important;
  border: none !important;
}

.dashboard-module__ja9Q9G__summaryStrip::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.dashboard-module__ja9Q9G__summaryItem {
  min-width: 175px;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}

.dashboard-module__ja9Q9G__summaryIcon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ffffff29;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dashboard-module__ja9Q9G__summaryContent {
  margin-left: 12px;
}

.dashboard-module__ja9Q9G__summaryValue {
  color: #fff;
  line-height: 1.2;
}

.dashboard-module__ja9Q9G__summaryLabel {
  color: #ffffffe6;
  line-height: 1.2;
}

.dashboard-module__ja9Q9G__summaryDivider {
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #ffffff40;
}

.dashboard-module__ja9Q9G__topGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.dashboard-module__ja9Q9G__bottomGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  align-items: stretch;
}

.dashboard-module__ja9Q9G__card {
  box-sizing: border-box;
  border: 1px solid #e4e7ec !important;
  border-radius: 12px !important;
  padding: 16px !important;
  background: #fff !important;
  box-shadow: none !important;
  width: 100% !important;
  align-items: stretch !important;
}

.dashboard-module__ja9Q9G__cardHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

.dashboard-module__ja9Q9G__cardTitle {
  color: #111827;
  line-height: 1.35;
}

.dashboard-module__ja9Q9G__linkAction {
  padding: 0 !important;
  min-height: auto !important;
  line-height: 1 !important;
}

.dashboard-module__ja9Q9G__earningsTotalRow {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 6px;
  margin-bottom: 20px;
}

.dashboard-module__ja9Q9G__earningsTotal {
  color: #111827;
  line-height: 1;
}

.dashboard-module__ja9Q9G__mutedText {
  color: #6b7280;
}

.dashboard-module__ja9Q9G__chartRow {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.dashboard-module__ja9Q9G__chartAxis {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}

.dashboard-module__ja9Q9G__axisLabel {
  color: #364152;
  line-height: 1;
}

.dashboard-module__ja9Q9G__chartBars {
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.dashboard-module__ja9Q9G__barWrapper {
  flex: 1;
  min-width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.dashboard-module__ja9Q9G__bar {
  width: 100%;
  max-width: 46px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(#4d7ff8 0%, #1f4eca 100%);
}

.dashboard-module__ja9Q9G__barLabel {
  color: #344054;
}

.dashboard-module__ja9Q9G__quickCardsGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dashboard-module__ja9Q9G__quickCard {
  box-sizing: border-box;
  border: 1px solid #e4e7ec !important;
  border-radius: 12px !important;
  padding: 16px !important;
  background: #fff !important;
  box-shadow: none !important;
  width: 100% !important;
}

.dashboard-module__ja9Q9G__tableCard {
  background: #fff !important;
}

.dashboard-module__ja9Q9G__quickCardIcon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f2f4f7;
  color: #667085;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.dashboard-module__ja9Q9G__quickCardTitle {
  color: #101828;
  line-height: 1.3;
}

.dashboard-module__ja9Q9G__quickCardDescription {
  color: #667085;
  line-height: 1.3;
  margin-top: 4px;
}

.dashboard-module__ja9Q9G__listContainer {
  margin-top: 8px;
  width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.dashboard-module__ja9Q9G__listRow {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  width: 100%;
  box-sizing: border-box;
  align-self: stretch;
}

.dashboard-module__ja9Q9G__listRowLeft {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.dashboard-module__ja9Q9G__rowIcon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f2f4f7;
  color: #667085;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dashboard-module__ja9Q9G__listRowTitle {
  color: #101828;
  line-height: 1.35;
}

.dashboard-module__ja9Q9G__listRowDetails {
  color: #667085;
  line-height: 1.35;
  margin-top: 2px;
}

.dashboard-module__ja9Q9G__statusBadge {
  margin-top: 3px;
}

.dashboard-module__ja9Q9G__statusApproved {
}

.dashboard-module__ja9Q9G__statusPending {
}

.dashboard-module__ja9Q9G__rowDivider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #eaecf0;
}

.dashboard-module__ja9Q9G__activityRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  width: 100%;
  box-sizing: border-box;
  align-self: stretch;
}

.dashboard-module__ja9Q9G__activityRow + .dashboard-module__ja9Q9G__activityRow {
  border-top: 1px solid #eaecf0;
}

.dashboard-module__ja9Q9G__activityLeft {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.dashboard-module__ja9Q9G__activityDot {
  margin-top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  flex-shrink: 0;
}

.dashboard-module__ja9Q9G__activityDotPositive {
  background: #12b76a;
}

.dashboard-module__ja9Q9G__activityDotNeutral {
  background: #d0d5dd;
}

.dashboard-module__ja9Q9G__activityTime {
  color: #667085;
  white-space: nowrap;
  padding-top: 2px;
}

.dashboard-module__ja9Q9G__adminStatsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.dashboard-module__ja9Q9G__adminStatCard {
  box-sizing: border-box;
  border: 1px solid #e4e7ec !important;
  border-radius: 12px !important;
  padding: 20px !important;
  background: #fff !important;
  box-shadow: none !important;
  width: 100% !important;
}

.dashboard-module__ja9Q9G__adminStatIcon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f2f4f7;
  color: #667085;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.dashboard-module__ja9Q9G__adminStatValue {
  color: #111827;
  line-height: 1.2;
  margin-bottom: 2px;
}

.dashboard-module__ja9Q9G__adminStatLabel {
  color: #667085;
  line-height: 1.3;
}

.dashboard-module__ja9Q9G__emptyState {
  padding: 32px 16px;
  text-align: center;
}

@media (width <= 960px) {
  .dashboard-module__ja9Q9G__topGrid, .dashboard-module__ja9Q9G__bottomGrid {
    grid-template-columns: 1fr;
  }

  .dashboard-module__ja9Q9G__adminStatsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width <= 780px) {
  .dashboard-module__ja9Q9G__summaryStrip {
    margin-bottom: 20px;
    padding: 16px !important;
  }

  .dashboard-module__ja9Q9G__summaryItem {
    min-width: 165px;
    padding-right: 16px;
    margin-right: 16px;
  }

  .dashboard-module__ja9Q9G__quickCardsGrid {
    grid-template-columns: 1fr;
  }

  .dashboard-module__ja9Q9G__chartBars {
    gap: 10px;
  }
}


/* [project]/src/frontend/modules/onboardingv2/components/styles/onboarding-modal.module.css [client] (css) */
.onboarding-modal-module__VFH9MW__editModalWrapper .ant-modal {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.onboarding-modal-module__VFH9MW__editModalWrapper .ant-modal-content {
  border-radius: 20px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.onboarding-modal-module__VFH9MW__editModalWrapper .ant-modal-body {
  border-radius: 16px !important;
}

.onboarding-modal-module__VFH9MW__editModalWrapper .ant-modal-footer {
  margin-top: 0 !important;
}

.onboarding-modal-module__VFH9MW__hintText {
  color: #535862;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.onboarding-modal-module__VFH9MW__editModalWrapper .ant-divider {
  margin: 0 !important;
  width: 100% !important;
}


/* [project]/src/frontend/modules/onboardingv2/components/styles/stepper-dots.module.css [client] (css) */
.stepper-dots-module__WsGzra__stepperContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  width: 100%;
}

.stepper-dots-module__WsGzra__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all .3s;
  cursor: pointer;
}

.stepper-dots-module__WsGzra__dotInactive {
  background-color: #e5e7eb;
  opacity: .5;
}

.stepper-dots-module__WsGzra__dotActive {
  background-color: #1238a5;
  transform: scale(1.2);
  box-shadow: 0 0 0 2px #0612f233;
}

.stepper-dots-module__WsGzra__dotCompleted {
  background-color: #1238a5;
}

.stepper-dots-module__WsGzra__dotCompleted:hover {
  opacity: 1;
  transform: scale(1.1);
}

.stepper-dots-module__WsGzra__dotActive:hover {
  transform: scale(1.3);
}


/* [project]/src/frontend/components/styled-table/StyledTable.module.css [client] (css) */
.StyledTable-module__4kXVWa__container {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  overflow: visible;
}

.StyledTable-module__4kXVWa__wrapper {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.StyledTable-module__4kXVWa__table .ant-table {
  font-size: 14px;
  table-layout: fixed !important;
  width: 100% !important;
}

.StyledTable-module__4kXVWa__table .ant-table-container {
  width: 100% !important;
}

.StyledTable-module__4kXVWa__table .ant-table-container table {
  table-layout: fixed !important;
}

.StyledTable-module__4kXVWa__table .styled-table-pin-last .ant-table-container table {
  table-layout: auto !important;
}

.styled-table-pin-last .StyledTable-module__4kXVWa__table .ant-table-container table {
  table-layout: auto !important;
}

.styled-table-pin-last .StyledTable-module__4kXVWa__table .ant-table-tbody > tr > td:last-child, .styled-table-pin-last .StyledTable-module__4kXVWa__table .ant-table-thead > tr > th:last-child {
  width: 1px;
  white-space: nowrap;
}

.StyledTable-module__4kXVWa__table .ant-table-thead > tr > th {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .05em;
  background-color: #fafbfc !important;
  color: #6b7280 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  padding: 12px 16px !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.StyledTable-module__4kXVWa__table .ant-table-tbody > tr > td {
  padding: 16px !important;
  font-size: 14px !important;
  border-bottom: 1px solid #f3f4f6 !important;
  background-color: #fff !important;
  color: #111827 !important;
}

.StyledTable-module__4kXVWa__table .ant-table-tbody > tr:hover > td {
  background-color: #f8f9fa !important;
}

.StyledTable-module__4kXVWa__table .ant-table-tbody > tr.ant-table-row:hover {
  background-color: #f8f9fa !important;
}

.StyledTable-module__4kXVWa__table .ant-table-thead > tr > th:before {
  display: none !important;
}

.StyledTable-module__4kXVWa__table .ant-table-container {
  border: none !important;
}

.StyledTable-module__4kXVWa__table .ant-table-content {
  border: none !important;
}

.StyledTable-module__4kXVWa__table table {
  border-spacing: 0 !important;
}

.StyledTable-module__4kXVWa__table .ant-pagination {
  margin-top: 16px;
  text-align: center;
}

.StyledTable-module__4kXVWa__table .ant-table-wrapper {
  background: none;
}

.StyledTable-module__4kXVWa__table .ant-table-tbody > tr > td:last-child {
  text-align: right;
}

.StyledTable-module__4kXVWa__table .ant-table-measure-row {
  display: none;
}

.StyledTable-module__4kXVWa__header {
  padding: 24px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.StyledTable-module__4kXVWa__header h1 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  margin: 0 0 8px !important;
  line-height: 1.2 !important;
}

.StyledTable-module__4kXVWa__header p {
  font-size: 14px;
  color: #495057;
  margin: 0;
}

.StyledTable-module__4kXVWa__header > div:first-child {
  flex: 1;
  min-width: 0;
  margin-right: 16px;
}

.StyledTable-module__4kXVWa__header > div:first-child > :last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.StyledTable-module__4kXVWa__headerActions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

.StyledTable-module__4kXVWa__simpleFooter {
  background-color: #fafbfc;
  border-top: 1px solid #e5e7eb;
  margin: -16px;
  margin-top: 0;
  padding: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}


/* [project]/src/frontend/modules/product-switcher/components/product-switcher-modal.module.css [client] (css) */
.product-switcher-modal-module__5gCwzG__productSwitcherModalWrapper .ant-modal {
  border-radius: 16px !important;
  overflow: hidden !important;
}

.product-switcher-modal-module__5gCwzG__productSwitcherModalWrapper .ant-modal-content {
  border-radius: 16px !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 20px 24px -4px #0a0d1214, 0 8px 8px -4px #0a0d1208, 0 3px 3px -1.5px #0a0d120a !important;
}

.product-switcher-modal-module__5gCwzG__productSwitcherModalWrapper .ant-modal-body {
  padding: 0 !important;
}

.product-switcher-modal-module__5gCwzG__modalContainer {
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  padding: 24px;
}

.product-switcher-modal-module__5gCwzG__modalHeader {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.product-switcher-modal-module__5gCwzG__headerTitle {
  margin: 0;
  color: #181d27;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600 !important;
}

.product-switcher-modal-module__5gCwzG__rolesSection {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  max-height: 400px;
  overflow-y: auto;
}

.product-switcher-modal-module__5gCwzG__rolesSection::-webkit-scrollbar {
  width: 6px;
}

.product-switcher-modal-module__5gCwzG__rolesSection::-webkit-scrollbar-track {
  background: none;
}

.product-switcher-modal-module__5gCwzG__rolesSection::-webkit-scrollbar-thumb {
  background: #e6e8ec;
  border-radius: 3px;
}

.product-switcher-modal-module__5gCwzG__rolesSection::-webkit-scrollbar-thumb:hover {
  background: #d1d5db;
}

.product-switcher-modal-module__5gCwzG__roleCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #fff;
  border: 1.5px solid #e9eaeb;
  border-radius: 12px;
  cursor: pointer;
  transition: all .2s;
  width: 100%;
  text-align: left;
}

.product-switcher-modal-module__5gCwzG__roleCard:hover {
  border-color: #4e5ba6;
}

.product-switcher-modal-module__5gCwzG__roleCardSelected {
  border: 2px solid #4e5ba6;
  padding: 15.5px 19.5px;
}

.product-switcher-modal-module__5gCwzG__roleCardContent {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.product-switcher-modal-module__5gCwzG__orgName {
  margin: 0;
  color: #717680;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.product-switcher-modal-module__5gCwzG__roleNameRow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-switcher-modal-module__5gCwzG__roleName {
  margin: 0;
  color: #181d27;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500 !important;
}

.product-switcher-modal-module__5gCwzG__radioButton {
  width: 20px;
  height: 20px;
  border: 1.5px solid #d5d7da;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .2s;
  background: #fff;
}

.product-switcher-modal-module__5gCwzG__radioButtonSelected {
  background: #4e5ba6;
  border-color: #4e5ba6;
}

.product-switcher-modal-module__5gCwzG__radioButtonInner {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.product-switcher-modal-module__5gCwzG__modalFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}


/* [project]/src/frontend/modules/product-switcher/components/post-login-org-selector.module.css [client] (css) */
.post-login-org-selector-module__xlrToG__postLoginModalWrapper .ant-modal {
  border-radius: 16px !important;
  overflow: hidden !important;
}

.post-login-org-selector-module__xlrToG__postLoginModalWrapper .ant-modal-content {
  border-radius: 16px !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 20px 24px -4px #0a0d1214, 0 8px 8px -4px #0a0d1208, 0 3px 3px -1.5px #0a0d120a !important;
}

.post-login-org-selector-module__xlrToG__postLoginModalWrapper .ant-modal-body {
  padding: 0 !important;
}

.post-login-org-selector-module__xlrToG__modalContainer {
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  padding: 24px;
}

.post-login-org-selector-module__xlrToG__tokuLogo {
  position: fixed;
  top: 20px;
  left: 24px;
  z-index: 10000;
}

.post-login-org-selector-module__xlrToG__modalHeader {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.post-login-org-selector-module__xlrToG__headerTitle {
  margin: 0;
  color: #181d27;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600 !important;
}

.post-login-org-selector-module__xlrToG__headerSubtitle {
  margin: 0;
  color: #535862;
  font-size: 14px;
  line-height: 20px;
}

.post-login-org-selector-module__xlrToG__searchSection {
  margin-bottom: 16px;
}

.post-login-org-selector-module__xlrToG__noResults {
  text-align: center;
  color: #717680;
  font-size: 14px;
  padding: 16px;
  margin: 0;
}

.post-login-org-selector-module__xlrToG__rolesSection {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  max-height: 400px;
  overflow-y: auto;
}

.post-login-org-selector-module__xlrToG__roleCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #fff;
  border: 1.5px solid #e9eaeb;
  border-radius: 12px;
  cursor: pointer;
  transition: all .2s;
  width: 100%;
  text-align: left;
}

.post-login-org-selector-module__xlrToG__roleCard:hover {
  border-color: #4e5ba6;
}

.post-login-org-selector-module__xlrToG__roleCardSelected {
  border: 2px solid #4e5ba6;
  padding: 15.5px 19.5px;
}

.post-login-org-selector-module__xlrToG__roleCardContent {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.post-login-org-selector-module__xlrToG__orgName {
  margin: 0;
  color: #717680;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.post-login-org-selector-module__xlrToG__roleNameRow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-login-org-selector-module__xlrToG__roleName {
  margin: 0;
  color: #181d27;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500 !important;
}

.post-login-org-selector-module__xlrToG__radioButton {
  width: 20px;
  height: 20px;
  border: 1.5px solid #d5d7da;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .2s;
  background: #fff;
}

.post-login-org-selector-module__xlrToG__radioButtonSelected {
  background: #4e5ba6;
  border-color: #4e5ba6;
}

.post-login-org-selector-module__xlrToG__radioButtonInner {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.post-login-org-selector-module__xlrToG__modalFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.post-login-org-selector-module__xlrToG__footerHint {
  margin: 0;
  color: #717680;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}


/*# sourceMappingURL=src_frontend_992710._.css.map*/
