@font-face {
  font-family: 'FTRegolaNeue';
  src: url('/assets/FTRegolaNeue-Medium-BGwR70AO.otf') format("opentype"),
}

@font-face {
  font-family: 'FTRegolaNeue Bold';
  src: url('/assets/Mixtape-SemiBold-UPGlDoy_.otf') format("opentype"),
}

:root {
  font-family: 'FTRegolaNeue', Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light;
  color: #213547;
  background-color: #ffffff;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
    --Typo-Primary: #257CB4;
    --Primary-variant: #182551;
    --Typo-Secondary: #666666;
    --Primary: #091A33;
    --Secondary: #BDD7E8;
    --Black: #000;
    --White: #FFF;
    --Blue: #0348CE;
    --Grey-Colors-Neutral-1: #7A7A7A;
    --Grey-Colors-Neutral-2: #BFD4E8;
    --Grey-Colors-Neutral-3: #E0E0E0;
    --Background: #EFF6FF;
    --Backgrounds-Background-01: #EFF6FF;
    --Validations-Alert: #FBC122;
    --Validations-Success: #0A8754;
    --Validations-Error: #F9606A;
    --Success-light: #7DCD85;
}#app {
    width: 100%;
    height: 100%;
    overflow: auto;
}

a {
    font-weight: 500;
    color: white;
    text-decoration: inherit;
}

body {
    margin: 0;
    display: flex;
    place-items: center;
    min-width: 320px;
    min-height: 100vh;
}

button {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0.6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: #1a1a1a;
    cursor: pointer;
    transition: border-color 0.25s;
}

button:disabled {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0.6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: var(--Grey-Colors-Neutral-1);
    cursor: pointer;
    transition: border-color 0.25s;
}

button:hover {
    border-color: #646cff;
}

button:focus,
button:focus-visible {
    outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
    :root {
        color: #213547;
        background-color: #ffffff;
    }


    button {
        background-color: #f9f9f9;
    }
}

h1 {
    color: var(--Black);
    font-family: "FTRegolaNeue Bold";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
}

h2 {
    color: var(--Black);
    font-family: "FTRegolaNeue Bold";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.75rem;
}

h3 {
    color: var(--Black);
    font-family: "FTRegolaNeue Bold";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.125rem;
}

.p1-bld {
    color: var(--Black, #1F1F1F);
    font-family: "FTRegolaNeue Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.p1-reg {
    color: var(--Black, #1A1B1E);
    text-align: center;
    /* P/P1 reg */
    font-family: "FTRegolaNeue";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.primary-form-btn {
    border-radius: 2rem;
    background: var(--Blue, #0348CE); 
    color: var(--White);
    font-size: 1rem;
    font-family: "FTRegolaNeue Bold";
    padding: 0.75rem 1.5rem;
    margin-top: 2rem;
    min-width: 200px;
}

.primary-btn {
    border-radius: 2rem;
    background: var(--Blue, #0348CE); 
    color: var(--White);
    font-size: 1rem;
    font-family: "FTRegolaNeue Bold";
    padding: 0.75rem 1.5rem;
    min-width: 200px;

    &:disabled {
        background-color: var(--Grey-Colors-Neutral-2);
    }
}

.secondary-btn {
    background-color: var(--White);
    border-radius: 32px;
    border: 1px solid var(--Grey-Colors-Neutral-2, #BFD4E8);
    color: var(--Blue, #0348CE);
    font-size: 1rem;
    font-family: "FTRegolaNeue Bold";
    padding: 0.75rem 1.5rem;
    min-width: 200px;
}

.logo {
    height: 6em;
    padding: 1.5em;
}

.logo:hover {
    filter: drop-shadow(0 0 2em #646cffaa);
}

.logo.preact:hover {
    filter: drop-shadow(0 0 2em #673ab8aa);
}

.card {
    padding: 2em;
}

.read-the-docs {
    color: #888;
}

.logged-out {
    position: absolute;
    top: 50%;
    left: 50%;
}

.settings-table {
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.configuration-content {
    display: flex;
    justify-content: start;
    vertical-align: middle;
}

.flex-col {
    flex-direction: column;
}

.no-content {
    display: flex;
    justify-self: center;
    width: 520px;
    padding: 5rem 2.5rem;
    margin-top: 2rem;
    flex-direction: column;
    align-items: center;
    border-radius: 1.25rem;
    border: 1px solid #E0E0E0;

    .first {
        padding-bottom: 0.5rem;
    }

    .second {
        padding-bottom: 0.5rem;
    }
}

.form-row__duo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;

    .form-label {
        width: 48%;

        input {
            max-height: 1.25rem;
        }

        &:first-child {
            margin-right: 5px;
        }

        .form-label {
            width: 100%;
        }
    }
}

td.more {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

    >svg {
        padding: 1.1rem 0;
    }
}

.more-list {
    position: absolute;
    right: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--Neutral-2, #C8CBD0);
    background: var(--White, #FFF);

    /* Shadow - Tooltip */
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.05);

    >.more-list--element {
        color: var(--Primary-variant, #257CB4);
        font-family: "FTRegolaNeue";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        width: 256px;
        padding: 0.5rem;
    }

    >.more-list--element:hover {
        background-color: var(--Typo-Primary);
        color: var(--White);
    }
}

input[type=radio] {
    border: 0px;
    width: 1.5rem;
    height: 1.5em;
}

.flex {
    display: flex;
}

.column {
    flex-direction: column;
}

.row {
    flex-direction: row;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mr-1 {
    margin-right: 1rem;
}

strong {
    font-family: 'FTRegolaNeue Bold', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
img {
	padding: 1.875rem 0 1.875rem 1.875rem;
}

.sidebar-container {
	display: flex;
	flex-direction: column;
	position: fixed;
	height: 100%;
	width: 258px !important;
	top: 0;
	left: 0;
	background-color: #091A33;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;

	&::-webkit-scrollbar {
		display: none;
	}

	overflow-x: hidden;
}

.sidebar__main-element {
	display: flex;
	flex-direction: column;
	width: 258px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 1px;
	color: white;
	padding: 0rem 1rem;
	cursor: pointer;

	svg {
		padding-right: 0.5rem;
	}
}

.sidebar__main-subelement {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 180px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 0 1.25rem;
	color: white;
	padding: 0.5rem 1rem 0.5rem 2rem;
	border-left: 1px solid white;
	cursor: pointer;

	&:hover {

		.dot {
			position: absolute;
			display: block;
			left: 16px;
			transform: translateY(-8px);
			font-size: 80px;
			color: #0348CE80;

			.inner-dot {
				position: absolute;
				display: block;
				left: 10px;
				margin-top: 4px;
				font-size: 40px;
				color: #0348CE;
			}
		}
	}

	svg {
		padding-right: 0.5rem;
	}
}

.sidebar__main-element-title-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 230px;
	height: 56px;

	&:hover {
		color: #5d81c3;
	}
}

.sidebar__main-subelement-title-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 210px;

	a {
		padding-left: 2rem;
		height: 40px;
	}
}

.sidebar__main-element-title {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sidebar__section {
	padding: 0.5rem 0;
	border-bottom: 1px solid #BDD7E866;
}

.active {
	width: 194px;

	>.sidebar__main-element-title-container {
		width: 228px;
		background-color: #0348CE !important;
		border-radius: 8px;
		height: 56px;
	}
}

.dot {
	display: none;
}

.active-subelement {
	padding-top: 0;
	padding-bottom: 0;

	.subelement-label {
		transform: translateX(-0.5rem);
		width: 168px;
		border-radius: 8px;
		padding: 0.5rem;
		background-color: #0348CE !important;
	}


	.dot {
		position: absolute;
		display: block;
		left: 16px;
		transform: translateY(-8px);
		font-size: 80px;
		color: #0348CE80;

		.inner-dot {
			position: absolute;
			display: block;
			left: 10px;
			margin-top: 4px;
			font-size: 40px;
			color: #0348CE;
		}
	}
}

.show {
	display: flex;
	flex-direction: column;
}

.hide {
	display: none;
}

.logout {
	padding-top: 2rem;
}
.show-toast {
    position: fixed;
    bottom: 10%;
    left: 0;
    animation: fade 1000ms normal;
    padding: 32px;
    background-color: #333;
    color: #f9f9f9;
    font-size: 16px;
    z-index: 99999;
}

.success-toast {
    background-color: var(--Validations-Success);
}

.error-toast {
    background-color: var(--Validations-Error);
}

.warning-toast {
    background-color: var(--Validations-Alert);
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes react-spinners-PuffLoader-puff-1 {
    0% {
        transform: scale(0);
        opacity: 1;

    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes react-spinners-PuffLoader-puff-2 {
    0% {
        transform: scale(0);
        opacity: 1;

    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.spinner1 {
    z-index: 99999;
    position: absolute;
    height: 60px;
    width: 60px;
    border: thick solid #17234E;
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;    animation: 2s cubic-bezier(0.165, 0.84, 0.44, 1) -1s infinite normal none running react-spinners-PuffLoader-puff-1, cubic-bezier(0.3, 0.61, 0.355, 1) normal none running react-spinners-PuffLoader-puff-2;
}

.spinner2 {
    z-index: 99999;
    position: absolute;
    height: 60px;
    width: 60px;
    border: thick solid #17234E;
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
    animation: 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s infinite normal none running react-spinners-PuffLoader-puff-1, cubic-bezier(0.3, 0.61, 0.355, 1) normal none running react-spinners-PuffLoader-puff-2;
}.app-header {
    display: flex;
    flex-direction: row;
    padding: 0.825rem 2.5rem;
    border-bottom: 1px solid #E0E0E0;
    height: 50px;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 258px;
    background: white;
    z-index: 1000;
}

.user {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

svg {
    padding: 0.5rem;
}

[data-initials]:before {
    background: #EFF6FF;
    opacity: 1;
    content: attr(data-initials);
    display: inline-block;
    color: #000;
    font-family: "FTRegolaNeue";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5em;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}.page-wrapper {
    display: block;
    padding: 1.5rem 2.5rem;
    width: calc(100% - 330px);
    margin-left: 258px;
    margin-top: 82px;
    min-height: calc(100vh - 82px);
}

.breadcrumbs {
    color: var(--Typo-secondary, #666);
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-transform: uppercase;
}

.page-heading {
    display: flex;
    flex-direction: row;
    flex: 0 0 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.page-heading-container {
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid var(--Grey-Colors-Neutral-2, #BFD4E8);
    padding-bottom: 2.5rem;
    margin-bottom: 1.5rem;
}

.page-heading-options {
    display: flex;
    justify-content: center;
    align-items: center;

    > * {
        margin-left: 1rem;
    }
}

.search-input {
    display: flex;
    align-items: center;
    height: 1.5rem;
    gap: 0.625rem;
    padding: 0.75rem;
    background-color: #F8F9FA !important;
    border-radius: 2rem;
    border: none;
    font-family: "FTRegolaNeue";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    color: #1f1f1f;
    border-right: 16px solid transparent;
    background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M11%2019C15.4183%2019%2019%2015.4183%2019%2011C19%206.58172%2015.4183%203%2011%203C6.58172%203%203%206.58172%203%2011C3%2015.4183%206.58172%2019%2011%2019Z'%20stroke='%237C7C7C'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M21.0004%2020.9999L16.6504%2016.6499'%20stroke='%237C7C7C'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e") no-repeat scroll 10px 12px;
    padding-left: 40px;
}@font-face {
  font-family: "FTRegolaNeue";
  src: url("/assets/fonts/FTRegolaNeue-Medium.otf") format("opentype");
}
@font-face {
  font-family: "FTRegolaNeue Bold";
  src: url("/assets/fonts/Mixtape-SemiBold.otf") format("opentype");
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.button-base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  font-family: "FTRegolaNeue", sans-serif;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
  outline: none;
  border: 1px solid transparent;
  cursor: pointer;
}
.button-base:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.button-base:disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.button-base {
  gap: 0.5rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
  border: 1px solid transparent;
}
.button-base:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.button-base:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.button-primary {
  background-color: #0348CE;
  color: #FFF;
}
.button-primary:hover:not(:disabled) {
  background-color: rgb(2.414354067, 57.9444976077, 165.785645933);
}
.button-primary:active:not(:disabled) {
  background-color: rgb(1.9019138756, 45.6459330144, 130.5980861244);
}

.button-secondary {
  background-color: transparent;
  color: #0348CE;
  border-color: #E0E0E0;
}
.button-secondary:hover:not(:disabled) {
  background-color: #f8f9fa;
}
.button-secondary:active:not(:disabled) {
  background-color: rgb(233.125, 236.25, 239.375);
}

.button-ghost {
  background-color: transparent;
  color: #0348CE;
}
.button-ghost:hover:not(:disabled) {
  background-color: #eff6ff;
}
.button-ghost:active:not(:disabled) {
  background-color: #dbeafe;
}

.button-destructive {
  background-color: #F9606A;
  color: #FFF;
}
.button-destructive:hover:not(:disabled) {
  background-color: rgb(247.5163636364, 56.6836363636, 69.1563636364);
}
.button-destructive:active:not(:disabled) {
  background-color: rgb(246.2181818182, 22.2818181818, 36.9181818182);
}

.button-small-32 {
  height: 2rem;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.button-small-40 {
  height: 2.5rem;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}

.button-medium-48 {
  height: 3rem;
  padding: 0.75rem 2rem;
  font-size: 1rem;
}

.button-large-56 {
  height: 3.5rem;
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
}

.button-icon-only {
  padding-left: 0;
  padding-right: 0;
  aspect-ratio: 1;
}

.button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.button-spinner {
  animation: spin 1s linear infinite;
  height: 1rem;
  width: 1rem;
}

.button-spinner-circle {
  opacity: 0.25;
}

.button-spinner-path {
  opacity: 0.75;
}

.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}@font-face {
  font-family: "FTRegolaNeue";
  src: url("/assets/fonts/FTRegolaNeue-Medium.otf") format("opentype");
}
@font-face {
  font-family: "FTRegolaNeue Bold";
  src: url("/assets/fonts/Mixtape-SemiBold.otf") format("opentype");
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.filter-overlay-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1000;
  pointer-events: none;
}

.filter-overlay {
  background: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  pointer-events: all;
  animation: overlayFadeIn 0.2s ease-in-out ease-out;
  min-width: 280px;
  max-width: 350px;
  position: absolute;
  transform: none;
}

.filter-overlay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 0.5rem 1rem;
  border-bottom: 1px solid #E0E0E0;
}
.filter-overlay-header h4 {
  margin: 0;
  font-family: "FTRegolaNeue", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #091A33;
}

.filter-overlay-section {
  padding: 1rem;
  border-bottom: 1px solid #E0E0E0;
}
.filter-overlay-section:last-child {
  border-bottom: none;
}

.filter-overlay-label {
  display: block;
  font-family: "FTRegolaNeue", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #5F7595;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.filter-overlay-input,
.filter-overlay-select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  font-family: "FTRegolaNeue", sans-serif;
  font-size: 0.875rem;
  color: #091A33;
  background: #FFF;
  transition: border-color 0.2s ease-in-out;
  box-sizing: border-box;
}
.filter-overlay-input:focus,
.filter-overlay-select:focus {
  outline: none;
  border-color: #0348CE;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.filter-overlay-input::placeholder,
.filter-overlay-select::placeholder {
  color: #9CA3AF;
}

.filter-input-group {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.filter-input-group .operator-select {
  flex-shrink: 0;
  min-width: 120px;
}
.filter-input-group .filter-overlay-input {
  flex: 1;
}

.filter-input-group-vertical {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.filter-input-group-vertical .operator-select {
  width: 100%;
}
.filter-input-group-vertical .filter-overlay-input {
  width: 100%;
}

.filter-overlay-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-top: 0.75rem;
}@font-face {
  font-family: "FTRegolaNeue";
  src: url("/assets/fonts/FTRegolaNeue-Medium.otf") format("opentype");
}
@font-face {
  font-family: "FTRegolaNeue Bold";
  src: url("/assets/fonts/Mixtape-SemiBold.otf") format("opentype");
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.generic-table-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.generic-table {
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: fit-content;
  max-width: 100%;
}

.generic-table-header {
  background: #EFF6FF;
  padding: 0.75rem 0;
  border-bottom: 1px solid #E0E0E0;
  display: grid;
  width: fit-content;
  min-width: 100%;
  background: #EFF6FF;
  border-bottom: 1px solid #E0E0E0;
}

.header-cell {
  padding: 0 1rem;
  font-family: "FTRegolaNeue", sans-serif;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  word-break: break-word;
  font-size: 0.75rem;
  font-weight: 400;
  color: #5F7595;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  user-select: none;
  transition: background-color 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.header-cell.sortable .header-title {
  cursor: pointer;
}
.header-cell.sortable .header-title:hover {
  background-color: rgba(95, 117, 149, 0.1);
}
.header-cell:not(.sortable) .header-title {
  cursor: default;
}
.header-cell.active-sort {
  color: #0348CE;
  font-weight: 700;
}
.header-cell svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  display: inline-block;
}

.header-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  white-space: nowrap;
  flex-wrap: nowrap;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  flex: 1;
}
.header-title span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

.header-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}

.filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  font-family: "FTRegolaNeue", sans-serif;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
  outline: none;
  border: 1px solid transparent;
  cursor: pointer;
}
.filter-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.filter-button:disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.filter-button {
  background: none;
  border: none;
  padding: 0;
  border-radius: 4px;
  color: #5F7595;
  opacity: 0.7;
  width: auto !important;
}
.filter-button:hover {
  background: rgba(95, 117, 149, 0.1);
  opacity: 1;
  color: #0348CE;
}
.filter-button.active {
  background: #0348CE;
  color: #FFF;
  opacity: 1;
}
.filter-button.filtered {
  color: #0348CE;
  opacity: 1;
}
.filter-button.filtered:not(.active) {
  background: rgba(3, 72, 206, 0.1);
}
.filter-button svg {
  width: 14px;
  height: 14px;
}

.table-body {
  display: flex;
  flex-direction: column;
  width: fit-content;
  min-width: 100%;
}

.table-row {
  display: grid;
  padding: 12px 0;
  border-bottom: 1px solid #E0E0E0;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
}
.table-row:hover {
  background: #f8f9fa;
}
.table-row {
  min-height: 68px;
  gap: 0;
}
.table-row:last-child {
  border-bottom: none;
}

.row-cell {
  padding: 0 1rem;
  font-family: "FTRegolaNeue", sans-serif;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  word-break: break-word;
  font-size: 1rem;
  color: #091A33;
}
.row-cell svg {
  width: 1rem;
  height: 1rem;
  color: #7DCD85;
}

.no-data {
  text-align: center;
  padding: 3rem 1rem;
  color: #576D8B;
  font-family: "FTRegolaNeue", sans-serif;
  font-size: 1rem;
}
.no-data p {
  margin: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-top: 1px solid #E0E0E0;
  margin-top: 0;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 40px;
  background: #ffffff;
}

.pagination-info {
  font-family: "FTRegolaNeue", sans-serif;
  font-size: 1rem;
  color: #576D8B;
  white-space: nowrap;
  flex-shrink: 0;
}

.pagination-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  font-family: "FTRegolaNeue", sans-serif;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
  outline: none;
  border: 1px solid transparent;
  cursor: pointer;
}
.pagination-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.pagination-btn:disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination-btn {
  background: none;
  border: none;
  padding: 0.5rem;
  border-radius: 4px;
}
.pagination-btn:hover:not(:disabled) {
  background: #f8f9fa;
}
.pagination-btn:disabled {
  visibility: hidden;
}
.pagination-btn svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #576D8B;
}

.pagination-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  font-family: "FTRegolaNeue", sans-serif;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
  outline: none;
  border: 1px solid transparent;
  cursor: pointer;
}
.pagination-number:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.pagination-number:disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination-number {
  background: none;
  border: none;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-family: "FTRegolaNeue", sans-serif;
  font-size: 1rem;
  color: #576D8B;
  min-width: 2.5rem;
  width: 2.5rem;
  height: 1.25rem;
}
.pagination-number:hover {
  background: #f8f9fa;
}
.pagination-number.active {
  color: #0348CE;
  font-weight: 500;
}

.status-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background: #F3F4F6;
  color: #374151;
}
.status-badge.status-success, .status-badge.status-active {
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background: #D1FAE5;
  color: #065F46;
}
.status-badge.status-fail, .status-badge.status-failed, .status-badge.status-inactive {
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background: #FEE2E2;
  color: #991B1B;
}
.status-badge.status-in-progress, .status-badge.status-pending {
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background: #FEF3C7;
  color: #92400E;
}
.status-badge.status-default {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 24px;
  background: #E3F2FD;
  color: #1976D2;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  max-width: fit-content;
}

.user-avatar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

.avatar-image {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  object-fit: cover;
}

.avatar-placeholder {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: #7A7A7A;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
}

.avatar-name {
  font-weight: 500;
  color: #091A33;
}

.score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 100%;
}

.score-bar {
  flex: 1;
  height: 8px;
  background: #E0E0E0;
  border-radius: 4px;
  overflow: hidden;
}

.score-fill {
  height: 100%;
  transition: width 0.3s ease-in-out;
  border-radius: 4px;
}

.score-text {
  font-weight: 500;
  font-size: 0.875rem;
  color: #091A33;
  min-width: 35px;
}

.action-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.btn {
  padding: 0.25rem 0.75rem;
  border: none;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.btn.btn-primary {
  background-color: #3B82F6;
  color: #FFF;
}
.btn.btn-primary:hover:not(:disabled) {
  background-color: #2563EB;
}
.btn.btn-primary:active:not(:disabled) {
  background-color: rgb(10.0317073171, 89.1707317073, 218.4682926829);
}
.btn.btn-danger {
  background-color: #EF4444;
  color: #FFF;
}
.btn.btn-danger:hover:not(:disabled) {
  background-color: #DC2626;
}
.btn.btn-danger:active:not(:disabled) {
  background-color: rgb(212.3325123153, 18.1674876847, 18.1674876847);
}

.email-link {
  color: #3B82F6;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.email-link:hover {
  color: #2563EB;
  text-decoration: underline;
}

.date-cell {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.date-value {
  font-weight: 500;
  color: #091A33;
}

.date-time {
  font-size: 0.75rem;
  color: #7A7A7A;
}

.generic-table-container .spinner-container {
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .header-cell,
  .row-cell {
    font-size: 0.75rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-cell,
  .row-cell {
    padding: 0 0.5rem;
    font-size: 0.875rem;
  }
  .pagination {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .pagination-controls {
    justify-content: center;
  }
  .table-filter-input,
  .table-filter-select {
    font-size: 13px;
    padding: 0.4rem;
  }
}
@media (max-width: 479px) {
  .generic-table {
    padding: 1rem;
  }
  .generic-table-header {
    display: none;
  }
  .table-row {
    display: block;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .row-cell {
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
  }
  .row-cell:last-child {
    border-bottom: none;
  }
  .table-row:hover {
    margin: 0 0 1rem 0;
  }
}/* Notifications page styles */
.notifications-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 0;
}

/* System Status Cards */
.system-status-cards {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.system-status-summary {
    background: #EFF6FF;
    border-radius: 12px;
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.status-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.status-header h3 {
    font-family: "ABeeZee", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #1F1F1F;
    margin: 0;
}

.status-header svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #78a55a;
}

.system-status-summary p {
    font-family: "ABeeZee", sans-serif;
    font-size: 20px;
    color: #091A33;
    margin: 0;
    font-weight: normal;
}

.service-statuses {
    background: #F7F7F7;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    gap: 2rem;
    align-items: center;
}

/* Each card (Power BI, Data Collector, AI Training) */
.service-status {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    flex: 1;
    position: relative;
    padding-right: 2rem; /* space before separator */
}

/* Add a vertical separator after every card except the last */
.service-status:not(:last-child) {
    border-right: 1px solid #E0E0E0;
}

.service-status h4 {
    font-family: "ABeeZee", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #1F1F1F;
    margin: 0;
    text-align: center;
}

.service-status svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #78a55a;
}

.status-button {
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    font-family: "ABeeZee", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    min-width: 200px;
}

.status-button.success {
    background: #78a55a;
    color: #ffffff;
}

.status-button.fail {
    background: #FFDED6;
    color: #091A33;
}

/* Status Badge - Keep for compatibility with GenericTable custom render */
.status-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 30px;
    font-family: "ABeeZee", sans-serif;
    font-size: 16px;
    text-align: center;
    min-width: 77px;
    display: inline-block;
}

.status-badge.status-success {
    background: #E8FCF6;
    color: #091A33;
}

.status-badge.status-fail {
    background: #FFDED6;
    color: #091A33;
}

.status-badge.status-in-progress {
    background: #FFF3CD;
    color: #091A33;
}

.status-badge.status-default {
    background: #F1F3F4;
    color: #091A33;
}

/* Responsive design */
@media (max-width: 1200px) {
    .system-status-cards {
        flex-direction: column;
    }
    
    .service-statuses {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .service-statuses {
        flex-direction: column;
        gap: 1.5rem;
    }
}
.embeddedReport {
    width: calc(100% - 258px);
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    height: calc(100% - 78px);
    position: fixed;
    top: 78px;
    right: 0px;
    bottom: 0px;
    left: 258px;
}

.report-error {
    font-size: 2rem;
    text-align: center;
}table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 0.75rem;
}

th {
    color: var(--Typo-Secondary, #666);
    font-family: "FTRegolaNeue";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-align: start;
}

tr {
    line-height: 4.25rem;
}

tbody {
    >tr {
        border-bottom: 1px solid var(--Grey-Colors-Neutral-3, #666);
    }
}

.selected-icon {
    height: 2.5rem;
    padding-top: 1rem;
}

.selected-element {
    td {
        color: var(--Typo-Primary, #1A1B1E);
    }
}

.selectable {
    text-align: left;

    td {
        max-width: 100px;
        white-space: nowrap;
        overflow:hidden !important;
        text-overflow: ellipsis;
    }
}

.selectable-column {
    width: 2rem;
}

.member {
    span {
        color: var(--Primary, #257CB4);
        font-family: "FTRegolaNeue";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        display: flex;
        padding: 4px 12px;
        align-items: center;
        gap: 4px;
        border-radius: 24px;
        border: 1px solid var(--Grey-Colors-Neutral-2, #BFD4E8);
        width: fit-content;
    }
}

.admin {

    span {
        color: #47934E;
        font-family: "FTRegolaNeue";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        display: flex;
        padding: 0px 12px 2px 12px;
        align-items: center;
        gap: 8px;
        border-radius: 24px;
        background: rgba(125, 205, 133, 0.15);
        width: fit-content;
    }
}

.table-th:hover {
    background-color: rgba(95, 117, 149, 0.1);
}

.table-th {
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}

.table-th-title {
  display: inline-flex;
  align-items: center;
}

.table-th-title svg {
  padding: 0.1rem;
}/* The Modal (background) */
.modal {
    display: block;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(9, 26, 51, 0.60);
    backdrop-filter: blur(4px);
}

/* Modal Content/Box */
.modal-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-color: #fefefe;
    border-radius: 1.5rem;
    width: 670px;
}

.modal-header {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    background-color: #fefefe;
    padding: 20px;
    border-bottom: 1px solid #888;
    color: var(--Black, #1A1B1E);
    font-family: "FTRegolaNeue Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 160% */
}

.modal-content {
    display: block;
    max-height: 60vh !important;
    overflow: auto;
    background-color: #fefefe;
    padding: 1.25rem;
    
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #888;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background-color: #fefefe;
}

.close {
    color: var(--Blue);
    float: right;
    font-size: 28px;
    display: flex;
    padding: 8px 10px 12px 10px;
    vertical-align: middle;
    align-items: center;
    gap: 8px;
    height: 1.25rem;
    border-radius: 12px;
    font-family: 'FTRegolaNeue';
    border: 1px solid var(--Grey-Colors-Neutral-2, #BFD4E8);
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}.error {
  font-size: 0.875rem;
  color: red;
  margin: 0.25rem 0.75rem 0.75rem 0.75rem; 
  text-align: start;
}.global-settings {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 0 0 100%;
    width: 93%;
    background-color: var(--Background);
    padding: 2rem;
    border-radius: 0.75rem;

    .select-container {
        border: 1px solid black;
        border-radius: 0.5rem;
        margin-top: 8px;
    }

    select {
        padding: 0.75rem;
        min-width: 250px;
        border: none;
        border-right: 1rem solid transparent;
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-radius: 0.5rem;
    }
}

.global-settings-section {
    display: flex;
    align-items: center;
}

.price-radiobutton {
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-top: 1rem;
}

.search-subscriptions {
    border: 1px solid;
    margin-top: 8px;
}.user-permissions-modal {
	width: 914px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.role-picker {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	flex-direction: column;
}

.role-picker-row {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	width: 914px;
}

.role-picker-column {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 24px;
	align-self: stretch;
	width: 914px;
}

.role-picker-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.role-picker-title {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	color: var(--Typography-Colors-Typo-Primary, #091A33);
	font-family: "ABeeZee", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.role-picker-subtitle {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;

	flex: 1 0 0;
	color: var(--Typography-Colors-Typo-Secondary, #576D8B);

	font-family: "ABeeZee", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.role-picker-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.role {
	display: flex;
	padding: 12px;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid var(--Grey-Colors-Neutral-2, #BFD4E8);
}

.role-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	flex: 1 0 0;
}

.role-subtitle {
	align-self: stretch;
	color: var(--Typography-Colors-Typo-Secondary, #576D8B);
	font-family: "ABeeZee", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.reports-role-container {
	display: flex;
	align-items: flex-start;
	gap: 21px;
	flex: 1 0 0;
}

.reports-role-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 21px;
	flex: 1 0 0;
}

.report-role-toggle-container {
	display: flex;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}

.report-role-toggle {
	display: flex;
	padding: 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.reports-role-border {
	display: flex;
	padding: 12px 24px 12px 12px;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid var(--Grey-Colors-Neutral-2, #BFD4E8);
}

.report-role-name {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.report-role-text {
	align-self: stretch;
	color: var(--Typography-Colors-Typo-Primary, #091A33);
	font-family: "ABeeZee", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.user-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.user-container-header {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.user-container-body {
	display: flex;
	height: 44px;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}

.user-header {
	color: var(--Typo-primary, #1A1B1E);

	font-family: "ABeeZee", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.user-header-name {
	width: 260px;
}

.user-header-mail {
	width: 240px;
}

.user-header-roles {
	flex: 1 0 0;
}

.user-value-name-container {
	display: flex;
	width: 260px;
	align-items: center;
	gap: 12px;
}

.user-value-initials {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 1rem 0;
}

.user-value-mail-container {
	display: flex;
	width: 240px;
	align-items: center;
	gap: 16px;
}

.user-value-roles-container {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1 0 0;
}.modal-window {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1000;
    background-color: rgba(9, 26, 51, 0.60);
    backdrop-filter: blur(4px);
}

.modal-window-content {
    background: var(--White, white);
    border-radius: 20px;
    width: auto;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
}

.modal-window-header {
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-bottom: 1px solid var(--Grey-Colors-Neutral-2, #BFD4E8);
}

.modal-window-title {
    flex: 1 0 0;
    color: var(--Primary, #091A33);
    font-family: "ABeeZee", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.modal-window-close-button {
    display: flex;
    padding: 8px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid var(--Grey-Colors-Neutral-2, #BFD4E8);
}

.modal-window-close-button:hover,
.modal-window-close-button:focus {
    color: var(--Black, black);
    text-decoration: none;
    cursor: pointer;
}

.modal-window-body {
    display: flex;
    padding: 20px 20px 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-bottom: 1px solid var(--Grey-Colors-Neutral-2, #BFD4E8);
}

.modal-window-footer {
    display: flex;
    padding: 16px 20px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.modal-window-left-btn {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.modal-window-right-btn {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}.toggle {
  cursor: pointer;
  display: flex;
}

.toggle input {
  display: none;
}

.toggle-svg .toggle-bg {
  fill: #BFD4E8;
  stroke: #BFD4E8;
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.toggle-svg .toggle-circle {
  fill: white;
  transition: cx 0.3s ease;
}

.toggle input:checked+.toggle-svg .toggle-bg {
  fill: #0348CE;
  stroke: #0348CE;
}

.toggle input:checked+.toggle-svg .toggle-circle {
  cx: 25;
}.title {
    padding-bottom: 0.5rem;
}

.status-not-started {
    color: gray;
}

.status-pending {
    color: orange;
}

.status-success {
    color: green;
}

.status-failed {
    color: red;
}
@font-face {
  font-family: "FTRegolaNeue";
  src: url("/assets/fonts/FTRegolaNeue-Medium.otf") format("opentype");
}
@font-face {
  font-family: "FTRegolaNeue Bold";
  src: url("/assets/fonts/Mixtape-SemiBold.otf") format("opentype");
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tabs__header {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1.5rem;
  margin-bottom: 1rem;
}
.tabs__tab {
  background: none;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  font-family: "FTRegolaNeue", sans-serif;
  color: #576D8B;
}
.tabs__tab:hover {
  background-color: #f8f9fa;
}
.tabs__tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.tabs__tab {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}
.tabs__tab--active {
  color: #007acc;
  border-bottom-color: #007acc;
  font-weight: 500;
}
.tabs__tab {
  font-weight: 500;
}
.tabs__tab:hover {
  color: #091A33;
  background-color: #f8f9fa;
}
.tabs__tab--active {
  background-color: #f8f9fa;
}
.tabs__content {
  min-height: 200px;
}@font-face {
  font-family: "FTRegolaNeue";
  src: url("/assets/fonts/FTRegolaNeue-Medium.otf") format("opentype");
}
@font-face {
  font-family: "FTRegolaNeue Bold";
  src: url("/assets/fonts/Mixtape-SemiBold.otf") format("opentype");
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.generic-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(9, 26, 51, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  padding: 1.5rem;
}

.generic-modal-container {
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #E0E0E0;
  background: #FFF;
  border-radius: 12px 12px 0 0;
}

.modal-title {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  color: #091A33;
}

.modal-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  color: #5F7595;
  transition: 0.2s ease-in-out;
}
.modal-close-btn:hover {
  background: #f8f9fa;
  border-color: #E0E0E0;
}
.modal-close-btn:focus {
  outline: 2px solid #0348CE;
  outline-offset: 2px;
}

.modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  background: #FFF;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.field-label-container {
  display: flex;
  align-items: center;
}

.field-label {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  color: #091A33;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.field-label.required {
  display: flex;
  align-items: center;
  gap: 2px;
}

.required-asterisk {
  color: #F9606A;
  font-size: 0.75rem;
  font-weight: 700;
}

.input-container {
  position: relative;
}

.standard-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #091A33;
  background: #f8f9fa;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
}
.standard-input::placeholder {
  color: #5F7595;
}
.standard-input:focus {
  outline: none;
  border-color: #0348CE;
  background: #FFF;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.standard-input.error {
  border-color: #F9606A;
  background: #fff5f5;
}
.standard-input:disabled {
  background: #f0f0f0;
  color: #9CA3AF;
  cursor: not-allowed;
}

.rich-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #091A33;
  background: #f8f9fa;
  transition: 0.2s ease-in-out;
  resize: vertical;
  min-height: 96px;
  box-sizing: border-box;
}
.rich-input::placeholder {
  color: #5F7595;
}
.rich-input:focus {
  outline: none;
  border-color: #0348CE;
  background: #FFF;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.rich-input.error {
  border-color: #F9606A;
  background: #fff5f5;
}
.rich-input:disabled {
  background: #f0f0f0;
  color: #9CA3AF;
  cursor: not-allowed;
  resize: none;
}

.dropdown-container {
  position: relative;
}

.dropdown-select {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 0.75rem;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #091A33;
  background: #f8f9fa;
  appearance: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
}
.dropdown-select:focus {
  outline: none;
  border-color: #0348CE;
  background: #FFF;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.dropdown-select.error {
  border-color: #F9606A;
  background: #fff5f5;
}
.dropdown-select:disabled {
  background: #f0f0f0;
  color: #9CA3AF;
  cursor: not-allowed;
}

.dropdown-arrow {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #5F7595;
  transition: transform 0.2s ease-in-out;
}

.dropdown-select:focus + .dropdown-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.searchable-dropdown {
  position: relative;
  width: 100%;
}

.searchable-input {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 0.75rem;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #091A33;
  background: #f8f9fa;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
}
.searchable-input:focus {
  outline: none;
  border-color: #0348CE;
  background: #FFF;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
  cursor: text;
}
.searchable-input.error {
  border-color: #F9606A;
  background: #fff5f5;
}
.searchable-input:disabled {
  background: #f0f0f0;
  color: #9CA3AF;
  cursor: not-allowed;
}

.searchable-dropdown .dropdown-arrow {
  cursor: pointer;
  pointer-events: auto;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFF;
  border: 1px solid #E0E0E0;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.dropdown-option {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  color: #091A33;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-option:hover {
  background-color: #f8f9fa;
}
.dropdown-option.selected {
  background-color: #eff6ff;
  color: #091A33;
}
.dropdown-option.no-options {
  color: #576D8B;
  cursor: default;
  font-style: italic;
  text-align: center;
}
.dropdown-option.no-options:hover {
  background-color: transparent;
}

.checkmark {
  color: #091A33;
  font-weight: 700;
}

.spinner {
  display: inline-block;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.helper-text {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #576D8B;
  margin-top: 0.25rem;
}
.helper-text.error-text {
  color: #F9606A;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-top: 1px solid #E0E0E0;
  background: #FFF;
  border-radius: 0 0 12px 12px;
}

.footer-left {
  display: flex;
  align-items: center;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.additional-info {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #576D8B;
}

@media (min-width: 480px) and (max-width: 767px) {
  .generic-modal-backdrop {
    padding: 0.75rem;
  }
  .generic-modal-container {
    max-height: 95vh;
    width: 100% !important;
    max-width: 100% !important;
  }
  .modal-header {
    padding: 0.75rem 1rem;
  }
  .modal-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .modal-body {
    padding: 1rem;
  }
  .modal-footer {
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
  }
  .footer-left,
  .footer-right {
    width: 100%;
    justify-content: center;
  }
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.generic-modal-container {
  animation: modalFadeIn 0.2s ease-in-out ease-out;
}

.generic-modal-backdrop {
  outline: none;
}

.generic-modal-container:focus {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .generic-modal-container {
    animation: none;
  }
  * {
    transition: none !important;
  }
}
@media (prefers-contrast: high) {
  .standard-input,
  .rich-input,
  .dropdown-select {
    border-width: 2px;
  }
}
.info-icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: help;
  position: relative;
}

.info-icon {
  width: 1rem;
  height: 1rem;
  color: #5F7595;
  transition: color 0.2s ease-in-out;
}

.info-icon-container:hover .info-icon {
  color: #0348CE;
}

.info-icon-container:focus {
  outline: 2px solid #0348CE;
  outline-offset: 2px;
  border-radius: 2px;
}

/* Tooltip styling using CSS title attribute 
   For more advanced tooltips, consider implementing a custom tooltip component */
.info-icon-container::after {
  content: attr(title);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #091A33;
  color: #FFF;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 1002;
  max-width: 250px;
  word-wrap: break-word;
  white-space: normal;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.info-icon-container::before {
  content: "";
  position: absolute;
  bottom: 116%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #091A33;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 1003;
}

.info-icon-container:hover::after,
.info-icon-container:hover::before {
  opacity: 1;
}

.info-icon-container:focus::after,
.info-icon-container:focus::before {
  opacity: 1;
}@font-face {
  font-family: "FTRegolaNeue";
  src: url("/assets/fonts/FTRegolaNeue-Medium.otf") format("opentype");
}
@font-face {
  font-family: "FTRegolaNeue Bold";
  src: url("/assets/fonts/Mixtape-SemiBold.otf") format("opentype");
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.actions-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actions-dots .dots-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  font-family: "FTRegolaNeue", sans-serif;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
  outline: none;
  border: 1px solid transparent;
  cursor: pointer;
}
.actions-dots .dots-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.actions-dots .dots-button:disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.actions-dots .dots-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 0.5rem;
  width: 44px;
  height: 44px;
  transition: background-color 0.2s ease-in-out;
}
.actions-dots .dots-button:hover {
  background: #E0E0E0;
}
.actions-dots .dots-button:focus {
  background: #E0E0E0;
}
.actions-dots .dots-button:focus-visible {
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.actions-dots .dots-button .dots-icon {
  position: relative;
  width: 4px;
  height: 18px;
}
.actions-dots .dots-button .dots-icon::before, .actions-dots .dots-button .dots-icon::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #257CB4;
  border-radius: 9999px;
  left: 0;
}
.actions-dots .dots-button .dots-icon::before {
  top: 0;
}
.actions-dots .dots-button .dots-icon::after {
  bottom: 0;
}
.actions-dots .dots-button .dots-icon-center {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #257CB4;
  border-radius: 9999px;
}
.actions-dots .actions-overlay {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 120px;
  padding: 0;
  margin-top: 0.25rem;
}
@media (max-width: 479px) {
  .actions-dots .actions-overlay {
    right: -0.75rem;
    min-width: 140px;
  }
}
.actions-dots .actions-overlay .overlay-item {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  background: none;
  text-align: left;
  font-family: "FTRegolaNeue", sans-serif;
  font-size: 0.875rem;
  color: #091A33;
  cursor: pointer;
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 479px) {
  .actions-dots .actions-overlay .overlay-item {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}
.actions-dots .actions-overlay .overlay-item:last-child {
  border-bottom: none;
}
.actions-dots .actions-overlay .overlay-item:hover {
  background: #eff6ff;
  color: #0348CE;
}
.actions-dots .actions-overlay .overlay-item.destructive {
  color: #F9606A;
}
.actions-dots .actions-overlay .overlay-item.destructive:hover {
  background: #FEE2E2;
  color: #991B1B;
}@font-face {
  font-family: "FTRegolaNeue";
  src: url("/assets/fonts/FTRegolaNeue-Medium.otf") format("opentype");
}
@font-face {
  font-family: "FTRegolaNeue Bold";
  src: url("/assets/fonts/Mixtape-SemiBold.otf") format("opentype");
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.m-xs {
  margin: 0.25rem;
}

.mt-xs {
  margin-top: 0.25rem;
}

.mr-xs {
  margin-right: 0.25rem;
}

.mb-xs {
  margin-bottom: 0.25rem;
}

.ml-xs {
  margin-left: 0.25rem;
}

.mx-xs {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-xs {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.p-xs {
  padding: 0.25rem;
}

.pt-xs {
  padding-top: 0.25rem;
}

.pr-xs {
  padding-right: 0.25rem;
}

.pb-xs {
  padding-bottom: 0.25rem;
}

.pl-xs {
  padding-left: 0.25rem;
}

.px-xs {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-xs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.m-sm {
  margin: 0.5rem;
}

.mt-sm {
  margin-top: 0.5rem;
}

.mr-sm {
  margin-right: 0.5rem;
}

.mb-sm {
  margin-bottom: 0.5rem;
}

.ml-sm {
  margin-left: 0.5rem;
}

.mx-sm {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-sm {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-sm {
  padding: 0.5rem;
}

.pt-sm {
  padding-top: 0.5rem;
}

.pr-sm {
  padding-right: 0.5rem;
}

.pb-sm {
  padding-bottom: 0.5rem;
}

.pl-sm {
  padding-left: 0.5rem;
}

.px-sm {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m-md {
  margin: 0.75rem;
}

.mt-md {
  margin-top: 0.75rem;
}

.mr-md {
  margin-right: 0.75rem;
}

.mb-md {
  margin-bottom: 0.75rem;
}

.ml-md {
  margin-left: 0.75rem;
}

.mx-md {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-md {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.p-md {
  padding: 0.75rem;
}

.pt-md {
  padding-top: 0.75rem;
}

.pr-md {
  padding-right: 0.75rem;
}

.pb-md {
  padding-bottom: 0.75rem;
}

.pl-md {
  padding-left: 0.75rem;
}

.px-md {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-md {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.m-lg {
  margin: 1rem;
}

.mt-lg {
  margin-top: 1rem;
}

.mr-lg {
  margin-right: 1rem;
}

.mb-lg {
  margin-bottom: 1rem;
}

.ml-lg {
  margin-left: 1rem;
}

.mx-lg {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-lg {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-lg {
  padding: 1rem;
}

.pt-lg {
  padding-top: 1rem;
}

.pr-lg {
  padding-right: 1rem;
}

.pb-lg {
  padding-bottom: 1rem;
}

.pl-lg {
  padding-left: 1rem;
}

.px-lg {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-xl {
  margin: 1.5rem;
}

.mt-xl {
  margin-top: 1.5rem;
}

.mr-xl {
  margin-right: 1.5rem;
}

.mb-xl {
  margin-bottom: 1.5rem;
}

.ml-xl {
  margin-left: 1.5rem;
}

.mx-xl {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-xl {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-xl {
  padding: 1.5rem;
}

.pt-xl {
  padding-top: 1.5rem;
}

.pr-xl {
  padding-right: 1.5rem;
}

.pb-xl {
  padding-bottom: 1.5rem;
}

.pl-xl {
  padding-left: 1.5rem;
}

.px-xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-xl {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.m-2xl {
  margin: 2rem;
}

.mt-2xl {
  margin-top: 2rem;
}

.mr-2xl {
  margin-right: 2rem;
}

.mb-2xl {
  margin-bottom: 2rem;
}

.ml-2xl {
  margin-left: 2rem;
}

.mx-2xl {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-2xl {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-2xl {
  padding: 2rem;
}

.pt-2xl {
  padding-top: 2rem;
}

.pr-2xl {
  padding-right: 2rem;
}

.pb-2xl {
  padding-bottom: 2rem;
}

.pl-2xl {
  padding-left: 2rem;
}

.px-2xl {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2xl {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.m-3xl {
  margin: 3rem;
}

.mt-3xl {
  margin-top: 3rem;
}

.mr-3xl {
  margin-right: 3rem;
}

.mb-3xl {
  margin-bottom: 3rem;
}

.ml-3xl {
  margin-left: 3rem;
}

.mx-3xl {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-3xl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.p-3xl {
  padding: 3rem;
}

.pt-3xl {
  padding-top: 3rem;
}

.pr-3xl {
  padding-right: 3rem;
}

.pb-3xl {
  padding-bottom: 3rem;
}

.pl-3xl {
  padding-left: 3rem;
}

.px-3xl {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-3xl {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.items-stretch {
  align-items: stretch;
}

.flex-1 {
  flex: 1;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-primary {
  color: #091A33;
}

.text-secondary {
  color: #5F7595;
}

.text-muted {
  color: #576D8B;
}

.text-blue {
  color: #0348CE;
}

.text-success {
  color: #0A8754;
}

.text-error {
  color: #F9606A;
}

.text-warning {
  color: #FBC122;
}

.bg-white {
  background-color: #FFF;
}

.bg-primary {
  background-color: #091A33;
}

.bg-background {
  background-color: #EFF6FF;
}

.bg-hover {
  background-color: #f8f9fa;
}

.border {
  border: 1px solid #E0E0E0;
}

.border-t {
  border-top: 1px solid #E0E0E0;
}

.border-r {
  border-right: 1px solid #E0E0E0;
}

.border-b {
  border-bottom: 1px solid #E0E0E0;
}

.border-l {
  border-left: 1px solid #E0E0E0;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 4px;
}

.rounded {
  border-radius: 6px;
}

.rounded-lg {
  border-radius: 8px;
}

.rounded-xl {
  border-radius: 12px;
}

.rounded-full {
  border-radius: 9999px;
}

.hidden {
  display: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.select-none {
  user-select: none;
}

.select-all {
  user-select: all;
}

.select-auto {
  user-select: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.ai-config-tabs__header {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.ai-config-tabs__tab {
  background: none;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  font-family: "FTRegolaNeue", sans-serif;
  color: #576D8B;
}
.ai-config-tabs__tab:hover {
  background-color: #f8f9fa;
}
.ai-config-tabs__tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.ai-config-tabs__tab {
  padding: 1rem 1.5rem;
  font-size: 1rem;
}
.ai-config-tabs__tab--active {
  color: #0366d6;
  border-bottom-color: #0366d6;
  font-weight: 500;
}
.ai-config-tabs__tab {
  font-weight: 400;
  font-family: "FTRegolaNeue", sans-serif;
}
.ai-config-tabs__tab:hover {
  color: #0366d6;
  background-color: #f8f9fa;
}
.ai-config-tabs__tab--active {
  font-weight: 500;
}
.ai-config-tabs__content .tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.ai-config-tabs__content .tab-header h3 {
  font-family: "FTRegolaNeue", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #091A33;
  margin: 0;
  flex: 1;
}
.ai-config-tabs__content .tab-header button {
  flex-shrink: 0;
  margin-left: auto;
}
.ai-config-tabs__content .tab-header {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ai-config-tabs__content .tab-header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #091A33;
}.home {
	text-align: start;
	background-color: #091A33;
	border-radius: 10px;
	background-image: url('/assets/initial-bg-DGQ38VwV.svg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	/* aligns the items horizontally */
	align-items: center;
	min-height: 100vh;
}

.home img {
	padding: 1.5rem;
}

.home img:hover {
	filter: drop-shadow(0 0 3rem #673ab888);
}

.home section {
	display: flex;
	flex-direction: column;
}

.home section button {
	margin: 1rem 0;
}

@media (max-width: 639px) {
	.home section {
		margin-top: 5rem;
		grid-template-columns: 1fr;
		row-gap: 1rem;
	}
}


button.no-margin {
	margin-bottom: 0;
}

.description {
	color: var(--Typo-Secondary);
	text-align: center;
	font-family: "FTRegolaNeue";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem;
}

.p3 {
	display: block;
	color: #A9A9A9;
	text-align: center;
	font-family: "FTRegolaNeue";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
}
.init-card {
	background-color: white;
	border-radius: 40px;
	padding: 40px 60px;
	min-width: 445px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	margin: 3rem;

	p {
		color: var(--Typo-Secondary);
		text-align: center;
		font-family: "FTRegolaNeue";
		font-size: 1.125rem;
		line-height: 1.625rem;
	}

	img {
		display: flex;
		width: 155px;
		height: 40px;
		padding: 0;
	}
}

.resource {
	padding: 0.75rem 1.5rem;
	border-radius: 0.5rem;
	text-align: left;
	text-decoration: none;
	color: #000;
	background-color: #f1f1f1;
	border: 1px solid transparent;
}

.resource:hover {
	border: 1px solid #000;
	box-shadow: 0 25px 50px -12px #673ab888;
}

.modalContent {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}.title {
	h1 {
		padding: 0 0 0.75rem 0;
	}
}

.center {
	justify-content: center;

	h1 {
		padding: 0 0 0.75rem 0;
	}
}
.step-info {
	font-size: 1rem;
	color: black;
	padding: 2.5rem 0 0.75rem 0;
	text-align: left;

	span {
		line-height: 2rem;
	}
}

.step-content {
	width: 580px;
}

.title {
	h1 {
		font-size: 2rem;
		font-family: 'FTRegolaNeue Bold';
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: start;
	}

	svg {
		padding: 0.5rem 0.5rem 0.5rem 0;
	}
}

.description {
	font-size: 1rem;
	color: #666666;
	text-align: start;
}

.form-control {
	padding-top: 0 !important;
}

.form-label {
	display: flex;
	flex-direction: column;
	padding: 0.625rem 0;

	label {
		display: flex;
		align-items: center;
		justify-content: start;
		text-transform: uppercase;
		padding-bottom: 0.25rem;
		font-size: 0.75rem;
	}

	input,
	textarea,
	select {
		display: flex;
		flex: 0 0 100%;
		align-items: center;
		gap: 0.625rem;
		align-self: stretch;
		padding: 0.75rem;
		background-color: #EFF6FF;
		border-radius: 0.25rem;
		border: none;
		font-family: "FTRegolaNeue";
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.5rem;
		color: #1f1f1f;
	}

	input, select {
		border-right: 16px solid transparent
	}

	textarea {
		resize: vertical;
	}

	select {
		option:first-of-type {
			display: none;
		}

		option:not(:first-child) {
			color: black !important;
		}
	}

	select:required:invalid {
		color: gray;
	}

	svg {
		padding-right: 0.25rem;
	}
}

.assign-permissions {
	text-align: start;
}

input[type="checkbox"]:checked+label::after {
	content: '';
	position: absolute;
	width: 1.2ex;
	height: 0.4ex;
	background: rgba(0, 0, 0, 0);
	top: 0.9ex;
	left: 0.4ex;
	border: 3px solid #1062a4;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.create-account {
	text-align: end;
}

label.container {
	input[type="checkbox"]:checked {
		accent-color: var(--Success-light);
	}
}
.container {
    display: block;
    position: relative;
    padding-left: 1.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
  }

  .container input ~ .checkmark {
    border-radius: 4px;
    margin-top: 4px;
    border: 1px solid gray;
  }

  .container input:checked ~ .checkmark {
    border: 1px solid white;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: var(--Success-light);
    border-radius: 4px;
    margin-top: 4px;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
  }.login-page {
    position: relative;
    height: 100vh;
    width: 100%;
    background: white;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}.error-page {
    position: relative;
    height: 100vh;
    width: 100%;
    background: white;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}.user-license-status-cards {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.user-license-status-summary {
    background: #EFF6FF;
    border-radius: 12px;
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 200px;
}

.user-license-status-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-license-status-header h3 {
    font-family: "ABeeZee", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #1F1F1F;
    margin: 0;
}@font-face {
  font-family: "FTRegolaNeue";
  src: url("/assets/fonts/FTRegolaNeue-Medium.otf") format("opentype");
}
@font-face {
  font-family: "FTRegolaNeue Bold";
  src: url("/assets/fonts/Mixtape-SemiBold.otf") format("opentype");
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.m-xs {
  margin: 0.25rem;
}

.mt-xs {
  margin-top: 0.25rem;
}

.mr-xs {
  margin-right: 0.25rem;
}

.mb-xs {
  margin-bottom: 0.25rem;
}

.ml-xs {
  margin-left: 0.25rem;
}

.mx-xs {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-xs {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.p-xs {
  padding: 0.25rem;
}

.pt-xs {
  padding-top: 0.25rem;
}

.pr-xs {
  padding-right: 0.25rem;
}

.pb-xs {
  padding-bottom: 0.25rem;
}

.pl-xs {
  padding-left: 0.25rem;
}

.px-xs {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-xs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.m-sm {
  margin: 0.5rem;
}

.mt-sm {
  margin-top: 0.5rem;
}

.mr-sm {
  margin-right: 0.5rem;
}

.mb-sm {
  margin-bottom: 0.5rem;
}

.ml-sm {
  margin-left: 0.5rem;
}

.mx-sm {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-sm {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-sm {
  padding: 0.5rem;
}

.pt-sm {
  padding-top: 0.5rem;
}

.pr-sm {
  padding-right: 0.5rem;
}

.pb-sm {
  padding-bottom: 0.5rem;
}

.pl-sm {
  padding-left: 0.5rem;
}

.px-sm {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m-md {
  margin: 0.75rem;
}

.mt-md {
  margin-top: 0.75rem;
}

.mr-md {
  margin-right: 0.75rem;
}

.mb-md {
  margin-bottom: 0.75rem;
}

.ml-md {
  margin-left: 0.75rem;
}

.mx-md {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-md {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.p-md {
  padding: 0.75rem;
}

.pt-md {
  padding-top: 0.75rem;
}

.pr-md {
  padding-right: 0.75rem;
}

.pb-md {
  padding-bottom: 0.75rem;
}

.pl-md {
  padding-left: 0.75rem;
}

.px-md {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-md {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.m-lg {
  margin: 1rem;
}

.mt-lg {
  margin-top: 1rem;
}

.mr-lg {
  margin-right: 1rem;
}

.mb-lg {
  margin-bottom: 1rem;
}

.ml-lg {
  margin-left: 1rem;
}

.mx-lg {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-lg {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-lg {
  padding: 1rem;
}

.pt-lg {
  padding-top: 1rem;
}

.pr-lg {
  padding-right: 1rem;
}

.pb-lg {
  padding-bottom: 1rem;
}

.pl-lg {
  padding-left: 1rem;
}

.px-lg {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-xl {
  margin: 1.5rem;
}

.mt-xl {
  margin-top: 1.5rem;
}

.mr-xl {
  margin-right: 1.5rem;
}

.mb-xl {
  margin-bottom: 1.5rem;
}

.ml-xl {
  margin-left: 1.5rem;
}

.mx-xl {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-xl {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-xl {
  padding: 1.5rem;
}

.pt-xl {
  padding-top: 1.5rem;
}

.pr-xl {
  padding-right: 1.5rem;
}

.pb-xl {
  padding-bottom: 1.5rem;
}

.pl-xl {
  padding-left: 1.5rem;
}

.px-xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-xl {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.m-2xl {
  margin: 2rem;
}

.mt-2xl {
  margin-top: 2rem;
}

.mr-2xl {
  margin-right: 2rem;
}

.mb-2xl {
  margin-bottom: 2rem;
}

.ml-2xl {
  margin-left: 2rem;
}

.mx-2xl {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-2xl {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-2xl {
  padding: 2rem;
}

.pt-2xl {
  padding-top: 2rem;
}

.pr-2xl {
  padding-right: 2rem;
}

.pb-2xl {
  padding-bottom: 2rem;
}

.pl-2xl {
  padding-left: 2rem;
}

.px-2xl {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2xl {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.m-3xl {
  margin: 3rem;
}

.mt-3xl {
  margin-top: 3rem;
}

.mr-3xl {
  margin-right: 3rem;
}

.mb-3xl {
  margin-bottom: 3rem;
}

.ml-3xl {
  margin-left: 3rem;
}

.mx-3xl {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-3xl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.p-3xl {
  padding: 3rem;
}

.pt-3xl {
  padding-top: 3rem;
}

.pr-3xl {
  padding-right: 3rem;
}

.pb-3xl {
  padding-bottom: 3rem;
}

.pl-3xl {
  padding-left: 3rem;
}

.px-3xl {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-3xl {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.items-stretch {
  align-items: stretch;
}

.flex-1 {
  flex: 1;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-primary {
  color: #091A33;
}

.text-secondary {
  color: #5F7595;
}

.text-muted {
  color: #576D8B;
}

.text-blue {
  color: #0348CE;
}

.text-success {
  color: #0A8754;
}

.text-error {
  color: #F9606A;
}

.text-warning {
  color: #FBC122;
}

.bg-white {
  background-color: #FFF;
}

.bg-primary {
  background-color: #091A33;
}

.bg-background {
  background-color: #EFF6FF;
}

.bg-hover {
  background-color: #f8f9fa;
}

.border {
  border: 1px solid #E0E0E0;
}

.border-t {
  border-top: 1px solid #E0E0E0;
}

.border-r {
  border-right: 1px solid #E0E0E0;
}

.border-b {
  border-bottom: 1px solid #E0E0E0;
}

.border-l {
  border-left: 1px solid #E0E0E0;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 4px;
}

.rounded {
  border-radius: 6px;
}

.rounded-lg {
  border-radius: 8px;
}

.rounded-xl {
  border-radius: 12px;
}

.rounded-full {
  border-radius: 9999px;
}

.hidden {
  display: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.select-none {
  user-select: none;
}

.select-all {
  user-select: all;
}

.select-auto {
  user-select: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.myinforamtion-configuration {
  background: #FFF;
}

.myinforamtion-config-tabs__header {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.myinforamtion-config-tabs__tab {
  background: none;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  font-family: "FTRegolaNeue", sans-serif;
  color: #576D8B;
}
.myinforamtion-config-tabs__tab:hover {
  background-color: #f8f9fa;
}
.myinforamtion-config-tabs__tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 72, 206, 0.1);
}
.myinforamtion-config-tabs__tab {
  padding: 1rem 1.5rem;
  font-size: 1rem;
}
.myinforamtion-config-tabs__tab--active {
  color: #0366d6;
  border-bottom-color: #0366d6;
  font-weight: 500;
}
.myinforamtion-config-tabs__tab {
  font-weight: 400;
  font-family: "FTRegolaNeue", sans-serif;
}
.myinforamtion-config-tabs__tab:hover {
  color: #0366d6;
  background-color: #f8f9fa;
}
.myinforamtion-config-tabs__tab--active {
  font-weight: 500;
}
.myinforamtion-config-tabs__content .tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.myinforamtion-config-tabs__content .tab-header h3 {
  font-family: "FTRegolaNeue", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #091A33;
  margin: 0;
  flex: 1;
}
.myinforamtion-config-tabs__content .tab-header button {
  flex-shrink: 0;
  margin-left: auto;
}
.myinforamtion-config-tabs__content .tab-header {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myinforamtion-config-tabs__content .tab-header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #091A33;
}.expand-btn > svg {
    padding: 0;
    width: 10px;
    height: 10px;
}

.fullscreen-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.fullscreen-container.expanded {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

.expand-btn {
    background: var(--White); 
    border-color: var(--Secondary); 
    color: var(--White);
    position: fixed;
    z-index: 10;
    top: 10px;
    right: 10px;
    float: right;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.expand-btn:hover {
    background: var(--Secondary); 
}

.content {
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.code-block {
    font-smooth: auto;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    tab-size: 4;
    margin: 0;
    padding: 1rem;
    font-size: .875rem;
    line-height: 1.3571;
    background: var(--Backgrounds-Background-01, #EFF6FF);
    text-align: left;
}

.script-buttons-container {
    display: flex;
    gap: 2px;
}

.script-button-left {
    flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.script-button-right {
    flex: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

