/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/app/styles/styles.scss?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/pace-js/templates/pace-theme-flash.tmpl.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: `args.color || "#29d"`;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px `args.color || '#29d'`, 0 0 5px `args.color || '#29d'`;
	opacity: 1.0;
	transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: `args.color || '#29d'`;
	border-left-color: `args.color || '#29d'`;
	border-radius: 10px;
	animation: pace-spinner 400ms linear infinite;
}
@keyframes pace-spinner {
	0% { transform: rotate(0deg); transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/app/styles/styles.scss?ngGlobalStyle (1) ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* SIZES */
.theme-default .black-100 {
  color: rgba(12, 12, 13, 0.0509803922);
}

.theme-default .black-1000 {
  color: #0c0c0d;
}

.theme-default .black-200 {
  color: rgba(12, 12, 13, 0.1019607843);
}

.theme-default .black-300 {
  color: rgba(12, 12, 13, 0.2);
}

.theme-default .black-400 {
  color: rgba(12, 12, 13, 0.4);
}

.theme-default .black-500 {
  color: rgba(12, 12, 13, 0.6980392157);
}

.theme-default .black-600 {
  color: rgba(12, 12, 13, 0.8);
}

.theme-default .black-700 {
  color: rgba(12, 12, 13, 0.8509803922);
}

.theme-default .black-800 {
  color: rgba(12, 12, 13, 0.8980392157);
}

.theme-default .black-900 {
  color: rgba(12, 12, 13, 0.9490196078);
}

.theme-default .brand-100 {
  color: #E0F2EB;
}

.theme-default .brand-1000 {
  color: #020805;
}

.theme-default .brand-200 {
  color: #C2E4D6;
}

.theme-default .brand-300 {
  color: #A2D6C3;
}

.theme-default .brand-400 {
  color: #81C9AF;
}

.theme-default .brand-500 {
  color: #5DBB9C;
}

.theme-default .brand-600 {
  color: #479279;
}

.theme-default .brand-700 {
  color: #326B58;
}

.theme-default .brand-800 {
  color: #1F4639;
}

.theme-default .brand-900 {
  color: #0D251D;
}

.theme-default .gray-100 {
  color: #eeeeee;
}

.theme-default .gray-1000 {
  color: #242424;
}

.theme-default .gray-200 {
  color: #e3e3e3;
}

.theme-default .gray-300 {
  color: #cdcdcd;
}

.theme-default .gray-400 {
  color: #b2b2b2;
}

.theme-default .gray-500 {
  color: #949494;
}

.theme-default .gray-600 {
  color: #767676;
}

.theme-default .gray-700 {
  color: #5a5a5a;
}

.theme-default .gray-800 {
  color: #434343;
}

.theme-default .gray-900 {
  color: #303030;
}

.theme-default .green-100 {
  color: #ebffee;
}

.theme-default .green-1000 {
  color: #062d1b;
}

.theme-default .green-200 {
  color: #cff7d3;
}

.theme-default .green-300 {
  color: #aff4c6;
}

.theme-default .green-400 {
  color: #85e0a3;
}

.theme-default .green-500 {
  color: #14ae5c;
}

.theme-default .green-600 {
  color: #009951;
}

.theme-default .green-700 {
  color: #008043;
}

.theme-default .green-800 {
  color: #02542d;
}

.theme-default .green-900 {
  color: #024023;
}

.theme-default .neutral-100 {
  color: #f5f5f5;
}

.theme-default .neutral-1000 {
  color: #111111;
}

.theme-default .neutral-200 {
  color: #e6e6e6;
}

.theme-default .neutral-300 {
  color: #d9d9d9;
}

.theme-default .neutral-400 {
  color: #b3b3b3;
}

.theme-default .neutral-500 {
  color: #94949E;
}

.theme-default .neutral-600 {
  color: #444444;
}

.theme-default .neutral-700 {
  color: #383838;
}

.theme-default .neutral-800 {
  color: #2c2c2c;
}

.theme-default .neutral-900 {
  color: #1e1e1e;
}

.theme-default .red-100 {
  color: #fee9e7;
}

.theme-default .red-1000 {
  color: #300603;
}

.theme-default .red-200 {
  color: #fdd3d0;
}

.theme-default .red-300 {
  color: #fcb3ad;
}

.theme-default .red-400 {
  color: #f4776a;
}

.theme-default .red-500 {
  color: #ec221f;
}

.theme-default .red-600 {
  color: #c00f0c;
}

.theme-default .red-700 {
  color: #900b09;
}

.theme-default .red-800 {
  color: #690807;
}

.theme-default .red-900 {
  color: #4d0b0a;
}

.theme-default .white-100 {
  color: rgba(255, 255, 255, 0.0509803922);
}

.theme-default .white-1000 {
  color: #ffffff;
}

.theme-default .white-200 {
  color: rgba(255, 255, 255, 0.1019607843);
}

.theme-default .white-300 {
  color: rgba(255, 255, 255, 0.2);
}

.theme-default .white-400 {
  color: rgba(255, 255, 255, 0.4);
}

.theme-default .white-500 {
  color: rgba(255, 255, 255, 0.6980392157);
}

.theme-default .white-600 {
  color: rgba(255, 255, 255, 0.8);
}

.theme-default .white-700 {
  color: rgba(255, 255, 255, 0.8509803922);
}

.theme-default .white-800 {
  color: rgba(255, 255, 255, 0.8980392157);
}

.theme-default .white-900 {
  color: rgba(255, 255, 255, 0.9490196078);
}

.theme-default .yellow-100 {
  color: #fffbeb;
}

.theme-default .yellow-1000 {
  color: #401b01;
}

.theme-default .yellow-200 {
  color: #fff1c2;
}

.theme-default .yellow-300 {
  color: #ffe8a3;
}

.theme-default .yellow-400 {
  color: #e8b931;
}

.theme-default .yellow-500 {
  color: #e5a000;
}

.theme-default .yellow-600 {
  color: #bf6a02;
}

.theme-default .yellow-700 {
  color: #975102;
}

.theme-default .yellow-800 {
  color: #682d03;
}

.theme-default .yellow-900 {
  color: #522504;
}

.theme-default .background-brand-default {
  background-color: #5DBB9C;
}

.theme-default .background-brand-hover:hover {
  background-color: #479279;
}

.theme-default .background-brand-secondary {
  background-color: #E0F2EB;
}

.theme-default .background-brand-secondary-hover:hover {
  background-color: #C2E4D6;
}

.theme-default .background-brand-tertiary {
  background-color: rgba(255, 255, 255, 0.0509803922);
}

.theme-default .background-brand-tertiary-hover:hover {
  background-color: #f5f5f5;
}

.theme-default .background-danger-default {
  background-color: #ec221f;
}

.theme-default .background-danger-hover:hover {
  background-color: #c00f0c;
}

.theme-default .background-danger-secondary {
  background-color: #fdd3d0;
}

.theme-default .background-danger-secondary-hover:hover {
  background-color: #fcb3ad;
}

.theme-default .background-danger-tertiary {
  background-color: #ec221f;
}

.theme-default .background-danger-tertiary-hover:hover {
  background-color: #fdd3d0;
}

.theme-default .background-default-default {
  background-color: #eeeeee;
}

.theme-default .background-default-default-hover:hover {
  background-color: #eeeeee;
}

.theme-default .background-default-secondary {
  background-color: #ffffff;
}

.theme-default .background-default-secondary-hover:hover {
  background-color: #ffffff;
}

.theme-default .background-default-tertiary {
  background-color: #cdcdcd;
}

.theme-default .background-default-tertiary-hover:hover {
  background-color: #cdcdcd;
}

.theme-default .background-disabled-default {
  background-color: #d9d9d9;
}

.theme-default .background-neutral-default {
  background-color: #f5f5f5;
}

.theme-default .background-neutral-hover:hover {
  background-color: #e6e6e6;
}

.theme-default .background-neutral-secondary {
  background-color: #d9d9d9;
}

.theme-default .background-neutral-secondary-hover:hover {
  background-color: #b3b3b3;
}

.theme-default .background-neutral-tertiary {
  background-color: #94949E;
}

.theme-default .background-neutral-tertiary-hover:hover {
  background-color: #444444;
}

.theme-default .background-neutral-quaternary {
  background-color: rgba(12, 12, 13, 0.1019607843);
}

.theme-default .background-positive-default {
  background-color: #14ae5c;
}

.theme-default .background-positive-hover:hover {
  background-color: #009951;
}

.theme-default .background-positive-secondary {
  background-color: #cff7d3;
}

.theme-default .background-positive-secondary-hover:hover {
  background-color: #aff4c6;
}

.theme-default .background-positive-tertiary {
  background-color: #ebffee;
}

.theme-default .background-positive-tertiary-hover:hover {
  background-color: #cff7d3;
}

.theme-default .background-warning-default {
  background-color: #e5a000;
}

.theme-default .background-warning-hover:hover {
  background-color: #bf6a02;
}

.theme-default .background-warning-secondary {
  background-color: #fff1c2;
}

.theme-default .background-warning-secondary-hover:hover {
  background-color: #ffe8a3;
}

.theme-default .background-warning-tertiary {
  background-color: #fffbeb;
}

.theme-default .background-warning-tertiary-hover:hover {
  background-color: #fff1c2;
}

.theme-default .border-brand-default {
  border-color: #1F4639;
}

.theme-default .border-brand-secondary {
  border-color: #479279;
}

.theme-default .border-brand-tertiary {
  border-color: #5DBB9C;
}

.theme-default .border-danger-default {
  border-color: #900b09;
}

.theme-default .border-danger-secondary {
  border-color: #c00f0c;
}

.theme-default .border-danger-tertiary {
  border-color: #ec221f;
}

.theme-default .border-default-default {
  border-color: #d9d9d9;
}

.theme-default .border-default-secondary {
  border-color: #94949E;
}

.theme-default .border-default-tertiary {
  border-color: #383838;
}

.theme-default .border-disabled-default {
  border-color: #b3b3b3;
}

.theme-default .border-neutral-default {
  border-color: #303030;
}

.theme-default .border-neutral-secondary {
  border-color: #767676;
}

.theme-default .border-neutral-tertiary {
  border-color: #b2b2b2;
}

.theme-default .border-positive-default {
  border-color: #02542d;
}

.theme-default .border-positive-secondary {
  border-color: #009951;
}

.theme-default .border-positive-tertiary {
  border-color: #85e0a3;
}

.theme-default .border-warning-default {
  border-color: #522504;
}

.theme-default .border-warning-secondary {
  border-color: #975102;
}

.theme-default .border-warning-tertiary {
  border-color: #bf6a02;
}

.theme-default .icon-brand-default {
  color: #326B58;
}

.theme-default .icon-brand-on-brand {
  color: #0D251D;
}

.theme-default .icon-brand-on-brand-secondary {
  color: #326B58;
}

.theme-default .icon-brand-on-brand-tertiary {
  color: #5DBB9C;
}

.theme-default .icon-brand-secondary {
  color: #5DBB9C;
}

.theme-default .icon-brand-tertiary {
  color: #A2D6C3;
}

.theme-default .icon-danger-default {
  color: #ec221f;
}

.theme-default .icon-danger-on-danger {
  color: #fee9e7;
}

.theme-default .icon-danger-on-danger-secondary {
  color: #900b09;
}

.theme-default .icon-danger-on-danger-tertiary {
  color: #900b09;
}

.theme-default .icon-danger-secondary {
  color: #c00f0c;
}

.theme-default .icon-danger-tertiary {
  color: #ec221f;
}

.theme-default .icon-default-default {
  color: #383838;
}

.theme-default .icon-default-secondary {
  color: #94949E;
}

.theme-default .icon-default-tertiary {
  color: #b3b3b3;
}

.theme-default .icon-disabled-default {
  color: #b3b3b3;
}

.theme-default .icon-neutral-default {
  color: #383838;
}

.theme-default .icon-neutral-on-neutral-default {
  color: #444444;
}

.theme-default .icon-neutral-on-neutral-secondary {
  color: #b3b3b3;
}

.theme-default .icon-neutral-on-neutral-tertiary {
  color: #ffffff;
}

.theme-default .icon-neutral-secondary {
  color: #b3b3b3;
}

.theme-default .icon-neutral-tertiary {
  color: #ffffff;
}

.theme-default .icon-positive-default {
  color: #02542d;
}

.theme-default .icon-positive-on-positive {
  color: #ebffee;
}

.theme-default .icon-positive-on-positive-secondary {
  color: #02542d;
}

.theme-default .icon-positive-on-positive-tertiary {
  color: #024023;
}

.theme-default .icon-positive-secondary {
  color: #009951;
}

.theme-default .icon-positive-tertiary {
  color: #14ae5c;
}

.theme-default .icon-warning-default {
  color: #522504;
}

.theme-default .icon-warning-on-warning {
  color: #401b01;
}

.theme-default .icon-warning-on-warning-secondary {
  color: #682d03;
}

.theme-default .icon-warning-on-warning-tertiary {
  color: #522504;
}

.theme-default .icon-warning-secondary {
  color: #975102;
}

.theme-default .icon-warning-tertiary {
  color: #bf6a02;
}

.theme-default .text-brand-default {
  color: #326B58;
}

.theme-default .text-brand-on-brand {
  color: #0D251D;
}

.theme-default .text-brand-on-brand-secondary {
  color: #326B58;
}

.theme-default .text-brand-on-brand-tertiary {
  color: #5DBB9C;
}

.theme-default .text-brand-secondary {
  color: #5DBB9C;
}

.theme-default .text-brand-tertiary {
  color: #A2D6C3;
}

.theme-default .text-danger-default {
  color: #ec221f;
}

.theme-default .text-danger-on-danger {
  color: #fee9e7;
}

.theme-default .text-danger-on-danger-secondary {
  color: #900b09;
}

.theme-default .text-danger-on-danger-tertiary {
  color: #900b09;
}

.theme-default .text-danger-secondary {
  color: #c00f0c;
}

.theme-default .text-danger-tertiary {
  color: #ec221f;
}

.theme-default .text-default-default {
  color: #242424;
}

.theme-default .text-default-secondary {
  color: #5a5a5a;
}

.theme-default .text-default-tertiary {
  color: #b2b2b2;
}

.theme-default .text-disabled-default {
  color: #b3b3b3;
}

.theme-default .text-neutral-default {
  color: #1e1e1e;
}

.theme-default .text-neutral-on-neutral {
  color: #111111;
}

.theme-default .text-neutral-on-neutral-secondary {
  color: #767676;
}

.theme-default .text-neutral-on-neutral-tertiary {
  color: #383838;
}

.theme-default .text-neutral-secondary {
  color: #94949E;
}

.theme-default .text-neutral-tertiary {
  color: #ffffff;
}

.theme-default .text-positive-default {
  color: #02542d;
}

.theme-default .text-positive-on-positive {
  color: #ebffee;
}

.theme-default .text-positive-on-positive-secondary {
  color: #02542d;
}

.theme-default .text-positive-on-positive-tertiary {
  color: #02542d;
}

.theme-default .text-positive-secondary {
  color: #009951;
}

.theme-default .text-positive-tertiary {
  color: #14ae5c;
}

.theme-default .text-warning-default {
  color: #e5a000;
}

.theme-default .text-warning-on-warning {
  color: #401b01;
}

.theme-default .text-warning-on-warning-secondary {
  color: #682d03;
}

.theme-default .text-warning-on-warning-tertiary {
  color: #522504;
}

.theme-default .text-warning-secondary {
  color: #975102;
}

.theme-default .text-warning-tertiary {
  color: #bf6a02;
}

.theme-default .gap-0 {
  gap: 0;
}

.theme-default .row-gap-0 {
  row-gap: 0;
}

.theme-default .col-gap-0 {
  column-gap: 0;
}

.theme-default .p-0 {
  padding: 0;
}

.theme-default .pt-0 {
  padding-top: 0;
}

.theme-default .pr-0 {
  padding-right: 0;
}

.theme-default .pb-0 {
  padding-bottom: 0;
}

.theme-default .pl-0 {
  padding-left: 0;
}

.theme-default .px-0 {
  padding-left: 0;
  padding-right: 0;
}

.theme-default .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.theme-default .m-0 {
  margin: 0;
}

.theme-default .mt-0 {
  margin-top: 0;
}

.theme-default .mr-0 {
  margin-right: 0;
}

.theme-default .mb-0 {
  margin-bottom: 0;
}

.theme-default .ml-0 {
  margin-left: 0;
}

.theme-default .mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.theme-default .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.theme-default .gap-050 {
  gap: 0.125rem;
}

.theme-default .row-gap-050 {
  row-gap: 0.125rem;
}

.theme-default .col-gap-050 {
  column-gap: 0.125rem;
}

.theme-default .p-050 {
  padding: 0.125rem;
}

.theme-default .pt-050 {
  padding-top: 0.125rem;
}

.theme-default .pr-050 {
  padding-right: 0.125rem;
}

.theme-default .pb-050 {
  padding-bottom: 0.125rem;
}

.theme-default .pl-050 {
  padding-left: 0.125rem;
}

.theme-default .px-050 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.theme-default .py-050 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.theme-default .m-050 {
  margin: 0.125rem;
}

.theme-default .mt-050 {
  margin-top: 0.125rem;
}

.theme-default .mr-050 {
  margin-right: 0.125rem;
}

.theme-default .mb-050 {
  margin-bottom: 0.125rem;
}

.theme-default .ml-050 {
  margin-left: 0.125rem;
}

.theme-default .mx-050 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.theme-default .my-050 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.theme-default .gap-100 {
  gap: 0.25rem;
}

.theme-default .row-gap-100 {
  row-gap: 0.25rem;
}

.theme-default .col-gap-100 {
  column-gap: 0.25rem;
}

.theme-default .p-100 {
  padding: 0.25rem;
}

.theme-default .pt-100 {
  padding-top: 0.25rem;
}

.theme-default .pr-100 {
  padding-right: 0.25rem;
}

.theme-default .pb-100 {
  padding-bottom: 0.25rem;
}

.theme-default .pl-100 {
  padding-left: 0.25rem;
}

.theme-default .px-100 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.theme-default .py-100 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.theme-default .m-100 {
  margin: 0.25rem;
}

.theme-default .mt-100 {
  margin-top: 0.25rem;
}

.theme-default .mr-100 {
  margin-right: 0.25rem;
}

.theme-default .mb-100 {
  margin-bottom: 0.25rem;
}

.theme-default .ml-100 {
  margin-left: 0.25rem;
}

.theme-default .mx-100 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.theme-default .my-100 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.theme-default .gap-150 {
  gap: 0.375rem;
}

.theme-default .row-gap-150 {
  row-gap: 0.375rem;
}

.theme-default .col-gap-150 {
  column-gap: 0.375rem;
}

.theme-default .p-150 {
  padding: 0.375rem;
}

.theme-default .pt-150 {
  padding-top: 0.375rem;
}

.theme-default .pr-150 {
  padding-right: 0.375rem;
}

.theme-default .pb-150 {
  padding-bottom: 0.375rem;
}

.theme-default .pl-150 {
  padding-left: 0.375rem;
}

.theme-default .px-150 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.theme-default .py-150 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.theme-default .m-150 {
  margin: 0.375rem;
}

.theme-default .mt-150 {
  margin-top: 0.375rem;
}

.theme-default .mr-150 {
  margin-right: 0.375rem;
}

.theme-default .mb-150 {
  margin-bottom: 0.375rem;
}

.theme-default .ml-150 {
  margin-left: 0.375rem;
}

.theme-default .mx-150 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.theme-default .my-150 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.theme-default .gap-200 {
  gap: 0.5rem;
}

.theme-default .row-gap-200 {
  row-gap: 0.5rem;
}

.theme-default .col-gap-200 {
  column-gap: 0.5rem;
}

.theme-default .p-200 {
  padding: 0.5rem;
}

.theme-default .pt-200 {
  padding-top: 0.5rem;
}

.theme-default .pr-200 {
  padding-right: 0.5rem;
}

.theme-default .pb-200 {
  padding-bottom: 0.5rem;
}

.theme-default .pl-200 {
  padding-left: 0.5rem;
}

.theme-default .px-200 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.theme-default .py-200 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.theme-default .m-200 {
  margin: 0.5rem;
}

.theme-default .mt-200 {
  margin-top: 0.5rem;
}

.theme-default .mr-200 {
  margin-right: 0.5rem;
}

.theme-default .mb-200 {
  margin-bottom: 0.5rem;
}

.theme-default .ml-200 {
  margin-left: 0.5rem;
}

.theme-default .mx-200 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.theme-default .my-200 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.theme-default .gap-300 {
  gap: 0.75rem;
}

.theme-default .row-gap-300 {
  row-gap: 0.75rem;
}

.theme-default .col-gap-300 {
  column-gap: 0.75rem;
}

.theme-default .p-300 {
  padding: 0.75rem;
}

.theme-default .pt-300 {
  padding-top: 0.75rem;
}

.theme-default .pr-300 {
  padding-right: 0.75rem;
}

.theme-default .pb-300 {
  padding-bottom: 0.75rem;
}

.theme-default .pl-300 {
  padding-left: 0.75rem;
}

.theme-default .px-300 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.theme-default .py-300 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.theme-default .m-300 {
  margin: 0.75rem;
}

.theme-default .mt-300 {
  margin-top: 0.75rem;
}

.theme-default .mr-300 {
  margin-right: 0.75rem;
}

.theme-default .mb-300 {
  margin-bottom: 0.75rem;
}

.theme-default .ml-300 {
  margin-left: 0.75rem;
}

.theme-default .mx-300 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.theme-default .my-300 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.theme-default .gap-400 {
  gap: 1rem;
}

.theme-default .row-gap-400 {
  row-gap: 1rem;
}

.theme-default .col-gap-400 {
  column-gap: 1rem;
}

.theme-default .p-400 {
  padding: 1rem;
}

.theme-default .pt-400 {
  padding-top: 1rem;
}

.theme-default .pr-400 {
  padding-right: 1rem;
}

.theme-default .pb-400 {
  padding-bottom: 1rem;
}

.theme-default .pl-400 {
  padding-left: 1rem;
}

.theme-default .px-400 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-default .py-400 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.theme-default .m-400 {
  margin: 1rem;
}

.theme-default .mt-400 {
  margin-top: 1rem;
}

.theme-default .mr-400 {
  margin-right: 1rem;
}

.theme-default .mb-400 {
  margin-bottom: 1rem;
}

.theme-default .ml-400 {
  margin-left: 1rem;
}

.theme-default .mx-400 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.theme-default .my-400 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.theme-default .gap-600 {
  gap: 1.5rem;
}

.theme-default .row-gap-600 {
  row-gap: 1.5rem;
}

.theme-default .col-gap-600 {
  column-gap: 1.5rem;
}

.theme-default .p-600 {
  padding: 1.5rem;
}

.theme-default .pt-600 {
  padding-top: 1.5rem;
}

.theme-default .pr-600 {
  padding-right: 1.5rem;
}

.theme-default .pb-600 {
  padding-bottom: 1.5rem;
}

.theme-default .pl-600 {
  padding-left: 1.5rem;
}

.theme-default .px-600 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.theme-default .py-600 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.theme-default .m-600 {
  margin: 1.5rem;
}

.theme-default .mt-600 {
  margin-top: 1.5rem;
}

.theme-default .mr-600 {
  margin-right: 1.5rem;
}

.theme-default .mb-600 {
  margin-bottom: 1.5rem;
}

.theme-default .ml-600 {
  margin-left: 1.5rem;
}

.theme-default .mx-600 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.theme-default .my-600 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.theme-default .gap-800 {
  gap: 2rem;
}

.theme-default .row-gap-800 {
  row-gap: 2rem;
}

.theme-default .col-gap-800 {
  column-gap: 2rem;
}

.theme-default .p-800 {
  padding: 2rem;
}

.theme-default .pt-800 {
  padding-top: 2rem;
}

.theme-default .pr-800 {
  padding-right: 2rem;
}

.theme-default .pb-800 {
  padding-bottom: 2rem;
}

.theme-default .pl-800 {
  padding-left: 2rem;
}

.theme-default .px-800 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.theme-default .py-800 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.theme-default .m-800 {
  margin: 2rem;
}

.theme-default .mt-800 {
  margin-top: 2rem;
}

.theme-default .mr-800 {
  margin-right: 2rem;
}

.theme-default .mb-800 {
  margin-bottom: 2rem;
}

.theme-default .ml-800 {
  margin-left: 2rem;
}

.theme-default .mx-800 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.theme-default .my-800 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.theme-default .gap-1200 {
  gap: 3rem;
}

.theme-default .row-gap-1200 {
  row-gap: 3rem;
}

.theme-default .col-gap-1200 {
  column-gap: 3rem;
}

.theme-default .p-1200 {
  padding: 3rem;
}

.theme-default .pt-1200 {
  padding-top: 3rem;
}

.theme-default .pr-1200 {
  padding-right: 3rem;
}

.theme-default .pb-1200 {
  padding-bottom: 3rem;
}

.theme-default .pl-1200 {
  padding-left: 3rem;
}

.theme-default .px-1200 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.theme-default .py-1200 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.theme-default .m-1200 {
  margin: 3rem;
}

.theme-default .mt-1200 {
  margin-top: 3rem;
}

.theme-default .mr-1200 {
  margin-right: 3rem;
}

.theme-default .mb-1200 {
  margin-bottom: 3rem;
}

.theme-default .ml-1200 {
  margin-left: 3rem;
}

.theme-default .mx-1200 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.theme-default .my-1200 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.theme-default .gap-1600 {
  gap: 4rem;
}

.theme-default .row-gap-1600 {
  row-gap: 4rem;
}

.theme-default .col-gap-1600 {
  column-gap: 4rem;
}

.theme-default .p-1600 {
  padding: 4rem;
}

.theme-default .pt-1600 {
  padding-top: 4rem;
}

.theme-default .pr-1600 {
  padding-right: 4rem;
}

.theme-default .pb-1600 {
  padding-bottom: 4rem;
}

.theme-default .pl-1600 {
  padding-left: 4rem;
}

.theme-default .px-1600 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.theme-default .py-1600 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.theme-default .m-1600 {
  margin: 4rem;
}

.theme-default .mt-1600 {
  margin-top: 4rem;
}

.theme-default .mr-1600 {
  margin-right: 4rem;
}

.theme-default .mb-1600 {
  margin-bottom: 4rem;
}

.theme-default .ml-1600 {
  margin-left: 4rem;
}

.theme-default .mx-1600 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.theme-default .my-1600 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.theme-default .gap-2400 {
  gap: 6rem;
}

.theme-default .row-gap-2400 {
  row-gap: 6rem;
}

.theme-default .col-gap-2400 {
  column-gap: 6rem;
}

.theme-default .p-2400 {
  padding: 6rem;
}

.theme-default .pt-2400 {
  padding-top: 6rem;
}

.theme-default .pr-2400 {
  padding-right: 6rem;
}

.theme-default .pb-2400 {
  padding-bottom: 6rem;
}

.theme-default .pl-2400 {
  padding-left: 6rem;
}

.theme-default .px-2400 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.theme-default .py-2400 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.theme-default .m-2400 {
  margin: 6rem;
}

.theme-default .mt-2400 {
  margin-top: 6rem;
}

.theme-default .mr-2400 {
  margin-right: 6rem;
}

.theme-default .mb-2400 {
  margin-bottom: 6rem;
}

.theme-default .ml-2400 {
  margin-left: 6rem;
}

.theme-default .mx-2400 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.theme-default .my-2400 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.theme-default .gap-4000 {
  gap: 10rem;
}

.theme-default .row-gap-4000 {
  row-gap: 10rem;
}

.theme-default .col-gap-4000 {
  column-gap: 10rem;
}

.theme-default .p-4000 {
  padding: 10rem;
}

.theme-default .pt-4000 {
  padding-top: 10rem;
}

.theme-default .pr-4000 {
  padding-right: 10rem;
}

.theme-default .pb-4000 {
  padding-bottom: 10rem;
}

.theme-default .pl-4000 {
  padding-left: 10rem;
}

.theme-default .px-4000 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.theme-default .py-4000 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.theme-default .m-4000 {
  margin: 10rem;
}

.theme-default .mt-4000 {
  margin-top: 10rem;
}

.theme-default .mr-4000 {
  margin-right: 10rem;
}

.theme-default .mb-4000 {
  margin-bottom: 10rem;
}

.theme-default .ml-4000 {
  margin-left: 10rem;
}

.theme-default .mx-4000 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.theme-default .my-4000 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.theme-default .radius-100 {
  border-radius: 0.25rem;
}

.theme-default .radius-tl-100 {
  border-top-left-radius: 0.25rem;
}

.theme-default .radius-tr-100 {
  border-top-right-radius: 0.25rem;
}

.theme-default .radius-bl-100 {
  border-bottom-left-radius: 0.25rem;
}

.theme-default .radius-br-100 {
  border-bottom-right-radius: 0.25rem;
}

.theme-default .radius-t-100 {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.theme-default .radius-b-100 {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.theme-default .radius-l-100 {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.theme-default .radius-r-100 {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.theme-default .radius-200 {
  border-radius: 0.5rem;
}

.theme-default .radius-tl-200 {
  border-top-left-radius: 0.5rem;
}

.theme-default .radius-tr-200 {
  border-top-right-radius: 0.5rem;
}

.theme-default .radius-bl-200 {
  border-bottom-left-radius: 0.5rem;
}

.theme-default .radius-br-200 {
  border-bottom-right-radius: 0.5rem;
}

.theme-default .radius-t-200 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.theme-default .radius-b-200 {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.theme-default .radius-l-200 {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.theme-default .radius-r-200 {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.theme-default .radius-300 {
  border-radius: 0.75rem;
}

.theme-default .radius-tl-300 {
  border-top-left-radius: 0.75rem;
}

.theme-default .radius-tr-300 {
  border-top-right-radius: 0.75rem;
}

.theme-default .radius-bl-300 {
  border-bottom-left-radius: 0.75rem;
}

.theme-default .radius-br-300 {
  border-bottom-right-radius: 0.75rem;
}

.theme-default .radius-t-300 {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.theme-default .radius-b-300 {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.theme-default .radius-l-300 {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.theme-default .radius-r-300 {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.theme-default .radius-400 {
  border-radius: 1rem;
}

.theme-default .radius-tl-400 {
  border-top-left-radius: 1rem;
}

.theme-default .radius-tr-400 {
  border-top-right-radius: 1rem;
}

.theme-default .radius-bl-400 {
  border-bottom-left-radius: 1rem;
}

.theme-default .radius-br-400 {
  border-bottom-right-radius: 1rem;
}

.theme-default .radius-t-400 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.theme-default .radius-b-400 {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.theme-default .radius-l-400 {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.theme-default .radius-r-400 {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.theme-default .radius-full {
  border-radius: 9999rem;
}

.theme-default .radius-tl-full {
  border-top-left-radius: 9999rem;
}

.theme-default .radius-tr-full {
  border-top-right-radius: 9999rem;
}

.theme-default .radius-bl-full {
  border-bottom-left-radius: 9999rem;
}

.theme-default .radius-br-full {
  border-bottom-right-radius: 9999rem;
}

.theme-default .radius-t-full {
  border-top-left-radius: 9999rem;
  border-top-right-radius: 9999rem;
}

.theme-default .radius-b-full {
  border-bottom-left-radius: 9999rem;
  border-bottom-right-radius: 9999rem;
}

.theme-default .radius-l-full {
  border-top-left-radius: 9999rem;
  border-bottom-left-radius: 9999rem;
}

.theme-default .radius-r-full {
  border-top-right-radius: 9999rem;
  border-bottom-right-radius: 9999rem;
}

.theme-default .radius-rounded {
  border-radius: 50%;
}

.theme-default .radius-tl-rounded {
  border-top-left-radius: 50%;
}

.theme-default .radius-tr-rounded {
  border-top-right-radius: 50%;
}

.theme-default .radius-bl-rounded {
  border-bottom-left-radius: 50%;
}

.theme-default .radius-br-rounded {
  border-bottom-right-radius: 50%;
}

.theme-default .radius-t-rounded {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.theme-default .radius-b-rounded {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.theme-default .radius-l-rounded {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.theme-default .radius-r-rounded {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

:root.theme-default {
  --egg-black-100: rgba(12, 12, 13, 0.0509803922);
}

:root.theme-default {
  --egg-black-1000: #0c0c0d;
}

:root.theme-default {
  --egg-black-200: rgba(12, 12, 13, 0.1019607843);
}

:root.theme-default {
  --egg-black-300: rgba(12, 12, 13, 0.2);
}

:root.theme-default {
  --egg-black-400: rgba(12, 12, 13, 0.4);
}

:root.theme-default {
  --egg-black-500: rgba(12, 12, 13, 0.6980392157);
}

:root.theme-default {
  --egg-black-600: rgba(12, 12, 13, 0.8);
}

:root.theme-default {
  --egg-black-700: rgba(12, 12, 13, 0.8509803922);
}

:root.theme-default {
  --egg-black-800: rgba(12, 12, 13, 0.8980392157);
}

:root.theme-default {
  --egg-black-900: rgba(12, 12, 13, 0.9490196078);
}

:root.theme-default {
  --egg-brand-100: #E0F2EB;
}

:root.theme-default {
  --egg-brand-1000: #020805;
}

:root.theme-default {
  --egg-brand-200: #C2E4D6;
}

:root.theme-default {
  --egg-brand-300: #A2D6C3;
}

:root.theme-default {
  --egg-brand-400: #81C9AF;
}

:root.theme-default {
  --egg-brand-500: #5DBB9C;
}

:root.theme-default {
  --egg-brand-600: #479279;
}

:root.theme-default {
  --egg-brand-700: #326B58;
}

:root.theme-default {
  --egg-brand-800: #1F4639;
}

:root.theme-default {
  --egg-brand-900: #0D251D;
}

:root.theme-default {
  --egg-gray-100: #eeeeee;
}

:root.theme-default {
  --egg-gray-1000: #242424;
}

:root.theme-default {
  --egg-gray-200: #e3e3e3;
}

:root.theme-default {
  --egg-gray-300: #cdcdcd;
}

:root.theme-default {
  --egg-gray-400: #b2b2b2;
}

:root.theme-default {
  --egg-gray-500: #949494;
}

:root.theme-default {
  --egg-gray-600: #767676;
}

:root.theme-default {
  --egg-gray-700: #5a5a5a;
}

:root.theme-default {
  --egg-gray-800: #434343;
}

:root.theme-default {
  --egg-gray-900: #303030;
}

:root.theme-default {
  --egg-green-100: #ebffee;
}

:root.theme-default {
  --egg-green-1000: #062d1b;
}

:root.theme-default {
  --egg-green-200: #cff7d3;
}

:root.theme-default {
  --egg-green-300: #aff4c6;
}

:root.theme-default {
  --egg-green-400: #85e0a3;
}

:root.theme-default {
  --egg-green-500: #14ae5c;
}

:root.theme-default {
  --egg-green-600: #009951;
}

:root.theme-default {
  --egg-green-700: #008043;
}

:root.theme-default {
  --egg-green-800: #02542d;
}

:root.theme-default {
  --egg-green-900: #024023;
}

:root.theme-default {
  --egg-neutral-100: #f5f5f5;
}

:root.theme-default {
  --egg-neutral-1000: #111111;
}

:root.theme-default {
  --egg-neutral-200: #e6e6e6;
}

:root.theme-default {
  --egg-neutral-300: #d9d9d9;
}

:root.theme-default {
  --egg-neutral-400: #b3b3b3;
}

:root.theme-default {
  --egg-neutral-500: #94949E;
}

:root.theme-default {
  --egg-neutral-600: #444444;
}

:root.theme-default {
  --egg-neutral-700: #383838;
}

:root.theme-default {
  --egg-neutral-800: #2c2c2c;
}

:root.theme-default {
  --egg-neutral-900: #1e1e1e;
}

:root.theme-default {
  --egg-red-100: #fee9e7;
}

:root.theme-default {
  --egg-red-1000: #300603;
}

:root.theme-default {
  --egg-red-200: #fdd3d0;
}

:root.theme-default {
  --egg-red-300: #fcb3ad;
}

:root.theme-default {
  --egg-red-400: #f4776a;
}

:root.theme-default {
  --egg-red-500: #ec221f;
}

:root.theme-default {
  --egg-red-600: #c00f0c;
}

:root.theme-default {
  --egg-red-700: #900b09;
}

:root.theme-default {
  --egg-red-800: #690807;
}

:root.theme-default {
  --egg-red-900: #4d0b0a;
}

:root.theme-default {
  --egg-white-100: rgba(255, 255, 255, 0.0509803922);
}

:root.theme-default {
  --egg-white-1000: #ffffff;
}

:root.theme-default {
  --egg-white-200: rgba(255, 255, 255, 0.1019607843);
}

:root.theme-default {
  --egg-white-300: rgba(255, 255, 255, 0.2);
}

:root.theme-default {
  --egg-white-400: rgba(255, 255, 255, 0.4);
}

:root.theme-default {
  --egg-white-500: rgba(255, 255, 255, 0.6980392157);
}

:root.theme-default {
  --egg-white-600: rgba(255, 255, 255, 0.8);
}

:root.theme-default {
  --egg-white-700: rgba(255, 255, 255, 0.8509803922);
}

:root.theme-default {
  --egg-white-800: rgba(255, 255, 255, 0.8980392157);
}

:root.theme-default {
  --egg-white-900: rgba(255, 255, 255, 0.9490196078);
}

:root.theme-default {
  --egg-yellow-100: #fffbeb;
}

:root.theme-default {
  --egg-yellow-1000: #401b01;
}

:root.theme-default {
  --egg-yellow-200: #fff1c2;
}

:root.theme-default {
  --egg-yellow-300: #ffe8a3;
}

:root.theme-default {
  --egg-yellow-400: #e8b931;
}

:root.theme-default {
  --egg-yellow-500: #e5a000;
}

:root.theme-default {
  --egg-yellow-600: #bf6a02;
}

:root.theme-default {
  --egg-yellow-700: #975102;
}

:root.theme-default {
  --egg-yellow-800: #682d03;
}

:root.theme-default {
  --egg-yellow-900: #522504;
}

.egg, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-position: center;
}

.egg.egg-arrow-down, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-arrow-down.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-arrow-down.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-arrow-down.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-arrow-down.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-arrow-down.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-arrow-down.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-arrow-down.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-arrow-down.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-arrow-down.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-arrow-down.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-arrow-down.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-arrow-down.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-arrow-down {
  mask-image: url("/assets/lib-components/icons/arrow-down.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-help, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-help.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-help.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-help.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-help.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-help.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-help.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-help.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-help.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-help.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-help.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-help.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-help.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-help {
  mask-image: url("/assets/lib-components/icons/help.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-arrow, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-arrow.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-arrow.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-arrow.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-arrow.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-arrow.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-arrow.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-arrow.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-arrow.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-arrow.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-arrow.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-arrow.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-arrow.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-arrow {
  mask-image: url("/assets/lib-components/icons/arrow.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-info, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-info.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-info.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-info.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-info.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-info.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-info.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-info.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-info.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-info.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-info.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-info.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-info.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-info {
  mask-image: url("/assets/lib-components/icons/info.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-info-ic, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-info-ic.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-info-ic.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-info-ic.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-info-ic.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-info-ic.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-info-ic.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-info-ic.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-info-ic.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-info-ic.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-info-ic.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-info-ic.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-info-ic.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-info-ic {
  mask-image: url("/assets/lib-components/icons/info_ic.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-remote, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-remote.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-remote.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-remote.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-remote.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-remote.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-remote.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-remote.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-remote.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-remote.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-remote.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-remote.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-remote.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-remote {
  mask-image: url("/assets/lib-components/icons/remote.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-history, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-history.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-history.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-history.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-history.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-history.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-history.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-history.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-history.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-history.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-history.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-history.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-history.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-history {
  mask-image: url("/assets/lib-components/icons/history.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-people, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-people.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-people.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-people.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-people.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-people.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-people.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-people.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-people.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-people.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-people.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-people.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-people.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-people {
  mask-image: url("/assets/lib-components/icons/customers.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-back, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-back.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-back.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-back.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-back.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-back.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-back.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-back.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-back.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-back.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-back.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-back.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-back.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-back {
  mask-image: url("/assets/lib-components/icons/back.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-back-small, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-back-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-back-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-back-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-back-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-back-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-back-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-back-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-back-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-back-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-back-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-back-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-back-small.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-back-small {
  mask-image: url("/assets/lib-components/icons/back-small.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-forward, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-forward.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-forward.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-forward.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-forward.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-forward.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-forward.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-forward.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-forward.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-forward.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-forward.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-forward.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-forward.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-forward {
  mask-image: url("/assets/lib-components/icons/forward.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-forward-small, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-forward-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-forward-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-forward-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-forward-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-forward-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-forward-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-forward-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-forward-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-forward-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-forward-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-forward-small.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-forward-small.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-forward-small {
  mask-image: url("/assets/lib-components/icons/forward-small.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-settings, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-settings.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-settings.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-settings.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-settings.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-settings.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-settings.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-settings.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-settings.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-settings.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-settings.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-settings.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-settings.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-settings {
  mask-image: url("/assets/lib-components/icons/settings.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-logout, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-logout.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-logout.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-logout.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-logout.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-logout.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-logout.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-logout.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-logout.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-logout.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-logout.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-logout.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-logout.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-logout {
  mask-image: url("/assets/lib-components/icons/logout.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-avatar, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-avatar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-avatar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-avatar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-avatar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-avatar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-avatar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-avatar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-avatar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-avatar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-avatar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-avatar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-avatar.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-avatar {
  mask-image: url("/assets/lib-components/icons/avatar.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-shop, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-shop.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-shop.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-shop.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-shop.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-shop.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-shop.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-shop.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-shop.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-shop.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-shop.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-shop.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-shop.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-shop {
  mask-image: url("/assets/lib-components/icons/shop.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-LTE, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-LTE.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-LTE.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-LTE.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-LTE.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-LTE.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-LTE.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-LTE.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-LTE.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-LTE.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-LTE.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-LTE.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-LTE.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-LTE { /* stylelint-disable-line */
  mask-image: url("/assets/lib-components/icons/LTE.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-filter, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-filter.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-filter.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-filter.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-filter.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-filter.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-filter.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-filter.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-filter.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-filter.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-filter.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-filter.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-filter.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-filter {
  mask-image: url("/assets/lib-components/icons/filter.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-cross, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg {
  mask-image: url("/assets/lib-components/icons/cross.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-edit, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-edit.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-edit.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-edit.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-edit.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-edit.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-edit.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-edit.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-edit.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-edit.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-edit.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-edit.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-edit.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-edit {
  mask-image: url("/assets/lib-components/icons/edit.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-delete, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-delete.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-delete.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-delete.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-delete.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-delete.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-delete.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-delete.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-delete.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-delete.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-delete.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-delete.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-delete.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-delete {
  mask-image: url("/assets/lib-components/icons/delete.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-joystick, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-joystick.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-joystick.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-joystick.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-joystick.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-joystick.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-joystick.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-joystick.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-joystick.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-joystick.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-joystick.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-joystick.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-joystick.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-joystick {
  mask-image: url("/assets/lib-components/icons/joystick.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-download, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-download.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-download.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-download.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-download.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-download.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-download.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-download.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-download.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-download.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-download.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-download.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-download.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-download {
  mask-image: url("/assets/lib-components/icons/download.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-add, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-add.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-add.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-add.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-add.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-add.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-add.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-add.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-add.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-add.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-add.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-add.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-add.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-add {
  mask-image: url("/assets/lib-components/icons/add.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-copy, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-copy.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-copy.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-copy.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-copy.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-copy.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-copy.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-copy.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-copy.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-copy.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-copy.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-copy.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-copy.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-copy {
  mask-image: url("/assets/lib-components/icons/copy.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-cards, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-cards.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-cards.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-cards.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-cards.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-cards.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-cards.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-cards.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-cards.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-cards.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-cards.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-cards.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-cards.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-cards {
  mask-image: url("/assets/lib-components/icons/cards.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-listing, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-listing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-listing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-listing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-listing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-listing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-listing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-listing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-listing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-listing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-listing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-listing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-listing.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-listing {
  mask-image: url("/assets/lib-components/icons/listing.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-dots, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-dots.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-dots.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-dots.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-dots.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-dots.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-dots.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-dots.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-dots.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-dots.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-dots.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-dots.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-dots.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-dots {
  mask-image: url("/assets/lib-components/icons/dots.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-check, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-check.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-check.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-check.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-check.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-check.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-check.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-check.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-check.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-check.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-check.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-check.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-check.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-check {
  mask-image: url("/assets/lib-components/icons/check.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-upload, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-upload.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-upload.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-upload.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-upload.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-upload.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-upload.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-upload.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-upload.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-upload.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-upload.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-upload.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-upload.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-upload {
  mask-image: url("/assets/lib-components/icons/upload.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-warning, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-warning.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-warning.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-warning.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-warning.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-warning.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-warning.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-warning.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-warning.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-warning.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-warning.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-warning.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-warning.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-warning {
  mask-image: url("/assets/lib-components/icons/warning.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-hand-bell, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-hand-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-hand-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-hand-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-hand-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-hand-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-hand-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-hand-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-hand-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-hand-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-hand-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-hand-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-hand-bell.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-hand-bell {
  mask-image: url("/assets/lib-components/icons/hand-bell.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-manufacturing, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-manufacturing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-manufacturing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-manufacturing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-manufacturing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-manufacturing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-manufacturing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-manufacturing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-manufacturing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-manufacturing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-manufacturing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-manufacturing.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-manufacturing.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-manufacturing {
  mask-image: url("/assets/lib-components/icons/manufacturing.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-sync-saved, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-sync-saved.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-sync-saved.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-sync-saved.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-sync-saved.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-sync-saved.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-sync-saved.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-sync-saved.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-sync-saved.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-sync-saved.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-sync-saved.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-sync-saved.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-sync-saved.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-sync-saved {
  mask-image: url("/assets/lib-components/icons/sync-saved.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-incomplete-action, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-incomplete-action.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-incomplete-action.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-incomplete-action.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-incomplete-action.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-incomplete-action.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-incomplete-action.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-incomplete-action.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-incomplete-action.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-incomplete-action.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-incomplete-action.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-incomplete-action.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-incomplete-action.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-incomplete-action {
  mask-image: url("/assets/lib-components/icons/incomplete-action.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-refresh, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-refresh.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-refresh.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-refresh.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-refresh.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-refresh.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-refresh.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-refresh.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-refresh.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-refresh.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-refresh.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-refresh.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-refresh.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-refresh {
  mask-image: url("/assets/lib-components/icons/refresh.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-status, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-status.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-status.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-status.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-status.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-status.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-status.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-status.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-status.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-status.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-status.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-status.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-status.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-status {
  mask-image: url("/assets/lib-components/icons/status.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-users, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-users.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-users.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-users.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-users.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-users.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-users.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-users.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-users.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-users.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-users.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-users.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-users.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-users {
  mask-image: url("/assets/lib-components/icons/users.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-calendar, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-calendar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-calendar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-calendar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-calendar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-calendar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-calendar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-calendar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-calendar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-calendar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-calendar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-calendar.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-calendar.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-calendar {
  mask-image: url("/assets/lib-components/icons/calendar.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-flip, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-flip.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-flip.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-flip.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-flip.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-flip.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-flip.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-flip.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-flip.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-flip.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-flip.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-flip.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-flip.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-flip {
  mask-image: url("/assets/lib-components/icons/flip.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-hourglass, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-hourglass.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-hourglass.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-hourglass.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-hourglass.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-hourglass.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-hourglass.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-hourglass.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-hourglass.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-hourglass.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-hourglass.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-hourglass.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-hourglass.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-hourglass {
  mask-image: url("/assets/lib-components/icons/hourglass.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-search, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-search.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-search.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-search.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-search.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-search.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-search.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-search.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-search.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-search.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-search.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-search.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-search.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-search {
  mask-image: url("/assets/lib-components/icons/search.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-light, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-light.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-light.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-light.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-light.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-light.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-light.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-light.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-light.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-light.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-light.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-light.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-light.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-light {
  mask-image: url("/assets/lib-components/icons/light.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-menu, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-menu.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-menu.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-menu.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-menu.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-menu.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-menu.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-menu.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-menu.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-menu.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-menu.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-menu.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-menu.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-menu {
  mask-image: url("/assets/lib-components/icons/menu.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-keyboard, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-keyboard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-keyboard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-keyboard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-keyboard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-keyboard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-keyboard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-keyboard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-keyboard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-keyboard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-keyboard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-keyboard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-keyboard.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-keyboard {
  mask-image: url("/assets/lib-components/icons/keyboard.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-active-customers, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-active-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-active-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-active-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-active-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-active-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-active-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-active-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-active-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-active-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-active-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-active-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-active-customers.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-active-customers {
  mask-image: url("/assets/lib-components/icons/active-customers.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-active-services, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-active-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-active-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-active-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-active-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-active-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-active-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-active-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-active-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-active-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-active-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-active-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-active-services.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-active-services {
  mask-image: url("/assets/lib-components/icons/active-services.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-customer, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-customer.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-customer.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-customer.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-customer.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-customer.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-customer.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-customer.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-customer.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-customer.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-customer.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-customer.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-customer.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-customer {
  mask-image: url("/assets/lib-components/icons/customer.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-expired-customers, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-expired-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-expired-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-expired-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-expired-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-expired-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-expired-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-expired-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-expired-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-expired-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-expired-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-expired-customers.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-expired-customers.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-expired-customers {
  mask-image: url("/assets/lib-components/icons/expired-customers.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-expired-services, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-expired-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-expired-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-expired-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-expired-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-expired-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-expired-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-expired-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-expired-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-expired-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-expired-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-expired-services.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-expired-services.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-expired-services {
  mask-image: url("/assets/lib-components/icons/expired-services.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-offline-devices, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-offline-devices.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-offline-devices.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-offline-devices.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-offline-devices.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-offline-devices.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-offline-devices.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-offline-devices.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-offline-devices.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-offline-devices.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-offline-devices.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-offline-devices.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-offline-devices.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-offline-devices {
  mask-image: url("/assets/lib-components/icons/offline-devices.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-service-time, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-service-time.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-service-time.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-service-time.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-service-time.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-service-time.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-service-time.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-service-time.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-service-time.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-service-time.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-service-time.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-service-time.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-service-time.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-service-time {
  mask-image: url("/assets/lib-components/icons/service-time.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-location, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-location.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-location.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-location.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-location.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-location.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-location.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-location.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-location.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-location.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-location.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-location.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-location.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-location {
  mask-image: url("/assets/lib-components/icons/location.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-parchment, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-parchment.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-parchment.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-parchment.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-parchment.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-parchment.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-parchment.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-parchment.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-parchment.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-parchment.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-parchment.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-parchment.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-parchment.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-parchment {
  mask-image: url("/assets/lib-components/icons/parchment.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-graphics, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-graphics.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-graphics.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-graphics.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-graphics.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-graphics.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-graphics.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-graphics.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-graphics.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-graphics.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-graphics.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-graphics.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-graphics.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-graphics {
  mask-image: url("/assets/lib-components/icons/graphics.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-home, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-home.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-home.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-home.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-home.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-home.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-home.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-home.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-home.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-home.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-home.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-home.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-home.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-home {
  mask-image: url("/assets/lib-components/icons/home.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-coding, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-coding.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-coding.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-coding.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-coding.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-coding.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-coding.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-coding.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-coding.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-coding.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-coding.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-coding.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-coding.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-coding {
  mask-image: url("/assets/lib-components/icons/coding.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-diamond, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-diamond.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-diamond.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-diamond.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-diamond.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-diamond.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-diamond.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-diamond.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-diamond.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-diamond.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-diamond.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-diamond.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-diamond.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-diamond {
  mask-image: url("/assets/lib-components/icons/diamond.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-bell, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-bell.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-bell.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-bell {
  mask-image: url("/assets/lib-components/icons/bell.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-cloud, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-cloud.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-cloud.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-cloud.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-cloud.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-cloud.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-cloud.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-cloud.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-cloud.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-cloud.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-cloud.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-cloud.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-cloud.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-cloud {
  mask-image: url("/assets/lib-components/icons/cloud.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-folders, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-folders.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-folders.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-folders.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-folders.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-folders.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-folders.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-folders.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-folders.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-folders.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-folders.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-folders.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-folders.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-folders {
  mask-image: url("/assets/lib-components/icons/folders.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-live-view, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-live-view.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-live-view.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-live-view.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-live-view.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-live-view.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-live-view.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-live-view.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-live-view.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-live-view.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-live-view.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-live-view.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-live-view.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-live-view {
  mask-image: url("/assets/lib-components/icons/live-view.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-puzzle, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-puzzle.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-puzzle.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-puzzle.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-puzzle.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-puzzle.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-puzzle.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-puzzle.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-puzzle.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-puzzle.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-puzzle.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-puzzle.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-puzzle.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-puzzle {
  mask-image: url("/assets/lib-components/icons/puzzle.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-restricted, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-restricted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-restricted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-restricted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-restricted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-restricted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-restricted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-restricted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-restricted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-restricted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-restricted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-restricted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-restricted.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-restricted {
  mask-image: url("/assets/lib-components/icons/restricted.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-standard, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-standard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-standard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-standard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-standard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-standard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-standard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-standard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-standard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-standard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-standard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-standard.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-standard.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-standard {
  mask-image: url("/assets/lib-components/icons/standard.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-trusted, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-trusted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-trusted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-trusted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-trusted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-trusted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-trusted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-trusted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-trusted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-trusted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-trusted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-trusted.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-trusted.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-trusted {
  mask-image: url("/assets/lib-components/icons/trusted.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-device-in, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-device-in.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-device-in.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-device-in.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-device-in.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-device-in.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-device-in.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-device-in.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-device-in.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-device-in.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-device-in.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-device-in.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-device-in.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-device-in {
  mask-image: url("/assets/lib-components/icons/device-in.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-drag, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-drag.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-drag.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-drag.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-drag.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-drag.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-drag.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-drag.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-drag.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-drag.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-drag.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-drag.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-drag.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-drag {
  mask-image: url("/assets/lib-components/icons/drag.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-device-out, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-device-out.p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-device-out.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-device-out.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-device-out.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-device-out.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-device-out.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-device-out.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-device-out.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-device-out.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-device-out.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-device-out.p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-device-out.p-icon-wrapper, .theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-device-out {
  mask-image: url("/assets/lib-components/icons/device-out.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.theme-default .body-emphasized-default, .theme-default .egg-dropdown .p-menu .p-menuitem-content .p-element .p-menuitem-text, .egg-dropdown .p-menu .p-menuitem-content .p-element .theme-default .p-menuitem-text {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 600;
}

.theme-default .body-emphasized-small {
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-weight: 600;
}

.theme-default .body-emphasized-small-bold {
  font-family: "Open Sans";
  font-size: 0.75rem;
}

.theme-default .body-emphasized-link {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: underline;
}

.theme-default .body-emphasized-secondary-link {
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: underline;
}

.theme-default .subheading-bold {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
}

.theme-default .subheading-regular {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 400;
}

.theme-default .body-default-default {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 400;
}

.theme-default .body-default-small {
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-weight: 400;
}

.theme-default .body-default-min {
  font-family: "Open Sans";
  font-size: 0.625rem;
  font-weight: 400;
}

.theme-default .body-emphasized-small-italic {
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-weight: 600;
  font-style: italic;
}

.theme-default .didascalia {
  font-family: "Open Sans";
  font-size: 0.625rem;
  font-weight: 700;
}

.theme-default .heading {
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.theme-default .title-page {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
}

.theme-default .title-reg {
  font-family: "Open Sans";
  font-size: 2.5rem;
  font-weight: 400;
}

.page-title {
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: #343A40;
}

.title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: left;
  color: #343A40;
}

.subtitle, .subtitle-bold {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #343A40;
}
.subtitle-bold {
  /* stylelint-disable-line */
  font-weight: 700;
}

.text-body, .text-body-semibold {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #343A40;
}
.text-body-semibold {
  /* stylelint-disable-line */
  font-weight: 600;
}

.text-body-secondary, .text-body-secondary-semibold {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #343A40;
}
.text-body-secondary-semibold {
  /* stylelint-disable-line */
  font-weight: 600;
}

.theme-default label, .theme-default .label {
  color: #1e1e1e;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  text-align: left;
}

.mo-link-underlined {
  color: #4A4A50 !important;
  text-decoration: underline;
}
.mo-link-underlined:hover {
  color: inherit !important;
}

.mo-link {
  color: #6D96FF;
  text-decoration: none;
  cursor: pointer;
}
.mo-link:hover {
  color: #3a71ff;
  text-decoration: none;
}
.mo-link:visited {
  color: #6D96FF;
  text-decoration: none;
}
.mo-link:active {
  color: #074dff;
  text-decoration: none;
}

.theme-default .auth-link {
  color: #479279;
}

.empty {
  color: #777779;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 27.2px */
}

.loading-container {
  color: #777779;
}

/* egg-lib-button */
/* egg-lib-button */
/* egg-lib-icon-button */
/* egg-lib-icon-button */
.egg-btn, .theme-default .egg-icon-btn-m, .theme-default .egg-icon-btn-xl, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .egg-btn-s, .theme-default .egg-btn-m, .theme-default .egg-btn-xl, .theme-default .egg-btn-danger, .theme-default .egg-btn-warning, .theme-default .egg-btn-positive, .theme-default .egg-btn-tertiary, .theme-default .egg-btn-secondary, .theme-default .egg-btn-main {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  transition: all 200ms;
  width: 100%;
}
.theme-default .egg-btn, .theme-default .egg-icon-btn-m, .theme-default .egg-icon-btn-xl, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .egg-btn-s, .theme-default .egg-btn-m, .theme-default .egg-btn-xl, .theme-default .egg-btn-danger, .theme-default .egg-btn-warning, .theme-default .egg-btn-positive, .theme-default .egg-btn-tertiary, .theme-default .egg-btn-secondary, .theme-default .egg-btn-main {
  font-family: "Open Sans";
  font-weight: 600;
  background-color: transparent;
  color: #94949E;
}
.theme-default .egg-btn:disabled, .theme-default .egg-icon-btn-m:disabled, .theme-default .egg-icon-btn-xl:disabled, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close:disabled, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:disabled:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close:disabled, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:disabled:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close:disabled, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:disabled:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close:disabled, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:disabled:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close:disabled, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:disabled:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close:disabled, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:disabled:has(.p-dialog-header-close-icon), .theme-default .egg-btn-s:disabled, .theme-default .egg-btn-m:disabled, .theme-default .egg-btn-xl:disabled, .theme-default .egg-btn-danger:disabled, .theme-default .egg-btn-warning:disabled, .theme-default .egg-btn-positive:disabled, .theme-default .egg-btn-tertiary:disabled, .theme-default .egg-btn-secondary:disabled, .theme-default .egg-btn-main:disabled {
  background-color: #d9d9d9;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}
.theme-default .egg-btn:enabled:focus, .theme-default .egg-icon-btn-m:enabled:focus, .theme-default .egg-icon-btn-xl:enabled:focus, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close:enabled:focus, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:enabled:focus:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close:enabled:focus, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:enabled:focus:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close:enabled:focus, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:enabled:focus:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close:enabled:focus, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:enabled:focus:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close:enabled:focus, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:enabled:focus:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close:enabled:focus, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:enabled:focus:has(.p-dialog-header-close-icon), .theme-default .egg-btn-s:enabled:focus, .theme-default .egg-btn-m:enabled:focus, .theme-default .egg-btn-xl:enabled:focus, .theme-default .egg-btn-danger:enabled:focus, .theme-default .egg-btn-warning:enabled:focus, .theme-default .egg-btn-positive:enabled:focus, .theme-default .egg-btn-tertiary:enabled:focus, .theme-default .egg-btn-secondary:enabled:focus, .theme-default .egg-btn-main:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(148, 148, 158, 0.5), 0 1px 2px 0 black;
}
.theme-default .egg-btn:enabled:hover, .theme-default .egg-icon-btn-m:enabled:hover, .theme-default .egg-icon-btn-xl:enabled:hover, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close:enabled:hover, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close:enabled:hover, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:enabled:hover:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close:enabled:hover, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:enabled:hover:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close:enabled:hover, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:enabled:hover:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close:enabled:hover, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:enabled:hover:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close:enabled:hover, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:enabled:hover:has(.p-dialog-header-close-icon), .theme-default .egg-btn-s:enabled:hover, .theme-default .egg-btn-m:enabled:hover, .theme-default .egg-btn-xl:enabled:hover, .theme-default .egg-btn-danger:enabled:hover, .theme-default .egg-btn-warning:enabled:hover, .theme-default .egg-btn-positive:enabled:hover, .theme-default .egg-btn-tertiary:enabled:hover, .theme-default .egg-btn-secondary:enabled:hover, .theme-default .egg-btn-main:enabled:hover {
  background-color: #f5f5f5;
  color: #1e1e1e;
}
.theme-default .egg-btn:enabled:active, .theme-default .egg-icon-btn-m:enabled:active, .theme-default .egg-icon-btn-xl:enabled:active, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close:enabled:active, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:enabled:active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close:enabled:active, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:enabled:active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close:enabled:active, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:enabled:active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close:enabled:active, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:enabled:active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close:enabled:active, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:enabled:active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close:enabled:active, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:enabled:active:has(.p-dialog-header-close-icon), .theme-default .egg-btn-s:enabled:active, .theme-default .egg-btn-m:enabled:active, .theme-default .egg-btn-xl:enabled:active, .theme-default .egg-btn-danger:enabled:active, .theme-default .egg-btn-warning:enabled:active, .theme-default .egg-btn-positive:enabled:active, .theme-default .egg-btn-tertiary:enabled:active, .theme-default .egg-btn-secondary:enabled:active, .theme-default .egg-btn-main:enabled:active {
  background-color: #e6e6e6;
  color: #1e1e1e;
}
.theme-default .egg-btn-main {
  /* stylelint-disable-line */
  background-color: #5DBB9C;
  color: #ffffff;
}
.theme-default .egg-btn-main:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(50, 107, 88, 0.5), 0 1px 2px 0 black;
}
.theme-default .egg-btn-main:enabled:hover {
  background-color: #479279;
  color: #ffffff;
}
.theme-default .egg-btn-main:enabled:active {
  background-color: #5DBB9C;
  color: #ffffff;
}
.theme-default .egg-btn-secondary {
  /* stylelint-disable-line */
  background-color: #E0F2EB;
  color: #326B58;
}
.theme-default .egg-btn-secondary:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(50, 107, 88, 0.5), 0 1px 2px 0 black;
}
.theme-default .egg-btn-secondary:enabled:hover {
  background-color: #C2E4D6;
  color: #326B58;
}
.theme-default .egg-btn-secondary:enabled:active {
  background-color: #E0F2EB;
  color: #326B58;
}
.theme-default .egg-btn-tertiary {
  /* stylelint-disable-line */
  background-color: rgba(255, 255, 255, 0.0509803922);
  color: #326B58;
}
.theme-default .egg-btn-tertiary:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(50, 107, 88, 0.5), 0 1px 2px 0 black;
}
.theme-default .egg-btn-tertiary:enabled:hover {
  background-color: rgba(255, 255, 255, 0.0509803922);
  color: #0D251D;
}
.theme-default .egg-btn-tertiary:enabled:active {
  background-color: rgba(255, 255, 255, 0.0509803922);
  color: #5DBB9C;
}
.theme-default .egg-btn-positive {
  /* stylelint-disable-line */
  background-color: #14ae5c;
  color: #ffffff;
}
.theme-default .egg-btn-positive:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(20, 174, 92, 0.5), 0 1px 2px 0 black;
}
.theme-default .egg-btn-positive:enabled:hover {
  background-color: #009951;
  color: #ffffff;
}
.theme-default .egg-btn-positive:enabled:active {
  background-color: #14ae5c;
  color: #ffffff;
}
.theme-default .egg-btn-warning {
  /* stylelint-disable-line */
  background-color: #e5a000;
  color: #ffffff;
}
.theme-default .egg-btn-warning:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(229, 160, 0, 0.5), 0 1px 2px 0 black;
}
.theme-default .egg-btn-warning:enabled:hover {
  background-color: #bf6a02;
  color: #ffffff;
}
.theme-default .egg-btn-warning:enabled:active {
  background-color: #e5a000;
  color: #ffffff;
}
.theme-default .egg-btn-danger {
  /* stylelint-disable-line */
  background-color: #ec221f;
  color: #ffffff;
}
.theme-default .egg-btn-danger:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(236, 34, 31, 0.5), 0 1px 2px 0 black;
}
.theme-default .egg-btn-danger:enabled:hover {
  background-color: #c00f0c;
  color: #ffffff;
}
.theme-default .egg-btn-danger:enabled:active {
  background-color: #ec221f;
  color: #ffffff;
}
.theme-default .egg-btn, .theme-default .egg-icon-btn-m, .theme-default .egg-icon-btn-xl, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .egg-btn-s, .theme-default .egg-btn-m, .theme-default .egg-btn-xl, .theme-default .egg-btn-main, .theme-default .egg-btn-secondary, .theme-default .egg-btn-tertiary, .theme-default .egg-btn-positive, .theme-default .egg-btn-warning, .theme-default .egg-btn-danger {
  border-radius: 0.75rem;
  font-size: 0.875rem;
}
.theme-default .egg-btn-full-rounded {
  border-radius: 50%;
}
.theme-default .egg-btn-full-rounded egg-lib-icon .egg, .theme-default .egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-full-rounded .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper svg {
  mask-size: 100%;
}
.theme-default .egg-btn-xl {
  /* stylelint-disable-line */
  padding: 0 1.5rem;
  min-height: 2.5rem;
}
.theme-default .egg-btn-xl egg-lib-icon .egg, .theme-default .egg-btn-xl egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-btn-xl egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-xl egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-btn-xl egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-xl egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-btn-xl egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-xl egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-btn-xl egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-xl egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-btn-xl egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-xl egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-btn-xl egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-xl egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .egg-btn-xl egg-lib-icon .p-icon-wrapper svg {
  mask-size: 100%;
}
.theme-default .egg-btn-xl:has(.egg-btn-content):has(egg-lib-icon) {
  padding-left: 1rem;
}
.theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .egg, .theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-xl:has(.egg-btn-content) .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper svg {
  margin-right: calc(0.75rem / 2);
}
.theme-default .egg-btn-xl:has(egg-lib-icon):not(:has(.egg-btn-content)) {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
}
.theme-default .egg-btn-m {
  /* stylelint-disable-line */
  padding: 0 1rem;
  min-height: 2rem;
}
.theme-default .egg-btn-m egg-lib-icon .egg, .theme-default .egg-btn-m egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .egg-btn-m egg-lib-icon .p-icon-wrapper svg {
  width: calc(1.5rem / 1.2);
  height: calc(1.5rem / 1.2);
  mask-size: 100%;
}
.theme-default .egg-btn-m:has(.egg-btn-content):has(egg-lib-icon) {
  padding-left: 0.75rem;
}
.theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .egg, .theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-m:has(.egg-btn-content) .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper svg {
  margin-right: calc(0.75rem / 2);
}
.theme-default .egg-btn-m:has(egg-lib-icon):not(:has(.egg-btn-content)) {
  height: 2rem;
  width: 2rem;
  padding: 0;
}
.theme-default .egg-btn-s {
  /* stylelint-disable-line */
  font-size: 0.75rem;
  padding: 0 0.75rem;
  min-height: 1.5rem;
}
.theme-default .egg-btn-s egg-lib-icon .egg, .theme-default .egg-btn-s egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-btn-s egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-s egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-btn-s egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-s egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-btn-s egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-s egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-btn-s egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-s egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-btn-s egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-s egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-btn-s egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-s egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .egg-btn-s egg-lib-icon .p-icon-wrapper svg {
  width: calc(1.5rem / 1.5);
  height: calc(1.5rem / 1.5);
  mask-size: 100%;
}
.theme-default .egg-btn-s:has(.egg-btn-content):has(egg-lib-icon) {
  padding-left: 0.5rem;
}
.theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .egg, .theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper, .theme-default .egg-btn-s:has(.egg-btn-content) .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper svg {
  margin-right: calc(0.5rem / 2);
}
.theme-default .egg-btn-s:has(egg-lib-icon):not(:has(.egg-btn-content)) {
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
}

.theme-default .egg-icon-btn, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  transition: all 200ms;
  width: 100%;
  background-color: #f5f5f5;
  color: #b3b3b3;
  border-radius: 0.75rem;
}
.theme-default .egg-icon-btn:disabled, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close:disabled, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:disabled:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close:disabled, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:disabled:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close:disabled, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:disabled:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close:disabled, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:disabled:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close:disabled, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:disabled:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close:disabled, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:disabled:has(.p-dialog-header-close-icon) {
  background-color: #f5f5f5;
  color: #b3b3b3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.theme-default .egg-icon-btn:enabled:focus, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close:enabled:focus, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:enabled:focus:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close:enabled:focus, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:enabled:focus:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close:enabled:focus, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:enabled:focus:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close:enabled:focus, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:enabled:focus:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close:enabled:focus, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:enabled:focus:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close:enabled:focus, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:enabled:focus:has(.p-dialog-header-close-icon) {
  box-shadow: none;
}
.theme-default .egg-icon-btn:enabled:hover, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close:enabled:hover, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close:enabled:hover, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:enabled:hover:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close:enabled:hover, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:enabled:hover:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close:enabled:hover, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:enabled:hover:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close:enabled:hover, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:enabled:hover:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close:enabled:hover, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:enabled:hover:has(.p-dialog-header-close-icon) {
  background-color: #e6e6e6;
  color: #383838;
}
.theme-default .egg-icon-btn:enabled:active, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close:enabled:active, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:enabled:active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close:enabled:active, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:enabled:active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close:enabled:active, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:enabled:active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close:enabled:active, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:enabled:active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close:enabled:active, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:enabled:active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close:enabled:active, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:enabled:active:has(.p-dialog-header-close-icon), .theme-default .egg-icon-btn:enabled.active, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close:enabled.active, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:enabled.active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close:enabled.active, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:enabled.active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close:enabled.active, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:enabled.active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close:enabled.active, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:enabled.active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close:enabled.active, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:enabled.active:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close:enabled.active, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:enabled.active:has(.p-dialog-header-close-icon) {
  background-color: #d9d9d9;
  color: #383838;
}
.theme-default .egg-icon-btn-xl, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) {
  /* stylelint-disable-line */
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.theme-default .egg-icon-btn-xl egg-lib-icon .egg, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close egg-lib-icon .egg, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .egg, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close egg-lib-icon .egg, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .egg, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close egg-lib-icon .egg, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .egg, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close egg-lib-icon .egg, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .egg, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close egg-lib-icon .egg, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .egg, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close egg-lib-icon .egg, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .egg, .theme-default .egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-xl .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .egg-icon-btn-xl egg-lib-icon .p-icon-wrapper svg, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close egg-lib-icon .p-icon-wrapper svg, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .p-icon-wrapper svg, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close egg-lib-icon .p-icon-wrapper svg, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .p-icon-wrapper svg, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close egg-lib-icon .p-icon-wrapper svg, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .p-icon-wrapper svg, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close egg-lib-icon .p-icon-wrapper svg, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .p-icon-wrapper svg, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close egg-lib-icon .p-icon-wrapper svg, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .p-icon-wrapper svg, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close egg-lib-icon .p-icon-wrapper svg, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) egg-lib-icon .p-icon-wrapper svg {
  width: 1.5rem;
  height: 1.5rem;
}
.theme-default .egg-icon-btn-m {
  /* stylelint-disable-line */
  border-radius: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.theme-default .egg-icon-btn-m egg-lib-icon .egg, .theme-default .egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .egg-icon-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-icon-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .egg-icon-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-icon-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .egg-icon-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-icon-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .egg-icon-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-icon-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .egg-icon-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-icon-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .egg-icon-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .egg-icon-btn-m egg-lib-icon .p-icon-wrapper, .theme-default .egg-icon-btn-m .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg, .theme-default .egg-text-input.p-autocomplete .egg-icon-btn-m egg-lib-icon .p-icon-wrapper svg {
  width: 1.5rem;
  height: 1.5rem;
}

.mo-chip {
  padding: 5px 16px 7px;
  border-radius: 160px;
  background: #1D1D1F !important;
  color: white !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 72px;
  min-height: 31px;
}
.mo-chip-outline {
  background-color: transparent;
  border: 1px solid #000000;
  color: #222b45;
}
.mo-chip-disabled {
  background: transparent;
  color: black;
  padding: 5px 16px 7px;
  border-radius: 160px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 72px;
  min-height: 31px;
}

.egg-dropdown .p-menu {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  width: fit-content;
}
.theme-default .egg-dropdown .p-menu {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 0.5rem;
}
.egg-dropdown .p-menu .p-menu-list {
  padding: 0;
  margin: 0;
}
.egg-dropdown .p-menu .p-menuitem-content {
  background-color: transparent;
}
.egg-dropdown .p-menu .p-menuitem-content .p-element {
  padding: 0;
  text-decoration: none;
  background-color: transparent;
}
.egg-dropdown .p-menu .p-menuitem-content .p-element .p-menuitem-text {
  /* stylelint-disable-line */
}

.theme-default .form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0 !important;
  position: relative;
  padding-left: 0;
}
.theme-default .form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #E6E6E6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.theme-default .form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  border-radius: 11px;
  background-color: #e6e6e6;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.theme-default .form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #FFFFFF;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
@keyframes toggle-spinner {
  to {
    transform: translate3d(4px, 4px, 0) rotate(360deg);
  }
}
@keyframes toggle-spinner-checked {
  to {
    transform: translate3d(24px, 4px, 0) rotate(360deg);
  }
}
.theme-default .form-switch input:checked + i {
  background-color: #479279;
}
.theme-default .form-switch.loading {
  pointer-events: none;
  cursor: not-allowed;
}
.theme-default .form-switch.loading i { /* stylelint-disable-line */
  background-color: #e1e1e1 !important;
}
.theme-default .form-switch.loading i::after {
  background-color: #dcdcdc !important;
}
.theme-default .form-switch.loading input:checked + i {
  background-color: #bbbbbb !important;
}
.theme-default .form-switch.loading span.toggle-spinner {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  opacity: 0.7;
  z-index: 1;
  border: 0.2em solid #326B58;
  border-right-color: transparent;
  border-radius: 50%;
  background-color: transparent;
  transform: translate3d(4px, 4px, 0);
  animation: toggle-spinner 0.75s linear infinite;
}
.theme-default .form-switch input {
  display: none;
}
.theme-default .form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.theme-default .form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.theme-default .form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
.theme-default .form-switch.loading input:checked + i span.toggle-spinner {
  transform: translate3d(24px, 4px, 0);
  animation: toggle-spinner-checked 0.75s linear infinite;
}
.theme-default .form-switch.no-active-animation:active i::after {
  width: 22px;
  transform: translate3d(2px, 2px, 0);
}
.theme-default .form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.theme-default .form-switch.no-active-animation:active input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
.theme-default .form-switch.is-invalid input:checked + i {
  background-color: rgba(255, 15, 15, 0.5);
}

.mo-inner-card {
  border-radius: 24px;
  padding: 24px 24px 24px 32px;
  cursor: pointer;
}
.mo-inner-card-no-padding {
  padding: 0 !important;
}
.mo-inner-card-padding-16px {
  padding: 16px !important;
}
.mo-inner-card-base {
  border: 2px solid #D2D2DC;
}
.theme-default .mo-inner-card-selected {
  background-color: rgba(194, 228, 214, 0.5);
  border: solid rgba(31, 70, 57, 0.8) 2px;
}
.mo-inner-card-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.theme-default .egg-text-input.p-autocomplete input.p-autocomplete-input, .theme-default .egg-text-input.p-calendar input.p-inputtext, .theme-default input.egg-text-input:not([type=color]), .theme-default textarea.egg-text-input {
  width: 100%;
  line-height: normal;
  box-shadow: none;
  outline: none;
  color: #1e1e1e;
  background-color: #eeeeee;
  border: 1px solid #b2b2b2;
  border-radius: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 0.875rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  /* Edge 12-18 */
}
.theme-default .egg-text-input.p-autocomplete input.p-autocomplete-input:disabled, .theme-default .egg-text-input.p-calendar input.p-inputtext:disabled, .theme-default input.egg-text-input:disabled:not([type=color]), .theme-default textarea.egg-text-input:disabled {
  border: 1px solid transparent;
  pointer-events: none;
  resize: none;
}
.theme-default .egg-text-input.p-autocomplete input.p-autocomplete-input:enabled:active, .theme-default .egg-text-input.p-calendar input.p-inputtext:enabled:active, .theme-default input.egg-text-input:enabled:active:not([type=color]), .theme-default textarea.egg-text-input:enabled:active, .theme-default .egg-text-input.p-autocomplete input.p-autocomplete-input:enabled:focus, .theme-default .egg-text-input.p-calendar input.p-inputtext:enabled:focus, .theme-default input.egg-text-input:enabled:focus:not([type=color]), .theme-default textarea.egg-text-input:enabled:focus, .theme-default .egg-text-input.p-autocomplete input.p-autocomplete-input:enabled:hover, .theme-default .egg-text-input.p-calendar input.p-inputtext:enabled:hover, .theme-default input.egg-text-input:enabled:hover:not([type=color]), .theme-default textarea.egg-text-input:enabled:hover {
  border: 1px solid #1F4639;
}
.theme-default .egg-text-input.p-autocomplete input.p-autocomplete-input::placeholder, .theme-default .egg-text-input.p-calendar input.p-inputtext::placeholder, .theme-default input.egg-text-input:not([type=color])::placeholder, .theme-default textarea.egg-text-input::placeholder {
  color: #767676;
  opacity: 1; /* Firefox */
}
.theme-default .egg-text-input.p-autocomplete input.p-autocomplete-input:-ms-input-placeholder, .theme-default .egg-text-input.p-calendar input.p-inputtext:-ms-input-placeholder, .theme-default input.egg-text-input:-ms-input-placeholder:not([type=color]), .theme-default textarea.egg-text-input:-ms-input-placeholder { /* stylelint-disable-line */
  color: #767676;
}
.theme-default .egg-text-input.p-autocomplete input.p-autocomplete-input:read-only, .theme-default .egg-text-input.p-calendar input.p-inputtext:read-only, .theme-default input.egg-text-input:read-only:not([type=color]), .theme-default textarea.egg-text-input:read-only {
  border: 1px solid transparent !important;
  pointer-events: none;
  resize: none;
}
.theme-default .egg-text-input.p-autocomplete input.p-disabled.p-autocomplete-input, .theme-default .egg-text-input.p-calendar input.p-disabled.p-inputtext, .theme-default input.p-disabled.egg-text-input:not([type=color]), .theme-default textarea.p-disabled.egg-text-input, .theme-default .egg-text-input.p-autocomplete input.p-component.p-autocomplete-input:disabled, .theme-default .egg-text-input.p-calendar input.p-component.p-inputtext:disabled, .theme-default input.p-component.egg-text-input:disabled:not([type=color]), .theme-default textarea.p-component.egg-text-input:disabled {
  opacity: 1;
}

input.egg-text-input[type=color] {
  box-sizing: border-box; /* stylelint-disable-line */ /* stylelint-disable-line */
  appearance: none;
  background-color: transparent;
  height: 26px;
  width: 28px;
  border: none;
  cursor: pointer;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
  border: none;
}

input.egg-text-input[type=color]::-webkit-color-swatch {
  border-radius: 50%;
  border: none;
}

input.egg-text-input[type=color]::-moz-color-swatch {
  border-radius: 50%;
  border: none;
}

.theme-default .egg-text-input.p-calendar {
  width: 100%;
}
.theme-default .egg-p-datepicker.p-datepicker {
  border-radius: 0.75rem;
  text-align: center;
}
.theme-default .egg-p-datepicker.p-datepicker table td span, .theme-default .egg-p-datepicker.p-datepicker .p-yearpicker-year, .theme-default .egg-p-datepicker.p-datepicker .p-monthpicker-month {
  box-shadow: none;
}
.theme-default .egg-p-datepicker.p-datepicker .p-highlight {
  background-color: #E0F2EB;
}
.theme-default .egg-p-datepicker.p-datepicker .p-datepicker-year, .theme-default .egg-p-datepicker.p-datepicker .p-datepicker-month {
  display: inline;
}
.theme-default .egg-p-datepicker.p-datepicker .p-highlight, .theme-default .egg-p-datepicker.p-datepicker .p-datepicker-year:enabled:hover, .theme-default .egg-p-datepicker.p-datepicker .p-datepicker-month:enabled:hover {
  color: #326B58;
}
.theme-default .egg-p-datepicker.p-datepicker .p-datepicker-prev, .theme-default .egg-p-datepicker.p-datepicker .p-datepicker-next {
  border-radius: 0.75rem;
}
.theme-default .egg-p-datepicker.p-datepicker .p-datepicker-prev:hover, .theme-default .egg-p-datepicker.p-datepicker .p-datepicker-next:hover {
  background-color: #e6e6e6;
  color: #383838;
}

.theme-default .p-overlay, .theme-default .p-overlay .p-dropdown-panel, .theme-default .p-overlay .p-dropdown-items-wrapper, .theme-default .p-overlay .p-dropdown-items,
.theme-default .p-overlay .p-autocomplete-panel, .theme-default .p-overlay .p-autocomplete-items {
  border-radius: 0.75rem;
}
.theme-default .p-overlay span {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 0.875rem;
}
.theme-default .p-overlay .p-dropdown-items, .theme-default .p-overlay .p-autocomplete-items {
  padding: 0;
  margin: 0;
}
.theme-default .p-overlay .p-dropdown-items .p-dropdown-item, .theme-default .p-overlay .p-autocomplete-items .p-autocomplete-item,
.theme-default .p-overlay .p-dropdown-items .p-dropdown-empty-message, .theme-default .p-overlay .p-autocomplete-items .p-autocomplete-empty-message {
  font-family: "Open Sans";
  font-size: 0.875rem;
}
.theme-default .p-overlay .p-dropdown-item.p-highlight, .theme-default .p-overlay .p-autocomplete-item.p-highlight {
  background-color: #E0F2EB;
  color: #326B58;
}

.theme-default .egg-text-input.p-autocomplete {
  width: 100%;
  /* stylelint-disable-next-line selector-type-no-unknown */
}
.theme-default .egg-text-input.p-autocomplete input.p-autocomplete-input {
  padding-right: 35px;
}
.theme-default .egg-text-input.p-autocomplete.p-disabled, .theme-default .egg-text-input.p-autocomplete.p-component:disabled {
  opacity: 1;
}
.theme-default .egg-text-input.p-autocomplete.p-disabled input.p-autocomplete-input, .theme-default .egg-text-input.p-autocomplete.p-component:disabled input.p-autocomplete-input {
  padding-right: 10px;
}
.theme-default .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg {
  /* stylelint-disable-next-line scss/at-extend-no-missing-placeholder */
  width: 16px;
  height: 16px;
}
.theme-default .egg-text-input.p-autocomplete, .theme-default .egg-text-input.p-autocomplete .p-dropdown-panel, .theme-default .egg-text-input.p-autocomplete .p-dropdown-items-wrapper, .theme-default .egg-text-input.p-autocomplete .p-dropdown-items,
.theme-default .egg-text-input.p-autocomplete .p-autocomplete-panel, .theme-default .egg-text-input.p-autocomplete .p-autocomplete-items {
  border-radius: 0.75rem;
}
.theme-default .egg-text-input.p-autocomplete span {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 0.875rem;
}
.theme-default .egg-text-input.p-autocomplete .p-dropdown-items, .theme-default .egg-text-input.p-autocomplete .p-autocomplete-items {
  padding: 0;
  margin: 0;
}
.theme-default .egg-text-input.p-autocomplete .p-dropdown-items .p-dropdown-item, .theme-default .egg-text-input.p-autocomplete .p-autocomplete-items .p-autocomplete-item,
.theme-default .egg-text-input.p-autocomplete .p-dropdown-items .p-dropdown-empty-message, .theme-default .egg-text-input.p-autocomplete .p-autocomplete-items .p-autocomplete-empty-message {
  font-family: "Open Sans";
  font-size: 0.875rem;
}
.theme-default .egg-text-input.p-autocomplete .p-dropdown-item.p-highlight, .theme-default .egg-text-input.p-autocomplete .p-autocomplete-item.p-highlight {
  background-color: #E0F2EB;
  color: #326B58;
}

.theme-default .p-overlay, .theme-default .p-overlay .p-dropdown-panel, .theme-default .p-overlay .p-dropdown-items-wrapper, .theme-default .p-overlay .p-dropdown-items,
.theme-default .p-overlay .p-autocomplete-panel, .theme-default .p-overlay .p-autocomplete-items {
  border-radius: 0.75rem;
}
.theme-default .p-overlay span {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 0.875rem;
}
.theme-default .p-overlay .p-dropdown-items, .theme-default .p-overlay .p-autocomplete-items {
  padding: 0;
  margin: 0;
}
.theme-default .p-overlay .p-dropdown-items .p-dropdown-item, .theme-default .p-overlay .p-autocomplete-items .p-autocomplete-item,
.theme-default .p-overlay .p-dropdown-items .p-dropdown-empty-message, .theme-default .p-overlay .p-autocomplete-items .p-autocomplete-empty-message {
  font-family: "Open Sans";
  font-size: 0.875rem;
}
.theme-default .p-overlay .p-dropdown-item.p-highlight, .theme-default .p-overlay .p-autocomplete-item.p-highlight {
  background-color: #E0F2EB;
  color: #326B58;
}

.theme-default .egg-select-input.p-dropdown {
  width: 100%;
  opacity: 1;
  border: 1px solid #b2b2b2;
  background-color: #eeeeee;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  line-height: normal;
  box-shadow: none;
  outline: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.theme-default .egg-select-input.p-dropdown, .theme-default .egg-select-input.p-dropdown .p-dropdown-panel, .theme-default .egg-select-input.p-dropdown .p-dropdown-items-wrapper, .theme-default .egg-select-input.p-dropdown .p-dropdown-items,
.theme-default .egg-select-input.p-dropdown .p-autocomplete-panel, .theme-default .egg-select-input.p-dropdown .p-autocomplete-items {
  border-radius: 0.75rem;
}
.theme-default .egg-select-input.p-dropdown span {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 0.875rem;
}
.theme-default .egg-select-input.p-dropdown .p-dropdown-items, .theme-default .egg-select-input.p-dropdown .p-autocomplete-items {
  padding: 0;
  margin: 0;
}
.theme-default .egg-select-input.p-dropdown .p-dropdown-items .p-dropdown-item, .theme-default .egg-select-input.p-dropdown .p-autocomplete-items .p-autocomplete-item,
.theme-default .egg-select-input.p-dropdown .p-dropdown-items .p-dropdown-empty-message, .theme-default .egg-select-input.p-dropdown .p-autocomplete-items .p-autocomplete-empty-message {
  font-family: "Open Sans";
  font-size: 0.875rem;
}
.theme-default .egg-select-input.p-dropdown .p-dropdown-item.p-highlight, .theme-default .egg-select-input.p-dropdown .p-autocomplete-item.p-highlight {
  background-color: #E0F2EB;
  color: #326B58;
}
.theme-default .egg-select-input.p-dropdown .p-placeholder {
  color: #767676;
}
.theme-default .egg-select-input.p-dropdown .p-dropdown-label {
  padding: 0.5rem 0.75rem;
}
.theme-default .egg-select-input.p-dropdown .p-dropdown-trigger {
  width: 12px;
  height: 10px;
  margin-right: 0.75rem;
}
.theme-default .egg-select-input.p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  display: inline-block;
  mask-image: url("/assets/lib-components/components/input/select-input-arrow.svg");
  background-color: #94949E;
  width: 12px;
  height: 10px;
}
.theme-default .egg-select-input.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.75rem;
}
.theme-default .egg-select-input.p-dropdown .p-dropdown-clear-icon {
  right: 2rem;
}
.theme-default .egg-select-input.p-dropdown.read-only {
  border: 1px solid transparent !important;
  pointer-events: none;
}
.theme-default .egg-select-input.p-dropdown.read-only .p-dropdown-trigger {
  visibility: hidden;
}
.theme-default .egg-select-input.p-dropdown.transparent {
  border: 1px solid transparent !important;
  background-color: transparent;
  background-image: none;
}
.theme-default .egg-select-input.p-dropdown.semitransparent {
  border: 1px solid transparent !important;
  background-color: rgba(12, 12, 13, 0.1019607843);
  background-image: none;
  color: #ffffff;
}
.theme-default .egg-select-input.p-dropdown.semitransparent .p-placeholder {
  color: #ffffff;
}
.theme-default .egg-select-input.p-dropdown.semitransparent .p-dropdown-trigger .p-dropdown-trigger-icon {
  background: #ffffff;
}
.theme-default .egg-select-input.p-dropdown.p-disabled {
  opacity: 1;
  border: 1px solid transparent;
}
.theme-default .egg-select-input.p-dropdown.p-disabled .p-dropdown-trigger .p-dropdown-trigger-icon {
  background-color: #b3b3b3;
}
.theme-default .egg-select-input.p-dropdown:not(.p-disabled):active, .theme-default .egg-select-input.p-dropdown:not(.p-disabled):focus, .theme-default .egg-select-input.p-dropdown:not(.p-disabled):hover, .theme-default .egg-select-input.p-dropdown:not(.p-disabled).p-dropdown-open {
  border: 1px solid #1F4639;
}

.theme-default .egg-select-input-wrapper {
  position: relative;
}
.theme-default .egg-select-input-wrapper label, .theme-default .egg-select-input-wrapper .label {
  block-progression: true; /* stylelint-disable-line */
}
.theme-default .egg-select-input-wrapper:has(select.egg-select-input)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 12px;
  height: 10px;
  background-color: #94949E;
  transform: translateY(-50%);
  mask: url("/assets/lib-components/components/input/select-input-arrow.svg") no-repeat;
  mask-size: contain;
  pointer-events: none;
}
.theme-default .egg-select-input-wrapper:has(select.egg-select-input:disabled)::after {
  background-color: #b3b3b3;
}
.theme-default .egg-select-input-wrapper:has(select.egg-select-input.read-only)::after {
  background-color: transparent;
}
.theme-default .egg-select-input-wrapper select.egg-select-input {
  width: 100%;
  line-height: normal;
  box-shadow: none;
  outline: none;
  color: #1e1e1e;
  background-color: #eeeeee;
  border: 1px solid #b2b2b2;
  border-radius: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 0.875rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  /* Edge 12-18 */
  appearance: none;
}
.theme-default .egg-select-input-wrapper select.egg-select-input:disabled {
  border: 1px solid transparent;
  pointer-events: none;
  resize: none;
}
.theme-default .egg-select-input-wrapper select.egg-select-input:enabled:active, .theme-default .egg-select-input-wrapper select.egg-select-input:enabled:focus, .theme-default .egg-select-input-wrapper select.egg-select-input:enabled:hover {
  border: 1px solid #1F4639;
}
.theme-default .egg-select-input-wrapper select.egg-select-input::placeholder {
  color: #767676;
  opacity: 1; /* Firefox */
}
.theme-default .egg-select-input-wrapper select.egg-select-input:-ms-input-placeholder { /* stylelint-disable-line */
  color: #767676;
}
.theme-default .egg-select-input-wrapper select.egg-select-input.read-only {
  border: 1px solid transparent !important;
  pointer-events: none;
  color: #767676;
  background-image: none;
}
.theme-default .egg-select-input-wrapper select.egg-select-input.transparent {
  cursor: pointer;
  border: 1px solid transparent !important;
  background-color: transparent;
}
.theme-default .egg-select-input-wrapper select.egg-select-input.semitransparent {
  cursor: pointer;
  border: 1px solid transparent !important;
  background-color: rgba(12, 12, 13, 0.1019607843);
  color: #ffffff;
}

.mo-modal-xl .row,
.mo-modal-lg .row,
.mo-modal-md .row,
.mo-modal-sm .row,
.mo-modal-xs .row {
  margin-left: 0;
  margin-right: 0;
}

.mo-modal-body-p-40x {
  padding: 0 40px;
}
.mo-modal-body-p-24x-10y {
  padding: 8px 24px 24px;
}
.mo-modal-body-p-24x {
  padding: 24px;
}

.mo-modal-title {
  color: #4A4A4C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 500px;
}

.mo-modal-mobile {
  border-radius: 1.5rem;
  background-color: white;
}

.p-dialog.mo-modal, .p-dialog.mo-modal-xl, .p-dialog.mo-modal-lg, .p-dialog.mo-modal-md, .p-dialog.mo-modal-sm, .p-dialog.mo-modal-xs {
  border-radius: 16px;
  width: fit-content;
}
.p-dialog.mo-modal .p-dialog-header, .p-dialog.mo-modal-xl .p-dialog-header, .p-dialog.mo-modal-lg .p-dialog-header, .p-dialog.mo-modal-md .p-dialog-header, .p-dialog.mo-modal-sm .p-dialog-header, .p-dialog.mo-modal-xs .p-dialog-header {
  padding: 16px 16px 16px 24px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.p-dialog.mo-modal .p-dialog-header .p-dialog-title, .p-dialog.mo-modal-xl .p-dialog-header .p-dialog-title, .p-dialog.mo-modal-lg .p-dialog-header .p-dialog-title, .p-dialog.mo-modal-md .p-dialog-header .p-dialog-title, .p-dialog.mo-modal-sm .p-dialog-header .p-dialog-title, .p-dialog.mo-modal-xs .p-dialog-header .p-dialog-title {
  font-weight: 700;
  font-size: 24px;
  color: #1D1D1F;
}
.p-dialog.mo-modal .p-dialog-header .p-dialog-header-icon, .p-dialog.mo-modal-xl .p-dialog-header .p-dialog-header-icon, .p-dialog.mo-modal-lg .p-dialog-header .p-dialog-header-icon, .p-dialog.mo-modal-md .p-dialog-header .p-dialog-header-icon, .p-dialog.mo-modal-sm .p-dialog-header .p-dialog-header-icon, .p-dialog.mo-modal-xs .p-dialog-header .p-dialog-header-icon {
  padding: 0;
}
.p-dialog.mo-modal .p-dialog-header .p-dialog-header-icon:focus, .p-dialog.mo-modal-xl .p-dialog-header .p-dialog-header-icon:focus, .p-dialog.mo-modal-lg .p-dialog-header .p-dialog-header-icon:focus, .p-dialog.mo-modal-md .p-dialog-header .p-dialog-header-icon:focus, .p-dialog.mo-modal-sm .p-dialog-header .p-dialog-header-icon:focus, .p-dialog.mo-modal-xs .p-dialog-header .p-dialog-header-icon:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 138, 0, 0.5);
}
.p-dialog.mo-modal .p-dialog-content, .p-dialog.mo-modal-xl .p-dialog-content, .p-dialog.mo-modal-lg .p-dialog-content, .p-dialog.mo-modal-md .p-dialog-content, .p-dialog.mo-modal-sm .p-dialog-content, .p-dialog.mo-modal-xs .p-dialog-content {
  padding: 8px 24px;
  font-weight: 300;
  font-size: 16px;
  color: #1D1D1F;
}
.p-dialog.mo-modal .p-dialog-content .p-confirm-dialog-message, .p-dialog.mo-modal-xl .p-dialog-content .p-confirm-dialog-message, .p-dialog.mo-modal-lg .p-dialog-content .p-confirm-dialog-message, .p-dialog.mo-modal-md .p-dialog-content .p-confirm-dialog-message, .p-dialog.mo-modal-sm .p-dialog-content .p-confirm-dialog-message, .p-dialog.mo-modal-xs .p-dialog-content .p-confirm-dialog-message {
  font-weight: 300;
  font-size: 16px;
  line-height: 25.6px;
  color: #1D1D1F;
  margin: 0;
}
.p-dialog.mo-modal .p-dialog-footer, .p-dialog.mo-modal-xl .p-dialog-footer, .p-dialog.mo-modal-lg .p-dialog-footer, .p-dialog.mo-modal-md .p-dialog-footer, .p-dialog.mo-modal-sm .p-dialog-footer, .p-dialog.mo-modal-xs .p-dialog-footer {
  padding: 8px 24px 24px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 16px;
}
.p-dialog.mo-modal .p-dialog-footer button, .p-dialog.mo-modal-xl .p-dialog-footer button, .p-dialog.mo-modal-lg .p-dialog-footer button, .p-dialog.mo-modal-md .p-dialog-footer button, .p-dialog.mo-modal-sm .p-dialog-footer button, .p-dialog.mo-modal-xs .p-dialog-footer button {
  margin: 0;
}
.p-dialog.mo-modal .p-dialog-footer button .p-icon-wrapper, .p-dialog.mo-modal-xl .p-dialog-footer button .p-icon-wrapper, .p-dialog.mo-modal-lg .p-dialog-footer button .p-icon-wrapper, .p-dialog.mo-modal-md .p-dialog-footer button .p-icon-wrapper, .p-dialog.mo-modal-sm .p-dialog-footer button .p-icon-wrapper, .p-dialog.mo-modal-xs .p-dialog-footer button .p-icon-wrapper {
  display: none;
}
.p-dialog.mo-modal-xs {
  /* stylelint-disable-line */
  width: 440px;
}
.p-dialog.mo-modal-sm {
  /* stylelint-disable-line */
  width: 600px;
}
.p-dialog.mo-modal-md {
  /* stylelint-disable-line */
  width: 760px;
}
.p-dialog.mo-modal-lg {
  /* stylelint-disable-line */
  width: 760px;
}
.p-dialog.mo-modal-xl {
  /* stylelint-disable-line */
  width: 1086px;
}
.p-dialog.mo-modal-no-footer .p-dialog-content {
  padding-bottom: 24px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.p-dialog.mo-modal-no-header .p-dialog-content {
  padding-top: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.p-dialog.mo-modal-no-footer.mo-modal-no-header .p-dialog-content {
  padding: 0;
  border-radius: 16px;
}

.mo-modal-body-text {
  color: #1D1D1F;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

.theme-default .p-paginator.egg-paginator {
  gap: 0.5rem;
  background-color: transparent;
}
.theme-default .p-paginator.egg-paginator .p-paginator-next {
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  font-family: "Open Sans";
  height: 2rem;
  min-height: 2rem;
  border-radius: 0.75rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 0.5rem;
  color: #1e1e1e;
  width: 2rem;
  min-width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: color 0.2s;
}
.theme-default .p-paginator.egg-paginator .p-paginator-next:hover {
  background-color: #eeeeee;
}
.theme-default .p-paginator.egg-paginator .p-paginator-next:disabled {
  color: #94949E;
}
.theme-default .p-paginator.egg-paginator .p-paginator-next .p-icon-wrapper {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-default .p-paginator.egg-paginator .p-paginator-next .p-paginator-icon {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  display: inline-block;
  mask-image: url("/assets/lib-components/components/pagination/paginator-next-arrow.svg");
  background-color: currentColor; /* stylelint-disable-line */
  width: 12px;
  height: 12px;
}
.theme-default .p-paginator.egg-paginator .p-paginator-next:has(.next-text) {
  width: auto;
  min-width: unset;
  padding-left: 0.75rem;
}
.theme-default .p-paginator.egg-paginator .p-paginator-last {
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  font-family: "Open Sans";
  height: 2rem;
  min-height: 2rem;
  border-radius: 0.75rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 0.5rem;
  color: #1e1e1e;
  width: 2rem;
  min-width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: color 0.2s;
}
.theme-default .p-paginator.egg-paginator .p-paginator-last:hover {
  background-color: #eeeeee;
}
.theme-default .p-paginator.egg-paginator .p-paginator-last:disabled {
  color: #94949E;
}
.theme-default .p-paginator.egg-paginator .p-paginator-last .p-icon-wrapper {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-default .p-paginator.egg-paginator .p-paginator-last .p-paginator-icon {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  display: inline-block;
  mask-image: url("/assets/lib-components/components/pagination/paginator-last-arrow.svg");
  background-color: currentColor; /* stylelint-disable-line */
  width: 12px;
  height: 12px;
}
.theme-default .p-paginator.egg-paginator .p-paginator-last:has(.last-text) {
  width: auto;
  min-width: unset;
  padding-left: 0.75rem;
}
.theme-default .p-paginator.egg-paginator .p-paginator-prev {
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  font-family: "Open Sans";
  height: 2rem;
  min-height: 2rem;
  border-radius: 0.75rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 0.5rem;
  color: #1e1e1e;
  width: 2rem;
  min-width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: color 0.2s;
}
.theme-default .p-paginator.egg-paginator .p-paginator-prev:hover {
  background-color: #eeeeee;
}
.theme-default .p-paginator.egg-paginator .p-paginator-prev:disabled {
  color: #94949E;
}
.theme-default .p-paginator.egg-paginator .p-paginator-prev .p-icon-wrapper {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-default .p-paginator.egg-paginator .p-paginator-prev .p-paginator-icon {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  display: inline-block;
  mask-image: url("/assets/lib-components/components/pagination/paginator-prev-arrow.svg");
  background-color: currentColor; /* stylelint-disable-line */
  width: 12px;
  height: 12px;
}
.theme-default .p-paginator.egg-paginator .p-paginator-prev:has(.prev-text) {
  width: auto;
  min-width: unset;
  padding-right: 0.75rem;
}
.theme-default .p-paginator.egg-paginator .p-paginator-first {
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  font-family: "Open Sans";
  height: 2rem;
  min-height: 2rem;
  border-radius: 0.75rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 0.5rem;
  color: #1e1e1e;
  width: 2rem;
  min-width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: color 0.2s;
}
.theme-default .p-paginator.egg-paginator .p-paginator-first:hover {
  background-color: #eeeeee;
}
.theme-default .p-paginator.egg-paginator .p-paginator-first:disabled {
  color: #94949E;
}
.theme-default .p-paginator.egg-paginator .p-paginator-first .p-icon-wrapper {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-default .p-paginator.egg-paginator .p-paginator-first .p-paginator-icon {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  display: inline-block;
  mask-image: url("/assets/lib-components/components/pagination/paginator-first-arrow.svg");
  background-color: currentColor; /* stylelint-disable-line */
  width: 12px;
  height: 12px;
}
.theme-default .p-paginator.egg-paginator .p-paginator-first:has(.first-text) {
  width: auto;
  min-width: unset;
  padding-right: 0.75rem;
}
.theme-default .p-paginator.egg-paginator .p-paginator-pages {
  display: flex;
  gap: 0.5rem;
}
.theme-default .p-paginator.egg-paginator .p-paginator-pages .p-paginator-page {
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  font-family: "Open Sans";
  height: 2rem;
  min-height: 2rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e1e1e;
  width: 2rem;
  min-width: 2rem;
}
.theme-default .p-paginator.egg-paginator .p-paginator-pages .p-paginator-page:hover {
  background-color: #eeeeee;
}
.theme-default .p-paginator.egg-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  color: #ffffff;
  background-color: #5DBB9C;
}
.theme-default .p-paginator.egg-paginator .p-paginator-pages .p-paginator-page.p-highlight:hover {
  background-color: #479279;
}
.theme-default .p-paginator.egg-paginator .p-dropdown.egg-select-input {
  height: 2rem;
  min-height: 2rem;
}

.mo-bg-panel {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background-color: white;
  margin-bottom: 1rem;
}

.theme-default .p-datatable.egg-table {
  font-size: 14px;
}
.theme-default .p-datatable.egg-table .p-fluid .p-inputtext {
  width: 100%;
  background-color: transparent;
  height: 36px;
  font-size: 0.938rem;
  padding: 8px 12px 9px;
  display: flex;
  align-items: center;
}
.theme-default .p-datatable.egg-table .p-fluid .p-inputtext::placeholder {
  color: #999999;
  opacity: 1; /* Needed for Firefox */
}
.theme-default .p-datatable.egg-table .p-fluid .p-inputtext:hover, .theme-default .p-datatable.egg-table .p-fluid .p-inputtext:focus {
  border-color: #1F4639;
  outline: none;
  box-shadow: none;
}
.theme-default .p-datatable.egg-table .p-column-filter-menu-button.p-column-filter-menu-button-active,
.theme-default .p-datatable.egg-table .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
  color: #326B58;
}
.theme-default .p-datatable.egg-table .p-datatable-tbody > tr.p-highlight, .theme-default .p-datatable.egg-table.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  color: #326B58;
}
.theme-default .p-datatable.egg-table > .p-datatable-wrapper {
  overflow: auto !important;
}
.theme-default .p-datatable.egg-table .p-datatable-loading-overlay.p-component-overlay {
  background-color: transparent;
  margin: 0 !important;
}
.theme-default .p-datatable.egg-table .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
  color: #111111;
  background-color: #f5f5f5;
}
.theme-default .p-datatable.egg-table .p-column-filter-row p-columnfilterformelement {
  max-width: 200px !important;
}
.theme-default .p-datatable.egg-table .p-dropdown {
  line-height: 0.5;
}
.theme-default .p-datatable.egg-table .p-sortable-column:focus {
  box-shadow: none;
}
.theme-default .p-datatable.egg-table .p-sortable-column.p-highlight {
  background: none;
  color: #326B58;
}
.theme-default .p-datatable.egg-table .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #326B58;
  background-color: transparent;
}
.theme-default .p-datatable.egg-table .p-sortable-column.p-highlight:hover,
.theme-default .p-datatable.egg-table .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  background-color: transparent;
  color: #326B58;
}
.theme-default .p-datatable.egg-table .p-sortable-column:not(.p-highlight):hover,
.theme-default .p-datatable.egg-table .p-dropdown:not(.p-disabled):hover {
  background: transparent;
}
.theme-default .p-datatable.egg-table .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #326B58;
}
.theme-default .p-datatable.egg-table .p-datatable-thead > tr > th {
  background-color: transparent;
}
.theme-default .p-datatable.egg-table .p-datatable-tbody > tr {
  color: #495057;
  transition: box-shadow 0.2s;
  background-color: transparent !important;
  border: none !important;
}
.theme-default .p-datatable.egg-table .p-datatable-tbody > tr:nth-child(even) {
  background-color: rgba(243, 243, 243, 0.4) !important;
}
.theme-default .p-datatable.egg-table.p-datatable-sm .p-datatable-thead > tr > th, .theme-default .p-datatable.egg-table.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.5rem;
  background-color: transparent;
  border: none;
}
.theme-default .p-datatable.egg-table .p-dropdown:not(.p-disabled).p-focus {
  border-color: #1F4639;
}
.theme-default .p-datatable.egg-table .p-dropdown-panel {
  color: #495057;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.theme-default .p-datatable.egg-table .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: black;
  font-weight: 600;
  background-color: rgb(250, 250, 250);
}
.theme-default .p-datatable.egg-table .p-overlay.p-component {
  background-color: white;
}

.theme-default .egg-tabs.p-tabview, .theme-default .p-tabview.egg-tabs-outline, .theme-default .egg-tabs.p-tabmenu, .theme-default .p-tabmenu.egg-tabs-outline {
  display: flex;
  flex-direction: column;
}
.theme-default .egg-tabs.p-tabview .p-tabview-panels, .theme-default .p-tabview.egg-tabs-outline .p-tabview-panels, .theme-default .egg-tabs.p-tabmenu .p-tabview-panels, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-panels {
  padding: 0;
  margin-top: 20px;
}
.theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabview-nav, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav, .theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabmenu-nav, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabview-nav, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabmenu-nav, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabview-nav, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabmenu-nav, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabview-nav, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabmenu-nav, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav {
  background-color: transparent;
  gap: 0.5rem;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabview-nav li .p-tabview-nav-link, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li .p-tabview-nav-link, .theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabview-nav li .p-menuitem-link, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li .p-menuitem-link, .theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabmenu-nav li .p-tabview-nav-link, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li .p-tabview-nav-link, .theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabmenu-nav li .p-menuitem-link, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li .p-menuitem-link, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabview-nav li .p-tabview-nav-link, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li .p-tabview-nav-link, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabview-nav li .p-menuitem-link, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li .p-menuitem-link, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabmenu-nav li .p-tabview-nav-link, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li .p-tabview-nav-link, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabmenu-nav li .p-menuitem-link, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li .p-menuitem-link, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabview-nav li .p-tabview-nav-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li .p-tabview-nav-link, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabview-nav li .p-menuitem-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li .p-menuitem-link, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabmenu-nav li .p-tabview-nav-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li .p-tabview-nav-link, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabmenu-nav li .p-menuitem-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li .p-menuitem-link, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabview-nav li .p-tabview-nav-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li .p-tabview-nav-link, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabview-nav li .p-menuitem-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li .p-menuitem-link, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabmenu-nav li .p-tabview-nav-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li .p-tabview-nav-link, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabmenu-nav li .p-menuitem-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li .p-menuitem-link {
  border: none;
  font-family: "Open Sans", serif;
  font-weight: 600;
  font-size: 0.875rem;
  background-color: #f5f5f5;
  color: #94949E;
  padding: 0.25rem 1rem;
  border-radius: 9999rem;
  text-decoration: none;
  z-index: 2;
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabview-nav li .p-tabview-nav-link:hover, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li .p-tabview-nav-link:hover, .theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabview-nav li .p-menuitem-link:hover, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li .p-menuitem-link:hover, .theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabmenu-nav li .p-tabview-nav-link:hover, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li .p-tabview-nav-link:hover, .theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabmenu-nav li .p-menuitem-link:hover, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li .p-menuitem-link:hover, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabview-nav li .p-tabview-nav-link:hover, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li .p-tabview-nav-link:hover, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabview-nav li .p-menuitem-link:hover, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li .p-menuitem-link:hover, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabmenu-nav li .p-tabview-nav-link:hover, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li .p-tabview-nav-link:hover, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabmenu-nav li .p-menuitem-link:hover, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li .p-menuitem-link:hover, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabview-nav li .p-tabview-nav-link:hover, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li .p-tabview-nav-link:hover, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabview-nav li .p-menuitem-link:hover, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li .p-menuitem-link:hover, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabmenu-nav li .p-tabview-nav-link:hover, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li .p-tabview-nav-link:hover, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabmenu-nav li .p-menuitem-link:hover, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li .p-menuitem-link:hover, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabview-nav li .p-tabview-nav-link:hover, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li .p-tabview-nav-link:hover, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabview-nav li .p-menuitem-link:hover, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li .p-menuitem-link:hover, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabmenu-nav li .p-tabview-nav-link:hover, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li .p-tabview-nav-link:hover, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabmenu-nav li .p-menuitem-link:hover, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li .p-menuitem-link:hover {
  background-color: #e6e6e6;
  color: #111111;
}
.theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabview-nav li.p-highlight .p-tabview-nav-link, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li.p-highlight .p-tabview-nav-link, .theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabview-nav li.p-highlight .p-menuitem-link, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li.p-highlight .p-menuitem-link, .theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabmenu-nav li.p-highlight .p-tabview-nav-link, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li.p-highlight .p-tabview-nav-link, .theme-default .egg-tabs.p-tabview .p-tabview-nav-content .p-tabmenu-nav li.p-highlight .p-menuitem-link, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li.p-highlight .p-menuitem-link, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabview-nav li.p-highlight .p-tabview-nav-link, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li.p-highlight .p-tabview-nav-link, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabview-nav li.p-highlight .p-menuitem-link, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li.p-highlight .p-menuitem-link, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabmenu-nav li.p-highlight .p-tabview-nav-link, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li.p-highlight .p-tabview-nav-link, .theme-default .egg-tabs.p-tabview .p-tabmenu-nav-content .p-tabmenu-nav li.p-highlight .p-menuitem-link, .theme-default .p-tabview.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li.p-highlight .p-menuitem-link, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabview-nav li.p-highlight .p-tabview-nav-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li.p-highlight .p-tabview-nav-link, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabview-nav li.p-highlight .p-menuitem-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li.p-highlight .p-menuitem-link, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabmenu-nav li.p-highlight .p-tabview-nav-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li.p-highlight .p-tabview-nav-link, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-content .p-tabmenu-nav li.p-highlight .p-menuitem-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li.p-highlight .p-menuitem-link, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabview-nav li.p-highlight .p-tabview-nav-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li.p-highlight .p-tabview-nav-link, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabview-nav li.p-highlight .p-menuitem-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li.p-highlight .p-menuitem-link, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabmenu-nav li.p-highlight .p-tabview-nav-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li.p-highlight .p-tabview-nav-link, .theme-default .egg-tabs.p-tabmenu .p-tabmenu-nav-content .p-tabmenu-nav li.p-highlight .p-menuitem-link, .theme-default .p-tabmenu.egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li.p-highlight .p-menuitem-link {
  transition: color 300ms;
  color: #326B58;
}
.theme-default .egg-tabs.p-tabview .p-tabview-nav-next, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-next, .theme-default .egg-tabs.p-tabview .p-tabview-nav-prev, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-prev, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-next, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-next, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-prev, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-prev {
  color: #94949E;
  transition: color 250ms;
  z-index: 3;
}
.theme-default .egg-tabs.p-tabview .p-tabview-nav-next:hover, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-next:hover, .theme-default .egg-tabs.p-tabview .p-tabview-nav-prev:hover, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-prev:hover, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-next:hover, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-next:hover, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-prev:hover, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-prev:hover {
  color: #111111;
}
.theme-default .egg-tabs.p-tabview .p-tabview-nav-next .p-icon, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-next .p-icon, .theme-default .egg-tabs.p-tabview .p-tabview-nav-prev .p-icon, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-prev .p-icon, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-next .p-icon, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-next .p-icon, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-prev .p-icon, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-prev .p-icon {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  display: inline-block;
  background-color: currentcolor;
  width: 1.5rem;
  height: 1.5rem;
}
.theme-default .egg-tabs.p-tabview .p-tabview-nav-prev .p-icon, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-prev .p-icon, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-prev .p-icon, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-prev .p-icon {
  mask-image: url("/assets/lib-components/icons/back.svg");
}
.theme-default .egg-tabs.p-tabview .p-tabview-nav-next .p-icon, .theme-default .p-tabview.egg-tabs-outline .p-tabview-nav-next .p-icon, .theme-default .egg-tabs.p-tabmenu .p-tabview-nav-next .p-icon, .theme-default .p-tabmenu.egg-tabs-outline .p-tabview-nav-next .p-icon {
  mask-image: url("/assets/lib-components/icons/forward.svg");
}
.theme-default .egg-tabs.p-tabview:not(.egg-tabs-outline) .p-tabview-ink-bar, .theme-default .p-tabview.egg-tabs-outline:not(.egg-tabs-outline) .p-tabview-ink-bar, .theme-default .egg-tabs.p-tabview:not(.egg-tabs-outline) .p-tabmenu-ink-bar, .theme-default .p-tabview.egg-tabs-outline:not(.egg-tabs-outline) .p-tabmenu-ink-bar, .theme-default .egg-tabs.p-tabmenu:not(.egg-tabs-outline) .p-tabview-ink-bar, .theme-default .p-tabmenu.egg-tabs-outline:not(.egg-tabs-outline) .p-tabview-ink-bar, .theme-default .egg-tabs.p-tabmenu:not(.egg-tabs-outline) .p-tabmenu-ink-bar, .theme-default .p-tabmenu.egg-tabs-outline:not(.egg-tabs-outline) .p-tabmenu-ink-bar {
  display: block;
  position: absolute;
  margin: 0;
  border: 0;
  border-radius: 160px;
  min-height: 31px;
  background-color: rgba(224, 242, 235, 0.3);
  z-index: 3;
  transition: all 500ms cubic-bezier(0.35, 0, 0.25, 1);
}

.egg-tabs-outline {
  /* stylelint-disable-line */
}
.egg-tabs-outline .p-tabview-panels {
  margin-top: 8px !important;
}
.theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabview-nav, .theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav {
  gap: 0 !important;
}
.theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li .p-tabview-nav-link, .theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li .p-menuitem-link, .theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li .p-tabview-nav-link, .theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li .p-menuitem-link, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li .p-tabview-nav-link, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li .p-menuitem-link, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li .p-tabview-nav-link, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li .p-menuitem-link {
  font-family: "Open Sans" !important;
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  line-height: 13.62px !important;
  background-color: transparent !important;
  color: #94949E !important;
  padding: 0.25rem 0.5rem !important;
}
.theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li .p-tabview-nav-link:hover, .theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li .p-menuitem-link:hover, .theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li .p-tabview-nav-link:hover, .theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li .p-menuitem-link:hover, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li .p-tabview-nav-link:hover, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li .p-menuitem-link:hover, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li .p-tabview-nav-link:hover, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li .p-menuitem-link:hover {
  background-color: #e6e6e6;
  color: #111111;
}
.theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li.p-highlight .p-tabview-nav-link, .theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabview-nav li.p-highlight .p-menuitem-link, .theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li.p-highlight .p-tabview-nav-link, .theme-default .egg-tabs-outline .p-tabview-nav-content .p-tabmenu-nav li.p-highlight .p-menuitem-link, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li.p-highlight .p-tabview-nav-link, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabview-nav li.p-highlight .p-menuitem-link, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li.p-highlight .p-tabview-nav-link, .theme-default .egg-tabs-outline .p-tabmenu-nav-content .p-tabmenu-nav li.p-highlight .p-menuitem-link {
  transition: all 300ms;
  color: #326B58;
  font-weight: 700 !important;
}
.theme-default .egg-tabs-outline .p-tabview-ink-bar, .theme-default .egg-tabs-outline .p-tabmenu-ink-bar {
  display: block;
  position: absolute;
  margin: 0;
  height: 20px;
  z-index: 3;
  transition: all 500ms cubic-bezier(0.35, 0, 0.25, 1);
  background-color: transparent !important;
  color: #1e1e1e !important;
  border: 1px solid #303030 !important;
  border-radius: 0.5rem !important;
  padding: 0.25rem 0.5rem !important;
}

.tab-view-card {
  background-color: white;
  border-radius: 24px;
  padding: 24px;
}

.egg-dialog-xl .row,
.egg-dialog-lg .row,
.egg-dialog-md .row,
.egg-dialog-sm .row,
.egg-dialog-xs .row {
  margin-left: 0;
  margin-right: 0;
}

.egg-dialog-body-p-40x {
  padding: 0 40px;
}
.egg-dialog-body-p-24x-10y {
  padding: 8px 24px 24px;
}
.egg-dialog-body-p-24x {
  padding: 24px;
}

.theme-default .p-dialog.egg-dialog, .theme-default .p-dialog.egg-dialog-xl, .theme-default .p-dialog.egg-dialog-lg, .theme-default .p-dialog.egg-dialog-md, .theme-default .p-dialog.egg-dialog-sm, .theme-default .p-dialog.egg-dialog-xs {
  border-radius: 16px;
  width: fit-content;
}
.theme-default .p-dialog.egg-dialog .p-dialog-footer, .theme-default .p-dialog.egg-dialog-xl .p-dialog-footer, .theme-default .p-dialog.egg-dialog-lg .p-dialog-footer, .theme-default .p-dialog.egg-dialog-md .p-dialog-footer, .theme-default .p-dialog.egg-dialog-sm .p-dialog-footer, .theme-default .p-dialog.egg-dialog-xs .p-dialog-footer {
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 0.5rem;
}
.theme-default .p-dialog.egg-dialog .p-dialog-footer button, .theme-default .p-dialog.egg-dialog-xl .p-dialog-footer button, .theme-default .p-dialog.egg-dialog-lg .p-dialog-footer button, .theme-default .p-dialog.egg-dialog-md .p-dialog-footer button, .theme-default .p-dialog.egg-dialog-sm .p-dialog-footer button, .theme-default .p-dialog.egg-dialog-xs .p-dialog-footer button {
  margin: 0;
}
.theme-default .p-dialog.egg-dialog .p-dialog-footer button .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-footer button .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-footer button .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-footer button .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-footer button .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-footer button .p-icon-wrapper {
  display: none;
}
.theme-default .p-dialog.egg-dialog .p-dialog-header, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header, .theme-default .p-dialog.egg-dialog-md .p-dialog-header, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-title, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-title, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-title, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-title, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-title, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-title {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 38.4px;
  color: #1e1e1e;
}
.theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon), .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) {
  /* stylelint-disable-line */
}
.theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-close .p-icon-wrapper, .theme-default .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper, .theme-default .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-icon:has(.p-dialog-header-close-icon) .p-icon-wrapper {
  /* stylelint-disable-line */
}
.theme-default .p-dialog.egg-dialog .p-dialog-content, .theme-default .p-dialog.egg-dialog-xl .p-dialog-content, .theme-default .p-dialog.egg-dialog-lg .p-dialog-content, .theme-default .p-dialog.egg-dialog-md .p-dialog-content, .theme-default .p-dialog.egg-dialog-sm .p-dialog-content, .theme-default .p-dialog.egg-dialog-xs .p-dialog-content {
  padding: 0 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  color: #1e1e1e;
}
.theme-default .p-dialog.egg-dialog .p-dialog-content .p-confirm-dialog-message, .theme-default .p-dialog.egg-dialog-xl .p-dialog-content .p-confirm-dialog-message, .theme-default .p-dialog.egg-dialog-lg .p-dialog-content .p-confirm-dialog-message, .theme-default .p-dialog.egg-dialog-md .p-dialog-content .p-confirm-dialog-message, .theme-default .p-dialog.egg-dialog-sm .p-dialog-content .p-confirm-dialog-message, .theme-default .p-dialog.egg-dialog-xs .p-dialog-content .p-confirm-dialog-message {
  font-weight: 400;
  font-size: 1rem;
  line-height: 25.6px;
  color: #1e1e1e;
  margin: 0;
}
.theme-default .p-dialog.egg-dialog .p-dialog-content:has(.p-dialog-header), .theme-default .p-dialog.egg-dialog-xl .p-dialog-content:has(.p-dialog-header), .theme-default .p-dialog.egg-dialog-lg .p-dialog-content:has(.p-dialog-header), .theme-default .p-dialog.egg-dialog-md .p-dialog-content:has(.p-dialog-header), .theme-default .p-dialog.egg-dialog-sm .p-dialog-content:has(.p-dialog-header), .theme-default .p-dialog.egg-dialog-xs .p-dialog-content:has(.p-dialog-header) {
  padding-top: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.theme-default .p-dialog.egg-dialog .p-dialog-content:has(.p-dialog-header) .p-dialog-header, .theme-default .p-dialog.egg-dialog-xl .p-dialog-content:has(.p-dialog-header) .p-dialog-header, .theme-default .p-dialog.egg-dialog-lg .p-dialog-content:has(.p-dialog-header) .p-dialog-header, .theme-default .p-dialog.egg-dialog-md .p-dialog-content:has(.p-dialog-header) .p-dialog-header, .theme-default .p-dialog.egg-dialog-sm .p-dialog-content:has(.p-dialog-header) .p-dialog-header, .theme-default .p-dialog.egg-dialog-xs .p-dialog-content:has(.p-dialog-header) .p-dialog-header {
  padding-left: 0;
  padding-right: 0;
}
.theme-default .p-dialog.egg-dialog .p-dialog-content:has(.p-dialog-footer), .theme-default .p-dialog.egg-dialog-xl .p-dialog-content:has(.p-dialog-footer), .theme-default .p-dialog.egg-dialog-lg .p-dialog-content:has(.p-dialog-footer), .theme-default .p-dialog.egg-dialog-md .p-dialog-content:has(.p-dialog-footer), .theme-default .p-dialog.egg-dialog-sm .p-dialog-content:has(.p-dialog-footer), .theme-default .p-dialog.egg-dialog-xs .p-dialog-content:has(.p-dialog-footer) {
  padding-bottom: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.theme-default .p-dialog.egg-dialog .p-dialog-content:has(.p-dialog-footer) .p-dialog-footer, .theme-default .p-dialog.egg-dialog-xl .p-dialog-content:has(.p-dialog-footer) .p-dialog-footer, .theme-default .p-dialog.egg-dialog-lg .p-dialog-content:has(.p-dialog-footer) .p-dialog-footer, .theme-default .p-dialog.egg-dialog-md .p-dialog-content:has(.p-dialog-footer) .p-dialog-footer, .theme-default .p-dialog.egg-dialog-sm .p-dialog-content:has(.p-dialog-footer) .p-dialog-footer, .theme-default .p-dialog.egg-dialog-xs .p-dialog-content:has(.p-dialog-footer) .p-dialog-footer {
  padding-left: 0;
  padding-right: 0;
}
.theme-default .p-dialog.egg-dialog:not(:has(.p-dialog-header)) .p-dialog-content, .theme-default .p-dialog.egg-dialog-xl:not(:has(.p-dialog-header)) .p-dialog-content, .theme-default .p-dialog.egg-dialog-lg:not(:has(.p-dialog-header)) .p-dialog-content, .theme-default .p-dialog.egg-dialog-md:not(:has(.p-dialog-header)) .p-dialog-content, .theme-default .p-dialog.egg-dialog-sm:not(:has(.p-dialog-header)) .p-dialog-content, .theme-default .p-dialog.egg-dialog-xs:not(:has(.p-dialog-header)) .p-dialog-content {
  padding-top: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.theme-default .p-dialog.egg-dialog:not(:has(.p-dialog-footer)) .p-dialog-content, .theme-default .p-dialog.egg-dialog-xl:not(:has(.p-dialog-footer)) .p-dialog-content, .theme-default .p-dialog.egg-dialog-lg:not(:has(.p-dialog-footer)) .p-dialog-content, .theme-default .p-dialog.egg-dialog-md:not(:has(.p-dialog-footer)) .p-dialog-content, .theme-default .p-dialog.egg-dialog-sm:not(:has(.p-dialog-footer)) .p-dialog-content, .theme-default .p-dialog.egg-dialog-xs:not(:has(.p-dialog-footer)) .p-dialog-content {
  padding-bottom: 1.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.theme-default .p-dialog.egg-dialog-xs {
  /* stylelint-disable-line */
  width: 440px;
}
.theme-default .p-dialog.egg-dialog-sm {
  /* stylelint-disable-line */
  width: 600px;
}
.theme-default .p-dialog.egg-dialog-md {
  /* stylelint-disable-line */
  width: 760px;
}
.theme-default .p-dialog.egg-dialog-lg {
  /* stylelint-disable-line */
  width: 760px;
}
.theme-default .p-dialog.egg-dialog-xl {
  /* stylelint-disable-line */
  width: 1086px;
}

.egg-dialog-body-text {
  color: #1D1D1F;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

.egg-p-datepicker.p-datepicker {
  z-index: 2054 !important;
}

egg-lib-tag .egg-tag {
  line-height: normal;
  position: relative;
  display: flex;
  justify-content: center;
  background-clip: text;
}
.theme-default egg-lib-tag .egg-tag {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
egg-lib-tag .egg-tag::before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0.2;
  z-index: 2;
}

.theme-default egg-lib-status-light {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.theme-default egg-lib-status-light .egg-status-light {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transition: background-color 300ms;
}
.theme-default egg-lib-status-light .egg-status-light-online {
  background-color: #14ae5c;
}
.theme-default egg-lib-status-light .egg-status-light-danger {
  background-color: #ec221f;
}
.theme-default egg-lib-status-light .egg-status-light-offline {
  background-color: #d9d9d9;
}

.theme-default egg-lib-header .header {
  width: 100%;
  height: 56px;
  padding: 0 1rem;
  gap: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #5DBB9C;
}

.theme-default egg-lib-breadcrumb .egg-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-bottom: 1rem;
  font-style: "Open Sans";
  font-weight: 700;
  font-size: 1rem;
}
.theme-default egg-lib-breadcrumb .egg-breadcrumb .egg-breadcrumb-item, .theme-default egg-lib-breadcrumb .egg-breadcrumb .egg-breadcrumb-divider {
  text-decoration: none;
  text-transform: uppercase;
  color: #b2b2b2;
}
.theme-default egg-lib-breadcrumb .egg-breadcrumb .egg-breadcrumb-item:nth-last-of-type(1), .theme-default egg-lib-breadcrumb .egg-breadcrumb .egg-breadcrumb-divider:nth-last-of-type(1) {
  color: #5a5a5a;
}

.theme-default egg-lib-iconed-label button {
  background-color: transparent;
  border: 0;
  border: none;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  transition: all 0.2s linear 0s;
  gap: 6px;
  border-radius: 0.75rem;
}
.theme-default egg-lib-iconed-label button:hover {
  background-color: #f5f5f5;
  color: #111111;
}
.theme-default egg-lib-iconed-label button.active {
  background-color: #E0F2EB;
}
.theme-default egg-lib-iconed-label button.collapsed {
  padding: 0.25rem;
}
.theme-default egg-lib-iconed-label button:not(.active):hover .icon {
  color: #383838;
}
.theme-default egg-lib-iconed-label button:not(.active):hover .text {
  color: #111111;
}
.theme-default egg-lib-iconed-label .icon {
  color: #b3b3b3;
  transition: color 0.3s;
}
.theme-default egg-lib-iconed-label .icon.active {
  color: #326B58;
}
.theme-default egg-lib-iconed-label .text {
  color: #94949E;
  transition: all 0.3s;
}
.theme-default egg-lib-iconed-label .text.active {
  color: #326B58;
}
.theme-default egg-lib-iconed-label .text.collapsed {
  width: 0;
  opacity: 0;
}
egg-lib-iconed-label .toggle-icon:hover {
  opacity: 0.8;
}

.theme-default egg-lib-sidebar .sidebar {
  height: 100%;
  width: 200px;
  background: #ffffff;
  border-right: 0.3px solid #d9d9d9;
  padding: 0.5rem;
  gap: 1rem;
  transition: width 0.3s ease;
  overflow: hidden auto;
  position: relative;
}
.theme-default egg-lib-sidebar .sidebar ::-webkit-scrollbar {
  display: none;
}
.theme-default egg-lib-sidebar .sidebar.collapsed {
  width: 81px;
  transition: width 0.3s ease;
}
.theme-default egg-lib-sidebar .sidebar.hidden {
  width: 0;
  padding: 0;
  transition: all 0.1s linear;
  overflow: hidden;
}
.theme-default egg-lib-sidebar .section-title {
  padding: 0.5rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  position: relative;
}
.theme-default egg-lib-sidebar .section-title.invisible {
  opacity: 0;
  left: -20px;
}
.theme-default egg-lib-sidebar .subsection-body {
  padding-top: 2px;
  padding-left: 2rem;
  overflow-y: auto;
  transition: max-height 0.3s ease-in-out;
  border-radius: 10px;
}
egg-lib-sidebar .sidebar-action-component {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 20px;
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
}

i {
  transform: rotate(0deg);
  transition: transform 0.1s ease-in-out;
}
i.rotate {
  transform: rotate(180deg);
}

.theme-default egg-lib-avatar-dropdown .size-lg {
  min-width: 2.5rem;
  min-height: 2.5rem;
  max-width: 2.5rem;
  max-height: 2.5rem;
}
.theme-default egg-lib-avatar-dropdown .size-md {
  min-width: 2rem;
  min-height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
}
.theme-default egg-lib-avatar-dropdown .dropdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0.25rem 0 0.25rem 0.25rem;
  border-radius: 100px;
  background-color: rgba(12, 12, 13, 0.1019607843);
  gap: 0.25rem;
  width: fit-content;
}

.theme-default egg-lib-avatar-icon .size-lg {
  min-width: 2.5rem;
  min-height: 2.5rem;
  max-width: 2.5rem;
  max-height: 2.5rem;
}
.theme-default egg-lib-avatar-icon .size-md {
  min-width: 2rem;
  min-height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
}
egg-lib-avatar-icon .icon {
  background-color: #bdbdbd;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}

.theme-default egg-lib-avatar-name .size-lg {
  min-width: 2.5rem;
  min-height: 2.5rem;
  max-width: 2.5rem;
  max-height: 2.5rem;
}
.theme-default egg-lib-avatar-name .size-md {
  min-width: 2rem;
  min-height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
}
egg-lib-avatar-name .icon {
  background-color: #bdbdbd;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}
.theme-default egg-lib-avatar-name .avatar-name-container {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0.25rem;
  border-radius: 80px;
  gap: 0.5rem;
}

/* egg-lib-checkbox */
.egg-checkbox-input .p-checkbox-box, .egg-table .p-checkbox .p-checkbox-box {
  border: 2px solid #ced4da;
  width: 22px;
  height: 22px;
  color: #495057;
  border-radius: 6px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  background-color: transparent;
}
.theme-default .egg-checkbox-input:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight, .theme-default .egg-table .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight {
  border-color: #E0F2EB;
  background-color: #E0F2EB;
}
.theme-default .egg-checkbox-input:not(.p-checkbox-disabled) .p-checkbox-box:hover, .theme-default .egg-table .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #E0F2EB;
}
.theme-default .egg-checkbox-input:not(.p-checkbox-disabled) .p-checkbox-box.p-focus, .theme-default .egg-table .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  border-color: #E0F2EB;
  box-shadow: 0 0 0 3px rgba(93, 187, 156, 0.2);
}
.theme-default .egg-checkbox-input:not(.p-checkbox-disabled) .p-checkbox-icon, .theme-default .egg-table .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-icon {
  color: #0D251D;
}
.theme-default .egg-checkbox-input.p-checkbox-disabled .p-checkbox-icon, .theme-default .egg-table .p-checkbox.p-checkbox-disabled .p-checkbox-icon {
  color: #b3b3b3;
}
.theme-default .egg-checkbox-input.p-checkbox-disabled .p-checkbox-box.p-highlight, .theme-default .egg-table .p-checkbox.p-checkbox-disabled .p-checkbox-box.p-highlight {
  background-color: #d9d9d9;
}
.egg-checkbox-input .p-checkbox-label, .egg-table .p-checkbox .p-checkbox-label {
  margin-left: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.theme-default egg-lib-progress-bar .working {
  background-color: rgba(96, 242, 255, 0.3019607843);
}
.theme-default egg-lib-progress-bar .working * {
  color: #00C8FF;
}
.theme-default egg-lib-progress-bar .working .inner-bar {
  position: absolute;
  height: 100%;
  transition: all 0.3s ease;
  background-color: rgba(0, 200, 255, 0.5019607843);
}
.theme-default egg-lib-progress-bar .background-warning-secondary * {
  color: #bf6a02;
}
.theme-default egg-lib-progress-bar .background-warning-secondary .inner-bar {
  position: absolute;
  height: 100%;
  transition: all 0.3s ease;
  background-color: #e5a000;
}
.theme-default egg-lib-progress-bar .progress-bar-component {
  height: 32px;
  display: flex;
  align-items: center;
}
.theme-default egg-lib-progress-bar .outer-bar {
  transition: all 0.3s ease;
  width: 160px;
  height: 8px;
  overflow: hidden;
}
@media only screen and (width <= 750px) {
  egg-lib-progress-bar .progress-container {
    width: 100%;
  }
  egg-lib-progress-bar .outer-bar {
    transition: all 0.3s ease;
    width: 100% !important;
  }
  egg-lib-progress-bar .progress-message {
    display: none;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.animation-fade-in {
  opacity: 1;
  animation: fadein 0.15s ease-in;
}

.push:active {
  animation: pulse 0.3s linear 1;
}

@keyframes pulse {
  25% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@layer bootstrap {
  /*!
   * Bootstrap  v5.3.6 (https://getbootstrap.com/)
   * Copyright 2011-2025 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  :root,
  [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
  }
  [data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }
  body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
  }
  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
  }
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem;
    }
  }
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem;
    }
  }
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem;
    }
  }
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem;
    }
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  abbr[title] {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  ol,
  ul {
    padding-left: 2rem;
  }
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  blockquote {
    margin: 0 0 1rem;
  }
  b,
  strong {
    font-weight: bolder;
  }
  small, .small {
    font-size: 0.875em;
  }
  mark, .mark {
    padding: 0.1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg);
  }
  sub,
  sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
  }
  a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  }
  a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
  }
  pre,
  code,
  kbd,
  samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
  }
  pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
  }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }
  code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
  }
  a > code {
    color: inherit;
  }
  kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
  }
  kbd kbd {
    padding: 0;
    font-size: 1em;
  }
  figure {
    margin: 0 0 1rem;
  }
  img,
  svg {
    vertical-align: middle;
  }
  table {
    caption-side: bottom;
    border-collapse: collapse;
  }
  caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
  }
  th {
    text-align: inherit;
    text-align: -webkit-match-parent;
  }
  thead,
  tbody,
  tfoot,
  tr,
  td,
  th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
  }
  label {
    display: inline-block;
  }
  button {
    border-radius: 0;
  }
  button:focus:not(:focus-visible) {
    outline: 0;
  }
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  select {
    text-transform: none;
  }
  [role=button] {
    cursor: pointer;
  }
  select {
    word-wrap: normal;
  }
  select:disabled {
    opacity: 1;
  }
  [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
  }
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  button:not(:disabled),
  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled) {
    cursor: pointer;
  }
  ::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  textarea {
    resize: vertical;
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    line-height: inherit;
    font-size: calc(1.275rem + 0.3vw);
  }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem;
    }
  }
  legend + * {
    clear: left;
  }
  ::-webkit-datetime-edit-fields-wrapper,
  ::-webkit-datetime-edit-text,
  ::-webkit-datetime-edit-minute,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-year-field {
    padding: 0;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  ::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
  }
  output {
    display: inline-block;
  }
  iframe {
    border: 0;
  }
  summary {
    display: list-item;
    cursor: pointer;
  }
  progress {
    vertical-align: baseline;
  }
  [hidden] {
    display: none !important;
  }
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  .display-1 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.625rem + 4.5vw);
  }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem;
    }
  }
  .display-2 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.575rem + 3.9vw);
  }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem;
    }
  }
  .display-3 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.525rem + 3.3vw);
  }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem;
    }
  }
  .display-4 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.475rem + 2.7vw);
  }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem;
    }
  }
  .display-5 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.425rem + 2.1vw);
  }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem;
    }
  }
  .display-6 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.375rem + 1.5vw);
  }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem;
    }
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  .list-inline-item {
    display: inline-block;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  .initialism {
    font-size: 0.875em;
    text-transform: uppercase;
  }
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .blockquote > :last-child {
    margin-bottom: 0;
  }
  .blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
  }
  .blockquote-footer::before {
    content: "— ";
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
  }
  .figure {
    display: inline-block;
  }
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  .figure-caption {
    font-size: 0.875em;
    color: var(--bs-secondary-color);
  }
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container-sm, .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container-md, .container-sm, .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1320px;
    }
  }
  :root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
  }
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .col {
    flex: 1 0 0;
  }
  .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .g-0,
  .gx-0 {
    --bs-gutter-x: 0;
  }
  .g-0,
  .gy-0 {
    --bs-gutter-y: 0;
  }
  .g-1,
  .gx-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-1,
  .gy-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-2,
  .gx-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-2,
  .gy-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-3,
  .gx-3 {
    --bs-gutter-x: 1rem;
  }
  .g-3,
  .gy-3 {
    --bs-gutter-y: 1rem;
  }
  .g-4,
  .gx-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-4,
  .gy-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-5,
  .gx-5 {
    --bs-gutter-x: 3rem;
  }
  .g-5,
  .gy-5 {
    --bs-gutter-y: 3rem;
  }
  @media (min-width: 576px) {
    .col-sm {
      flex: 1 0 0;
    }
    .row-cols-sm-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-sm-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-sm-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-sm-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-sm-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-sm-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-sm-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-sm-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-sm-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-sm-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-sm-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-sm-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-sm-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-sm-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-sm-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-sm-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-sm-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.33333333%;
    }
    .offset-sm-2 {
      margin-left: 16.66666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.33333333%;
    }
    .offset-sm-5 {
      margin-left: 41.66666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.33333333%;
    }
    .offset-sm-8 {
      margin-left: 66.66666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.33333333%;
    }
    .offset-sm-11 {
      margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
      --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
      --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
      --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
      --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
      --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex: 1 0 0;
    }
    .row-cols-md-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-md-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-md-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-md-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-md-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-md-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-md-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-md-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-md-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-md-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-md-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-md-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-md-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.33333333%;
    }
    .offset-md-2 {
      margin-left: 16.66666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.33333333%;
    }
    .offset-md-5 {
      margin-left: 41.66666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.33333333%;
    }
    .offset-md-8 {
      margin-left: 66.66666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.33333333%;
    }
    .offset-md-11 {
      margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
      --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
      --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
      --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
      --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
      --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      flex: 1 0 0;
    }
    .row-cols-lg-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-lg-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-lg-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-lg-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-lg-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-lg-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-lg-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-lg-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-lg-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-lg-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-lg-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-lg-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.33333333%;
    }
    .offset-lg-2 {
      margin-left: 16.66666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.33333333%;
    }
    .offset-lg-5 {
      margin-left: 41.66666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.33333333%;
    }
    .offset-lg-8 {
      margin-left: 66.66666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.33333333%;
    }
    .offset-lg-11 {
      margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
      --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
      --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
      --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
      --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
      --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      flex: 1 0 0;
    }
    .row-cols-xl-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-xl-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-xl-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-xl-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-xl-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-xl-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-xl-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-xl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-xl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-xl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-xl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-xl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-xl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-xl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-xl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.33333333%;
    }
    .offset-xl-2 {
      margin-left: 16.66666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.33333333%;
    }
    .offset-xl-5 {
      margin-left: 41.66666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.33333333%;
    }
    .offset-xl-8 {
      margin-left: 66.66666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.33333333%;
    }
    .offset-xl-11 {
      margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
      --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
      --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
      --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
      --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
      --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 1400px) {
    .col-xxl {
      flex: 1 0 0;
    }
    .row-cols-xxl-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-xxl-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-xxl-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-xxl-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-xxl-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-xxl-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-xxl-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xxl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-xxl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-xxl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xxl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-xxl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-xxl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-xxl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-xxl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-xxl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-xxl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-xxl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-xxl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-xxl-0 {
      margin-left: 0;
    }
    .offset-xxl-1 {
      margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
      margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
      margin-left: 25%;
    }
    .offset-xxl-4 {
      margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
      margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
      margin-left: 50%;
    }
    .offset-xxl-7 {
      margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
      margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
      margin-left: 75%;
    }
    .offset-xxl-10 {
      margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
      margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
      --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
      --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
      --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
      --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
      --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
      --bs-gutter-y: 3rem;
    }
  }
  .table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
  }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  }
  .table > tbody {
    vertical-align: inherit;
  }
  .table > thead {
    vertical-align: bottom;
  }
  .table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
  }
  .caption-top {
    caption-side: top;
  }
  .table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
  }
  .table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
  }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width);
  }
  .table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
  }
  .table-borderless > :not(:first-child) {
    border-top-width: 0;
  }
  .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
  }
  .table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
  }
  .table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg);
  }
  .table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg);
  }
  .table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a6b5cc;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #b5b6b7;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #a7b9b1;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #a6c3ca;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #ccc2a4;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #c6c7c8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  @media (max-width: 575.98px) {
    .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 767.98px) {
    .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 991.98px) {
    .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 1399.98px) {
    .table-responsive-xxl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  .form-label {
    margin-bottom: 0.5rem;
  }
  .col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
  }
  .col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem;
  }
  .col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem;
  }
  .form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-secondary-color);
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  .form-control[type=file] {
    overflow: hidden;
  }
  .form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
  }
  .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0;
  }
  .form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
  }
  .form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
  }
  .form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
  }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
      transition: none;
    }
  }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg);
  }
  .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
  }
  .form-control-plaintext:focus {
    outline: 0;
  }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
  }
  .form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
  }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
  }
  .form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
  }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
  }
  textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  }
  textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  }
  textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  }
  .form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: 0.375rem;
  }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
  }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
  }
  .form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
  }
  .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  }
  .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none;
    }
  }
  .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
  }
  .form-select:disabled {
    background-color: var(--bs-secondary-bg);
  }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color);
  }
  .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
  }
  .form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
  }
  [data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  }
  .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
  }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
  }
  .form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
  }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
  }
  .form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
  .form-check-input[type=checkbox] {
    border-radius: 0.25em;
  }
  .form-check-input[type=radio] {
    border-radius: 50%;
  }
  .form-check-input:active {
    filter: brightness(90%);
  }
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  }
  .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  }
  .form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
  }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
  }
  .form-switch {
    padding-left: 2.5em;
  }
  .form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
      transition: none;
    }
  }
  .form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
  }
  .form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }
  .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
  }
  .form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
  }
  .form-check-inline {
    display: inline-block;
    margin-right: 1rem;
  }
  .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
  }
  [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
  }
  .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    appearance: none;
    background-color: transparent;
  }
  .form-range:focus {
    outline: 0;
  }
  .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-range::-moz-focus-outer {
    border: 0;
  }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
      -webkit-transition: none;
      transition: none;
    }
  }
  .form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
  }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
  }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
      -moz-transition: none;
      transition: none;
    }
  }
  .form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
  }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
  }
  .form-range:disabled {
    pointer-events: none;
  }
  .form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color);
  }
  .form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color);
  }
  .form-floating {
    position: relative;
  }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
  }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    color: rgba(var(--bs-body-color-rgb), 0.65);
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-floating > label {
      transition: none;
    }
  }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem;
  }
  .form-floating > .form-control::placeholder,
  .form-floating > .form-control-plaintext::placeholder {
    color: transparent;
  }
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
  .form-floating > .form-control-plaintext:focus,
  .form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-control:-webkit-autofill,
  .form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.75rem;
  }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }
  .form-floating > .form-control:-webkit-autofill ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }
  .form-floating > textarea:focus ~ label::after,
  .form-floating > textarea:not(:placeholder-shown) ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
  }
  .form-floating > textarea:disabled ~ label::after {
    background-color: var(--bs-secondary-bg);
  }
  .form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0;
  }
  .form-floating > :disabled ~ label,
  .form-floating > .form-control:disabled ~ label {
    color: #6c757d;
  }
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
  }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 5;
  }
  .input-group .btn {
    position: relative;
    z-index: 2;
  }
  .input-group .btn:focus {
    z-index: 5;
  }
  .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
  }
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
  }
  .input-group-sm > .form-control,
  .input-group-sm > .form-select,
  .input-group-sm > .input-group-text,
  .input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
  }
  .input-group-lg > .form-select,
  .input-group-sm > .form-select {
    padding-right: 3rem;
  }
  .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
  .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
  .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
  .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
  .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
  .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
  .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(-1 * var(--bs-border-width));
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group > .form-floating:not(:first-child) > .form-control,
  .input-group > .form-floating:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-valid-color);
  }
  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
  }
  .was-validated :valid ~ .valid-feedback,
  .was-validated :valid ~ .valid-tooltip,
  .is-valid ~ .valid-feedback,
  .is-valid ~ .valid-tooltip {
    display: block;
  }
  .was-validated .form-control:valid, .form-control.is-valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  }
  .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  }
  .was-validated .form-select:valid, .form-select.is-valid {
    border-color: var(--bs-form-valid-border-color);
  }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  }
  .was-validated .form-control-color:valid, .form-control-color.is-valid {
    width: calc(3rem + calc(1.5em + 0.75rem));
  }
  .was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color);
  }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color);
  }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: var(--bs-form-valid-color);
  }
  .form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
  }
  .was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
  .was-validated .input-group > .form-select:not(:focus):valid,
  .input-group > .form-select:not(:focus).is-valid,
  .was-validated .input-group > .form-floating:not(:focus-within):valid,
  .input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3;
  }
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
  }
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
  }
  .was-validated :invalid ~ .invalid-feedback,
  .was-validated :invalid ~ .invalid-tooltip,
  .is-invalid ~ .invalid-feedback,
  .is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  }
  .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  }
  .was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
  }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  }
  .was-validated .form-control-color:invalid, .form-control-color.is-invalid {
    width: calc(3rem + calc(1.5em + 0.75rem));
  }
  .was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
  }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color);
  }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color);
  }
  .form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
  }
  .was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
  .was-validated .input-group > .form-select:not(:focus):invalid,
  .input-group > .form-select:not(:focus).is-invalid,
  .was-validated .input-group > .form-floating:not(:focus-within):invalid,
  .input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4;
  }
  .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
  }
  .btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
  }
  .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
  }
  .btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn-check:checked:focus-visible + .btn {
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
  }
  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
  }
  .btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
  }
  .btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
  }
  .btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
  }
  .btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
  }
  .btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
  }
  .btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
  }
  .btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
  }
  .btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
  }
  .btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
  }
  .btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
  }
  .btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
  }
  .btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
  }
  .btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
  }
  .btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
  }
  .btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
  }
  .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
  }
  .btn-link:focus-visible {
    color: var(--bs-btn-color);
  }
  .btn-link:hover {
    color: var(--bs-btn-hover-color);
  }
  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
  }
  .btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
  }
  .fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  .fade:not(.show) {
    opacity: 0;
  }
  .collapse:not(.show) {
    display: none;
  }
  .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
      transition: none;
    }
  }
  .dropup,
  .dropend,
  .dropdown,
  .dropstart,
  .dropup-center,
  .dropdown-center {
    position: relative;
  }
  .dropdown-toggle {
    white-space: nowrap;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
  }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
  }
  .dropdown-menu-start {
    --bs-position: start;
  }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-end {
    --bs-position: end;
  }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  @media (min-width: 576px) {
    .dropdown-menu-sm-start {
      --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
    .dropdown-menu-sm-end {
      --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 768px) {
    .dropdown-menu-md-start {
      --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
    .dropdown-menu-md-end {
      --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 992px) {
    .dropdown-menu-lg-start {
      --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
    .dropdown-menu-lg-end {
      --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 1200px) {
    .dropdown-menu-xl-start {
      --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
    .dropdown-menu-xl-end {
      --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
      --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
    .dropdown-menu-xxl-end {
      --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  .dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
  }
  .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
  }
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
  }
  .dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropend .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropend .dropdown-toggle::after {
    vertical-align: 0;
  }
  .dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
  }
  .dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
  }
  .dropstart .dropdown-toggle::after {
    display: none;
  }
  .dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
  }
  .dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropstart .dropdown-toggle::before {
    vertical-align: 0;
  }
  .dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
  }
  .dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
  }
  .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
  }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
  .dropdown-menu.show {
    display: block;
  }
  .dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
  }
  .dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
  }
  .dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
  }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1;
  }
  .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .btn-toolbar .input-group {
    width: auto;
  }
  .btn-group {
    border-radius: var(--bs-border-radius);
  }
  .btn-group > :not(.btn-check:first-child) + .btn,
  .btn-group > .btn-group:not(:first-child) {
    margin-left: calc(-1 * var(--bs-border-width));
  }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn.dropdown-toggle-split:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btn-group > .btn:nth-child(n+3),
  .btn-group > :not(.btn-check) + .btn,
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
    margin-left: 0;
  }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0;
  }
  .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
  .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%;
  }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: calc(-1 * var(--bs-border-width));
  }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn:nth-child(n+3),
  .btn-group-vertical > :not(.btn-check) + .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none;
    }
  }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color);
  }
  .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .nav-link.disabled, .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
  }
  .nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
  }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
  }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
  }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
  }
  .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
  }
  .nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap);
  }
  .nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  }
  .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
    border-bottom-color: currentcolor;
  }
  .nav-underline .nav-link.active,
  .nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor;
  }
  .nav-fill > .nav-link,
  .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }
  .nav-justified > .nav-link,
  .nav-justified .nav-item {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
  }
  .nav-fill .nav-item .nav-link,
  .nav-justified .nav-item .nav-link {
    width: 100%;
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-sm,
  .navbar > .container-md,
  .navbar > .container-lg,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
  }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color);
  }
  .navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
  }
  .navbar-nav .dropdown-menu {
    position: static;
  }
  .navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color);
  }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color);
  }
  .navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
  }
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none;
    }
  }
  .navbar-toggler:hover {
    text-decoration: none;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
  }
  @media (min-width: 576px) {
    .navbar-expand-sm {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
    .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  @media (min-width: 768px) {
    .navbar-expand-md {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
    .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  @media (min-width: 992px) {
    .navbar-expand-lg {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
    .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  @media (min-width: 1200px) {
    .navbar-expand-xl {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
    .navbar-expand-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  @media (min-width: 1400px) {
    .navbar-expand-xxl {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
      display: none;
    }
    .navbar-expand-xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  .navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand .navbar-toggler {
    display: none;
  }
  .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .navbar-dark,
  .navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  [data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
  }
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
  }
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
  }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
  }
  .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
  }
  .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
  }
  .card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color);
  }
  .card-text:last-child {
    margin-bottom: 0;
  }
  .card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
  }
  .card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
  }
  .card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
  }
  .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
  }
  .card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
  }
  .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
  }
  .card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  }
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
  }
  .card-img,
  .card-img-top,
  .card-img-bottom {
    width: 100%;
  }
  .card-img,
  .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
  }
  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
  }
  .card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
  }
  @media (min-width: 576px) {
    .card-group {
      display: flex;
      flex-flow: row wrap;
    }
    .card-group > .card {
      flex: 1 0 0;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) > .card-img-top,
    .card-group > .card:not(:last-child) > .card-header {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) > .card-img-bottom,
    .card-group > .card:not(:last-child) > .card-footer {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) > .card-img-top,
    .card-group > .card:not(:first-child) > .card-header {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) > .card-img-bottom,
    .card-group > .card:not(:first-child) > .card-footer {
      border-bottom-left-radius: 0;
    }
  }
  .accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
  }
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none;
    }
  }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  }
  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
      transition: none;
    }
  }
  .accordion-button:hover {
    z-index: 2;
  }
  .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  }
  .accordion-header {
    margin-bottom: 0;
  }
  .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
  }
  .accordion-item:not(:first-of-type) {
    border-top: 0;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  }
  .accordion-item:last-of-type > .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  }
  .accordion-flush > .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .accordion-flush > .accordion-item:first-child {
    border-top: 0;
  }
  .accordion-flush > .accordion-item:last-child {
    border-bottom: 0;
  }
  .accordion-flush > .accordion-item > .accordion-collapse,
  .accordion-flush > .accordion-item > .accordion-header .accordion-button,
  .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0;
  }
  [data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  }
  .breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
  }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
  }
  .breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
  }
  .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  .page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none;
    }
  }
  .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
  }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
  }
  .page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
  }
  .page-link.disabled, .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
  }
  .page-item:not(:first-child) .page-link {
    margin-left: calc(-1 * var(--bs-border-width));
  }
  .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
  }
  .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
  }
  .pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg);
  }
  .pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm);
  }
  .badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
  }
  .badge:empty {
    display: none;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
  }
  .alert-heading {
    color: inherit;
  }
  .alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color);
  }
  .alert-dismissible {
    padding-right: 3rem;
  }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
  }
  .alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
  }
  .alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis);
  }
  .alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
  }
  .alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
  }
  .alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
  }
  .alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
  }
  .alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis);
  }
  .alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis);
  }
  @keyframes progress-bar-stripes {
    0% {
      background-position-x: var(--bs-progress-height);
    }
  }
  .progress,
  .progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
  }
  .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none;
    }
  }
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
  }
  .progress-stacked > .progress {
    overflow: visible;
  }
  .progress-stacked > .progress > .progress-bar {
    width: 100%;
  }
  .progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
  }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none;
    }
  }
  .list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
  }
  .list-group-numbered {
    list-style-type: none;
    counter-reset: section;
  }
  .list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  .list-group-item.disabled, .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
  }
  .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
  }
  .list-group-item + .list-group-item {
    border-top-width: 0;
  }
  .list-group-item + .list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
  }
  .list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
  }
  .list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
  }
  .list-group-item-action:not(.active):active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
  }
  .list-group-horizontal {
    flex-direction: row;
  }
  .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
  @media (min-width: 576px) {
    .list-group-horizontal-sm {
      flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 768px) {
    .list-group-horizontal-md {
      flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 992px) {
    .list-group-horizontal-lg {
      flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 1200px) {
    .list-group-horizontal-xl {
      flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 1400px) {
    .list-group-horizontal-xxl {
      flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  .list-group-flush {
    border-radius: 0;
  }
  .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
  }
  .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
  }
  .list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
  }
  .list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
  }
  .list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
  }
  .list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
  }
  .list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
  }
  .list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
  }
  .list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
  }
  .list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
  }
  .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
  }
  .btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
  }
  .btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
  }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
            user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
  }
  .btn-close-white {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
  }
  :root,
  [data-bs-theme=light] {
    --bs-btn-close-filter: ;
  }
  [data-bs-theme=dark] {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
  }
  .toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
  }
  .toast.showing {
    opacity: 0;
  }
  .toast:not(.show) {
    display: none;
  }
  .toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none;
  }
  .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
  }
  .toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  }
  .toast-header .btn-close {
    margin-right: calc(-0.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
  }
  .toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
  }
  .modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: var(--bs-body-color);
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform 0.3s ease-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.show .modal-dialog {
    transform: none;
  }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02);
  }
  .modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
  }
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }
  .modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
  }
  .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
    margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
    margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
    margin-left: auto;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
  }
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
  }
  .modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
  }
  @media (min-width: 576px) {
    .modal {
      --bs-modal-margin: 1.75rem;
      --bs-modal-box-shadow: var(--bs-box-shadow);
    }
    .modal-dialog {
      max-width: var(--bs-modal-width);
      margin-right: auto;
      margin-left: auto;
    }
    .modal-sm {
      --bs-modal-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      --bs-modal-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    .modal-xl {
      --bs-modal-width: 1140px;
    }
  }
  .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
  @media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto;
    }
  }
  .tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
  }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity);
  }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
  }
  .tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height));
  }
  .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg);
  }
  /* rtl:begin:ignore */
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
  }
  .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-right-color: var(--bs-tooltip-bg);
  }
  /* rtl:end:ignore */
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height));
  }
  .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
  }
  /* rtl:begin:ignore */
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
  }
  .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
  }
  /* rtl:end:ignore */
  .tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
  }
  .popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
  }
  .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
  }
  .popover .popover-arrow::before, .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
  }
  .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg);
  }
  /* rtl:begin:ignore */
  .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
  }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg);
  }
  /* rtl:end:ignore */
  .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg);
  }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
  }
  /* rtl:begin:ignore */
  .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
  }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg);
  }
  /* rtl:end:ignore */
  .popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
  }
  .popover-header:empty {
    display: none;
  }
  .popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
  }
  .carousel {
    position: relative;
  }
  .carousel.pointer-event {
    touch-action: pan-y;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none;
    }
  }
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  .carousel-item-next:not(.carousel-item-start),
  .active.carousel-item-end {
    transform: translateX(100%);
  }
  .carousel-item-prev:not(.carousel-item-end),
  .active.carousel-item-start {
    transform: translateX(-100%);
  }
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-start,
  .carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
  }
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none;
    }
  }
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    filter: var(--bs-carousel-control-icon-filter);
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none;
    }
  }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  .carousel-control-prev {
    left: 0;
  }
  .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
  }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--bs-carousel-indicator-active-bg);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
      transition: none;
    }
  }
  .carousel-indicators .active {
    opacity: 1;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: center;
  }
  .carousel-dark {
    --bs-carousel-indicator-active-bg: #000;
    --bs-carousel-caption-color: #000;
    --bs-carousel-control-icon-filter: invert(1) grayscale(100);
  }
  :root,
  [data-bs-theme=light] {
    --bs-carousel-indicator-active-bg: #fff;
    --bs-carousel-caption-color: #fff;
    --bs-carousel-control-icon-filter: ;
  }
  [data-bs-theme=dark] {
    --bs-carousel-indicator-active-bg: #000;
    --bs-carousel-caption-color: #000;
    --bs-carousel-control-icon-filter: invert(1) grayscale(100);
  }
  .spinner-grow,
  .spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  }
  @keyframes spinner-border {
    to {
      transform: rotate(360deg) /* rtl:ignore */;
    }
  }
  .spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
  }
  .spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
  }
  @keyframes spinner-grow {
    0% {
      transform: scale(0);
    }
    50% {
      opacity: 1;
      transform: none;
    }
  }
  .spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
  }
  .spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
      --bs-spinner-animation-speed: 1.5s;
    }
  }
  .offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5;
  }
  @media (max-width: 575.98px) {
    .offcanvas-sm {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none;
    }
  }
  @media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
      visibility: visible;
    }
  }
  @media (min-width: 576px) {
    .offcanvas-sm {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-sm .offcanvas-header {
      display: none;
    }
    .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 767.98px) {
    .offcanvas-md {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none;
    }
  }
  @media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
      visibility: visible;
    }
  }
  @media (min-width: 768px) {
    .offcanvas-md {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-md .offcanvas-header {
      display: none;
    }
    .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 991.98px) {
    .offcanvas-lg {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none;
    }
  }
  @media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
      visibility: visible;
    }
  }
  @media (min-width: 992px) {
    .offcanvas-lg {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-lg .offcanvas-header {
      display: none;
    }
    .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 1199.98px) {
    .offcanvas-xl {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none;
    }
  }
  @media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
      visibility: visible;
    }
  }
  @media (min-width: 1200px) {
    .offcanvas-xl {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-xl .offcanvas-header {
      display: none;
    }
    .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 1399.98px) {
    .offcanvas-xxl {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none;
    }
  }
  @media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
      visibility: visible;
    }
  }
  @media (min-width: 1400px) {
    .offcanvas-xxl {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-xxl .offcanvas-header {
      display: none;
    }
    .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none;
    }
  }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none;
  }
  .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible;
  }
  .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  .offcanvas-backdrop.fade {
    opacity: 0;
  }
  .offcanvas-backdrop.show {
    opacity: 0.5;
  }
  .offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
    margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
    margin-left: auto;
  }
  .offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height);
  }
  .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
  }
  .placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
  }
  .placeholder.btn::before {
    display: inline-block;
    content: "";
  }
  .placeholder-xs {
    min-height: 0.6em;
  }
  .placeholder-sm {
    min-height: 0.8em;
  }
  .placeholder-lg {
    min-height: 1.2em;
  }
  .placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
  }
  @keyframes placeholder-glow {
    50% {
      opacity: 0.2;
    }
  }
  .placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
  }
  @keyframes placeholder-wave {
    100% {
      mask-position: -200% 0%;
    }
  }
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-primary:hover, .link-primary:focus {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-secondary:hover, .link-secondary:focus {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-success:hover, .link-success:focus {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-info:hover, .link-info:focus {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-warning:hover, .link-warning:focus {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-danger:hover, .link-danger:focus {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-light:hover, .link-light:focus {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-dark:hover, .link-dark:focus {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-body-emphasis:hover, .link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  }
  .focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  }
  .icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    backface-visibility: hidden;
  }
  .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform;
  }
  @media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
      transition: none;
    }
  }
  .icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  }
  .ratio {
    position: relative;
    width: 100%;
  }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
  }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ratio-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-4x3 {
    --bs-aspect-ratio: 75%;
  }
  .ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
  }
  .ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
  @media (min-width: 576px) {
    .sticky-sm-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-sm-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 768px) {
    .sticky-md-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-md-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 992px) {
    .sticky-lg-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-lg-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 1200px) {
    .sticky-xl-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-xl-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 1400px) {
    .sticky-xxl-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-xxl-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
  }
  .vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
  }
  .visually-hidden,
  .visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .visually-hidden:not(caption),
  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
  }
  .visually-hidden *,
  .visually-hidden-focusable:not(:focus):not(:focus-within) * {
    overflow: hidden !important;
  }
  .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
  }
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
  }
  .align-baseline {
    vertical-align: baseline !important;
  }
  .align-top {
    vertical-align: top !important;
  }
  .align-middle {
    vertical-align: middle !important;
  }
  .align-bottom {
    vertical-align: bottom !important;
  }
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-text-top {
    vertical-align: text-top !important;
  }
  .float-start {
    float: left !important;
  }
  .float-end {
    float: right !important;
  }
  .float-none {
    float: none !important;
  }
  .object-fit-contain {
    object-fit: contain !important;
  }
  .object-fit-cover {
    object-fit: cover !important;
  }
  .object-fit-fill {
    object-fit: fill !important;
  }
  .object-fit-scale {
    object-fit: scale-down !important;
  }
  .object-fit-none {
    object-fit: none !important;
  }
  .opacity-0 {
    opacity: 0 !important;
  }
  .opacity-25 {
    opacity: 0.25 !important;
  }
  .opacity-50 {
    opacity: 0.5 !important;
  }
  .opacity-75 {
    opacity: 0.75 !important;
  }
  .opacity-100 {
    opacity: 1 !important;
  }
  .overflow-auto {
    overflow: auto !important;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .overflow-visible {
    overflow: visible !important;
  }
  .overflow-scroll {
    overflow: scroll !important;
  }
  .overflow-x-auto {
    overflow-x: auto !important;
  }
  .overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-visible {
    overflow-x: visible !important;
  }
  .overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-auto {
    overflow-y: auto !important;
  }
  .overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-visible {
    overflow-y: visible !important;
  }
  .overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .d-inline {
    display: inline !important;
  }
  .d-inline-block {
    display: inline-block !important;
  }
  .d-block {
    display: block !important;
  }
  .d-grid {
    display: grid !important;
  }
  .d-inline-grid {
    display: inline-grid !important;
  }
  .d-table {
    display: table !important;
  }
  .d-table-row {
    display: table-row !important;
  }
  .d-table-cell {
    display: table-cell !important;
  }
  .d-flex {
    display: flex !important;
  }
  .d-inline-flex {
    display: inline-flex !important;
  }
  .d-none {
    display: none !important;
  }
  .shadow {
    box-shadow: var(--bs-box-shadow) !important;
  }
  .shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
  }
  .shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important;
  }
  .shadow-none {
    box-shadow: none !important;
  }
  .focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
  }
  .position-static {
    position: static !important;
  }
  .position-relative {
    position: relative !important;
  }
  .position-absolute {
    position: absolute !important;
  }
  .position-fixed {
    position: fixed !important;
  }
  .position-sticky {
    position: sticky !important;
  }
  .top-0 {
    top: 0 !important;
  }
  .top-50 {
    top: 50% !important;
  }
  .top-100 {
    top: 100% !important;
  }
  .bottom-0 {
    bottom: 0 !important;
  }
  .bottom-50 {
    bottom: 50% !important;
  }
  .bottom-100 {
    bottom: 100% !important;
  }
  .start-0 {
    left: 0 !important;
  }
  .start-50 {
    left: 50% !important;
  }
  .start-100 {
    left: 100% !important;
  }
  .end-0 {
    right: 0 !important;
  }
  .end-50 {
    right: 50% !important;
  }
  .end-100 {
    right: 100% !important;
  }
  .translate-middle {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-y {
    transform: translateY(-50%) !important;
  }
  .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-0 {
    border: 0 !important;
  }
  .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-0 {
    border-top: 0 !important;
  }
  .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-0 {
    border-right: 0 !important;
  }
  .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-0 {
    border-left: 0 !important;
  }
  .border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  .border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  .border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  .border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  .border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  .border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  .border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  .border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  .border-1 {
    border-width: 1px !important;
  }
  .border-2 {
    border-width: 2px !important;
  }
  .border-3 {
    border-width: 3px !important;
  }
  .border-4 {
    border-width: 4px !important;
  }
  .border-5 {
    border-width: 5px !important;
  }
  .border-opacity-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-100 {
    --bs-border-opacity: 1;
  }
  .w-25 {
    width: 25% !important;
  }
  .w-50 {
    width: 50% !important;
  }
  .w-75 {
    width: 75% !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .w-auto {
    width: auto !important;
  }
  .mw-100 {
    max-width: 100% !important;
  }
  .vw-100 {
    width: 100vw !important;
  }
  .min-vw-100 {
    min-width: 100vw !important;
  }
  .h-25 {
    height: 25% !important;
  }
  .h-50 {
    height: 50% !important;
  }
  .h-75 {
    height: 75% !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .h-auto {
    height: auto !important;
  }
  .mh-100 {
    max-height: 100% !important;
  }
  .vh-100 {
    height: 100vh !important;
  }
  .min-vh-100 {
    min-height: 100vh !important;
  }
  .flex-fill {
    flex: 1 1 auto !important;
  }
  .flex-row {
    flex-direction: row !important;
  }
  .flex-column {
    flex-direction: column !important;
  }
  .flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  .flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-start {
    justify-content: flex-start !important;
  }
  .justify-content-end {
    justify-content: flex-end !important;
  }
  .justify-content-center {
    justify-content: center !important;
  }
  .justify-content-between {
    justify-content: space-between !important;
  }
  .justify-content-around {
    justify-content: space-around !important;
  }
  .justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-start {
    align-items: flex-start !important;
  }
  .align-items-end {
    align-items: flex-end !important;
  }
  .align-items-center {
    align-items: center !important;
  }
  .align-items-baseline {
    align-items: baseline !important;
  }
  .align-items-stretch {
    align-items: stretch !important;
  }
  .align-content-start {
    align-content: flex-start !important;
  }
  .align-content-end {
    align-content: flex-end !important;
  }
  .align-content-center {
    align-content: center !important;
  }
  .align-content-between {
    align-content: space-between !important;
  }
  .align-content-around {
    align-content: space-around !important;
  }
  .align-content-stretch {
    align-content: stretch !important;
  }
  .align-self-auto {
    align-self: auto !important;
  }
  .align-self-start {
    align-self: flex-start !important;
  }
  .align-self-end {
    align-self: flex-end !important;
  }
  .align-self-center {
    align-self: center !important;
  }
  .align-self-baseline {
    align-self: baseline !important;
  }
  .align-self-stretch {
    align-self: stretch !important;
  }
  .order-first {
    order: -1 !important;
  }
  .order-0 {
    order: 0 !important;
  }
  .order-1 {
    order: 1 !important;
  }
  .order-2 {
    order: 2 !important;
  }
  .order-3 {
    order: 3 !important;
  }
  .order-4 {
    order: 4 !important;
  }
  .order-5 {
    order: 5 !important;
  }
  .order-last {
    order: 6 !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .m-1 {
    margin: 0.25rem !important;
  }
  .m-2 {
    margin: 0.5rem !important;
  }
  .m-3 {
    margin: 1rem !important;
  }
  .m-4 {
    margin: 1.5rem !important;
  }
  .m-5 {
    margin: 3rem !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  .mt-2 {
    margin-top: 0.5rem !important;
  }
  .mt-3 {
    margin-top: 1rem !important;
  }
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  .mt-5 {
    margin-top: 3rem !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .me-0 {
    margin-right: 0 !important;
  }
  .me-1 {
    margin-right: 0.25rem !important;
  }
  .me-2 {
    margin-right: 0.5rem !important;
  }
  .me-3 {
    margin-right: 1rem !important;
  }
  .me-4 {
    margin-right: 1.5rem !important;
  }
  .me-5 {
    margin-right: 3rem !important;
  }
  .me-auto {
    margin-right: auto !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-5 {
    margin-bottom: 3rem !important;
  }
  .mb-auto {
    margin-bottom: auto !important;
  }
  .ms-0 {
    margin-left: 0 !important;
  }
  .ms-1 {
    margin-left: 0.25rem !important;
  }
  .ms-2 {
    margin-left: 0.5rem !important;
  }
  .ms-3 {
    margin-left: 1rem !important;
  }
  .ms-4 {
    margin-left: 1.5rem !important;
  }
  .ms-5 {
    margin-left: 3rem !important;
  }
  .ms-auto {
    margin-left: auto !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .p-1 {
    padding: 0.25rem !important;
  }
  .p-2 {
    padding: 0.5rem !important;
  }
  .p-3 {
    padding: 1rem !important;
  }
  .p-4 {
    padding: 1.5rem !important;
  }
  .p-5 {
    padding: 3rem !important;
  }
  .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .pt-1 {
    padding-top: 0.25rem !important;
  }
  .pt-2 {
    padding-top: 0.5rem !important;
  }
  .pt-3 {
    padding-top: 1rem !important;
  }
  .pt-4 {
    padding-top: 1.5rem !important;
  }
  .pt-5 {
    padding-top: 3rem !important;
  }
  .pe-0 {
    padding-right: 0 !important;
  }
  .pe-1 {
    padding-right: 0.25rem !important;
  }
  .pe-2 {
    padding-right: 0.5rem !important;
  }
  .pe-3 {
    padding-right: 1rem !important;
  }
  .pe-4 {
    padding-right: 1.5rem !important;
  }
  .pe-5 {
    padding-right: 3rem !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-3 {
    padding-bottom: 1rem !important;
  }
  .pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-5 {
    padding-bottom: 3rem !important;
  }
  .ps-0 {
    padding-left: 0 !important;
  }
  .ps-1 {
    padding-left: 0.25rem !important;
  }
  .ps-2 {
    padding-left: 0.5rem !important;
  }
  .ps-3 {
    padding-left: 1rem !important;
  }
  .ps-4 {
    padding-left: 1.5rem !important;
  }
  .ps-5 {
    padding-left: 3rem !important;
  }
  .gap-0 {
    gap: 0 !important;
  }
  .gap-1 {
    gap: 0.25rem !important;
  }
  .gap-2 {
    gap: 0.5rem !important;
  }
  .gap-3 {
    gap: 1rem !important;
  }
  .gap-4 {
    gap: 1.5rem !important;
  }
  .gap-5 {
    gap: 3rem !important;
  }
  .row-gap-0 {
    row-gap: 0 !important;
  }
  .row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-3 {
    row-gap: 1rem !important;
  }
  .row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-5 {
    row-gap: 3rem !important;
  }
  .column-gap-0 {
    column-gap: 0 !important;
  }
  .column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-3 {
    column-gap: 1rem !important;
  }
  .column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-5 {
    column-gap: 3rem !important;
  }
  .font-monospace {
    font-family: var(--bs-font-monospace) !important;
  }
  .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-5 {
    font-size: 1.25rem !important;
  }
  .fs-6 {
    font-size: 1rem !important;
  }
  .fst-italic {
    font-style: italic !important;
  }
  .fst-normal {
    font-style: normal !important;
  }
  .fw-lighter {
    font-weight: lighter !important;
  }
  .fw-light {
    font-weight: 300 !important;
  }
  .fw-normal {
    font-weight: 400 !important;
  }
  .fw-medium {
    font-weight: 500 !important;
  }
  .fw-semibold {
    font-weight: 600 !important;
  }
  .fw-bold {
    font-weight: 700 !important;
  }
  .fw-bolder {
    font-weight: bolder !important;
  }
  .lh-1 {
    line-height: 1 !important;
  }
  .lh-sm {
    line-height: 1.25 !important;
  }
  .lh-base {
    line-height: 1.5 !important;
  }
  .lh-lg {
    line-height: 2 !important;
  }
  .text-start {
    text-align: left !important;
  }
  .text-end {
    text-align: right !important;
  }
  .text-center {
    text-align: center !important;
  }
  .text-decoration-none {
    text-decoration: none !important;
  }
  .text-decoration-underline {
    text-decoration: underline !important;
  }
  .text-decoration-line-through {
    text-decoration: line-through !important;
  }
  .text-lowercase {
    text-transform: lowercase !important;
  }
  .text-uppercase {
    text-transform: uppercase !important;
  }
  .text-capitalize {
    text-transform: capitalize !important;
  }
  .text-wrap {
    white-space: normal !important;
  }
  .text-nowrap {
    white-space: nowrap !important;
  }
  /* rtl:begin:remove */
  .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  /* rtl:end:remove */
  .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
  }
  .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
  }
  .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
  }
  .text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
  }
  .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
  }
  .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  }
  .text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
  }
  .text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  }
  .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
  }
  .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
  }
  .text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  }
  .text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
  }
  .text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
  }
  .text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important;
  }
  .text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important;
  }
  .text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
  }
  .text-opacity-25 {
    --bs-text-opacity: 0.25;
  }
  .text-opacity-50 {
    --bs-text-opacity: 0.5;
  }
  .text-opacity-75 {
    --bs-text-opacity: 0.75;
  }
  .text-opacity-100 {
    --bs-text-opacity: 1;
  }
  .text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important;
  }
  .text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important;
  }
  .text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important;
  }
  .text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important;
  }
  .text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
  }
  .text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important;
  }
  .text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important;
  }
  .text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important;
  }
  .link-opacity-10 {
    --bs-link-opacity: 0.1;
  }
  .link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1;
  }
  .link-opacity-25 {
    --bs-link-opacity: 0.25;
  }
  .link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25;
  }
  .link-opacity-50 {
    --bs-link-opacity: 0.5;
  }
  .link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5;
  }
  .link-opacity-75 {
    --bs-link-opacity: 0.75;
  }
  .link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75;
  }
  .link-opacity-100 {
    --bs-link-opacity: 1;
  }
  .link-opacity-100-hover:hover {
    --bs-link-opacity: 1;
  }
  .link-offset-1 {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-2 {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-3 {
    text-underline-offset: 0.375em !important;
  }
  .link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
  }
  .link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-underline-opacity-0 {
    --bs-link-underline-opacity: 0;
  }
  .link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0;
  }
  .link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1;
  }
  .link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1;
  }
  .link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25;
  }
  .link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25;
  }
  .link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5;
  }
  .link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5;
  }
  .link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75;
  }
  .link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75;
  }
  .link-underline-opacity-100 {
    --bs-link-underline-opacity: 1;
  }
  .link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1;
  }
  .bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-opacity-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-100 {
    --bs-bg-opacity: 1;
  }
  .bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
  }
  .bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important;
  }
  .bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important;
  }
  .bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important;
  }
  .bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important;
  }
  .bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important;
  }
  .bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
  }
  .bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important;
  }
  .bg-gradient {
    background-image: var(--bs-gradient) !important;
  }
  .user-select-all {
    -webkit-user-select: all !important;
            user-select: all !important;
  }
  .user-select-auto {
    -webkit-user-select: auto !important;
            user-select: auto !important;
  }
  .user-select-none {
    -webkit-user-select: none !important;
            user-select: none !important;
  }
  .pe-none {
    pointer-events: none !important;
  }
  .pe-auto {
    pointer-events: auto !important;
  }
  .rounded {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-0 {
    border-radius: 0 !important;
  }
  .rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-circle {
    border-radius: 50% !important;
  }
  .rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .visible {
    visibility: visible !important;
  }
  .invisible {
    visibility: hidden !important;
  }
  .z-n1 {
    z-index: -1 !important;
  }
  .z-0 {
    z-index: 0 !important;
  }
  .z-1 {
    z-index: 1 !important;
  }
  .z-2 {
    z-index: 2 !important;
  }
  .z-3 {
    z-index: 3 !important;
  }
  @media (min-width: 576px) {
    .float-sm-start {
      float: left !important;
    }
    .float-sm-end {
      float: right !important;
    }
    .float-sm-none {
      float: none !important;
    }
    .object-fit-sm-contain {
      object-fit: contain !important;
    }
    .object-fit-sm-cover {
      object-fit: cover !important;
    }
    .object-fit-sm-fill {
      object-fit: fill !important;
    }
    .object-fit-sm-scale {
      object-fit: scale-down !important;
    }
    .object-fit-sm-none {
      object-fit: none !important;
    }
    .d-sm-inline {
      display: inline !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-grid {
      display: grid !important;
    }
    .d-sm-inline-grid {
      display: inline-grid !important;
    }
    .d-sm-table {
      display: table !important;
    }
    .d-sm-table-row {
      display: table-row !important;
    }
    .d-sm-table-cell {
      display: table-cell !important;
    }
    .d-sm-flex {
      display: flex !important;
    }
    .d-sm-inline-flex {
      display: inline-flex !important;
    }
    .d-sm-none {
      display: none !important;
    }
    .flex-sm-fill {
      flex: 1 1 auto !important;
    }
    .flex-sm-row {
      flex-direction: row !important;
    }
    .flex-sm-column {
      flex-direction: column !important;
    }
    .flex-sm-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
      flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
      flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
      justify-content: flex-start !important;
    }
    .justify-content-sm-end {
      justify-content: flex-end !important;
    }
    .justify-content-sm-center {
      justify-content: center !important;
    }
    .justify-content-sm-between {
      justify-content: space-between !important;
    }
    .justify-content-sm-around {
      justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
      justify-content: space-evenly !important;
    }
    .align-items-sm-start {
      align-items: flex-start !important;
    }
    .align-items-sm-end {
      align-items: flex-end !important;
    }
    .align-items-sm-center {
      align-items: center !important;
    }
    .align-items-sm-baseline {
      align-items: baseline !important;
    }
    .align-items-sm-stretch {
      align-items: stretch !important;
    }
    .align-content-sm-start {
      align-content: flex-start !important;
    }
    .align-content-sm-end {
      align-content: flex-end !important;
    }
    .align-content-sm-center {
      align-content: center !important;
    }
    .align-content-sm-between {
      align-content: space-between !important;
    }
    .align-content-sm-around {
      align-content: space-around !important;
    }
    .align-content-sm-stretch {
      align-content: stretch !important;
    }
    .align-self-sm-auto {
      align-self: auto !important;
    }
    .align-self-sm-start {
      align-self: flex-start !important;
    }
    .align-self-sm-end {
      align-self: flex-end !important;
    }
    .align-self-sm-center {
      align-self: center !important;
    }
    .align-self-sm-baseline {
      align-self: baseline !important;
    }
    .align-self-sm-stretch {
      align-self: stretch !important;
    }
    .order-sm-first {
      order: -1 !important;
    }
    .order-sm-0 {
      order: 0 !important;
    }
    .order-sm-1 {
      order: 1 !important;
    }
    .order-sm-2 {
      order: 2 !important;
    }
    .order-sm-3 {
      order: 3 !important;
    }
    .order-sm-4 {
      order: 4 !important;
    }
    .order-sm-5 {
      order: 5 !important;
    }
    .order-sm-last {
      order: 6 !important;
    }
    .m-sm-0 {
      margin: 0 !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .m-sm-5 {
      margin: 3rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mx-sm-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-sm-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-sm-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-sm-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-sm-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-sm-0 {
      margin-top: 0 !important;
    }
    .mt-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
      margin-top: 1rem !important;
    }
    .mt-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
      margin-top: 3rem !important;
    }
    .mt-sm-auto {
      margin-top: auto !important;
    }
    .me-sm-0 {
      margin-right: 0 !important;
    }
    .me-sm-1 {
      margin-right: 0.25rem !important;
    }
    .me-sm-2 {
      margin-right: 0.5rem !important;
    }
    .me-sm-3 {
      margin-right: 1rem !important;
    }
    .me-sm-4 {
      margin-right: 1.5rem !important;
    }
    .me-sm-5 {
      margin-right: 3rem !important;
    }
    .me-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-0 {
      margin-bottom: 0 !important;
    }
    .mb-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
      margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
      margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
      margin-bottom: auto !important;
    }
    .ms-sm-0 {
      margin-left: 0 !important;
    }
    .ms-sm-1 {
      margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
      margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
      margin-left: 1rem !important;
    }
    .ms-sm-4 {
      margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
      margin-left: 3rem !important;
    }
    .ms-sm-auto {
      margin-left: auto !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .p-sm-5 {
      padding: 3rem !important;
    }
    .px-sm-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-sm-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-sm-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-sm-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-sm-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-sm-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-sm-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-sm-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
      padding-top: 0 !important;
    }
    .pt-sm-1 {
      padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
      padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
      padding-top: 1rem !important;
    }
    .pt-sm-4 {
      padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
      padding-top: 3rem !important;
    }
    .pe-sm-0 {
      padding-right: 0 !important;
    }
    .pe-sm-1 {
      padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
      padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
      padding-right: 1rem !important;
    }
    .pe-sm-4 {
      padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
      padding-right: 3rem !important;
    }
    .pb-sm-0 {
      padding-bottom: 0 !important;
    }
    .pb-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
      padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
      padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
      padding-left: 0 !important;
    }
    .ps-sm-1 {
      padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
      padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
      padding-left: 1rem !important;
    }
    .ps-sm-4 {
      padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
      padding-left: 3rem !important;
    }
    .gap-sm-0 {
      gap: 0 !important;
    }
    .gap-sm-1 {
      gap: 0.25rem !important;
    }
    .gap-sm-2 {
      gap: 0.5rem !important;
    }
    .gap-sm-3 {
      gap: 1rem !important;
    }
    .gap-sm-4 {
      gap: 1.5rem !important;
    }
    .gap-sm-5 {
      gap: 3rem !important;
    }
    .row-gap-sm-0 {
      row-gap: 0 !important;
    }
    .row-gap-sm-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-sm-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-sm-3 {
      row-gap: 1rem !important;
    }
    .row-gap-sm-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-sm-5 {
      row-gap: 3rem !important;
    }
    .column-gap-sm-0 {
      column-gap: 0 !important;
    }
    .column-gap-sm-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-sm-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-sm-3 {
      column-gap: 1rem !important;
    }
    .column-gap-sm-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-sm-5 {
      column-gap: 3rem !important;
    }
    .text-sm-start {
      text-align: left !important;
    }
    .text-sm-end {
      text-align: right !important;
    }
    .text-sm-center {
      text-align: center !important;
    }
  }
  @media (min-width: 768px) {
    .float-md-start {
      float: left !important;
    }
    .float-md-end {
      float: right !important;
    }
    .float-md-none {
      float: none !important;
    }
    .object-fit-md-contain {
      object-fit: contain !important;
    }
    .object-fit-md-cover {
      object-fit: cover !important;
    }
    .object-fit-md-fill {
      object-fit: fill !important;
    }
    .object-fit-md-scale {
      object-fit: scale-down !important;
    }
    .object-fit-md-none {
      object-fit: none !important;
    }
    .d-md-inline {
      display: inline !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-grid {
      display: grid !important;
    }
    .d-md-inline-grid {
      display: inline-grid !important;
    }
    .d-md-table {
      display: table !important;
    }
    .d-md-table-row {
      display: table-row !important;
    }
    .d-md-table-cell {
      display: table-cell !important;
    }
    .d-md-flex {
      display: flex !important;
    }
    .d-md-inline-flex {
      display: inline-flex !important;
    }
    .d-md-none {
      display: none !important;
    }
    .flex-md-fill {
      flex: 1 1 auto !important;
    }
    .flex-md-row {
      flex-direction: row !important;
    }
    .flex-md-column {
      flex-direction: column !important;
    }
    .flex-md-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
      flex-shrink: 1 !important;
    }
    .flex-md-wrap {
      flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
      justify-content: flex-start !important;
    }
    .justify-content-md-end {
      justify-content: flex-end !important;
    }
    .justify-content-md-center {
      justify-content: center !important;
    }
    .justify-content-md-between {
      justify-content: space-between !important;
    }
    .justify-content-md-around {
      justify-content: space-around !important;
    }
    .justify-content-md-evenly {
      justify-content: space-evenly !important;
    }
    .align-items-md-start {
      align-items: flex-start !important;
    }
    .align-items-md-end {
      align-items: flex-end !important;
    }
    .align-items-md-center {
      align-items: center !important;
    }
    .align-items-md-baseline {
      align-items: baseline !important;
    }
    .align-items-md-stretch {
      align-items: stretch !important;
    }
    .align-content-md-start {
      align-content: flex-start !important;
    }
    .align-content-md-end {
      align-content: flex-end !important;
    }
    .align-content-md-center {
      align-content: center !important;
    }
    .align-content-md-between {
      align-content: space-between !important;
    }
    .align-content-md-around {
      align-content: space-around !important;
    }
    .align-content-md-stretch {
      align-content: stretch !important;
    }
    .align-self-md-auto {
      align-self: auto !important;
    }
    .align-self-md-start {
      align-self: flex-start !important;
    }
    .align-self-md-end {
      align-self: flex-end !important;
    }
    .align-self-md-center {
      align-self: center !important;
    }
    .align-self-md-baseline {
      align-self: baseline !important;
    }
    .align-self-md-stretch {
      align-self: stretch !important;
    }
    .order-md-first {
      order: -1 !important;
    }
    .order-md-0 {
      order: 0 !important;
    }
    .order-md-1 {
      order: 1 !important;
    }
    .order-md-2 {
      order: 2 !important;
    }
    .order-md-3 {
      order: 3 !important;
    }
    .order-md-4 {
      order: 4 !important;
    }
    .order-md-5 {
      order: 5 !important;
    }
    .order-md-last {
      order: 6 !important;
    }
    .m-md-0 {
      margin: 0 !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .m-md-5 {
      margin: 3rem !important;
    }
    .m-md-auto {
      margin: auto !important;
    }
    .mx-md-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-md-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-md-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-md-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-md-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-md-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-md-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-md-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-md-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-md-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-md-0 {
      margin-top: 0 !important;
    }
    .mt-md-1 {
      margin-top: 0.25rem !important;
    }
    .mt-md-2 {
      margin-top: 0.5rem !important;
    }
    .mt-md-3 {
      margin-top: 1rem !important;
    }
    .mt-md-4 {
      margin-top: 1.5rem !important;
    }
    .mt-md-5 {
      margin-top: 3rem !important;
    }
    .mt-md-auto {
      margin-top: auto !important;
    }
    .me-md-0 {
      margin-right: 0 !important;
    }
    .me-md-1 {
      margin-right: 0.25rem !important;
    }
    .me-md-2 {
      margin-right: 0.5rem !important;
    }
    .me-md-3 {
      margin-right: 1rem !important;
    }
    .me-md-4 {
      margin-right: 1.5rem !important;
    }
    .me-md-5 {
      margin-right: 3rem !important;
    }
    .me-md-auto {
      margin-right: auto !important;
    }
    .mb-md-0 {
      margin-bottom: 0 !important;
    }
    .mb-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
      margin-bottom: 1rem !important;
    }
    .mb-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
      margin-bottom: 3rem !important;
    }
    .mb-md-auto {
      margin-bottom: auto !important;
    }
    .ms-md-0 {
      margin-left: 0 !important;
    }
    .ms-md-1 {
      margin-left: 0.25rem !important;
    }
    .ms-md-2 {
      margin-left: 0.5rem !important;
    }
    .ms-md-3 {
      margin-left: 1rem !important;
    }
    .ms-md-4 {
      margin-left: 1.5rem !important;
    }
    .ms-md-5 {
      margin-left: 3rem !important;
    }
    .ms-md-auto {
      margin-left: auto !important;
    }
    .p-md-0 {
      padding: 0 !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .p-md-5 {
      padding: 3rem !important;
    }
    .px-md-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-md-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-md-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-md-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-md-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-md-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-md-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-md-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-md-0 {
      padding-top: 0 !important;
    }
    .pt-md-1 {
      padding-top: 0.25rem !important;
    }
    .pt-md-2 {
      padding-top: 0.5rem !important;
    }
    .pt-md-3 {
      padding-top: 1rem !important;
    }
    .pt-md-4 {
      padding-top: 1.5rem !important;
    }
    .pt-md-5 {
      padding-top: 3rem !important;
    }
    .pe-md-0 {
      padding-right: 0 !important;
    }
    .pe-md-1 {
      padding-right: 0.25rem !important;
    }
    .pe-md-2 {
      padding-right: 0.5rem !important;
    }
    .pe-md-3 {
      padding-right: 1rem !important;
    }
    .pe-md-4 {
      padding-right: 1.5rem !important;
    }
    .pe-md-5 {
      padding-right: 3rem !important;
    }
    .pb-md-0 {
      padding-bottom: 0 !important;
    }
    .pb-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
      padding-bottom: 1rem !important;
    }
    .pb-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
      padding-bottom: 3rem !important;
    }
    .ps-md-0 {
      padding-left: 0 !important;
    }
    .ps-md-1 {
      padding-left: 0.25rem !important;
    }
    .ps-md-2 {
      padding-left: 0.5rem !important;
    }
    .ps-md-3 {
      padding-left: 1rem !important;
    }
    .ps-md-4 {
      padding-left: 1.5rem !important;
    }
    .ps-md-5 {
      padding-left: 3rem !important;
    }
    .gap-md-0 {
      gap: 0 !important;
    }
    .gap-md-1 {
      gap: 0.25rem !important;
    }
    .gap-md-2 {
      gap: 0.5rem !important;
    }
    .gap-md-3 {
      gap: 1rem !important;
    }
    .gap-md-4 {
      gap: 1.5rem !important;
    }
    .gap-md-5 {
      gap: 3rem !important;
    }
    .row-gap-md-0 {
      row-gap: 0 !important;
    }
    .row-gap-md-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-md-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-md-3 {
      row-gap: 1rem !important;
    }
    .row-gap-md-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-md-5 {
      row-gap: 3rem !important;
    }
    .column-gap-md-0 {
      column-gap: 0 !important;
    }
    .column-gap-md-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-md-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-md-3 {
      column-gap: 1rem !important;
    }
    .column-gap-md-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-md-5 {
      column-gap: 3rem !important;
    }
    .text-md-start {
      text-align: left !important;
    }
    .text-md-end {
      text-align: right !important;
    }
    .text-md-center {
      text-align: center !important;
    }
  }
  @media (min-width: 992px) {
    .float-lg-start {
      float: left !important;
    }
    .float-lg-end {
      float: right !important;
    }
    .float-lg-none {
      float: none !important;
    }
    .object-fit-lg-contain {
      object-fit: contain !important;
    }
    .object-fit-lg-cover {
      object-fit: cover !important;
    }
    .object-fit-lg-fill {
      object-fit: fill !important;
    }
    .object-fit-lg-scale {
      object-fit: scale-down !important;
    }
    .object-fit-lg-none {
      object-fit: none !important;
    }
    .d-lg-inline {
      display: inline !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-grid {
      display: grid !important;
    }
    .d-lg-inline-grid {
      display: inline-grid !important;
    }
    .d-lg-table {
      display: table !important;
    }
    .d-lg-table-row {
      display: table-row !important;
    }
    .d-lg-table-cell {
      display: table-cell !important;
    }
    .d-lg-flex {
      display: flex !important;
    }
    .d-lg-inline-flex {
      display: inline-flex !important;
    }
    .d-lg-none {
      display: none !important;
    }
    .flex-lg-fill {
      flex: 1 1 auto !important;
    }
    .flex-lg-row {
      flex-direction: row !important;
    }
    .flex-lg-column {
      flex-direction: column !important;
    }
    .flex-lg-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
      flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
      flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
      justify-content: flex-start !important;
    }
    .justify-content-lg-end {
      justify-content: flex-end !important;
    }
    .justify-content-lg-center {
      justify-content: center !important;
    }
    .justify-content-lg-between {
      justify-content: space-between !important;
    }
    .justify-content-lg-around {
      justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
      justify-content: space-evenly !important;
    }
    .align-items-lg-start {
      align-items: flex-start !important;
    }
    .align-items-lg-end {
      align-items: flex-end !important;
    }
    .align-items-lg-center {
      align-items: center !important;
    }
    .align-items-lg-baseline {
      align-items: baseline !important;
    }
    .align-items-lg-stretch {
      align-items: stretch !important;
    }
    .align-content-lg-start {
      align-content: flex-start !important;
    }
    .align-content-lg-end {
      align-content: flex-end !important;
    }
    .align-content-lg-center {
      align-content: center !important;
    }
    .align-content-lg-between {
      align-content: space-between !important;
    }
    .align-content-lg-around {
      align-content: space-around !important;
    }
    .align-content-lg-stretch {
      align-content: stretch !important;
    }
    .align-self-lg-auto {
      align-self: auto !important;
    }
    .align-self-lg-start {
      align-self: flex-start !important;
    }
    .align-self-lg-end {
      align-self: flex-end !important;
    }
    .align-self-lg-center {
      align-self: center !important;
    }
    .align-self-lg-baseline {
      align-self: baseline !important;
    }
    .align-self-lg-stretch {
      align-self: stretch !important;
    }
    .order-lg-first {
      order: -1 !important;
    }
    .order-lg-0 {
      order: 0 !important;
    }
    .order-lg-1 {
      order: 1 !important;
    }
    .order-lg-2 {
      order: 2 !important;
    }
    .order-lg-3 {
      order: 3 !important;
    }
    .order-lg-4 {
      order: 4 !important;
    }
    .order-lg-5 {
      order: 5 !important;
    }
    .order-lg-last {
      order: 6 !important;
    }
    .m-lg-0 {
      margin: 0 !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .m-lg-5 {
      margin: 3rem !important;
    }
    .m-lg-auto {
      margin: auto !important;
    }
    .mx-lg-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-lg-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-lg-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-lg-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-lg-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-lg-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-lg-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-lg-0 {
      margin-top: 0 !important;
    }
    .mt-lg-1 {
      margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
      margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
      margin-top: 1rem !important;
    }
    .mt-lg-4 {
      margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
      margin-top: 3rem !important;
    }
    .mt-lg-auto {
      margin-top: auto !important;
    }
    .me-lg-0 {
      margin-right: 0 !important;
    }
    .me-lg-1 {
      margin-right: 0.25rem !important;
    }
    .me-lg-2 {
      margin-right: 0.5rem !important;
    }
    .me-lg-3 {
      margin-right: 1rem !important;
    }
    .me-lg-4 {
      margin-right: 1.5rem !important;
    }
    .me-lg-5 {
      margin-right: 3rem !important;
    }
    .me-lg-auto {
      margin-right: auto !important;
    }
    .mb-lg-0 {
      margin-bottom: 0 !important;
    }
    .mb-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
      margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
      margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
      margin-bottom: auto !important;
    }
    .ms-lg-0 {
      margin-left: 0 !important;
    }
    .ms-lg-1 {
      margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
      margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
      margin-left: 1rem !important;
    }
    .ms-lg-4 {
      margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
      margin-left: 3rem !important;
    }
    .ms-lg-auto {
      margin-left: auto !important;
    }
    .p-lg-0 {
      padding: 0 !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .p-lg-5 {
      padding: 3rem !important;
    }
    .px-lg-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-lg-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-lg-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-lg-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-lg-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-lg-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-lg-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-lg-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
      padding-top: 0 !important;
    }
    .pt-lg-1 {
      padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
      padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
      padding-top: 1rem !important;
    }
    .pt-lg-4 {
      padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
      padding-top: 3rem !important;
    }
    .pe-lg-0 {
      padding-right: 0 !important;
    }
    .pe-lg-1 {
      padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
      padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
      padding-right: 1rem !important;
    }
    .pe-lg-4 {
      padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
      padding-right: 3rem !important;
    }
    .pb-lg-0 {
      padding-bottom: 0 !important;
    }
    .pb-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
      padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
      padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
      padding-left: 0 !important;
    }
    .ps-lg-1 {
      padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
      padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
      padding-left: 1rem !important;
    }
    .ps-lg-4 {
      padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
      padding-left: 3rem !important;
    }
    .gap-lg-0 {
      gap: 0 !important;
    }
    .gap-lg-1 {
      gap: 0.25rem !important;
    }
    .gap-lg-2 {
      gap: 0.5rem !important;
    }
    .gap-lg-3 {
      gap: 1rem !important;
    }
    .gap-lg-4 {
      gap: 1.5rem !important;
    }
    .gap-lg-5 {
      gap: 3rem !important;
    }
    .row-gap-lg-0 {
      row-gap: 0 !important;
    }
    .row-gap-lg-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-lg-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-lg-3 {
      row-gap: 1rem !important;
    }
    .row-gap-lg-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-lg-5 {
      row-gap: 3rem !important;
    }
    .column-gap-lg-0 {
      column-gap: 0 !important;
    }
    .column-gap-lg-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-lg-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-lg-3 {
      column-gap: 1rem !important;
    }
    .column-gap-lg-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-lg-5 {
      column-gap: 3rem !important;
    }
    .text-lg-start {
      text-align: left !important;
    }
    .text-lg-end {
      text-align: right !important;
    }
    .text-lg-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1200px) {
    .float-xl-start {
      float: left !important;
    }
    .float-xl-end {
      float: right !important;
    }
    .float-xl-none {
      float: none !important;
    }
    .object-fit-xl-contain {
      object-fit: contain !important;
    }
    .object-fit-xl-cover {
      object-fit: cover !important;
    }
    .object-fit-xl-fill {
      object-fit: fill !important;
    }
    .object-fit-xl-scale {
      object-fit: scale-down !important;
    }
    .object-fit-xl-none {
      object-fit: none !important;
    }
    .d-xl-inline {
      display: inline !important;
    }
    .d-xl-inline-block {
      display: inline-block !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-grid {
      display: grid !important;
    }
    .d-xl-inline-grid {
      display: inline-grid !important;
    }
    .d-xl-table {
      display: table !important;
    }
    .d-xl-table-row {
      display: table-row !important;
    }
    .d-xl-table-cell {
      display: table-cell !important;
    }
    .d-xl-flex {
      display: flex !important;
    }
    .d-xl-inline-flex {
      display: inline-flex !important;
    }
    .d-xl-none {
      display: none !important;
    }
    .flex-xl-fill {
      flex: 1 1 auto !important;
    }
    .flex-xl-row {
      flex-direction: row !important;
    }
    .flex-xl-column {
      flex-direction: column !important;
    }
    .flex-xl-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
      flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
      flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
      justify-content: flex-start !important;
    }
    .justify-content-xl-end {
      justify-content: flex-end !important;
    }
    .justify-content-xl-center {
      justify-content: center !important;
    }
    .justify-content-xl-between {
      justify-content: space-between !important;
    }
    .justify-content-xl-around {
      justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
      justify-content: space-evenly !important;
    }
    .align-items-xl-start {
      align-items: flex-start !important;
    }
    .align-items-xl-end {
      align-items: flex-end !important;
    }
    .align-items-xl-center {
      align-items: center !important;
    }
    .align-items-xl-baseline {
      align-items: baseline !important;
    }
    .align-items-xl-stretch {
      align-items: stretch !important;
    }
    .align-content-xl-start {
      align-content: flex-start !important;
    }
    .align-content-xl-end {
      align-content: flex-end !important;
    }
    .align-content-xl-center {
      align-content: center !important;
    }
    .align-content-xl-between {
      align-content: space-between !important;
    }
    .align-content-xl-around {
      align-content: space-around !important;
    }
    .align-content-xl-stretch {
      align-content: stretch !important;
    }
    .align-self-xl-auto {
      align-self: auto !important;
    }
    .align-self-xl-start {
      align-self: flex-start !important;
    }
    .align-self-xl-end {
      align-self: flex-end !important;
    }
    .align-self-xl-center {
      align-self: center !important;
    }
    .align-self-xl-baseline {
      align-self: baseline !important;
    }
    .align-self-xl-stretch {
      align-self: stretch !important;
    }
    .order-xl-first {
      order: -1 !important;
    }
    .order-xl-0 {
      order: 0 !important;
    }
    .order-xl-1 {
      order: 1 !important;
    }
    .order-xl-2 {
      order: 2 !important;
    }
    .order-xl-3 {
      order: 3 !important;
    }
    .order-xl-4 {
      order: 4 !important;
    }
    .order-xl-5 {
      order: 5 !important;
    }
    .order-xl-last {
      order: 6 !important;
    }
    .m-xl-0 {
      margin: 0 !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .m-xl-5 {
      margin: 3rem !important;
    }
    .m-xl-auto {
      margin: auto !important;
    }
    .mx-xl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-xl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-xl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-xl-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-xl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-xl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-xl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-xl-0 {
      margin-top: 0 !important;
    }
    .mt-xl-1 {
      margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
      margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
      margin-top: 1rem !important;
    }
    .mt-xl-4 {
      margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
      margin-top: 3rem !important;
    }
    .mt-xl-auto {
      margin-top: auto !important;
    }
    .me-xl-0 {
      margin-right: 0 !important;
    }
    .me-xl-1 {
      margin-right: 0.25rem !important;
    }
    .me-xl-2 {
      margin-right: 0.5rem !important;
    }
    .me-xl-3 {
      margin-right: 1rem !important;
    }
    .me-xl-4 {
      margin-right: 1.5rem !important;
    }
    .me-xl-5 {
      margin-right: 3rem !important;
    }
    .me-xl-auto {
      margin-right: auto !important;
    }
    .mb-xl-0 {
      margin-bottom: 0 !important;
    }
    .mb-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
      margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
      margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
      margin-bottom: auto !important;
    }
    .ms-xl-0 {
      margin-left: 0 !important;
    }
    .ms-xl-1 {
      margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
      margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
      margin-left: 1rem !important;
    }
    .ms-xl-4 {
      margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
      margin-left: 3rem !important;
    }
    .ms-xl-auto {
      margin-left: auto !important;
    }
    .p-xl-0 {
      padding: 0 !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .p-xl-5 {
      padding: 3rem !important;
    }
    .px-xl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-xl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-xl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-xl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-xl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-xl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-xl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-xl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
      padding-top: 0 !important;
    }
    .pt-xl-1 {
      padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
      padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
      padding-top: 1rem !important;
    }
    .pt-xl-4 {
      padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
      padding-top: 3rem !important;
    }
    .pe-xl-0 {
      padding-right: 0 !important;
    }
    .pe-xl-1 {
      padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
      padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
      padding-right: 1rem !important;
    }
    .pe-xl-4 {
      padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
      padding-right: 3rem !important;
    }
    .pb-xl-0 {
      padding-bottom: 0 !important;
    }
    .pb-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
      padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
      padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
      padding-left: 0 !important;
    }
    .ps-xl-1 {
      padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
      padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
      padding-left: 1rem !important;
    }
    .ps-xl-4 {
      padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
      padding-left: 3rem !important;
    }
    .gap-xl-0 {
      gap: 0 !important;
    }
    .gap-xl-1 {
      gap: 0.25rem !important;
    }
    .gap-xl-2 {
      gap: 0.5rem !important;
    }
    .gap-xl-3 {
      gap: 1rem !important;
    }
    .gap-xl-4 {
      gap: 1.5rem !important;
    }
    .gap-xl-5 {
      gap: 3rem !important;
    }
    .row-gap-xl-0 {
      row-gap: 0 !important;
    }
    .row-gap-xl-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-xl-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-xl-3 {
      row-gap: 1rem !important;
    }
    .row-gap-xl-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-xl-5 {
      row-gap: 3rem !important;
    }
    .column-gap-xl-0 {
      column-gap: 0 !important;
    }
    .column-gap-xl-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-xl-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-xl-3 {
      column-gap: 1rem !important;
    }
    .column-gap-xl-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-xl-5 {
      column-gap: 3rem !important;
    }
    .text-xl-start {
      text-align: left !important;
    }
    .text-xl-end {
      text-align: right !important;
    }
    .text-xl-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1400px) {
    .float-xxl-start {
      float: left !important;
    }
    .float-xxl-end {
      float: right !important;
    }
    .float-xxl-none {
      float: none !important;
    }
    .object-fit-xxl-contain {
      object-fit: contain !important;
    }
    .object-fit-xxl-cover {
      object-fit: cover !important;
    }
    .object-fit-xxl-fill {
      object-fit: fill !important;
    }
    .object-fit-xxl-scale {
      object-fit: scale-down !important;
    }
    .object-fit-xxl-none {
      object-fit: none !important;
    }
    .d-xxl-inline {
      display: inline !important;
    }
    .d-xxl-inline-block {
      display: inline-block !important;
    }
    .d-xxl-block {
      display: block !important;
    }
    .d-xxl-grid {
      display: grid !important;
    }
    .d-xxl-inline-grid {
      display: inline-grid !important;
    }
    .d-xxl-table {
      display: table !important;
    }
    .d-xxl-table-row {
      display: table-row !important;
    }
    .d-xxl-table-cell {
      display: table-cell !important;
    }
    .d-xxl-flex {
      display: flex !important;
    }
    .d-xxl-inline-flex {
      display: inline-flex !important;
    }
    .d-xxl-none {
      display: none !important;
    }
    .flex-xxl-fill {
      flex: 1 1 auto !important;
    }
    .flex-xxl-row {
      flex-direction: row !important;
    }
    .flex-xxl-column {
      flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
      flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
      flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
      justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
      justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
      justify-content: center !important;
    }
    .justify-content-xxl-between {
      justify-content: space-between !important;
    }
    .justify-content-xxl-around {
      justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
      justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
      align-items: flex-start !important;
    }
    .align-items-xxl-end {
      align-items: flex-end !important;
    }
    .align-items-xxl-center {
      align-items: center !important;
    }
    .align-items-xxl-baseline {
      align-items: baseline !important;
    }
    .align-items-xxl-stretch {
      align-items: stretch !important;
    }
    .align-content-xxl-start {
      align-content: flex-start !important;
    }
    .align-content-xxl-end {
      align-content: flex-end !important;
    }
    .align-content-xxl-center {
      align-content: center !important;
    }
    .align-content-xxl-between {
      align-content: space-between !important;
    }
    .align-content-xxl-around {
      align-content: space-around !important;
    }
    .align-content-xxl-stretch {
      align-content: stretch !important;
    }
    .align-self-xxl-auto {
      align-self: auto !important;
    }
    .align-self-xxl-start {
      align-self: flex-start !important;
    }
    .align-self-xxl-end {
      align-self: flex-end !important;
    }
    .align-self-xxl-center {
      align-self: center !important;
    }
    .align-self-xxl-baseline {
      align-self: baseline !important;
    }
    .align-self-xxl-stretch {
      align-self: stretch !important;
    }
    .order-xxl-first {
      order: -1 !important;
    }
    .order-xxl-0 {
      order: 0 !important;
    }
    .order-xxl-1 {
      order: 1 !important;
    }
    .order-xxl-2 {
      order: 2 !important;
    }
    .order-xxl-3 {
      order: 3 !important;
    }
    .order-xxl-4 {
      order: 4 !important;
    }
    .order-xxl-5 {
      order: 5 !important;
    }
    .order-xxl-last {
      order: 6 !important;
    }
    .m-xxl-0 {
      margin: 0 !important;
    }
    .m-xxl-1 {
      margin: 0.25rem !important;
    }
    .m-xxl-2 {
      margin: 0.5rem !important;
    }
    .m-xxl-3 {
      margin: 1rem !important;
    }
    .m-xxl-4 {
      margin: 1.5rem !important;
    }
    .m-xxl-5 {
      margin: 3rem !important;
    }
    .m-xxl-auto {
      margin: auto !important;
    }
    .mx-xxl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-xxl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-xxl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-xxl-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-xxl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-xxl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-xxl-0 {
      margin-top: 0 !important;
    }
    .mt-xxl-1 {
      margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
      margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
      margin-top: 1rem !important;
    }
    .mt-xxl-4 {
      margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
      margin-top: 3rem !important;
    }
    .mt-xxl-auto {
      margin-top: auto !important;
    }
    .me-xxl-0 {
      margin-right: 0 !important;
    }
    .me-xxl-1 {
      margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
      margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
      margin-right: 1rem !important;
    }
    .me-xxl-4 {
      margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
      margin-right: 3rem !important;
    }
    .me-xxl-auto {
      margin-right: auto !important;
    }
    .mb-xxl-0 {
      margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
      margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
      margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
      margin-bottom: auto !important;
    }
    .ms-xxl-0 {
      margin-left: 0 !important;
    }
    .ms-xxl-1 {
      margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
      margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
      margin-left: 1rem !important;
    }
    .ms-xxl-4 {
      margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
      margin-left: 3rem !important;
    }
    .ms-xxl-auto {
      margin-left: auto !important;
    }
    .p-xxl-0 {
      padding: 0 !important;
    }
    .p-xxl-1 {
      padding: 0.25rem !important;
    }
    .p-xxl-2 {
      padding: 0.5rem !important;
    }
    .p-xxl-3 {
      padding: 1rem !important;
    }
    .p-xxl-4 {
      padding: 1.5rem !important;
    }
    .p-xxl-5 {
      padding: 3rem !important;
    }
    .px-xxl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-xxl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-xxl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-xxl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-xxl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
      padding-top: 0 !important;
    }
    .pt-xxl-1 {
      padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
      padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
      padding-top: 1rem !important;
    }
    .pt-xxl-4 {
      padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
      padding-top: 3rem !important;
    }
    .pe-xxl-0 {
      padding-right: 0 !important;
    }
    .pe-xxl-1 {
      padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
      padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
      padding-right: 1rem !important;
    }
    .pe-xxl-4 {
      padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
      padding-right: 3rem !important;
    }
    .pb-xxl-0 {
      padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
      padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
      padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
      padding-left: 0 !important;
    }
    .ps-xxl-1 {
      padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
      padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
      padding-left: 1rem !important;
    }
    .ps-xxl-4 {
      padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
      padding-left: 3rem !important;
    }
    .gap-xxl-0 {
      gap: 0 !important;
    }
    .gap-xxl-1 {
      gap: 0.25rem !important;
    }
    .gap-xxl-2 {
      gap: 0.5rem !important;
    }
    .gap-xxl-3 {
      gap: 1rem !important;
    }
    .gap-xxl-4 {
      gap: 1.5rem !important;
    }
    .gap-xxl-5 {
      gap: 3rem !important;
    }
    .row-gap-xxl-0 {
      row-gap: 0 !important;
    }
    .row-gap-xxl-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-xxl-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-xxl-3 {
      row-gap: 1rem !important;
    }
    .row-gap-xxl-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-xxl-5 {
      row-gap: 3rem !important;
    }
    .column-gap-xxl-0 {
      column-gap: 0 !important;
    }
    .column-gap-xxl-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-xxl-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-xxl-3 {
      column-gap: 1rem !important;
    }
    .column-gap-xxl-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-xxl-5 {
      column-gap: 3rem !important;
    }
    .text-xxl-start {
      text-align: left !important;
    }
    .text-xxl-end {
      text-align: right !important;
    }
    .text-xxl-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1200px) {
    .fs-1 {
      font-size: 2.5rem !important;
    }
    .fs-2 {
      font-size: 2rem !important;
    }
    .fs-3 {
      font-size: 1.75rem !important;
    }
    .fs-4 {
      font-size: 1.5rem !important;
    }
  }
  @media print {
    .d-print-inline {
      display: inline !important;
    }
    .d-print-inline-block {
      display: inline-block !important;
    }
    .d-print-block {
      display: block !important;
    }
    .d-print-grid {
      display: grid !important;
    }
    .d-print-inline-grid {
      display: inline-grid !important;
    }
    .d-print-table {
      display: table !important;
    }
    .d-print-table-row {
      display: table-row !important;
    }
    .d-print-table-cell {
      display: table-cell !important;
    }
    .d-print-flex {
      display: flex !important;
    }
    .d-print-inline-flex {
      display: inline-flex !important;
    }
    .d-print-none {
      display: none !important;
    }
  }
}
@layer bootstrap, defaults, primeng;
.gap-x-1 {
  column-gap: 0.25rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-x-2 {
  column-gap: 0.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-x-3 {
  column-gap: 0.75rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-x-4 {
  column-gap: 1rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-x-5 {
  column-gap: 1.25rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-x-6 {
  column-gap: 1.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-x-7 {
  column-gap: 1.75rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-x-8 {
  column-gap: 2rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-x-9 {
  column-gap: 2.25rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.mo-z-1 {
  z-index: 1;
}

.mo-z-2 {
  z-index: 2;
}

.mo-z-3 {
  z-index: 3;
}

.mo-z-4 {
  z-index: 4;
}

.mo-z-5 {
  z-index: 5;
}

.mo-z-6 {
  z-index: 6;
}

.mo-z-7 {
  z-index: 7;
}

.mo-z-8 {
  z-index: 8;
}

.mo-z-9 {
  z-index: 9;
}

.mo-z-10 {
  z-index: 10;
}

.mo-z-11 {
  z-index: 11;
}

.mo-z-12 {
  z-index: 12;
}

.mo-z-13 {
  z-index: 13;
}

.mo-z-14 {
  z-index: 14;
}

.mo-z-15 {
  z-index: 15;
}

.mo-z-16 {
  z-index: 16;
}

.mo-z-17 {
  z-index: 17;
}

.mo-z-18 {
  z-index: 18;
}

.mo-z-19 {
  z-index: 19;
}

.mo-z-20 {
  z-index: 20;
}

.mo-z-21 {
  z-index: 21;
}

.mo-z-22 {
  z-index: 22;
}

.mo-z-23 {
  z-index: 23;
}

.mo-z-24 {
  z-index: 24;
}

.mo-z-25 {
  z-index: 25;
}

.mo-z-26 {
  z-index: 26;
}

.mo-z-27 {
  z-index: 27;
}

.mo-z-28 {
  z-index: 28;
}

.mo-z-29 {
  z-index: 29;
}

.mo-z-30 {
  z-index: 30;
}

.mo-z-31 {
  z-index: 31;
}

.mo-z-32 {
  z-index: 32;
}

.mo-z-33 {
  z-index: 33;
}

.mo-z-34 {
  z-index: 34;
}

.mo-z-35 {
  z-index: 35;
}

.mo-z-36 {
  z-index: 36;
}

.mo-z-37 {
  z-index: 37;
}

.mo-z-38 {
  z-index: 38;
}

.mo-z-39 {
  z-index: 39;
}

.mo-z-40 {
  z-index: 40;
}

.mo-z-41 {
  z-index: 41;
}

.mo-z-42 {
  z-index: 42;
}

.mo-z-43 {
  z-index: 43;
}

.mo-z-44 {
  z-index: 44;
}

.mo-z-45 {
  z-index: 45;
}

.mo-z-46 {
  z-index: 46;
}

.mo-z-47 {
  z-index: 47;
}

.mo-z-48 {
  z-index: 48;
}

.mo-z-49 {
  z-index: 49;
}

.mo-z-50 {
  z-index: 50;
}

.mo-z-51 {
  z-index: 51;
}

.mo-z-52 {
  z-index: 52;
}

.mo-z-53 {
  z-index: 53;
}

.mo-z-54 {
  z-index: 54;
}

.mo-z-55 {
  z-index: 55;
}

.mo-z-56 {
  z-index: 56;
}

.mo-z-57 {
  z-index: 57;
}

.mo-z-58 {
  z-index: 58;
}

.mo-z-59 {
  z-index: 59;
}

.mo-z-60 {
  z-index: 60;
}

.mo-z-61 {
  z-index: 61;
}

.mo-z-62 {
  z-index: 62;
}

.mo-z-63 {
  z-index: 63;
}

.mo-z-64 {
  z-index: 64;
}

.mo-z-65 {
  z-index: 65;
}

.mo-z-66 {
  z-index: 66;
}

.mo-z-67 {
  z-index: 67;
}

.mo-z-68 {
  z-index: 68;
}

.mo-z-69 {
  z-index: 69;
}

.mo-z-70 {
  z-index: 70;
}

.mo-z-71 {
  z-index: 71;
}

.mo-z-72 {
  z-index: 72;
}

.mo-z-73 {
  z-index: 73;
}

.mo-z-74 {
  z-index: 74;
}

.mo-z-75 {
  z-index: 75;
}

.mo-z-76 {
  z-index: 76;
}

.mo-z-77 {
  z-index: 77;
}

.mo-z-78 {
  z-index: 78;
}

.mo-z-79 {
  z-index: 79;
}

.mo-z-80 {
  z-index: 80;
}

.mo-z-81 {
  z-index: 81;
}

.mo-z-82 {
  z-index: 82;
}

.mo-z-83 {
  z-index: 83;
}

.mo-z-84 {
  z-index: 84;
}

.mo-z-85 {
  z-index: 85;
}

.mo-z-86 {
  z-index: 86;
}

.mo-z-87 {
  z-index: 87;
}

.mo-z-88 {
  z-index: 88;
}

.mo-z-89 {
  z-index: 89;
}

.mo-z-90 {
  z-index: 90;
}

.mo-z-91 {
  z-index: 91;
}

.mo-z-92 {
  z-index: 92;
}

.mo-z-93 {
  z-index: 93;
}

.mo-z-94 {
  z-index: 94;
}

.mo-z-95 {
  z-index: 95;
}

.mo-z-96 {
  z-index: 96;
}

.mo-z-97 {
  z-index: 97;
}

.mo-z-98 {
  z-index: 98;
}

.mo-z-99 {
  z-index: 99;
}

.mo-z-100 {
  z-index: 100;
}

.mo-z-101 {
  z-index: 101;
}

.mo-z-102 {
  z-index: 102;
}

.mo-z-103 {
  z-index: 103;
}

.mo-z-104 {
  z-index: 104;
}

.mo-z-105 {
  z-index: 105;
}

.mo-z-106 {
  z-index: 106;
}

.mo-z-107 {
  z-index: 107;
}

.mo-z-108 {
  z-index: 108;
}

.mo-z-109 {
  z-index: 109;
}

.mo-z-110 {
  z-index: 110;
}

.mo-z-111 {
  z-index: 111;
}

.mo-z-112 {
  z-index: 112;
}

.mo-z-113 {
  z-index: 113;
}

.mo-z-114 {
  z-index: 114;
}

.mo-z-115 {
  z-index: 115;
}

.mo-z-116 {
  z-index: 116;
}

.mo-z-117 {
  z-index: 117;
}

.mo-z-118 {
  z-index: 118;
}

.mo-z-119 {
  z-index: 119;
}

.mo-z-120 {
  z-index: 120;
}

.mo-z-121 {
  z-index: 121;
}

.mo-z-122 {
  z-index: 122;
}

.mo-z-123 {
  z-index: 123;
}

.mo-z-124 {
  z-index: 124;
}

.mo-z-125 {
  z-index: 125;
}

.mo-z-126 {
  z-index: 126;
}

.mo-z-127 {
  z-index: 127;
}

.mo-z-128 {
  z-index: 128;
}

.mo-z-129 {
  z-index: 129;
}

.mo-z-130 {
  z-index: 130;
}

.mo-z-131 {
  z-index: 131;
}

.mo-z-132 {
  z-index: 132;
}

.mo-z-133 {
  z-index: 133;
}

.mo-z-134 {
  z-index: 134;
}

.mo-z-135 {
  z-index: 135;
}

.mo-z-136 {
  z-index: 136;
}

.mo-z-137 {
  z-index: 137;
}

.mo-z-138 {
  z-index: 138;
}

.mo-z-139 {
  z-index: 139;
}

.mo-z-140 {
  z-index: 140;
}

.mo-z-141 {
  z-index: 141;
}

.mo-z-142 {
  z-index: 142;
}

.mo-z-143 {
  z-index: 143;
}

.mo-z-144 {
  z-index: 144;
}

.mo-z-145 {
  z-index: 145;
}

.mo-z-146 {
  z-index: 146;
}

.mo-z-147 {
  z-index: 147;
}

.mo-z-148 {
  z-index: 148;
}

.mo-z-149 {
  z-index: 149;
}

.mo-z-150 {
  z-index: 150;
}

.mo-z-151 {
  z-index: 151;
}

.mo-z-152 {
  z-index: 152;
}

.mo-z-153 {
  z-index: 153;
}

.mo-z-154 {
  z-index: 154;
}

.mo-z-155 {
  z-index: 155;
}

.mo-z-156 {
  z-index: 156;
}

.mo-z-157 {
  z-index: 157;
}

.mo-z-158 {
  z-index: 158;
}

.mo-z-159 {
  z-index: 159;
}

.mo-z-160 {
  z-index: 160;
}

.mo-z-161 {
  z-index: 161;
}

.mo-z-162 {
  z-index: 162;
}

.mo-z-163 {
  z-index: 163;
}

.mo-z-164 {
  z-index: 164;
}

.mo-z-165 {
  z-index: 165;
}

.mo-z-166 {
  z-index: 166;
}

.mo-z-167 {
  z-index: 167;
}

.mo-z-168 {
  z-index: 168;
}

.mo-z-169 {
  z-index: 169;
}

.mo-z-170 {
  z-index: 170;
}

.mo-z-171 {
  z-index: 171;
}

.mo-z-172 {
  z-index: 172;
}

.mo-z-173 {
  z-index: 173;
}

.mo-z-174 {
  z-index: 174;
}

.mo-z-175 {
  z-index: 175;
}

.mo-z-176 {
  z-index: 176;
}

.mo-z-177 {
  z-index: 177;
}

.mo-z-178 {
  z-index: 178;
}

.mo-z-179 {
  z-index: 179;
}

.mo-z-180 {
  z-index: 180;
}

.mo-z-181 {
  z-index: 181;
}

.mo-z-182 {
  z-index: 182;
}

.mo-z-183 {
  z-index: 183;
}

.mo-z-184 {
  z-index: 184;
}

.mo-z-185 {
  z-index: 185;
}

.mo-z-186 {
  z-index: 186;
}

.mo-z-187 {
  z-index: 187;
}

.mo-z-188 {
  z-index: 188;
}

.mo-z-189 {
  z-index: 189;
}

.mo-z-190 {
  z-index: 190;
}

.mo-z-191 {
  z-index: 191;
}

.mo-z-192 {
  z-index: 192;
}

.mo-z-193 {
  z-index: 193;
}

.mo-z-194 {
  z-index: 194;
}

.mo-z-195 {
  z-index: 195;
}

.mo-z-196 {
  z-index: 196;
}

.mo-z-197 {
  z-index: 197;
}

.mo-z-198 {
  z-index: 198;
}

.mo-z-199 {
  z-index: 199;
}

.mo-z-200 {
  z-index: 200;
}

.mo-z-201 {
  z-index: 201;
}

.mo-z-202 {
  z-index: 202;
}

.mo-z-203 {
  z-index: 203;
}

.mo-z-204 {
  z-index: 204;
}

.mo-z-205 {
  z-index: 205;
}

.mo-z-206 {
  z-index: 206;
}

.mo-z-207 {
  z-index: 207;
}

.mo-z-208 {
  z-index: 208;
}

.mo-z-209 {
  z-index: 209;
}

.mo-z-210 {
  z-index: 210;
}

.mo-z-211 {
  z-index: 211;
}

.mo-z-212 {
  z-index: 212;
}

.mo-z-213 {
  z-index: 213;
}

.mo-z-214 {
  z-index: 214;
}

.mo-z-215 {
  z-index: 215;
}

.mo-z-216 {
  z-index: 216;
}

.mo-z-217 {
  z-index: 217;
}

.mo-z-218 {
  z-index: 218;
}

.mo-z-219 {
  z-index: 219;
}

.mo-z-220 {
  z-index: 220;
}

.mo-z-221 {
  z-index: 221;
}

.mo-z-222 {
  z-index: 222;
}

.mo-z-223 {
  z-index: 223;
}

.mo-z-224 {
  z-index: 224;
}

.mo-z-225 {
  z-index: 225;
}

.mo-z-226 {
  z-index: 226;
}

.mo-z-227 {
  z-index: 227;
}

.mo-z-228 {
  z-index: 228;
}

.mo-z-229 {
  z-index: 229;
}

.mo-z-230 {
  z-index: 230;
}

.mo-z-231 {
  z-index: 231;
}

.mo-z-232 {
  z-index: 232;
}

.mo-z-233 {
  z-index: 233;
}

.mo-z-234 {
  z-index: 234;
}

.mo-z-235 {
  z-index: 235;
}

.mo-z-236 {
  z-index: 236;
}

.mo-z-237 {
  z-index: 237;
}

.mo-z-238 {
  z-index: 238;
}

.mo-z-239 {
  z-index: 239;
}

.mo-z-240 {
  z-index: 240;
}

.mo-z-241 {
  z-index: 241;
}

.mo-z-242 {
  z-index: 242;
}

.mo-z-243 {
  z-index: 243;
}

.mo-z-244 {
  z-index: 244;
}

.mo-z-245 {
  z-index: 245;
}

.mo-z-246 {
  z-index: 246;
}

.mo-z-247 {
  z-index: 247;
}

.mo-z-248 {
  z-index: 248;
}

.mo-z-249 {
  z-index: 249;
}

.mo-z-250 {
  z-index: 250;
}

.mo-z-251 {
  z-index: 251;
}

.mo-z-252 {
  z-index: 252;
}

.mo-z-253 {
  z-index: 253;
}

.mo-z-254 {
  z-index: 254;
}

.mo-z-255 {
  z-index: 255;
}

.mo-z-256 {
  z-index: 256;
}

.mo-z-257 {
  z-index: 257;
}

.mo-z-258 {
  z-index: 258;
}

.mo-z-259 {
  z-index: 259;
}

.mo-z-260 {
  z-index: 260;
}

.mo-z-261 {
  z-index: 261;
}

.mo-z-262 {
  z-index: 262;
}

.mo-z-263 {
  z-index: 263;
}

.mo-z-264 {
  z-index: 264;
}

.mo-z-265 {
  z-index: 265;
}

.mo-z-266 {
  z-index: 266;
}

.mo-z-267 {
  z-index: 267;
}

.mo-z-268 {
  z-index: 268;
}

.mo-z-269 {
  z-index: 269;
}

.mo-z-270 {
  z-index: 270;
}

.mo-z-271 {
  z-index: 271;
}

.mo-z-272 {
  z-index: 272;
}

.mo-z-273 {
  z-index: 273;
}

.mo-z-274 {
  z-index: 274;
}

.mo-z-275 {
  z-index: 275;
}

.mo-z-276 {
  z-index: 276;
}

.mo-z-277 {
  z-index: 277;
}

.mo-z-278 {
  z-index: 278;
}

.mo-z-279 {
  z-index: 279;
}

.mo-z-280 {
  z-index: 280;
}

.mo-z-281 {
  z-index: 281;
}

.mo-z-282 {
  z-index: 282;
}

.mo-z-283 {
  z-index: 283;
}

.mo-z-284 {
  z-index: 284;
}

.mo-z-285 {
  z-index: 285;
}

.mo-z-286 {
  z-index: 286;
}

.mo-z-287 {
  z-index: 287;
}

.mo-z-288 {
  z-index: 288;
}

.mo-z-289 {
  z-index: 289;
}

.mo-z-290 {
  z-index: 290;
}

.mo-z-291 {
  z-index: 291;
}

.mo-z-292 {
  z-index: 292;
}

.mo-z-293 {
  z-index: 293;
}

.mo-z-294 {
  z-index: 294;
}

.mo-z-295 {
  z-index: 295;
}

.mo-z-296 {
  z-index: 296;
}

.mo-z-297 {
  z-index: 297;
}

.mo-z-298 {
  z-index: 298;
}

.mo-z-299 {
  z-index: 299;
}

.mo-z-300 {
  z-index: 300;
}

.mo-z-301 {
  z-index: 301;
}

.mo-z-302 {
  z-index: 302;
}

.mo-z-303 {
  z-index: 303;
}

.mo-z-304 {
  z-index: 304;
}

.mo-z-305 {
  z-index: 305;
}

.mo-z-306 {
  z-index: 306;
}

.mo-z-307 {
  z-index: 307;
}

.mo-z-308 {
  z-index: 308;
}

.mo-z-309 {
  z-index: 309;
}

.mo-z-310 {
  z-index: 310;
}

.mo-z-311 {
  z-index: 311;
}

.mo-z-312 {
  z-index: 312;
}

.mo-z-313 {
  z-index: 313;
}

.mo-z-314 {
  z-index: 314;
}

.mo-z-315 {
  z-index: 315;
}

.mo-z-316 {
  z-index: 316;
}

.mo-z-317 {
  z-index: 317;
}

.mo-z-318 {
  z-index: 318;
}

.mo-z-319 {
  z-index: 319;
}

.mo-z-320 {
  z-index: 320;
}

.mo-z-321 {
  z-index: 321;
}

.mo-z-322 {
  z-index: 322;
}

.mo-z-323 {
  z-index: 323;
}

.mo-z-324 {
  z-index: 324;
}

.mo-z-325 {
  z-index: 325;
}

.mo-z-326 {
  z-index: 326;
}

.mo-z-327 {
  z-index: 327;
}

.mo-z-328 {
  z-index: 328;
}

.mo-z-329 {
  z-index: 329;
}

.mo-z-330 {
  z-index: 330;
}

.mo-z-331 {
  z-index: 331;
}

.mo-z-332 {
  z-index: 332;
}

.mo-z-333 {
  z-index: 333;
}

.mo-z-334 {
  z-index: 334;
}

.mo-z-335 {
  z-index: 335;
}

.mo-z-336 {
  z-index: 336;
}

.mo-z-337 {
  z-index: 337;
}

.mo-z-338 {
  z-index: 338;
}

.mo-z-339 {
  z-index: 339;
}

.mo-z-340 {
  z-index: 340;
}

.mo-z-341 {
  z-index: 341;
}

.mo-z-342 {
  z-index: 342;
}

.mo-z-343 {
  z-index: 343;
}

.mo-z-344 {
  z-index: 344;
}

.mo-z-345 {
  z-index: 345;
}

.mo-z-346 {
  z-index: 346;
}

.mo-z-347 {
  z-index: 347;
}

.mo-z-348 {
  z-index: 348;
}

.mo-z-349 {
  z-index: 349;
}

.mo-z-350 {
  z-index: 350;
}

.mo-z-351 {
  z-index: 351;
}

.mo-z-352 {
  z-index: 352;
}

.mo-z-353 {
  z-index: 353;
}

.mo-z-354 {
  z-index: 354;
}

.mo-z-355 {
  z-index: 355;
}

.mo-z-356 {
  z-index: 356;
}

.mo-z-357 {
  z-index: 357;
}

.mo-z-358 {
  z-index: 358;
}

.mo-z-359 {
  z-index: 359;
}

.mo-z-360 {
  z-index: 360;
}

.mo-z-361 {
  z-index: 361;
}

.mo-z-362 {
  z-index: 362;
}

.mo-z-363 {
  z-index: 363;
}

.mo-z-364 {
  z-index: 364;
}

.mo-z-365 {
  z-index: 365;
}

.mo-z-366 {
  z-index: 366;
}

.mo-z-367 {
  z-index: 367;
}

.mo-z-368 {
  z-index: 368;
}

.mo-z-369 {
  z-index: 369;
}

.mo-z-370 {
  z-index: 370;
}

.mo-z-371 {
  z-index: 371;
}

.mo-z-372 {
  z-index: 372;
}

.mo-z-373 {
  z-index: 373;
}

.mo-z-374 {
  z-index: 374;
}

.mo-z-375 {
  z-index: 375;
}

.mo-z-376 {
  z-index: 376;
}

.mo-z-377 {
  z-index: 377;
}

.mo-z-378 {
  z-index: 378;
}

.mo-z-379 {
  z-index: 379;
}

.mo-z-380 {
  z-index: 380;
}

.mo-z-381 {
  z-index: 381;
}

.mo-z-382 {
  z-index: 382;
}

.mo-z-383 {
  z-index: 383;
}

.mo-z-384 {
  z-index: 384;
}

.mo-z-385 {
  z-index: 385;
}

.mo-z-386 {
  z-index: 386;
}

.mo-z-387 {
  z-index: 387;
}

.mo-z-388 {
  z-index: 388;
}

.mo-z-389 {
  z-index: 389;
}

.mo-z-390 {
  z-index: 390;
}

.mo-z-391 {
  z-index: 391;
}

.mo-z-392 {
  z-index: 392;
}

.mo-z-393 {
  z-index: 393;
}

.mo-z-394 {
  z-index: 394;
}

.mo-z-395 {
  z-index: 395;
}

.mo-z-396 {
  z-index: 396;
}

.mo-z-397 {
  z-index: 397;
}

.mo-z-398 {
  z-index: 398;
}

.mo-z-399 {
  z-index: 399;
}

.mo-z-400 {
  z-index: 400;
}

.mo-z-401 {
  z-index: 401;
}

.mo-z-402 {
  z-index: 402;
}

.mo-z-403 {
  z-index: 403;
}

.mo-z-404 {
  z-index: 404;
}

.mo-z-405 {
  z-index: 405;
}

.mo-z-406 {
  z-index: 406;
}

.mo-z-407 {
  z-index: 407;
}

.mo-z-408 {
  z-index: 408;
}

.mo-z-409 {
  z-index: 409;
}

.mo-z-410 {
  z-index: 410;
}

.mo-z-411 {
  z-index: 411;
}

.mo-z-412 {
  z-index: 412;
}

.mo-z-413 {
  z-index: 413;
}

.mo-z-414 {
  z-index: 414;
}

.mo-z-415 {
  z-index: 415;
}

.mo-z-416 {
  z-index: 416;
}

.mo-z-417 {
  z-index: 417;
}

.mo-z-418 {
  z-index: 418;
}

.mo-z-419 {
  z-index: 419;
}

.mo-z-420 {
  z-index: 420;
}

.mo-z-421 {
  z-index: 421;
}

.mo-z-422 {
  z-index: 422;
}

.mo-z-423 {
  z-index: 423;
}

.mo-z-424 {
  z-index: 424;
}

.mo-z-425 {
  z-index: 425;
}

.mo-z-426 {
  z-index: 426;
}

.mo-z-427 {
  z-index: 427;
}

.mo-z-428 {
  z-index: 428;
}

.mo-z-429 {
  z-index: 429;
}

.mo-z-430 {
  z-index: 430;
}

.mo-z-431 {
  z-index: 431;
}

.mo-z-432 {
  z-index: 432;
}

.mo-z-433 {
  z-index: 433;
}

.mo-z-434 {
  z-index: 434;
}

.mo-z-435 {
  z-index: 435;
}

.mo-z-436 {
  z-index: 436;
}

.mo-z-437 {
  z-index: 437;
}

.mo-z-438 {
  z-index: 438;
}

.mo-z-439 {
  z-index: 439;
}

.mo-z-440 {
  z-index: 440;
}

.mo-z-441 {
  z-index: 441;
}

.mo-z-442 {
  z-index: 442;
}

.mo-z-443 {
  z-index: 443;
}

.mo-z-444 {
  z-index: 444;
}

.mo-z-445 {
  z-index: 445;
}

.mo-z-446 {
  z-index: 446;
}

.mo-z-447 {
  z-index: 447;
}

.mo-z-448 {
  z-index: 448;
}

.mo-z-449 {
  z-index: 449;
}

.mo-z-450 {
  z-index: 450;
}

.mo-z-451 {
  z-index: 451;
}

.mo-z-452 {
  z-index: 452;
}

.mo-z-453 {
  z-index: 453;
}

.mo-z-454 {
  z-index: 454;
}

.mo-z-455 {
  z-index: 455;
}

.mo-z-456 {
  z-index: 456;
}

.mo-z-457 {
  z-index: 457;
}

.mo-z-458 {
  z-index: 458;
}

.mo-z-459 {
  z-index: 459;
}

.mo-z-460 {
  z-index: 460;
}

.mo-z-461 {
  z-index: 461;
}

.mo-z-462 {
  z-index: 462;
}

.mo-z-463 {
  z-index: 463;
}

.mo-z-464 {
  z-index: 464;
}

.mo-z-465 {
  z-index: 465;
}

.mo-z-466 {
  z-index: 466;
}

.mo-z-467 {
  z-index: 467;
}

.mo-z-468 {
  z-index: 468;
}

.mo-z-469 {
  z-index: 469;
}

.mo-z-470 {
  z-index: 470;
}

.mo-z-471 {
  z-index: 471;
}

.mo-z-472 {
  z-index: 472;
}

.mo-z-473 {
  z-index: 473;
}

.mo-z-474 {
  z-index: 474;
}

.mo-z-475 {
  z-index: 475;
}

.mo-z-476 {
  z-index: 476;
}

.mo-z-477 {
  z-index: 477;
}

.mo-z-478 {
  z-index: 478;
}

.mo-z-479 {
  z-index: 479;
}

.mo-z-480 {
  z-index: 480;
}

.mo-z-481 {
  z-index: 481;
}

.mo-z-482 {
  z-index: 482;
}

.mo-z-483 {
  z-index: 483;
}

.mo-z-484 {
  z-index: 484;
}

.mo-z-485 {
  z-index: 485;
}

.mo-z-486 {
  z-index: 486;
}

.mo-z-487 {
  z-index: 487;
}

.mo-z-488 {
  z-index: 488;
}

.mo-z-489 {
  z-index: 489;
}

.mo-z-490 {
  z-index: 490;
}

.mo-z-491 {
  z-index: 491;
}

.mo-z-492 {
  z-index: 492;
}

.mo-z-493 {
  z-index: 493;
}

.mo-z-494 {
  z-index: 494;
}

.mo-z-495 {
  z-index: 495;
}

.mo-z-496 {
  z-index: 496;
}

.mo-z-497 {
  z-index: 497;
}

.mo-z-498 {
  z-index: 498;
}

.mo-z-499 {
  z-index: 499;
}

.mo-z-500 {
  z-index: 500;
}

.mo-z-501 {
  z-index: 501;
}

.mo-z-502 {
  z-index: 502;
}

.mo-z-503 {
  z-index: 503;
}

.mo-z-504 {
  z-index: 504;
}

.mo-z-505 {
  z-index: 505;
}

.mo-z-506 {
  z-index: 506;
}

.mo-z-507 {
  z-index: 507;
}

.mo-z-508 {
  z-index: 508;
}

.mo-z-509 {
  z-index: 509;
}

.mo-z-510 {
  z-index: 510;
}

.mo-z-511 {
  z-index: 511;
}

.mo-z-512 {
  z-index: 512;
}

.mo-z-513 {
  z-index: 513;
}

.mo-z-514 {
  z-index: 514;
}

.mo-z-515 {
  z-index: 515;
}

.mo-z-516 {
  z-index: 516;
}

.mo-z-517 {
  z-index: 517;
}

.mo-z-518 {
  z-index: 518;
}

.mo-z-519 {
  z-index: 519;
}

.mo-z-520 {
  z-index: 520;
}

.mo-z-521 {
  z-index: 521;
}

.mo-z-522 {
  z-index: 522;
}

.mo-z-523 {
  z-index: 523;
}

.mo-z-524 {
  z-index: 524;
}

.mo-z-525 {
  z-index: 525;
}

.mo-z-526 {
  z-index: 526;
}

.mo-z-527 {
  z-index: 527;
}

.mo-z-528 {
  z-index: 528;
}

.mo-z-529 {
  z-index: 529;
}

.mo-z-530 {
  z-index: 530;
}

.mo-z-531 {
  z-index: 531;
}

.mo-z-532 {
  z-index: 532;
}

.mo-z-533 {
  z-index: 533;
}

.mo-z-534 {
  z-index: 534;
}

.mo-z-535 {
  z-index: 535;
}

.mo-z-536 {
  z-index: 536;
}

.mo-z-537 {
  z-index: 537;
}

.mo-z-538 {
  z-index: 538;
}

.mo-z-539 {
  z-index: 539;
}

.mo-z-540 {
  z-index: 540;
}

.mo-z-541 {
  z-index: 541;
}

.mo-z-542 {
  z-index: 542;
}

.mo-z-543 {
  z-index: 543;
}

.mo-z-544 {
  z-index: 544;
}

.mo-z-545 {
  z-index: 545;
}

.mo-z-546 {
  z-index: 546;
}

.mo-z-547 {
  z-index: 547;
}

.mo-z-548 {
  z-index: 548;
}

.mo-z-549 {
  z-index: 549;
}

.mo-z-550 {
  z-index: 550;
}

.mo-z-551 {
  z-index: 551;
}

.mo-z-552 {
  z-index: 552;
}

.mo-z-553 {
  z-index: 553;
}

.mo-z-554 {
  z-index: 554;
}

.mo-z-555 {
  z-index: 555;
}

.mo-z-556 {
  z-index: 556;
}

.mo-z-557 {
  z-index: 557;
}

.mo-z-558 {
  z-index: 558;
}

.mo-z-559 {
  z-index: 559;
}

.mo-z-560 {
  z-index: 560;
}

.mo-z-561 {
  z-index: 561;
}

.mo-z-562 {
  z-index: 562;
}

.mo-z-563 {
  z-index: 563;
}

.mo-z-564 {
  z-index: 564;
}

.mo-z-565 {
  z-index: 565;
}

.mo-z-566 {
  z-index: 566;
}

.mo-z-567 {
  z-index: 567;
}

.mo-z-568 {
  z-index: 568;
}

.mo-z-569 {
  z-index: 569;
}

.mo-z-570 {
  z-index: 570;
}

.mo-z-571 {
  z-index: 571;
}

.mo-z-572 {
  z-index: 572;
}

.mo-z-573 {
  z-index: 573;
}

.mo-z-574 {
  z-index: 574;
}

.mo-z-575 {
  z-index: 575;
}

.mo-z-576 {
  z-index: 576;
}

.mo-z-577 {
  z-index: 577;
}

.mo-z-578 {
  z-index: 578;
}

.mo-z-579 {
  z-index: 579;
}

.mo-z-580 {
  z-index: 580;
}

.mo-z-581 {
  z-index: 581;
}

.mo-z-582 {
  z-index: 582;
}

.mo-z-583 {
  z-index: 583;
}

.mo-z-584 {
  z-index: 584;
}

.mo-z-585 {
  z-index: 585;
}

.mo-z-586 {
  z-index: 586;
}

.mo-z-587 {
  z-index: 587;
}

.mo-z-588 {
  z-index: 588;
}

.mo-z-589 {
  z-index: 589;
}

.mo-z-590 {
  z-index: 590;
}

.mo-z-591 {
  z-index: 591;
}

.mo-z-592 {
  z-index: 592;
}

.mo-z-593 {
  z-index: 593;
}

.mo-z-594 {
  z-index: 594;
}

.mo-z-595 {
  z-index: 595;
}

.mo-z-596 {
  z-index: 596;
}

.mo-z-597 {
  z-index: 597;
}

.mo-z-598 {
  z-index: 598;
}

.mo-z-599 {
  z-index: 599;
}

.mo-z-600 {
  z-index: 600;
}

.mo-z-601 {
  z-index: 601;
}

.mo-z-602 {
  z-index: 602;
}

.mo-z-603 {
  z-index: 603;
}

.mo-z-604 {
  z-index: 604;
}

.mo-z-605 {
  z-index: 605;
}

.mo-z-606 {
  z-index: 606;
}

.mo-z-607 {
  z-index: 607;
}

.mo-z-608 {
  z-index: 608;
}

.mo-z-609 {
  z-index: 609;
}

.mo-z-610 {
  z-index: 610;
}

.mo-z-611 {
  z-index: 611;
}

.mo-z-612 {
  z-index: 612;
}

.mo-z-613 {
  z-index: 613;
}

.mo-z-614 {
  z-index: 614;
}

.mo-z-615 {
  z-index: 615;
}

.mo-z-616 {
  z-index: 616;
}

.mo-z-617 {
  z-index: 617;
}

.mo-z-618 {
  z-index: 618;
}

.mo-z-619 {
  z-index: 619;
}

.mo-z-620 {
  z-index: 620;
}

.mo-z-621 {
  z-index: 621;
}

.mo-z-622 {
  z-index: 622;
}

.mo-z-623 {
  z-index: 623;
}

.mo-z-624 {
  z-index: 624;
}

.mo-z-625 {
  z-index: 625;
}

.mo-z-626 {
  z-index: 626;
}

.mo-z-627 {
  z-index: 627;
}

.mo-z-628 {
  z-index: 628;
}

.mo-z-629 {
  z-index: 629;
}

.mo-z-630 {
  z-index: 630;
}

.mo-z-631 {
  z-index: 631;
}

.mo-z-632 {
  z-index: 632;
}

.mo-z-633 {
  z-index: 633;
}

.mo-z-634 {
  z-index: 634;
}

.mo-z-635 {
  z-index: 635;
}

.mo-z-636 {
  z-index: 636;
}

.mo-z-637 {
  z-index: 637;
}

.mo-z-638 {
  z-index: 638;
}

.mo-z-639 {
  z-index: 639;
}

.mo-z-640 {
  z-index: 640;
}

.mo-z-641 {
  z-index: 641;
}

.mo-z-642 {
  z-index: 642;
}

.mo-z-643 {
  z-index: 643;
}

.mo-z-644 {
  z-index: 644;
}

.mo-z-645 {
  z-index: 645;
}

.mo-z-646 {
  z-index: 646;
}

.mo-z-647 {
  z-index: 647;
}

.mo-z-648 {
  z-index: 648;
}

.mo-z-649 {
  z-index: 649;
}

.mo-z-650 {
  z-index: 650;
}

.mo-z-651 {
  z-index: 651;
}

.mo-z-652 {
  z-index: 652;
}

.mo-z-653 {
  z-index: 653;
}

.mo-z-654 {
  z-index: 654;
}

.mo-z-655 {
  z-index: 655;
}

.mo-z-656 {
  z-index: 656;
}

.mo-z-657 {
  z-index: 657;
}

.mo-z-658 {
  z-index: 658;
}

.mo-z-659 {
  z-index: 659;
}

.mo-z-660 {
  z-index: 660;
}

.mo-z-661 {
  z-index: 661;
}

.mo-z-662 {
  z-index: 662;
}

.mo-z-663 {
  z-index: 663;
}

.mo-z-664 {
  z-index: 664;
}

.mo-z-665 {
  z-index: 665;
}

.mo-z-666 {
  z-index: 666;
}

.mo-z-667 {
  z-index: 667;
}

.mo-z-668 {
  z-index: 668;
}

.mo-z-669 {
  z-index: 669;
}

.mo-z-670 {
  z-index: 670;
}

.mo-z-671 {
  z-index: 671;
}

.mo-z-672 {
  z-index: 672;
}

.mo-z-673 {
  z-index: 673;
}

.mo-z-674 {
  z-index: 674;
}

.mo-z-675 {
  z-index: 675;
}

.mo-z-676 {
  z-index: 676;
}

.mo-z-677 {
  z-index: 677;
}

.mo-z-678 {
  z-index: 678;
}

.mo-z-679 {
  z-index: 679;
}

.mo-z-680 {
  z-index: 680;
}

.mo-z-681 {
  z-index: 681;
}

.mo-z-682 {
  z-index: 682;
}

.mo-z-683 {
  z-index: 683;
}

.mo-z-684 {
  z-index: 684;
}

.mo-z-685 {
  z-index: 685;
}

.mo-z-686 {
  z-index: 686;
}

.mo-z-687 {
  z-index: 687;
}

.mo-z-688 {
  z-index: 688;
}

.mo-z-689 {
  z-index: 689;
}

.mo-z-690 {
  z-index: 690;
}

.mo-z-691 {
  z-index: 691;
}

.mo-z-692 {
  z-index: 692;
}

.mo-z-693 {
  z-index: 693;
}

.mo-z-694 {
  z-index: 694;
}

.mo-z-695 {
  z-index: 695;
}

.mo-z-696 {
  z-index: 696;
}

.mo-z-697 {
  z-index: 697;
}

.mo-z-698 {
  z-index: 698;
}

.mo-z-699 {
  z-index: 699;
}

.mo-z-700 {
  z-index: 700;
}

.mo-z-701 {
  z-index: 701;
}

.mo-z-702 {
  z-index: 702;
}

.mo-z-703 {
  z-index: 703;
}

.mo-z-704 {
  z-index: 704;
}

.mo-z-705 {
  z-index: 705;
}

.mo-z-706 {
  z-index: 706;
}

.mo-z-707 {
  z-index: 707;
}

.mo-z-708 {
  z-index: 708;
}

.mo-z-709 {
  z-index: 709;
}

.mo-z-710 {
  z-index: 710;
}

.mo-z-711 {
  z-index: 711;
}

.mo-z-712 {
  z-index: 712;
}

.mo-z-713 {
  z-index: 713;
}

.mo-z-714 {
  z-index: 714;
}

.mo-z-715 {
  z-index: 715;
}

.mo-z-716 {
  z-index: 716;
}

.mo-z-717 {
  z-index: 717;
}

.mo-z-718 {
  z-index: 718;
}

.mo-z-719 {
  z-index: 719;
}

.mo-z-720 {
  z-index: 720;
}

.mo-z-721 {
  z-index: 721;
}

.mo-z-722 {
  z-index: 722;
}

.mo-z-723 {
  z-index: 723;
}

.mo-z-724 {
  z-index: 724;
}

.mo-z-725 {
  z-index: 725;
}

.mo-z-726 {
  z-index: 726;
}

.mo-z-727 {
  z-index: 727;
}

.mo-z-728 {
  z-index: 728;
}

.mo-z-729 {
  z-index: 729;
}

.mo-z-730 {
  z-index: 730;
}

.mo-z-731 {
  z-index: 731;
}

.mo-z-732 {
  z-index: 732;
}

.mo-z-733 {
  z-index: 733;
}

.mo-z-734 {
  z-index: 734;
}

.mo-z-735 {
  z-index: 735;
}

.mo-z-736 {
  z-index: 736;
}

.mo-z-737 {
  z-index: 737;
}

.mo-z-738 {
  z-index: 738;
}

.mo-z-739 {
  z-index: 739;
}

.mo-z-740 {
  z-index: 740;
}

.mo-z-741 {
  z-index: 741;
}

.mo-z-742 {
  z-index: 742;
}

.mo-z-743 {
  z-index: 743;
}

.mo-z-744 {
  z-index: 744;
}

.mo-z-745 {
  z-index: 745;
}

.mo-z-746 {
  z-index: 746;
}

.mo-z-747 {
  z-index: 747;
}

.mo-z-748 {
  z-index: 748;
}

.mo-z-749 {
  z-index: 749;
}

.mo-z-750 {
  z-index: 750;
}

.mo-z-751 {
  z-index: 751;
}

.mo-z-752 {
  z-index: 752;
}

.mo-z-753 {
  z-index: 753;
}

.mo-z-754 {
  z-index: 754;
}

.mo-z-755 {
  z-index: 755;
}

.mo-z-756 {
  z-index: 756;
}

.mo-z-757 {
  z-index: 757;
}

.mo-z-758 {
  z-index: 758;
}

.mo-z-759 {
  z-index: 759;
}

.mo-z-760 {
  z-index: 760;
}

.mo-z-761 {
  z-index: 761;
}

.mo-z-762 {
  z-index: 762;
}

.mo-z-763 {
  z-index: 763;
}

.mo-z-764 {
  z-index: 764;
}

.mo-z-765 {
  z-index: 765;
}

.mo-z-766 {
  z-index: 766;
}

.mo-z-767 {
  z-index: 767;
}

.mo-z-768 {
  z-index: 768;
}

.mo-z-769 {
  z-index: 769;
}

.mo-z-770 {
  z-index: 770;
}

.mo-z-771 {
  z-index: 771;
}

.mo-z-772 {
  z-index: 772;
}

.mo-z-773 {
  z-index: 773;
}

.mo-z-774 {
  z-index: 774;
}

.mo-z-775 {
  z-index: 775;
}

.mo-z-776 {
  z-index: 776;
}

.mo-z-777 {
  z-index: 777;
}

.mo-z-778 {
  z-index: 778;
}

.mo-z-779 {
  z-index: 779;
}

.mo-z-780 {
  z-index: 780;
}

.mo-z-781 {
  z-index: 781;
}

.mo-z-782 {
  z-index: 782;
}

.mo-z-783 {
  z-index: 783;
}

.mo-z-784 {
  z-index: 784;
}

.mo-z-785 {
  z-index: 785;
}

.mo-z-786 {
  z-index: 786;
}

.mo-z-787 {
  z-index: 787;
}

.mo-z-788 {
  z-index: 788;
}

.mo-z-789 {
  z-index: 789;
}

.mo-z-790 {
  z-index: 790;
}

.mo-z-791 {
  z-index: 791;
}

.mo-z-792 {
  z-index: 792;
}

.mo-z-793 {
  z-index: 793;
}

.mo-z-794 {
  z-index: 794;
}

.mo-z-795 {
  z-index: 795;
}

.mo-z-796 {
  z-index: 796;
}

.mo-z-797 {
  z-index: 797;
}

.mo-z-798 {
  z-index: 798;
}

.mo-z-799 {
  z-index: 799;
}

.mo-z-800 {
  z-index: 800;
}

.mo-z-801 {
  z-index: 801;
}

.mo-z-802 {
  z-index: 802;
}

.mo-z-803 {
  z-index: 803;
}

.mo-z-804 {
  z-index: 804;
}

.mo-z-805 {
  z-index: 805;
}

.mo-z-806 {
  z-index: 806;
}

.mo-z-807 {
  z-index: 807;
}

.mo-z-808 {
  z-index: 808;
}

.mo-z-809 {
  z-index: 809;
}

.mo-z-810 {
  z-index: 810;
}

.mo-z-811 {
  z-index: 811;
}

.mo-z-812 {
  z-index: 812;
}

.mo-z-813 {
  z-index: 813;
}

.mo-z-814 {
  z-index: 814;
}

.mo-z-815 {
  z-index: 815;
}

.mo-z-816 {
  z-index: 816;
}

.mo-z-817 {
  z-index: 817;
}

.mo-z-818 {
  z-index: 818;
}

.mo-z-819 {
  z-index: 819;
}

.mo-z-820 {
  z-index: 820;
}

.mo-z-821 {
  z-index: 821;
}

.mo-z-822 {
  z-index: 822;
}

.mo-z-823 {
  z-index: 823;
}

.mo-z-824 {
  z-index: 824;
}

.mo-z-825 {
  z-index: 825;
}

.mo-z-826 {
  z-index: 826;
}

.mo-z-827 {
  z-index: 827;
}

.mo-z-828 {
  z-index: 828;
}

.mo-z-829 {
  z-index: 829;
}

.mo-z-830 {
  z-index: 830;
}

.mo-z-831 {
  z-index: 831;
}

.mo-z-832 {
  z-index: 832;
}

.mo-z-833 {
  z-index: 833;
}

.mo-z-834 {
  z-index: 834;
}

.mo-z-835 {
  z-index: 835;
}

.mo-z-836 {
  z-index: 836;
}

.mo-z-837 {
  z-index: 837;
}

.mo-z-838 {
  z-index: 838;
}

.mo-z-839 {
  z-index: 839;
}

.mo-z-840 {
  z-index: 840;
}

.mo-z-841 {
  z-index: 841;
}

.mo-z-842 {
  z-index: 842;
}

.mo-z-843 {
  z-index: 843;
}

.mo-z-844 {
  z-index: 844;
}

.mo-z-845 {
  z-index: 845;
}

.mo-z-846 {
  z-index: 846;
}

.mo-z-847 {
  z-index: 847;
}

.mo-z-848 {
  z-index: 848;
}

.mo-z-849 {
  z-index: 849;
}

.mo-z-850 {
  z-index: 850;
}

.mo-z-851 {
  z-index: 851;
}

.mo-z-852 {
  z-index: 852;
}

.mo-z-853 {
  z-index: 853;
}

.mo-z-854 {
  z-index: 854;
}

.mo-z-855 {
  z-index: 855;
}

.mo-z-856 {
  z-index: 856;
}

.mo-z-857 {
  z-index: 857;
}

.mo-z-858 {
  z-index: 858;
}

.mo-z-859 {
  z-index: 859;
}

.mo-z-860 {
  z-index: 860;
}

.mo-z-861 {
  z-index: 861;
}

.mo-z-862 {
  z-index: 862;
}

.mo-z-863 {
  z-index: 863;
}

.mo-z-864 {
  z-index: 864;
}

.mo-z-865 {
  z-index: 865;
}

.mo-z-866 {
  z-index: 866;
}

.mo-z-867 {
  z-index: 867;
}

.mo-z-868 {
  z-index: 868;
}

.mo-z-869 {
  z-index: 869;
}

.mo-z-870 {
  z-index: 870;
}

.mo-z-871 {
  z-index: 871;
}

.mo-z-872 {
  z-index: 872;
}

.mo-z-873 {
  z-index: 873;
}

.mo-z-874 {
  z-index: 874;
}

.mo-z-875 {
  z-index: 875;
}

.mo-z-876 {
  z-index: 876;
}

.mo-z-877 {
  z-index: 877;
}

.mo-z-878 {
  z-index: 878;
}

.mo-z-879 {
  z-index: 879;
}

.mo-z-880 {
  z-index: 880;
}

.mo-z-881 {
  z-index: 881;
}

.mo-z-882 {
  z-index: 882;
}

.mo-z-883 {
  z-index: 883;
}

.mo-z-884 {
  z-index: 884;
}

.mo-z-885 {
  z-index: 885;
}

.mo-z-886 {
  z-index: 886;
}

.mo-z-887 {
  z-index: 887;
}

.mo-z-888 {
  z-index: 888;
}

.mo-z-889 {
  z-index: 889;
}

.mo-z-890 {
  z-index: 890;
}

.mo-z-891 {
  z-index: 891;
}

.mo-z-892 {
  z-index: 892;
}

.mo-z-893 {
  z-index: 893;
}

.mo-z-894 {
  z-index: 894;
}

.mo-z-895 {
  z-index: 895;
}

.mo-z-896 {
  z-index: 896;
}

.mo-z-897 {
  z-index: 897;
}

.mo-z-898 {
  z-index: 898;
}

.mo-z-899 {
  z-index: 899;
}

.mo-z-900 {
  z-index: 900;
}

.mo-z-901 {
  z-index: 901;
}

.mo-z-902 {
  z-index: 902;
}

.mo-z-903 {
  z-index: 903;
}

.mo-z-904 {
  z-index: 904;
}

.mo-z-905 {
  z-index: 905;
}

.mo-z-906 {
  z-index: 906;
}

.mo-z-907 {
  z-index: 907;
}

.mo-z-908 {
  z-index: 908;
}

.mo-z-909 {
  z-index: 909;
}

.mo-z-910 {
  z-index: 910;
}

.mo-z-911 {
  z-index: 911;
}

.mo-z-912 {
  z-index: 912;
}

.mo-z-913 {
  z-index: 913;
}

.mo-z-914 {
  z-index: 914;
}

.mo-z-915 {
  z-index: 915;
}

.mo-z-916 {
  z-index: 916;
}

.mo-z-917 {
  z-index: 917;
}

.mo-z-918 {
  z-index: 918;
}

.mo-z-919 {
  z-index: 919;
}

.mo-z-920 {
  z-index: 920;
}

.mo-z-921 {
  z-index: 921;
}

.mo-z-922 {
  z-index: 922;
}

.mo-z-923 {
  z-index: 923;
}

.mo-z-924 {
  z-index: 924;
}

.mo-z-925 {
  z-index: 925;
}

.mo-z-926 {
  z-index: 926;
}

.mo-z-927 {
  z-index: 927;
}

.mo-z-928 {
  z-index: 928;
}

.mo-z-929 {
  z-index: 929;
}

.mo-z-930 {
  z-index: 930;
}

.mo-z-931 {
  z-index: 931;
}

.mo-z-932 {
  z-index: 932;
}

.mo-z-933 {
  z-index: 933;
}

.mo-z-934 {
  z-index: 934;
}

.mo-z-935 {
  z-index: 935;
}

.mo-z-936 {
  z-index: 936;
}

.mo-z-937 {
  z-index: 937;
}

.mo-z-938 {
  z-index: 938;
}

.mo-z-939 {
  z-index: 939;
}

.mo-z-940 {
  z-index: 940;
}

.mo-z-941 {
  z-index: 941;
}

.mo-z-942 {
  z-index: 942;
}

.mo-z-943 {
  z-index: 943;
}

.mo-z-944 {
  z-index: 944;
}

.mo-z-945 {
  z-index: 945;
}

.mo-z-946 {
  z-index: 946;
}

.mo-z-947 {
  z-index: 947;
}

.mo-z-948 {
  z-index: 948;
}

.mo-z-949 {
  z-index: 949;
}

.mo-z-950 {
  z-index: 950;
}

.mo-z-951 {
  z-index: 951;
}

.mo-z-952 {
  z-index: 952;
}

.mo-z-953 {
  z-index: 953;
}

.mo-z-954 {
  z-index: 954;
}

.mo-z-955 {
  z-index: 955;
}

.mo-z-956 {
  z-index: 956;
}

.mo-z-957 {
  z-index: 957;
}

.mo-z-958 {
  z-index: 958;
}

.mo-z-959 {
  z-index: 959;
}

.mo-z-960 {
  z-index: 960;
}

.mo-z-961 {
  z-index: 961;
}

.mo-z-962 {
  z-index: 962;
}

.mo-z-963 {
  z-index: 963;
}

.mo-z-964 {
  z-index: 964;
}

.mo-z-965 {
  z-index: 965;
}

.mo-z-966 {
  z-index: 966;
}

.mo-z-967 {
  z-index: 967;
}

.mo-z-968 {
  z-index: 968;
}

.mo-z-969 {
  z-index: 969;
}

.mo-z-970 {
  z-index: 970;
}

.mo-z-971 {
  z-index: 971;
}

.mo-z-972 {
  z-index: 972;
}

.mo-z-973 {
  z-index: 973;
}

.mo-z-974 {
  z-index: 974;
}

.mo-z-975 {
  z-index: 975;
}

.mo-z-976 {
  z-index: 976;
}

.mo-z-977 {
  z-index: 977;
}

.mo-z-978 {
  z-index: 978;
}

.mo-z-979 {
  z-index: 979;
}

.mo-z-980 {
  z-index: 980;
}

.mo-z-981 {
  z-index: 981;
}

.mo-z-982 {
  z-index: 982;
}

.mo-z-983 {
  z-index: 983;
}

.mo-z-984 {
  z-index: 984;
}

.mo-z-985 {
  z-index: 985;
}

.mo-z-986 {
  z-index: 986;
}

.mo-z-987 {
  z-index: 987;
}

.mo-z-988 {
  z-index: 988;
}

.mo-z-989 {
  z-index: 989;
}

.mo-z-990 {
  z-index: 990;
}

.mo-z-991 {
  z-index: 991;
}

.mo-z-992 {
  z-index: 992;
}

.mo-z-993 {
  z-index: 993;
}

.mo-z-994 {
  z-index: 994;
}

.mo-z-995 {
  z-index: 995;
}

.mo-z-996 {
  z-index: 996;
}

.mo-z-997 {
  z-index: 997;
}

.mo-z-998 {
  z-index: 998;
}

.mo-z-999 {
  z-index: 999;
}

.mo-z-1000 {
  z-index: 1000;
}

.mo-z-1001 {
  z-index: 1001;
}

.mo-z-1002 {
  z-index: 1002;
}

.mo-z-1003 {
  z-index: 1003;
}

.mo-z-1004 {
  z-index: 1004;
}

.mo-z-1005 {
  z-index: 1005;
}

.mo-z-1006 {
  z-index: 1006;
}

.mo-z-1007 {
  z-index: 1007;
}

.mo-z-1008 {
  z-index: 1008;
}

.mo-z-1009 {
  z-index: 1009;
}

.mo-z-1010 {
  z-index: 1010;
}

.mo-z-1011 {
  z-index: 1011;
}

.mo-z-1012 {
  z-index: 1012;
}

.mo-z-1013 {
  z-index: 1013;
}

.mo-z-1014 {
  z-index: 1014;
}

.mo-z-1015 {
  z-index: 1015;
}

.mo-z-1016 {
  z-index: 1016;
}

.mo-z-1017 {
  z-index: 1017;
}

.mo-z-1018 {
  z-index: 1018;
}

.mo-z-1019 {
  z-index: 1019;
}

.mo-z-1020 {
  z-index: 1020;
}

.mo-z-1021 {
  z-index: 1021;
}

.mo-z-1022 {
  z-index: 1022;
}

.mo-z-1023 {
  z-index: 1023;
}

.mo-z-1024 {
  z-index: 1024;
}

.mo-z-1025 {
  z-index: 1025;
}

.mo-z-1026 {
  z-index: 1026;
}

.mo-z-1027 {
  z-index: 1027;
}

.mo-z-1028 {
  z-index: 1028;
}

.mo-z-1029 {
  z-index: 1029;
}

.mo-z-1030 {
  z-index: 1030;
}

.mo-z-1031 {
  z-index: 1031;
}

.mo-z-1032 {
  z-index: 1032;
}

.mo-z-1033 {
  z-index: 1033;
}

.mo-z-1034 {
  z-index: 1034;
}

.mo-z-1035 {
  z-index: 1035;
}

.mo-z-1036 {
  z-index: 1036;
}

.mo-z-1037 {
  z-index: 1037;
}

.mo-z-1038 {
  z-index: 1038;
}

.mo-z-1039 {
  z-index: 1039;
}

.mo-z-1040 {
  z-index: 1040;
}

.mo-z-1041 {
  z-index: 1041;
}

.mo-z-1042 {
  z-index: 1042;
}

.mo-z-1043 {
  z-index: 1043;
}

.mo-z-1044 {
  z-index: 1044;
}

.mo-z-1045 {
  z-index: 1045;
}

.mo-z-1046 {
  z-index: 1046;
}

.mo-z-1047 {
  z-index: 1047;
}

.mo-z-1048 {
  z-index: 1048;
}

.mo-z-1049 {
  z-index: 1049;
}

.mo-z-1050 {
  z-index: 1050;
}

.mo-z-1051 {
  z-index: 1051;
}

.mo-z-1052 {
  z-index: 1052;
}

.mo-z-1053 {
  z-index: 1053;
}

.mo-z-1054 {
  z-index: 1054;
}

.mo-z-1055 {
  z-index: 1055;
}

.mo-z-1056 {
  z-index: 1056;
}

.mo-z-1057 {
  z-index: 1057;
}

.mo-z-1058 {
  z-index: 1058;
}

.mo-z-1059 {
  z-index: 1059;
}

.mo-z-1060 {
  z-index: 1060;
}

.mo-z-1061 {
  z-index: 1061;
}

.mo-z-1062 {
  z-index: 1062;
}

.mo-z-1063 {
  z-index: 1063;
}

.mo-z-1064 {
  z-index: 1064;
}

.mo-z-1065 {
  z-index: 1065;
}

.mo-z-1066 {
  z-index: 1066;
}

.mo-z-1067 {
  z-index: 1067;
}

.mo-z-1068 {
  z-index: 1068;
}

.mo-z-1069 {
  z-index: 1069;
}

.mo-z-1070 {
  z-index: 1070;
}

.mo-z-1071 {
  z-index: 1071;
}

.mo-z-1072 {
  z-index: 1072;
}

.mo-z-1073 {
  z-index: 1073;
}

.mo-z-1074 {
  z-index: 1074;
}

.mo-z-1075 {
  z-index: 1075;
}

.mo-z-1076 {
  z-index: 1076;
}

.mo-z-1077 {
  z-index: 1077;
}

.mo-z-1078 {
  z-index: 1078;
}

.mo-z-1079 {
  z-index: 1079;
}

.mo-z-1080 {
  z-index: 1080;
}

.mo-z-1081 {
  z-index: 1081;
}

.mo-z-1082 {
  z-index: 1082;
}

.mo-z-1083 {
  z-index: 1083;
}

.mo-z-1084 {
  z-index: 1084;
}

.mo-z-1085 {
  z-index: 1085;
}

.mo-z-1086 {
  z-index: 1086;
}

.mo-z-1087 {
  z-index: 1087;
}

.mo-z-1088 {
  z-index: 1088;
}

.mo-z-1089 {
  z-index: 1089;
}

.mo-z-1090 {
  z-index: 1090;
}

.mo-z-1091 {
  z-index: 1091;
}

.mo-z-1092 {
  z-index: 1092;
}

.mo-z-1093 {
  z-index: 1093;
}

.mo-z-1094 {
  z-index: 1094;
}

.mo-z-1095 {
  z-index: 1095;
}

.mo-z-1096 {
  z-index: 1096;
}

.mo-z-1097 {
  z-index: 1097;
}

.mo-z-1098 {
  z-index: 1098;
}

.mo-z-1099 {
  z-index: 1099;
}

.mo-z-1100 {
  z-index: 1100;
}

.mo-z-1101 {
  z-index: 1101;
}

.mo-z-1102 {
  z-index: 1102;
}

.mo-z-1103 {
  z-index: 1103;
}

.mo-z-1104 {
  z-index: 1104;
}

.mo-z-1105 {
  z-index: 1105;
}

.mo-z-1106 {
  z-index: 1106;
}

.mo-z-1107 {
  z-index: 1107;
}

.mo-z-1108 {
  z-index: 1108;
}

.mo-z-1109 {
  z-index: 1109;
}

.mo-z-1110 {
  z-index: 1110;
}

.mo-z-1111 {
  z-index: 1111;
}

.mo-z-1112 {
  z-index: 1112;
}

.mo-z-1113 {
  z-index: 1113;
}

.mo-z-1114 {
  z-index: 1114;
}

.mo-z-1115 {
  z-index: 1115;
}

.mo-z-1116 {
  z-index: 1116;
}

.mo-z-1117 {
  z-index: 1117;
}

.mo-z-1118 {
  z-index: 1118;
}

.mo-z-1119 {
  z-index: 1119;
}

.mo-z-1120 {
  z-index: 1120;
}

.mo-z-1121 {
  z-index: 1121;
}

.mo-z-1122 {
  z-index: 1122;
}

.mo-z-1123 {
  z-index: 1123;
}

.mo-z-1124 {
  z-index: 1124;
}

.mo-z-1125 {
  z-index: 1125;
}

.mo-z-1126 {
  z-index: 1126;
}

.mo-z-1127 {
  z-index: 1127;
}

.mo-z-1128 {
  z-index: 1128;
}

.mo-z-1129 {
  z-index: 1129;
}

.mo-z-1130 {
  z-index: 1130;
}

.mo-z-1131 {
  z-index: 1131;
}

.mo-z-1132 {
  z-index: 1132;
}

.mo-z-1133 {
  z-index: 1133;
}

.mo-z-1134 {
  z-index: 1134;
}

.mo-z-1135 {
  z-index: 1135;
}

.mo-z-1136 {
  z-index: 1136;
}

.mo-z-1137 {
  z-index: 1137;
}

.mo-z-1138 {
  z-index: 1138;
}

.mo-z-1139 {
  z-index: 1139;
}

.mo-z-1140 {
  z-index: 1140;
}

.mo-z-1141 {
  z-index: 1141;
}

.mo-z-1142 {
  z-index: 1142;
}

.mo-z-1143 {
  z-index: 1143;
}

.mo-z-1144 {
  z-index: 1144;
}

.mo-z-1145 {
  z-index: 1145;
}

.mo-z-1146 {
  z-index: 1146;
}

.mo-z-1147 {
  z-index: 1147;
}

.mo-z-1148 {
  z-index: 1148;
}

.mo-z-1149 {
  z-index: 1149;
}

.mo-z-1150 {
  z-index: 1150;
}

.mo-z-1151 {
  z-index: 1151;
}

.mo-z-1152 {
  z-index: 1152;
}

.mo-z-1153 {
  z-index: 1153;
}

.mo-z-1154 {
  z-index: 1154;
}

.mo-z-1155 {
  z-index: 1155;
}

.mo-z-1156 {
  z-index: 1156;
}

.mo-z-1157 {
  z-index: 1157;
}

.mo-z-1158 {
  z-index: 1158;
}

.mo-z-1159 {
  z-index: 1159;
}

.mo-z-1160 {
  z-index: 1160;
}

.mo-z-1161 {
  z-index: 1161;
}

.mo-z-1162 {
  z-index: 1162;
}

.mo-z-1163 {
  z-index: 1163;
}

.mo-z-1164 {
  z-index: 1164;
}

.mo-z-1165 {
  z-index: 1165;
}

.mo-z-1166 {
  z-index: 1166;
}

.mo-z-1167 {
  z-index: 1167;
}

.mo-z-1168 {
  z-index: 1168;
}

.mo-z-1169 {
  z-index: 1169;
}

.mo-z-1170 {
  z-index: 1170;
}

.mo-z-1171 {
  z-index: 1171;
}

.mo-z-1172 {
  z-index: 1172;
}

.mo-z-1173 {
  z-index: 1173;
}

.mo-z-1174 {
  z-index: 1174;
}

.mo-z-1175 {
  z-index: 1175;
}

.mo-z-1176 {
  z-index: 1176;
}

.mo-z-1177 {
  z-index: 1177;
}

.mo-z-1178 {
  z-index: 1178;
}

.mo-z-1179 {
  z-index: 1179;
}

.mo-z-1180 {
  z-index: 1180;
}

.mo-z-1181 {
  z-index: 1181;
}

.mo-z-1182 {
  z-index: 1182;
}

.mo-z-1183 {
  z-index: 1183;
}

.mo-z-1184 {
  z-index: 1184;
}

.mo-z-1185 {
  z-index: 1185;
}

.mo-z-1186 {
  z-index: 1186;
}

.mo-z-1187 {
  z-index: 1187;
}

.mo-z-1188 {
  z-index: 1188;
}

.mo-z-1189 {
  z-index: 1189;
}

.mo-z-1190 {
  z-index: 1190;
}

.mo-z-1191 {
  z-index: 1191;
}

.mo-z-1192 {
  z-index: 1192;
}

.mo-z-1193 {
  z-index: 1193;
}

.mo-z-1194 {
  z-index: 1194;
}

.mo-z-1195 {
  z-index: 1195;
}

.mo-z-1196 {
  z-index: 1196;
}

.mo-z-1197 {
  z-index: 1197;
}

.mo-z-1198 {
  z-index: 1198;
}

.mo-z-1199 {
  z-index: 1199;
}

.mo-z-1200 {
  z-index: 1200;
}

.mo-z-1201 {
  z-index: 1201;
}

.mo-z-1202 {
  z-index: 1202;
}

.mo-z-1203 {
  z-index: 1203;
}

.mo-z-1204 {
  z-index: 1204;
}

.mo-z-1205 {
  z-index: 1205;
}

.mo-z-1206 {
  z-index: 1206;
}

.mo-z-1207 {
  z-index: 1207;
}

.mo-z-1208 {
  z-index: 1208;
}

.mo-z-1209 {
  z-index: 1209;
}

.mo-z-1210 {
  z-index: 1210;
}

.mo-z-1211 {
  z-index: 1211;
}

.mo-z-1212 {
  z-index: 1212;
}

.mo-z-1213 {
  z-index: 1213;
}

.mo-z-1214 {
  z-index: 1214;
}

.mo-z-1215 {
  z-index: 1215;
}

.mo-z-1216 {
  z-index: 1216;
}

.mo-z-1217 {
  z-index: 1217;
}

.mo-z-1218 {
  z-index: 1218;
}

.mo-z-1219 {
  z-index: 1219;
}

.mo-z-1220 {
  z-index: 1220;
}

.mo-z-1221 {
  z-index: 1221;
}

.mo-z-1222 {
  z-index: 1222;
}

.mo-z-1223 {
  z-index: 1223;
}

.mo-z-1224 {
  z-index: 1224;
}

.mo-z-1225 {
  z-index: 1225;
}

.mo-z-1226 {
  z-index: 1226;
}

.mo-z-1227 {
  z-index: 1227;
}

.mo-z-1228 {
  z-index: 1228;
}

.mo-z-1229 {
  z-index: 1229;
}

.mo-z-1230 {
  z-index: 1230;
}

.mo-z-1231 {
  z-index: 1231;
}

.mo-z-1232 {
  z-index: 1232;
}

.mo-z-1233 {
  z-index: 1233;
}

.mo-z-1234 {
  z-index: 1234;
}

.mo-z-1235 {
  z-index: 1235;
}

.mo-z-1236 {
  z-index: 1236;
}

.mo-z-1237 {
  z-index: 1237;
}

.mo-z-1238 {
  z-index: 1238;
}

.mo-z-1239 {
  z-index: 1239;
}

.mo-z-1240 {
  z-index: 1240;
}

.mo-z-1241 {
  z-index: 1241;
}

.mo-z-1242 {
  z-index: 1242;
}

.mo-z-1243 {
  z-index: 1243;
}

.mo-z-1244 {
  z-index: 1244;
}

.mo-z-1245 {
  z-index: 1245;
}

.mo-z-1246 {
  z-index: 1246;
}

.mo-z-1247 {
  z-index: 1247;
}

.mo-z-1248 {
  z-index: 1248;
}

.mo-z-1249 {
  z-index: 1249;
}

.mo-z-1250 {
  z-index: 1250;
}

.mo-z-1251 {
  z-index: 1251;
}

.mo-z-1252 {
  z-index: 1252;
}

.mo-z-1253 {
  z-index: 1253;
}

.mo-z-1254 {
  z-index: 1254;
}

.mo-z-1255 {
  z-index: 1255;
}

.mo-z-1256 {
  z-index: 1256;
}

.mo-z-1257 {
  z-index: 1257;
}

.mo-z-1258 {
  z-index: 1258;
}

.mo-z-1259 {
  z-index: 1259;
}

.mo-z-1260 {
  z-index: 1260;
}

.mo-z-1261 {
  z-index: 1261;
}

.mo-z-1262 {
  z-index: 1262;
}

.mo-z-1263 {
  z-index: 1263;
}

.mo-z-1264 {
  z-index: 1264;
}

.mo-z-1265 {
  z-index: 1265;
}

.mo-z-1266 {
  z-index: 1266;
}

.mo-z-1267 {
  z-index: 1267;
}

.mo-z-1268 {
  z-index: 1268;
}

.mo-z-1269 {
  z-index: 1269;
}

.mo-z-1270 {
  z-index: 1270;
}

.mo-z-1271 {
  z-index: 1271;
}

.mo-z-1272 {
  z-index: 1272;
}

.mo-z-1273 {
  z-index: 1273;
}

.mo-z-1274 {
  z-index: 1274;
}

.mo-z-1275 {
  z-index: 1275;
}

.mo-z-1276 {
  z-index: 1276;
}

.mo-z-1277 {
  z-index: 1277;
}

.mo-z-1278 {
  z-index: 1278;
}

.mo-z-1279 {
  z-index: 1279;
}

.mo-z-1280 {
  z-index: 1280;
}

.mo-z-1281 {
  z-index: 1281;
}

.mo-z-1282 {
  z-index: 1282;
}

.mo-z-1283 {
  z-index: 1283;
}

.mo-z-1284 {
  z-index: 1284;
}

.mo-z-1285 {
  z-index: 1285;
}

.mo-z-1286 {
  z-index: 1286;
}

.mo-z-1287 {
  z-index: 1287;
}

.mo-z-1288 {
  z-index: 1288;
}

.mo-z-1289 {
  z-index: 1289;
}

.mo-z-1290 {
  z-index: 1290;
}

.mo-z-1291 {
  z-index: 1291;
}

.mo-z-1292 {
  z-index: 1292;
}

.mo-z-1293 {
  z-index: 1293;
}

.mo-z-1294 {
  z-index: 1294;
}

.mo-z-1295 {
  z-index: 1295;
}

.mo-z-1296 {
  z-index: 1296;
}

.mo-z-1297 {
  z-index: 1297;
}

.mo-z-1298 {
  z-index: 1298;
}

.mo-z-1299 {
  z-index: 1299;
}

.mo-z-1300 {
  z-index: 1300;
}

.mo-z-1301 {
  z-index: 1301;
}

.mo-z-1302 {
  z-index: 1302;
}

.mo-z-1303 {
  z-index: 1303;
}

.mo-z-1304 {
  z-index: 1304;
}

.mo-z-1305 {
  z-index: 1305;
}

.mo-z-1306 {
  z-index: 1306;
}

.mo-z-1307 {
  z-index: 1307;
}

.mo-z-1308 {
  z-index: 1308;
}

.mo-z-1309 {
  z-index: 1309;
}

.mo-z-1310 {
  z-index: 1310;
}

.mo-z-1311 {
  z-index: 1311;
}

.mo-z-1312 {
  z-index: 1312;
}

.mo-z-1313 {
  z-index: 1313;
}

.mo-z-1314 {
  z-index: 1314;
}

.mo-z-1315 {
  z-index: 1315;
}

.mo-z-1316 {
  z-index: 1316;
}

.mo-z-1317 {
  z-index: 1317;
}

.mo-z-1318 {
  z-index: 1318;
}

.mo-z-1319 {
  z-index: 1319;
}

.mo-z-1320 {
  z-index: 1320;
}

.mo-z-1321 {
  z-index: 1321;
}

.mo-z-1322 {
  z-index: 1322;
}

.mo-z-1323 {
  z-index: 1323;
}

.mo-z-1324 {
  z-index: 1324;
}

.mo-z-1325 {
  z-index: 1325;
}

.mo-z-1326 {
  z-index: 1326;
}

.mo-z-1327 {
  z-index: 1327;
}

.mo-z-1328 {
  z-index: 1328;
}

.mo-z-1329 {
  z-index: 1329;
}

.mo-z-1330 {
  z-index: 1330;
}

.mo-z-1331 {
  z-index: 1331;
}

.mo-z-1332 {
  z-index: 1332;
}

.mo-z-1333 {
  z-index: 1333;
}

.mo-z-1334 {
  z-index: 1334;
}

.mo-z-1335 {
  z-index: 1335;
}

.mo-z-1336 {
  z-index: 1336;
}

.mo-z-1337 {
  z-index: 1337;
}

.mo-z-1338 {
  z-index: 1338;
}

.mo-z-1339 {
  z-index: 1339;
}

.mo-z-1340 {
  z-index: 1340;
}

.mo-z-1341 {
  z-index: 1341;
}

.mo-z-1342 {
  z-index: 1342;
}

.mo-z-1343 {
  z-index: 1343;
}

.mo-z-1344 {
  z-index: 1344;
}

.mo-z-1345 {
  z-index: 1345;
}

.mo-z-1346 {
  z-index: 1346;
}

.mo-z-1347 {
  z-index: 1347;
}

.mo-z-1348 {
  z-index: 1348;
}

.mo-z-1349 {
  z-index: 1349;
}

.mo-z-1350 {
  z-index: 1350;
}

.mo-z-1351 {
  z-index: 1351;
}

.mo-z-1352 {
  z-index: 1352;
}

.mo-z-1353 {
  z-index: 1353;
}

.mo-z-1354 {
  z-index: 1354;
}

.mo-z-1355 {
  z-index: 1355;
}

.mo-z-1356 {
  z-index: 1356;
}

.mo-z-1357 {
  z-index: 1357;
}

.mo-z-1358 {
  z-index: 1358;
}

.mo-z-1359 {
  z-index: 1359;
}

.mo-z-1360 {
  z-index: 1360;
}

.mo-z-1361 {
  z-index: 1361;
}

.mo-z-1362 {
  z-index: 1362;
}

.mo-z-1363 {
  z-index: 1363;
}

.mo-z-1364 {
  z-index: 1364;
}

.mo-z-1365 {
  z-index: 1365;
}

.mo-z-1366 {
  z-index: 1366;
}

.mo-z-1367 {
  z-index: 1367;
}

.mo-z-1368 {
  z-index: 1368;
}

.mo-z-1369 {
  z-index: 1369;
}

.mo-z-1370 {
  z-index: 1370;
}

.mo-z-1371 {
  z-index: 1371;
}

.mo-z-1372 {
  z-index: 1372;
}

.mo-z-1373 {
  z-index: 1373;
}

.mo-z-1374 {
  z-index: 1374;
}

.mo-z-1375 {
  z-index: 1375;
}

.mo-z-1376 {
  z-index: 1376;
}

.mo-z-1377 {
  z-index: 1377;
}

.mo-z-1378 {
  z-index: 1378;
}

.mo-z-1379 {
  z-index: 1379;
}

.mo-z-1380 {
  z-index: 1380;
}

.mo-z-1381 {
  z-index: 1381;
}

.mo-z-1382 {
  z-index: 1382;
}

.mo-z-1383 {
  z-index: 1383;
}

.mo-z-1384 {
  z-index: 1384;
}

.mo-z-1385 {
  z-index: 1385;
}

.mo-z-1386 {
  z-index: 1386;
}

.mo-z-1387 {
  z-index: 1387;
}

.mo-z-1388 {
  z-index: 1388;
}

.mo-z-1389 {
  z-index: 1389;
}

.mo-z-1390 {
  z-index: 1390;
}

.mo-z-1391 {
  z-index: 1391;
}

.mo-z-1392 {
  z-index: 1392;
}

.mo-z-1393 {
  z-index: 1393;
}

.mo-z-1394 {
  z-index: 1394;
}

.mo-z-1395 {
  z-index: 1395;
}

.mo-z-1396 {
  z-index: 1396;
}

.mo-z-1397 {
  z-index: 1397;
}

.mo-z-1398 {
  z-index: 1398;
}

.mo-z-1399 {
  z-index: 1399;
}

.mo-z-1400 {
  z-index: 1400;
}

.mo-z-1401 {
  z-index: 1401;
}

.mo-z-1402 {
  z-index: 1402;
}

.mo-z-1403 {
  z-index: 1403;
}

.mo-z-1404 {
  z-index: 1404;
}

.mo-z-1405 {
  z-index: 1405;
}

.mo-z-1406 {
  z-index: 1406;
}

.mo-z-1407 {
  z-index: 1407;
}

.mo-z-1408 {
  z-index: 1408;
}

.mo-z-1409 {
  z-index: 1409;
}

.mo-z-1410 {
  z-index: 1410;
}

.mo-z-1411 {
  z-index: 1411;
}

.mo-z-1412 {
  z-index: 1412;
}

.mo-z-1413 {
  z-index: 1413;
}

.mo-z-1414 {
  z-index: 1414;
}

.mo-z-1415 {
  z-index: 1415;
}

.mo-z-1416 {
  z-index: 1416;
}

.mo-z-1417 {
  z-index: 1417;
}

.mo-z-1418 {
  z-index: 1418;
}

.mo-z-1419 {
  z-index: 1419;
}

.mo-z-1420 {
  z-index: 1420;
}

.mo-z-1421 {
  z-index: 1421;
}

.mo-z-1422 {
  z-index: 1422;
}

.mo-z-1423 {
  z-index: 1423;
}

.mo-z-1424 {
  z-index: 1424;
}

.mo-z-1425 {
  z-index: 1425;
}

.mo-z-1426 {
  z-index: 1426;
}

.mo-z-1427 {
  z-index: 1427;
}

.mo-z-1428 {
  z-index: 1428;
}

.mo-z-1429 {
  z-index: 1429;
}

.mo-z-1430 {
  z-index: 1430;
}

.mo-z-1431 {
  z-index: 1431;
}

.mo-z-1432 {
  z-index: 1432;
}

.mo-z-1433 {
  z-index: 1433;
}

.mo-z-1434 {
  z-index: 1434;
}

.mo-z-1435 {
  z-index: 1435;
}

.mo-z-1436 {
  z-index: 1436;
}

.mo-z-1437 {
  z-index: 1437;
}

.mo-z-1438 {
  z-index: 1438;
}

.mo-z-1439 {
  z-index: 1439;
}

.mo-z-1440 {
  z-index: 1440;
}

.mo-z-1441 {
  z-index: 1441;
}

.mo-z-1442 {
  z-index: 1442;
}

.mo-z-1443 {
  z-index: 1443;
}

.mo-z-1444 {
  z-index: 1444;
}

.mo-z-1445 {
  z-index: 1445;
}

.mo-z-1446 {
  z-index: 1446;
}

.mo-z-1447 {
  z-index: 1447;
}

.mo-z-1448 {
  z-index: 1448;
}

.mo-z-1449 {
  z-index: 1449;
}

.mo-z-1450 {
  z-index: 1450;
}

.mo-z-1451 {
  z-index: 1451;
}

.mo-z-1452 {
  z-index: 1452;
}

.mo-z-1453 {
  z-index: 1453;
}

.mo-z-1454 {
  z-index: 1454;
}

.mo-z-1455 {
  z-index: 1455;
}

.mo-z-1456 {
  z-index: 1456;
}

.mo-z-1457 {
  z-index: 1457;
}

.mo-z-1458 {
  z-index: 1458;
}

.mo-z-1459 {
  z-index: 1459;
}

.mo-z-1460 {
  z-index: 1460;
}

.mo-z-1461 {
  z-index: 1461;
}

.mo-z-1462 {
  z-index: 1462;
}

.mo-z-1463 {
  z-index: 1463;
}

.mo-z-1464 {
  z-index: 1464;
}

.mo-z-1465 {
  z-index: 1465;
}

.mo-z-1466 {
  z-index: 1466;
}

.mo-z-1467 {
  z-index: 1467;
}

.mo-z-1468 {
  z-index: 1468;
}

.mo-z-1469 {
  z-index: 1469;
}

.mo-z-1470 {
  z-index: 1470;
}

.mo-z-1471 {
  z-index: 1471;
}

.mo-z-1472 {
  z-index: 1472;
}

.mo-z-1473 {
  z-index: 1473;
}

.mo-z-1474 {
  z-index: 1474;
}

.mo-z-1475 {
  z-index: 1475;
}

.mo-z-1476 {
  z-index: 1476;
}

.mo-z-1477 {
  z-index: 1477;
}

.mo-z-1478 {
  z-index: 1478;
}

.mo-z-1479 {
  z-index: 1479;
}

.mo-z-1480 {
  z-index: 1480;
}

.mo-z-1481 {
  z-index: 1481;
}

.mo-z-1482 {
  z-index: 1482;
}

.mo-z-1483 {
  z-index: 1483;
}

.mo-z-1484 {
  z-index: 1484;
}

.mo-z-1485 {
  z-index: 1485;
}

.mo-z-1486 {
  z-index: 1486;
}

.mo-z-1487 {
  z-index: 1487;
}

.mo-z-1488 {
  z-index: 1488;
}

.mo-z-1489 {
  z-index: 1489;
}

.mo-z-1490 {
  z-index: 1490;
}

.mo-z-1491 {
  z-index: 1491;
}

.mo-z-1492 {
  z-index: 1492;
}

.mo-z-1493 {
  z-index: 1493;
}

.mo-z-1494 {
  z-index: 1494;
}

.mo-z-1495 {
  z-index: 1495;
}

.mo-z-1496 {
  z-index: 1496;
}

.mo-z-1497 {
  z-index: 1497;
}

.mo-z-1498 {
  z-index: 1498;
}

.mo-z-1499 {
  z-index: 1499;
}

.mo-z-1500 {
  z-index: 1500;
}

.mo-z-1501 {
  z-index: 1501;
}

.mo-z-1502 {
  z-index: 1502;
}

.mo-z-1503 {
  z-index: 1503;
}

.mo-z-1504 {
  z-index: 1504;
}

.mo-z-1505 {
  z-index: 1505;
}

.mo-z-1506 {
  z-index: 1506;
}

.mo-z-1507 {
  z-index: 1507;
}

.mo-z-1508 {
  z-index: 1508;
}

.mo-z-1509 {
  z-index: 1509;
}

.mo-z-1510 {
  z-index: 1510;
}

.mo-z-1511 {
  z-index: 1511;
}

.mo-z-1512 {
  z-index: 1512;
}

.mo-z-1513 {
  z-index: 1513;
}

.mo-z-1514 {
  z-index: 1514;
}

.mo-z-1515 {
  z-index: 1515;
}

.mo-z-1516 {
  z-index: 1516;
}

.mo-z-1517 {
  z-index: 1517;
}

.mo-z-1518 {
  z-index: 1518;
}

.mo-z-1519 {
  z-index: 1519;
}

.mo-z-1520 {
  z-index: 1520;
}

.mo-z-1521 {
  z-index: 1521;
}

.mo-z-1522 {
  z-index: 1522;
}

.mo-z-1523 {
  z-index: 1523;
}

.mo-z-1524 {
  z-index: 1524;
}

.mo-z-1525 {
  z-index: 1525;
}

.mo-z-1526 {
  z-index: 1526;
}

.mo-z-1527 {
  z-index: 1527;
}

.mo-z-1528 {
  z-index: 1528;
}

.mo-z-1529 {
  z-index: 1529;
}

.mo-z-1530 {
  z-index: 1530;
}

.mo-z-1531 {
  z-index: 1531;
}

.mo-z-1532 {
  z-index: 1532;
}

.mo-z-1533 {
  z-index: 1533;
}

.mo-z-1534 {
  z-index: 1534;
}

.mo-z-1535 {
  z-index: 1535;
}

.mo-z-1536 {
  z-index: 1536;
}

.mo-z-1537 {
  z-index: 1537;
}

.mo-z-1538 {
  z-index: 1538;
}

.mo-z-1539 {
  z-index: 1539;
}

.mo-z-1540 {
  z-index: 1540;
}

.mo-z-1541 {
  z-index: 1541;
}

.mo-z-1542 {
  z-index: 1542;
}

.mo-z-1543 {
  z-index: 1543;
}

.mo-z-1544 {
  z-index: 1544;
}

.mo-z-1545 {
  z-index: 1545;
}

.mo-z-1546 {
  z-index: 1546;
}

.mo-z-1547 {
  z-index: 1547;
}

.mo-z-1548 {
  z-index: 1548;
}

.mo-z-1549 {
  z-index: 1549;
}

.mo-z-1550 {
  z-index: 1550;
}

.mo-z-1551 {
  z-index: 1551;
}

.mo-z-1552 {
  z-index: 1552;
}

.mo-z-1553 {
  z-index: 1553;
}

.mo-z-1554 {
  z-index: 1554;
}

.mo-z-1555 {
  z-index: 1555;
}

.mo-z-1556 {
  z-index: 1556;
}

.mo-z-1557 {
  z-index: 1557;
}

.mo-z-1558 {
  z-index: 1558;
}

.mo-z-1559 {
  z-index: 1559;
}

.mo-z-1560 {
  z-index: 1560;
}

.mo-z-1561 {
  z-index: 1561;
}

.mo-z-1562 {
  z-index: 1562;
}

.mo-z-1563 {
  z-index: 1563;
}

.mo-z-1564 {
  z-index: 1564;
}

.mo-z-1565 {
  z-index: 1565;
}

.mo-z-1566 {
  z-index: 1566;
}

.mo-z-1567 {
  z-index: 1567;
}

.mo-z-1568 {
  z-index: 1568;
}

.mo-z-1569 {
  z-index: 1569;
}

.mo-z-1570 {
  z-index: 1570;
}

.mo-z-1571 {
  z-index: 1571;
}

.mo-z-1572 {
  z-index: 1572;
}

.mo-z-1573 {
  z-index: 1573;
}

.mo-z-1574 {
  z-index: 1574;
}

.mo-z-1575 {
  z-index: 1575;
}

.mo-z-1576 {
  z-index: 1576;
}

.mo-z-1577 {
  z-index: 1577;
}

.mo-z-1578 {
  z-index: 1578;
}

.mo-z-1579 {
  z-index: 1579;
}

.mo-z-1580 {
  z-index: 1580;
}

.mo-z-1581 {
  z-index: 1581;
}

.mo-z-1582 {
  z-index: 1582;
}

.mo-z-1583 {
  z-index: 1583;
}

.mo-z-1584 {
  z-index: 1584;
}

.mo-z-1585 {
  z-index: 1585;
}

.mo-z-1586 {
  z-index: 1586;
}

.mo-z-1587 {
  z-index: 1587;
}

.mo-z-1588 {
  z-index: 1588;
}

.mo-z-1589 {
  z-index: 1589;
}

.mo-z-1590 {
  z-index: 1590;
}

.mo-z-1591 {
  z-index: 1591;
}

.mo-z-1592 {
  z-index: 1592;
}

.mo-z-1593 {
  z-index: 1593;
}

.mo-z-1594 {
  z-index: 1594;
}

.mo-z-1595 {
  z-index: 1595;
}

.mo-z-1596 {
  z-index: 1596;
}

.mo-z-1597 {
  z-index: 1597;
}

.mo-z-1598 {
  z-index: 1598;
}

.mo-z-1599 {
  z-index: 1599;
}

.mo-z-1600 {
  z-index: 1600;
}

.mo-z-1601 {
  z-index: 1601;
}

.mo-z-1602 {
  z-index: 1602;
}

.mo-z-1603 {
  z-index: 1603;
}

.mo-z-1604 {
  z-index: 1604;
}

.mo-z-1605 {
  z-index: 1605;
}

.mo-z-1606 {
  z-index: 1606;
}

.mo-z-1607 {
  z-index: 1607;
}

.mo-z-1608 {
  z-index: 1608;
}

.mo-z-1609 {
  z-index: 1609;
}

.mo-z-1610 {
  z-index: 1610;
}

.mo-z-1611 {
  z-index: 1611;
}

.mo-z-1612 {
  z-index: 1612;
}

.mo-z-1613 {
  z-index: 1613;
}

.mo-z-1614 {
  z-index: 1614;
}

.mo-z-1615 {
  z-index: 1615;
}

.mo-z-1616 {
  z-index: 1616;
}

.mo-z-1617 {
  z-index: 1617;
}

.mo-z-1618 {
  z-index: 1618;
}

.mo-z-1619 {
  z-index: 1619;
}

.mo-z-1620 {
  z-index: 1620;
}

.mo-z-1621 {
  z-index: 1621;
}

.mo-z-1622 {
  z-index: 1622;
}

.mo-z-1623 {
  z-index: 1623;
}

.mo-z-1624 {
  z-index: 1624;
}

.mo-z-1625 {
  z-index: 1625;
}

.mo-z-1626 {
  z-index: 1626;
}

.mo-z-1627 {
  z-index: 1627;
}

.mo-z-1628 {
  z-index: 1628;
}

.mo-z-1629 {
  z-index: 1629;
}

.mo-z-1630 {
  z-index: 1630;
}

.mo-z-1631 {
  z-index: 1631;
}

.mo-z-1632 {
  z-index: 1632;
}

.mo-z-1633 {
  z-index: 1633;
}

.mo-z-1634 {
  z-index: 1634;
}

.mo-z-1635 {
  z-index: 1635;
}

.mo-z-1636 {
  z-index: 1636;
}

.mo-z-1637 {
  z-index: 1637;
}

.mo-z-1638 {
  z-index: 1638;
}

.mo-z-1639 {
  z-index: 1639;
}

.mo-z-1640 {
  z-index: 1640;
}

.mo-z-1641 {
  z-index: 1641;
}

.mo-z-1642 {
  z-index: 1642;
}

.mo-z-1643 {
  z-index: 1643;
}

.mo-z-1644 {
  z-index: 1644;
}

.mo-z-1645 {
  z-index: 1645;
}

.mo-z-1646 {
  z-index: 1646;
}

.mo-z-1647 {
  z-index: 1647;
}

.mo-z-1648 {
  z-index: 1648;
}

.mo-z-1649 {
  z-index: 1649;
}

.mo-z-1650 {
  z-index: 1650;
}

.mo-z-1651 {
  z-index: 1651;
}

.mo-z-1652 {
  z-index: 1652;
}

.mo-z-1653 {
  z-index: 1653;
}

.mo-z-1654 {
  z-index: 1654;
}

.mo-z-1655 {
  z-index: 1655;
}

.mo-z-1656 {
  z-index: 1656;
}

.mo-z-1657 {
  z-index: 1657;
}

.mo-z-1658 {
  z-index: 1658;
}

.mo-z-1659 {
  z-index: 1659;
}

.mo-z-1660 {
  z-index: 1660;
}

.mo-z-1661 {
  z-index: 1661;
}

.mo-z-1662 {
  z-index: 1662;
}

.mo-z-1663 {
  z-index: 1663;
}

.mo-z-1664 {
  z-index: 1664;
}

.mo-z-1665 {
  z-index: 1665;
}

.mo-z-1666 {
  z-index: 1666;
}

.mo-z-1667 {
  z-index: 1667;
}

.mo-z-1668 {
  z-index: 1668;
}

.mo-z-1669 {
  z-index: 1669;
}

.mo-z-1670 {
  z-index: 1670;
}

.mo-z-1671 {
  z-index: 1671;
}

.mo-z-1672 {
  z-index: 1672;
}

.mo-z-1673 {
  z-index: 1673;
}

.mo-z-1674 {
  z-index: 1674;
}

.mo-z-1675 {
  z-index: 1675;
}

.mo-z-1676 {
  z-index: 1676;
}

.mo-z-1677 {
  z-index: 1677;
}

.mo-z-1678 {
  z-index: 1678;
}

.mo-z-1679 {
  z-index: 1679;
}

.mo-z-1680 {
  z-index: 1680;
}

.mo-z-1681 {
  z-index: 1681;
}

.mo-z-1682 {
  z-index: 1682;
}

.mo-z-1683 {
  z-index: 1683;
}

.mo-z-1684 {
  z-index: 1684;
}

.mo-z-1685 {
  z-index: 1685;
}

.mo-z-1686 {
  z-index: 1686;
}

.mo-z-1687 {
  z-index: 1687;
}

.mo-z-1688 {
  z-index: 1688;
}

.mo-z-1689 {
  z-index: 1689;
}

.mo-z-1690 {
  z-index: 1690;
}

.mo-z-1691 {
  z-index: 1691;
}

.mo-z-1692 {
  z-index: 1692;
}

.mo-z-1693 {
  z-index: 1693;
}

.mo-z-1694 {
  z-index: 1694;
}

.mo-z-1695 {
  z-index: 1695;
}

.mo-z-1696 {
  z-index: 1696;
}

.mo-z-1697 {
  z-index: 1697;
}

.mo-z-1698 {
  z-index: 1698;
}

.mo-z-1699 {
  z-index: 1699;
}

.mo-z-1700 {
  z-index: 1700;
}

.mo-z-1701 {
  z-index: 1701;
}

.mo-z-1702 {
  z-index: 1702;
}

.mo-z-1703 {
  z-index: 1703;
}

.mo-z-1704 {
  z-index: 1704;
}

.mo-z-1705 {
  z-index: 1705;
}

.mo-z-1706 {
  z-index: 1706;
}

.mo-z-1707 {
  z-index: 1707;
}

.mo-z-1708 {
  z-index: 1708;
}

.mo-z-1709 {
  z-index: 1709;
}

.mo-z-1710 {
  z-index: 1710;
}

.mo-z-1711 {
  z-index: 1711;
}

.mo-z-1712 {
  z-index: 1712;
}

.mo-z-1713 {
  z-index: 1713;
}

.mo-z-1714 {
  z-index: 1714;
}

.mo-z-1715 {
  z-index: 1715;
}

.mo-z-1716 {
  z-index: 1716;
}

.mo-z-1717 {
  z-index: 1717;
}

.mo-z-1718 {
  z-index: 1718;
}

.mo-z-1719 {
  z-index: 1719;
}

.mo-z-1720 {
  z-index: 1720;
}

.mo-z-1721 {
  z-index: 1721;
}

.mo-z-1722 {
  z-index: 1722;
}

.mo-z-1723 {
  z-index: 1723;
}

.mo-z-1724 {
  z-index: 1724;
}

.mo-z-1725 {
  z-index: 1725;
}

.mo-z-1726 {
  z-index: 1726;
}

.mo-z-1727 {
  z-index: 1727;
}

.mo-z-1728 {
  z-index: 1728;
}

.mo-z-1729 {
  z-index: 1729;
}

.mo-z-1730 {
  z-index: 1730;
}

.mo-z-1731 {
  z-index: 1731;
}

.mo-z-1732 {
  z-index: 1732;
}

.mo-z-1733 {
  z-index: 1733;
}

.mo-z-1734 {
  z-index: 1734;
}

.mo-z-1735 {
  z-index: 1735;
}

.mo-z-1736 {
  z-index: 1736;
}

.mo-z-1737 {
  z-index: 1737;
}

.mo-z-1738 {
  z-index: 1738;
}

.mo-z-1739 {
  z-index: 1739;
}

.mo-z-1740 {
  z-index: 1740;
}

.mo-z-1741 {
  z-index: 1741;
}

.mo-z-1742 {
  z-index: 1742;
}

.mo-z-1743 {
  z-index: 1743;
}

.mo-z-1744 {
  z-index: 1744;
}

.mo-z-1745 {
  z-index: 1745;
}

.mo-z-1746 {
  z-index: 1746;
}

.mo-z-1747 {
  z-index: 1747;
}

.mo-z-1748 {
  z-index: 1748;
}

.mo-z-1749 {
  z-index: 1749;
}

.mo-z-1750 {
  z-index: 1750;
}

.mo-z-1751 {
  z-index: 1751;
}

.mo-z-1752 {
  z-index: 1752;
}

.mo-z-1753 {
  z-index: 1753;
}

.mo-z-1754 {
  z-index: 1754;
}

.mo-z-1755 {
  z-index: 1755;
}

.mo-z-1756 {
  z-index: 1756;
}

.mo-z-1757 {
  z-index: 1757;
}

.mo-z-1758 {
  z-index: 1758;
}

.mo-z-1759 {
  z-index: 1759;
}

.mo-z-1760 {
  z-index: 1760;
}

.mo-z-1761 {
  z-index: 1761;
}

.mo-z-1762 {
  z-index: 1762;
}

.mo-z-1763 {
  z-index: 1763;
}

.mo-z-1764 {
  z-index: 1764;
}

.mo-z-1765 {
  z-index: 1765;
}

.mo-z-1766 {
  z-index: 1766;
}

.mo-z-1767 {
  z-index: 1767;
}

.mo-z-1768 {
  z-index: 1768;
}

.mo-z-1769 {
  z-index: 1769;
}

.mo-z-1770 {
  z-index: 1770;
}

.mo-z-1771 {
  z-index: 1771;
}

.mo-z-1772 {
  z-index: 1772;
}

.mo-z-1773 {
  z-index: 1773;
}

.mo-z-1774 {
  z-index: 1774;
}

.mo-z-1775 {
  z-index: 1775;
}

.mo-z-1776 {
  z-index: 1776;
}

.mo-z-1777 {
  z-index: 1777;
}

.mo-z-1778 {
  z-index: 1778;
}

.mo-z-1779 {
  z-index: 1779;
}

.mo-z-1780 {
  z-index: 1780;
}

.mo-z-1781 {
  z-index: 1781;
}

.mo-z-1782 {
  z-index: 1782;
}

.mo-z-1783 {
  z-index: 1783;
}

.mo-z-1784 {
  z-index: 1784;
}

.mo-z-1785 {
  z-index: 1785;
}

.mo-z-1786 {
  z-index: 1786;
}

.mo-z-1787 {
  z-index: 1787;
}

.mo-z-1788 {
  z-index: 1788;
}

.mo-z-1789 {
  z-index: 1789;
}

.mo-z-1790 {
  z-index: 1790;
}

.mo-z-1791 {
  z-index: 1791;
}

.mo-z-1792 {
  z-index: 1792;
}

.mo-z-1793 {
  z-index: 1793;
}

.mo-z-1794 {
  z-index: 1794;
}

.mo-z-1795 {
  z-index: 1795;
}

.mo-z-1796 {
  z-index: 1796;
}

.mo-z-1797 {
  z-index: 1797;
}

.mo-z-1798 {
  z-index: 1798;
}

.mo-z-1799 {
  z-index: 1799;
}

.mo-z-1800 {
  z-index: 1800;
}

.mo-z-1801 {
  z-index: 1801;
}

.mo-z-1802 {
  z-index: 1802;
}

.mo-z-1803 {
  z-index: 1803;
}

.mo-z-1804 {
  z-index: 1804;
}

.mo-z-1805 {
  z-index: 1805;
}

.mo-z-1806 {
  z-index: 1806;
}

.mo-z-1807 {
  z-index: 1807;
}

.mo-z-1808 {
  z-index: 1808;
}

.mo-z-1809 {
  z-index: 1809;
}

.mo-z-1810 {
  z-index: 1810;
}

.mo-z-1811 {
  z-index: 1811;
}

.mo-z-1812 {
  z-index: 1812;
}

.mo-z-1813 {
  z-index: 1813;
}

.mo-z-1814 {
  z-index: 1814;
}

.mo-z-1815 {
  z-index: 1815;
}

.mo-z-1816 {
  z-index: 1816;
}

.mo-z-1817 {
  z-index: 1817;
}

.mo-z-1818 {
  z-index: 1818;
}

.mo-z-1819 {
  z-index: 1819;
}

.mo-z-1820 {
  z-index: 1820;
}

.mo-z-1821 {
  z-index: 1821;
}

.mo-z-1822 {
  z-index: 1822;
}

.mo-z-1823 {
  z-index: 1823;
}

.mo-z-1824 {
  z-index: 1824;
}

.mo-z-1825 {
  z-index: 1825;
}

.mo-z-1826 {
  z-index: 1826;
}

.mo-z-1827 {
  z-index: 1827;
}

.mo-z-1828 {
  z-index: 1828;
}

.mo-z-1829 {
  z-index: 1829;
}

.mo-z-1830 {
  z-index: 1830;
}

.mo-z-1831 {
  z-index: 1831;
}

.mo-z-1832 {
  z-index: 1832;
}

.mo-z-1833 {
  z-index: 1833;
}

.mo-z-1834 {
  z-index: 1834;
}

.mo-z-1835 {
  z-index: 1835;
}

.mo-z-1836 {
  z-index: 1836;
}

.mo-z-1837 {
  z-index: 1837;
}

.mo-z-1838 {
  z-index: 1838;
}

.mo-z-1839 {
  z-index: 1839;
}

.mo-z-1840 {
  z-index: 1840;
}

.mo-z-1841 {
  z-index: 1841;
}

.mo-z-1842 {
  z-index: 1842;
}

.mo-z-1843 {
  z-index: 1843;
}

.mo-z-1844 {
  z-index: 1844;
}

.mo-z-1845 {
  z-index: 1845;
}

.mo-z-1846 {
  z-index: 1846;
}

.mo-z-1847 {
  z-index: 1847;
}

.mo-z-1848 {
  z-index: 1848;
}

.mo-z-1849 {
  z-index: 1849;
}

.mo-z-1850 {
  z-index: 1850;
}

.mo-z-1851 {
  z-index: 1851;
}

.mo-z-1852 {
  z-index: 1852;
}

.mo-z-1853 {
  z-index: 1853;
}

.mo-z-1854 {
  z-index: 1854;
}

.mo-z-1855 {
  z-index: 1855;
}

.mo-z-1856 {
  z-index: 1856;
}

.mo-z-1857 {
  z-index: 1857;
}

.mo-z-1858 {
  z-index: 1858;
}

.mo-z-1859 {
  z-index: 1859;
}

.mo-z-1860 {
  z-index: 1860;
}

.mo-z-1861 {
  z-index: 1861;
}

.mo-z-1862 {
  z-index: 1862;
}

.mo-z-1863 {
  z-index: 1863;
}

.mo-z-1864 {
  z-index: 1864;
}

.mo-z-1865 {
  z-index: 1865;
}

.mo-z-1866 {
  z-index: 1866;
}

.mo-z-1867 {
  z-index: 1867;
}

.mo-z-1868 {
  z-index: 1868;
}

.mo-z-1869 {
  z-index: 1869;
}

.mo-z-1870 {
  z-index: 1870;
}

.mo-z-1871 {
  z-index: 1871;
}

.mo-z-1872 {
  z-index: 1872;
}

.mo-z-1873 {
  z-index: 1873;
}

.mo-z-1874 {
  z-index: 1874;
}

.mo-z-1875 {
  z-index: 1875;
}

.mo-z-1876 {
  z-index: 1876;
}

.mo-z-1877 {
  z-index: 1877;
}

.mo-z-1878 {
  z-index: 1878;
}

.mo-z-1879 {
  z-index: 1879;
}

.mo-z-1880 {
  z-index: 1880;
}

.mo-z-1881 {
  z-index: 1881;
}

.mo-z-1882 {
  z-index: 1882;
}

.mo-z-1883 {
  z-index: 1883;
}

.mo-z-1884 {
  z-index: 1884;
}

.mo-z-1885 {
  z-index: 1885;
}

.mo-z-1886 {
  z-index: 1886;
}

.mo-z-1887 {
  z-index: 1887;
}

.mo-z-1888 {
  z-index: 1888;
}

.mo-z-1889 {
  z-index: 1889;
}

.mo-z-1890 {
  z-index: 1890;
}

.mo-z-1891 {
  z-index: 1891;
}

.mo-z-1892 {
  z-index: 1892;
}

.mo-z-1893 {
  z-index: 1893;
}

.mo-z-1894 {
  z-index: 1894;
}

.mo-z-1895 {
  z-index: 1895;
}

.mo-z-1896 {
  z-index: 1896;
}

.mo-z-1897 {
  z-index: 1897;
}

.mo-z-1898 {
  z-index: 1898;
}

.mo-z-1899 {
  z-index: 1899;
}

.mo-z-1900 {
  z-index: 1900;
}

.mo-z-1901 {
  z-index: 1901;
}

.mo-z-1902 {
  z-index: 1902;
}

.mo-z-1903 {
  z-index: 1903;
}

.mo-z-1904 {
  z-index: 1904;
}

.mo-z-1905 {
  z-index: 1905;
}

.mo-z-1906 {
  z-index: 1906;
}

.mo-z-1907 {
  z-index: 1907;
}

.mo-z-1908 {
  z-index: 1908;
}

.mo-z-1909 {
  z-index: 1909;
}

.mo-z-1910 {
  z-index: 1910;
}

.mo-z-1911 {
  z-index: 1911;
}

.mo-z-1912 {
  z-index: 1912;
}

.mo-z-1913 {
  z-index: 1913;
}

.mo-z-1914 {
  z-index: 1914;
}

.mo-z-1915 {
  z-index: 1915;
}

.mo-z-1916 {
  z-index: 1916;
}

.mo-z-1917 {
  z-index: 1917;
}

.mo-z-1918 {
  z-index: 1918;
}

.mo-z-1919 {
  z-index: 1919;
}

.mo-z-1920 {
  z-index: 1920;
}

.mo-z-1921 {
  z-index: 1921;
}

.mo-z-1922 {
  z-index: 1922;
}

.mo-z-1923 {
  z-index: 1923;
}

.mo-z-1924 {
  z-index: 1924;
}

.mo-z-1925 {
  z-index: 1925;
}

.mo-z-1926 {
  z-index: 1926;
}

.mo-z-1927 {
  z-index: 1927;
}

.mo-z-1928 {
  z-index: 1928;
}

.mo-z-1929 {
  z-index: 1929;
}

.mo-z-1930 {
  z-index: 1930;
}

.mo-z-1931 {
  z-index: 1931;
}

.mo-z-1932 {
  z-index: 1932;
}

.mo-z-1933 {
  z-index: 1933;
}

.mo-z-1934 {
  z-index: 1934;
}

.mo-z-1935 {
  z-index: 1935;
}

.mo-z-1936 {
  z-index: 1936;
}

.mo-z-1937 {
  z-index: 1937;
}

.mo-z-1938 {
  z-index: 1938;
}

.mo-z-1939 {
  z-index: 1939;
}

.mo-z-1940 {
  z-index: 1940;
}

.mo-z-1941 {
  z-index: 1941;
}

.mo-z-1942 {
  z-index: 1942;
}

.mo-z-1943 {
  z-index: 1943;
}

.mo-z-1944 {
  z-index: 1944;
}

.mo-z-1945 {
  z-index: 1945;
}

.mo-z-1946 {
  z-index: 1946;
}

.mo-z-1947 {
  z-index: 1947;
}

.mo-z-1948 {
  z-index: 1948;
}

.mo-z-1949 {
  z-index: 1949;
}

.mo-z-1950 {
  z-index: 1950;
}

.mo-z-1951 {
  z-index: 1951;
}

.mo-z-1952 {
  z-index: 1952;
}

.mo-z-1953 {
  z-index: 1953;
}

.mo-z-1954 {
  z-index: 1954;
}

.mo-z-1955 {
  z-index: 1955;
}

.mo-z-1956 {
  z-index: 1956;
}

.mo-z-1957 {
  z-index: 1957;
}

.mo-z-1958 {
  z-index: 1958;
}

.mo-z-1959 {
  z-index: 1959;
}

.mo-z-1960 {
  z-index: 1960;
}

.mo-z-1961 {
  z-index: 1961;
}

.mo-z-1962 {
  z-index: 1962;
}

.mo-z-1963 {
  z-index: 1963;
}

.mo-z-1964 {
  z-index: 1964;
}

.mo-z-1965 {
  z-index: 1965;
}

.mo-z-1966 {
  z-index: 1966;
}

.mo-z-1967 {
  z-index: 1967;
}

.mo-z-1968 {
  z-index: 1968;
}

.mo-z-1969 {
  z-index: 1969;
}

.mo-z-1970 {
  z-index: 1970;
}

.mo-z-1971 {
  z-index: 1971;
}

.mo-z-1972 {
  z-index: 1972;
}

.mo-z-1973 {
  z-index: 1973;
}

.mo-z-1974 {
  z-index: 1974;
}

.mo-z-1975 {
  z-index: 1975;
}

.mo-z-1976 {
  z-index: 1976;
}

.mo-z-1977 {
  z-index: 1977;
}

.mo-z-1978 {
  z-index: 1978;
}

.mo-z-1979 {
  z-index: 1979;
}

.mo-z-1980 {
  z-index: 1980;
}

.mo-z-1981 {
  z-index: 1981;
}

.mo-z-1982 {
  z-index: 1982;
}

.mo-z-1983 {
  z-index: 1983;
}

.mo-z-1984 {
  z-index: 1984;
}

.mo-z-1985 {
  z-index: 1985;
}

.mo-z-1986 {
  z-index: 1986;
}

.mo-z-1987 {
  z-index: 1987;
}

.mo-z-1988 {
  z-index: 1988;
}

.mo-z-1989 {
  z-index: 1989;
}

.mo-z-1990 {
  z-index: 1990;
}

.mo-z-1991 {
  z-index: 1991;
}

.mo-z-1992 {
  z-index: 1992;
}

.mo-z-1993 {
  z-index: 1993;
}

.mo-z-1994 {
  z-index: 1994;
}

.mo-z-1995 {
  z-index: 1995;
}

.mo-z-1996 {
  z-index: 1996;
}

.mo-z-1997 {
  z-index: 1997;
}

.mo-z-1998 {
  z-index: 1998;
}

.mo-z-1999 {
  z-index: 1999;
}

.mo-z-2000 {
  z-index: 2000;
}

.mo-z-2001 {
  z-index: 2001;
}

.mo-z-2002 {
  z-index: 2002;
}

.mo-z-2003 {
  z-index: 2003;
}

.mo-z-2004 {
  z-index: 2004;
}

.mo-z-2005 {
  z-index: 2005;
}

.mo-z-2006 {
  z-index: 2006;
}

.mo-z-2007 {
  z-index: 2007;
}

.mo-z-2008 {
  z-index: 2008;
}

.mo-z-2009 {
  z-index: 2009;
}

.mo-z-2010 {
  z-index: 2010;
}

.mo-z-2011 {
  z-index: 2011;
}

.mo-z-2012 {
  z-index: 2012;
}

.mo-z-2013 {
  z-index: 2013;
}

.mo-z-2014 {
  z-index: 2014;
}

.mo-z-2015 {
  z-index: 2015;
}

.mo-z-2016 {
  z-index: 2016;
}

.mo-z-2017 {
  z-index: 2017;
}

.mo-z-2018 {
  z-index: 2018;
}

.mo-z-2019 {
  z-index: 2019;
}

.mo-z-2020 {
  z-index: 2020;
}

.mo-z-2021 {
  z-index: 2021;
}

.mo-z-2022 {
  z-index: 2022;
}

.mo-z-2023 {
  z-index: 2023;
}

.mo-z-2024 {
  z-index: 2024;
}

.mo-z-2025 {
  z-index: 2025;
}

.mo-z-2026 {
  z-index: 2026;
}

.mo-z-2027 {
  z-index: 2027;
}

.mo-z-2028 {
  z-index: 2028;
}

.mo-z-2029 {
  z-index: 2029;
}

.mo-z-2030 {
  z-index: 2030;
}

.mo-z-2031 {
  z-index: 2031;
}

.mo-z-2032 {
  z-index: 2032;
}

.mo-z-2033 {
  z-index: 2033;
}

.mo-z-2034 {
  z-index: 2034;
}

.mo-z-2035 {
  z-index: 2035;
}

.mo-z-2036 {
  z-index: 2036;
}

.mo-z-2037 {
  z-index: 2037;
}

.mo-z-2038 {
  z-index: 2038;
}

.mo-z-2039 {
  z-index: 2039;
}

.mo-z-2040 {
  z-index: 2040;
}

.mo-z-2041 {
  z-index: 2041;
}

.mo-z-2042 {
  z-index: 2042;
}

.mo-z-2043 {
  z-index: 2043;
}

.mo-z-2044 {
  z-index: 2044;
}

.mo-z-2045 {
  z-index: 2045;
}

.mo-z-2046 {
  z-index: 2046;
}

.mo-z-2047 {
  z-index: 2047;
}

.mo-z-2048 {
  z-index: 2048;
}

.mo-z-2049 {
  z-index: 2049;
}

.mo-z-2050 {
  z-index: 2050;
}

.mo-z-2051 {
  z-index: 2051;
}

.mo-z-2052 {
  z-index: 2052;
}

.mo-z-2053 {
  z-index: 2053;
}

.mo-z-2054 {
  z-index: 2054;
}

.mo-z-2055 {
  z-index: 2055;
}

.mo-z-2056 {
  z-index: 2056;
}

.mo-z-2057 {
  z-index: 2057;
}

.mo-z-2058 {
  z-index: 2058;
}

.mo-z-2059 {
  z-index: 2059;
}

.mo-z-2060 {
  z-index: 2060;
}

.mo-z-2061 {
  z-index: 2061;
}

.mo-z-2062 {
  z-index: 2062;
}

.mo-z-2063 {
  z-index: 2063;
}

.mo-z-2064 {
  z-index: 2064;
}

.mo-z-2065 {
  z-index: 2065;
}

.mo-z-2066 {
  z-index: 2066;
}

.mo-z-2067 {
  z-index: 2067;
}

.mo-z-2068 {
  z-index: 2068;
}

.mo-z-2069 {
  z-index: 2069;
}

.mo-z-2070 {
  z-index: 2070;
}

.mo-z-2071 {
  z-index: 2071;
}

.mo-z-2072 {
  z-index: 2072;
}

.mo-z-2073 {
  z-index: 2073;
}

.mo-z-2074 {
  z-index: 2074;
}

.mo-z-2075 {
  z-index: 2075;
}

.mo-z-2076 {
  z-index: 2076;
}

.mo-z-2077 {
  z-index: 2077;
}

.mo-z-2078 {
  z-index: 2078;
}

.mo-z-2079 {
  z-index: 2079;
}

.mo-z-2080 {
  z-index: 2080;
}

.mo-z-2081 {
  z-index: 2081;
}

.mo-z-2082 {
  z-index: 2082;
}

.mo-z-2083 {
  z-index: 2083;
}

.mo-z-2084 {
  z-index: 2084;
}

.mo-z-2085 {
  z-index: 2085;
}

.mo-z-2086 {
  z-index: 2086;
}

.mo-z-2087 {
  z-index: 2087;
}

.mo-z-2088 {
  z-index: 2088;
}

.mo-z-2089 {
  z-index: 2089;
}

.mo-z-2090 {
  z-index: 2090;
}

.mo-z-2091 {
  z-index: 2091;
}

.mo-z-2092 {
  z-index: 2092;
}

.mo-z-2093 {
  z-index: 2093;
}

.mo-z-2094 {
  z-index: 2094;
}

.mo-z-2095 {
  z-index: 2095;
}

.mo-z-2096 {
  z-index: 2096;
}

.mo-z-2097 {
  z-index: 2097;
}

.mo-z-2098 {
  z-index: 2098;
}

.mo-z-2099 {
  z-index: 2099;
}

.mo-z-2100 {
  z-index: 2100;
}

.mo-z-2101 {
  z-index: 2101;
}

.mo-z-2102 {
  z-index: 2102;
}

.mo-z-2103 {
  z-index: 2103;
}

.mo-z-2104 {
  z-index: 2104;
}

.mo-z-2105 {
  z-index: 2105;
}

.mo-z-2106 {
  z-index: 2106;
}

.mo-z-2107 {
  z-index: 2107;
}

.mo-z-2108 {
  z-index: 2108;
}

.mo-z-2109 {
  z-index: 2109;
}

.mo-z-2110 {
  z-index: 2110;
}

.mo-z-2111 {
  z-index: 2111;
}

.mo-z-2112 {
  z-index: 2112;
}

.mo-z-2113 {
  z-index: 2113;
}

.mo-z-2114 {
  z-index: 2114;
}

.mo-z-2115 {
  z-index: 2115;
}

.mo-z-2116 {
  z-index: 2116;
}

.mo-z-2117 {
  z-index: 2117;
}

.mo-z-2118 {
  z-index: 2118;
}

.mo-z-2119 {
  z-index: 2119;
}

.mo-z-2120 {
  z-index: 2120;
}

.mo-z-2121 {
  z-index: 2121;
}

.mo-z-2122 {
  z-index: 2122;
}

.mo-z-2123 {
  z-index: 2123;
}

.mo-z-2124 {
  z-index: 2124;
}

.mo-z-2125 {
  z-index: 2125;
}

.mo-z-2126 {
  z-index: 2126;
}

.mo-z-2127 {
  z-index: 2127;
}

.mo-z-2128 {
  z-index: 2128;
}

.mo-z-2129 {
  z-index: 2129;
}

.mo-z-2130 {
  z-index: 2130;
}

.mo-z-2131 {
  z-index: 2131;
}

.mo-z-2132 {
  z-index: 2132;
}

.mo-z-2133 {
  z-index: 2133;
}

.mo-z-2134 {
  z-index: 2134;
}

.mo-z-2135 {
  z-index: 2135;
}

.mo-z-2136 {
  z-index: 2136;
}

.mo-z-2137 {
  z-index: 2137;
}

.mo-z-2138 {
  z-index: 2138;
}

.mo-z-2139 {
  z-index: 2139;
}

.mo-z-2140 {
  z-index: 2140;
}

.mo-z-2141 {
  z-index: 2141;
}

.mo-z-2142 {
  z-index: 2142;
}

.mo-z-2143 {
  z-index: 2143;
}

.mo-z-2144 {
  z-index: 2144;
}

.mo-z-2145 {
  z-index: 2145;
}

.mo-z-2146 {
  z-index: 2146;
}

.mo-z-2147 {
  z-index: 2147;
}

.mo-z-2148 {
  z-index: 2148;
}

.mo-z-2149 {
  z-index: 2149;
}

.mo-z-2150 {
  z-index: 2150;
}

.mo-z-2151 {
  z-index: 2151;
}

.mo-z-2152 {
  z-index: 2152;
}

.mo-z-2153 {
  z-index: 2153;
}

.mo-z-2154 {
  z-index: 2154;
}

.mo-z-2155 {
  z-index: 2155;
}

.mo-z-2156 {
  z-index: 2156;
}

.mo-z-2157 {
  z-index: 2157;
}

.mo-z-2158 {
  z-index: 2158;
}

.mo-z-2159 {
  z-index: 2159;
}

.mo-z-2160 {
  z-index: 2160;
}

.mo-z-2161 {
  z-index: 2161;
}

.mo-z-2162 {
  z-index: 2162;
}

.mo-z-2163 {
  z-index: 2163;
}

.mo-z-2164 {
  z-index: 2164;
}

.mo-z-2165 {
  z-index: 2165;
}

.mo-z-2166 {
  z-index: 2166;
}

.mo-z-2167 {
  z-index: 2167;
}

.mo-z-2168 {
  z-index: 2168;
}

.mo-z-2169 {
  z-index: 2169;
}

.mo-z-2170 {
  z-index: 2170;
}

.mo-z-2171 {
  z-index: 2171;
}

.mo-z-2172 {
  z-index: 2172;
}

.mo-z-2173 {
  z-index: 2173;
}

.mo-z-2174 {
  z-index: 2174;
}

.mo-z-2175 {
  z-index: 2175;
}

.mo-z-2176 {
  z-index: 2176;
}

.mo-z-2177 {
  z-index: 2177;
}

.mo-z-2178 {
  z-index: 2178;
}

.mo-z-2179 {
  z-index: 2179;
}

.mo-z-2180 {
  z-index: 2180;
}

.mo-z-2181 {
  z-index: 2181;
}

.mo-z-2182 {
  z-index: 2182;
}

.mo-z-2183 {
  z-index: 2183;
}

.mo-z-2184 {
  z-index: 2184;
}

.mo-z-2185 {
  z-index: 2185;
}

.mo-z-2186 {
  z-index: 2186;
}

.mo-z-2187 {
  z-index: 2187;
}

.mo-z-2188 {
  z-index: 2188;
}

.mo-z-2189 {
  z-index: 2189;
}

.mo-z-2190 {
  z-index: 2190;
}

.mo-z-2191 {
  z-index: 2191;
}

.mo-z-2192 {
  z-index: 2192;
}

.mo-z-2193 {
  z-index: 2193;
}

.mo-z-2194 {
  z-index: 2194;
}

.mo-z-2195 {
  z-index: 2195;
}

.mo-z-2196 {
  z-index: 2196;
}

.mo-z-2197 {
  z-index: 2197;
}

.mo-z-2198 {
  z-index: 2198;
}

.mo-z-2199 {
  z-index: 2199;
}

.mo-z-2200 {
  z-index: 2200;
}

.mo-z-2201 {
  z-index: 2201;
}

.mo-z-2202 {
  z-index: 2202;
}

.mo-z-2203 {
  z-index: 2203;
}

.mo-z-2204 {
  z-index: 2204;
}

.mo-z-2205 {
  z-index: 2205;
}

.mo-z-2206 {
  z-index: 2206;
}

.mo-z-2207 {
  z-index: 2207;
}

.mo-z-2208 {
  z-index: 2208;
}

.mo-z-2209 {
  z-index: 2209;
}

.mo-z-2210 {
  z-index: 2210;
}

.mo-z-2211 {
  z-index: 2211;
}

.mo-z-2212 {
  z-index: 2212;
}

.mo-z-2213 {
  z-index: 2213;
}

.mo-z-2214 {
  z-index: 2214;
}

.mo-z-2215 {
  z-index: 2215;
}

.mo-z-2216 {
  z-index: 2216;
}

.mo-z-2217 {
  z-index: 2217;
}

.mo-z-2218 {
  z-index: 2218;
}

.mo-z-2219 {
  z-index: 2219;
}

.mo-z-2220 {
  z-index: 2220;
}

.mo-z-2221 {
  z-index: 2221;
}

.mo-z-2222 {
  z-index: 2222;
}

.mo-z-2223 {
  z-index: 2223;
}

.mo-z-2224 {
  z-index: 2224;
}

.mo-z-2225 {
  z-index: 2225;
}

.mo-z-2226 {
  z-index: 2226;
}

.mo-z-2227 {
  z-index: 2227;
}

.mo-z-2228 {
  z-index: 2228;
}

.mo-z-2229 {
  z-index: 2229;
}

.mo-z-2230 {
  z-index: 2230;
}

.mo-z-2231 {
  z-index: 2231;
}

.mo-z-2232 {
  z-index: 2232;
}

.mo-z-2233 {
  z-index: 2233;
}

.mo-z-2234 {
  z-index: 2234;
}

.mo-z-2235 {
  z-index: 2235;
}

.mo-z-2236 {
  z-index: 2236;
}

.mo-z-2237 {
  z-index: 2237;
}

.mo-z-2238 {
  z-index: 2238;
}

.mo-z-2239 {
  z-index: 2239;
}

.mo-z-2240 {
  z-index: 2240;
}

.mo-z-2241 {
  z-index: 2241;
}

.mo-z-2242 {
  z-index: 2242;
}

.mo-z-2243 {
  z-index: 2243;
}

.mo-z-2244 {
  z-index: 2244;
}

.mo-z-2245 {
  z-index: 2245;
}

.mo-z-2246 {
  z-index: 2246;
}

.mo-z-2247 {
  z-index: 2247;
}

.mo-z-2248 {
  z-index: 2248;
}

.mo-z-2249 {
  z-index: 2249;
}

.mo-z-2250 {
  z-index: 2250;
}

.mo-z-2251 {
  z-index: 2251;
}

.mo-z-2252 {
  z-index: 2252;
}

.mo-z-2253 {
  z-index: 2253;
}

.mo-z-2254 {
  z-index: 2254;
}

.mo-z-2255 {
  z-index: 2255;
}

.mo-z-2256 {
  z-index: 2256;
}

.mo-z-2257 {
  z-index: 2257;
}

.mo-z-2258 {
  z-index: 2258;
}

.mo-z-2259 {
  z-index: 2259;
}

.mo-z-2260 {
  z-index: 2260;
}

.mo-z-2261 {
  z-index: 2261;
}

.mo-z-2262 {
  z-index: 2262;
}

.mo-z-2263 {
  z-index: 2263;
}

.mo-z-2264 {
  z-index: 2264;
}

.mo-z-2265 {
  z-index: 2265;
}

.mo-z-2266 {
  z-index: 2266;
}

.mo-z-2267 {
  z-index: 2267;
}

.mo-z-2268 {
  z-index: 2268;
}

.mo-z-2269 {
  z-index: 2269;
}

.mo-z-2270 {
  z-index: 2270;
}

.mo-z-2271 {
  z-index: 2271;
}

.mo-z-2272 {
  z-index: 2272;
}

.mo-z-2273 {
  z-index: 2273;
}

.mo-z-2274 {
  z-index: 2274;
}

.mo-z-2275 {
  z-index: 2275;
}

.mo-z-2276 {
  z-index: 2276;
}

.mo-z-2277 {
  z-index: 2277;
}

.mo-z-2278 {
  z-index: 2278;
}

.mo-z-2279 {
  z-index: 2279;
}

.mo-z-2280 {
  z-index: 2280;
}

.mo-z-2281 {
  z-index: 2281;
}

.mo-z-2282 {
  z-index: 2282;
}

.mo-z-2283 {
  z-index: 2283;
}

.mo-z-2284 {
  z-index: 2284;
}

.mo-z-2285 {
  z-index: 2285;
}

.mo-z-2286 {
  z-index: 2286;
}

.mo-z-2287 {
  z-index: 2287;
}

.mo-z-2288 {
  z-index: 2288;
}

.mo-z-2289 {
  z-index: 2289;
}

.mo-z-2290 {
  z-index: 2290;
}

.mo-z-2291 {
  z-index: 2291;
}

.mo-z-2292 {
  z-index: 2292;
}

.mo-z-2293 {
  z-index: 2293;
}

.mo-z-2294 {
  z-index: 2294;
}

.mo-z-2295 {
  z-index: 2295;
}

.mo-z-2296 {
  z-index: 2296;
}

.mo-z-2297 {
  z-index: 2297;
}

.mo-z-2298 {
  z-index: 2298;
}

.mo-z-2299 {
  z-index: 2299;
}

.mo-z-2300 {
  z-index: 2300;
}

.mo-z-2301 {
  z-index: 2301;
}

.mo-z-2302 {
  z-index: 2302;
}

.mo-z-2303 {
  z-index: 2303;
}

.mo-z-2304 {
  z-index: 2304;
}

.mo-z-2305 {
  z-index: 2305;
}

.mo-z-2306 {
  z-index: 2306;
}

.mo-z-2307 {
  z-index: 2307;
}

.mo-z-2308 {
  z-index: 2308;
}

.mo-z-2309 {
  z-index: 2309;
}

.mo-z-2310 {
  z-index: 2310;
}

.mo-z-2311 {
  z-index: 2311;
}

.mo-z-2312 {
  z-index: 2312;
}

.mo-z-2313 {
  z-index: 2313;
}

.mo-z-2314 {
  z-index: 2314;
}

.mo-z-2315 {
  z-index: 2315;
}

.mo-z-2316 {
  z-index: 2316;
}

.mo-z-2317 {
  z-index: 2317;
}

.mo-z-2318 {
  z-index: 2318;
}

.mo-z-2319 {
  z-index: 2319;
}

.mo-z-2320 {
  z-index: 2320;
}

.mo-z-2321 {
  z-index: 2321;
}

.mo-z-2322 {
  z-index: 2322;
}

.mo-z-2323 {
  z-index: 2323;
}

.mo-z-2324 {
  z-index: 2324;
}

.mo-z-2325 {
  z-index: 2325;
}

.mo-z-2326 {
  z-index: 2326;
}

.mo-z-2327 {
  z-index: 2327;
}

.mo-z-2328 {
  z-index: 2328;
}

.mo-z-2329 {
  z-index: 2329;
}

.mo-z-2330 {
  z-index: 2330;
}

.mo-z-2331 {
  z-index: 2331;
}

.mo-z-2332 {
  z-index: 2332;
}

.mo-z-2333 {
  z-index: 2333;
}

.mo-z-2334 {
  z-index: 2334;
}

.mo-z-2335 {
  z-index: 2335;
}

.mo-z-2336 {
  z-index: 2336;
}

.mo-z-2337 {
  z-index: 2337;
}

.mo-z-2338 {
  z-index: 2338;
}

.mo-z-2339 {
  z-index: 2339;
}

.mo-z-2340 {
  z-index: 2340;
}

.mo-z-2341 {
  z-index: 2341;
}

.mo-z-2342 {
  z-index: 2342;
}

.mo-z-2343 {
  z-index: 2343;
}

.mo-z-2344 {
  z-index: 2344;
}

.mo-z-2345 {
  z-index: 2345;
}

.mo-z-2346 {
  z-index: 2346;
}

.mo-z-2347 {
  z-index: 2347;
}

.mo-z-2348 {
  z-index: 2348;
}

.mo-z-2349 {
  z-index: 2349;
}

.mo-z-2350 {
  z-index: 2350;
}

.mo-z-2351 {
  z-index: 2351;
}

.mo-z-2352 {
  z-index: 2352;
}

.mo-z-2353 {
  z-index: 2353;
}

.mo-z-2354 {
  z-index: 2354;
}

.mo-z-2355 {
  z-index: 2355;
}

.mo-z-2356 {
  z-index: 2356;
}

.mo-z-2357 {
  z-index: 2357;
}

.mo-z-2358 {
  z-index: 2358;
}

.mo-z-2359 {
  z-index: 2359;
}

.mo-z-2360 {
  z-index: 2360;
}

.mo-z-2361 {
  z-index: 2361;
}

.mo-z-2362 {
  z-index: 2362;
}

.mo-z-2363 {
  z-index: 2363;
}

.mo-z-2364 {
  z-index: 2364;
}

.mo-z-2365 {
  z-index: 2365;
}

.mo-z-2366 {
  z-index: 2366;
}

.mo-z-2367 {
  z-index: 2367;
}

.mo-z-2368 {
  z-index: 2368;
}

.mo-z-2369 {
  z-index: 2369;
}

.mo-z-2370 {
  z-index: 2370;
}

.mo-z-2371 {
  z-index: 2371;
}

.mo-z-2372 {
  z-index: 2372;
}

.mo-z-2373 {
  z-index: 2373;
}

.mo-z-2374 {
  z-index: 2374;
}

.mo-z-2375 {
  z-index: 2375;
}

.mo-z-2376 {
  z-index: 2376;
}

.mo-z-2377 {
  z-index: 2377;
}

.mo-z-2378 {
  z-index: 2378;
}

.mo-z-2379 {
  z-index: 2379;
}

.mo-z-2380 {
  z-index: 2380;
}

.mo-z-2381 {
  z-index: 2381;
}

.mo-z-2382 {
  z-index: 2382;
}

.mo-z-2383 {
  z-index: 2383;
}

.mo-z-2384 {
  z-index: 2384;
}

.mo-z-2385 {
  z-index: 2385;
}

.mo-z-2386 {
  z-index: 2386;
}

.mo-z-2387 {
  z-index: 2387;
}

.mo-z-2388 {
  z-index: 2388;
}

.mo-z-2389 {
  z-index: 2389;
}

.mo-z-2390 {
  z-index: 2390;
}

.mo-z-2391 {
  z-index: 2391;
}

.mo-z-2392 {
  z-index: 2392;
}

.mo-z-2393 {
  z-index: 2393;
}

.mo-z-2394 {
  z-index: 2394;
}

.mo-z-2395 {
  z-index: 2395;
}

.mo-z-2396 {
  z-index: 2396;
}

.mo-z-2397 {
  z-index: 2397;
}

.mo-z-2398 {
  z-index: 2398;
}

.mo-z-2399 {
  z-index: 2399;
}

.mo-z-2400 {
  z-index: 2400;
}

.mo-z-2401 {
  z-index: 2401;
}

.mo-z-2402 {
  z-index: 2402;
}

.mo-z-2403 {
  z-index: 2403;
}

.mo-z-2404 {
  z-index: 2404;
}

.mo-z-2405 {
  z-index: 2405;
}

.mo-z-2406 {
  z-index: 2406;
}

.mo-z-2407 {
  z-index: 2407;
}

.mo-z-2408 {
  z-index: 2408;
}

.mo-z-2409 {
  z-index: 2409;
}

.mo-z-2410 {
  z-index: 2410;
}

.mo-z-2411 {
  z-index: 2411;
}

.mo-z-2412 {
  z-index: 2412;
}

.mo-z-2413 {
  z-index: 2413;
}

.mo-z-2414 {
  z-index: 2414;
}

.mo-z-2415 {
  z-index: 2415;
}

.mo-z-2416 {
  z-index: 2416;
}

.mo-z-2417 {
  z-index: 2417;
}

.mo-z-2418 {
  z-index: 2418;
}

.mo-z-2419 {
  z-index: 2419;
}

.mo-z-2420 {
  z-index: 2420;
}

.mo-z-2421 {
  z-index: 2421;
}

.mo-z-2422 {
  z-index: 2422;
}

.mo-z-2423 {
  z-index: 2423;
}

.mo-z-2424 {
  z-index: 2424;
}

.mo-z-2425 {
  z-index: 2425;
}

.mo-z-2426 {
  z-index: 2426;
}

.mo-z-2427 {
  z-index: 2427;
}

.mo-z-2428 {
  z-index: 2428;
}

.mo-z-2429 {
  z-index: 2429;
}

.mo-z-2430 {
  z-index: 2430;
}

.mo-z-2431 {
  z-index: 2431;
}

.mo-z-2432 {
  z-index: 2432;
}

.mo-z-2433 {
  z-index: 2433;
}

.mo-z-2434 {
  z-index: 2434;
}

.mo-z-2435 {
  z-index: 2435;
}

.mo-z-2436 {
  z-index: 2436;
}

.mo-z-2437 {
  z-index: 2437;
}

.mo-z-2438 {
  z-index: 2438;
}

.mo-z-2439 {
  z-index: 2439;
}

.mo-z-2440 {
  z-index: 2440;
}

.mo-z-2441 {
  z-index: 2441;
}

.mo-z-2442 {
  z-index: 2442;
}

.mo-z-2443 {
  z-index: 2443;
}

.mo-z-2444 {
  z-index: 2444;
}

.mo-z-2445 {
  z-index: 2445;
}

.mo-z-2446 {
  z-index: 2446;
}

.mo-z-2447 {
  z-index: 2447;
}

.mo-z-2448 {
  z-index: 2448;
}

.mo-z-2449 {
  z-index: 2449;
}

.mo-z-2450 {
  z-index: 2450;
}

.mo-z-2451 {
  z-index: 2451;
}

.mo-z-2452 {
  z-index: 2452;
}

.mo-z-2453 {
  z-index: 2453;
}

.mo-z-2454 {
  z-index: 2454;
}

.mo-z-2455 {
  z-index: 2455;
}

.mo-z-2456 {
  z-index: 2456;
}

.mo-z-2457 {
  z-index: 2457;
}

.mo-z-2458 {
  z-index: 2458;
}

.mo-z-2459 {
  z-index: 2459;
}

.mo-z-2460 {
  z-index: 2460;
}

.mo-z-2461 {
  z-index: 2461;
}

.mo-z-2462 {
  z-index: 2462;
}

.mo-z-2463 {
  z-index: 2463;
}

.mo-z-2464 {
  z-index: 2464;
}

.mo-z-2465 {
  z-index: 2465;
}

.mo-z-2466 {
  z-index: 2466;
}

.mo-z-2467 {
  z-index: 2467;
}

.mo-z-2468 {
  z-index: 2468;
}

.mo-z-2469 {
  z-index: 2469;
}

.mo-z-2470 {
  z-index: 2470;
}

.mo-z-2471 {
  z-index: 2471;
}

.mo-z-2472 {
  z-index: 2472;
}

.mo-z-2473 {
  z-index: 2473;
}

.mo-z-2474 {
  z-index: 2474;
}

.mo-z-2475 {
  z-index: 2475;
}

.mo-z-2476 {
  z-index: 2476;
}

.mo-z-2477 {
  z-index: 2477;
}

.mo-z-2478 {
  z-index: 2478;
}

.mo-z-2479 {
  z-index: 2479;
}

.mo-z-2480 {
  z-index: 2480;
}

.mo-z-2481 {
  z-index: 2481;
}

.mo-z-2482 {
  z-index: 2482;
}

.mo-z-2483 {
  z-index: 2483;
}

.mo-z-2484 {
  z-index: 2484;
}

.mo-z-2485 {
  z-index: 2485;
}

.mo-z-2486 {
  z-index: 2486;
}

.mo-z-2487 {
  z-index: 2487;
}

.mo-z-2488 {
  z-index: 2488;
}

.mo-z-2489 {
  z-index: 2489;
}

.mo-z-2490 {
  z-index: 2490;
}

.mo-z-2491 {
  z-index: 2491;
}

.mo-z-2492 {
  z-index: 2492;
}

.mo-z-2493 {
  z-index: 2493;
}

.mo-z-2494 {
  z-index: 2494;
}

.mo-z-2495 {
  z-index: 2495;
}

.mo-z-2496 {
  z-index: 2496;
}

.mo-z-2497 {
  z-index: 2497;
}

.mo-z-2498 {
  z-index: 2498;
}

.mo-z-2499 {
  z-index: 2499;
}

.mo-z-2500 {
  z-index: 2500;
}

.mo-z-2501 {
  z-index: 2501;
}

.mo-z-2502 {
  z-index: 2502;
}

.mo-z-2503 {
  z-index: 2503;
}

.mo-z-2504 {
  z-index: 2504;
}

.mo-z-2505 {
  z-index: 2505;
}

.mo-z-2506 {
  z-index: 2506;
}

.mo-z-2507 {
  z-index: 2507;
}

.mo-z-2508 {
  z-index: 2508;
}

.mo-z-2509 {
  z-index: 2509;
}

.mo-z-2510 {
  z-index: 2510;
}

.mo-z-2511 {
  z-index: 2511;
}

.mo-z-2512 {
  z-index: 2512;
}

.mo-z-2513 {
  z-index: 2513;
}

.mo-z-2514 {
  z-index: 2514;
}

.mo-z-2515 {
  z-index: 2515;
}

.mo-z-2516 {
  z-index: 2516;
}

.mo-z-2517 {
  z-index: 2517;
}

.mo-z-2518 {
  z-index: 2518;
}

.mo-z-2519 {
  z-index: 2519;
}

.mo-z-2520 {
  z-index: 2520;
}

.mo-z-2521 {
  z-index: 2521;
}

.mo-z-2522 {
  z-index: 2522;
}

.mo-z-2523 {
  z-index: 2523;
}

.mo-z-2524 {
  z-index: 2524;
}

.mo-z-2525 {
  z-index: 2525;
}

.mo-z-2526 {
  z-index: 2526;
}

.mo-z-2527 {
  z-index: 2527;
}

.mo-z-2528 {
  z-index: 2528;
}

.mo-z-2529 {
  z-index: 2529;
}

.mo-z-2530 {
  z-index: 2530;
}

.mo-z-2531 {
  z-index: 2531;
}

.mo-z-2532 {
  z-index: 2532;
}

.mo-z-2533 {
  z-index: 2533;
}

.mo-z-2534 {
  z-index: 2534;
}

.mo-z-2535 {
  z-index: 2535;
}

.mo-z-2536 {
  z-index: 2536;
}

.mo-z-2537 {
  z-index: 2537;
}

.mo-z-2538 {
  z-index: 2538;
}

.mo-z-2539 {
  z-index: 2539;
}

.mo-z-2540 {
  z-index: 2540;
}

.mo-z-2541 {
  z-index: 2541;
}

.mo-z-2542 {
  z-index: 2542;
}

.mo-z-2543 {
  z-index: 2543;
}

.mo-z-2544 {
  z-index: 2544;
}

.mo-z-2545 {
  z-index: 2545;
}

.mo-z-2546 {
  z-index: 2546;
}

.mo-z-2547 {
  z-index: 2547;
}

.mo-z-2548 {
  z-index: 2548;
}

.mo-z-2549 {
  z-index: 2549;
}

.mo-z-2550 {
  z-index: 2550;
}

.mo-z-2551 {
  z-index: 2551;
}

.mo-z-2552 {
  z-index: 2552;
}

.mo-z-2553 {
  z-index: 2553;
}

.mo-z-2554 {
  z-index: 2554;
}

.mo-z-2555 {
  z-index: 2555;
}

.mo-z-2556 {
  z-index: 2556;
}

.mo-z-2557 {
  z-index: 2557;
}

.mo-z-2558 {
  z-index: 2558;
}

.mo-z-2559 {
  z-index: 2559;
}

.mo-z-2560 {
  z-index: 2560;
}

.mo-z-2561 {
  z-index: 2561;
}

.mo-z-2562 {
  z-index: 2562;
}

.mo-z-2563 {
  z-index: 2563;
}

.mo-z-2564 {
  z-index: 2564;
}

.mo-z-2565 {
  z-index: 2565;
}

.mo-z-2566 {
  z-index: 2566;
}

.mo-z-2567 {
  z-index: 2567;
}

.mo-z-2568 {
  z-index: 2568;
}

.mo-z-2569 {
  z-index: 2569;
}

.mo-z-2570 {
  z-index: 2570;
}

.mo-z-2571 {
  z-index: 2571;
}

.mo-z-2572 {
  z-index: 2572;
}

.mo-z-2573 {
  z-index: 2573;
}

.mo-z-2574 {
  z-index: 2574;
}

.mo-z-2575 {
  z-index: 2575;
}

.mo-z-2576 {
  z-index: 2576;
}

.mo-z-2577 {
  z-index: 2577;
}

.mo-z-2578 {
  z-index: 2578;
}

.mo-z-2579 {
  z-index: 2579;
}

.mo-z-2580 {
  z-index: 2580;
}

.mo-z-2581 {
  z-index: 2581;
}

.mo-z-2582 {
  z-index: 2582;
}

.mo-z-2583 {
  z-index: 2583;
}

.mo-z-2584 {
  z-index: 2584;
}

.mo-z-2585 {
  z-index: 2585;
}

.mo-z-2586 {
  z-index: 2586;
}

.mo-z-2587 {
  z-index: 2587;
}

.mo-z-2588 {
  z-index: 2588;
}

.mo-z-2589 {
  z-index: 2589;
}

.mo-z-2590 {
  z-index: 2590;
}

.mo-z-2591 {
  z-index: 2591;
}

.mo-z-2592 {
  z-index: 2592;
}

.mo-z-2593 {
  z-index: 2593;
}

.mo-z-2594 {
  z-index: 2594;
}

.mo-z-2595 {
  z-index: 2595;
}

.mo-z-2596 {
  z-index: 2596;
}

.mo-z-2597 {
  z-index: 2597;
}

.mo-z-2598 {
  z-index: 2598;
}

.mo-z-2599 {
  z-index: 2599;
}

.mo-z-2600 {
  z-index: 2600;
}

.mo-z-2601 {
  z-index: 2601;
}

.mo-z-2602 {
  z-index: 2602;
}

.mo-z-2603 {
  z-index: 2603;
}

.mo-z-2604 {
  z-index: 2604;
}

.mo-z-2605 {
  z-index: 2605;
}

.mo-z-2606 {
  z-index: 2606;
}

.mo-z-2607 {
  z-index: 2607;
}

.mo-z-2608 {
  z-index: 2608;
}

.mo-z-2609 {
  z-index: 2609;
}

.mo-z-2610 {
  z-index: 2610;
}

.mo-z-2611 {
  z-index: 2611;
}

.mo-z-2612 {
  z-index: 2612;
}

.mo-z-2613 {
  z-index: 2613;
}

.mo-z-2614 {
  z-index: 2614;
}

.mo-z-2615 {
  z-index: 2615;
}

.mo-z-2616 {
  z-index: 2616;
}

.mo-z-2617 {
  z-index: 2617;
}

.mo-z-2618 {
  z-index: 2618;
}

.mo-z-2619 {
  z-index: 2619;
}

.mo-z-2620 {
  z-index: 2620;
}

.mo-z-2621 {
  z-index: 2621;
}

.mo-z-2622 {
  z-index: 2622;
}

.mo-z-2623 {
  z-index: 2623;
}

.mo-z-2624 {
  z-index: 2624;
}

.mo-z-2625 {
  z-index: 2625;
}

.mo-z-2626 {
  z-index: 2626;
}

.mo-z-2627 {
  z-index: 2627;
}

.mo-z-2628 {
  z-index: 2628;
}

.mo-z-2629 {
  z-index: 2629;
}

.mo-z-2630 {
  z-index: 2630;
}

.mo-z-2631 {
  z-index: 2631;
}

.mo-z-2632 {
  z-index: 2632;
}

.mo-z-2633 {
  z-index: 2633;
}

.mo-z-2634 {
  z-index: 2634;
}

.mo-z-2635 {
  z-index: 2635;
}

.mo-z-2636 {
  z-index: 2636;
}

.mo-z-2637 {
  z-index: 2637;
}

.mo-z-2638 {
  z-index: 2638;
}

.mo-z-2639 {
  z-index: 2639;
}

.mo-z-2640 {
  z-index: 2640;
}

.mo-z-2641 {
  z-index: 2641;
}

.mo-z-2642 {
  z-index: 2642;
}

.mo-z-2643 {
  z-index: 2643;
}

.mo-z-2644 {
  z-index: 2644;
}

.mo-z-2645 {
  z-index: 2645;
}

.mo-z-2646 {
  z-index: 2646;
}

.mo-z-2647 {
  z-index: 2647;
}

.mo-z-2648 {
  z-index: 2648;
}

.mo-z-2649 {
  z-index: 2649;
}

.mo-z-2650 {
  z-index: 2650;
}

.mo-z-2651 {
  z-index: 2651;
}

.mo-z-2652 {
  z-index: 2652;
}

.mo-z-2653 {
  z-index: 2653;
}

.mo-z-2654 {
  z-index: 2654;
}

.mo-z-2655 {
  z-index: 2655;
}

.mo-z-2656 {
  z-index: 2656;
}

.mo-z-2657 {
  z-index: 2657;
}

.mo-z-2658 {
  z-index: 2658;
}

.mo-z-2659 {
  z-index: 2659;
}

.mo-z-2660 {
  z-index: 2660;
}

.mo-z-2661 {
  z-index: 2661;
}

.mo-z-2662 {
  z-index: 2662;
}

.mo-z-2663 {
  z-index: 2663;
}

.mo-z-2664 {
  z-index: 2664;
}

.mo-z-2665 {
  z-index: 2665;
}

.mo-z-2666 {
  z-index: 2666;
}

.mo-z-2667 {
  z-index: 2667;
}

.mo-z-2668 {
  z-index: 2668;
}

.mo-z-2669 {
  z-index: 2669;
}

.mo-z-2670 {
  z-index: 2670;
}

.mo-z-2671 {
  z-index: 2671;
}

.mo-z-2672 {
  z-index: 2672;
}

.mo-z-2673 {
  z-index: 2673;
}

.mo-z-2674 {
  z-index: 2674;
}

.mo-z-2675 {
  z-index: 2675;
}

.mo-z-2676 {
  z-index: 2676;
}

.mo-z-2677 {
  z-index: 2677;
}

.mo-z-2678 {
  z-index: 2678;
}

.mo-z-2679 {
  z-index: 2679;
}

.mo-z-2680 {
  z-index: 2680;
}

.mo-z-2681 {
  z-index: 2681;
}

.mo-z-2682 {
  z-index: 2682;
}

.mo-z-2683 {
  z-index: 2683;
}

.mo-z-2684 {
  z-index: 2684;
}

.mo-z-2685 {
  z-index: 2685;
}

.mo-z-2686 {
  z-index: 2686;
}

.mo-z-2687 {
  z-index: 2687;
}

.mo-z-2688 {
  z-index: 2688;
}

.mo-z-2689 {
  z-index: 2689;
}

.mo-z-2690 {
  z-index: 2690;
}

.mo-z-2691 {
  z-index: 2691;
}

.mo-z-2692 {
  z-index: 2692;
}

.mo-z-2693 {
  z-index: 2693;
}

.mo-z-2694 {
  z-index: 2694;
}

.mo-z-2695 {
  z-index: 2695;
}

.mo-z-2696 {
  z-index: 2696;
}

.mo-z-2697 {
  z-index: 2697;
}

.mo-z-2698 {
  z-index: 2698;
}

.mo-z-2699 {
  z-index: 2699;
}

.mo-z-2700 {
  z-index: 2700;
}

.mo-z-2701 {
  z-index: 2701;
}

.mo-z-2702 {
  z-index: 2702;
}

.mo-z-2703 {
  z-index: 2703;
}

.mo-z-2704 {
  z-index: 2704;
}

.mo-z-2705 {
  z-index: 2705;
}

.mo-z-2706 {
  z-index: 2706;
}

.mo-z-2707 {
  z-index: 2707;
}

.mo-z-2708 {
  z-index: 2708;
}

.mo-z-2709 {
  z-index: 2709;
}

.mo-z-2710 {
  z-index: 2710;
}

.mo-z-2711 {
  z-index: 2711;
}

.mo-z-2712 {
  z-index: 2712;
}

.mo-z-2713 {
  z-index: 2713;
}

.mo-z-2714 {
  z-index: 2714;
}

.mo-z-2715 {
  z-index: 2715;
}

.mo-z-2716 {
  z-index: 2716;
}

.mo-z-2717 {
  z-index: 2717;
}

.mo-z-2718 {
  z-index: 2718;
}

.mo-z-2719 {
  z-index: 2719;
}

.mo-z-2720 {
  z-index: 2720;
}

.mo-z-2721 {
  z-index: 2721;
}

.mo-z-2722 {
  z-index: 2722;
}

.mo-z-2723 {
  z-index: 2723;
}

.mo-z-2724 {
  z-index: 2724;
}

.mo-z-2725 {
  z-index: 2725;
}

.mo-z-2726 {
  z-index: 2726;
}

.mo-z-2727 {
  z-index: 2727;
}

.mo-z-2728 {
  z-index: 2728;
}

.mo-z-2729 {
  z-index: 2729;
}

.mo-z-2730 {
  z-index: 2730;
}

.mo-z-2731 {
  z-index: 2731;
}

.mo-z-2732 {
  z-index: 2732;
}

.mo-z-2733 {
  z-index: 2733;
}

.mo-z-2734 {
  z-index: 2734;
}

.mo-z-2735 {
  z-index: 2735;
}

.mo-z-2736 {
  z-index: 2736;
}

.mo-z-2737 {
  z-index: 2737;
}

.mo-z-2738 {
  z-index: 2738;
}

.mo-z-2739 {
  z-index: 2739;
}

.mo-z-2740 {
  z-index: 2740;
}

.mo-z-2741 {
  z-index: 2741;
}

.mo-z-2742 {
  z-index: 2742;
}

.mo-z-2743 {
  z-index: 2743;
}

.mo-z-2744 {
  z-index: 2744;
}

.mo-z-2745 {
  z-index: 2745;
}

.mo-z-2746 {
  z-index: 2746;
}

.mo-z-2747 {
  z-index: 2747;
}

.mo-z-2748 {
  z-index: 2748;
}

.mo-z-2749 {
  z-index: 2749;
}

.mo-z-2750 {
  z-index: 2750;
}

.mo-z-2751 {
  z-index: 2751;
}

.mo-z-2752 {
  z-index: 2752;
}

.mo-z-2753 {
  z-index: 2753;
}

.mo-z-2754 {
  z-index: 2754;
}

.mo-z-2755 {
  z-index: 2755;
}

.mo-z-2756 {
  z-index: 2756;
}

.mo-z-2757 {
  z-index: 2757;
}

.mo-z-2758 {
  z-index: 2758;
}

.mo-z-2759 {
  z-index: 2759;
}

.mo-z-2760 {
  z-index: 2760;
}

.mo-z-2761 {
  z-index: 2761;
}

.mo-z-2762 {
  z-index: 2762;
}

.mo-z-2763 {
  z-index: 2763;
}

.mo-z-2764 {
  z-index: 2764;
}

.mo-z-2765 {
  z-index: 2765;
}

.mo-z-2766 {
  z-index: 2766;
}

.mo-z-2767 {
  z-index: 2767;
}

.mo-z-2768 {
  z-index: 2768;
}

.mo-z-2769 {
  z-index: 2769;
}

.mo-z-2770 {
  z-index: 2770;
}

.mo-z-2771 {
  z-index: 2771;
}

.mo-z-2772 {
  z-index: 2772;
}

.mo-z-2773 {
  z-index: 2773;
}

.mo-z-2774 {
  z-index: 2774;
}

.mo-z-2775 {
  z-index: 2775;
}

.mo-z-2776 {
  z-index: 2776;
}

.mo-z-2777 {
  z-index: 2777;
}

.mo-z-2778 {
  z-index: 2778;
}

.mo-z-2779 {
  z-index: 2779;
}

.mo-z-2780 {
  z-index: 2780;
}

.mo-z-2781 {
  z-index: 2781;
}

.mo-z-2782 {
  z-index: 2782;
}

.mo-z-2783 {
  z-index: 2783;
}

.mo-z-2784 {
  z-index: 2784;
}

.mo-z-2785 {
  z-index: 2785;
}

.mo-z-2786 {
  z-index: 2786;
}

.mo-z-2787 {
  z-index: 2787;
}

.mo-z-2788 {
  z-index: 2788;
}

.mo-z-2789 {
  z-index: 2789;
}

.mo-z-2790 {
  z-index: 2790;
}

.mo-z-2791 {
  z-index: 2791;
}

.mo-z-2792 {
  z-index: 2792;
}

.mo-z-2793 {
  z-index: 2793;
}

.mo-z-2794 {
  z-index: 2794;
}

.mo-z-2795 {
  z-index: 2795;
}

.mo-z-2796 {
  z-index: 2796;
}

.mo-z-2797 {
  z-index: 2797;
}

.mo-z-2798 {
  z-index: 2798;
}

.mo-z-2799 {
  z-index: 2799;
}

.mo-z-2800 {
  z-index: 2800;
}

.mo-z-2801 {
  z-index: 2801;
}

.mo-z-2802 {
  z-index: 2802;
}

.mo-z-2803 {
  z-index: 2803;
}

.mo-z-2804 {
  z-index: 2804;
}

.mo-z-2805 {
  z-index: 2805;
}

.mo-z-2806 {
  z-index: 2806;
}

.mo-z-2807 {
  z-index: 2807;
}

.mo-z-2808 {
  z-index: 2808;
}

.mo-z-2809 {
  z-index: 2809;
}

.mo-z-2810 {
  z-index: 2810;
}

.mo-z-2811 {
  z-index: 2811;
}

.mo-z-2812 {
  z-index: 2812;
}

.mo-z-2813 {
  z-index: 2813;
}

.mo-z-2814 {
  z-index: 2814;
}

.mo-z-2815 {
  z-index: 2815;
}

.mo-z-2816 {
  z-index: 2816;
}

.mo-z-2817 {
  z-index: 2817;
}

.mo-z-2818 {
  z-index: 2818;
}

.mo-z-2819 {
  z-index: 2819;
}

.mo-z-2820 {
  z-index: 2820;
}

.mo-z-2821 {
  z-index: 2821;
}

.mo-z-2822 {
  z-index: 2822;
}

.mo-z-2823 {
  z-index: 2823;
}

.mo-z-2824 {
  z-index: 2824;
}

.mo-z-2825 {
  z-index: 2825;
}

.mo-z-2826 {
  z-index: 2826;
}

.mo-z-2827 {
  z-index: 2827;
}

.mo-z-2828 {
  z-index: 2828;
}

.mo-z-2829 {
  z-index: 2829;
}

.mo-z-2830 {
  z-index: 2830;
}

.mo-z-2831 {
  z-index: 2831;
}

.mo-z-2832 {
  z-index: 2832;
}

.mo-z-2833 {
  z-index: 2833;
}

.mo-z-2834 {
  z-index: 2834;
}

.mo-z-2835 {
  z-index: 2835;
}

.mo-z-2836 {
  z-index: 2836;
}

.mo-z-2837 {
  z-index: 2837;
}

.mo-z-2838 {
  z-index: 2838;
}

.mo-z-2839 {
  z-index: 2839;
}

.mo-z-2840 {
  z-index: 2840;
}

.mo-z-2841 {
  z-index: 2841;
}

.mo-z-2842 {
  z-index: 2842;
}

.mo-z-2843 {
  z-index: 2843;
}

.mo-z-2844 {
  z-index: 2844;
}

.mo-z-2845 {
  z-index: 2845;
}

.mo-z-2846 {
  z-index: 2846;
}

.mo-z-2847 {
  z-index: 2847;
}

.mo-z-2848 {
  z-index: 2848;
}

.mo-z-2849 {
  z-index: 2849;
}

.mo-z-2850 {
  z-index: 2850;
}

.mo-z-2851 {
  z-index: 2851;
}

.mo-z-2852 {
  z-index: 2852;
}

.mo-z-2853 {
  z-index: 2853;
}

.mo-z-2854 {
  z-index: 2854;
}

.mo-z-2855 {
  z-index: 2855;
}

.mo-z-2856 {
  z-index: 2856;
}

.mo-z-2857 {
  z-index: 2857;
}

.mo-z-2858 {
  z-index: 2858;
}

.mo-z-2859 {
  z-index: 2859;
}

.mo-z-2860 {
  z-index: 2860;
}

.mo-z-2861 {
  z-index: 2861;
}

.mo-z-2862 {
  z-index: 2862;
}

.mo-z-2863 {
  z-index: 2863;
}

.mo-z-2864 {
  z-index: 2864;
}

.mo-z-2865 {
  z-index: 2865;
}

.mo-z-2866 {
  z-index: 2866;
}

.mo-z-2867 {
  z-index: 2867;
}

.mo-z-2868 {
  z-index: 2868;
}

.mo-z-2869 {
  z-index: 2869;
}

.mo-z-2870 {
  z-index: 2870;
}

.mo-z-2871 {
  z-index: 2871;
}

.mo-z-2872 {
  z-index: 2872;
}

.mo-z-2873 {
  z-index: 2873;
}

.mo-z-2874 {
  z-index: 2874;
}

.mo-z-2875 {
  z-index: 2875;
}

.mo-z-2876 {
  z-index: 2876;
}

.mo-z-2877 {
  z-index: 2877;
}

.mo-z-2878 {
  z-index: 2878;
}

.mo-z-2879 {
  z-index: 2879;
}

.mo-z-2880 {
  z-index: 2880;
}

.mo-z-2881 {
  z-index: 2881;
}

.mo-z-2882 {
  z-index: 2882;
}

.mo-z-2883 {
  z-index: 2883;
}

.mo-z-2884 {
  z-index: 2884;
}

.mo-z-2885 {
  z-index: 2885;
}

.mo-z-2886 {
  z-index: 2886;
}

.mo-z-2887 {
  z-index: 2887;
}

.mo-z-2888 {
  z-index: 2888;
}

.mo-z-2889 {
  z-index: 2889;
}

.mo-z-2890 {
  z-index: 2890;
}

.mo-z-2891 {
  z-index: 2891;
}

.mo-z-2892 {
  z-index: 2892;
}

.mo-z-2893 {
  z-index: 2893;
}

.mo-z-2894 {
  z-index: 2894;
}

.mo-z-2895 {
  z-index: 2895;
}

.mo-z-2896 {
  z-index: 2896;
}

.mo-z-2897 {
  z-index: 2897;
}

.mo-z-2898 {
  z-index: 2898;
}

.mo-z-2899 {
  z-index: 2899;
}

.mo-z-2900 {
  z-index: 2900;
}

.mo-z-2901 {
  z-index: 2901;
}

.mo-z-2902 {
  z-index: 2902;
}

.mo-z-2903 {
  z-index: 2903;
}

.mo-z-2904 {
  z-index: 2904;
}

.mo-z-2905 {
  z-index: 2905;
}

.mo-z-2906 {
  z-index: 2906;
}

.mo-z-2907 {
  z-index: 2907;
}

.mo-z-2908 {
  z-index: 2908;
}

.mo-z-2909 {
  z-index: 2909;
}

.mo-z-2910 {
  z-index: 2910;
}

.mo-z-2911 {
  z-index: 2911;
}

.mo-z-2912 {
  z-index: 2912;
}

.mo-z-2913 {
  z-index: 2913;
}

.mo-z-2914 {
  z-index: 2914;
}

.mo-z-2915 {
  z-index: 2915;
}

.mo-z-2916 {
  z-index: 2916;
}

.mo-z-2917 {
  z-index: 2917;
}

.mo-z-2918 {
  z-index: 2918;
}

.mo-z-2919 {
  z-index: 2919;
}

.mo-z-2920 {
  z-index: 2920;
}

.mo-z-2921 {
  z-index: 2921;
}

.mo-z-2922 {
  z-index: 2922;
}

.mo-z-2923 {
  z-index: 2923;
}

.mo-z-2924 {
  z-index: 2924;
}

.mo-z-2925 {
  z-index: 2925;
}

.mo-z-2926 {
  z-index: 2926;
}

.mo-z-2927 {
  z-index: 2927;
}

.mo-z-2928 {
  z-index: 2928;
}

.mo-z-2929 {
  z-index: 2929;
}

.mo-z-2930 {
  z-index: 2930;
}

.mo-z-2931 {
  z-index: 2931;
}

.mo-z-2932 {
  z-index: 2932;
}

.mo-z-2933 {
  z-index: 2933;
}

.mo-z-2934 {
  z-index: 2934;
}

.mo-z-2935 {
  z-index: 2935;
}

.mo-z-2936 {
  z-index: 2936;
}

.mo-z-2937 {
  z-index: 2937;
}

.mo-z-2938 {
  z-index: 2938;
}

.mo-z-2939 {
  z-index: 2939;
}

.mo-z-2940 {
  z-index: 2940;
}

.mo-z-2941 {
  z-index: 2941;
}

.mo-z-2942 {
  z-index: 2942;
}

.mo-z-2943 {
  z-index: 2943;
}

.mo-z-2944 {
  z-index: 2944;
}

.mo-z-2945 {
  z-index: 2945;
}

.mo-z-2946 {
  z-index: 2946;
}

.mo-z-2947 {
  z-index: 2947;
}

.mo-z-2948 {
  z-index: 2948;
}

.mo-z-2949 {
  z-index: 2949;
}

.mo-z-2950 {
  z-index: 2950;
}

.mo-z-2951 {
  z-index: 2951;
}

.mo-z-2952 {
  z-index: 2952;
}

.mo-z-2953 {
  z-index: 2953;
}

.mo-z-2954 {
  z-index: 2954;
}

.mo-z-2955 {
  z-index: 2955;
}

.mo-z-2956 {
  z-index: 2956;
}

.mo-z-2957 {
  z-index: 2957;
}

.mo-z-2958 {
  z-index: 2958;
}

.mo-z-2959 {
  z-index: 2959;
}

.mo-z-2960 {
  z-index: 2960;
}

.mo-z-2961 {
  z-index: 2961;
}

.mo-z-2962 {
  z-index: 2962;
}

.mo-z-2963 {
  z-index: 2963;
}

.mo-z-2964 {
  z-index: 2964;
}

.mo-z-2965 {
  z-index: 2965;
}

.mo-z-2966 {
  z-index: 2966;
}

.mo-z-2967 {
  z-index: 2967;
}

.mo-z-2968 {
  z-index: 2968;
}

.mo-z-2969 {
  z-index: 2969;
}

.mo-z-2970 {
  z-index: 2970;
}

.mo-z-2971 {
  z-index: 2971;
}

.mo-z-2972 {
  z-index: 2972;
}

.mo-z-2973 {
  z-index: 2973;
}

.mo-z-2974 {
  z-index: 2974;
}

.mo-z-2975 {
  z-index: 2975;
}

.mo-z-2976 {
  z-index: 2976;
}

.mo-z-2977 {
  z-index: 2977;
}

.mo-z-2978 {
  z-index: 2978;
}

.mo-z-2979 {
  z-index: 2979;
}

.mo-z-2980 {
  z-index: 2980;
}

.mo-z-2981 {
  z-index: 2981;
}

.mo-z-2982 {
  z-index: 2982;
}

.mo-z-2983 {
  z-index: 2983;
}

.mo-z-2984 {
  z-index: 2984;
}

.mo-z-2985 {
  z-index: 2985;
}

.mo-z-2986 {
  z-index: 2986;
}

.mo-z-2987 {
  z-index: 2987;
}

.mo-z-2988 {
  z-index: 2988;
}

.mo-z-2989 {
  z-index: 2989;
}

.mo-z-2990 {
  z-index: 2990;
}

.mo-z-2991 {
  z-index: 2991;
}

.mo-z-2992 {
  z-index: 2992;
}

.mo-z-2993 {
  z-index: 2993;
}

.mo-z-2994 {
  z-index: 2994;
}

.mo-z-2995 {
  z-index: 2995;
}

.mo-z-2996 {
  z-index: 2996;
}

.mo-z-2997 {
  z-index: 2997;
}

.mo-z-2998 {
  z-index: 2998;
}

.mo-z-2999 {
  z-index: 2999;
}

.mo-z-3000 {
  z-index: 3000;
}

.mo-z-3001 {
  z-index: 3001;
}

.mo-z-3002 {
  z-index: 3002;
}

.mo-z-3003 {
  z-index: 3003;
}

.mo-z-3004 {
  z-index: 3004;
}

.mo-z-3005 {
  z-index: 3005;
}

.mo-z-3006 {
  z-index: 3006;
}

.mo-z-3007 {
  z-index: 3007;
}

.mo-z-3008 {
  z-index: 3008;
}

.mo-z-3009 {
  z-index: 3009;
}

.mo-z-3010 {
  z-index: 3010;
}

.mo-z-3011 {
  z-index: 3011;
}

.mo-z-3012 {
  z-index: 3012;
}

.mo-z-3013 {
  z-index: 3013;
}

.mo-z-3014 {
  z-index: 3014;
}

.mo-z-3015 {
  z-index: 3015;
}

.mo-z-3016 {
  z-index: 3016;
}

.mo-z-3017 {
  z-index: 3017;
}

.mo-z-3018 {
  z-index: 3018;
}

.mo-z-3019 {
  z-index: 3019;
}

.mo-z-3020 {
  z-index: 3020;
}

.mo-z-3021 {
  z-index: 3021;
}

.mo-z-3022 {
  z-index: 3022;
}

.mo-z-3023 {
  z-index: 3023;
}

.mo-z-3024 {
  z-index: 3024;
}

.mo-z-3025 {
  z-index: 3025;
}

.mo-z-3026 {
  z-index: 3026;
}

.mo-z-3027 {
  z-index: 3027;
}

.mo-z-3028 {
  z-index: 3028;
}

.mo-z-3029 {
  z-index: 3029;
}

.mo-z-3030 {
  z-index: 3030;
}

.mo-z-3031 {
  z-index: 3031;
}

.mo-z-3032 {
  z-index: 3032;
}

.mo-z-3033 {
  z-index: 3033;
}

.mo-z-3034 {
  z-index: 3034;
}

.mo-z-3035 {
  z-index: 3035;
}

.mo-z-3036 {
  z-index: 3036;
}

.mo-z-3037 {
  z-index: 3037;
}

.mo-z-3038 {
  z-index: 3038;
}

.mo-z-3039 {
  z-index: 3039;
}

.mo-z-3040 {
  z-index: 3040;
}

.mo-z-3041 {
  z-index: 3041;
}

.mo-z-3042 {
  z-index: 3042;
}

.mo-z-3043 {
  z-index: 3043;
}

.mo-z-3044 {
  z-index: 3044;
}

.mo-z-3045 {
  z-index: 3045;
}

.mo-z-3046 {
  z-index: 3046;
}

.mo-z-3047 {
  z-index: 3047;
}

.mo-z-3048 {
  z-index: 3048;
}

.mo-z-3049 {
  z-index: 3049;
}

.mo-z-3050 {
  z-index: 3050;
}

.mo-z-3051 {
  z-index: 3051;
}

.mo-z-3052 {
  z-index: 3052;
}

.mo-z-3053 {
  z-index: 3053;
}

.mo-z-3054 {
  z-index: 3054;
}

.mo-z-3055 {
  z-index: 3055;
}

.mo-z-3056 {
  z-index: 3056;
}

.mo-z-3057 {
  z-index: 3057;
}

.mo-z-3058 {
  z-index: 3058;
}

.mo-z-3059 {
  z-index: 3059;
}

.mo-z-3060 {
  z-index: 3060;
}

.mo-z-3061 {
  z-index: 3061;
}

.mo-z-3062 {
  z-index: 3062;
}

.mo-z-3063 {
  z-index: 3063;
}

.mo-z-3064 {
  z-index: 3064;
}

.mo-z-3065 {
  z-index: 3065;
}

.mo-z-3066 {
  z-index: 3066;
}

.mo-z-3067 {
  z-index: 3067;
}

.mo-z-3068 {
  z-index: 3068;
}

.mo-z-3069 {
  z-index: 3069;
}

.mo-z-3070 {
  z-index: 3070;
}

.mo-z-3071 {
  z-index: 3071;
}

.mo-z-3072 {
  z-index: 3072;
}

.mo-z-3073 {
  z-index: 3073;
}

.mo-z-3074 {
  z-index: 3074;
}

.mo-z-3075 {
  z-index: 3075;
}

.mo-z-3076 {
  z-index: 3076;
}

.mo-z-3077 {
  z-index: 3077;
}

.mo-z-3078 {
  z-index: 3078;
}

.mo-z-3079 {
  z-index: 3079;
}

.mo-z-3080 {
  z-index: 3080;
}

.mo-z-3081 {
  z-index: 3081;
}

.mo-z-3082 {
  z-index: 3082;
}

.mo-z-3083 {
  z-index: 3083;
}

.mo-z-3084 {
  z-index: 3084;
}

.mo-z-3085 {
  z-index: 3085;
}

.mo-z-3086 {
  z-index: 3086;
}

.mo-z-3087 {
  z-index: 3087;
}

.mo-z-3088 {
  z-index: 3088;
}

.mo-z-3089 {
  z-index: 3089;
}

.mo-z-3090 {
  z-index: 3090;
}

.mo-z-3091 {
  z-index: 3091;
}

.mo-z-3092 {
  z-index: 3092;
}

.mo-z-3093 {
  z-index: 3093;
}

.mo-z-3094 {
  z-index: 3094;
}

.mo-z-3095 {
  z-index: 3095;
}

.mo-z-3096 {
  z-index: 3096;
}

.mo-z-3097 {
  z-index: 3097;
}

.mo-z-3098 {
  z-index: 3098;
}

.mo-z-3099 {
  z-index: 3099;
}

.mo-z-3100 {
  z-index: 3100;
}

.mo-z-3101 {
  z-index: 3101;
}

.mo-z-3102 {
  z-index: 3102;
}

.mo-z-3103 {
  z-index: 3103;
}

.mo-z-3104 {
  z-index: 3104;
}

.mo-z-3105 {
  z-index: 3105;
}

.mo-z-3106 {
  z-index: 3106;
}

.mo-z-3107 {
  z-index: 3107;
}

.mo-z-3108 {
  z-index: 3108;
}

.mo-z-3109 {
  z-index: 3109;
}

.mo-z-3110 {
  z-index: 3110;
}

.mo-z-3111 {
  z-index: 3111;
}

.mo-z-3112 {
  z-index: 3112;
}

.mo-z-3113 {
  z-index: 3113;
}

.mo-z-3114 {
  z-index: 3114;
}

.mo-z-3115 {
  z-index: 3115;
}

.mo-z-3116 {
  z-index: 3116;
}

.mo-z-3117 {
  z-index: 3117;
}

.mo-z-3118 {
  z-index: 3118;
}

.mo-z-3119 {
  z-index: 3119;
}

.mo-z-3120 {
  z-index: 3120;
}

.mo-z-3121 {
  z-index: 3121;
}

.mo-z-3122 {
  z-index: 3122;
}

.mo-z-3123 {
  z-index: 3123;
}

.mo-z-3124 {
  z-index: 3124;
}

.mo-z-3125 {
  z-index: 3125;
}

.mo-z-3126 {
  z-index: 3126;
}

.mo-z-3127 {
  z-index: 3127;
}

.mo-z-3128 {
  z-index: 3128;
}

.mo-z-3129 {
  z-index: 3129;
}

.mo-z-3130 {
  z-index: 3130;
}

.mo-z-3131 {
  z-index: 3131;
}

.mo-z-3132 {
  z-index: 3132;
}

.mo-z-3133 {
  z-index: 3133;
}

.mo-z-3134 {
  z-index: 3134;
}

.mo-z-3135 {
  z-index: 3135;
}

.mo-z-3136 {
  z-index: 3136;
}

.mo-z-3137 {
  z-index: 3137;
}

.mo-z-3138 {
  z-index: 3138;
}

.mo-z-3139 {
  z-index: 3139;
}

.mo-z-3140 {
  z-index: 3140;
}

.mo-z-3141 {
  z-index: 3141;
}

.mo-z-3142 {
  z-index: 3142;
}

.mo-z-3143 {
  z-index: 3143;
}

.mo-z-3144 {
  z-index: 3144;
}

.mo-z-3145 {
  z-index: 3145;
}

.mo-z-3146 {
  z-index: 3146;
}

.mo-z-3147 {
  z-index: 3147;
}

.mo-z-3148 {
  z-index: 3148;
}

.mo-z-3149 {
  z-index: 3149;
}

.mo-z-3150 {
  z-index: 3150;
}

.mo-z-3151 {
  z-index: 3151;
}

.mo-z-3152 {
  z-index: 3152;
}

.mo-z-3153 {
  z-index: 3153;
}

.mo-z-3154 {
  z-index: 3154;
}

.mo-z-3155 {
  z-index: 3155;
}

.mo-z-3156 {
  z-index: 3156;
}

.mo-z-3157 {
  z-index: 3157;
}

.mo-z-3158 {
  z-index: 3158;
}

.mo-z-3159 {
  z-index: 3159;
}

.mo-z-3160 {
  z-index: 3160;
}

.mo-z-3161 {
  z-index: 3161;
}

.mo-z-3162 {
  z-index: 3162;
}

.mo-z-3163 {
  z-index: 3163;
}

.mo-z-3164 {
  z-index: 3164;
}

.mo-z-3165 {
  z-index: 3165;
}

.mo-z-3166 {
  z-index: 3166;
}

.mo-z-3167 {
  z-index: 3167;
}

.mo-z-3168 {
  z-index: 3168;
}

.mo-z-3169 {
  z-index: 3169;
}

.mo-z-3170 {
  z-index: 3170;
}

.mo-z-3171 {
  z-index: 3171;
}

.mo-z-3172 {
  z-index: 3172;
}

.mo-z-3173 {
  z-index: 3173;
}

.mo-z-3174 {
  z-index: 3174;
}

.mo-z-3175 {
  z-index: 3175;
}

.mo-z-3176 {
  z-index: 3176;
}

.mo-z-3177 {
  z-index: 3177;
}

.mo-z-3178 {
  z-index: 3178;
}

.mo-z-3179 {
  z-index: 3179;
}

.mo-z-3180 {
  z-index: 3180;
}

.mo-z-3181 {
  z-index: 3181;
}

.mo-z-3182 {
  z-index: 3182;
}

.mo-z-3183 {
  z-index: 3183;
}

.mo-z-3184 {
  z-index: 3184;
}

.mo-z-3185 {
  z-index: 3185;
}

.mo-z-3186 {
  z-index: 3186;
}

.mo-z-3187 {
  z-index: 3187;
}

.mo-z-3188 {
  z-index: 3188;
}

.mo-z-3189 {
  z-index: 3189;
}

.mo-z-3190 {
  z-index: 3190;
}

.mo-z-3191 {
  z-index: 3191;
}

.mo-z-3192 {
  z-index: 3192;
}

.mo-z-3193 {
  z-index: 3193;
}

.mo-z-3194 {
  z-index: 3194;
}

.mo-z-3195 {
  z-index: 3195;
}

.mo-z-3196 {
  z-index: 3196;
}

.mo-z-3197 {
  z-index: 3197;
}

.mo-z-3198 {
  z-index: 3198;
}

.mo-z-3199 {
  z-index: 3199;
}

.mo-z-3200 {
  z-index: 3200;
}

.mo-z-3201 {
  z-index: 3201;
}

.mo-z-3202 {
  z-index: 3202;
}

.mo-z-3203 {
  z-index: 3203;
}

.mo-z-3204 {
  z-index: 3204;
}

.mo-z-3205 {
  z-index: 3205;
}

.mo-z-3206 {
  z-index: 3206;
}

.mo-z-3207 {
  z-index: 3207;
}

.mo-z-3208 {
  z-index: 3208;
}

.mo-z-3209 {
  z-index: 3209;
}

.mo-z-3210 {
  z-index: 3210;
}

.mo-z-3211 {
  z-index: 3211;
}

.mo-z-3212 {
  z-index: 3212;
}

.mo-z-3213 {
  z-index: 3213;
}

.mo-z-3214 {
  z-index: 3214;
}

.mo-z-3215 {
  z-index: 3215;
}

.mo-z-3216 {
  z-index: 3216;
}

.mo-z-3217 {
  z-index: 3217;
}

.mo-z-3218 {
  z-index: 3218;
}

.mo-z-3219 {
  z-index: 3219;
}

.mo-z-3220 {
  z-index: 3220;
}

.mo-z-3221 {
  z-index: 3221;
}

.mo-z-3222 {
  z-index: 3222;
}

.mo-z-3223 {
  z-index: 3223;
}

.mo-z-3224 {
  z-index: 3224;
}

.mo-z-3225 {
  z-index: 3225;
}

.mo-z-3226 {
  z-index: 3226;
}

.mo-z-3227 {
  z-index: 3227;
}

.mo-z-3228 {
  z-index: 3228;
}

.mo-z-3229 {
  z-index: 3229;
}

.mo-z-3230 {
  z-index: 3230;
}

.mo-z-3231 {
  z-index: 3231;
}

.mo-z-3232 {
  z-index: 3232;
}

.mo-z-3233 {
  z-index: 3233;
}

.mo-z-3234 {
  z-index: 3234;
}

.mo-z-3235 {
  z-index: 3235;
}

.mo-z-3236 {
  z-index: 3236;
}

.mo-z-3237 {
  z-index: 3237;
}

.mo-z-3238 {
  z-index: 3238;
}

.mo-z-3239 {
  z-index: 3239;
}

.mo-z-3240 {
  z-index: 3240;
}

.mo-z-3241 {
  z-index: 3241;
}

.mo-z-3242 {
  z-index: 3242;
}

.mo-z-3243 {
  z-index: 3243;
}

.mo-z-3244 {
  z-index: 3244;
}

.mo-z-3245 {
  z-index: 3245;
}

.mo-z-3246 {
  z-index: 3246;
}

.mo-z-3247 {
  z-index: 3247;
}

.mo-z-3248 {
  z-index: 3248;
}

.mo-z-3249 {
  z-index: 3249;
}

.mo-z-3250 {
  z-index: 3250;
}

.mo-z-3251 {
  z-index: 3251;
}

.mo-z-3252 {
  z-index: 3252;
}

.mo-z-3253 {
  z-index: 3253;
}

.mo-z-3254 {
  z-index: 3254;
}

.mo-z-3255 {
  z-index: 3255;
}

.mo-z-3256 {
  z-index: 3256;
}

.mo-z-3257 {
  z-index: 3257;
}

.mo-z-3258 {
  z-index: 3258;
}

.mo-z-3259 {
  z-index: 3259;
}

.mo-z-3260 {
  z-index: 3260;
}

.mo-z-3261 {
  z-index: 3261;
}

.mo-z-3262 {
  z-index: 3262;
}

.mo-z-3263 {
  z-index: 3263;
}

.mo-z-3264 {
  z-index: 3264;
}

.mo-z-3265 {
  z-index: 3265;
}

.mo-z-3266 {
  z-index: 3266;
}

.mo-z-3267 {
  z-index: 3267;
}

.mo-z-3268 {
  z-index: 3268;
}

.mo-z-3269 {
  z-index: 3269;
}

.mo-z-3270 {
  z-index: 3270;
}

.mo-z-3271 {
  z-index: 3271;
}

.mo-z-3272 {
  z-index: 3272;
}

.mo-z-3273 {
  z-index: 3273;
}

.mo-z-3274 {
  z-index: 3274;
}

.mo-z-3275 {
  z-index: 3275;
}

.mo-z-3276 {
  z-index: 3276;
}

.mo-z-3277 {
  z-index: 3277;
}

.mo-z-3278 {
  z-index: 3278;
}

.mo-z-3279 {
  z-index: 3279;
}

.mo-z-3280 {
  z-index: 3280;
}

.mo-z-3281 {
  z-index: 3281;
}

.mo-z-3282 {
  z-index: 3282;
}

.mo-z-3283 {
  z-index: 3283;
}

.mo-z-3284 {
  z-index: 3284;
}

.mo-z-3285 {
  z-index: 3285;
}

.mo-z-3286 {
  z-index: 3286;
}

.mo-z-3287 {
  z-index: 3287;
}

.mo-z-3288 {
  z-index: 3288;
}

.mo-z-3289 {
  z-index: 3289;
}

.mo-z-3290 {
  z-index: 3290;
}

.mo-z-3291 {
  z-index: 3291;
}

.mo-z-3292 {
  z-index: 3292;
}

.mo-z-3293 {
  z-index: 3293;
}

.mo-z-3294 {
  z-index: 3294;
}

.mo-z-3295 {
  z-index: 3295;
}

.mo-z-3296 {
  z-index: 3296;
}

.mo-z-3297 {
  z-index: 3297;
}

.mo-z-3298 {
  z-index: 3298;
}

.mo-z-3299 {
  z-index: 3299;
}

.mo-z-3300 {
  z-index: 3300;
}

.mo-z-3301 {
  z-index: 3301;
}

.mo-z-3302 {
  z-index: 3302;
}

.mo-z-3303 {
  z-index: 3303;
}

.mo-z-3304 {
  z-index: 3304;
}

.mo-z-3305 {
  z-index: 3305;
}

.mo-z-3306 {
  z-index: 3306;
}

.mo-z-3307 {
  z-index: 3307;
}

.mo-z-3308 {
  z-index: 3308;
}

.mo-z-3309 {
  z-index: 3309;
}

.mo-z-3310 {
  z-index: 3310;
}

.mo-z-3311 {
  z-index: 3311;
}

.mo-z-3312 {
  z-index: 3312;
}

.mo-z-3313 {
  z-index: 3313;
}

.mo-z-3314 {
  z-index: 3314;
}

.mo-z-3315 {
  z-index: 3315;
}

.mo-z-3316 {
  z-index: 3316;
}

.mo-z-3317 {
  z-index: 3317;
}

.mo-z-3318 {
  z-index: 3318;
}

.mo-z-3319 {
  z-index: 3319;
}

.mo-z-3320 {
  z-index: 3320;
}

.mo-z-3321 {
  z-index: 3321;
}

.mo-z-3322 {
  z-index: 3322;
}

.mo-z-3323 {
  z-index: 3323;
}

.mo-z-3324 {
  z-index: 3324;
}

.mo-z-3325 {
  z-index: 3325;
}

.mo-z-3326 {
  z-index: 3326;
}

.mo-z-3327 {
  z-index: 3327;
}

.mo-z-3328 {
  z-index: 3328;
}

.mo-z-3329 {
  z-index: 3329;
}

.mo-z-3330 {
  z-index: 3330;
}

.mo-z-3331 {
  z-index: 3331;
}

.mo-z-3332 {
  z-index: 3332;
}

.mo-z-3333 {
  z-index: 3333;
}

.mo-z-3334 {
  z-index: 3334;
}

.mo-z-3335 {
  z-index: 3335;
}

.mo-z-3336 {
  z-index: 3336;
}

.mo-z-3337 {
  z-index: 3337;
}

.mo-z-3338 {
  z-index: 3338;
}

.mo-z-3339 {
  z-index: 3339;
}

.mo-z-3340 {
  z-index: 3340;
}

.mo-z-3341 {
  z-index: 3341;
}

.mo-z-3342 {
  z-index: 3342;
}

.mo-z-3343 {
  z-index: 3343;
}

.mo-z-3344 {
  z-index: 3344;
}

.mo-z-3345 {
  z-index: 3345;
}

.mo-z-3346 {
  z-index: 3346;
}

.mo-z-3347 {
  z-index: 3347;
}

.mo-z-3348 {
  z-index: 3348;
}

.mo-z-3349 {
  z-index: 3349;
}

.mo-z-3350 {
  z-index: 3350;
}

.mo-z-3351 {
  z-index: 3351;
}

.mo-z-3352 {
  z-index: 3352;
}

.mo-z-3353 {
  z-index: 3353;
}

.mo-z-3354 {
  z-index: 3354;
}

.mo-z-3355 {
  z-index: 3355;
}

.mo-z-3356 {
  z-index: 3356;
}

.mo-z-3357 {
  z-index: 3357;
}

.mo-z-3358 {
  z-index: 3358;
}

.mo-z-3359 {
  z-index: 3359;
}

.mo-z-3360 {
  z-index: 3360;
}

.mo-z-3361 {
  z-index: 3361;
}

.mo-z-3362 {
  z-index: 3362;
}

.mo-z-3363 {
  z-index: 3363;
}

.mo-z-3364 {
  z-index: 3364;
}

.mo-z-3365 {
  z-index: 3365;
}

.mo-z-3366 {
  z-index: 3366;
}

.mo-z-3367 {
  z-index: 3367;
}

.mo-z-3368 {
  z-index: 3368;
}

.mo-z-3369 {
  z-index: 3369;
}

.mo-z-3370 {
  z-index: 3370;
}

.mo-z-3371 {
  z-index: 3371;
}

.mo-z-3372 {
  z-index: 3372;
}

.mo-z-3373 {
  z-index: 3373;
}

.mo-z-3374 {
  z-index: 3374;
}

.mo-z-3375 {
  z-index: 3375;
}

.mo-z-3376 {
  z-index: 3376;
}

.mo-z-3377 {
  z-index: 3377;
}

.mo-z-3378 {
  z-index: 3378;
}

.mo-z-3379 {
  z-index: 3379;
}

.mo-z-3380 {
  z-index: 3380;
}

.mo-z-3381 {
  z-index: 3381;
}

.mo-z-3382 {
  z-index: 3382;
}

.mo-z-3383 {
  z-index: 3383;
}

.mo-z-3384 {
  z-index: 3384;
}

.mo-z-3385 {
  z-index: 3385;
}

.mo-z-3386 {
  z-index: 3386;
}

.mo-z-3387 {
  z-index: 3387;
}

.mo-z-3388 {
  z-index: 3388;
}

.mo-z-3389 {
  z-index: 3389;
}

.mo-z-3390 {
  z-index: 3390;
}

.mo-z-3391 {
  z-index: 3391;
}

.mo-z-3392 {
  z-index: 3392;
}

.mo-z-3393 {
  z-index: 3393;
}

.mo-z-3394 {
  z-index: 3394;
}

.mo-z-3395 {
  z-index: 3395;
}

.mo-z-3396 {
  z-index: 3396;
}

.mo-z-3397 {
  z-index: 3397;
}

.mo-z-3398 {
  z-index: 3398;
}

.mo-z-3399 {
  z-index: 3399;
}

.mo-z-3400 {
  z-index: 3400;
}

.mo-z-3401 {
  z-index: 3401;
}

.mo-z-3402 {
  z-index: 3402;
}

.mo-z-3403 {
  z-index: 3403;
}

.mo-z-3404 {
  z-index: 3404;
}

.mo-z-3405 {
  z-index: 3405;
}

.mo-z-3406 {
  z-index: 3406;
}

.mo-z-3407 {
  z-index: 3407;
}

.mo-z-3408 {
  z-index: 3408;
}

.mo-z-3409 {
  z-index: 3409;
}

.mo-z-3410 {
  z-index: 3410;
}

.mo-z-3411 {
  z-index: 3411;
}

.mo-z-3412 {
  z-index: 3412;
}

.mo-z-3413 {
  z-index: 3413;
}

.mo-z-3414 {
  z-index: 3414;
}

.mo-z-3415 {
  z-index: 3415;
}

.mo-z-3416 {
  z-index: 3416;
}

.mo-z-3417 {
  z-index: 3417;
}

.mo-z-3418 {
  z-index: 3418;
}

.mo-z-3419 {
  z-index: 3419;
}

.mo-z-3420 {
  z-index: 3420;
}

.mo-z-3421 {
  z-index: 3421;
}

.mo-z-3422 {
  z-index: 3422;
}

.mo-z-3423 {
  z-index: 3423;
}

.mo-z-3424 {
  z-index: 3424;
}

.mo-z-3425 {
  z-index: 3425;
}

.mo-z-3426 {
  z-index: 3426;
}

.mo-z-3427 {
  z-index: 3427;
}

.mo-z-3428 {
  z-index: 3428;
}

.mo-z-3429 {
  z-index: 3429;
}

.mo-z-3430 {
  z-index: 3430;
}

.mo-z-3431 {
  z-index: 3431;
}

.mo-z-3432 {
  z-index: 3432;
}

.mo-z-3433 {
  z-index: 3433;
}

.mo-z-3434 {
  z-index: 3434;
}

.mo-z-3435 {
  z-index: 3435;
}

.mo-z-3436 {
  z-index: 3436;
}

.mo-z-3437 {
  z-index: 3437;
}

.mo-z-3438 {
  z-index: 3438;
}

.mo-z-3439 {
  z-index: 3439;
}

.mo-z-3440 {
  z-index: 3440;
}

.mo-z-3441 {
  z-index: 3441;
}

.mo-z-3442 {
  z-index: 3442;
}

.mo-z-3443 {
  z-index: 3443;
}

.mo-z-3444 {
  z-index: 3444;
}

.mo-z-3445 {
  z-index: 3445;
}

.mo-z-3446 {
  z-index: 3446;
}

.mo-z-3447 {
  z-index: 3447;
}

.mo-z-3448 {
  z-index: 3448;
}

.mo-z-3449 {
  z-index: 3449;
}

.mo-z-3450 {
  z-index: 3450;
}

.mo-z-3451 {
  z-index: 3451;
}

.mo-z-3452 {
  z-index: 3452;
}

.mo-z-3453 {
  z-index: 3453;
}

.mo-z-3454 {
  z-index: 3454;
}

.mo-z-3455 {
  z-index: 3455;
}

.mo-z-3456 {
  z-index: 3456;
}

.mo-z-3457 {
  z-index: 3457;
}

.mo-z-3458 {
  z-index: 3458;
}

.mo-z-3459 {
  z-index: 3459;
}

.mo-z-3460 {
  z-index: 3460;
}

.mo-z-3461 {
  z-index: 3461;
}

.mo-z-3462 {
  z-index: 3462;
}

.mo-z-3463 {
  z-index: 3463;
}

.mo-z-3464 {
  z-index: 3464;
}

.mo-z-3465 {
  z-index: 3465;
}

.mo-z-3466 {
  z-index: 3466;
}

.mo-z-3467 {
  z-index: 3467;
}

.mo-z-3468 {
  z-index: 3468;
}

.mo-z-3469 {
  z-index: 3469;
}

.mo-z-3470 {
  z-index: 3470;
}

.mo-z-3471 {
  z-index: 3471;
}

.mo-z-3472 {
  z-index: 3472;
}

.mo-z-3473 {
  z-index: 3473;
}

.mo-z-3474 {
  z-index: 3474;
}

.mo-z-3475 {
  z-index: 3475;
}

.mo-z-3476 {
  z-index: 3476;
}

.mo-z-3477 {
  z-index: 3477;
}

.mo-z-3478 {
  z-index: 3478;
}

.mo-z-3479 {
  z-index: 3479;
}

.mo-z-3480 {
  z-index: 3480;
}

.mo-z-3481 {
  z-index: 3481;
}

.mo-z-3482 {
  z-index: 3482;
}

.mo-z-3483 {
  z-index: 3483;
}

.mo-z-3484 {
  z-index: 3484;
}

.mo-z-3485 {
  z-index: 3485;
}

.mo-z-3486 {
  z-index: 3486;
}

.mo-z-3487 {
  z-index: 3487;
}

.mo-z-3488 {
  z-index: 3488;
}

.mo-z-3489 {
  z-index: 3489;
}

.mo-z-3490 {
  z-index: 3490;
}

.mo-z-3491 {
  z-index: 3491;
}

.mo-z-3492 {
  z-index: 3492;
}

.mo-z-3493 {
  z-index: 3493;
}

.mo-z-3494 {
  z-index: 3494;
}

.mo-z-3495 {
  z-index: 3495;
}

.mo-z-3496 {
  z-index: 3496;
}

.mo-z-3497 {
  z-index: 3497;
}

.mo-z-3498 {
  z-index: 3498;
}

.mo-z-3499 {
  z-index: 3499;
}

.mo-z-3500 {
  z-index: 3500;
}

.mo-z-3501 {
  z-index: 3501;
}

.mo-z-3502 {
  z-index: 3502;
}

.mo-z-3503 {
  z-index: 3503;
}

.mo-z-3504 {
  z-index: 3504;
}

.mo-z-3505 {
  z-index: 3505;
}

.mo-z-3506 {
  z-index: 3506;
}

.mo-z-3507 {
  z-index: 3507;
}

.mo-z-3508 {
  z-index: 3508;
}

.mo-z-3509 {
  z-index: 3509;
}

.mo-z-3510 {
  z-index: 3510;
}

.mo-z-3511 {
  z-index: 3511;
}

.mo-z-3512 {
  z-index: 3512;
}

.mo-z-3513 {
  z-index: 3513;
}

.mo-z-3514 {
  z-index: 3514;
}

.mo-z-3515 {
  z-index: 3515;
}

.mo-z-3516 {
  z-index: 3516;
}

.mo-z-3517 {
  z-index: 3517;
}

.mo-z-3518 {
  z-index: 3518;
}

.mo-z-3519 {
  z-index: 3519;
}

.mo-z-3520 {
  z-index: 3520;
}

.mo-z-3521 {
  z-index: 3521;
}

.mo-z-3522 {
  z-index: 3522;
}

.mo-z-3523 {
  z-index: 3523;
}

.mo-z-3524 {
  z-index: 3524;
}

.mo-z-3525 {
  z-index: 3525;
}

.mo-z-3526 {
  z-index: 3526;
}

.mo-z-3527 {
  z-index: 3527;
}

.mo-z-3528 {
  z-index: 3528;
}

.mo-z-3529 {
  z-index: 3529;
}

.mo-z-3530 {
  z-index: 3530;
}

.mo-z-3531 {
  z-index: 3531;
}

.mo-z-3532 {
  z-index: 3532;
}

.mo-z-3533 {
  z-index: 3533;
}

.mo-z-3534 {
  z-index: 3534;
}

.mo-z-3535 {
  z-index: 3535;
}

.mo-z-3536 {
  z-index: 3536;
}

.mo-z-3537 {
  z-index: 3537;
}

.mo-z-3538 {
  z-index: 3538;
}

.mo-z-3539 {
  z-index: 3539;
}

.mo-z-3540 {
  z-index: 3540;
}

.mo-z-3541 {
  z-index: 3541;
}

.mo-z-3542 {
  z-index: 3542;
}

.mo-z-3543 {
  z-index: 3543;
}

.mo-z-3544 {
  z-index: 3544;
}

.mo-z-3545 {
  z-index: 3545;
}

.mo-z-3546 {
  z-index: 3546;
}

.mo-z-3547 {
  z-index: 3547;
}

.mo-z-3548 {
  z-index: 3548;
}

.mo-z-3549 {
  z-index: 3549;
}

.mo-z-3550 {
  z-index: 3550;
}

.mo-z-3551 {
  z-index: 3551;
}

.mo-z-3552 {
  z-index: 3552;
}

.mo-z-3553 {
  z-index: 3553;
}

.mo-z-3554 {
  z-index: 3554;
}

.mo-z-3555 {
  z-index: 3555;
}

.mo-z-3556 {
  z-index: 3556;
}

.mo-z-3557 {
  z-index: 3557;
}

.mo-z-3558 {
  z-index: 3558;
}

.mo-z-3559 {
  z-index: 3559;
}

.mo-z-3560 {
  z-index: 3560;
}

.mo-z-3561 {
  z-index: 3561;
}

.mo-z-3562 {
  z-index: 3562;
}

.mo-z-3563 {
  z-index: 3563;
}

.mo-z-3564 {
  z-index: 3564;
}

.mo-z-3565 {
  z-index: 3565;
}

.mo-z-3566 {
  z-index: 3566;
}

.mo-z-3567 {
  z-index: 3567;
}

.mo-z-3568 {
  z-index: 3568;
}

.mo-z-3569 {
  z-index: 3569;
}

.mo-z-3570 {
  z-index: 3570;
}

.mo-z-3571 {
  z-index: 3571;
}

.mo-z-3572 {
  z-index: 3572;
}

.mo-z-3573 {
  z-index: 3573;
}

.mo-z-3574 {
  z-index: 3574;
}

.mo-z-3575 {
  z-index: 3575;
}

.mo-z-3576 {
  z-index: 3576;
}

.mo-z-3577 {
  z-index: 3577;
}

.mo-z-3578 {
  z-index: 3578;
}

.mo-z-3579 {
  z-index: 3579;
}

.mo-z-3580 {
  z-index: 3580;
}

.mo-z-3581 {
  z-index: 3581;
}

.mo-z-3582 {
  z-index: 3582;
}

.mo-z-3583 {
  z-index: 3583;
}

.mo-z-3584 {
  z-index: 3584;
}

.mo-z-3585 {
  z-index: 3585;
}

.mo-z-3586 {
  z-index: 3586;
}

.mo-z-3587 {
  z-index: 3587;
}

.mo-z-3588 {
  z-index: 3588;
}

.mo-z-3589 {
  z-index: 3589;
}

.mo-z-3590 {
  z-index: 3590;
}

.mo-z-3591 {
  z-index: 3591;
}

.mo-z-3592 {
  z-index: 3592;
}

.mo-z-3593 {
  z-index: 3593;
}

.mo-z-3594 {
  z-index: 3594;
}

.mo-z-3595 {
  z-index: 3595;
}

.mo-z-3596 {
  z-index: 3596;
}

.mo-z-3597 {
  z-index: 3597;
}

.mo-z-3598 {
  z-index: 3598;
}

.mo-z-3599 {
  z-index: 3599;
}

.mo-z-3600 {
  z-index: 3600;
}

.mo-z-3601 {
  z-index: 3601;
}

.mo-z-3602 {
  z-index: 3602;
}

.mo-z-3603 {
  z-index: 3603;
}

.mo-z-3604 {
  z-index: 3604;
}

.mo-z-3605 {
  z-index: 3605;
}

.mo-z-3606 {
  z-index: 3606;
}

.mo-z-3607 {
  z-index: 3607;
}

.mo-z-3608 {
  z-index: 3608;
}

.mo-z-3609 {
  z-index: 3609;
}

.mo-z-3610 {
  z-index: 3610;
}

.mo-z-3611 {
  z-index: 3611;
}

.mo-z-3612 {
  z-index: 3612;
}

.mo-z-3613 {
  z-index: 3613;
}

.mo-z-3614 {
  z-index: 3614;
}

.mo-z-3615 {
  z-index: 3615;
}

.mo-z-3616 {
  z-index: 3616;
}

.mo-z-3617 {
  z-index: 3617;
}

.mo-z-3618 {
  z-index: 3618;
}

.mo-z-3619 {
  z-index: 3619;
}

.mo-z-3620 {
  z-index: 3620;
}

.mo-z-3621 {
  z-index: 3621;
}

.mo-z-3622 {
  z-index: 3622;
}

.mo-z-3623 {
  z-index: 3623;
}

.mo-z-3624 {
  z-index: 3624;
}

.mo-z-3625 {
  z-index: 3625;
}

.mo-z-3626 {
  z-index: 3626;
}

.mo-z-3627 {
  z-index: 3627;
}

.mo-z-3628 {
  z-index: 3628;
}

.mo-z-3629 {
  z-index: 3629;
}

.mo-z-3630 {
  z-index: 3630;
}

.mo-z-3631 {
  z-index: 3631;
}

.mo-z-3632 {
  z-index: 3632;
}

.mo-z-3633 {
  z-index: 3633;
}

.mo-z-3634 {
  z-index: 3634;
}

.mo-z-3635 {
  z-index: 3635;
}

.mo-z-3636 {
  z-index: 3636;
}

.mo-z-3637 {
  z-index: 3637;
}

.mo-z-3638 {
  z-index: 3638;
}

.mo-z-3639 {
  z-index: 3639;
}

.mo-z-3640 {
  z-index: 3640;
}

.mo-z-3641 {
  z-index: 3641;
}

.mo-z-3642 {
  z-index: 3642;
}

.mo-z-3643 {
  z-index: 3643;
}

.mo-z-3644 {
  z-index: 3644;
}

.mo-z-3645 {
  z-index: 3645;
}

.mo-z-3646 {
  z-index: 3646;
}

.mo-z-3647 {
  z-index: 3647;
}

.mo-z-3648 {
  z-index: 3648;
}

.mo-z-3649 {
  z-index: 3649;
}

.mo-z-3650 {
  z-index: 3650;
}

.mo-z-3651 {
  z-index: 3651;
}

.mo-z-3652 {
  z-index: 3652;
}

.mo-z-3653 {
  z-index: 3653;
}

.mo-z-3654 {
  z-index: 3654;
}

.mo-z-3655 {
  z-index: 3655;
}

.mo-z-3656 {
  z-index: 3656;
}

.mo-z-3657 {
  z-index: 3657;
}

.mo-z-3658 {
  z-index: 3658;
}

.mo-z-3659 {
  z-index: 3659;
}

.mo-z-3660 {
  z-index: 3660;
}

.mo-z-3661 {
  z-index: 3661;
}

.mo-z-3662 {
  z-index: 3662;
}

.mo-z-3663 {
  z-index: 3663;
}

.mo-z-3664 {
  z-index: 3664;
}

.mo-z-3665 {
  z-index: 3665;
}

.mo-z-3666 {
  z-index: 3666;
}

.mo-z-3667 {
  z-index: 3667;
}

.mo-z-3668 {
  z-index: 3668;
}

.mo-z-3669 {
  z-index: 3669;
}

.mo-z-3670 {
  z-index: 3670;
}

.mo-z-3671 {
  z-index: 3671;
}

.mo-z-3672 {
  z-index: 3672;
}

.mo-z-3673 {
  z-index: 3673;
}

.mo-z-3674 {
  z-index: 3674;
}

.mo-z-3675 {
  z-index: 3675;
}

.mo-z-3676 {
  z-index: 3676;
}

.mo-z-3677 {
  z-index: 3677;
}

.mo-z-3678 {
  z-index: 3678;
}

.mo-z-3679 {
  z-index: 3679;
}

.mo-z-3680 {
  z-index: 3680;
}

.mo-z-3681 {
  z-index: 3681;
}

.mo-z-3682 {
  z-index: 3682;
}

.mo-z-3683 {
  z-index: 3683;
}

.mo-z-3684 {
  z-index: 3684;
}

.mo-z-3685 {
  z-index: 3685;
}

.mo-z-3686 {
  z-index: 3686;
}

.mo-z-3687 {
  z-index: 3687;
}

.mo-z-3688 {
  z-index: 3688;
}

.mo-z-3689 {
  z-index: 3689;
}

.mo-z-3690 {
  z-index: 3690;
}

.mo-z-3691 {
  z-index: 3691;
}

.mo-z-3692 {
  z-index: 3692;
}

.mo-z-3693 {
  z-index: 3693;
}

.mo-z-3694 {
  z-index: 3694;
}

.mo-z-3695 {
  z-index: 3695;
}

.mo-z-3696 {
  z-index: 3696;
}

.mo-z-3697 {
  z-index: 3697;
}

.mo-z-3698 {
  z-index: 3698;
}

.mo-z-3699 {
  z-index: 3699;
}

.mo-z-3700 {
  z-index: 3700;
}

.mo-z-3701 {
  z-index: 3701;
}

.mo-z-3702 {
  z-index: 3702;
}

.mo-z-3703 {
  z-index: 3703;
}

.mo-z-3704 {
  z-index: 3704;
}

.mo-z-3705 {
  z-index: 3705;
}

.mo-z-3706 {
  z-index: 3706;
}

.mo-z-3707 {
  z-index: 3707;
}

.mo-z-3708 {
  z-index: 3708;
}

.mo-z-3709 {
  z-index: 3709;
}

.mo-z-3710 {
  z-index: 3710;
}

.mo-z-3711 {
  z-index: 3711;
}

.mo-z-3712 {
  z-index: 3712;
}

.mo-z-3713 {
  z-index: 3713;
}

.mo-z-3714 {
  z-index: 3714;
}

.mo-z-3715 {
  z-index: 3715;
}

.mo-z-3716 {
  z-index: 3716;
}

.mo-z-3717 {
  z-index: 3717;
}

.mo-z-3718 {
  z-index: 3718;
}

.mo-z-3719 {
  z-index: 3719;
}

.mo-z-3720 {
  z-index: 3720;
}

.mo-z-3721 {
  z-index: 3721;
}

.mo-z-3722 {
  z-index: 3722;
}

.mo-z-3723 {
  z-index: 3723;
}

.mo-z-3724 {
  z-index: 3724;
}

.mo-z-3725 {
  z-index: 3725;
}

.mo-z-3726 {
  z-index: 3726;
}

.mo-z-3727 {
  z-index: 3727;
}

.mo-z-3728 {
  z-index: 3728;
}

.mo-z-3729 {
  z-index: 3729;
}

.mo-z-3730 {
  z-index: 3730;
}

.mo-z-3731 {
  z-index: 3731;
}

.mo-z-3732 {
  z-index: 3732;
}

.mo-z-3733 {
  z-index: 3733;
}

.mo-z-3734 {
  z-index: 3734;
}

.mo-z-3735 {
  z-index: 3735;
}

.mo-z-3736 {
  z-index: 3736;
}

.mo-z-3737 {
  z-index: 3737;
}

.mo-z-3738 {
  z-index: 3738;
}

.mo-z-3739 {
  z-index: 3739;
}

.mo-z-3740 {
  z-index: 3740;
}

.mo-z-3741 {
  z-index: 3741;
}

.mo-z-3742 {
  z-index: 3742;
}

.mo-z-3743 {
  z-index: 3743;
}

.mo-z-3744 {
  z-index: 3744;
}

.mo-z-3745 {
  z-index: 3745;
}

.mo-z-3746 {
  z-index: 3746;
}

.mo-z-3747 {
  z-index: 3747;
}

.mo-z-3748 {
  z-index: 3748;
}

.mo-z-3749 {
  z-index: 3749;
}

.mo-z-3750 {
  z-index: 3750;
}

.mo-z-3751 {
  z-index: 3751;
}

.mo-z-3752 {
  z-index: 3752;
}

.mo-z-3753 {
  z-index: 3753;
}

.mo-z-3754 {
  z-index: 3754;
}

.mo-z-3755 {
  z-index: 3755;
}

.mo-z-3756 {
  z-index: 3756;
}

.mo-z-3757 {
  z-index: 3757;
}

.mo-z-3758 {
  z-index: 3758;
}

.mo-z-3759 {
  z-index: 3759;
}

.mo-z-3760 {
  z-index: 3760;
}

.mo-z-3761 {
  z-index: 3761;
}

.mo-z-3762 {
  z-index: 3762;
}

.mo-z-3763 {
  z-index: 3763;
}

.mo-z-3764 {
  z-index: 3764;
}

.mo-z-3765 {
  z-index: 3765;
}

.mo-z-3766 {
  z-index: 3766;
}

.mo-z-3767 {
  z-index: 3767;
}

.mo-z-3768 {
  z-index: 3768;
}

.mo-z-3769 {
  z-index: 3769;
}

.mo-z-3770 {
  z-index: 3770;
}

.mo-z-3771 {
  z-index: 3771;
}

.mo-z-3772 {
  z-index: 3772;
}

.mo-z-3773 {
  z-index: 3773;
}

.mo-z-3774 {
  z-index: 3774;
}

.mo-z-3775 {
  z-index: 3775;
}

.mo-z-3776 {
  z-index: 3776;
}

.mo-z-3777 {
  z-index: 3777;
}

.mo-z-3778 {
  z-index: 3778;
}

.mo-z-3779 {
  z-index: 3779;
}

.mo-z-3780 {
  z-index: 3780;
}

.mo-z-3781 {
  z-index: 3781;
}

.mo-z-3782 {
  z-index: 3782;
}

.mo-z-3783 {
  z-index: 3783;
}

.mo-z-3784 {
  z-index: 3784;
}

.mo-z-3785 {
  z-index: 3785;
}

.mo-z-3786 {
  z-index: 3786;
}

.mo-z-3787 {
  z-index: 3787;
}

.mo-z-3788 {
  z-index: 3788;
}

.mo-z-3789 {
  z-index: 3789;
}

.mo-z-3790 {
  z-index: 3790;
}

.mo-z-3791 {
  z-index: 3791;
}

.mo-z-3792 {
  z-index: 3792;
}

.mo-z-3793 {
  z-index: 3793;
}

.mo-z-3794 {
  z-index: 3794;
}

.mo-z-3795 {
  z-index: 3795;
}

.mo-z-3796 {
  z-index: 3796;
}

.mo-z-3797 {
  z-index: 3797;
}

.mo-z-3798 {
  z-index: 3798;
}

.mo-z-3799 {
  z-index: 3799;
}

.mo-z-3800 {
  z-index: 3800;
}

.mo-z-3801 {
  z-index: 3801;
}

.mo-z-3802 {
  z-index: 3802;
}

.mo-z-3803 {
  z-index: 3803;
}

.mo-z-3804 {
  z-index: 3804;
}

.mo-z-3805 {
  z-index: 3805;
}

.mo-z-3806 {
  z-index: 3806;
}

.mo-z-3807 {
  z-index: 3807;
}

.mo-z-3808 {
  z-index: 3808;
}

.mo-z-3809 {
  z-index: 3809;
}

.mo-z-3810 {
  z-index: 3810;
}

.mo-z-3811 {
  z-index: 3811;
}

.mo-z-3812 {
  z-index: 3812;
}

.mo-z-3813 {
  z-index: 3813;
}

.mo-z-3814 {
  z-index: 3814;
}

.mo-z-3815 {
  z-index: 3815;
}

.mo-z-3816 {
  z-index: 3816;
}

.mo-z-3817 {
  z-index: 3817;
}

.mo-z-3818 {
  z-index: 3818;
}

.mo-z-3819 {
  z-index: 3819;
}

.mo-z-3820 {
  z-index: 3820;
}

.mo-z-3821 {
  z-index: 3821;
}

.mo-z-3822 {
  z-index: 3822;
}

.mo-z-3823 {
  z-index: 3823;
}

.mo-z-3824 {
  z-index: 3824;
}

.mo-z-3825 {
  z-index: 3825;
}

.mo-z-3826 {
  z-index: 3826;
}

.mo-z-3827 {
  z-index: 3827;
}

.mo-z-3828 {
  z-index: 3828;
}

.mo-z-3829 {
  z-index: 3829;
}

.mo-z-3830 {
  z-index: 3830;
}

.mo-z-3831 {
  z-index: 3831;
}

.mo-z-3832 {
  z-index: 3832;
}

.mo-z-3833 {
  z-index: 3833;
}

.mo-z-3834 {
  z-index: 3834;
}

.mo-z-3835 {
  z-index: 3835;
}

.mo-z-3836 {
  z-index: 3836;
}

.mo-z-3837 {
  z-index: 3837;
}

.mo-z-3838 {
  z-index: 3838;
}

.mo-z-3839 {
  z-index: 3839;
}

.mo-z-3840 {
  z-index: 3840;
}

.mo-z-3841 {
  z-index: 3841;
}

.mo-z-3842 {
  z-index: 3842;
}

.mo-z-3843 {
  z-index: 3843;
}

.mo-z-3844 {
  z-index: 3844;
}

.mo-z-3845 {
  z-index: 3845;
}

.mo-z-3846 {
  z-index: 3846;
}

.mo-z-3847 {
  z-index: 3847;
}

.mo-z-3848 {
  z-index: 3848;
}

.mo-z-3849 {
  z-index: 3849;
}

.mo-z-3850 {
  z-index: 3850;
}

.mo-z-3851 {
  z-index: 3851;
}

.mo-z-3852 {
  z-index: 3852;
}

.mo-z-3853 {
  z-index: 3853;
}

.mo-z-3854 {
  z-index: 3854;
}

.mo-z-3855 {
  z-index: 3855;
}

.mo-z-3856 {
  z-index: 3856;
}

.mo-z-3857 {
  z-index: 3857;
}

.mo-z-3858 {
  z-index: 3858;
}

.mo-z-3859 {
  z-index: 3859;
}

.mo-z-3860 {
  z-index: 3860;
}

.mo-z-3861 {
  z-index: 3861;
}

.mo-z-3862 {
  z-index: 3862;
}

.mo-z-3863 {
  z-index: 3863;
}

.mo-z-3864 {
  z-index: 3864;
}

.mo-z-3865 {
  z-index: 3865;
}

.mo-z-3866 {
  z-index: 3866;
}

.mo-z-3867 {
  z-index: 3867;
}

.mo-z-3868 {
  z-index: 3868;
}

.mo-z-3869 {
  z-index: 3869;
}

.mo-z-3870 {
  z-index: 3870;
}

.mo-z-3871 {
  z-index: 3871;
}

.mo-z-3872 {
  z-index: 3872;
}

.mo-z-3873 {
  z-index: 3873;
}

.mo-z-3874 {
  z-index: 3874;
}

.mo-z-3875 {
  z-index: 3875;
}

.mo-z-3876 {
  z-index: 3876;
}

.mo-z-3877 {
  z-index: 3877;
}

.mo-z-3878 {
  z-index: 3878;
}

.mo-z-3879 {
  z-index: 3879;
}

.mo-z-3880 {
  z-index: 3880;
}

.mo-z-3881 {
  z-index: 3881;
}

.mo-z-3882 {
  z-index: 3882;
}

.mo-z-3883 {
  z-index: 3883;
}

.mo-z-3884 {
  z-index: 3884;
}

.mo-z-3885 {
  z-index: 3885;
}

.mo-z-3886 {
  z-index: 3886;
}

.mo-z-3887 {
  z-index: 3887;
}

.mo-z-3888 {
  z-index: 3888;
}

.mo-z-3889 {
  z-index: 3889;
}

.mo-z-3890 {
  z-index: 3890;
}

.mo-z-3891 {
  z-index: 3891;
}

.mo-z-3892 {
  z-index: 3892;
}

.mo-z-3893 {
  z-index: 3893;
}

.mo-z-3894 {
  z-index: 3894;
}

.mo-z-3895 {
  z-index: 3895;
}

.mo-z-3896 {
  z-index: 3896;
}

.mo-z-3897 {
  z-index: 3897;
}

.mo-z-3898 {
  z-index: 3898;
}

.mo-z-3899 {
  z-index: 3899;
}

.mo-z-3900 {
  z-index: 3900;
}

.mo-z-3901 {
  z-index: 3901;
}

.mo-z-3902 {
  z-index: 3902;
}

.mo-z-3903 {
  z-index: 3903;
}

.mo-z-3904 {
  z-index: 3904;
}

.mo-z-3905 {
  z-index: 3905;
}

.mo-z-3906 {
  z-index: 3906;
}

.mo-z-3907 {
  z-index: 3907;
}

.mo-z-3908 {
  z-index: 3908;
}

.mo-z-3909 {
  z-index: 3909;
}

.mo-z-3910 {
  z-index: 3910;
}

.mo-z-3911 {
  z-index: 3911;
}

.mo-z-3912 {
  z-index: 3912;
}

.mo-z-3913 {
  z-index: 3913;
}

.mo-z-3914 {
  z-index: 3914;
}

.mo-z-3915 {
  z-index: 3915;
}

.mo-z-3916 {
  z-index: 3916;
}

.mo-z-3917 {
  z-index: 3917;
}

.mo-z-3918 {
  z-index: 3918;
}

.mo-z-3919 {
  z-index: 3919;
}

.mo-z-3920 {
  z-index: 3920;
}

.mo-z-3921 {
  z-index: 3921;
}

.mo-z-3922 {
  z-index: 3922;
}

.mo-z-3923 {
  z-index: 3923;
}

.mo-z-3924 {
  z-index: 3924;
}

.mo-z-3925 {
  z-index: 3925;
}

.mo-z-3926 {
  z-index: 3926;
}

.mo-z-3927 {
  z-index: 3927;
}

.mo-z-3928 {
  z-index: 3928;
}

.mo-z-3929 {
  z-index: 3929;
}

.mo-z-3930 {
  z-index: 3930;
}

.mo-z-3931 {
  z-index: 3931;
}

.mo-z-3932 {
  z-index: 3932;
}

.mo-z-3933 {
  z-index: 3933;
}

.mo-z-3934 {
  z-index: 3934;
}

.mo-z-3935 {
  z-index: 3935;
}

.mo-z-3936 {
  z-index: 3936;
}

.mo-z-3937 {
  z-index: 3937;
}

.mo-z-3938 {
  z-index: 3938;
}

.mo-z-3939 {
  z-index: 3939;
}

.mo-z-3940 {
  z-index: 3940;
}

.mo-z-3941 {
  z-index: 3941;
}

.mo-z-3942 {
  z-index: 3942;
}

.mo-z-3943 {
  z-index: 3943;
}

.mo-z-3944 {
  z-index: 3944;
}

.mo-z-3945 {
  z-index: 3945;
}

.mo-z-3946 {
  z-index: 3946;
}

.mo-z-3947 {
  z-index: 3947;
}

.mo-z-3948 {
  z-index: 3948;
}

.mo-z-3949 {
  z-index: 3949;
}

.mo-z-3950 {
  z-index: 3950;
}

.mo-z-3951 {
  z-index: 3951;
}

.mo-z-3952 {
  z-index: 3952;
}

.mo-z-3953 {
  z-index: 3953;
}

.mo-z-3954 {
  z-index: 3954;
}

.mo-z-3955 {
  z-index: 3955;
}

.mo-z-3956 {
  z-index: 3956;
}

.mo-z-3957 {
  z-index: 3957;
}

.mo-z-3958 {
  z-index: 3958;
}

.mo-z-3959 {
  z-index: 3959;
}

.mo-z-3960 {
  z-index: 3960;
}

.mo-z-3961 {
  z-index: 3961;
}

.mo-z-3962 {
  z-index: 3962;
}

.mo-z-3963 {
  z-index: 3963;
}

.mo-z-3964 {
  z-index: 3964;
}

.mo-z-3965 {
  z-index: 3965;
}

.mo-z-3966 {
  z-index: 3966;
}

.mo-z-3967 {
  z-index: 3967;
}

.mo-z-3968 {
  z-index: 3968;
}

.mo-z-3969 {
  z-index: 3969;
}

.mo-z-3970 {
  z-index: 3970;
}

.mo-z-3971 {
  z-index: 3971;
}

.mo-z-3972 {
  z-index: 3972;
}

.mo-z-3973 {
  z-index: 3973;
}

.mo-z-3974 {
  z-index: 3974;
}

.mo-z-3975 {
  z-index: 3975;
}

.mo-z-3976 {
  z-index: 3976;
}

.mo-z-3977 {
  z-index: 3977;
}

.mo-z-3978 {
  z-index: 3978;
}

.mo-z-3979 {
  z-index: 3979;
}

.mo-z-3980 {
  z-index: 3980;
}

.mo-z-3981 {
  z-index: 3981;
}

.mo-z-3982 {
  z-index: 3982;
}

.mo-z-3983 {
  z-index: 3983;
}

.mo-z-3984 {
  z-index: 3984;
}

.mo-z-3985 {
  z-index: 3985;
}

.mo-z-3986 {
  z-index: 3986;
}

.mo-z-3987 {
  z-index: 3987;
}

.mo-z-3988 {
  z-index: 3988;
}

.mo-z-3989 {
  z-index: 3989;
}

.mo-z-3990 {
  z-index: 3990;
}

.mo-z-3991 {
  z-index: 3991;
}

.mo-z-3992 {
  z-index: 3992;
}

.mo-z-3993 {
  z-index: 3993;
}

.mo-z-3994 {
  z-index: 3994;
}

.mo-z-3995 {
  z-index: 3995;
}

.mo-z-3996 {
  z-index: 3996;
}

.mo-z-3997 {
  z-index: 3997;
}

.mo-z-3998 {
  z-index: 3998;
}

.mo-z-3999 {
  z-index: 3999;
}

.mo-z-4000 {
  z-index: 4000;
}

.mo-z-4001 {
  z-index: 4001;
}

.mo-z-4002 {
  z-index: 4002;
}

.mo-z-4003 {
  z-index: 4003;
}

.mo-z-4004 {
  z-index: 4004;
}

.mo-z-4005 {
  z-index: 4005;
}

.mo-z-4006 {
  z-index: 4006;
}

.mo-z-4007 {
  z-index: 4007;
}

.mo-z-4008 {
  z-index: 4008;
}

.mo-z-4009 {
  z-index: 4009;
}

.mo-z-4010 {
  z-index: 4010;
}

.mo-z-4011 {
  z-index: 4011;
}

.mo-z-4012 {
  z-index: 4012;
}

.mo-z-4013 {
  z-index: 4013;
}

.mo-z-4014 {
  z-index: 4014;
}

.mo-z-4015 {
  z-index: 4015;
}

.mo-z-4016 {
  z-index: 4016;
}

.mo-z-4017 {
  z-index: 4017;
}

.mo-z-4018 {
  z-index: 4018;
}

.mo-z-4019 {
  z-index: 4019;
}

.mo-z-4020 {
  z-index: 4020;
}

.mo-z-4021 {
  z-index: 4021;
}

.mo-z-4022 {
  z-index: 4022;
}

.mo-z-4023 {
  z-index: 4023;
}

.mo-z-4024 {
  z-index: 4024;
}

.mo-z-4025 {
  z-index: 4025;
}

.mo-z-4026 {
  z-index: 4026;
}

.mo-z-4027 {
  z-index: 4027;
}

.mo-z-4028 {
  z-index: 4028;
}

.mo-z-4029 {
  z-index: 4029;
}

.mo-z-4030 {
  z-index: 4030;
}

.mo-z-4031 {
  z-index: 4031;
}

.mo-z-4032 {
  z-index: 4032;
}

.mo-z-4033 {
  z-index: 4033;
}

.mo-z-4034 {
  z-index: 4034;
}

.mo-z-4035 {
  z-index: 4035;
}

.mo-z-4036 {
  z-index: 4036;
}

.mo-z-4037 {
  z-index: 4037;
}

.mo-z-4038 {
  z-index: 4038;
}

.mo-z-4039 {
  z-index: 4039;
}

.mo-z-4040 {
  z-index: 4040;
}

.mo-z-4041 {
  z-index: 4041;
}

.mo-z-4042 {
  z-index: 4042;
}

.mo-z-4043 {
  z-index: 4043;
}

.mo-z-4044 {
  z-index: 4044;
}

.mo-z-4045 {
  z-index: 4045;
}

.mo-z-4046 {
  z-index: 4046;
}

.mo-z-4047 {
  z-index: 4047;
}

.mo-z-4048 {
  z-index: 4048;
}

.mo-z-4049 {
  z-index: 4049;
}

.mo-z-4050 {
  z-index: 4050;
}

.mo-z-4051 {
  z-index: 4051;
}

.mo-z-4052 {
  z-index: 4052;
}

.mo-z-4053 {
  z-index: 4053;
}

.mo-z-4054 {
  z-index: 4054;
}

.mo-z-4055 {
  z-index: 4055;
}

.mo-z-4056 {
  z-index: 4056;
}

.mo-z-4057 {
  z-index: 4057;
}

.mo-z-4058 {
  z-index: 4058;
}

.mo-z-4059 {
  z-index: 4059;
}

.mo-z-4060 {
  z-index: 4060;
}

.mo-z-4061 {
  z-index: 4061;
}

.mo-z-4062 {
  z-index: 4062;
}

.mo-z-4063 {
  z-index: 4063;
}

.mo-z-4064 {
  z-index: 4064;
}

.mo-z-4065 {
  z-index: 4065;
}

.mo-z-4066 {
  z-index: 4066;
}

.mo-z-4067 {
  z-index: 4067;
}

.mo-z-4068 {
  z-index: 4068;
}

.mo-z-4069 {
  z-index: 4069;
}

.mo-z-4070 {
  z-index: 4070;
}

.mo-z-4071 {
  z-index: 4071;
}

.mo-z-4072 {
  z-index: 4072;
}

.mo-z-4073 {
  z-index: 4073;
}

.mo-z-4074 {
  z-index: 4074;
}

.mo-z-4075 {
  z-index: 4075;
}

.mo-z-4076 {
  z-index: 4076;
}

.mo-z-4077 {
  z-index: 4077;
}

.mo-z-4078 {
  z-index: 4078;
}

.mo-z-4079 {
  z-index: 4079;
}

.mo-z-4080 {
  z-index: 4080;
}

.mo-z-4081 {
  z-index: 4081;
}

.mo-z-4082 {
  z-index: 4082;
}

.mo-z-4083 {
  z-index: 4083;
}

.mo-z-4084 {
  z-index: 4084;
}

.mo-z-4085 {
  z-index: 4085;
}

.mo-z-4086 {
  z-index: 4086;
}

.mo-z-4087 {
  z-index: 4087;
}

.mo-z-4088 {
  z-index: 4088;
}

.mo-z-4089 {
  z-index: 4089;
}

.mo-z-4090 {
  z-index: 4090;
}

.mo-z-4091 {
  z-index: 4091;
}

.mo-z-4092 {
  z-index: 4092;
}

.mo-z-4093 {
  z-index: 4093;
}

.mo-z-4094 {
  z-index: 4094;
}

.mo-z-4095 {
  z-index: 4095;
}

.mo-z-4096 {
  z-index: 4096;
}

.mo-z-4097 {
  z-index: 4097;
}

.mo-z-4098 {
  z-index: 4098;
}

.mo-z-4099 {
  z-index: 4099;
}

.mo-z-4100 {
  z-index: 4100;
}

.mo-z-4101 {
  z-index: 4101;
}

.mo-z-4102 {
  z-index: 4102;
}

.mo-z-4103 {
  z-index: 4103;
}

.mo-z-4104 {
  z-index: 4104;
}

.mo-z-4105 {
  z-index: 4105;
}

.mo-z-4106 {
  z-index: 4106;
}

.mo-z-4107 {
  z-index: 4107;
}

.mo-z-4108 {
  z-index: 4108;
}

.mo-z-4109 {
  z-index: 4109;
}

.mo-z-4110 {
  z-index: 4110;
}

.mo-z-4111 {
  z-index: 4111;
}

.mo-z-4112 {
  z-index: 4112;
}

.mo-z-4113 {
  z-index: 4113;
}

.mo-z-4114 {
  z-index: 4114;
}

.mo-z-4115 {
  z-index: 4115;
}

.mo-z-4116 {
  z-index: 4116;
}

.mo-z-4117 {
  z-index: 4117;
}

.mo-z-4118 {
  z-index: 4118;
}

.mo-z-4119 {
  z-index: 4119;
}

.mo-z-4120 {
  z-index: 4120;
}

.mo-z-4121 {
  z-index: 4121;
}

.mo-z-4122 {
  z-index: 4122;
}

.mo-z-4123 {
  z-index: 4123;
}

.mo-z-4124 {
  z-index: 4124;
}

.mo-z-4125 {
  z-index: 4125;
}

.mo-z-4126 {
  z-index: 4126;
}

.mo-z-4127 {
  z-index: 4127;
}

.mo-z-4128 {
  z-index: 4128;
}

.mo-z-4129 {
  z-index: 4129;
}

.mo-z-4130 {
  z-index: 4130;
}

.mo-z-4131 {
  z-index: 4131;
}

.mo-z-4132 {
  z-index: 4132;
}

.mo-z-4133 {
  z-index: 4133;
}

.mo-z-4134 {
  z-index: 4134;
}

.mo-z-4135 {
  z-index: 4135;
}

.mo-z-4136 {
  z-index: 4136;
}

.mo-z-4137 {
  z-index: 4137;
}

.mo-z-4138 {
  z-index: 4138;
}

.mo-z-4139 {
  z-index: 4139;
}

.mo-z-4140 {
  z-index: 4140;
}

.mo-z-4141 {
  z-index: 4141;
}

.mo-z-4142 {
  z-index: 4142;
}

.mo-z-4143 {
  z-index: 4143;
}

.mo-z-4144 {
  z-index: 4144;
}

.mo-z-4145 {
  z-index: 4145;
}

.mo-z-4146 {
  z-index: 4146;
}

.mo-z-4147 {
  z-index: 4147;
}

.mo-z-4148 {
  z-index: 4148;
}

.mo-z-4149 {
  z-index: 4149;
}

.mo-z-4150 {
  z-index: 4150;
}

.mo-z-4151 {
  z-index: 4151;
}

.mo-z-4152 {
  z-index: 4152;
}

.mo-z-4153 {
  z-index: 4153;
}

.mo-z-4154 {
  z-index: 4154;
}

.mo-z-4155 {
  z-index: 4155;
}

.mo-z-4156 {
  z-index: 4156;
}

.mo-z-4157 {
  z-index: 4157;
}

.mo-z-4158 {
  z-index: 4158;
}

.mo-z-4159 {
  z-index: 4159;
}

.mo-z-4160 {
  z-index: 4160;
}

.mo-z-4161 {
  z-index: 4161;
}

.mo-z-4162 {
  z-index: 4162;
}

.mo-z-4163 {
  z-index: 4163;
}

.mo-z-4164 {
  z-index: 4164;
}

.mo-z-4165 {
  z-index: 4165;
}

.mo-z-4166 {
  z-index: 4166;
}

.mo-z-4167 {
  z-index: 4167;
}

.mo-z-4168 {
  z-index: 4168;
}

.mo-z-4169 {
  z-index: 4169;
}

.mo-z-4170 {
  z-index: 4170;
}

.mo-z-4171 {
  z-index: 4171;
}

.mo-z-4172 {
  z-index: 4172;
}

.mo-z-4173 {
  z-index: 4173;
}

.mo-z-4174 {
  z-index: 4174;
}

.mo-z-4175 {
  z-index: 4175;
}

.mo-z-4176 {
  z-index: 4176;
}

.mo-z-4177 {
  z-index: 4177;
}

.mo-z-4178 {
  z-index: 4178;
}

.mo-z-4179 {
  z-index: 4179;
}

.mo-z-4180 {
  z-index: 4180;
}

.mo-z-4181 {
  z-index: 4181;
}

.mo-z-4182 {
  z-index: 4182;
}

.mo-z-4183 {
  z-index: 4183;
}

.mo-z-4184 {
  z-index: 4184;
}

.mo-z-4185 {
  z-index: 4185;
}

.mo-z-4186 {
  z-index: 4186;
}

.mo-z-4187 {
  z-index: 4187;
}

.mo-z-4188 {
  z-index: 4188;
}

.mo-z-4189 {
  z-index: 4189;
}

.mo-z-4190 {
  z-index: 4190;
}

.mo-z-4191 {
  z-index: 4191;
}

.mo-z-4192 {
  z-index: 4192;
}

.mo-z-4193 {
  z-index: 4193;
}

.mo-z-4194 {
  z-index: 4194;
}

.mo-z-4195 {
  z-index: 4195;
}

.mo-z-4196 {
  z-index: 4196;
}

.mo-z-4197 {
  z-index: 4197;
}

.mo-z-4198 {
  z-index: 4198;
}

.mo-z-4199 {
  z-index: 4199;
}

.mo-z-4200 {
  z-index: 4200;
}

.mo-z-4201 {
  z-index: 4201;
}

.mo-z-4202 {
  z-index: 4202;
}

.mo-z-4203 {
  z-index: 4203;
}

.mo-z-4204 {
  z-index: 4204;
}

.mo-z-4205 {
  z-index: 4205;
}

.mo-z-4206 {
  z-index: 4206;
}

.mo-z-4207 {
  z-index: 4207;
}

.mo-z-4208 {
  z-index: 4208;
}

.mo-z-4209 {
  z-index: 4209;
}

.mo-z-4210 {
  z-index: 4210;
}

.mo-z-4211 {
  z-index: 4211;
}

.mo-z-4212 {
  z-index: 4212;
}

.mo-z-4213 {
  z-index: 4213;
}

.mo-z-4214 {
  z-index: 4214;
}

.mo-z-4215 {
  z-index: 4215;
}

.mo-z-4216 {
  z-index: 4216;
}

.mo-z-4217 {
  z-index: 4217;
}

.mo-z-4218 {
  z-index: 4218;
}

.mo-z-4219 {
  z-index: 4219;
}

.mo-z-4220 {
  z-index: 4220;
}

.mo-z-4221 {
  z-index: 4221;
}

.mo-z-4222 {
  z-index: 4222;
}

.mo-z-4223 {
  z-index: 4223;
}

.mo-z-4224 {
  z-index: 4224;
}

.mo-z-4225 {
  z-index: 4225;
}

.mo-z-4226 {
  z-index: 4226;
}

.mo-z-4227 {
  z-index: 4227;
}

.mo-z-4228 {
  z-index: 4228;
}

.mo-z-4229 {
  z-index: 4229;
}

.mo-z-4230 {
  z-index: 4230;
}

.mo-z-4231 {
  z-index: 4231;
}

.mo-z-4232 {
  z-index: 4232;
}

.mo-z-4233 {
  z-index: 4233;
}

.mo-z-4234 {
  z-index: 4234;
}

.mo-z-4235 {
  z-index: 4235;
}

.mo-z-4236 {
  z-index: 4236;
}

.mo-z-4237 {
  z-index: 4237;
}

.mo-z-4238 {
  z-index: 4238;
}

.mo-z-4239 {
  z-index: 4239;
}

.mo-z-4240 {
  z-index: 4240;
}

.mo-z-4241 {
  z-index: 4241;
}

.mo-z-4242 {
  z-index: 4242;
}

.mo-z-4243 {
  z-index: 4243;
}

.mo-z-4244 {
  z-index: 4244;
}

.mo-z-4245 {
  z-index: 4245;
}

.mo-z-4246 {
  z-index: 4246;
}

.mo-z-4247 {
  z-index: 4247;
}

.mo-z-4248 {
  z-index: 4248;
}

.mo-z-4249 {
  z-index: 4249;
}

.mo-z-4250 {
  z-index: 4250;
}

.mo-z-4251 {
  z-index: 4251;
}

.mo-z-4252 {
  z-index: 4252;
}

.mo-z-4253 {
  z-index: 4253;
}

.mo-z-4254 {
  z-index: 4254;
}

.mo-z-4255 {
  z-index: 4255;
}

.mo-z-4256 {
  z-index: 4256;
}

.mo-z-4257 {
  z-index: 4257;
}

.mo-z-4258 {
  z-index: 4258;
}

.mo-z-4259 {
  z-index: 4259;
}

.mo-z-4260 {
  z-index: 4260;
}

.mo-z-4261 {
  z-index: 4261;
}

.mo-z-4262 {
  z-index: 4262;
}

.mo-z-4263 {
  z-index: 4263;
}

.mo-z-4264 {
  z-index: 4264;
}

.mo-z-4265 {
  z-index: 4265;
}

.mo-z-4266 {
  z-index: 4266;
}

.mo-z-4267 {
  z-index: 4267;
}

.mo-z-4268 {
  z-index: 4268;
}

.mo-z-4269 {
  z-index: 4269;
}

.mo-z-4270 {
  z-index: 4270;
}

.mo-z-4271 {
  z-index: 4271;
}

.mo-z-4272 {
  z-index: 4272;
}

.mo-z-4273 {
  z-index: 4273;
}

.mo-z-4274 {
  z-index: 4274;
}

.mo-z-4275 {
  z-index: 4275;
}

.mo-z-4276 {
  z-index: 4276;
}

.mo-z-4277 {
  z-index: 4277;
}

.mo-z-4278 {
  z-index: 4278;
}

.mo-z-4279 {
  z-index: 4279;
}

.mo-z-4280 {
  z-index: 4280;
}

.mo-z-4281 {
  z-index: 4281;
}

.mo-z-4282 {
  z-index: 4282;
}

.mo-z-4283 {
  z-index: 4283;
}

.mo-z-4284 {
  z-index: 4284;
}

.mo-z-4285 {
  z-index: 4285;
}

.mo-z-4286 {
  z-index: 4286;
}

.mo-z-4287 {
  z-index: 4287;
}

.mo-z-4288 {
  z-index: 4288;
}

.mo-z-4289 {
  z-index: 4289;
}

.mo-z-4290 {
  z-index: 4290;
}

.mo-z-4291 {
  z-index: 4291;
}

.mo-z-4292 {
  z-index: 4292;
}

.mo-z-4293 {
  z-index: 4293;
}

.mo-z-4294 {
  z-index: 4294;
}

.mo-z-4295 {
  z-index: 4295;
}

.mo-z-4296 {
  z-index: 4296;
}

.mo-z-4297 {
  z-index: 4297;
}

.mo-z-4298 {
  z-index: 4298;
}

.mo-z-4299 {
  z-index: 4299;
}

.mo-z-4300 {
  z-index: 4300;
}

.mo-z-4301 {
  z-index: 4301;
}

.mo-z-4302 {
  z-index: 4302;
}

.mo-z-4303 {
  z-index: 4303;
}

.mo-z-4304 {
  z-index: 4304;
}

.mo-z-4305 {
  z-index: 4305;
}

.mo-z-4306 {
  z-index: 4306;
}

.mo-z-4307 {
  z-index: 4307;
}

.mo-z-4308 {
  z-index: 4308;
}

.mo-z-4309 {
  z-index: 4309;
}

.mo-z-4310 {
  z-index: 4310;
}

.mo-z-4311 {
  z-index: 4311;
}

.mo-z-4312 {
  z-index: 4312;
}

.mo-z-4313 {
  z-index: 4313;
}

.mo-z-4314 {
  z-index: 4314;
}

.mo-z-4315 {
  z-index: 4315;
}

.mo-z-4316 {
  z-index: 4316;
}

.mo-z-4317 {
  z-index: 4317;
}

.mo-z-4318 {
  z-index: 4318;
}

.mo-z-4319 {
  z-index: 4319;
}

.mo-z-4320 {
  z-index: 4320;
}

.mo-z-4321 {
  z-index: 4321;
}

.mo-z-4322 {
  z-index: 4322;
}

.mo-z-4323 {
  z-index: 4323;
}

.mo-z-4324 {
  z-index: 4324;
}

.mo-z-4325 {
  z-index: 4325;
}

.mo-z-4326 {
  z-index: 4326;
}

.mo-z-4327 {
  z-index: 4327;
}

.mo-z-4328 {
  z-index: 4328;
}

.mo-z-4329 {
  z-index: 4329;
}

.mo-z-4330 {
  z-index: 4330;
}

.mo-z-4331 {
  z-index: 4331;
}

.mo-z-4332 {
  z-index: 4332;
}

.mo-z-4333 {
  z-index: 4333;
}

.mo-z-4334 {
  z-index: 4334;
}

.mo-z-4335 {
  z-index: 4335;
}

.mo-z-4336 {
  z-index: 4336;
}

.mo-z-4337 {
  z-index: 4337;
}

.mo-z-4338 {
  z-index: 4338;
}

.mo-z-4339 {
  z-index: 4339;
}

.mo-z-4340 {
  z-index: 4340;
}

.mo-z-4341 {
  z-index: 4341;
}

.mo-z-4342 {
  z-index: 4342;
}

.mo-z-4343 {
  z-index: 4343;
}

.mo-z-4344 {
  z-index: 4344;
}

.mo-z-4345 {
  z-index: 4345;
}

.mo-z-4346 {
  z-index: 4346;
}

.mo-z-4347 {
  z-index: 4347;
}

.mo-z-4348 {
  z-index: 4348;
}

.mo-z-4349 {
  z-index: 4349;
}

.mo-z-4350 {
  z-index: 4350;
}

.mo-z-4351 {
  z-index: 4351;
}

.mo-z-4352 {
  z-index: 4352;
}

.mo-z-4353 {
  z-index: 4353;
}

.mo-z-4354 {
  z-index: 4354;
}

.mo-z-4355 {
  z-index: 4355;
}

.mo-z-4356 {
  z-index: 4356;
}

.mo-z-4357 {
  z-index: 4357;
}

.mo-z-4358 {
  z-index: 4358;
}

.mo-z-4359 {
  z-index: 4359;
}

.mo-z-4360 {
  z-index: 4360;
}

.mo-z-4361 {
  z-index: 4361;
}

.mo-z-4362 {
  z-index: 4362;
}

.mo-z-4363 {
  z-index: 4363;
}

.mo-z-4364 {
  z-index: 4364;
}

.mo-z-4365 {
  z-index: 4365;
}

.mo-z-4366 {
  z-index: 4366;
}

.mo-z-4367 {
  z-index: 4367;
}

.mo-z-4368 {
  z-index: 4368;
}

.mo-z-4369 {
  z-index: 4369;
}

.mo-z-4370 {
  z-index: 4370;
}

.mo-z-4371 {
  z-index: 4371;
}

.mo-z-4372 {
  z-index: 4372;
}

.mo-z-4373 {
  z-index: 4373;
}

.mo-z-4374 {
  z-index: 4374;
}

.mo-z-4375 {
  z-index: 4375;
}

.mo-z-4376 {
  z-index: 4376;
}

.mo-z-4377 {
  z-index: 4377;
}

.mo-z-4378 {
  z-index: 4378;
}

.mo-z-4379 {
  z-index: 4379;
}

.mo-z-4380 {
  z-index: 4380;
}

.mo-z-4381 {
  z-index: 4381;
}

.mo-z-4382 {
  z-index: 4382;
}

.mo-z-4383 {
  z-index: 4383;
}

.mo-z-4384 {
  z-index: 4384;
}

.mo-z-4385 {
  z-index: 4385;
}

.mo-z-4386 {
  z-index: 4386;
}

.mo-z-4387 {
  z-index: 4387;
}

.mo-z-4388 {
  z-index: 4388;
}

.mo-z-4389 {
  z-index: 4389;
}

.mo-z-4390 {
  z-index: 4390;
}

.mo-z-4391 {
  z-index: 4391;
}

.mo-z-4392 {
  z-index: 4392;
}

.mo-z-4393 {
  z-index: 4393;
}

.mo-z-4394 {
  z-index: 4394;
}

.mo-z-4395 {
  z-index: 4395;
}

.mo-z-4396 {
  z-index: 4396;
}

.mo-z-4397 {
  z-index: 4397;
}

.mo-z-4398 {
  z-index: 4398;
}

.mo-z-4399 {
  z-index: 4399;
}

.mo-z-4400 {
  z-index: 4400;
}

.mo-z-4401 {
  z-index: 4401;
}

.mo-z-4402 {
  z-index: 4402;
}

.mo-z-4403 {
  z-index: 4403;
}

.mo-z-4404 {
  z-index: 4404;
}

.mo-z-4405 {
  z-index: 4405;
}

.mo-z-4406 {
  z-index: 4406;
}

.mo-z-4407 {
  z-index: 4407;
}

.mo-z-4408 {
  z-index: 4408;
}

.mo-z-4409 {
  z-index: 4409;
}

.mo-z-4410 {
  z-index: 4410;
}

.mo-z-4411 {
  z-index: 4411;
}

.mo-z-4412 {
  z-index: 4412;
}

.mo-z-4413 {
  z-index: 4413;
}

.mo-z-4414 {
  z-index: 4414;
}

.mo-z-4415 {
  z-index: 4415;
}

.mo-z-4416 {
  z-index: 4416;
}

.mo-z-4417 {
  z-index: 4417;
}

.mo-z-4418 {
  z-index: 4418;
}

.mo-z-4419 {
  z-index: 4419;
}

.mo-z-4420 {
  z-index: 4420;
}

.mo-z-4421 {
  z-index: 4421;
}

.mo-z-4422 {
  z-index: 4422;
}

.mo-z-4423 {
  z-index: 4423;
}

.mo-z-4424 {
  z-index: 4424;
}

.mo-z-4425 {
  z-index: 4425;
}

.mo-z-4426 {
  z-index: 4426;
}

.mo-z-4427 {
  z-index: 4427;
}

.mo-z-4428 {
  z-index: 4428;
}

.mo-z-4429 {
  z-index: 4429;
}

.mo-z-4430 {
  z-index: 4430;
}

.mo-z-4431 {
  z-index: 4431;
}

.mo-z-4432 {
  z-index: 4432;
}

.mo-z-4433 {
  z-index: 4433;
}

.mo-z-4434 {
  z-index: 4434;
}

.mo-z-4435 {
  z-index: 4435;
}

.mo-z-4436 {
  z-index: 4436;
}

.mo-z-4437 {
  z-index: 4437;
}

.mo-z-4438 {
  z-index: 4438;
}

.mo-z-4439 {
  z-index: 4439;
}

.mo-z-4440 {
  z-index: 4440;
}

.mo-z-4441 {
  z-index: 4441;
}

.mo-z-4442 {
  z-index: 4442;
}

.mo-z-4443 {
  z-index: 4443;
}

.mo-z-4444 {
  z-index: 4444;
}

.mo-z-4445 {
  z-index: 4445;
}

.mo-z-4446 {
  z-index: 4446;
}

.mo-z-4447 {
  z-index: 4447;
}

.mo-z-4448 {
  z-index: 4448;
}

.mo-z-4449 {
  z-index: 4449;
}

.mo-z-4450 {
  z-index: 4450;
}

.mo-z-4451 {
  z-index: 4451;
}

.mo-z-4452 {
  z-index: 4452;
}

.mo-z-4453 {
  z-index: 4453;
}

.mo-z-4454 {
  z-index: 4454;
}

.mo-z-4455 {
  z-index: 4455;
}

.mo-z-4456 {
  z-index: 4456;
}

.mo-z-4457 {
  z-index: 4457;
}

.mo-z-4458 {
  z-index: 4458;
}

.mo-z-4459 {
  z-index: 4459;
}

.mo-z-4460 {
  z-index: 4460;
}

.mo-z-4461 {
  z-index: 4461;
}

.mo-z-4462 {
  z-index: 4462;
}

.mo-z-4463 {
  z-index: 4463;
}

.mo-z-4464 {
  z-index: 4464;
}

.mo-z-4465 {
  z-index: 4465;
}

.mo-z-4466 {
  z-index: 4466;
}

.mo-z-4467 {
  z-index: 4467;
}

.mo-z-4468 {
  z-index: 4468;
}

.mo-z-4469 {
  z-index: 4469;
}

.mo-z-4470 {
  z-index: 4470;
}

.mo-z-4471 {
  z-index: 4471;
}

.mo-z-4472 {
  z-index: 4472;
}

.mo-z-4473 {
  z-index: 4473;
}

.mo-z-4474 {
  z-index: 4474;
}

.mo-z-4475 {
  z-index: 4475;
}

.mo-z-4476 {
  z-index: 4476;
}

.mo-z-4477 {
  z-index: 4477;
}

.mo-z-4478 {
  z-index: 4478;
}

.mo-z-4479 {
  z-index: 4479;
}

.mo-z-4480 {
  z-index: 4480;
}

.mo-z-4481 {
  z-index: 4481;
}

.mo-z-4482 {
  z-index: 4482;
}

.mo-z-4483 {
  z-index: 4483;
}

.mo-z-4484 {
  z-index: 4484;
}

.mo-z-4485 {
  z-index: 4485;
}

.mo-z-4486 {
  z-index: 4486;
}

.mo-z-4487 {
  z-index: 4487;
}

.mo-z-4488 {
  z-index: 4488;
}

.mo-z-4489 {
  z-index: 4489;
}

.mo-z-4490 {
  z-index: 4490;
}

.mo-z-4491 {
  z-index: 4491;
}

.mo-z-4492 {
  z-index: 4492;
}

.mo-z-4493 {
  z-index: 4493;
}

.mo-z-4494 {
  z-index: 4494;
}

.mo-z-4495 {
  z-index: 4495;
}

.mo-z-4496 {
  z-index: 4496;
}

.mo-z-4497 {
  z-index: 4497;
}

.mo-z-4498 {
  z-index: 4498;
}

.mo-z-4499 {
  z-index: 4499;
}

.mo-z-4500 {
  z-index: 4500;
}

.mo-z-4501 {
  z-index: 4501;
}

.mo-z-4502 {
  z-index: 4502;
}

.mo-z-4503 {
  z-index: 4503;
}

.mo-z-4504 {
  z-index: 4504;
}

.mo-z-4505 {
  z-index: 4505;
}

.mo-z-4506 {
  z-index: 4506;
}

.mo-z-4507 {
  z-index: 4507;
}

.mo-z-4508 {
  z-index: 4508;
}

.mo-z-4509 {
  z-index: 4509;
}

.mo-z-4510 {
  z-index: 4510;
}

.mo-z-4511 {
  z-index: 4511;
}

.mo-z-4512 {
  z-index: 4512;
}

.mo-z-4513 {
  z-index: 4513;
}

.mo-z-4514 {
  z-index: 4514;
}

.mo-z-4515 {
  z-index: 4515;
}

.mo-z-4516 {
  z-index: 4516;
}

.mo-z-4517 {
  z-index: 4517;
}

.mo-z-4518 {
  z-index: 4518;
}

.mo-z-4519 {
  z-index: 4519;
}

.mo-z-4520 {
  z-index: 4520;
}

.mo-z-4521 {
  z-index: 4521;
}

.mo-z-4522 {
  z-index: 4522;
}

.mo-z-4523 {
  z-index: 4523;
}

.mo-z-4524 {
  z-index: 4524;
}

.mo-z-4525 {
  z-index: 4525;
}

.mo-z-4526 {
  z-index: 4526;
}

.mo-z-4527 {
  z-index: 4527;
}

.mo-z-4528 {
  z-index: 4528;
}

.mo-z-4529 {
  z-index: 4529;
}

.mo-z-4530 {
  z-index: 4530;
}

.mo-z-4531 {
  z-index: 4531;
}

.mo-z-4532 {
  z-index: 4532;
}

.mo-z-4533 {
  z-index: 4533;
}

.mo-z-4534 {
  z-index: 4534;
}

.mo-z-4535 {
  z-index: 4535;
}

.mo-z-4536 {
  z-index: 4536;
}

.mo-z-4537 {
  z-index: 4537;
}

.mo-z-4538 {
  z-index: 4538;
}

.mo-z-4539 {
  z-index: 4539;
}

.mo-z-4540 {
  z-index: 4540;
}

.mo-z-4541 {
  z-index: 4541;
}

.mo-z-4542 {
  z-index: 4542;
}

.mo-z-4543 {
  z-index: 4543;
}

.mo-z-4544 {
  z-index: 4544;
}

.mo-z-4545 {
  z-index: 4545;
}

.mo-z-4546 {
  z-index: 4546;
}

.mo-z-4547 {
  z-index: 4547;
}

.mo-z-4548 {
  z-index: 4548;
}

.mo-z-4549 {
  z-index: 4549;
}

.mo-z-4550 {
  z-index: 4550;
}

.mo-z-4551 {
  z-index: 4551;
}

.mo-z-4552 {
  z-index: 4552;
}

.mo-z-4553 {
  z-index: 4553;
}

.mo-z-4554 {
  z-index: 4554;
}

.mo-z-4555 {
  z-index: 4555;
}

.mo-z-4556 {
  z-index: 4556;
}

.mo-z-4557 {
  z-index: 4557;
}

.mo-z-4558 {
  z-index: 4558;
}

.mo-z-4559 {
  z-index: 4559;
}

.mo-z-4560 {
  z-index: 4560;
}

.mo-z-4561 {
  z-index: 4561;
}

.mo-z-4562 {
  z-index: 4562;
}

.mo-z-4563 {
  z-index: 4563;
}

.mo-z-4564 {
  z-index: 4564;
}

.mo-z-4565 {
  z-index: 4565;
}

.mo-z-4566 {
  z-index: 4566;
}

.mo-z-4567 {
  z-index: 4567;
}

.mo-z-4568 {
  z-index: 4568;
}

.mo-z-4569 {
  z-index: 4569;
}

.mo-z-4570 {
  z-index: 4570;
}

.mo-z-4571 {
  z-index: 4571;
}

.mo-z-4572 {
  z-index: 4572;
}

.mo-z-4573 {
  z-index: 4573;
}

.mo-z-4574 {
  z-index: 4574;
}

.mo-z-4575 {
  z-index: 4575;
}

.mo-z-4576 {
  z-index: 4576;
}

.mo-z-4577 {
  z-index: 4577;
}

.mo-z-4578 {
  z-index: 4578;
}

.mo-z-4579 {
  z-index: 4579;
}

.mo-z-4580 {
  z-index: 4580;
}

.mo-z-4581 {
  z-index: 4581;
}

.mo-z-4582 {
  z-index: 4582;
}

.mo-z-4583 {
  z-index: 4583;
}

.mo-z-4584 {
  z-index: 4584;
}

.mo-z-4585 {
  z-index: 4585;
}

.mo-z-4586 {
  z-index: 4586;
}

.mo-z-4587 {
  z-index: 4587;
}

.mo-z-4588 {
  z-index: 4588;
}

.mo-z-4589 {
  z-index: 4589;
}

.mo-z-4590 {
  z-index: 4590;
}

.mo-z-4591 {
  z-index: 4591;
}

.mo-z-4592 {
  z-index: 4592;
}

.mo-z-4593 {
  z-index: 4593;
}

.mo-z-4594 {
  z-index: 4594;
}

.mo-z-4595 {
  z-index: 4595;
}

.mo-z-4596 {
  z-index: 4596;
}

.mo-z-4597 {
  z-index: 4597;
}

.mo-z-4598 {
  z-index: 4598;
}

.mo-z-4599 {
  z-index: 4599;
}

.mo-z-4600 {
  z-index: 4600;
}

.mo-z-4601 {
  z-index: 4601;
}

.mo-z-4602 {
  z-index: 4602;
}

.mo-z-4603 {
  z-index: 4603;
}

.mo-z-4604 {
  z-index: 4604;
}

.mo-z-4605 {
  z-index: 4605;
}

.mo-z-4606 {
  z-index: 4606;
}

.mo-z-4607 {
  z-index: 4607;
}

.mo-z-4608 {
  z-index: 4608;
}

.mo-z-4609 {
  z-index: 4609;
}

.mo-z-4610 {
  z-index: 4610;
}

.mo-z-4611 {
  z-index: 4611;
}

.mo-z-4612 {
  z-index: 4612;
}

.mo-z-4613 {
  z-index: 4613;
}

.mo-z-4614 {
  z-index: 4614;
}

.mo-z-4615 {
  z-index: 4615;
}

.mo-z-4616 {
  z-index: 4616;
}

.mo-z-4617 {
  z-index: 4617;
}

.mo-z-4618 {
  z-index: 4618;
}

.mo-z-4619 {
  z-index: 4619;
}

.mo-z-4620 {
  z-index: 4620;
}

.mo-z-4621 {
  z-index: 4621;
}

.mo-z-4622 {
  z-index: 4622;
}

.mo-z-4623 {
  z-index: 4623;
}

.mo-z-4624 {
  z-index: 4624;
}

.mo-z-4625 {
  z-index: 4625;
}

.mo-z-4626 {
  z-index: 4626;
}

.mo-z-4627 {
  z-index: 4627;
}

.mo-z-4628 {
  z-index: 4628;
}

.mo-z-4629 {
  z-index: 4629;
}

.mo-z-4630 {
  z-index: 4630;
}

.mo-z-4631 {
  z-index: 4631;
}

.mo-z-4632 {
  z-index: 4632;
}

.mo-z-4633 {
  z-index: 4633;
}

.mo-z-4634 {
  z-index: 4634;
}

.mo-z-4635 {
  z-index: 4635;
}

.mo-z-4636 {
  z-index: 4636;
}

.mo-z-4637 {
  z-index: 4637;
}

.mo-z-4638 {
  z-index: 4638;
}

.mo-z-4639 {
  z-index: 4639;
}

.mo-z-4640 {
  z-index: 4640;
}

.mo-z-4641 {
  z-index: 4641;
}

.mo-z-4642 {
  z-index: 4642;
}

.mo-z-4643 {
  z-index: 4643;
}

.mo-z-4644 {
  z-index: 4644;
}

.mo-z-4645 {
  z-index: 4645;
}

.mo-z-4646 {
  z-index: 4646;
}

.mo-z-4647 {
  z-index: 4647;
}

.mo-z-4648 {
  z-index: 4648;
}

.mo-z-4649 {
  z-index: 4649;
}

.mo-z-4650 {
  z-index: 4650;
}

.mo-z-4651 {
  z-index: 4651;
}

.mo-z-4652 {
  z-index: 4652;
}

.mo-z-4653 {
  z-index: 4653;
}

.mo-z-4654 {
  z-index: 4654;
}

.mo-z-4655 {
  z-index: 4655;
}

.mo-z-4656 {
  z-index: 4656;
}

.mo-z-4657 {
  z-index: 4657;
}

.mo-z-4658 {
  z-index: 4658;
}

.mo-z-4659 {
  z-index: 4659;
}

.mo-z-4660 {
  z-index: 4660;
}

.mo-z-4661 {
  z-index: 4661;
}

.mo-z-4662 {
  z-index: 4662;
}

.mo-z-4663 {
  z-index: 4663;
}

.mo-z-4664 {
  z-index: 4664;
}

.mo-z-4665 {
  z-index: 4665;
}

.mo-z-4666 {
  z-index: 4666;
}

.mo-z-4667 {
  z-index: 4667;
}

.mo-z-4668 {
  z-index: 4668;
}

.mo-z-4669 {
  z-index: 4669;
}

.mo-z-4670 {
  z-index: 4670;
}

.mo-z-4671 {
  z-index: 4671;
}

.mo-z-4672 {
  z-index: 4672;
}

.mo-z-4673 {
  z-index: 4673;
}

.mo-z-4674 {
  z-index: 4674;
}

.mo-z-4675 {
  z-index: 4675;
}

.mo-z-4676 {
  z-index: 4676;
}

.mo-z-4677 {
  z-index: 4677;
}

.mo-z-4678 {
  z-index: 4678;
}

.mo-z-4679 {
  z-index: 4679;
}

.mo-z-4680 {
  z-index: 4680;
}

.mo-z-4681 {
  z-index: 4681;
}

.mo-z-4682 {
  z-index: 4682;
}

.mo-z-4683 {
  z-index: 4683;
}

.mo-z-4684 {
  z-index: 4684;
}

.mo-z-4685 {
  z-index: 4685;
}

.mo-z-4686 {
  z-index: 4686;
}

.mo-z-4687 {
  z-index: 4687;
}

.mo-z-4688 {
  z-index: 4688;
}

.mo-z-4689 {
  z-index: 4689;
}

.mo-z-4690 {
  z-index: 4690;
}

.mo-z-4691 {
  z-index: 4691;
}

.mo-z-4692 {
  z-index: 4692;
}

.mo-z-4693 {
  z-index: 4693;
}

.mo-z-4694 {
  z-index: 4694;
}

.mo-z-4695 {
  z-index: 4695;
}

.mo-z-4696 {
  z-index: 4696;
}

.mo-z-4697 {
  z-index: 4697;
}

.mo-z-4698 {
  z-index: 4698;
}

.mo-z-4699 {
  z-index: 4699;
}

.mo-z-4700 {
  z-index: 4700;
}

.mo-z-4701 {
  z-index: 4701;
}

.mo-z-4702 {
  z-index: 4702;
}

.mo-z-4703 {
  z-index: 4703;
}

.mo-z-4704 {
  z-index: 4704;
}

.mo-z-4705 {
  z-index: 4705;
}

.mo-z-4706 {
  z-index: 4706;
}

.mo-z-4707 {
  z-index: 4707;
}

.mo-z-4708 {
  z-index: 4708;
}

.mo-z-4709 {
  z-index: 4709;
}

.mo-z-4710 {
  z-index: 4710;
}

.mo-z-4711 {
  z-index: 4711;
}

.mo-z-4712 {
  z-index: 4712;
}

.mo-z-4713 {
  z-index: 4713;
}

.mo-z-4714 {
  z-index: 4714;
}

.mo-z-4715 {
  z-index: 4715;
}

.mo-z-4716 {
  z-index: 4716;
}

.mo-z-4717 {
  z-index: 4717;
}

.mo-z-4718 {
  z-index: 4718;
}

.mo-z-4719 {
  z-index: 4719;
}

.mo-z-4720 {
  z-index: 4720;
}

.mo-z-4721 {
  z-index: 4721;
}

.mo-z-4722 {
  z-index: 4722;
}

.mo-z-4723 {
  z-index: 4723;
}

.mo-z-4724 {
  z-index: 4724;
}

.mo-z-4725 {
  z-index: 4725;
}

.mo-z-4726 {
  z-index: 4726;
}

.mo-z-4727 {
  z-index: 4727;
}

.mo-z-4728 {
  z-index: 4728;
}

.mo-z-4729 {
  z-index: 4729;
}

.mo-z-4730 {
  z-index: 4730;
}

.mo-z-4731 {
  z-index: 4731;
}

.mo-z-4732 {
  z-index: 4732;
}

.mo-z-4733 {
  z-index: 4733;
}

.mo-z-4734 {
  z-index: 4734;
}

.mo-z-4735 {
  z-index: 4735;
}

.mo-z-4736 {
  z-index: 4736;
}

.mo-z-4737 {
  z-index: 4737;
}

.mo-z-4738 {
  z-index: 4738;
}

.mo-z-4739 {
  z-index: 4739;
}

.mo-z-4740 {
  z-index: 4740;
}

.mo-z-4741 {
  z-index: 4741;
}

.mo-z-4742 {
  z-index: 4742;
}

.mo-z-4743 {
  z-index: 4743;
}

.mo-z-4744 {
  z-index: 4744;
}

.mo-z-4745 {
  z-index: 4745;
}

.mo-z-4746 {
  z-index: 4746;
}

.mo-z-4747 {
  z-index: 4747;
}

.mo-z-4748 {
  z-index: 4748;
}

.mo-z-4749 {
  z-index: 4749;
}

.mo-z-4750 {
  z-index: 4750;
}

.mo-z-4751 {
  z-index: 4751;
}

.mo-z-4752 {
  z-index: 4752;
}

.mo-z-4753 {
  z-index: 4753;
}

.mo-z-4754 {
  z-index: 4754;
}

.mo-z-4755 {
  z-index: 4755;
}

.mo-z-4756 {
  z-index: 4756;
}

.mo-z-4757 {
  z-index: 4757;
}

.mo-z-4758 {
  z-index: 4758;
}

.mo-z-4759 {
  z-index: 4759;
}

.mo-z-4760 {
  z-index: 4760;
}

.mo-z-4761 {
  z-index: 4761;
}

.mo-z-4762 {
  z-index: 4762;
}

.mo-z-4763 {
  z-index: 4763;
}

.mo-z-4764 {
  z-index: 4764;
}

.mo-z-4765 {
  z-index: 4765;
}

.mo-z-4766 {
  z-index: 4766;
}

.mo-z-4767 {
  z-index: 4767;
}

.mo-z-4768 {
  z-index: 4768;
}

.mo-z-4769 {
  z-index: 4769;
}

.mo-z-4770 {
  z-index: 4770;
}

.mo-z-4771 {
  z-index: 4771;
}

.mo-z-4772 {
  z-index: 4772;
}

.mo-z-4773 {
  z-index: 4773;
}

.mo-z-4774 {
  z-index: 4774;
}

.mo-z-4775 {
  z-index: 4775;
}

.mo-z-4776 {
  z-index: 4776;
}

.mo-z-4777 {
  z-index: 4777;
}

.mo-z-4778 {
  z-index: 4778;
}

.mo-z-4779 {
  z-index: 4779;
}

.mo-z-4780 {
  z-index: 4780;
}

.mo-z-4781 {
  z-index: 4781;
}

.mo-z-4782 {
  z-index: 4782;
}

.mo-z-4783 {
  z-index: 4783;
}

.mo-z-4784 {
  z-index: 4784;
}

.mo-z-4785 {
  z-index: 4785;
}

.mo-z-4786 {
  z-index: 4786;
}

.mo-z-4787 {
  z-index: 4787;
}

.mo-z-4788 {
  z-index: 4788;
}

.mo-z-4789 {
  z-index: 4789;
}

.mo-z-4790 {
  z-index: 4790;
}

.mo-z-4791 {
  z-index: 4791;
}

.mo-z-4792 {
  z-index: 4792;
}

.mo-z-4793 {
  z-index: 4793;
}

.mo-z-4794 {
  z-index: 4794;
}

.mo-z-4795 {
  z-index: 4795;
}

.mo-z-4796 {
  z-index: 4796;
}

.mo-z-4797 {
  z-index: 4797;
}

.mo-z-4798 {
  z-index: 4798;
}

.mo-z-4799 {
  z-index: 4799;
}

.mo-z-4800 {
  z-index: 4800;
}

.mo-z-4801 {
  z-index: 4801;
}

.mo-z-4802 {
  z-index: 4802;
}

.mo-z-4803 {
  z-index: 4803;
}

.mo-z-4804 {
  z-index: 4804;
}

.mo-z-4805 {
  z-index: 4805;
}

.mo-z-4806 {
  z-index: 4806;
}

.mo-z-4807 {
  z-index: 4807;
}

.mo-z-4808 {
  z-index: 4808;
}

.mo-z-4809 {
  z-index: 4809;
}

.mo-z-4810 {
  z-index: 4810;
}

.mo-z-4811 {
  z-index: 4811;
}

.mo-z-4812 {
  z-index: 4812;
}

.mo-z-4813 {
  z-index: 4813;
}

.mo-z-4814 {
  z-index: 4814;
}

.mo-z-4815 {
  z-index: 4815;
}

.mo-z-4816 {
  z-index: 4816;
}

.mo-z-4817 {
  z-index: 4817;
}

.mo-z-4818 {
  z-index: 4818;
}

.mo-z-4819 {
  z-index: 4819;
}

.mo-z-4820 {
  z-index: 4820;
}

.mo-z-4821 {
  z-index: 4821;
}

.mo-z-4822 {
  z-index: 4822;
}

.mo-z-4823 {
  z-index: 4823;
}

.mo-z-4824 {
  z-index: 4824;
}

.mo-z-4825 {
  z-index: 4825;
}

.mo-z-4826 {
  z-index: 4826;
}

.mo-z-4827 {
  z-index: 4827;
}

.mo-z-4828 {
  z-index: 4828;
}

.mo-z-4829 {
  z-index: 4829;
}

.mo-z-4830 {
  z-index: 4830;
}

.mo-z-4831 {
  z-index: 4831;
}

.mo-z-4832 {
  z-index: 4832;
}

.mo-z-4833 {
  z-index: 4833;
}

.mo-z-4834 {
  z-index: 4834;
}

.mo-z-4835 {
  z-index: 4835;
}

.mo-z-4836 {
  z-index: 4836;
}

.mo-z-4837 {
  z-index: 4837;
}

.mo-z-4838 {
  z-index: 4838;
}

.mo-z-4839 {
  z-index: 4839;
}

.mo-z-4840 {
  z-index: 4840;
}

.mo-z-4841 {
  z-index: 4841;
}

.mo-z-4842 {
  z-index: 4842;
}

.mo-z-4843 {
  z-index: 4843;
}

.mo-z-4844 {
  z-index: 4844;
}

.mo-z-4845 {
  z-index: 4845;
}

.mo-z-4846 {
  z-index: 4846;
}

.mo-z-4847 {
  z-index: 4847;
}

.mo-z-4848 {
  z-index: 4848;
}

.mo-z-4849 {
  z-index: 4849;
}

.mo-z-4850 {
  z-index: 4850;
}

.mo-z-4851 {
  z-index: 4851;
}

.mo-z-4852 {
  z-index: 4852;
}

.mo-z-4853 {
  z-index: 4853;
}

.mo-z-4854 {
  z-index: 4854;
}

.mo-z-4855 {
  z-index: 4855;
}

.mo-z-4856 {
  z-index: 4856;
}

.mo-z-4857 {
  z-index: 4857;
}

.mo-z-4858 {
  z-index: 4858;
}

.mo-z-4859 {
  z-index: 4859;
}

.mo-z-4860 {
  z-index: 4860;
}

.mo-z-4861 {
  z-index: 4861;
}

.mo-z-4862 {
  z-index: 4862;
}

.mo-z-4863 {
  z-index: 4863;
}

.mo-z-4864 {
  z-index: 4864;
}

.mo-z-4865 {
  z-index: 4865;
}

.mo-z-4866 {
  z-index: 4866;
}

.mo-z-4867 {
  z-index: 4867;
}

.mo-z-4868 {
  z-index: 4868;
}

.mo-z-4869 {
  z-index: 4869;
}

.mo-z-4870 {
  z-index: 4870;
}

.mo-z-4871 {
  z-index: 4871;
}

.mo-z-4872 {
  z-index: 4872;
}

.mo-z-4873 {
  z-index: 4873;
}

.mo-z-4874 {
  z-index: 4874;
}

.mo-z-4875 {
  z-index: 4875;
}

.mo-z-4876 {
  z-index: 4876;
}

.mo-z-4877 {
  z-index: 4877;
}

.mo-z-4878 {
  z-index: 4878;
}

.mo-z-4879 {
  z-index: 4879;
}

.mo-z-4880 {
  z-index: 4880;
}

.mo-z-4881 {
  z-index: 4881;
}

.mo-z-4882 {
  z-index: 4882;
}

.mo-z-4883 {
  z-index: 4883;
}

.mo-z-4884 {
  z-index: 4884;
}

.mo-z-4885 {
  z-index: 4885;
}

.mo-z-4886 {
  z-index: 4886;
}

.mo-z-4887 {
  z-index: 4887;
}

.mo-z-4888 {
  z-index: 4888;
}

.mo-z-4889 {
  z-index: 4889;
}

.mo-z-4890 {
  z-index: 4890;
}

.mo-z-4891 {
  z-index: 4891;
}

.mo-z-4892 {
  z-index: 4892;
}

.mo-z-4893 {
  z-index: 4893;
}

.mo-z-4894 {
  z-index: 4894;
}

.mo-z-4895 {
  z-index: 4895;
}

.mo-z-4896 {
  z-index: 4896;
}

.mo-z-4897 {
  z-index: 4897;
}

.mo-z-4898 {
  z-index: 4898;
}

.mo-z-4899 {
  z-index: 4899;
}

.mo-z-4900 {
  z-index: 4900;
}

.mo-z-4901 {
  z-index: 4901;
}

.mo-z-4902 {
  z-index: 4902;
}

.mo-z-4903 {
  z-index: 4903;
}

.mo-z-4904 {
  z-index: 4904;
}

.mo-z-4905 {
  z-index: 4905;
}

.mo-z-4906 {
  z-index: 4906;
}

.mo-z-4907 {
  z-index: 4907;
}

.mo-z-4908 {
  z-index: 4908;
}

.mo-z-4909 {
  z-index: 4909;
}

.mo-z-4910 {
  z-index: 4910;
}

.mo-z-4911 {
  z-index: 4911;
}

.mo-z-4912 {
  z-index: 4912;
}

.mo-z-4913 {
  z-index: 4913;
}

.mo-z-4914 {
  z-index: 4914;
}

.mo-z-4915 {
  z-index: 4915;
}

.mo-z-4916 {
  z-index: 4916;
}

.mo-z-4917 {
  z-index: 4917;
}

.mo-z-4918 {
  z-index: 4918;
}

.mo-z-4919 {
  z-index: 4919;
}

.mo-z-4920 {
  z-index: 4920;
}

.mo-z-4921 {
  z-index: 4921;
}

.mo-z-4922 {
  z-index: 4922;
}

.mo-z-4923 {
  z-index: 4923;
}

.mo-z-4924 {
  z-index: 4924;
}

.mo-z-4925 {
  z-index: 4925;
}

.mo-z-4926 {
  z-index: 4926;
}

.mo-z-4927 {
  z-index: 4927;
}

.mo-z-4928 {
  z-index: 4928;
}

.mo-z-4929 {
  z-index: 4929;
}

.mo-z-4930 {
  z-index: 4930;
}

.mo-z-4931 {
  z-index: 4931;
}

.mo-z-4932 {
  z-index: 4932;
}

.mo-z-4933 {
  z-index: 4933;
}

.mo-z-4934 {
  z-index: 4934;
}

.mo-z-4935 {
  z-index: 4935;
}

.mo-z-4936 {
  z-index: 4936;
}

.mo-z-4937 {
  z-index: 4937;
}

.mo-z-4938 {
  z-index: 4938;
}

.mo-z-4939 {
  z-index: 4939;
}

.mo-z-4940 {
  z-index: 4940;
}

.mo-z-4941 {
  z-index: 4941;
}

.mo-z-4942 {
  z-index: 4942;
}

.mo-z-4943 {
  z-index: 4943;
}

.mo-z-4944 {
  z-index: 4944;
}

.mo-z-4945 {
  z-index: 4945;
}

.mo-z-4946 {
  z-index: 4946;
}

.mo-z-4947 {
  z-index: 4947;
}

.mo-z-4948 {
  z-index: 4948;
}

.mo-z-4949 {
  z-index: 4949;
}

.mo-z-4950 {
  z-index: 4950;
}

.mo-z-4951 {
  z-index: 4951;
}

.mo-z-4952 {
  z-index: 4952;
}

.mo-z-4953 {
  z-index: 4953;
}

.mo-z-4954 {
  z-index: 4954;
}

.mo-z-4955 {
  z-index: 4955;
}

.mo-z-4956 {
  z-index: 4956;
}

.mo-z-4957 {
  z-index: 4957;
}

.mo-z-4958 {
  z-index: 4958;
}

.mo-z-4959 {
  z-index: 4959;
}

.mo-z-4960 {
  z-index: 4960;
}

.mo-z-4961 {
  z-index: 4961;
}

.mo-z-4962 {
  z-index: 4962;
}

.mo-z-4963 {
  z-index: 4963;
}

.mo-z-4964 {
  z-index: 4964;
}

.mo-z-4965 {
  z-index: 4965;
}

.mo-z-4966 {
  z-index: 4966;
}

.mo-z-4967 {
  z-index: 4967;
}

.mo-z-4968 {
  z-index: 4968;
}

.mo-z-4969 {
  z-index: 4969;
}

.mo-z-4970 {
  z-index: 4970;
}

.mo-z-4971 {
  z-index: 4971;
}

.mo-z-4972 {
  z-index: 4972;
}

.mo-z-4973 {
  z-index: 4973;
}

.mo-z-4974 {
  z-index: 4974;
}

.mo-z-4975 {
  z-index: 4975;
}

.mo-z-4976 {
  z-index: 4976;
}

.mo-z-4977 {
  z-index: 4977;
}

.mo-z-4978 {
  z-index: 4978;
}

.mo-z-4979 {
  z-index: 4979;
}

.mo-z-4980 {
  z-index: 4980;
}

.mo-z-4981 {
  z-index: 4981;
}

.mo-z-4982 {
  z-index: 4982;
}

.mo-z-4983 {
  z-index: 4983;
}

.mo-z-4984 {
  z-index: 4984;
}

.mo-z-4985 {
  z-index: 4985;
}

.mo-z-4986 {
  z-index: 4986;
}

.mo-z-4987 {
  z-index: 4987;
}

.mo-z-4988 {
  z-index: 4988;
}

.mo-z-4989 {
  z-index: 4989;
}

.mo-z-4990 {
  z-index: 4990;
}

.mo-z-4991 {
  z-index: 4991;
}

.mo-z-4992 {
  z-index: 4992;
}

.mo-z-4993 {
  z-index: 4993;
}

.mo-z-4994 {
  z-index: 4994;
}

.mo-z-4995 {
  z-index: 4995;
}

.mo-z-4996 {
  z-index: 4996;
}

.mo-z-4997 {
  z-index: 4997;
}

.mo-z-4998 {
  z-index: 4998;
}

.mo-z-4999 {
  z-index: 4999;
}

.mo-z-5000 {
  z-index: 5000;
}

@layer bootstrap {
  .justify-content-center {
    justify-content: safe center !important;
  }
  .justify-items-center {
    justify-items: safe center !important;
  }
}
@layer defaults {
  html {
    height: 100vh !important;
  }
  html * {
    font-family: "Open Sans", sans-serif;
  }
  code * {
    font-family: monospace;
  }
  button {
    background: none;
    border: 0;
    display: flex;
    align-items: center;
  }
  a {
    color: #6D96FF;
    text-decoration: none;
  }
  a:hover {
    color: #3a71ff;
    text-decoration: none;
  }
  a:visited {
    color: #6D96FF;
    text-decoration: none;
  }
  a:active {
    color: #074dff;
    text-decoration: none;
  }
  a.validation {
    color: rgb(255, 15, 15) !important;
    text-decoration: underline !important;
  }
  .card {
    border-radius: 0;
    border: 0;
  }
  *, *:focus, *:hover { /* stylelint-disable-line */
    outline: none !important;
  }
  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none !important;
  }
  button:active {
    outline: 0 !important;
  }
  input:focus {
    outline-width: 0 !important;
  }
  h1, .h1 {
    font-size: 40px;
    line-height: 49px;
    font-weight: 700;
    margin: 0;
  }
  h2, .h2 {
    font-size: 32px !important;
    line-height: 39px;
    font-weight: 700;
    margin: 0;
  }
  h3, .h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin: 0;
  }
  h4, .h4 {
    font-size: 24px !important;
    line-height: 29px;
    font-weight: 700;
    margin: 0;
  }
  h5, .h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
  }
  h6, .h6 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin: 0;
  }
}
a.nav-link {
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

/* Custom scrollbar styles for both vertical and horizontal
   For Webkit based browsers (Chrome, Safari, Edge, etc.) */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.theme-default ::-webkit-scrollbar-track {
  background: "Open Sans";
}

.theme-default ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #A2D6C3;
}

.p-overflow-hidden {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

@layer primeng {
  .p-component, .p-component * {
    box-sizing: border-box;
  }
  .p-hidden {
    display: none;
  }
  .p-hidden-space {
    visibility: hidden;
  }
  .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-hidden-accessible input, .p-hidden-accessible select {
    transform: scale(0);
  }
  .p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .p-disabled, .p-disabled * {
    cursor: default !important;
    pointer-events: none;
  }
  .p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-unselectable-text {
    -webkit-user-select: none;
            user-select: none;
  }
  .p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
  }
  @keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  input[type=button], input[type=submit], input[type=reset], input[type=file]::-webkit-file-upload-button, button {
    border-radius: 0;
  }
  .p-link {
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-link:disabled {
    cursor: default;
  }
  .p-sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  .p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1);
  }
  .p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity 0.1s linear;
  }
  .p-toggleable-content.ng-animating {
    overflow: hidden;
  }
  .p-icon-wrapper {
    display: inline-flex;
  }
  .p-icon {
    display: inline-block;
  }
  .p-icon-spin {
    animation: p-icon-spin 2s infinite linear;
  }
}
@keyframes p-icon-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@layer primeng {
  .p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 0.5rem;
  }
  .p-overlay-badge {
    position: relative;
  }
  .p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    transform-origin: 100% 0;
    margin: 0;
  }
  .p-badge-dot {
    width: 0.5rem;
    min-width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    padding: 0;
  }
  .p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
  }
}
@layer primeng {
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .p-button-group .p-button {
    margin: 0;
  }
  .p-button-group .p-button:focus, .p-button-group p-button:focus .p-button, .p-buttonset .p-button:focus, .p-buttonset .p-button:focus, .p-buttonset p-button:focus .p-button, .p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
  }
  .p-button-group .p-button:not(:last-child), .p-button-group .p-button:not(:last-child):hover, .p-button-group p-button:not(:last-child) .p-button, .p-button-group p-button:not(:last-child) .p-button:hover, .p-buttonset .p-button:not(:last-child), .p-buttonset .p-button:not(:last-child):hover, .p-buttonset p-button:not(:last-child) .p-button, .p-buttonset p-button:not(:last-child) .p-button:hover {
    border-right: 0 none;
  }
  .p-button-group .p-button:not(:first-of-type):not(:last-of-type), .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button, .p-buttonset .p-button:not(:first-of-type):not(:last-of-type), .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
    border-radius: 0;
  }
  .p-button-group .p-button:first-of-type:not(:only-of-type), .p-button-group p-button:first-of-type:not(:only-of-type) .p-button, .p-buttonset .p-button:first-of-type:not(:only-of-type), .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-button-group .p-button:last-of-type:not(:only-of-type), .p-button-group p-button:last-of-type:not(:only-of-type) .p-button, .p-buttonset .p-button:last-of-type:not(:only-of-type), .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  p-button[iconpos=right] spinnericon {
    order: 1;
  }
}
@layer primeng {
  .p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-checkbox-label {
    line-height: 1;
  }
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url('color.dae87a04d07ca92b.png') no-repeat left top;
}

.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url('hue.8b1818380241e6ac.png') no-repeat left top;
}

@layer primeng {
  .p-inputtext {
    margin: 0;
  }
  .p-fluid .p-inputtext {
    width: 100%;
  }
  .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup .p-inputtext, .p-fluid .p-inputgroup .p-inputtext, .p-inputgroup .p-inputwrapper, .p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-float-label {
    display: block;
    position: relative;
  }
  .p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
  }
  .p-float-label textarea ~ label {
    top: 1rem;
  }
  .p-float-label input:focus ~ label, .p-float-label input.p-filled ~ label, .p-float-label textarea:focus ~ label, .p-float-label textarea.p-filled ~ label, .p-float-label .p-inputwrapper-focus ~ label, .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.75rem;
    font-size: 12px;
  }
  .p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
  }
  .p-float-label .p-placeholder, .p-float-label input::placeholder, .p-float-label .p-inputtext::placeholder {
    opacity: 0;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-float-label .p-focus .p-placeholder, .p-float-label input:focus::placeholder, .p-float-label .p-inputtext:focus::placeholder {
    opacity: 1;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-input-icon-left, .p-input-icon-right {
    position: relative;
    display: inline-block;
  }
  .p-input-icon-left > i, .p-input-icon-left > .p-icon-wrapper, .p-input-icon-right > i, .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-input-icon-left, .p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
  }
}
@layer primeng {
  .p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
  }
  .p-fluid .p-inputtextarea {
    width: 100%;
  }
}
@layer primeng {
  .p-password {
    position: relative;
    display: inline-flex;
  }
  .p-password-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-password .p-password-panel {
    min-width: 100%;
  }
  .p-password-meter {
    height: 10px;
  }
  .p-password-strength {
    height: 100%;
    width: 0;
    transition: width 1s ease-in-out;
  }
  .p-fluid .p-password {
    display: flex;
  }
  .p-password-input::-ms-reveal, .p-password-input::-ms-clear {
    display: none;
  }
  .p-password-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-password .p-icon {
    cursor: pointer;
  }
  .p-password-clearable.p-password-mask .p-password-clear-icon {
    margin-top: unset;
  }
  .p-password-clearable {
    position: relative;
  }
}
@layer primeng {
  .p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-radiobutton-icon {
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.1);
    border-radius: 50%;
    visibility: hidden;
  }
  .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1, 1);
    visibility: visible;
  }
  p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-radiobutton-label {
    line-height: 1;
  }
}
@layer primeng {
  .p-ripple {
    overflow: hidden;
    position: relative;
  }
  .p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
  }
  .p-ink-active {
    animation: ripple 0.4s linear;
  }
  .p-ripple-disabled .p-ink {
    display: none !important;
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@layer primeng {
  .p-tooltip {
    position: absolute;
    display: none;
    padding: 0.25em 0.5rem;
    max-width: 12.5rem;
    pointer-events: none;
  }
  .p-tooltip.p-tooltip-right, .p-tooltip.p-tooltip-left {
    padding: 0 0.25rem;
  }
  .p-tooltip.p-tooltip-top, .p-tooltip.p-tooltip-bottom {
    padding: 0.25em 0;
  }
  .p-tooltip .p-tooltip-text {
    white-space: pre-line;
    word-break: break-word;
  }
  .p-tooltip-arrow {
    scale: 2;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -0.25rem;
    border-width: 0.25em 0.25em 0.25em 0;
  }
  .p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
    border-width: 0.25em 0 0.25em 0.25rem;
  }
  .p-tooltip.p-tooltip-top {
    padding: 0.25em 0;
  }
  .p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0.25em 0.25em 0;
  }
  .p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0 0.25em 0.25rem;
  }
}
:root {
  font-family: "Inter var", sans-serif;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  font-variation-settings: normal;
  --font-family: "Inter var", sans-serif;
  --font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  --surface-a: #ffffff;
  --surface-b: #f9fafb;
  --surface-c: #f3f4f6;
  --surface-d: #e5e7eb;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #4b5563;
  --text-color-secondary: #6b7280;
  --primary-color: #3B82F6;
  --primary-color-text: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #f9fafb;
  --surface-100: #f3f4f6;
  --surface-200: #e5e7eb;
  --surface-300: #d1d5db;
  --surface-400: #9ca3af;
  --surface-500: #6b7280;
  --surface-600: #4b5563;
  --surface-700: #374151;
  --surface-800: #1f2937;
  --surface-900: #111827;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --content-padding: 1.25rem;
  --inline-spacing: 0.5rem;
  --border-radius: 6px;
  --surface-ground: #f9fafb;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dfe7ef;
  --surface-hover: #f6f9fc;
  --focus-ring: 0 0 0 0.2rem #BFDBFE;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #EFF6FF;
  --highlight-text-color: #1D4ED8;
  color-scheme: light;
}

@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Regular";
  src: url('Inter-roman.var.b2129c009ce46d43.woff2?v=3.19') format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: "Italic";
  src: url('Inter-italic.var.958a0b9742fb3ae8.woff2?v=3.19') format("woff2");
}
:root {
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fff5f5;
  --red-100:#ffd0ce;
  --red-200:#ffaca7;
  --red-300:#ff8780;
  --red-400:#ff6259;
  --red-500:#ff3d32;
  --red-600:#d9342b;
  --red-700:#b32b23;
  --red-800:#8c221c;
  --red-900:#661814;
  --primary-50:#f5f9ff;
  --primary-100:#d0e1fd;
  --primary-200:#abc9fb;
  --primary-300:#85b2f9;
  --primary-400:#609af8;
  --primary-500:#3b82f6;
  --primary-600:#326fd1;
  --primary-700:#295bac;
  --primary-800:#204887;
  --primary-900:#183462;
}

.p-editor-container .p-editor-toolbar {
  background: #f9fafb;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #e5e7eb;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6b7280;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6b7280;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6b7280;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #4b5563;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #4b5563;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #4b5563;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #4b5563;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #4b5563;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #4b5563;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0.75rem 0;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #4b5563;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #4b5563;
  background: #f3f4f6;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.75rem 1.25rem;
}

.p-editor-container .p-editor-content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #e5e7eb;
}

.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #4b5563;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #4b5563;
}

.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #4b5563;
}

.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #4b5563;
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #3B82F6;
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #3B82F6;
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #3B82F6;
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #3B82F6;
}

@layer primeng {
  * {
    box-sizing: border-box;
  }
  .p-component {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    font-weight: normal;
  }
  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
  }
  .p-disabled, .p-component:disabled {
    opacity: 0.6;
  }
  .p-error {
    color: #e24c4c;
  }
  .p-text-secondary {
    color: #6b7280;
  }
  .pi {
    font-size: 1rem;
  }
  .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 6px;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-component-overlay-enter {
    animation: p-component-overlay-enter-animation 150ms forwards;
  }
  .p-component-overlay-leave {
    animation: p-component-overlay-leave-animation 150ms forwards;
  }
  @keyframes p-component-overlay-enter-animation {
    from {
      background-color: transparent;
    }
    to {
      background-color: var(--maskbg);
    }
  }
  @keyframes p-component-overlay-leave-animation {
    from {
      background-color: var(--maskbg);
    }
    to {
      background-color: transparent;
    }
  }
  .p-autocomplete .p-autocomplete-loader {
    right: 0.75rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 3.75rem;
  }
  .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
    border-color: #3B82F6;
  }
  .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.375rem 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.375rem 0.75rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
    background: #d1d5db;
    color: #4b5563;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-autocomplete-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0.75rem 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
    margin-top: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
    border-color: #e24c4c;
  }
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
    color: #6b7280;
    right: 3.75rem;
  }
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-datepicker {
    padding: 0.5rem;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #d1d5db;
    border-radius: 6px;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #ffffff;
  }
  .p-datepicker .p-datepicker-header {
    padding: 0.5rem;
    color: #4b5563;
    background: #ffffff;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #e5e7eb;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
  .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #4b5563;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    font-weight: 600;
    padding: 0.5rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #3B82F6;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: 0.5rem;
  }
  .p-datepicker table {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  .p-datepicker table th {
    padding: 0.5rem;
  }
  .p-datepicker table th > span {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-datepicker table td {
    padding: 0.5rem;
  }
  .p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transition: box-shadow 0.2s;
    border: 1px solid transparent;
  }
  .p-datepicker table td > span.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: #d1d5db;
    color: #4b5563;
    border-color: transparent;
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid #e5e7eb;
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid #e5e7eb;
    padding: 0.5rem;
  }
  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker .p-timepicker button:last-child {
    margin-top: 0.2em;
  }
  .p-datepicker .p-timepicker span {
    font-size: 1.25rem;
  }
  .p-datepicker .p-timepicker > div {
    padding: 0 0.5rem;
  }
  .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none;
  }
  .p-datepicker .p-monthpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker .p-yearpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #e5e7eb;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
    border-left: 0 none;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #f3f4f6;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  p-calendar.p-calendar-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
    color: #6b7280;
    right: 3.75rem;
  }
  @media screen and (max-width: 769px) {
    .p-datepicker table th, .p-datepicker table td {
      padding: 0;
    }
  }
  .p-cascadeselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 0.75rem 0.75rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #e24c4c;
  }
  .p-cascadeselect.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-cascadeselect.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-cascadeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-cascadeselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0.75rem 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
    margin-top: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 0.75rem 1.25rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }
  .p-input-filled .p-cascadeselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
    border-color: #e24c4c;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
    padding-right: 0.75rem;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
    box-shadow: none;
    border-radius: 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
    transform: rotate(90deg);
  }
  .p-checkbox {
    width: 22px;
    height: 22px;
  }
  .p-checkbox .p-checkbox-box {
    border: 2px solid #d1d5db;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #4b5563;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #ffffff;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #3B82F6;
    background: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #1D4ED8;
    background: #1D4ED8;
    color: #ffffff;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #e24c4c;
  }
  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-checkbox-label {
    margin-left: 0.5rem;
  }
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #e24c4c;
  }
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: #3B82F6;
  }
  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-chips .p-chips-multiple-container {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: #d1d5db;
    color: #4b5563;
  }
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0.375rem 0;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    padding: 0;
    margin: 0;
  }
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
    border-color: #e24c4c;
  }
  p-chips.p-chips-clearable .p-inputtext {
    padding-right: 1.75rem;
  }
  p-chips.p-chips-clearable .p-chips-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  .p-colorpicker-preview,
  .p-fluid .p-colorpicker-preview.p-inputtext {
    width: 2rem;
    height: 2rem;
  }
  .p-colorpicker-panel {
    background: #323232;
    border: 1px solid #191919;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle,
  .p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #ffffff;
  }
  .p-colorpicker-overlay-panel {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-dropdown {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.75rem;
  }
  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
  }
  .p-dropdown .p-dropdown-label.p-placeholder {
    color: #6b7280;
  }
  .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #e24c4c;
  }
  .p-dropdown.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-dropdown.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-dropdown.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-dropdown-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.75rem;
    margin-right: -1.75rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-dropdown-panel .p-dropdown-items {
    padding: 0.75rem 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
    margin-top: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-dropdown {
    background: #f3f4f6;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent;
  }
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
    border-color: #e24c4c;
  }
  .p-icon-field .p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-inputgroup-addon {
    background: #f3f4f6;
    color: #6b7280;
    border-top: 1px solid #d1d5db;
    border-left: 1px solid #d1d5db;
    border-bottom: 1px solid #d1d5db;
    padding: 0.75rem 0.75rem;
    min-width: 3rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid #d1d5db;
  }
  .p-inputgroup > .p-component,
  .p-inputgroup > .p-inputwrapper > .p-inputtext,
  .p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0;
  }
  .p-inputgroup > .p-component + .p-inputgroup-addon,
  .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
    border-left: 0 none;
  }
  .p-inputgroup > .p-component:focus,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
  .p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1;
  }
  .p-inputgroup > .p-component:focus ~ label,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
    z-index: 1;
  }
  .p-inputgroup-addon:first-child,
  .p-inputgroup button:first-child,
  .p-inputgroup input:first-child,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-inputgroup-addon:last-child,
  .p-inputgroup button:last-child,
  .p-inputgroup input:last-child,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 3rem;
  }
  .p-icon-field-left .p-input-icon:first-of-type {
    left: 0.75rem;
    color: #6b7280;
  }
  .p-icon-field-right .p-input-icon:last-of-type {
    right: 0.75rem;
    color: #6b7280;
  }
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
    border-color: #e24c4c;
  }
  p-inputmask.p-inputmask-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  .p-inputmask.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-inputmask.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-inputmask.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
    border-color: #e24c4c;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
    padding-right: 2.5rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
    right: 3.75rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
    right: 3.75rem;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
    background-color: #f3f4f6;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
    background-color: #f3f4f6;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputotp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .p-inputotp-input {
    text-align: center;
    width: 2.5rem;
  }
  .p-inputswitch {
    width: 3rem;
    height: 1.75rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: #d1d5db;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 30px;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    background: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.25rem;
    margin-top: -0.625rem;
    border-radius: 50%;
    transition-duration: 0.2s;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.25rem);
  }
  .p-inputswitch.p-focus .p-inputswitch-slider {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: #b7bcc5;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #3B82F6;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #ffffff;
  }
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #2563eb;
  }
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
    border-color: #e24c4c;
  }
  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    background: #ffffff;
    padding: 0.75rem 0.75rem;
    border: 1px solid #d1d5db;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    border-radius: 6px;
  }
  .p-inputtext:enabled:hover {
    border-color: #3B82F6;
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-inputtext.ng-dirty.ng-invalid {
    border-color: #e24c4c;
  }
  .p-inputtext.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-inputtext.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-inputtext.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 0.875rem;
    padding: 0.65625rem 0.65625rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1.25rem;
    padding: 0.9375rem 0.9375rem;
  }
  .p-float-label > label {
    left: 0.75rem;
    color: #6b7280;
    transition-duration: 0.2s;
  }
  .p-float-label > .ng-invalid.ng-dirty + label {
    color: #e24c4c;
  }
  .p-input-icon-left > .p-icon-wrapper.p-icon,
  .p-input-icon-left > i:first-of-type {
    left: 0.75rem;
    color: #6b7280;
  }
  .p-input-icon-left > .p-inputtext {
    padding-left: 2.5rem;
  }
  .p-input-icon-left.p-float-label > label {
    left: 2.5rem;
  }
  .p-input-icon-right > .p-icon-wrapper,
  .p-input-icon-right > i:last-of-type {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-input-icon-right > .p-inputtext {
    padding-right: 2.5rem;
  }
  .p-icon-field-left > .p-inputtext {
    padding-left: 2.5rem;
  }
  .p-icon-field-left.p-float-label > label {
    left: 2.5rem;
  }
  .p-icon-field-right > .p-inputtext {
    padding-right: 2.5rem;
  }
  ::-webkit-input-placeholder {
    color: #6b7280;
  }
  :-moz-placeholder {
    color: #6b7280;
  }
  ::-moz-placeholder {
    color: #6b7280;
  }
  :-ms-input-placeholder {
    color: #6b7280;
  }
  .p-input-filled .p-inputtext {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext-sm .p-inputtext {
    font-size: 0.875rem;
    padding: 0.65625rem 0.65625rem;
  }
  .p-inputtext-lg .p-inputtext {
    font-size: 1.25rem;
    padding: 0.9375rem 0.9375rem;
  }
  .p-listbox {
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-listbox .p-listbox-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.75rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-listbox .p-listbox-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list {
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item:first-child {
    margin-top: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
    border-color: #e24c4c;
  }
  .p-multiselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-multiselect .p-multiselect-label {
    padding: 0.75rem 0.75rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-multiselect.p-variant-filled {
    background: #f3f4f6;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.375rem 0.75rem;
  }
  .p-multiselect-clearable .p-multiselect-label-container {
    padding-right: 1.75rem;
  }
  .p-multiselect-clearable .p-multiselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-multiselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.75rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-multiselect-panel .p-multiselect-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    margin-left: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0.75rem 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
    margin-top: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-multiselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
    border-color: #e24c4c;
  }
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-password-panel {
    padding: 1.25rem;
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: #e5e7eb;
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #ea5455;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #ff9f42;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #29c76f;
  }
  p-password.p-password-clearable .p-password-input {
    padding-right: 2.5rem;
  }
  p-password.p-password-clearable .p-password-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-input {
    padding-right: 4.25rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
    color: #6b7280;
    right: 2.5rem;
  }
  .p-radiobutton {
    width: 22px;
    height: 22px;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 2px solid #d1d5db;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #4b5563;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 12px;
    height: 12px;
    transition-duration: 0.2s;
    background-color: #ffffff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #3B82F6;
    background: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #1D4ED8;
    background: #1D4ED8;
    color: #ffffff;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box {
    background-color: #f3f4f6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
    background: #3B82F6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #1D4ED8;
  }
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
    border-color: #e24c4c;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #3B82F6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #1D4ED8;
  }
  .p-radiobutton-label {
    margin-left: 0.5rem;
  }
  .p-rating {
    gap: 0.5rem;
  }
  .p-rating .p-rating-item {
    border-radius: 50%;
    outline-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .p-rating .p-rating-item .p-rating-icon {
    color: #4b5563;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    font-size: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #ea5455;
  }
  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #3B82F6;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #3B82F6;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #e73d3e;
  }
  .p-selectbutton .p-button {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #4b5563;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-selectbutton .p-button .p-button-icon-left,
  .p-selectbutton .p-button .p-button-icon-right {
    color: #6b7280;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #4b5563;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #374151;
  }
  .p-selectbutton .p-button.p-highlight {
    background: #3B82F6;
    border-color: #3B82F6;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
    border-color: #e24c4c;
  }
  .p-slider {
    background: #e5e7eb;
    border: 0 none;
    border-radius: 6px;
  }
  .p-slider.p-slider-horizontal {
    height: 0.286rem;
  }
  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -0.5715rem;
    margin-left: -0.5715rem;
  }
  .p-slider.p-slider-vertical {
    height: 100%;
    width: 0.286rem;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    margin-left: -0.5715rem;
    margin-bottom: -0.5715rem;
  }
  .p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #ffffff;
    border: 2px solid #3B82F6;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-slider .p-slider-range {
    background: #3B82F6;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #3B82F6;
    border-color: #3B82F6;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, left 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
    transition: width 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, bottom 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
    transition: height 0.2s;
  }
  .p-togglebutton.p-button {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #4b5563;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-togglebutton.p-button .p-button-icon-left,
  .p-togglebutton.p-button .p-button-icon-right {
    color: #6b7280;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #4b5563;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #374151;
  }
  .p-togglebutton.p-button.p-highlight {
    background: #3B82F6;
    border-color: #3B82F6;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
    border-color: #e24c4c;
  }
  .p-treeselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-treeselect .p-treeselect-label {
    padding: 0.75rem 0.75rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-treeselect.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-treeselect.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-treeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
    border-color: #e24c4c;
  }
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.375rem 0.75rem;
  }
  .p-treeselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: 0.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.75rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 3.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 2.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-treeselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
    padding-right: 1.75rem;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-button {
    color: #ffffff;
    background: #3B82F6;
    border: 1px solid #3B82F6;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 6px;
    outline-color: transparent;
  }
  .p-button:not(:disabled):hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
  }
  .p-button:not(:disabled):active {
    background: #1D4ED8;
    color: #ffffff;
    border-color: #1D4ED8;
  }
  .p-button.p-button-outlined {
    background-color: transparent;
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(59, 130, 246, 0.16);
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: #6b7280;
    border-color: #6b7280;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280;
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):active {
    background: rgba(59, 130, 246, 0.16);
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: #6b7280;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280;
  }
  .p-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-button .p-button-label {
    transition-duration: 0.2s;
  }
  .p-button .p-button-icon-left {
    margin-right: 0.5rem;
  }
  .p-button .p-button-icon-right {
    margin-left: 0.5rem;
  }
  .p-button .p-button-icon-bottom {
    margin-top: 0.5rem;
  }
  .p-button .p-button-icon-top {
    margin-bottom: 0.5rem;
  }
  .p-button .p-badge {
    margin-left: 0.5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #3B82F6;
    background-color: #ffffff;
  }
  .p-button.p-button-raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-button.p-button-rounded {
    border-radius: 2rem;
  }
  .p-button.p-button-icon-only {
    width: 3rem;
    padding: 0.75rem 0;
  }
  .p-button.p-button-icon-only .p-button-icon-left,
  .p-button.p-button-icon-only .p-button-icon-right {
    margin: 0;
  }
  .p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 3rem;
  }
  .p-button.p-button-sm {
    font-size: 0.875rem;
    padding: 0.65625rem 1.09375rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 0.875rem;
  }
  .p-button.p-button-lg {
    font-size: 1.25rem;
    padding: 0.9375rem 1.5625rem;
  }
  .p-button.p-button-lg .p-button-icon {
    font-size: 1.25rem;
  }
  .p-button.p-button-loading-label-only .p-button-label {
    margin-left: 0.5rem;
  }
  .p-button.p-button-loading-label-only .p-button-loading-icon {
    margin-right: 0;
  }
  .p-fluid .p-button {
    width: 100%;
  }
  .p-fluid .p-button-icon-only {
    width: 3rem;
  }
  .p-fluid .p-button-group {
    display: flex;
  }
  .p-fluid .p-button-group .p-button {
    flex: 1;
  }
  .p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
    color: #ffffff;
    background: #64748b;
    border: 1px solid #64748b;
  }
  .p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
    background: #475569;
    color: #ffffff;
    border-color: #475569;
  }
  .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #e2e8f0;
  }
  .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
    background: #334155;
    color: #ffffff;
    border-color: #334155;
  }
  .p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
    background-color: transparent;
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(100, 116, 139, 0.16);
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
    background-color: transparent;
    color: #64748b;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    border-color: transparent;
    color: #64748b;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
    background: rgba(100, 116, 139, 0.16);
    border-color: transparent;
    color: #64748b;
  }
  .p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
    color: #ffffff;
    background: #0ea5e9;
    border: 1px solid #0ea5e9;
  }
  .p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
    background: #0284c7;
    color: #ffffff;
    border-color: #0284c7;
  }
  .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #bfdbfe;
  }
  .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
    background: #0369a1;
    color: #ffffff;
    border-color: #0369a1;
  }
  .p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
    background-color: transparent;
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(14, 165, 233, 0.04);
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(14, 165, 233, 0.16);
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
    background-color: transparent;
    color: #0ea5e9;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(14, 165, 233, 0.04);
    border-color: transparent;
    color: #0ea5e9;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
    background: rgba(14, 165, 233, 0.16);
    border-color: transparent;
    color: #0ea5e9;
  }
  .p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
    color: #ffffff;
    background: #22c55e;
    border: 1px solid #22c55e;
  }
  .p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
    background: #16a34a;
    color: #ffffff;
    border-color: #16a34a;
  }
  .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #bbf7d0;
  }
  .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
    background: #15803d;
    color: #ffffff;
    border-color: #15803d;
  }
  .p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
    background-color: transparent;
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(34, 197, 94, 0.16);
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
    background-color: transparent;
    color: #22c55e;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    border-color: transparent;
    color: #22c55e;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
    background: rgba(34, 197, 94, 0.16);
    border-color: transparent;
    color: #22c55e;
  }
  .p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
    color: #ffffff;
    background: #f97316;
    border: 1px solid #f97316;
  }
  .p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
    background: #ea580c;
    color: #ffffff;
    border-color: #ea580c;
  }
  .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fde68a;
  }
  .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
    background: #c2410c;
    color: #ffffff;
    border-color: #c2410c;
  }
  .p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
    background-color: transparent;
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(249, 115, 22, 0.04);
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(249, 115, 22, 0.16);
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
    background-color: transparent;
    color: #f97316;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(249, 115, 22, 0.04);
    border-color: transparent;
    color: #f97316;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
    background: rgba(249, 115, 22, 0.16);
    border-color: transparent;
    color: #f97316;
  }
  .p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
    color: #ffffff;
    background: #a855f7;
    border: 1px solid #a855f7;
  }
  .p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
    background: #9333ea;
    color: #ffffff;
    border-color: #9333ea;
  }
  .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #e9d5ff;
  }
  .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
    background: #7e22ce;
    color: #ffffff;
    border-color: #7e22ce;
  }
  .p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
    background-color: transparent;
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(168, 85, 247, 0.16);
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
    background-color: transparent;
    color: #a855f7;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    border-color: transparent;
    color: #a855f7;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
    background: rgba(168, 85, 247, 0.16);
    border-color: transparent;
    color: #a855f7;
  }
  .p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
    color: #ffffff;
    background: #ef4444;
    border: 1px solid #ef4444;
  }
  .p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
    background: #dc2626;
    color: #ffffff;
    border-color: #dc2626;
  }
  .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fecaca;
  }
  .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
    background: #b91c1c;
    color: #ffffff;
    border-color: #b91c1c;
  }
  .p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
    background-color: transparent;
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(239, 68, 68, 0.16);
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
    background-color: transparent;
    color: #ef4444;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    border-color: transparent;
    color: #ef4444;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
    background: rgba(239, 68, 68, 0.16);
    border-color: transparent;
    color: #ef4444;
  }
  .p-button.p-button-contrast, .p-button-group.p-button-contrast > .p-button, .p-splitbutton.p-button-contrast > .p-button {
    color: #ffffff;
    background: #1f2937;
    border: 1px solid #1f2937;
  }
  .p-button.p-button-contrast:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover {
    background: #374151;
    color: #ffffff;
    border-color: #374151;
  }
  .p-button.p-button-contrast:not(:disabled):focus, .p-button-group.p-button-contrast > .p-button:not(:disabled):focus, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus {
    box-shadow: none;
  }
  .p-button.p-button-contrast:not(:disabled):active, .p-button-group.p-button-contrast > .p-button:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active {
    background: #4b5563;
    color: #ffffff;
    border-color: #4b5563;
  }
  .p-button.p-button-contrast.p-button-outlined, .p-button-group.p-button-contrast > .p-button.p-button-outlined, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined {
    background-color: transparent;
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(31, 41, 55, 0.04);
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(31, 41, 55, 0.16);
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-text, .p-button-group.p-button-contrast > .p-button.p-button-text, .p-splitbutton.p-button-contrast > .p-button.p-button-text {
    background-color: transparent;
    color: #1f2937;
    border-color: transparent;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(31, 41, 55, 0.04);
    border-color: transparent;
    color: #1f2937;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active {
    background: rgba(31, 41, 55, 0.16);
    border-color: transparent;
    color: #1f2937;
  }
  .p-button.p-button-link {
    color: #1D4ED8;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #1D4ED8;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: underline;
  }
  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #1D4ED8;
    border-color: transparent;
  }
  .p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 1.3rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .p-speeddial-list {
    outline: 0 none;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #4b5563;
    color: #fff;
  }
  .p-speeddial-action:hover {
    background: #022354;
    color: #fff;
  }
  .p-speeddial-direction-up .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: 0.5rem;
  }
  .p-speeddial-direction-down .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: 0.5rem;
  }
  .p-speeddial-direction-left .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: 0.5rem;
  }
  .p-speeddial-direction-right .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: 0.5rem;
  }
  .p-speeddial-circle .p-speeddial-item,
  .p-speeddial-semi-circle .p-speeddial-item,
  .p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0;
  }
  .p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
  .p-speeddial-semi-circle .p-speeddial-item:first-child,
  .p-speeddial-semi-circle .p-speeddial-item:last-child,
  .p-speeddial-quarter-circle .p-speeddial-item:first-child,
  .p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0;
  }
  .p-speeddial-mask {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-splitbutton {
    border-radius: 6px;
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin: 0.5rem;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
  .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
  .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-carousel .p-carousel-indicators {
    padding: 1rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #d1d5db;
    width: 2rem;
    height: 0.5rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #9ca3af;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #374151;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #1D4ED8;
    background: #EFF6FF;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #374151;
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight:hover {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #ffffff;
    color: #4b5563;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: 0.5rem;
  }
  .p-datatable .p-datatable-tbody > tr:focus-visible {
    outline: 0.15rem solid #BFDBFE;
    outline-offset: -0.15rem;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #EFF6FF;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #EFF6FF;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-datatable .p-column-resizer-helper {
    background: #3B82F6;
  }
  .p-datatable .p-datatable-scrollable-header,
  .p-datatable .p-datatable-scrollable-footer {
    background: #f9fafb;
  }
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
    background-color: #f9fafb;
  }
  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
    border-width: 0 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
    background: #f8f8fa;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-dataview .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-dataview .p-dataview-content {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    padding: 0;
  }
  .p-dataview .p-dataview-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem;
  }
  .p-dataview .p-dataview-emptymessage {
    padding: 1.25rem;
  }
  .p-column-filter-row .p-column-filter-menu-button,
  .p-column-filter-row .p-column-filter-clear-button {
    margin-left: 0.5rem;
  }
  .p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-column-filter-menu-button:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-column-filter-clear-button:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-column-filter-overlay {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    min-width: 12.5rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0.75rem 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
    margin-top: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1.25rem;
    border-bottom: 1px solid #e5e7eb;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none;
  }
  .p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: 0.75rem 1.25rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-list-container {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-orderlist .p-orderlist-list-container.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-orderlist .p-orderlist-header {
    color: #374151;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-header .p-orderlist-title {
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-bottom: 0 none;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.75rem;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-orderlist .p-orderlist-list {
    color: #4b5563;
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-orderlist .p-orderlist-list:not(:first-child) {
    border-top: 1px solid #e5e7eb;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
    margin-top: 0;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: #f8f8fa;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #f3f4f6;
  }
  .p-orderlist-item.cdk-drag-preview {
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #4b5563;
    background: #ffffff;
    margin: 0;
  }
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #70aeff;
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #e5e7eb;
    border-color: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #e5e7eb;
    border-color: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    padding: 1.25rem;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-paginator {
    background: #ffffff;
    color: #6b7280;
    border: solid #f3f4f6;
    border-width: 0;
    padding: 0.5rem 1rem;
    border-radius: 6px;
  }
  .p-paginator .p-paginator-first,
  .p-paginator .p-paginator-prev,
  .p-paginator .p-paginator-next,
  .p-paginator .p-paginator-last {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: transparent;
    color: #374151;
  }
  .p-paginator .p-paginator-first {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .p-paginator .p-paginator-last {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 3rem;
  }
  .p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0;
  }
  .p-paginator .p-paginator-page-input {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .p-paginator .p-paginator-page-input .p-inputtext {
    max-width: 3rem;
  }
  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #EFF6FF;
    border-color: #EFF6FF;
    color: #1D4ED8;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: transparent;
    color: #374151;
  }
  .p-picklist .p-picklist-buttons {
    padding: 1.25rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-list-wrapper {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-picklist .p-picklist-list-wrapper.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-picklist .p-picklist-header {
    color: #374151;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-picklist .p-picklist-header .p-picklist-title {
    font-weight: 700;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-bottom: 0 none;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.75rem;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-picklist .p-picklist-list {
    color: #4b5563;
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-picklist .p-picklist-list:not(:first-child) {
    border-top: 1px solid #e5e7eb;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-picklist .p-picklist-list .p-picklist-item:first-child {
    margin-top: 0;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
    background: #f8f8fa;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
    background: #f3f4f6;
  }
  .p-picklist-item.cdk-drag-preview {
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #4b5563;
    background: #ffffff;
    margin: 0;
  }
  .p-timeline .p-timeline-event-marker {
    border: 2px solid #3B82F6;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #ffffff;
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #e5e7eb;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
  .p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
  .p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px;
  }
  .p-tree {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    padding: 1.25rem;
    border-radius: 6px;
  }
  .p-tree .p-tree-container .p-treenode {
    padding: 0.143rem;
    outline: 0 none;
  }
  .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 6px;
    transition: box-shadow 0.2s;
    padding: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: #6b7280;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #4b5563;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-tree .p-tree-filter-container {
    margin-bottom: 0.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.75rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
  }
  .p-tree .p-tree-loading-icon {
    font-size: 2rem;
  }
  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background-color: #8cbeff;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    color: #4b5563;
    padding: 0.5rem;
    transition: box-shadow 0.2s;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
    background-color: #EFF6FF;
    color: #1D4ED8;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #1D4ED8;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
    background-color: inherit;
    color: inherit;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treetable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
  }
  .p-treetable .p-sortable-column {
    outline-color: #BFDBFE;
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #374151;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #1D4ED8;
    background: #EFF6FF;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #374151;
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #ffffff;
    color: #4b5563;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #4b5563;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid #BFDBFE;
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #1D4ED8;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #4b5563;
  }
  .p-treetable .p-column-resizer-helper {
    background: #3B82F6;
  }
  .p-treetable .p-treetable-scrollable-header,
  .p-treetable .p-treetable-scrollable-footer {
    background: #f9fafb;
  }
  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem;
  }
  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable.p-treetable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-sm .p-treetable-header {
    padding: 0.875rem 0.875rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-virtualscroller .p-virtualscroller-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-virtualscroller .p-virtualscroller-content {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    padding: 0;
  }
  .p-virtualscroller .p-virtualscroller-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #f9fafb;
    font-weight: 700;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: 0.5rem;
  }
  .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: #e5e7eb;
    background: #f3f4f6;
    color: #374151;
  }
  .p-accordion .p-accordion-content {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-accordion p-accordiontab .p-accordion-tab {
    margin-bottom: 4px;
  }
  .p-card {
    background: #ffffff;
    color: #4b5563;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px;
  }
  .p-card .p-card-body {
    padding: 1.25rem;
  }
  .p-card .p-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .p-card .p-card-subtitle {
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #6b7280;
  }
  .p-card .p-card-content {
    padding: 1.25rem 0;
  }
  .p-card .p-card-footer {
    padding: 1.25rem 0 0 0;
  }
  .p-divider .p-divider-content {
    background-color: #ffffff;
  }
  .p-divider.p-divider-horizontal {
    margin: 1.25rem 0;
    padding: 0 1.25rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px #e5e7eb;
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1.25rem;
    padding: 1.25rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px #e5e7eb;
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }
  .p-fieldset {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-radius: 6px;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    font-weight: 700;
    border-radius: 6px;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 1.25rem;
    color: #374151;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: 0.5rem;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-fieldset .p-fieldset-content {
    padding: 1.25rem;
  }
  .p-panel .p-panel-header {
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    background: #f9fafb;
    color: #374151;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 700;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 0.75rem 1.25rem;
  }
  .p-panel .p-panel-content {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0 none;
  }
  .p-panel .p-panel-content:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-panel .p-panel-footer {
    padding: 0.75rem 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 0 none;
  }
  .p-panel .p-panel-icons-end {
    order: 2;
    margin-left: auto;
  }
  .p-panel .p-panel-icons-start {
    order: 0;
    margin-right: 0.5rem;
  }
  .p-panel .p-panel-icons-center {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .p-scrollpanel .p-scrollpanel-bar {
    background: #f9fafb;
    border: 0 none;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-scrollpanel .p-scrollpanel-bar:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-splitter {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    border-radius: 6px;
    color: #4b5563;
  }
  .p-splitter .p-splitter-gutter {
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    background: #f9fafb;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #e5e7eb;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #e5e7eb;
  }
  .p-tabview .p-tabview-nav-content {
    scroll-padding-inline: 3rem;
  }
  .p-tabview .p-tabview-nav {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-width: 0 0 2px 0;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #e5e7eb;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e5e7eb transparent;
    background: #ffffff;
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: #ffffff;
    border-color: #9ca3af;
    color: #6b7280;
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #ffffff;
    border-color: #3B82F6;
    color: #3B82F6;
  }
  .p-tabview .p-tabview-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabview .p-tabview-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-close {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-nav-btn.p-link {
    background: #ffffff;
    color: #3B82F6;
    width: 3rem;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabview .p-tabview-panels {
    background: #ffffff;
    padding: 1.25rem;
    border: 0 none;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-toolbar {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    border-radius: 6px;
    gap: 0.5rem;
  }
  .p-toolbar .p-toolbar-separator {
    margin: 0 0.5rem;
  }
  .p-stepper .p-stepper-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-x: auto;
  }
  .p-stepper-vertical .p-stepper-nav {
    flex-direction: column;
  }
  .p-stepper-header {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
  }
  .p-stepper-header:last-of-type {
    flex: initial;
  }
  .p-stepper-header .p-stepper-action {
    border: 0 none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }
  .p-stepper-header .p-stepper-action:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper.p-stepper-readonly .p-stepper-header {
    cursor: auto;
  }
  .p-stepper-header.p-highlight .p-stepper-action {
    cursor: default;
  }
  .p-stepper-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .p-stepper-number {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-stepper-separator {
    flex: 1 1 0;
  }
  .p-stepper .p-stepper-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-stepper .p-stepper-header {
    padding: 0.5rem;
  }
  .p-stepper .p-stepper-header .p-stepper-action {
    transition: box-shadow 0.2s;
    border-radius: 6px;
    background: #ffffff;
    outline-color: transparent;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: #4b5563;
    border: 1px solid #f3f4f6;
    border-width: 2px;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
    margin-left: 0.5rem;
    color: #6b7280;
    font-weight: 700;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: #4b5563;
  }
  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
    background-color: #3B82F6;
  }
  .p-stepper .p-stepper-panels {
    background: #ffffff;
    padding: 1.25rem;
    color: #4b5563;
  }
  .p-stepper .p-stepper-separator {
    background-color: #e5e7eb;
    width: 100%;
    height: 2px;
    margin-inline-start: 1rem;
    transition: box-shadow 0.2s;
  }
  .p-stepper.p-stepper-vertical {
    display: flex;
    flex-direction: column;
  }
  .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
    display: flex;
    flex: 1 1 auto;
    background: #ffffff;
    color: #4b5563;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel {
    display: flex;
    flex-direction: column;
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
    flex: 1 1 auto;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
    width: 100%;
    padding-left: 1rem;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    flex: 0 0 auto;
    width: 2px;
    height: auto;
    margin-inline-start: calc(1.75rem + 2px);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
    background-color: #3B82F6;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem;
  }
  .p-confirm-popup {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0.75rem 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0;
  }
  .p-confirm-popup:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #ffffff;
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }
  .p-dialog {
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 0 none;
  }
  .p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #ffffff;
    color: #374151;
    padding: 1.5rem;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 700;
    font-size: 1.25rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #ffffff;
    color: #4b5563;
    padding: 0 1.5rem 2rem 1.5rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-dialog .p-dialog-footer {
    border-top: 0 none;
    background: #ffffff;
    color: #4b5563;
    padding: 0 1.5rem 1.5rem 1.5rem;
    text-align: right;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-dialog .p-dialog-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }
  .p-overlaypanel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 1.25rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #3B82F6;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #2563eb;
    color: #ffffff;
  }
  .p-overlaypanel:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-overlaypanel:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f2f2f2;
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #ffffff;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #ffffff;
  }
  .p-sidebar {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-sidebar .p-sidebar-header {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-footer {
    padding: 1.25rem;
  }
  .p-tooltip .p-tooltip-text {
    background: #4b5563;
    color: #ffffff;
    padding: 0.75rem 0.75rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #4b5563;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #4b5563;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #4b5563;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #4b5563;
  }
  .p-fileupload .p-fileupload-buttonbar {
    background: #f9fafb;
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #374151;
    border-bottom: 0 none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-fileupload .p-fileupload-content {
    background: #ffffff;
    padding: 2rem 1rem;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-fileupload .p-fileupload-content.p-fileupload-highlight {
    border-color: 1px dashed #3B82F6;
    border-style: dashed;
    background-color: #EFF6FF;
  }
  .p-fileupload .p-progressbar {
    height: 0.25rem;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 1rem 1rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }
  .p-fileupload-choose:not(.p-disabled):hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
  }
  .p-fileupload-choose:not(.p-disabled):active {
    background: #1D4ED8;
    color: #ffffff;
    border-color: #1D4ED8;
  }
  .p-breadcrumb {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 1rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #6b7280;
  }
  .p-contextmenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-contextmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-contextmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-dock .p-dock-list-container {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
  }
  .p-dock .p-dock-list-container .p-dock-list {
    outline: 0 none;
  }
  .p-dock .p-dock-item {
    padding: 0.5rem;
    border-radius: 6px;
  }
  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-dock .p-dock-link {
    width: 4rem;
    height: 4rem;
  }
  .p-dock.p-dock-top .p-dock-item-second-prev,
  .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
  .p-dock.p-dock-bottom .p-dock-item-second-next {
    margin: 0 0.9rem;
  }
  .p-dock.p-dock-top .p-dock-item-prev,
  .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
  .p-dock.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem;
  }
  .p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem;
  }
  .p-dock.p-dock-left .p-dock-item-second-prev,
  .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
  .p-dock.p-dock-right .p-dock-item-second-next {
    margin: 0.9rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-prev,
  .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
  .p-dock.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0;
  }
  @media screen and (max-width: 960px) {
    .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
      overflow-x: auto;
      width: 100%;
    }
    .p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
      margin: 0 auto;
    }
    .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
      overflow-y: auto;
      height: 100%;
    }
    .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
      margin: auto 0;
    }
    .p-dock .p-dock-list .p-dock-item {
      transform: none;
      margin: 0;
    }
  }
  .p-megamenu {
    padding: 0.5rem;
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
  }
  .p-megamenu .p-megamenu-root-list {
    outline: 0 none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-megamenu .p-megamenu-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-megamenu .p-submenu-list {
    padding: 0.5rem 0;
    width: 12.5rem;
  }
  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: 0.5rem 0;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
    margin-left: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu.p-menu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .p-menu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-menu .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-menubar {
    padding: 0.5rem;
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
  }
  .p-menubar .p-menubar-root-list {
    outline: 0 none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    width: 12.5rem;
    border-radius: 6px;
  }
  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative;
    }
    .p-menubar .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: #6b7280;
      border-radius: 50%;
      transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    }
    .p-menubar .p-menubar-button:hover {
      color: #6b7280;
      background: #f3f4f6;
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: 0 0 0 0.2rem #BFDBFE;
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0.5rem 0;
      background: #ffffff;
      border: 0 none;
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menuitem-separator {
      border-top: 1px solid #e5e7eb;
      margin: 0.25rem 0;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon {
      font-size: 0.875rem;
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
      margin-left: auto;
      transition: transform 0.2s;
    }
    .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-180deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list {
      width: 100%;
      position: static;
      box-shadow: none;
      border: 0 none;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
      transition: transform 0.2s;
      transform: rotate(90deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-90deg);
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 2.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 3.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 5.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 6.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 8.25rem;
    }
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 100%;
      left: 0;
      z-index: 1;
    }
  }
  .p-panelmenu .p-panelmenu-header {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #f9fafb;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-color: #e5e7eb;
    background: #f3f4f6;
    color: #374151;
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0.5rem 0;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
    padding: 0 0 0 1rem;
  }
  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 4px;
  }
  .p-slidemenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-slidemenu .p-slidemenu-root-list {
    outline: 0 none;
  }
  .p-slidemenu .p-submenu-list {
    outline: 0 none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-slidemenu .p-slidemenu-icon {
    font-size: 0.875rem;
  }
  .p-slidemenu .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-backward {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-slidemenu .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 6px;
    background: #ffffff;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #4b5563;
    border: 1px solid #f3f4f6;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: #6b7280;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 700;
    color: #4b5563;
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #e5e7eb;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem;
  }
  .p-tabmenu .p-tabmenu-nav {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-width: 0 0 2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: solid #e5e7eb;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e5e7eb transparent;
    background: #ffffff;
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: #ffffff;
    border-color: #9ca3af;
    color: #6b7280;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: #ffffff;
    border-color: #3B82F6;
    color: #3B82F6;
  }
  .p-tabmenu .p-tabmenu-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link {
    background: #ffffff;
    color: #3B82F6;
    width: 3rem;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tieredmenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-tieredmenu .p-tieredmenu-root-list {
    outline: 0 none;
  }
  .p-tieredmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-tieredmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-tieredmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-inline-message {
    padding: 0.75rem 0.75rem;
    margin: 0;
    border-radius: 6px;
  }
  .p-inline-message.p-inline-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0px;
    color: #3b82f6;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #3b82f6;
  }
  .p-inline-message.p-inline-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0px;
    color: #1ea97c;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #1ea97c;
  }
  .p-inline-message.p-inline-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0px;
    color: #cc8925;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #cc8925;
  }
  .p-inline-message.p-inline-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0px;
    color: #ff5757;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #ff5757;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 1rem;
  }
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0;
  }
  .p-message {
    margin: 1rem 0;
    border-radius: 6px;
  }
  .p-message .p-message-wrapper {
    padding: 1.25rem 1.75rem;
  }
  .p-message .p-message-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-message .p-message-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-message.p-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0 0 0 6px;
    color: #3b82f6;
  }
  .p-message.p-message-info .p-message-icon {
    color: #3b82f6;
  }
  .p-message.p-message-info .p-message-close {
    color: #3b82f6;
  }
  .p-message.p-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c;
  }
  .p-message.p-message-success .p-message-icon {
    color: #1ea97c;
  }
  .p-message.p-message-success .p-message-close {
    color: #1ea97c;
  }
  .p-message.p-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #cc8925;
  }
  .p-message.p-message-warn .p-message-close {
    color: #cc8925;
  }
  .p-message.p-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757;
  }
  .p-message.p-message-error .p-message-icon {
    color: #ff5757;
  }
  .p-message.p-message-error .p-message-close {
    color: #ff5757;
  }
  .p-message .p-message-text {
    font-size: 1rem;
    font-weight: 500;
  }
  .p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .p-message .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }
  .p-message.p-message-secondary {
    background: #64748b;
    border: solid #64748b;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-message.p-message-secondary .p-message-icon {
    color: #ffffff;
  }
  .p-message.p-message-secondary .p-message-close {
    color: #ffffff;
  }
  .p-message.p-message-contrast {
    background: #1f2937;
    border: solid #1f2937;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-message.p-message-contrast .p-message-icon {
    color: #ffffff;
  }
  .p-message.p-message-contrast .p-message-close {
    color: #ffffff;
  }
  .p-toast {
    opacity: 1;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0 0 0 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
    width: 2rem;
    height: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
  }
  .p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0 0 0 6px;
    color: #3b82f6;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #3b82f6;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #1ea97c;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #cc8925;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #ff5757;
  }
  .p-toast .p-toast-message.p-toast-message-secondary {
    background: #64748b;
    border: solid #64748b;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-secondary .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-secondary .p-toast-icon-close {
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-contrast {
    background: #1f2937;
    border: solid #1f2937;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-icon-close {
    color: #ffffff;
  }
  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: #f9fafb;
    width: 4rem;
    height: 4rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-item-nav {
    background: transparent;
    color: #f9fafb;
    width: 4rem;
    height: 4rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 6px;
    margin: 0 0.5rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #f9fafb;
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #d1d5db;
    width: 1rem;
    height: 1rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #9ca3af;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: 0.5rem;
  }
  .p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: 0.5rem;
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: rgba(0, 0, 0, 0.5);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: rgba(255, 255, 255, 0.4);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-galleria .p-galleria-thumbnail-container {
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0.25rem;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: 0.5rem;
    background-color: transparent;
    color: #f9fafb;
    width: 2rem;
    height: 2rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-preview-indicator {
    background-color: transparent;
    color: #f8f9fa;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-image-preview-container:hover > .p-image-preview-indicator {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .p-image-toolbar {
    padding: 1rem;
  }
  .p-image-action.p-link {
    color: #f8f9fa;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-image-action.p-link:last-child {
    margin-right: 0;
  }
  .p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .p-image-action.p-link i {
    font-size: 1.5rem;
  }
  .p-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-avatar {
    background-color: #e5e7eb;
    border-radius: 6px;
  }
  .p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem;
  }
  .p-avatar-group .p-avatar {
    border: 2px solid #ffffff;
  }
  .p-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .p-badge.p-badge-secondary {
    background-color: #64748b;
    color: #ffffff;
  }
  .p-badge.p-badge-contrast {
    background-color: #1f2937;
    color: #ffffff;
  }
  .p-badge.p-badge-success {
    background-color: #22c55e;
    color: #ffffff;
  }
  .p-badge.p-badge-info {
    background-color: #0ea5e9;
    color: #ffffff;
  }
  .p-badge.p-badge-warning {
    background-color: #f97316;
    color: #ffffff;
  }
  .p-badge.p-badge-danger {
    background-color: #ef4444;
    color: #ffffff;
  }
  .p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .p-chip {
    background-color: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
    padding: 0 0.75rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    margin-left: 0.5rem;
  }
  .p-chip img {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: -0.75rem;
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-chip .pi-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-chip .pi-chip-remove-icon:focus {
    outline: 0 none;
  }
  .p-inplace .p-inplace-display {
    padding: 0.75rem 0.75rem;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-metergroup {
    display: flex;
  }
  .p-metergroup-meters {
    display: flex;
  }
  .p-metergroup-vertical .p-metergroup-meters {
    flex-direction: column;
  }
  .p-metergroup-labels {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-metergroup-vertical .p-metergroup-labels {
    align-items: start;
  }
  .p-metergroup-labels-vertical {
    flex-direction: column;
  }
  .p-metergroup-label {
    display: inline-flex;
    align-items: center;
  }
  .p-metergroup-label-marker {
    display: inline-flex;
  }
  .p-metergroup {
    gap: 1rem;
  }
  .p-metergroup .p-metergroup-meters {
    background: #e5e7eb;
    border-radius: 6px;
  }
  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #3B82F6;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-marker {
    background: #3B82F6;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal {
    gap: 1rem;
  }
  .p-metergroup.p-metergroup-horizontal {
    flex-direction: column;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meters {
    height: 0.5rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-metergroup.p-metergroup-vertical {
    flex-direction: row;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meters {
    width: 0.5rem;
    height: 100%;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-progressbar {
    border: 0 none;
    height: 1.5rem;
    background: #e5e7eb;
    border-radius: 6px;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #3B82F6;
  }
  .p-progressbar .p-progressbar-label {
    color: #ffffff;
    line-height: 1.5rem;
  }
  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-scrolltop.p-link {
    background: rgba(0, 0, 0, 0.7);
  }
  .p-scrolltop.p-link:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #f9fafb;
  }
  .p-scrolltop .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-skeleton {
    background-color: #e5e7eb;
    border-radius: 6px;
  }
  .p-skeleton:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  }
  .p-tag {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 6px;
  }
  .p-tag.p-tag-success {
    background-color: #22c55e;
    color: #ffffff;
  }
  .p-tag.p-tag-info {
    background-color: #0ea5e9;
    color: #ffffff;
  }
  .p-tag.p-tag-warning {
    background-color: #f97316;
    color: #ffffff;
  }
  .p-tag.p-tag-danger {
    background-color: #ef4444;
    color: #ffffff;
  }
  .p-tag .p-tag-icon {
    margin-right: 0.25rem;
    font-size: 0.75rem;
  }
  .p-tag .p-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-tag.p-tag-secondary {
    background-color: #64748b;
    color: #ffffff;
  }
  .p-tag.p-tag-contrast {
    background-color: #1f2937;
    color: #ffffff;
  }
  .p-terminal {
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
  }
}
@layer primeng {
  .p-button-label {
    font-weight: 700;
  }
  .p-selectbutton > .p-button,
  .p-togglebutton.p-button {
    transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background-color: #3B82F6;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background-color: #3B82F6;
  }
  .p-button:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
  }
  .p-button.p-button-secondary:enabled:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b0b9c6, 0 1px 2px 0 black;
  }
  .p-button.p-button-success:enabled:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
  }
  .p-button.p-button-info:enabled:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #83d3f8, 0 1px 2px 0 black;
  }
  .p-button.p-button-warning:enabled:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #fcb98b, 0 1px 2px 0 black;
  }
  .p-button.p-button-help:enabled:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black;
  }
  .p-button.p-button-danger:enabled:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f7a2a2, 0 1px 2px 0 black;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #3B82F6;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #3B82F6;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
  }
  .p-toast-message {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .p-inline-message-text {
    font-weight: 500;
  }
  .p-picklist-buttons .p-button,
  .p-orderlist-controls .p-button {
    transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #3B82F6;
    color: #ffffff;
  }
}
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url('primeicons.8ca441e178bfb872.eot');
  src: url('primeicons.8ca441e178bfb872.eot?#iefix') format("embedded-opentype"), url('primeicons.e1a53edb6ea00325.woff2') format("woff2"), url('primeicons.7f7722745590608a.woff') format("woff"), url('primeicons.310a7310efb91ab1.ttf') format("truetype"), url('primeicons.19e14e488f5edc90.svg?#primeicons') format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}

.pi-fw {
  width: 1.28571429em;
  text-align: center;
}

.pi-spin {
  animation: fa-spin 2s infinite linear;
}

@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}

.pi-receipt:before {
  content: "\ea06";
}

.pi-asterisk:before {
  content: "\ea07";
}

.pi-face-smile:before {
  content: "\ea08";
}

.pi-pinterest:before {
  content: "\ea09";
}

.pi-expand:before {
  content: "\ea0a";
}

.pi-pen-to-square:before {
  content: "\ea0b";
}

.pi-wave-pulse:before {
  content: "\ea0c";
}

.pi-turkish-lira:before {
  content: "\ea0d";
}

.pi-spinner-dotted:before {
  content: "\ea0e";
}

.pi-crown:before {
  content: "\ea0f";
}

.pi-pause-circle:before {
  content: "\ea10";
}

.pi-warehouse:before {
  content: "\ea11";
}

.pi-objects-column:before {
  content: "\ea12";
}

.pi-clipboard:before {
  content: "\ea13";
}

.pi-play-circle:before {
  content: "\ea14";
}

.pi-venus:before {
  content: "\ea15";
}

.pi-cart-minus:before {
  content: "\ea16";
}

.pi-file-plus:before {
  content: "\ea17";
}

.pi-microchip:before {
  content: "\ea18";
}

.pi-twitch:before {
  content: "\ea19";
}

.pi-building-columns:before {
  content: "\ea1a";
}

.pi-file-check:before {
  content: "\ea1b";
}

.pi-microchip-ai:before {
  content: "\ea1c";
}

.pi-trophy:before {
  content: "\ea1d";
}

.pi-barcode:before {
  content: "\ea1e";
}

.pi-file-arrow-up:before {
  content: "\ea1f";
}

.pi-mars:before {
  content: "\ea20";
}

.pi-tiktok:before {
  content: "\ea21";
}

.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}

.pi-ethereum:before {
  content: "\ea23";
}

.pi-list-check:before {
  content: "\ea24";
}

.pi-thumbtack:before {
  content: "\ea25";
}

.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}

.pi-equals:before {
  content: "\ea27";
}

.pi-lightbulb:before {
  content: "\ea28";
}

.pi-star-half:before {
  content: "\ea29";
}

.pi-address-book:before {
  content: "\ea2a";
}

.pi-chart-scatter:before {
  content: "\ea2b";
}

.pi-indian-rupee:before {
  content: "\ea2c";
}

.pi-star-half-fill:before {
  content: "\ea2d";
}

.pi-cart-arrow-down:before {
  content: "\ea2e";
}

.pi-calendar-clock:before {
  content: "\ea2f";
}

.pi-sort-up-fill:before {
  content: "\ea30";
}

.pi-sparkles:before {
  content: "\ea31";
}

.pi-bullseye:before {
  content: "\ea32";
}

.pi-sort-down-fill:before {
  content: "\ea33";
}

.pi-graduation-cap:before {
  content: "\ea34";
}

.pi-hammer:before {
  content: "\ea35";
}

.pi-bell-slash:before {
  content: "\ea36";
}

.pi-gauge:before {
  content: "\ea37";
}

.pi-shop:before {
  content: "\ea38";
}

.pi-headphones:before {
  content: "\ea39";
}

.pi-eraser:before {
  content: "\ea04";
}

.pi-stopwatch:before {
  content: "\ea01";
}

.pi-verified:before {
  content: "\ea02";
}

.pi-delete-left:before {
  content: "\ea03";
}

.pi-hourglass:before {
  content: "\e9fe";
}

.pi-truck:before {
  content: "\ea00";
}

.pi-wrench:before {
  content: "\e9ff";
}

.pi-microphone:before {
  content: "\e9fa";
}

.pi-megaphone:before {
  content: "\e9fb";
}

.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}

.pi-bitcoin:before {
  content: "\e9fd";
}

.pi-file-edit:before {
  content: "\e9f6";
}

.pi-language:before {
  content: "\e9f7";
}

.pi-file-export:before {
  content: "\e9f8";
}

.pi-file-import:before {
  content: "\e9f9";
}

.pi-file-word:before {
  content: "\e9f1";
}

.pi-gift:before {
  content: "\e9f2";
}

.pi-cart-plus:before {
  content: "\e9f3";
}

.pi-thumbs-down-fill:before {
  content: "\e9f4";
}

.pi-thumbs-up-fill:before {
  content: "\e9f5";
}

.pi-arrows-alt:before {
  content: "\e9f0";
}

.pi-calculator:before {
  content: "\e9ef";
}

.pi-sort-alt-slash:before {
  content: "\e9ee";
}

.pi-arrows-h:before {
  content: "\e9ec";
}

.pi-arrows-v:before {
  content: "\e9ed";
}

.pi-pound:before {
  content: "\e9eb";
}

.pi-prime:before {
  content: "\e9ea";
}

.pi-chart-pie:before {
  content: "\e9e9";
}

.pi-reddit:before {
  content: "\e9e8";
}

.pi-code:before {
  content: "\e9e7";
}

.pi-sync:before {
  content: "\e9e6";
}

.pi-shopping-bag:before {
  content: "\e9e5";
}

.pi-server:before {
  content: "\e9e4";
}

.pi-database:before {
  content: "\e9e3";
}

.pi-hashtag:before {
  content: "\e9e2";
}

.pi-bookmark-fill:before {
  content: "\e9df";
}

.pi-filter-fill:before {
  content: "\e9e0";
}

.pi-heart-fill:before {
  content: "\e9e1";
}

.pi-flag-fill:before {
  content: "\e9de";
}

.pi-circle:before {
  content: "\e9dc";
}

.pi-circle-fill:before {
  content: "\e9dd";
}

.pi-bolt:before {
  content: "\e9db";
}

.pi-history:before {
  content: "\e9da";
}

.pi-box:before {
  content: "\e9d9";
}

.pi-at:before {
  content: "\e9d8";
}

.pi-arrow-up-right:before {
  content: "\e9d4";
}

.pi-arrow-up-left:before {
  content: "\e9d5";
}

.pi-arrow-down-left:before {
  content: "\e9d6";
}

.pi-arrow-down-right:before {
  content: "\e9d7";
}

.pi-telegram:before {
  content: "\e9d3";
}

.pi-stop-circle:before {
  content: "\e9d2";
}

.pi-stop:before {
  content: "\e9d1";
}

.pi-whatsapp:before {
  content: "\e9d0";
}

.pi-building:before {
  content: "\e9cf";
}

.pi-qrcode:before {
  content: "\e9ce";
}

.pi-car:before {
  content: "\e9cd";
}

.pi-instagram:before {
  content: "\e9cc";
}

.pi-linkedin:before {
  content: "\e9cb";
}

.pi-send:before {
  content: "\e9ca";
}

.pi-slack:before {
  content: "\e9c9";
}

.pi-sun:before {
  content: "\e9c8";
}

.pi-moon:before {
  content: "\e9c7";
}

.pi-vimeo:before {
  content: "\e9c6";
}

.pi-youtube:before {
  content: "\e9c5";
}

.pi-flag:before {
  content: "\e9c4";
}

.pi-wallet:before {
  content: "\e9c3";
}

.pi-map:before {
  content: "\e9c2";
}

.pi-link:before {
  content: "\e9c1";
}

.pi-credit-card:before {
  content: "\e9bf";
}

.pi-discord:before {
  content: "\e9c0";
}

.pi-percentage:before {
  content: "\e9be";
}

.pi-euro:before {
  content: "\e9bd";
}

.pi-book:before {
  content: "\e9ba";
}

.pi-shield:before {
  content: "\e9b9";
}

.pi-paypal:before {
  content: "\e9bb";
}

.pi-amazon:before {
  content: "\e9bc";
}

.pi-phone:before {
  content: "\e9b8";
}

.pi-filter-slash:before {
  content: "\e9b7";
}

.pi-facebook:before {
  content: "\e9b4";
}

.pi-github:before {
  content: "\e9b5";
}

.pi-twitter:before {
  content: "\e9b6";
}

.pi-step-backward-alt:before {
  content: "\e9ac";
}

.pi-step-forward-alt:before {
  content: "\e9ad";
}

.pi-forward:before {
  content: "\e9ae";
}

.pi-backward:before {
  content: "\e9af";
}

.pi-fast-backward:before {
  content: "\e9b0";
}

.pi-fast-forward:before {
  content: "\e9b1";
}

.pi-pause:before {
  content: "\e9b2";
}

.pi-play:before {
  content: "\e9b3";
}

.pi-compass:before {
  content: "\e9ab";
}

.pi-id-card:before {
  content: "\e9aa";
}

.pi-ticket:before {
  content: "\e9a9";
}

.pi-file-o:before {
  content: "\e9a8";
}

.pi-reply:before {
  content: "\e9a7";
}

.pi-directions-alt:before {
  content: "\e9a5";
}

.pi-directions:before {
  content: "\e9a6";
}

.pi-thumbs-up:before {
  content: "\e9a3";
}

.pi-thumbs-down:before {
  content: "\e9a4";
}

.pi-sort-numeric-down-alt:before {
  content: "\e996";
}

.pi-sort-numeric-up-alt:before {
  content: "\e997";
}

.pi-sort-alpha-down-alt:before {
  content: "\e998";
}

.pi-sort-alpha-up-alt:before {
  content: "\e999";
}

.pi-sort-numeric-down:before {
  content: "\e99a";
}

.pi-sort-numeric-up:before {
  content: "\e99b";
}

.pi-sort-alpha-down:before {
  content: "\e99c";
}

.pi-sort-alpha-up:before {
  content: "\e99d";
}

.pi-sort-alt:before {
  content: "\e99e";
}

.pi-sort-amount-up:before {
  content: "\e99f";
}

.pi-sort-amount-down:before {
  content: "\e9a0";
}

.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}

.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}

.pi-palette:before {
  content: "\e995";
}

.pi-undo:before {
  content: "\e994";
}

.pi-desktop:before {
  content: "\e993";
}

.pi-sliders-v:before {
  content: "\e991";
}

.pi-sliders-h:before {
  content: "\e992";
}

.pi-search-plus:before {
  content: "\e98f";
}

.pi-search-minus:before {
  content: "\e990";
}

.pi-file-excel:before {
  content: "\e98e";
}

.pi-file-pdf:before {
  content: "\e98d";
}

.pi-check-square:before {
  content: "\e98c";
}

.pi-chart-line:before {
  content: "\e98b";
}

.pi-user-edit:before {
  content: "\e98a";
}

.pi-exclamation-circle:before {
  content: "\e989";
}

.pi-android:before {
  content: "\e985";
}

.pi-google:before {
  content: "\e986";
}

.pi-apple:before {
  content: "\e987";
}

.pi-microsoft:before {
  content: "\e988";
}

.pi-heart:before {
  content: "\e984";
}

.pi-mobile:before {
  content: "\e982";
}

.pi-tablet:before {
  content: "\e983";
}

.pi-key:before {
  content: "\e981";
}

.pi-shopping-cart:before {
  content: "\e980";
}

.pi-comments:before {
  content: "\e97e";
}

.pi-comment:before {
  content: "\e97f";
}

.pi-briefcase:before {
  content: "\e97d";
}

.pi-bell:before {
  content: "\e97c";
}

.pi-paperclip:before {
  content: "\e97b";
}

.pi-share-alt:before {
  content: "\e97a";
}

.pi-envelope:before {
  content: "\e979";
}

.pi-volume-down:before {
  content: "\e976";
}

.pi-volume-up:before {
  content: "\e977";
}

.pi-volume-off:before {
  content: "\e978";
}

.pi-eject:before {
  content: "\e975";
}

.pi-money-bill:before {
  content: "\e974";
}

.pi-images:before {
  content: "\e973";
}

.pi-image:before {
  content: "\e972";
}

.pi-sign-in:before {
  content: "\e970";
}

.pi-sign-out:before {
  content: "\e971";
}

.pi-wifi:before {
  content: "\e96f";
}

.pi-sitemap:before {
  content: "\e96e";
}

.pi-chart-bar:before {
  content: "\e96d";
}

.pi-camera:before {
  content: "\e96c";
}

.pi-dollar:before {
  content: "\e96b";
}

.pi-lock-open:before {
  content: "\e96a";
}

.pi-table:before {
  content: "\e969";
}

.pi-map-marker:before {
  content: "\e968";
}

.pi-list:before {
  content: "\e967";
}

.pi-eye-slash:before {
  content: "\e965";
}

.pi-eye:before {
  content: "\e966";
}

.pi-folder-open:before {
  content: "\e964";
}

.pi-folder:before {
  content: "\e963";
}

.pi-video:before {
  content: "\e962";
}

.pi-inbox:before {
  content: "\e961";
}

.pi-lock:before {
  content: "\e95f";
}

.pi-unlock:before {
  content: "\e960";
}

.pi-tags:before {
  content: "\e95d";
}

.pi-tag:before {
  content: "\e95e";
}

.pi-power-off:before {
  content: "\e95c";
}

.pi-save:before {
  content: "\e95b";
}

.pi-question-circle:before {
  content: "\e959";
}

.pi-question:before {
  content: "\e95a";
}

.pi-copy:before {
  content: "\e957";
}

.pi-file:before {
  content: "\e958";
}

.pi-clone:before {
  content: "\e955";
}

.pi-calendar-times:before {
  content: "\e952";
}

.pi-calendar-minus:before {
  content: "\e953";
}

.pi-calendar-plus:before {
  content: "\e954";
}

.pi-ellipsis-v:before {
  content: "\e950";
}

.pi-ellipsis-h:before {
  content: "\e951";
}

.pi-bookmark:before {
  content: "\e94e";
}

.pi-globe:before {
  content: "\e94f";
}

.pi-replay:before {
  content: "\e94d";
}

.pi-filter:before {
  content: "\e94c";
}

.pi-print:before {
  content: "\e94b";
}

.pi-align-right:before {
  content: "\e946";
}

.pi-align-left:before {
  content: "\e947";
}

.pi-align-center:before {
  content: "\e948";
}

.pi-align-justify:before {
  content: "\e949";
}

.pi-cog:before {
  content: "\e94a";
}

.pi-cloud-download:before {
  content: "\e943";
}

.pi-cloud-upload:before {
  content: "\e944";
}

.pi-cloud:before {
  content: "\e945";
}

.pi-pencil:before {
  content: "\e942";
}

.pi-users:before {
  content: "\e941";
}

.pi-clock:before {
  content: "\e940";
}

.pi-user-minus:before {
  content: "\e93e";
}

.pi-user-plus:before {
  content: "\e93f";
}

.pi-trash:before {
  content: "\e93d";
}

.pi-external-link:before {
  content: "\e93c";
}

.pi-window-maximize:before {
  content: "\e93b";
}

.pi-window-minimize:before {
  content: "\e93a";
}

.pi-refresh:before {
  content: "\e938";
}

.pi-user:before {
  content: "\e939";
}

.pi-exclamation-triangle:before {
  content: "\e922";
}

.pi-calendar:before {
  content: "\e927";
}

.pi-chevron-circle-left:before {
  content: "\e928";
}

.pi-chevron-circle-down:before {
  content: "\e929";
}

.pi-chevron-circle-right:before {
  content: "\e92a";
}

.pi-chevron-circle-up:before {
  content: "\e92b";
}

.pi-angle-double-down:before {
  content: "\e92c";
}

.pi-angle-double-left:before {
  content: "\e92d";
}

.pi-angle-double-right:before {
  content: "\e92e";
}

.pi-angle-double-up:before {
  content: "\e92f";
}

.pi-angle-down:before {
  content: "\e930";
}

.pi-angle-left:before {
  content: "\e931";
}

.pi-angle-right:before {
  content: "\e932";
}

.pi-angle-up:before {
  content: "\e933";
}

.pi-upload:before {
  content: "\e934";
}

.pi-download:before {
  content: "\e956";
}

.pi-ban:before {
  content: "\e935";
}

.pi-star-fill:before {
  content: "\e936";
}

.pi-star:before {
  content: "\e937";
}

.pi-chevron-left:before {
  content: "\e900";
}

.pi-chevron-right:before {
  content: "\e901";
}

.pi-chevron-down:before {
  content: "\e902";
}

.pi-chevron-up:before {
  content: "\e903";
}

.pi-caret-left:before {
  content: "\e904";
}

.pi-caret-right:before {
  content: "\e905";
}

.pi-caret-down:before {
  content: "\e906";
}

.pi-caret-up:before {
  content: "\e907";
}

.pi-search:before {
  content: "\e908";
}

.pi-check:before {
  content: "\e909";
}

.pi-check-circle:before {
  content: "\e90a";
}

.pi-times:before {
  content: "\e90b";
}

.pi-times-circle:before {
  content: "\e90c";
}

.pi-plus:before {
  content: "\e90d";
}

.pi-plus-circle:before {
  content: "\e90e";
}

.pi-minus:before {
  content: "\e90f";
}

.pi-minus-circle:before {
  content: "\e910";
}

.pi-circle-on:before {
  content: "\e911";
}

.pi-circle-off:before {
  content: "\e912";
}

.pi-sort-down:before {
  content: "\e913";
}

.pi-sort-up:before {
  content: "\e914";
}

.pi-sort:before {
  content: "\e915";
}

.pi-step-backward:before {
  content: "\e916";
}

.pi-step-forward:before {
  content: "\e917";
}

.pi-th-large:before {
  content: "\e918";
}

.pi-arrow-down:before {
  content: "\e919";
}

.pi-arrow-left:before {
  content: "\e91a";
}

.pi-arrow-right:before {
  content: "\e91b";
}

.pi-arrow-up:before {
  content: "\e91c";
}

.pi-bars:before {
  content: "\e91d";
}

.pi-arrow-circle-down:before {
  content: "\e91e";
}

.pi-arrow-circle-left:before {
  content: "\e91f";
}

.pi-arrow-circle-right:before {
  content: "\e920";
}

.pi-arrow-circle-up:before {
  content: "\e921";
}

.pi-info:before {
  content: "\e923";
}

.pi-info-circle:before {
  content: "\e924";
}

.pi-home:before {
  content: "\e925";
}

.pi-spinner:before {
  content: "\e926";
}

p-columnfilterformelement .egg-select-input.p-dropdown,
p-columnfilterformelement .egg-select-input.p-calendar input,
p-column-filter p-column-filter-row .egg-text-input.p-calendar input.p-inputtext,
p-columnfilterformelement .egg-select-input.p-inputtext {
  background-color: white !important;
}

.egg-text-input.p-calendar input.p-inputtext {
  background-color: white !important;
}

.theme-default .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-icon {
  color: #ffffff !important;
}

.egg {
  display: inline-block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-position: center;
}

.egg.egg-arrow-down {
  mask-image: url("/assets/lib-components/icons/arrow-down.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-help {
  mask-image: url("/assets/lib-components/icons/help.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-arrow {
  mask-image: url("/assets/lib-components/icons/arrow.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-info {
  mask-image: url("/assets/lib-components/icons/info.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-info-ic {
  mask-image: url("/assets/lib-components/icons/info_ic.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-remote {
  mask-image: url("/assets/lib-components/icons/remote.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-history {
  mask-image: url("/assets/lib-components/icons/history.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-people {
  mask-image: url("/assets/lib-components/icons/customers.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-back {
  mask-image: url("/assets/lib-components/icons/back.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-back-small {
  mask-image: url("/assets/lib-components/icons/back-small.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-forward {
  mask-image: url("/assets/lib-components/icons/forward.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-forward-small {
  mask-image: url("/assets/lib-components/icons/forward-small.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-settings {
  mask-image: url("/assets/lib-components/icons/settings.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-logout {
  mask-image: url("/assets/lib-components/icons/logout.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-avatar {
  mask-image: url("/assets/lib-components/icons/avatar.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-shop {
  mask-image: url("/assets/lib-components/icons/shop.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-LTE { /* stylelint-disable-line */
  mask-image: url("/assets/lib-components/icons/LTE.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-filter {
  mask-image: url("/assets/lib-components/icons/filter.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-cross {
  mask-image: url("/assets/lib-components/icons/cross.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-edit {
  mask-image: url("/assets/lib-components/icons/edit.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-delete {
  mask-image: url("/assets/lib-components/icons/delete.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-joystick {
  mask-image: url("/assets/lib-components/icons/joystick.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-download {
  mask-image: url("/assets/lib-components/icons/download.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-add {
  mask-image: url("/assets/lib-components/icons/add.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-copy {
  mask-image: url("/assets/lib-components/icons/copy.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-cards {
  mask-image: url("/assets/lib-components/icons/cards.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-listing {
  mask-image: url("/assets/lib-components/icons/listing.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-dots {
  mask-image: url("/assets/lib-components/icons/dots.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-check {
  mask-image: url("/assets/lib-components/icons/check.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-upload {
  mask-image: url("/assets/lib-components/icons/upload.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-warning {
  mask-image: url("/assets/lib-components/icons/warning.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-hand-bell {
  mask-image: url("/assets/lib-components/icons/hand-bell.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-manufacturing {
  mask-image: url("/assets/lib-components/icons/manufacturing.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-sync-saved {
  mask-image: url("/assets/lib-components/icons/sync-saved.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-incomplete-action {
  mask-image: url("/assets/lib-components/icons/incomplete-action.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-refresh {
  mask-image: url("/assets/lib-components/icons/refresh.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-status, .egg.egg-status-maint, .egg.egg-status-offline, .egg.egg-status-online {
  mask-image: url("/assets/lib-components/icons/status.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-users {
  mask-image: url("/assets/lib-components/icons/users.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-calendar {
  mask-image: url("/assets/lib-components/icons/calendar.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-flip {
  mask-image: url("/assets/lib-components/icons/flip.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-hourglass {
  mask-image: url("/assets/lib-components/icons/hourglass.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-search {
  mask-image: url("/assets/lib-components/icons/search.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-light {
  mask-image: url("/assets/lib-components/icons/light.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-menu {
  mask-image: url("/assets/lib-components/icons/menu.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-keyboard {
  mask-image: url("/assets/lib-components/icons/keyboard.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-active-customers {
  mask-image: url("/assets/lib-components/icons/active-customers.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-active-services {
  mask-image: url("/assets/lib-components/icons/active-services.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-customer {
  mask-image: url("/assets/lib-components/icons/customer.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-expired-customers {
  mask-image: url("/assets/lib-components/icons/expired-customers.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-expired-services {
  mask-image: url("/assets/lib-components/icons/expired-services.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-offline-devices {
  mask-image: url("/assets/lib-components/icons/offline-devices.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-service-time {
  mask-image: url("/assets/lib-components/icons/service-time.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-location {
  mask-image: url("/assets/lib-components/icons/location.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-parchment {
  mask-image: url("/assets/lib-components/icons/parchment.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-graphics {
  mask-image: url("/assets/lib-components/icons/graphics.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-home {
  mask-image: url("/assets/lib-components/icons/home.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-coding {
  mask-image: url("/assets/lib-components/icons/coding.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-diamond {
  mask-image: url("/assets/lib-components/icons/diamond.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-bell {
  mask-image: url("/assets/lib-components/icons/bell.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-cloud {
  mask-image: url("/assets/lib-components/icons/cloud.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-folders {
  mask-image: url("/assets/lib-components/icons/folders.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-live-view {
  mask-image: url("/assets/lib-components/icons/live-view.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-puzzle {
  mask-image: url("/assets/lib-components/icons/puzzle.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-restricted {
  mask-image: url("/assets/lib-components/icons/restricted.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-standard {
  mask-image: url("/assets/lib-components/icons/standard.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-trusted {
  mask-image: url("/assets/lib-components/icons/trusted.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-device-in {
  mask-image: url("/assets/lib-components/icons/device-in.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-drag {
  mask-image: url("/assets/lib-components/icons/drag.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-device-out {
  mask-image: url("/assets/lib-components/icons/device-out.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

/* SIZES */
.theme-default .black-100 {
  color: rgba(12, 12, 13, 0.0509803922);
}

.theme-default .black-1000 {
  color: #0c0c0d;
}

.theme-default .black-200 {
  color: rgba(12, 12, 13, 0.1019607843);
}

.theme-default .black-300 {
  color: rgba(12, 12, 13, 0.2);
}

.theme-default .black-400 {
  color: rgba(12, 12, 13, 0.4);
}

.theme-default .black-500 {
  color: rgba(12, 12, 13, 0.6980392157);
}

.theme-default .black-600 {
  color: rgba(12, 12, 13, 0.8);
}

.theme-default .black-700 {
  color: rgba(12, 12, 13, 0.8509803922);
}

.theme-default .black-800 {
  color: rgba(12, 12, 13, 0.8980392157);
}

.theme-default .black-900 {
  color: rgba(12, 12, 13, 0.9490196078);
}

.theme-default .brand-100 {
  color: #E0F2EB;
}

.theme-default .brand-1000 {
  color: #020805;
}

.theme-default .brand-200 {
  color: #C2E4D6;
}

.theme-default .brand-300 {
  color: #A2D6C3;
}

.theme-default .brand-400 {
  color: #81C9AF;
}

.theme-default .brand-500 {
  color: #5DBB9C;
}

.theme-default .brand-600 {
  color: #479279;
}

.theme-default .brand-700 {
  color: #326B58;
}

.theme-default .brand-800 {
  color: #1F4639;
}

.theme-default .brand-900 {
  color: #0D251D;
}

.theme-default .gray-100 {
  color: #eeeeee;
}

.theme-default .gray-1000 {
  color: #242424;
}

.theme-default .gray-200 {
  color: #e3e3e3;
}

.theme-default .gray-300 {
  color: #cdcdcd;
}

.theme-default .gray-400 {
  color: #b2b2b2;
}

.theme-default .gray-500 {
  color: #949494;
}

.theme-default .gray-600 {
  color: #767676;
}

.theme-default .gray-700 {
  color: #5a5a5a;
}

.theme-default .gray-800 {
  color: #434343;
}

.theme-default .gray-900 {
  color: #303030;
}

.theme-default .green-100 {
  color: #ebffee;
}

.theme-default .green-1000 {
  color: #062d1b;
}

.theme-default .green-200 {
  color: #cff7d3;
}

.theme-default .green-300 {
  color: #aff4c6;
}

.theme-default .green-400 {
  color: #85e0a3;
}

.theme-default .green-500 {
  color: #14ae5c;
}

.theme-default .green-600 {
  color: #009951;
}

.theme-default .green-700 {
  color: #008043;
}

.theme-default .green-800 {
  color: #02542d;
}

.theme-default .green-900 {
  color: #024023;
}

.theme-default .neutral-100 {
  color: #f5f5f5;
}

.theme-default .neutral-1000 {
  color: #111111;
}

.theme-default .neutral-200 {
  color: #e6e6e6;
}

.theme-default .neutral-300 {
  color: #d9d9d9;
}

.theme-default .neutral-400 {
  color: #b3b3b3;
}

.theme-default .neutral-500 {
  color: #94949E;
}

.theme-default .neutral-600 {
  color: #444444;
}

.theme-default .neutral-700 {
  color: #383838;
}

.theme-default .neutral-800 {
  color: #2c2c2c;
}

.theme-default .neutral-900 {
  color: #1e1e1e;
}

.theme-default .red-100 {
  color: #fee9e7;
}

.theme-default .red-1000 {
  color: #300603;
}

.theme-default .red-200 {
  color: #fdd3d0;
}

.theme-default .red-300 {
  color: #fcb3ad;
}

.theme-default .red-400 {
  color: #f4776a;
}

.theme-default .red-500 {
  color: #ec221f;
}

.theme-default .red-600 {
  color: #c00f0c;
}

.theme-default .red-700 {
  color: #900b09;
}

.theme-default .red-800 {
  color: #690807;
}

.theme-default .red-900 {
  color: #4d0b0a;
}

.theme-default .white-100 {
  color: rgba(255, 255, 255, 0.0509803922);
}

.theme-default .white-1000 {
  color: #ffffff;
}

.theme-default .white-200 {
  color: rgba(255, 255, 255, 0.1019607843);
}

.theme-default .white-300 {
  color: rgba(255, 255, 255, 0.2);
}

.theme-default .white-400 {
  color: rgba(255, 255, 255, 0.4);
}

.theme-default .white-500 {
  color: rgba(255, 255, 255, 0.6980392157);
}

.theme-default .white-600 {
  color: rgba(255, 255, 255, 0.8);
}

.theme-default .white-700 {
  color: rgba(255, 255, 255, 0.8509803922);
}

.theme-default .white-800 {
  color: rgba(255, 255, 255, 0.8980392157);
}

.theme-default .white-900 {
  color: rgba(255, 255, 255, 0.9490196078);
}

.theme-default .yellow-100 {
  color: #fffbeb;
}

.theme-default .yellow-1000 {
  color: #401b01;
}

.theme-default .yellow-200 {
  color: #fff1c2;
}

.theme-default .yellow-300 {
  color: #ffe8a3;
}

.theme-default .yellow-400 {
  color: #e8b931;
}

.theme-default .yellow-500 {
  color: #e5a000;
}

.theme-default .yellow-600 {
  color: #bf6a02;
}

.theme-default .yellow-700 {
  color: #975102;
}

.theme-default .yellow-800 {
  color: #682d03;
}

.theme-default .yellow-900 {
  color: #522504;
}

.theme-default .background-brand-default {
  background-color: #5DBB9C;
}

.theme-default .background-brand-hover:hover {
  background-color: #479279;
}

.theme-default .background-brand-secondary {
  background-color: #E0F2EB;
}

.theme-default .background-brand-secondary-hover:hover {
  background-color: #C2E4D6;
}

.theme-default .background-brand-tertiary {
  background-color: rgba(255, 255, 255, 0.0509803922);
}

.theme-default .background-brand-tertiary-hover:hover {
  background-color: #f5f5f5;
}

.theme-default .background-danger-default {
  background-color: #ec221f;
}

.theme-default .background-danger-hover:hover {
  background-color: #c00f0c;
}

.theme-default .background-danger-secondary {
  background-color: #fdd3d0;
}

.theme-default .background-danger-secondary-hover:hover {
  background-color: #fcb3ad;
}

.theme-default .background-danger-tertiary {
  background-color: #ec221f;
}

.theme-default .background-danger-tertiary-hover:hover {
  background-color: #fdd3d0;
}

.theme-default .background-default-default {
  background-color: #eeeeee;
}

.theme-default .background-default-default-hover:hover {
  background-color: #eeeeee;
}

.theme-default .background-default-secondary {
  background-color: #ffffff;
}

.theme-default .background-default-secondary-hover:hover {
  background-color: #ffffff;
}

.theme-default .background-default-tertiary {
  background-color: #cdcdcd;
}

.theme-default .background-default-tertiary-hover:hover {
  background-color: #cdcdcd;
}

.theme-default .background-disabled-default {
  background-color: #d9d9d9;
}

.theme-default .background-neutral-default {
  background-color: #f5f5f5;
}

.theme-default .background-neutral-hover:hover {
  background-color: #e6e6e6;
}

.theme-default .background-neutral-secondary {
  background-color: #d9d9d9;
}

.theme-default .background-neutral-secondary-hover:hover {
  background-color: #b3b3b3;
}

.theme-default .background-neutral-tertiary {
  background-color: #94949E;
}

.theme-default .background-neutral-tertiary-hover:hover {
  background-color: #444444;
}

.theme-default .background-neutral-quaternary {
  background-color: rgba(12, 12, 13, 0.1019607843);
}

.theme-default .background-positive-default {
  background-color: #14ae5c;
}

.theme-default .background-positive-hover:hover {
  background-color: #009951;
}

.theme-default .background-positive-secondary {
  background-color: #cff7d3;
}

.theme-default .background-positive-secondary-hover:hover {
  background-color: #aff4c6;
}

.theme-default .background-positive-tertiary {
  background-color: #ebffee;
}

.theme-default .background-positive-tertiary-hover:hover {
  background-color: #cff7d3;
}

.theme-default .background-warning-default {
  background-color: #e5a000;
}

.theme-default .background-warning-hover:hover {
  background-color: #bf6a02;
}

.theme-default .background-warning-secondary {
  background-color: #fff1c2;
}

.theme-default .background-warning-secondary-hover:hover {
  background-color: #ffe8a3;
}

.theme-default .background-warning-tertiary {
  background-color: #fffbeb;
}

.theme-default .background-warning-tertiary-hover:hover {
  background-color: #fff1c2;
}

.theme-default .border-brand-default {
  border-color: #1F4639;
}

.theme-default .border-brand-secondary {
  border-color: #479279;
}

.theme-default .border-brand-tertiary {
  border-color: #5DBB9C;
}

.theme-default .border-danger-default {
  border-color: #900b09;
}

.theme-default .border-danger-secondary {
  border-color: #c00f0c;
}

.theme-default .border-danger-tertiary {
  border-color: #ec221f;
}

.theme-default .border-default-default {
  border-color: #d9d9d9;
}

.theme-default .border-default-secondary {
  border-color: #94949E;
}

.theme-default .border-default-tertiary {
  border-color: #383838;
}

.theme-default .border-disabled-default {
  border-color: #b3b3b3;
}

.theme-default .border-neutral-default {
  border-color: #303030;
}

.theme-default .border-neutral-secondary {
  border-color: #767676;
}

.theme-default .border-neutral-tertiary {
  border-color: #b2b2b2;
}

.theme-default .border-positive-default {
  border-color: #02542d;
}

.theme-default .border-positive-secondary {
  border-color: #009951;
}

.theme-default .border-positive-tertiary {
  border-color: #85e0a3;
}

.theme-default .border-warning-default {
  border-color: #522504;
}

.theme-default .border-warning-secondary {
  border-color: #975102;
}

.theme-default .border-warning-tertiary {
  border-color: #bf6a02;
}

.theme-default .icon-brand-default {
  color: #326B58;
}

.theme-default .icon-brand-on-brand {
  color: #0D251D;
}

.theme-default .icon-brand-on-brand-secondary {
  color: #326B58;
}

.theme-default .icon-brand-on-brand-tertiary {
  color: #5DBB9C;
}

.theme-default .icon-brand-secondary {
  color: #5DBB9C;
}

.theme-default .icon-brand-tertiary {
  color: #A2D6C3;
}

.theme-default .icon-danger-default {
  color: #ec221f;
}

.theme-default .icon-danger-on-danger {
  color: #fee9e7;
}

.theme-default .icon-danger-on-danger-secondary {
  color: #900b09;
}

.theme-default .icon-danger-on-danger-tertiary {
  color: #900b09;
}

.theme-default .icon-danger-secondary {
  color: #c00f0c;
}

.theme-default .icon-danger-tertiary {
  color: #ec221f;
}

.theme-default .icon-default-default {
  color: #383838;
}

.theme-default .icon-default-secondary {
  color: #94949E;
}

.theme-default .icon-default-tertiary {
  color: #b3b3b3;
}

.theme-default .icon-disabled-default {
  color: #b3b3b3;
}

.theme-default .icon-neutral-default {
  color: #383838;
}

.theme-default .icon-neutral-on-neutral-default {
  color: #444444;
}

.theme-default .icon-neutral-on-neutral-secondary {
  color: #b3b3b3;
}

.theme-default .icon-neutral-on-neutral-tertiary {
  color: #ffffff;
}

.theme-default .icon-neutral-secondary {
  color: #b3b3b3;
}

.theme-default .icon-neutral-tertiary {
  color: #ffffff;
}

.theme-default .icon-positive-default {
  color: #02542d;
}

.theme-default .icon-positive-on-positive {
  color: #ebffee;
}

.theme-default .icon-positive-on-positive-secondary {
  color: #02542d;
}

.theme-default .icon-positive-on-positive-tertiary {
  color: #024023;
}

.theme-default .icon-positive-secondary {
  color: #009951;
}

.theme-default .icon-positive-tertiary {
  color: #14ae5c;
}

.theme-default .icon-warning-default {
  color: #522504;
}

.theme-default .icon-warning-on-warning {
  color: #401b01;
}

.theme-default .icon-warning-on-warning-secondary {
  color: #682d03;
}

.theme-default .icon-warning-on-warning-tertiary {
  color: #522504;
}

.theme-default .icon-warning-secondary {
  color: #975102;
}

.theme-default .icon-warning-tertiary {
  color: #bf6a02;
}

.theme-default .text-brand-default {
  color: #326B58;
}

.theme-default .text-brand-on-brand {
  color: #0D251D;
}

.theme-default .text-brand-on-brand-secondary {
  color: #326B58;
}

.theme-default .text-brand-on-brand-tertiary {
  color: #5DBB9C;
}

.theme-default .text-brand-secondary {
  color: #5DBB9C;
}

.theme-default .text-brand-tertiary {
  color: #A2D6C3;
}

.theme-default .text-danger-default {
  color: #ec221f;
}

.theme-default .text-danger-on-danger {
  color: #fee9e7;
}

.theme-default .text-danger-on-danger-secondary {
  color: #900b09;
}

.theme-default .text-danger-on-danger-tertiary {
  color: #900b09;
}

.theme-default .text-danger-secondary {
  color: #c00f0c;
}

.theme-default .text-danger-tertiary {
  color: #ec221f;
}

.theme-default .text-default-default {
  color: #242424;
}

.theme-default .text-default-secondary {
  color: #5a5a5a;
}

.theme-default .text-default-tertiary {
  color: #b2b2b2;
}

.theme-default .text-disabled-default {
  color: #b3b3b3;
}

.theme-default .text-neutral-default {
  color: #1e1e1e;
}

.theme-default .text-neutral-on-neutral {
  color: #111111;
}

.theme-default .text-neutral-on-neutral-secondary {
  color: #767676;
}

.theme-default .text-neutral-on-neutral-tertiary {
  color: #383838;
}

.theme-default .text-neutral-secondary {
  color: #94949E;
}

.theme-default .text-neutral-tertiary {
  color: #ffffff;
}

.theme-default .text-positive-default {
  color: #02542d;
}

.theme-default .text-positive-on-positive {
  color: #ebffee;
}

.theme-default .text-positive-on-positive-secondary {
  color: #02542d;
}

.theme-default .text-positive-on-positive-tertiary {
  color: #02542d;
}

.theme-default .text-positive-secondary {
  color: #009951;
}

.theme-default .text-positive-tertiary {
  color: #14ae5c;
}

.theme-default .text-warning-default {
  color: #e5a000;
}

.theme-default .text-warning-on-warning {
  color: #401b01;
}

.theme-default .text-warning-on-warning-secondary {
  color: #682d03;
}

.theme-default .text-warning-on-warning-tertiary {
  color: #522504;
}

.theme-default .text-warning-secondary {
  color: #975102;
}

.theme-default .text-warning-tertiary {
  color: #bf6a02;
}

.theme-default .gap-0 {
  gap: 0;
}

.theme-default .row-gap-0 {
  row-gap: 0;
}

.theme-default .col-gap-0 {
  column-gap: 0;
}

.theme-default .p-0 {
  padding: 0;
}

.theme-default .pt-0 {
  padding-top: 0;
}

.theme-default .pr-0 {
  padding-right: 0;
}

.theme-default .pb-0 {
  padding-bottom: 0;
}

.theme-default .pl-0 {
  padding-left: 0;
}

.theme-default .px-0 {
  padding-left: 0;
  padding-right: 0;
}

.theme-default .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.theme-default .m-0 {
  margin: 0;
}

.theme-default .mt-0 {
  margin-top: 0;
}

.theme-default .mr-0 {
  margin-right: 0;
}

.theme-default .mb-0 {
  margin-bottom: 0;
}

.theme-default .ml-0 {
  margin-left: 0;
}

.theme-default .mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.theme-default .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.theme-default .gap-050 {
  gap: 0.125rem;
}

.theme-default .row-gap-050 {
  row-gap: 0.125rem;
}

.theme-default .col-gap-050 {
  column-gap: 0.125rem;
}

.theme-default .p-050 {
  padding: 0.125rem;
}

.theme-default .pt-050 {
  padding-top: 0.125rem;
}

.theme-default .pr-050 {
  padding-right: 0.125rem;
}

.theme-default .pb-050 {
  padding-bottom: 0.125rem;
}

.theme-default .pl-050 {
  padding-left: 0.125rem;
}

.theme-default .px-050 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.theme-default .py-050 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.theme-default .m-050 {
  margin: 0.125rem;
}

.theme-default .mt-050 {
  margin-top: 0.125rem;
}

.theme-default .mr-050 {
  margin-right: 0.125rem;
}

.theme-default .mb-050 {
  margin-bottom: 0.125rem;
}

.theme-default .ml-050 {
  margin-left: 0.125rem;
}

.theme-default .mx-050 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.theme-default .my-050 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.theme-default .gap-100 {
  gap: 0.25rem;
}

.theme-default .row-gap-100 {
  row-gap: 0.25rem;
}

.theme-default .col-gap-100 {
  column-gap: 0.25rem;
}

.theme-default .p-100 {
  padding: 0.25rem;
}

.theme-default .pt-100 {
  padding-top: 0.25rem;
}

.theme-default .pr-100 {
  padding-right: 0.25rem;
}

.theme-default .pb-100 {
  padding-bottom: 0.25rem;
}

.theme-default .pl-100 {
  padding-left: 0.25rem;
}

.theme-default .px-100 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.theme-default .py-100 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.theme-default .m-100 {
  margin: 0.25rem;
}

.theme-default .mt-100 {
  margin-top: 0.25rem;
}

.theme-default .mr-100 {
  margin-right: 0.25rem;
}

.theme-default .mb-100 {
  margin-bottom: 0.25rem;
}

.theme-default .ml-100 {
  margin-left: 0.25rem;
}

.theme-default .mx-100 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.theme-default .my-100 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.theme-default .gap-150 {
  gap: 0.375rem;
}

.theme-default .row-gap-150 {
  row-gap: 0.375rem;
}

.theme-default .col-gap-150 {
  column-gap: 0.375rem;
}

.theme-default .p-150 {
  padding: 0.375rem;
}

.theme-default .pt-150 {
  padding-top: 0.375rem;
}

.theme-default .pr-150 {
  padding-right: 0.375rem;
}

.theme-default .pb-150 {
  padding-bottom: 0.375rem;
}

.theme-default .pl-150 {
  padding-left: 0.375rem;
}

.theme-default .px-150 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.theme-default .py-150 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.theme-default .m-150 {
  margin: 0.375rem;
}

.theme-default .mt-150 {
  margin-top: 0.375rem;
}

.theme-default .mr-150 {
  margin-right: 0.375rem;
}

.theme-default .mb-150 {
  margin-bottom: 0.375rem;
}

.theme-default .ml-150 {
  margin-left: 0.375rem;
}

.theme-default .mx-150 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.theme-default .my-150 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.theme-default .gap-200 {
  gap: 0.5rem;
}

.theme-default .row-gap-200 {
  row-gap: 0.5rem;
}

.theme-default .col-gap-200 {
  column-gap: 0.5rem;
}

.theme-default .p-200 {
  padding: 0.5rem;
}

.theme-default .pt-200 {
  padding-top: 0.5rem;
}

.theme-default .pr-200 {
  padding-right: 0.5rem;
}

.theme-default .pb-200 {
  padding-bottom: 0.5rem;
}

.theme-default .pl-200 {
  padding-left: 0.5rem;
}

.theme-default .px-200 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.theme-default .py-200 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.theme-default .m-200 {
  margin: 0.5rem;
}

.theme-default .mt-200 {
  margin-top: 0.5rem;
}

.theme-default .mr-200 {
  margin-right: 0.5rem;
}

.theme-default .mb-200 {
  margin-bottom: 0.5rem;
}

.theme-default .ml-200 {
  margin-left: 0.5rem;
}

.theme-default .mx-200 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.theme-default .my-200 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.theme-default .gap-300 {
  gap: 0.75rem;
}

.theme-default .row-gap-300 {
  row-gap: 0.75rem;
}

.theme-default .col-gap-300 {
  column-gap: 0.75rem;
}

.theme-default .p-300 {
  padding: 0.75rem;
}

.theme-default .pt-300 {
  padding-top: 0.75rem;
}

.theme-default .pr-300 {
  padding-right: 0.75rem;
}

.theme-default .pb-300 {
  padding-bottom: 0.75rem;
}

.theme-default .pl-300 {
  padding-left: 0.75rem;
}

.theme-default .px-300 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.theme-default .py-300 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.theme-default .m-300 {
  margin: 0.75rem;
}

.theme-default .mt-300 {
  margin-top: 0.75rem;
}

.theme-default .mr-300 {
  margin-right: 0.75rem;
}

.theme-default .mb-300 {
  margin-bottom: 0.75rem;
}

.theme-default .ml-300 {
  margin-left: 0.75rem;
}

.theme-default .mx-300 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.theme-default .my-300 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.theme-default .gap-400 {
  gap: 1rem;
}

.theme-default .row-gap-400 {
  row-gap: 1rem;
}

.theme-default .col-gap-400 {
  column-gap: 1rem;
}

.theme-default .p-400 {
  padding: 1rem;
}

.theme-default .pt-400 {
  padding-top: 1rem;
}

.theme-default .pr-400 {
  padding-right: 1rem;
}

.theme-default .pb-400 {
  padding-bottom: 1rem;
}

.theme-default .pl-400 {
  padding-left: 1rem;
}

.theme-default .px-400 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-default .py-400 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.theme-default .m-400 {
  margin: 1rem;
}

.theme-default .mt-400 {
  margin-top: 1rem;
}

.theme-default .mr-400 {
  margin-right: 1rem;
}

.theme-default .mb-400 {
  margin-bottom: 1rem;
}

.theme-default .ml-400 {
  margin-left: 1rem;
}

.theme-default .mx-400 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.theme-default .my-400 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.theme-default .gap-600 {
  gap: 1.5rem;
}

.theme-default .row-gap-600 {
  row-gap: 1.5rem;
}

.theme-default .col-gap-600 {
  column-gap: 1.5rem;
}

.theme-default .p-600 {
  padding: 1.5rem;
}

.theme-default .pt-600 {
  padding-top: 1.5rem;
}

.theme-default .pr-600 {
  padding-right: 1.5rem;
}

.theme-default .pb-600 {
  padding-bottom: 1.5rem;
}

.theme-default .pl-600 {
  padding-left: 1.5rem;
}

.theme-default .px-600 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.theme-default .py-600 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.theme-default .m-600 {
  margin: 1.5rem;
}

.theme-default .mt-600 {
  margin-top: 1.5rem;
}

.theme-default .mr-600 {
  margin-right: 1.5rem;
}

.theme-default .mb-600 {
  margin-bottom: 1.5rem;
}

.theme-default .ml-600 {
  margin-left: 1.5rem;
}

.theme-default .mx-600 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.theme-default .my-600 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.theme-default .gap-800 {
  gap: 2rem;
}

.theme-default .row-gap-800 {
  row-gap: 2rem;
}

.theme-default .col-gap-800 {
  column-gap: 2rem;
}

.theme-default .p-800 {
  padding: 2rem;
}

.theme-default .pt-800 {
  padding-top: 2rem;
}

.theme-default .pr-800 {
  padding-right: 2rem;
}

.theme-default .pb-800 {
  padding-bottom: 2rem;
}

.theme-default .pl-800 {
  padding-left: 2rem;
}

.theme-default .px-800 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.theme-default .py-800 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.theme-default .m-800 {
  margin: 2rem;
}

.theme-default .mt-800 {
  margin-top: 2rem;
}

.theme-default .mr-800 {
  margin-right: 2rem;
}

.theme-default .mb-800 {
  margin-bottom: 2rem;
}

.theme-default .ml-800 {
  margin-left: 2rem;
}

.theme-default .mx-800 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.theme-default .my-800 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.theme-default .gap-1200 {
  gap: 3rem;
}

.theme-default .row-gap-1200 {
  row-gap: 3rem;
}

.theme-default .col-gap-1200 {
  column-gap: 3rem;
}

.theme-default .p-1200 {
  padding: 3rem;
}

.theme-default .pt-1200 {
  padding-top: 3rem;
}

.theme-default .pr-1200 {
  padding-right: 3rem;
}

.theme-default .pb-1200 {
  padding-bottom: 3rem;
}

.theme-default .pl-1200 {
  padding-left: 3rem;
}

.theme-default .px-1200 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.theme-default .py-1200 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.theme-default .m-1200 {
  margin: 3rem;
}

.theme-default .mt-1200 {
  margin-top: 3rem;
}

.theme-default .mr-1200 {
  margin-right: 3rem;
}

.theme-default .mb-1200 {
  margin-bottom: 3rem;
}

.theme-default .ml-1200 {
  margin-left: 3rem;
}

.theme-default .mx-1200 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.theme-default .my-1200 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.theme-default .gap-1600 {
  gap: 4rem;
}

.theme-default .row-gap-1600 {
  row-gap: 4rem;
}

.theme-default .col-gap-1600 {
  column-gap: 4rem;
}

.theme-default .p-1600 {
  padding: 4rem;
}

.theme-default .pt-1600 {
  padding-top: 4rem;
}

.theme-default .pr-1600 {
  padding-right: 4rem;
}

.theme-default .pb-1600 {
  padding-bottom: 4rem;
}

.theme-default .pl-1600 {
  padding-left: 4rem;
}

.theme-default .px-1600 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.theme-default .py-1600 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.theme-default .m-1600 {
  margin: 4rem;
}

.theme-default .mt-1600 {
  margin-top: 4rem;
}

.theme-default .mr-1600 {
  margin-right: 4rem;
}

.theme-default .mb-1600 {
  margin-bottom: 4rem;
}

.theme-default .ml-1600 {
  margin-left: 4rem;
}

.theme-default .mx-1600 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.theme-default .my-1600 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.theme-default .gap-2400 {
  gap: 6rem;
}

.theme-default .row-gap-2400 {
  row-gap: 6rem;
}

.theme-default .col-gap-2400 {
  column-gap: 6rem;
}

.theme-default .p-2400 {
  padding: 6rem;
}

.theme-default .pt-2400 {
  padding-top: 6rem;
}

.theme-default .pr-2400 {
  padding-right: 6rem;
}

.theme-default .pb-2400 {
  padding-bottom: 6rem;
}

.theme-default .pl-2400 {
  padding-left: 6rem;
}

.theme-default .px-2400 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.theme-default .py-2400 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.theme-default .m-2400 {
  margin: 6rem;
}

.theme-default .mt-2400 {
  margin-top: 6rem;
}

.theme-default .mr-2400 {
  margin-right: 6rem;
}

.theme-default .mb-2400 {
  margin-bottom: 6rem;
}

.theme-default .ml-2400 {
  margin-left: 6rem;
}

.theme-default .mx-2400 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.theme-default .my-2400 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.theme-default .gap-4000 {
  gap: 10rem;
}

.theme-default .row-gap-4000 {
  row-gap: 10rem;
}

.theme-default .col-gap-4000 {
  column-gap: 10rem;
}

.theme-default .p-4000 {
  padding: 10rem;
}

.theme-default .pt-4000 {
  padding-top: 10rem;
}

.theme-default .pr-4000 {
  padding-right: 10rem;
}

.theme-default .pb-4000 {
  padding-bottom: 10rem;
}

.theme-default .pl-4000 {
  padding-left: 10rem;
}

.theme-default .px-4000 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.theme-default .py-4000 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.theme-default .m-4000 {
  margin: 10rem;
}

.theme-default .mt-4000 {
  margin-top: 10rem;
}

.theme-default .mr-4000 {
  margin-right: 10rem;
}

.theme-default .mb-4000 {
  margin-bottom: 10rem;
}

.theme-default .ml-4000 {
  margin-left: 10rem;
}

.theme-default .mx-4000 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.theme-default .my-4000 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.theme-default .radius-100 {
  border-radius: 0.25rem;
}

.theme-default .radius-tl-100 {
  border-top-left-radius: 0.25rem;
}

.theme-default .radius-tr-100 {
  border-top-right-radius: 0.25rem;
}

.theme-default .radius-bl-100 {
  border-bottom-left-radius: 0.25rem;
}

.theme-default .radius-br-100 {
  border-bottom-right-radius: 0.25rem;
}

.theme-default .radius-t-100 {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.theme-default .radius-b-100 {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.theme-default .radius-l-100 {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.theme-default .radius-r-100 {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.theme-default .radius-200 {
  border-radius: 0.5rem;
}

.theme-default .radius-tl-200 {
  border-top-left-radius: 0.5rem;
}

.theme-default .radius-tr-200 {
  border-top-right-radius: 0.5rem;
}

.theme-default .radius-bl-200 {
  border-bottom-left-radius: 0.5rem;
}

.theme-default .radius-br-200 {
  border-bottom-right-radius: 0.5rem;
}

.theme-default .radius-t-200 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.theme-default .radius-b-200 {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.theme-default .radius-l-200 {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.theme-default .radius-r-200 {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.theme-default .radius-300 {
  border-radius: 0.75rem;
}

.theme-default .radius-tl-300 {
  border-top-left-radius: 0.75rem;
}

.theme-default .radius-tr-300 {
  border-top-right-radius: 0.75rem;
}

.theme-default .radius-bl-300 {
  border-bottom-left-radius: 0.75rem;
}

.theme-default .radius-br-300 {
  border-bottom-right-radius: 0.75rem;
}

.theme-default .radius-t-300 {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.theme-default .radius-b-300 {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.theme-default .radius-l-300 {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.theme-default .radius-r-300 {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.theme-default .radius-400 {
  border-radius: 1rem;
}

.theme-default .radius-tl-400 {
  border-top-left-radius: 1rem;
}

.theme-default .radius-tr-400 {
  border-top-right-radius: 1rem;
}

.theme-default .radius-bl-400 {
  border-bottom-left-radius: 1rem;
}

.theme-default .radius-br-400 {
  border-bottom-right-radius: 1rem;
}

.theme-default .radius-t-400 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.theme-default .radius-b-400 {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.theme-default .radius-l-400 {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.theme-default .radius-r-400 {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.theme-default .radius-full {
  border-radius: 9999rem;
}

.theme-default .radius-tl-full {
  border-top-left-radius: 9999rem;
}

.theme-default .radius-tr-full {
  border-top-right-radius: 9999rem;
}

.theme-default .radius-bl-full {
  border-bottom-left-radius: 9999rem;
}

.theme-default .radius-br-full {
  border-bottom-right-radius: 9999rem;
}

.theme-default .radius-t-full {
  border-top-left-radius: 9999rem;
  border-top-right-radius: 9999rem;
}

.theme-default .radius-b-full {
  border-bottom-left-radius: 9999rem;
  border-bottom-right-radius: 9999rem;
}

.theme-default .radius-l-full {
  border-top-left-radius: 9999rem;
  border-bottom-left-radius: 9999rem;
}

.theme-default .radius-r-full {
  border-top-right-radius: 9999rem;
  border-bottom-right-radius: 9999rem;
}

.theme-default .radius-rounded {
  border-radius: 50%;
}

.theme-default .radius-tl-rounded {
  border-top-left-radius: 50%;
}

.theme-default .radius-tr-rounded {
  border-top-right-radius: 50%;
}

.theme-default .radius-bl-rounded {
  border-bottom-left-radius: 50%;
}

.theme-default .radius-br-rounded {
  border-bottom-right-radius: 50%;
}

.theme-default .radius-t-rounded {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.theme-default .radius-b-rounded {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.theme-default .radius-l-rounded {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.theme-default .radius-r-rounded {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

:root.theme-default {
  --egg-black-100: rgba(12, 12, 13, 0.0509803922);
}

:root.theme-default {
  --egg-black-1000: #0c0c0d;
}

:root.theme-default {
  --egg-black-200: rgba(12, 12, 13, 0.1019607843);
}

:root.theme-default {
  --egg-black-300: rgba(12, 12, 13, 0.2);
}

:root.theme-default {
  --egg-black-400: rgba(12, 12, 13, 0.4);
}

:root.theme-default {
  --egg-black-500: rgba(12, 12, 13, 0.6980392157);
}

:root.theme-default {
  --egg-black-600: rgba(12, 12, 13, 0.8);
}

:root.theme-default {
  --egg-black-700: rgba(12, 12, 13, 0.8509803922);
}

:root.theme-default {
  --egg-black-800: rgba(12, 12, 13, 0.8980392157);
}

:root.theme-default {
  --egg-black-900: rgba(12, 12, 13, 0.9490196078);
}

:root.theme-default {
  --egg-brand-100: #E0F2EB;
}

:root.theme-default {
  --egg-brand-1000: #020805;
}

:root.theme-default {
  --egg-brand-200: #C2E4D6;
}

:root.theme-default {
  --egg-brand-300: #A2D6C3;
}

:root.theme-default {
  --egg-brand-400: #81C9AF;
}

:root.theme-default {
  --egg-brand-500: #5DBB9C;
}

:root.theme-default {
  --egg-brand-600: #479279;
}

:root.theme-default {
  --egg-brand-700: #326B58;
}

:root.theme-default {
  --egg-brand-800: #1F4639;
}

:root.theme-default {
  --egg-brand-900: #0D251D;
}

:root.theme-default {
  --egg-gray-100: #eeeeee;
}

:root.theme-default {
  --egg-gray-1000: #242424;
}

:root.theme-default {
  --egg-gray-200: #e3e3e3;
}

:root.theme-default {
  --egg-gray-300: #cdcdcd;
}

:root.theme-default {
  --egg-gray-400: #b2b2b2;
}

:root.theme-default {
  --egg-gray-500: #949494;
}

:root.theme-default {
  --egg-gray-600: #767676;
}

:root.theme-default {
  --egg-gray-700: #5a5a5a;
}

:root.theme-default {
  --egg-gray-800: #434343;
}

:root.theme-default {
  --egg-gray-900: #303030;
}

:root.theme-default {
  --egg-green-100: #ebffee;
}

:root.theme-default {
  --egg-green-1000: #062d1b;
}

:root.theme-default {
  --egg-green-200: #cff7d3;
}

:root.theme-default {
  --egg-green-300: #aff4c6;
}

:root.theme-default {
  --egg-green-400: #85e0a3;
}

:root.theme-default {
  --egg-green-500: #14ae5c;
}

:root.theme-default {
  --egg-green-600: #009951;
}

:root.theme-default {
  --egg-green-700: #008043;
}

:root.theme-default {
  --egg-green-800: #02542d;
}

:root.theme-default {
  --egg-green-900: #024023;
}

:root.theme-default {
  --egg-neutral-100: #f5f5f5;
}

:root.theme-default {
  --egg-neutral-1000: #111111;
}

:root.theme-default {
  --egg-neutral-200: #e6e6e6;
}

:root.theme-default {
  --egg-neutral-300: #d9d9d9;
}

:root.theme-default {
  --egg-neutral-400: #b3b3b3;
}

:root.theme-default {
  --egg-neutral-500: #94949E;
}

:root.theme-default {
  --egg-neutral-600: #444444;
}

:root.theme-default {
  --egg-neutral-700: #383838;
}

:root.theme-default {
  --egg-neutral-800: #2c2c2c;
}

:root.theme-default {
  --egg-neutral-900: #1e1e1e;
}

:root.theme-default {
  --egg-red-100: #fee9e7;
}

:root.theme-default {
  --egg-red-1000: #300603;
}

:root.theme-default {
  --egg-red-200: #fdd3d0;
}

:root.theme-default {
  --egg-red-300: #fcb3ad;
}

:root.theme-default {
  --egg-red-400: #f4776a;
}

:root.theme-default {
  --egg-red-500: #ec221f;
}

:root.theme-default {
  --egg-red-600: #c00f0c;
}

:root.theme-default {
  --egg-red-700: #900b09;
}

:root.theme-default {
  --egg-red-800: #690807;
}

:root.theme-default {
  --egg-red-900: #4d0b0a;
}

:root.theme-default {
  --egg-white-100: rgba(255, 255, 255, 0.0509803922);
}

:root.theme-default {
  --egg-white-1000: #ffffff;
}

:root.theme-default {
  --egg-white-200: rgba(255, 255, 255, 0.1019607843);
}

:root.theme-default {
  --egg-white-300: rgba(255, 255, 255, 0.2);
}

:root.theme-default {
  --egg-white-400: rgba(255, 255, 255, 0.4);
}

:root.theme-default {
  --egg-white-500: rgba(255, 255, 255, 0.6980392157);
}

:root.theme-default {
  --egg-white-600: rgba(255, 255, 255, 0.8);
}

:root.theme-default {
  --egg-white-700: rgba(255, 255, 255, 0.8509803922);
}

:root.theme-default {
  --egg-white-800: rgba(255, 255, 255, 0.8980392157);
}

:root.theme-default {
  --egg-white-900: rgba(255, 255, 255, 0.9490196078);
}

:root.theme-default {
  --egg-yellow-100: #fffbeb;
}

:root.theme-default {
  --egg-yellow-1000: #401b01;
}

:root.theme-default {
  --egg-yellow-200: #fff1c2;
}

:root.theme-default {
  --egg-yellow-300: #ffe8a3;
}

:root.theme-default {
  --egg-yellow-400: #e8b931;
}

:root.theme-default {
  --egg-yellow-500: #e5a000;
}

:root.theme-default {
  --egg-yellow-600: #bf6a02;
}

:root.theme-default {
  --egg-yellow-700: #975102;
}

:root.theme-default {
  --egg-yellow-800: #682d03;
}

:root.theme-default {
  --egg-yellow-900: #522504;
}

/* SIZES */
.theme-default .black-100 {
  color: rgba(12, 12, 13, 0.0509803922);
}

.theme-default .black-1000 {
  color: #0c0c0d;
}

.theme-default .black-200 {
  color: rgba(12, 12, 13, 0.1019607843);
}

.theme-default .black-300 {
  color: rgba(12, 12, 13, 0.2);
}

.theme-default .black-400 {
  color: rgba(12, 12, 13, 0.4);
}

.theme-default .black-500 {
  color: rgba(12, 12, 13, 0.6980392157);
}

.theme-default .black-600 {
  color: rgba(12, 12, 13, 0.8);
}

.theme-default .black-700 {
  color: rgba(12, 12, 13, 0.8509803922);
}

.theme-default .black-800 {
  color: rgba(12, 12, 13, 0.8980392157);
}

.theme-default .black-900 {
  color: rgba(12, 12, 13, 0.9490196078);
}

.theme-default .brand-100 {
  color: #E0F2EB;
}

.theme-default .brand-1000 {
  color: #020805;
}

.theme-default .brand-200 {
  color: #C2E4D6;
}

.theme-default .brand-300 {
  color: #A2D6C3;
}

.theme-default .brand-400 {
  color: #81C9AF;
}

.theme-default .brand-500 {
  color: #5DBB9C;
}

.theme-default .brand-600 {
  color: #479279;
}

.theme-default .brand-700 {
  color: #326B58;
}

.theme-default .brand-800 {
  color: #1F4639;
}

.theme-default .brand-900 {
  color: #0D251D;
}

.theme-default .gray-100 {
  color: #eeeeee;
}

.theme-default .gray-1000 {
  color: #242424;
}

.theme-default .gray-200 {
  color: #e3e3e3;
}

.theme-default .gray-300 {
  color: #cdcdcd;
}

.theme-default .gray-400 {
  color: #b2b2b2;
}

.theme-default .gray-500 {
  color: #949494;
}

.theme-default .gray-600 {
  color: #767676;
}

.theme-default .gray-700 {
  color: #5a5a5a;
}

.theme-default .gray-800 {
  color: #434343;
}

.theme-default .gray-900 {
  color: #303030;
}

.theme-default .green-100 {
  color: #ebffee;
}

.theme-default .green-1000 {
  color: #062d1b;
}

.theme-default .green-200 {
  color: #cff7d3;
}

.theme-default .green-300 {
  color: #aff4c6;
}

.theme-default .green-400 {
  color: #85e0a3;
}

.theme-default .green-500 {
  color: #14ae5c;
}

.theme-default .green-600 {
  color: #009951;
}

.theme-default .green-700 {
  color: #008043;
}

.theme-default .green-800 {
  color: #02542d;
}

.theme-default .green-900 {
  color: #024023;
}

.theme-default .neutral-100 {
  color: #f5f5f5;
}

.theme-default .neutral-1000 {
  color: #111111;
}

.theme-default .neutral-200 {
  color: #e6e6e6;
}

.theme-default .neutral-300 {
  color: #d9d9d9;
}

.theme-default .neutral-400 {
  color: #b3b3b3;
}

.theme-default .neutral-500 {
  color: #94949E;
}

.theme-default .neutral-600 {
  color: #444444;
}

.theme-default .neutral-700 {
  color: #383838;
}

.theme-default .neutral-800 {
  color: #2c2c2c;
}

.theme-default .neutral-900 {
  color: #1e1e1e;
}

.theme-default .red-100 {
  color: #fee9e7;
}

.theme-default .red-1000 {
  color: #300603;
}

.theme-default .red-200 {
  color: #fdd3d0;
}

.theme-default .red-300 {
  color: #fcb3ad;
}

.theme-default .red-400 {
  color: #f4776a;
}

.theme-default .red-500 {
  color: #ec221f;
}

.theme-default .red-600 {
  color: #c00f0c;
}

.theme-default .red-700 {
  color: #900b09;
}

.theme-default .red-800 {
  color: #690807;
}

.theme-default .red-900 {
  color: #4d0b0a;
}

.theme-default .white-100 {
  color: rgba(255, 255, 255, 0.0509803922);
}

.theme-default .white-1000 {
  color: #ffffff;
}

.theme-default .white-200 {
  color: rgba(255, 255, 255, 0.1019607843);
}

.theme-default .white-300 {
  color: rgba(255, 255, 255, 0.2);
}

.theme-default .white-400 {
  color: rgba(255, 255, 255, 0.4);
}

.theme-default .white-500 {
  color: rgba(255, 255, 255, 0.6980392157);
}

.theme-default .white-600 {
  color: rgba(255, 255, 255, 0.8);
}

.theme-default .white-700 {
  color: rgba(255, 255, 255, 0.8509803922);
}

.theme-default .white-800 {
  color: rgba(255, 255, 255, 0.8980392157);
}

.theme-default .white-900 {
  color: rgba(255, 255, 255, 0.9490196078);
}

.theme-default .yellow-100 {
  color: #fffbeb;
}

.theme-default .yellow-1000 {
  color: #401b01;
}

.theme-default .yellow-200 {
  color: #fff1c2;
}

.theme-default .yellow-300 {
  color: #ffe8a3;
}

.theme-default .yellow-400 {
  color: #e8b931;
}

.theme-default .yellow-500 {
  color: #e5a000;
}

.theme-default .yellow-600 {
  color: #bf6a02;
}

.theme-default .yellow-700 {
  color: #975102;
}

.theme-default .yellow-800 {
  color: #682d03;
}

.theme-default .yellow-900 {
  color: #522504;
}

.theme-default .background-brand-default {
  background-color: #5DBB9C;
}

.theme-default .background-brand-hover:hover {
  background-color: #479279;
}

.theme-default .background-brand-secondary {
  background-color: #E0F2EB;
}

.theme-default .background-brand-secondary-hover:hover {
  background-color: #C2E4D6;
}

.theme-default .background-brand-tertiary {
  background-color: rgba(255, 255, 255, 0.0509803922);
}

.theme-default .background-brand-tertiary-hover:hover {
  background-color: #f5f5f5;
}

.theme-default .background-danger-default {
  background-color: #ec221f;
}

.theme-default .background-danger-hover:hover {
  background-color: #c00f0c;
}

.theme-default .background-danger-secondary {
  background-color: #fdd3d0;
}

.theme-default .background-danger-secondary-hover:hover {
  background-color: #fcb3ad;
}

.theme-default .background-danger-tertiary {
  background-color: #ec221f;
}

.theme-default .background-danger-tertiary-hover:hover {
  background-color: #fdd3d0;
}

.theme-default .background-default-default {
  background-color: #eeeeee;
}

.theme-default .background-default-default-hover:hover {
  background-color: #eeeeee;
}

.theme-default .background-default-secondary {
  background-color: #ffffff;
}

.theme-default .background-default-secondary-hover:hover {
  background-color: #ffffff;
}

.theme-default .background-default-tertiary {
  background-color: #cdcdcd;
}

.theme-default .background-default-tertiary-hover:hover {
  background-color: #cdcdcd;
}

.theme-default .background-disabled-default {
  background-color: #d9d9d9;
}

.theme-default .background-neutral-default {
  background-color: #f5f5f5;
}

.theme-default .background-neutral-hover:hover {
  background-color: #e6e6e6;
}

.theme-default .background-neutral-secondary {
  background-color: #d9d9d9;
}

.theme-default .background-neutral-secondary-hover:hover {
  background-color: #b3b3b3;
}

.theme-default .background-neutral-tertiary {
  background-color: #94949E;
}

.theme-default .background-neutral-tertiary-hover:hover {
  background-color: #444444;
}

.theme-default .background-neutral-quaternary {
  background-color: rgba(12, 12, 13, 0.1019607843);
}

.theme-default .background-positive-default {
  background-color: #14ae5c;
}

.theme-default .background-positive-hover:hover {
  background-color: #009951;
}

.theme-default .background-positive-secondary {
  background-color: #cff7d3;
}

.theme-default .background-positive-secondary-hover:hover {
  background-color: #aff4c6;
}

.theme-default .background-positive-tertiary {
  background-color: #ebffee;
}

.theme-default .background-positive-tertiary-hover:hover {
  background-color: #cff7d3;
}

.theme-default .background-warning-default {
  background-color: #e5a000;
}

.theme-default .background-warning-hover:hover {
  background-color: #bf6a02;
}

.theme-default .background-warning-secondary {
  background-color: #fff1c2;
}

.theme-default .background-warning-secondary-hover:hover {
  background-color: #ffe8a3;
}

.theme-default .background-warning-tertiary {
  background-color: #fffbeb;
}

.theme-default .background-warning-tertiary-hover:hover {
  background-color: #fff1c2;
}

.theme-default .border-brand-default {
  border-color: #1F4639;
}

.theme-default .border-brand-secondary {
  border-color: #479279;
}

.theme-default .border-brand-tertiary {
  border-color: #5DBB9C;
}

.theme-default .border-danger-default {
  border-color: #900b09;
}

.theme-default .border-danger-secondary {
  border-color: #c00f0c;
}

.theme-default .border-danger-tertiary {
  border-color: #ec221f;
}

.theme-default .border-default-default {
  border-color: #d9d9d9;
}

.theme-default .border-default-secondary {
  border-color: #94949E;
}

.theme-default .border-default-tertiary {
  border-color: #383838;
}

.theme-default .border-disabled-default {
  border-color: #b3b3b3;
}

.theme-default .border-neutral-default {
  border-color: #303030;
}

.theme-default .border-neutral-secondary {
  border-color: #767676;
}

.theme-default .border-neutral-tertiary {
  border-color: #b2b2b2;
}

.theme-default .border-positive-default {
  border-color: #02542d;
}

.theme-default .border-positive-secondary {
  border-color: #009951;
}

.theme-default .border-positive-tertiary {
  border-color: #85e0a3;
}

.theme-default .border-warning-default {
  border-color: #522504;
}

.theme-default .border-warning-secondary {
  border-color: #975102;
}

.theme-default .border-warning-tertiary {
  border-color: #bf6a02;
}

.theme-default .icon-brand-default {
  color: #326B58;
}

.theme-default .icon-brand-on-brand {
  color: #0D251D;
}

.theme-default .icon-brand-on-brand-secondary {
  color: #326B58;
}

.theme-default .icon-brand-on-brand-tertiary {
  color: #5DBB9C;
}

.theme-default .icon-brand-secondary {
  color: #5DBB9C;
}

.theme-default .icon-brand-tertiary {
  color: #A2D6C3;
}

.theme-default .icon-danger-default {
  color: #ec221f;
}

.theme-default .icon-danger-on-danger {
  color: #fee9e7;
}

.theme-default .icon-danger-on-danger-secondary {
  color: #900b09;
}

.theme-default .icon-danger-on-danger-tertiary {
  color: #900b09;
}

.theme-default .icon-danger-secondary {
  color: #c00f0c;
}

.theme-default .icon-danger-tertiary {
  color: #ec221f;
}

.theme-default .icon-default-default {
  color: #383838;
}

.theme-default .icon-default-secondary {
  color: #94949E;
}

.theme-default .icon-default-tertiary {
  color: #b3b3b3;
}

.theme-default .icon-disabled-default {
  color: #b3b3b3;
}

.theme-default .icon-neutral-default {
  color: #383838;
}

.theme-default .icon-neutral-on-neutral-default {
  color: #444444;
}

.theme-default .icon-neutral-on-neutral-secondary {
  color: #b3b3b3;
}

.theme-default .icon-neutral-on-neutral-tertiary {
  color: #ffffff;
}

.theme-default .icon-neutral-secondary {
  color: #b3b3b3;
}

.theme-default .icon-neutral-tertiary {
  color: #ffffff;
}

.theme-default .icon-positive-default {
  color: #02542d;
}

.theme-default .icon-positive-on-positive {
  color: #ebffee;
}

.theme-default .icon-positive-on-positive-secondary {
  color: #02542d;
}

.theme-default .icon-positive-on-positive-tertiary {
  color: #024023;
}

.theme-default .icon-positive-secondary {
  color: #009951;
}

.theme-default .icon-positive-tertiary {
  color: #14ae5c;
}

.theme-default .icon-warning-default {
  color: #522504;
}

.theme-default .icon-warning-on-warning {
  color: #401b01;
}

.theme-default .icon-warning-on-warning-secondary {
  color: #682d03;
}

.theme-default .icon-warning-on-warning-tertiary {
  color: #522504;
}

.theme-default .icon-warning-secondary {
  color: #975102;
}

.theme-default .icon-warning-tertiary {
  color: #bf6a02;
}

.theme-default .text-brand-default {
  color: #326B58;
}

.theme-default .text-brand-on-brand {
  color: #0D251D;
}

.theme-default .text-brand-on-brand-secondary {
  color: #326B58;
}

.theme-default .text-brand-on-brand-tertiary {
  color: #5DBB9C;
}

.theme-default .text-brand-secondary {
  color: #5DBB9C;
}

.theme-default .text-brand-tertiary {
  color: #A2D6C3;
}

.theme-default .text-danger-default {
  color: #ec221f;
}

.theme-default .text-danger-on-danger {
  color: #fee9e7;
}

.theme-default .text-danger-on-danger-secondary {
  color: #900b09;
}

.theme-default .text-danger-on-danger-tertiary {
  color: #900b09;
}

.theme-default .text-danger-secondary {
  color: #c00f0c;
}

.theme-default .text-danger-tertiary {
  color: #ec221f;
}

.theme-default .text-default-default {
  color: #242424;
}

.theme-default .text-default-secondary {
  color: #5a5a5a;
}

.theme-default .text-default-tertiary {
  color: #b2b2b2;
}

.theme-default .text-disabled-default {
  color: #b3b3b3;
}

.theme-default .text-neutral-default {
  color: #1e1e1e;
}

.theme-default .text-neutral-on-neutral {
  color: #111111;
}

.theme-default .text-neutral-on-neutral-secondary {
  color: #767676;
}

.theme-default .text-neutral-on-neutral-tertiary {
  color: #383838;
}

.theme-default .text-neutral-secondary {
  color: #94949E;
}

.theme-default .text-neutral-tertiary {
  color: #ffffff;
}

.theme-default .text-positive-default {
  color: #02542d;
}

.theme-default .text-positive-on-positive {
  color: #ebffee;
}

.theme-default .text-positive-on-positive-secondary {
  color: #02542d;
}

.theme-default .text-positive-on-positive-tertiary {
  color: #02542d;
}

.theme-default .text-positive-secondary {
  color: #009951;
}

.theme-default .text-positive-tertiary {
  color: #14ae5c;
}

.theme-default .text-warning-default {
  color: #e5a000;
}

.theme-default .text-warning-on-warning {
  color: #401b01;
}

.theme-default .text-warning-on-warning-secondary {
  color: #682d03;
}

.theme-default .text-warning-on-warning-tertiary {
  color: #522504;
}

.theme-default .text-warning-secondary {
  color: #975102;
}

.theme-default .text-warning-tertiary {
  color: #bf6a02;
}

.theme-default .gap-0 {
  gap: 0;
}

.theme-default .row-gap-0 {
  row-gap: 0;
}

.theme-default .col-gap-0 {
  column-gap: 0;
}

.theme-default .p-0 {
  padding: 0;
}

.theme-default .pt-0 {
  padding-top: 0;
}

.theme-default .pr-0 {
  padding-right: 0;
}

.theme-default .pb-0 {
  padding-bottom: 0;
}

.theme-default .pl-0 {
  padding-left: 0;
}

.theme-default .px-0 {
  padding-left: 0;
  padding-right: 0;
}

.theme-default .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.theme-default .m-0 {
  margin: 0;
}

.theme-default .mt-0 {
  margin-top: 0;
}

.theme-default .mr-0 {
  margin-right: 0;
}

.theme-default .mb-0 {
  margin-bottom: 0;
}

.theme-default .ml-0 {
  margin-left: 0;
}

.theme-default .mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.theme-default .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.theme-default .gap-050 {
  gap: 0.125rem;
}

.theme-default .row-gap-050 {
  row-gap: 0.125rem;
}

.theme-default .col-gap-050 {
  column-gap: 0.125rem;
}

.theme-default .p-050 {
  padding: 0.125rem;
}

.theme-default .pt-050 {
  padding-top: 0.125rem;
}

.theme-default .pr-050 {
  padding-right: 0.125rem;
}

.theme-default .pb-050 {
  padding-bottom: 0.125rem;
}

.theme-default .pl-050 {
  padding-left: 0.125rem;
}

.theme-default .px-050 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.theme-default .py-050 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.theme-default .m-050 {
  margin: 0.125rem;
}

.theme-default .mt-050 {
  margin-top: 0.125rem;
}

.theme-default .mr-050 {
  margin-right: 0.125rem;
}

.theme-default .mb-050 {
  margin-bottom: 0.125rem;
}

.theme-default .ml-050 {
  margin-left: 0.125rem;
}

.theme-default .mx-050 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.theme-default .my-050 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.theme-default .gap-100 {
  gap: 0.25rem;
}

.theme-default .row-gap-100 {
  row-gap: 0.25rem;
}

.theme-default .col-gap-100 {
  column-gap: 0.25rem;
}

.theme-default .p-100 {
  padding: 0.25rem;
}

.theme-default .pt-100 {
  padding-top: 0.25rem;
}

.theme-default .pr-100 {
  padding-right: 0.25rem;
}

.theme-default .pb-100 {
  padding-bottom: 0.25rem;
}

.theme-default .pl-100 {
  padding-left: 0.25rem;
}

.theme-default .px-100 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.theme-default .py-100 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.theme-default .m-100 {
  margin: 0.25rem;
}

.theme-default .mt-100 {
  margin-top: 0.25rem;
}

.theme-default .mr-100 {
  margin-right: 0.25rem;
}

.theme-default .mb-100 {
  margin-bottom: 0.25rem;
}

.theme-default .ml-100 {
  margin-left: 0.25rem;
}

.theme-default .mx-100 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.theme-default .my-100 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.theme-default .gap-150 {
  gap: 0.375rem;
}

.theme-default .row-gap-150 {
  row-gap: 0.375rem;
}

.theme-default .col-gap-150 {
  column-gap: 0.375rem;
}

.theme-default .p-150 {
  padding: 0.375rem;
}

.theme-default .pt-150 {
  padding-top: 0.375rem;
}

.theme-default .pr-150 {
  padding-right: 0.375rem;
}

.theme-default .pb-150 {
  padding-bottom: 0.375rem;
}

.theme-default .pl-150 {
  padding-left: 0.375rem;
}

.theme-default .px-150 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.theme-default .py-150 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.theme-default .m-150 {
  margin: 0.375rem;
}

.theme-default .mt-150 {
  margin-top: 0.375rem;
}

.theme-default .mr-150 {
  margin-right: 0.375rem;
}

.theme-default .mb-150 {
  margin-bottom: 0.375rem;
}

.theme-default .ml-150 {
  margin-left: 0.375rem;
}

.theme-default .mx-150 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.theme-default .my-150 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.theme-default .gap-200 {
  gap: 0.5rem;
}

.theme-default .row-gap-200 {
  row-gap: 0.5rem;
}

.theme-default .col-gap-200 {
  column-gap: 0.5rem;
}

.theme-default .p-200 {
  padding: 0.5rem;
}

.theme-default .pt-200 {
  padding-top: 0.5rem;
}

.theme-default .pr-200 {
  padding-right: 0.5rem;
}

.theme-default .pb-200 {
  padding-bottom: 0.5rem;
}

.theme-default .pl-200 {
  padding-left: 0.5rem;
}

.theme-default .px-200 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.theme-default .py-200 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.theme-default .m-200 {
  margin: 0.5rem;
}

.theme-default .mt-200 {
  margin-top: 0.5rem;
}

.theme-default .mr-200 {
  margin-right: 0.5rem;
}

.theme-default .mb-200 {
  margin-bottom: 0.5rem;
}

.theme-default .ml-200 {
  margin-left: 0.5rem;
}

.theme-default .mx-200 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.theme-default .my-200 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.theme-default .gap-300 {
  gap: 0.75rem;
}

.theme-default .row-gap-300 {
  row-gap: 0.75rem;
}

.theme-default .col-gap-300 {
  column-gap: 0.75rem;
}

.theme-default .p-300 {
  padding: 0.75rem;
}

.theme-default .pt-300 {
  padding-top: 0.75rem;
}

.theme-default .pr-300 {
  padding-right: 0.75rem;
}

.theme-default .pb-300 {
  padding-bottom: 0.75rem;
}

.theme-default .pl-300 {
  padding-left: 0.75rem;
}

.theme-default .px-300 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.theme-default .py-300 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.theme-default .m-300 {
  margin: 0.75rem;
}

.theme-default .mt-300 {
  margin-top: 0.75rem;
}

.theme-default .mr-300 {
  margin-right: 0.75rem;
}

.theme-default .mb-300 {
  margin-bottom: 0.75rem;
}

.theme-default .ml-300 {
  margin-left: 0.75rem;
}

.theme-default .mx-300 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.theme-default .my-300 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.theme-default .gap-400 {
  gap: 1rem;
}

.theme-default .row-gap-400 {
  row-gap: 1rem;
}

.theme-default .col-gap-400 {
  column-gap: 1rem;
}

.theme-default .p-400 {
  padding: 1rem;
}

.theme-default .pt-400 {
  padding-top: 1rem;
}

.theme-default .pr-400 {
  padding-right: 1rem;
}

.theme-default .pb-400 {
  padding-bottom: 1rem;
}

.theme-default .pl-400 {
  padding-left: 1rem;
}

.theme-default .px-400 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-default .py-400 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.theme-default .m-400 {
  margin: 1rem;
}

.theme-default .mt-400 {
  margin-top: 1rem;
}

.theme-default .mr-400 {
  margin-right: 1rem;
}

.theme-default .mb-400 {
  margin-bottom: 1rem;
}

.theme-default .ml-400 {
  margin-left: 1rem;
}

.theme-default .mx-400 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.theme-default .my-400 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.theme-default .gap-600 {
  gap: 1.5rem;
}

.theme-default .row-gap-600 {
  row-gap: 1.5rem;
}

.theme-default .col-gap-600 {
  column-gap: 1.5rem;
}

.theme-default .p-600 {
  padding: 1.5rem;
}

.theme-default .pt-600 {
  padding-top: 1.5rem;
}

.theme-default .pr-600 {
  padding-right: 1.5rem;
}

.theme-default .pb-600 {
  padding-bottom: 1.5rem;
}

.theme-default .pl-600 {
  padding-left: 1.5rem;
}

.theme-default .px-600 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.theme-default .py-600 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.theme-default .m-600 {
  margin: 1.5rem;
}

.theme-default .mt-600 {
  margin-top: 1.5rem;
}

.theme-default .mr-600 {
  margin-right: 1.5rem;
}

.theme-default .mb-600 {
  margin-bottom: 1.5rem;
}

.theme-default .ml-600 {
  margin-left: 1.5rem;
}

.theme-default .mx-600 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.theme-default .my-600 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.theme-default .gap-800 {
  gap: 2rem;
}

.theme-default .row-gap-800 {
  row-gap: 2rem;
}

.theme-default .col-gap-800 {
  column-gap: 2rem;
}

.theme-default .p-800 {
  padding: 2rem;
}

.theme-default .pt-800 {
  padding-top: 2rem;
}

.theme-default .pr-800 {
  padding-right: 2rem;
}

.theme-default .pb-800 {
  padding-bottom: 2rem;
}

.theme-default .pl-800 {
  padding-left: 2rem;
}

.theme-default .px-800 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.theme-default .py-800 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.theme-default .m-800 {
  margin: 2rem;
}

.theme-default .mt-800 {
  margin-top: 2rem;
}

.theme-default .mr-800 {
  margin-right: 2rem;
}

.theme-default .mb-800 {
  margin-bottom: 2rem;
}

.theme-default .ml-800 {
  margin-left: 2rem;
}

.theme-default .mx-800 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.theme-default .my-800 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.theme-default .gap-1200 {
  gap: 3rem;
}

.theme-default .row-gap-1200 {
  row-gap: 3rem;
}

.theme-default .col-gap-1200 {
  column-gap: 3rem;
}

.theme-default .p-1200 {
  padding: 3rem;
}

.theme-default .pt-1200 {
  padding-top: 3rem;
}

.theme-default .pr-1200 {
  padding-right: 3rem;
}

.theme-default .pb-1200 {
  padding-bottom: 3rem;
}

.theme-default .pl-1200 {
  padding-left: 3rem;
}

.theme-default .px-1200 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.theme-default .py-1200 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.theme-default .m-1200 {
  margin: 3rem;
}

.theme-default .mt-1200 {
  margin-top: 3rem;
}

.theme-default .mr-1200 {
  margin-right: 3rem;
}

.theme-default .mb-1200 {
  margin-bottom: 3rem;
}

.theme-default .ml-1200 {
  margin-left: 3rem;
}

.theme-default .mx-1200 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.theme-default .my-1200 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.theme-default .gap-1600 {
  gap: 4rem;
}

.theme-default .row-gap-1600 {
  row-gap: 4rem;
}

.theme-default .col-gap-1600 {
  column-gap: 4rem;
}

.theme-default .p-1600 {
  padding: 4rem;
}

.theme-default .pt-1600 {
  padding-top: 4rem;
}

.theme-default .pr-1600 {
  padding-right: 4rem;
}

.theme-default .pb-1600 {
  padding-bottom: 4rem;
}

.theme-default .pl-1600 {
  padding-left: 4rem;
}

.theme-default .px-1600 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.theme-default .py-1600 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.theme-default .m-1600 {
  margin: 4rem;
}

.theme-default .mt-1600 {
  margin-top: 4rem;
}

.theme-default .mr-1600 {
  margin-right: 4rem;
}

.theme-default .mb-1600 {
  margin-bottom: 4rem;
}

.theme-default .ml-1600 {
  margin-left: 4rem;
}

.theme-default .mx-1600 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.theme-default .my-1600 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.theme-default .gap-2400 {
  gap: 6rem;
}

.theme-default .row-gap-2400 {
  row-gap: 6rem;
}

.theme-default .col-gap-2400 {
  column-gap: 6rem;
}

.theme-default .p-2400 {
  padding: 6rem;
}

.theme-default .pt-2400 {
  padding-top: 6rem;
}

.theme-default .pr-2400 {
  padding-right: 6rem;
}

.theme-default .pb-2400 {
  padding-bottom: 6rem;
}

.theme-default .pl-2400 {
  padding-left: 6rem;
}

.theme-default .px-2400 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.theme-default .py-2400 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.theme-default .m-2400 {
  margin: 6rem;
}

.theme-default .mt-2400 {
  margin-top: 6rem;
}

.theme-default .mr-2400 {
  margin-right: 6rem;
}

.theme-default .mb-2400 {
  margin-bottom: 6rem;
}

.theme-default .ml-2400 {
  margin-left: 6rem;
}

.theme-default .mx-2400 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.theme-default .my-2400 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.theme-default .gap-4000 {
  gap: 10rem;
}

.theme-default .row-gap-4000 {
  row-gap: 10rem;
}

.theme-default .col-gap-4000 {
  column-gap: 10rem;
}

.theme-default .p-4000 {
  padding: 10rem;
}

.theme-default .pt-4000 {
  padding-top: 10rem;
}

.theme-default .pr-4000 {
  padding-right: 10rem;
}

.theme-default .pb-4000 {
  padding-bottom: 10rem;
}

.theme-default .pl-4000 {
  padding-left: 10rem;
}

.theme-default .px-4000 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.theme-default .py-4000 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.theme-default .m-4000 {
  margin: 10rem;
}

.theme-default .mt-4000 {
  margin-top: 10rem;
}

.theme-default .mr-4000 {
  margin-right: 10rem;
}

.theme-default .mb-4000 {
  margin-bottom: 10rem;
}

.theme-default .ml-4000 {
  margin-left: 10rem;
}

.theme-default .mx-4000 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.theme-default .my-4000 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.theme-default .radius-100 {
  border-radius: 0.25rem;
}

.theme-default .radius-tl-100 {
  border-top-left-radius: 0.25rem;
}

.theme-default .radius-tr-100 {
  border-top-right-radius: 0.25rem;
}

.theme-default .radius-bl-100 {
  border-bottom-left-radius: 0.25rem;
}

.theme-default .radius-br-100 {
  border-bottom-right-radius: 0.25rem;
}

.theme-default .radius-t-100 {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.theme-default .radius-b-100 {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.theme-default .radius-l-100 {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.theme-default .radius-r-100 {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.theme-default .radius-200 {
  border-radius: 0.5rem;
}

.theme-default .radius-tl-200 {
  border-top-left-radius: 0.5rem;
}

.theme-default .radius-tr-200 {
  border-top-right-radius: 0.5rem;
}

.theme-default .radius-bl-200 {
  border-bottom-left-radius: 0.5rem;
}

.theme-default .radius-br-200 {
  border-bottom-right-radius: 0.5rem;
}

.theme-default .radius-t-200 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.theme-default .radius-b-200 {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.theme-default .radius-l-200 {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.theme-default .radius-r-200 {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.theme-default .radius-300 {
  border-radius: 0.75rem;
}

.theme-default .radius-tl-300 {
  border-top-left-radius: 0.75rem;
}

.theme-default .radius-tr-300 {
  border-top-right-radius: 0.75rem;
}

.theme-default .radius-bl-300 {
  border-bottom-left-radius: 0.75rem;
}

.theme-default .radius-br-300 {
  border-bottom-right-radius: 0.75rem;
}

.theme-default .radius-t-300 {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.theme-default .radius-b-300 {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.theme-default .radius-l-300 {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.theme-default .radius-r-300 {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.theme-default .radius-400 {
  border-radius: 1rem;
}

.theme-default .radius-tl-400 {
  border-top-left-radius: 1rem;
}

.theme-default .radius-tr-400 {
  border-top-right-radius: 1rem;
}

.theme-default .radius-bl-400 {
  border-bottom-left-radius: 1rem;
}

.theme-default .radius-br-400 {
  border-bottom-right-radius: 1rem;
}

.theme-default .radius-t-400 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.theme-default .radius-b-400 {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.theme-default .radius-l-400 {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.theme-default .radius-r-400 {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.theme-default .radius-full {
  border-radius: 9999rem;
}

.theme-default .radius-tl-full {
  border-top-left-radius: 9999rem;
}

.theme-default .radius-tr-full {
  border-top-right-radius: 9999rem;
}

.theme-default .radius-bl-full {
  border-bottom-left-radius: 9999rem;
}

.theme-default .radius-br-full {
  border-bottom-right-radius: 9999rem;
}

.theme-default .radius-t-full {
  border-top-left-radius: 9999rem;
  border-top-right-radius: 9999rem;
}

.theme-default .radius-b-full {
  border-bottom-left-radius: 9999rem;
  border-bottom-right-radius: 9999rem;
}

.theme-default .radius-l-full {
  border-top-left-radius: 9999rem;
  border-bottom-left-radius: 9999rem;
}

.theme-default .radius-r-full {
  border-top-right-radius: 9999rem;
  border-bottom-right-radius: 9999rem;
}

.theme-default .radius-rounded {
  border-radius: 50%;
}

.theme-default .radius-tl-rounded {
  border-top-left-radius: 50%;
}

.theme-default .radius-tr-rounded {
  border-top-right-radius: 50%;
}

.theme-default .radius-bl-rounded {
  border-bottom-left-radius: 50%;
}

.theme-default .radius-br-rounded {
  border-bottom-right-radius: 50%;
}

.theme-default .radius-t-rounded {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.theme-default .radius-b-rounded {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.theme-default .radius-l-rounded {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.theme-default .radius-r-rounded {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

:root.theme-default {
  --egg-black-100: rgba(12, 12, 13, 0.0509803922);
}

:root.theme-default {
  --egg-black-1000: #0c0c0d;
}

:root.theme-default {
  --egg-black-200: rgba(12, 12, 13, 0.1019607843);
}

:root.theme-default {
  --egg-black-300: rgba(12, 12, 13, 0.2);
}

:root.theme-default {
  --egg-black-400: rgba(12, 12, 13, 0.4);
}

:root.theme-default {
  --egg-black-500: rgba(12, 12, 13, 0.6980392157);
}

:root.theme-default {
  --egg-black-600: rgba(12, 12, 13, 0.8);
}

:root.theme-default {
  --egg-black-700: rgba(12, 12, 13, 0.8509803922);
}

:root.theme-default {
  --egg-black-800: rgba(12, 12, 13, 0.8980392157);
}

:root.theme-default {
  --egg-black-900: rgba(12, 12, 13, 0.9490196078);
}

:root.theme-default {
  --egg-brand-100: #E0F2EB;
}

:root.theme-default {
  --egg-brand-1000: #020805;
}

:root.theme-default {
  --egg-brand-200: #C2E4D6;
}

:root.theme-default {
  --egg-brand-300: #A2D6C3;
}

:root.theme-default {
  --egg-brand-400: #81C9AF;
}

:root.theme-default {
  --egg-brand-500: #5DBB9C;
}

:root.theme-default {
  --egg-brand-600: #479279;
}

:root.theme-default {
  --egg-brand-700: #326B58;
}

:root.theme-default {
  --egg-brand-800: #1F4639;
}

:root.theme-default {
  --egg-brand-900: #0D251D;
}

:root.theme-default {
  --egg-gray-100: #eeeeee;
}

:root.theme-default {
  --egg-gray-1000: #242424;
}

:root.theme-default {
  --egg-gray-200: #e3e3e3;
}

:root.theme-default {
  --egg-gray-300: #cdcdcd;
}

:root.theme-default {
  --egg-gray-400: #b2b2b2;
}

:root.theme-default {
  --egg-gray-500: #949494;
}

:root.theme-default {
  --egg-gray-600: #767676;
}

:root.theme-default {
  --egg-gray-700: #5a5a5a;
}

:root.theme-default {
  --egg-gray-800: #434343;
}

:root.theme-default {
  --egg-gray-900: #303030;
}

:root.theme-default {
  --egg-green-100: #ebffee;
}

:root.theme-default {
  --egg-green-1000: #062d1b;
}

:root.theme-default {
  --egg-green-200: #cff7d3;
}

:root.theme-default {
  --egg-green-300: #aff4c6;
}

:root.theme-default {
  --egg-green-400: #85e0a3;
}

:root.theme-default {
  --egg-green-500: #14ae5c;
}

:root.theme-default {
  --egg-green-600: #009951;
}

:root.theme-default {
  --egg-green-700: #008043;
}

:root.theme-default {
  --egg-green-800: #02542d;
}

:root.theme-default {
  --egg-green-900: #024023;
}

:root.theme-default {
  --egg-neutral-100: #f5f5f5;
}

:root.theme-default {
  --egg-neutral-1000: #111111;
}

:root.theme-default {
  --egg-neutral-200: #e6e6e6;
}

:root.theme-default {
  --egg-neutral-300: #d9d9d9;
}

:root.theme-default {
  --egg-neutral-400: #b3b3b3;
}

:root.theme-default {
  --egg-neutral-500: #94949E;
}

:root.theme-default {
  --egg-neutral-600: #444444;
}

:root.theme-default {
  --egg-neutral-700: #383838;
}

:root.theme-default {
  --egg-neutral-800: #2c2c2c;
}

:root.theme-default {
  --egg-neutral-900: #1e1e1e;
}

:root.theme-default {
  --egg-red-100: #fee9e7;
}

:root.theme-default {
  --egg-red-1000: #300603;
}

:root.theme-default {
  --egg-red-200: #fdd3d0;
}

:root.theme-default {
  --egg-red-300: #fcb3ad;
}

:root.theme-default {
  --egg-red-400: #f4776a;
}

:root.theme-default {
  --egg-red-500: #ec221f;
}

:root.theme-default {
  --egg-red-600: #c00f0c;
}

:root.theme-default {
  --egg-red-700: #900b09;
}

:root.theme-default {
  --egg-red-800: #690807;
}

:root.theme-default {
  --egg-red-900: #4d0b0a;
}

:root.theme-default {
  --egg-white-100: rgba(255, 255, 255, 0.0509803922);
}

:root.theme-default {
  --egg-white-1000: #ffffff;
}

:root.theme-default {
  --egg-white-200: rgba(255, 255, 255, 0.1019607843);
}

:root.theme-default {
  --egg-white-300: rgba(255, 255, 255, 0.2);
}

:root.theme-default {
  --egg-white-400: rgba(255, 255, 255, 0.4);
}

:root.theme-default {
  --egg-white-500: rgba(255, 255, 255, 0.6980392157);
}

:root.theme-default {
  --egg-white-600: rgba(255, 255, 255, 0.8);
}

:root.theme-default {
  --egg-white-700: rgba(255, 255, 255, 0.8509803922);
}

:root.theme-default {
  --egg-white-800: rgba(255, 255, 255, 0.8980392157);
}

:root.theme-default {
  --egg-white-900: rgba(255, 255, 255, 0.9490196078);
}

:root.theme-default {
  --egg-yellow-100: #fffbeb;
}

:root.theme-default {
  --egg-yellow-1000: #401b01;
}

:root.theme-default {
  --egg-yellow-200: #fff1c2;
}

:root.theme-default {
  --egg-yellow-300: #ffe8a3;
}

:root.theme-default {
  --egg-yellow-400: #e8b931;
}

:root.theme-default {
  --egg-yellow-500: #e5a000;
}

:root.theme-default {
  --egg-yellow-600: #bf6a02;
}

:root.theme-default {
  --egg-yellow-700: #975102;
}

:root.theme-default {
  --egg-yellow-800: #682d03;
}

:root.theme-default {
  --egg-yellow-900: #522504;
}

/* SIZES */
.theme-default .black-100 {
  color: rgba(12, 12, 13, 0.0509803922);
}

.theme-default .black-1000 {
  color: #0c0c0d;
}

.theme-default .black-200 {
  color: rgba(12, 12, 13, 0.1019607843);
}

.theme-default .black-300 {
  color: rgba(12, 12, 13, 0.2);
}

.theme-default .black-400 {
  color: rgba(12, 12, 13, 0.4);
}

.theme-default .black-500 {
  color: rgba(12, 12, 13, 0.6980392157);
}

.theme-default .black-600 {
  color: rgba(12, 12, 13, 0.8);
}

.theme-default .black-700 {
  color: rgba(12, 12, 13, 0.8509803922);
}

.theme-default .black-800 {
  color: rgba(12, 12, 13, 0.8980392157);
}

.theme-default .black-900 {
  color: rgba(12, 12, 13, 0.9490196078);
}

.theme-default .brand-100 {
  color: #E0F2EB;
}

.theme-default .brand-1000 {
  color: #020805;
}

.theme-default .brand-200 {
  color: #C2E4D6;
}

.theme-default .brand-300 {
  color: #A2D6C3;
}

.theme-default .brand-400 {
  color: #81C9AF;
}

.theme-default .brand-500 {
  color: #5DBB9C;
}

.theme-default .brand-600 {
  color: #479279;
}

.theme-default .brand-700 {
  color: #326B58;
}

.theme-default .brand-800 {
  color: #1F4639;
}

.theme-default .brand-900 {
  color: #0D251D;
}

.theme-default .gray-100 {
  color: #eeeeee;
}

.theme-default .gray-1000 {
  color: #242424;
}

.theme-default .gray-200 {
  color: #e3e3e3;
}

.theme-default .gray-300 {
  color: #cdcdcd;
}

.theme-default .gray-400 {
  color: #b2b2b2;
}

.theme-default .gray-500 {
  color: #949494;
}

.theme-default .gray-600 {
  color: #767676;
}

.theme-default .gray-700 {
  color: #5a5a5a;
}

.theme-default .gray-800 {
  color: #434343;
}

.theme-default .gray-900 {
  color: #303030;
}

.theme-default .green-100 {
  color: #ebffee;
}

.theme-default .green-1000 {
  color: #062d1b;
}

.theme-default .green-200 {
  color: #cff7d3;
}

.theme-default .green-300 {
  color: #aff4c6;
}

.theme-default .green-400 {
  color: #85e0a3;
}

.theme-default .green-500 {
  color: #14ae5c;
}

.theme-default .green-600 {
  color: #009951;
}

.theme-default .green-700 {
  color: #008043;
}

.theme-default .green-800 {
  color: #02542d;
}

.theme-default .green-900 {
  color: #024023;
}

.theme-default .neutral-100 {
  color: #f5f5f5;
}

.theme-default .neutral-1000 {
  color: #111111;
}

.theme-default .neutral-200 {
  color: #e6e6e6;
}

.theme-default .neutral-300 {
  color: #d9d9d9;
}

.theme-default .neutral-400 {
  color: #b3b3b3;
}

.theme-default .neutral-500 {
  color: #94949E;
}

.theme-default .neutral-600 {
  color: #444444;
}

.theme-default .neutral-700 {
  color: #383838;
}

.theme-default .neutral-800 {
  color: #2c2c2c;
}

.theme-default .neutral-900 {
  color: #1e1e1e;
}

.theme-default .red-100 {
  color: #fee9e7;
}

.theme-default .red-1000 {
  color: #300603;
}

.theme-default .red-200 {
  color: #fdd3d0;
}

.theme-default .red-300 {
  color: #fcb3ad;
}

.theme-default .red-400 {
  color: #f4776a;
}

.theme-default .red-500 {
  color: #ec221f;
}

.theme-default .red-600 {
  color: #c00f0c;
}

.theme-default .red-700 {
  color: #900b09;
}

.theme-default .red-800 {
  color: #690807;
}

.theme-default .red-900 {
  color: #4d0b0a;
}

.theme-default .white-100 {
  color: rgba(255, 255, 255, 0.0509803922);
}

.theme-default .white-1000 {
  color: #ffffff;
}

.theme-default .white-200 {
  color: rgba(255, 255, 255, 0.1019607843);
}

.theme-default .white-300 {
  color: rgba(255, 255, 255, 0.2);
}

.theme-default .white-400 {
  color: rgba(255, 255, 255, 0.4);
}

.theme-default .white-500 {
  color: rgba(255, 255, 255, 0.6980392157);
}

.theme-default .white-600 {
  color: rgba(255, 255, 255, 0.8);
}

.theme-default .white-700 {
  color: rgba(255, 255, 255, 0.8509803922);
}

.theme-default .white-800 {
  color: rgba(255, 255, 255, 0.8980392157);
}

.theme-default .white-900 {
  color: rgba(255, 255, 255, 0.9490196078);
}

.theme-default .yellow-100 {
  color: #fffbeb;
}

.theme-default .yellow-1000 {
  color: #401b01;
}

.theme-default .yellow-200 {
  color: #fff1c2;
}

.theme-default .yellow-300 {
  color: #ffe8a3;
}

.theme-default .yellow-400 {
  color: #e8b931;
}

.theme-default .yellow-500 {
  color: #e5a000;
}

.theme-default .yellow-600 {
  color: #bf6a02;
}

.theme-default .yellow-700 {
  color: #975102;
}

.theme-default .yellow-800 {
  color: #682d03;
}

.theme-default .yellow-900 {
  color: #522504;
}

.theme-default .background-brand-default {
  background-color: #5DBB9C;
}

.theme-default .background-brand-hover:hover {
  background-color: #479279;
}

.theme-default .background-brand-secondary {
  background-color: #E0F2EB;
}

.theme-default .background-brand-secondary-hover:hover {
  background-color: #C2E4D6;
}

.theme-default .background-brand-tertiary {
  background-color: rgba(255, 255, 255, 0.0509803922);
}

.theme-default .background-brand-tertiary-hover:hover {
  background-color: #f5f5f5;
}

.theme-default .background-danger-default {
  background-color: #ec221f;
}

.theme-default .background-danger-hover:hover {
  background-color: #c00f0c;
}

.theme-default .background-danger-secondary {
  background-color: #fdd3d0;
}

.theme-default .background-danger-secondary-hover:hover {
  background-color: #fcb3ad;
}

.theme-default .background-danger-tertiary {
  background-color: #ec221f;
}

.theme-default .background-danger-tertiary-hover:hover {
  background-color: #fdd3d0;
}

.theme-default .background-default-default {
  background-color: #eeeeee;
}

.theme-default .background-default-default-hover:hover {
  background-color: #eeeeee;
}

.theme-default .background-default-secondary {
  background-color: #ffffff;
}

.theme-default .background-default-secondary-hover:hover {
  background-color: #ffffff;
}

.theme-default .background-default-tertiary {
  background-color: #cdcdcd;
}

.theme-default .background-default-tertiary-hover:hover {
  background-color: #cdcdcd;
}

.theme-default .background-disabled-default {
  background-color: #d9d9d9;
}

.theme-default .background-neutral-default {
  background-color: #f5f5f5;
}

.theme-default .background-neutral-hover:hover {
  background-color: #e6e6e6;
}

.theme-default .background-neutral-secondary {
  background-color: #d9d9d9;
}

.theme-default .background-neutral-secondary-hover:hover {
  background-color: #b3b3b3;
}

.theme-default .background-neutral-tertiary {
  background-color: #94949E;
}

.theme-default .background-neutral-tertiary-hover:hover {
  background-color: #444444;
}

.theme-default .background-neutral-quaternary {
  background-color: rgba(12, 12, 13, 0.1019607843);
}

.theme-default .background-positive-default {
  background-color: #14ae5c;
}

.theme-default .background-positive-hover:hover {
  background-color: #009951;
}

.theme-default .background-positive-secondary {
  background-color: #cff7d3;
}

.theme-default .background-positive-secondary-hover:hover {
  background-color: #aff4c6;
}

.theme-default .background-positive-tertiary {
  background-color: #ebffee;
}

.theme-default .background-positive-tertiary-hover:hover {
  background-color: #cff7d3;
}

.theme-default .background-warning-default {
  background-color: #e5a000;
}

.theme-default .background-warning-hover:hover {
  background-color: #bf6a02;
}

.theme-default .background-warning-secondary {
  background-color: #fff1c2;
}

.theme-default .background-warning-secondary-hover:hover {
  background-color: #ffe8a3;
}

.theme-default .background-warning-tertiary {
  background-color: #fffbeb;
}

.theme-default .background-warning-tertiary-hover:hover {
  background-color: #fff1c2;
}

.theme-default .border-brand-default {
  border-color: #1F4639;
}

.theme-default .border-brand-secondary {
  border-color: #479279;
}

.theme-default .border-brand-tertiary {
  border-color: #5DBB9C;
}

.theme-default .border-danger-default {
  border-color: #900b09;
}

.theme-default .border-danger-secondary {
  border-color: #c00f0c;
}

.theme-default .border-danger-tertiary {
  border-color: #ec221f;
}

.theme-default .border-default-default {
  border-color: #d9d9d9;
}

.theme-default .border-default-secondary {
  border-color: #94949E;
}

.theme-default .border-default-tertiary {
  border-color: #383838;
}

.theme-default .border-disabled-default {
  border-color: #b3b3b3;
}

.theme-default .border-neutral-default {
  border-color: #303030;
}

.theme-default .border-neutral-secondary {
  border-color: #767676;
}

.theme-default .border-neutral-tertiary {
  border-color: #b2b2b2;
}

.theme-default .border-positive-default {
  border-color: #02542d;
}

.theme-default .border-positive-secondary {
  border-color: #009951;
}

.theme-default .border-positive-tertiary {
  border-color: #85e0a3;
}

.theme-default .border-warning-default {
  border-color: #522504;
}

.theme-default .border-warning-secondary {
  border-color: #975102;
}

.theme-default .border-warning-tertiary {
  border-color: #bf6a02;
}

.theme-default .icon-brand-default {
  color: #326B58;
}

.theme-default .icon-brand-on-brand {
  color: #0D251D;
}

.theme-default .icon-brand-on-brand-secondary {
  color: #326B58;
}

.theme-default .icon-brand-on-brand-tertiary {
  color: #5DBB9C;
}

.theme-default .icon-brand-secondary {
  color: #5DBB9C;
}

.theme-default .icon-brand-tertiary {
  color: #A2D6C3;
}

.theme-default .icon-danger-default {
  color: #ec221f;
}

.theme-default .icon-danger-on-danger {
  color: #fee9e7;
}

.theme-default .icon-danger-on-danger-secondary {
  color: #900b09;
}

.theme-default .icon-danger-on-danger-tertiary {
  color: #900b09;
}

.theme-default .icon-danger-secondary {
  color: #c00f0c;
}

.theme-default .icon-danger-tertiary {
  color: #ec221f;
}

.theme-default .icon-default-default {
  color: #383838;
}

.theme-default .icon-default-secondary {
  color: #94949E;
}

.theme-default .icon-default-tertiary {
  color: #b3b3b3;
}

.theme-default .icon-disabled-default {
  color: #b3b3b3;
}

.theme-default .icon-neutral-default {
  color: #383838;
}

.theme-default .icon-neutral-on-neutral-default {
  color: #444444;
}

.theme-default .icon-neutral-on-neutral-secondary {
  color: #b3b3b3;
}

.theme-default .icon-neutral-on-neutral-tertiary {
  color: #ffffff;
}

.theme-default .icon-neutral-secondary {
  color: #b3b3b3;
}

.theme-default .icon-neutral-tertiary {
  color: #ffffff;
}

.theme-default .icon-positive-default {
  color: #02542d;
}

.theme-default .icon-positive-on-positive {
  color: #ebffee;
}

.theme-default .icon-positive-on-positive-secondary {
  color: #02542d;
}

.theme-default .icon-positive-on-positive-tertiary {
  color: #024023;
}

.theme-default .icon-positive-secondary {
  color: #009951;
}

.theme-default .icon-positive-tertiary {
  color: #14ae5c;
}

.theme-default .icon-warning-default {
  color: #522504;
}

.theme-default .icon-warning-on-warning {
  color: #401b01;
}

.theme-default .icon-warning-on-warning-secondary {
  color: #682d03;
}

.theme-default .icon-warning-on-warning-tertiary {
  color: #522504;
}

.theme-default .icon-warning-secondary {
  color: #975102;
}

.theme-default .icon-warning-tertiary {
  color: #bf6a02;
}

.theme-default .text-brand-default {
  color: #326B58;
}

.theme-default .text-brand-on-brand {
  color: #0D251D;
}

.theme-default .text-brand-on-brand-secondary {
  color: #326B58;
}

.theme-default .text-brand-on-brand-tertiary {
  color: #5DBB9C;
}

.theme-default .text-brand-secondary {
  color: #5DBB9C;
}

.theme-default .text-brand-tertiary {
  color: #A2D6C3;
}

.theme-default .text-danger-default {
  color: #ec221f;
}

.theme-default .text-danger-on-danger {
  color: #fee9e7;
}

.theme-default .text-danger-on-danger-secondary {
  color: #900b09;
}

.theme-default .text-danger-on-danger-tertiary {
  color: #900b09;
}

.theme-default .text-danger-secondary {
  color: #c00f0c;
}

.theme-default .text-danger-tertiary {
  color: #ec221f;
}

.theme-default .text-default-default {
  color: #242424;
}

.theme-default .text-default-secondary {
  color: #5a5a5a;
}

.theme-default .text-default-tertiary {
  color: #b2b2b2;
}

.theme-default .text-disabled-default {
  color: #b3b3b3;
}

.theme-default .text-neutral-default {
  color: #1e1e1e;
}

.theme-default .text-neutral-on-neutral {
  color: #111111;
}

.theme-default .text-neutral-on-neutral-secondary {
  color: #767676;
}

.theme-default .text-neutral-on-neutral-tertiary {
  color: #383838;
}

.theme-default .text-neutral-secondary {
  color: #94949E;
}

.theme-default .text-neutral-tertiary {
  color: #ffffff;
}

.theme-default .text-positive-default {
  color: #02542d;
}

.theme-default .text-positive-on-positive {
  color: #ebffee;
}

.theme-default .text-positive-on-positive-secondary {
  color: #02542d;
}

.theme-default .text-positive-on-positive-tertiary {
  color: #02542d;
}

.theme-default .text-positive-secondary {
  color: #009951;
}

.theme-default .text-positive-tertiary {
  color: #14ae5c;
}

.theme-default .text-warning-default {
  color: #e5a000;
}

.theme-default .text-warning-on-warning {
  color: #401b01;
}

.theme-default .text-warning-on-warning-secondary {
  color: #682d03;
}

.theme-default .text-warning-on-warning-tertiary {
  color: #522504;
}

.theme-default .text-warning-secondary {
  color: #975102;
}

.theme-default .text-warning-tertiary {
  color: #bf6a02;
}

.theme-default .gap-0 {
  gap: 0;
}

.theme-default .row-gap-0 {
  row-gap: 0;
}

.theme-default .col-gap-0 {
  column-gap: 0;
}

.theme-default .p-0 {
  padding: 0;
}

.theme-default .pt-0 {
  padding-top: 0;
}

.theme-default .pr-0 {
  padding-right: 0;
}

.theme-default .pb-0 {
  padding-bottom: 0;
}

.theme-default .pl-0 {
  padding-left: 0;
}

.theme-default .px-0 {
  padding-left: 0;
  padding-right: 0;
}

.theme-default .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.theme-default .m-0 {
  margin: 0;
}

.theme-default .mt-0 {
  margin-top: 0;
}

.theme-default .mr-0 {
  margin-right: 0;
}

.theme-default .mb-0 {
  margin-bottom: 0;
}

.theme-default .ml-0 {
  margin-left: 0;
}

.theme-default .mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.theme-default .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.theme-default .gap-050 {
  gap: 0.125rem;
}

.theme-default .row-gap-050 {
  row-gap: 0.125rem;
}

.theme-default .col-gap-050 {
  column-gap: 0.125rem;
}

.theme-default .p-050 {
  padding: 0.125rem;
}

.theme-default .pt-050 {
  padding-top: 0.125rem;
}

.theme-default .pr-050 {
  padding-right: 0.125rem;
}

.theme-default .pb-050 {
  padding-bottom: 0.125rem;
}

.theme-default .pl-050 {
  padding-left: 0.125rem;
}

.theme-default .px-050 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.theme-default .py-050 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.theme-default .m-050 {
  margin: 0.125rem;
}

.theme-default .mt-050 {
  margin-top: 0.125rem;
}

.theme-default .mr-050 {
  margin-right: 0.125rem;
}

.theme-default .mb-050 {
  margin-bottom: 0.125rem;
}

.theme-default .ml-050 {
  margin-left: 0.125rem;
}

.theme-default .mx-050 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.theme-default .my-050 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.theme-default .gap-100 {
  gap: 0.25rem;
}

.theme-default .row-gap-100 {
  row-gap: 0.25rem;
}

.theme-default .col-gap-100 {
  column-gap: 0.25rem;
}

.theme-default .p-100 {
  padding: 0.25rem;
}

.theme-default .pt-100 {
  padding-top: 0.25rem;
}

.theme-default .pr-100 {
  padding-right: 0.25rem;
}

.theme-default .pb-100 {
  padding-bottom: 0.25rem;
}

.theme-default .pl-100 {
  padding-left: 0.25rem;
}

.theme-default .px-100 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.theme-default .py-100 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.theme-default .m-100 {
  margin: 0.25rem;
}

.theme-default .mt-100 {
  margin-top: 0.25rem;
}

.theme-default .mr-100 {
  margin-right: 0.25rem;
}

.theme-default .mb-100 {
  margin-bottom: 0.25rem;
}

.theme-default .ml-100 {
  margin-left: 0.25rem;
}

.theme-default .mx-100 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.theme-default .my-100 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.theme-default .gap-150 {
  gap: 0.375rem;
}

.theme-default .row-gap-150 {
  row-gap: 0.375rem;
}

.theme-default .col-gap-150 {
  column-gap: 0.375rem;
}

.theme-default .p-150 {
  padding: 0.375rem;
}

.theme-default .pt-150 {
  padding-top: 0.375rem;
}

.theme-default .pr-150 {
  padding-right: 0.375rem;
}

.theme-default .pb-150 {
  padding-bottom: 0.375rem;
}

.theme-default .pl-150 {
  padding-left: 0.375rem;
}

.theme-default .px-150 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.theme-default .py-150 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.theme-default .m-150 {
  margin: 0.375rem;
}

.theme-default .mt-150 {
  margin-top: 0.375rem;
}

.theme-default .mr-150 {
  margin-right: 0.375rem;
}

.theme-default .mb-150 {
  margin-bottom: 0.375rem;
}

.theme-default .ml-150 {
  margin-left: 0.375rem;
}

.theme-default .mx-150 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.theme-default .my-150 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.theme-default .gap-200 {
  gap: 0.5rem;
}

.theme-default .row-gap-200 {
  row-gap: 0.5rem;
}

.theme-default .col-gap-200 {
  column-gap: 0.5rem;
}

.theme-default .p-200 {
  padding: 0.5rem;
}

.theme-default .pt-200 {
  padding-top: 0.5rem;
}

.theme-default .pr-200 {
  padding-right: 0.5rem;
}

.theme-default .pb-200 {
  padding-bottom: 0.5rem;
}

.theme-default .pl-200 {
  padding-left: 0.5rem;
}

.theme-default .px-200 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.theme-default .py-200 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.theme-default .m-200 {
  margin: 0.5rem;
}

.theme-default .mt-200 {
  margin-top: 0.5rem;
}

.theme-default .mr-200 {
  margin-right: 0.5rem;
}

.theme-default .mb-200 {
  margin-bottom: 0.5rem;
}

.theme-default .ml-200 {
  margin-left: 0.5rem;
}

.theme-default .mx-200 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.theme-default .my-200 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.theme-default .gap-300 {
  gap: 0.75rem;
}

.theme-default .row-gap-300 {
  row-gap: 0.75rem;
}

.theme-default .col-gap-300 {
  column-gap: 0.75rem;
}

.theme-default .p-300 {
  padding: 0.75rem;
}

.theme-default .pt-300 {
  padding-top: 0.75rem;
}

.theme-default .pr-300 {
  padding-right: 0.75rem;
}

.theme-default .pb-300 {
  padding-bottom: 0.75rem;
}

.theme-default .pl-300 {
  padding-left: 0.75rem;
}

.theme-default .px-300 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.theme-default .py-300 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.theme-default .m-300 {
  margin: 0.75rem;
}

.theme-default .mt-300 {
  margin-top: 0.75rem;
}

.theme-default .mr-300 {
  margin-right: 0.75rem;
}

.theme-default .mb-300 {
  margin-bottom: 0.75rem;
}

.theme-default .ml-300 {
  margin-left: 0.75rem;
}

.theme-default .mx-300 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.theme-default .my-300 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.theme-default .gap-400 {
  gap: 1rem;
}

.theme-default .row-gap-400 {
  row-gap: 1rem;
}

.theme-default .col-gap-400 {
  column-gap: 1rem;
}

.theme-default .p-400 {
  padding: 1rem;
}

.theme-default .pt-400 {
  padding-top: 1rem;
}

.theme-default .pr-400 {
  padding-right: 1rem;
}

.theme-default .pb-400 {
  padding-bottom: 1rem;
}

.theme-default .pl-400 {
  padding-left: 1rem;
}

.theme-default .px-400 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-default .py-400 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.theme-default .m-400 {
  margin: 1rem;
}

.theme-default .mt-400 {
  margin-top: 1rem;
}

.theme-default .mr-400 {
  margin-right: 1rem;
}

.theme-default .mb-400 {
  margin-bottom: 1rem;
}

.theme-default .ml-400 {
  margin-left: 1rem;
}

.theme-default .mx-400 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.theme-default .my-400 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.theme-default .gap-600 {
  gap: 1.5rem;
}

.theme-default .row-gap-600 {
  row-gap: 1.5rem;
}

.theme-default .col-gap-600 {
  column-gap: 1.5rem;
}

.theme-default .p-600 {
  padding: 1.5rem;
}

.theme-default .pt-600 {
  padding-top: 1.5rem;
}

.theme-default .pr-600 {
  padding-right: 1.5rem;
}

.theme-default .pb-600 {
  padding-bottom: 1.5rem;
}

.theme-default .pl-600 {
  padding-left: 1.5rem;
}

.theme-default .px-600 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.theme-default .py-600 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.theme-default .m-600 {
  margin: 1.5rem;
}

.theme-default .mt-600 {
  margin-top: 1.5rem;
}

.theme-default .mr-600 {
  margin-right: 1.5rem;
}

.theme-default .mb-600 {
  margin-bottom: 1.5rem;
}

.theme-default .ml-600 {
  margin-left: 1.5rem;
}

.theme-default .mx-600 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.theme-default .my-600 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.theme-default .gap-800 {
  gap: 2rem;
}

.theme-default .row-gap-800 {
  row-gap: 2rem;
}

.theme-default .col-gap-800 {
  column-gap: 2rem;
}

.theme-default .p-800 {
  padding: 2rem;
}

.theme-default .pt-800 {
  padding-top: 2rem;
}

.theme-default .pr-800 {
  padding-right: 2rem;
}

.theme-default .pb-800 {
  padding-bottom: 2rem;
}

.theme-default .pl-800 {
  padding-left: 2rem;
}

.theme-default .px-800 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.theme-default .py-800 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.theme-default .m-800 {
  margin: 2rem;
}

.theme-default .mt-800 {
  margin-top: 2rem;
}

.theme-default .mr-800 {
  margin-right: 2rem;
}

.theme-default .mb-800 {
  margin-bottom: 2rem;
}

.theme-default .ml-800 {
  margin-left: 2rem;
}

.theme-default .mx-800 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.theme-default .my-800 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.theme-default .gap-1200 {
  gap: 3rem;
}

.theme-default .row-gap-1200 {
  row-gap: 3rem;
}

.theme-default .col-gap-1200 {
  column-gap: 3rem;
}

.theme-default .p-1200 {
  padding: 3rem;
}

.theme-default .pt-1200 {
  padding-top: 3rem;
}

.theme-default .pr-1200 {
  padding-right: 3rem;
}

.theme-default .pb-1200 {
  padding-bottom: 3rem;
}

.theme-default .pl-1200 {
  padding-left: 3rem;
}

.theme-default .px-1200 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.theme-default .py-1200 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.theme-default .m-1200 {
  margin: 3rem;
}

.theme-default .mt-1200 {
  margin-top: 3rem;
}

.theme-default .mr-1200 {
  margin-right: 3rem;
}

.theme-default .mb-1200 {
  margin-bottom: 3rem;
}

.theme-default .ml-1200 {
  margin-left: 3rem;
}

.theme-default .mx-1200 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.theme-default .my-1200 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.theme-default .gap-1600 {
  gap: 4rem;
}

.theme-default .row-gap-1600 {
  row-gap: 4rem;
}

.theme-default .col-gap-1600 {
  column-gap: 4rem;
}

.theme-default .p-1600 {
  padding: 4rem;
}

.theme-default .pt-1600 {
  padding-top: 4rem;
}

.theme-default .pr-1600 {
  padding-right: 4rem;
}

.theme-default .pb-1600 {
  padding-bottom: 4rem;
}

.theme-default .pl-1600 {
  padding-left: 4rem;
}

.theme-default .px-1600 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.theme-default .py-1600 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.theme-default .m-1600 {
  margin: 4rem;
}

.theme-default .mt-1600 {
  margin-top: 4rem;
}

.theme-default .mr-1600 {
  margin-right: 4rem;
}

.theme-default .mb-1600 {
  margin-bottom: 4rem;
}

.theme-default .ml-1600 {
  margin-left: 4rem;
}

.theme-default .mx-1600 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.theme-default .my-1600 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.theme-default .gap-2400 {
  gap: 6rem;
}

.theme-default .row-gap-2400 {
  row-gap: 6rem;
}

.theme-default .col-gap-2400 {
  column-gap: 6rem;
}

.theme-default .p-2400 {
  padding: 6rem;
}

.theme-default .pt-2400 {
  padding-top: 6rem;
}

.theme-default .pr-2400 {
  padding-right: 6rem;
}

.theme-default .pb-2400 {
  padding-bottom: 6rem;
}

.theme-default .pl-2400 {
  padding-left: 6rem;
}

.theme-default .px-2400 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.theme-default .py-2400 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.theme-default .m-2400 {
  margin: 6rem;
}

.theme-default .mt-2400 {
  margin-top: 6rem;
}

.theme-default .mr-2400 {
  margin-right: 6rem;
}

.theme-default .mb-2400 {
  margin-bottom: 6rem;
}

.theme-default .ml-2400 {
  margin-left: 6rem;
}

.theme-default .mx-2400 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.theme-default .my-2400 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.theme-default .gap-4000 {
  gap: 10rem;
}

.theme-default .row-gap-4000 {
  row-gap: 10rem;
}

.theme-default .col-gap-4000 {
  column-gap: 10rem;
}

.theme-default .p-4000 {
  padding: 10rem;
}

.theme-default .pt-4000 {
  padding-top: 10rem;
}

.theme-default .pr-4000 {
  padding-right: 10rem;
}

.theme-default .pb-4000 {
  padding-bottom: 10rem;
}

.theme-default .pl-4000 {
  padding-left: 10rem;
}

.theme-default .px-4000 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.theme-default .py-4000 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.theme-default .m-4000 {
  margin: 10rem;
}

.theme-default .mt-4000 {
  margin-top: 10rem;
}

.theme-default .mr-4000 {
  margin-right: 10rem;
}

.theme-default .mb-4000 {
  margin-bottom: 10rem;
}

.theme-default .ml-4000 {
  margin-left: 10rem;
}

.theme-default .mx-4000 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.theme-default .my-4000 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.theme-default .radius-100 {
  border-radius: 0.25rem;
}

.theme-default .radius-tl-100 {
  border-top-left-radius: 0.25rem;
}

.theme-default .radius-tr-100 {
  border-top-right-radius: 0.25rem;
}

.theme-default .radius-bl-100 {
  border-bottom-left-radius: 0.25rem;
}

.theme-default .radius-br-100 {
  border-bottom-right-radius: 0.25rem;
}

.theme-default .radius-t-100 {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.theme-default .radius-b-100 {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.theme-default .radius-l-100 {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.theme-default .radius-r-100 {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.theme-default .radius-200 {
  border-radius: 0.5rem;
}

.theme-default .radius-tl-200 {
  border-top-left-radius: 0.5rem;
}

.theme-default .radius-tr-200 {
  border-top-right-radius: 0.5rem;
}

.theme-default .radius-bl-200 {
  border-bottom-left-radius: 0.5rem;
}

.theme-default .radius-br-200 {
  border-bottom-right-radius: 0.5rem;
}

.theme-default .radius-t-200 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.theme-default .radius-b-200 {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.theme-default .radius-l-200 {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.theme-default .radius-r-200 {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.theme-default .radius-300 {
  border-radius: 0.75rem;
}

.theme-default .radius-tl-300 {
  border-top-left-radius: 0.75rem;
}

.theme-default .radius-tr-300 {
  border-top-right-radius: 0.75rem;
}

.theme-default .radius-bl-300 {
  border-bottom-left-radius: 0.75rem;
}

.theme-default .radius-br-300 {
  border-bottom-right-radius: 0.75rem;
}

.theme-default .radius-t-300 {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.theme-default .radius-b-300 {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.theme-default .radius-l-300 {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.theme-default .radius-r-300 {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.theme-default .radius-400 {
  border-radius: 1rem;
}

.theme-default .radius-tl-400 {
  border-top-left-radius: 1rem;
}

.theme-default .radius-tr-400 {
  border-top-right-radius: 1rem;
}

.theme-default .radius-bl-400 {
  border-bottom-left-radius: 1rem;
}

.theme-default .radius-br-400 {
  border-bottom-right-radius: 1rem;
}

.theme-default .radius-t-400 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.theme-default .radius-b-400 {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.theme-default .radius-l-400 {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.theme-default .radius-r-400 {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.theme-default .radius-full {
  border-radius: 9999rem;
}

.theme-default .radius-tl-full {
  border-top-left-radius: 9999rem;
}

.theme-default .radius-tr-full {
  border-top-right-radius: 9999rem;
}

.theme-default .radius-bl-full {
  border-bottom-left-radius: 9999rem;
}

.theme-default .radius-br-full {
  border-bottom-right-radius: 9999rem;
}

.theme-default .radius-t-full {
  border-top-left-radius: 9999rem;
  border-top-right-radius: 9999rem;
}

.theme-default .radius-b-full {
  border-bottom-left-radius: 9999rem;
  border-bottom-right-radius: 9999rem;
}

.theme-default .radius-l-full {
  border-top-left-radius: 9999rem;
  border-bottom-left-radius: 9999rem;
}

.theme-default .radius-r-full {
  border-top-right-radius: 9999rem;
  border-bottom-right-radius: 9999rem;
}

.theme-default .radius-rounded {
  border-radius: 50%;
}

.theme-default .radius-tl-rounded {
  border-top-left-radius: 50%;
}

.theme-default .radius-tr-rounded {
  border-top-right-radius: 50%;
}

.theme-default .radius-bl-rounded {
  border-bottom-left-radius: 50%;
}

.theme-default .radius-br-rounded {
  border-bottom-right-radius: 50%;
}

.theme-default .radius-t-rounded {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.theme-default .radius-b-rounded {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.theme-default .radius-l-rounded {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.theme-default .radius-r-rounded {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

:root.theme-default {
  --egg-black-100: rgba(12, 12, 13, 0.0509803922);
}

:root.theme-default {
  --egg-black-1000: #0c0c0d;
}

:root.theme-default {
  --egg-black-200: rgba(12, 12, 13, 0.1019607843);
}

:root.theme-default {
  --egg-black-300: rgba(12, 12, 13, 0.2);
}

:root.theme-default {
  --egg-black-400: rgba(12, 12, 13, 0.4);
}

:root.theme-default {
  --egg-black-500: rgba(12, 12, 13, 0.6980392157);
}

:root.theme-default {
  --egg-black-600: rgba(12, 12, 13, 0.8);
}

:root.theme-default {
  --egg-black-700: rgba(12, 12, 13, 0.8509803922);
}

:root.theme-default {
  --egg-black-800: rgba(12, 12, 13, 0.8980392157);
}

:root.theme-default {
  --egg-black-900: rgba(12, 12, 13, 0.9490196078);
}

:root.theme-default {
  --egg-brand-100: #E0F2EB;
}

:root.theme-default {
  --egg-brand-1000: #020805;
}

:root.theme-default {
  --egg-brand-200: #C2E4D6;
}

:root.theme-default {
  --egg-brand-300: #A2D6C3;
}

:root.theme-default {
  --egg-brand-400: #81C9AF;
}

:root.theme-default {
  --egg-brand-500: #5DBB9C;
}

:root.theme-default {
  --egg-brand-600: #479279;
}

:root.theme-default {
  --egg-brand-700: #326B58;
}

:root.theme-default {
  --egg-brand-800: #1F4639;
}

:root.theme-default {
  --egg-brand-900: #0D251D;
}

:root.theme-default {
  --egg-gray-100: #eeeeee;
}

:root.theme-default {
  --egg-gray-1000: #242424;
}

:root.theme-default {
  --egg-gray-200: #e3e3e3;
}

:root.theme-default {
  --egg-gray-300: #cdcdcd;
}

:root.theme-default {
  --egg-gray-400: #b2b2b2;
}

:root.theme-default {
  --egg-gray-500: #949494;
}

:root.theme-default {
  --egg-gray-600: #767676;
}

:root.theme-default {
  --egg-gray-700: #5a5a5a;
}

:root.theme-default {
  --egg-gray-800: #434343;
}

:root.theme-default {
  --egg-gray-900: #303030;
}

:root.theme-default {
  --egg-green-100: #ebffee;
}

:root.theme-default {
  --egg-green-1000: #062d1b;
}

:root.theme-default {
  --egg-green-200: #cff7d3;
}

:root.theme-default {
  --egg-green-300: #aff4c6;
}

:root.theme-default {
  --egg-green-400: #85e0a3;
}

:root.theme-default {
  --egg-green-500: #14ae5c;
}

:root.theme-default {
  --egg-green-600: #009951;
}

:root.theme-default {
  --egg-green-700: #008043;
}

:root.theme-default {
  --egg-green-800: #02542d;
}

:root.theme-default {
  --egg-green-900: #024023;
}

:root.theme-default {
  --egg-neutral-100: #f5f5f5;
}

:root.theme-default {
  --egg-neutral-1000: #111111;
}

:root.theme-default {
  --egg-neutral-200: #e6e6e6;
}

:root.theme-default {
  --egg-neutral-300: #d9d9d9;
}

:root.theme-default {
  --egg-neutral-400: #b3b3b3;
}

:root.theme-default {
  --egg-neutral-500: #94949E;
}

:root.theme-default {
  --egg-neutral-600: #444444;
}

:root.theme-default {
  --egg-neutral-700: #383838;
}

:root.theme-default {
  --egg-neutral-800: #2c2c2c;
}

:root.theme-default {
  --egg-neutral-900: #1e1e1e;
}

:root.theme-default {
  --egg-red-100: #fee9e7;
}

:root.theme-default {
  --egg-red-1000: #300603;
}

:root.theme-default {
  --egg-red-200: #fdd3d0;
}

:root.theme-default {
  --egg-red-300: #fcb3ad;
}

:root.theme-default {
  --egg-red-400: #f4776a;
}

:root.theme-default {
  --egg-red-500: #ec221f;
}

:root.theme-default {
  --egg-red-600: #c00f0c;
}

:root.theme-default {
  --egg-red-700: #900b09;
}

:root.theme-default {
  --egg-red-800: #690807;
}

:root.theme-default {
  --egg-red-900: #4d0b0a;
}

:root.theme-default {
  --egg-white-100: rgba(255, 255, 255, 0.0509803922);
}

:root.theme-default {
  --egg-white-1000: #ffffff;
}

:root.theme-default {
  --egg-white-200: rgba(255, 255, 255, 0.1019607843);
}

:root.theme-default {
  --egg-white-300: rgba(255, 255, 255, 0.2);
}

:root.theme-default {
  --egg-white-400: rgba(255, 255, 255, 0.4);
}

:root.theme-default {
  --egg-white-500: rgba(255, 255, 255, 0.6980392157);
}

:root.theme-default {
  --egg-white-600: rgba(255, 255, 255, 0.8);
}

:root.theme-default {
  --egg-white-700: rgba(255, 255, 255, 0.8509803922);
}

:root.theme-default {
  --egg-white-800: rgba(255, 255, 255, 0.8980392157);
}

:root.theme-default {
  --egg-white-900: rgba(255, 255, 255, 0.9490196078);
}

:root.theme-default {
  --egg-yellow-100: #fffbeb;
}

:root.theme-default {
  --egg-yellow-1000: #401b01;
}

:root.theme-default {
  --egg-yellow-200: #fff1c2;
}

:root.theme-default {
  --egg-yellow-300: #ffe8a3;
}

:root.theme-default {
  --egg-yellow-400: #e8b931;
}

:root.theme-default {
  --egg-yellow-500: #e5a000;
}

:root.theme-default {
  --egg-yellow-600: #bf6a02;
}

:root.theme-default {
  --egg-yellow-700: #975102;
}

:root.theme-default {
  --egg-yellow-800: #682d03;
}

:root.theme-default {
  --egg-yellow-900: #522504;
}

/* egg-lib-button */
/* egg-lib-button */
/* egg-lib-icon-button */
/* egg-lib-icon-button */
.egg-btn, .theme-default .egg-icon-btn-m, .theme-default .egg-icon-btn-xl, .theme-default .egg-btn-s, .theme-default .egg-btn-m, .theme-default .egg-btn-xl, .theme-default .egg-btn-danger, .theme-default .egg-btn-warning, .theme-default .egg-btn-positive, .theme-default .egg-btn-tertiary, .theme-default .egg-btn-secondary, .theme-default .egg-btn-main {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  transition: all 200ms;
  width: 100%;
}

.theme-default .egg-btn, .theme-default .egg-icon-btn-m, .theme-default .egg-icon-btn-xl, .theme-default .egg-btn-s, .theme-default .egg-btn-m, .theme-default .egg-btn-xl, .theme-default .egg-btn-danger, .theme-default .egg-btn-warning, .theme-default .egg-btn-positive, .theme-default .egg-btn-tertiary, .theme-default .egg-btn-secondary, .theme-default .egg-btn-main {
  font-family: "Open Sans";
  font-weight: 600;
  background-color: transparent;
  color: #94949E;
}

.theme-default .egg-btn:disabled, .theme-default .egg-icon-btn-m:disabled, .theme-default .egg-icon-btn-xl:disabled, .theme-default .egg-btn-s:disabled, .theme-default .egg-btn-m:disabled, .theme-default .egg-btn-xl:disabled, .theme-default .egg-btn-danger:disabled, .theme-default .egg-btn-warning:disabled, .theme-default .egg-btn-positive:disabled, .theme-default .egg-btn-tertiary:disabled, .theme-default .egg-btn-secondary:disabled, .theme-default .egg-btn-main:disabled {
  background-color: #d9d9d9;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

.theme-default .egg-btn:enabled:focus, .theme-default .egg-icon-btn-m:enabled:focus, .theme-default .egg-icon-btn-xl:enabled:focus, .theme-default .egg-btn-s:enabled:focus, .theme-default .egg-btn-m:enabled:focus, .theme-default .egg-btn-xl:enabled:focus, .theme-default .egg-btn-danger:enabled:focus, .theme-default .egg-btn-warning:enabled:focus, .theme-default .egg-btn-positive:enabled:focus, .theme-default .egg-btn-tertiary:enabled:focus, .theme-default .egg-btn-secondary:enabled:focus, .theme-default .egg-btn-main:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(148, 148, 158, 0.5), 0 1px 2px 0 black;
}

.theme-default .egg-btn:enabled:hover, .theme-default .egg-icon-btn-m:enabled:hover, .theme-default .egg-icon-btn-xl:enabled:hover, .theme-default .egg-btn-s:enabled:hover, .theme-default .egg-btn-m:enabled:hover, .theme-default .egg-btn-xl:enabled:hover, .theme-default .egg-btn-danger:enabled:hover, .theme-default .egg-btn-warning:enabled:hover, .theme-default .egg-btn-positive:enabled:hover, .theme-default .egg-btn-tertiary:enabled:hover, .theme-default .egg-btn-secondary:enabled:hover, .theme-default .egg-btn-main:enabled:hover {
  background-color: #f5f5f5;
  color: #1e1e1e;
}

.theme-default .egg-btn:enabled:active, .theme-default .egg-icon-btn-m:enabled:active, .theme-default .egg-icon-btn-xl:enabled:active, .theme-default .egg-btn-s:enabled:active, .theme-default .egg-btn-m:enabled:active, .theme-default .egg-btn-xl:enabled:active, .theme-default .egg-btn-danger:enabled:active, .theme-default .egg-btn-warning:enabled:active, .theme-default .egg-btn-positive:enabled:active, .theme-default .egg-btn-tertiary:enabled:active, .theme-default .egg-btn-secondary:enabled:active, .theme-default .egg-btn-main:enabled:active {
  background-color: #e6e6e6;
  color: #1e1e1e;
}

.theme-default .egg-btn-main {
  /* stylelint-disable-line */
  background-color: #5DBB9C;
  color: #ffffff;
}

.theme-default .egg-btn-main:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(50, 107, 88, 0.5), 0 1px 2px 0 black;
}

.theme-default .egg-btn-main:enabled:hover {
  background-color: #479279;
  color: #ffffff;
}

.theme-default .egg-btn-main:enabled:active {
  background-color: #5DBB9C;
  color: #ffffff;
}

.theme-default .egg-btn-secondary {
  /* stylelint-disable-line */
  background-color: #E0F2EB;
  color: #326B58;
}

.theme-default .egg-btn-secondary:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(50, 107, 88, 0.5), 0 1px 2px 0 black;
}

.theme-default .egg-btn-secondary:enabled:hover {
  background-color: #C2E4D6;
  color: #326B58;
}

.theme-default .egg-btn-secondary:enabled:active {
  background-color: #E0F2EB;
  color: #326B58;
}

.theme-default .egg-btn-tertiary {
  /* stylelint-disable-line */
  background-color: rgba(255, 255, 255, 0.0509803922);
  color: #326B58;
}

.theme-default .egg-btn-tertiary:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(50, 107, 88, 0.5), 0 1px 2px 0 black;
}

.theme-default .egg-btn-tertiary:enabled:hover {
  background-color: rgba(255, 255, 255, 0.0509803922);
  color: #0D251D;
}

.theme-default .egg-btn-tertiary:enabled:active {
  background-color: rgba(255, 255, 255, 0.0509803922);
  color: #5DBB9C;
}

.theme-default .egg-btn-positive {
  /* stylelint-disable-line */
  background-color: #14ae5c;
  color: #ffffff;
}

.theme-default .egg-btn-positive:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(20, 174, 92, 0.5), 0 1px 2px 0 black;
}

.theme-default .egg-btn-positive:enabled:hover {
  background-color: #009951;
  color: #ffffff;
}

.theme-default .egg-btn-positive:enabled:active {
  background-color: #14ae5c;
  color: #ffffff;
}

.theme-default .egg-btn-warning {
  /* stylelint-disable-line */
  background-color: #e5a000;
  color: #ffffff;
}

.theme-default .egg-btn-warning:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(229, 160, 0, 0.5), 0 1px 2px 0 black;
}

.theme-default .egg-btn-warning:enabled:hover {
  background-color: #bf6a02;
  color: #ffffff;
}

.theme-default .egg-btn-warning:enabled:active {
  background-color: #e5a000;
  color: #ffffff;
}

.theme-default .egg-btn-danger {
  /* stylelint-disable-line */
  background-color: #ec221f;
  color: #ffffff;
}

.theme-default .egg-btn-danger:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px rgba(236, 34, 31, 0.5), 0 1px 2px 0 black;
}

.theme-default .egg-btn-danger:enabled:hover {
  background-color: #c00f0c;
  color: #ffffff;
}

.theme-default .egg-btn-danger:enabled:active {
  background-color: #ec221f;
  color: #ffffff;
}

.theme-default .egg-btn, .theme-default .egg-icon-btn-m, .theme-default .egg-icon-btn-xl, .theme-default .egg-btn-s, .theme-default .egg-btn-m, .theme-default .egg-btn-xl, .theme-default .egg-btn-main, .theme-default .egg-btn-secondary, .theme-default .egg-btn-tertiary, .theme-default .egg-btn-positive, .theme-default .egg-btn-warning, .theme-default .egg-btn-danger {
  border-radius: 0.75rem;
  font-size: 0.875rem;
}

.theme-default .egg-btn-full-rounded {
  border-radius: 50%;
}

.theme-default .egg-btn-full-rounded egg-lib-icon .egg {
  mask-size: 100%;
}

.theme-default .egg-btn-xl {
  /* stylelint-disable-line */
  padding: 0 1.5rem;
  min-height: 2.5rem;
}

.theme-default .egg-btn-xl egg-lib-icon .egg {
  mask-size: 100%;
}

.theme-default .egg-btn-xl:has(.egg-btn-content):has(egg-lib-icon) {
  padding-left: 1rem;
}

.theme-default .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .egg {
  margin-right: calc(0.75rem / 2);
}

.theme-default .egg-btn-xl:has(egg-lib-icon):not(:has(.egg-btn-content)) {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
}

.theme-default .egg-btn-m {
  /* stylelint-disable-line */
  padding: 0 1rem;
  min-height: 2rem;
}

.theme-default .egg-btn-m egg-lib-icon .egg {
  width: calc(1.5rem / 1.2);
  height: calc(1.5rem / 1.2);
  mask-size: 100%;
}

.theme-default .egg-btn-m:has(.egg-btn-content):has(egg-lib-icon) {
  padding-left: 0.75rem;
}

.theme-default .egg-btn-m:has(.egg-btn-content) egg-lib-icon .egg {
  margin-right: calc(0.75rem / 2);
}

.theme-default .egg-btn-m:has(egg-lib-icon):not(:has(.egg-btn-content)) {
  height: 2rem;
  width: 2rem;
  padding: 0;
}

.theme-default .egg-btn-s {
  /* stylelint-disable-line */
  font-size: 0.75rem;
  padding: 0 0.75rem;
  min-height: 1.5rem;
}

.theme-default .egg-btn-s egg-lib-icon .egg {
  width: calc(1.5rem / 1.5);
  height: calc(1.5rem / 1.5);
  mask-size: 100%;
}

.theme-default .egg-btn-s:has(.egg-btn-content):has(egg-lib-icon) {
  padding-left: 0.5rem;
}

.theme-default .egg-btn-s:has(.egg-btn-content) egg-lib-icon .egg {
  margin-right: calc(0.5rem / 2);
}

.theme-default .egg-btn-s:has(egg-lib-icon):not(:has(.egg-btn-content)) {
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
}

.theme-default .egg-icon-btn, .theme-default .egg-icon-btn-danger {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  transition: all 200ms;
  width: 100%;
  background-color: #f5f5f5;
  color: #b3b3b3;
  border-radius: 0.75rem;
}

.theme-default .egg-icon-btn:disabled, .theme-default .egg-icon-btn-danger:disabled {
  background-color: #f5f5f5;
  color: #b3b3b3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.theme-default .egg-icon-btn:enabled:focus, .theme-default .egg-icon-btn-danger:enabled:focus {
  box-shadow: none;
}

.theme-default .egg-icon-btn:enabled:hover, .theme-default .egg-icon-btn-danger:enabled:hover {
  background-color: #e6e6e6;
  color: #383838;
}

.theme-default .egg-icon-btn:enabled:active, .theme-default .egg-icon-btn-danger:enabled:active, .theme-default .egg-icon-btn:enabled.active, .theme-default .egg-icon-btn-danger:enabled.active {
  background-color: #d9d9d9;
  color: #383838;
}

.theme-default .egg-icon-btn-xl {
  /* stylelint-disable-line */
  width: 2rem;
  height: 2rem;
  padding: 0;
}

.theme-default .egg-icon-btn-xl egg-lib-icon .egg {
  width: 1.5rem;
  height: 1.5rem;
}

.theme-default .egg-icon-btn-m {
  /* stylelint-disable-line */
  border-radius: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}

.theme-default .egg-icon-btn-m egg-lib-icon .egg {
  width: 1.5rem;
  height: 1.5rem;
}

.theme-default .egg.egg-status-online {
  background-color: #14ae5c !important;
}

.theme-default .egg.egg-status-offline {
  background-color: #b2b2b2 !important;
}

.theme-default .egg.egg-status-maint {
  background-color: #e5a000 !important;
}

.egg.egg-moplast {
  mask-image: none; /* Nessuna maschera */
  background-image: url('moplast-white.87ea5d1f1970ff71.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 50px !important;
  width: 145px !important;
  transform: scale(0.9);
  position: relative;
  top: -1px;
}

.egg.egg-mould {
  mask-image: url("/assets/side_menu/Stampi.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-device-manual-mode {
  mask-image: url("/assets/icons/device_manual_mode.svg");
}
.theme-default .egg.egg-device-manual-mode {
  background-color: #5DBB9C;
}

.egg.egg-device-automatic-mode {
  mask-image: url("/assets/icons/device_automatic_mode.svg");
}
.theme-default .egg.egg-device-automatic-mode {
  background-color: #5DBB9C;
}

.egg.egg-article {
  mask-image: url("/assets/side_menu/Articoli.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-product {
  mask-image: url("/assets/side_menu/Prodotti.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-component {
  mask-image: url("/assets/side_menu/Componenti.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-device-in {
  mask-image: url("/assets/side_menu/device-in.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-device-out {
  mask-image: url("/assets/side_menu/device-out.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-go-to-mould {
  mask-image: url("/assets/icons/go-to-mould.svg");
  background-color: currentColor; /* stylelint-disable-line */
}

.egg.egg-notification {
  mask-image: url("/assets/icons/notification.svg");
}
.theme-default .egg.egg-notification {
  background-color: #e8b931;
}

.theme-default .egg-text-input-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  line-height: normal;
  box-shadow: none;
  outline: none;
  background-color: #eeeeee;
  border: 1px solid #b2b2b2;
  border-radius: 0.75rem;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 0.875rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
}
.theme-default .egg-text-input-group input.egg-text-input {
  border: none !important;
  transition: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}
.theme-default .egg-text-input-group:has(input.egg-text-input:disabled), .theme-default .egg-text-input-group:has(input.egg-text-input:read-only) {
  border: 1px solid transparent;
  pointer-events: none;
  resize: none;
  color: #767676;
}
.theme-default .egg-text-input-group:has(input.egg-text-input:disabled) input.egg-text-input, .theme-default .egg-text-input-group:has(input.egg-text-input:read-only) input.egg-text-input {
  border: none !important;
  color: #767676 !important;
}
.theme-default .egg-text-input-group:hover, .theme-default .egg-text-input-group:has(input.egg-text-input:enabled:active), .theme-default .egg-text-input-group:has(input.egg-text-input:enabled:focus), .theme-default .egg-text-input-group:has(input.egg-text-input:enabled:hover) {
  border: 1px solid #1F4639;
}
.theme-default .egg-text-input-group:hover input.egg-text-input, .theme-default .egg-text-input-group:has(input.egg-text-input:enabled:active) input.egg-text-input, .theme-default .egg-text-input-group:has(input.egg-text-input:enabled:focus) input.egg-text-input, .theme-default .egg-text-input-group:has(input.egg-text-input:enabled:hover) input.egg-text-input {
  border: none !important;
}

.theme-default .egg-icon-btn-danger:hover {
  background-color: #fdd3d0 !important;
  color: #c00f0c !important;
}

.flex-50 {
  flex: 0 0 50%;
  min-width: 0;
}

.flex-8 {
  flex: 0 0 66.6667%;
  min-width: 0;
}

.flex-4 {
  flex: 0 0 33.3333%;
  min-width: 0;
}

.p-checkbox .p-checkbox-box {
  border: 2px solid #CED4DA;
  width: 22px;
  height: 22px;
  color: #495057;
  border-radius: 6px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  background-color: transparent;
}

.theme-default .p-checkbox .p-checkbox-box.p-highlight {
  border-color: #5DBB9C !important;
  background-color: #5DBB9C !important;
}

.theme-default .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #5DBB9C !important;
}
.theme-default .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  border-color: #5DBB9C !important;
  box-shadow: 0 0 0 0.2rem rgba(93, 187, 156, 0.5);
}

.p-checkbox-label {
  margin-left: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.theme-default .p-datatable .p-datatable-loading-overlay {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.p-tieredmenu {
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #E8E8E9;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  width: fit-content;
}

.p-menuitem.p-disabled .p-menuitem-link {
  pointer-events: auto;
  opacity: 0.6;
}
.p-menuitem.p-disabled .p-menuitem-link:hover {
  background-color: transparent;
}

p-tieredmenusub li a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
p-tieredmenusub li:first-child a {
  padding-top: 1rem;
}
p-tieredmenusub li:last-child a {
  padding-bottom: 1rem;
}
p-tieredmenusub .text-danger span {
  color: #e50000;
}
p-tieredmenusub .p-disabled {
  opacity: 0.6;
  pointer-events: auto;
  cursor: default;
}
p-tieredmenusub .p-menuitem-content {
  background-color: transparent;
}
p-tieredmenusub .p-menuitem-content:hover, p-tieredmenusub .p-menuitem-content:focus, p-tieredmenusub .p-menuitem-content:active {
  background-color: #f8f9fa;
}

[pInputText] {
  font-family: "Open Sans", sans-serif;
  padding: 8px 12px 9px;
  border-radius: 12px;
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
  color: #343a40;
  width: 100%;
}
[pInputText]:disabled {
  opacity: 1;
  border: 1px solid transparent;
}
[pInputText]:not(:disabled):active, [pInputText]:not(:disabled):focus, [pInputText]:not(:disabled):hover {
  border: 1px solid rgba(255, 138, 0, 0.65);
}
[pInputText]:not(:disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 138, 0, 0.25);
}

p-inputotp [pInputText] {
  width: 100%;
  aspect-ratio: 1/1;
  font-weight: bold;
  font-size: 24px;
}

p-calendar {
  width: 100%;
}
p-calendar > span {
  width: 100%;
}
p-calendar .p-inputtext {
  background-color: #F8F9FA;
  border: 1px solid #CED4DA;
  border-radius: 12px;
  box-shadow: none !important;
  padding: 8px 12px 9px;
  transition: none;
  width: 100px;
}
p-calendar .p-inputtext:disabled {
  border-color: transparent !important;
  opacity: 1 !important;
  background-color: transparent;
}
p-calendar .p-inputtext:disabled:hover {
  border-color: transparent !important;
}
.theme-default p-calendar .p-inputtext:focus, .theme-default p-calendar .p-inputtext:hover, .theme-default p-calendar .p-inputtext:active {
  border: 1px solid #5DBB9C !important;
}

egg-shell-user-avatar p-image {
  border-radius: 100%;
  overflow: hidden;
}
egg-shell-user-avatar .p-image-preview-container > img {
  cursor: pointer;
  border-radius: 100%;
}
egg-shell-user-avatar .p-image-preview-indicator {
  border-radius: 100%;
}
egg-shell-user-avatar .p-image-preview {
  border-radius: 100%;
  width: 400px;
  height: 400px;
}

.p-overlaypanel {
  border-radius: 16px;
}

.p-overlaypanel .p-overlaypanel-content {
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}

.support-requests-notifications.p-toast {
  position: relative;
  transform: translate(-50%, -50%);
  left: 50%;
  width: auto;
  opacity: 0.95;
}
.support-requests-notifications.p-toast .p-toast-message {
  border-radius: 12px;
}
.support-requests-notifications.p-toast .p-toast-message-info {
  background: linear-gradient(90.13deg, #d6ddff -0.06%, #a7b5ff 51.64%, #a9cbff 100.16%);
  border: 0.3px solid #556ad9;
  color: #3f289c;
}
.support-requests-notifications.p-toast .p-toast-message-success {
  background: linear-gradient(90.13deg, #d7ffd6 -0.06%, #a7ffca 51.64%, #70db66 100.16%);
  border: 0.3px solid #4bd160;
  color: #086817;
}
.support-requests-notifications.p-toast .p-toast-message-error {
  background: linear-gradient(90.13deg, #ffd6d6 -0.06%, #ffb7a7 51.64%, #f87373 100.16%);
  border: 0.3px solid #eb6a6a;
  color: #761111;
}
.support-requests-notifications.p-toast .p-toast-message-content {
  height: 40px;
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.support-requests-notifications.p-toast .p-toast-message-content p {
  margin: 0;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.support-requests-notifications.p-toast .p-toast-message-content button {
  color: inherit;
  font-size: 14px;
}
.support-requests-notifications.p-toast .p-toast-message-content button:first-child {
  font-weight: 400;
}
.support-requests-notifications.p-toast .p-toast-message-content button:last-child {
  font-weight: 600;
}

.theme-default .pace .pace-progress {
  background: #C2E4D6;
}

.theme-default .pace .pace-progress-inner {
  box-shadow: 0 0 10px #C2E4D6, 0 0 5px #C2E4D6;
}

.pace .pace-activity {
  display: none;
}

.card {
  border-radius: 1.5rem;
}

.gm-style-iw-chr {
  display: none;
}

.gm-style .gm-style-iw-c {
  padding: 0;
}

.gm-style-iw-d {
  overflow: hidden !important;
  padding: 12px;
}

.p-colorpicker-preview {
  background-image: url("/src/assets/icons/edit.svg");
  background-position: center;
  border-radius: 100% !important;
  border: none;
}

p-colorpicker.edit-modal-groups .p-colorpicker-preview {
  width: 40px;
  height: 40px;
}

.p-colorpicker-panel {
  width: 209px !important;
  height: 182px !important;
  padding: 8px;
  border-radius: 16px;
  background-color: white;
  border: none;
}

.theme-default .spinner-border {
  color: #5DBB9C;
  border-width: 0.12em;
  opacity: 0.7;
}

router-outlet + * {
  animation: fadein 1s;
}

.mobile-wrapper-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mobile-footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(0deg, rgb(244, 244, 244) 0%, rgb(244, 244, 244) 90%, rgba(244, 244, 244, 0) 100%);
  padding: 2.375rem 0 1.25rem;
  z-index: 1;
}

.p-datepicker {
  z-index: 1050 !important;
}

@media (max-width: 1700px) {
  .device-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.header-logo {
  max-width: 240px;
}

.json-key {
  color: brown;
}

.json-number {
  color: navy;
}

.calendar-component {
  width: auto;
  display: flex;
  align-items: center;
}
.theme-default .calendar-component.filter-active .p-datepicker-trigger {
  background-color: #326B58;
  color: white !important;
  box-shadow: none !important;
}
.calendar-component input {
  flex: 0;
  width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.calendar-component input:focus, .calendar-component input:hover, .calendar-component input:active {
  border: none !important;
}
.theme-default .calendar-component button {
  color: #326B58;
  background-color: #f2f2f2;
  border: 0;
  box-shadow: none !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50px !important;
}
.theme-default .calendar-component button:hover, .theme-default .calendar-component button:active {
  background-color: #326B58;
  color: white !important;
  box-shadow: none !important;
}

.btn-conf {
  cursor: pointer;
  display: flex;
  font-size: 24px;
  color: #96A7C4;
}

p-buttongroup button.p-button {
  line-height: 1rem;
  padding: 0.6875rem 1.125rem;
}
p-buttongroup .p-button-label {
  font-size: 14px;
}

p-buttongroup button {
  background-color: #edf1f7;
  color: #8f9bb3;
  border-color: transparent;
}
.theme-default p-buttongroup button.active {
  background-color: #326B58;
  color: white;
}
p-buttongroup button:hover:not(.active) {
  background-color: #f7f9fc;
}
p-buttongroup button:focus, p-buttongroup button:focus-visible {
  box-shadow: none;
}

.rotate-90 {
  transform: rotate(90deg);
}

.-rotate-90 {
  transform: rotate(-90deg);
}

/* temporary to remove */
.modal-footer .btn-secondary {
  background-color: #6c757d;
}
.modal-footer .btn-danger {
  background-color: #dc3545;
}
.modal-footer .btn-success {
  background-color: #198754;
}
.modal-footer .btn-primary {
  background-color: #0d6efd;
}

.table-loading {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
}

.sidebar.collapsed .subsection-body {
  padding-left: 0;
}

/* OVERRIDE P-ACCORDION, MOVE TO EGG-SHELL */
.p-accordion-header-link {
  border-radius: 0.75rem;
  padding: 5px 10px 5px 10px;
}

.p-accordion-tab .p-toggleable-content {
  margin-top: -5px;
}

.p-accordion-toggle-icon {
  width: 0.75rem;
  margin-right: 1rem;
}

.draft-container .p-accordion-tab {
  margin-bottom: 0.75rem;
}

.order-accordion .p-accordion-header.p-disabled {
  opacity: 1 !important;
}

p-autocomplete#address + div {
  max-width: 210px;
}

.theme-default .egg-text-input.p-autocomplete input.p-autocomplete-input {
  padding-right: 35px !important;
}

p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
  right: 0.55rem !important;
}

/* TODO: refactor using variables, 56px is the height of the top bar, 3rem is the padding p-4(top and bottom) from the general container of the pages */
.full-height-with-header {
  height: calc(100vh - 56px - 3rem);
}

/* TODO: move to lib */
.theme-default .p-datatable .p-datatable-loading-overlay {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.theme-default egg-lib-sidebar .sidebar {
  border-right: none;
}

.spinner-border-md {
  width: 1.5rem;
  height: 1.5rem;
}

.theme-default egg-lib-sidebar .sidebar.collapsed {
  width: 55px;
}

.p-datatable-thead .egg-text-input {
  background-color: #ffffff !important;
}
