@charset "UTF-8";

/* node_modules/.pnpm/intro.js@7.2.0/node_modules/intro.js/introjs.css */
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  opacity: 0;
  transition: all .3s ease-out;
}
.introjs-showElement {
  z-index: 9999999 !important;
}
tr.introjs-showElement > td {
  z-index: 9999999 !important;
  position: relative;
}
tr.introjs-showElement > th {
  z-index: 9999999 !important;
  position: relative;
}
.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: #fff;
  opacity: 0;
}
.introjs-relativePosition {
  position: relative;
}
.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  border-radius: 4px;
  transition: all .3s ease-out;
}
.introjs-helperLayer * {
  box-sizing: content-box;
}
.introjs-helperLayer :before {
  box-sizing: content-box;
}
.introjs-helperLayer :after {
  box-sizing: content-box;
}
.introjs-tooltipReferenceLayer {
  font-family:
    "Helvetica Neue",
    Inter,
    ui-sans-serif,
    "Apple Color Emoji",
    Helvetica,
    Arial,
    sans-serif;
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  transition: all .3s ease-out;
}
.introjs-tooltipReferenceLayer * {
  font-family:
    "Helvetica Neue",
    Inter,
    ui-sans-serif,
    "Apple Color Emoji",
    Helvetica,
    Arial,
    sans-serif;
}
.introjs-helperNumberLayer {
  font-family:
    "Helvetica Neue",
    Inter,
    ui-sans-serif,
    "Apple Color Emoji",
    Helvetica,
    Arial,
    sans-serif;
  color: #9e9e9e;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.introjs-arrow {
  border: 5px solid transparent;
  content: "";
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  left: 10px;
  border-bottom-color: #fff;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: #fff;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #fff;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: #fff;
}
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: #fff;
}
.introjs-arrow.bottom {
  bottom: -10px;
  left: 10px;
  border-top-color: #fff;
}
.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: #fff;
}
.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: #fff;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: #fff;
}
.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  background-color: #fff;
  min-width: 250px;
  max-width: 300px;
  border-radius: 5px;
  box-shadow: 0 3px 30px rgba(33, 33, 33, .3);
  transition: opacity .1s ease-out;
}
.introjs-tooltiptext {
  padding: 20px;
}
.introjs-dontShowAgain {
  padding-left: 20px;
  padding-right: 20px;
}
.introjs-dontShowAgain input {
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
  display: inline;
  width: 10px;
  height: 10px;
}
.introjs-dontShowAgain label {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  margin: 0 0 0 5px;
  padding: 0;
  background-color: #fff;
  color: #616161;
  -webkit-user-select: none;
  user-select: none;
}
.introjs-tooltip-title {
  font-size: 18px;
  width: 90%;
  min-height: 1.5em;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.5;
}
.introjs-tooltip-header {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  min-height: 1.5em;
}
.introjs-tooltipbuttons {
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  text-align: right;
  white-space: nowrap;
}
.introjs-tooltipbuttons:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  padding: .5rem 1rem;
  border: 1px solid #bdbdbd;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font-size: 14px;
  color: #424242;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  background-color: #f4f4f4;
  border-radius: .2em;
  zoom: 1;
  display: inline;
}
.introjs-button:hover {
  outline: 0;
  text-decoration: none;
  border-color: #9e9e9e;
  background-color: #e0e0e0;
  color: #212121;
}
.introjs-button:focus {
  outline: 0;
  text-decoration: none;
  background-color: #eee;
  box-shadow: 0 0 0 .2rem rgba(158, 158, 158, .5);
  border: 1px solid #616161;
  color: #212121;
}
.introjs-button:active {
  outline: 0;
  text-decoration: none;
  background-color: #e0e0e0;
  border-color: #9e9e9e;
  color: #212121;
}
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.introjs-skipbutton {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #616161;
  font-size: 22px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.introjs-skipbutton:focus,
.introjs-skipbutton:hover {
  color: #212121;
  outline: 0;
  text-decoration: none;
}
.introjs-prevbutton {
  float: left;
}
.introjs-nextbutton {
  float: right;
}
.introjs-disabled {
  color: #9e9e9e;
  border-color: #bdbdbd;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
.introjs-disabled:focus,
.introjs-disabled:hover {
  color: #9e9e9e;
  border-color: #bdbdbd;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
.introjs-hidden {
  display: none;
}
.introjs-bullets {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 0 auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  transition: width .1s ease-in;
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:focus,
.introjs-bullets ul li a:hover {
  width: 15px;
  background: #999;
  text-decoration: none;
  outline: 0;
}
.introjs-bullets ul li a.active {
  width: 15px;
  background: #999;
}
.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px;
  border-radius: 4px;
  background-color: #e0e0e0;
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.introjs-fixedTooltip {
  position: fixed;
}
.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: 0 0;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}
.introjs-hint:hover > .introjs-hint-pulse {
  background-color: rgba(60, 60, 60, .57);
}
.introjs-hidehint {
  display: none;
}
.introjs-fixedhint {
  position: fixed;
}
@keyframes introjspulse {
  0% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 transparent;
  }
}
.introjs-hint-pulse {
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, .24);
  z-index: 10;
  position: absolute;
  transition: all .2s ease-out;
  animation: introjspulse 2s infinite;
}
.introjs-hint-no-anim .introjs-hint-pulse {
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  background: 0 0;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: 1;
  opacity: 0;
}

/* apps/orgbrain/src/styles.scss */
orgbrain-chat-window {
}
orgbrain-chat-window .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: unset;
  align-items: center;
}
orgbrain-chat-window .mat-form-field-appearance-fill .mat-form-field-flex .mat-form-field-infix {
  padding: unset;
  padding-right: 0.25em;
  border-top: unset;
}
orgbrain-chat-window .mat-form-field-underline,
orgbrain-chat-window .mat-form-field-subscript-wrapper {
  display: none;
}
.agenda-suggestions-side-panel-search-field {
}
.agenda-suggestions-side-panel-search-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
.agenda-suggestions-side-panel-search-field .mat-form-field-wrapper .mat-form-field-flex {
  padding-top: 0;
}
.agenda-suggestions-side-panel-search-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  border-top: 0;
}
.agenda-suggestions-side-panel-search-field .mat-form-field-wrapper .mat-form-field-underline {
  bottom: 0;
}
.mat-mdc-menu-content {
}
.mat-mdc-menu-content .mat-mdc-menu-item.agenda-suggestions-side-panel-mat-menu-heading {
  color: rgba(55, 71, 79, 0.87);
  font-style: italic;
}
.agenda-suggestions-side-panel-flex-container .suggestion-card .mat-pseudo-checkbox:not(.mat-pseudo-checkbox-checked),
.agenda-suggestions-side-panel-flex-container .follow-up-card .mat-pseudo-checkbox:not(.mat-pseudo-checkbox-checked) {
  background-color: white;
}
.suggestion-card.cdk-drag-preview {
}
.suggestion-card.cdk-drag-preview .mat-list-item-content {
  padding-left: 32px;
  width: 217px;
  color: rgba(55, 71, 79, 0.87);
}
.suggestion-card.cdk-drag-preview mat-pseudo-checkbox {
  display: none;
}
@media screen and (min-width: 580px) {
  .meeting-card-top-borders {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
}
@media screen and (min-width: 580px) {
  .meeting-card-bottom-borders {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
}
.stroked-round-button-36px {
  padding: 0 !important;
  background-color: transparent !important;
  color: #0097a7 !important;
  box-shadow: none !important;
  border: 1px solid #0097a7 !important;
  border-radius: 50% !important;
  min-width: 36px !important;
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.stroked-round-button-36px .mat-button-wrapper {
  display: flex;
}
#meeting-accordion .meeting-panel {
  border-radius: 0;
  box-shadow: none !important;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (min-width: 580px) {
  #meeting-accordion .meeting-panel {
    box-shadow:
      0 2px 1px -1px rgba(0, 0, 0, 0.2),
      0 1px 1px 0 rgba(0, 0, 0, 0.08),
      0 1px 3px 0 rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 580px) {
  #meeting-accordion .meeting-panel.mat-expanded {
    border-radius: 6px;
  }
}
#meeting-accordion .meeting-panel-with-edit-button > .mat-expansion-panel-header .mat-content {
  align-items: center;
}
#meeting-accordion .meeting-panel-with-edit-button > .mat-expansion-panel-header .mat-content > .mat-expansion-panel-header-description {
  justify-content: flex-end;
  margin-right: 28px;
}
#meeting-agenda-items-list .suggestion-card.cdk-drag-placeholder {
  background-color: #e7f9fb;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 24px;
  border: 2px dashed #aaa;
  box-sizing: border-box;
  box-shadow: none !important;
}
#meeting-agenda-items-list .suggestion-card.cdk-drag-placeholder .suggestion-card-title {
  font-size: 15px;
  font-weight: 500;
}
#meeting-agenda-items-list .suggestion-card.cdk-drag-placeholder mat-icon,
#meeting-agenda-items-list .suggestion-card.cdk-drag-placeholder mat-pseudo-checkbox {
  display: none;
}
.meeting-emails-section-panel .mat-content {
  overflow: visible;
}
.invite-attendees-dialog-selection-list {
}
.invite-attendees-dialog-selection-list .mat-list-text {
  margin: -5px 0;
}
.ga-majority-requirement-rule-select-panel {
  min-width: 470px !important;
}
.main-menu-nav-list.mat-mdc-list-base > .mat-mdc-list-item.sub-item .mat-list-text > * {
  font-weight: 300;
}
.orgbrain-style-box p,
.orgbrain-style-box div {
  box-sizing: border-box;
}
.orgbrain-style .flex-column {
  display: flex;
  flex-direction: column;
}
.orgbrain-style .scroll-container {
  flex-grow: 1;
  overflow-y: auto;
}
.orgbrain-style .tab-container {
  padding-top: 20px;
  width: 100%;
  justify-content: left;
}
.orgbrain-style .tab-page {
  display: flex;
  flex-direction: column;
  justify-content: left;
  box-sizing: border-box;
  width: auto;
  min-height: 410px;
  padding: 48px 64px;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
  width: auto;
}
@media screen and (max-width: 600px) {
  .orgbrain-style .tab-page {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
  }
}
.orgbrain-style .page {
  display: flex;
  flex-direction: column;
  justify-content: left;
  box-sizing: border-box;
  width: auto;
  min-height: 410px;
  padding: 48px 64px;
  background-color: white;
  margin: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  width: auto;
}
@media screen and (max-width: 600px) {
  .orgbrain-style .page {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
  }
}
.orgbrain-style .page-margin {
  margin: 20px;
}
@media screen and (max-width: 600px) {
  .orgbrain-style .page-margin {
    margin: 0px;
  }
}
.orgbrain-style .short-page {
  display: flex;
  flex-direction: column;
  justify-content: left;
  box-sizing: border-box;
  width: auto;
  padding: 20px 48px;
  background-color: white;
  margin: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  width: auto;
}
@media screen and (max-width: 600px) {
  .orgbrain-style .short-page {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
  }
}
.orgbrain-style .button-row-full {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .orgbrain-style .button-row-full {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    gap: 16px;
  }
}
.orgbrain-style .button-row-fragment {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.orgbrain-style .mat-flat-button .button-spacer {
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .orgbrain-style .mat-flat-button .button-spacer {
    display: none;
  }
}
.orgbrain-style .button-row-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  gap: 16px;
}
.orgbrain-style .button-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 20px;
}
.orgbrain-style .button-col button {
  width: 100%;
}
.orgbrain-style .button-col-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 20px;
  margin: auto;
}
.orgbrain-style .button-col-centered button {
  width: 100%;
}
.orgbrain-style .button-row-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 16px;
}
.orgbrain-style .button-row-left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 16px;
}
.orgbrain-mat-tab-labels-wrap {
  flex-flow: wrap;
}
.orgbrain-style {
  font-family: Roboto;
  color: #123340;
}
.orgbrain-style .title-1 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .orgbrain-style .title-1 .title-1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    padding-bottom: 10px;
  }
}
.orgbrain-style .title-2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 10px;
}
.orgbrain-style .title-2-padding-top {
  padding-top: 30px;
}
.orgbrain-style .title-3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 10px;
}
.orgbrain-style .sub-heading-1 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 8px;
}
.orgbrain-style .body-text-1 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #546e7a;
  padding-bottom: 6px;
}
.orgbrain-style .body-text-2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #546e7a;
  padding-bottom: 4px;
}
.orgbrain-style .main-tab .mat-tab-label .mat-tab-label-content {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.orgbrain-style .second-tab .mat-tab-label .mat-tab-label-content {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.orgbrain-style .bold {
  font-weight: 700;
}
.orgbrain-style .semi-bold {
  font-weight: 600;
}
.orgbrain-style .medium {
  font-weight: 500;
}
.orgbrain-style .normal {
  font-weight: 400;
}
.orgbrain-style .light {
  font-weight: 300;
}
.orgbrain-style .secondary-colour-1 {
  color: #0097a7;
}
.orgbrain-style .flex-row {
  display: flex;
  flex-direction: row;
}
.orgbrain-style .flex-column {
  display: flex;
  flex-direction: column;
}
.orgbrain-style .space-around {
  justify-content: space-around;
}
.orgbrain-style .hide-text {
  -webkit-text-security: disc;
}
.orgbrain-style .no-background {
  background: none !important;
}
.main-submenu-container {
  border-radius: 6px;
}
mat-card.mat-mdc-card:not(.quizcard) {
  padding-bottom: 0;
  border-radius: 12px;
}
.mat-group-user-settings {
  padding-top: 30px;
}
.mat-group-user-settings .phone-wrapper .mat-form-field-infix {
  width: 100%;
  max-width: 320px;
}
.mat-group-user-settings h1,
.mat-group-user-settings h2,
.mat-group-user-settings input,
.mat-group-user-settings label {
  color: #546e7a;
}
.mat-group-user-settings h1 {
  font-weight: 400;
}
.mat-group-user-settings mat-form-field {
  width: 100%;
  max-width: 320px;
}
.mat-group-user-settings .multi-item-row {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  .mat-group-user-settings .multi-item-row {
    flex-direction: column;
  }
}
.mat-group-user-settings .multi-item-row mat-form-field:not(:last-of-type) {
  margin-right: 20px;
}
.mat-group-user-settings .isError {
  color: red;
}
.mat-group-user-settings .main-content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 60%;
  width: 100%;
  min-height: 410px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 600px) {
  .mat-group-user-settings .main-content {
    max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mat-group-user-settings .smallprint {
  font-size: smaller;
  padding-top: 10px;
}
.mat-group-user-settings .link-with-arrow {
  display: block !important;
  font-size: 1rem;
  font-weight: 500;
  color: #0097a7;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.6rem;
}
.mat-group-user-settings .link-with-arrow::after {
  content: "\2794";
  padding-left: 8px;
}
.mat-group-user-settings button.mat-mdc-outlined-button,
.mat-group-user-settings button.mat-mdc-raised-button {
  min-width: 120px;
  border-radius: 1000px;
}
.mat-group-user-settings button.mat-mdc-outlined-button:not(.mat-button-disabled) {
  border-color: #0097a7;
}
.login-dialog {
}
.login-dialog .isError {
  color: red;
}
.login-dialog .center {
  text-align: center;
}
.login-dialog mat-list-item-content {
  padding: 0;
}
.login-dialog mat-list-item,
.login-dialog .recoveryInfo {
  margin-bottom: 15px;
}
.login-dialog mat-form-field {
  width: 100%;
}
.login-dialog button#login,
.login-dialog button#submitResetEmail {
  width: 100%;
}
.login-dialog a {
  text-decoration: none;
  color: #546e7a;
  cursor: pointer;
}
.login-dialog .logo {
  width: 50%;
  max-width: 230px;
  margin: 10px 0 30px;
}
.login-dialog .main-content {
  margin: 0 auto;
  max-width: 70%;
  min-height: 410px;
}
@media (max-width: 480px) {
  .login-dialog .main-content {
    max-width: 95%;
  }
  .login-dialog .main-content h1,
  .login-dialog .main-content p {
    text-align: center;
  }
}
.login-dialog .mat-mdc-dialog-content {
  min-height: 160px;
}
.login-dialog p {
  color: #546e7a;
}
.login-dialog .container {
  margin-top: 40px;
  max-width: 400px;
  text-align: center;
}
.login-dialog mat-form-field,
.login-dialog button#register,
.login-dialog .center {
  width: 100%;
}
.login-dialog button#register {
  margin-top: 10px;
}
.login-dialog a.blue-link:link {
  font-weight: 500;
  color: #0097a7;
  text-decoration: none;
  cursor: pointer;
}
.login-dialog a.blue-link:visited {
  color: #aa97a7;
  text-decoration: none;
  cursor: pointer;
}
.login-dialog .red {
  color: red;
}
a.force-blue-link:link {
  color: #0097a7;
  text-decoration: none;
  cursor: pointer;
}
a.force-blue-link:visited {
  color: #0097a7;
  text-decoration: none;
  cursor: pointer;
}
.super-info-backdrop {
  background-color: rgba(0, 0, 0, 0.1098039216);
  box-shadow: none !important;
}
.backdropBackground {
  background-color: #f5f5f5;
  box-shadow: none !important;
}
@media screen and (min-width: 800px) {
  .backdropBackgroundOrgbrain {
    background-image: url("./media/orgbrain_logo_background.svg");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-color: #eef1f3;
  }
}
@media screen and (max-width: 800px) {
  .backdropBackgroundOrgbrain {
    background-color: #eef1f3;
  }
}
.mat-radio-group-compact {
}
.mat-radio-group-compact .mat-radio-label-content {
  padding-left: 3px;
}
.centered-responsive-dialog {
  max-height: 100vh;
  width: 100%;
}
.centered-responsive-dialog mat-dialog-container .mat-mdc-dialog-surface {
  border-radius: 0;
}
.full-screen-left-dialog {
  height: 100vh;
  width: 50vw !important;
}
.full-screen-left-dialog mat-dialog-container .mat-mdc-dialog-surface {
  border-radius: 0;
}
.fullscreen-dialog-with-x-button {
  position: relative;
  min-width: 70vw;
  min-height: 10vh;
}
.fullscreen-dialog-with-x-button mat-dialog-container.mat-mdc-dialog-container {
  max-height: 100%;
}
.fullscreen-dialog-with-x-button video {
  max-height: 99vh;
}
@media screen and (max-width: 1030px) {
  .fullscreen-dialog-with-x-button {
    min-width: 90vw;
  }
}
.fullscreen-dialog-with-x-button iframe {
  min-width: 100%;
  min-height: 60vh;
}
.fullscreen-dialog-with-x-button mat-dialog-container {
  display: flex;
  align-items: center;
}
.fullscreen-dialog-with-x-button mat-dialog-container .mat-mdc-dialog-surface {
  padding: 0;
}
.fullscreen-dialog-with-x-button mat-dialog-container * {
  display: block;
}
.fullscreen-dialog-with-x-button .close-video-dialog-button {
  position: absolute;
  top: 35px;
  right: 36px;
  color: white;
  opacity: 0.8;
  transform: scale(3);
  transition: opacity 0.3s ease;
  background: transparent !important;
  border: none;
  outline: none;
  cursor: pointer;
}
.fullscreen-dialog-with-x-button .close-video-dialog-button mat-icon {
  color: #cfd4d6;
}
.fullscreen-dialog-with-x-button .close-video-dialog-button:hover {
  background: transparent !important;
  opacity: 1;
}
.fullscreen-dialog-full-size {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
}
.fullscreen-dialog-full-size .mat-mdc-dialog-surface {
  position: relative;
  background: #cfd8dc !important;
  border-radius: 0 !important;
  padding: 0px;
  overflow-x: hidden;
}
.fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper {
  max-width: 1000px;
  margin: 50px auto 50px;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
@media screen and (max-width: 800px) {
  .fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper {
    margin: 0;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 819px) {
  .fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper .fullscreen-dialog-inner-wrapper {
    border-radius: 6px !important;
  }
  .fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper .fullscreen-dialog-inner-wrapper .fullscreen-dialog-header {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
}
.fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper .close-dialog-button {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #546e7a;
  opacity: 1;
  transition: opacity 0.3s ease;
  background: white !important;
  outline: none;
  cursor: pointer;
  height: 24px;
  width: 24px;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid white;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper .close-dialog-button:hover {
  background: white !important;
  opacity: 0.8;
}
.fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper .close-dialog-button mat-icon {
  margin-left: -0.5px;
}
.fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper .fullscreen-dialog-inner-wrapper {
  background: white;
}
.fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper .fullscreen-dialog-header {
  background: #546e7a;
  position: relative;
  padding: 10px 20px;
}
.fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper .fullscreen-dialog-header h2 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  padding-top: 10px;
}
.fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper .fullscreen-dialog-header h3 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
}
.fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper .fullscreen-dialog-content {
  padding: 10px 64px;
  color: rgba(0, 0, 0, 0.7490196078);
}
@media screen and (max-width: 700px) {
  .fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper .fullscreen-dialog-content {
    padding: 10px 16px;
  }
}
.fullscreen-dialog-full-size .fullscreen-dialog-content-wrapper .fullscreen-dialog-content h2 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #546e7a;
}
.button-arrow {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: all 0.3s ease;
}
.button-arrow.arrow-right {
  transform: rotate(-45deg);
}
.button-arrow.arrow-left {
  transform: rotate(135deg);
}
.button-arrow.arrow-up {
  transform: rotate(-135deg);
}
.button-arrow.arrow-down {
  transform: rotate(45deg);
}
.cdk-drag-preview.drag-and-rotate > * {
  transform: rotate(5deg) !important;
  cursor: pointer !important;
}
.hide-checkbox input[type=checkbox],
.hide-checkbox mat-pseudo-checkbox {
  display: none;
}
mat-option mat-pseudo-checkbox[class] {
  display: none;
}
.transparent-expansion-panel {
  background: transparent !important;
  box-shadow: none !important;
}
.transparent-expansion-panel .mat-expansion-panel-header {
  padding: 0 15px;
}
.transparent-expansion-panel .mat-expansion-panel-body {
  padding: 0;
}
.hide-nav-buttons .meeting-nav-buttons-wrapper {
  display: none !important;
}
.disabled-completely {
  opacity: 0.8;
  pointer-events: none;
}
.mat-mdc-tabs-orgbrain {
}
.mat-mdc-tabs-orgbrain .mat-mdc-tab-header {
  border: none;
}
.mat-mdc-tabs-orgbrain .mat-tab-label {
  opacity: 1 !important;
  font-weight: normal;
  font-size: 13px;
  color: #546e7a;
}
@media screen and (max-width: 800px) {
  .mat-mdc-tabs-orgbrain .mat-tab-label {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 640px) {
  .mat-mdc-tabs-orgbrain .mat-tab-label {
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
  .mat-mdc-tabs-orgbrain .mat-tab-label {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) and (max-width: 699px) {
  .mat-mdc-tabs-orgbrain .mat-tab-label {
    min-width: 82px;
  }
}
.mat-mdc-tabs-orgbrain .mat-tab-labels {
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .mat-mdc-tabs-orgbrain .mat-tab-labels {
    justify-content: space-around;
  }
}
.mat-mdc-tabs-orgbrain .mat-ink-bar {
  height: 4px;
}
.mat-mdc-tabs-orgbrain .mat-tab-body-wrapper {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-mdc-tabs-orgbrain-no-box-shadow {
}
@media screen and (min-width: 786px) {
  .mat-mdc-tabs-orgbrain-no-box-shadow .mat-tab-labels {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mat-mdc-tabs-orgbrain-no-box-shadow .mat-tab-body-wrapper {
  box-shadow: none !important;
}
.relative-noscroll-panel .mat-mdc-dialog-container[aria-modal=true] {
  position: relative;
  overflow: hidden;
}
.ftn-documentviewer-wrapper {
  max-height: 100vh !important;
  max-width: 100vw !important;
}
.ftn-documentviewer-wrapper .mat-mdc-dialog-container[aria-modal=true] {
  overflow: hidden;
  padding: 0;
}
.ftn-documentviewer-wrapper iframe {
  margin-left: -2px;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .mat-dialog-content-no-padding {
  }
  .mat-dialog-content-no-padding .mat-list-item-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 0.8rem;
  }
}
.meeting-attendees-panel .mat-expansion-panel-body {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .meeting-attendees-panel mat-cell:first-of-type {
    padding-left: 8px;
  }
  .meeting-attendees-panel mat-cell:last-of-type {
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .meeting-attendees-panel .mat-mdc-tabs-orgbrain {
    padding: 0 24px;
  }
}
.mat-radio-group-white {
}
.mat-radio-group-white .mat-radio-outer-circle {
  border-color: white;
}
.meeting-notes-panel {
}
@media screen and (max-width: 767px) {
  .meeting-notes-panel .mat-expansion-panel-body {
    padding: 0;
  }
}
.meeting-notes-panel mat-card.note-item {
  border-radius: 0;
}
.meeting-notes-panel mat-card.note-item.little-shadow {
  box-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.07),
    0px 3px 4px 0px rgba(0, 0, 0, 0.07),
    0px 1px 8px 0px rgba(0, 0, 0, 0.07);
}
.no-expansion-body-padding-sides .mat-expansion-panel-body {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.no-expansion-header-styles .mat-expansion-panel-header {
  background: none !important;
  padding-left: 0;
}
.no-expansion-body-padding-bottom .mat-expansion-panel-body {
  padding-bottom: 0px !important;
}
.content-container-shareholders {
  margin: 20px;
}
.content-container-shareholders h2 {
  color: #0097a7;
}
.content-container-shareholders mat-card h2 {
  color: #546e7a;
}
.rightAlignCellShareholders {
  justify-content: flex-end;
  flex: 0.5;
  text-align: right;
}
.content-container-shareholders,
.chart-container-shareholders {
  flex-grow: 1;
}
.chart-container-shareholders,
.chart-nolabels-container-shareholders {
  padding: 30px;
  flex-basis: 600px;
  max-width: 600px;
  text-align: center;
}
.chart-container-shareholders h5,
.chart-nolabels-container-shareholders h5 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 20px;
  color: #546e7a;
  text-align: left;
}
.chart-nolabels-container-shareholders {
  flex-basis: 450px;
  max-width: 500px;
  display: none;
}
.flex-container-shareholders {
  display: flex;
  flex-wrap: wrap;
}
.flex-container-shareholders div button.manage {
  float: right;
}
.flex-container-shareholders .mat-icon,
.flex-container-shareholders button {
  flex-basis: auto;
}
.flex-container-shareholders > *,
thousand-separator-input > * {
  flex-grow: 1;
  margin-right: 16px;
}
.mat-mdc-list-item.flex-container-shareholders .mat-mdc-form-field {
  margin-right: 16px;
}
.flex-container-shareholders > .fill-form {
  flex-grow: 1;
}
.wide-tooltip .mdc-tooltip__surface {
  max-width: 650px;
  padding: 5px;
}
mat-button-toggle-group[class] {
  border-radius: 40px;
  border: 1px solid #79747f;
}
mat-button-toggle-group[class] .mat-button-toggle-label-content {
  font-size: 14px;
}
mat-button-toggle-group[class] .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  background-color: #cceaed;
}
mat-button-toggle-group[class] .mat-button-toggle-label-content {
  line-height: 36px;
}
mat-button-toggle-group[class] .mat-button-toggle-label-content {
  padding: 0px 16px;
}
ngx-extended-pdf-viewer .body,
ngx-extended-pdf-viewer .pdf-viewer button,
ngx-extended-pdf-viewer .pdf-viewer input,
ngx-extended-pdf-viewer .pdf-viewer select {
  font-family: Roboto !important;
}
ngx-extended-pdf-annotation .comment-top-meta-info .mygreyicon {
  top: -6px;
}
ngx-extended-pdf-annotation .comment-name-and-date .name {
  font-size: 14px;
}
ngx-extended-pdf-annotation .comment-name-and-date .date {
  font-size: 12px;
}
ngx-extended-pdf-annotation .comment-body-brief {
  font-size: 14px;
}
ngx-extended-pdf-annotation .comment-body {
  font-size: 14px;
}
ngx-extended-pdf-annotation .comment-body-formfield {
  font-size: 14px;
}
.introjs-tooltip {
  min-width: 560px;
  max-width: 720px;
}
@media (max-width: 679px) {
  .introjs-tooltip {
    min-width: 300px;
    max-width: 90%;
  }
}
.introjs-tooltipReferenceLayer {
  visibility: visible !important;
}
.intro-js-custom-styles .introjs-button {
  color: white;
  border: none;
  font-size: 14px;
  border-radius: 4px;
  text-shadow: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.intro-js-custom-styles .introjs-nextbutton {
  background-color: #0097a7;
  font-family: Roboto, sans-serif !important;
}
.intro-js-custom-styles .introjs-nextbutton:focus {
  outline: 0;
  text-decoration: none;
  background-color: #0097a7;
  box-shadow: none;
  border: none;
  color: white;
}
.intro-js-custom-styles .introjs-prevbutton {
  font-family: Roboto, sans-serif !important;
  color: #0097a7;
  background-color: white;
}
.intro-js-custom-styles .introjs-prevbutton:hover {
  background-color: lightgray;
  color: white;
  color: #0097a7;
}
.intro-js-custom-styles .introjs-tooltiptext {
  font-size: 16px;
  font-family: Roboto, sans-serif !important;
  padding-top: 8px;
}
.intro-js-custom-styles .introjs-tooltip-title {
  color: #123340;
  font-size: 24px;
  font-family: Roboto, sans-serif !important;
  font-weight: 500;
  margin-top: 8px;
}
.intro-js-custom-styles .introjs-skipbutton {
  display: block;
  font-weight: 200;
  border-radius: 5px;
}
.intro-js-custom-styles .introjs-skipbutton:hover {
  background-color: rgba(0, 0, 0, 0.0392156863);
}
.intro-js-custom-styles .introjs-tooltipbuttons {
  padding: 16px 20px;
}
.intro-js-custom-styles .introjs-progress {
  height: 5px;
  border-radius: 0px;
  margin: 10px 20px;
}
.intro-js-custom-styles .introjs-progressbar {
  background-color: #0097a7;
}
.intro-js-custom-styles .introjs-helperLayer {
  display: block;
}
.intro-js-custom-styles .introjs-helperNumberLayer {
  font-size: 14px;
}
.intro-js-custom-styles .introjs-overlay {
  display: block;
}
.pwa-install-dialog-bottom * {
  overflow: hidden !important;
}
.pwa-install-dialog-bottom .mat-mdc-dialog-inner-container > .mat-mdc-dialog-surface {
  border: 1px solid #e0e0e0;
  padding: 0 !important;
}
.pwa-install-dialog-bottom .cdk-overlay-pane {
  position: fixed !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  max-width: 500px !important;
  width: 100vw !important;
}
.pwa-install-dialog-bottom .mat-mdc-dialog-container {
  margin: 0 !important;
  padding: 0 !important;
  max-height: none !important;
}
.pwa-install-dialog-bottom .mat-mdc-dialog-content {
  margin: 0 !important;
  padding: 0 !important;
  max-height: none !important;
}

/* node_modules/.pnpm/@ctrl+ngx-emoji-mart@9.2.0_@angular+core@20.2.0_@angular+compiler@20.2.0_rxjs@7.8.1_zone.js@0.15.1_/node_modules/@ctrl/ngx-emoji-mart/picker.css */
.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}
.emoji-mart {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}
.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}
.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}
.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0;
}
.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  color: #858585;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color .1s ease-out;
  margin: 0;
  box-shadow: none;
  background: none;
  border: none;
}
.emoji-mart-anchor:focus {
  outline: 0;
}
.emoji-mart-anchor:hover,
.emoji-mart-anchor:focus,
.emoji-mart-anchor-selected {
  color: #464646;
}
.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}
.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #464646;
}
.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}
.emoji-mart-anchors svg,
.emoji-mart-anchors img {
  fill: currentColor;
  height: 18px;
}
.emoji-mart-scroll {
  overflow-y: scroll;
  height: 270px;
  padding: 0 6px 6px 6px;
  will-change: transform;
}
.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
}
.emoji-mart-search input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0;
}
.emoji-mart-search input,
.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.emoji-mart-search-icon {
  position: absolute;
  top: 3px;
  right: 11px;
  z-index: 2;
  padding: 2px 5px 1px;
  border: none;
  background: none;
}
.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}
.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
}
.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .95);
}
.emoji-mart-category-list {
  margin: 0;
  padding: 0;
}
.emoji-mart-category-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.emoji-mart-emoji-native {
  font-family:
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Segoe UI",
    "Apple Color Emoji",
    "Twemoji Mozilla",
    "Noto Color Emoji",
    "Android Emoji";
}
.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}
.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: .2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}
.emoji-mart-preview {
  position: relative;
  height: 70px;
}
.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.emoji-mart-preview-emoji {
  left: 12px;
}
.emoji-mart-preview-data {
  left: 68px;
  right: 12px;
  word-break: break-all;
}
.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}
.emoji-mart-preview-skins.custom {
  right: 10px;
  text-align: right;
}
.emoji-mart-preview-name {
  font-size: 14px;
}
.emoji-mart-preview-shortname {
  font-size: 12px;
  color: #888;
}
.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: .5em;
}
.emoji-mart-preview-emoticon {
  font-size: 11px;
  color: #bbb;
}
.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}
.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}
.emoji-mart-title-label {
  color: #999A9C;
  font-size: 26px;
  font-weight: 300;
}
.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}
.emoji-mart-skin-swatches.custom {
  font-size: 0;
  border: none;
  background-color: #fff;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after {
  opacity: .75;
}
.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: .125s;
  transition-timing-function: ease-out;
}
.emoji-mart-skin-swatch:nth-child(1) {
  transition-delay: 0s;
}
.emoji-mart-skin-swatch:nth-child(2) {
  transition-delay: .03s;
}
.emoji-mart-skin-swatch:nth-child(3) {
  transition-delay: .06s;
}
.emoji-mart-skin-swatch:nth-child(4) {
  transition-delay: .09s;
}
.emoji-mart-skin-swatch:nth-child(5) {
  transition-delay: .12s;
}
.emoji-mart-skin-swatch:nth-child(6) {
  transition-delay: .15s;
}
.emoji-mart-skin-swatch.selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatch.selected:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease-out;
}
.emoji-mart-skin-swatch.custom {
  display: inline-block;
  width: 0;
  height: 38px;
  overflow: hidden;
  vertical-align: middle;
  transition-property: width, height;
  transition-duration: .125s;
  transition-timing-function: ease-out;
  cursor: default;
}
.emoji-mart-skin-swatch.custom.selected {
  position: relative;
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}
.emoji-mart-skin-swatch.custom.selected:after {
  content: "";
  width: 0;
  height: 0;
}
.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover {
  background-color: #f4f4f4;
  border-radius: 10%;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom {
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after {
  opacity: .75;
}
.emoji-mart-skin-text.opened {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #888;
  font-size: 11px;
  padding: 5px 2px;
  width: 95px;
  height: 40px;
  border-radius: 10%;
  background-color: #fff;
}
.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}
.emoji-mart-skin-tone-1 {
  background-color: #ffc93a;
}
.emoji-mart-skin-tone-2 {
  background-color: #fadcbc;
}
.emoji-mart-skin-tone-3 {
  background-color: #e0bb95;
}
.emoji-mart-skin-tone-4 {
  background-color: #bf8f68;
}
.emoji-mart-skin-tone-5 {
  background-color: #9b643d;
}
.emoji-mart-skin-tone-6 {
  background-color: #594539;
}
.emoji-mart-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.emoji-mart-dark {
  color: #fff;
  border-color: #555453;
  background-color: #222;
}
.emoji-mart-dark .emoji-mart-bar {
  border-color: #555453;
}
.emoji-mart-dark .emoji-mart-search input {
  color: #fff;
  border-color: #555453;
  background-color: #2f2f2f;
}
.emoji-mart-dark .emoji-mart-search-icon svg {
  fill: #fff;
}
.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before {
  background-color: #444;
}
.emoji-mart-dark .emoji-mart-category-label span {
  background-color: #222;
  color: #fff;
}
.emoji-mart-dark .emoji-mart-skin-swatches {
  border-color: #555453;
  background-color: #222;
}
.emoji-mart-dark .emoji-mart-anchor:hover,
.emoji-mart-dark .emoji-mart-anchor:focus,
.emoji-mart-dark .emoji-mart-anchor-selected {
  color: #bfbfbf;
}

/* shared/styles.scss */
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 24px Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 22px Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, sans-serif;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}
.mat-mdc-button:not(:disabled).blue-text,
.mdc-button:not(:disabled).blue-text {
  color: #0097a7;
}
.blue-text {
  color: #0097a7;
}
.blue-text-important {
  color: #0097a7 !important;
}
.black-text {
  color: #123340 !important;
}
.orange-text {
  color: #f57c00 !important;
}
.gray-text {
  color: #546e7a !important;
}
.gray-text-ni {
  color: #546e7a;
}
.white-text {
  color: #ffffff !important;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-label-text-color: #0097a7;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #f57c00;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f57c00;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-pseudo-checkbox-full-selected-icon-color: #f57c00;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f57c00;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #0097a7;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #0097a7;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f57c00;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f57c00;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f57c00;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f57c00;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #0097a7;
  --mat-progress-bar-track-color: rgba(0, 151, 167, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f57c00;
  --mat-progress-bar-track-color: rgba(245, 124, 0, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f57c00;
  --mat-progress-bar-track-color: rgba(245, 124, 0, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #0097a7 87%, transparent);
  --mat-form-field-filled-caret-color: #0097a7;
  --mat-form-field-filled-focus-active-indicator-color: #0097a7;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #0097a7 87%, transparent);
  --mat-form-field-outlined-caret-color: #0097a7;
  --mat-form-field-outlined-focus-outline-color: #0097a7;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #0097a7 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f57c00;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #f57c00;
  --mat-form-field-filled-error-focus-label-text-color: #f57c00;
  --mat-form-field-filled-error-label-text-color: #f57c00;
  --mat-form-field-filled-error-caret-color: #f57c00;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f57c00;
  --mat-form-field-filled-error-focus-active-indicator-color: #f57c00;
  --mat-form-field-filled-error-hover-active-indicator-color: #f57c00;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #f57c00;
  --mat-form-field-outlined-error-focus-label-text-color: #f57c00;
  --mat-form-field-outlined-error-label-text-color: #f57c00;
  --mat-form-field-outlined-error-hover-label-text-color: #f57c00;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f57c00;
  --mat-form-field-outlined-error-hover-outline-color: #f57c00;
  --mat-form-field-outlined-error-outline-color: #f57c00;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f57c00 87%, transparent);
  --mat-form-field-filled-caret-color: #f57c00;
  --mat-form-field-filled-focus-active-indicator-color: #f57c00;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f57c00 87%, transparent);
  --mat-form-field-outlined-caret-color: #f57c00;
  --mat-form-field-outlined-focus-outline-color: #f57c00;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f57c00 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f57c00 87%, transparent);
  --mat-form-field-filled-caret-color: #f57c00;
  --mat-form-field-filled-focus-active-indicator-color: #f57c00;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f57c00 87%, transparent);
  --mat-form-field-outlined-caret-color: #f57c00;
  --mat-form-field-outlined-focus-outline-color: #f57c00;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f57c00 87%, transparent);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #0097a7;
  --mat-select-invalid-arrow-color: #f57c00;
}
.mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f57c00;
  --mat-select-invalid-arrow-color: #f57c00;
}
.mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f57c00;
  --mat-select-invalid-arrow-color: #f57c00;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #0097a7;
  --mat-chip-elevated-disabled-container-color: #0097a7;
  --mat-chip-elevated-selected-container-color: #0097a7;
  --mat-chip-flat-disabled-selected-container-color: #0097a7;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: #f57c00;
  --mat-chip-elevated-disabled-container-color: #f57c00;
  --mat-chip-elevated-selected-container-color: #f57c00;
  --mat-chip-flat-disabled-selected-container-color: #f57c00;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: #f57c00;
  --mat-chip-elevated-disabled-container-color: #f57c00;
  --mat-chip-elevated-selected-container-color: #f57c00;
  --mat-chip-flat-disabled-selected-container-color: #f57c00;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #0097a7;
  --mat-slide-toggle-selected-handle-color: #0097a7;
  --mat-slide-toggle-selected-hover-state-layer-color: #0097a7;
  --mat-slide-toggle-selected-pressed-state-layer-color: #0097a7;
  --mat-slide-toggle-selected-focus-handle-color: #0097a7;
  --mat-slide-toggle-selected-hover-handle-color: #0097a7;
  --mat-slide-toggle-selected-pressed-handle-color: #0097a7;
  --mat-slide-toggle-selected-focus-track-color: #4dd0e1;
  --mat-slide-toggle-selected-hover-track-color: #4dd0e1;
  --mat-slide-toggle-selected-pressed-track-color: #4dd0e1;
  --mat-slide-toggle-selected-track-color: #4dd0e1;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-selected-focus-state-layer-color: #f57c00;
  --mat-slide-toggle-selected-handle-color: #f57c00;
  --mat-slide-toggle-selected-hover-state-layer-color: #f57c00;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f57c00;
  --mat-slide-toggle-selected-focus-handle-color: #f57c00;
  --mat-slide-toggle-selected-hover-handle-color: #f57c00;
  --mat-slide-toggle-selected-pressed-handle-color: #f57c00;
  --mat-slide-toggle-selected-focus-track-color: #ffb74d;
  --mat-slide-toggle-selected-hover-track-color: #ffb74d;
  --mat-slide-toggle-selected-pressed-track-color: #ffb74d;
  --mat-slide-toggle-selected-track-color: #ffb74d;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-selected-focus-state-layer-color: #f57c00;
  --mat-slide-toggle-selected-handle-color: #f57c00;
  --mat-slide-toggle-selected-hover-state-layer-color: #f57c00;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f57c00;
  --mat-slide-toggle-selected-focus-handle-color: #f57c00;
  --mat-slide-toggle-selected-hover-handle-color: #f57c00;
  --mat-slide-toggle-selected-pressed-handle-color: #f57c00;
  --mat-slide-toggle-selected-focus-track-color: #ffb74d;
  --mat-slide-toggle-selected-hover-track-color: #ffb74d;
  --mat-slide-toggle-selected-pressed-track-color: #ffb74d;
  --mat-slide-toggle-selected-track-color: #ffb74d;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #0097a7;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #0097a7;
  --mat-radio-selected-hover-icon-color: #0097a7;
  --mat-radio-selected-icon-color: #0097a7;
  --mat-radio-selected-pressed-icon-color: #0097a7;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f57c00;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f57c00;
  --mat-radio-selected-hover-icon-color: #f57c00;
  --mat-radio-selected-icon-color: #f57c00;
  --mat-radio-selected-pressed-icon-color: #f57c00;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f57c00;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f57c00;
  --mat-radio-selected-hover-icon-color: #f57c00;
  --mat-radio-selected-icon-color: #f57c00;
  --mat-radio-selected-pressed-icon-color: #f57c00;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-active-track-color: #0097a7;
  --mat-slider-focus-handle-color: #0097a7;
  --mat-slider-handle-color: #0097a7;
  --mat-slider-hover-handle-color: #0097a7;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #0097a7 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #0097a7 4%, transparent);
  --mat-slider-inactive-track-color: #0097a7;
  --mat-slider-ripple-color: #0097a7;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #0097a7;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.mat-accent {
  --mat-slider-active-track-color: #f57c00;
  --mat-slider-focus-handle-color: #f57c00;
  --mat-slider-handle-color: #f57c00;
  --mat-slider-hover-handle-color: #f57c00;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f57c00 4%, transparent);
  --mat-slider-inactive-track-color: #f57c00;
  --mat-slider-ripple-color: #f57c00;
  --mat-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-inactive-container-color: #f57c00;
}
.mat-warn {
  --mat-slider-active-track-color: #f57c00;
  --mat-slider-focus-handle-color: #f57c00;
  --mat-slider-handle-color: #f57c00;
  --mat-slider-hover-handle-color: #f57c00;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f57c00 4%, transparent);
  --mat-slider-inactive-track-color: #f57c00;
  --mat-slider-ripple-color: #f57c00;
  --mat-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-inactive-container-color: #f57c00;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #0097a7;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #0097a7;
  --mat-radio-selected-hover-icon-color: #0097a7;
  --mat-radio-selected-icon-color: #0097a7;
  --mat-radio-selected-pressed-icon-color: #0097a7;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f57c00;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f57c00;
  --mat-radio-selected-hover-icon-color: #f57c00;
  --mat-radio-selected-icon-color: #f57c00;
  --mat-radio-selected-pressed-icon-color: #f57c00;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f57c00;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f57c00;
  --mat-radio-selected-hover-icon-color: #f57c00;
  --mat-radio-selected-icon-color: #f57c00;
  --mat-radio-selected-pressed-icon-color: #f57c00;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #0097a7;
  --mat-checkbox-selected-hover-icon-color: #0097a7;
  --mat-checkbox-selected-icon-color: #0097a7;
  --mat-checkbox-selected-pressed-icon-color: #0097a7;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #0097a7;
  --mat-checkbox-selected-hover-state-layer-color: #0097a7;
  --mat-checkbox-selected-pressed-state-layer-color: #0097a7;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-selected-focus-icon-color: #f57c00;
  --mat-checkbox-selected-hover-icon-color: #f57c00;
  --mat-checkbox-selected-icon-color: #f57c00;
  --mat-checkbox-selected-pressed-icon-color: #f57c00;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f57c00;
  --mat-checkbox-selected-hover-state-layer-color: #f57c00;
  --mat-checkbox-selected-pressed-state-layer-color: #f57c00;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-selected-focus-icon-color: #f57c00;
  --mat-checkbox-selected-hover-icon-color: #f57c00;
  --mat-checkbox-selected-icon-color: #f57c00;
  --mat-checkbox-selected-pressed-icon-color: #f57c00;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f57c00;
  --mat-checkbox-selected-hover-state-layer-color: #f57c00;
  --mat-checkbox-selected-pressed-state-layer-color: #f57c00;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #0097a7;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #0097a7;
  --mat-tab-active-ripple-color: #0097a7;
  --mat-tab-inactive-ripple-color: #0097a7;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #0097a7;
  --mat-tab-active-hover-label-text-color: #0097a7;
  --mat-tab-active-focus-indicator-color: #0097a7;
  --mat-tab-active-hover-indicator-color: #0097a7;
  --mat-tab-active-indicator-color: #0097a7;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f57c00;
  --mat-tab-active-ripple-color: #f57c00;
  --mat-tab-inactive-ripple-color: #f57c00;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f57c00;
  --mat-tab-active-hover-label-text-color: #f57c00;
  --mat-tab-active-focus-indicator-color: #f57c00;
  --mat-tab-active-hover-indicator-color: #f57c00;
  --mat-tab-active-indicator-color: #f57c00;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f57c00;
  --mat-tab-active-ripple-color: #f57c00;
  --mat-tab-inactive-ripple-color: #f57c00;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f57c00;
  --mat-tab-active-hover-label-text-color: #f57c00;
  --mat-tab-active-focus-indicator-color: #f57c00;
  --mat-tab-active-hover-indicator-color: #f57c00;
  --mat-tab-active-indicator-color: #f57c00;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #0097a7;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f57c00;
  --mat-tab-foreground-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f57c00;
  --mat-tab-foreground-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-selected-focus-icon-color: #f57c00;
  --mat-checkbox-selected-hover-icon-color: #f57c00;
  --mat-checkbox-selected-icon-color: #f57c00;
  --mat-checkbox-selected-pressed-icon-color: #f57c00;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f57c00;
  --mat-checkbox-selected-hover-state-layer-color: #f57c00;
  --mat-checkbox-selected-pressed-state-layer-color: #f57c00;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #0097a7;
  --mat-checkbox-selected-hover-icon-color: #0097a7;
  --mat-checkbox-selected-icon-color: #0097a7;
  --mat-checkbox-selected-pressed-icon-color: #0097a7;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #0097a7;
  --mat-checkbox-selected-hover-state-layer-color: #0097a7;
  --mat-checkbox-selected-pressed-state-layer-color: #0097a7;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-selected-focus-icon-color: #f57c00;
  --mat-checkbox-selected-hover-icon-color: #f57c00;
  --mat-checkbox-selected-icon-color: #f57c00;
  --mat-checkbox-selected-pressed-icon-color: #f57c00;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f57c00;
  --mat-checkbox-selected-hover-state-layer-color: #f57c00;
  --mat-checkbox-selected-pressed-state-layer-color: #f57c00;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #0097a7;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #0097a7;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #0097a7 12%, transparent);
  --mat-button-outlined-state-layer-color: #0097a7;
  --mat-button-protected-container-color: #0097a7;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #0097a7;
  --mat-button-text-ripple-color: color-mix(in srgb, #0097a7 12%, transparent);
  --mat-button-text-state-layer-color: #0097a7;
  --mat-button-tonal-container-color: #0097a7;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f57c00;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-label-text-color: #f57c00;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-button-outlined-state-layer-color: #f57c00;
  --mat-button-protected-container-color: #f57c00;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-label-text-color: #f57c00;
  --mat-button-text-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-button-text-state-layer-color: #f57c00;
  --mat-button-tonal-container-color: #f57c00;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f57c00;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-label-text-color: #f57c00;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-button-outlined-state-layer-color: #f57c00;
  --mat-button-protected-container-color: #f57c00;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-label-text-color: #f57c00;
  --mat-button-text-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-button-text-state-layer-color: #f57c00;
  --mat-button-tonal-container-color: #f57c00;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #0097a7;
  --mat-icon-button-state-layer-color: #0097a7;
  --mat-icon-button-ripple-color: color-mix(in srgb, #0097a7 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f57c00;
  --mat-icon-button-state-layer-color: #f57c00;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f57c00;
  --mat-icon-button-state-layer-color: #f57c00;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #0097a7;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #0097a7 12%, transparent);
  --mat-fab-small-container-color: #0097a7;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f57c00;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-fab-small-container-color: #f57c00;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f57c00;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-fab-small-container-color: #f57c00;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
  --mat-snack-bar-container-shape: 4px;
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #4dd0e1;
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
  --mat-progress-spinner-active-indicator-color: #0097a7;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #f57c00;
}
.mat-warn {
  --mat-progress-spinner-active-indicator-color: #f57c00;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #0097a7;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #f57c00;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}
.mat-badge-warn {
  --mat-badge-background-color: #f57c00;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-height: 48px;
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #0097a7 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f57c00 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #0097a7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #0097a7 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #0097a7 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #0097a7 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #0097a7;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent,
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f57c00 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f57c00 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #f57c00;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f57c00 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f57c00 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f57c00;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f57c00 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f57c00 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #f57c00;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f57c00 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f57c00 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f57c00;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #0097a7;
}
.mat-icon.mat-accent {
  --mat-icon-color: #f57c00;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f57c00;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #0097a7;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #0097a7;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #0097a7;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f57c00;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f57c00;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #f57c00;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #f57c00;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #f57c00;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
.mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #f57c00;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #f57c00;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #f57c00;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #0097a7;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f57c00;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f57c00;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: white;
}
mat-card {
  font-size: 14px;
}
html {
  color: rgba(55, 71, 79, 0.8705882353);
  --mdc-typography-body1-font-size: 14px;
  --mdc-outlined-text-field-label-text-size: 14px;
  --mdc-filled-text-field-label-text-size: 14px;
  --mat-select-trigger-text-size: 14px;
  --mat-menu-item-label-text-size: 14px;
  --mat-form-field-container-text-size: 14px;
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.68);
  --mat-toolbar-container-text-color: rgba(55, 71, 79, 0.87);
  --mat-option-label-text-tracking: normal;
  --mat-sidenav-content-text-color: #37474fde;
}
html mat-form-field[class] {
  display: inline-block;
}
html a.mat-mdc-icon-button.mat-mdc-icon-button[class] {
  display: inline-flex;
}
html p {
  margin-block-end: 0;
  margin-block-start: 0;
}
html .mat-mdc-card-outlined {
  border: none;
}
.mat-mdc-option[class] {
  min-height: 38px;
}
.mat-mdc-option[class] .mdc-list-item__primary-text {
  font-size: 14px;
}
.mat-mdc-icon-button[class] {
  --mdc-icon-button-icon-color: #515e66;
}
.mat-expansion-panel[class] {
  --mat-expansion-container-text-color: #515e66;
}
.mat-expansion-panel-header-title[class] {
  --mat-expansion-header-text-color: #123340;
}
.mat-mdc-dialog-container {
  --mdc-dialog-subhead-color: #123340 !important;
}
.mdc-list-item__primary-text[class] {
  --mdc-list-list-item-label-text-color: rgba(55, 71, 79, 0.87);
  text-wrap: wrap;
}
.mdc-list-item:hover .mdc-list-item__primary-text[class] {
  --mdc-list-list-item-hover-label-text-color: rgba(55, 71, 79, 0.87);
}
.no-max-height-dialog .mat-mdc-dialog-content[class] {
  max-height: unset;
}
.mdc-button[class] {
  padding: 0 16px;
  font-weight: 500;
  border-radius: 18px;
  -webkit-font-smoothing: auto;
  font-smooth: auto;
}
.mdc-button--raised[class],
.mdc-button--outlined[class] {
  min-width: 110px;
}
.mat-mdc-unelevated-button.mat-basic[class]:not(:disabled) {
  color: #0097a7;
}
.mat-mdc-dialog-actions .mat-mdc-button.mat-unthemed[class]:not(:disabled) {
  color: #0097a7;
}
.mdc-button .mat-icon {
  width: 1.5rem !important;
  height: 1.5rem !important;
  font-size: 1.5rem !important;
}
.mat-mdc-outlined-button:disabled {
  background-color: rgba(0, 0, 0, 0.1215686275);
}
.cdk-overlay-pane:has(.mat-mdc-autocomplete-panel) {
  min-width: 160px !important;
}
.mat-mdc-autocomplete-panel {
  border-radius: 8px !important;
  margin-top: 4px;
  border: 1px solid #eeeeee;
  padding: 8px !important;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.1), 0 2px 6px -4px rgba(0, 0, 0, 0.3) !important;
}
.mat-mdc-select-panel {
  border-radius: 8px !important;
  margin-top: 4px;
  border: 1px solid #eeeeee;
  padding: 8px !important;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.1), 0 2px 6px -4px rgba(0, 0, 0, 0.3) !important;
}
.mat-mdc-option {
  border-radius: 6px !important;
  min-height: 40px !important;
  padding: 0 12px !important;
}
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  background-color: #f2f2f2 !important;
}
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) span {
  color: #123340;
  font-weight: 500;
}
.mat-mdc-option span {
  color: #546e7a;
  font-weight: 400;
}
.mat-mdc-menu-panel {
  border-radius: 8px !important;
  margin-top: 4px;
  border: 1px solid #eeeeee;
  padding: 8px;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.1), 0 2px 6px -4px rgba(0, 0, 0, 0.3) !important;
}
.mat-mdc-menu-item {
  border-radius: 6px !important;
  min-height: 40px !important;
  padding: 0 12px !important;
}
.mat-mdc-menu-item[class] .mat-icon-no-color[class],
.mat-mdc-menu-item[class] .mat-mdc-menu-submenu-icon[class] {
  color: rgba(0, 0, 0, 0.5411764706);
}
.mat-mdc-menu-item[class] .mdc-list-item__primary-text {
  display: flex;
  align-items: center;
}
.no-margin-bottom-field div.mat-mdc-text-field-wrapper.mdc-text-field--filled {
  margin-bottom: 0px;
}
.move7pxuphack[class] .mat-mdc-select-arrow-wrapper {
  transform: translateY(-7px) !important;
}
.mat-step-text-label {
  font-size: 14px;
  color: #515e66;
}
.mat-step-label-selected .mat-step-text-label {
  color: #123340 !important;
  font-weight: 500;
}
.mat-mdc-form-field {
  margin-bottom: 12px;
}
div.mat-mdc-text-field-wrapper.mdc-text-field--filled {
  border-radius: 4px;
  background-color: #f2f7f8;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px -1px rgba(0, 0, 0, 0.05);
}
div.mat-mdc-text-field-wrapper.mdc-text-field--filled .mdc-line-ripple::before {
  border-bottom: none;
}
orgbrain-multi-dropdown-with-search .mat-mdc-form-field-flex {
  align-items: center;
}
orgbrain-multi-dropdown-with-search .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.mat-mdc-form-field[class] .mat-mdc-form-field-bottom-align::before {
  display: none !important;
}
.mat-mdc-form-field[class] div.mat-mdc-form-field-hint-wrapper {
  position: relative;
}
.mat-mdc-form-field-hint-wrapper[class] {
  padding-left: 0;
}
.mat-mdc-form-field-error-wrapper[class] mat-error[class] {
  margin-top: -16px;
  margin-left: -16px;
  line-height: 12px;
}
div .mat-mdc-form-field-icon-prefix > .mat-icon,
div .mat-mdc-form-field-icon-suffix > .mat-icon {
  padding: 0 4px 0 8px;
}
.mdc-text-field--outlined {
  height: 42px;
}
.mat-form-field-appearance-outline > .mat-mdc-text-field-wrapper {
  height: 42px;
}
.mat-form-field-appearance-outline .mat-mdc-form-field-infix {
  height: 42px;
  min-height: 42px;
}
div.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 0;
  padding-bottom: 0;
}
div.mat-mdc-text-field-wrapper.mdc-text-field--outlined div.mat-mdc-form-field-flex {
  align-items: center;
}
div.mat-mdc-text-field-wrapper.mdc-text-field--outlined div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix {
  min-height: 42px;
  display: flex;
  align-items: center;
}
div.mat-mdc-text-field-wrapper.mdc-text-field--outlined div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix textarea {
  margin-top: 6px;
}
div.mat-mdc-text-field-wrapper.mdc-text-field--outlined div.mat-mdc-form-field-flex .mat-mdc-select-value {
  padding: 12px 0;
}
div.mat-mdc-text-field-wrapper.mdc-text-field--outlined div.mat-mdc-form-field-flex label {
  padding-bottom: 15px;
  max-width: calc(100% - 30px) !important;
}
div.mat-mdc-text-field-wrapper.mdc-text-field--outlined div.mat-mdc-form-field-flex .mdc-floating-label--float-above {
  margin-left: -4px;
  padding-top: 0px;
  overflow: hidden;
  background: white;
  padding: 0px 2px;
  text-overflow: ellipsis;
  max-width: 130% !important;
}
div.mat-mdc-text-field-wrapper.mdc-text-field--outlined div.mat-mdc-form-field-flex .mdc-notched-outline__notch {
  width: 100% !important;
  border-top-width: 1px;
  border-top-style: solid;
}
div.mat-mdc-text-field-wrapper.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch {
  border-top-width: 2px !important;
}
div.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-bottom-align::before {
  display: none !important;
}
div.mat-mdc-text-field-wrapper.mdc-text-field--outlined div.mat-mdc-form-field-hint-wrapper {
  position: relative;
}
.mat-accent .mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: white !important;
}
.mat-accent .mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark[class] {
  border-color: white !important;
}
.mat-mdc-form-field-icon-suffix {
  display: flex;
  align-items: center;
}
.justify-content-between .mdc-list-item__primary-text,
.justify-content-between .mat-mdc-menu-item-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
button.mat-mdc-icon-button.mat-mdc-icon-button,
a.mat-mdc-icon-button.mat-mdc-icon-button {
  border-radius: 4px !important;
  width: 36px;
  height: 36px;
  padding: 0;
  min-width: 36px;
  flex-shrink: 0;
  line-height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.mat-mdc-icon-button.mat-mdc-icon-button .mat-mdc-button-touch-target,
a.mat-mdc-icon-button.mat-mdc-icon-button .mat-mdc-button-touch-target {
  width: 36px;
  height: 36px;
}
.mat-mdc-icon-button .mat-mdc-button-persistent-ripple {
  border-radius: 4px !important;
}
.mdc-button {
  border-radius: 4px !important;
}
.mat-icon {
  min-width: 24px;
}
.mat-step-icon .mat-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.mdc-button-fix .mdc-button__label {
  display: flex;
}
.mat-mdc-menu-content.mat-mdc-menu-content {
  padding: 0;
}
.mat-mdc-paginator-page-size .mdc-notched-outline__trailing,
.mat-mdc-paginator-page-size .mdc-notched-outline__notch,
.mat-mdc-paginator-page-size .mdc-notched-outline__leading {
  border: none;
}
body {
  margin: 0;
}
* {
  letter-spacing: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
mat-card-title {
  color: #607d8b;
}
h1 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
  margin-top: 20px;
}
@media (min-width: 481px) {
  body,
  .mat-sidenav-content,
  .mat-sidenav-container {
    background-color: #eef1f3;
  }
  .defaultCard[class] {
    margin: 40px auto 0;
  }
}
mat-card-title {
  margin-bottom: 20px !important;
}
mat-bottom-sheet-container {
  position: fixed;
  bottom: 0;
  left: 5px;
}
@media (max-width: 700px) {
  .padding-y-mobile-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.button-row {
  align-items: center;
  justify-content: space-around;
  margin: 20px 20px 20px 0;
}
.padding-x-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
@media (max-width: 700px) {
  .padding-x-64 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.mat-mdc-outlined-button.mat-primary:not(:disabled) {
  border-color: #0097a7 !important;
}
.mat-mdc-outlined-button.mat-primary:disabled {
  border-color: transparent;
}
.accordheader {
  font-size: 20px;
  color: #123340;
  line-height: 24px !important;
  font-weight: 400;
}
.padding-x-38-responsive {
  padding-left: 38px !important;
  padding-right: 38px !important;
}
@media (max-width: 700px) {
  .padding-x-38-responsive {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.padding-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 700px) {
  .padding-x-40 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.padding-x-40-responsive {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 700px) {
  .padding-x-40-responsive {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.padding-x-40-responsive.variable-padding-small-activate {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media screen and (max-width: 700px) {
  .forcing-no-padding-in-expansion-panel-body-in-mobile .mat-expansion-panel-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.overrideMobile768 .padding-x-64 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.overrideMobile768 .padding-x-40-responsive {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.overrideMobile768 .padding-x-40 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.overrideMobile768 .forcing-no-padding-in-expansion-panel-body-in-mobile .mat-expansion-panel-body {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.overrideMobile768 .meeting-notes-panel .mat-expansion-panel-body {
  padding: 0;
}
.padding-x-48-with-tables {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
@media (max-width: 700px) {
  .padding-x-48-with-tables {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.action-button {
  min-width: 105px;
}
.letter-avatar {
  background-color: #0097a7;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
*::-webkit-scrollbar {
  width: 16px;
}
*::-webkit-scrollbar-track {
  background: #eef1f3;
}
*::-webkit-scrollbar-track:hover {
  width: 12px;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border: 5px solid #eef1f3;
  border-radius: 12px;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border: 3px solid #eef1f3;
}
.white-scroll::-webkit-scrollbar,
.mat-mdc-autocomplete-panel::-webkit-scrollbar,
.mat-mdc-select-panel::-webkit-scrollbar,
.mat-mdc-menu-panel::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.white-scroll::-webkit-scrollbar-track,
.mat-mdc-autocomplete-panel::-webkit-scrollbar-track,
.mat-mdc-select-panel::-webkit-scrollbar-track,
.mat-mdc-menu-panel::-webkit-scrollbar-track {
  background: #fff;
}
.white-scroll::-webkit-scrollbar-track:hover,
.mat-mdc-autocomplete-panel::-webkit-scrollbar-track:hover,
.mat-mdc-select-panel::-webkit-scrollbar-track:hover,
.mat-mdc-menu-panel::-webkit-scrollbar-track:hover {
  width: 8px;
  height: 8px;
}
.white-scroll::-webkit-scrollbar-thumb,
.mat-mdc-autocomplete-panel::-webkit-scrollbar-thumb,
.mat-mdc-select-panel::-webkit-scrollbar-thumb,
.mat-mdc-menu-panel::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border: 4px solid #fff;
  border-radius: 12px;
}
.white-scroll::-webkit-scrollbar-thumb:hover,
.mat-mdc-autocomplete-panel::-webkit-scrollbar-thumb:hover,
.mat-mdc-select-panel::-webkit-scrollbar-thumb:hover,
.mat-mdc-menu-panel::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
}
.example-spacer {
  flex: 1 1 auto;
}
.spacer {
  flex: 1 1 auto;
}
.defaultCard {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 23px;
  box-sizing: border-box;
}
.removemargin {
  margin-left: -24px !important;
  margin-right: -24px !important;
}
mat-dialog-container,
.mat-select-panel,
mat-card,
.mat-menu-content {
  background: white;
}
.mat-button-base {
  background: none;
}
.mdc-dialog__surface {
  padding: 32px;
}
@media (max-width: 699px) {
  .mdc-dialog__surface {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.dialog-with-reduced-left-padding .mdc-dialog__surface {
  padding-left: 22px;
}
@media (max-width: 699px) {
  .dialog-with-reduced-left-padding .mdc-dialog__surface {
    padding-left: 6px;
  }
}
.mdc-dialog .mdc-dialog__content[class] {
  padding: 0;
}
.mat-mdc-dialog-container {
  --mdc-dialog-supporting-text-color: $orgbrain-black;
}
.mdc-dialog__title {
  padding-left: 0px !important;
}
.mdc-switch--selected .mdc-switch__icon {
  fill: white !important;
}
.mat-mdc-chip-action-label {
  color: white !important;
}
.mat-mdc-standard-chip {
  border-radius: 8px !important;
}
.mdc-button.tonal-button[class] {
  background-color: #cceaed;
  color: #004d55;
}
.mdc-button.tonal-button[class]:disabled {
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.4);
}
mat-dialog-container.mat-mdc-dialog-container div.container[class] {
  margin-top: 0px;
}
.fat-button {
  line-height: 36px !important;
  display: inline-block !important;
  height: unset !important;
  border-radius: 1000px !important;
}
.mdc-list-item.mdc-list-item--with-one-line[class] {
  height: auto;
  min-height: 35px;
}
.mdc-list-item.mdc-list-item--with-one-line[class] p {
  margin: 0;
}
.hacked-radio-move-left .mdc-radio__background[class] {
  position: absolute;
  top: 1px;
  left: -2px;
}
.mdc-data-table__pagination-total[class],
.mdc-data-table__pagination-rows-per-page-label[class],
.mdc-data-table__cell[class],
.mdc-data-table__header-cell[class] {
  color: #546e7a;
}
.mat-tabs-orgbrain .mdc-tab__text-label {
  font-weight: normal;
  font-size: 13px;
  color: #546e7a !important;
}
.mat-tabs-orgbrain .mat-mdc-tab.mdc-tab {
  height: 58px !important;
}
.mat-tabs-orgbrain .mat-mdc-tab.mdc-tab ul li:last-of-type {
  padding: 7px 0 10px 0;
}
.mat-tabs-orgbrain.mat-tabs-orgbrain-48 .mdc-tab__text-label {
  font-size: 14px;
}
.mat-tabs-orgbrain.mat-tabs-orgbrain-48 .mat-mdc-tab.mdc-tab {
  height: 48px !important;
}
.mdc-dialog__title::before {
  display: none !important;
}
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end[class] {
  margin-left: 8px;
}
.mdc-dialog__actions[class] {
  padding-top: 16px;
  min-height: 36px;
}
.snack-container .text-content {
  word-break: break-word;
}
.fix-button-with-icon-right[class] {
  flex-direction: row-reverse;
}
.fix-button-with-icon-right[class] mat-icon {
  margin-right: 0;
  margin-left: 8px;
}
.kaj-design .mat-icon.mat-warn[class] {
  color: #c63c11;
}
.kaj-design mat-list-item p {
  color: #0097a7;
  padding-left: 10px;
}
.mat-mdc-slide-toggle .mdc-switch .mdc-switch__ripple[class] {
  height: 36px;
  width: 36px;
}
.mat-mdc-button .mat-mdc-button-touch-target[class],
.mat-mdc-unelevated-button .mat-mdc-button-touch-target[class],
.mat-mdc-raised-button .mat-mdc-button-touch-target[class],
.mat-mdc-outlined-button .mat-mdc-button-touch-target[class] {
  height: 36px;
}
.mat-mdc-icon-button .mat-mdc-button-touch-target[class] {
  height: 40px;
}
.mat-mdc-autocomplete-panel mat-pseudo-checkbox {
  display: none;
}
.cdk-overlay-pane {
  min-width: 94px !important;
}
.expadedAgendaItemHeader .mat-expansion-indicator {
  display: none;
}
.expadedAgendaItemHeader mat-icon.threeDotsIcon {
  position: absolute;
  right: 15px;
  top: calc(50% - 12px);
}
@media (max-width: 699px) {
  .expadedAgendaItemHeader mat-icon.threeDotsIcon {
    right: 3px;
  }
}
.expadedAgendaItemHeader mat-panel-description {
  padding-right: 8px !important;
}
.mdc-menu-surface--open[class] {
  padding-top: 0;
  padding-bottom: 0;
}
.force-wrap-mat-option {
  background: black;
  overflow: auto !important;
}
.force-wrap-mat-option .mdc-list-item__primary-text {
  text-overflow: unset;
  word-break: break-word;
}
ngx-extended-pdf-viewer div.zoom mat-form-field.mat-mdc-form-field,
ngx-extended-pdf-viewer div.zoom mat-form-field.mat-mdc-form-field * {
  box-sizing: border-box !important;
}
ngx-extended-pdf-viewer div.zoom[class],
ngx-extended-pdf-viewer div.zoom[class] * {
  box-sizing: border-box !important;
}
.markdown-wannabe-textarea angular-editor-toolbar {
  display: none;
}
.markdown-wannabe-textarea .angular-editor-textarea {
  line-height: 22px;
}
.markdown-wannabe-textarea .angular-editor-wrapper {
  min-height: 80px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}
.markdown-wannabe-textarea .angular-editor-textarea:after {
  display: none !important;
}
.move-badge-left-28 .mat-badge-content {
  margin-left: -28px !important;
  z-index: 1000;
}
.mdc-tooltip::before {
  display: none;
  height: 0;
  width: 0;
}
.mdc-tooltip__surface {
  background-color: #123340 !important;
  border-radius: 4px;
  padding: 4px;
  color: #fff;
}
.contentwidth {
  max-width: 1150px;
  width: 90vw;
}
.v10 {
  height: 20px;
}
.v20 {
  height: 20px;
}
.v30 {
  height: 30px;
}
.v50 {
  height: 50px;
}
.v100 {
  height: 100px;
}
.orange {
  color: #ffb100;
}
.orgbrain-green {
  color: #48964c;
}
.grey1 {
  color: #414141;
}
.grey2 {
  color: #656565;
}
.grey2a {
  color: #707070;
}
.grey2 {
  color: #656565;
}
.grey3 {
  color: #bcbcbc;
}
.grey4 {
  color: #ededed;
}
.grey5 {
  color: #f7f7f7;
}
.backgrey1 {
  background-color: #414141;
}
.backgrey2 {
  background-color: #656565;
}
.backgrey3 {
  background-color: #bcbcbc;
}
.backgrey4 {
  background-color: #ededed;
}
.iconGrey {
  color: #607d8b !important;
  fill: #607d8b !important;
}
.backgrey5 {
  background-color: #f7f7f7;
}
.orgbrain-error-color {
  color: #c73c11 !important;
}
.orgbrain-orange-color {
  color: #f57c00;
}
.orgbrain-yellow-color {
  color: #f6be4d;
}
.orgbrain-light-blue {
  background-color: #c2e6ea;
}
.orgbrain-blue-color {
  color: #0097a7;
}
.orgbrain-completed-color {
  color: #48964c;
}
.orgbrain-gray-color {
  color: #546e7a;
}
.orgbrain-border-color {
  color: #cfd8dc;
}
.small-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.orgbrain-blue-outline {
  color: #0097a7 !important;
  background-color: rgba(0, 150, 167, 0.0392156863) !important;
}
.orgbrain-border {
  border: 1px solid #cfd8dc !important;
}
.orgbrain-border-bottom {
  border-bottom: 1px solid #cfd8dc;
}
.orgbrain-border-top {
  border-top: 1px solid #cfd8dc;
}
.orgbrain-border-left {
  border-left: 1px solid #cfd8dc;
}
.orgbrain-border-right {
  border-right: 1px solid #cfd8dc;
}
.orgbrain-bg-white {
  background-color: #fff;
}
.orgbrain-bg-light-gray {
  background-color: #eef1f3;
}
.orgbrain-slight-gray {
  background-color: rgba(0, 0, 0, 0.02);
}
.orgbrain-bg-blue {
  background-color: #0097a7;
}
.maincolor {
  color: rgb(23, 153, 240);
  border-color: rgb(23, 153, 240);
}
.white {
  color: white;
  border-color: white;
}
.backgroundmaincolor {
  background-color: rgb(23, 153, 240);
}
mat-basic-chip mat-icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
.meeting-category {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 2px 8px 2px 4px;
  border-radius: 8px;
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 767px) {
  .meeting-category {
    font-size: 12px;
  }
}
.mat-chip.mat-standard-chip,
.mat-mdc-standard-chip,
.meeting-category {
  color: white;
}
.mat-chip.mat-standard-chip.DRAFT,
.mat-mdc-standard-chip.DRAFT,
.meeting-category.DRAFT {
  background-color: #0097a7 !important;
  --mdc-chip-label-text-color: white !important;
}
.mat-chip.mat-standard-chip.PLANNED,
.mat-mdc-standard-chip.PLANNED,
.meeting-category.PLANNED {
  background-color: #849dbc !important;
  --mdc-chip-label-text-color: white !important;
}
.mat-chip.mat-standard-chip.ANNUAL_PLAN,
.mat-mdc-standard-chip.ANNUAL_PLAN,
.meeting-category.ANNUAL_PLAN {
  background-color: #4d6bbe !important;
  --mdc-chip-label-text-color: white !important;
}
.mat-chip.mat-standard-chip.CALLED,
.mat-mdc-standard-chip.CALLED,
.meeting-category.CALLED {
  background-color: #358abf !important;
  --mdc-chip-label-text-color: white !important;
}
.mat-chip.mat-standard-chip.ACTIVE,
.mat-mdc-standard-chip.ACTIVE,
.meeting-category.ACTIVE {
  background-color: #8b5f98 !important;
  --mdc-chip-label-text-color: white !important;
}
.mat-chip.mat-standard-chip.REQUIRES_MINUTES,
.mat-mdc-standard-chip.REQUIRES_MINUTES,
.meeting-category.REQUIRES_MINUTES {
  background-color: #f57c00 !important;
  --mdc-chip-label-text-color: white !important;
}
.mat-chip.mat-standard-chip.ENTERPRISE,
.mat-mdc-standard-chip.ENTERPRISE,
.meeting-category.ENTERPRISE {
  background-color: #f57c00 !important;
  --mdc-chip-label-text-color: white !important;
}
.mat-chip.mat-standard-chip.REQUIRES_SIGNATURES,
.mat-mdc-standard-chip.REQUIRES_SIGNATURES,
.meeting-category.REQUIRES_SIGNATURES {
  background-color: #c73c11 !important;
  --mdc-chip-label-text-color: white !important;
}
.mat-chip.mat-standard-chip.REQUIRES_DISCUSSION,
.mat-mdc-standard-chip.REQUIRES_DISCUSSION,
.meeting-category.REQUIRES_DISCUSSION {
  background-color: #f57c00 !important;
  --mdc-chip-label-text-color: white !important;
}
.mat-chip.mat-standard-chip.COMPLETED,
.mat-mdc-standard-chip.COMPLETED,
.meeting-category.COMPLETED {
  background-color: #48964c !important;
  --mdc-chip-label-text-color: white !important;
}
.mat-chip.mat-standard-chip.CANCELLED,
.mat-mdc-standard-chip.CANCELLED,
.meeting-category.CANCELLED {
  background-color: #c73c11 !important;
  --mdc-chip-label-text-color: white !important;
}
orgbrain-defaultlayout .mat-drawer-container {
  background-color: #eef1f3;
}
orgbrain-defaultlayout .mat-card:not(.meetings-card) {
  padding-left: 0px;
  padding-right: 0px;
}
orgbrain-defaultlayout .mat-card:not(.meetings-card).no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 481px) {
  orgbrain-defaultlayout .mat-card:not(.meetings-card) {
    margin: 0px 0px 0px 0px;
  }
  orgbrain-defaultlayout .mat-card:not(.meetings-card) .mat-card-header-text {
    margin: 0 5px;
  }
}
orgbrain-defaultlayout .default-padding {
  padding: 0 24px;
}
orgbrain-defaultlayout .mat-input-element:disabled,
orgbrain-defaultlayout .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.6);
}
orgbrain-defaultlayout .main-container {
  width: 1080px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
}
html,
body {
  font-family: "Roboto", sans-serif;
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
button {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
strong {
  font-weight: 500;
}
.ghost {
  padding: 0;
  text-align: left;
  outline: none;
  border: none;
  background: none;
}
.hide {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .hide-medium {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .hide-mobile {
    display: none !important;
  }
}
.hide-arrow[type=number]::-webkit-inner-spin-button,
.hide-arrow[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dialog-no-margin .mat-mdc-dialog-surface {
  padding: 0 !important;
  border-radius: 8px !important;
}
.dialog-small-margin .mat-mdc-dialog-surface {
  padding: 8px !important;
  border-radius: 8px !important;
}
.hide-required-asterisk label .mat-mdc-form-field-required-marker {
  display: none;
}
.mat-simple-snackbar {
  overflow-wrap: anywhere;
}
@media (max-width: 500px) {
  .conversations-wrap-closed {
    display: none;
  }
}
.darkerBackdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-pointer label {
  cursor: pointer;
}
button.mat-mdc-outlined-button,
a.mat-flat-button,
button.mat-flat-button {
  min-width: 110px;
  border-radius: 1000px;
  box-shadow: none !important;
}
button.mat-flat-button,
a.mat-flat-button {
  border-radius: 1000px;
}
button.mat-button,
a.mat-button {
  border-radius: 1000px;
}
button.mat-stroked-button,
a.mat-stroked-button {
  border-radius: 1000px;
}
a.mat-stroked-button {
  border-color: #0097a7;
}
button.mat-stroked-button:not(.mat-button-disabled) {
  border-color: #b0bec5;
}
.orgbrain-data-table.transparent-background .mat-toolbar {
  background-color: transparent;
}
.orgbrain-data-table.transparent-background .mat-table {
  background-color: transparent;
}
.orgbrain-data-table.transparent-background .mat-table tr {
  background-color: transparent;
}
.full-height-dialog mat-dialog-container.mat-mdc-dialog-container {
  max-height: 100vh;
  max-height: 100dvh;
}
mat-dialog-container.mat-mdc-dialog-container {
  border-radius: 16px;
  max-height: 92vh;
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-surface {
  border-radius: 16px;
}
mat-dialog-container.mat-mdc-dialog-container div.container {
  margin-top: 16px;
}
@media (max-width: 600px) {
  mat-dialog-container.mat-mdc-dialog-container {
    max-height: 98dvh;
  }
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content {
  max-height: 70vh;
  max-height: 70dvh;
}
.mat-form-field-infix-no-border .mat-form-field-infix {
  border-top: none !important;
}
.orgbrain-data-table .mat-form-field-appearance-outline .mat-form-field-wrapper {
  padding: 0 !important;
}
.orgbrain-data-table .mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex {
  padding: 8px 5px 8px 15px !important;
}
.orgbrain-data-table .mat-form-field-appearance-outline .mat-form-field-wrapper mat-icon {
  font-size: 1.3rem;
}
.orgbrain-data-table .mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-infix {
  padding: 0 !important;
  font-size: 1rem;
  border-top: none !important;
}
.orgbrain-data-table .mat-form-field-appearance-outline.selector-styled .mat-form-field-flex {
  padding: 15px 5px 8px 15px !important;
}
.orgbrain-data-table .mat-form-field-appearance-outline.selector-styled .mat-select-arrow-wrapper {
  padding-top: 10px;
}
@media (max-width: 600px) {
  .orgbrain-data-table tr.mat-header-row {
    height: 47px;
  }
  .orgbrain-data-table tr.mat-footer-row,
  .orgbrain-data-table tr.mat-row {
    height: 39px;
  }
}
.orgbrain-data-table .mat-toolbar {
  background-color: white;
  height: unset !important;
  min-height: 44px;
  flex-wrap: wrap;
}
.orgbrain-data-table .mat-toolbar:not(.no-border-top) {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.orgbrain-data-table .mat-toolbar .mat-icon-button {
  color: #536b73;
}
.orgbrain-data-table .mat-toolbar .mat-icon-button[disabled] {
  opacity: 0.3;
}
.orgbrain-data-table .mat-sort-header-button {
  font-size: 14px;
}
.orgbrain-data-table .mat-mdc-table {
  color: #546e7a;
}
.orgbrain-data-table .mat-mdc-table table:not(.with-border-bottom) td {
  border-bottom: none !important;
}
.orgbrain-data-table .mat-mdc-table .mat-mdc-header-cell {
  color: #123340;
  font-size: 14px;
}
.orgbrain-data-table .mat-mdc-table tr,
.orgbrain-data-table .mat-mdc-table mat-row {
  background-color: white;
}
.orgbrain-data-table .mat-mdc-table tr.canpress,
.orgbrain-data-table .mat-mdc-table mat-row.canpress {
  cursor: pointer;
  outline: none;
}
.orgbrain-data-table .mat-mdc-table tr.canpress:hover,
.orgbrain-data-table .mat-mdc-table mat-row.canpress:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.orgbrain-data-table .mat-mdc-table tr.hoverhighlight,
.orgbrain-data-table .mat-mdc-table mat-row.hoverhighlight {
  outline: none;
}
.orgbrain-data-table .mat-mdc-table tr.hoverhighlight:hover,
.orgbrain-data-table .mat-mdc-table mat-row.hoverhighlight:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.orgbrain-data-table .mat-mdc-table td {
  padding: 5px 15px;
  color: #546e7a;
  border: none;
  border-bottom: 1px solid #e3e3e3;
}
.orgbrain-data-table .mat-mdc-table td:not(.special-icons) mat-icon {
  color: #546e7a !important;
  font-size: 22px;
}
.orgbrain-data-table .mat-mdc-table > mat-row {
  background-color: white;
}
.orgbrain-data-table .mat-mdc-table > mat-row mat-cell {
  border: none;
  color: #546e7a;
}
.orgbrain-data-table .mat-mdc-table > mat-row mat-cell mat-icon {
  font-size: 22px;
}
.orgbrain-data-table .dropzonehighlight td,
.orgbrain-data-table .dropzonehighlight th,
.orgbrain-data-table .dropzonehighlight mat-paginator {
  background-color: rgba(0, 151, 167, 0.15);
}
.orgbrain-data-table.special [class*=tatus],
.orgbrain-data-table.special [class*=edit] {
  text-align: left;
}
.mat-card-content-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.editing-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-direction: row;
}
.editing-wrapper .left-pane {
  flex: 1;
}
.editing-wrapper .right-pane {
  flex: 1;
}
.double-row,
.double-row-always {
  display: flex;
  justify-content: flex-start;
}
.double-row > *,
.double-row-always > * {
  max-width: 50%;
}
.pseudo-mat-label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
}
.pseudo-mat-label.in-focus {
  color: #0097a7;
}
.orgbrain-ngx-editor-toolbar-bottom .angular-editor .angular-editor-wrapper p {
  margin-bottom: 12px !important;
}
.orgbrain-ngx-editor-toolbar-bottom .angular-editor-textarea {
  outline: none !important;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 40px !important;
}
.orgbrain-ngx-editor-toolbar-bottom .angular-editor-textarea * {
  max-width: 100%;
}
.orgbrain-ngx-editor-toolbar-bottom .angular-editor-toolbar {
  background-color: transparent;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
}
.orgbrain-ngx-editor-toolbar-bottom.blurred-toolbar .angular-editor-toolbar * {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.angular-editor-outer-border {
  border-bottom: 2px solid #f2f7f8;
  background-color: #f2f7f8;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px -1px rgba(0, 0, 0, 0.05);
}
.angular-editor-outer-border-focused {
  background-color: #f2f7f8;
  border-radius: 4px 4px 0 0;
  border-bottom: 2px solid #0096a7;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px -1px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 600px) {
  .double-row,
  .editing-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .double-row > * {
    max-width: 100%;
  }
  .cdk-overlay-pane {
    max-width: 99vw !important;
  }
}
.simple-back-button {
  border: 1px solid #526e7b !important;
  color: #526e7b !important;
}
.simple-back-button mat-icon {
  margin-top: -3px;
}
.d-block {
  display: block;
}
@media (min-width: 580px) {
  .d-small {
    display: none;
  }
}
.title-font {
  font: normal normal 500 32px/34px Roboto, SemiBold;
  line-height: 40px;
}
@media screen and (max-width: 579px) {
  .title-font {
    font-size: 22px;
    line-height: 28px;
  }
  .title-font orgbrain-info-box-open-button mat-icon {
    line-height: 16px !important;
  }
}
.no-text-decoration {
  text-decoration: none !important;
}
.link-style-wrapper-bold-blue a {
  font-weight: 500;
  color: #0097a7;
  text-decoration: none;
}
.link-style-wrapper-bold-blue a:hover {
  color: #0097a7;
  text-decoration: none;
}
.link-style-wrapper-bold-blue a:active {
  color: #0097a7;
  text-decoration: none;
}
.link-style-wrapper-bold-blue a:visited {
  color: #0097a7;
  text-decoration: none;
}
@media (min-width: 600px) {
  .spacer-600 {
    margin-right: 20px !important;
  }
}
.soobmenu-global-selector > mat-nav-list {
  padding-top: 0px;
  padding-bottom: 0px;
}
.soobmenu-global-selector > mat-nav-list > .mat-mdc-list-item {
  padding-right: 8px;
}
.soobmenu-global-selector > mat-nav-list > .mat-mdc-list-item > .mdc-list-item__content {
  padding-left: 58px !important;
}
.soobmenu-global-selector > mat-nav-list > .mat-mdc-list-item > .mdc-list-item__content span {
  font-size: 14px;
}
.soobmenu-global-selector .mat-mdc-list-item {
  height: 35px;
  padding-top: 0;
}
.soobmenu-global-selector .mat-mdc-list-item .mdc-list-item__content {
  font-weight: 400 !important;
}
.soobmenu-global-selector mat-divider {
  margin-top: 7px;
  margin-bottom: 7px;
}
.header-style-size {
  color: #123340;
  font-weight: 500;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .header-style-size {
    font-size: 24px;
  }
}
.header-style-size-small {
  color: #123340;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (min-width: 664px) {
  .dialog-min-width-664-if-possible {
    min-width: 664px;
  }
}
.fs-13 {
  font-size: 13px;
}
.fs-13 * {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.messages-wrapper-fs-14 p:not(.fs-16),
.messages-wrapper-fs-14 div,
.messages-wrapper-fs-14 span,
.messages-wrapper-fs-14 div.body-class-1 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.superbutton-clickable {
  border-radius: 6px !important;
  padding: 0 !important;
  color: #546e7a !important;
  font-size: 13px !important;
  line-height: 24px !important;
  min-width: 54px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  height: unset !important;
}
.superbutton-clickable .mdc-button__label span {
  color: #546e7a;
}
.superbutton-clickable.superbutton-narrow {
  padding: 0px 10px !important;
  min-width: 36px !important;
  font-weight: 400 !important;
  font-size: 10px !important;
}
.superbutton-clickable mat-icon {
  font-size: 22px !important;
  width: 24px !important;
  height: 24px !important;
  margin-right: 0 !important;
}
.superbutton-clickable .mat-badge-content {
  right: 10px !important;
}
.mat-badge-warn .mat-badge-content {
  color: #ffffff !important;
}
mat-card.mat-card {
  border-radius: 6px;
}
.mat-card,
.mat-toolbar,
.mat-cell {
  color: rgba(55, 71, 79, 0.87);
}
.allow-text-break-in-pre pre {
  white-space: pre-wrap;
  word-break: break-word;
}
.allow-text-break-in-pre pre img {
  max-width: 100%;
}
.text-breaker {
  word-break: break-word;
}
.text-breaker img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .br-0-sm {
    border-radius: 0px !important;
  }
  .br-2-sm {
    border-radius: 8px !important;
  }
}
.br-0 {
  border-radius: 0px !important;
}
.br-1 {
  border-radius: 4px;
}
.br-2 {
  border-radius: 8px;
}
.br-3 {
  border-radius: 12px;
}
.br-4 {
  border-radius: 16px;
}
.br-5 {
  border-radius: 20px;
}
.br-6 {
  border-radius: 24px;
}
.hidden-element-until-hover .hidden-element {
  visibility: hidden !important;
}
.hidden-element-until-hover:hover .hidden-element {
  visibility: visible !important;
}
image-cropper {
  box-sizing: border-box;
}
.m-w-100 {
  max-width: 100% !important;
}
.m-w-50 {
  max-width: 50% !important;
}
.m-w-33 {
  max-width: 33% !important;
}
.m-w-25 {
  max-width: 25% !important;
}
@media screen and (max-width: 768px) {
  .m-w-100-sm {
    max-width: 100% !important;
  }
  .m-w-50-sm {
    max-width: 50% !important;
  }
  .m-w-33-sm {
    max-width: 33% !important;
  }
  .m-w-25-sm {
    max-width: 25% !important;
  }
}
.max-container-width {
  width: 1080px;
}
.sticky-bottom {
  position: sticky;
  bottom: 0px;
  border-radius: 0 0 16px 16px;
  border-top: 1px solid #d0d0d0;
  padding: 24px 64px;
  display: flex;
  justify-content: end;
  gap: 16px;
  background-color: #ffffff;
  z-index: 999;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .sticky-bottom {
    padding: 16px 16px;
    flex-direction: column;
  }
}
.max-width-100 {
  max-width: 100vw;
}
.force-white-background .mat-mdc-text-field-wrapper {
  background-color: white !important;
  box-shadow: none !important;
}
.force-white-background .mat-mdc-form-field-focus-overlay {
  background: white;
}
.max-width-100 {
  max-width: 100vw;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.italic-text {
  font-style: italic;
}
.max-width-738 {
  max-width: 738px;
}
.rotate90deg {
  transform: rotate(90deg) !important;
}
.flip {
  transform: rotate(180deg) !important;
}
.underline {
  text-decoration: underline;
}
.universal-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.with-label-ellipsis label {
  max-width: 100%;
}
.with-label-ellipsis .mat-checkbox-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.radius-top-6px {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.radius-bottom-6px {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.standard-left-right-padding {
  padding-left: 24px;
  padding-right: 24px;
}
.light-blue-field-background .mat-mdc-form-field-flex {
  align-items: flex-start !important;
  padding: 5px 5px 0 10px;
  background: rgba(178, 235, 242, 0.2);
  border-radius: 4px 4px 0px 0px;
}
.light-gray-field-background .mat-mdc-form-field-flex {
  align-items: flex-start !important;
  padding: 5px 5px 0 10px;
  background: rgba(185, 186, 186, 0.2);
  border-radius: 4px 4px 0px 0px;
}
.mat-chip-column-mode .mdc-evolution-chip-set__chips {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.mat-chip-column-mode .mdc-evolution-chip-set__chips input.mat-chip-input {
  flex: 1;
}
.no-mat-form-field-underline .mat-form-field-underline {
  display: none !important;
}
.mat-paginator-container-no-padding .mat-paginator-container {
  padding: 0 !important;
}
.mat-list-item-content-no-padding .mat-list-item-content {
  padding: 0 !important;
}
.mat-checkbox-full-width {
  display: flex !important;
}
.mat-checkbox-full-width .mdc-list-item__primary-text {
  width: 100%;
}
.mat-checkbox-full-width .mdc-form-field {
  align-items: stretch;
  width: 100%;
}
.mat-checkbox-full-width mat-checkbox {
  display: flex !important;
  width: 100% !important;
  height: 100%;
}
.mat-checkbox-full-width .mat-tooltip-trigger {
  width: 100% !important;
}
.mat-checkbox-full-width .mat-option-text {
  display: flex !important;
  height: 100%;
}
.mat-checkbox-full-width label {
  align-items: center;
  display: flex !important;
  flex: 1;
  justify-content: flex-start;
}
.mat-checkbox-full-width .mat-checkbox-inner-container {
  margin-left: 0;
}
.border-box {
  box-sizing: border-box;
}
.h-100 {
  height: 100% !important;
}
.overflow-auto {
  overflow: auto !important;
}
@media screen and (max-width: 768px) {
  .overflow-auto-mobile {
    overflow: auto !important;
  }
}
.hide-scrollbar {
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.overflow-auto-hidden {
  overflow: auto hidden !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.orgbrain-color {
  color: #0097a7;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-sticky {
  position: sticky;
}
.position-static {
  position: static !important;
}
.country-selector {
  opacity: 1 !important;
  margin-left: -10px !important;
}
.opacity70 {
  opacity: 0.7;
}
.opacity50ForInsideElements > *:not(.never-opaque) {
  opacity: 0.5;
}
.pb-pixel-0 {
  padding-bottom: 0px !important;
}
.pt-pixel-0 {
  padding-top: 0px !important;
}
.pl-pixel-0 {
  padding-left: 0px !important;
}
.pr-pixel-0 {
  padding-right: 0px !important;
}
.mb-pixel-0 {
  margin-bottom: 0px !important;
}
.mt-pixel-0 {
  margin-top: 0px !important;
}
.ml-pixel-0 {
  margin-left: 0px !important;
}
.mr-pixel-0 {
  margin-right: 0px !important;
}
.pb-pixel-5 {
  padding-bottom: 5px !important;
}
.pt-pixel-5 {
  padding-top: 5px !important;
}
.pl-pixel-5 {
  padding-left: 5px !important;
}
.pr-pixel-5 {
  padding-right: 5px !important;
}
.mb-pixel-5 {
  margin-bottom: 5px !important;
}
.mt-pixel-5 {
  margin-top: 5px !important;
}
.ml-pixel-5 {
  margin-left: 5px !important;
}
.mr-pixel-5 {
  margin-right: 5px !important;
}
.pb-pixel-10 {
  padding-bottom: 10px !important;
}
.pt-pixel-10 {
  padding-top: 10px !important;
}
.pl-pixel-10 {
  padding-left: 10px !important;
}
.pr-pixel-10 {
  padding-right: 10px !important;
}
.mb-pixel-10 {
  margin-bottom: 10px !important;
}
.mt-pixel-10 {
  margin-top: 10px !important;
}
.ml-pixel-10 {
  margin-left: 10px !important;
}
.mr-pixel-10 {
  margin-right: 10px !important;
}
.pb-pixel-15 {
  padding-bottom: 15px !important;
}
.pt-pixel-15 {
  padding-top: 15px !important;
}
.pl-pixel-15 {
  padding-left: 15px !important;
}
.pr-pixel-15 {
  padding-right: 15px !important;
}
.mb-pixel-15 {
  margin-bottom: 15px !important;
}
.mt-pixel-15 {
  margin-top: 15px !important;
}
.ml-pixel-15 {
  margin-left: 15px !important;
}
.mr-pixel-15 {
  margin-right: 15px !important;
}
.pb-pixel-20 {
  padding-bottom: 20px !important;
}
.pt-pixel-20 {
  padding-top: 20px !important;
}
.pl-pixel-20 {
  padding-left: 20px !important;
}
.pr-pixel-20 {
  padding-right: 20px !important;
}
.mb-pixel-20 {
  margin-bottom: 20px !important;
}
.mt-pixel-20 {
  margin-top: 20px !important;
}
.ml-pixel-20 {
  margin-left: 20px !important;
}
.mr-pixel-20 {
  margin-right: 20px !important;
}
.pb-pixel-25 {
  padding-bottom: 25px !important;
}
.pt-pixel-25 {
  padding-top: 25px !important;
}
.pl-pixel-25 {
  padding-left: 25px !important;
}
.pr-pixel-25 {
  padding-right: 25px !important;
}
.mb-pixel-25 {
  margin-bottom: 25px !important;
}
.mt-pixel-25 {
  margin-top: 25px !important;
}
.ml-pixel-25 {
  margin-left: 25px !important;
}
.mr-pixel-25 {
  margin-right: 25px !important;
}
.pb-pixel-30 {
  padding-bottom: 30px !important;
}
.pt-pixel-30 {
  padding-top: 30px !important;
}
.pl-pixel-30 {
  padding-left: 30px !important;
}
.pr-pixel-30 {
  padding-right: 30px !important;
}
.mb-pixel-30 {
  margin-bottom: 30px !important;
}
.mt-pixel-30 {
  margin-top: 30px !important;
}
.ml-pixel-30 {
  margin-left: 30px !important;
}
.mr-pixel-30 {
  margin-right: 30px !important;
}
.pb-pixel-40 {
  padding-bottom: 40px !important;
}
.pt-pixel-40 {
  padding-top: 40px !important;
}
.pl-pixel-40 {
  padding-left: 40px !important;
}
.pr-pixel-40 {
  padding-right: 40px !important;
}
.mb-pixel-40 {
  margin-bottom: 40px !important;
}
.mt-pixel-40 {
  margin-top: 40px !important;
}
.ml-pixel-40 {
  margin-left: 40px !important;
}
.mr-pixel-40 {
  margin-right: 40px !important;
}
.mdc-icon-button .delete-warning-icon {
  transition: all 100ms ease-in-out;
}
.mdc-icon-button:hover .delete-warning-icon {
  color: #c73c11 !important;
}
.select {
  transition: all 100ms ease-in-out;
  background-color: transparent;
  cursor: pointer;
}
.select:hover {
  background-color: #eef1f3 !important;
}
.select-percent {
  transition: all 100ms ease-in-out;
  background-color: transparent;
  cursor: pointer;
}
.select-percent:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-select {
  background-color: transparent;
  cursor: pointer;
}
.light-select:hover {
  background-color: rgba(0, 0, 0, 0.02) !important;
}
.dark-select {
  background-color: #eef1f3;
  cursor: pointer;
}
.dark-select:hover {
  background-color: #cfd8dc !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mw-90 {
  max-width: 90% !important;
}
.mw-50 {
  max-width: 50% !important;
}
.bold {
  font-weight: bold;
}
.semibold {
  font-weight: 500;
}
.unbold {
  font-weight: 400;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.flex-1 {
  flex: 1;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-basis-50 {
  flex-basis: 50%;
}
.flex-basis-25 {
  flex-basis: 25%;
}
.flex-basis-33 {
  flex-basis: 33.33%;
}
.flex-basis-48 {
  flex-basis: 48%;
}
.flex-basis-full {
  flex-basis: 100%;
}
.row-gap-1 {
  row-gap: 1rem;
}
.column-gap-1 {
  column-gap: 1rem;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-start {
  justify-content: start !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-space-between {
  justify-content: space-between !important;
}
.justify-content-space-evenly {
  justify-content: space-evenly !important;
}
.justify-content-space-around {
  justify-content: space-around !important;
}
.justify-self-end {
  justify-self: flex-end !important;
}
.justify-self-start {
  justify-self: flex-start !important;
}
.flex-direction-row {
  flex-direction: row !important;
}
@media screen and (max-width: 768px) {
  .flex-direction-column-mobile {
    flex-direction: column !important;
  }
  .position-absolute-sm {
    position: absolute;
  }
  .align-items-start-sm {
    align-items: flex-start !important;
  }
}
.flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-direction-big-row-599-column {
  flex-direction: row !important;
}
@media screen and (max-width: 599px) {
  .flex-direction-big-row-599-column {
    flex-direction: column !important;
  }
}
.flex-direction-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.row-reverse {
  flex-direction: row-reverse !important;
}
@media screen and (max-width: 768px) {
  .flex-wrap-mobile {
    flex-wrap: wrap;
  }
}
.close-button {
  color: #123340 !important;
}
.new-add-button[class] {
  padding: 2px 22px 2px 15px !important;
}
.new-add-button[class]:not(.mat-button-disabled) {
  border-color: #0097a7;
}
.new-add-button[class]:not(.mat-button-disabled) mat-icon {
  color: #0097a7 !important;
}
.new-add-button[class] mat-icon {
  padding-right: 5px;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.mat-snack-bar-container {
  max-width: 100% !important;
  width: 460px !important;
}
.radio-black .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.54) !important;
}
.radio-black .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54) !important;
}
.border-none {
  border: none !important;
}
.orgbrain-borderless-expansion-panel {
  box-shadow: none !important;
  border: none !important;
}
.orgbrain-borderless-expansion-panel mat-expansion-panel-header > span {
  color: #546e7a;
  font-size: 18px;
}
.tabs-left-aligned-with-padding-left-and-border-bottom .mat-mdc-tab-labels {
  border-bottom: 1px solid #cfd8dd;
}
.tabs-left-aligned-with-padding-left-and-border-bottom .mat-mdc-tab-labels div:first-of-type {
  margin-left: 42px;
}
@media screen and (max-width: 508px) {
  .tabs-left-aligned-with-padding-left-and-border-bottom .mat-mdc-tab-labels div:first-of-type {
    margin-left: 0px;
  }
}
.tabs-unbold-highlighted .mdc-tab {
  min-width: 160px;
}
.tabs-unbold-highlighted mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.tabs-unbold-highlighted .mat-tab-label {
  font-weight: 400;
}
.tabs-unbold-highlighted .mat-tab-label-active {
  opacity: 1;
}
.tabs-unbold-highlighted .mat-tab-label-active .mat-tab-label-content {
  color: #0097a7;
}
.tabs-bold-highlighted .mat-tab-label-active {
  font-weight: bold;
}
.mat-form-field-appearance-legacy .mat-form-field-flex {
  align-items: flex-end;
}
.form-field-without-underline .mdc-line-ripple::before {
  border-bottom: none;
}
.form-field-without-underline .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-form-field-border-100 {
  position: relative;
}
.mat-form-field-border-100 .mat-form-field-underline {
  display: none;
}
.mat-form-field-border-100::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.mat-form-field-border-101 {
  position: relative;
  display: inline-flex !important;
}
.mat-form-field-border-101 .mat-form-field-underline {
  display: none;
}
.mat-form-field-border-101::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.mat-form-field-border-101::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.attachment-icon-wrapper {
  position: relative;
  max-width: 50px;
  margin-top: 2px;
  margin-right: 5px;
}
.attachment-icon-wrapper .attachment-icon {
  transform: rotate(180deg);
  height: 24px;
  width: 24px;
  margin-right: 1px;
}
.attachment-icon-wrapper .attachment-icon-small {
  transform: rotate(180deg);
  height: 20px;
  width: 20px;
  margin-right: 1px;
}
.attachment-icon-wrapper .attachment-icon-small mat-icon {
  font-size: 20px;
}
.attachment-icon-wrapper .attachment-text {
  font-size: 12px;
}
.global-css-sort-cell-center .mat-sort-header-container {
  padding-left: 18px;
  justify-content: center;
}
.mat-expansion-indicator::after {
  margin-top: -5px;
}
.country-search {
  box-sizing: border-box;
}
.mat-autocomplete-panel {
  margin-top: 14px;
}
.standard-title-bar {
  box-sizing: border-box;
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 32px !important;
}
@media screen and (max-width: 760px) {
  .standard-title-bar {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.orgbrain-mat-dialog-header {
  color: #123340;
  font-weight: 500;
  font-size: 26px;
  max-width: 750px;
}
.orgbrain-header {
  color: #123340;
  margin: 0;
  font: normal normal 500 32px/34px Roboto, SemiBold;
}
.orgbrain-bold-sub-header {
  color: #123340;
  font-weight: 500;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 16;
}
.orgbrain-sub-header {
  color: #123340;
  font-weight: 400;
  font-size: 22px;
}
.orgbrain-bold-20px-text {
  color: #123340;
  font-weight: 500;
  font-size: 20px;
  max-width: 750px;
}
.orgbrain-20px-text {
  color: #123340;
  font-weight: 400;
  font-size: 20px;
  max-width: 750px;
}
.orgbrain-bold-18px-text {
  color: #123340;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  max-width: 750px;
}
.orgbrain-18px-text {
  color: #123340;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 750px;
}
.orgbrain-bold-larger-text {
  color: #123340;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  max-width: 750px;
}
.orgbrain-larger-text {
  color: #123340;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 750px;
}
.orgbrain-larger-gray-text {
  color: #546e7a;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 750px;
}
.orgbrain-bold-text {
  color: #123340;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  max-width: 750px;
}
.orgbrain-text {
  color: #123340;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  max-width: 750px;
}
.orgbrain-bold-gray-text {
  color: #546e7a;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  max-width: 750px;
}
.orgbrain-gray-text {
  color: #546e7a;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  max-width: 750px;
}
.orgbrain-small-bold-text {
  color: #123340;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  max-width: 750px;
}
.orgbrain-small-text {
  color: #123340;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  max-width: 750px;
}
.orgbrain-small-bold-gray-text {
  color: rgba(84, 110, 122, 0.7294117647);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  max-width: 750px;
}
.orgbrain-small-text {
  color: #123340;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  max-width: 750px;
}
.orgbrain-small-gray-text {
  color: #546e7a;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  max-width: 750px;
}
.orgbrain-smallest-gray-text {
  color: #546e7a;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  max-width: 750px;
}
.orgbrain-small-icon {
  transform: scale(0.75);
}
.small-icon {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  font-size: 18px !important;
}
.filled-icon {
  font-variation-settings: "FILL" 1;
}
.abs-loading {
  top: 0px;
  left: 0px;
  position: absolute !important;
}
.orgbrain-default-font {
  font-family: Roboto, sans-serif;
}
.wide-tooltip .mdc-tooltip__surface {
  max-width: 600px;
}
.mat-mdc-tooltip-panel {
  display: flex;
  justify-content: center;
}
.fb-quarter {
  flex-basis: 25% !important;
}
.fb-half {
  flex-basis: 48% !important;
}
.fb-three-quarters {
  flex-basis: 75% !important;
}
.fb-full {
  flex-basis: 100% !important;
}
.basis-one-third {
  flex-basis: 30% !important;
}
.justify-self-center {
  justify-self: center !important;
}
.justify-self-end {
  justify-self: end !important;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-evenly {
  justify-content: space-evenly !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-baseline {
  justify-content: baseline !important;
}
.items-between {
  align-items: space-between !important;
}
.items-evenly {
  align-items: space-evenly !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-center {
  align-items: center !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-baseline {
  align-items: baseline !important;
}
.d-grid {
  display: grid !important;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-end-1 {
  grid-column-end: 1;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-span-1 {
  grid-row: span 1/span 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-end-1 {
  grid-row-end: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-end-2 {
  grid-column-end: 2;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-span-2 {
  grid-row: span 2/span 2;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-end-2 {
  grid-row-end: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-end-3 {
  grid-column-end: 3;
}
.col-start-3 {
  grid-column-start: 3;
}
.row-span-3 {
  grid-row: span 3/span 3;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-end-3 {
  grid-row-end: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-end-4 {
  grid-column-end: 4;
}
.col-start-4 {
  grid-column-start: 4;
}
.row-span-4 {
  grid-row: span 4/span 4;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-end-4 {
  grid-row-end: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-end-5 {
  grid-column-end: 5;
}
.col-start-5 {
  grid-column-start: 5;
}
.row-span-5 {
  grid-row: span 5/span 5;
}
.row-start-5 {
  grid-row-start: 5;
}
.row-end-5 {
  grid-row-end: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-end-6 {
  grid-column-end: 6;
}
.col-start-6 {
  grid-column-start: 6;
}
.row-span-6 {
  grid-row: span 6/span 6;
}
.row-start-6 {
  grid-row-start: 6;
}
.row-end-6 {
  grid-row-end: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-end-7 {
  grid-column-end: 7;
}
.col-start-7 {
  grid-column-start: 7;
}
.row-span-7 {
  grid-row: span 7/span 7;
}
.row-start-7 {
  grid-row-start: 7;
}
.row-end-7 {
  grid-row-end: 7;
}
.col-start-8 {
  grid-column-start: 8;
}
.col-end-8 {
  grid-column-end: 8;
}
.col-start-8 {
  grid-column-start: 8;
}
.row-span-8 {
  grid-row: span 8/span 8;
}
.row-start-8 {
  grid-row-start: 8;
}
.row-end-8 {
  grid-row-end: 8;
}
.col-start-9 {
  grid-column-start: 9;
}
.col-end-9 {
  grid-column-end: 9;
}
.col-start-9 {
  grid-column-start: 9;
}
.row-span-9 {
  grid-row: span 9/span 9;
}
.row-start-9 {
  grid-row-start: 9;
}
.row-end-9 {
  grid-row-end: 9;
}
.col-start-10 {
  grid-column-start: 10;
}
.col-end-10 {
  grid-column-end: 10;
}
.col-start-10 {
  grid-column-start: 10;
}
.row-span-10 {
  grid-row: span 10/span 10;
}
.row-start-10 {
  grid-row-start: 10;
}
.row-end-10 {
  grid-row-end: 10;
}
.col-start-11 {
  grid-column-start: 11;
}
.col-end-11 {
  grid-column-end: 11;
}
.col-start-11 {
  grid-column-start: 11;
}
.row-span-11 {
  grid-row: span 11/span 11;
}
.row-start-11 {
  grid-row-start: 11;
}
.row-end-11 {
  grid-row-end: 11;
}
.col-start-12 {
  grid-column-start: 12;
}
.col-end-12 {
  grid-column-end: 12;
}
.col-start-12 {
  grid-column-start: 12;
}
.row-span-12 {
  grid-row: span 12/span 12;
}
.row-start-12 {
  grid-row-start: 12;
}
.row-end-12 {
  grid-row-end: 12;
}
.font-thin {
  font-weight: 100 !important;
}
.font-extralight {
  font-weight: 200 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.mw-fit {
  min-width: fit-content;
}
.h-fit {
  height: fit-content;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.d-none {
  display: none !important;
}
.top-aligned-mention-dropdown[class] .mention-dropdown[class] {
  bottom: unset;
  top: 0;
}
.right-aligned-mention-dropdown[class] .mention-dropdown[class] {
  left: unset;
  right: 0;
}
@media screen and (max-width: 1278px) {
  .flex-col-1278 {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1322px) {
  .d-block-1322 {
    display: block !important;
  }
  .w-100-1322 {
    width: 100% !important;
  }
  .w-50-1322 {
    width: 50% !important;
  }
  .flex-1-1322 {
    flex: 1 !important;
  }
  .flex-2-1322 {
    flex: 2 !important;
  }
}
@media screen and (max-width: 768px) {
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .flex-nowrap-sm {
    flex-wrap: nowrap;
  }
  .row-reverse-sm {
    flex-direction: row-reverse !important;
  }
  .d-flex-sm {
    display: flex !important;
  }
  .d-none-sm {
    display: none !important;
  }
  .m-0-sm {
    margin: 0 !important;
  }
  .d-block-sm {
    display: block !important;
  }
  .justify-content-between-sm {
    justify-content: space-between !important;
  }
  .text-sm-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .text-lg-sm {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .text-base-sm {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .grid-cols-1-sm {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .col-span-1-sm {
    grid-column: span 1/span 1;
  }
  .col-start-1-sm {
    grid-column-start: 1;
  }
  .col-end-1-sm {
    grid-column-end: 1;
  }
  .col-start-1-sm {
    grid-column-start: 1;
  }
  .grid-cols-2-sm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .col-span-2-sm {
    grid-column: span 2/span 2;
  }
  .col-start-2-sm {
    grid-column-start: 2;
  }
  .col-end-2-sm {
    grid-column-end: 2;
  }
  .col-start-2-sm {
    grid-column-start: 2;
  }
  .grid-cols-3-sm {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .col-span-3-sm {
    grid-column: span 3/span 3;
  }
  .col-start-3-sm {
    grid-column-start: 3;
  }
  .col-end-3-sm {
    grid-column-end: 3;
  }
  .col-start-3-sm {
    grid-column-start: 3;
  }
  .grid-cols-4-sm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .col-span-4-sm {
    grid-column: span 4/span 4;
  }
  .col-start-4-sm {
    grid-column-start: 4;
  }
  .col-end-4-sm {
    grid-column-end: 4;
  }
  .col-start-4-sm {
    grid-column-start: 4;
  }
  .grid-cols-5-sm {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .col-span-5-sm {
    grid-column: span 5/span 5;
  }
  .col-start-5-sm {
    grid-column-start: 5;
  }
  .col-end-5-sm {
    grid-column-end: 5;
  }
  .col-start-5-sm {
    grid-column-start: 5;
  }
  .grid-cols-6-sm {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .col-span-6-sm {
    grid-column: span 6/span 6;
  }
  .col-start-6-sm {
    grid-column-start: 6;
  }
  .col-end-6-sm {
    grid-column-end: 6;
  }
  .col-start-6-sm {
    grid-column-start: 6;
  }
  .grid-cols-7-sm {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .col-span-7-sm {
    grid-column: span 7/span 7;
  }
  .col-start-7-sm {
    grid-column-start: 7;
  }
  .col-end-7-sm {
    grid-column-end: 7;
  }
  .col-start-7-sm {
    grid-column-start: 7;
  }
  .grid-cols-8-sm {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .col-span-8-sm {
    grid-column: span 8/span 8;
  }
  .col-start-8-sm {
    grid-column-start: 8;
  }
  .col-end-8-sm {
    grid-column-end: 8;
  }
  .col-start-8-sm {
    grid-column-start: 8;
  }
  .grid-cols-9-sm {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .col-span-9-sm {
    grid-column: span 9/span 9;
  }
  .col-start-9-sm {
    grid-column-start: 9;
  }
  .col-end-9-sm {
    grid-column-end: 9;
  }
  .col-start-9-sm {
    grid-column-start: 9;
  }
  .grid-cols-10-sm {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .col-span-10-sm {
    grid-column: span 10/span 10;
  }
  .col-start-10-sm {
    grid-column-start: 10;
  }
  .col-end-10-sm {
    grid-column-end: 10;
  }
  .col-start-10-sm {
    grid-column-start: 10;
  }
  .grid-cols-11-sm {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .col-span-11-sm {
    grid-column: span 11/span 11;
  }
  .col-start-11-sm {
    grid-column-start: 11;
  }
  .col-end-11-sm {
    grid-column-end: 11;
  }
  .col-start-11-sm {
    grid-column-start: 11;
  }
  .grid-cols-12-sm {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .col-span-12-sm {
    grid-column: span 12/span 12;
  }
  .col-start-12-sm {
    grid-column-start: 12;
  }
  .col-end-12-sm {
    grid-column-end: 12;
  }
  .col-start-12-sm {
    grid-column-start: 12;
  }
  .flex-col-sm {
    flex-direction: column !important;
  }
  .fb-half-sm {
    flex-basis: 48% !important;
  }
  .fb-full-sm {
    flex-basis: 100% !important;
  }
  .flex-1-sm {
    flex: 1 !important;
  }
  .flex-2-sm {
    flex: 2 !important;
  }
  .w-auto-sm {
    width: auto !important;
  }
  .nogap-sm {
    column-gap: 0 !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .justify-between-sm {
    justify-content: space-between !important;
  }
  .justify-evenly-sm {
    justify-content: space-evenly !important;
  }
  .justify-start-sm {
    justify-content: flex-start !important;
  }
  .justify-center-sm {
    justify-content: center !important;
  }
  .justify-end-sm {
    justify-content: flex-end !important;
  }
  .justify-baseline-sm {
    justify-content: baseline !important;
  }
  .items-between-sm {
    align-items: space-between !important;
  }
  .items-evenly-sm {
    align-items: space-evenly !important;
  }
  .items-start-sm {
    align-items: flex-start !important;
  }
  .items-center-sm {
    align-items: center !important;
  }
  .items-end-sm {
    align-items: flex-end !important;
  }
  .items-baseline-sm {
    align-items: baseline !important;
  }
}
.orgbrain-light-theme-panel {
  border: none;
  box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.07) !important;
  -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.07);
  background: #eef1f3;
  box-sizing: border-box;
  width: 240px;
}
.orgbrain-light-theme-panel .menuitem,
.orgbrain-light-theme-panel .menuitem-static {
  color: #444444 !important;
}
.orgbrain-light-theme-panel mat-divider {
  margin-right: 15px;
  margin-left: 15px;
}
.orgbrain-light-theme-panel.allow-disappearing-scrollbar .mat-drawer-inner-container {
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 16px;
  background-color: #eef1f3;
}
.orgbrain-light-theme-panel.allow-disappearing-scrollbar .mat-drawer-inner-container:hover {
  overflow-y: auto;
  padding-right: 0;
}
.orgbrain-box-shadow-2 {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1607843137) !important;
}
.orgbrain-box-shadow-3 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
}
.flex-container-shareholders > *,
thousand-separator-input > * {
  flex-grow: 1;
  margin-right: 0;
}
.mat-list-item.flex-container-shareholders .mat-form-field {
  margin-right: 0;
}
.flex-container-shareholders > .fill-form {
  flex-grow: 1;
}
.widest-input-possible {
  display: flex;
  width: 100%;
  padding-right: 10px;
}
.widest-input-possible .mat-form-field {
  display: flex;
  width: 100%;
}
.widest-input-possible .mat-form-field-wrapper {
  display: flex;
  width: 100%;
}
.orgbrain-info-box-box {
  background-color: #eef1f3;
}
.dialog-title-comp {
  font-size: 1.5rem;
  color: #546e7a;
}
.mb0-mat-mdc-text-field-wrapper .mat-mdc-text-field-wrapper {
  margin-bottom: 0 !important;
}
.pdf-styles-emulation .size24px > h1 {
  font-size: 24px;
  margin-top: 0;
}
.pdf-styles-emulation h1 {
  font-weight: 500;
  color: #123340;
}
.pdf-styles-emulation h1.mb-0 {
  font-size: 18px;
  margin-top: 8px;
}
.pdf-styles-emulation p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.allow-mentioning .mat-mdc-text-field-wrapper {
  overflow: visible;
}
.fix-the-badge .mat-badge-content {
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  width: 17px !important;
  height: 17px !important;
}
.fix-the-badge-2 .mat-badge-content {
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  width: 17px !important;
  height: 17px !important;
}
.form-suffix-fix .mat-form-field-suffix {
  align-items: center;
  display: flex;
}
.child-has-no-padding > * {
  padding: 0 !important;
}
.number-align {
  text-align: right !important;
  justify-content: flex-end !important;
}
.ta-left {
  text-align: left !important;
}
.ta-left * {
  text-align: left !important;
}
.radio-after-label .mat-radio-label {
  display: flex;
  flex-direction: row-reverse;
}
.radio-after-label .mat-radio-label-content {
  padding-right: 5px;
  padding-left: 0;
}
.mat-menu-item-checkbox label {
  align-items: center;
  width: 100%;
  height: 100%;
}
.mat-menu-item-checkbox .mat-checkbox-inner-container {
  margin-left: 0;
}
.pl-td-first {
  padding-left: 64px !important;
}
@media screen and (max-width: 760px) {
  .pl-td-first {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 761px) {
  .w-50-from-761 {
    width: 50%;
  }
}
.orgbrain-data-table .mat-mdc-table .mat-mdc-header-cell.pl-td-first {
  padding-left: 64px !important;
}
@media screen and (max-width: 760px) {
  .orgbrain-data-table .mat-mdc-table .mat-mdc-header-cell.pl-td-first {
    padding-left: 16px !important;
  }
}
.orgbrain-data-table .mat-mdc-table .mat-mdc-cell.pl-td-first {
  padding-left: 64px !important;
}
@media screen and (max-width: 760px) {
  .orgbrain-data-table .mat-mdc-table .mat-mdc-cell.pl-td-first {
    padding-left: 16px !important;
  }
}
.pr-td-last {
  padding-right: 64px !important;
}
@media screen and (max-width: 760px) {
  .pr-td-last {
    padding-right: 20px !important;
  }
  .pr-td-last-sm {
    padding-right: 20px !important;
  }
}
.orgbrain-data-table .mat-mdc-table .mat-mdc-header-cell.pr-td-last {
  padding-right: 48px !important;
}
@media screen and (max-width: 760px) {
  .orgbrain-data-table .mat-mdc-table .mat-mdc-header-cell.pr-td-last {
    padding-right: 20px !important;
  }
}
.orgbrain-data-table .mat-mdc-table .mat-mdc-cell.pr-td-last {
  padding-right: 48px !important;
}
@media screen and (max-width: 760px) {
  .orgbrain-data-table .mat-mdc-table .mat-mdc-cell.pr-td-last {
    padding-right: 20px !important;
  }
}
.shareholders-card {
  margin-top: 48px;
  margin-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .shareholders-card {
    margin-top: 0px !important;
  }
}
.sgm {
  margin-left: 64px;
  margin-right: 64px;
}
@media screen and (max-width: 760px) {
  .sgm {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.sgp-768 {
  box-sizing: border-box;
  padding-left: 64px;
  padding-right: 64px;
}
@media screen and (max-width: 768px) {
  .sgp-768 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sgp {
  box-sizing: border-box;
  padding-left: 64px;
  padding-right: 64px;
}
@media screen and (max-width: 760px) {
  .sgp {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.orgbrain-page-card {
  margin-top: 48px;
  margin-bottom: 80px;
  width: 100%;
  min-height: 340px;
}
@media screen and (max-width: 760px) {
  .orgbrain-page-card {
    margin-top: 0px !important;
    margin-bottom: 0px;
  }
}
.orgbrain-general-margin {
  margin-left: 64px;
  margin-right: 64px;
}
@media screen and (max-width: 760px) {
  .orgbrain-general-margin {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.sgp {
  padding-left: 64px;
  padding-right: 64px;
}
@media screen and (max-width: 760px) {
  .sgp {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-padding-left-64 {
  padding-left: 64px !important;
}
@media screen and (max-width: 700px) {
  .card-padding-left-64 {
    padding-left: 16px !important;
  }
}
.card-padding-left-48 {
  padding-left: 48px !important;
}
@media screen and (max-width: 700px) {
  .card-padding-left-48 {
    padding-left: 16px !important;
  }
}
.card-padding-right-48 {
  padding-right: 48px !important;
}
@media screen and (max-width: 700px) {
  .card-padding-right-48 {
    padding-right: 16px !important;
  }
}
.card-padding-left-22 {
  padding-left: 22px !important;
}
@media screen and (max-width: 700px) {
  .card-padding-left-22 {
    padding-left: 0px !important;
  }
}
.card-padding-right-22 {
  padding-right: 22px !important;
}
@media screen and (max-width: 700px) {
  .card-padding-right-22 {
    padding-right: 0px !important;
  }
}
.card-padding-right-54 {
  padding-right: 54px !important;
}
@media screen and (max-width: 700px) {
  .card-padding-right-54 {
    padding-right: 10px !important;
  }
}
.card-padding-right-47 {
  padding-right: 47px !important;
}
@media screen and (max-width: 700px) {
  .card-padding-right-47 {
    padding-right: 0px !important;
  }
}
.card-padding-right-64 {
  padding-right: 64px !important;
}
@media screen and (max-width: 700px) {
  .card-padding-right-64 {
    padding-right: 16px !important;
  }
}
.card-padding-top {
  padding-top: 42px !important;
}
@media screen and (max-width: 700px) {
  .card-padding-top {
    padding-top: 12px !important;
  }
}
.card-padding-bottom {
  padding-bottom: 48px !important;
}
@media screen and (max-width: 700px) {
  .card-padding-bottom {
    padding-bottom: 16px !important;
  }
}
.card-padding {
  padding: 48px 64px 48px 64px !important;
}
@media screen and (max-width: 700px) {
  .card-padding {
    padding: 32px 16px 32px 16px !important;
  }
}
.card-padding-elegant {
  box-sizing: border-box;
  padding: 32px 48px !important;
}
@media screen and (max-width: 959px) {
  .card-padding-elegant {
    padding: 10px 20px !important;
  }
}
.mat-expansion-panel-header-title,
.mat-select-value,
.mat-option {
  color: #546e7a;
}
.mat-list-base .mat-list-item {
  color: #546e7a;
}
.body-text-1 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #546e7a;
}
.body-text-2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #546e7a;
}
.sub-heading {
  font-size: 1rem;
  font-weight: 500;
  font-family: Roboto;
  color: #123340;
  line-height: 1.25rem;
}
.sub-heading-3 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #123340;
  line-height: 1.125rem;
}
.mat-expansion-panel {
  background: white;
  color: rgba(55, 71, 79, 0.87);
}
.padding-standard-front-page {
  padding: 28px 32px !important;
}
@media screen and (max-width: 959px) {
  .padding-standard-front-page {
    padding: 10px 20px !important;
  }
}
@media screen and (max-width: 700px) {
  mat-expansion-panel-header.mat-expansion-panel-header {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.mat-drawer-container,
.mat-dialog-container .mat-mdc-dialog-surface {
  color: rgba(55, 71, 79, 0.87);
}
.title-2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #123340;
}
@media screen and (max-width: 579px) {
  .title-2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.disabled-hack,
.disabled-hack * {
  pointer-events: none !important;
}
.title-3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #123340;
}
.selected-menu-item {
  background-color: rgba(0, 0, 0, 0.08);
}
.w-100-radio-checkbox-nesting .mat-radio-label-content {
  width: 100%;
}
.w-100-radio-checkbox-nesting .mat-checkbox-layout {
  width: 100%;
}
.w-100-radio-checkbox-nesting .mat-checkbox-layout .mat-checkbox-label {
  width: 100%;
}
.vis-item {
  border-radius: 40px !important;
  border-color: transparent !important;
}
.vis-item .vis-item-overflow {
  border-radius: 40px !important;
}
.vis-time-axis .grid.vis-odd {
  background: #f5f5f5;
}
.vis-time-axis .vis-grid.vis-saturday,
.vis-time-axis .vis-grid.vis-sunday {
  background: rgba(0, 0, 0, 0.08);
}
.vis-grid.vis-saturday,
.vis-grid.vis-sunday {
  height: 100% !important;
}
.vis-delete::after {
  line-height: 25px;
}
.vis-item div.vis-item-content {
  display: flex !important;
  padding: 0;
  width: 100%;
}
.vis-item div.vis-item-content .vis-item-content-inner-wrapper {
  width: 100%;
}
.vis-item div.vis-item-content .vis-item-content-inner-wrapper .vis-inner-item {
  background: #cbcbcb;
  padding: 5px;
}
.rounded-sm {
  border-radius: 0.125rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-2xl {
  border-radius: 1rem !important;
}
.rounded-3xl {
  border-radius: 1.5rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
div#hubspot-messages-iframe-container.hide {
  display: none !important;
}
.empty-module-text {
  font-size: 1rem;
  color: grey;
}
.orgbrain-circle-progress-spinner {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.orgbrain-circle-progress-spinner-middle-circle {
  position: absolute !important;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: large;
  font-weight: bold;
}
.orange-slider .mat-slider-thumb-label-text {
  color: white !important;
}
.orange-slider .mat-slider-thumb,
.orange-slider .mat-slider-thumb-label {
  background-color: #f57c00 !important;
}
.orgbrain-search-and-filter .mat-form-field-appearance-outline .mat-form-field-wrapper {
  padding: 0 !important;
}
.orgbrain-search-and-filter .mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex {
  padding: 8px 5px 8px 15px !important;
}
.orgbrain-search-and-filter .mat-form-field-appearance-outline .mat-form-field-wrapper mat-icon {
  font-size: 1.3rem;
}
.orgbrain-search-and-filter .mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-infix {
  padding: 0 !important;
  font-size: 1rem;
  border-top: none !important;
}
.orgbrain-search-and-filter .mat-form-field-appearance-outline.selector-styled .mat-form-field-flex {
  padding: 15px 5px 8px 15px !important;
}
.orgbrain-search-and-filter .mat-form-field-appearance-outline.selector-styled .mat-select-arrow-wrapper {
  padding-top: 10px;
}
.orgbrain-footer-row {
  background-color: #eef1f3 !important;
  color: #546e7a;
  font-weight: 700;
}
.creation-button {
  border-color: #0097a7;
  display: flex;
  align-items: center;
}
.mat-dialog-actions {
  min-height: 36px !important;
}
.empty-description-field:hover {
  cursor: pointer;
  background-color: #eef1f3;
  border-radius: 8px;
}
.clickable:hover {
  cursor: pointer;
  background-color: #e4e7e9;
}
.menu-button {
  cursor: pointer;
}
.menu-button:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}
.dialog-field-title {
  margin-bottom: 4px;
  margin-top: 4px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #123340;
}
.dialog-field-content {
  font-size: 0.875rem;
  line-height: 1.1rem;
  font-weight: 400;
  color: #546e7a;
}
.task-borderline {
  border-right: 1px solid #b0bec5;
}
@media screen and (max-width: 768px) {
  .task-borderline {
    border-right: none;
  }
}
.task-top-borderline {
  border-top: 1px solid #b0bec5;
}
.related-task-link {
  color: #0097a7;
  width: auto;
}
.related-task-link:hover {
  cursor: pointer;
  color: #0097a7;
}
.no-dialog-sides-and-bottom-padding mat-dialog-container .mat-mdc-dialog-surface {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.padding-sides-32 {
  box-sizing: border-box;
  padding-left: 32px;
  padding-right: 32px;
}
.small-checkbox-text {
  font-size: 0.813rem;
}
iframe[data-test-id=interactive-frame] {
  display: none !important;
}
.se-fasit-fix .mat-mdc-list-item-unscoped-content {
  display: flex;
  align-items: center;
  text-wrap: wrap;
}
.se-fasit-fix .mat-mdc-list-item-unscoped-content mat-icon {
  box-sizing: border-box;
  min-width: 30px;
  padding-right: 10px;
}
.list-with-space-between .mat-mdc-list-item-unscoped-content {
  display: flex;
  justify-content: space-between;
}
.list-with-align-center .mat-mdc-list-item-unscoped-content {
  display: flex;
  align-items: center;
}
.quiz-bugfixed-radio-button mat-radio-button .mdc-form-field {
  display: flex;
  flex-grow: 1;
}
.quiz-bugfixed-radio-button mat-radio-button .mdc-form-field label {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.bugfix-checkbox-width-100 .mdc-form-field {
  width: 100%;
}
.bugfix-checkbox-width-100 .mdc-form-field label {
  width: 100%;
  display: flex;
  flex-grow: 1;
}
.icon-press:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  outline: 8px solid rgba(0, 0, 0, 0.1);
}
orgbrain-template-fill-in-input {
  vertical-align: middle;
}
orgbrain-template-fill-in-input mat-form-field {
  vertical-align: middle;
}
.chat-window-formfield {
  height: 100%;
  width: 100%;
  padding: 10px 16px 0 16px;
}
.chat-window-formfield .mdc-line-ripple {
  display: none !important;
}
.chat-window-formfield .chat-window-textarea-message-input {
  color: #050505;
  font-size: 16px !important;
}
.chat-window-formfield .chat-window-textarea-message-input::placeholder {
  font-size: 16px;
}
.chat-window-formfield .mat-mdc-form-field-infix {
  padding-top: 5px !important;
  padding-bottom: 6px !important;
}
.chat-window-formfield div.mat-mdc-text-field-wrapper.mdc-text-field--filled {
  margin-bottom: 8px !important;
}
.checkbox-space-killer {
  margin-top: -10px;
  margin-left: -10px;
}
.orgbrain-settings-page orgbrain-info-box[class] {
  margin-bottom: 0 !important;
}
.orgbrain-settings-page orgbrain-info-box[class] > div {
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .hidable-below-640 {
    display: none !important;
  }
}
.cursor-default {
  cursor: default !important;
}
orgbrain-tasks-table th.mat-column-priority > .mat-sort-header-container {
  justify-content: center;
}
orgbrain-tasks-table th.mat-column-status > .mat-sort-header-container {
  justify-content: center;
}
orgbrain-tasks-table .mat-column-status {
  max-width: 120px;
}
orgbrain-tasks-table .mat-column-priority {
  max-width: 120px;
}
.orgbrain-data-table .mat-mdc-table td:not(.special-icons) mat-icon.check-complete {
  color: #0097a7 !important;
}
.material-icons.color_orgbrain {
  color: #0097a7;
}
.make-inputs-more-visible[class] .mdc-text-field--disabled .mdc-text-field__input {
  color: #546e7a;
}
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.68);
}
.fixed-width-61px {
  width: 61px;
}
.due-diligence-padding {
  padding-left: 24px;
  padding-right: 24px;
}
.wrapper-of-navigation {
  padding-left: 16px;
  padding-right: 16px;
}
.wrapper-of-navigation .blue-text-important {
  padding-left: 0;
  padding-right: 0;
  min-width: 12px !important;
}
@media (min-width: 701px) {
  .dataroom-add-padding {
    display: flex;
  }
  .dataroom-add-padding .mat-mdc-table tr th:first-of-type {
    padding-left: 48px !important;
  }
  .dataroom-add-padding .mat-mdc-table tr th:first-of-type mat-checkbox {
    margin-left: -10px;
  }
  .dataroom-add-padding .mat-mdc-table tr td:first-of-type {
    padding-left: 48px !important;
  }
  .dataroom-add-padding .mat-mdc-table tr td:first-of-type mat-checkbox {
    margin-left: -10px;
  }
  .dataroom-add-padding orgbrain-title-bar,
  .dataroom-add-padding mat-paginator {
    padding-left: 22px;
    padding-right: 22px;
  }
  .dataroom-add-padding .wrapper-of-navigation {
    padding-left: 48px;
    padding-right: 48px;
  }
  .dataroom-add-padding .due-diligence-padding {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.data-room-dialog .close-button-dataroom-dialog {
  padding-top: 15px;
  padding-right: 15px;
}
.data-room-dialog .mat-mdc-dialog-surface {
  padding: 0;
  min-height: 150px !important;
}
@media (min-width: 701px) {
  .data-room-dialog {
    display: flex;
  }
  .data-room-dialog .mat-mdc-table tr th:first-of-type {
    padding-left: 32px !important;
  }
  .data-room-dialog .mat-mdc-table tr th:first-of-type mat-checkbox {
    margin-left: -10px;
  }
  .data-room-dialog .mat-mdc-table tr td:first-of-type {
    padding-left: 32px !important;
  }
  .data-room-dialog .mat-mdc-table tr td:first-of-type mat-checkbox {
    margin-left: -10px;
  }
  .data-room-dialog orgbrain-title-bar,
  .data-room-dialog mat-paginator {
    padding-left: 8px;
    padding-right: 8px;
  }
  .data-room-dialog .wrapper-of-navigation {
    padding-left: 32px;
    padding-right: 32px;
  }
  .data-room-dialog .due-diligence-padding {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.image-preview-wrapper-original {
  max-height: 100vh !important;
  max-width: 100vw !important;
}
.image-preview-wrapper-original .mat-mdc-dialog-surface[class] {
  overflow: hidden;
  padding: 0;
  border-radius: 0;
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.suggestion-card.cdk-drag-placeholder {
  margin-top: 10px;
  margin-bottom: 10px;
}
.error-field-hack-100 .mat-mdc-form-field-error-wrapper {
  width: 100px;
}
.big-text-orange {
  font-size: 1.8rem;
  font-weight: 500;
  color: #f57c00;
}
.big-icon {
  font-size: 2.5rem !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.wierd-position-of-slide-toggle-lable-kaj-design .mdc-form-field {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.wierd-position-of-slide-toggle-lable-kaj-design .mdc-form-field label {
  margin-top: 6px;
}
app-section .teori h2 {
  font-size: 18px;
  font-weight: 500;
  color: #0097a7;
}
app-section .teori h4 {
  font-size: 16px;
  font-weight: 500;
  color: #123340;
}
.border-top-1px-cfd8dc {
  border-top: 1px solid #cfd8dc;
}
.widest-ever-radio-button .mdc-form-field {
  width: 100%;
}
.widest-ever-radio-button .mdc-form-field .mdc-label {
  width: 100%;
}
.already-contacted-chip {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: white;
  background-color: #48964c;
  height: 28px;
  border-radius: 10px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  align-items: center;
}
.mat-radio-group-white {
}
.mat-radio-group-white .mdc-radio__outer-circle {
  border-color: white !important;
}
.mat-radio-group-white .mdc-label {
  color: white !important;
}
.mat-radio-group-white .mdc-radio--checked .mdc-radio__inner-circle {
  background-color: white !important;
}
.mat-radio-group-white .mdc-radio--checked .mdc-radio__outer-circle {
  border-color: white !important;
}
.mat-radio-group-white .mdc-radio:hover .mdc-radio__outer-circle {
  border-color: rgb(238, 39, 39) !important;
}
.mat-radio-group-white .mdc-radio:focus .mdc-radio__outer-circle {
  border-color: lightgray !important;
}
.agendaItemView {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.chip-row-fixed-for-dropdown .mdc-evolution-chip__action.mdc-evolution-chip__cell {
  width: 100%;
  overflow: hidden;
}
.chip-row-fixed-for-dropdown .mdc-evolution-chip__action.mdc-evolution-chip__cell .mdc-evolution-chip__text-label {
  width: 100%;
  display: flex;
}
.mat-mdc-tab-body-wrapper-bottom-rounded-12 .mat-mdc-tab-body-wrapper {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.mat-mdc-card {
  box-shadow: none;
}
.orgbrain-add-fab.mdc-fab {
  display: none;
}
@media screen and (max-width: 768px) {
  .orgbrain-full-screen-dialog-sm {
    height: 100vh !important;
    max-height: 100vh;
    max-width: 100vw !important;
    width: 100vw !important;
  }
  .orgbrain-full-screen-dialog-sm mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-surface {
    border-radius: 0;
  }
  .orgbrain-full-screen-dialog-sm .mdc-dialog__surface {
    padding-top: 16px;
  }
  .orgbrain-add-fab.mdc-fab {
    display: block;
    border-radius: 12px !important;
    height: 56px;
    width: 56px;
    position: fixed;
    z-index: 1000;
    right: 1.5em;
    bottom: 1.5em;
  }
}
.notification_style .notification-org-header {
  font: normal normal bold 18px/22px Roboto;
  letter-spacing: 0px;
  color: black;
}
.notification_style .notification-title {
  margin-left: 15px;
  text-align: left;
  font: normal normal bold 14px/20px Roboto;
  letter-spacing: 0px;
  color: #546e7a;
  opacity: 1;
}
.notification_style .notification-body {
  text-align: left;
  margin-left: 15px;
  font: normal normal normal 14px/20px Roboto;
  letter-spacing: 0px;
  color: #546e7a;
  opacity: 1;
  max-width: 350px;
  word-break: break-word;
}
.notification_style .notification-date {
  padding-right: 15px;
  text-align: right;
  font: normal normal normal 14px/20px Roboto;
  letter-spacing: 0px;
  color: #546e7a;
  opacity: 0.7;
}
.show-validation-errors .ng-dirty mat-form-field.ng-invalid,
.show-validation-errors .ng-dirty orgbrain-autocomplete-input.ng-invalid {
  position: relative;
}
.show-validation-errors .ng-dirty mat-form-field.ng-invalid::before,
.show-validation-errors .ng-dirty orgbrain-autocomplete-input.ng-invalid::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -7px;
  right: -7px;
  bottom: 2px;
  border: 2px solid #f57c00;
  border-radius: 10px;
}
orgbrain-markdown-display {
  overflow-wrap: break-word;
}
@media screen and (max-width: 1079px) {
  [id^=strikeThrough-editor] {
    display: none;
  }
}
.form-field-labbel-padding-bottom-8 .mdc-floating-label--float-above {
  display: none !important;
}
.checkbox-align-start-onboarding {
  margin-left: -10px;
}
.subscriptions-big-text {
  font-size: 20px;
  font-weight: 700;
}
.widthSchrinked2 .subscriptions-big-text {
  font-size: 16px;
  font-weight: 700;
}
orgbrain-card.w-full > .card {
  max-width: 100% !important;
}
orgbrain-chat-window {
  display: flex;
  max-width: 100%;
}
.marginAuto {
  margin: auto;
}
.rFlex {
  display: flex !important;
  flex-direction: row !important;
}
.cFlex {
  display: flex !important;
  flex-direction: column !important;
}
.centreAllFlex {
  align-items: center !important;
  justify-content: center !important;
}
.alignCentre {
  align-items: center !important;
}
.centreFlex {
  justify-content: center !important;
}
.wrap {
  flex-wrap: wrap;
}
.spacebetween {
  justify-content: space-between !important;
}
.spacearound {
  justify-content: space-around !important;
}
.spaceevenly {
  justify-content: space-evenly !important;
}
.alignselfstart {
  align-self: start;
}
.centre {
  text-align: center;
}
.textaligncenter {
  text-align: center;
}
.mat-tooltip-trigger {
  touch-action: auto !important;
}
.desc-box-highlight {
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 1px;
}
.desc-box-highlight:hover {
  background: #eef1f3;
  -webkit-box-shadow: 0px 0px 0px 8px #eef1f3;
  box-shadow: 0px 0px 0px 8px #eef1f3;
}
.desc-box-highlight * {
  max-width: 100%;
}
.angular-editor-textarea {
  min-height: 20px !important;
}
.mat-mdc-dialog-content {
  min-height: 20px;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-4 {
  inset: 1rem;
}
.\!left-10 {
  left: 2.5rem !important;
}
.\!right-10 {
  right: 2.5rem !important;
}
.\!top-14 {
  top: 3.5rem !important;
}
.\!top-2 {
  top: 0.5rem !important;
}
.\!top-6 {
  top: 1.5rem !important;
}
.-left-1 {
  left: -0.25rem;
}
.-left-8 {
  left: -2rem;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-3 {
  right: -0.75rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-52 {
  right: 13rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-2 {
  top: 0.5rem;
}
.top-24 {
  top: 6rem;
}
.top-4 {
  top: 1rem;
}
.top-44 {
  top: 11rem;
}
.top-5 {
  top: 1.25rem;
}
.top-8 {
  top: 2rem;
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-16 {
  margin: 4rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.\!mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.\!mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.\!mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.\!mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.\!mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.\!mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.\!mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.\!mx-44 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}
.\!mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.\!my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.\!my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.\!my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.\!my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.\!my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.\!my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.\!my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.\!my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.\!mb-10 {
  margin-bottom: 2.5rem !important;
}
.\!mb-11 {
  margin-bottom: 2.75rem !important;
}
.\!mb-12 {
  margin-bottom: 3rem !important;
}
.\!mb-16 {
  margin-bottom: 4rem !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mb-20 {
  margin-bottom: 5rem !important;
}
.\!mb-24 {
  margin-bottom: 6rem !important;
}
.\!mb-3 {
  margin-bottom: 0.75rem !important;
}
.\!mb-32 {
  margin-bottom: 8rem !important;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.\!mb-5 {
  margin-bottom: 1.25rem !important;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.\!mb-7 {
  margin-bottom: 1.75rem !important;
}
.\!mb-8 {
  margin-bottom: 2rem !important;
}
.\!mb-9 {
  margin-bottom: 2.25rem !important;
}
.\!ml-1 {
  margin-left: 0.25rem !important;
}
.\!ml-11 {
  margin-left: 2.75rem !important;
}
.\!ml-12 {
  margin-left: 3rem !important;
}
.\!ml-16 {
  margin-left: 4rem !important;
}
.\!ml-2 {
  margin-left: 0.5rem !important;
}
.\!ml-3 {
  margin-left: 0.75rem !important;
}
.\!ml-4 {
  margin-left: 1rem !important;
}
.\!ml-6 {
  margin-left: 1.5rem !important;
}
.\!ml-8 {
  margin-left: 2rem !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.\!mr-1 {
  margin-right: 0.25rem !important;
}
.\!mr-12 {
  margin-right: 3rem !important;
}
.\!mr-2 {
  margin-right: 0.5rem !important;
}
.\!mr-24 {
  margin-right: 6rem !important;
}
.\!mr-3 {
  margin-right: 0.75rem !important;
}
.\!mr-4 {
  margin-right: 1rem !important;
}
.\!mr-5 {
  margin-right: 1.25rem !important;
}
.\!mr-6 {
  margin-right: 1.5rem !important;
}
.\!mr-7 {
  margin-right: 1.75rem !important;
}
.\!mr-8 {
  margin-right: 2rem !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-1 {
  margin-top: 0.25rem !important;
}
.\!mt-10 {
  margin-top: 2.5rem !important;
}
.\!mt-11 {
  margin-top: 2.75rem !important;
}
.\!mt-12 {
  margin-top: 3rem !important;
}
.\!mt-14 {
  margin-top: 3.5rem !important;
}
.\!mt-16 {
  margin-top: 4rem !important;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.\!mt-3 {
  margin-top: 0.75rem !important;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.\!mt-6 {
  margin-top: 1.5rem !important;
}
.\!mt-7 {
  margin-top: 1.75rem !important;
}
.\!mt-8 {
  margin-top: 2rem !important;
}
.\!mt-auto {
  margin-top: auto !important;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.ml-\[-4px\] {
  margin-left: -4px;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-12 {
  height: 3rem !important;
}
.\!h-14 {
  height: 3.5rem !important;
}
.\!h-16 {
  height: 4rem !important;
}
.\!h-32 {
  height: 8rem !important;
}
.\!h-5 {
  height: 1.25rem !important;
}
.\!h-9 {
  height: 2.25rem !important;
}
.\!h-\[14px\] {
  height: 14px !important;
}
.\!h-\[16px\] {
  height: 16px !important;
}
.\!h-\[20px\] {
  height: 20px !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.\!max-h-5 {
  max-height: 1.25rem !important;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-5 {
  max-height: 1.25rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[800px\] {
  max-height: 800px;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[920px\] {
  max-height: 920px;
}
.max-h-\[calc\(100vh-198px\)\] {
  max-height: calc(100vh - 198px);
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.\!min-h-5 {
  min-height: 1.25rem !important;
}
.\!min-h-56 {
  min-height: 14rem !important;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-7 {
  min-height: 1.75rem;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-fit {
  min-height: fit-content;
}
.\!w-1\/2 {
  width: 50% !important;
}
.\!w-10 {
  width: 2.5rem !important;
}
.\!w-11\/12 {
  width: 91.666667% !important;
}
.\!w-12 {
  width: 3rem !important;
}
.\!w-14 {
  width: 3.5rem !important;
}
.\!w-24 {
  width: 6rem !important;
}
.\!w-28 {
  width: 7rem !important;
}
.\!w-3\/4 {
  width: 75% !important;
}
.\!w-32 {
  width: 8rem !important;
}
.\!w-4\/5 {
  width: 80% !important;
}
.\!w-40 {
  width: 10rem !important;
}
.\!w-48 {
  width: 12rem !important;
}
.\!w-5 {
  width: 1.25rem !important;
}
.\!w-64 {
  width: 16rem !important;
}
.\!w-\[10\%\] {
  width: 10% !important;
}
.\!w-\[14px\] {
  width: 14px !important;
}
.\!w-\[15\%\] {
  width: 15% !important;
}
.\!w-\[16px\] {
  width: 16px !important;
}
.\!w-\[20\%\] {
  width: 20% !important;
}
.\!w-\[20px\] {
  width: 20px !important;
}
.\!w-\[25\%\] {
  width: 25% !important;
}
.\!w-\[33\%\] {
  width: 33% !important;
}
.\!w-\[400px\] {
  width: 400px !important;
}
.\!w-\[44\%\] {
  width: 44% !important;
}
.\!w-\[45\%\] {
  width: 45% !important;
}
.\!w-\[50\%\] {
  width: 50% !important;
}
.\!w-\[60\%\] {
  width: 60% !important;
}
.\!w-\[600px\] {
  width: 600px !important;
}
.\!w-\[66\%\] {
  width: 66% !important;
}
.\!w-\[70\%\] {
  width: 70% !important;
}
.\!w-\[75\%\] {
  width: 75% !important;
}
.\!w-\[80\%\] {
  width: 80% !important;
}
.\!w-\[800px\] {
  width: 800px !important;
}
.\!w-\[90\%\] {
  width: 90% !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[32rem\] {
  width: 32rem;
}
.w-\[400px\] {
  width: 400px;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.\!min-w-0 {
  min-width: 0px !important;
}
.\!min-w-12 {
  min-width: 3rem !important;
}
.\!min-w-32 {
  min-width: 8rem !important;
}
.\!min-w-48 {
  min-width: 12rem !important;
}
.\!min-w-5 {
  min-width: 1.25rem !important;
}
.\!min-w-6 {
  min-width: 1.5rem !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-1 {
  min-width: 0.25rem;
}
.min-w-2 {
  min-width: 0.5rem;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-52 {
  min-width: 13rem;
}
.min-w-64 {
  min-width: 16rem;
}
.min-w-72 {
  min-width: 18rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-80 {
  min-width: 20rem;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[800px\] {
  min-width: 800px;
}
.min-w-fit {
  min-width: fit-content;
}
.\!max-w-1 {
  max-width: 0.25rem !important;
}
.\!max-w-96 {
  max-width: 24rem !important;
}
.\!max-w-\[1000px\] {
  max-width: 1000px !important;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-14 {
  max-width: 3.5rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.max-w-\[25rem\] {
  max-width: 25rem;
}
.max-w-\[290px\] {
  max-width: 290px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[632px\] {
  max-width: 632px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[80ch\] {
  max-width: 80ch;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-100\%\] {
  --tw-scale-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes scroll-text {
  0%, 20% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.animate-scroll-text {
  animation: scroll-text 10s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-ew-resize {
  cursor: ew-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.\!flex-row {
  flex-direction: row !important;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.\!gap-2 {
  gap: 0.5rem !important;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-px {
  gap: 1px;
}
.gap-x-1 {
  column-gap: 0.25rem;
}
.gap-x-12 {
  column-gap: 3rem;
}
.gap-x-16 {
  column-gap: 4rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-x-9 {
  column-gap: 2.25rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-r-\[12px\] {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.\!border {
  border-width: 1px !important;
}
.\!border-2 {
  border-width: 2px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.\!border-solid {
  border-style: solid !important;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-background {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 241 243 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-background\/0 {
  border-color: rgb(238 241 243 / 0) !important;
}
.\!border-orgbrain-background\/10 {
  border-color: rgb(238 241 243 / 0.1) !important;
}
.\!border-orgbrain-background\/100 {
  border-color: rgb(238 241 243 / 1) !important;
}
.\!border-orgbrain-background\/15 {
  border-color: rgb(238 241 243 / 0.15) !important;
}
.\!border-orgbrain-background\/20 {
  border-color: rgb(238 241 243 / 0.2) !important;
}
.\!border-orgbrain-background\/25 {
  border-color: rgb(238 241 243 / 0.25) !important;
}
.\!border-orgbrain-background\/30 {
  border-color: rgb(238 241 243 / 0.3) !important;
}
.\!border-orgbrain-background\/35 {
  border-color: rgb(238 241 243 / 0.35) !important;
}
.\!border-orgbrain-background\/40 {
  border-color: rgb(238 241 243 / 0.4) !important;
}
.\!border-orgbrain-background\/45 {
  border-color: rgb(238 241 243 / 0.45) !important;
}
.\!border-orgbrain-background\/5 {
  border-color: rgb(238 241 243 / 0.05) !important;
}
.\!border-orgbrain-background\/50 {
  border-color: rgb(238 241 243 / 0.5) !important;
}
.\!border-orgbrain-background\/55 {
  border-color: rgb(238 241 243 / 0.55) !important;
}
.\!border-orgbrain-background\/60 {
  border-color: rgb(238 241 243 / 0.6) !important;
}
.\!border-orgbrain-background\/65 {
  border-color: rgb(238 241 243 / 0.65) !important;
}
.\!border-orgbrain-background\/70 {
  border-color: rgb(238 241 243 / 0.7) !important;
}
.\!border-orgbrain-background\/75 {
  border-color: rgb(238 241 243 / 0.75) !important;
}
.\!border-orgbrain-background\/80 {
  border-color: rgb(238 241 243 / 0.8) !important;
}
.\!border-orgbrain-background\/85 {
  border-color: rgb(238 241 243 / 0.85) !important;
}
.\!border-orgbrain-background\/90 {
  border-color: rgb(238 241 243 / 0.9) !important;
}
.\!border-orgbrain-background\/95 {
  border-color: rgb(238 241 243 / 0.95) !important;
}
.\!border-orgbrain-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 151 167 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-blue-background {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 234 237 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-blue-background\/0 {
  border-color: rgb(204 234 237 / 0) !important;
}
.\!border-orgbrain-blue-background\/10 {
  border-color: rgb(204 234 237 / 0.1) !important;
}
.\!border-orgbrain-blue-background\/100 {
  border-color: rgb(204 234 237 / 1) !important;
}
.\!border-orgbrain-blue-background\/15 {
  border-color: rgb(204 234 237 / 0.15) !important;
}
.\!border-orgbrain-blue-background\/20 {
  border-color: rgb(204 234 237 / 0.2) !important;
}
.\!border-orgbrain-blue-background\/25 {
  border-color: rgb(204 234 237 / 0.25) !important;
}
.\!border-orgbrain-blue-background\/30 {
  border-color: rgb(204 234 237 / 0.3) !important;
}
.\!border-orgbrain-blue-background\/35 {
  border-color: rgb(204 234 237 / 0.35) !important;
}
.\!border-orgbrain-blue-background\/40 {
  border-color: rgb(204 234 237 / 0.4) !important;
}
.\!border-orgbrain-blue-background\/45 {
  border-color: rgb(204 234 237 / 0.45) !important;
}
.\!border-orgbrain-blue-background\/5 {
  border-color: rgb(204 234 237 / 0.05) !important;
}
.\!border-orgbrain-blue-background\/50 {
  border-color: rgb(204 234 237 / 0.5) !important;
}
.\!border-orgbrain-blue-background\/55 {
  border-color: rgb(204 234 237 / 0.55) !important;
}
.\!border-orgbrain-blue-background\/60 {
  border-color: rgb(204 234 237 / 0.6) !important;
}
.\!border-orgbrain-blue-background\/65 {
  border-color: rgb(204 234 237 / 0.65) !important;
}
.\!border-orgbrain-blue-background\/70 {
  border-color: rgb(204 234 237 / 0.7) !important;
}
.\!border-orgbrain-blue-background\/75 {
  border-color: rgb(204 234 237 / 0.75) !important;
}
.\!border-orgbrain-blue-background\/80 {
  border-color: rgb(204 234 237 / 0.8) !important;
}
.\!border-orgbrain-blue-background\/85 {
  border-color: rgb(204 234 237 / 0.85) !important;
}
.\!border-orgbrain-blue-background\/90 {
  border-color: rgb(204 234 237 / 0.9) !important;
}
.\!border-orgbrain-blue-background\/95 {
  border-color: rgb(204 234 237 / 0.95) !important;
}
.\!border-orgbrain-blue\/0 {
  border-color: rgb(0 151 167 / 0) !important;
}
.\!border-orgbrain-blue\/10 {
  border-color: rgb(0 151 167 / 0.1) !important;
}
.\!border-orgbrain-blue\/100 {
  border-color: rgb(0 151 167 / 1) !important;
}
.\!border-orgbrain-blue\/15 {
  border-color: rgb(0 151 167 / 0.15) !important;
}
.\!border-orgbrain-blue\/20 {
  border-color: rgb(0 151 167 / 0.2) !important;
}
.\!border-orgbrain-blue\/25 {
  border-color: rgb(0 151 167 / 0.25) !important;
}
.\!border-orgbrain-blue\/30 {
  border-color: rgb(0 151 167 / 0.3) !important;
}
.\!border-orgbrain-blue\/35 {
  border-color: rgb(0 151 167 / 0.35) !important;
}
.\!border-orgbrain-blue\/40 {
  border-color: rgb(0 151 167 / 0.4) !important;
}
.\!border-orgbrain-blue\/45 {
  border-color: rgb(0 151 167 / 0.45) !important;
}
.\!border-orgbrain-blue\/5 {
  border-color: rgb(0 151 167 / 0.05) !important;
}
.\!border-orgbrain-blue\/50 {
  border-color: rgb(0 151 167 / 0.5) !important;
}
.\!border-orgbrain-blue\/55 {
  border-color: rgb(0 151 167 / 0.55) !important;
}
.\!border-orgbrain-blue\/60 {
  border-color: rgb(0 151 167 / 0.6) !important;
}
.\!border-orgbrain-blue\/65 {
  border-color: rgb(0 151 167 / 0.65) !important;
}
.\!border-orgbrain-blue\/70 {
  border-color: rgb(0 151 167 / 0.7) !important;
}
.\!border-orgbrain-blue\/75 {
  border-color: rgb(0 151 167 / 0.75) !important;
}
.\!border-orgbrain-blue\/80 {
  border-color: rgb(0 151 167 / 0.8) !important;
}
.\!border-orgbrain-blue\/85 {
  border-color: rgb(0 151 167 / 0.85) !important;
}
.\!border-orgbrain-blue\/90 {
  border-color: rgb(0 151 167 / 0.9) !important;
}
.\!border-orgbrain-blue\/95 {
  border-color: rgb(0 151 167 / 0.95) !important;
}
.\!border-orgbrain-boardmatch {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 190 132 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-boardmatch\/0 {
  border-color: rgb(63 190 132 / 0) !important;
}
.\!border-orgbrain-boardmatch\/10 {
  border-color: rgb(63 190 132 / 0.1) !important;
}
.\!border-orgbrain-boardmatch\/100 {
  border-color: rgb(63 190 132 / 1) !important;
}
.\!border-orgbrain-boardmatch\/15 {
  border-color: rgb(63 190 132 / 0.15) !important;
}
.\!border-orgbrain-boardmatch\/20 {
  border-color: rgb(63 190 132 / 0.2) !important;
}
.\!border-orgbrain-boardmatch\/25 {
  border-color: rgb(63 190 132 / 0.25) !important;
}
.\!border-orgbrain-boardmatch\/30 {
  border-color: rgb(63 190 132 / 0.3) !important;
}
.\!border-orgbrain-boardmatch\/35 {
  border-color: rgb(63 190 132 / 0.35) !important;
}
.\!border-orgbrain-boardmatch\/40 {
  border-color: rgb(63 190 132 / 0.4) !important;
}
.\!border-orgbrain-boardmatch\/45 {
  border-color: rgb(63 190 132 / 0.45) !important;
}
.\!border-orgbrain-boardmatch\/5 {
  border-color: rgb(63 190 132 / 0.05) !important;
}
.\!border-orgbrain-boardmatch\/50 {
  border-color: rgb(63 190 132 / 0.5) !important;
}
.\!border-orgbrain-boardmatch\/55 {
  border-color: rgb(63 190 132 / 0.55) !important;
}
.\!border-orgbrain-boardmatch\/60 {
  border-color: rgb(63 190 132 / 0.6) !important;
}
.\!border-orgbrain-boardmatch\/65 {
  border-color: rgb(63 190 132 / 0.65) !important;
}
.\!border-orgbrain-boardmatch\/70 {
  border-color: rgb(63 190 132 / 0.7) !important;
}
.\!border-orgbrain-boardmatch\/75 {
  border-color: rgb(63 190 132 / 0.75) !important;
}
.\!border-orgbrain-boardmatch\/80 {
  border-color: rgb(63 190 132 / 0.8) !important;
}
.\!border-orgbrain-boardmatch\/85 {
  border-color: rgb(63 190 132 / 0.85) !important;
}
.\!border-orgbrain-boardmatch\/90 {
  border-color: rgb(63 190 132 / 0.9) !important;
}
.\!border-orgbrain-boardmatch\/95 {
  border-color: rgb(63 190 132 / 0.95) !important;
}
.\!border-orgbrain-boardschool {
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 161 174 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-boardschool\/0 {
  border-color: rgb(30 161 174 / 0) !important;
}
.\!border-orgbrain-boardschool\/10 {
  border-color: rgb(30 161 174 / 0.1) !important;
}
.\!border-orgbrain-boardschool\/100 {
  border-color: rgb(30 161 174 / 1) !important;
}
.\!border-orgbrain-boardschool\/15 {
  border-color: rgb(30 161 174 / 0.15) !important;
}
.\!border-orgbrain-boardschool\/20 {
  border-color: rgb(30 161 174 / 0.2) !important;
}
.\!border-orgbrain-boardschool\/25 {
  border-color: rgb(30 161 174 / 0.25) !important;
}
.\!border-orgbrain-boardschool\/30 {
  border-color: rgb(30 161 174 / 0.3) !important;
}
.\!border-orgbrain-boardschool\/35 {
  border-color: rgb(30 161 174 / 0.35) !important;
}
.\!border-orgbrain-boardschool\/40 {
  border-color: rgb(30 161 174 / 0.4) !important;
}
.\!border-orgbrain-boardschool\/45 {
  border-color: rgb(30 161 174 / 0.45) !important;
}
.\!border-orgbrain-boardschool\/5 {
  border-color: rgb(30 161 174 / 0.05) !important;
}
.\!border-orgbrain-boardschool\/50 {
  border-color: rgb(30 161 174 / 0.5) !important;
}
.\!border-orgbrain-boardschool\/55 {
  border-color: rgb(30 161 174 / 0.55) !important;
}
.\!border-orgbrain-boardschool\/60 {
  border-color: rgb(30 161 174 / 0.6) !important;
}
.\!border-orgbrain-boardschool\/65 {
  border-color: rgb(30 161 174 / 0.65) !important;
}
.\!border-orgbrain-boardschool\/70 {
  border-color: rgb(30 161 174 / 0.7) !important;
}
.\!border-orgbrain-boardschool\/75 {
  border-color: rgb(30 161 174 / 0.75) !important;
}
.\!border-orgbrain-boardschool\/80 {
  border-color: rgb(30 161 174 / 0.8) !important;
}
.\!border-orgbrain-boardschool\/85 {
  border-color: rgb(30 161 174 / 0.85) !important;
}
.\!border-orgbrain-boardschool\/90 {
  border-color: rgb(30 161 174 / 0.9) !important;
}
.\!border-orgbrain-boardschool\/95 {
  border-color: rgb(30 161 174 / 0.95) !important;
}
.\!border-orgbrain-border {
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 208 208 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-border\/0 {
  border-color: rgb(208 208 208 / 0) !important;
}
.\!border-orgbrain-border\/10 {
  border-color: rgb(208 208 208 / 0.1) !important;
}
.\!border-orgbrain-border\/100 {
  border-color: rgb(208 208 208 / 1) !important;
}
.\!border-orgbrain-border\/15 {
  border-color: rgb(208 208 208 / 0.15) !important;
}
.\!border-orgbrain-border\/20 {
  border-color: rgb(208 208 208 / 0.2) !important;
}
.\!border-orgbrain-border\/25 {
  border-color: rgb(208 208 208 / 0.25) !important;
}
.\!border-orgbrain-border\/30 {
  border-color: rgb(208 208 208 / 0.3) !important;
}
.\!border-orgbrain-border\/35 {
  border-color: rgb(208 208 208 / 0.35) !important;
}
.\!border-orgbrain-border\/40 {
  border-color: rgb(208 208 208 / 0.4) !important;
}
.\!border-orgbrain-border\/45 {
  border-color: rgb(208 208 208 / 0.45) !important;
}
.\!border-orgbrain-border\/5 {
  border-color: rgb(208 208 208 / 0.05) !important;
}
.\!border-orgbrain-border\/50 {
  border-color: rgb(208 208 208 / 0.5) !important;
}
.\!border-orgbrain-border\/55 {
  border-color: rgb(208 208 208 / 0.55) !important;
}
.\!border-orgbrain-border\/60 {
  border-color: rgb(208 208 208 / 0.6) !important;
}
.\!border-orgbrain-border\/65 {
  border-color: rgb(208 208 208 / 0.65) !important;
}
.\!border-orgbrain-border\/70 {
  border-color: rgb(208 208 208 / 0.7) !important;
}
.\!border-orgbrain-border\/75 {
  border-color: rgb(208 208 208 / 0.75) !important;
}
.\!border-orgbrain-border\/80 {
  border-color: rgb(208 208 208 / 0.8) !important;
}
.\!border-orgbrain-border\/85 {
  border-color: rgb(208 208 208 / 0.85) !important;
}
.\!border-orgbrain-border\/90 {
  border-color: rgb(208 208 208 / 0.9) !important;
}
.\!border-orgbrain-border\/95 {
  border-color: rgb(208 208 208 / 0.95) !important;
}
.\!border-orgbrain-called-color {
  --tw-border-opacity: 1 !important;
  border-color: rgb(53 138 191 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-called-color\/0 {
  border-color: rgb(53 138 191 / 0) !important;
}
.\!border-orgbrain-called-color\/10 {
  border-color: rgb(53 138 191 / 0.1) !important;
}
.\!border-orgbrain-called-color\/100 {
  border-color: rgb(53 138 191 / 1) !important;
}
.\!border-orgbrain-called-color\/15 {
  border-color: rgb(53 138 191 / 0.15) !important;
}
.\!border-orgbrain-called-color\/20 {
  border-color: rgb(53 138 191 / 0.2) !important;
}
.\!border-orgbrain-called-color\/25 {
  border-color: rgb(53 138 191 / 0.25) !important;
}
.\!border-orgbrain-called-color\/30 {
  border-color: rgb(53 138 191 / 0.3) !important;
}
.\!border-orgbrain-called-color\/35 {
  border-color: rgb(53 138 191 / 0.35) !important;
}
.\!border-orgbrain-called-color\/40 {
  border-color: rgb(53 138 191 / 0.4) !important;
}
.\!border-orgbrain-called-color\/45 {
  border-color: rgb(53 138 191 / 0.45) !important;
}
.\!border-orgbrain-called-color\/5 {
  border-color: rgb(53 138 191 / 0.05) !important;
}
.\!border-orgbrain-called-color\/50 {
  border-color: rgb(53 138 191 / 0.5) !important;
}
.\!border-orgbrain-called-color\/55 {
  border-color: rgb(53 138 191 / 0.55) !important;
}
.\!border-orgbrain-called-color\/60 {
  border-color: rgb(53 138 191 / 0.6) !important;
}
.\!border-orgbrain-called-color\/65 {
  border-color: rgb(53 138 191 / 0.65) !important;
}
.\!border-orgbrain-called-color\/70 {
  border-color: rgb(53 138 191 / 0.7) !important;
}
.\!border-orgbrain-called-color\/75 {
  border-color: rgb(53 138 191 / 0.75) !important;
}
.\!border-orgbrain-called-color\/80 {
  border-color: rgb(53 138 191 / 0.8) !important;
}
.\!border-orgbrain-called-color\/85 {
  border-color: rgb(53 138 191 / 0.85) !important;
}
.\!border-orgbrain-called-color\/90 {
  border-color: rgb(53 138 191 / 0.9) !important;
}
.\!border-orgbrain-called-color\/95 {
  border-color: rgb(53 138 191 / 0.95) !important;
}
.\!border-orgbrain-communication {
  --tw-border-opacity: 1 !important;
  border-color: rgb(182 107 186 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-communication\/0 {
  border-color: rgb(182 107 186 / 0) !important;
}
.\!border-orgbrain-communication\/10 {
  border-color: rgb(182 107 186 / 0.1) !important;
}
.\!border-orgbrain-communication\/100 {
  border-color: rgb(182 107 186 / 1) !important;
}
.\!border-orgbrain-communication\/15 {
  border-color: rgb(182 107 186 / 0.15) !important;
}
.\!border-orgbrain-communication\/20 {
  border-color: rgb(182 107 186 / 0.2) !important;
}
.\!border-orgbrain-communication\/25 {
  border-color: rgb(182 107 186 / 0.25) !important;
}
.\!border-orgbrain-communication\/30 {
  border-color: rgb(182 107 186 / 0.3) !important;
}
.\!border-orgbrain-communication\/35 {
  border-color: rgb(182 107 186 / 0.35) !important;
}
.\!border-orgbrain-communication\/40 {
  border-color: rgb(182 107 186 / 0.4) !important;
}
.\!border-orgbrain-communication\/45 {
  border-color: rgb(182 107 186 / 0.45) !important;
}
.\!border-orgbrain-communication\/5 {
  border-color: rgb(182 107 186 / 0.05) !important;
}
.\!border-orgbrain-communication\/50 {
  border-color: rgb(182 107 186 / 0.5) !important;
}
.\!border-orgbrain-communication\/55 {
  border-color: rgb(182 107 186 / 0.55) !important;
}
.\!border-orgbrain-communication\/60 {
  border-color: rgb(182 107 186 / 0.6) !important;
}
.\!border-orgbrain-communication\/65 {
  border-color: rgb(182 107 186 / 0.65) !important;
}
.\!border-orgbrain-communication\/70 {
  border-color: rgb(182 107 186 / 0.7) !important;
}
.\!border-orgbrain-communication\/75 {
  border-color: rgb(182 107 186 / 0.75) !important;
}
.\!border-orgbrain-communication\/80 {
  border-color: rgb(182 107 186 / 0.8) !important;
}
.\!border-orgbrain-communication\/85 {
  border-color: rgb(182 107 186 / 0.85) !important;
}
.\!border-orgbrain-communication\/90 {
  border-color: rgb(182 107 186 / 0.9) !important;
}
.\!border-orgbrain-communication\/95 {
  border-color: rgb(182 107 186 / 0.95) !important;
}
.\!border-orgbrain-complete {
  --tw-border-opacity: 1 !important;
  border-color: rgb(72 150 76 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-complete-background {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 243 229 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-complete-background\/0 {
  border-color: rgb(228 243 229 / 0) !important;
}
.\!border-orgbrain-complete-background\/10 {
  border-color: rgb(228 243 229 / 0.1) !important;
}
.\!border-orgbrain-complete-background\/100 {
  border-color: rgb(228 243 229 / 1) !important;
}
.\!border-orgbrain-complete-background\/15 {
  border-color: rgb(228 243 229 / 0.15) !important;
}
.\!border-orgbrain-complete-background\/20 {
  border-color: rgb(228 243 229 / 0.2) !important;
}
.\!border-orgbrain-complete-background\/25 {
  border-color: rgb(228 243 229 / 0.25) !important;
}
.\!border-orgbrain-complete-background\/30 {
  border-color: rgb(228 243 229 / 0.3) !important;
}
.\!border-orgbrain-complete-background\/35 {
  border-color: rgb(228 243 229 / 0.35) !important;
}
.\!border-orgbrain-complete-background\/40 {
  border-color: rgb(228 243 229 / 0.4) !important;
}
.\!border-orgbrain-complete-background\/45 {
  border-color: rgb(228 243 229 / 0.45) !important;
}
.\!border-orgbrain-complete-background\/5 {
  border-color: rgb(228 243 229 / 0.05) !important;
}
.\!border-orgbrain-complete-background\/50 {
  border-color: rgb(228 243 229 / 0.5) !important;
}
.\!border-orgbrain-complete-background\/55 {
  border-color: rgb(228 243 229 / 0.55) !important;
}
.\!border-orgbrain-complete-background\/60 {
  border-color: rgb(228 243 229 / 0.6) !important;
}
.\!border-orgbrain-complete-background\/65 {
  border-color: rgb(228 243 229 / 0.65) !important;
}
.\!border-orgbrain-complete-background\/70 {
  border-color: rgb(228 243 229 / 0.7) !important;
}
.\!border-orgbrain-complete-background\/75 {
  border-color: rgb(228 243 229 / 0.75) !important;
}
.\!border-orgbrain-complete-background\/80 {
  border-color: rgb(228 243 229 / 0.8) !important;
}
.\!border-orgbrain-complete-background\/85 {
  border-color: rgb(228 243 229 / 0.85) !important;
}
.\!border-orgbrain-complete-background\/90 {
  border-color: rgb(228 243 229 / 0.9) !important;
}
.\!border-orgbrain-complete-background\/95 {
  border-color: rgb(228 243 229 / 0.95) !important;
}
.\!border-orgbrain-complete\/0 {
  border-color: rgb(72 150 76 / 0) !important;
}
.\!border-orgbrain-complete\/10 {
  border-color: rgb(72 150 76 / 0.1) !important;
}
.\!border-orgbrain-complete\/100 {
  border-color: rgb(72 150 76 / 1) !important;
}
.\!border-orgbrain-complete\/15 {
  border-color: rgb(72 150 76 / 0.15) !important;
}
.\!border-orgbrain-complete\/20 {
  border-color: rgb(72 150 76 / 0.2) !important;
}
.\!border-orgbrain-complete\/25 {
  border-color: rgb(72 150 76 / 0.25) !important;
}
.\!border-orgbrain-complete\/30 {
  border-color: rgb(72 150 76 / 0.3) !important;
}
.\!border-orgbrain-complete\/35 {
  border-color: rgb(72 150 76 / 0.35) !important;
}
.\!border-orgbrain-complete\/40 {
  border-color: rgb(72 150 76 / 0.4) !important;
}
.\!border-orgbrain-complete\/45 {
  border-color: rgb(72 150 76 / 0.45) !important;
}
.\!border-orgbrain-complete\/5 {
  border-color: rgb(72 150 76 / 0.05) !important;
}
.\!border-orgbrain-complete\/50 {
  border-color: rgb(72 150 76 / 0.5) !important;
}
.\!border-orgbrain-complete\/55 {
  border-color: rgb(72 150 76 / 0.55) !important;
}
.\!border-orgbrain-complete\/60 {
  border-color: rgb(72 150 76 / 0.6) !important;
}
.\!border-orgbrain-complete\/65 {
  border-color: rgb(72 150 76 / 0.65) !important;
}
.\!border-orgbrain-complete\/70 {
  border-color: rgb(72 150 76 / 0.7) !important;
}
.\!border-orgbrain-complete\/75 {
  border-color: rgb(72 150 76 / 0.75) !important;
}
.\!border-orgbrain-complete\/80 {
  border-color: rgb(72 150 76 / 0.8) !important;
}
.\!border-orgbrain-complete\/85 {
  border-color: rgb(72 150 76 / 0.85) !important;
}
.\!border-orgbrain-complete\/90 {
  border-color: rgb(72 150 76 / 0.9) !important;
}
.\!border-orgbrain-complete\/95 {
  border-color: rgb(72 150 76 / 0.95) !important;
}
.\!border-orgbrain-dark-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 77 85 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-dark-blue\/0 {
  border-color: rgb(0 77 85 / 0) !important;
}
.\!border-orgbrain-dark-blue\/10 {
  border-color: rgb(0 77 85 / 0.1) !important;
}
.\!border-orgbrain-dark-blue\/100 {
  border-color: rgb(0 77 85 / 1) !important;
}
.\!border-orgbrain-dark-blue\/15 {
  border-color: rgb(0 77 85 / 0.15) !important;
}
.\!border-orgbrain-dark-blue\/20 {
  border-color: rgb(0 77 85 / 0.2) !important;
}
.\!border-orgbrain-dark-blue\/25 {
  border-color: rgb(0 77 85 / 0.25) !important;
}
.\!border-orgbrain-dark-blue\/30 {
  border-color: rgb(0 77 85 / 0.3) !important;
}
.\!border-orgbrain-dark-blue\/35 {
  border-color: rgb(0 77 85 / 0.35) !important;
}
.\!border-orgbrain-dark-blue\/40 {
  border-color: rgb(0 77 85 / 0.4) !important;
}
.\!border-orgbrain-dark-blue\/45 {
  border-color: rgb(0 77 85 / 0.45) !important;
}
.\!border-orgbrain-dark-blue\/5 {
  border-color: rgb(0 77 85 / 0.05) !important;
}
.\!border-orgbrain-dark-blue\/50 {
  border-color: rgb(0 77 85 / 0.5) !important;
}
.\!border-orgbrain-dark-blue\/55 {
  border-color: rgb(0 77 85 / 0.55) !important;
}
.\!border-orgbrain-dark-blue\/60 {
  border-color: rgb(0 77 85 / 0.6) !important;
}
.\!border-orgbrain-dark-blue\/65 {
  border-color: rgb(0 77 85 / 0.65) !important;
}
.\!border-orgbrain-dark-blue\/70 {
  border-color: rgb(0 77 85 / 0.7) !important;
}
.\!border-orgbrain-dark-blue\/75 {
  border-color: rgb(0 77 85 / 0.75) !important;
}
.\!border-orgbrain-dark-blue\/80 {
  border-color: rgb(0 77 85 / 0.8) !important;
}
.\!border-orgbrain-dark-blue\/85 {
  border-color: rgb(0 77 85 / 0.85) !important;
}
.\!border-orgbrain-dark-blue\/90 {
  border-color: rgb(0 77 85 / 0.9) !important;
}
.\!border-orgbrain-dark-blue\/95 {
  border-color: rgb(0 77 85 / 0.95) !important;
}
.\!border-orgbrain-digital-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(87 195 184 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-digital-blue\/0 {
  border-color: rgb(87 195 184 / 0) !important;
}
.\!border-orgbrain-digital-blue\/10 {
  border-color: rgb(87 195 184 / 0.1) !important;
}
.\!border-orgbrain-digital-blue\/100 {
  border-color: rgb(87 195 184 / 1) !important;
}
.\!border-orgbrain-digital-blue\/15 {
  border-color: rgb(87 195 184 / 0.15) !important;
}
.\!border-orgbrain-digital-blue\/20 {
  border-color: rgb(87 195 184 / 0.2) !important;
}
.\!border-orgbrain-digital-blue\/25 {
  border-color: rgb(87 195 184 / 0.25) !important;
}
.\!border-orgbrain-digital-blue\/30 {
  border-color: rgb(87 195 184 / 0.3) !important;
}
.\!border-orgbrain-digital-blue\/35 {
  border-color: rgb(87 195 184 / 0.35) !important;
}
.\!border-orgbrain-digital-blue\/40 {
  border-color: rgb(87 195 184 / 0.4) !important;
}
.\!border-orgbrain-digital-blue\/45 {
  border-color: rgb(87 195 184 / 0.45) !important;
}
.\!border-orgbrain-digital-blue\/5 {
  border-color: rgb(87 195 184 / 0.05) !important;
}
.\!border-orgbrain-digital-blue\/50 {
  border-color: rgb(87 195 184 / 0.5) !important;
}
.\!border-orgbrain-digital-blue\/55 {
  border-color: rgb(87 195 184 / 0.55) !important;
}
.\!border-orgbrain-digital-blue\/60 {
  border-color: rgb(87 195 184 / 0.6) !important;
}
.\!border-orgbrain-digital-blue\/65 {
  border-color: rgb(87 195 184 / 0.65) !important;
}
.\!border-orgbrain-digital-blue\/70 {
  border-color: rgb(87 195 184 / 0.7) !important;
}
.\!border-orgbrain-digital-blue\/75 {
  border-color: rgb(87 195 184 / 0.75) !important;
}
.\!border-orgbrain-digital-blue\/80 {
  border-color: rgb(87 195 184 / 0.8) !important;
}
.\!border-orgbrain-digital-blue\/85 {
  border-color: rgb(87 195 184 / 0.85) !important;
}
.\!border-orgbrain-digital-blue\/90 {
  border-color: rgb(87 195 184 / 0.9) !important;
}
.\!border-orgbrain-digital-blue\/95 {
  border-color: rgb(87 195 184 / 0.95) !important;
}
.\!border-orgbrain-error-background {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 224 224 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-error-background\/0 {
  border-color: rgb(248 224 224 / 0) !important;
}
.\!border-orgbrain-error-background\/10 {
  border-color: rgb(248 224 224 / 0.1) !important;
}
.\!border-orgbrain-error-background\/100 {
  border-color: rgb(248 224 224 / 1) !important;
}
.\!border-orgbrain-error-background\/15 {
  border-color: rgb(248 224 224 / 0.15) !important;
}
.\!border-orgbrain-error-background\/20 {
  border-color: rgb(248 224 224 / 0.2) !important;
}
.\!border-orgbrain-error-background\/25 {
  border-color: rgb(248 224 224 / 0.25) !important;
}
.\!border-orgbrain-error-background\/30 {
  border-color: rgb(248 224 224 / 0.3) !important;
}
.\!border-orgbrain-error-background\/35 {
  border-color: rgb(248 224 224 / 0.35) !important;
}
.\!border-orgbrain-error-background\/40 {
  border-color: rgb(248 224 224 / 0.4) !important;
}
.\!border-orgbrain-error-background\/45 {
  border-color: rgb(248 224 224 / 0.45) !important;
}
.\!border-orgbrain-error-background\/5 {
  border-color: rgb(248 224 224 / 0.05) !important;
}
.\!border-orgbrain-error-background\/50 {
  border-color: rgb(248 224 224 / 0.5) !important;
}
.\!border-orgbrain-error-background\/55 {
  border-color: rgb(248 224 224 / 0.55) !important;
}
.\!border-orgbrain-error-background\/60 {
  border-color: rgb(248 224 224 / 0.6) !important;
}
.\!border-orgbrain-error-background\/65 {
  border-color: rgb(248 224 224 / 0.65) !important;
}
.\!border-orgbrain-error-background\/70 {
  border-color: rgb(248 224 224 / 0.7) !important;
}
.\!border-orgbrain-error-background\/75 {
  border-color: rgb(248 224 224 / 0.75) !important;
}
.\!border-orgbrain-error-background\/80 {
  border-color: rgb(248 224 224 / 0.8) !important;
}
.\!border-orgbrain-error-background\/85 {
  border-color: rgb(248 224 224 / 0.85) !important;
}
.\!border-orgbrain-error-background\/90 {
  border-color: rgb(248 224 224 / 0.9) !important;
}
.\!border-orgbrain-error-background\/95 {
  border-color: rgb(248 224 224 / 0.95) !important;
}
.\!border-orgbrain-files {
  --tw-border-opacity: 1 !important;
  border-color: rgb(86 170 90 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-files\/0 {
  border-color: rgb(86 170 90 / 0) !important;
}
.\!border-orgbrain-files\/10 {
  border-color: rgb(86 170 90 / 0.1) !important;
}
.\!border-orgbrain-files\/100 {
  border-color: rgb(86 170 90 / 1) !important;
}
.\!border-orgbrain-files\/15 {
  border-color: rgb(86 170 90 / 0.15) !important;
}
.\!border-orgbrain-files\/20 {
  border-color: rgb(86 170 90 / 0.2) !important;
}
.\!border-orgbrain-files\/25 {
  border-color: rgb(86 170 90 / 0.25) !important;
}
.\!border-orgbrain-files\/30 {
  border-color: rgb(86 170 90 / 0.3) !important;
}
.\!border-orgbrain-files\/35 {
  border-color: rgb(86 170 90 / 0.35) !important;
}
.\!border-orgbrain-files\/40 {
  border-color: rgb(86 170 90 / 0.4) !important;
}
.\!border-orgbrain-files\/45 {
  border-color: rgb(86 170 90 / 0.45) !important;
}
.\!border-orgbrain-files\/5 {
  border-color: rgb(86 170 90 / 0.05) !important;
}
.\!border-orgbrain-files\/50 {
  border-color: rgb(86 170 90 / 0.5) !important;
}
.\!border-orgbrain-files\/55 {
  border-color: rgb(86 170 90 / 0.55) !important;
}
.\!border-orgbrain-files\/60 {
  border-color: rgb(86 170 90 / 0.6) !important;
}
.\!border-orgbrain-files\/65 {
  border-color: rgb(86 170 90 / 0.65) !important;
}
.\!border-orgbrain-files\/70 {
  border-color: rgb(86 170 90 / 0.7) !important;
}
.\!border-orgbrain-files\/75 {
  border-color: rgb(86 170 90 / 0.75) !important;
}
.\!border-orgbrain-files\/80 {
  border-color: rgb(86 170 90 / 0.8) !important;
}
.\!border-orgbrain-files\/85 {
  border-color: rgb(86 170 90 / 0.85) !important;
}
.\!border-orgbrain-files\/90 {
  border-color: rgb(86 170 90 / 0.9) !important;
}
.\!border-orgbrain-files\/95 {
  border-color: rgb(86 170 90 / 0.95) !important;
}
.\!border-orgbrain-form-background {
  --tw-border-opacity: 1 !important;
  border-color: rgb(242 247 248 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-form-background\/0 {
  border-color: rgb(242 247 248 / 0) !important;
}
.\!border-orgbrain-form-background\/10 {
  border-color: rgb(242 247 248 / 0.1) !important;
}
.\!border-orgbrain-form-background\/100 {
  border-color: rgb(242 247 248 / 1) !important;
}
.\!border-orgbrain-form-background\/15 {
  border-color: rgb(242 247 248 / 0.15) !important;
}
.\!border-orgbrain-form-background\/20 {
  border-color: rgb(242 247 248 / 0.2) !important;
}
.\!border-orgbrain-form-background\/25 {
  border-color: rgb(242 247 248 / 0.25) !important;
}
.\!border-orgbrain-form-background\/30 {
  border-color: rgb(242 247 248 / 0.3) !important;
}
.\!border-orgbrain-form-background\/35 {
  border-color: rgb(242 247 248 / 0.35) !important;
}
.\!border-orgbrain-form-background\/40 {
  border-color: rgb(242 247 248 / 0.4) !important;
}
.\!border-orgbrain-form-background\/45 {
  border-color: rgb(242 247 248 / 0.45) !important;
}
.\!border-orgbrain-form-background\/5 {
  border-color: rgb(242 247 248 / 0.05) !important;
}
.\!border-orgbrain-form-background\/50 {
  border-color: rgb(242 247 248 / 0.5) !important;
}
.\!border-orgbrain-form-background\/55 {
  border-color: rgb(242 247 248 / 0.55) !important;
}
.\!border-orgbrain-form-background\/60 {
  border-color: rgb(242 247 248 / 0.6) !important;
}
.\!border-orgbrain-form-background\/65 {
  border-color: rgb(242 247 248 / 0.65) !important;
}
.\!border-orgbrain-form-background\/70 {
  border-color: rgb(242 247 248 / 0.7) !important;
}
.\!border-orgbrain-form-background\/75 {
  border-color: rgb(242 247 248 / 0.75) !important;
}
.\!border-orgbrain-form-background\/80 {
  border-color: rgb(242 247 248 / 0.8) !important;
}
.\!border-orgbrain-form-background\/85 {
  border-color: rgb(242 247 248 / 0.85) !important;
}
.\!border-orgbrain-form-background\/90 {
  border-color: rgb(242 247 248 / 0.9) !important;
}
.\!border-orgbrain-form-background\/95 {
  border-color: rgb(242 247 248 / 0.95) !important;
}
.\!border-orgbrain-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(84 110 122 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-gray-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(132 157 188 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-gray-blue\/0 {
  border-color: rgb(132 157 188 / 0) !important;
}
.\!border-orgbrain-gray-blue\/10 {
  border-color: rgb(132 157 188 / 0.1) !important;
}
.\!border-orgbrain-gray-blue\/100 {
  border-color: rgb(132 157 188 / 1) !important;
}
.\!border-orgbrain-gray-blue\/15 {
  border-color: rgb(132 157 188 / 0.15) !important;
}
.\!border-orgbrain-gray-blue\/20 {
  border-color: rgb(132 157 188 / 0.2) !important;
}
.\!border-orgbrain-gray-blue\/25 {
  border-color: rgb(132 157 188 / 0.25) !important;
}
.\!border-orgbrain-gray-blue\/30 {
  border-color: rgb(132 157 188 / 0.3) !important;
}
.\!border-orgbrain-gray-blue\/35 {
  border-color: rgb(132 157 188 / 0.35) !important;
}
.\!border-orgbrain-gray-blue\/40 {
  border-color: rgb(132 157 188 / 0.4) !important;
}
.\!border-orgbrain-gray-blue\/45 {
  border-color: rgb(132 157 188 / 0.45) !important;
}
.\!border-orgbrain-gray-blue\/5 {
  border-color: rgb(132 157 188 / 0.05) !important;
}
.\!border-orgbrain-gray-blue\/50 {
  border-color: rgb(132 157 188 / 0.5) !important;
}
.\!border-orgbrain-gray-blue\/55 {
  border-color: rgb(132 157 188 / 0.55) !important;
}
.\!border-orgbrain-gray-blue\/60 {
  border-color: rgb(132 157 188 / 0.6) !important;
}
.\!border-orgbrain-gray-blue\/65 {
  border-color: rgb(132 157 188 / 0.65) !important;
}
.\!border-orgbrain-gray-blue\/70 {
  border-color: rgb(132 157 188 / 0.7) !important;
}
.\!border-orgbrain-gray-blue\/75 {
  border-color: rgb(132 157 188 / 0.75) !important;
}
.\!border-orgbrain-gray-blue\/80 {
  border-color: rgb(132 157 188 / 0.8) !important;
}
.\!border-orgbrain-gray-blue\/85 {
  border-color: rgb(132 157 188 / 0.85) !important;
}
.\!border-orgbrain-gray-blue\/90 {
  border-color: rgb(132 157 188 / 0.9) !important;
}
.\!border-orgbrain-gray-blue\/95 {
  border-color: rgb(132 157 188 / 0.95) !important;
}
.\!border-orgbrain-gray\/0 {
  border-color: rgb(84 110 122 / 0) !important;
}
.\!border-orgbrain-gray\/10 {
  border-color: rgb(84 110 122 / 0.1) !important;
}
.\!border-orgbrain-gray\/100 {
  border-color: rgb(84 110 122 / 1) !important;
}
.\!border-orgbrain-gray\/15 {
  border-color: rgb(84 110 122 / 0.15) !important;
}
.\!border-orgbrain-gray\/20 {
  border-color: rgb(84 110 122 / 0.2) !important;
}
.\!border-orgbrain-gray\/25 {
  border-color: rgb(84 110 122 / 0.25) !important;
}
.\!border-orgbrain-gray\/30 {
  border-color: rgb(84 110 122 / 0.3) !important;
}
.\!border-orgbrain-gray\/35 {
  border-color: rgb(84 110 122 / 0.35) !important;
}
.\!border-orgbrain-gray\/40 {
  border-color: rgb(84 110 122 / 0.4) !important;
}
.\!border-orgbrain-gray\/45 {
  border-color: rgb(84 110 122 / 0.45) !important;
}
.\!border-orgbrain-gray\/5 {
  border-color: rgb(84 110 122 / 0.05) !important;
}
.\!border-orgbrain-gray\/50 {
  border-color: rgb(84 110 122 / 0.5) !important;
}
.\!border-orgbrain-gray\/55 {
  border-color: rgb(84 110 122 / 0.55) !important;
}
.\!border-orgbrain-gray\/60 {
  border-color: rgb(84 110 122 / 0.6) !important;
}
.\!border-orgbrain-gray\/65 {
  border-color: rgb(84 110 122 / 0.65) !important;
}
.\!border-orgbrain-gray\/70 {
  border-color: rgb(84 110 122 / 0.7) !important;
}
.\!border-orgbrain-gray\/75 {
  border-color: rgb(84 110 122 / 0.75) !important;
}
.\!border-orgbrain-gray\/80 {
  border-color: rgb(84 110 122 / 0.8) !important;
}
.\!border-orgbrain-gray\/85 {
  border-color: rgb(84 110 122 / 0.85) !important;
}
.\!border-orgbrain-gray\/90 {
  border-color: rgb(84 110 122 / 0.9) !important;
}
.\!border-orgbrain-gray\/95 {
  border-color: rgb(84 110 122 / 0.95) !important;
}
.\!border-orgbrain-grey-background {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 240 242 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-grey-background\/0 {
  border-color: rgb(238 240 242 / 0) !important;
}
.\!border-orgbrain-grey-background\/10 {
  border-color: rgb(238 240 242 / 0.1) !important;
}
.\!border-orgbrain-grey-background\/100 {
  border-color: rgb(238 240 242 / 1) !important;
}
.\!border-orgbrain-grey-background\/15 {
  border-color: rgb(238 240 242 / 0.15) !important;
}
.\!border-orgbrain-grey-background\/20 {
  border-color: rgb(238 240 242 / 0.2) !important;
}
.\!border-orgbrain-grey-background\/25 {
  border-color: rgb(238 240 242 / 0.25) !important;
}
.\!border-orgbrain-grey-background\/30 {
  border-color: rgb(238 240 242 / 0.3) !important;
}
.\!border-orgbrain-grey-background\/35 {
  border-color: rgb(238 240 242 / 0.35) !important;
}
.\!border-orgbrain-grey-background\/40 {
  border-color: rgb(238 240 242 / 0.4) !important;
}
.\!border-orgbrain-grey-background\/45 {
  border-color: rgb(238 240 242 / 0.45) !important;
}
.\!border-orgbrain-grey-background\/5 {
  border-color: rgb(238 240 242 / 0.05) !important;
}
.\!border-orgbrain-grey-background\/50 {
  border-color: rgb(238 240 242 / 0.5) !important;
}
.\!border-orgbrain-grey-background\/55 {
  border-color: rgb(238 240 242 / 0.55) !important;
}
.\!border-orgbrain-grey-background\/60 {
  border-color: rgb(238 240 242 / 0.6) !important;
}
.\!border-orgbrain-grey-background\/65 {
  border-color: rgb(238 240 242 / 0.65) !important;
}
.\!border-orgbrain-grey-background\/70 {
  border-color: rgb(238 240 242 / 0.7) !important;
}
.\!border-orgbrain-grey-background\/75 {
  border-color: rgb(238 240 242 / 0.75) !important;
}
.\!border-orgbrain-grey-background\/80 {
  border-color: rgb(238 240 242 / 0.8) !important;
}
.\!border-orgbrain-grey-background\/85 {
  border-color: rgb(238 240 242 / 0.85) !important;
}
.\!border-orgbrain-grey-background\/90 {
  border-color: rgb(238 240 242 / 0.9) !important;
}
.\!border-orgbrain-grey-background\/95 {
  border-color: rgb(238 240 242 / 0.95) !important;
}
.\!border-orgbrain-hover-background {
  border-color: #0000000a !important;
}
.\!border-orgbrain-hover-background\/0 {
  border-color: rgb(0 0 0 / 0) !important;
}
.\!border-orgbrain-hover-background\/10 {
  border-color: rgb(0 0 0 / 0.1) !important;
}
.\!border-orgbrain-hover-background\/100 {
  border-color: rgb(0 0 0 / 1) !important;
}
.\!border-orgbrain-hover-background\/15 {
  border-color: rgb(0 0 0 / 0.15) !important;
}
.\!border-orgbrain-hover-background\/20 {
  border-color: rgb(0 0 0 / 0.2) !important;
}
.\!border-orgbrain-hover-background\/25 {
  border-color: rgb(0 0 0 / 0.25) !important;
}
.\!border-orgbrain-hover-background\/30 {
  border-color: rgb(0 0 0 / 0.3) !important;
}
.\!border-orgbrain-hover-background\/35 {
  border-color: rgb(0 0 0 / 0.35) !important;
}
.\!border-orgbrain-hover-background\/40 {
  border-color: rgb(0 0 0 / 0.4) !important;
}
.\!border-orgbrain-hover-background\/45 {
  border-color: rgb(0 0 0 / 0.45) !important;
}
.\!border-orgbrain-hover-background\/5 {
  border-color: rgb(0 0 0 / 0.05) !important;
}
.\!border-orgbrain-hover-background\/50 {
  border-color: rgb(0 0 0 / 0.5) !important;
}
.\!border-orgbrain-hover-background\/55 {
  border-color: rgb(0 0 0 / 0.55) !important;
}
.\!border-orgbrain-hover-background\/60 {
  border-color: rgb(0 0 0 / 0.6) !important;
}
.\!border-orgbrain-hover-background\/65 {
  border-color: rgb(0 0 0 / 0.65) !important;
}
.\!border-orgbrain-hover-background\/70 {
  border-color: rgb(0 0 0 / 0.7) !important;
}
.\!border-orgbrain-hover-background\/75 {
  border-color: rgb(0 0 0 / 0.75) !important;
}
.\!border-orgbrain-hover-background\/80 {
  border-color: rgb(0 0 0 / 0.8) !important;
}
.\!border-orgbrain-hover-background\/85 {
  border-color: rgb(0 0 0 / 0.85) !important;
}
.\!border-orgbrain-hover-background\/90 {
  border-color: rgb(0 0 0 / 0.9) !important;
}
.\!border-orgbrain-hover-background\/95 {
  border-color: rgb(0 0 0 / 0.95) !important;
}
.\!border-orgbrain-investments {
  --tw-border-opacity: 1 !important;
  border-color: rgb(95 122 197 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-investments\/0 {
  border-color: rgb(95 122 197 / 0) !important;
}
.\!border-orgbrain-investments\/10 {
  border-color: rgb(95 122 197 / 0.1) !important;
}
.\!border-orgbrain-investments\/100 {
  border-color: rgb(95 122 197 / 1) !important;
}
.\!border-orgbrain-investments\/15 {
  border-color: rgb(95 122 197 / 0.15) !important;
}
.\!border-orgbrain-investments\/20 {
  border-color: rgb(95 122 197 / 0.2) !important;
}
.\!border-orgbrain-investments\/25 {
  border-color: rgb(95 122 197 / 0.25) !important;
}
.\!border-orgbrain-investments\/30 {
  border-color: rgb(95 122 197 / 0.3) !important;
}
.\!border-orgbrain-investments\/35 {
  border-color: rgb(95 122 197 / 0.35) !important;
}
.\!border-orgbrain-investments\/40 {
  border-color: rgb(95 122 197 / 0.4) !important;
}
.\!border-orgbrain-investments\/45 {
  border-color: rgb(95 122 197 / 0.45) !important;
}
.\!border-orgbrain-investments\/5 {
  border-color: rgb(95 122 197 / 0.05) !important;
}
.\!border-orgbrain-investments\/50 {
  border-color: rgb(95 122 197 / 0.5) !important;
}
.\!border-orgbrain-investments\/55 {
  border-color: rgb(95 122 197 / 0.55) !important;
}
.\!border-orgbrain-investments\/60 {
  border-color: rgb(95 122 197 / 0.6) !important;
}
.\!border-orgbrain-investments\/65 {
  border-color: rgb(95 122 197 / 0.65) !important;
}
.\!border-orgbrain-investments\/70 {
  border-color: rgb(95 122 197 / 0.7) !important;
}
.\!border-orgbrain-investments\/75 {
  border-color: rgb(95 122 197 / 0.75) !important;
}
.\!border-orgbrain-investments\/80 {
  border-color: rgb(95 122 197 / 0.8) !important;
}
.\!border-orgbrain-investments\/85 {
  border-color: rgb(95 122 197 / 0.85) !important;
}
.\!border-orgbrain-investments\/90 {
  border-color: rgb(95 122 197 / 0.9) !important;
}
.\!border-orgbrain-investments\/95 {
  border-color: rgb(95 122 197 / 0.95) !important;
}
.\!border-orgbrain-light-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 234 237 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-light-blue-background {
  border-color: #0097A71A !important;
}
.\!border-orgbrain-light-blue-background\/0 {
  border-color: rgb(0 151 167 / 0) !important;
}
.\!border-orgbrain-light-blue-background\/10 {
  border-color: rgb(0 151 167 / 0.1) !important;
}
.\!border-orgbrain-light-blue-background\/100 {
  border-color: rgb(0 151 167 / 1) !important;
}
.\!border-orgbrain-light-blue-background\/15 {
  border-color: rgb(0 151 167 / 0.15) !important;
}
.\!border-orgbrain-light-blue-background\/20 {
  border-color: rgb(0 151 167 / 0.2) !important;
}
.\!border-orgbrain-light-blue-background\/25 {
  border-color: rgb(0 151 167 / 0.25) !important;
}
.\!border-orgbrain-light-blue-background\/30 {
  border-color: rgb(0 151 167 / 0.3) !important;
}
.\!border-orgbrain-light-blue-background\/35 {
  border-color: rgb(0 151 167 / 0.35) !important;
}
.\!border-orgbrain-light-blue-background\/40 {
  border-color: rgb(0 151 167 / 0.4) !important;
}
.\!border-orgbrain-light-blue-background\/45 {
  border-color: rgb(0 151 167 / 0.45) !important;
}
.\!border-orgbrain-light-blue-background\/5 {
  border-color: rgb(0 151 167 / 0.05) !important;
}
.\!border-orgbrain-light-blue-background\/50 {
  border-color: rgb(0 151 167 / 0.5) !important;
}
.\!border-orgbrain-light-blue-background\/55 {
  border-color: rgb(0 151 167 / 0.55) !important;
}
.\!border-orgbrain-light-blue-background\/60 {
  border-color: rgb(0 151 167 / 0.6) !important;
}
.\!border-orgbrain-light-blue-background\/65 {
  border-color: rgb(0 151 167 / 0.65) !important;
}
.\!border-orgbrain-light-blue-background\/70 {
  border-color: rgb(0 151 167 / 0.7) !important;
}
.\!border-orgbrain-light-blue-background\/75 {
  border-color: rgb(0 151 167 / 0.75) !important;
}
.\!border-orgbrain-light-blue-background\/80 {
  border-color: rgb(0 151 167 / 0.8) !important;
}
.\!border-orgbrain-light-blue-background\/85 {
  border-color: rgb(0 151 167 / 0.85) !important;
}
.\!border-orgbrain-light-blue-background\/90 {
  border-color: rgb(0 151 167 / 0.9) !important;
}
.\!border-orgbrain-light-blue-background\/95 {
  border-color: rgb(0 151 167 / 0.95) !important;
}
.\!border-orgbrain-light-blue\/0 {
  border-color: rgb(204 234 237 / 0) !important;
}
.\!border-orgbrain-light-blue\/10 {
  border-color: rgb(204 234 237 / 0.1) !important;
}
.\!border-orgbrain-light-blue\/100 {
  border-color: rgb(204 234 237 / 1) !important;
}
.\!border-orgbrain-light-blue\/15 {
  border-color: rgb(204 234 237 / 0.15) !important;
}
.\!border-orgbrain-light-blue\/20 {
  border-color: rgb(204 234 237 / 0.2) !important;
}
.\!border-orgbrain-light-blue\/25 {
  border-color: rgb(204 234 237 / 0.25) !important;
}
.\!border-orgbrain-light-blue\/30 {
  border-color: rgb(204 234 237 / 0.3) !important;
}
.\!border-orgbrain-light-blue\/35 {
  border-color: rgb(204 234 237 / 0.35) !important;
}
.\!border-orgbrain-light-blue\/40 {
  border-color: rgb(204 234 237 / 0.4) !important;
}
.\!border-orgbrain-light-blue\/45 {
  border-color: rgb(204 234 237 / 0.45) !important;
}
.\!border-orgbrain-light-blue\/5 {
  border-color: rgb(204 234 237 / 0.05) !important;
}
.\!border-orgbrain-light-blue\/50 {
  border-color: rgb(204 234 237 / 0.5) !important;
}
.\!border-orgbrain-light-blue\/55 {
  border-color: rgb(204 234 237 / 0.55) !important;
}
.\!border-orgbrain-light-blue\/60 {
  border-color: rgb(204 234 237 / 0.6) !important;
}
.\!border-orgbrain-light-blue\/65 {
  border-color: rgb(204 234 237 / 0.65) !important;
}
.\!border-orgbrain-light-blue\/70 {
  border-color: rgb(204 234 237 / 0.7) !important;
}
.\!border-orgbrain-light-blue\/75 {
  border-color: rgb(204 234 237 / 0.75) !important;
}
.\!border-orgbrain-light-blue\/80 {
  border-color: rgb(204 234 237 / 0.8) !important;
}
.\!border-orgbrain-light-blue\/85 {
  border-color: rgb(204 234 237 / 0.85) !important;
}
.\!border-orgbrain-light-blue\/90 {
  border-color: rgb(204 234 237 / 0.9) !important;
}
.\!border-orgbrain-light-blue\/95 {
  border-color: rgb(204 234 237 / 0.95) !important;
}
.\!border-orgbrain-meetings {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 151 24 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-meetings\/0 {
  border-color: rgb(251 151 24 / 0) !important;
}
.\!border-orgbrain-meetings\/10 {
  border-color: rgb(251 151 24 / 0.1) !important;
}
.\!border-orgbrain-meetings\/100 {
  border-color: rgb(251 151 24 / 1) !important;
}
.\!border-orgbrain-meetings\/15 {
  border-color: rgb(251 151 24 / 0.15) !important;
}
.\!border-orgbrain-meetings\/20 {
  border-color: rgb(251 151 24 / 0.2) !important;
}
.\!border-orgbrain-meetings\/25 {
  border-color: rgb(251 151 24 / 0.25) !important;
}
.\!border-orgbrain-meetings\/30 {
  border-color: rgb(251 151 24 / 0.3) !important;
}
.\!border-orgbrain-meetings\/35 {
  border-color: rgb(251 151 24 / 0.35) !important;
}
.\!border-orgbrain-meetings\/40 {
  border-color: rgb(251 151 24 / 0.4) !important;
}
.\!border-orgbrain-meetings\/45 {
  border-color: rgb(251 151 24 / 0.45) !important;
}
.\!border-orgbrain-meetings\/5 {
  border-color: rgb(251 151 24 / 0.05) !important;
}
.\!border-orgbrain-meetings\/50 {
  border-color: rgb(251 151 24 / 0.5) !important;
}
.\!border-orgbrain-meetings\/55 {
  border-color: rgb(251 151 24 / 0.55) !important;
}
.\!border-orgbrain-meetings\/60 {
  border-color: rgb(251 151 24 / 0.6) !important;
}
.\!border-orgbrain-meetings\/65 {
  border-color: rgb(251 151 24 / 0.65) !important;
}
.\!border-orgbrain-meetings\/70 {
  border-color: rgb(251 151 24 / 0.7) !important;
}
.\!border-orgbrain-meetings\/75 {
  border-color: rgb(251 151 24 / 0.75) !important;
}
.\!border-orgbrain-meetings\/80 {
  border-color: rgb(251 151 24 / 0.8) !important;
}
.\!border-orgbrain-meetings\/85 {
  border-color: rgb(251 151 24 / 0.85) !important;
}
.\!border-orgbrain-meetings\/90 {
  border-color: rgb(251 151 24 / 0.9) !important;
}
.\!border-orgbrain-meetings\/95 {
  border-color: rgb(251 151 24 / 0.95) !important;
}
.\!border-orgbrain-orange {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 124 0 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-orange-background {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 245 235 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-orange-background\/0 {
  border-color: rgb(254 245 235 / 0) !important;
}
.\!border-orgbrain-orange-background\/10 {
  border-color: rgb(254 245 235 / 0.1) !important;
}
.\!border-orgbrain-orange-background\/100 {
  border-color: rgb(254 245 235 / 1) !important;
}
.\!border-orgbrain-orange-background\/15 {
  border-color: rgb(254 245 235 / 0.15) !important;
}
.\!border-orgbrain-orange-background\/20 {
  border-color: rgb(254 245 235 / 0.2) !important;
}
.\!border-orgbrain-orange-background\/25 {
  border-color: rgb(254 245 235 / 0.25) !important;
}
.\!border-orgbrain-orange-background\/30 {
  border-color: rgb(254 245 235 / 0.3) !important;
}
.\!border-orgbrain-orange-background\/35 {
  border-color: rgb(254 245 235 / 0.35) !important;
}
.\!border-orgbrain-orange-background\/40 {
  border-color: rgb(254 245 235 / 0.4) !important;
}
.\!border-orgbrain-orange-background\/45 {
  border-color: rgb(254 245 235 / 0.45) !important;
}
.\!border-orgbrain-orange-background\/5 {
  border-color: rgb(254 245 235 / 0.05) !important;
}
.\!border-orgbrain-orange-background\/50 {
  border-color: rgb(254 245 235 / 0.5) !important;
}
.\!border-orgbrain-orange-background\/55 {
  border-color: rgb(254 245 235 / 0.55) !important;
}
.\!border-orgbrain-orange-background\/60 {
  border-color: rgb(254 245 235 / 0.6) !important;
}
.\!border-orgbrain-orange-background\/65 {
  border-color: rgb(254 245 235 / 0.65) !important;
}
.\!border-orgbrain-orange-background\/70 {
  border-color: rgb(254 245 235 / 0.7) !important;
}
.\!border-orgbrain-orange-background\/75 {
  border-color: rgb(254 245 235 / 0.75) !important;
}
.\!border-orgbrain-orange-background\/80 {
  border-color: rgb(254 245 235 / 0.8) !important;
}
.\!border-orgbrain-orange-background\/85 {
  border-color: rgb(254 245 235 / 0.85) !important;
}
.\!border-orgbrain-orange-background\/90 {
  border-color: rgb(254 245 235 / 0.9) !important;
}
.\!border-orgbrain-orange-background\/95 {
  border-color: rgb(254 245 235 / 0.95) !important;
}
.\!border-orgbrain-orange\/0 {
  border-color: rgb(245 124 0 / 0) !important;
}
.\!border-orgbrain-orange\/10 {
  border-color: rgb(245 124 0 / 0.1) !important;
}
.\!border-orgbrain-orange\/100 {
  border-color: rgb(245 124 0 / 1) !important;
}
.\!border-orgbrain-orange\/15 {
  border-color: rgb(245 124 0 / 0.15) !important;
}
.\!border-orgbrain-orange\/20 {
  border-color: rgb(245 124 0 / 0.2) !important;
}
.\!border-orgbrain-orange\/25 {
  border-color: rgb(245 124 0 / 0.25) !important;
}
.\!border-orgbrain-orange\/30 {
  border-color: rgb(245 124 0 / 0.3) !important;
}
.\!border-orgbrain-orange\/35 {
  border-color: rgb(245 124 0 / 0.35) !important;
}
.\!border-orgbrain-orange\/40 {
  border-color: rgb(245 124 0 / 0.4) !important;
}
.\!border-orgbrain-orange\/45 {
  border-color: rgb(245 124 0 / 0.45) !important;
}
.\!border-orgbrain-orange\/5 {
  border-color: rgb(245 124 0 / 0.05) !important;
}
.\!border-orgbrain-orange\/50 {
  border-color: rgb(245 124 0 / 0.5) !important;
}
.\!border-orgbrain-orange\/55 {
  border-color: rgb(245 124 0 / 0.55) !important;
}
.\!border-orgbrain-orange\/60 {
  border-color: rgb(245 124 0 / 0.6) !important;
}
.\!border-orgbrain-orange\/65 {
  border-color: rgb(245 124 0 / 0.65) !important;
}
.\!border-orgbrain-orange\/70 {
  border-color: rgb(245 124 0 / 0.7) !important;
}
.\!border-orgbrain-orange\/75 {
  border-color: rgb(245 124 0 / 0.75) !important;
}
.\!border-orgbrain-orange\/80 {
  border-color: rgb(245 124 0 / 0.8) !important;
}
.\!border-orgbrain-orange\/85 {
  border-color: rgb(245 124 0 / 0.85) !important;
}
.\!border-orgbrain-orange\/90 {
  border-color: rgb(245 124 0 / 0.9) !important;
}
.\!border-orgbrain-orange\/95 {
  border-color: rgb(245 124 0 / 0.95) !important;
}
.\!border-orgbrain-organization {
  --tw-border-opacity: 1 !important;
  border-color: rgb(86 195 184 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-organization\/0 {
  border-color: rgb(86 195 184 / 0) !important;
}
.\!border-orgbrain-organization\/10 {
  border-color: rgb(86 195 184 / 0.1) !important;
}
.\!border-orgbrain-organization\/100 {
  border-color: rgb(86 195 184 / 1) !important;
}
.\!border-orgbrain-organization\/15 {
  border-color: rgb(86 195 184 / 0.15) !important;
}
.\!border-orgbrain-organization\/20 {
  border-color: rgb(86 195 184 / 0.2) !important;
}
.\!border-orgbrain-organization\/25 {
  border-color: rgb(86 195 184 / 0.25) !important;
}
.\!border-orgbrain-organization\/30 {
  border-color: rgb(86 195 184 / 0.3) !important;
}
.\!border-orgbrain-organization\/35 {
  border-color: rgb(86 195 184 / 0.35) !important;
}
.\!border-orgbrain-organization\/40 {
  border-color: rgb(86 195 184 / 0.4) !important;
}
.\!border-orgbrain-organization\/45 {
  border-color: rgb(86 195 184 / 0.45) !important;
}
.\!border-orgbrain-organization\/5 {
  border-color: rgb(86 195 184 / 0.05) !important;
}
.\!border-orgbrain-organization\/50 {
  border-color: rgb(86 195 184 / 0.5) !important;
}
.\!border-orgbrain-organization\/55 {
  border-color: rgb(86 195 184 / 0.55) !important;
}
.\!border-orgbrain-organization\/60 {
  border-color: rgb(86 195 184 / 0.6) !important;
}
.\!border-orgbrain-organization\/65 {
  border-color: rgb(86 195 184 / 0.65) !important;
}
.\!border-orgbrain-organization\/70 {
  border-color: rgb(86 195 184 / 0.7) !important;
}
.\!border-orgbrain-organization\/75 {
  border-color: rgb(86 195 184 / 0.75) !important;
}
.\!border-orgbrain-organization\/80 {
  border-color: rgb(86 195 184 / 0.8) !important;
}
.\!border-orgbrain-organization\/85 {
  border-color: rgb(86 195 184 / 0.85) !important;
}
.\!border-orgbrain-organization\/90 {
  border-color: rgb(86 195 184 / 0.9) !important;
}
.\!border-orgbrain-organization\/95 {
  border-color: rgb(86 195 184 / 0.95) !important;
}
.\!border-orgbrain-plan-color {
  --tw-border-opacity: 1 !important;
  border-color: rgb(77 107 190 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-plan-color\/0 {
  border-color: rgb(77 107 190 / 0) !important;
}
.\!border-orgbrain-plan-color\/10 {
  border-color: rgb(77 107 190 / 0.1) !important;
}
.\!border-orgbrain-plan-color\/100 {
  border-color: rgb(77 107 190 / 1) !important;
}
.\!border-orgbrain-plan-color\/15 {
  border-color: rgb(77 107 190 / 0.15) !important;
}
.\!border-orgbrain-plan-color\/20 {
  border-color: rgb(77 107 190 / 0.2) !important;
}
.\!border-orgbrain-plan-color\/25 {
  border-color: rgb(77 107 190 / 0.25) !important;
}
.\!border-orgbrain-plan-color\/30 {
  border-color: rgb(77 107 190 / 0.3) !important;
}
.\!border-orgbrain-plan-color\/35 {
  border-color: rgb(77 107 190 / 0.35) !important;
}
.\!border-orgbrain-plan-color\/40 {
  border-color: rgb(77 107 190 / 0.4) !important;
}
.\!border-orgbrain-plan-color\/45 {
  border-color: rgb(77 107 190 / 0.45) !important;
}
.\!border-orgbrain-plan-color\/5 {
  border-color: rgb(77 107 190 / 0.05) !important;
}
.\!border-orgbrain-plan-color\/50 {
  border-color: rgb(77 107 190 / 0.5) !important;
}
.\!border-orgbrain-plan-color\/55 {
  border-color: rgb(77 107 190 / 0.55) !important;
}
.\!border-orgbrain-plan-color\/60 {
  border-color: rgb(77 107 190 / 0.6) !important;
}
.\!border-orgbrain-plan-color\/65 {
  border-color: rgb(77 107 190 / 0.65) !important;
}
.\!border-orgbrain-plan-color\/70 {
  border-color: rgb(77 107 190 / 0.7) !important;
}
.\!border-orgbrain-plan-color\/75 {
  border-color: rgb(77 107 190 / 0.75) !important;
}
.\!border-orgbrain-plan-color\/80 {
  border-color: rgb(77 107 190 / 0.8) !important;
}
.\!border-orgbrain-plan-color\/85 {
  border-color: rgb(77 107 190 / 0.85) !important;
}
.\!border-orgbrain-plan-color\/90 {
  border-color: rgb(77 107 190 / 0.9) !important;
}
.\!border-orgbrain-plan-color\/95 {
  border-color: rgb(77 107 190 / 0.95) !important;
}
.\!border-orgbrain-purple {
  --tw-border-opacity: 1 !important;
  border-color: rgb(139 95 152 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-purple\/0 {
  border-color: rgb(139 95 152 / 0) !important;
}
.\!border-orgbrain-purple\/10 {
  border-color: rgb(139 95 152 / 0.1) !important;
}
.\!border-orgbrain-purple\/100 {
  border-color: rgb(139 95 152 / 1) !important;
}
.\!border-orgbrain-purple\/15 {
  border-color: rgb(139 95 152 / 0.15) !important;
}
.\!border-orgbrain-purple\/20 {
  border-color: rgb(139 95 152 / 0.2) !important;
}
.\!border-orgbrain-purple\/25 {
  border-color: rgb(139 95 152 / 0.25) !important;
}
.\!border-orgbrain-purple\/30 {
  border-color: rgb(139 95 152 / 0.3) !important;
}
.\!border-orgbrain-purple\/35 {
  border-color: rgb(139 95 152 / 0.35) !important;
}
.\!border-orgbrain-purple\/40 {
  border-color: rgb(139 95 152 / 0.4) !important;
}
.\!border-orgbrain-purple\/45 {
  border-color: rgb(139 95 152 / 0.45) !important;
}
.\!border-orgbrain-purple\/5 {
  border-color: rgb(139 95 152 / 0.05) !important;
}
.\!border-orgbrain-purple\/50 {
  border-color: rgb(139 95 152 / 0.5) !important;
}
.\!border-orgbrain-purple\/55 {
  border-color: rgb(139 95 152 / 0.55) !important;
}
.\!border-orgbrain-purple\/60 {
  border-color: rgb(139 95 152 / 0.6) !important;
}
.\!border-orgbrain-purple\/65 {
  border-color: rgb(139 95 152 / 0.65) !important;
}
.\!border-orgbrain-purple\/70 {
  border-color: rgb(139 95 152 / 0.7) !important;
}
.\!border-orgbrain-purple\/75 {
  border-color: rgb(139 95 152 / 0.75) !important;
}
.\!border-orgbrain-purple\/80 {
  border-color: rgb(139 95 152 / 0.8) !important;
}
.\!border-orgbrain-purple\/85 {
  border-color: rgb(139 95 152 / 0.85) !important;
}
.\!border-orgbrain-purple\/90 {
  border-color: rgb(139 95 152 / 0.9) !important;
}
.\!border-orgbrain-purple\/95 {
  border-color: rgb(139 95 152 / 0.95) !important;
}
.\!border-orgbrain-signatures {
  --tw-border-opacity: 1 !important;
  border-color: rgb(197 95 127 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-signatures\/0 {
  border-color: rgb(197 95 127 / 0) !important;
}
.\!border-orgbrain-signatures\/10 {
  border-color: rgb(197 95 127 / 0.1) !important;
}
.\!border-orgbrain-signatures\/100 {
  border-color: rgb(197 95 127 / 1) !important;
}
.\!border-orgbrain-signatures\/15 {
  border-color: rgb(197 95 127 / 0.15) !important;
}
.\!border-orgbrain-signatures\/20 {
  border-color: rgb(197 95 127 / 0.2) !important;
}
.\!border-orgbrain-signatures\/25 {
  border-color: rgb(197 95 127 / 0.25) !important;
}
.\!border-orgbrain-signatures\/30 {
  border-color: rgb(197 95 127 / 0.3) !important;
}
.\!border-orgbrain-signatures\/35 {
  border-color: rgb(197 95 127 / 0.35) !important;
}
.\!border-orgbrain-signatures\/40 {
  border-color: rgb(197 95 127 / 0.4) !important;
}
.\!border-orgbrain-signatures\/45 {
  border-color: rgb(197 95 127 / 0.45) !important;
}
.\!border-orgbrain-signatures\/5 {
  border-color: rgb(197 95 127 / 0.05) !important;
}
.\!border-orgbrain-signatures\/50 {
  border-color: rgb(197 95 127 / 0.5) !important;
}
.\!border-orgbrain-signatures\/55 {
  border-color: rgb(197 95 127 / 0.55) !important;
}
.\!border-orgbrain-signatures\/60 {
  border-color: rgb(197 95 127 / 0.6) !important;
}
.\!border-orgbrain-signatures\/65 {
  border-color: rgb(197 95 127 / 0.65) !important;
}
.\!border-orgbrain-signatures\/70 {
  border-color: rgb(197 95 127 / 0.7) !important;
}
.\!border-orgbrain-signatures\/75 {
  border-color: rgb(197 95 127 / 0.75) !important;
}
.\!border-orgbrain-signatures\/80 {
  border-color: rgb(197 95 127 / 0.8) !important;
}
.\!border-orgbrain-signatures\/85 {
  border-color: rgb(197 95 127 / 0.85) !important;
}
.\!border-orgbrain-signatures\/90 {
  border-color: rgb(197 95 127 / 0.9) !important;
}
.\!border-orgbrain-signatures\/95 {
  border-color: rgb(197 95 127 / 0.95) !important;
}
.\!border-orgbrain-surveys {
  --tw-border-opacity: 1 !important;
  border-color: rgb(222 109 109 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-surveys\/0 {
  border-color: rgb(222 109 109 / 0) !important;
}
.\!border-orgbrain-surveys\/10 {
  border-color: rgb(222 109 109 / 0.1) !important;
}
.\!border-orgbrain-surveys\/100 {
  border-color: rgb(222 109 109 / 1) !important;
}
.\!border-orgbrain-surveys\/15 {
  border-color: rgb(222 109 109 / 0.15) !important;
}
.\!border-orgbrain-surveys\/20 {
  border-color: rgb(222 109 109 / 0.2) !important;
}
.\!border-orgbrain-surveys\/25 {
  border-color: rgb(222 109 109 / 0.25) !important;
}
.\!border-orgbrain-surveys\/30 {
  border-color: rgb(222 109 109 / 0.3) !important;
}
.\!border-orgbrain-surveys\/35 {
  border-color: rgb(222 109 109 / 0.35) !important;
}
.\!border-orgbrain-surveys\/40 {
  border-color: rgb(222 109 109 / 0.4) !important;
}
.\!border-orgbrain-surveys\/45 {
  border-color: rgb(222 109 109 / 0.45) !important;
}
.\!border-orgbrain-surveys\/5 {
  border-color: rgb(222 109 109 / 0.05) !important;
}
.\!border-orgbrain-surveys\/50 {
  border-color: rgb(222 109 109 / 0.5) !important;
}
.\!border-orgbrain-surveys\/55 {
  border-color: rgb(222 109 109 / 0.55) !important;
}
.\!border-orgbrain-surveys\/60 {
  border-color: rgb(222 109 109 / 0.6) !important;
}
.\!border-orgbrain-surveys\/65 {
  border-color: rgb(222 109 109 / 0.65) !important;
}
.\!border-orgbrain-surveys\/70 {
  border-color: rgb(222 109 109 / 0.7) !important;
}
.\!border-orgbrain-surveys\/75 {
  border-color: rgb(222 109 109 / 0.75) !important;
}
.\!border-orgbrain-surveys\/80 {
  border-color: rgb(222 109 109 / 0.8) !important;
}
.\!border-orgbrain-surveys\/85 {
  border-color: rgb(222 109 109 / 0.85) !important;
}
.\!border-orgbrain-surveys\/90 {
  border-color: rgb(222 109 109 / 0.9) !important;
}
.\!border-orgbrain-surveys\/95 {
  border-color: rgb(222 109 109 / 0.95) !important;
}
.\!border-orgbrain-tasks {
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 68 68 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-tasks\/0 {
  border-color: rgb(186 68 68 / 0) !important;
}
.\!border-orgbrain-tasks\/10 {
  border-color: rgb(186 68 68 / 0.1) !important;
}
.\!border-orgbrain-tasks\/100 {
  border-color: rgb(186 68 68 / 1) !important;
}
.\!border-orgbrain-tasks\/15 {
  border-color: rgb(186 68 68 / 0.15) !important;
}
.\!border-orgbrain-tasks\/20 {
  border-color: rgb(186 68 68 / 0.2) !important;
}
.\!border-orgbrain-tasks\/25 {
  border-color: rgb(186 68 68 / 0.25) !important;
}
.\!border-orgbrain-tasks\/30 {
  border-color: rgb(186 68 68 / 0.3) !important;
}
.\!border-orgbrain-tasks\/35 {
  border-color: rgb(186 68 68 / 0.35) !important;
}
.\!border-orgbrain-tasks\/40 {
  border-color: rgb(186 68 68 / 0.4) !important;
}
.\!border-orgbrain-tasks\/45 {
  border-color: rgb(186 68 68 / 0.45) !important;
}
.\!border-orgbrain-tasks\/5 {
  border-color: rgb(186 68 68 / 0.05) !important;
}
.\!border-orgbrain-tasks\/50 {
  border-color: rgb(186 68 68 / 0.5) !important;
}
.\!border-orgbrain-tasks\/55 {
  border-color: rgb(186 68 68 / 0.55) !important;
}
.\!border-orgbrain-tasks\/60 {
  border-color: rgb(186 68 68 / 0.6) !important;
}
.\!border-orgbrain-tasks\/65 {
  border-color: rgb(186 68 68 / 0.65) !important;
}
.\!border-orgbrain-tasks\/70 {
  border-color: rgb(186 68 68 / 0.7) !important;
}
.\!border-orgbrain-tasks\/75 {
  border-color: rgb(186 68 68 / 0.75) !important;
}
.\!border-orgbrain-tasks\/80 {
  border-color: rgb(186 68 68 / 0.8) !important;
}
.\!border-orgbrain-tasks\/85 {
  border-color: rgb(186 68 68 / 0.85) !important;
}
.\!border-orgbrain-tasks\/90 {
  border-color: rgb(186 68 68 / 0.9) !important;
}
.\!border-orgbrain-tasks\/95 {
  border-color: rgb(186 68 68 / 0.95) !important;
}
.\!border-orgbrain-text {
  --tw-border-opacity: 1 !important;
  border-color: rgb(18 51 64 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-text\/0 {
  border-color: rgb(18 51 64 / 0) !important;
}
.\!border-orgbrain-text\/10 {
  border-color: rgb(18 51 64 / 0.1) !important;
}
.\!border-orgbrain-text\/100 {
  border-color: rgb(18 51 64 / 1) !important;
}
.\!border-orgbrain-text\/15 {
  border-color: rgb(18 51 64 / 0.15) !important;
}
.\!border-orgbrain-text\/20 {
  border-color: rgb(18 51 64 / 0.2) !important;
}
.\!border-orgbrain-text\/25 {
  border-color: rgb(18 51 64 / 0.25) !important;
}
.\!border-orgbrain-text\/30 {
  border-color: rgb(18 51 64 / 0.3) !important;
}
.\!border-orgbrain-text\/35 {
  border-color: rgb(18 51 64 / 0.35) !important;
}
.\!border-orgbrain-text\/40 {
  border-color: rgb(18 51 64 / 0.4) !important;
}
.\!border-orgbrain-text\/45 {
  border-color: rgb(18 51 64 / 0.45) !important;
}
.\!border-orgbrain-text\/5 {
  border-color: rgb(18 51 64 / 0.05) !important;
}
.\!border-orgbrain-text\/50 {
  border-color: rgb(18 51 64 / 0.5) !important;
}
.\!border-orgbrain-text\/55 {
  border-color: rgb(18 51 64 / 0.55) !important;
}
.\!border-orgbrain-text\/60 {
  border-color: rgb(18 51 64 / 0.6) !important;
}
.\!border-orgbrain-text\/65 {
  border-color: rgb(18 51 64 / 0.65) !important;
}
.\!border-orgbrain-text\/70 {
  border-color: rgb(18 51 64 / 0.7) !important;
}
.\!border-orgbrain-text\/75 {
  border-color: rgb(18 51 64 / 0.75) !important;
}
.\!border-orgbrain-text\/80 {
  border-color: rgb(18 51 64 / 0.8) !important;
}
.\!border-orgbrain-text\/85 {
  border-color: rgb(18 51 64 / 0.85) !important;
}
.\!border-orgbrain-text\/90 {
  border-color: rgb(18 51 64 / 0.9) !important;
}
.\!border-orgbrain-text\/95 {
  border-color: rgb(18 51 64 / 0.95) !important;
}
.\!border-orgbrain-warning {
  --tw-border-opacity: 1 !important;
  border-color: rgb(199 60 17 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-warning-background {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 243 205 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-warning-background\/0 {
  border-color: rgb(255 243 205 / 0) !important;
}
.\!border-orgbrain-warning-background\/10 {
  border-color: rgb(255 243 205 / 0.1) !important;
}
.\!border-orgbrain-warning-background\/100 {
  border-color: rgb(255 243 205 / 1) !important;
}
.\!border-orgbrain-warning-background\/15 {
  border-color: rgb(255 243 205 / 0.15) !important;
}
.\!border-orgbrain-warning-background\/20 {
  border-color: rgb(255 243 205 / 0.2) !important;
}
.\!border-orgbrain-warning-background\/25 {
  border-color: rgb(255 243 205 / 0.25) !important;
}
.\!border-orgbrain-warning-background\/30 {
  border-color: rgb(255 243 205 / 0.3) !important;
}
.\!border-orgbrain-warning-background\/35 {
  border-color: rgb(255 243 205 / 0.35) !important;
}
.\!border-orgbrain-warning-background\/40 {
  border-color: rgb(255 243 205 / 0.4) !important;
}
.\!border-orgbrain-warning-background\/45 {
  border-color: rgb(255 243 205 / 0.45) !important;
}
.\!border-orgbrain-warning-background\/5 {
  border-color: rgb(255 243 205 / 0.05) !important;
}
.\!border-orgbrain-warning-background\/50 {
  border-color: rgb(255 243 205 / 0.5) !important;
}
.\!border-orgbrain-warning-background\/55 {
  border-color: rgb(255 243 205 / 0.55) !important;
}
.\!border-orgbrain-warning-background\/60 {
  border-color: rgb(255 243 205 / 0.6) !important;
}
.\!border-orgbrain-warning-background\/65 {
  border-color: rgb(255 243 205 / 0.65) !important;
}
.\!border-orgbrain-warning-background\/70 {
  border-color: rgb(255 243 205 / 0.7) !important;
}
.\!border-orgbrain-warning-background\/75 {
  border-color: rgb(255 243 205 / 0.75) !important;
}
.\!border-orgbrain-warning-background\/80 {
  border-color: rgb(255 243 205 / 0.8) !important;
}
.\!border-orgbrain-warning-background\/85 {
  border-color: rgb(255 243 205 / 0.85) !important;
}
.\!border-orgbrain-warning-background\/90 {
  border-color: rgb(255 243 205 / 0.9) !important;
}
.\!border-orgbrain-warning-background\/95 {
  border-color: rgb(255 243 205 / 0.95) !important;
}
.\!border-orgbrain-warning\/0 {
  border-color: rgb(199 60 17 / 0) !important;
}
.\!border-orgbrain-warning\/10 {
  border-color: rgb(199 60 17 / 0.1) !important;
}
.\!border-orgbrain-warning\/100 {
  border-color: rgb(199 60 17 / 1) !important;
}
.\!border-orgbrain-warning\/15 {
  border-color: rgb(199 60 17 / 0.15) !important;
}
.\!border-orgbrain-warning\/20 {
  border-color: rgb(199 60 17 / 0.2) !important;
}
.\!border-orgbrain-warning\/25 {
  border-color: rgb(199 60 17 / 0.25) !important;
}
.\!border-orgbrain-warning\/30 {
  border-color: rgb(199 60 17 / 0.3) !important;
}
.\!border-orgbrain-warning\/35 {
  border-color: rgb(199 60 17 / 0.35) !important;
}
.\!border-orgbrain-warning\/40 {
  border-color: rgb(199 60 17 / 0.4) !important;
}
.\!border-orgbrain-warning\/45 {
  border-color: rgb(199 60 17 / 0.45) !important;
}
.\!border-orgbrain-warning\/5 {
  border-color: rgb(199 60 17 / 0.05) !important;
}
.\!border-orgbrain-warning\/50 {
  border-color: rgb(199 60 17 / 0.5) !important;
}
.\!border-orgbrain-warning\/55 {
  border-color: rgb(199 60 17 / 0.55) !important;
}
.\!border-orgbrain-warning\/60 {
  border-color: rgb(199 60 17 / 0.6) !important;
}
.\!border-orgbrain-warning\/65 {
  border-color: rgb(199 60 17 / 0.65) !important;
}
.\!border-orgbrain-warning\/70 {
  border-color: rgb(199 60 17 / 0.7) !important;
}
.\!border-orgbrain-warning\/75 {
  border-color: rgb(199 60 17 / 0.75) !important;
}
.\!border-orgbrain-warning\/80 {
  border-color: rgb(199 60 17 / 0.8) !important;
}
.\!border-orgbrain-warning\/85 {
  border-color: rgb(199 60 17 / 0.85) !important;
}
.\!border-orgbrain-warning\/90 {
  border-color: rgb(199 60 17 / 0.9) !important;
}
.\!border-orgbrain-warning\/95 {
  border-color: rgb(199 60 17 / 0.95) !important;
}
.\!border-orgbrain-yellow {
  --tw-border-opacity: 1 !important;
  border-color: rgb(246 190 77 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-yellow-text {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 147 11 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orgbrain-yellow-text\/0 {
  border-color: rgb(214 147 11 / 0) !important;
}
.\!border-orgbrain-yellow-text\/10 {
  border-color: rgb(214 147 11 / 0.1) !important;
}
.\!border-orgbrain-yellow-text\/100 {
  border-color: rgb(214 147 11 / 1) !important;
}
.\!border-orgbrain-yellow-text\/15 {
  border-color: rgb(214 147 11 / 0.15) !important;
}
.\!border-orgbrain-yellow-text\/20 {
  border-color: rgb(214 147 11 / 0.2) !important;
}
.\!border-orgbrain-yellow-text\/25 {
  border-color: rgb(214 147 11 / 0.25) !important;
}
.\!border-orgbrain-yellow-text\/30 {
  border-color: rgb(214 147 11 / 0.3) !important;
}
.\!border-orgbrain-yellow-text\/35 {
  border-color: rgb(214 147 11 / 0.35) !important;
}
.\!border-orgbrain-yellow-text\/40 {
  border-color: rgb(214 147 11 / 0.4) !important;
}
.\!border-orgbrain-yellow-text\/45 {
  border-color: rgb(214 147 11 / 0.45) !important;
}
.\!border-orgbrain-yellow-text\/5 {
  border-color: rgb(214 147 11 / 0.05) !important;
}
.\!border-orgbrain-yellow-text\/50 {
  border-color: rgb(214 147 11 / 0.5) !important;
}
.\!border-orgbrain-yellow-text\/55 {
  border-color: rgb(214 147 11 / 0.55) !important;
}
.\!border-orgbrain-yellow-text\/60 {
  border-color: rgb(214 147 11 / 0.6) !important;
}
.\!border-orgbrain-yellow-text\/65 {
  border-color: rgb(214 147 11 / 0.65) !important;
}
.\!border-orgbrain-yellow-text\/70 {
  border-color: rgb(214 147 11 / 0.7) !important;
}
.\!border-orgbrain-yellow-text\/75 {
  border-color: rgb(214 147 11 / 0.75) !important;
}
.\!border-orgbrain-yellow-text\/80 {
  border-color: rgb(214 147 11 / 0.8) !important;
}
.\!border-orgbrain-yellow-text\/85 {
  border-color: rgb(214 147 11 / 0.85) !important;
}
.\!border-orgbrain-yellow-text\/90 {
  border-color: rgb(214 147 11 / 0.9) !important;
}
.\!border-orgbrain-yellow-text\/95 {
  border-color: rgb(214 147 11 / 0.95) !important;
}
.\!border-orgbrain-yellow\/0 {
  border-color: rgb(246 190 77 / 0) !important;
}
.\!border-orgbrain-yellow\/10 {
  border-color: rgb(246 190 77 / 0.1) !important;
}
.\!border-orgbrain-yellow\/100 {
  border-color: rgb(246 190 77 / 1) !important;
}
.\!border-orgbrain-yellow\/15 {
  border-color: rgb(246 190 77 / 0.15) !important;
}
.\!border-orgbrain-yellow\/20 {
  border-color: rgb(246 190 77 / 0.2) !important;
}
.\!border-orgbrain-yellow\/25 {
  border-color: rgb(246 190 77 / 0.25) !important;
}
.\!border-orgbrain-yellow\/30 {
  border-color: rgb(246 190 77 / 0.3) !important;
}
.\!border-orgbrain-yellow\/35 {
  border-color: rgb(246 190 77 / 0.35) !important;
}
.\!border-orgbrain-yellow\/40 {
  border-color: rgb(246 190 77 / 0.4) !important;
}
.\!border-orgbrain-yellow\/45 {
  border-color: rgb(246 190 77 / 0.45) !important;
}
.\!border-orgbrain-yellow\/5 {
  border-color: rgb(246 190 77 / 0.05) !important;
}
.\!border-orgbrain-yellow\/50 {
  border-color: rgb(246 190 77 / 0.5) !important;
}
.\!border-orgbrain-yellow\/55 {
  border-color: rgb(246 190 77 / 0.55) !important;
}
.\!border-orgbrain-yellow\/60 {
  border-color: rgb(246 190 77 / 0.6) !important;
}
.\!border-orgbrain-yellow\/65 {
  border-color: rgb(246 190 77 / 0.65) !important;
}
.\!border-orgbrain-yellow\/70 {
  border-color: rgb(246 190 77 / 0.7) !important;
}
.\!border-orgbrain-yellow\/75 {
  border-color: rgb(246 190 77 / 0.75) !important;
}
.\!border-orgbrain-yellow\/80 {
  border-color: rgb(246 190 77 / 0.8) !important;
}
.\!border-orgbrain-yellow\/85 {
  border-color: rgb(246 190 77 / 0.85) !important;
}
.\!border-orgbrain-yellow\/90 {
  border-color: rgb(246 190 77 / 0.9) !important;
}
.\!border-orgbrain-yellow\/95 {
  border-color: rgb(246 190 77 / 0.95) !important;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-orgbrain-background {
  --tw-border-opacity: 1;
  border-color: rgb(238 241 243 / var(--tw-border-opacity, 1));
}
.border-orgbrain-background\/0 {
  border-color: rgb(238 241 243 / 0);
}
.border-orgbrain-background\/10 {
  border-color: rgb(238 241 243 / 0.1);
}
.border-orgbrain-background\/100 {
  border-color: rgb(238 241 243 / 1);
}
.border-orgbrain-background\/15 {
  border-color: rgb(238 241 243 / 0.15);
}
.border-orgbrain-background\/20 {
  border-color: rgb(238 241 243 / 0.2);
}
.border-orgbrain-background\/25 {
  border-color: rgb(238 241 243 / 0.25);
}
.border-orgbrain-background\/30 {
  border-color: rgb(238 241 243 / 0.3);
}
.border-orgbrain-background\/35 {
  border-color: rgb(238 241 243 / 0.35);
}
.border-orgbrain-background\/40 {
  border-color: rgb(238 241 243 / 0.4);
}
.border-orgbrain-background\/45 {
  border-color: rgb(238 241 243 / 0.45);
}
.border-orgbrain-background\/5 {
  border-color: rgb(238 241 243 / 0.05);
}
.border-orgbrain-background\/50 {
  border-color: rgb(238 241 243 / 0.5);
}
.border-orgbrain-background\/55 {
  border-color: rgb(238 241 243 / 0.55);
}
.border-orgbrain-background\/60 {
  border-color: rgb(238 241 243 / 0.6);
}
.border-orgbrain-background\/65 {
  border-color: rgb(238 241 243 / 0.65);
}
.border-orgbrain-background\/70 {
  border-color: rgb(238 241 243 / 0.7);
}
.border-orgbrain-background\/75 {
  border-color: rgb(238 241 243 / 0.75);
}
.border-orgbrain-background\/80 {
  border-color: rgb(238 241 243 / 0.8);
}
.border-orgbrain-background\/85 {
  border-color: rgb(238 241 243 / 0.85);
}
.border-orgbrain-background\/90 {
  border-color: rgb(238 241 243 / 0.9);
}
.border-orgbrain-background\/95 {
  border-color: rgb(238 241 243 / 0.95);
}
.border-orgbrain-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 151 167 / var(--tw-border-opacity, 1));
}
.border-orgbrain-blue-background {
  --tw-border-opacity: 1;
  border-color: rgb(204 234 237 / var(--tw-border-opacity, 1));
}
.border-orgbrain-blue-background\/0 {
  border-color: rgb(204 234 237 / 0);
}
.border-orgbrain-blue-background\/10 {
  border-color: rgb(204 234 237 / 0.1);
}
.border-orgbrain-blue-background\/100 {
  border-color: rgb(204 234 237 / 1);
}
.border-orgbrain-blue-background\/15 {
  border-color: rgb(204 234 237 / 0.15);
}
.border-orgbrain-blue-background\/20 {
  border-color: rgb(204 234 237 / 0.2);
}
.border-orgbrain-blue-background\/25 {
  border-color: rgb(204 234 237 / 0.25);
}
.border-orgbrain-blue-background\/30 {
  border-color: rgb(204 234 237 / 0.3);
}
.border-orgbrain-blue-background\/35 {
  border-color: rgb(204 234 237 / 0.35);
}
.border-orgbrain-blue-background\/40 {
  border-color: rgb(204 234 237 / 0.4);
}
.border-orgbrain-blue-background\/45 {
  border-color: rgb(204 234 237 / 0.45);
}
.border-orgbrain-blue-background\/5 {
  border-color: rgb(204 234 237 / 0.05);
}
.border-orgbrain-blue-background\/50 {
  border-color: rgb(204 234 237 / 0.5);
}
.border-orgbrain-blue-background\/55 {
  border-color: rgb(204 234 237 / 0.55);
}
.border-orgbrain-blue-background\/60 {
  border-color: rgb(204 234 237 / 0.6);
}
.border-orgbrain-blue-background\/65 {
  border-color: rgb(204 234 237 / 0.65);
}
.border-orgbrain-blue-background\/70 {
  border-color: rgb(204 234 237 / 0.7);
}
.border-orgbrain-blue-background\/75 {
  border-color: rgb(204 234 237 / 0.75);
}
.border-orgbrain-blue-background\/80 {
  border-color: rgb(204 234 237 / 0.8);
}
.border-orgbrain-blue-background\/85 {
  border-color: rgb(204 234 237 / 0.85);
}
.border-orgbrain-blue-background\/90 {
  border-color: rgb(204 234 237 / 0.9);
}
.border-orgbrain-blue-background\/95 {
  border-color: rgb(204 234 237 / 0.95);
}
.border-orgbrain-blue\/0 {
  border-color: rgb(0 151 167 / 0);
}
.border-orgbrain-blue\/10 {
  border-color: rgb(0 151 167 / 0.1);
}
.border-orgbrain-blue\/100 {
  border-color: rgb(0 151 167 / 1);
}
.border-orgbrain-blue\/15 {
  border-color: rgb(0 151 167 / 0.15);
}
.border-orgbrain-blue\/20 {
  border-color: rgb(0 151 167 / 0.2);
}
.border-orgbrain-blue\/25 {
  border-color: rgb(0 151 167 / 0.25);
}
.border-orgbrain-blue\/30 {
  border-color: rgb(0 151 167 / 0.3);
}
.border-orgbrain-blue\/35 {
  border-color: rgb(0 151 167 / 0.35);
}
.border-orgbrain-blue\/40 {
  border-color: rgb(0 151 167 / 0.4);
}
.border-orgbrain-blue\/45 {
  border-color: rgb(0 151 167 / 0.45);
}
.border-orgbrain-blue\/5 {
  border-color: rgb(0 151 167 / 0.05);
}
.border-orgbrain-blue\/50 {
  border-color: rgb(0 151 167 / 0.5);
}
.border-orgbrain-blue\/55 {
  border-color: rgb(0 151 167 / 0.55);
}
.border-orgbrain-blue\/60 {
  border-color: rgb(0 151 167 / 0.6);
}
.border-orgbrain-blue\/65 {
  border-color: rgb(0 151 167 / 0.65);
}
.border-orgbrain-blue\/70 {
  border-color: rgb(0 151 167 / 0.7);
}
.border-orgbrain-blue\/75 {
  border-color: rgb(0 151 167 / 0.75);
}
.border-orgbrain-blue\/80 {
  border-color: rgb(0 151 167 / 0.8);
}
.border-orgbrain-blue\/85 {
  border-color: rgb(0 151 167 / 0.85);
}
.border-orgbrain-blue\/90 {
  border-color: rgb(0 151 167 / 0.9);
}
.border-orgbrain-blue\/95 {
  border-color: rgb(0 151 167 / 0.95);
}
.border-orgbrain-boardmatch {
  --tw-border-opacity: 1;
  border-color: rgb(63 190 132 / var(--tw-border-opacity, 1));
}
.border-orgbrain-boardmatch\/0 {
  border-color: rgb(63 190 132 / 0);
}
.border-orgbrain-boardmatch\/10 {
  border-color: rgb(63 190 132 / 0.1);
}
.border-orgbrain-boardmatch\/100 {
  border-color: rgb(63 190 132 / 1);
}
.border-orgbrain-boardmatch\/15 {
  border-color: rgb(63 190 132 / 0.15);
}
.border-orgbrain-boardmatch\/20 {
  border-color: rgb(63 190 132 / 0.2);
}
.border-orgbrain-boardmatch\/25 {
  border-color: rgb(63 190 132 / 0.25);
}
.border-orgbrain-boardmatch\/30 {
  border-color: rgb(63 190 132 / 0.3);
}
.border-orgbrain-boardmatch\/35 {
  border-color: rgb(63 190 132 / 0.35);
}
.border-orgbrain-boardmatch\/40 {
  border-color: rgb(63 190 132 / 0.4);
}
.border-orgbrain-boardmatch\/45 {
  border-color: rgb(63 190 132 / 0.45);
}
.border-orgbrain-boardmatch\/5 {
  border-color: rgb(63 190 132 / 0.05);
}
.border-orgbrain-boardmatch\/50 {
  border-color: rgb(63 190 132 / 0.5);
}
.border-orgbrain-boardmatch\/55 {
  border-color: rgb(63 190 132 / 0.55);
}
.border-orgbrain-boardmatch\/60 {
  border-color: rgb(63 190 132 / 0.6);
}
.border-orgbrain-boardmatch\/65 {
  border-color: rgb(63 190 132 / 0.65);
}
.border-orgbrain-boardmatch\/70 {
  border-color: rgb(63 190 132 / 0.7);
}
.border-orgbrain-boardmatch\/75 {
  border-color: rgb(63 190 132 / 0.75);
}
.border-orgbrain-boardmatch\/80 {
  border-color: rgb(63 190 132 / 0.8);
}
.border-orgbrain-boardmatch\/85 {
  border-color: rgb(63 190 132 / 0.85);
}
.border-orgbrain-boardmatch\/90 {
  border-color: rgb(63 190 132 / 0.9);
}
.border-orgbrain-boardmatch\/95 {
  border-color: rgb(63 190 132 / 0.95);
}
.border-orgbrain-boardschool {
  --tw-border-opacity: 1;
  border-color: rgb(30 161 174 / var(--tw-border-opacity, 1));
}
.border-orgbrain-boardschool\/0 {
  border-color: rgb(30 161 174 / 0);
}
.border-orgbrain-boardschool\/10 {
  border-color: rgb(30 161 174 / 0.1);
}
.border-orgbrain-boardschool\/100 {
  border-color: rgb(30 161 174 / 1);
}
.border-orgbrain-boardschool\/15 {
  border-color: rgb(30 161 174 / 0.15);
}
.border-orgbrain-boardschool\/20 {
  border-color: rgb(30 161 174 / 0.2);
}
.border-orgbrain-boardschool\/25 {
  border-color: rgb(30 161 174 / 0.25);
}
.border-orgbrain-boardschool\/30 {
  border-color: rgb(30 161 174 / 0.3);
}
.border-orgbrain-boardschool\/35 {
  border-color: rgb(30 161 174 / 0.35);
}
.border-orgbrain-boardschool\/40 {
  border-color: rgb(30 161 174 / 0.4);
}
.border-orgbrain-boardschool\/45 {
  border-color: rgb(30 161 174 / 0.45);
}
.border-orgbrain-boardschool\/5 {
  border-color: rgb(30 161 174 / 0.05);
}
.border-orgbrain-boardschool\/50 {
  border-color: rgb(30 161 174 / 0.5);
}
.border-orgbrain-boardschool\/55 {
  border-color: rgb(30 161 174 / 0.55);
}
.border-orgbrain-boardschool\/60 {
  border-color: rgb(30 161 174 / 0.6);
}
.border-orgbrain-boardschool\/65 {
  border-color: rgb(30 161 174 / 0.65);
}
.border-orgbrain-boardschool\/70 {
  border-color: rgb(30 161 174 / 0.7);
}
.border-orgbrain-boardschool\/75 {
  border-color: rgb(30 161 174 / 0.75);
}
.border-orgbrain-boardschool\/80 {
  border-color: rgb(30 161 174 / 0.8);
}
.border-orgbrain-boardschool\/85 {
  border-color: rgb(30 161 174 / 0.85);
}
.border-orgbrain-boardschool\/90 {
  border-color: rgb(30 161 174 / 0.9);
}
.border-orgbrain-boardschool\/95 {
  border-color: rgb(30 161 174 / 0.95);
}
.border-orgbrain-border {
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity, 1));
}
.border-orgbrain-border\/0 {
  border-color: rgb(208 208 208 / 0);
}
.border-orgbrain-border\/10 {
  border-color: rgb(208 208 208 / 0.1);
}
.border-orgbrain-border\/100 {
  border-color: rgb(208 208 208 / 1);
}
.border-orgbrain-border\/15 {
  border-color: rgb(208 208 208 / 0.15);
}
.border-orgbrain-border\/20 {
  border-color: rgb(208 208 208 / 0.2);
}
.border-orgbrain-border\/25 {
  border-color: rgb(208 208 208 / 0.25);
}
.border-orgbrain-border\/30 {
  border-color: rgb(208 208 208 / 0.3);
}
.border-orgbrain-border\/35 {
  border-color: rgb(208 208 208 / 0.35);
}
.border-orgbrain-border\/40 {
  border-color: rgb(208 208 208 / 0.4);
}
.border-orgbrain-border\/45 {
  border-color: rgb(208 208 208 / 0.45);
}
.border-orgbrain-border\/5 {
  border-color: rgb(208 208 208 / 0.05);
}
.border-orgbrain-border\/50 {
  border-color: rgb(208 208 208 / 0.5);
}
.border-orgbrain-border\/55 {
  border-color: rgb(208 208 208 / 0.55);
}
.border-orgbrain-border\/60 {
  border-color: rgb(208 208 208 / 0.6);
}
.border-orgbrain-border\/65 {
  border-color: rgb(208 208 208 / 0.65);
}
.border-orgbrain-border\/70 {
  border-color: rgb(208 208 208 / 0.7);
}
.border-orgbrain-border\/75 {
  border-color: rgb(208 208 208 / 0.75);
}
.border-orgbrain-border\/80 {
  border-color: rgb(208 208 208 / 0.8);
}
.border-orgbrain-border\/85 {
  border-color: rgb(208 208 208 / 0.85);
}
.border-orgbrain-border\/90 {
  border-color: rgb(208 208 208 / 0.9);
}
.border-orgbrain-border\/95 {
  border-color: rgb(208 208 208 / 0.95);
}
.border-orgbrain-called-color {
  --tw-border-opacity: 1;
  border-color: rgb(53 138 191 / var(--tw-border-opacity, 1));
}
.border-orgbrain-called-color\/0 {
  border-color: rgb(53 138 191 / 0);
}
.border-orgbrain-called-color\/10 {
  border-color: rgb(53 138 191 / 0.1);
}
.border-orgbrain-called-color\/100 {
  border-color: rgb(53 138 191 / 1);
}
.border-orgbrain-called-color\/15 {
  border-color: rgb(53 138 191 / 0.15);
}
.border-orgbrain-called-color\/20 {
  border-color: rgb(53 138 191 / 0.2);
}
.border-orgbrain-called-color\/25 {
  border-color: rgb(53 138 191 / 0.25);
}
.border-orgbrain-called-color\/30 {
  border-color: rgb(53 138 191 / 0.3);
}
.border-orgbrain-called-color\/35 {
  border-color: rgb(53 138 191 / 0.35);
}
.border-orgbrain-called-color\/40 {
  border-color: rgb(53 138 191 / 0.4);
}
.border-orgbrain-called-color\/45 {
  border-color: rgb(53 138 191 / 0.45);
}
.border-orgbrain-called-color\/5 {
  border-color: rgb(53 138 191 / 0.05);
}
.border-orgbrain-called-color\/50 {
  border-color: rgb(53 138 191 / 0.5);
}
.border-orgbrain-called-color\/55 {
  border-color: rgb(53 138 191 / 0.55);
}
.border-orgbrain-called-color\/60 {
  border-color: rgb(53 138 191 / 0.6);
}
.border-orgbrain-called-color\/65 {
  border-color: rgb(53 138 191 / 0.65);
}
.border-orgbrain-called-color\/70 {
  border-color: rgb(53 138 191 / 0.7);
}
.border-orgbrain-called-color\/75 {
  border-color: rgb(53 138 191 / 0.75);
}
.border-orgbrain-called-color\/80 {
  border-color: rgb(53 138 191 / 0.8);
}
.border-orgbrain-called-color\/85 {
  border-color: rgb(53 138 191 / 0.85);
}
.border-orgbrain-called-color\/90 {
  border-color: rgb(53 138 191 / 0.9);
}
.border-orgbrain-called-color\/95 {
  border-color: rgb(53 138 191 / 0.95);
}
.border-orgbrain-communication {
  --tw-border-opacity: 1;
  border-color: rgb(182 107 186 / var(--tw-border-opacity, 1));
}
.border-orgbrain-communication\/0 {
  border-color: rgb(182 107 186 / 0);
}
.border-orgbrain-communication\/10 {
  border-color: rgb(182 107 186 / 0.1);
}
.border-orgbrain-communication\/100 {
  border-color: rgb(182 107 186 / 1);
}
.border-orgbrain-communication\/15 {
  border-color: rgb(182 107 186 / 0.15);
}
.border-orgbrain-communication\/20 {
  border-color: rgb(182 107 186 / 0.2);
}
.border-orgbrain-communication\/25 {
  border-color: rgb(182 107 186 / 0.25);
}
.border-orgbrain-communication\/30 {
  border-color: rgb(182 107 186 / 0.3);
}
.border-orgbrain-communication\/35 {
  border-color: rgb(182 107 186 / 0.35);
}
.border-orgbrain-communication\/40 {
  border-color: rgb(182 107 186 / 0.4);
}
.border-orgbrain-communication\/45 {
  border-color: rgb(182 107 186 / 0.45);
}
.border-orgbrain-communication\/5 {
  border-color: rgb(182 107 186 / 0.05);
}
.border-orgbrain-communication\/50 {
  border-color: rgb(182 107 186 / 0.5);
}
.border-orgbrain-communication\/55 {
  border-color: rgb(182 107 186 / 0.55);
}
.border-orgbrain-communication\/60 {
  border-color: rgb(182 107 186 / 0.6);
}
.border-orgbrain-communication\/65 {
  border-color: rgb(182 107 186 / 0.65);
}
.border-orgbrain-communication\/70 {
  border-color: rgb(182 107 186 / 0.7);
}
.border-orgbrain-communication\/75 {
  border-color: rgb(182 107 186 / 0.75);
}
.border-orgbrain-communication\/80 {
  border-color: rgb(182 107 186 / 0.8);
}
.border-orgbrain-communication\/85 {
  border-color: rgb(182 107 186 / 0.85);
}
.border-orgbrain-communication\/90 {
  border-color: rgb(182 107 186 / 0.9);
}
.border-orgbrain-communication\/95 {
  border-color: rgb(182 107 186 / 0.95);
}
.border-orgbrain-complete {
  --tw-border-opacity: 1;
  border-color: rgb(72 150 76 / var(--tw-border-opacity, 1));
}
.border-orgbrain-complete-background {
  --tw-border-opacity: 1;
  border-color: rgb(228 243 229 / var(--tw-border-opacity, 1));
}
.border-orgbrain-complete-background\/0 {
  border-color: rgb(228 243 229 / 0);
}
.border-orgbrain-complete-background\/10 {
  border-color: rgb(228 243 229 / 0.1);
}
.border-orgbrain-complete-background\/100 {
  border-color: rgb(228 243 229 / 1);
}
.border-orgbrain-complete-background\/15 {
  border-color: rgb(228 243 229 / 0.15);
}
.border-orgbrain-complete-background\/20 {
  border-color: rgb(228 243 229 / 0.2);
}
.border-orgbrain-complete-background\/25 {
  border-color: rgb(228 243 229 / 0.25);
}
.border-orgbrain-complete-background\/30 {
  border-color: rgb(228 243 229 / 0.3);
}
.border-orgbrain-complete-background\/35 {
  border-color: rgb(228 243 229 / 0.35);
}
.border-orgbrain-complete-background\/40 {
  border-color: rgb(228 243 229 / 0.4);
}
.border-orgbrain-complete-background\/45 {
  border-color: rgb(228 243 229 / 0.45);
}
.border-orgbrain-complete-background\/5 {
  border-color: rgb(228 243 229 / 0.05);
}
.border-orgbrain-complete-background\/50 {
  border-color: rgb(228 243 229 / 0.5);
}
.border-orgbrain-complete-background\/55 {
  border-color: rgb(228 243 229 / 0.55);
}
.border-orgbrain-complete-background\/60 {
  border-color: rgb(228 243 229 / 0.6);
}
.border-orgbrain-complete-background\/65 {
  border-color: rgb(228 243 229 / 0.65);
}
.border-orgbrain-complete-background\/70 {
  border-color: rgb(228 243 229 / 0.7);
}
.border-orgbrain-complete-background\/75 {
  border-color: rgb(228 243 229 / 0.75);
}
.border-orgbrain-complete-background\/80 {
  border-color: rgb(228 243 229 / 0.8);
}
.border-orgbrain-complete-background\/85 {
  border-color: rgb(228 243 229 / 0.85);
}
.border-orgbrain-complete-background\/90 {
  border-color: rgb(228 243 229 / 0.9);
}
.border-orgbrain-complete-background\/95 {
  border-color: rgb(228 243 229 / 0.95);
}
.border-orgbrain-complete\/0 {
  border-color: rgb(72 150 76 / 0);
}
.border-orgbrain-complete\/10 {
  border-color: rgb(72 150 76 / 0.1);
}
.border-orgbrain-complete\/100 {
  border-color: rgb(72 150 76 / 1);
}
.border-orgbrain-complete\/15 {
  border-color: rgb(72 150 76 / 0.15);
}
.border-orgbrain-complete\/20 {
  border-color: rgb(72 150 76 / 0.2);
}
.border-orgbrain-complete\/25 {
  border-color: rgb(72 150 76 / 0.25);
}
.border-orgbrain-complete\/30 {
  border-color: rgb(72 150 76 / 0.3);
}
.border-orgbrain-complete\/35 {
  border-color: rgb(72 150 76 / 0.35);
}
.border-orgbrain-complete\/40 {
  border-color: rgb(72 150 76 / 0.4);
}
.border-orgbrain-complete\/45 {
  border-color: rgb(72 150 76 / 0.45);
}
.border-orgbrain-complete\/5 {
  border-color: rgb(72 150 76 / 0.05);
}
.border-orgbrain-complete\/50 {
  border-color: rgb(72 150 76 / 0.5);
}
.border-orgbrain-complete\/55 {
  border-color: rgb(72 150 76 / 0.55);
}
.border-orgbrain-complete\/60 {
  border-color: rgb(72 150 76 / 0.6);
}
.border-orgbrain-complete\/65 {
  border-color: rgb(72 150 76 / 0.65);
}
.border-orgbrain-complete\/70 {
  border-color: rgb(72 150 76 / 0.7);
}
.border-orgbrain-complete\/75 {
  border-color: rgb(72 150 76 / 0.75);
}
.border-orgbrain-complete\/80 {
  border-color: rgb(72 150 76 / 0.8);
}
.border-orgbrain-complete\/85 {
  border-color: rgb(72 150 76 / 0.85);
}
.border-orgbrain-complete\/90 {
  border-color: rgb(72 150 76 / 0.9);
}
.border-orgbrain-complete\/95 {
  border-color: rgb(72 150 76 / 0.95);
}
.border-orgbrain-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 77 85 / var(--tw-border-opacity, 1));
}
.border-orgbrain-dark-blue\/0 {
  border-color: rgb(0 77 85 / 0);
}
.border-orgbrain-dark-blue\/10 {
  border-color: rgb(0 77 85 / 0.1);
}
.border-orgbrain-dark-blue\/100 {
  border-color: rgb(0 77 85 / 1);
}
.border-orgbrain-dark-blue\/15 {
  border-color: rgb(0 77 85 / 0.15);
}
.border-orgbrain-dark-blue\/20 {
  border-color: rgb(0 77 85 / 0.2);
}
.border-orgbrain-dark-blue\/25 {
  border-color: rgb(0 77 85 / 0.25);
}
.border-orgbrain-dark-blue\/30 {
  border-color: rgb(0 77 85 / 0.3);
}
.border-orgbrain-dark-blue\/35 {
  border-color: rgb(0 77 85 / 0.35);
}
.border-orgbrain-dark-blue\/40 {
  border-color: rgb(0 77 85 / 0.4);
}
.border-orgbrain-dark-blue\/45 {
  border-color: rgb(0 77 85 / 0.45);
}
.border-orgbrain-dark-blue\/5 {
  border-color: rgb(0 77 85 / 0.05);
}
.border-orgbrain-dark-blue\/50 {
  border-color: rgb(0 77 85 / 0.5);
}
.border-orgbrain-dark-blue\/55 {
  border-color: rgb(0 77 85 / 0.55);
}
.border-orgbrain-dark-blue\/60 {
  border-color: rgb(0 77 85 / 0.6);
}
.border-orgbrain-dark-blue\/65 {
  border-color: rgb(0 77 85 / 0.65);
}
.border-orgbrain-dark-blue\/70 {
  border-color: rgb(0 77 85 / 0.7);
}
.border-orgbrain-dark-blue\/75 {
  border-color: rgb(0 77 85 / 0.75);
}
.border-orgbrain-dark-blue\/80 {
  border-color: rgb(0 77 85 / 0.8);
}
.border-orgbrain-dark-blue\/85 {
  border-color: rgb(0 77 85 / 0.85);
}
.border-orgbrain-dark-blue\/90 {
  border-color: rgb(0 77 85 / 0.9);
}
.border-orgbrain-dark-blue\/95 {
  border-color: rgb(0 77 85 / 0.95);
}
.border-orgbrain-digital-blue {
  --tw-border-opacity: 1;
  border-color: rgb(87 195 184 / var(--tw-border-opacity, 1));
}
.border-orgbrain-digital-blue\/0 {
  border-color: rgb(87 195 184 / 0);
}
.border-orgbrain-digital-blue\/10 {
  border-color: rgb(87 195 184 / 0.1);
}
.border-orgbrain-digital-blue\/100 {
  border-color: rgb(87 195 184 / 1);
}
.border-orgbrain-digital-blue\/15 {
  border-color: rgb(87 195 184 / 0.15);
}
.border-orgbrain-digital-blue\/20 {
  border-color: rgb(87 195 184 / 0.2);
}
.border-orgbrain-digital-blue\/25 {
  border-color: rgb(87 195 184 / 0.25);
}
.border-orgbrain-digital-blue\/30 {
  border-color: rgb(87 195 184 / 0.3);
}
.border-orgbrain-digital-blue\/35 {
  border-color: rgb(87 195 184 / 0.35);
}
.border-orgbrain-digital-blue\/40 {
  border-color: rgb(87 195 184 / 0.4);
}
.border-orgbrain-digital-blue\/45 {
  border-color: rgb(87 195 184 / 0.45);
}
.border-orgbrain-digital-blue\/5 {
  border-color: rgb(87 195 184 / 0.05);
}
.border-orgbrain-digital-blue\/50 {
  border-color: rgb(87 195 184 / 0.5);
}
.border-orgbrain-digital-blue\/55 {
  border-color: rgb(87 195 184 / 0.55);
}
.border-orgbrain-digital-blue\/60 {
  border-color: rgb(87 195 184 / 0.6);
}
.border-orgbrain-digital-blue\/65 {
  border-color: rgb(87 195 184 / 0.65);
}
.border-orgbrain-digital-blue\/70 {
  border-color: rgb(87 195 184 / 0.7);
}
.border-orgbrain-digital-blue\/75 {
  border-color: rgb(87 195 184 / 0.75);
}
.border-orgbrain-digital-blue\/80 {
  border-color: rgb(87 195 184 / 0.8);
}
.border-orgbrain-digital-blue\/85 {
  border-color: rgb(87 195 184 / 0.85);
}
.border-orgbrain-digital-blue\/90 {
  border-color: rgb(87 195 184 / 0.9);
}
.border-orgbrain-digital-blue\/95 {
  border-color: rgb(87 195 184 / 0.95);
}
.border-orgbrain-error-background {
  --tw-border-opacity: 1;
  border-color: rgb(248 224 224 / var(--tw-border-opacity, 1));
}
.border-orgbrain-error-background\/0 {
  border-color: rgb(248 224 224 / 0);
}
.border-orgbrain-error-background\/10 {
  border-color: rgb(248 224 224 / 0.1);
}
.border-orgbrain-error-background\/100 {
  border-color: rgb(248 224 224 / 1);
}
.border-orgbrain-error-background\/15 {
  border-color: rgb(248 224 224 / 0.15);
}
.border-orgbrain-error-background\/20 {
  border-color: rgb(248 224 224 / 0.2);
}
.border-orgbrain-error-background\/25 {
  border-color: rgb(248 224 224 / 0.25);
}
.border-orgbrain-error-background\/30 {
  border-color: rgb(248 224 224 / 0.3);
}
.border-orgbrain-error-background\/35 {
  border-color: rgb(248 224 224 / 0.35);
}
.border-orgbrain-error-background\/40 {
  border-color: rgb(248 224 224 / 0.4);
}
.border-orgbrain-error-background\/45 {
  border-color: rgb(248 224 224 / 0.45);
}
.border-orgbrain-error-background\/5 {
  border-color: rgb(248 224 224 / 0.05);
}
.border-orgbrain-error-background\/50 {
  border-color: rgb(248 224 224 / 0.5);
}
.border-orgbrain-error-background\/55 {
  border-color: rgb(248 224 224 / 0.55);
}
.border-orgbrain-error-background\/60 {
  border-color: rgb(248 224 224 / 0.6);
}
.border-orgbrain-error-background\/65 {
  border-color: rgb(248 224 224 / 0.65);
}
.border-orgbrain-error-background\/70 {
  border-color: rgb(248 224 224 / 0.7);
}
.border-orgbrain-error-background\/75 {
  border-color: rgb(248 224 224 / 0.75);
}
.border-orgbrain-error-background\/80 {
  border-color: rgb(248 224 224 / 0.8);
}
.border-orgbrain-error-background\/85 {
  border-color: rgb(248 224 224 / 0.85);
}
.border-orgbrain-error-background\/90 {
  border-color: rgb(248 224 224 / 0.9);
}
.border-orgbrain-error-background\/95 {
  border-color: rgb(248 224 224 / 0.95);
}
.border-orgbrain-files {
  --tw-border-opacity: 1;
  border-color: rgb(86 170 90 / var(--tw-border-opacity, 1));
}
.border-orgbrain-files\/0 {
  border-color: rgb(86 170 90 / 0);
}
.border-orgbrain-files\/10 {
  border-color: rgb(86 170 90 / 0.1);
}
.border-orgbrain-files\/100 {
  border-color: rgb(86 170 90 / 1);
}
.border-orgbrain-files\/15 {
  border-color: rgb(86 170 90 / 0.15);
}
.border-orgbrain-files\/20 {
  border-color: rgb(86 170 90 / 0.2);
}
.border-orgbrain-files\/25 {
  border-color: rgb(86 170 90 / 0.25);
}
.border-orgbrain-files\/30 {
  border-color: rgb(86 170 90 / 0.3);
}
.border-orgbrain-files\/35 {
  border-color: rgb(86 170 90 / 0.35);
}
.border-orgbrain-files\/40 {
  border-color: rgb(86 170 90 / 0.4);
}
.border-orgbrain-files\/45 {
  border-color: rgb(86 170 90 / 0.45);
}
.border-orgbrain-files\/5 {
  border-color: rgb(86 170 90 / 0.05);
}
.border-orgbrain-files\/50 {
  border-color: rgb(86 170 90 / 0.5);
}
.border-orgbrain-files\/55 {
  border-color: rgb(86 170 90 / 0.55);
}
.border-orgbrain-files\/60 {
  border-color: rgb(86 170 90 / 0.6);
}
.border-orgbrain-files\/65 {
  border-color: rgb(86 170 90 / 0.65);
}
.border-orgbrain-files\/70 {
  border-color: rgb(86 170 90 / 0.7);
}
.border-orgbrain-files\/75 {
  border-color: rgb(86 170 90 / 0.75);
}
.border-orgbrain-files\/80 {
  border-color: rgb(86 170 90 / 0.8);
}
.border-orgbrain-files\/85 {
  border-color: rgb(86 170 90 / 0.85);
}
.border-orgbrain-files\/90 {
  border-color: rgb(86 170 90 / 0.9);
}
.border-orgbrain-files\/95 {
  border-color: rgb(86 170 90 / 0.95);
}
.border-orgbrain-form-background {
  --tw-border-opacity: 1;
  border-color: rgb(242 247 248 / var(--tw-border-opacity, 1));
}
.border-orgbrain-form-background\/0 {
  border-color: rgb(242 247 248 / 0);
}
.border-orgbrain-form-background\/10 {
  border-color: rgb(242 247 248 / 0.1);
}
.border-orgbrain-form-background\/100 {
  border-color: rgb(242 247 248 / 1);
}
.border-orgbrain-form-background\/15 {
  border-color: rgb(242 247 248 / 0.15);
}
.border-orgbrain-form-background\/20 {
  border-color: rgb(242 247 248 / 0.2);
}
.border-orgbrain-form-background\/25 {
  border-color: rgb(242 247 248 / 0.25);
}
.border-orgbrain-form-background\/30 {
  border-color: rgb(242 247 248 / 0.3);
}
.border-orgbrain-form-background\/35 {
  border-color: rgb(242 247 248 / 0.35);
}
.border-orgbrain-form-background\/40 {
  border-color: rgb(242 247 248 / 0.4);
}
.border-orgbrain-form-background\/45 {
  border-color: rgb(242 247 248 / 0.45);
}
.border-orgbrain-form-background\/5 {
  border-color: rgb(242 247 248 / 0.05);
}
.border-orgbrain-form-background\/50 {
  border-color: rgb(242 247 248 / 0.5);
}
.border-orgbrain-form-background\/55 {
  border-color: rgb(242 247 248 / 0.55);
}
.border-orgbrain-form-background\/60 {
  border-color: rgb(242 247 248 / 0.6);
}
.border-orgbrain-form-background\/65 {
  border-color: rgb(242 247 248 / 0.65);
}
.border-orgbrain-form-background\/70 {
  border-color: rgb(242 247 248 / 0.7);
}
.border-orgbrain-form-background\/75 {
  border-color: rgb(242 247 248 / 0.75);
}
.border-orgbrain-form-background\/80 {
  border-color: rgb(242 247 248 / 0.8);
}
.border-orgbrain-form-background\/85 {
  border-color: rgb(242 247 248 / 0.85);
}
.border-orgbrain-form-background\/90 {
  border-color: rgb(242 247 248 / 0.9);
}
.border-orgbrain-form-background\/95 {
  border-color: rgb(242 247 248 / 0.95);
}
.border-orgbrain-gray {
  --tw-border-opacity: 1;
  border-color: rgb(84 110 122 / var(--tw-border-opacity, 1));
}
.border-orgbrain-gray-blue {
  --tw-border-opacity: 1;
  border-color: rgb(132 157 188 / var(--tw-border-opacity, 1));
}
.border-orgbrain-gray-blue\/0 {
  border-color: rgb(132 157 188 / 0);
}
.border-orgbrain-gray-blue\/10 {
  border-color: rgb(132 157 188 / 0.1);
}
.border-orgbrain-gray-blue\/100 {
  border-color: rgb(132 157 188 / 1);
}
.border-orgbrain-gray-blue\/15 {
  border-color: rgb(132 157 188 / 0.15);
}
.border-orgbrain-gray-blue\/20 {
  border-color: rgb(132 157 188 / 0.2);
}
.border-orgbrain-gray-blue\/25 {
  border-color: rgb(132 157 188 / 0.25);
}
.border-orgbrain-gray-blue\/30 {
  border-color: rgb(132 157 188 / 0.3);
}
.border-orgbrain-gray-blue\/35 {
  border-color: rgb(132 157 188 / 0.35);
}
.border-orgbrain-gray-blue\/40 {
  border-color: rgb(132 157 188 / 0.4);
}
.border-orgbrain-gray-blue\/45 {
  border-color: rgb(132 157 188 / 0.45);
}
.border-orgbrain-gray-blue\/5 {
  border-color: rgb(132 157 188 / 0.05);
}
.border-orgbrain-gray-blue\/50 {
  border-color: rgb(132 157 188 / 0.5);
}
.border-orgbrain-gray-blue\/55 {
  border-color: rgb(132 157 188 / 0.55);
}
.border-orgbrain-gray-blue\/60 {
  border-color: rgb(132 157 188 / 0.6);
}
.border-orgbrain-gray-blue\/65 {
  border-color: rgb(132 157 188 / 0.65);
}
.border-orgbrain-gray-blue\/70 {
  border-color: rgb(132 157 188 / 0.7);
}
.border-orgbrain-gray-blue\/75 {
  border-color: rgb(132 157 188 / 0.75);
}
.border-orgbrain-gray-blue\/80 {
  border-color: rgb(132 157 188 / 0.8);
}
.border-orgbrain-gray-blue\/85 {
  border-color: rgb(132 157 188 / 0.85);
}
.border-orgbrain-gray-blue\/90 {
  border-color: rgb(132 157 188 / 0.9);
}
.border-orgbrain-gray-blue\/95 {
  border-color: rgb(132 157 188 / 0.95);
}
.border-orgbrain-gray\/0 {
  border-color: rgb(84 110 122 / 0);
}
.border-orgbrain-gray\/10 {
  border-color: rgb(84 110 122 / 0.1);
}
.border-orgbrain-gray\/100 {
  border-color: rgb(84 110 122 / 1);
}
.border-orgbrain-gray\/15 {
  border-color: rgb(84 110 122 / 0.15);
}
.border-orgbrain-gray\/20 {
  border-color: rgb(84 110 122 / 0.2);
}
.border-orgbrain-gray\/25 {
  border-color: rgb(84 110 122 / 0.25);
}
.border-orgbrain-gray\/30 {
  border-color: rgb(84 110 122 / 0.3);
}
.border-orgbrain-gray\/35 {
  border-color: rgb(84 110 122 / 0.35);
}
.border-orgbrain-gray\/40 {
  border-color: rgb(84 110 122 / 0.4);
}
.border-orgbrain-gray\/45 {
  border-color: rgb(84 110 122 / 0.45);
}
.border-orgbrain-gray\/5 {
  border-color: rgb(84 110 122 / 0.05);
}
.border-orgbrain-gray\/50 {
  border-color: rgb(84 110 122 / 0.5);
}
.border-orgbrain-gray\/55 {
  border-color: rgb(84 110 122 / 0.55);
}
.border-orgbrain-gray\/60 {
  border-color: rgb(84 110 122 / 0.6);
}
.border-orgbrain-gray\/65 {
  border-color: rgb(84 110 122 / 0.65);
}
.border-orgbrain-gray\/70 {
  border-color: rgb(84 110 122 / 0.7);
}
.border-orgbrain-gray\/75 {
  border-color: rgb(84 110 122 / 0.75);
}
.border-orgbrain-gray\/80 {
  border-color: rgb(84 110 122 / 0.8);
}
.border-orgbrain-gray\/85 {
  border-color: rgb(84 110 122 / 0.85);
}
.border-orgbrain-gray\/90 {
  border-color: rgb(84 110 122 / 0.9);
}
.border-orgbrain-gray\/95 {
  border-color: rgb(84 110 122 / 0.95);
}
.border-orgbrain-grey-background {
  --tw-border-opacity: 1;
  border-color: rgb(238 240 242 / var(--tw-border-opacity, 1));
}
.border-orgbrain-grey-background\/0 {
  border-color: rgb(238 240 242 / 0);
}
.border-orgbrain-grey-background\/10 {
  border-color: rgb(238 240 242 / 0.1);
}
.border-orgbrain-grey-background\/100 {
  border-color: rgb(238 240 242 / 1);
}
.border-orgbrain-grey-background\/15 {
  border-color: rgb(238 240 242 / 0.15);
}
.border-orgbrain-grey-background\/20 {
  border-color: rgb(238 240 242 / 0.2);
}
.border-orgbrain-grey-background\/25 {
  border-color: rgb(238 240 242 / 0.25);
}
.border-orgbrain-grey-background\/30 {
  border-color: rgb(238 240 242 / 0.3);
}
.border-orgbrain-grey-background\/35 {
  border-color: rgb(238 240 242 / 0.35);
}
.border-orgbrain-grey-background\/40 {
  border-color: rgb(238 240 242 / 0.4);
}
.border-orgbrain-grey-background\/45 {
  border-color: rgb(238 240 242 / 0.45);
}
.border-orgbrain-grey-background\/5 {
  border-color: rgb(238 240 242 / 0.05);
}
.border-orgbrain-grey-background\/50 {
  border-color: rgb(238 240 242 / 0.5);
}
.border-orgbrain-grey-background\/55 {
  border-color: rgb(238 240 242 / 0.55);
}
.border-orgbrain-grey-background\/60 {
  border-color: rgb(238 240 242 / 0.6);
}
.border-orgbrain-grey-background\/65 {
  border-color: rgb(238 240 242 / 0.65);
}
.border-orgbrain-grey-background\/70 {
  border-color: rgb(238 240 242 / 0.7);
}
.border-orgbrain-grey-background\/75 {
  border-color: rgb(238 240 242 / 0.75);
}
.border-orgbrain-grey-background\/80 {
  border-color: rgb(238 240 242 / 0.8);
}
.border-orgbrain-grey-background\/85 {
  border-color: rgb(238 240 242 / 0.85);
}
.border-orgbrain-grey-background\/90 {
  border-color: rgb(238 240 242 / 0.9);
}
.border-orgbrain-grey-background\/95 {
  border-color: rgb(238 240 242 / 0.95);
}
.border-orgbrain-hover-background {
  border-color: #0000000a;
}
.border-orgbrain-hover-background\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-orgbrain-hover-background\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-orgbrain-hover-background\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-orgbrain-hover-background\/15 {
  border-color: rgb(0 0 0 / 0.15);
}
.border-orgbrain-hover-background\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-orgbrain-hover-background\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-orgbrain-hover-background\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-orgbrain-hover-background\/35 {
  border-color: rgb(0 0 0 / 0.35);
}
.border-orgbrain-hover-background\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-orgbrain-hover-background\/45 {
  border-color: rgb(0 0 0 / 0.45);
}
.border-orgbrain-hover-background\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-orgbrain-hover-background\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-orgbrain-hover-background\/55 {
  border-color: rgb(0 0 0 / 0.55);
}
.border-orgbrain-hover-background\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-orgbrain-hover-background\/65 {
  border-color: rgb(0 0 0 / 0.65);
}
.border-orgbrain-hover-background\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-orgbrain-hover-background\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-orgbrain-hover-background\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-orgbrain-hover-background\/85 {
  border-color: rgb(0 0 0 / 0.85);
}
.border-orgbrain-hover-background\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-orgbrain-hover-background\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-orgbrain-investments {
  --tw-border-opacity: 1;
  border-color: rgb(95 122 197 / var(--tw-border-opacity, 1));
}
.border-orgbrain-investments\/0 {
  border-color: rgb(95 122 197 / 0);
}
.border-orgbrain-investments\/10 {
  border-color: rgb(95 122 197 / 0.1);
}
.border-orgbrain-investments\/100 {
  border-color: rgb(95 122 197 / 1);
}
.border-orgbrain-investments\/15 {
  border-color: rgb(95 122 197 / 0.15);
}
.border-orgbrain-investments\/20 {
  border-color: rgb(95 122 197 / 0.2);
}
.border-orgbrain-investments\/25 {
  border-color: rgb(95 122 197 / 0.25);
}
.border-orgbrain-investments\/30 {
  border-color: rgb(95 122 197 / 0.3);
}
.border-orgbrain-investments\/35 {
  border-color: rgb(95 122 197 / 0.35);
}
.border-orgbrain-investments\/40 {
  border-color: rgb(95 122 197 / 0.4);
}
.border-orgbrain-investments\/45 {
  border-color: rgb(95 122 197 / 0.45);
}
.border-orgbrain-investments\/5 {
  border-color: rgb(95 122 197 / 0.05);
}
.border-orgbrain-investments\/50 {
  border-color: rgb(95 122 197 / 0.5);
}
.border-orgbrain-investments\/55 {
  border-color: rgb(95 122 197 / 0.55);
}
.border-orgbrain-investments\/60 {
  border-color: rgb(95 122 197 / 0.6);
}
.border-orgbrain-investments\/65 {
  border-color: rgb(95 122 197 / 0.65);
}
.border-orgbrain-investments\/70 {
  border-color: rgb(95 122 197 / 0.7);
}
.border-orgbrain-investments\/75 {
  border-color: rgb(95 122 197 / 0.75);
}
.border-orgbrain-investments\/80 {
  border-color: rgb(95 122 197 / 0.8);
}
.border-orgbrain-investments\/85 {
  border-color: rgb(95 122 197 / 0.85);
}
.border-orgbrain-investments\/90 {
  border-color: rgb(95 122 197 / 0.9);
}
.border-orgbrain-investments\/95 {
  border-color: rgb(95 122 197 / 0.95);
}
.border-orgbrain-light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(204 234 237 / var(--tw-border-opacity, 1));
}
.border-orgbrain-light-blue-background {
  border-color: #0097A71A;
}
.border-orgbrain-light-blue-background\/0 {
  border-color: rgb(0 151 167 / 0);
}
.border-orgbrain-light-blue-background\/10 {
  border-color: rgb(0 151 167 / 0.1);
}
.border-orgbrain-light-blue-background\/100 {
  border-color: rgb(0 151 167 / 1);
}
.border-orgbrain-light-blue-background\/15 {
  border-color: rgb(0 151 167 / 0.15);
}
.border-orgbrain-light-blue-background\/20 {
  border-color: rgb(0 151 167 / 0.2);
}
.border-orgbrain-light-blue-background\/25 {
  border-color: rgb(0 151 167 / 0.25);
}
.border-orgbrain-light-blue-background\/30 {
  border-color: rgb(0 151 167 / 0.3);
}
.border-orgbrain-light-blue-background\/35 {
  border-color: rgb(0 151 167 / 0.35);
}
.border-orgbrain-light-blue-background\/40 {
  border-color: rgb(0 151 167 / 0.4);
}
.border-orgbrain-light-blue-background\/45 {
  border-color: rgb(0 151 167 / 0.45);
}
.border-orgbrain-light-blue-background\/5 {
  border-color: rgb(0 151 167 / 0.05);
}
.border-orgbrain-light-blue-background\/50 {
  border-color: rgb(0 151 167 / 0.5);
}
.border-orgbrain-light-blue-background\/55 {
  border-color: rgb(0 151 167 / 0.55);
}
.border-orgbrain-light-blue-background\/60 {
  border-color: rgb(0 151 167 / 0.6);
}
.border-orgbrain-light-blue-background\/65 {
  border-color: rgb(0 151 167 / 0.65);
}
.border-orgbrain-light-blue-background\/70 {
  border-color: rgb(0 151 167 / 0.7);
}
.border-orgbrain-light-blue-background\/75 {
  border-color: rgb(0 151 167 / 0.75);
}
.border-orgbrain-light-blue-background\/80 {
  border-color: rgb(0 151 167 / 0.8);
}
.border-orgbrain-light-blue-background\/85 {
  border-color: rgb(0 151 167 / 0.85);
}
.border-orgbrain-light-blue-background\/90 {
  border-color: rgb(0 151 167 / 0.9);
}
.border-orgbrain-light-blue-background\/95 {
  border-color: rgb(0 151 167 / 0.95);
}
.border-orgbrain-light-blue\/0 {
  border-color: rgb(204 234 237 / 0);
}
.border-orgbrain-light-blue\/10 {
  border-color: rgb(204 234 237 / 0.1);
}
.border-orgbrain-light-blue\/100 {
  border-color: rgb(204 234 237 / 1);
}
.border-orgbrain-light-blue\/15 {
  border-color: rgb(204 234 237 / 0.15);
}
.border-orgbrain-light-blue\/20 {
  border-color: rgb(204 234 237 / 0.2);
}
.border-orgbrain-light-blue\/25 {
  border-color: rgb(204 234 237 / 0.25);
}
.border-orgbrain-light-blue\/30 {
  border-color: rgb(204 234 237 / 0.3);
}
.border-orgbrain-light-blue\/35 {
  border-color: rgb(204 234 237 / 0.35);
}
.border-orgbrain-light-blue\/40 {
  border-color: rgb(204 234 237 / 0.4);
}
.border-orgbrain-light-blue\/45 {
  border-color: rgb(204 234 237 / 0.45);
}
.border-orgbrain-light-blue\/5 {
  border-color: rgb(204 234 237 / 0.05);
}
.border-orgbrain-light-blue\/50 {
  border-color: rgb(204 234 237 / 0.5);
}
.border-orgbrain-light-blue\/55 {
  border-color: rgb(204 234 237 / 0.55);
}
.border-orgbrain-light-blue\/60 {
  border-color: rgb(204 234 237 / 0.6);
}
.border-orgbrain-light-blue\/65 {
  border-color: rgb(204 234 237 / 0.65);
}
.border-orgbrain-light-blue\/70 {
  border-color: rgb(204 234 237 / 0.7);
}
.border-orgbrain-light-blue\/75 {
  border-color: rgb(204 234 237 / 0.75);
}
.border-orgbrain-light-blue\/80 {
  border-color: rgb(204 234 237 / 0.8);
}
.border-orgbrain-light-blue\/85 {
  border-color: rgb(204 234 237 / 0.85);
}
.border-orgbrain-light-blue\/90 {
  border-color: rgb(204 234 237 / 0.9);
}
.border-orgbrain-light-blue\/95 {
  border-color: rgb(204 234 237 / 0.95);
}
.border-orgbrain-meetings {
  --tw-border-opacity: 1;
  border-color: rgb(251 151 24 / var(--tw-border-opacity, 1));
}
.border-orgbrain-meetings\/0 {
  border-color: rgb(251 151 24 / 0);
}
.border-orgbrain-meetings\/10 {
  border-color: rgb(251 151 24 / 0.1);
}
.border-orgbrain-meetings\/100 {
  border-color: rgb(251 151 24 / 1);
}
.border-orgbrain-meetings\/15 {
  border-color: rgb(251 151 24 / 0.15);
}
.border-orgbrain-meetings\/20 {
  border-color: rgb(251 151 24 / 0.2);
}
.border-orgbrain-meetings\/25 {
  border-color: rgb(251 151 24 / 0.25);
}
.border-orgbrain-meetings\/30 {
  border-color: rgb(251 151 24 / 0.3);
}
.border-orgbrain-meetings\/35 {
  border-color: rgb(251 151 24 / 0.35);
}
.border-orgbrain-meetings\/40 {
  border-color: rgb(251 151 24 / 0.4);
}
.border-orgbrain-meetings\/45 {
  border-color: rgb(251 151 24 / 0.45);
}
.border-orgbrain-meetings\/5 {
  border-color: rgb(251 151 24 / 0.05);
}
.border-orgbrain-meetings\/50 {
  border-color: rgb(251 151 24 / 0.5);
}
.border-orgbrain-meetings\/55 {
  border-color: rgb(251 151 24 / 0.55);
}
.border-orgbrain-meetings\/60 {
  border-color: rgb(251 151 24 / 0.6);
}
.border-orgbrain-meetings\/65 {
  border-color: rgb(251 151 24 / 0.65);
}
.border-orgbrain-meetings\/70 {
  border-color: rgb(251 151 24 / 0.7);
}
.border-orgbrain-meetings\/75 {
  border-color: rgb(251 151 24 / 0.75);
}
.border-orgbrain-meetings\/80 {
  border-color: rgb(251 151 24 / 0.8);
}
.border-orgbrain-meetings\/85 {
  border-color: rgb(251 151 24 / 0.85);
}
.border-orgbrain-meetings\/90 {
  border-color: rgb(251 151 24 / 0.9);
}
.border-orgbrain-meetings\/95 {
  border-color: rgb(251 151 24 / 0.95);
}
.border-orgbrain-orange {
  --tw-border-opacity: 1;
  border-color: rgb(245 124 0 / var(--tw-border-opacity, 1));
}
.border-orgbrain-orange-background {
  --tw-border-opacity: 1;
  border-color: rgb(254 245 235 / var(--tw-border-opacity, 1));
}
.border-orgbrain-orange-background\/0 {
  border-color: rgb(254 245 235 / 0);
}
.border-orgbrain-orange-background\/10 {
  border-color: rgb(254 245 235 / 0.1);
}
.border-orgbrain-orange-background\/100 {
  border-color: rgb(254 245 235 / 1);
}
.border-orgbrain-orange-background\/15 {
  border-color: rgb(254 245 235 / 0.15);
}
.border-orgbrain-orange-background\/20 {
  border-color: rgb(254 245 235 / 0.2);
}
.border-orgbrain-orange-background\/25 {
  border-color: rgb(254 245 235 / 0.25);
}
.border-orgbrain-orange-background\/30 {
  border-color: rgb(254 245 235 / 0.3);
}
.border-orgbrain-orange-background\/35 {
  border-color: rgb(254 245 235 / 0.35);
}
.border-orgbrain-orange-background\/40 {
  border-color: rgb(254 245 235 / 0.4);
}
.border-orgbrain-orange-background\/45 {
  border-color: rgb(254 245 235 / 0.45);
}
.border-orgbrain-orange-background\/5 {
  border-color: rgb(254 245 235 / 0.05);
}
.border-orgbrain-orange-background\/50 {
  border-color: rgb(254 245 235 / 0.5);
}
.border-orgbrain-orange-background\/55 {
  border-color: rgb(254 245 235 / 0.55);
}
.border-orgbrain-orange-background\/60 {
  border-color: rgb(254 245 235 / 0.6);
}
.border-orgbrain-orange-background\/65 {
  border-color: rgb(254 245 235 / 0.65);
}
.border-orgbrain-orange-background\/70 {
  border-color: rgb(254 245 235 / 0.7);
}
.border-orgbrain-orange-background\/75 {
  border-color: rgb(254 245 235 / 0.75);
}
.border-orgbrain-orange-background\/80 {
  border-color: rgb(254 245 235 / 0.8);
}
.border-orgbrain-orange-background\/85 {
  border-color: rgb(254 245 235 / 0.85);
}
.border-orgbrain-orange-background\/90 {
  border-color: rgb(254 245 235 / 0.9);
}
.border-orgbrain-orange-background\/95 {
  border-color: rgb(254 245 235 / 0.95);
}
.border-orgbrain-orange\/0 {
  border-color: rgb(245 124 0 / 0);
}
.border-orgbrain-orange\/10 {
  border-color: rgb(245 124 0 / 0.1);
}
.border-orgbrain-orange\/100 {
  border-color: rgb(245 124 0 / 1);
}
.border-orgbrain-orange\/15 {
  border-color: rgb(245 124 0 / 0.15);
}
.border-orgbrain-orange\/20 {
  border-color: rgb(245 124 0 / 0.2);
}
.border-orgbrain-orange\/25 {
  border-color: rgb(245 124 0 / 0.25);
}
.border-orgbrain-orange\/30 {
  border-color: rgb(245 124 0 / 0.3);
}
.border-orgbrain-orange\/35 {
  border-color: rgb(245 124 0 / 0.35);
}
.border-orgbrain-orange\/40 {
  border-color: rgb(245 124 0 / 0.4);
}
.border-orgbrain-orange\/45 {
  border-color: rgb(245 124 0 / 0.45);
}
.border-orgbrain-orange\/5 {
  border-color: rgb(245 124 0 / 0.05);
}
.border-orgbrain-orange\/50 {
  border-color: rgb(245 124 0 / 0.5);
}
.border-orgbrain-orange\/55 {
  border-color: rgb(245 124 0 / 0.55);
}
.border-orgbrain-orange\/60 {
  border-color: rgb(245 124 0 / 0.6);
}
.border-orgbrain-orange\/65 {
  border-color: rgb(245 124 0 / 0.65);
}
.border-orgbrain-orange\/70 {
  border-color: rgb(245 124 0 / 0.7);
}
.border-orgbrain-orange\/75 {
  border-color: rgb(245 124 0 / 0.75);
}
.border-orgbrain-orange\/80 {
  border-color: rgb(245 124 0 / 0.8);
}
.border-orgbrain-orange\/85 {
  border-color: rgb(245 124 0 / 0.85);
}
.border-orgbrain-orange\/90 {
  border-color: rgb(245 124 0 / 0.9);
}
.border-orgbrain-orange\/95 {
  border-color: rgb(245 124 0 / 0.95);
}
.border-orgbrain-organization {
  --tw-border-opacity: 1;
  border-color: rgb(86 195 184 / var(--tw-border-opacity, 1));
}
.border-orgbrain-organization\/0 {
  border-color: rgb(86 195 184 / 0);
}
.border-orgbrain-organization\/10 {
  border-color: rgb(86 195 184 / 0.1);
}
.border-orgbrain-organization\/100 {
  border-color: rgb(86 195 184 / 1);
}
.border-orgbrain-organization\/15 {
  border-color: rgb(86 195 184 / 0.15);
}
.border-orgbrain-organization\/20 {
  border-color: rgb(86 195 184 / 0.2);
}
.border-orgbrain-organization\/25 {
  border-color: rgb(86 195 184 / 0.25);
}
.border-orgbrain-organization\/30 {
  border-color: rgb(86 195 184 / 0.3);
}
.border-orgbrain-organization\/35 {
  border-color: rgb(86 195 184 / 0.35);
}
.border-orgbrain-organization\/40 {
  border-color: rgb(86 195 184 / 0.4);
}
.border-orgbrain-organization\/45 {
  border-color: rgb(86 195 184 / 0.45);
}
.border-orgbrain-organization\/5 {
  border-color: rgb(86 195 184 / 0.05);
}
.border-orgbrain-organization\/50 {
  border-color: rgb(86 195 184 / 0.5);
}
.border-orgbrain-organization\/55 {
  border-color: rgb(86 195 184 / 0.55);
}
.border-orgbrain-organization\/60 {
  border-color: rgb(86 195 184 / 0.6);
}
.border-orgbrain-organization\/65 {
  border-color: rgb(86 195 184 / 0.65);
}
.border-orgbrain-organization\/70 {
  border-color: rgb(86 195 184 / 0.7);
}
.border-orgbrain-organization\/75 {
  border-color: rgb(86 195 184 / 0.75);
}
.border-orgbrain-organization\/80 {
  border-color: rgb(86 195 184 / 0.8);
}
.border-orgbrain-organization\/85 {
  border-color: rgb(86 195 184 / 0.85);
}
.border-orgbrain-organization\/90 {
  border-color: rgb(86 195 184 / 0.9);
}
.border-orgbrain-organization\/95 {
  border-color: rgb(86 195 184 / 0.95);
}
.border-orgbrain-plan-color {
  --tw-border-opacity: 1;
  border-color: rgb(77 107 190 / var(--tw-border-opacity, 1));
}
.border-orgbrain-plan-color\/0 {
  border-color: rgb(77 107 190 / 0);
}
.border-orgbrain-plan-color\/10 {
  border-color: rgb(77 107 190 / 0.1);
}
.border-orgbrain-plan-color\/100 {
  border-color: rgb(77 107 190 / 1);
}
.border-orgbrain-plan-color\/15 {
  border-color: rgb(77 107 190 / 0.15);
}
.border-orgbrain-plan-color\/20 {
  border-color: rgb(77 107 190 / 0.2);
}
.border-orgbrain-plan-color\/25 {
  border-color: rgb(77 107 190 / 0.25);
}
.border-orgbrain-plan-color\/30 {
  border-color: rgb(77 107 190 / 0.3);
}
.border-orgbrain-plan-color\/35 {
  border-color: rgb(77 107 190 / 0.35);
}
.border-orgbrain-plan-color\/40 {
  border-color: rgb(77 107 190 / 0.4);
}
.border-orgbrain-plan-color\/45 {
  border-color: rgb(77 107 190 / 0.45);
}
.border-orgbrain-plan-color\/5 {
  border-color: rgb(77 107 190 / 0.05);
}
.border-orgbrain-plan-color\/50 {
  border-color: rgb(77 107 190 / 0.5);
}
.border-orgbrain-plan-color\/55 {
  border-color: rgb(77 107 190 / 0.55);
}
.border-orgbrain-plan-color\/60 {
  border-color: rgb(77 107 190 / 0.6);
}
.border-orgbrain-plan-color\/65 {
  border-color: rgb(77 107 190 / 0.65);
}
.border-orgbrain-plan-color\/70 {
  border-color: rgb(77 107 190 / 0.7);
}
.border-orgbrain-plan-color\/75 {
  border-color: rgb(77 107 190 / 0.75);
}
.border-orgbrain-plan-color\/80 {
  border-color: rgb(77 107 190 / 0.8);
}
.border-orgbrain-plan-color\/85 {
  border-color: rgb(77 107 190 / 0.85);
}
.border-orgbrain-plan-color\/90 {
  border-color: rgb(77 107 190 / 0.9);
}
.border-orgbrain-plan-color\/95 {
  border-color: rgb(77 107 190 / 0.95);
}
.border-orgbrain-purple {
  --tw-border-opacity: 1;
  border-color: rgb(139 95 152 / var(--tw-border-opacity, 1));
}
.border-orgbrain-purple\/0 {
  border-color: rgb(139 95 152 / 0);
}
.border-orgbrain-purple\/10 {
  border-color: rgb(139 95 152 / 0.1);
}
.border-orgbrain-purple\/100 {
  border-color: rgb(139 95 152 / 1);
}
.border-orgbrain-purple\/15 {
  border-color: rgb(139 95 152 / 0.15);
}
.border-orgbrain-purple\/20 {
  border-color: rgb(139 95 152 / 0.2);
}
.border-orgbrain-purple\/25 {
  border-color: rgb(139 95 152 / 0.25);
}
.border-orgbrain-purple\/30 {
  border-color: rgb(139 95 152 / 0.3);
}
.border-orgbrain-purple\/35 {
  border-color: rgb(139 95 152 / 0.35);
}
.border-orgbrain-purple\/40 {
  border-color: rgb(139 95 152 / 0.4);
}
.border-orgbrain-purple\/45 {
  border-color: rgb(139 95 152 / 0.45);
}
.border-orgbrain-purple\/5 {
  border-color: rgb(139 95 152 / 0.05);
}
.border-orgbrain-purple\/50 {
  border-color: rgb(139 95 152 / 0.5);
}
.border-orgbrain-purple\/55 {
  border-color: rgb(139 95 152 / 0.55);
}
.border-orgbrain-purple\/60 {
  border-color: rgb(139 95 152 / 0.6);
}
.border-orgbrain-purple\/65 {
  border-color: rgb(139 95 152 / 0.65);
}
.border-orgbrain-purple\/70 {
  border-color: rgb(139 95 152 / 0.7);
}
.border-orgbrain-purple\/75 {
  border-color: rgb(139 95 152 / 0.75);
}
.border-orgbrain-purple\/80 {
  border-color: rgb(139 95 152 / 0.8);
}
.border-orgbrain-purple\/85 {
  border-color: rgb(139 95 152 / 0.85);
}
.border-orgbrain-purple\/90 {
  border-color: rgb(139 95 152 / 0.9);
}
.border-orgbrain-purple\/95 {
  border-color: rgb(139 95 152 / 0.95);
}
.border-orgbrain-signatures {
  --tw-border-opacity: 1;
  border-color: rgb(197 95 127 / var(--tw-border-opacity, 1));
}
.border-orgbrain-signatures\/0 {
  border-color: rgb(197 95 127 / 0);
}
.border-orgbrain-signatures\/10 {
  border-color: rgb(197 95 127 / 0.1);
}
.border-orgbrain-signatures\/100 {
  border-color: rgb(197 95 127 / 1);
}
.border-orgbrain-signatures\/15 {
  border-color: rgb(197 95 127 / 0.15);
}
.border-orgbrain-signatures\/20 {
  border-color: rgb(197 95 127 / 0.2);
}
.border-orgbrain-signatures\/25 {
  border-color: rgb(197 95 127 / 0.25);
}
.border-orgbrain-signatures\/30 {
  border-color: rgb(197 95 127 / 0.3);
}
.border-orgbrain-signatures\/35 {
  border-color: rgb(197 95 127 / 0.35);
}
.border-orgbrain-signatures\/40 {
  border-color: rgb(197 95 127 / 0.4);
}
.border-orgbrain-signatures\/45 {
  border-color: rgb(197 95 127 / 0.45);
}
.border-orgbrain-signatures\/5 {
  border-color: rgb(197 95 127 / 0.05);
}
.border-orgbrain-signatures\/50 {
  border-color: rgb(197 95 127 / 0.5);
}
.border-orgbrain-signatures\/55 {
  border-color: rgb(197 95 127 / 0.55);
}
.border-orgbrain-signatures\/60 {
  border-color: rgb(197 95 127 / 0.6);
}
.border-orgbrain-signatures\/65 {
  border-color: rgb(197 95 127 / 0.65);
}
.border-orgbrain-signatures\/70 {
  border-color: rgb(197 95 127 / 0.7);
}
.border-orgbrain-signatures\/75 {
  border-color: rgb(197 95 127 / 0.75);
}
.border-orgbrain-signatures\/80 {
  border-color: rgb(197 95 127 / 0.8);
}
.border-orgbrain-signatures\/85 {
  border-color: rgb(197 95 127 / 0.85);
}
.border-orgbrain-signatures\/90 {
  border-color: rgb(197 95 127 / 0.9);
}
.border-orgbrain-signatures\/95 {
  border-color: rgb(197 95 127 / 0.95);
}
.border-orgbrain-surveys {
  --tw-border-opacity: 1;
  border-color: rgb(222 109 109 / var(--tw-border-opacity, 1));
}
.border-orgbrain-surveys\/0 {
  border-color: rgb(222 109 109 / 0);
}
.border-orgbrain-surveys\/10 {
  border-color: rgb(222 109 109 / 0.1);
}
.border-orgbrain-surveys\/100 {
  border-color: rgb(222 109 109 / 1);
}
.border-orgbrain-surveys\/15 {
  border-color: rgb(222 109 109 / 0.15);
}
.border-orgbrain-surveys\/20 {
  border-color: rgb(222 109 109 / 0.2);
}
.border-orgbrain-surveys\/25 {
  border-color: rgb(222 109 109 / 0.25);
}
.border-orgbrain-surveys\/30 {
  border-color: rgb(222 109 109 / 0.3);
}
.border-orgbrain-surveys\/35 {
  border-color: rgb(222 109 109 / 0.35);
}
.border-orgbrain-surveys\/40 {
  border-color: rgb(222 109 109 / 0.4);
}
.border-orgbrain-surveys\/45 {
  border-color: rgb(222 109 109 / 0.45);
}
.border-orgbrain-surveys\/5 {
  border-color: rgb(222 109 109 / 0.05);
}
.border-orgbrain-surveys\/50 {
  border-color: rgb(222 109 109 / 0.5);
}
.border-orgbrain-surveys\/55 {
  border-color: rgb(222 109 109 / 0.55);
}
.border-orgbrain-surveys\/60 {
  border-color: rgb(222 109 109 / 0.6);
}
.border-orgbrain-surveys\/65 {
  border-color: rgb(222 109 109 / 0.65);
}
.border-orgbrain-surveys\/70 {
  border-color: rgb(222 109 109 / 0.7);
}
.border-orgbrain-surveys\/75 {
  border-color: rgb(222 109 109 / 0.75);
}
.border-orgbrain-surveys\/80 {
  border-color: rgb(222 109 109 / 0.8);
}
.border-orgbrain-surveys\/85 {
  border-color: rgb(222 109 109 / 0.85);
}
.border-orgbrain-surveys\/90 {
  border-color: rgb(222 109 109 / 0.9);
}
.border-orgbrain-surveys\/95 {
  border-color: rgb(222 109 109 / 0.95);
}
.border-orgbrain-tasks {
  --tw-border-opacity: 1;
  border-color: rgb(186 68 68 / var(--tw-border-opacity, 1));
}
.border-orgbrain-tasks\/0 {
  border-color: rgb(186 68 68 / 0);
}
.border-orgbrain-tasks\/10 {
  border-color: rgb(186 68 68 / 0.1);
}
.border-orgbrain-tasks\/100 {
  border-color: rgb(186 68 68 / 1);
}
.border-orgbrain-tasks\/15 {
  border-color: rgb(186 68 68 / 0.15);
}
.border-orgbrain-tasks\/20 {
  border-color: rgb(186 68 68 / 0.2);
}
.border-orgbrain-tasks\/25 {
  border-color: rgb(186 68 68 / 0.25);
}
.border-orgbrain-tasks\/30 {
  border-color: rgb(186 68 68 / 0.3);
}
.border-orgbrain-tasks\/35 {
  border-color: rgb(186 68 68 / 0.35);
}
.border-orgbrain-tasks\/40 {
  border-color: rgb(186 68 68 / 0.4);
}
.border-orgbrain-tasks\/45 {
  border-color: rgb(186 68 68 / 0.45);
}
.border-orgbrain-tasks\/5 {
  border-color: rgb(186 68 68 / 0.05);
}
.border-orgbrain-tasks\/50 {
  border-color: rgb(186 68 68 / 0.5);
}
.border-orgbrain-tasks\/55 {
  border-color: rgb(186 68 68 / 0.55);
}
.border-orgbrain-tasks\/60 {
  border-color: rgb(186 68 68 / 0.6);
}
.border-orgbrain-tasks\/65 {
  border-color: rgb(186 68 68 / 0.65);
}
.border-orgbrain-tasks\/70 {
  border-color: rgb(186 68 68 / 0.7);
}
.border-orgbrain-tasks\/75 {
  border-color: rgb(186 68 68 / 0.75);
}
.border-orgbrain-tasks\/80 {
  border-color: rgb(186 68 68 / 0.8);
}
.border-orgbrain-tasks\/85 {
  border-color: rgb(186 68 68 / 0.85);
}
.border-orgbrain-tasks\/90 {
  border-color: rgb(186 68 68 / 0.9);
}
.border-orgbrain-tasks\/95 {
  border-color: rgb(186 68 68 / 0.95);
}
.border-orgbrain-text {
  --tw-border-opacity: 1;
  border-color: rgb(18 51 64 / var(--tw-border-opacity, 1));
}
.border-orgbrain-text\/0 {
  border-color: rgb(18 51 64 / 0);
}
.border-orgbrain-text\/10 {
  border-color: rgb(18 51 64 / 0.1);
}
.border-orgbrain-text\/100 {
  border-color: rgb(18 51 64 / 1);
}
.border-orgbrain-text\/15 {
  border-color: rgb(18 51 64 / 0.15);
}
.border-orgbrain-text\/20 {
  border-color: rgb(18 51 64 / 0.2);
}
.border-orgbrain-text\/25 {
  border-color: rgb(18 51 64 / 0.25);
}
.border-orgbrain-text\/30 {
  border-color: rgb(18 51 64 / 0.3);
}
.border-orgbrain-text\/35 {
  border-color: rgb(18 51 64 / 0.35);
}
.border-orgbrain-text\/40 {
  border-color: rgb(18 51 64 / 0.4);
}
.border-orgbrain-text\/45 {
  border-color: rgb(18 51 64 / 0.45);
}
.border-orgbrain-text\/5 {
  border-color: rgb(18 51 64 / 0.05);
}
.border-orgbrain-text\/50 {
  border-color: rgb(18 51 64 / 0.5);
}
.border-orgbrain-text\/55 {
  border-color: rgb(18 51 64 / 0.55);
}
.border-orgbrain-text\/60 {
  border-color: rgb(18 51 64 / 0.6);
}
.border-orgbrain-text\/65 {
  border-color: rgb(18 51 64 / 0.65);
}
.border-orgbrain-text\/70 {
  border-color: rgb(18 51 64 / 0.7);
}
.border-orgbrain-text\/75 {
  border-color: rgb(18 51 64 / 0.75);
}
.border-orgbrain-text\/80 {
  border-color: rgb(18 51 64 / 0.8);
}
.border-orgbrain-text\/85 {
  border-color: rgb(18 51 64 / 0.85);
}
.border-orgbrain-text\/90 {
  border-color: rgb(18 51 64 / 0.9);
}
.border-orgbrain-text\/95 {
  border-color: rgb(18 51 64 / 0.95);
}
.border-orgbrain-warning {
  --tw-border-opacity: 1;
  border-color: rgb(199 60 17 / var(--tw-border-opacity, 1));
}
.border-orgbrain-warning-background {
  --tw-border-opacity: 1;
  border-color: rgb(255 243 205 / var(--tw-border-opacity, 1));
}
.border-orgbrain-warning-background\/0 {
  border-color: rgb(255 243 205 / 0);
}
.border-orgbrain-warning-background\/10 {
  border-color: rgb(255 243 205 / 0.1);
}
.border-orgbrain-warning-background\/100 {
  border-color: rgb(255 243 205 / 1);
}
.border-orgbrain-warning-background\/15 {
  border-color: rgb(255 243 205 / 0.15);
}
.border-orgbrain-warning-background\/20 {
  border-color: rgb(255 243 205 / 0.2);
}
.border-orgbrain-warning-background\/25 {
  border-color: rgb(255 243 205 / 0.25);
}
.border-orgbrain-warning-background\/30 {
  border-color: rgb(255 243 205 / 0.3);
}
.border-orgbrain-warning-background\/35 {
  border-color: rgb(255 243 205 / 0.35);
}
.border-orgbrain-warning-background\/40 {
  border-color: rgb(255 243 205 / 0.4);
}
.border-orgbrain-warning-background\/45 {
  border-color: rgb(255 243 205 / 0.45);
}
.border-orgbrain-warning-background\/5 {
  border-color: rgb(255 243 205 / 0.05);
}
.border-orgbrain-warning-background\/50 {
  border-color: rgb(255 243 205 / 0.5);
}
.border-orgbrain-warning-background\/55 {
  border-color: rgb(255 243 205 / 0.55);
}
.border-orgbrain-warning-background\/60 {
  border-color: rgb(255 243 205 / 0.6);
}
.border-orgbrain-warning-background\/65 {
  border-color: rgb(255 243 205 / 0.65);
}
.border-orgbrain-warning-background\/70 {
  border-color: rgb(255 243 205 / 0.7);
}
.border-orgbrain-warning-background\/75 {
  border-color: rgb(255 243 205 / 0.75);
}
.border-orgbrain-warning-background\/80 {
  border-color: rgb(255 243 205 / 0.8);
}
.border-orgbrain-warning-background\/85 {
  border-color: rgb(255 243 205 / 0.85);
}
.border-orgbrain-warning-background\/90 {
  border-color: rgb(255 243 205 / 0.9);
}
.border-orgbrain-warning-background\/95 {
  border-color: rgb(255 243 205 / 0.95);
}
.border-orgbrain-warning\/0 {
  border-color: rgb(199 60 17 / 0);
}
.border-orgbrain-warning\/10 {
  border-color: rgb(199 60 17 / 0.1);
}
.border-orgbrain-warning\/100 {
  border-color: rgb(199 60 17 / 1);
}
.border-orgbrain-warning\/15 {
  border-color: rgb(199 60 17 / 0.15);
}
.border-orgbrain-warning\/20 {
  border-color: rgb(199 60 17 / 0.2);
}
.border-orgbrain-warning\/25 {
  border-color: rgb(199 60 17 / 0.25);
}
.border-orgbrain-warning\/30 {
  border-color: rgb(199 60 17 / 0.3);
}
.border-orgbrain-warning\/35 {
  border-color: rgb(199 60 17 / 0.35);
}
.border-orgbrain-warning\/40 {
  border-color: rgb(199 60 17 / 0.4);
}
.border-orgbrain-warning\/45 {
  border-color: rgb(199 60 17 / 0.45);
}
.border-orgbrain-warning\/5 {
  border-color: rgb(199 60 17 / 0.05);
}
.border-orgbrain-warning\/50 {
  border-color: rgb(199 60 17 / 0.5);
}
.border-orgbrain-warning\/55 {
  border-color: rgb(199 60 17 / 0.55);
}
.border-orgbrain-warning\/60 {
  border-color: rgb(199 60 17 / 0.6);
}
.border-orgbrain-warning\/65 {
  border-color: rgb(199 60 17 / 0.65);
}
.border-orgbrain-warning\/70 {
  border-color: rgb(199 60 17 / 0.7);
}
.border-orgbrain-warning\/75 {
  border-color: rgb(199 60 17 / 0.75);
}
.border-orgbrain-warning\/80 {
  border-color: rgb(199 60 17 / 0.8);
}
.border-orgbrain-warning\/85 {
  border-color: rgb(199 60 17 / 0.85);
}
.border-orgbrain-warning\/90 {
  border-color: rgb(199 60 17 / 0.9);
}
.border-orgbrain-warning\/95 {
  border-color: rgb(199 60 17 / 0.95);
}
.border-orgbrain-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(246 190 77 / var(--tw-border-opacity, 1));
}
.border-orgbrain-yellow-text {
  --tw-border-opacity: 1;
  border-color: rgb(214 147 11 / var(--tw-border-opacity, 1));
}
.border-orgbrain-yellow-text\/0 {
  border-color: rgb(214 147 11 / 0);
}
.border-orgbrain-yellow-text\/10 {
  border-color: rgb(214 147 11 / 0.1);
}
.border-orgbrain-yellow-text\/100 {
  border-color: rgb(214 147 11 / 1);
}
.border-orgbrain-yellow-text\/15 {
  border-color: rgb(214 147 11 / 0.15);
}
.border-orgbrain-yellow-text\/20 {
  border-color: rgb(214 147 11 / 0.2);
}
.border-orgbrain-yellow-text\/25 {
  border-color: rgb(214 147 11 / 0.25);
}
.border-orgbrain-yellow-text\/30 {
  border-color: rgb(214 147 11 / 0.3);
}
.border-orgbrain-yellow-text\/35 {
  border-color: rgb(214 147 11 / 0.35);
}
.border-orgbrain-yellow-text\/40 {
  border-color: rgb(214 147 11 / 0.4);
}
.border-orgbrain-yellow-text\/45 {
  border-color: rgb(214 147 11 / 0.45);
}
.border-orgbrain-yellow-text\/5 {
  border-color: rgb(214 147 11 / 0.05);
}
.border-orgbrain-yellow-text\/50 {
  border-color: rgb(214 147 11 / 0.5);
}
.border-orgbrain-yellow-text\/55 {
  border-color: rgb(214 147 11 / 0.55);
}
.border-orgbrain-yellow-text\/60 {
  border-color: rgb(214 147 11 / 0.6);
}
.border-orgbrain-yellow-text\/65 {
  border-color: rgb(214 147 11 / 0.65);
}
.border-orgbrain-yellow-text\/70 {
  border-color: rgb(214 147 11 / 0.7);
}
.border-orgbrain-yellow-text\/75 {
  border-color: rgb(214 147 11 / 0.75);
}
.border-orgbrain-yellow-text\/80 {
  border-color: rgb(214 147 11 / 0.8);
}
.border-orgbrain-yellow-text\/85 {
  border-color: rgb(214 147 11 / 0.85);
}
.border-orgbrain-yellow-text\/90 {
  border-color: rgb(214 147 11 / 0.9);
}
.border-orgbrain-yellow-text\/95 {
  border-color: rgb(214 147 11 / 0.95);
}
.border-orgbrain-yellow\/0 {
  border-color: rgb(246 190 77 / 0);
}
.border-orgbrain-yellow\/10 {
  border-color: rgb(246 190 77 / 0.1);
}
.border-orgbrain-yellow\/100 {
  border-color: rgb(246 190 77 / 1);
}
.border-orgbrain-yellow\/15 {
  border-color: rgb(246 190 77 / 0.15);
}
.border-orgbrain-yellow\/20 {
  border-color: rgb(246 190 77 / 0.2);
}
.border-orgbrain-yellow\/25 {
  border-color: rgb(246 190 77 / 0.25);
}
.border-orgbrain-yellow\/30 {
  border-color: rgb(246 190 77 / 0.3);
}
.border-orgbrain-yellow\/35 {
  border-color: rgb(246 190 77 / 0.35);
}
.border-orgbrain-yellow\/40 {
  border-color: rgb(246 190 77 / 0.4);
}
.border-orgbrain-yellow\/45 {
  border-color: rgb(246 190 77 / 0.45);
}
.border-orgbrain-yellow\/5 {
  border-color: rgb(246 190 77 / 0.05);
}
.border-orgbrain-yellow\/50 {
  border-color: rgb(246 190 77 / 0.5);
}
.border-orgbrain-yellow\/55 {
  border-color: rgb(246 190 77 / 0.55);
}
.border-orgbrain-yellow\/60 {
  border-color: rgb(246 190 77 / 0.6);
}
.border-orgbrain-yellow\/65 {
  border-color: rgb(246 190 77 / 0.65);
}
.border-orgbrain-yellow\/70 {
  border-color: rgb(246 190 77 / 0.7);
}
.border-orgbrain-yellow\/75 {
  border-color: rgb(246 190 77 / 0.75);
}
.border-orgbrain-yellow\/80 {
  border-color: rgb(246 190 77 / 0.8);
}
.border-orgbrain-yellow\/85 {
  border-color: rgb(246 190 77 / 0.85);
}
.border-orgbrain-yellow\/90 {
  border-color: rgb(246 190 77 / 0.9);
}
.border-orgbrain-yellow\/95 {
  border-color: rgb(246 190 77 / 0.95);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.\!bg-orgbrain-background {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 241 243 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-background\/0 {
  background-color: rgb(238 241 243 / 0) !important;
}
.\!bg-orgbrain-background\/10 {
  background-color: rgb(238 241 243 / 0.1) !important;
}
.\!bg-orgbrain-background\/100 {
  background-color: rgb(238 241 243 / 1) !important;
}
.\!bg-orgbrain-background\/15 {
  background-color: rgb(238 241 243 / 0.15) !important;
}
.\!bg-orgbrain-background\/20 {
  background-color: rgb(238 241 243 / 0.2) !important;
}
.\!bg-orgbrain-background\/25 {
  background-color: rgb(238 241 243 / 0.25) !important;
}
.\!bg-orgbrain-background\/30 {
  background-color: rgb(238 241 243 / 0.3) !important;
}
.\!bg-orgbrain-background\/35 {
  background-color: rgb(238 241 243 / 0.35) !important;
}
.\!bg-orgbrain-background\/40 {
  background-color: rgb(238 241 243 / 0.4) !important;
}
.\!bg-orgbrain-background\/45 {
  background-color: rgb(238 241 243 / 0.45) !important;
}
.\!bg-orgbrain-background\/5 {
  background-color: rgb(238 241 243 / 0.05) !important;
}
.\!bg-orgbrain-background\/50 {
  background-color: rgb(238 241 243 / 0.5) !important;
}
.\!bg-orgbrain-background\/55 {
  background-color: rgb(238 241 243 / 0.55) !important;
}
.\!bg-orgbrain-background\/60 {
  background-color: rgb(238 241 243 / 0.6) !important;
}
.\!bg-orgbrain-background\/65 {
  background-color: rgb(238 241 243 / 0.65) !important;
}
.\!bg-orgbrain-background\/70 {
  background-color: rgb(238 241 243 / 0.7) !important;
}
.\!bg-orgbrain-background\/75 {
  background-color: rgb(238 241 243 / 0.75) !important;
}
.\!bg-orgbrain-background\/80 {
  background-color: rgb(238 241 243 / 0.8) !important;
}
.\!bg-orgbrain-background\/85 {
  background-color: rgb(238 241 243 / 0.85) !important;
}
.\!bg-orgbrain-background\/90 {
  background-color: rgb(238 241 243 / 0.9) !important;
}
.\!bg-orgbrain-background\/95 {
  background-color: rgb(238 241 243 / 0.95) !important;
}
.\!bg-orgbrain-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 151 167 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-blue-background {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 234 237 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-blue-background\/0 {
  background-color: rgb(204 234 237 / 0) !important;
}
.\!bg-orgbrain-blue-background\/10 {
  background-color: rgb(204 234 237 / 0.1) !important;
}
.\!bg-orgbrain-blue-background\/100 {
  background-color: rgb(204 234 237 / 1) !important;
}
.\!bg-orgbrain-blue-background\/15 {
  background-color: rgb(204 234 237 / 0.15) !important;
}
.\!bg-orgbrain-blue-background\/20 {
  background-color: rgb(204 234 237 / 0.2) !important;
}
.\!bg-orgbrain-blue-background\/25 {
  background-color: rgb(204 234 237 / 0.25) !important;
}
.\!bg-orgbrain-blue-background\/30 {
  background-color: rgb(204 234 237 / 0.3) !important;
}
.\!bg-orgbrain-blue-background\/35 {
  background-color: rgb(204 234 237 / 0.35) !important;
}
.\!bg-orgbrain-blue-background\/40 {
  background-color: rgb(204 234 237 / 0.4) !important;
}
.\!bg-orgbrain-blue-background\/45 {
  background-color: rgb(204 234 237 / 0.45) !important;
}
.\!bg-orgbrain-blue-background\/5 {
  background-color: rgb(204 234 237 / 0.05) !important;
}
.\!bg-orgbrain-blue-background\/50 {
  background-color: rgb(204 234 237 / 0.5) !important;
}
.\!bg-orgbrain-blue-background\/55 {
  background-color: rgb(204 234 237 / 0.55) !important;
}
.\!bg-orgbrain-blue-background\/60 {
  background-color: rgb(204 234 237 / 0.6) !important;
}
.\!bg-orgbrain-blue-background\/65 {
  background-color: rgb(204 234 237 / 0.65) !important;
}
.\!bg-orgbrain-blue-background\/70 {
  background-color: rgb(204 234 237 / 0.7) !important;
}
.\!bg-orgbrain-blue-background\/75 {
  background-color: rgb(204 234 237 / 0.75) !important;
}
.\!bg-orgbrain-blue-background\/80 {
  background-color: rgb(204 234 237 / 0.8) !important;
}
.\!bg-orgbrain-blue-background\/85 {
  background-color: rgb(204 234 237 / 0.85) !important;
}
.\!bg-orgbrain-blue-background\/90 {
  background-color: rgb(204 234 237 / 0.9) !important;
}
.\!bg-orgbrain-blue-background\/95 {
  background-color: rgb(204 234 237 / 0.95) !important;
}
.\!bg-orgbrain-blue\/0 {
  background-color: rgb(0 151 167 / 0) !important;
}
.\!bg-orgbrain-blue\/10 {
  background-color: rgb(0 151 167 / 0.1) !important;
}
.\!bg-orgbrain-blue\/100 {
  background-color: rgb(0 151 167 / 1) !important;
}
.\!bg-orgbrain-blue\/15 {
  background-color: rgb(0 151 167 / 0.15) !important;
}
.\!bg-orgbrain-blue\/20 {
  background-color: rgb(0 151 167 / 0.2) !important;
}
.\!bg-orgbrain-blue\/25 {
  background-color: rgb(0 151 167 / 0.25) !important;
}
.\!bg-orgbrain-blue\/30 {
  background-color: rgb(0 151 167 / 0.3) !important;
}
.\!bg-orgbrain-blue\/35 {
  background-color: rgb(0 151 167 / 0.35) !important;
}
.\!bg-orgbrain-blue\/40 {
  background-color: rgb(0 151 167 / 0.4) !important;
}
.\!bg-orgbrain-blue\/45 {
  background-color: rgb(0 151 167 / 0.45) !important;
}
.\!bg-orgbrain-blue\/5 {
  background-color: rgb(0 151 167 / 0.05) !important;
}
.\!bg-orgbrain-blue\/50 {
  background-color: rgb(0 151 167 / 0.5) !important;
}
.\!bg-orgbrain-blue\/55 {
  background-color: rgb(0 151 167 / 0.55) !important;
}
.\!bg-orgbrain-blue\/60 {
  background-color: rgb(0 151 167 / 0.6) !important;
}
.\!bg-orgbrain-blue\/65 {
  background-color: rgb(0 151 167 / 0.65) !important;
}
.\!bg-orgbrain-blue\/70 {
  background-color: rgb(0 151 167 / 0.7) !important;
}
.\!bg-orgbrain-blue\/75 {
  background-color: rgb(0 151 167 / 0.75) !important;
}
.\!bg-orgbrain-blue\/80 {
  background-color: rgb(0 151 167 / 0.8) !important;
}
.\!bg-orgbrain-blue\/85 {
  background-color: rgb(0 151 167 / 0.85) !important;
}
.\!bg-orgbrain-blue\/90 {
  background-color: rgb(0 151 167 / 0.9) !important;
}
.\!bg-orgbrain-blue\/95 {
  background-color: rgb(0 151 167 / 0.95) !important;
}
.\!bg-orgbrain-boardmatch {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 190 132 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-boardmatch\/0 {
  background-color: rgb(63 190 132 / 0) !important;
}
.\!bg-orgbrain-boardmatch\/10 {
  background-color: rgb(63 190 132 / 0.1) !important;
}
.\!bg-orgbrain-boardmatch\/100 {
  background-color: rgb(63 190 132 / 1) !important;
}
.\!bg-orgbrain-boardmatch\/15 {
  background-color: rgb(63 190 132 / 0.15) !important;
}
.\!bg-orgbrain-boardmatch\/20 {
  background-color: rgb(63 190 132 / 0.2) !important;
}
.\!bg-orgbrain-boardmatch\/25 {
  background-color: rgb(63 190 132 / 0.25) !important;
}
.\!bg-orgbrain-boardmatch\/30 {
  background-color: rgb(63 190 132 / 0.3) !important;
}
.\!bg-orgbrain-boardmatch\/35 {
  background-color: rgb(63 190 132 / 0.35) !important;
}
.\!bg-orgbrain-boardmatch\/40 {
  background-color: rgb(63 190 132 / 0.4) !important;
}
.\!bg-orgbrain-boardmatch\/45 {
  background-color: rgb(63 190 132 / 0.45) !important;
}
.\!bg-orgbrain-boardmatch\/5 {
  background-color: rgb(63 190 132 / 0.05) !important;
}
.\!bg-orgbrain-boardmatch\/50 {
  background-color: rgb(63 190 132 / 0.5) !important;
}
.\!bg-orgbrain-boardmatch\/55 {
  background-color: rgb(63 190 132 / 0.55) !important;
}
.\!bg-orgbrain-boardmatch\/60 {
  background-color: rgb(63 190 132 / 0.6) !important;
}
.\!bg-orgbrain-boardmatch\/65 {
  background-color: rgb(63 190 132 / 0.65) !important;
}
.\!bg-orgbrain-boardmatch\/70 {
  background-color: rgb(63 190 132 / 0.7) !important;
}
.\!bg-orgbrain-boardmatch\/75 {
  background-color: rgb(63 190 132 / 0.75) !important;
}
.\!bg-orgbrain-boardmatch\/80 {
  background-color: rgb(63 190 132 / 0.8) !important;
}
.\!bg-orgbrain-boardmatch\/85 {
  background-color: rgb(63 190 132 / 0.85) !important;
}
.\!bg-orgbrain-boardmatch\/90 {
  background-color: rgb(63 190 132 / 0.9) !important;
}
.\!bg-orgbrain-boardmatch\/95 {
  background-color: rgb(63 190 132 / 0.95) !important;
}
.\!bg-orgbrain-boardschool {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 161 174 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-boardschool\/0 {
  background-color: rgb(30 161 174 / 0) !important;
}
.\!bg-orgbrain-boardschool\/10 {
  background-color: rgb(30 161 174 / 0.1) !important;
}
.\!bg-orgbrain-boardschool\/100 {
  background-color: rgb(30 161 174 / 1) !important;
}
.\!bg-orgbrain-boardschool\/15 {
  background-color: rgb(30 161 174 / 0.15) !important;
}
.\!bg-orgbrain-boardschool\/20 {
  background-color: rgb(30 161 174 / 0.2) !important;
}
.\!bg-orgbrain-boardschool\/25 {
  background-color: rgb(30 161 174 / 0.25) !important;
}
.\!bg-orgbrain-boardschool\/30 {
  background-color: rgb(30 161 174 / 0.3) !important;
}
.\!bg-orgbrain-boardschool\/35 {
  background-color: rgb(30 161 174 / 0.35) !important;
}
.\!bg-orgbrain-boardschool\/40 {
  background-color: rgb(30 161 174 / 0.4) !important;
}
.\!bg-orgbrain-boardschool\/45 {
  background-color: rgb(30 161 174 / 0.45) !important;
}
.\!bg-orgbrain-boardschool\/5 {
  background-color: rgb(30 161 174 / 0.05) !important;
}
.\!bg-orgbrain-boardschool\/50 {
  background-color: rgb(30 161 174 / 0.5) !important;
}
.\!bg-orgbrain-boardschool\/55 {
  background-color: rgb(30 161 174 / 0.55) !important;
}
.\!bg-orgbrain-boardschool\/60 {
  background-color: rgb(30 161 174 / 0.6) !important;
}
.\!bg-orgbrain-boardschool\/65 {
  background-color: rgb(30 161 174 / 0.65) !important;
}
.\!bg-orgbrain-boardschool\/70 {
  background-color: rgb(30 161 174 / 0.7) !important;
}
.\!bg-orgbrain-boardschool\/75 {
  background-color: rgb(30 161 174 / 0.75) !important;
}
.\!bg-orgbrain-boardschool\/80 {
  background-color: rgb(30 161 174 / 0.8) !important;
}
.\!bg-orgbrain-boardschool\/85 {
  background-color: rgb(30 161 174 / 0.85) !important;
}
.\!bg-orgbrain-boardschool\/90 {
  background-color: rgb(30 161 174 / 0.9) !important;
}
.\!bg-orgbrain-boardschool\/95 {
  background-color: rgb(30 161 174 / 0.95) !important;
}
.\!bg-orgbrain-border {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 208 208 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-border\/0 {
  background-color: rgb(208 208 208 / 0) !important;
}
.\!bg-orgbrain-border\/10 {
  background-color: rgb(208 208 208 / 0.1) !important;
}
.\!bg-orgbrain-border\/100 {
  background-color: rgb(208 208 208 / 1) !important;
}
.\!bg-orgbrain-border\/15 {
  background-color: rgb(208 208 208 / 0.15) !important;
}
.\!bg-orgbrain-border\/20 {
  background-color: rgb(208 208 208 / 0.2) !important;
}
.\!bg-orgbrain-border\/25 {
  background-color: rgb(208 208 208 / 0.25) !important;
}
.\!bg-orgbrain-border\/30 {
  background-color: rgb(208 208 208 / 0.3) !important;
}
.\!bg-orgbrain-border\/35 {
  background-color: rgb(208 208 208 / 0.35) !important;
}
.\!bg-orgbrain-border\/40 {
  background-color: rgb(208 208 208 / 0.4) !important;
}
.\!bg-orgbrain-border\/45 {
  background-color: rgb(208 208 208 / 0.45) !important;
}
.\!bg-orgbrain-border\/5 {
  background-color: rgb(208 208 208 / 0.05) !important;
}
.\!bg-orgbrain-border\/50 {
  background-color: rgb(208 208 208 / 0.5) !important;
}
.\!bg-orgbrain-border\/55 {
  background-color: rgb(208 208 208 / 0.55) !important;
}
.\!bg-orgbrain-border\/60 {
  background-color: rgb(208 208 208 / 0.6) !important;
}
.\!bg-orgbrain-border\/65 {
  background-color: rgb(208 208 208 / 0.65) !important;
}
.\!bg-orgbrain-border\/70 {
  background-color: rgb(208 208 208 / 0.7) !important;
}
.\!bg-orgbrain-border\/75 {
  background-color: rgb(208 208 208 / 0.75) !important;
}
.\!bg-orgbrain-border\/80 {
  background-color: rgb(208 208 208 / 0.8) !important;
}
.\!bg-orgbrain-border\/85 {
  background-color: rgb(208 208 208 / 0.85) !important;
}
.\!bg-orgbrain-border\/90 {
  background-color: rgb(208 208 208 / 0.9) !important;
}
.\!bg-orgbrain-border\/95 {
  background-color: rgb(208 208 208 / 0.95) !important;
}
.\!bg-orgbrain-called-color {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(53 138 191 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-called-color\/0 {
  background-color: rgb(53 138 191 / 0) !important;
}
.\!bg-orgbrain-called-color\/10 {
  background-color: rgb(53 138 191 / 0.1) !important;
}
.\!bg-orgbrain-called-color\/100 {
  background-color: rgb(53 138 191 / 1) !important;
}
.\!bg-orgbrain-called-color\/15 {
  background-color: rgb(53 138 191 / 0.15) !important;
}
.\!bg-orgbrain-called-color\/20 {
  background-color: rgb(53 138 191 / 0.2) !important;
}
.\!bg-orgbrain-called-color\/25 {
  background-color: rgb(53 138 191 / 0.25) !important;
}
.\!bg-orgbrain-called-color\/30 {
  background-color: rgb(53 138 191 / 0.3) !important;
}
.\!bg-orgbrain-called-color\/35 {
  background-color: rgb(53 138 191 / 0.35) !important;
}
.\!bg-orgbrain-called-color\/40 {
  background-color: rgb(53 138 191 / 0.4) !important;
}
.\!bg-orgbrain-called-color\/45 {
  background-color: rgb(53 138 191 / 0.45) !important;
}
.\!bg-orgbrain-called-color\/5 {
  background-color: rgb(53 138 191 / 0.05) !important;
}
.\!bg-orgbrain-called-color\/50 {
  background-color: rgb(53 138 191 / 0.5) !important;
}
.\!bg-orgbrain-called-color\/55 {
  background-color: rgb(53 138 191 / 0.55) !important;
}
.\!bg-orgbrain-called-color\/60 {
  background-color: rgb(53 138 191 / 0.6) !important;
}
.\!bg-orgbrain-called-color\/65 {
  background-color: rgb(53 138 191 / 0.65) !important;
}
.\!bg-orgbrain-called-color\/70 {
  background-color: rgb(53 138 191 / 0.7) !important;
}
.\!bg-orgbrain-called-color\/75 {
  background-color: rgb(53 138 191 / 0.75) !important;
}
.\!bg-orgbrain-called-color\/80 {
  background-color: rgb(53 138 191 / 0.8) !important;
}
.\!bg-orgbrain-called-color\/85 {
  background-color: rgb(53 138 191 / 0.85) !important;
}
.\!bg-orgbrain-called-color\/90 {
  background-color: rgb(53 138 191 / 0.9) !important;
}
.\!bg-orgbrain-called-color\/95 {
  background-color: rgb(53 138 191 / 0.95) !important;
}
.\!bg-orgbrain-communication {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(182 107 186 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-communication\/0 {
  background-color: rgb(182 107 186 / 0) !important;
}
.\!bg-orgbrain-communication\/10 {
  background-color: rgb(182 107 186 / 0.1) !important;
}
.\!bg-orgbrain-communication\/100 {
  background-color: rgb(182 107 186 / 1) !important;
}
.\!bg-orgbrain-communication\/15 {
  background-color: rgb(182 107 186 / 0.15) !important;
}
.\!bg-orgbrain-communication\/20 {
  background-color: rgb(182 107 186 / 0.2) !important;
}
.\!bg-orgbrain-communication\/25 {
  background-color: rgb(182 107 186 / 0.25) !important;
}
.\!bg-orgbrain-communication\/30 {
  background-color: rgb(182 107 186 / 0.3) !important;
}
.\!bg-orgbrain-communication\/35 {
  background-color: rgb(182 107 186 / 0.35) !important;
}
.\!bg-orgbrain-communication\/40 {
  background-color: rgb(182 107 186 / 0.4) !important;
}
.\!bg-orgbrain-communication\/45 {
  background-color: rgb(182 107 186 / 0.45) !important;
}
.\!bg-orgbrain-communication\/5 {
  background-color: rgb(182 107 186 / 0.05) !important;
}
.\!bg-orgbrain-communication\/50 {
  background-color: rgb(182 107 186 / 0.5) !important;
}
.\!bg-orgbrain-communication\/55 {
  background-color: rgb(182 107 186 / 0.55) !important;
}
.\!bg-orgbrain-communication\/60 {
  background-color: rgb(182 107 186 / 0.6) !important;
}
.\!bg-orgbrain-communication\/65 {
  background-color: rgb(182 107 186 / 0.65) !important;
}
.\!bg-orgbrain-communication\/70 {
  background-color: rgb(182 107 186 / 0.7) !important;
}
.\!bg-orgbrain-communication\/75 {
  background-color: rgb(182 107 186 / 0.75) !important;
}
.\!bg-orgbrain-communication\/80 {
  background-color: rgb(182 107 186 / 0.8) !important;
}
.\!bg-orgbrain-communication\/85 {
  background-color: rgb(182 107 186 / 0.85) !important;
}
.\!bg-orgbrain-communication\/90 {
  background-color: rgb(182 107 186 / 0.9) !important;
}
.\!bg-orgbrain-communication\/95 {
  background-color: rgb(182 107 186 / 0.95) !important;
}
.\!bg-orgbrain-complete {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(72 150 76 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-complete-background {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 243 229 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-complete-background\/0 {
  background-color: rgb(228 243 229 / 0) !important;
}
.\!bg-orgbrain-complete-background\/10 {
  background-color: rgb(228 243 229 / 0.1) !important;
}
.\!bg-orgbrain-complete-background\/100 {
  background-color: rgb(228 243 229 / 1) !important;
}
.\!bg-orgbrain-complete-background\/15 {
  background-color: rgb(228 243 229 / 0.15) !important;
}
.\!bg-orgbrain-complete-background\/20 {
  background-color: rgb(228 243 229 / 0.2) !important;
}
.\!bg-orgbrain-complete-background\/25 {
  background-color: rgb(228 243 229 / 0.25) !important;
}
.\!bg-orgbrain-complete-background\/30 {
  background-color: rgb(228 243 229 / 0.3) !important;
}
.\!bg-orgbrain-complete-background\/35 {
  background-color: rgb(228 243 229 / 0.35) !important;
}
.\!bg-orgbrain-complete-background\/40 {
  background-color: rgb(228 243 229 / 0.4) !important;
}
.\!bg-orgbrain-complete-background\/45 {
  background-color: rgb(228 243 229 / 0.45) !important;
}
.\!bg-orgbrain-complete-background\/5 {
  background-color: rgb(228 243 229 / 0.05) !important;
}
.\!bg-orgbrain-complete-background\/50 {
  background-color: rgb(228 243 229 / 0.5) !important;
}
.\!bg-orgbrain-complete-background\/55 {
  background-color: rgb(228 243 229 / 0.55) !important;
}
.\!bg-orgbrain-complete-background\/60 {
  background-color: rgb(228 243 229 / 0.6) !important;
}
.\!bg-orgbrain-complete-background\/65 {
  background-color: rgb(228 243 229 / 0.65) !important;
}
.\!bg-orgbrain-complete-background\/70 {
  background-color: rgb(228 243 229 / 0.7) !important;
}
.\!bg-orgbrain-complete-background\/75 {
  background-color: rgb(228 243 229 / 0.75) !important;
}
.\!bg-orgbrain-complete-background\/80 {
  background-color: rgb(228 243 229 / 0.8) !important;
}
.\!bg-orgbrain-complete-background\/85 {
  background-color: rgb(228 243 229 / 0.85) !important;
}
.\!bg-orgbrain-complete-background\/90 {
  background-color: rgb(228 243 229 / 0.9) !important;
}
.\!bg-orgbrain-complete-background\/95 {
  background-color: rgb(228 243 229 / 0.95) !important;
}
.\!bg-orgbrain-complete\/0 {
  background-color: rgb(72 150 76 / 0) !important;
}
.\!bg-orgbrain-complete\/10 {
  background-color: rgb(72 150 76 / 0.1) !important;
}
.\!bg-orgbrain-complete\/100 {
  background-color: rgb(72 150 76 / 1) !important;
}
.\!bg-orgbrain-complete\/15 {
  background-color: rgb(72 150 76 / 0.15) !important;
}
.\!bg-orgbrain-complete\/20 {
  background-color: rgb(72 150 76 / 0.2) !important;
}
.\!bg-orgbrain-complete\/25 {
  background-color: rgb(72 150 76 / 0.25) !important;
}
.\!bg-orgbrain-complete\/30 {
  background-color: rgb(72 150 76 / 0.3) !important;
}
.\!bg-orgbrain-complete\/35 {
  background-color: rgb(72 150 76 / 0.35) !important;
}
.\!bg-orgbrain-complete\/40 {
  background-color: rgb(72 150 76 / 0.4) !important;
}
.\!bg-orgbrain-complete\/45 {
  background-color: rgb(72 150 76 / 0.45) !important;
}
.\!bg-orgbrain-complete\/5 {
  background-color: rgb(72 150 76 / 0.05) !important;
}
.\!bg-orgbrain-complete\/50 {
  background-color: rgb(72 150 76 / 0.5) !important;
}
.\!bg-orgbrain-complete\/55 {
  background-color: rgb(72 150 76 / 0.55) !important;
}
.\!bg-orgbrain-complete\/60 {
  background-color: rgb(72 150 76 / 0.6) !important;
}
.\!bg-orgbrain-complete\/65 {
  background-color: rgb(72 150 76 / 0.65) !important;
}
.\!bg-orgbrain-complete\/70 {
  background-color: rgb(72 150 76 / 0.7) !important;
}
.\!bg-orgbrain-complete\/75 {
  background-color: rgb(72 150 76 / 0.75) !important;
}
.\!bg-orgbrain-complete\/80 {
  background-color: rgb(72 150 76 / 0.8) !important;
}
.\!bg-orgbrain-complete\/85 {
  background-color: rgb(72 150 76 / 0.85) !important;
}
.\!bg-orgbrain-complete\/90 {
  background-color: rgb(72 150 76 / 0.9) !important;
}
.\!bg-orgbrain-complete\/95 {
  background-color: rgb(72 150 76 / 0.95) !important;
}
.\!bg-orgbrain-dark-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 77 85 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-dark-blue\/0 {
  background-color: rgb(0 77 85 / 0) !important;
}
.\!bg-orgbrain-dark-blue\/10 {
  background-color: rgb(0 77 85 / 0.1) !important;
}
.\!bg-orgbrain-dark-blue\/100 {
  background-color: rgb(0 77 85 / 1) !important;
}
.\!bg-orgbrain-dark-blue\/15 {
  background-color: rgb(0 77 85 / 0.15) !important;
}
.\!bg-orgbrain-dark-blue\/20 {
  background-color: rgb(0 77 85 / 0.2) !important;
}
.\!bg-orgbrain-dark-blue\/25 {
  background-color: rgb(0 77 85 / 0.25) !important;
}
.\!bg-orgbrain-dark-blue\/30 {
  background-color: rgb(0 77 85 / 0.3) !important;
}
.\!bg-orgbrain-dark-blue\/35 {
  background-color: rgb(0 77 85 / 0.35) !important;
}
.\!bg-orgbrain-dark-blue\/40 {
  background-color: rgb(0 77 85 / 0.4) !important;
}
.\!bg-orgbrain-dark-blue\/45 {
  background-color: rgb(0 77 85 / 0.45) !important;
}
.\!bg-orgbrain-dark-blue\/5 {
  background-color: rgb(0 77 85 / 0.05) !important;
}
.\!bg-orgbrain-dark-blue\/50 {
  background-color: rgb(0 77 85 / 0.5) !important;
}
.\!bg-orgbrain-dark-blue\/55 {
  background-color: rgb(0 77 85 / 0.55) !important;
}
.\!bg-orgbrain-dark-blue\/60 {
  background-color: rgb(0 77 85 / 0.6) !important;
}
.\!bg-orgbrain-dark-blue\/65 {
  background-color: rgb(0 77 85 / 0.65) !important;
}
.\!bg-orgbrain-dark-blue\/70 {
  background-color: rgb(0 77 85 / 0.7) !important;
}
.\!bg-orgbrain-dark-blue\/75 {
  background-color: rgb(0 77 85 / 0.75) !important;
}
.\!bg-orgbrain-dark-blue\/80 {
  background-color: rgb(0 77 85 / 0.8) !important;
}
.\!bg-orgbrain-dark-blue\/85 {
  background-color: rgb(0 77 85 / 0.85) !important;
}
.\!bg-orgbrain-dark-blue\/90 {
  background-color: rgb(0 77 85 / 0.9) !important;
}
.\!bg-orgbrain-dark-blue\/95 {
  background-color: rgb(0 77 85 / 0.95) !important;
}
.\!bg-orgbrain-digital-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 195 184 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-digital-blue\/0 {
  background-color: rgb(87 195 184 / 0) !important;
}
.\!bg-orgbrain-digital-blue\/10 {
  background-color: rgb(87 195 184 / 0.1) !important;
}
.\!bg-orgbrain-digital-blue\/100 {
  background-color: rgb(87 195 184 / 1) !important;
}
.\!bg-orgbrain-digital-blue\/15 {
  background-color: rgb(87 195 184 / 0.15) !important;
}
.\!bg-orgbrain-digital-blue\/20 {
  background-color: rgb(87 195 184 / 0.2) !important;
}
.\!bg-orgbrain-digital-blue\/25 {
  background-color: rgb(87 195 184 / 0.25) !important;
}
.\!bg-orgbrain-digital-blue\/30 {
  background-color: rgb(87 195 184 / 0.3) !important;
}
.\!bg-orgbrain-digital-blue\/35 {
  background-color: rgb(87 195 184 / 0.35) !important;
}
.\!bg-orgbrain-digital-blue\/40 {
  background-color: rgb(87 195 184 / 0.4) !important;
}
.\!bg-orgbrain-digital-blue\/45 {
  background-color: rgb(87 195 184 / 0.45) !important;
}
.\!bg-orgbrain-digital-blue\/5 {
  background-color: rgb(87 195 184 / 0.05) !important;
}
.\!bg-orgbrain-digital-blue\/50 {
  background-color: rgb(87 195 184 / 0.5) !important;
}
.\!bg-orgbrain-digital-blue\/55 {
  background-color: rgb(87 195 184 / 0.55) !important;
}
.\!bg-orgbrain-digital-blue\/60 {
  background-color: rgb(87 195 184 / 0.6) !important;
}
.\!bg-orgbrain-digital-blue\/65 {
  background-color: rgb(87 195 184 / 0.65) !important;
}
.\!bg-orgbrain-digital-blue\/70 {
  background-color: rgb(87 195 184 / 0.7) !important;
}
.\!bg-orgbrain-digital-blue\/75 {
  background-color: rgb(87 195 184 / 0.75) !important;
}
.\!bg-orgbrain-digital-blue\/80 {
  background-color: rgb(87 195 184 / 0.8) !important;
}
.\!bg-orgbrain-digital-blue\/85 {
  background-color: rgb(87 195 184 / 0.85) !important;
}
.\!bg-orgbrain-digital-blue\/90 {
  background-color: rgb(87 195 184 / 0.9) !important;
}
.\!bg-orgbrain-digital-blue\/95 {
  background-color: rgb(87 195 184 / 0.95) !important;
}
.\!bg-orgbrain-error-background {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 224 224 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-error-background\/0 {
  background-color: rgb(248 224 224 / 0) !important;
}
.\!bg-orgbrain-error-background\/10 {
  background-color: rgb(248 224 224 / 0.1) !important;
}
.\!bg-orgbrain-error-background\/100 {
  background-color: rgb(248 224 224 / 1) !important;
}
.\!bg-orgbrain-error-background\/15 {
  background-color: rgb(248 224 224 / 0.15) !important;
}
.\!bg-orgbrain-error-background\/20 {
  background-color: rgb(248 224 224 / 0.2) !important;
}
.\!bg-orgbrain-error-background\/25 {
  background-color: rgb(248 224 224 / 0.25) !important;
}
.\!bg-orgbrain-error-background\/30 {
  background-color: rgb(248 224 224 / 0.3) !important;
}
.\!bg-orgbrain-error-background\/35 {
  background-color: rgb(248 224 224 / 0.35) !important;
}
.\!bg-orgbrain-error-background\/40 {
  background-color: rgb(248 224 224 / 0.4) !important;
}
.\!bg-orgbrain-error-background\/45 {
  background-color: rgb(248 224 224 / 0.45) !important;
}
.\!bg-orgbrain-error-background\/5 {
  background-color: rgb(248 224 224 / 0.05) !important;
}
.\!bg-orgbrain-error-background\/50 {
  background-color: rgb(248 224 224 / 0.5) !important;
}
.\!bg-orgbrain-error-background\/55 {
  background-color: rgb(248 224 224 / 0.55) !important;
}
.\!bg-orgbrain-error-background\/60 {
  background-color: rgb(248 224 224 / 0.6) !important;
}
.\!bg-orgbrain-error-background\/65 {
  background-color: rgb(248 224 224 / 0.65) !important;
}
.\!bg-orgbrain-error-background\/70 {
  background-color: rgb(248 224 224 / 0.7) !important;
}
.\!bg-orgbrain-error-background\/75 {
  background-color: rgb(248 224 224 / 0.75) !important;
}
.\!bg-orgbrain-error-background\/80 {
  background-color: rgb(248 224 224 / 0.8) !important;
}
.\!bg-orgbrain-error-background\/85 {
  background-color: rgb(248 224 224 / 0.85) !important;
}
.\!bg-orgbrain-error-background\/90 {
  background-color: rgb(248 224 224 / 0.9) !important;
}
.\!bg-orgbrain-error-background\/95 {
  background-color: rgb(248 224 224 / 0.95) !important;
}
.\!bg-orgbrain-files {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(86 170 90 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-files\/0 {
  background-color: rgb(86 170 90 / 0) !important;
}
.\!bg-orgbrain-files\/10 {
  background-color: rgb(86 170 90 / 0.1) !important;
}
.\!bg-orgbrain-files\/100 {
  background-color: rgb(86 170 90 / 1) !important;
}
.\!bg-orgbrain-files\/15 {
  background-color: rgb(86 170 90 / 0.15) !important;
}
.\!bg-orgbrain-files\/20 {
  background-color: rgb(86 170 90 / 0.2) !important;
}
.\!bg-orgbrain-files\/25 {
  background-color: rgb(86 170 90 / 0.25) !important;
}
.\!bg-orgbrain-files\/30 {
  background-color: rgb(86 170 90 / 0.3) !important;
}
.\!bg-orgbrain-files\/35 {
  background-color: rgb(86 170 90 / 0.35) !important;
}
.\!bg-orgbrain-files\/40 {
  background-color: rgb(86 170 90 / 0.4) !important;
}
.\!bg-orgbrain-files\/45 {
  background-color: rgb(86 170 90 / 0.45) !important;
}
.\!bg-orgbrain-files\/5 {
  background-color: rgb(86 170 90 / 0.05) !important;
}
.\!bg-orgbrain-files\/50 {
  background-color: rgb(86 170 90 / 0.5) !important;
}
.\!bg-orgbrain-files\/55 {
  background-color: rgb(86 170 90 / 0.55) !important;
}
.\!bg-orgbrain-files\/60 {
  background-color: rgb(86 170 90 / 0.6) !important;
}
.\!bg-orgbrain-files\/65 {
  background-color: rgb(86 170 90 / 0.65) !important;
}
.\!bg-orgbrain-files\/70 {
  background-color: rgb(86 170 90 / 0.7) !important;
}
.\!bg-orgbrain-files\/75 {
  background-color: rgb(86 170 90 / 0.75) !important;
}
.\!bg-orgbrain-files\/80 {
  background-color: rgb(86 170 90 / 0.8) !important;
}
.\!bg-orgbrain-files\/85 {
  background-color: rgb(86 170 90 / 0.85) !important;
}
.\!bg-orgbrain-files\/90 {
  background-color: rgb(86 170 90 / 0.9) !important;
}
.\!bg-orgbrain-files\/95 {
  background-color: rgb(86 170 90 / 0.95) !important;
}
.\!bg-orgbrain-form-background {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 247 248 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-form-background\/0 {
  background-color: rgb(242 247 248 / 0) !important;
}
.\!bg-orgbrain-form-background\/10 {
  background-color: rgb(242 247 248 / 0.1) !important;
}
.\!bg-orgbrain-form-background\/100 {
  background-color: rgb(242 247 248 / 1) !important;
}
.\!bg-orgbrain-form-background\/15 {
  background-color: rgb(242 247 248 / 0.15) !important;
}
.\!bg-orgbrain-form-background\/20 {
  background-color: rgb(242 247 248 / 0.2) !important;
}
.\!bg-orgbrain-form-background\/25 {
  background-color: rgb(242 247 248 / 0.25) !important;
}
.\!bg-orgbrain-form-background\/30 {
  background-color: rgb(242 247 248 / 0.3) !important;
}
.\!bg-orgbrain-form-background\/35 {
  background-color: rgb(242 247 248 / 0.35) !important;
}
.\!bg-orgbrain-form-background\/40 {
  background-color: rgb(242 247 248 / 0.4) !important;
}
.\!bg-orgbrain-form-background\/45 {
  background-color: rgb(242 247 248 / 0.45) !important;
}
.\!bg-orgbrain-form-background\/5 {
  background-color: rgb(242 247 248 / 0.05) !important;
}
.\!bg-orgbrain-form-background\/50 {
  background-color: rgb(242 247 248 / 0.5) !important;
}
.\!bg-orgbrain-form-background\/55 {
  background-color: rgb(242 247 248 / 0.55) !important;
}
.\!bg-orgbrain-form-background\/60 {
  background-color: rgb(242 247 248 / 0.6) !important;
}
.\!bg-orgbrain-form-background\/65 {
  background-color: rgb(242 247 248 / 0.65) !important;
}
.\!bg-orgbrain-form-background\/70 {
  background-color: rgb(242 247 248 / 0.7) !important;
}
.\!bg-orgbrain-form-background\/75 {
  background-color: rgb(242 247 248 / 0.75) !important;
}
.\!bg-orgbrain-form-background\/80 {
  background-color: rgb(242 247 248 / 0.8) !important;
}
.\!bg-orgbrain-form-background\/85 {
  background-color: rgb(242 247 248 / 0.85) !important;
}
.\!bg-orgbrain-form-background\/90 {
  background-color: rgb(242 247 248 / 0.9) !important;
}
.\!bg-orgbrain-form-background\/95 {
  background-color: rgb(242 247 248 / 0.95) !important;
}
.\!bg-orgbrain-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(84 110 122 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-gray-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(132 157 188 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-gray-blue\/0 {
  background-color: rgb(132 157 188 / 0) !important;
}
.\!bg-orgbrain-gray-blue\/10 {
  background-color: rgb(132 157 188 / 0.1) !important;
}
.\!bg-orgbrain-gray-blue\/100 {
  background-color: rgb(132 157 188 / 1) !important;
}
.\!bg-orgbrain-gray-blue\/15 {
  background-color: rgb(132 157 188 / 0.15) !important;
}
.\!bg-orgbrain-gray-blue\/20 {
  background-color: rgb(132 157 188 / 0.2) !important;
}
.\!bg-orgbrain-gray-blue\/25 {
  background-color: rgb(132 157 188 / 0.25) !important;
}
.\!bg-orgbrain-gray-blue\/30 {
  background-color: rgb(132 157 188 / 0.3) !important;
}
.\!bg-orgbrain-gray-blue\/35 {
  background-color: rgb(132 157 188 / 0.35) !important;
}
.\!bg-orgbrain-gray-blue\/40 {
  background-color: rgb(132 157 188 / 0.4) !important;
}
.\!bg-orgbrain-gray-blue\/45 {
  background-color: rgb(132 157 188 / 0.45) !important;
}
.\!bg-orgbrain-gray-blue\/5 {
  background-color: rgb(132 157 188 / 0.05) !important;
}
.\!bg-orgbrain-gray-blue\/50 {
  background-color: rgb(132 157 188 / 0.5) !important;
}
.\!bg-orgbrain-gray-blue\/55 {
  background-color: rgb(132 157 188 / 0.55) !important;
}
.\!bg-orgbrain-gray-blue\/60 {
  background-color: rgb(132 157 188 / 0.6) !important;
}
.\!bg-orgbrain-gray-blue\/65 {
  background-color: rgb(132 157 188 / 0.65) !important;
}
.\!bg-orgbrain-gray-blue\/70 {
  background-color: rgb(132 157 188 / 0.7) !important;
}
.\!bg-orgbrain-gray-blue\/75 {
  background-color: rgb(132 157 188 / 0.75) !important;
}
.\!bg-orgbrain-gray-blue\/80 {
  background-color: rgb(132 157 188 / 0.8) !important;
}
.\!bg-orgbrain-gray-blue\/85 {
  background-color: rgb(132 157 188 / 0.85) !important;
}
.\!bg-orgbrain-gray-blue\/90 {
  background-color: rgb(132 157 188 / 0.9) !important;
}
.\!bg-orgbrain-gray-blue\/95 {
  background-color: rgb(132 157 188 / 0.95) !important;
}
.\!bg-orgbrain-gray\/0 {
  background-color: rgb(84 110 122 / 0) !important;
}
.\!bg-orgbrain-gray\/10 {
  background-color: rgb(84 110 122 / 0.1) !important;
}
.\!bg-orgbrain-gray\/100 {
  background-color: rgb(84 110 122 / 1) !important;
}
.\!bg-orgbrain-gray\/15 {
  background-color: rgb(84 110 122 / 0.15) !important;
}
.\!bg-orgbrain-gray\/20 {
  background-color: rgb(84 110 122 / 0.2) !important;
}
.\!bg-orgbrain-gray\/25 {
  background-color: rgb(84 110 122 / 0.25) !important;
}
.\!bg-orgbrain-gray\/30 {
  background-color: rgb(84 110 122 / 0.3) !important;
}
.\!bg-orgbrain-gray\/35 {
  background-color: rgb(84 110 122 / 0.35) !important;
}
.\!bg-orgbrain-gray\/40 {
  background-color: rgb(84 110 122 / 0.4) !important;
}
.\!bg-orgbrain-gray\/45 {
  background-color: rgb(84 110 122 / 0.45) !important;
}
.\!bg-orgbrain-gray\/5 {
  background-color: rgb(84 110 122 / 0.05) !important;
}
.\!bg-orgbrain-gray\/50 {
  background-color: rgb(84 110 122 / 0.5) !important;
}
.\!bg-orgbrain-gray\/55 {
  background-color: rgb(84 110 122 / 0.55) !important;
}
.\!bg-orgbrain-gray\/60 {
  background-color: rgb(84 110 122 / 0.6) !important;
}
.\!bg-orgbrain-gray\/65 {
  background-color: rgb(84 110 122 / 0.65) !important;
}
.\!bg-orgbrain-gray\/70 {
  background-color: rgb(84 110 122 / 0.7) !important;
}
.\!bg-orgbrain-gray\/75 {
  background-color: rgb(84 110 122 / 0.75) !important;
}
.\!bg-orgbrain-gray\/80 {
  background-color: rgb(84 110 122 / 0.8) !important;
}
.\!bg-orgbrain-gray\/85 {
  background-color: rgb(84 110 122 / 0.85) !important;
}
.\!bg-orgbrain-gray\/90 {
  background-color: rgb(84 110 122 / 0.9) !important;
}
.\!bg-orgbrain-gray\/95 {
  background-color: rgb(84 110 122 / 0.95) !important;
}
.\!bg-orgbrain-grey-background {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 240 242 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-grey-background\/0 {
  background-color: rgb(238 240 242 / 0) !important;
}
.\!bg-orgbrain-grey-background\/10 {
  background-color: rgb(238 240 242 / 0.1) !important;
}
.\!bg-orgbrain-grey-background\/100 {
  background-color: rgb(238 240 242 / 1) !important;
}
.\!bg-orgbrain-grey-background\/15 {
  background-color: rgb(238 240 242 / 0.15) !important;
}
.\!bg-orgbrain-grey-background\/20 {
  background-color: rgb(238 240 242 / 0.2) !important;
}
.\!bg-orgbrain-grey-background\/25 {
  background-color: rgb(238 240 242 / 0.25) !important;
}
.\!bg-orgbrain-grey-background\/30 {
  background-color: rgb(238 240 242 / 0.3) !important;
}
.\!bg-orgbrain-grey-background\/35 {
  background-color: rgb(238 240 242 / 0.35) !important;
}
.\!bg-orgbrain-grey-background\/40 {
  background-color: rgb(238 240 242 / 0.4) !important;
}
.\!bg-orgbrain-grey-background\/45 {
  background-color: rgb(238 240 242 / 0.45) !important;
}
.\!bg-orgbrain-grey-background\/5 {
  background-color: rgb(238 240 242 / 0.05) !important;
}
.\!bg-orgbrain-grey-background\/50 {
  background-color: rgb(238 240 242 / 0.5) !important;
}
.\!bg-orgbrain-grey-background\/55 {
  background-color: rgb(238 240 242 / 0.55) !important;
}
.\!bg-orgbrain-grey-background\/60 {
  background-color: rgb(238 240 242 / 0.6) !important;
}
.\!bg-orgbrain-grey-background\/65 {
  background-color: rgb(238 240 242 / 0.65) !important;
}
.\!bg-orgbrain-grey-background\/70 {
  background-color: rgb(238 240 242 / 0.7) !important;
}
.\!bg-orgbrain-grey-background\/75 {
  background-color: rgb(238 240 242 / 0.75) !important;
}
.\!bg-orgbrain-grey-background\/80 {
  background-color: rgb(238 240 242 / 0.8) !important;
}
.\!bg-orgbrain-grey-background\/85 {
  background-color: rgb(238 240 242 / 0.85) !important;
}
.\!bg-orgbrain-grey-background\/90 {
  background-color: rgb(238 240 242 / 0.9) !important;
}
.\!bg-orgbrain-grey-background\/95 {
  background-color: rgb(238 240 242 / 0.95) !important;
}
.\!bg-orgbrain-hover-background {
  background-color: #0000000a !important;
}
.\!bg-orgbrain-hover-background\/0 {
  background-color: rgb(0 0 0 / 0) !important;
}
.\!bg-orgbrain-hover-background\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}
.\!bg-orgbrain-hover-background\/100 {
  background-color: rgb(0 0 0 / 1) !important;
}
.\!bg-orgbrain-hover-background\/15 {
  background-color: rgb(0 0 0 / 0.15) !important;
}
.\!bg-orgbrain-hover-background\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}
.\!bg-orgbrain-hover-background\/25 {
  background-color: rgb(0 0 0 / 0.25) !important;
}
.\!bg-orgbrain-hover-background\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}
.\!bg-orgbrain-hover-background\/35 {
  background-color: rgb(0 0 0 / 0.35) !important;
}
.\!bg-orgbrain-hover-background\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}
.\!bg-orgbrain-hover-background\/45 {
  background-color: rgb(0 0 0 / 0.45) !important;
}
.\!bg-orgbrain-hover-background\/5 {
  background-color: rgb(0 0 0 / 0.05) !important;
}
.\!bg-orgbrain-hover-background\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}
.\!bg-orgbrain-hover-background\/55 {
  background-color: rgb(0 0 0 / 0.55) !important;
}
.\!bg-orgbrain-hover-background\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}
.\!bg-orgbrain-hover-background\/65 {
  background-color: rgb(0 0 0 / 0.65) !important;
}
.\!bg-orgbrain-hover-background\/70 {
  background-color: rgb(0 0 0 / 0.7) !important;
}
.\!bg-orgbrain-hover-background\/75 {
  background-color: rgb(0 0 0 / 0.75) !important;
}
.\!bg-orgbrain-hover-background\/80 {
  background-color: rgb(0 0 0 / 0.8) !important;
}
.\!bg-orgbrain-hover-background\/85 {
  background-color: rgb(0 0 0 / 0.85) !important;
}
.\!bg-orgbrain-hover-background\/90 {
  background-color: rgb(0 0 0 / 0.9) !important;
}
.\!bg-orgbrain-hover-background\/95 {
  background-color: rgb(0 0 0 / 0.95) !important;
}
.\!bg-orgbrain-investments {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(95 122 197 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-investments\/0 {
  background-color: rgb(95 122 197 / 0) !important;
}
.\!bg-orgbrain-investments\/10 {
  background-color: rgb(95 122 197 / 0.1) !important;
}
.\!bg-orgbrain-investments\/100 {
  background-color: rgb(95 122 197 / 1) !important;
}
.\!bg-orgbrain-investments\/15 {
  background-color: rgb(95 122 197 / 0.15) !important;
}
.\!bg-orgbrain-investments\/20 {
  background-color: rgb(95 122 197 / 0.2) !important;
}
.\!bg-orgbrain-investments\/25 {
  background-color: rgb(95 122 197 / 0.25) !important;
}
.\!bg-orgbrain-investments\/30 {
  background-color: rgb(95 122 197 / 0.3) !important;
}
.\!bg-orgbrain-investments\/35 {
  background-color: rgb(95 122 197 / 0.35) !important;
}
.\!bg-orgbrain-investments\/40 {
  background-color: rgb(95 122 197 / 0.4) !important;
}
.\!bg-orgbrain-investments\/45 {
  background-color: rgb(95 122 197 / 0.45) !important;
}
.\!bg-orgbrain-investments\/5 {
  background-color: rgb(95 122 197 / 0.05) !important;
}
.\!bg-orgbrain-investments\/50 {
  background-color: rgb(95 122 197 / 0.5) !important;
}
.\!bg-orgbrain-investments\/55 {
  background-color: rgb(95 122 197 / 0.55) !important;
}
.\!bg-orgbrain-investments\/60 {
  background-color: rgb(95 122 197 / 0.6) !important;
}
.\!bg-orgbrain-investments\/65 {
  background-color: rgb(95 122 197 / 0.65) !important;
}
.\!bg-orgbrain-investments\/70 {
  background-color: rgb(95 122 197 / 0.7) !important;
}
.\!bg-orgbrain-investments\/75 {
  background-color: rgb(95 122 197 / 0.75) !important;
}
.\!bg-orgbrain-investments\/80 {
  background-color: rgb(95 122 197 / 0.8) !important;
}
.\!bg-orgbrain-investments\/85 {
  background-color: rgb(95 122 197 / 0.85) !important;
}
.\!bg-orgbrain-investments\/90 {
  background-color: rgb(95 122 197 / 0.9) !important;
}
.\!bg-orgbrain-investments\/95 {
  background-color: rgb(95 122 197 / 0.95) !important;
}
.\!bg-orgbrain-light-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 234 237 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-light-blue-background {
  background-color: #0097A71A !important;
}
.\!bg-orgbrain-light-blue-background\/0 {
  background-color: rgb(0 151 167 / 0) !important;
}
.\!bg-orgbrain-light-blue-background\/10 {
  background-color: rgb(0 151 167 / 0.1) !important;
}
.\!bg-orgbrain-light-blue-background\/100 {
  background-color: rgb(0 151 167 / 1) !important;
}
.\!bg-orgbrain-light-blue-background\/15 {
  background-color: rgb(0 151 167 / 0.15) !important;
}
.\!bg-orgbrain-light-blue-background\/20 {
  background-color: rgb(0 151 167 / 0.2) !important;
}
.\!bg-orgbrain-light-blue-background\/25 {
  background-color: rgb(0 151 167 / 0.25) !important;
}
.\!bg-orgbrain-light-blue-background\/30 {
  background-color: rgb(0 151 167 / 0.3) !important;
}
.\!bg-orgbrain-light-blue-background\/35 {
  background-color: rgb(0 151 167 / 0.35) !important;
}
.\!bg-orgbrain-light-blue-background\/40 {
  background-color: rgb(0 151 167 / 0.4) !important;
}
.\!bg-orgbrain-light-blue-background\/45 {
  background-color: rgb(0 151 167 / 0.45) !important;
}
.\!bg-orgbrain-light-blue-background\/5 {
  background-color: rgb(0 151 167 / 0.05) !important;
}
.\!bg-orgbrain-light-blue-background\/50 {
  background-color: rgb(0 151 167 / 0.5) !important;
}
.\!bg-orgbrain-light-blue-background\/55 {
  background-color: rgb(0 151 167 / 0.55) !important;
}
.\!bg-orgbrain-light-blue-background\/60 {
  background-color: rgb(0 151 167 / 0.6) !important;
}
.\!bg-orgbrain-light-blue-background\/65 {
  background-color: rgb(0 151 167 / 0.65) !important;
}
.\!bg-orgbrain-light-blue-background\/70 {
  background-color: rgb(0 151 167 / 0.7) !important;
}
.\!bg-orgbrain-light-blue-background\/75 {
  background-color: rgb(0 151 167 / 0.75) !important;
}
.\!bg-orgbrain-light-blue-background\/80 {
  background-color: rgb(0 151 167 / 0.8) !important;
}
.\!bg-orgbrain-light-blue-background\/85 {
  background-color: rgb(0 151 167 / 0.85) !important;
}
.\!bg-orgbrain-light-blue-background\/90 {
  background-color: rgb(0 151 167 / 0.9) !important;
}
.\!bg-orgbrain-light-blue-background\/95 {
  background-color: rgb(0 151 167 / 0.95) !important;
}
.\!bg-orgbrain-light-blue\/0 {
  background-color: rgb(204 234 237 / 0) !important;
}
.\!bg-orgbrain-light-blue\/10 {
  background-color: rgb(204 234 237 / 0.1) !important;
}
.\!bg-orgbrain-light-blue\/100 {
  background-color: rgb(204 234 237 / 1) !important;
}
.\!bg-orgbrain-light-blue\/15 {
  background-color: rgb(204 234 237 / 0.15) !important;
}
.\!bg-orgbrain-light-blue\/20 {
  background-color: rgb(204 234 237 / 0.2) !important;
}
.\!bg-orgbrain-light-blue\/25 {
  background-color: rgb(204 234 237 / 0.25) !important;
}
.\!bg-orgbrain-light-blue\/30 {
  background-color: rgb(204 234 237 / 0.3) !important;
}
.\!bg-orgbrain-light-blue\/35 {
  background-color: rgb(204 234 237 / 0.35) !important;
}
.\!bg-orgbrain-light-blue\/40 {
  background-color: rgb(204 234 237 / 0.4) !important;
}
.\!bg-orgbrain-light-blue\/45 {
  background-color: rgb(204 234 237 / 0.45) !important;
}
.\!bg-orgbrain-light-blue\/5 {
  background-color: rgb(204 234 237 / 0.05) !important;
}
.\!bg-orgbrain-light-blue\/50 {
  background-color: rgb(204 234 237 / 0.5) !important;
}
.\!bg-orgbrain-light-blue\/55 {
  background-color: rgb(204 234 237 / 0.55) !important;
}
.\!bg-orgbrain-light-blue\/60 {
  background-color: rgb(204 234 237 / 0.6) !important;
}
.\!bg-orgbrain-light-blue\/65 {
  background-color: rgb(204 234 237 / 0.65) !important;
}
.\!bg-orgbrain-light-blue\/70 {
  background-color: rgb(204 234 237 / 0.7) !important;
}
.\!bg-orgbrain-light-blue\/75 {
  background-color: rgb(204 234 237 / 0.75) !important;
}
.\!bg-orgbrain-light-blue\/80 {
  background-color: rgb(204 234 237 / 0.8) !important;
}
.\!bg-orgbrain-light-blue\/85 {
  background-color: rgb(204 234 237 / 0.85) !important;
}
.\!bg-orgbrain-light-blue\/90 {
  background-color: rgb(204 234 237 / 0.9) !important;
}
.\!bg-orgbrain-light-blue\/95 {
  background-color: rgb(204 234 237 / 0.95) !important;
}
.\!bg-orgbrain-meetings {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 151 24 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-meetings\/0 {
  background-color: rgb(251 151 24 / 0) !important;
}
.\!bg-orgbrain-meetings\/10 {
  background-color: rgb(251 151 24 / 0.1) !important;
}
.\!bg-orgbrain-meetings\/100 {
  background-color: rgb(251 151 24 / 1) !important;
}
.\!bg-orgbrain-meetings\/15 {
  background-color: rgb(251 151 24 / 0.15) !important;
}
.\!bg-orgbrain-meetings\/20 {
  background-color: rgb(251 151 24 / 0.2) !important;
}
.\!bg-orgbrain-meetings\/25 {
  background-color: rgb(251 151 24 / 0.25) !important;
}
.\!bg-orgbrain-meetings\/30 {
  background-color: rgb(251 151 24 / 0.3) !important;
}
.\!bg-orgbrain-meetings\/35 {
  background-color: rgb(251 151 24 / 0.35) !important;
}
.\!bg-orgbrain-meetings\/40 {
  background-color: rgb(251 151 24 / 0.4) !important;
}
.\!bg-orgbrain-meetings\/45 {
  background-color: rgb(251 151 24 / 0.45) !important;
}
.\!bg-orgbrain-meetings\/5 {
  background-color: rgb(251 151 24 / 0.05) !important;
}
.\!bg-orgbrain-meetings\/50 {
  background-color: rgb(251 151 24 / 0.5) !important;
}
.\!bg-orgbrain-meetings\/55 {
  background-color: rgb(251 151 24 / 0.55) !important;
}
.\!bg-orgbrain-meetings\/60 {
  background-color: rgb(251 151 24 / 0.6) !important;
}
.\!bg-orgbrain-meetings\/65 {
  background-color: rgb(251 151 24 / 0.65) !important;
}
.\!bg-orgbrain-meetings\/70 {
  background-color: rgb(251 151 24 / 0.7) !important;
}
.\!bg-orgbrain-meetings\/75 {
  background-color: rgb(251 151 24 / 0.75) !important;
}
.\!bg-orgbrain-meetings\/80 {
  background-color: rgb(251 151 24 / 0.8) !important;
}
.\!bg-orgbrain-meetings\/85 {
  background-color: rgb(251 151 24 / 0.85) !important;
}
.\!bg-orgbrain-meetings\/90 {
  background-color: rgb(251 151 24 / 0.9) !important;
}
.\!bg-orgbrain-meetings\/95 {
  background-color: rgb(251 151 24 / 0.95) !important;
}
.\!bg-orgbrain-orange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 124 0 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-orange-background {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 245 235 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-orange-background\/0 {
  background-color: rgb(254 245 235 / 0) !important;
}
.\!bg-orgbrain-orange-background\/10 {
  background-color: rgb(254 245 235 / 0.1) !important;
}
.\!bg-orgbrain-orange-background\/100 {
  background-color: rgb(254 245 235 / 1) !important;
}
.\!bg-orgbrain-orange-background\/15 {
  background-color: rgb(254 245 235 / 0.15) !important;
}
.\!bg-orgbrain-orange-background\/20 {
  background-color: rgb(254 245 235 / 0.2) !important;
}
.\!bg-orgbrain-orange-background\/25 {
  background-color: rgb(254 245 235 / 0.25) !important;
}
.\!bg-orgbrain-orange-background\/30 {
  background-color: rgb(254 245 235 / 0.3) !important;
}
.\!bg-orgbrain-orange-background\/35 {
  background-color: rgb(254 245 235 / 0.35) !important;
}
.\!bg-orgbrain-orange-background\/40 {
  background-color: rgb(254 245 235 / 0.4) !important;
}
.\!bg-orgbrain-orange-background\/45 {
  background-color: rgb(254 245 235 / 0.45) !important;
}
.\!bg-orgbrain-orange-background\/5 {
  background-color: rgb(254 245 235 / 0.05) !important;
}
.\!bg-orgbrain-orange-background\/50 {
  background-color: rgb(254 245 235 / 0.5) !important;
}
.\!bg-orgbrain-orange-background\/55 {
  background-color: rgb(254 245 235 / 0.55) !important;
}
.\!bg-orgbrain-orange-background\/60 {
  background-color: rgb(254 245 235 / 0.6) !important;
}
.\!bg-orgbrain-orange-background\/65 {
  background-color: rgb(254 245 235 / 0.65) !important;
}
.\!bg-orgbrain-orange-background\/70 {
  background-color: rgb(254 245 235 / 0.7) !important;
}
.\!bg-orgbrain-orange-background\/75 {
  background-color: rgb(254 245 235 / 0.75) !important;
}
.\!bg-orgbrain-orange-background\/80 {
  background-color: rgb(254 245 235 / 0.8) !important;
}
.\!bg-orgbrain-orange-background\/85 {
  background-color: rgb(254 245 235 / 0.85) !important;
}
.\!bg-orgbrain-orange-background\/90 {
  background-color: rgb(254 245 235 / 0.9) !important;
}
.\!bg-orgbrain-orange-background\/95 {
  background-color: rgb(254 245 235 / 0.95) !important;
}
.\!bg-orgbrain-orange\/0 {
  background-color: rgb(245 124 0 / 0) !important;
}
.\!bg-orgbrain-orange\/10 {
  background-color: rgb(245 124 0 / 0.1) !important;
}
.\!bg-orgbrain-orange\/100 {
  background-color: rgb(245 124 0 / 1) !important;
}
.\!bg-orgbrain-orange\/15 {
  background-color: rgb(245 124 0 / 0.15) !important;
}
.\!bg-orgbrain-orange\/20 {
  background-color: rgb(245 124 0 / 0.2) !important;
}
.\!bg-orgbrain-orange\/25 {
  background-color: rgb(245 124 0 / 0.25) !important;
}
.\!bg-orgbrain-orange\/30 {
  background-color: rgb(245 124 0 / 0.3) !important;
}
.\!bg-orgbrain-orange\/35 {
  background-color: rgb(245 124 0 / 0.35) !important;
}
.\!bg-orgbrain-orange\/40 {
  background-color: rgb(245 124 0 / 0.4) !important;
}
.\!bg-orgbrain-orange\/45 {
  background-color: rgb(245 124 0 / 0.45) !important;
}
.\!bg-orgbrain-orange\/5 {
  background-color: rgb(245 124 0 / 0.05) !important;
}
.\!bg-orgbrain-orange\/50 {
  background-color: rgb(245 124 0 / 0.5) !important;
}
.\!bg-orgbrain-orange\/55 {
  background-color: rgb(245 124 0 / 0.55) !important;
}
.\!bg-orgbrain-orange\/60 {
  background-color: rgb(245 124 0 / 0.6) !important;
}
.\!bg-orgbrain-orange\/65 {
  background-color: rgb(245 124 0 / 0.65) !important;
}
.\!bg-orgbrain-orange\/70 {
  background-color: rgb(245 124 0 / 0.7) !important;
}
.\!bg-orgbrain-orange\/75 {
  background-color: rgb(245 124 0 / 0.75) !important;
}
.\!bg-orgbrain-orange\/80 {
  background-color: rgb(245 124 0 / 0.8) !important;
}
.\!bg-orgbrain-orange\/85 {
  background-color: rgb(245 124 0 / 0.85) !important;
}
.\!bg-orgbrain-orange\/90 {
  background-color: rgb(245 124 0 / 0.9) !important;
}
.\!bg-orgbrain-orange\/95 {
  background-color: rgb(245 124 0 / 0.95) !important;
}
.\!bg-orgbrain-organization {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(86 195 184 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-organization\/0 {
  background-color: rgb(86 195 184 / 0) !important;
}
.\!bg-orgbrain-organization\/10 {
  background-color: rgb(86 195 184 / 0.1) !important;
}
.\!bg-orgbrain-organization\/100 {
  background-color: rgb(86 195 184 / 1) !important;
}
.\!bg-orgbrain-organization\/15 {
  background-color: rgb(86 195 184 / 0.15) !important;
}
.\!bg-orgbrain-organization\/20 {
  background-color: rgb(86 195 184 / 0.2) !important;
}
.\!bg-orgbrain-organization\/25 {
  background-color: rgb(86 195 184 / 0.25) !important;
}
.\!bg-orgbrain-organization\/30 {
  background-color: rgb(86 195 184 / 0.3) !important;
}
.\!bg-orgbrain-organization\/35 {
  background-color: rgb(86 195 184 / 0.35) !important;
}
.\!bg-orgbrain-organization\/40 {
  background-color: rgb(86 195 184 / 0.4) !important;
}
.\!bg-orgbrain-organization\/45 {
  background-color: rgb(86 195 184 / 0.45) !important;
}
.\!bg-orgbrain-organization\/5 {
  background-color: rgb(86 195 184 / 0.05) !important;
}
.\!bg-orgbrain-organization\/50 {
  background-color: rgb(86 195 184 / 0.5) !important;
}
.\!bg-orgbrain-organization\/55 {
  background-color: rgb(86 195 184 / 0.55) !important;
}
.\!bg-orgbrain-organization\/60 {
  background-color: rgb(86 195 184 / 0.6) !important;
}
.\!bg-orgbrain-organization\/65 {
  background-color: rgb(86 195 184 / 0.65) !important;
}
.\!bg-orgbrain-organization\/70 {
  background-color: rgb(86 195 184 / 0.7) !important;
}
.\!bg-orgbrain-organization\/75 {
  background-color: rgb(86 195 184 / 0.75) !important;
}
.\!bg-orgbrain-organization\/80 {
  background-color: rgb(86 195 184 / 0.8) !important;
}
.\!bg-orgbrain-organization\/85 {
  background-color: rgb(86 195 184 / 0.85) !important;
}
.\!bg-orgbrain-organization\/90 {
  background-color: rgb(86 195 184 / 0.9) !important;
}
.\!bg-orgbrain-organization\/95 {
  background-color: rgb(86 195 184 / 0.95) !important;
}
.\!bg-orgbrain-plan-color {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 107 190 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-plan-color\/0 {
  background-color: rgb(77 107 190 / 0) !important;
}
.\!bg-orgbrain-plan-color\/10 {
  background-color: rgb(77 107 190 / 0.1) !important;
}
.\!bg-orgbrain-plan-color\/100 {
  background-color: rgb(77 107 190 / 1) !important;
}
.\!bg-orgbrain-plan-color\/15 {
  background-color: rgb(77 107 190 / 0.15) !important;
}
.\!bg-orgbrain-plan-color\/20 {
  background-color: rgb(77 107 190 / 0.2) !important;
}
.\!bg-orgbrain-plan-color\/25 {
  background-color: rgb(77 107 190 / 0.25) !important;
}
.\!bg-orgbrain-plan-color\/30 {
  background-color: rgb(77 107 190 / 0.3) !important;
}
.\!bg-orgbrain-plan-color\/35 {
  background-color: rgb(77 107 190 / 0.35) !important;
}
.\!bg-orgbrain-plan-color\/40 {
  background-color: rgb(77 107 190 / 0.4) !important;
}
.\!bg-orgbrain-plan-color\/45 {
  background-color: rgb(77 107 190 / 0.45) !important;
}
.\!bg-orgbrain-plan-color\/5 {
  background-color: rgb(77 107 190 / 0.05) !important;
}
.\!bg-orgbrain-plan-color\/50 {
  background-color: rgb(77 107 190 / 0.5) !important;
}
.\!bg-orgbrain-plan-color\/55 {
  background-color: rgb(77 107 190 / 0.55) !important;
}
.\!bg-orgbrain-plan-color\/60 {
  background-color: rgb(77 107 190 / 0.6) !important;
}
.\!bg-orgbrain-plan-color\/65 {
  background-color: rgb(77 107 190 / 0.65) !important;
}
.\!bg-orgbrain-plan-color\/70 {
  background-color: rgb(77 107 190 / 0.7) !important;
}
.\!bg-orgbrain-plan-color\/75 {
  background-color: rgb(77 107 190 / 0.75) !important;
}
.\!bg-orgbrain-plan-color\/80 {
  background-color: rgb(77 107 190 / 0.8) !important;
}
.\!bg-orgbrain-plan-color\/85 {
  background-color: rgb(77 107 190 / 0.85) !important;
}
.\!bg-orgbrain-plan-color\/90 {
  background-color: rgb(77 107 190 / 0.9) !important;
}
.\!bg-orgbrain-plan-color\/95 {
  background-color: rgb(77 107 190 / 0.95) !important;
}
.\!bg-orgbrain-purple {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(139 95 152 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-purple\/0 {
  background-color: rgb(139 95 152 / 0) !important;
}
.\!bg-orgbrain-purple\/10 {
  background-color: rgb(139 95 152 / 0.1) !important;
}
.\!bg-orgbrain-purple\/100 {
  background-color: rgb(139 95 152 / 1) !important;
}
.\!bg-orgbrain-purple\/15 {
  background-color: rgb(139 95 152 / 0.15) !important;
}
.\!bg-orgbrain-purple\/20 {
  background-color: rgb(139 95 152 / 0.2) !important;
}
.\!bg-orgbrain-purple\/25 {
  background-color: rgb(139 95 152 / 0.25) !important;
}
.\!bg-orgbrain-purple\/30 {
  background-color: rgb(139 95 152 / 0.3) !important;
}
.\!bg-orgbrain-purple\/35 {
  background-color: rgb(139 95 152 / 0.35) !important;
}
.\!bg-orgbrain-purple\/40 {
  background-color: rgb(139 95 152 / 0.4) !important;
}
.\!bg-orgbrain-purple\/45 {
  background-color: rgb(139 95 152 / 0.45) !important;
}
.\!bg-orgbrain-purple\/5 {
  background-color: rgb(139 95 152 / 0.05) !important;
}
.\!bg-orgbrain-purple\/50 {
  background-color: rgb(139 95 152 / 0.5) !important;
}
.\!bg-orgbrain-purple\/55 {
  background-color: rgb(139 95 152 / 0.55) !important;
}
.\!bg-orgbrain-purple\/60 {
  background-color: rgb(139 95 152 / 0.6) !important;
}
.\!bg-orgbrain-purple\/65 {
  background-color: rgb(139 95 152 / 0.65) !important;
}
.\!bg-orgbrain-purple\/70 {
  background-color: rgb(139 95 152 / 0.7) !important;
}
.\!bg-orgbrain-purple\/75 {
  background-color: rgb(139 95 152 / 0.75) !important;
}
.\!bg-orgbrain-purple\/80 {
  background-color: rgb(139 95 152 / 0.8) !important;
}
.\!bg-orgbrain-purple\/85 {
  background-color: rgb(139 95 152 / 0.85) !important;
}
.\!bg-orgbrain-purple\/90 {
  background-color: rgb(139 95 152 / 0.9) !important;
}
.\!bg-orgbrain-purple\/95 {
  background-color: rgb(139 95 152 / 0.95) !important;
}
.\!bg-orgbrain-signatures {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(197 95 127 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-signatures\/0 {
  background-color: rgb(197 95 127 / 0) !important;
}
.\!bg-orgbrain-signatures\/10 {
  background-color: rgb(197 95 127 / 0.1) !important;
}
.\!bg-orgbrain-signatures\/100 {
  background-color: rgb(197 95 127 / 1) !important;
}
.\!bg-orgbrain-signatures\/15 {
  background-color: rgb(197 95 127 / 0.15) !important;
}
.\!bg-orgbrain-signatures\/20 {
  background-color: rgb(197 95 127 / 0.2) !important;
}
.\!bg-orgbrain-signatures\/25 {
  background-color: rgb(197 95 127 / 0.25) !important;
}
.\!bg-orgbrain-signatures\/30 {
  background-color: rgb(197 95 127 / 0.3) !important;
}
.\!bg-orgbrain-signatures\/35 {
  background-color: rgb(197 95 127 / 0.35) !important;
}
.\!bg-orgbrain-signatures\/40 {
  background-color: rgb(197 95 127 / 0.4) !important;
}
.\!bg-orgbrain-signatures\/45 {
  background-color: rgb(197 95 127 / 0.45) !important;
}
.\!bg-orgbrain-signatures\/5 {
  background-color: rgb(197 95 127 / 0.05) !important;
}
.\!bg-orgbrain-signatures\/50 {
  background-color: rgb(197 95 127 / 0.5) !important;
}
.\!bg-orgbrain-signatures\/55 {
  background-color: rgb(197 95 127 / 0.55) !important;
}
.\!bg-orgbrain-signatures\/60 {
  background-color: rgb(197 95 127 / 0.6) !important;
}
.\!bg-orgbrain-signatures\/65 {
  background-color: rgb(197 95 127 / 0.65) !important;
}
.\!bg-orgbrain-signatures\/70 {
  background-color: rgb(197 95 127 / 0.7) !important;
}
.\!bg-orgbrain-signatures\/75 {
  background-color: rgb(197 95 127 / 0.75) !important;
}
.\!bg-orgbrain-signatures\/80 {
  background-color: rgb(197 95 127 / 0.8) !important;
}
.\!bg-orgbrain-signatures\/85 {
  background-color: rgb(197 95 127 / 0.85) !important;
}
.\!bg-orgbrain-signatures\/90 {
  background-color: rgb(197 95 127 / 0.9) !important;
}
.\!bg-orgbrain-signatures\/95 {
  background-color: rgb(197 95 127 / 0.95) !important;
}
.\!bg-orgbrain-surveys {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(222 109 109 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-surveys\/0 {
  background-color: rgb(222 109 109 / 0) !important;
}
.\!bg-orgbrain-surveys\/10 {
  background-color: rgb(222 109 109 / 0.1) !important;
}
.\!bg-orgbrain-surveys\/100 {
  background-color: rgb(222 109 109 / 1) !important;
}
.\!bg-orgbrain-surveys\/15 {
  background-color: rgb(222 109 109 / 0.15) !important;
}
.\!bg-orgbrain-surveys\/20 {
  background-color: rgb(222 109 109 / 0.2) !important;
}
.\!bg-orgbrain-surveys\/25 {
  background-color: rgb(222 109 109 / 0.25) !important;
}
.\!bg-orgbrain-surveys\/30 {
  background-color: rgb(222 109 109 / 0.3) !important;
}
.\!bg-orgbrain-surveys\/35 {
  background-color: rgb(222 109 109 / 0.35) !important;
}
.\!bg-orgbrain-surveys\/40 {
  background-color: rgb(222 109 109 / 0.4) !important;
}
.\!bg-orgbrain-surveys\/45 {
  background-color: rgb(222 109 109 / 0.45) !important;
}
.\!bg-orgbrain-surveys\/5 {
  background-color: rgb(222 109 109 / 0.05) !important;
}
.\!bg-orgbrain-surveys\/50 {
  background-color: rgb(222 109 109 / 0.5) !important;
}
.\!bg-orgbrain-surveys\/55 {
  background-color: rgb(222 109 109 / 0.55) !important;
}
.\!bg-orgbrain-surveys\/60 {
  background-color: rgb(222 109 109 / 0.6) !important;
}
.\!bg-orgbrain-surveys\/65 {
  background-color: rgb(222 109 109 / 0.65) !important;
}
.\!bg-orgbrain-surveys\/70 {
  background-color: rgb(222 109 109 / 0.7) !important;
}
.\!bg-orgbrain-surveys\/75 {
  background-color: rgb(222 109 109 / 0.75) !important;
}
.\!bg-orgbrain-surveys\/80 {
  background-color: rgb(222 109 109 / 0.8) !important;
}
.\!bg-orgbrain-surveys\/85 {
  background-color: rgb(222 109 109 / 0.85) !important;
}
.\!bg-orgbrain-surveys\/90 {
  background-color: rgb(222 109 109 / 0.9) !important;
}
.\!bg-orgbrain-surveys\/95 {
  background-color: rgb(222 109 109 / 0.95) !important;
}
.\!bg-orgbrain-tasks {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-tasks\/0 {
  background-color: rgb(186 68 68 / 0) !important;
}
.\!bg-orgbrain-tasks\/10 {
  background-color: rgb(186 68 68 / 0.1) !important;
}
.\!bg-orgbrain-tasks\/100 {
  background-color: rgb(186 68 68 / 1) !important;
}
.\!bg-orgbrain-tasks\/15 {
  background-color: rgb(186 68 68 / 0.15) !important;
}
.\!bg-orgbrain-tasks\/20 {
  background-color: rgb(186 68 68 / 0.2) !important;
}
.\!bg-orgbrain-tasks\/25 {
  background-color: rgb(186 68 68 / 0.25) !important;
}
.\!bg-orgbrain-tasks\/30 {
  background-color: rgb(186 68 68 / 0.3) !important;
}
.\!bg-orgbrain-tasks\/35 {
  background-color: rgb(186 68 68 / 0.35) !important;
}
.\!bg-orgbrain-tasks\/40 {
  background-color: rgb(186 68 68 / 0.4) !important;
}
.\!bg-orgbrain-tasks\/45 {
  background-color: rgb(186 68 68 / 0.45) !important;
}
.\!bg-orgbrain-tasks\/5 {
  background-color: rgb(186 68 68 / 0.05) !important;
}
.\!bg-orgbrain-tasks\/50 {
  background-color: rgb(186 68 68 / 0.5) !important;
}
.\!bg-orgbrain-tasks\/55 {
  background-color: rgb(186 68 68 / 0.55) !important;
}
.\!bg-orgbrain-tasks\/60 {
  background-color: rgb(186 68 68 / 0.6) !important;
}
.\!bg-orgbrain-tasks\/65 {
  background-color: rgb(186 68 68 / 0.65) !important;
}
.\!bg-orgbrain-tasks\/70 {
  background-color: rgb(186 68 68 / 0.7) !important;
}
.\!bg-orgbrain-tasks\/75 {
  background-color: rgb(186 68 68 / 0.75) !important;
}
.\!bg-orgbrain-tasks\/80 {
  background-color: rgb(186 68 68 / 0.8) !important;
}
.\!bg-orgbrain-tasks\/85 {
  background-color: rgb(186 68 68 / 0.85) !important;
}
.\!bg-orgbrain-tasks\/90 {
  background-color: rgb(186 68 68 / 0.9) !important;
}
.\!bg-orgbrain-tasks\/95 {
  background-color: rgb(186 68 68 / 0.95) !important;
}
.\!bg-orgbrain-text {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 51 64 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-text\/0 {
  background-color: rgb(18 51 64 / 0) !important;
}
.\!bg-orgbrain-text\/10 {
  background-color: rgb(18 51 64 / 0.1) !important;
}
.\!bg-orgbrain-text\/100 {
  background-color: rgb(18 51 64 / 1) !important;
}
.\!bg-orgbrain-text\/15 {
  background-color: rgb(18 51 64 / 0.15) !important;
}
.\!bg-orgbrain-text\/20 {
  background-color: rgb(18 51 64 / 0.2) !important;
}
.\!bg-orgbrain-text\/25 {
  background-color: rgb(18 51 64 / 0.25) !important;
}
.\!bg-orgbrain-text\/30 {
  background-color: rgb(18 51 64 / 0.3) !important;
}
.\!bg-orgbrain-text\/35 {
  background-color: rgb(18 51 64 / 0.35) !important;
}
.\!bg-orgbrain-text\/40 {
  background-color: rgb(18 51 64 / 0.4) !important;
}
.\!bg-orgbrain-text\/45 {
  background-color: rgb(18 51 64 / 0.45) !important;
}
.\!bg-orgbrain-text\/5 {
  background-color: rgb(18 51 64 / 0.05) !important;
}
.\!bg-orgbrain-text\/50 {
  background-color: rgb(18 51 64 / 0.5) !important;
}
.\!bg-orgbrain-text\/55 {
  background-color: rgb(18 51 64 / 0.55) !important;
}
.\!bg-orgbrain-text\/60 {
  background-color: rgb(18 51 64 / 0.6) !important;
}
.\!bg-orgbrain-text\/65 {
  background-color: rgb(18 51 64 / 0.65) !important;
}
.\!bg-orgbrain-text\/70 {
  background-color: rgb(18 51 64 / 0.7) !important;
}
.\!bg-orgbrain-text\/75 {
  background-color: rgb(18 51 64 / 0.75) !important;
}
.\!bg-orgbrain-text\/80 {
  background-color: rgb(18 51 64 / 0.8) !important;
}
.\!bg-orgbrain-text\/85 {
  background-color: rgb(18 51 64 / 0.85) !important;
}
.\!bg-orgbrain-text\/90 {
  background-color: rgb(18 51 64 / 0.9) !important;
}
.\!bg-orgbrain-text\/95 {
  background-color: rgb(18 51 64 / 0.95) !important;
}
.\!bg-orgbrain-warning {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 60 17 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-warning-background {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 243 205 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-warning-background\/0 {
  background-color: rgb(255 243 205 / 0) !important;
}
.\!bg-orgbrain-warning-background\/10 {
  background-color: rgb(255 243 205 / 0.1) !important;
}
.\!bg-orgbrain-warning-background\/100 {
  background-color: rgb(255 243 205 / 1) !important;
}
.\!bg-orgbrain-warning-background\/15 {
  background-color: rgb(255 243 205 / 0.15) !important;
}
.\!bg-orgbrain-warning-background\/20 {
  background-color: rgb(255 243 205 / 0.2) !important;
}
.\!bg-orgbrain-warning-background\/25 {
  background-color: rgb(255 243 205 / 0.25) !important;
}
.\!bg-orgbrain-warning-background\/30 {
  background-color: rgb(255 243 205 / 0.3) !important;
}
.\!bg-orgbrain-warning-background\/35 {
  background-color: rgb(255 243 205 / 0.35) !important;
}
.\!bg-orgbrain-warning-background\/40 {
  background-color: rgb(255 243 205 / 0.4) !important;
}
.\!bg-orgbrain-warning-background\/45 {
  background-color: rgb(255 243 205 / 0.45) !important;
}
.\!bg-orgbrain-warning-background\/5 {
  background-color: rgb(255 243 205 / 0.05) !important;
}
.\!bg-orgbrain-warning-background\/50 {
  background-color: rgb(255 243 205 / 0.5) !important;
}
.\!bg-orgbrain-warning-background\/55 {
  background-color: rgb(255 243 205 / 0.55) !important;
}
.\!bg-orgbrain-warning-background\/60 {
  background-color: rgb(255 243 205 / 0.6) !important;
}
.\!bg-orgbrain-warning-background\/65 {
  background-color: rgb(255 243 205 / 0.65) !important;
}
.\!bg-orgbrain-warning-background\/70 {
  background-color: rgb(255 243 205 / 0.7) !important;
}
.\!bg-orgbrain-warning-background\/75 {
  background-color: rgb(255 243 205 / 0.75) !important;
}
.\!bg-orgbrain-warning-background\/80 {
  background-color: rgb(255 243 205 / 0.8) !important;
}
.\!bg-orgbrain-warning-background\/85 {
  background-color: rgb(255 243 205 / 0.85) !important;
}
.\!bg-orgbrain-warning-background\/90 {
  background-color: rgb(255 243 205 / 0.9) !important;
}
.\!bg-orgbrain-warning-background\/95 {
  background-color: rgb(255 243 205 / 0.95) !important;
}
.\!bg-orgbrain-warning\/0 {
  background-color: rgb(199 60 17 / 0) !important;
}
.\!bg-orgbrain-warning\/10 {
  background-color: rgb(199 60 17 / 0.1) !important;
}
.\!bg-orgbrain-warning\/100 {
  background-color: rgb(199 60 17 / 1) !important;
}
.\!bg-orgbrain-warning\/15 {
  background-color: rgb(199 60 17 / 0.15) !important;
}
.\!bg-orgbrain-warning\/20 {
  background-color: rgb(199 60 17 / 0.2) !important;
}
.\!bg-orgbrain-warning\/25 {
  background-color: rgb(199 60 17 / 0.25) !important;
}
.\!bg-orgbrain-warning\/30 {
  background-color: rgb(199 60 17 / 0.3) !important;
}
.\!bg-orgbrain-warning\/35 {
  background-color: rgb(199 60 17 / 0.35) !important;
}
.\!bg-orgbrain-warning\/40 {
  background-color: rgb(199 60 17 / 0.4) !important;
}
.\!bg-orgbrain-warning\/45 {
  background-color: rgb(199 60 17 / 0.45) !important;
}
.\!bg-orgbrain-warning\/5 {
  background-color: rgb(199 60 17 / 0.05) !important;
}
.\!bg-orgbrain-warning\/50 {
  background-color: rgb(199 60 17 / 0.5) !important;
}
.\!bg-orgbrain-warning\/55 {
  background-color: rgb(199 60 17 / 0.55) !important;
}
.\!bg-orgbrain-warning\/60 {
  background-color: rgb(199 60 17 / 0.6) !important;
}
.\!bg-orgbrain-warning\/65 {
  background-color: rgb(199 60 17 / 0.65) !important;
}
.\!bg-orgbrain-warning\/70 {
  background-color: rgb(199 60 17 / 0.7) !important;
}
.\!bg-orgbrain-warning\/75 {
  background-color: rgb(199 60 17 / 0.75) !important;
}
.\!bg-orgbrain-warning\/80 {
  background-color: rgb(199 60 17 / 0.8) !important;
}
.\!bg-orgbrain-warning\/85 {
  background-color: rgb(199 60 17 / 0.85) !important;
}
.\!bg-orgbrain-warning\/90 {
  background-color: rgb(199 60 17 / 0.9) !important;
}
.\!bg-orgbrain-warning\/95 {
  background-color: rgb(199 60 17 / 0.95) !important;
}
.\!bg-orgbrain-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 190 77 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-yellow-text {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 147 11 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orgbrain-yellow-text\/0 {
  background-color: rgb(214 147 11 / 0) !important;
}
.\!bg-orgbrain-yellow-text\/10 {
  background-color: rgb(214 147 11 / 0.1) !important;
}
.\!bg-orgbrain-yellow-text\/100 {
  background-color: rgb(214 147 11 / 1) !important;
}
.\!bg-orgbrain-yellow-text\/15 {
  background-color: rgb(214 147 11 / 0.15) !important;
}
.\!bg-orgbrain-yellow-text\/20 {
  background-color: rgb(214 147 11 / 0.2) !important;
}
.\!bg-orgbrain-yellow-text\/25 {
  background-color: rgb(214 147 11 / 0.25) !important;
}
.\!bg-orgbrain-yellow-text\/30 {
  background-color: rgb(214 147 11 / 0.3) !important;
}
.\!bg-orgbrain-yellow-text\/35 {
  background-color: rgb(214 147 11 / 0.35) !important;
}
.\!bg-orgbrain-yellow-text\/40 {
  background-color: rgb(214 147 11 / 0.4) !important;
}
.\!bg-orgbrain-yellow-text\/45 {
  background-color: rgb(214 147 11 / 0.45) !important;
}
.\!bg-orgbrain-yellow-text\/5 {
  background-color: rgb(214 147 11 / 0.05) !important;
}
.\!bg-orgbrain-yellow-text\/50 {
  background-color: rgb(214 147 11 / 0.5) !important;
}
.\!bg-orgbrain-yellow-text\/55 {
  background-color: rgb(214 147 11 / 0.55) !important;
}
.\!bg-orgbrain-yellow-text\/60 {
  background-color: rgb(214 147 11 / 0.6) !important;
}
.\!bg-orgbrain-yellow-text\/65 {
  background-color: rgb(214 147 11 / 0.65) !important;
}
.\!bg-orgbrain-yellow-text\/70 {
  background-color: rgb(214 147 11 / 0.7) !important;
}
.\!bg-orgbrain-yellow-text\/75 {
  background-color: rgb(214 147 11 / 0.75) !important;
}
.\!bg-orgbrain-yellow-text\/80 {
  background-color: rgb(214 147 11 / 0.8) !important;
}
.\!bg-orgbrain-yellow-text\/85 {
  background-color: rgb(214 147 11 / 0.85) !important;
}
.\!bg-orgbrain-yellow-text\/90 {
  background-color: rgb(214 147 11 / 0.9) !important;
}
.\!bg-orgbrain-yellow-text\/95 {
  background-color: rgb(214 147 11 / 0.95) !important;
}
.\!bg-orgbrain-yellow\/0 {
  background-color: rgb(246 190 77 / 0) !important;
}
.\!bg-orgbrain-yellow\/10 {
  background-color: rgb(246 190 77 / 0.1) !important;
}
.\!bg-orgbrain-yellow\/100 {
  background-color: rgb(246 190 77 / 1) !important;
}
.\!bg-orgbrain-yellow\/15 {
  background-color: rgb(246 190 77 / 0.15) !important;
}
.\!bg-orgbrain-yellow\/20 {
  background-color: rgb(246 190 77 / 0.2) !important;
}
.\!bg-orgbrain-yellow\/25 {
  background-color: rgb(246 190 77 / 0.25) !important;
}
.\!bg-orgbrain-yellow\/30 {
  background-color: rgb(246 190 77 / 0.3) !important;
}
.\!bg-orgbrain-yellow\/35 {
  background-color: rgb(246 190 77 / 0.35) !important;
}
.\!bg-orgbrain-yellow\/40 {
  background-color: rgb(246 190 77 / 0.4) !important;
}
.\!bg-orgbrain-yellow\/45 {
  background-color: rgb(246 190 77 / 0.45) !important;
}
.\!bg-orgbrain-yellow\/5 {
  background-color: rgb(246 190 77 / 0.05) !important;
}
.\!bg-orgbrain-yellow\/50 {
  background-color: rgb(246 190 77 / 0.5) !important;
}
.\!bg-orgbrain-yellow\/55 {
  background-color: rgb(246 190 77 / 0.55) !important;
}
.\!bg-orgbrain-yellow\/60 {
  background-color: rgb(246 190 77 / 0.6) !important;
}
.\!bg-orgbrain-yellow\/65 {
  background-color: rgb(246 190 77 / 0.65) !important;
}
.\!bg-orgbrain-yellow\/70 {
  background-color: rgb(246 190 77 / 0.7) !important;
}
.\!bg-orgbrain-yellow\/75 {
  background-color: rgb(246 190 77 / 0.75) !important;
}
.\!bg-orgbrain-yellow\/80 {
  background-color: rgb(246 190 77 / 0.8) !important;
}
.\!bg-orgbrain-yellow\/85 {
  background-color: rgb(246 190 77 / 0.85) !important;
}
.\!bg-orgbrain-yellow\/90 {
  background-color: rgb(246 190 77 / 0.9) !important;
}
.\!bg-orgbrain-yellow\/95 {
  background-color: rgb(246 190 77 / 0.95) !important;
}
.\!bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#0097A7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 167 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F7F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF5722\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 87 34 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-background {
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 243 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-background\/0 {
  background-color: rgb(238 241 243 / 0);
}
.bg-orgbrain-background\/10 {
  background-color: rgb(238 241 243 / 0.1);
}
.bg-orgbrain-background\/100 {
  background-color: rgb(238 241 243 / 1);
}
.bg-orgbrain-background\/15 {
  background-color: rgb(238 241 243 / 0.15);
}
.bg-orgbrain-background\/20 {
  background-color: rgb(238 241 243 / 0.2);
}
.bg-orgbrain-background\/25 {
  background-color: rgb(238 241 243 / 0.25);
}
.bg-orgbrain-background\/30 {
  background-color: rgb(238 241 243 / 0.3);
}
.bg-orgbrain-background\/35 {
  background-color: rgb(238 241 243 / 0.35);
}
.bg-orgbrain-background\/40 {
  background-color: rgb(238 241 243 / 0.4);
}
.bg-orgbrain-background\/45 {
  background-color: rgb(238 241 243 / 0.45);
}
.bg-orgbrain-background\/5 {
  background-color: rgb(238 241 243 / 0.05);
}
.bg-orgbrain-background\/50 {
  background-color: rgb(238 241 243 / 0.5);
}
.bg-orgbrain-background\/55 {
  background-color: rgb(238 241 243 / 0.55);
}
.bg-orgbrain-background\/60 {
  background-color: rgb(238 241 243 / 0.6);
}
.bg-orgbrain-background\/65 {
  background-color: rgb(238 241 243 / 0.65);
}
.bg-orgbrain-background\/70 {
  background-color: rgb(238 241 243 / 0.7);
}
.bg-orgbrain-background\/75 {
  background-color: rgb(238 241 243 / 0.75);
}
.bg-orgbrain-background\/80 {
  background-color: rgb(238 241 243 / 0.8);
}
.bg-orgbrain-background\/85 {
  background-color: rgb(238 241 243 / 0.85);
}
.bg-orgbrain-background\/90 {
  background-color: rgb(238 241 243 / 0.9);
}
.bg-orgbrain-background\/95 {
  background-color: rgb(238 241 243 / 0.95);
}
.bg-orgbrain-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 167 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-blue-background {
  --tw-bg-opacity: 1;
  background-color: rgb(204 234 237 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-blue-background\/0 {
  background-color: rgb(204 234 237 / 0);
}
.bg-orgbrain-blue-background\/10 {
  background-color: rgb(204 234 237 / 0.1);
}
.bg-orgbrain-blue-background\/100 {
  background-color: rgb(204 234 237 / 1);
}
.bg-orgbrain-blue-background\/15 {
  background-color: rgb(204 234 237 / 0.15);
}
.bg-orgbrain-blue-background\/20 {
  background-color: rgb(204 234 237 / 0.2);
}
.bg-orgbrain-blue-background\/25 {
  background-color: rgb(204 234 237 / 0.25);
}
.bg-orgbrain-blue-background\/30 {
  background-color: rgb(204 234 237 / 0.3);
}
.bg-orgbrain-blue-background\/35 {
  background-color: rgb(204 234 237 / 0.35);
}
.bg-orgbrain-blue-background\/40 {
  background-color: rgb(204 234 237 / 0.4);
}
.bg-orgbrain-blue-background\/45 {
  background-color: rgb(204 234 237 / 0.45);
}
.bg-orgbrain-blue-background\/5 {
  background-color: rgb(204 234 237 / 0.05);
}
.bg-orgbrain-blue-background\/50 {
  background-color: rgb(204 234 237 / 0.5);
}
.bg-orgbrain-blue-background\/55 {
  background-color: rgb(204 234 237 / 0.55);
}
.bg-orgbrain-blue-background\/60 {
  background-color: rgb(204 234 237 / 0.6);
}
.bg-orgbrain-blue-background\/65 {
  background-color: rgb(204 234 237 / 0.65);
}
.bg-orgbrain-blue-background\/70 {
  background-color: rgb(204 234 237 / 0.7);
}
.bg-orgbrain-blue-background\/75 {
  background-color: rgb(204 234 237 / 0.75);
}
.bg-orgbrain-blue-background\/80 {
  background-color: rgb(204 234 237 / 0.8);
}
.bg-orgbrain-blue-background\/85 {
  background-color: rgb(204 234 237 / 0.85);
}
.bg-orgbrain-blue-background\/90 {
  background-color: rgb(204 234 237 / 0.9);
}
.bg-orgbrain-blue-background\/95 {
  background-color: rgb(204 234 237 / 0.95);
}
.bg-orgbrain-blue\/0 {
  background-color: rgb(0 151 167 / 0);
}
.bg-orgbrain-blue\/10 {
  background-color: rgb(0 151 167 / 0.1);
}
.bg-orgbrain-blue\/100 {
  background-color: rgb(0 151 167 / 1);
}
.bg-orgbrain-blue\/15 {
  background-color: rgb(0 151 167 / 0.15);
}
.bg-orgbrain-blue\/20 {
  background-color: rgb(0 151 167 / 0.2);
}
.bg-orgbrain-blue\/25 {
  background-color: rgb(0 151 167 / 0.25);
}
.bg-orgbrain-blue\/30 {
  background-color: rgb(0 151 167 / 0.3);
}
.bg-orgbrain-blue\/35 {
  background-color: rgb(0 151 167 / 0.35);
}
.bg-orgbrain-blue\/40 {
  background-color: rgb(0 151 167 / 0.4);
}
.bg-orgbrain-blue\/45 {
  background-color: rgb(0 151 167 / 0.45);
}
.bg-orgbrain-blue\/5 {
  background-color: rgb(0 151 167 / 0.05);
}
.bg-orgbrain-blue\/50 {
  background-color: rgb(0 151 167 / 0.5);
}
.bg-orgbrain-blue\/55 {
  background-color: rgb(0 151 167 / 0.55);
}
.bg-orgbrain-blue\/60 {
  background-color: rgb(0 151 167 / 0.6);
}
.bg-orgbrain-blue\/65 {
  background-color: rgb(0 151 167 / 0.65);
}
.bg-orgbrain-blue\/70 {
  background-color: rgb(0 151 167 / 0.7);
}
.bg-orgbrain-blue\/75 {
  background-color: rgb(0 151 167 / 0.75);
}
.bg-orgbrain-blue\/80 {
  background-color: rgb(0 151 167 / 0.8);
}
.bg-orgbrain-blue\/85 {
  background-color: rgb(0 151 167 / 0.85);
}
.bg-orgbrain-blue\/90 {
  background-color: rgb(0 151 167 / 0.9);
}
.bg-orgbrain-blue\/95 {
  background-color: rgb(0 151 167 / 0.95);
}
.bg-orgbrain-boardmatch {
  --tw-bg-opacity: 1;
  background-color: rgb(63 190 132 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-boardmatch\/0 {
  background-color: rgb(63 190 132 / 0);
}
.bg-orgbrain-boardmatch\/10 {
  background-color: rgb(63 190 132 / 0.1);
}
.bg-orgbrain-boardmatch\/100 {
  background-color: rgb(63 190 132 / 1);
}
.bg-orgbrain-boardmatch\/15 {
  background-color: rgb(63 190 132 / 0.15);
}
.bg-orgbrain-boardmatch\/20 {
  background-color: rgb(63 190 132 / 0.2);
}
.bg-orgbrain-boardmatch\/25 {
  background-color: rgb(63 190 132 / 0.25);
}
.bg-orgbrain-boardmatch\/30 {
  background-color: rgb(63 190 132 / 0.3);
}
.bg-orgbrain-boardmatch\/35 {
  background-color: rgb(63 190 132 / 0.35);
}
.bg-orgbrain-boardmatch\/40 {
  background-color: rgb(63 190 132 / 0.4);
}
.bg-orgbrain-boardmatch\/45 {
  background-color: rgb(63 190 132 / 0.45);
}
.bg-orgbrain-boardmatch\/5 {
  background-color: rgb(63 190 132 / 0.05);
}
.bg-orgbrain-boardmatch\/50 {
  background-color: rgb(63 190 132 / 0.5);
}
.bg-orgbrain-boardmatch\/55 {
  background-color: rgb(63 190 132 / 0.55);
}
.bg-orgbrain-boardmatch\/60 {
  background-color: rgb(63 190 132 / 0.6);
}
.bg-orgbrain-boardmatch\/65 {
  background-color: rgb(63 190 132 / 0.65);
}
.bg-orgbrain-boardmatch\/70 {
  background-color: rgb(63 190 132 / 0.7);
}
.bg-orgbrain-boardmatch\/75 {
  background-color: rgb(63 190 132 / 0.75);
}
.bg-orgbrain-boardmatch\/80 {
  background-color: rgb(63 190 132 / 0.8);
}
.bg-orgbrain-boardmatch\/85 {
  background-color: rgb(63 190 132 / 0.85);
}
.bg-orgbrain-boardmatch\/90 {
  background-color: rgb(63 190 132 / 0.9);
}
.bg-orgbrain-boardmatch\/95 {
  background-color: rgb(63 190 132 / 0.95);
}
.bg-orgbrain-boardschool {
  --tw-bg-opacity: 1;
  background-color: rgb(30 161 174 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-boardschool\/0 {
  background-color: rgb(30 161 174 / 0);
}
.bg-orgbrain-boardschool\/10 {
  background-color: rgb(30 161 174 / 0.1);
}
.bg-orgbrain-boardschool\/100 {
  background-color: rgb(30 161 174 / 1);
}
.bg-orgbrain-boardschool\/15 {
  background-color: rgb(30 161 174 / 0.15);
}
.bg-orgbrain-boardschool\/20 {
  background-color: rgb(30 161 174 / 0.2);
}
.bg-orgbrain-boardschool\/25 {
  background-color: rgb(30 161 174 / 0.25);
}
.bg-orgbrain-boardschool\/30 {
  background-color: rgb(30 161 174 / 0.3);
}
.bg-orgbrain-boardschool\/35 {
  background-color: rgb(30 161 174 / 0.35);
}
.bg-orgbrain-boardschool\/40 {
  background-color: rgb(30 161 174 / 0.4);
}
.bg-orgbrain-boardschool\/45 {
  background-color: rgb(30 161 174 / 0.45);
}
.bg-orgbrain-boardschool\/5 {
  background-color: rgb(30 161 174 / 0.05);
}
.bg-orgbrain-boardschool\/50 {
  background-color: rgb(30 161 174 / 0.5);
}
.bg-orgbrain-boardschool\/55 {
  background-color: rgb(30 161 174 / 0.55);
}
.bg-orgbrain-boardschool\/60 {
  background-color: rgb(30 161 174 / 0.6);
}
.bg-orgbrain-boardschool\/65 {
  background-color: rgb(30 161 174 / 0.65);
}
.bg-orgbrain-boardschool\/70 {
  background-color: rgb(30 161 174 / 0.7);
}
.bg-orgbrain-boardschool\/75 {
  background-color: rgb(30 161 174 / 0.75);
}
.bg-orgbrain-boardschool\/80 {
  background-color: rgb(30 161 174 / 0.8);
}
.bg-orgbrain-boardschool\/85 {
  background-color: rgb(30 161 174 / 0.85);
}
.bg-orgbrain-boardschool\/90 {
  background-color: rgb(30 161 174 / 0.9);
}
.bg-orgbrain-boardschool\/95 {
  background-color: rgb(30 161 174 / 0.95);
}
.bg-orgbrain-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 208 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-border\/0 {
  background-color: rgb(208 208 208 / 0);
}
.bg-orgbrain-border\/10 {
  background-color: rgb(208 208 208 / 0.1);
}
.bg-orgbrain-border\/100 {
  background-color: rgb(208 208 208 / 1);
}
.bg-orgbrain-border\/15 {
  background-color: rgb(208 208 208 / 0.15);
}
.bg-orgbrain-border\/20 {
  background-color: rgb(208 208 208 / 0.2);
}
.bg-orgbrain-border\/25 {
  background-color: rgb(208 208 208 / 0.25);
}
.bg-orgbrain-border\/30 {
  background-color: rgb(208 208 208 / 0.3);
}
.bg-orgbrain-border\/35 {
  background-color: rgb(208 208 208 / 0.35);
}
.bg-orgbrain-border\/40 {
  background-color: rgb(208 208 208 / 0.4);
}
.bg-orgbrain-border\/45 {
  background-color: rgb(208 208 208 / 0.45);
}
.bg-orgbrain-border\/5 {
  background-color: rgb(208 208 208 / 0.05);
}
.bg-orgbrain-border\/50 {
  background-color: rgb(208 208 208 / 0.5);
}
.bg-orgbrain-border\/55 {
  background-color: rgb(208 208 208 / 0.55);
}
.bg-orgbrain-border\/60 {
  background-color: rgb(208 208 208 / 0.6);
}
.bg-orgbrain-border\/65 {
  background-color: rgb(208 208 208 / 0.65);
}
.bg-orgbrain-border\/70 {
  background-color: rgb(208 208 208 / 0.7);
}
.bg-orgbrain-border\/75 {
  background-color: rgb(208 208 208 / 0.75);
}
.bg-orgbrain-border\/80 {
  background-color: rgb(208 208 208 / 0.8);
}
.bg-orgbrain-border\/85 {
  background-color: rgb(208 208 208 / 0.85);
}
.bg-orgbrain-border\/90 {
  background-color: rgb(208 208 208 / 0.9);
}
.bg-orgbrain-border\/95 {
  background-color: rgb(208 208 208 / 0.95);
}
.bg-orgbrain-called-color {
  --tw-bg-opacity: 1;
  background-color: rgb(53 138 191 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-called-color\/0 {
  background-color: rgb(53 138 191 / 0);
}
.bg-orgbrain-called-color\/10 {
  background-color: rgb(53 138 191 / 0.1);
}
.bg-orgbrain-called-color\/100 {
  background-color: rgb(53 138 191 / 1);
}
.bg-orgbrain-called-color\/15 {
  background-color: rgb(53 138 191 / 0.15);
}
.bg-orgbrain-called-color\/20 {
  background-color: rgb(53 138 191 / 0.2);
}
.bg-orgbrain-called-color\/25 {
  background-color: rgb(53 138 191 / 0.25);
}
.bg-orgbrain-called-color\/30 {
  background-color: rgb(53 138 191 / 0.3);
}
.bg-orgbrain-called-color\/35 {
  background-color: rgb(53 138 191 / 0.35);
}
.bg-orgbrain-called-color\/40 {
  background-color: rgb(53 138 191 / 0.4);
}
.bg-orgbrain-called-color\/45 {
  background-color: rgb(53 138 191 / 0.45);
}
.bg-orgbrain-called-color\/5 {
  background-color: rgb(53 138 191 / 0.05);
}
.bg-orgbrain-called-color\/50 {
  background-color: rgb(53 138 191 / 0.5);
}
.bg-orgbrain-called-color\/55 {
  background-color: rgb(53 138 191 / 0.55);
}
.bg-orgbrain-called-color\/60 {
  background-color: rgb(53 138 191 / 0.6);
}
.bg-orgbrain-called-color\/65 {
  background-color: rgb(53 138 191 / 0.65);
}
.bg-orgbrain-called-color\/70 {
  background-color: rgb(53 138 191 / 0.7);
}
.bg-orgbrain-called-color\/75 {
  background-color: rgb(53 138 191 / 0.75);
}
.bg-orgbrain-called-color\/80 {
  background-color: rgb(53 138 191 / 0.8);
}
.bg-orgbrain-called-color\/85 {
  background-color: rgb(53 138 191 / 0.85);
}
.bg-orgbrain-called-color\/90 {
  background-color: rgb(53 138 191 / 0.9);
}
.bg-orgbrain-called-color\/95 {
  background-color: rgb(53 138 191 / 0.95);
}
.bg-orgbrain-communication {
  --tw-bg-opacity: 1;
  background-color: rgb(182 107 186 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-communication\/0 {
  background-color: rgb(182 107 186 / 0);
}
.bg-orgbrain-communication\/10 {
  background-color: rgb(182 107 186 / 0.1);
}
.bg-orgbrain-communication\/100 {
  background-color: rgb(182 107 186 / 1);
}
.bg-orgbrain-communication\/15 {
  background-color: rgb(182 107 186 / 0.15);
}
.bg-orgbrain-communication\/20 {
  background-color: rgb(182 107 186 / 0.2);
}
.bg-orgbrain-communication\/25 {
  background-color: rgb(182 107 186 / 0.25);
}
.bg-orgbrain-communication\/30 {
  background-color: rgb(182 107 186 / 0.3);
}
.bg-orgbrain-communication\/35 {
  background-color: rgb(182 107 186 / 0.35);
}
.bg-orgbrain-communication\/40 {
  background-color: rgb(182 107 186 / 0.4);
}
.bg-orgbrain-communication\/45 {
  background-color: rgb(182 107 186 / 0.45);
}
.bg-orgbrain-communication\/5 {
  background-color: rgb(182 107 186 / 0.05);
}
.bg-orgbrain-communication\/50 {
  background-color: rgb(182 107 186 / 0.5);
}
.bg-orgbrain-communication\/55 {
  background-color: rgb(182 107 186 / 0.55);
}
.bg-orgbrain-communication\/60 {
  background-color: rgb(182 107 186 / 0.6);
}
.bg-orgbrain-communication\/65 {
  background-color: rgb(182 107 186 / 0.65);
}
.bg-orgbrain-communication\/70 {
  background-color: rgb(182 107 186 / 0.7);
}
.bg-orgbrain-communication\/75 {
  background-color: rgb(182 107 186 / 0.75);
}
.bg-orgbrain-communication\/80 {
  background-color: rgb(182 107 186 / 0.8);
}
.bg-orgbrain-communication\/85 {
  background-color: rgb(182 107 186 / 0.85);
}
.bg-orgbrain-communication\/90 {
  background-color: rgb(182 107 186 / 0.9);
}
.bg-orgbrain-communication\/95 {
  background-color: rgb(182 107 186 / 0.95);
}
.bg-orgbrain-complete {
  --tw-bg-opacity: 1;
  background-color: rgb(72 150 76 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-complete-background {
  --tw-bg-opacity: 1;
  background-color: rgb(228 243 229 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-complete-background\/0 {
  background-color: rgb(228 243 229 / 0);
}
.bg-orgbrain-complete-background\/10 {
  background-color: rgb(228 243 229 / 0.1);
}
.bg-orgbrain-complete-background\/100 {
  background-color: rgb(228 243 229 / 1);
}
.bg-orgbrain-complete-background\/15 {
  background-color: rgb(228 243 229 / 0.15);
}
.bg-orgbrain-complete-background\/20 {
  background-color: rgb(228 243 229 / 0.2);
}
.bg-orgbrain-complete-background\/25 {
  background-color: rgb(228 243 229 / 0.25);
}
.bg-orgbrain-complete-background\/30 {
  background-color: rgb(228 243 229 / 0.3);
}
.bg-orgbrain-complete-background\/35 {
  background-color: rgb(228 243 229 / 0.35);
}
.bg-orgbrain-complete-background\/40 {
  background-color: rgb(228 243 229 / 0.4);
}
.bg-orgbrain-complete-background\/45 {
  background-color: rgb(228 243 229 / 0.45);
}
.bg-orgbrain-complete-background\/5 {
  background-color: rgb(228 243 229 / 0.05);
}
.bg-orgbrain-complete-background\/50 {
  background-color: rgb(228 243 229 / 0.5);
}
.bg-orgbrain-complete-background\/55 {
  background-color: rgb(228 243 229 / 0.55);
}
.bg-orgbrain-complete-background\/60 {
  background-color: rgb(228 243 229 / 0.6);
}
.bg-orgbrain-complete-background\/65 {
  background-color: rgb(228 243 229 / 0.65);
}
.bg-orgbrain-complete-background\/70 {
  background-color: rgb(228 243 229 / 0.7);
}
.bg-orgbrain-complete-background\/75 {
  background-color: rgb(228 243 229 / 0.75);
}
.bg-orgbrain-complete-background\/80 {
  background-color: rgb(228 243 229 / 0.8);
}
.bg-orgbrain-complete-background\/85 {
  background-color: rgb(228 243 229 / 0.85);
}
.bg-orgbrain-complete-background\/90 {
  background-color: rgb(228 243 229 / 0.9);
}
.bg-orgbrain-complete-background\/95 {
  background-color: rgb(228 243 229 / 0.95);
}
.bg-orgbrain-complete\/0 {
  background-color: rgb(72 150 76 / 0);
}
.bg-orgbrain-complete\/10 {
  background-color: rgb(72 150 76 / 0.1);
}
.bg-orgbrain-complete\/100 {
  background-color: rgb(72 150 76 / 1);
}
.bg-orgbrain-complete\/15 {
  background-color: rgb(72 150 76 / 0.15);
}
.bg-orgbrain-complete\/20 {
  background-color: rgb(72 150 76 / 0.2);
}
.bg-orgbrain-complete\/25 {
  background-color: rgb(72 150 76 / 0.25);
}
.bg-orgbrain-complete\/30 {
  background-color: rgb(72 150 76 / 0.3);
}
.bg-orgbrain-complete\/35 {
  background-color: rgb(72 150 76 / 0.35);
}
.bg-orgbrain-complete\/40 {
  background-color: rgb(72 150 76 / 0.4);
}
.bg-orgbrain-complete\/45 {
  background-color: rgb(72 150 76 / 0.45);
}
.bg-orgbrain-complete\/5 {
  background-color: rgb(72 150 76 / 0.05);
}
.bg-orgbrain-complete\/50 {
  background-color: rgb(72 150 76 / 0.5);
}
.bg-orgbrain-complete\/55 {
  background-color: rgb(72 150 76 / 0.55);
}
.bg-orgbrain-complete\/60 {
  background-color: rgb(72 150 76 / 0.6);
}
.bg-orgbrain-complete\/65 {
  background-color: rgb(72 150 76 / 0.65);
}
.bg-orgbrain-complete\/70 {
  background-color: rgb(72 150 76 / 0.7);
}
.bg-orgbrain-complete\/75 {
  background-color: rgb(72 150 76 / 0.75);
}
.bg-orgbrain-complete\/80 {
  background-color: rgb(72 150 76 / 0.8);
}
.bg-orgbrain-complete\/85 {
  background-color: rgb(72 150 76 / 0.85);
}
.bg-orgbrain-complete\/90 {
  background-color: rgb(72 150 76 / 0.9);
}
.bg-orgbrain-complete\/95 {
  background-color: rgb(72 150 76 / 0.95);
}
.bg-orgbrain-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 77 85 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-dark-blue\/0 {
  background-color: rgb(0 77 85 / 0);
}
.bg-orgbrain-dark-blue\/10 {
  background-color: rgb(0 77 85 / 0.1);
}
.bg-orgbrain-dark-blue\/100 {
  background-color: rgb(0 77 85 / 1);
}
.bg-orgbrain-dark-blue\/15 {
  background-color: rgb(0 77 85 / 0.15);
}
.bg-orgbrain-dark-blue\/20 {
  background-color: rgb(0 77 85 / 0.2);
}
.bg-orgbrain-dark-blue\/25 {
  background-color: rgb(0 77 85 / 0.25);
}
.bg-orgbrain-dark-blue\/30 {
  background-color: rgb(0 77 85 / 0.3);
}
.bg-orgbrain-dark-blue\/35 {
  background-color: rgb(0 77 85 / 0.35);
}
.bg-orgbrain-dark-blue\/40 {
  background-color: rgb(0 77 85 / 0.4);
}
.bg-orgbrain-dark-blue\/45 {
  background-color: rgb(0 77 85 / 0.45);
}
.bg-orgbrain-dark-blue\/5 {
  background-color: rgb(0 77 85 / 0.05);
}
.bg-orgbrain-dark-blue\/50 {
  background-color: rgb(0 77 85 / 0.5);
}
.bg-orgbrain-dark-blue\/55 {
  background-color: rgb(0 77 85 / 0.55);
}
.bg-orgbrain-dark-blue\/60 {
  background-color: rgb(0 77 85 / 0.6);
}
.bg-orgbrain-dark-blue\/65 {
  background-color: rgb(0 77 85 / 0.65);
}
.bg-orgbrain-dark-blue\/70 {
  background-color: rgb(0 77 85 / 0.7);
}
.bg-orgbrain-dark-blue\/75 {
  background-color: rgb(0 77 85 / 0.75);
}
.bg-orgbrain-dark-blue\/80 {
  background-color: rgb(0 77 85 / 0.8);
}
.bg-orgbrain-dark-blue\/85 {
  background-color: rgb(0 77 85 / 0.85);
}
.bg-orgbrain-dark-blue\/90 {
  background-color: rgb(0 77 85 / 0.9);
}
.bg-orgbrain-dark-blue\/95 {
  background-color: rgb(0 77 85 / 0.95);
}
.bg-orgbrain-digital-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(87 195 184 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-digital-blue\/0 {
  background-color: rgb(87 195 184 / 0);
}
.bg-orgbrain-digital-blue\/10 {
  background-color: rgb(87 195 184 / 0.1);
}
.bg-orgbrain-digital-blue\/100 {
  background-color: rgb(87 195 184 / 1);
}
.bg-orgbrain-digital-blue\/15 {
  background-color: rgb(87 195 184 / 0.15);
}
.bg-orgbrain-digital-blue\/20 {
  background-color: rgb(87 195 184 / 0.2);
}
.bg-orgbrain-digital-blue\/25 {
  background-color: rgb(87 195 184 / 0.25);
}
.bg-orgbrain-digital-blue\/30 {
  background-color: rgb(87 195 184 / 0.3);
}
.bg-orgbrain-digital-blue\/35 {
  background-color: rgb(87 195 184 / 0.35);
}
.bg-orgbrain-digital-blue\/40 {
  background-color: rgb(87 195 184 / 0.4);
}
.bg-orgbrain-digital-blue\/45 {
  background-color: rgb(87 195 184 / 0.45);
}
.bg-orgbrain-digital-blue\/5 {
  background-color: rgb(87 195 184 / 0.05);
}
.bg-orgbrain-digital-blue\/50 {
  background-color: rgb(87 195 184 / 0.5);
}
.bg-orgbrain-digital-blue\/55 {
  background-color: rgb(87 195 184 / 0.55);
}
.bg-orgbrain-digital-blue\/60 {
  background-color: rgb(87 195 184 / 0.6);
}
.bg-orgbrain-digital-blue\/65 {
  background-color: rgb(87 195 184 / 0.65);
}
.bg-orgbrain-digital-blue\/70 {
  background-color: rgb(87 195 184 / 0.7);
}
.bg-orgbrain-digital-blue\/75 {
  background-color: rgb(87 195 184 / 0.75);
}
.bg-orgbrain-digital-blue\/80 {
  background-color: rgb(87 195 184 / 0.8);
}
.bg-orgbrain-digital-blue\/85 {
  background-color: rgb(87 195 184 / 0.85);
}
.bg-orgbrain-digital-blue\/90 {
  background-color: rgb(87 195 184 / 0.9);
}
.bg-orgbrain-digital-blue\/95 {
  background-color: rgb(87 195 184 / 0.95);
}
.bg-orgbrain-error-background {
  --tw-bg-opacity: 1;
  background-color: rgb(248 224 224 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-error-background\/0 {
  background-color: rgb(248 224 224 / 0);
}
.bg-orgbrain-error-background\/10 {
  background-color: rgb(248 224 224 / 0.1);
}
.bg-orgbrain-error-background\/100 {
  background-color: rgb(248 224 224 / 1);
}
.bg-orgbrain-error-background\/15 {
  background-color: rgb(248 224 224 / 0.15);
}
.bg-orgbrain-error-background\/20 {
  background-color: rgb(248 224 224 / 0.2);
}
.bg-orgbrain-error-background\/25 {
  background-color: rgb(248 224 224 / 0.25);
}
.bg-orgbrain-error-background\/30 {
  background-color: rgb(248 224 224 / 0.3);
}
.bg-orgbrain-error-background\/35 {
  background-color: rgb(248 224 224 / 0.35);
}
.bg-orgbrain-error-background\/40 {
  background-color: rgb(248 224 224 / 0.4);
}
.bg-orgbrain-error-background\/45 {
  background-color: rgb(248 224 224 / 0.45);
}
.bg-orgbrain-error-background\/5 {
  background-color: rgb(248 224 224 / 0.05);
}
.bg-orgbrain-error-background\/50 {
  background-color: rgb(248 224 224 / 0.5);
}
.bg-orgbrain-error-background\/55 {
  background-color: rgb(248 224 224 / 0.55);
}
.bg-orgbrain-error-background\/60 {
  background-color: rgb(248 224 224 / 0.6);
}
.bg-orgbrain-error-background\/65 {
  background-color: rgb(248 224 224 / 0.65);
}
.bg-orgbrain-error-background\/70 {
  background-color: rgb(248 224 224 / 0.7);
}
.bg-orgbrain-error-background\/75 {
  background-color: rgb(248 224 224 / 0.75);
}
.bg-orgbrain-error-background\/80 {
  background-color: rgb(248 224 224 / 0.8);
}
.bg-orgbrain-error-background\/85 {
  background-color: rgb(248 224 224 / 0.85);
}
.bg-orgbrain-error-background\/90 {
  background-color: rgb(248 224 224 / 0.9);
}
.bg-orgbrain-error-background\/95 {
  background-color: rgb(248 224 224 / 0.95);
}
.bg-orgbrain-files {
  --tw-bg-opacity: 1;
  background-color: rgb(86 170 90 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-files\/0 {
  background-color: rgb(86 170 90 / 0);
}
.bg-orgbrain-files\/10 {
  background-color: rgb(86 170 90 / 0.1);
}
.bg-orgbrain-files\/100 {
  background-color: rgb(86 170 90 / 1);
}
.bg-orgbrain-files\/15 {
  background-color: rgb(86 170 90 / 0.15);
}
.bg-orgbrain-files\/20 {
  background-color: rgb(86 170 90 / 0.2);
}
.bg-orgbrain-files\/25 {
  background-color: rgb(86 170 90 / 0.25);
}
.bg-orgbrain-files\/30 {
  background-color: rgb(86 170 90 / 0.3);
}
.bg-orgbrain-files\/35 {
  background-color: rgb(86 170 90 / 0.35);
}
.bg-orgbrain-files\/40 {
  background-color: rgb(86 170 90 / 0.4);
}
.bg-orgbrain-files\/45 {
  background-color: rgb(86 170 90 / 0.45);
}
.bg-orgbrain-files\/5 {
  background-color: rgb(86 170 90 / 0.05);
}
.bg-orgbrain-files\/50 {
  background-color: rgb(86 170 90 / 0.5);
}
.bg-orgbrain-files\/55 {
  background-color: rgb(86 170 90 / 0.55);
}
.bg-orgbrain-files\/60 {
  background-color: rgb(86 170 90 / 0.6);
}
.bg-orgbrain-files\/65 {
  background-color: rgb(86 170 90 / 0.65);
}
.bg-orgbrain-files\/70 {
  background-color: rgb(86 170 90 / 0.7);
}
.bg-orgbrain-files\/75 {
  background-color: rgb(86 170 90 / 0.75);
}
.bg-orgbrain-files\/80 {
  background-color: rgb(86 170 90 / 0.8);
}
.bg-orgbrain-files\/85 {
  background-color: rgb(86 170 90 / 0.85);
}
.bg-orgbrain-files\/90 {
  background-color: rgb(86 170 90 / 0.9);
}
.bg-orgbrain-files\/95 {
  background-color: rgb(86 170 90 / 0.95);
}
.bg-orgbrain-form-background {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 248 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-form-background\/0 {
  background-color: rgb(242 247 248 / 0);
}
.bg-orgbrain-form-background\/10 {
  background-color: rgb(242 247 248 / 0.1);
}
.bg-orgbrain-form-background\/100 {
  background-color: rgb(242 247 248 / 1);
}
.bg-orgbrain-form-background\/15 {
  background-color: rgb(242 247 248 / 0.15);
}
.bg-orgbrain-form-background\/20 {
  background-color: rgb(242 247 248 / 0.2);
}
.bg-orgbrain-form-background\/25 {
  background-color: rgb(242 247 248 / 0.25);
}
.bg-orgbrain-form-background\/30 {
  background-color: rgb(242 247 248 / 0.3);
}
.bg-orgbrain-form-background\/35 {
  background-color: rgb(242 247 248 / 0.35);
}
.bg-orgbrain-form-background\/40 {
  background-color: rgb(242 247 248 / 0.4);
}
.bg-orgbrain-form-background\/45 {
  background-color: rgb(242 247 248 / 0.45);
}
.bg-orgbrain-form-background\/5 {
  background-color: rgb(242 247 248 / 0.05);
}
.bg-orgbrain-form-background\/50 {
  background-color: rgb(242 247 248 / 0.5);
}
.bg-orgbrain-form-background\/55 {
  background-color: rgb(242 247 248 / 0.55);
}
.bg-orgbrain-form-background\/60 {
  background-color: rgb(242 247 248 / 0.6);
}
.bg-orgbrain-form-background\/65 {
  background-color: rgb(242 247 248 / 0.65);
}
.bg-orgbrain-form-background\/70 {
  background-color: rgb(242 247 248 / 0.7);
}
.bg-orgbrain-form-background\/75 {
  background-color: rgb(242 247 248 / 0.75);
}
.bg-orgbrain-form-background\/80 {
  background-color: rgb(242 247 248 / 0.8);
}
.bg-orgbrain-form-background\/85 {
  background-color: rgb(242 247 248 / 0.85);
}
.bg-orgbrain-form-background\/90 {
  background-color: rgb(242 247 248 / 0.9);
}
.bg-orgbrain-form-background\/95 {
  background-color: rgb(242 247 248 / 0.95);
}
.bg-orgbrain-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(84 110 122 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-gray-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(132 157 188 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-gray-blue\/0 {
  background-color: rgb(132 157 188 / 0);
}
.bg-orgbrain-gray-blue\/10 {
  background-color: rgb(132 157 188 / 0.1);
}
.bg-orgbrain-gray-blue\/100 {
  background-color: rgb(132 157 188 / 1);
}
.bg-orgbrain-gray-blue\/15 {
  background-color: rgb(132 157 188 / 0.15);
}
.bg-orgbrain-gray-blue\/20 {
  background-color: rgb(132 157 188 / 0.2);
}
.bg-orgbrain-gray-blue\/25 {
  background-color: rgb(132 157 188 / 0.25);
}
.bg-orgbrain-gray-blue\/30 {
  background-color: rgb(132 157 188 / 0.3);
}
.bg-orgbrain-gray-blue\/35 {
  background-color: rgb(132 157 188 / 0.35);
}
.bg-orgbrain-gray-blue\/40 {
  background-color: rgb(132 157 188 / 0.4);
}
.bg-orgbrain-gray-blue\/45 {
  background-color: rgb(132 157 188 / 0.45);
}
.bg-orgbrain-gray-blue\/5 {
  background-color: rgb(132 157 188 / 0.05);
}
.bg-orgbrain-gray-blue\/50 {
  background-color: rgb(132 157 188 / 0.5);
}
.bg-orgbrain-gray-blue\/55 {
  background-color: rgb(132 157 188 / 0.55);
}
.bg-orgbrain-gray-blue\/60 {
  background-color: rgb(132 157 188 / 0.6);
}
.bg-orgbrain-gray-blue\/65 {
  background-color: rgb(132 157 188 / 0.65);
}
.bg-orgbrain-gray-blue\/70 {
  background-color: rgb(132 157 188 / 0.7);
}
.bg-orgbrain-gray-blue\/75 {
  background-color: rgb(132 157 188 / 0.75);
}
.bg-orgbrain-gray-blue\/80 {
  background-color: rgb(132 157 188 / 0.8);
}
.bg-orgbrain-gray-blue\/85 {
  background-color: rgb(132 157 188 / 0.85);
}
.bg-orgbrain-gray-blue\/90 {
  background-color: rgb(132 157 188 / 0.9);
}
.bg-orgbrain-gray-blue\/95 {
  background-color: rgb(132 157 188 / 0.95);
}
.bg-orgbrain-gray\/0 {
  background-color: rgb(84 110 122 / 0);
}
.bg-orgbrain-gray\/10 {
  background-color: rgb(84 110 122 / 0.1);
}
.bg-orgbrain-gray\/100 {
  background-color: rgb(84 110 122 / 1);
}
.bg-orgbrain-gray\/15 {
  background-color: rgb(84 110 122 / 0.15);
}
.bg-orgbrain-gray\/20 {
  background-color: rgb(84 110 122 / 0.2);
}
.bg-orgbrain-gray\/25 {
  background-color: rgb(84 110 122 / 0.25);
}
.bg-orgbrain-gray\/30 {
  background-color: rgb(84 110 122 / 0.3);
}
.bg-orgbrain-gray\/35 {
  background-color: rgb(84 110 122 / 0.35);
}
.bg-orgbrain-gray\/40 {
  background-color: rgb(84 110 122 / 0.4);
}
.bg-orgbrain-gray\/45 {
  background-color: rgb(84 110 122 / 0.45);
}
.bg-orgbrain-gray\/5 {
  background-color: rgb(84 110 122 / 0.05);
}
.bg-orgbrain-gray\/50 {
  background-color: rgb(84 110 122 / 0.5);
}
.bg-orgbrain-gray\/55 {
  background-color: rgb(84 110 122 / 0.55);
}
.bg-orgbrain-gray\/60 {
  background-color: rgb(84 110 122 / 0.6);
}
.bg-orgbrain-gray\/65 {
  background-color: rgb(84 110 122 / 0.65);
}
.bg-orgbrain-gray\/70 {
  background-color: rgb(84 110 122 / 0.7);
}
.bg-orgbrain-gray\/75 {
  background-color: rgb(84 110 122 / 0.75);
}
.bg-orgbrain-gray\/80 {
  background-color: rgb(84 110 122 / 0.8);
}
.bg-orgbrain-gray\/85 {
  background-color: rgb(84 110 122 / 0.85);
}
.bg-orgbrain-gray\/90 {
  background-color: rgb(84 110 122 / 0.9);
}
.bg-orgbrain-gray\/95 {
  background-color: rgb(84 110 122 / 0.95);
}
.bg-orgbrain-grey-background {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 242 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-grey-background\/0 {
  background-color: rgb(238 240 242 / 0);
}
.bg-orgbrain-grey-background\/10 {
  background-color: rgb(238 240 242 / 0.1);
}
.bg-orgbrain-grey-background\/100 {
  background-color: rgb(238 240 242 / 1);
}
.bg-orgbrain-grey-background\/15 {
  background-color: rgb(238 240 242 / 0.15);
}
.bg-orgbrain-grey-background\/20 {
  background-color: rgb(238 240 242 / 0.2);
}
.bg-orgbrain-grey-background\/25 {
  background-color: rgb(238 240 242 / 0.25);
}
.bg-orgbrain-grey-background\/30 {
  background-color: rgb(238 240 242 / 0.3);
}
.bg-orgbrain-grey-background\/35 {
  background-color: rgb(238 240 242 / 0.35);
}
.bg-orgbrain-grey-background\/40 {
  background-color: rgb(238 240 242 / 0.4);
}
.bg-orgbrain-grey-background\/45 {
  background-color: rgb(238 240 242 / 0.45);
}
.bg-orgbrain-grey-background\/5 {
  background-color: rgb(238 240 242 / 0.05);
}
.bg-orgbrain-grey-background\/50 {
  background-color: rgb(238 240 242 / 0.5);
}
.bg-orgbrain-grey-background\/55 {
  background-color: rgb(238 240 242 / 0.55);
}
.bg-orgbrain-grey-background\/60 {
  background-color: rgb(238 240 242 / 0.6);
}
.bg-orgbrain-grey-background\/65 {
  background-color: rgb(238 240 242 / 0.65);
}
.bg-orgbrain-grey-background\/70 {
  background-color: rgb(238 240 242 / 0.7);
}
.bg-orgbrain-grey-background\/75 {
  background-color: rgb(238 240 242 / 0.75);
}
.bg-orgbrain-grey-background\/80 {
  background-color: rgb(238 240 242 / 0.8);
}
.bg-orgbrain-grey-background\/85 {
  background-color: rgb(238 240 242 / 0.85);
}
.bg-orgbrain-grey-background\/90 {
  background-color: rgb(238 240 242 / 0.9);
}
.bg-orgbrain-grey-background\/95 {
  background-color: rgb(238 240 242 / 0.95);
}
.bg-orgbrain-hover-background {
  background-color: #0000000a;
}
.bg-orgbrain-hover-background\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-orgbrain-hover-background\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-orgbrain-hover-background\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-orgbrain-hover-background\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-orgbrain-hover-background\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-orgbrain-hover-background\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-orgbrain-hover-background\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-orgbrain-hover-background\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-orgbrain-hover-background\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-orgbrain-hover-background\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-orgbrain-hover-background\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-orgbrain-hover-background\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-orgbrain-hover-background\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-orgbrain-hover-background\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-orgbrain-hover-background\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-orgbrain-hover-background\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-orgbrain-hover-background\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-orgbrain-hover-background\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-orgbrain-hover-background\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-orgbrain-hover-background\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-orgbrain-hover-background\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-orgbrain-investments {
  --tw-bg-opacity: 1;
  background-color: rgb(95 122 197 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-investments\/0 {
  background-color: rgb(95 122 197 / 0);
}
.bg-orgbrain-investments\/10 {
  background-color: rgb(95 122 197 / 0.1);
}
.bg-orgbrain-investments\/100 {
  background-color: rgb(95 122 197 / 1);
}
.bg-orgbrain-investments\/15 {
  background-color: rgb(95 122 197 / 0.15);
}
.bg-orgbrain-investments\/20 {
  background-color: rgb(95 122 197 / 0.2);
}
.bg-orgbrain-investments\/25 {
  background-color: rgb(95 122 197 / 0.25);
}
.bg-orgbrain-investments\/30 {
  background-color: rgb(95 122 197 / 0.3);
}
.bg-orgbrain-investments\/35 {
  background-color: rgb(95 122 197 / 0.35);
}
.bg-orgbrain-investments\/40 {
  background-color: rgb(95 122 197 / 0.4);
}
.bg-orgbrain-investments\/45 {
  background-color: rgb(95 122 197 / 0.45);
}
.bg-orgbrain-investments\/5 {
  background-color: rgb(95 122 197 / 0.05);
}
.bg-orgbrain-investments\/50 {
  background-color: rgb(95 122 197 / 0.5);
}
.bg-orgbrain-investments\/55 {
  background-color: rgb(95 122 197 / 0.55);
}
.bg-orgbrain-investments\/60 {
  background-color: rgb(95 122 197 / 0.6);
}
.bg-orgbrain-investments\/65 {
  background-color: rgb(95 122 197 / 0.65);
}
.bg-orgbrain-investments\/70 {
  background-color: rgb(95 122 197 / 0.7);
}
.bg-orgbrain-investments\/75 {
  background-color: rgb(95 122 197 / 0.75);
}
.bg-orgbrain-investments\/80 {
  background-color: rgb(95 122 197 / 0.8);
}
.bg-orgbrain-investments\/85 {
  background-color: rgb(95 122 197 / 0.85);
}
.bg-orgbrain-investments\/90 {
  background-color: rgb(95 122 197 / 0.9);
}
.bg-orgbrain-investments\/95 {
  background-color: rgb(95 122 197 / 0.95);
}
.bg-orgbrain-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(204 234 237 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-light-blue-background {
  background-color: #0097A71A;
}
.bg-orgbrain-light-blue-background\/0 {
  background-color: rgb(0 151 167 / 0);
}
.bg-orgbrain-light-blue-background\/10 {
  background-color: rgb(0 151 167 / 0.1);
}
.bg-orgbrain-light-blue-background\/100 {
  background-color: rgb(0 151 167 / 1);
}
.bg-orgbrain-light-blue-background\/15 {
  background-color: rgb(0 151 167 / 0.15);
}
.bg-orgbrain-light-blue-background\/20 {
  background-color: rgb(0 151 167 / 0.2);
}
.bg-orgbrain-light-blue-background\/25 {
  background-color: rgb(0 151 167 / 0.25);
}
.bg-orgbrain-light-blue-background\/30 {
  background-color: rgb(0 151 167 / 0.3);
}
.bg-orgbrain-light-blue-background\/35 {
  background-color: rgb(0 151 167 / 0.35);
}
.bg-orgbrain-light-blue-background\/40 {
  background-color: rgb(0 151 167 / 0.4);
}
.bg-orgbrain-light-blue-background\/45 {
  background-color: rgb(0 151 167 / 0.45);
}
.bg-orgbrain-light-blue-background\/5 {
  background-color: rgb(0 151 167 / 0.05);
}
.bg-orgbrain-light-blue-background\/50 {
  background-color: rgb(0 151 167 / 0.5);
}
.bg-orgbrain-light-blue-background\/55 {
  background-color: rgb(0 151 167 / 0.55);
}
.bg-orgbrain-light-blue-background\/60 {
  background-color: rgb(0 151 167 / 0.6);
}
.bg-orgbrain-light-blue-background\/65 {
  background-color: rgb(0 151 167 / 0.65);
}
.bg-orgbrain-light-blue-background\/70 {
  background-color: rgb(0 151 167 / 0.7);
}
.bg-orgbrain-light-blue-background\/75 {
  background-color: rgb(0 151 167 / 0.75);
}
.bg-orgbrain-light-blue-background\/80 {
  background-color: rgb(0 151 167 / 0.8);
}
.bg-orgbrain-light-blue-background\/85 {
  background-color: rgb(0 151 167 / 0.85);
}
.bg-orgbrain-light-blue-background\/90 {
  background-color: rgb(0 151 167 / 0.9);
}
.bg-orgbrain-light-blue-background\/95 {
  background-color: rgb(0 151 167 / 0.95);
}
.bg-orgbrain-light-blue\/0 {
  background-color: rgb(204 234 237 / 0);
}
.bg-orgbrain-light-blue\/10 {
  background-color: rgb(204 234 237 / 0.1);
}
.bg-orgbrain-light-blue\/100 {
  background-color: rgb(204 234 237 / 1);
}
.bg-orgbrain-light-blue\/15 {
  background-color: rgb(204 234 237 / 0.15);
}
.bg-orgbrain-light-blue\/20 {
  background-color: rgb(204 234 237 / 0.2);
}
.bg-orgbrain-light-blue\/25 {
  background-color: rgb(204 234 237 / 0.25);
}
.bg-orgbrain-light-blue\/30 {
  background-color: rgb(204 234 237 / 0.3);
}
.bg-orgbrain-light-blue\/35 {
  background-color: rgb(204 234 237 / 0.35);
}
.bg-orgbrain-light-blue\/40 {
  background-color: rgb(204 234 237 / 0.4);
}
.bg-orgbrain-light-blue\/45 {
  background-color: rgb(204 234 237 / 0.45);
}
.bg-orgbrain-light-blue\/5 {
  background-color: rgb(204 234 237 / 0.05);
}
.bg-orgbrain-light-blue\/50 {
  background-color: rgb(204 234 237 / 0.5);
}
.bg-orgbrain-light-blue\/55 {
  background-color: rgb(204 234 237 / 0.55);
}
.bg-orgbrain-light-blue\/60 {
  background-color: rgb(204 234 237 / 0.6);
}
.bg-orgbrain-light-blue\/65 {
  background-color: rgb(204 234 237 / 0.65);
}
.bg-orgbrain-light-blue\/70 {
  background-color: rgb(204 234 237 / 0.7);
}
.bg-orgbrain-light-blue\/75 {
  background-color: rgb(204 234 237 / 0.75);
}
.bg-orgbrain-light-blue\/80 {
  background-color: rgb(204 234 237 / 0.8);
}
.bg-orgbrain-light-blue\/85 {
  background-color: rgb(204 234 237 / 0.85);
}
.bg-orgbrain-light-blue\/90 {
  background-color: rgb(204 234 237 / 0.9);
}
.bg-orgbrain-light-blue\/95 {
  background-color: rgb(204 234 237 / 0.95);
}
.bg-orgbrain-meetings {
  --tw-bg-opacity: 1;
  background-color: rgb(251 151 24 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-meetings\/0 {
  background-color: rgb(251 151 24 / 0);
}
.bg-orgbrain-meetings\/10 {
  background-color: rgb(251 151 24 / 0.1);
}
.bg-orgbrain-meetings\/100 {
  background-color: rgb(251 151 24 / 1);
}
.bg-orgbrain-meetings\/15 {
  background-color: rgb(251 151 24 / 0.15);
}
.bg-orgbrain-meetings\/20 {
  background-color: rgb(251 151 24 / 0.2);
}
.bg-orgbrain-meetings\/25 {
  background-color: rgb(251 151 24 / 0.25);
}
.bg-orgbrain-meetings\/30 {
  background-color: rgb(251 151 24 / 0.3);
}
.bg-orgbrain-meetings\/35 {
  background-color: rgb(251 151 24 / 0.35);
}
.bg-orgbrain-meetings\/40 {
  background-color: rgb(251 151 24 / 0.4);
}
.bg-orgbrain-meetings\/45 {
  background-color: rgb(251 151 24 / 0.45);
}
.bg-orgbrain-meetings\/5 {
  background-color: rgb(251 151 24 / 0.05);
}
.bg-orgbrain-meetings\/50 {
  background-color: rgb(251 151 24 / 0.5);
}
.bg-orgbrain-meetings\/55 {
  background-color: rgb(251 151 24 / 0.55);
}
.bg-orgbrain-meetings\/60 {
  background-color: rgb(251 151 24 / 0.6);
}
.bg-orgbrain-meetings\/65 {
  background-color: rgb(251 151 24 / 0.65);
}
.bg-orgbrain-meetings\/70 {
  background-color: rgb(251 151 24 / 0.7);
}
.bg-orgbrain-meetings\/75 {
  background-color: rgb(251 151 24 / 0.75);
}
.bg-orgbrain-meetings\/80 {
  background-color: rgb(251 151 24 / 0.8);
}
.bg-orgbrain-meetings\/85 {
  background-color: rgb(251 151 24 / 0.85);
}
.bg-orgbrain-meetings\/90 {
  background-color: rgb(251 151 24 / 0.9);
}
.bg-orgbrain-meetings\/95 {
  background-color: rgb(251 151 24 / 0.95);
}
.bg-orgbrain-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(245 124 0 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-orange-background {
  --tw-bg-opacity: 1;
  background-color: rgb(254 245 235 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-orange-background\/0 {
  background-color: rgb(254 245 235 / 0);
}
.bg-orgbrain-orange-background\/10 {
  background-color: rgb(254 245 235 / 0.1);
}
.bg-orgbrain-orange-background\/100 {
  background-color: rgb(254 245 235 / 1);
}
.bg-orgbrain-orange-background\/15 {
  background-color: rgb(254 245 235 / 0.15);
}
.bg-orgbrain-orange-background\/20 {
  background-color: rgb(254 245 235 / 0.2);
}
.bg-orgbrain-orange-background\/25 {
  background-color: rgb(254 245 235 / 0.25);
}
.bg-orgbrain-orange-background\/30 {
  background-color: rgb(254 245 235 / 0.3);
}
.bg-orgbrain-orange-background\/35 {
  background-color: rgb(254 245 235 / 0.35);
}
.bg-orgbrain-orange-background\/40 {
  background-color: rgb(254 245 235 / 0.4);
}
.bg-orgbrain-orange-background\/45 {
  background-color: rgb(254 245 235 / 0.45);
}
.bg-orgbrain-orange-background\/5 {
  background-color: rgb(254 245 235 / 0.05);
}
.bg-orgbrain-orange-background\/50 {
  background-color: rgb(254 245 235 / 0.5);
}
.bg-orgbrain-orange-background\/55 {
  background-color: rgb(254 245 235 / 0.55);
}
.bg-orgbrain-orange-background\/60 {
  background-color: rgb(254 245 235 / 0.6);
}
.bg-orgbrain-orange-background\/65 {
  background-color: rgb(254 245 235 / 0.65);
}
.bg-orgbrain-orange-background\/70 {
  background-color: rgb(254 245 235 / 0.7);
}
.bg-orgbrain-orange-background\/75 {
  background-color: rgb(254 245 235 / 0.75);
}
.bg-orgbrain-orange-background\/80 {
  background-color: rgb(254 245 235 / 0.8);
}
.bg-orgbrain-orange-background\/85 {
  background-color: rgb(254 245 235 / 0.85);
}
.bg-orgbrain-orange-background\/90 {
  background-color: rgb(254 245 235 / 0.9);
}
.bg-orgbrain-orange-background\/95 {
  background-color: rgb(254 245 235 / 0.95);
}
.bg-orgbrain-orange\/0 {
  background-color: rgb(245 124 0 / 0);
}
.bg-orgbrain-orange\/10 {
  background-color: rgb(245 124 0 / 0.1);
}
.bg-orgbrain-orange\/100 {
  background-color: rgb(245 124 0 / 1);
}
.bg-orgbrain-orange\/15 {
  background-color: rgb(245 124 0 / 0.15);
}
.bg-orgbrain-orange\/20 {
  background-color: rgb(245 124 0 / 0.2);
}
.bg-orgbrain-orange\/25 {
  background-color: rgb(245 124 0 / 0.25);
}
.bg-orgbrain-orange\/30 {
  background-color: rgb(245 124 0 / 0.3);
}
.bg-orgbrain-orange\/35 {
  background-color: rgb(245 124 0 / 0.35);
}
.bg-orgbrain-orange\/40 {
  background-color: rgb(245 124 0 / 0.4);
}
.bg-orgbrain-orange\/45 {
  background-color: rgb(245 124 0 / 0.45);
}
.bg-orgbrain-orange\/5 {
  background-color: rgb(245 124 0 / 0.05);
}
.bg-orgbrain-orange\/50 {
  background-color: rgb(245 124 0 / 0.5);
}
.bg-orgbrain-orange\/55 {
  background-color: rgb(245 124 0 / 0.55);
}
.bg-orgbrain-orange\/60 {
  background-color: rgb(245 124 0 / 0.6);
}
.bg-orgbrain-orange\/65 {
  background-color: rgb(245 124 0 / 0.65);
}
.bg-orgbrain-orange\/70 {
  background-color: rgb(245 124 0 / 0.7);
}
.bg-orgbrain-orange\/75 {
  background-color: rgb(245 124 0 / 0.75);
}
.bg-orgbrain-orange\/80 {
  background-color: rgb(245 124 0 / 0.8);
}
.bg-orgbrain-orange\/85 {
  background-color: rgb(245 124 0 / 0.85);
}
.bg-orgbrain-orange\/90 {
  background-color: rgb(245 124 0 / 0.9);
}
.bg-orgbrain-orange\/95 {
  background-color: rgb(245 124 0 / 0.95);
}
.bg-orgbrain-organization {
  --tw-bg-opacity: 1;
  background-color: rgb(86 195 184 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-organization\/0 {
  background-color: rgb(86 195 184 / 0);
}
.bg-orgbrain-organization\/10 {
  background-color: rgb(86 195 184 / 0.1);
}
.bg-orgbrain-organization\/100 {
  background-color: rgb(86 195 184 / 1);
}
.bg-orgbrain-organization\/15 {
  background-color: rgb(86 195 184 / 0.15);
}
.bg-orgbrain-organization\/20 {
  background-color: rgb(86 195 184 / 0.2);
}
.bg-orgbrain-organization\/25 {
  background-color: rgb(86 195 184 / 0.25);
}
.bg-orgbrain-organization\/30 {
  background-color: rgb(86 195 184 / 0.3);
}
.bg-orgbrain-organization\/35 {
  background-color: rgb(86 195 184 / 0.35);
}
.bg-orgbrain-organization\/40 {
  background-color: rgb(86 195 184 / 0.4);
}
.bg-orgbrain-organization\/45 {
  background-color: rgb(86 195 184 / 0.45);
}
.bg-orgbrain-organization\/5 {
  background-color: rgb(86 195 184 / 0.05);
}
.bg-orgbrain-organization\/50 {
  background-color: rgb(86 195 184 / 0.5);
}
.bg-orgbrain-organization\/55 {
  background-color: rgb(86 195 184 / 0.55);
}
.bg-orgbrain-organization\/60 {
  background-color: rgb(86 195 184 / 0.6);
}
.bg-orgbrain-organization\/65 {
  background-color: rgb(86 195 184 / 0.65);
}
.bg-orgbrain-organization\/70 {
  background-color: rgb(86 195 184 / 0.7);
}
.bg-orgbrain-organization\/75 {
  background-color: rgb(86 195 184 / 0.75);
}
.bg-orgbrain-organization\/80 {
  background-color: rgb(86 195 184 / 0.8);
}
.bg-orgbrain-organization\/85 {
  background-color: rgb(86 195 184 / 0.85);
}
.bg-orgbrain-organization\/90 {
  background-color: rgb(86 195 184 / 0.9);
}
.bg-orgbrain-organization\/95 {
  background-color: rgb(86 195 184 / 0.95);
}
.bg-orgbrain-plan-color {
  --tw-bg-opacity: 1;
  background-color: rgb(77 107 190 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-plan-color\/0 {
  background-color: rgb(77 107 190 / 0);
}
.bg-orgbrain-plan-color\/10 {
  background-color: rgb(77 107 190 / 0.1);
}
.bg-orgbrain-plan-color\/100 {
  background-color: rgb(77 107 190 / 1);
}
.bg-orgbrain-plan-color\/15 {
  background-color: rgb(77 107 190 / 0.15);
}
.bg-orgbrain-plan-color\/20 {
  background-color: rgb(77 107 190 / 0.2);
}
.bg-orgbrain-plan-color\/25 {
  background-color: rgb(77 107 190 / 0.25);
}
.bg-orgbrain-plan-color\/30 {
  background-color: rgb(77 107 190 / 0.3);
}
.bg-orgbrain-plan-color\/35 {
  background-color: rgb(77 107 190 / 0.35);
}
.bg-orgbrain-plan-color\/40 {
  background-color: rgb(77 107 190 / 0.4);
}
.bg-orgbrain-plan-color\/45 {
  background-color: rgb(77 107 190 / 0.45);
}
.bg-orgbrain-plan-color\/5 {
  background-color: rgb(77 107 190 / 0.05);
}
.bg-orgbrain-plan-color\/50 {
  background-color: rgb(77 107 190 / 0.5);
}
.bg-orgbrain-plan-color\/55 {
  background-color: rgb(77 107 190 / 0.55);
}
.bg-orgbrain-plan-color\/60 {
  background-color: rgb(77 107 190 / 0.6);
}
.bg-orgbrain-plan-color\/65 {
  background-color: rgb(77 107 190 / 0.65);
}
.bg-orgbrain-plan-color\/70 {
  background-color: rgb(77 107 190 / 0.7);
}
.bg-orgbrain-plan-color\/75 {
  background-color: rgb(77 107 190 / 0.75);
}
.bg-orgbrain-plan-color\/80 {
  background-color: rgb(77 107 190 / 0.8);
}
.bg-orgbrain-plan-color\/85 {
  background-color: rgb(77 107 190 / 0.85);
}
.bg-orgbrain-plan-color\/90 {
  background-color: rgb(77 107 190 / 0.9);
}
.bg-orgbrain-plan-color\/95 {
  background-color: rgb(77 107 190 / 0.95);
}
.bg-orgbrain-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(139 95 152 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-purple\/0 {
  background-color: rgb(139 95 152 / 0);
}
.bg-orgbrain-purple\/10 {
  background-color: rgb(139 95 152 / 0.1);
}
.bg-orgbrain-purple\/100 {
  background-color: rgb(139 95 152 / 1);
}
.bg-orgbrain-purple\/15 {
  background-color: rgb(139 95 152 / 0.15);
}
.bg-orgbrain-purple\/20 {
  background-color: rgb(139 95 152 / 0.2);
}
.bg-orgbrain-purple\/25 {
  background-color: rgb(139 95 152 / 0.25);
}
.bg-orgbrain-purple\/30 {
  background-color: rgb(139 95 152 / 0.3);
}
.bg-orgbrain-purple\/35 {
  background-color: rgb(139 95 152 / 0.35);
}
.bg-orgbrain-purple\/40 {
  background-color: rgb(139 95 152 / 0.4);
}
.bg-orgbrain-purple\/45 {
  background-color: rgb(139 95 152 / 0.45);
}
.bg-orgbrain-purple\/5 {
  background-color: rgb(139 95 152 / 0.05);
}
.bg-orgbrain-purple\/50 {
  background-color: rgb(139 95 152 / 0.5);
}
.bg-orgbrain-purple\/55 {
  background-color: rgb(139 95 152 / 0.55);
}
.bg-orgbrain-purple\/60 {
  background-color: rgb(139 95 152 / 0.6);
}
.bg-orgbrain-purple\/65 {
  background-color: rgb(139 95 152 / 0.65);
}
.bg-orgbrain-purple\/70 {
  background-color: rgb(139 95 152 / 0.7);
}
.bg-orgbrain-purple\/75 {
  background-color: rgb(139 95 152 / 0.75);
}
.bg-orgbrain-purple\/80 {
  background-color: rgb(139 95 152 / 0.8);
}
.bg-orgbrain-purple\/85 {
  background-color: rgb(139 95 152 / 0.85);
}
.bg-orgbrain-purple\/90 {
  background-color: rgb(139 95 152 / 0.9);
}
.bg-orgbrain-purple\/95 {
  background-color: rgb(139 95 152 / 0.95);
}
.bg-orgbrain-signatures {
  --tw-bg-opacity: 1;
  background-color: rgb(197 95 127 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-signatures\/0 {
  background-color: rgb(197 95 127 / 0);
}
.bg-orgbrain-signatures\/10 {
  background-color: rgb(197 95 127 / 0.1);
}
.bg-orgbrain-signatures\/100 {
  background-color: rgb(197 95 127 / 1);
}
.bg-orgbrain-signatures\/15 {
  background-color: rgb(197 95 127 / 0.15);
}
.bg-orgbrain-signatures\/20 {
  background-color: rgb(197 95 127 / 0.2);
}
.bg-orgbrain-signatures\/25 {
  background-color: rgb(197 95 127 / 0.25);
}
.bg-orgbrain-signatures\/30 {
  background-color: rgb(197 95 127 / 0.3);
}
.bg-orgbrain-signatures\/35 {
  background-color: rgb(197 95 127 / 0.35);
}
.bg-orgbrain-signatures\/40 {
  background-color: rgb(197 95 127 / 0.4);
}
.bg-orgbrain-signatures\/45 {
  background-color: rgb(197 95 127 / 0.45);
}
.bg-orgbrain-signatures\/5 {
  background-color: rgb(197 95 127 / 0.05);
}
.bg-orgbrain-signatures\/50 {
  background-color: rgb(197 95 127 / 0.5);
}
.bg-orgbrain-signatures\/55 {
  background-color: rgb(197 95 127 / 0.55);
}
.bg-orgbrain-signatures\/60 {
  background-color: rgb(197 95 127 / 0.6);
}
.bg-orgbrain-signatures\/65 {
  background-color: rgb(197 95 127 / 0.65);
}
.bg-orgbrain-signatures\/70 {
  background-color: rgb(197 95 127 / 0.7);
}
.bg-orgbrain-signatures\/75 {
  background-color: rgb(197 95 127 / 0.75);
}
.bg-orgbrain-signatures\/80 {
  background-color: rgb(197 95 127 / 0.8);
}
.bg-orgbrain-signatures\/85 {
  background-color: rgb(197 95 127 / 0.85);
}
.bg-orgbrain-signatures\/90 {
  background-color: rgb(197 95 127 / 0.9);
}
.bg-orgbrain-signatures\/95 {
  background-color: rgb(197 95 127 / 0.95);
}
.bg-orgbrain-surveys {
  --tw-bg-opacity: 1;
  background-color: rgb(222 109 109 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-surveys\/0 {
  background-color: rgb(222 109 109 / 0);
}
.bg-orgbrain-surveys\/10 {
  background-color: rgb(222 109 109 / 0.1);
}
.bg-orgbrain-surveys\/100 {
  background-color: rgb(222 109 109 / 1);
}
.bg-orgbrain-surveys\/15 {
  background-color: rgb(222 109 109 / 0.15);
}
.bg-orgbrain-surveys\/20 {
  background-color: rgb(222 109 109 / 0.2);
}
.bg-orgbrain-surveys\/25 {
  background-color: rgb(222 109 109 / 0.25);
}
.bg-orgbrain-surveys\/30 {
  background-color: rgb(222 109 109 / 0.3);
}
.bg-orgbrain-surveys\/35 {
  background-color: rgb(222 109 109 / 0.35);
}
.bg-orgbrain-surveys\/40 {
  background-color: rgb(222 109 109 / 0.4);
}
.bg-orgbrain-surveys\/45 {
  background-color: rgb(222 109 109 / 0.45);
}
.bg-orgbrain-surveys\/5 {
  background-color: rgb(222 109 109 / 0.05);
}
.bg-orgbrain-surveys\/50 {
  background-color: rgb(222 109 109 / 0.5);
}
.bg-orgbrain-surveys\/55 {
  background-color: rgb(222 109 109 / 0.55);
}
.bg-orgbrain-surveys\/60 {
  background-color: rgb(222 109 109 / 0.6);
}
.bg-orgbrain-surveys\/65 {
  background-color: rgb(222 109 109 / 0.65);
}
.bg-orgbrain-surveys\/70 {
  background-color: rgb(222 109 109 / 0.7);
}
.bg-orgbrain-surveys\/75 {
  background-color: rgb(222 109 109 / 0.75);
}
.bg-orgbrain-surveys\/80 {
  background-color: rgb(222 109 109 / 0.8);
}
.bg-orgbrain-surveys\/85 {
  background-color: rgb(222 109 109 / 0.85);
}
.bg-orgbrain-surveys\/90 {
  background-color: rgb(222 109 109 / 0.9);
}
.bg-orgbrain-surveys\/95 {
  background-color: rgb(222 109 109 / 0.95);
}
.bg-orgbrain-tasks {
  --tw-bg-opacity: 1;
  background-color: rgb(186 68 68 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-tasks\/0 {
  background-color: rgb(186 68 68 / 0);
}
.bg-orgbrain-tasks\/10 {
  background-color: rgb(186 68 68 / 0.1);
}
.bg-orgbrain-tasks\/100 {
  background-color: rgb(186 68 68 / 1);
}
.bg-orgbrain-tasks\/15 {
  background-color: rgb(186 68 68 / 0.15);
}
.bg-orgbrain-tasks\/20 {
  background-color: rgb(186 68 68 / 0.2);
}
.bg-orgbrain-tasks\/25 {
  background-color: rgb(186 68 68 / 0.25);
}
.bg-orgbrain-tasks\/30 {
  background-color: rgb(186 68 68 / 0.3);
}
.bg-orgbrain-tasks\/35 {
  background-color: rgb(186 68 68 / 0.35);
}
.bg-orgbrain-tasks\/40 {
  background-color: rgb(186 68 68 / 0.4);
}
.bg-orgbrain-tasks\/45 {
  background-color: rgb(186 68 68 / 0.45);
}
.bg-orgbrain-tasks\/5 {
  background-color: rgb(186 68 68 / 0.05);
}
.bg-orgbrain-tasks\/50 {
  background-color: rgb(186 68 68 / 0.5);
}
.bg-orgbrain-tasks\/55 {
  background-color: rgb(186 68 68 / 0.55);
}
.bg-orgbrain-tasks\/60 {
  background-color: rgb(186 68 68 / 0.6);
}
.bg-orgbrain-tasks\/65 {
  background-color: rgb(186 68 68 / 0.65);
}
.bg-orgbrain-tasks\/70 {
  background-color: rgb(186 68 68 / 0.7);
}
.bg-orgbrain-tasks\/75 {
  background-color: rgb(186 68 68 / 0.75);
}
.bg-orgbrain-tasks\/80 {
  background-color: rgb(186 68 68 / 0.8);
}
.bg-orgbrain-tasks\/85 {
  background-color: rgb(186 68 68 / 0.85);
}
.bg-orgbrain-tasks\/90 {
  background-color: rgb(186 68 68 / 0.9);
}
.bg-orgbrain-tasks\/95 {
  background-color: rgb(186 68 68 / 0.95);
}
.bg-orgbrain-text {
  --tw-bg-opacity: 1;
  background-color: rgb(18 51 64 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-text\/0 {
  background-color: rgb(18 51 64 / 0);
}
.bg-orgbrain-text\/10 {
  background-color: rgb(18 51 64 / 0.1);
}
.bg-orgbrain-text\/100 {
  background-color: rgb(18 51 64 / 1);
}
.bg-orgbrain-text\/15 {
  background-color: rgb(18 51 64 / 0.15);
}
.bg-orgbrain-text\/20 {
  background-color: rgb(18 51 64 / 0.2);
}
.bg-orgbrain-text\/25 {
  background-color: rgb(18 51 64 / 0.25);
}
.bg-orgbrain-text\/30 {
  background-color: rgb(18 51 64 / 0.3);
}
.bg-orgbrain-text\/35 {
  background-color: rgb(18 51 64 / 0.35);
}
.bg-orgbrain-text\/40 {
  background-color: rgb(18 51 64 / 0.4);
}
.bg-orgbrain-text\/45 {
  background-color: rgb(18 51 64 / 0.45);
}
.bg-orgbrain-text\/5 {
  background-color: rgb(18 51 64 / 0.05);
}
.bg-orgbrain-text\/50 {
  background-color: rgb(18 51 64 / 0.5);
}
.bg-orgbrain-text\/55 {
  background-color: rgb(18 51 64 / 0.55);
}
.bg-orgbrain-text\/60 {
  background-color: rgb(18 51 64 / 0.6);
}
.bg-orgbrain-text\/65 {
  background-color: rgb(18 51 64 / 0.65);
}
.bg-orgbrain-text\/70 {
  background-color: rgb(18 51 64 / 0.7);
}
.bg-orgbrain-text\/75 {
  background-color: rgb(18 51 64 / 0.75);
}
.bg-orgbrain-text\/80 {
  background-color: rgb(18 51 64 / 0.8);
}
.bg-orgbrain-text\/85 {
  background-color: rgb(18 51 64 / 0.85);
}
.bg-orgbrain-text\/90 {
  background-color: rgb(18 51 64 / 0.9);
}
.bg-orgbrain-text\/95 {
  background-color: rgb(18 51 64 / 0.95);
}
.bg-orgbrain-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(199 60 17 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-warning-background {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 205 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-warning-background\/0 {
  background-color: rgb(255 243 205 / 0);
}
.bg-orgbrain-warning-background\/10 {
  background-color: rgb(255 243 205 / 0.1);
}
.bg-orgbrain-warning-background\/100 {
  background-color: rgb(255 243 205 / 1);
}
.bg-orgbrain-warning-background\/15 {
  background-color: rgb(255 243 205 / 0.15);
}
.bg-orgbrain-warning-background\/20 {
  background-color: rgb(255 243 205 / 0.2);
}
.bg-orgbrain-warning-background\/25 {
  background-color: rgb(255 243 205 / 0.25);
}
.bg-orgbrain-warning-background\/30 {
  background-color: rgb(255 243 205 / 0.3);
}
.bg-orgbrain-warning-background\/35 {
  background-color: rgb(255 243 205 / 0.35);
}
.bg-orgbrain-warning-background\/40 {
  background-color: rgb(255 243 205 / 0.4);
}
.bg-orgbrain-warning-background\/45 {
  background-color: rgb(255 243 205 / 0.45);
}
.bg-orgbrain-warning-background\/5 {
  background-color: rgb(255 243 205 / 0.05);
}
.bg-orgbrain-warning-background\/50 {
  background-color: rgb(255 243 205 / 0.5);
}
.bg-orgbrain-warning-background\/55 {
  background-color: rgb(255 243 205 / 0.55);
}
.bg-orgbrain-warning-background\/60 {
  background-color: rgb(255 243 205 / 0.6);
}
.bg-orgbrain-warning-background\/65 {
  background-color: rgb(255 243 205 / 0.65);
}
.bg-orgbrain-warning-background\/70 {
  background-color: rgb(255 243 205 / 0.7);
}
.bg-orgbrain-warning-background\/75 {
  background-color: rgb(255 243 205 / 0.75);
}
.bg-orgbrain-warning-background\/80 {
  background-color: rgb(255 243 205 / 0.8);
}
.bg-orgbrain-warning-background\/85 {
  background-color: rgb(255 243 205 / 0.85);
}
.bg-orgbrain-warning-background\/90 {
  background-color: rgb(255 243 205 / 0.9);
}
.bg-orgbrain-warning-background\/95 {
  background-color: rgb(255 243 205 / 0.95);
}
.bg-orgbrain-warning\/0 {
  background-color: rgb(199 60 17 / 0);
}
.bg-orgbrain-warning\/10 {
  background-color: rgb(199 60 17 / 0.1);
}
.bg-orgbrain-warning\/100 {
  background-color: rgb(199 60 17 / 1);
}
.bg-orgbrain-warning\/15 {
  background-color: rgb(199 60 17 / 0.15);
}
.bg-orgbrain-warning\/20 {
  background-color: rgb(199 60 17 / 0.2);
}
.bg-orgbrain-warning\/25 {
  background-color: rgb(199 60 17 / 0.25);
}
.bg-orgbrain-warning\/30 {
  background-color: rgb(199 60 17 / 0.3);
}
.bg-orgbrain-warning\/35 {
  background-color: rgb(199 60 17 / 0.35);
}
.bg-orgbrain-warning\/40 {
  background-color: rgb(199 60 17 / 0.4);
}
.bg-orgbrain-warning\/45 {
  background-color: rgb(199 60 17 / 0.45);
}
.bg-orgbrain-warning\/5 {
  background-color: rgb(199 60 17 / 0.05);
}
.bg-orgbrain-warning\/50 {
  background-color: rgb(199 60 17 / 0.5);
}
.bg-orgbrain-warning\/55 {
  background-color: rgb(199 60 17 / 0.55);
}
.bg-orgbrain-warning\/60 {
  background-color: rgb(199 60 17 / 0.6);
}
.bg-orgbrain-warning\/65 {
  background-color: rgb(199 60 17 / 0.65);
}
.bg-orgbrain-warning\/70 {
  background-color: rgb(199 60 17 / 0.7);
}
.bg-orgbrain-warning\/75 {
  background-color: rgb(199 60 17 / 0.75);
}
.bg-orgbrain-warning\/80 {
  background-color: rgb(199 60 17 / 0.8);
}
.bg-orgbrain-warning\/85 {
  background-color: rgb(199 60 17 / 0.85);
}
.bg-orgbrain-warning\/90 {
  background-color: rgb(199 60 17 / 0.9);
}
.bg-orgbrain-warning\/95 {
  background-color: rgb(199 60 17 / 0.95);
}
.bg-orgbrain-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(246 190 77 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-yellow-text {
  --tw-bg-opacity: 1;
  background-color: rgb(214 147 11 / var(--tw-bg-opacity, 1));
}
.bg-orgbrain-yellow-text\/0 {
  background-color: rgb(214 147 11 / 0);
}
.bg-orgbrain-yellow-text\/10 {
  background-color: rgb(214 147 11 / 0.1);
}
.bg-orgbrain-yellow-text\/100 {
  background-color: rgb(214 147 11 / 1);
}
.bg-orgbrain-yellow-text\/15 {
  background-color: rgb(214 147 11 / 0.15);
}
.bg-orgbrain-yellow-text\/20 {
  background-color: rgb(214 147 11 / 0.2);
}
.bg-orgbrain-yellow-text\/25 {
  background-color: rgb(214 147 11 / 0.25);
}
.bg-orgbrain-yellow-text\/30 {
  background-color: rgb(214 147 11 / 0.3);
}
.bg-orgbrain-yellow-text\/35 {
  background-color: rgb(214 147 11 / 0.35);
}
.bg-orgbrain-yellow-text\/40 {
  background-color: rgb(214 147 11 / 0.4);
}
.bg-orgbrain-yellow-text\/45 {
  background-color: rgb(214 147 11 / 0.45);
}
.bg-orgbrain-yellow-text\/5 {
  background-color: rgb(214 147 11 / 0.05);
}
.bg-orgbrain-yellow-text\/50 {
  background-color: rgb(214 147 11 / 0.5);
}
.bg-orgbrain-yellow-text\/55 {
  background-color: rgb(214 147 11 / 0.55);
}
.bg-orgbrain-yellow-text\/60 {
  background-color: rgb(214 147 11 / 0.6);
}
.bg-orgbrain-yellow-text\/65 {
  background-color: rgb(214 147 11 / 0.65);
}
.bg-orgbrain-yellow-text\/70 {
  background-color: rgb(214 147 11 / 0.7);
}
.bg-orgbrain-yellow-text\/75 {
  background-color: rgb(214 147 11 / 0.75);
}
.bg-orgbrain-yellow-text\/80 {
  background-color: rgb(214 147 11 / 0.8);
}
.bg-orgbrain-yellow-text\/85 {
  background-color: rgb(214 147 11 / 0.85);
}
.bg-orgbrain-yellow-text\/90 {
  background-color: rgb(214 147 11 / 0.9);
}
.bg-orgbrain-yellow-text\/95 {
  background-color: rgb(214 147 11 / 0.95);
}
.bg-orgbrain-yellow\/0 {
  background-color: rgb(246 190 77 / 0);
}
.bg-orgbrain-yellow\/10 {
  background-color: rgb(246 190 77 / 0.1);
}
.bg-orgbrain-yellow\/100 {
  background-color: rgb(246 190 77 / 1);
}
.bg-orgbrain-yellow\/15 {
  background-color: rgb(246 190 77 / 0.15);
}
.bg-orgbrain-yellow\/20 {
  background-color: rgb(246 190 77 / 0.2);
}
.bg-orgbrain-yellow\/25 {
  background-color: rgb(246 190 77 / 0.25);
}
.bg-orgbrain-yellow\/30 {
  background-color: rgb(246 190 77 / 0.3);
}
.bg-orgbrain-yellow\/35 {
  background-color: rgb(246 190 77 / 0.35);
}
.bg-orgbrain-yellow\/40 {
  background-color: rgb(246 190 77 / 0.4);
}
.bg-orgbrain-yellow\/45 {
  background-color: rgb(246 190 77 / 0.45);
}
.bg-orgbrain-yellow\/5 {
  background-color: rgb(246 190 77 / 0.05);
}
.bg-orgbrain-yellow\/50 {
  background-color: rgb(246 190 77 / 0.5);
}
.bg-orgbrain-yellow\/55 {
  background-color: rgb(246 190 77 / 0.55);
}
.bg-orgbrain-yellow\/60 {
  background-color: rgb(246 190 77 / 0.6);
}
.bg-orgbrain-yellow\/65 {
  background-color: rgb(246 190 77 / 0.65);
}
.bg-orgbrain-yellow\/70 {
  background-color: rgb(246 190 77 / 0.7);
}
.bg-orgbrain-yellow\/75 {
  background-color: rgb(246 190 77 / 0.75);
}
.bg-orgbrain-yellow\/80 {
  background-color: rgb(246 190 77 / 0.8);
}
.bg-orgbrain-yellow\/85 {
  background-color: rgb(246 190 77 / 0.85);
}
.bg-orgbrain-yellow\/90 {
  background-color: rgb(246 190 77 / 0.9);
}
.bg-orgbrain-yellow\/95 {
  background-color: rgb(246 190 77 / 0.95);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.fill-black {
  fill: #000;
}
.object-contain {
  object-fit: contain;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-4 {
  padding: 1rem !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.\!px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.\!px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.\!px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.\!py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.\!py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.\!py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pb-1 {
  padding-bottom: 0.25rem !important;
}
.\!pb-10 {
  padding-bottom: 2.5rem !important;
}
.\!pb-12 {
  padding-bottom: 3rem !important;
}
.\!pb-16 {
  padding-bottom: 4rem !important;
}
.\!pb-2 {
  padding-bottom: 0.5rem !important;
}
.\!pb-3 {
  padding-bottom: 0.75rem !important;
}
.\!pb-4 {
  padding-bottom: 1rem !important;
}
.\!pb-5 {
  padding-bottom: 1.25rem !important;
}
.\!pb-6 {
  padding-bottom: 1.5rem !important;
}
.\!pb-8 {
  padding-bottom: 2rem !important;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.\!pl-10 {
  padding-left: 2.5rem !important;
}
.\!pl-12 {
  padding-left: 3rem !important;
}
.\!pl-2 {
  padding-left: 0.5rem !important;
}
.\!pl-3 {
  padding-left: 0.75rem !important;
}
.\!pl-4 {
  padding-left: 1rem !important;
}
.\!pl-5 {
  padding-left: 1.25rem !important;
}
.\!pl-6 {
  padding-left: 1.5rem !important;
}
.\!pl-8 {
  padding-left: 2rem !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.\!pr-1 {
  padding-right: 0.25rem !important;
}
.\!pr-10 {
  padding-right: 2.5rem !important;
}
.\!pr-2 {
  padding-right: 0.5rem !important;
}
.\!pr-3 {
  padding-right: 0.75rem !important;
}
.\!pr-4 {
  padding-right: 1rem !important;
}
.\!pr-5 {
  padding-right: 1.25rem !important;
}
.\!pr-6 {
  padding-right: 1.5rem !important;
}
.\!pr-8 {
  padding-right: 2rem !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.\!pt-1 {
  padding-top: 0.25rem !important;
}
.\!pt-10 {
  padding-top: 2.5rem !important;
}
.\!pt-12 {
  padding-top: 3rem !important;
}
.\!pt-2 {
  padding-top: 0.5rem !important;
}
.\!pt-3 {
  padding-top: 0.75rem !important;
}
.\!pt-4 {
  padding-top: 1rem !important;
}
.\!pt-6 {
  padding-top: 1.5rem !important;
}
.\!pt-8 {
  padding-top: 2rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[5px\] {
  padding-right: 5px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.font-mono {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.\!text-\[18px\] {
  font-size: 18px !important;
}
.\!text-\[48px\] {
  font-size: 48px !important;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[6px\] {
  font-size: 6px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.\!leading-tight {
  line-height: 1.25 !important;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orange-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-background {
  --tw-text-opacity: 1 !important;
  color: rgb(238 241 243 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-background\/0 {
  color: rgb(238 241 243 / 0) !important;
}
.\!text-orgbrain-background\/10 {
  color: rgb(238 241 243 / 0.1) !important;
}
.\!text-orgbrain-background\/100 {
  color: rgb(238 241 243 / 1) !important;
}
.\!text-orgbrain-background\/15 {
  color: rgb(238 241 243 / 0.15) !important;
}
.\!text-orgbrain-background\/20 {
  color: rgb(238 241 243 / 0.2) !important;
}
.\!text-orgbrain-background\/25 {
  color: rgb(238 241 243 / 0.25) !important;
}
.\!text-orgbrain-background\/30 {
  color: rgb(238 241 243 / 0.3) !important;
}
.\!text-orgbrain-background\/35 {
  color: rgb(238 241 243 / 0.35) !important;
}
.\!text-orgbrain-background\/40 {
  color: rgb(238 241 243 / 0.4) !important;
}
.\!text-orgbrain-background\/45 {
  color: rgb(238 241 243 / 0.45) !important;
}
.\!text-orgbrain-background\/5 {
  color: rgb(238 241 243 / 0.05) !important;
}
.\!text-orgbrain-background\/50 {
  color: rgb(238 241 243 / 0.5) !important;
}
.\!text-orgbrain-background\/55 {
  color: rgb(238 241 243 / 0.55) !important;
}
.\!text-orgbrain-background\/60 {
  color: rgb(238 241 243 / 0.6) !important;
}
.\!text-orgbrain-background\/65 {
  color: rgb(238 241 243 / 0.65) !important;
}
.\!text-orgbrain-background\/70 {
  color: rgb(238 241 243 / 0.7) !important;
}
.\!text-orgbrain-background\/75 {
  color: rgb(238 241 243 / 0.75) !important;
}
.\!text-orgbrain-background\/80 {
  color: rgb(238 241 243 / 0.8) !important;
}
.\!text-orgbrain-background\/85 {
  color: rgb(238 241 243 / 0.85) !important;
}
.\!text-orgbrain-background\/90 {
  color: rgb(238 241 243 / 0.9) !important;
}
.\!text-orgbrain-background\/95 {
  color: rgb(238 241 243 / 0.95) !important;
}
.\!text-orgbrain-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(0 151 167 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-blue-background {
  --tw-text-opacity: 1 !important;
  color: rgb(204 234 237 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-blue-background\/0 {
  color: rgb(204 234 237 / 0) !important;
}
.\!text-orgbrain-blue-background\/10 {
  color: rgb(204 234 237 / 0.1) !important;
}
.\!text-orgbrain-blue-background\/100 {
  color: rgb(204 234 237 / 1) !important;
}
.\!text-orgbrain-blue-background\/15 {
  color: rgb(204 234 237 / 0.15) !important;
}
.\!text-orgbrain-blue-background\/20 {
  color: rgb(204 234 237 / 0.2) !important;
}
.\!text-orgbrain-blue-background\/25 {
  color: rgb(204 234 237 / 0.25) !important;
}
.\!text-orgbrain-blue-background\/30 {
  color: rgb(204 234 237 / 0.3) !important;
}
.\!text-orgbrain-blue-background\/35 {
  color: rgb(204 234 237 / 0.35) !important;
}
.\!text-orgbrain-blue-background\/40 {
  color: rgb(204 234 237 / 0.4) !important;
}
.\!text-orgbrain-blue-background\/45 {
  color: rgb(204 234 237 / 0.45) !important;
}
.\!text-orgbrain-blue-background\/5 {
  color: rgb(204 234 237 / 0.05) !important;
}
.\!text-orgbrain-blue-background\/50 {
  color: rgb(204 234 237 / 0.5) !important;
}
.\!text-orgbrain-blue-background\/55 {
  color: rgb(204 234 237 / 0.55) !important;
}
.\!text-orgbrain-blue-background\/60 {
  color: rgb(204 234 237 / 0.6) !important;
}
.\!text-orgbrain-blue-background\/65 {
  color: rgb(204 234 237 / 0.65) !important;
}
.\!text-orgbrain-blue-background\/70 {
  color: rgb(204 234 237 / 0.7) !important;
}
.\!text-orgbrain-blue-background\/75 {
  color: rgb(204 234 237 / 0.75) !important;
}
.\!text-orgbrain-blue-background\/80 {
  color: rgb(204 234 237 / 0.8) !important;
}
.\!text-orgbrain-blue-background\/85 {
  color: rgb(204 234 237 / 0.85) !important;
}
.\!text-orgbrain-blue-background\/90 {
  color: rgb(204 234 237 / 0.9) !important;
}
.\!text-orgbrain-blue-background\/95 {
  color: rgb(204 234 237 / 0.95) !important;
}
.\!text-orgbrain-blue\/0 {
  color: rgb(0 151 167 / 0) !important;
}
.\!text-orgbrain-blue\/10 {
  color: rgb(0 151 167 / 0.1) !important;
}
.\!text-orgbrain-blue\/100 {
  color: rgb(0 151 167 / 1) !important;
}
.\!text-orgbrain-blue\/15 {
  color: rgb(0 151 167 / 0.15) !important;
}
.\!text-orgbrain-blue\/20 {
  color: rgb(0 151 167 / 0.2) !important;
}
.\!text-orgbrain-blue\/25 {
  color: rgb(0 151 167 / 0.25) !important;
}
.\!text-orgbrain-blue\/30 {
  color: rgb(0 151 167 / 0.3) !important;
}
.\!text-orgbrain-blue\/35 {
  color: rgb(0 151 167 / 0.35) !important;
}
.\!text-orgbrain-blue\/40 {
  color: rgb(0 151 167 / 0.4) !important;
}
.\!text-orgbrain-blue\/45 {
  color: rgb(0 151 167 / 0.45) !important;
}
.\!text-orgbrain-blue\/5 {
  color: rgb(0 151 167 / 0.05) !important;
}
.\!text-orgbrain-blue\/50 {
  color: rgb(0 151 167 / 0.5) !important;
}
.\!text-orgbrain-blue\/55 {
  color: rgb(0 151 167 / 0.55) !important;
}
.\!text-orgbrain-blue\/60 {
  color: rgb(0 151 167 / 0.6) !important;
}
.\!text-orgbrain-blue\/65 {
  color: rgb(0 151 167 / 0.65) !important;
}
.\!text-orgbrain-blue\/70 {
  color: rgb(0 151 167 / 0.7) !important;
}
.\!text-orgbrain-blue\/75 {
  color: rgb(0 151 167 / 0.75) !important;
}
.\!text-orgbrain-blue\/80 {
  color: rgb(0 151 167 / 0.8) !important;
}
.\!text-orgbrain-blue\/85 {
  color: rgb(0 151 167 / 0.85) !important;
}
.\!text-orgbrain-blue\/90 {
  color: rgb(0 151 167 / 0.9) !important;
}
.\!text-orgbrain-blue\/95 {
  color: rgb(0 151 167 / 0.95) !important;
}
.\!text-orgbrain-boardmatch {
  --tw-text-opacity: 1 !important;
  color: rgb(63 190 132 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-boardmatch\/0 {
  color: rgb(63 190 132 / 0) !important;
}
.\!text-orgbrain-boardmatch\/10 {
  color: rgb(63 190 132 / 0.1) !important;
}
.\!text-orgbrain-boardmatch\/100 {
  color: rgb(63 190 132 / 1) !important;
}
.\!text-orgbrain-boardmatch\/15 {
  color: rgb(63 190 132 / 0.15) !important;
}
.\!text-orgbrain-boardmatch\/20 {
  color: rgb(63 190 132 / 0.2) !important;
}
.\!text-orgbrain-boardmatch\/25 {
  color: rgb(63 190 132 / 0.25) !important;
}
.\!text-orgbrain-boardmatch\/30 {
  color: rgb(63 190 132 / 0.3) !important;
}
.\!text-orgbrain-boardmatch\/35 {
  color: rgb(63 190 132 / 0.35) !important;
}
.\!text-orgbrain-boardmatch\/40 {
  color: rgb(63 190 132 / 0.4) !important;
}
.\!text-orgbrain-boardmatch\/45 {
  color: rgb(63 190 132 / 0.45) !important;
}
.\!text-orgbrain-boardmatch\/5 {
  color: rgb(63 190 132 / 0.05) !important;
}
.\!text-orgbrain-boardmatch\/50 {
  color: rgb(63 190 132 / 0.5) !important;
}
.\!text-orgbrain-boardmatch\/55 {
  color: rgb(63 190 132 / 0.55) !important;
}
.\!text-orgbrain-boardmatch\/60 {
  color: rgb(63 190 132 / 0.6) !important;
}
.\!text-orgbrain-boardmatch\/65 {
  color: rgb(63 190 132 / 0.65) !important;
}
.\!text-orgbrain-boardmatch\/70 {
  color: rgb(63 190 132 / 0.7) !important;
}
.\!text-orgbrain-boardmatch\/75 {
  color: rgb(63 190 132 / 0.75) !important;
}
.\!text-orgbrain-boardmatch\/80 {
  color: rgb(63 190 132 / 0.8) !important;
}
.\!text-orgbrain-boardmatch\/85 {
  color: rgb(63 190 132 / 0.85) !important;
}
.\!text-orgbrain-boardmatch\/90 {
  color: rgb(63 190 132 / 0.9) !important;
}
.\!text-orgbrain-boardmatch\/95 {
  color: rgb(63 190 132 / 0.95) !important;
}
.\!text-orgbrain-boardschool {
  --tw-text-opacity: 1 !important;
  color: rgb(30 161 174 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-boardschool\/0 {
  color: rgb(30 161 174 / 0) !important;
}
.\!text-orgbrain-boardschool\/10 {
  color: rgb(30 161 174 / 0.1) !important;
}
.\!text-orgbrain-boardschool\/100 {
  color: rgb(30 161 174 / 1) !important;
}
.\!text-orgbrain-boardschool\/15 {
  color: rgb(30 161 174 / 0.15) !important;
}
.\!text-orgbrain-boardschool\/20 {
  color: rgb(30 161 174 / 0.2) !important;
}
.\!text-orgbrain-boardschool\/25 {
  color: rgb(30 161 174 / 0.25) !important;
}
.\!text-orgbrain-boardschool\/30 {
  color: rgb(30 161 174 / 0.3) !important;
}
.\!text-orgbrain-boardschool\/35 {
  color: rgb(30 161 174 / 0.35) !important;
}
.\!text-orgbrain-boardschool\/40 {
  color: rgb(30 161 174 / 0.4) !important;
}
.\!text-orgbrain-boardschool\/45 {
  color: rgb(30 161 174 / 0.45) !important;
}
.\!text-orgbrain-boardschool\/5 {
  color: rgb(30 161 174 / 0.05) !important;
}
.\!text-orgbrain-boardschool\/50 {
  color: rgb(30 161 174 / 0.5) !important;
}
.\!text-orgbrain-boardschool\/55 {
  color: rgb(30 161 174 / 0.55) !important;
}
.\!text-orgbrain-boardschool\/60 {
  color: rgb(30 161 174 / 0.6) !important;
}
.\!text-orgbrain-boardschool\/65 {
  color: rgb(30 161 174 / 0.65) !important;
}
.\!text-orgbrain-boardschool\/70 {
  color: rgb(30 161 174 / 0.7) !important;
}
.\!text-orgbrain-boardschool\/75 {
  color: rgb(30 161 174 / 0.75) !important;
}
.\!text-orgbrain-boardschool\/80 {
  color: rgb(30 161 174 / 0.8) !important;
}
.\!text-orgbrain-boardschool\/85 {
  color: rgb(30 161 174 / 0.85) !important;
}
.\!text-orgbrain-boardschool\/90 {
  color: rgb(30 161 174 / 0.9) !important;
}
.\!text-orgbrain-boardschool\/95 {
  color: rgb(30 161 174 / 0.95) !important;
}
.\!text-orgbrain-border {
  --tw-text-opacity: 1 !important;
  color: rgb(208 208 208 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-border\/0 {
  color: rgb(208 208 208 / 0) !important;
}
.\!text-orgbrain-border\/10 {
  color: rgb(208 208 208 / 0.1) !important;
}
.\!text-orgbrain-border\/100 {
  color: rgb(208 208 208 / 1) !important;
}
.\!text-orgbrain-border\/15 {
  color: rgb(208 208 208 / 0.15) !important;
}
.\!text-orgbrain-border\/20 {
  color: rgb(208 208 208 / 0.2) !important;
}
.\!text-orgbrain-border\/25 {
  color: rgb(208 208 208 / 0.25) !important;
}
.\!text-orgbrain-border\/30 {
  color: rgb(208 208 208 / 0.3) !important;
}
.\!text-orgbrain-border\/35 {
  color: rgb(208 208 208 / 0.35) !important;
}
.\!text-orgbrain-border\/40 {
  color: rgb(208 208 208 / 0.4) !important;
}
.\!text-orgbrain-border\/45 {
  color: rgb(208 208 208 / 0.45) !important;
}
.\!text-orgbrain-border\/5 {
  color: rgb(208 208 208 / 0.05) !important;
}
.\!text-orgbrain-border\/50 {
  color: rgb(208 208 208 / 0.5) !important;
}
.\!text-orgbrain-border\/55 {
  color: rgb(208 208 208 / 0.55) !important;
}
.\!text-orgbrain-border\/60 {
  color: rgb(208 208 208 / 0.6) !important;
}
.\!text-orgbrain-border\/65 {
  color: rgb(208 208 208 / 0.65) !important;
}
.\!text-orgbrain-border\/70 {
  color: rgb(208 208 208 / 0.7) !important;
}
.\!text-orgbrain-border\/75 {
  color: rgb(208 208 208 / 0.75) !important;
}
.\!text-orgbrain-border\/80 {
  color: rgb(208 208 208 / 0.8) !important;
}
.\!text-orgbrain-border\/85 {
  color: rgb(208 208 208 / 0.85) !important;
}
.\!text-orgbrain-border\/90 {
  color: rgb(208 208 208 / 0.9) !important;
}
.\!text-orgbrain-border\/95 {
  color: rgb(208 208 208 / 0.95) !important;
}
.\!text-orgbrain-called-color {
  --tw-text-opacity: 1 !important;
  color: rgb(53 138 191 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-called-color\/0 {
  color: rgb(53 138 191 / 0) !important;
}
.\!text-orgbrain-called-color\/10 {
  color: rgb(53 138 191 / 0.1) !important;
}
.\!text-orgbrain-called-color\/100 {
  color: rgb(53 138 191 / 1) !important;
}
.\!text-orgbrain-called-color\/15 {
  color: rgb(53 138 191 / 0.15) !important;
}
.\!text-orgbrain-called-color\/20 {
  color: rgb(53 138 191 / 0.2) !important;
}
.\!text-orgbrain-called-color\/25 {
  color: rgb(53 138 191 / 0.25) !important;
}
.\!text-orgbrain-called-color\/30 {
  color: rgb(53 138 191 / 0.3) !important;
}
.\!text-orgbrain-called-color\/35 {
  color: rgb(53 138 191 / 0.35) !important;
}
.\!text-orgbrain-called-color\/40 {
  color: rgb(53 138 191 / 0.4) !important;
}
.\!text-orgbrain-called-color\/45 {
  color: rgb(53 138 191 / 0.45) !important;
}
.\!text-orgbrain-called-color\/5 {
  color: rgb(53 138 191 / 0.05) !important;
}
.\!text-orgbrain-called-color\/50 {
  color: rgb(53 138 191 / 0.5) !important;
}
.\!text-orgbrain-called-color\/55 {
  color: rgb(53 138 191 / 0.55) !important;
}
.\!text-orgbrain-called-color\/60 {
  color: rgb(53 138 191 / 0.6) !important;
}
.\!text-orgbrain-called-color\/65 {
  color: rgb(53 138 191 / 0.65) !important;
}
.\!text-orgbrain-called-color\/70 {
  color: rgb(53 138 191 / 0.7) !important;
}
.\!text-orgbrain-called-color\/75 {
  color: rgb(53 138 191 / 0.75) !important;
}
.\!text-orgbrain-called-color\/80 {
  color: rgb(53 138 191 / 0.8) !important;
}
.\!text-orgbrain-called-color\/85 {
  color: rgb(53 138 191 / 0.85) !important;
}
.\!text-orgbrain-called-color\/90 {
  color: rgb(53 138 191 / 0.9) !important;
}
.\!text-orgbrain-called-color\/95 {
  color: rgb(53 138 191 / 0.95) !important;
}
.\!text-orgbrain-communication {
  --tw-text-opacity: 1 !important;
  color: rgb(182 107 186 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-communication\/0 {
  color: rgb(182 107 186 / 0) !important;
}
.\!text-orgbrain-communication\/10 {
  color: rgb(182 107 186 / 0.1) !important;
}
.\!text-orgbrain-communication\/100 {
  color: rgb(182 107 186 / 1) !important;
}
.\!text-orgbrain-communication\/15 {
  color: rgb(182 107 186 / 0.15) !important;
}
.\!text-orgbrain-communication\/20 {
  color: rgb(182 107 186 / 0.2) !important;
}
.\!text-orgbrain-communication\/25 {
  color: rgb(182 107 186 / 0.25) !important;
}
.\!text-orgbrain-communication\/30 {
  color: rgb(182 107 186 / 0.3) !important;
}
.\!text-orgbrain-communication\/35 {
  color: rgb(182 107 186 / 0.35) !important;
}
.\!text-orgbrain-communication\/40 {
  color: rgb(182 107 186 / 0.4) !important;
}
.\!text-orgbrain-communication\/45 {
  color: rgb(182 107 186 / 0.45) !important;
}
.\!text-orgbrain-communication\/5 {
  color: rgb(182 107 186 / 0.05) !important;
}
.\!text-orgbrain-communication\/50 {
  color: rgb(182 107 186 / 0.5) !important;
}
.\!text-orgbrain-communication\/55 {
  color: rgb(182 107 186 / 0.55) !important;
}
.\!text-orgbrain-communication\/60 {
  color: rgb(182 107 186 / 0.6) !important;
}
.\!text-orgbrain-communication\/65 {
  color: rgb(182 107 186 / 0.65) !important;
}
.\!text-orgbrain-communication\/70 {
  color: rgb(182 107 186 / 0.7) !important;
}
.\!text-orgbrain-communication\/75 {
  color: rgb(182 107 186 / 0.75) !important;
}
.\!text-orgbrain-communication\/80 {
  color: rgb(182 107 186 / 0.8) !important;
}
.\!text-orgbrain-communication\/85 {
  color: rgb(182 107 186 / 0.85) !important;
}
.\!text-orgbrain-communication\/90 {
  color: rgb(182 107 186 / 0.9) !important;
}
.\!text-orgbrain-communication\/95 {
  color: rgb(182 107 186 / 0.95) !important;
}
.\!text-orgbrain-complete {
  --tw-text-opacity: 1 !important;
  color: rgb(72 150 76 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-complete-background {
  --tw-text-opacity: 1 !important;
  color: rgb(228 243 229 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-complete-background\/0 {
  color: rgb(228 243 229 / 0) !important;
}
.\!text-orgbrain-complete-background\/10 {
  color: rgb(228 243 229 / 0.1) !important;
}
.\!text-orgbrain-complete-background\/100 {
  color: rgb(228 243 229 / 1) !important;
}
.\!text-orgbrain-complete-background\/15 {
  color: rgb(228 243 229 / 0.15) !important;
}
.\!text-orgbrain-complete-background\/20 {
  color: rgb(228 243 229 / 0.2) !important;
}
.\!text-orgbrain-complete-background\/25 {
  color: rgb(228 243 229 / 0.25) !important;
}
.\!text-orgbrain-complete-background\/30 {
  color: rgb(228 243 229 / 0.3) !important;
}
.\!text-orgbrain-complete-background\/35 {
  color: rgb(228 243 229 / 0.35) !important;
}
.\!text-orgbrain-complete-background\/40 {
  color: rgb(228 243 229 / 0.4) !important;
}
.\!text-orgbrain-complete-background\/45 {
  color: rgb(228 243 229 / 0.45) !important;
}
.\!text-orgbrain-complete-background\/5 {
  color: rgb(228 243 229 / 0.05) !important;
}
.\!text-orgbrain-complete-background\/50 {
  color: rgb(228 243 229 / 0.5) !important;
}
.\!text-orgbrain-complete-background\/55 {
  color: rgb(228 243 229 / 0.55) !important;
}
.\!text-orgbrain-complete-background\/60 {
  color: rgb(228 243 229 / 0.6) !important;
}
.\!text-orgbrain-complete-background\/65 {
  color: rgb(228 243 229 / 0.65) !important;
}
.\!text-orgbrain-complete-background\/70 {
  color: rgb(228 243 229 / 0.7) !important;
}
.\!text-orgbrain-complete-background\/75 {
  color: rgb(228 243 229 / 0.75) !important;
}
.\!text-orgbrain-complete-background\/80 {
  color: rgb(228 243 229 / 0.8) !important;
}
.\!text-orgbrain-complete-background\/85 {
  color: rgb(228 243 229 / 0.85) !important;
}
.\!text-orgbrain-complete-background\/90 {
  color: rgb(228 243 229 / 0.9) !important;
}
.\!text-orgbrain-complete-background\/95 {
  color: rgb(228 243 229 / 0.95) !important;
}
.\!text-orgbrain-complete\/0 {
  color: rgb(72 150 76 / 0) !important;
}
.\!text-orgbrain-complete\/10 {
  color: rgb(72 150 76 / 0.1) !important;
}
.\!text-orgbrain-complete\/100 {
  color: rgb(72 150 76 / 1) !important;
}
.\!text-orgbrain-complete\/15 {
  color: rgb(72 150 76 / 0.15) !important;
}
.\!text-orgbrain-complete\/20 {
  color: rgb(72 150 76 / 0.2) !important;
}
.\!text-orgbrain-complete\/25 {
  color: rgb(72 150 76 / 0.25) !important;
}
.\!text-orgbrain-complete\/30 {
  color: rgb(72 150 76 / 0.3) !important;
}
.\!text-orgbrain-complete\/35 {
  color: rgb(72 150 76 / 0.35) !important;
}
.\!text-orgbrain-complete\/40 {
  color: rgb(72 150 76 / 0.4) !important;
}
.\!text-orgbrain-complete\/45 {
  color: rgb(72 150 76 / 0.45) !important;
}
.\!text-orgbrain-complete\/5 {
  color: rgb(72 150 76 / 0.05) !important;
}
.\!text-orgbrain-complete\/50 {
  color: rgb(72 150 76 / 0.5) !important;
}
.\!text-orgbrain-complete\/55 {
  color: rgb(72 150 76 / 0.55) !important;
}
.\!text-orgbrain-complete\/60 {
  color: rgb(72 150 76 / 0.6) !important;
}
.\!text-orgbrain-complete\/65 {
  color: rgb(72 150 76 / 0.65) !important;
}
.\!text-orgbrain-complete\/70 {
  color: rgb(72 150 76 / 0.7) !important;
}
.\!text-orgbrain-complete\/75 {
  color: rgb(72 150 76 / 0.75) !important;
}
.\!text-orgbrain-complete\/80 {
  color: rgb(72 150 76 / 0.8) !important;
}
.\!text-orgbrain-complete\/85 {
  color: rgb(72 150 76 / 0.85) !important;
}
.\!text-orgbrain-complete\/90 {
  color: rgb(72 150 76 / 0.9) !important;
}
.\!text-orgbrain-complete\/95 {
  color: rgb(72 150 76 / 0.95) !important;
}
.\!text-orgbrain-dark-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(0 77 85 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-dark-blue\/0 {
  color: rgb(0 77 85 / 0) !important;
}
.\!text-orgbrain-dark-blue\/10 {
  color: rgb(0 77 85 / 0.1) !important;
}
.\!text-orgbrain-dark-blue\/100 {
  color: rgb(0 77 85 / 1) !important;
}
.\!text-orgbrain-dark-blue\/15 {
  color: rgb(0 77 85 / 0.15) !important;
}
.\!text-orgbrain-dark-blue\/20 {
  color: rgb(0 77 85 / 0.2) !important;
}
.\!text-orgbrain-dark-blue\/25 {
  color: rgb(0 77 85 / 0.25) !important;
}
.\!text-orgbrain-dark-blue\/30 {
  color: rgb(0 77 85 / 0.3) !important;
}
.\!text-orgbrain-dark-blue\/35 {
  color: rgb(0 77 85 / 0.35) !important;
}
.\!text-orgbrain-dark-blue\/40 {
  color: rgb(0 77 85 / 0.4) !important;
}
.\!text-orgbrain-dark-blue\/45 {
  color: rgb(0 77 85 / 0.45) !important;
}
.\!text-orgbrain-dark-blue\/5 {
  color: rgb(0 77 85 / 0.05) !important;
}
.\!text-orgbrain-dark-blue\/50 {
  color: rgb(0 77 85 / 0.5) !important;
}
.\!text-orgbrain-dark-blue\/55 {
  color: rgb(0 77 85 / 0.55) !important;
}
.\!text-orgbrain-dark-blue\/60 {
  color: rgb(0 77 85 / 0.6) !important;
}
.\!text-orgbrain-dark-blue\/65 {
  color: rgb(0 77 85 / 0.65) !important;
}
.\!text-orgbrain-dark-blue\/70 {
  color: rgb(0 77 85 / 0.7) !important;
}
.\!text-orgbrain-dark-blue\/75 {
  color: rgb(0 77 85 / 0.75) !important;
}
.\!text-orgbrain-dark-blue\/80 {
  color: rgb(0 77 85 / 0.8) !important;
}
.\!text-orgbrain-dark-blue\/85 {
  color: rgb(0 77 85 / 0.85) !important;
}
.\!text-orgbrain-dark-blue\/90 {
  color: rgb(0 77 85 / 0.9) !important;
}
.\!text-orgbrain-dark-blue\/95 {
  color: rgb(0 77 85 / 0.95) !important;
}
.\!text-orgbrain-digital-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(87 195 184 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-digital-blue\/0 {
  color: rgb(87 195 184 / 0) !important;
}
.\!text-orgbrain-digital-blue\/10 {
  color: rgb(87 195 184 / 0.1) !important;
}
.\!text-orgbrain-digital-blue\/100 {
  color: rgb(87 195 184 / 1) !important;
}
.\!text-orgbrain-digital-blue\/15 {
  color: rgb(87 195 184 / 0.15) !important;
}
.\!text-orgbrain-digital-blue\/20 {
  color: rgb(87 195 184 / 0.2) !important;
}
.\!text-orgbrain-digital-blue\/25 {
  color: rgb(87 195 184 / 0.25) !important;
}
.\!text-orgbrain-digital-blue\/30 {
  color: rgb(87 195 184 / 0.3) !important;
}
.\!text-orgbrain-digital-blue\/35 {
  color: rgb(87 195 184 / 0.35) !important;
}
.\!text-orgbrain-digital-blue\/40 {
  color: rgb(87 195 184 / 0.4) !important;
}
.\!text-orgbrain-digital-blue\/45 {
  color: rgb(87 195 184 / 0.45) !important;
}
.\!text-orgbrain-digital-blue\/5 {
  color: rgb(87 195 184 / 0.05) !important;
}
.\!text-orgbrain-digital-blue\/50 {
  color: rgb(87 195 184 / 0.5) !important;
}
.\!text-orgbrain-digital-blue\/55 {
  color: rgb(87 195 184 / 0.55) !important;
}
.\!text-orgbrain-digital-blue\/60 {
  color: rgb(87 195 184 / 0.6) !important;
}
.\!text-orgbrain-digital-blue\/65 {
  color: rgb(87 195 184 / 0.65) !important;
}
.\!text-orgbrain-digital-blue\/70 {
  color: rgb(87 195 184 / 0.7) !important;
}
.\!text-orgbrain-digital-blue\/75 {
  color: rgb(87 195 184 / 0.75) !important;
}
.\!text-orgbrain-digital-blue\/80 {
  color: rgb(87 195 184 / 0.8) !important;
}
.\!text-orgbrain-digital-blue\/85 {
  color: rgb(87 195 184 / 0.85) !important;
}
.\!text-orgbrain-digital-blue\/90 {
  color: rgb(87 195 184 / 0.9) !important;
}
.\!text-orgbrain-digital-blue\/95 {
  color: rgb(87 195 184 / 0.95) !important;
}
.\!text-orgbrain-error-background {
  --tw-text-opacity: 1 !important;
  color: rgb(248 224 224 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-error-background\/0 {
  color: rgb(248 224 224 / 0) !important;
}
.\!text-orgbrain-error-background\/10 {
  color: rgb(248 224 224 / 0.1) !important;
}
.\!text-orgbrain-error-background\/100 {
  color: rgb(248 224 224 / 1) !important;
}
.\!text-orgbrain-error-background\/15 {
  color: rgb(248 224 224 / 0.15) !important;
}
.\!text-orgbrain-error-background\/20 {
  color: rgb(248 224 224 / 0.2) !important;
}
.\!text-orgbrain-error-background\/25 {
  color: rgb(248 224 224 / 0.25) !important;
}
.\!text-orgbrain-error-background\/30 {
  color: rgb(248 224 224 / 0.3) !important;
}
.\!text-orgbrain-error-background\/35 {
  color: rgb(248 224 224 / 0.35) !important;
}
.\!text-orgbrain-error-background\/40 {
  color: rgb(248 224 224 / 0.4) !important;
}
.\!text-orgbrain-error-background\/45 {
  color: rgb(248 224 224 / 0.45) !important;
}
.\!text-orgbrain-error-background\/5 {
  color: rgb(248 224 224 / 0.05) !important;
}
.\!text-orgbrain-error-background\/50 {
  color: rgb(248 224 224 / 0.5) !important;
}
.\!text-orgbrain-error-background\/55 {
  color: rgb(248 224 224 / 0.55) !important;
}
.\!text-orgbrain-error-background\/60 {
  color: rgb(248 224 224 / 0.6) !important;
}
.\!text-orgbrain-error-background\/65 {
  color: rgb(248 224 224 / 0.65) !important;
}
.\!text-orgbrain-error-background\/70 {
  color: rgb(248 224 224 / 0.7) !important;
}
.\!text-orgbrain-error-background\/75 {
  color: rgb(248 224 224 / 0.75) !important;
}
.\!text-orgbrain-error-background\/80 {
  color: rgb(248 224 224 / 0.8) !important;
}
.\!text-orgbrain-error-background\/85 {
  color: rgb(248 224 224 / 0.85) !important;
}
.\!text-orgbrain-error-background\/90 {
  color: rgb(248 224 224 / 0.9) !important;
}
.\!text-orgbrain-error-background\/95 {
  color: rgb(248 224 224 / 0.95) !important;
}
.\!text-orgbrain-files {
  --tw-text-opacity: 1 !important;
  color: rgb(86 170 90 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-files\/0 {
  color: rgb(86 170 90 / 0) !important;
}
.\!text-orgbrain-files\/10 {
  color: rgb(86 170 90 / 0.1) !important;
}
.\!text-orgbrain-files\/100 {
  color: rgb(86 170 90 / 1) !important;
}
.\!text-orgbrain-files\/15 {
  color: rgb(86 170 90 / 0.15) !important;
}
.\!text-orgbrain-files\/20 {
  color: rgb(86 170 90 / 0.2) !important;
}
.\!text-orgbrain-files\/25 {
  color: rgb(86 170 90 / 0.25) !important;
}
.\!text-orgbrain-files\/30 {
  color: rgb(86 170 90 / 0.3) !important;
}
.\!text-orgbrain-files\/35 {
  color: rgb(86 170 90 / 0.35) !important;
}
.\!text-orgbrain-files\/40 {
  color: rgb(86 170 90 / 0.4) !important;
}
.\!text-orgbrain-files\/45 {
  color: rgb(86 170 90 / 0.45) !important;
}
.\!text-orgbrain-files\/5 {
  color: rgb(86 170 90 / 0.05) !important;
}
.\!text-orgbrain-files\/50 {
  color: rgb(86 170 90 / 0.5) !important;
}
.\!text-orgbrain-files\/55 {
  color: rgb(86 170 90 / 0.55) !important;
}
.\!text-orgbrain-files\/60 {
  color: rgb(86 170 90 / 0.6) !important;
}
.\!text-orgbrain-files\/65 {
  color: rgb(86 170 90 / 0.65) !important;
}
.\!text-orgbrain-files\/70 {
  color: rgb(86 170 90 / 0.7) !important;
}
.\!text-orgbrain-files\/75 {
  color: rgb(86 170 90 / 0.75) !important;
}
.\!text-orgbrain-files\/80 {
  color: rgb(86 170 90 / 0.8) !important;
}
.\!text-orgbrain-files\/85 {
  color: rgb(86 170 90 / 0.85) !important;
}
.\!text-orgbrain-files\/90 {
  color: rgb(86 170 90 / 0.9) !important;
}
.\!text-orgbrain-files\/95 {
  color: rgb(86 170 90 / 0.95) !important;
}
.\!text-orgbrain-form-background {
  --tw-text-opacity: 1 !important;
  color: rgb(242 247 248 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-form-background\/0 {
  color: rgb(242 247 248 / 0) !important;
}
.\!text-orgbrain-form-background\/10 {
  color: rgb(242 247 248 / 0.1) !important;
}
.\!text-orgbrain-form-background\/100 {
  color: rgb(242 247 248 / 1) !important;
}
.\!text-orgbrain-form-background\/15 {
  color: rgb(242 247 248 / 0.15) !important;
}
.\!text-orgbrain-form-background\/20 {
  color: rgb(242 247 248 / 0.2) !important;
}
.\!text-orgbrain-form-background\/25 {
  color: rgb(242 247 248 / 0.25) !important;
}
.\!text-orgbrain-form-background\/30 {
  color: rgb(242 247 248 / 0.3) !important;
}
.\!text-orgbrain-form-background\/35 {
  color: rgb(242 247 248 / 0.35) !important;
}
.\!text-orgbrain-form-background\/40 {
  color: rgb(242 247 248 / 0.4) !important;
}
.\!text-orgbrain-form-background\/45 {
  color: rgb(242 247 248 / 0.45) !important;
}
.\!text-orgbrain-form-background\/5 {
  color: rgb(242 247 248 / 0.05) !important;
}
.\!text-orgbrain-form-background\/50 {
  color: rgb(242 247 248 / 0.5) !important;
}
.\!text-orgbrain-form-background\/55 {
  color: rgb(242 247 248 / 0.55) !important;
}
.\!text-orgbrain-form-background\/60 {
  color: rgb(242 247 248 / 0.6) !important;
}
.\!text-orgbrain-form-background\/65 {
  color: rgb(242 247 248 / 0.65) !important;
}
.\!text-orgbrain-form-background\/70 {
  color: rgb(242 247 248 / 0.7) !important;
}
.\!text-orgbrain-form-background\/75 {
  color: rgb(242 247 248 / 0.75) !important;
}
.\!text-orgbrain-form-background\/80 {
  color: rgb(242 247 248 / 0.8) !important;
}
.\!text-orgbrain-form-background\/85 {
  color: rgb(242 247 248 / 0.85) !important;
}
.\!text-orgbrain-form-background\/90 {
  color: rgb(242 247 248 / 0.9) !important;
}
.\!text-orgbrain-form-background\/95 {
  color: rgb(242 247 248 / 0.95) !important;
}
.\!text-orgbrain-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(84 110 122 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-gray-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(132 157 188 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-gray-blue\/0 {
  color: rgb(132 157 188 / 0) !important;
}
.\!text-orgbrain-gray-blue\/10 {
  color: rgb(132 157 188 / 0.1) !important;
}
.\!text-orgbrain-gray-blue\/100 {
  color: rgb(132 157 188 / 1) !important;
}
.\!text-orgbrain-gray-blue\/15 {
  color: rgb(132 157 188 / 0.15) !important;
}
.\!text-orgbrain-gray-blue\/20 {
  color: rgb(132 157 188 / 0.2) !important;
}
.\!text-orgbrain-gray-blue\/25 {
  color: rgb(132 157 188 / 0.25) !important;
}
.\!text-orgbrain-gray-blue\/30 {
  color: rgb(132 157 188 / 0.3) !important;
}
.\!text-orgbrain-gray-blue\/35 {
  color: rgb(132 157 188 / 0.35) !important;
}
.\!text-orgbrain-gray-blue\/40 {
  color: rgb(132 157 188 / 0.4) !important;
}
.\!text-orgbrain-gray-blue\/45 {
  color: rgb(132 157 188 / 0.45) !important;
}
.\!text-orgbrain-gray-blue\/5 {
  color: rgb(132 157 188 / 0.05) !important;
}
.\!text-orgbrain-gray-blue\/50 {
  color: rgb(132 157 188 / 0.5) !important;
}
.\!text-orgbrain-gray-blue\/55 {
  color: rgb(132 157 188 / 0.55) !important;
}
.\!text-orgbrain-gray-blue\/60 {
  color: rgb(132 157 188 / 0.6) !important;
}
.\!text-orgbrain-gray-blue\/65 {
  color: rgb(132 157 188 / 0.65) !important;
}
.\!text-orgbrain-gray-blue\/70 {
  color: rgb(132 157 188 / 0.7) !important;
}
.\!text-orgbrain-gray-blue\/75 {
  color: rgb(132 157 188 / 0.75) !important;
}
.\!text-orgbrain-gray-blue\/80 {
  color: rgb(132 157 188 / 0.8) !important;
}
.\!text-orgbrain-gray-blue\/85 {
  color: rgb(132 157 188 / 0.85) !important;
}
.\!text-orgbrain-gray-blue\/90 {
  color: rgb(132 157 188 / 0.9) !important;
}
.\!text-orgbrain-gray-blue\/95 {
  color: rgb(132 157 188 / 0.95) !important;
}
.\!text-orgbrain-gray\/0 {
  color: rgb(84 110 122 / 0) !important;
}
.\!text-orgbrain-gray\/10 {
  color: rgb(84 110 122 / 0.1) !important;
}
.\!text-orgbrain-gray\/100 {
  color: rgb(84 110 122 / 1) !important;
}
.\!text-orgbrain-gray\/15 {
  color: rgb(84 110 122 / 0.15) !important;
}
.\!text-orgbrain-gray\/20 {
  color: rgb(84 110 122 / 0.2) !important;
}
.\!text-orgbrain-gray\/25 {
  color: rgb(84 110 122 / 0.25) !important;
}
.\!text-orgbrain-gray\/30 {
  color: rgb(84 110 122 / 0.3) !important;
}
.\!text-orgbrain-gray\/35 {
  color: rgb(84 110 122 / 0.35) !important;
}
.\!text-orgbrain-gray\/40 {
  color: rgb(84 110 122 / 0.4) !important;
}
.\!text-orgbrain-gray\/45 {
  color: rgb(84 110 122 / 0.45) !important;
}
.\!text-orgbrain-gray\/5 {
  color: rgb(84 110 122 / 0.05) !important;
}
.\!text-orgbrain-gray\/50 {
  color: rgb(84 110 122 / 0.5) !important;
}
.\!text-orgbrain-gray\/55 {
  color: rgb(84 110 122 / 0.55) !important;
}
.\!text-orgbrain-gray\/60 {
  color: rgb(84 110 122 / 0.6) !important;
}
.\!text-orgbrain-gray\/65 {
  color: rgb(84 110 122 / 0.65) !important;
}
.\!text-orgbrain-gray\/70 {
  color: rgb(84 110 122 / 0.7) !important;
}
.\!text-orgbrain-gray\/75 {
  color: rgb(84 110 122 / 0.75) !important;
}
.\!text-orgbrain-gray\/80 {
  color: rgb(84 110 122 / 0.8) !important;
}
.\!text-orgbrain-gray\/85 {
  color: rgb(84 110 122 / 0.85) !important;
}
.\!text-orgbrain-gray\/90 {
  color: rgb(84 110 122 / 0.9) !important;
}
.\!text-orgbrain-gray\/95 {
  color: rgb(84 110 122 / 0.95) !important;
}
.\!text-orgbrain-grey-background {
  --tw-text-opacity: 1 !important;
  color: rgb(238 240 242 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-grey-background\/0 {
  color: rgb(238 240 242 / 0) !important;
}
.\!text-orgbrain-grey-background\/10 {
  color: rgb(238 240 242 / 0.1) !important;
}
.\!text-orgbrain-grey-background\/100 {
  color: rgb(238 240 242 / 1) !important;
}
.\!text-orgbrain-grey-background\/15 {
  color: rgb(238 240 242 / 0.15) !important;
}
.\!text-orgbrain-grey-background\/20 {
  color: rgb(238 240 242 / 0.2) !important;
}
.\!text-orgbrain-grey-background\/25 {
  color: rgb(238 240 242 / 0.25) !important;
}
.\!text-orgbrain-grey-background\/30 {
  color: rgb(238 240 242 / 0.3) !important;
}
.\!text-orgbrain-grey-background\/35 {
  color: rgb(238 240 242 / 0.35) !important;
}
.\!text-orgbrain-grey-background\/40 {
  color: rgb(238 240 242 / 0.4) !important;
}
.\!text-orgbrain-grey-background\/45 {
  color: rgb(238 240 242 / 0.45) !important;
}
.\!text-orgbrain-grey-background\/5 {
  color: rgb(238 240 242 / 0.05) !important;
}
.\!text-orgbrain-grey-background\/50 {
  color: rgb(238 240 242 / 0.5) !important;
}
.\!text-orgbrain-grey-background\/55 {
  color: rgb(238 240 242 / 0.55) !important;
}
.\!text-orgbrain-grey-background\/60 {
  color: rgb(238 240 242 / 0.6) !important;
}
.\!text-orgbrain-grey-background\/65 {
  color: rgb(238 240 242 / 0.65) !important;
}
.\!text-orgbrain-grey-background\/70 {
  color: rgb(238 240 242 / 0.7) !important;
}
.\!text-orgbrain-grey-background\/75 {
  color: rgb(238 240 242 / 0.75) !important;
}
.\!text-orgbrain-grey-background\/80 {
  color: rgb(238 240 242 / 0.8) !important;
}
.\!text-orgbrain-grey-background\/85 {
  color: rgb(238 240 242 / 0.85) !important;
}
.\!text-orgbrain-grey-background\/90 {
  color: rgb(238 240 242 / 0.9) !important;
}
.\!text-orgbrain-grey-background\/95 {
  color: rgb(238 240 242 / 0.95) !important;
}
.\!text-orgbrain-hover-background {
  color: #0000000a !important;
}
.\!text-orgbrain-hover-background\/0 {
  color: rgb(0 0 0 / 0) !important;
}
.\!text-orgbrain-hover-background\/10 {
  color: rgb(0 0 0 / 0.1) !important;
}
.\!text-orgbrain-hover-background\/100 {
  color: rgb(0 0 0 / 1) !important;
}
.\!text-orgbrain-hover-background\/15 {
  color: rgb(0 0 0 / 0.15) !important;
}
.\!text-orgbrain-hover-background\/20 {
  color: rgb(0 0 0 / 0.2) !important;
}
.\!text-orgbrain-hover-background\/25 {
  color: rgb(0 0 0 / 0.25) !important;
}
.\!text-orgbrain-hover-background\/30 {
  color: rgb(0 0 0 / 0.3) !important;
}
.\!text-orgbrain-hover-background\/35 {
  color: rgb(0 0 0 / 0.35) !important;
}
.\!text-orgbrain-hover-background\/40 {
  color: rgb(0 0 0 / 0.4) !important;
}
.\!text-orgbrain-hover-background\/45 {
  color: rgb(0 0 0 / 0.45) !important;
}
.\!text-orgbrain-hover-background\/5 {
  color: rgb(0 0 0 / 0.05) !important;
}
.\!text-orgbrain-hover-background\/50 {
  color: rgb(0 0 0 / 0.5) !important;
}
.\!text-orgbrain-hover-background\/55 {
  color: rgb(0 0 0 / 0.55) !important;
}
.\!text-orgbrain-hover-background\/60 {
  color: rgb(0 0 0 / 0.6) !important;
}
.\!text-orgbrain-hover-background\/65 {
  color: rgb(0 0 0 / 0.65) !important;
}
.\!text-orgbrain-hover-background\/70 {
  color: rgb(0 0 0 / 0.7) !important;
}
.\!text-orgbrain-hover-background\/75 {
  color: rgb(0 0 0 / 0.75) !important;
}
.\!text-orgbrain-hover-background\/80 {
  color: rgb(0 0 0 / 0.8) !important;
}
.\!text-orgbrain-hover-background\/85 {
  color: rgb(0 0 0 / 0.85) !important;
}
.\!text-orgbrain-hover-background\/90 {
  color: rgb(0 0 0 / 0.9) !important;
}
.\!text-orgbrain-hover-background\/95 {
  color: rgb(0 0 0 / 0.95) !important;
}
.\!text-orgbrain-investments {
  --tw-text-opacity: 1 !important;
  color: rgb(95 122 197 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-investments\/0 {
  color: rgb(95 122 197 / 0) !important;
}
.\!text-orgbrain-investments\/10 {
  color: rgb(95 122 197 / 0.1) !important;
}
.\!text-orgbrain-investments\/100 {
  color: rgb(95 122 197 / 1) !important;
}
.\!text-orgbrain-investments\/15 {
  color: rgb(95 122 197 / 0.15) !important;
}
.\!text-orgbrain-investments\/20 {
  color: rgb(95 122 197 / 0.2) !important;
}
.\!text-orgbrain-investments\/25 {
  color: rgb(95 122 197 / 0.25) !important;
}
.\!text-orgbrain-investments\/30 {
  color: rgb(95 122 197 / 0.3) !important;
}
.\!text-orgbrain-investments\/35 {
  color: rgb(95 122 197 / 0.35) !important;
}
.\!text-orgbrain-investments\/40 {
  color: rgb(95 122 197 / 0.4) !important;
}
.\!text-orgbrain-investments\/45 {
  color: rgb(95 122 197 / 0.45) !important;
}
.\!text-orgbrain-investments\/5 {
  color: rgb(95 122 197 / 0.05) !important;
}
.\!text-orgbrain-investments\/50 {
  color: rgb(95 122 197 / 0.5) !important;
}
.\!text-orgbrain-investments\/55 {
  color: rgb(95 122 197 / 0.55) !important;
}
.\!text-orgbrain-investments\/60 {
  color: rgb(95 122 197 / 0.6) !important;
}
.\!text-orgbrain-investments\/65 {
  color: rgb(95 122 197 / 0.65) !important;
}
.\!text-orgbrain-investments\/70 {
  color: rgb(95 122 197 / 0.7) !important;
}
.\!text-orgbrain-investments\/75 {
  color: rgb(95 122 197 / 0.75) !important;
}
.\!text-orgbrain-investments\/80 {
  color: rgb(95 122 197 / 0.8) !important;
}
.\!text-orgbrain-investments\/85 {
  color: rgb(95 122 197 / 0.85) !important;
}
.\!text-orgbrain-investments\/90 {
  color: rgb(95 122 197 / 0.9) !important;
}
.\!text-orgbrain-investments\/95 {
  color: rgb(95 122 197 / 0.95) !important;
}
.\!text-orgbrain-light-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(204 234 237 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-light-blue-background {
  color: #0097A71A !important;
}
.\!text-orgbrain-light-blue-background\/0 {
  color: rgb(0 151 167 / 0) !important;
}
.\!text-orgbrain-light-blue-background\/10 {
  color: rgb(0 151 167 / 0.1) !important;
}
.\!text-orgbrain-light-blue-background\/100 {
  color: rgb(0 151 167 / 1) !important;
}
.\!text-orgbrain-light-blue-background\/15 {
  color: rgb(0 151 167 / 0.15) !important;
}
.\!text-orgbrain-light-blue-background\/20 {
  color: rgb(0 151 167 / 0.2) !important;
}
.\!text-orgbrain-light-blue-background\/25 {
  color: rgb(0 151 167 / 0.25) !important;
}
.\!text-orgbrain-light-blue-background\/30 {
  color: rgb(0 151 167 / 0.3) !important;
}
.\!text-orgbrain-light-blue-background\/35 {
  color: rgb(0 151 167 / 0.35) !important;
}
.\!text-orgbrain-light-blue-background\/40 {
  color: rgb(0 151 167 / 0.4) !important;
}
.\!text-orgbrain-light-blue-background\/45 {
  color: rgb(0 151 167 / 0.45) !important;
}
.\!text-orgbrain-light-blue-background\/5 {
  color: rgb(0 151 167 / 0.05) !important;
}
.\!text-orgbrain-light-blue-background\/50 {
  color: rgb(0 151 167 / 0.5) !important;
}
.\!text-orgbrain-light-blue-background\/55 {
  color: rgb(0 151 167 / 0.55) !important;
}
.\!text-orgbrain-light-blue-background\/60 {
  color: rgb(0 151 167 / 0.6) !important;
}
.\!text-orgbrain-light-blue-background\/65 {
  color: rgb(0 151 167 / 0.65) !important;
}
.\!text-orgbrain-light-blue-background\/70 {
  color: rgb(0 151 167 / 0.7) !important;
}
.\!text-orgbrain-light-blue-background\/75 {
  color: rgb(0 151 167 / 0.75) !important;
}
.\!text-orgbrain-light-blue-background\/80 {
  color: rgb(0 151 167 / 0.8) !important;
}
.\!text-orgbrain-light-blue-background\/85 {
  color: rgb(0 151 167 / 0.85) !important;
}
.\!text-orgbrain-light-blue-background\/90 {
  color: rgb(0 151 167 / 0.9) !important;
}
.\!text-orgbrain-light-blue-background\/95 {
  color: rgb(0 151 167 / 0.95) !important;
}
.\!text-orgbrain-light-blue\/0 {
  color: rgb(204 234 237 / 0) !important;
}
.\!text-orgbrain-light-blue\/10 {
  color: rgb(204 234 237 / 0.1) !important;
}
.\!text-orgbrain-light-blue\/100 {
  color: rgb(204 234 237 / 1) !important;
}
.\!text-orgbrain-light-blue\/15 {
  color: rgb(204 234 237 / 0.15) !important;
}
.\!text-orgbrain-light-blue\/20 {
  color: rgb(204 234 237 / 0.2) !important;
}
.\!text-orgbrain-light-blue\/25 {
  color: rgb(204 234 237 / 0.25) !important;
}
.\!text-orgbrain-light-blue\/30 {
  color: rgb(204 234 237 / 0.3) !important;
}
.\!text-orgbrain-light-blue\/35 {
  color: rgb(204 234 237 / 0.35) !important;
}
.\!text-orgbrain-light-blue\/40 {
  color: rgb(204 234 237 / 0.4) !important;
}
.\!text-orgbrain-light-blue\/45 {
  color: rgb(204 234 237 / 0.45) !important;
}
.\!text-orgbrain-light-blue\/5 {
  color: rgb(204 234 237 / 0.05) !important;
}
.\!text-orgbrain-light-blue\/50 {
  color: rgb(204 234 237 / 0.5) !important;
}
.\!text-orgbrain-light-blue\/55 {
  color: rgb(204 234 237 / 0.55) !important;
}
.\!text-orgbrain-light-blue\/60 {
  color: rgb(204 234 237 / 0.6) !important;
}
.\!text-orgbrain-light-blue\/65 {
  color: rgb(204 234 237 / 0.65) !important;
}
.\!text-orgbrain-light-blue\/70 {
  color: rgb(204 234 237 / 0.7) !important;
}
.\!text-orgbrain-light-blue\/75 {
  color: rgb(204 234 237 / 0.75) !important;
}
.\!text-orgbrain-light-blue\/80 {
  color: rgb(204 234 237 / 0.8) !important;
}
.\!text-orgbrain-light-blue\/85 {
  color: rgb(204 234 237 / 0.85) !important;
}
.\!text-orgbrain-light-blue\/90 {
  color: rgb(204 234 237 / 0.9) !important;
}
.\!text-orgbrain-light-blue\/95 {
  color: rgb(204 234 237 / 0.95) !important;
}
.\!text-orgbrain-meetings {
  --tw-text-opacity: 1 !important;
  color: rgb(251 151 24 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-meetings\/0 {
  color: rgb(251 151 24 / 0) !important;
}
.\!text-orgbrain-meetings\/10 {
  color: rgb(251 151 24 / 0.1) !important;
}
.\!text-orgbrain-meetings\/100 {
  color: rgb(251 151 24 / 1) !important;
}
.\!text-orgbrain-meetings\/15 {
  color: rgb(251 151 24 / 0.15) !important;
}
.\!text-orgbrain-meetings\/20 {
  color: rgb(251 151 24 / 0.2) !important;
}
.\!text-orgbrain-meetings\/25 {
  color: rgb(251 151 24 / 0.25) !important;
}
.\!text-orgbrain-meetings\/30 {
  color: rgb(251 151 24 / 0.3) !important;
}
.\!text-orgbrain-meetings\/35 {
  color: rgb(251 151 24 / 0.35) !important;
}
.\!text-orgbrain-meetings\/40 {
  color: rgb(251 151 24 / 0.4) !important;
}
.\!text-orgbrain-meetings\/45 {
  color: rgb(251 151 24 / 0.45) !important;
}
.\!text-orgbrain-meetings\/5 {
  color: rgb(251 151 24 / 0.05) !important;
}
.\!text-orgbrain-meetings\/50 {
  color: rgb(251 151 24 / 0.5) !important;
}
.\!text-orgbrain-meetings\/55 {
  color: rgb(251 151 24 / 0.55) !important;
}
.\!text-orgbrain-meetings\/60 {
  color: rgb(251 151 24 / 0.6) !important;
}
.\!text-orgbrain-meetings\/65 {
  color: rgb(251 151 24 / 0.65) !important;
}
.\!text-orgbrain-meetings\/70 {
  color: rgb(251 151 24 / 0.7) !important;
}
.\!text-orgbrain-meetings\/75 {
  color: rgb(251 151 24 / 0.75) !important;
}
.\!text-orgbrain-meetings\/80 {
  color: rgb(251 151 24 / 0.8) !important;
}
.\!text-orgbrain-meetings\/85 {
  color: rgb(251 151 24 / 0.85) !important;
}
.\!text-orgbrain-meetings\/90 {
  color: rgb(251 151 24 / 0.9) !important;
}
.\!text-orgbrain-meetings\/95 {
  color: rgb(251 151 24 / 0.95) !important;
}
.\!text-orgbrain-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(245 124 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-orange-background {
  --tw-text-opacity: 1 !important;
  color: rgb(254 245 235 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-orange-background\/0 {
  color: rgb(254 245 235 / 0) !important;
}
.\!text-orgbrain-orange-background\/10 {
  color: rgb(254 245 235 / 0.1) !important;
}
.\!text-orgbrain-orange-background\/100 {
  color: rgb(254 245 235 / 1) !important;
}
.\!text-orgbrain-orange-background\/15 {
  color: rgb(254 245 235 / 0.15) !important;
}
.\!text-orgbrain-orange-background\/20 {
  color: rgb(254 245 235 / 0.2) !important;
}
.\!text-orgbrain-orange-background\/25 {
  color: rgb(254 245 235 / 0.25) !important;
}
.\!text-orgbrain-orange-background\/30 {
  color: rgb(254 245 235 / 0.3) !important;
}
.\!text-orgbrain-orange-background\/35 {
  color: rgb(254 245 235 / 0.35) !important;
}
.\!text-orgbrain-orange-background\/40 {
  color: rgb(254 245 235 / 0.4) !important;
}
.\!text-orgbrain-orange-background\/45 {
  color: rgb(254 245 235 / 0.45) !important;
}
.\!text-orgbrain-orange-background\/5 {
  color: rgb(254 245 235 / 0.05) !important;
}
.\!text-orgbrain-orange-background\/50 {
  color: rgb(254 245 235 / 0.5) !important;
}
.\!text-orgbrain-orange-background\/55 {
  color: rgb(254 245 235 / 0.55) !important;
}
.\!text-orgbrain-orange-background\/60 {
  color: rgb(254 245 235 / 0.6) !important;
}
.\!text-orgbrain-orange-background\/65 {
  color: rgb(254 245 235 / 0.65) !important;
}
.\!text-orgbrain-orange-background\/70 {
  color: rgb(254 245 235 / 0.7) !important;
}
.\!text-orgbrain-orange-background\/75 {
  color: rgb(254 245 235 / 0.75) !important;
}
.\!text-orgbrain-orange-background\/80 {
  color: rgb(254 245 235 / 0.8) !important;
}
.\!text-orgbrain-orange-background\/85 {
  color: rgb(254 245 235 / 0.85) !important;
}
.\!text-orgbrain-orange-background\/90 {
  color: rgb(254 245 235 / 0.9) !important;
}
.\!text-orgbrain-orange-background\/95 {
  color: rgb(254 245 235 / 0.95) !important;
}
.\!text-orgbrain-orange\/0 {
  color: rgb(245 124 0 / 0) !important;
}
.\!text-orgbrain-orange\/10 {
  color: rgb(245 124 0 / 0.1) !important;
}
.\!text-orgbrain-orange\/100 {
  color: rgb(245 124 0 / 1) !important;
}
.\!text-orgbrain-orange\/15 {
  color: rgb(245 124 0 / 0.15) !important;
}
.\!text-orgbrain-orange\/20 {
  color: rgb(245 124 0 / 0.2) !important;
}
.\!text-orgbrain-orange\/25 {
  color: rgb(245 124 0 / 0.25) !important;
}
.\!text-orgbrain-orange\/30 {
  color: rgb(245 124 0 / 0.3) !important;
}
.\!text-orgbrain-orange\/35 {
  color: rgb(245 124 0 / 0.35) !important;
}
.\!text-orgbrain-orange\/40 {
  color: rgb(245 124 0 / 0.4) !important;
}
.\!text-orgbrain-orange\/45 {
  color: rgb(245 124 0 / 0.45) !important;
}
.\!text-orgbrain-orange\/5 {
  color: rgb(245 124 0 / 0.05) !important;
}
.\!text-orgbrain-orange\/50 {
  color: rgb(245 124 0 / 0.5) !important;
}
.\!text-orgbrain-orange\/55 {
  color: rgb(245 124 0 / 0.55) !important;
}
.\!text-orgbrain-orange\/60 {
  color: rgb(245 124 0 / 0.6) !important;
}
.\!text-orgbrain-orange\/65 {
  color: rgb(245 124 0 / 0.65) !important;
}
.\!text-orgbrain-orange\/70 {
  color: rgb(245 124 0 / 0.7) !important;
}
.\!text-orgbrain-orange\/75 {
  color: rgb(245 124 0 / 0.75) !important;
}
.\!text-orgbrain-orange\/80 {
  color: rgb(245 124 0 / 0.8) !important;
}
.\!text-orgbrain-orange\/85 {
  color: rgb(245 124 0 / 0.85) !important;
}
.\!text-orgbrain-orange\/90 {
  color: rgb(245 124 0 / 0.9) !important;
}
.\!text-orgbrain-orange\/95 {
  color: rgb(245 124 0 / 0.95) !important;
}
.\!text-orgbrain-organization {
  --tw-text-opacity: 1 !important;
  color: rgb(86 195 184 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-organization\/0 {
  color: rgb(86 195 184 / 0) !important;
}
.\!text-orgbrain-organization\/10 {
  color: rgb(86 195 184 / 0.1) !important;
}
.\!text-orgbrain-organization\/100 {
  color: rgb(86 195 184 / 1) !important;
}
.\!text-orgbrain-organization\/15 {
  color: rgb(86 195 184 / 0.15) !important;
}
.\!text-orgbrain-organization\/20 {
  color: rgb(86 195 184 / 0.2) !important;
}
.\!text-orgbrain-organization\/25 {
  color: rgb(86 195 184 / 0.25) !important;
}
.\!text-orgbrain-organization\/30 {
  color: rgb(86 195 184 / 0.3) !important;
}
.\!text-orgbrain-organization\/35 {
  color: rgb(86 195 184 / 0.35) !important;
}
.\!text-orgbrain-organization\/40 {
  color: rgb(86 195 184 / 0.4) !important;
}
.\!text-orgbrain-organization\/45 {
  color: rgb(86 195 184 / 0.45) !important;
}
.\!text-orgbrain-organization\/5 {
  color: rgb(86 195 184 / 0.05) !important;
}
.\!text-orgbrain-organization\/50 {
  color: rgb(86 195 184 / 0.5) !important;
}
.\!text-orgbrain-organization\/55 {
  color: rgb(86 195 184 / 0.55) !important;
}
.\!text-orgbrain-organization\/60 {
  color: rgb(86 195 184 / 0.6) !important;
}
.\!text-orgbrain-organization\/65 {
  color: rgb(86 195 184 / 0.65) !important;
}
.\!text-orgbrain-organization\/70 {
  color: rgb(86 195 184 / 0.7) !important;
}
.\!text-orgbrain-organization\/75 {
  color: rgb(86 195 184 / 0.75) !important;
}
.\!text-orgbrain-organization\/80 {
  color: rgb(86 195 184 / 0.8) !important;
}
.\!text-orgbrain-organization\/85 {
  color: rgb(86 195 184 / 0.85) !important;
}
.\!text-orgbrain-organization\/90 {
  color: rgb(86 195 184 / 0.9) !important;
}
.\!text-orgbrain-organization\/95 {
  color: rgb(86 195 184 / 0.95) !important;
}
.\!text-orgbrain-plan-color {
  --tw-text-opacity: 1 !important;
  color: rgb(77 107 190 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-plan-color\/0 {
  color: rgb(77 107 190 / 0) !important;
}
.\!text-orgbrain-plan-color\/10 {
  color: rgb(77 107 190 / 0.1) !important;
}
.\!text-orgbrain-plan-color\/100 {
  color: rgb(77 107 190 / 1) !important;
}
.\!text-orgbrain-plan-color\/15 {
  color: rgb(77 107 190 / 0.15) !important;
}
.\!text-orgbrain-plan-color\/20 {
  color: rgb(77 107 190 / 0.2) !important;
}
.\!text-orgbrain-plan-color\/25 {
  color: rgb(77 107 190 / 0.25) !important;
}
.\!text-orgbrain-plan-color\/30 {
  color: rgb(77 107 190 / 0.3) !important;
}
.\!text-orgbrain-plan-color\/35 {
  color: rgb(77 107 190 / 0.35) !important;
}
.\!text-orgbrain-plan-color\/40 {
  color: rgb(77 107 190 / 0.4) !important;
}
.\!text-orgbrain-plan-color\/45 {
  color: rgb(77 107 190 / 0.45) !important;
}
.\!text-orgbrain-plan-color\/5 {
  color: rgb(77 107 190 / 0.05) !important;
}
.\!text-orgbrain-plan-color\/50 {
  color: rgb(77 107 190 / 0.5) !important;
}
.\!text-orgbrain-plan-color\/55 {
  color: rgb(77 107 190 / 0.55) !important;
}
.\!text-orgbrain-plan-color\/60 {
  color: rgb(77 107 190 / 0.6) !important;
}
.\!text-orgbrain-plan-color\/65 {
  color: rgb(77 107 190 / 0.65) !important;
}
.\!text-orgbrain-plan-color\/70 {
  color: rgb(77 107 190 / 0.7) !important;
}
.\!text-orgbrain-plan-color\/75 {
  color: rgb(77 107 190 / 0.75) !important;
}
.\!text-orgbrain-plan-color\/80 {
  color: rgb(77 107 190 / 0.8) !important;
}
.\!text-orgbrain-plan-color\/85 {
  color: rgb(77 107 190 / 0.85) !important;
}
.\!text-orgbrain-plan-color\/90 {
  color: rgb(77 107 190 / 0.9) !important;
}
.\!text-orgbrain-plan-color\/95 {
  color: rgb(77 107 190 / 0.95) !important;
}
.\!text-orgbrain-purple {
  --tw-text-opacity: 1 !important;
  color: rgb(139 95 152 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-purple\/0 {
  color: rgb(139 95 152 / 0) !important;
}
.\!text-orgbrain-purple\/10 {
  color: rgb(139 95 152 / 0.1) !important;
}
.\!text-orgbrain-purple\/100 {
  color: rgb(139 95 152 / 1) !important;
}
.\!text-orgbrain-purple\/15 {
  color: rgb(139 95 152 / 0.15) !important;
}
.\!text-orgbrain-purple\/20 {
  color: rgb(139 95 152 / 0.2) !important;
}
.\!text-orgbrain-purple\/25 {
  color: rgb(139 95 152 / 0.25) !important;
}
.\!text-orgbrain-purple\/30 {
  color: rgb(139 95 152 / 0.3) !important;
}
.\!text-orgbrain-purple\/35 {
  color: rgb(139 95 152 / 0.35) !important;
}
.\!text-orgbrain-purple\/40 {
  color: rgb(139 95 152 / 0.4) !important;
}
.\!text-orgbrain-purple\/45 {
  color: rgb(139 95 152 / 0.45) !important;
}
.\!text-orgbrain-purple\/5 {
  color: rgb(139 95 152 / 0.05) !important;
}
.\!text-orgbrain-purple\/50 {
  color: rgb(139 95 152 / 0.5) !important;
}
.\!text-orgbrain-purple\/55 {
  color: rgb(139 95 152 / 0.55) !important;
}
.\!text-orgbrain-purple\/60 {
  color: rgb(139 95 152 / 0.6) !important;
}
.\!text-orgbrain-purple\/65 {
  color: rgb(139 95 152 / 0.65) !important;
}
.\!text-orgbrain-purple\/70 {
  color: rgb(139 95 152 / 0.7) !important;
}
.\!text-orgbrain-purple\/75 {
  color: rgb(139 95 152 / 0.75) !important;
}
.\!text-orgbrain-purple\/80 {
  color: rgb(139 95 152 / 0.8) !important;
}
.\!text-orgbrain-purple\/85 {
  color: rgb(139 95 152 / 0.85) !important;
}
.\!text-orgbrain-purple\/90 {
  color: rgb(139 95 152 / 0.9) !important;
}
.\!text-orgbrain-purple\/95 {
  color: rgb(139 95 152 / 0.95) !important;
}
.\!text-orgbrain-signatures {
  --tw-text-opacity: 1 !important;
  color: rgb(197 95 127 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-signatures\/0 {
  color: rgb(197 95 127 / 0) !important;
}
.\!text-orgbrain-signatures\/10 {
  color: rgb(197 95 127 / 0.1) !important;
}
.\!text-orgbrain-signatures\/100 {
  color: rgb(197 95 127 / 1) !important;
}
.\!text-orgbrain-signatures\/15 {
  color: rgb(197 95 127 / 0.15) !important;
}
.\!text-orgbrain-signatures\/20 {
  color: rgb(197 95 127 / 0.2) !important;
}
.\!text-orgbrain-signatures\/25 {
  color: rgb(197 95 127 / 0.25) !important;
}
.\!text-orgbrain-signatures\/30 {
  color: rgb(197 95 127 / 0.3) !important;
}
.\!text-orgbrain-signatures\/35 {
  color: rgb(197 95 127 / 0.35) !important;
}
.\!text-orgbrain-signatures\/40 {
  color: rgb(197 95 127 / 0.4) !important;
}
.\!text-orgbrain-signatures\/45 {
  color: rgb(197 95 127 / 0.45) !important;
}
.\!text-orgbrain-signatures\/5 {
  color: rgb(197 95 127 / 0.05) !important;
}
.\!text-orgbrain-signatures\/50 {
  color: rgb(197 95 127 / 0.5) !important;
}
.\!text-orgbrain-signatures\/55 {
  color: rgb(197 95 127 / 0.55) !important;
}
.\!text-orgbrain-signatures\/60 {
  color: rgb(197 95 127 / 0.6) !important;
}
.\!text-orgbrain-signatures\/65 {
  color: rgb(197 95 127 / 0.65) !important;
}
.\!text-orgbrain-signatures\/70 {
  color: rgb(197 95 127 / 0.7) !important;
}
.\!text-orgbrain-signatures\/75 {
  color: rgb(197 95 127 / 0.75) !important;
}
.\!text-orgbrain-signatures\/80 {
  color: rgb(197 95 127 / 0.8) !important;
}
.\!text-orgbrain-signatures\/85 {
  color: rgb(197 95 127 / 0.85) !important;
}
.\!text-orgbrain-signatures\/90 {
  color: rgb(197 95 127 / 0.9) !important;
}
.\!text-orgbrain-signatures\/95 {
  color: rgb(197 95 127 / 0.95) !important;
}
.\!text-orgbrain-surveys {
  --tw-text-opacity: 1 !important;
  color: rgb(222 109 109 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-surveys\/0 {
  color: rgb(222 109 109 / 0) !important;
}
.\!text-orgbrain-surveys\/10 {
  color: rgb(222 109 109 / 0.1) !important;
}
.\!text-orgbrain-surveys\/100 {
  color: rgb(222 109 109 / 1) !important;
}
.\!text-orgbrain-surveys\/15 {
  color: rgb(222 109 109 / 0.15) !important;
}
.\!text-orgbrain-surveys\/20 {
  color: rgb(222 109 109 / 0.2) !important;
}
.\!text-orgbrain-surveys\/25 {
  color: rgb(222 109 109 / 0.25) !important;
}
.\!text-orgbrain-surveys\/30 {
  color: rgb(222 109 109 / 0.3) !important;
}
.\!text-orgbrain-surveys\/35 {
  color: rgb(222 109 109 / 0.35) !important;
}
.\!text-orgbrain-surveys\/40 {
  color: rgb(222 109 109 / 0.4) !important;
}
.\!text-orgbrain-surveys\/45 {
  color: rgb(222 109 109 / 0.45) !important;
}
.\!text-orgbrain-surveys\/5 {
  color: rgb(222 109 109 / 0.05) !important;
}
.\!text-orgbrain-surveys\/50 {
  color: rgb(222 109 109 / 0.5) !important;
}
.\!text-orgbrain-surveys\/55 {
  color: rgb(222 109 109 / 0.55) !important;
}
.\!text-orgbrain-surveys\/60 {
  color: rgb(222 109 109 / 0.6) !important;
}
.\!text-orgbrain-surveys\/65 {
  color: rgb(222 109 109 / 0.65) !important;
}
.\!text-orgbrain-surveys\/70 {
  color: rgb(222 109 109 / 0.7) !important;
}
.\!text-orgbrain-surveys\/75 {
  color: rgb(222 109 109 / 0.75) !important;
}
.\!text-orgbrain-surveys\/80 {
  color: rgb(222 109 109 / 0.8) !important;
}
.\!text-orgbrain-surveys\/85 {
  color: rgb(222 109 109 / 0.85) !important;
}
.\!text-orgbrain-surveys\/90 {
  color: rgb(222 109 109 / 0.9) !important;
}
.\!text-orgbrain-surveys\/95 {
  color: rgb(222 109 109 / 0.95) !important;
}
.\!text-orgbrain-tasks {
  --tw-text-opacity: 1 !important;
  color: rgb(186 68 68 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-tasks\/0 {
  color: rgb(186 68 68 / 0) !important;
}
.\!text-orgbrain-tasks\/10 {
  color: rgb(186 68 68 / 0.1) !important;
}
.\!text-orgbrain-tasks\/100 {
  color: rgb(186 68 68 / 1) !important;
}
.\!text-orgbrain-tasks\/15 {
  color: rgb(186 68 68 / 0.15) !important;
}
.\!text-orgbrain-tasks\/20 {
  color: rgb(186 68 68 / 0.2) !important;
}
.\!text-orgbrain-tasks\/25 {
  color: rgb(186 68 68 / 0.25) !important;
}
.\!text-orgbrain-tasks\/30 {
  color: rgb(186 68 68 / 0.3) !important;
}
.\!text-orgbrain-tasks\/35 {
  color: rgb(186 68 68 / 0.35) !important;
}
.\!text-orgbrain-tasks\/40 {
  color: rgb(186 68 68 / 0.4) !important;
}
.\!text-orgbrain-tasks\/45 {
  color: rgb(186 68 68 / 0.45) !important;
}
.\!text-orgbrain-tasks\/5 {
  color: rgb(186 68 68 / 0.05) !important;
}
.\!text-orgbrain-tasks\/50 {
  color: rgb(186 68 68 / 0.5) !important;
}
.\!text-orgbrain-tasks\/55 {
  color: rgb(186 68 68 / 0.55) !important;
}
.\!text-orgbrain-tasks\/60 {
  color: rgb(186 68 68 / 0.6) !important;
}
.\!text-orgbrain-tasks\/65 {
  color: rgb(186 68 68 / 0.65) !important;
}
.\!text-orgbrain-tasks\/70 {
  color: rgb(186 68 68 / 0.7) !important;
}
.\!text-orgbrain-tasks\/75 {
  color: rgb(186 68 68 / 0.75) !important;
}
.\!text-orgbrain-tasks\/80 {
  color: rgb(186 68 68 / 0.8) !important;
}
.\!text-orgbrain-tasks\/85 {
  color: rgb(186 68 68 / 0.85) !important;
}
.\!text-orgbrain-tasks\/90 {
  color: rgb(186 68 68 / 0.9) !important;
}
.\!text-orgbrain-tasks\/95 {
  color: rgb(186 68 68 / 0.95) !important;
}
.\!text-orgbrain-text {
  --tw-text-opacity: 1 !important;
  color: rgb(18 51 64 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-text\/0 {
  color: rgb(18 51 64 / 0) !important;
}
.\!text-orgbrain-text\/10 {
  color: rgb(18 51 64 / 0.1) !important;
}
.\!text-orgbrain-text\/100 {
  color: rgb(18 51 64 / 1) !important;
}
.\!text-orgbrain-text\/15 {
  color: rgb(18 51 64 / 0.15) !important;
}
.\!text-orgbrain-text\/20 {
  color: rgb(18 51 64 / 0.2) !important;
}
.\!text-orgbrain-text\/25 {
  color: rgb(18 51 64 / 0.25) !important;
}
.\!text-orgbrain-text\/30 {
  color: rgb(18 51 64 / 0.3) !important;
}
.\!text-orgbrain-text\/35 {
  color: rgb(18 51 64 / 0.35) !important;
}
.\!text-orgbrain-text\/40 {
  color: rgb(18 51 64 / 0.4) !important;
}
.\!text-orgbrain-text\/45 {
  color: rgb(18 51 64 / 0.45) !important;
}
.\!text-orgbrain-text\/5 {
  color: rgb(18 51 64 / 0.05) !important;
}
.\!text-orgbrain-text\/50 {
  color: rgb(18 51 64 / 0.5) !important;
}
.\!text-orgbrain-text\/55 {
  color: rgb(18 51 64 / 0.55) !important;
}
.\!text-orgbrain-text\/60 {
  color: rgb(18 51 64 / 0.6) !important;
}
.\!text-orgbrain-text\/65 {
  color: rgb(18 51 64 / 0.65) !important;
}
.\!text-orgbrain-text\/70 {
  color: rgb(18 51 64 / 0.7) !important;
}
.\!text-orgbrain-text\/75 {
  color: rgb(18 51 64 / 0.75) !important;
}
.\!text-orgbrain-text\/80 {
  color: rgb(18 51 64 / 0.8) !important;
}
.\!text-orgbrain-text\/85 {
  color: rgb(18 51 64 / 0.85) !important;
}
.\!text-orgbrain-text\/90 {
  color: rgb(18 51 64 / 0.9) !important;
}
.\!text-orgbrain-text\/95 {
  color: rgb(18 51 64 / 0.95) !important;
}
.\!text-orgbrain-warning {
  --tw-text-opacity: 1 !important;
  color: rgb(199 60 17 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-warning-background {
  --tw-text-opacity: 1 !important;
  color: rgb(255 243 205 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-warning-background\/0 {
  color: rgb(255 243 205 / 0) !important;
}
.\!text-orgbrain-warning-background\/10 {
  color: rgb(255 243 205 / 0.1) !important;
}
.\!text-orgbrain-warning-background\/100 {
  color: rgb(255 243 205 / 1) !important;
}
.\!text-orgbrain-warning-background\/15 {
  color: rgb(255 243 205 / 0.15) !important;
}
.\!text-orgbrain-warning-background\/20 {
  color: rgb(255 243 205 / 0.2) !important;
}
.\!text-orgbrain-warning-background\/25 {
  color: rgb(255 243 205 / 0.25) !important;
}
.\!text-orgbrain-warning-background\/30 {
  color: rgb(255 243 205 / 0.3) !important;
}
.\!text-orgbrain-warning-background\/35 {
  color: rgb(255 243 205 / 0.35) !important;
}
.\!text-orgbrain-warning-background\/40 {
  color: rgb(255 243 205 / 0.4) !important;
}
.\!text-orgbrain-warning-background\/45 {
  color: rgb(255 243 205 / 0.45) !important;
}
.\!text-orgbrain-warning-background\/5 {
  color: rgb(255 243 205 / 0.05) !important;
}
.\!text-orgbrain-warning-background\/50 {
  color: rgb(255 243 205 / 0.5) !important;
}
.\!text-orgbrain-warning-background\/55 {
  color: rgb(255 243 205 / 0.55) !important;
}
.\!text-orgbrain-warning-background\/60 {
  color: rgb(255 243 205 / 0.6) !important;
}
.\!text-orgbrain-warning-background\/65 {
  color: rgb(255 243 205 / 0.65) !important;
}
.\!text-orgbrain-warning-background\/70 {
  color: rgb(255 243 205 / 0.7) !important;
}
.\!text-orgbrain-warning-background\/75 {
  color: rgb(255 243 205 / 0.75) !important;
}
.\!text-orgbrain-warning-background\/80 {
  color: rgb(255 243 205 / 0.8) !important;
}
.\!text-orgbrain-warning-background\/85 {
  color: rgb(255 243 205 / 0.85) !important;
}
.\!text-orgbrain-warning-background\/90 {
  color: rgb(255 243 205 / 0.9) !important;
}
.\!text-orgbrain-warning-background\/95 {
  color: rgb(255 243 205 / 0.95) !important;
}
.\!text-orgbrain-warning\/0 {
  color: rgb(199 60 17 / 0) !important;
}
.\!text-orgbrain-warning\/10 {
  color: rgb(199 60 17 / 0.1) !important;
}
.\!text-orgbrain-warning\/100 {
  color: rgb(199 60 17 / 1) !important;
}
.\!text-orgbrain-warning\/15 {
  color: rgb(199 60 17 / 0.15) !important;
}
.\!text-orgbrain-warning\/20 {
  color: rgb(199 60 17 / 0.2) !important;
}
.\!text-orgbrain-warning\/25 {
  color: rgb(199 60 17 / 0.25) !important;
}
.\!text-orgbrain-warning\/30 {
  color: rgb(199 60 17 / 0.3) !important;
}
.\!text-orgbrain-warning\/35 {
  color: rgb(199 60 17 / 0.35) !important;
}
.\!text-orgbrain-warning\/40 {
  color: rgb(199 60 17 / 0.4) !important;
}
.\!text-orgbrain-warning\/45 {
  color: rgb(199 60 17 / 0.45) !important;
}
.\!text-orgbrain-warning\/5 {
  color: rgb(199 60 17 / 0.05) !important;
}
.\!text-orgbrain-warning\/50 {
  color: rgb(199 60 17 / 0.5) !important;
}
.\!text-orgbrain-warning\/55 {
  color: rgb(199 60 17 / 0.55) !important;
}
.\!text-orgbrain-warning\/60 {
  color: rgb(199 60 17 / 0.6) !important;
}
.\!text-orgbrain-warning\/65 {
  color: rgb(199 60 17 / 0.65) !important;
}
.\!text-orgbrain-warning\/70 {
  color: rgb(199 60 17 / 0.7) !important;
}
.\!text-orgbrain-warning\/75 {
  color: rgb(199 60 17 / 0.75) !important;
}
.\!text-orgbrain-warning\/80 {
  color: rgb(199 60 17 / 0.8) !important;
}
.\!text-orgbrain-warning\/85 {
  color: rgb(199 60 17 / 0.85) !important;
}
.\!text-orgbrain-warning\/90 {
  color: rgb(199 60 17 / 0.9) !important;
}
.\!text-orgbrain-warning\/95 {
  color: rgb(199 60 17 / 0.95) !important;
}
.\!text-orgbrain-yellow {
  --tw-text-opacity: 1 !important;
  color: rgb(246 190 77 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-yellow-text {
  --tw-text-opacity: 1 !important;
  color: rgb(214 147 11 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orgbrain-yellow-text\/0 {
  color: rgb(214 147 11 / 0) !important;
}
.\!text-orgbrain-yellow-text\/10 {
  color: rgb(214 147 11 / 0.1) !important;
}
.\!text-orgbrain-yellow-text\/100 {
  color: rgb(214 147 11 / 1) !important;
}
.\!text-orgbrain-yellow-text\/15 {
  color: rgb(214 147 11 / 0.15) !important;
}
.\!text-orgbrain-yellow-text\/20 {
  color: rgb(214 147 11 / 0.2) !important;
}
.\!text-orgbrain-yellow-text\/25 {
  color: rgb(214 147 11 / 0.25) !important;
}
.\!text-orgbrain-yellow-text\/30 {
  color: rgb(214 147 11 / 0.3) !important;
}
.\!text-orgbrain-yellow-text\/35 {
  color: rgb(214 147 11 / 0.35) !important;
}
.\!text-orgbrain-yellow-text\/40 {
  color: rgb(214 147 11 / 0.4) !important;
}
.\!text-orgbrain-yellow-text\/45 {
  color: rgb(214 147 11 / 0.45) !important;
}
.\!text-orgbrain-yellow-text\/5 {
  color: rgb(214 147 11 / 0.05) !important;
}
.\!text-orgbrain-yellow-text\/50 {
  color: rgb(214 147 11 / 0.5) !important;
}
.\!text-orgbrain-yellow-text\/55 {
  color: rgb(214 147 11 / 0.55) !important;
}
.\!text-orgbrain-yellow-text\/60 {
  color: rgb(214 147 11 / 0.6) !important;
}
.\!text-orgbrain-yellow-text\/65 {
  color: rgb(214 147 11 / 0.65) !important;
}
.\!text-orgbrain-yellow-text\/70 {
  color: rgb(214 147 11 / 0.7) !important;
}
.\!text-orgbrain-yellow-text\/75 {
  color: rgb(214 147 11 / 0.75) !important;
}
.\!text-orgbrain-yellow-text\/80 {
  color: rgb(214 147 11 / 0.8) !important;
}
.\!text-orgbrain-yellow-text\/85 {
  color: rgb(214 147 11 / 0.85) !important;
}
.\!text-orgbrain-yellow-text\/90 {
  color: rgb(214 147 11 / 0.9) !important;
}
.\!text-orgbrain-yellow-text\/95 {
  color: rgb(214 147 11 / 0.95) !important;
}
.\!text-orgbrain-yellow\/0 {
  color: rgb(246 190 77 / 0) !important;
}
.\!text-orgbrain-yellow\/10 {
  color: rgb(246 190 77 / 0.1) !important;
}
.\!text-orgbrain-yellow\/100 {
  color: rgb(246 190 77 / 1) !important;
}
.\!text-orgbrain-yellow\/15 {
  color: rgb(246 190 77 / 0.15) !important;
}
.\!text-orgbrain-yellow\/20 {
  color: rgb(246 190 77 / 0.2) !important;
}
.\!text-orgbrain-yellow\/25 {
  color: rgb(246 190 77 / 0.25) !important;
}
.\!text-orgbrain-yellow\/30 {
  color: rgb(246 190 77 / 0.3) !important;
}
.\!text-orgbrain-yellow\/35 {
  color: rgb(246 190 77 / 0.35) !important;
}
.\!text-orgbrain-yellow\/40 {
  color: rgb(246 190 77 / 0.4) !important;
}
.\!text-orgbrain-yellow\/45 {
  color: rgb(246 190 77 / 0.45) !important;
}
.\!text-orgbrain-yellow\/5 {
  color: rgb(246 190 77 / 0.05) !important;
}
.\!text-orgbrain-yellow\/50 {
  color: rgb(246 190 77 / 0.5) !important;
}
.\!text-orgbrain-yellow\/55 {
  color: rgb(246 190 77 / 0.55) !important;
}
.\!text-orgbrain-yellow\/60 {
  color: rgb(246 190 77 / 0.6) !important;
}
.\!text-orgbrain-yellow\/65 {
  color: rgb(246 190 77 / 0.65) !important;
}
.\!text-orgbrain-yellow\/70 {
  color: rgb(246 190 77 / 0.7) !important;
}
.\!text-orgbrain-yellow\/75 {
  color: rgb(246 190 77 / 0.75) !important;
}
.\!text-orgbrain-yellow\/80 {
  color: rgb(246 190 77 / 0.8) !important;
}
.\!text-orgbrain-yellow\/85 {
  color: rgb(246 190 77 / 0.85) !important;
}
.\!text-orgbrain-yellow\/90 {
  color: rgb(246 190 77 / 0.9) !important;
}
.\!text-orgbrain-yellow\/95 {
  color: rgb(246 190 77 / 0.95) !important;
}
.\!text-transparent {
  color: transparent !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#123340\] {
  --tw-text-opacity: 1;
  color: rgb(18 51 64 / var(--tw-text-opacity, 1));
}
.text-\[\#546E7A\] {
  --tw-text-opacity: 1;
  color: rgb(84 110 122 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orgbrain-background {
  --tw-text-opacity: 1;
  color: rgb(238 241 243 / var(--tw-text-opacity, 1));
}
.text-orgbrain-background\/0 {
  color: rgb(238 241 243 / 0);
}
.text-orgbrain-background\/10 {
  color: rgb(238 241 243 / 0.1);
}
.text-orgbrain-background\/100 {
  color: rgb(238 241 243 / 1);
}
.text-orgbrain-background\/15 {
  color: rgb(238 241 243 / 0.15);
}
.text-orgbrain-background\/20 {
  color: rgb(238 241 243 / 0.2);
}
.text-orgbrain-background\/25 {
  color: rgb(238 241 243 / 0.25);
}
.text-orgbrain-background\/30 {
  color: rgb(238 241 243 / 0.3);
}
.text-orgbrain-background\/35 {
  color: rgb(238 241 243 / 0.35);
}
.text-orgbrain-background\/40 {
  color: rgb(238 241 243 / 0.4);
}
.text-orgbrain-background\/45 {
  color: rgb(238 241 243 / 0.45);
}
.text-orgbrain-background\/5 {
  color: rgb(238 241 243 / 0.05);
}
.text-orgbrain-background\/50 {
  color: rgb(238 241 243 / 0.5);
}
.text-orgbrain-background\/55 {
  color: rgb(238 241 243 / 0.55);
}
.text-orgbrain-background\/60 {
  color: rgb(238 241 243 / 0.6);
}
.text-orgbrain-background\/65 {
  color: rgb(238 241 243 / 0.65);
}
.text-orgbrain-background\/70 {
  color: rgb(238 241 243 / 0.7);
}
.text-orgbrain-background\/75 {
  color: rgb(238 241 243 / 0.75);
}
.text-orgbrain-background\/80 {
  color: rgb(238 241 243 / 0.8);
}
.text-orgbrain-background\/85 {
  color: rgb(238 241 243 / 0.85);
}
.text-orgbrain-background\/90 {
  color: rgb(238 241 243 / 0.9);
}
.text-orgbrain-background\/95 {
  color: rgb(238 241 243 / 0.95);
}
.text-orgbrain-blue {
  --tw-text-opacity: 1;
  color: rgb(0 151 167 / var(--tw-text-opacity, 1));
}
.text-orgbrain-blue-background {
  --tw-text-opacity: 1;
  color: rgb(204 234 237 / var(--tw-text-opacity, 1));
}
.text-orgbrain-blue-background\/0 {
  color: rgb(204 234 237 / 0);
}
.text-orgbrain-blue-background\/10 {
  color: rgb(204 234 237 / 0.1);
}
.text-orgbrain-blue-background\/100 {
  color: rgb(204 234 237 / 1);
}
.text-orgbrain-blue-background\/15 {
  color: rgb(204 234 237 / 0.15);
}
.text-orgbrain-blue-background\/20 {
  color: rgb(204 234 237 / 0.2);
}
.text-orgbrain-blue-background\/25 {
  color: rgb(204 234 237 / 0.25);
}
.text-orgbrain-blue-background\/30 {
  color: rgb(204 234 237 / 0.3);
}
.text-orgbrain-blue-background\/35 {
  color: rgb(204 234 237 / 0.35);
}
.text-orgbrain-blue-background\/40 {
  color: rgb(204 234 237 / 0.4);
}
.text-orgbrain-blue-background\/45 {
  color: rgb(204 234 237 / 0.45);
}
.text-orgbrain-blue-background\/5 {
  color: rgb(204 234 237 / 0.05);
}
.text-orgbrain-blue-background\/50 {
  color: rgb(204 234 237 / 0.5);
}
.text-orgbrain-blue-background\/55 {
  color: rgb(204 234 237 / 0.55);
}
.text-orgbrain-blue-background\/60 {
  color: rgb(204 234 237 / 0.6);
}
.text-orgbrain-blue-background\/65 {
  color: rgb(204 234 237 / 0.65);
}
.text-orgbrain-blue-background\/70 {
  color: rgb(204 234 237 / 0.7);
}
.text-orgbrain-blue-background\/75 {
  color: rgb(204 234 237 / 0.75);
}
.text-orgbrain-blue-background\/80 {
  color: rgb(204 234 237 / 0.8);
}
.text-orgbrain-blue-background\/85 {
  color: rgb(204 234 237 / 0.85);
}
.text-orgbrain-blue-background\/90 {
  color: rgb(204 234 237 / 0.9);
}
.text-orgbrain-blue-background\/95 {
  color: rgb(204 234 237 / 0.95);
}
.text-orgbrain-blue\/0 {
  color: rgb(0 151 167 / 0);
}
.text-orgbrain-blue\/10 {
  color: rgb(0 151 167 / 0.1);
}
.text-orgbrain-blue\/100 {
  color: rgb(0 151 167 / 1);
}
.text-orgbrain-blue\/15 {
  color: rgb(0 151 167 / 0.15);
}
.text-orgbrain-blue\/20 {
  color: rgb(0 151 167 / 0.2);
}
.text-orgbrain-blue\/25 {
  color: rgb(0 151 167 / 0.25);
}
.text-orgbrain-blue\/30 {
  color: rgb(0 151 167 / 0.3);
}
.text-orgbrain-blue\/35 {
  color: rgb(0 151 167 / 0.35);
}
.text-orgbrain-blue\/40 {
  color: rgb(0 151 167 / 0.4);
}
.text-orgbrain-blue\/45 {
  color: rgb(0 151 167 / 0.45);
}
.text-orgbrain-blue\/5 {
  color: rgb(0 151 167 / 0.05);
}
.text-orgbrain-blue\/50 {
  color: rgb(0 151 167 / 0.5);
}
.text-orgbrain-blue\/55 {
  color: rgb(0 151 167 / 0.55);
}
.text-orgbrain-blue\/60 {
  color: rgb(0 151 167 / 0.6);
}
.text-orgbrain-blue\/65 {
  color: rgb(0 151 167 / 0.65);
}
.text-orgbrain-blue\/70 {
  color: rgb(0 151 167 / 0.7);
}
.text-orgbrain-blue\/75 {
  color: rgb(0 151 167 / 0.75);
}
.text-orgbrain-blue\/80 {
  color: rgb(0 151 167 / 0.8);
}
.text-orgbrain-blue\/85 {
  color: rgb(0 151 167 / 0.85);
}
.text-orgbrain-blue\/90 {
  color: rgb(0 151 167 / 0.9);
}
.text-orgbrain-blue\/95 {
  color: rgb(0 151 167 / 0.95);
}
.text-orgbrain-boardmatch {
  --tw-text-opacity: 1;
  color: rgb(63 190 132 / var(--tw-text-opacity, 1));
}
.text-orgbrain-boardmatch\/0 {
  color: rgb(63 190 132 / 0);
}
.text-orgbrain-boardmatch\/10 {
  color: rgb(63 190 132 / 0.1);
}
.text-orgbrain-boardmatch\/100 {
  color: rgb(63 190 132 / 1);
}
.text-orgbrain-boardmatch\/15 {
  color: rgb(63 190 132 / 0.15);
}
.text-orgbrain-boardmatch\/20 {
  color: rgb(63 190 132 / 0.2);
}
.text-orgbrain-boardmatch\/25 {
  color: rgb(63 190 132 / 0.25);
}
.text-orgbrain-boardmatch\/30 {
  color: rgb(63 190 132 / 0.3);
}
.text-orgbrain-boardmatch\/35 {
  color: rgb(63 190 132 / 0.35);
}
.text-orgbrain-boardmatch\/40 {
  color: rgb(63 190 132 / 0.4);
}
.text-orgbrain-boardmatch\/45 {
  color: rgb(63 190 132 / 0.45);
}
.text-orgbrain-boardmatch\/5 {
  color: rgb(63 190 132 / 0.05);
}
.text-orgbrain-boardmatch\/50 {
  color: rgb(63 190 132 / 0.5);
}
.text-orgbrain-boardmatch\/55 {
  color: rgb(63 190 132 / 0.55);
}
.text-orgbrain-boardmatch\/60 {
  color: rgb(63 190 132 / 0.6);
}
.text-orgbrain-boardmatch\/65 {
  color: rgb(63 190 132 / 0.65);
}
.text-orgbrain-boardmatch\/70 {
  color: rgb(63 190 132 / 0.7);
}
.text-orgbrain-boardmatch\/75 {
  color: rgb(63 190 132 / 0.75);
}
.text-orgbrain-boardmatch\/80 {
  color: rgb(63 190 132 / 0.8);
}
.text-orgbrain-boardmatch\/85 {
  color: rgb(63 190 132 / 0.85);
}
.text-orgbrain-boardmatch\/90 {
  color: rgb(63 190 132 / 0.9);
}
.text-orgbrain-boardmatch\/95 {
  color: rgb(63 190 132 / 0.95);
}
.text-orgbrain-boardschool {
  --tw-text-opacity: 1;
  color: rgb(30 161 174 / var(--tw-text-opacity, 1));
}
.text-orgbrain-boardschool\/0 {
  color: rgb(30 161 174 / 0);
}
.text-orgbrain-boardschool\/10 {
  color: rgb(30 161 174 / 0.1);
}
.text-orgbrain-boardschool\/100 {
  color: rgb(30 161 174 / 1);
}
.text-orgbrain-boardschool\/15 {
  color: rgb(30 161 174 / 0.15);
}
.text-orgbrain-boardschool\/20 {
  color: rgb(30 161 174 / 0.2);
}
.text-orgbrain-boardschool\/25 {
  color: rgb(30 161 174 / 0.25);
}
.text-orgbrain-boardschool\/30 {
  color: rgb(30 161 174 / 0.3);
}
.text-orgbrain-boardschool\/35 {
  color: rgb(30 161 174 / 0.35);
}
.text-orgbrain-boardschool\/40 {
  color: rgb(30 161 174 / 0.4);
}
.text-orgbrain-boardschool\/45 {
  color: rgb(30 161 174 / 0.45);
}
.text-orgbrain-boardschool\/5 {
  color: rgb(30 161 174 / 0.05);
}
.text-orgbrain-boardschool\/50 {
  color: rgb(30 161 174 / 0.5);
}
.text-orgbrain-boardschool\/55 {
  color: rgb(30 161 174 / 0.55);
}
.text-orgbrain-boardschool\/60 {
  color: rgb(30 161 174 / 0.6);
}
.text-orgbrain-boardschool\/65 {
  color: rgb(30 161 174 / 0.65);
}
.text-orgbrain-boardschool\/70 {
  color: rgb(30 161 174 / 0.7);
}
.text-orgbrain-boardschool\/75 {
  color: rgb(30 161 174 / 0.75);
}
.text-orgbrain-boardschool\/80 {
  color: rgb(30 161 174 / 0.8);
}
.text-orgbrain-boardschool\/85 {
  color: rgb(30 161 174 / 0.85);
}
.text-orgbrain-boardschool\/90 {
  color: rgb(30 161 174 / 0.9);
}
.text-orgbrain-boardschool\/95 {
  color: rgb(30 161 174 / 0.95);
}
.text-orgbrain-border {
  --tw-text-opacity: 1;
  color: rgb(208 208 208 / var(--tw-text-opacity, 1));
}
.text-orgbrain-border\/0 {
  color: rgb(208 208 208 / 0);
}
.text-orgbrain-border\/10 {
  color: rgb(208 208 208 / 0.1);
}
.text-orgbrain-border\/100 {
  color: rgb(208 208 208 / 1);
}
.text-orgbrain-border\/15 {
  color: rgb(208 208 208 / 0.15);
}
.text-orgbrain-border\/20 {
  color: rgb(208 208 208 / 0.2);
}
.text-orgbrain-border\/25 {
  color: rgb(208 208 208 / 0.25);
}
.text-orgbrain-border\/30 {
  color: rgb(208 208 208 / 0.3);
}
.text-orgbrain-border\/35 {
  color: rgb(208 208 208 / 0.35);
}
.text-orgbrain-border\/40 {
  color: rgb(208 208 208 / 0.4);
}
.text-orgbrain-border\/45 {
  color: rgb(208 208 208 / 0.45);
}
.text-orgbrain-border\/5 {
  color: rgb(208 208 208 / 0.05);
}
.text-orgbrain-border\/50 {
  color: rgb(208 208 208 / 0.5);
}
.text-orgbrain-border\/55 {
  color: rgb(208 208 208 / 0.55);
}
.text-orgbrain-border\/60 {
  color: rgb(208 208 208 / 0.6);
}
.text-orgbrain-border\/65 {
  color: rgb(208 208 208 / 0.65);
}
.text-orgbrain-border\/70 {
  color: rgb(208 208 208 / 0.7);
}
.text-orgbrain-border\/75 {
  color: rgb(208 208 208 / 0.75);
}
.text-orgbrain-border\/80 {
  color: rgb(208 208 208 / 0.8);
}
.text-orgbrain-border\/85 {
  color: rgb(208 208 208 / 0.85);
}
.text-orgbrain-border\/90 {
  color: rgb(208 208 208 / 0.9);
}
.text-orgbrain-border\/95 {
  color: rgb(208 208 208 / 0.95);
}
.text-orgbrain-called-color {
  --tw-text-opacity: 1;
  color: rgb(53 138 191 / var(--tw-text-opacity, 1));
}
.text-orgbrain-called-color\/0 {
  color: rgb(53 138 191 / 0);
}
.text-orgbrain-called-color\/10 {
  color: rgb(53 138 191 / 0.1);
}
.text-orgbrain-called-color\/100 {
  color: rgb(53 138 191 / 1);
}
.text-orgbrain-called-color\/15 {
  color: rgb(53 138 191 / 0.15);
}
.text-orgbrain-called-color\/20 {
  color: rgb(53 138 191 / 0.2);
}
.text-orgbrain-called-color\/25 {
  color: rgb(53 138 191 / 0.25);
}
.text-orgbrain-called-color\/30 {
  color: rgb(53 138 191 / 0.3);
}
.text-orgbrain-called-color\/35 {
  color: rgb(53 138 191 / 0.35);
}
.text-orgbrain-called-color\/40 {
  color: rgb(53 138 191 / 0.4);
}
.text-orgbrain-called-color\/45 {
  color: rgb(53 138 191 / 0.45);
}
.text-orgbrain-called-color\/5 {
  color: rgb(53 138 191 / 0.05);
}
.text-orgbrain-called-color\/50 {
  color: rgb(53 138 191 / 0.5);
}
.text-orgbrain-called-color\/55 {
  color: rgb(53 138 191 / 0.55);
}
.text-orgbrain-called-color\/60 {
  color: rgb(53 138 191 / 0.6);
}
.text-orgbrain-called-color\/65 {
  color: rgb(53 138 191 / 0.65);
}
.text-orgbrain-called-color\/70 {
  color: rgb(53 138 191 / 0.7);
}
.text-orgbrain-called-color\/75 {
  color: rgb(53 138 191 / 0.75);
}
.text-orgbrain-called-color\/80 {
  color: rgb(53 138 191 / 0.8);
}
.text-orgbrain-called-color\/85 {
  color: rgb(53 138 191 / 0.85);
}
.text-orgbrain-called-color\/90 {
  color: rgb(53 138 191 / 0.9);
}
.text-orgbrain-called-color\/95 {
  color: rgb(53 138 191 / 0.95);
}
.text-orgbrain-communication {
  --tw-text-opacity: 1;
  color: rgb(182 107 186 / var(--tw-text-opacity, 1));
}
.text-orgbrain-communication\/0 {
  color: rgb(182 107 186 / 0);
}
.text-orgbrain-communication\/10 {
  color: rgb(182 107 186 / 0.1);
}
.text-orgbrain-communication\/100 {
  color: rgb(182 107 186 / 1);
}
.text-orgbrain-communication\/15 {
  color: rgb(182 107 186 / 0.15);
}
.text-orgbrain-communication\/20 {
  color: rgb(182 107 186 / 0.2);
}
.text-orgbrain-communication\/25 {
  color: rgb(182 107 186 / 0.25);
}
.text-orgbrain-communication\/30 {
  color: rgb(182 107 186 / 0.3);
}
.text-orgbrain-communication\/35 {
  color: rgb(182 107 186 / 0.35);
}
.text-orgbrain-communication\/40 {
  color: rgb(182 107 186 / 0.4);
}
.text-orgbrain-communication\/45 {
  color: rgb(182 107 186 / 0.45);
}
.text-orgbrain-communication\/5 {
  color: rgb(182 107 186 / 0.05);
}
.text-orgbrain-communication\/50 {
  color: rgb(182 107 186 / 0.5);
}
.text-orgbrain-communication\/55 {
  color: rgb(182 107 186 / 0.55);
}
.text-orgbrain-communication\/60 {
  color: rgb(182 107 186 / 0.6);
}
.text-orgbrain-communication\/65 {
  color: rgb(182 107 186 / 0.65);
}
.text-orgbrain-communication\/70 {
  color: rgb(182 107 186 / 0.7);
}
.text-orgbrain-communication\/75 {
  color: rgb(182 107 186 / 0.75);
}
.text-orgbrain-communication\/80 {
  color: rgb(182 107 186 / 0.8);
}
.text-orgbrain-communication\/85 {
  color: rgb(182 107 186 / 0.85);
}
.text-orgbrain-communication\/90 {
  color: rgb(182 107 186 / 0.9);
}
.text-orgbrain-communication\/95 {
  color: rgb(182 107 186 / 0.95);
}
.text-orgbrain-complete {
  --tw-text-opacity: 1;
  color: rgb(72 150 76 / var(--tw-text-opacity, 1));
}
.text-orgbrain-complete-background {
  --tw-text-opacity: 1;
  color: rgb(228 243 229 / var(--tw-text-opacity, 1));
}
.text-orgbrain-complete-background\/0 {
  color: rgb(228 243 229 / 0);
}
.text-orgbrain-complete-background\/10 {
  color: rgb(228 243 229 / 0.1);
}
.text-orgbrain-complete-background\/100 {
  color: rgb(228 243 229 / 1);
}
.text-orgbrain-complete-background\/15 {
  color: rgb(228 243 229 / 0.15);
}
.text-orgbrain-complete-background\/20 {
  color: rgb(228 243 229 / 0.2);
}
.text-orgbrain-complete-background\/25 {
  color: rgb(228 243 229 / 0.25);
}
.text-orgbrain-complete-background\/30 {
  color: rgb(228 243 229 / 0.3);
}
.text-orgbrain-complete-background\/35 {
  color: rgb(228 243 229 / 0.35);
}
.text-orgbrain-complete-background\/40 {
  color: rgb(228 243 229 / 0.4);
}
.text-orgbrain-complete-background\/45 {
  color: rgb(228 243 229 / 0.45);
}
.text-orgbrain-complete-background\/5 {
  color: rgb(228 243 229 / 0.05);
}
.text-orgbrain-complete-background\/50 {
  color: rgb(228 243 229 / 0.5);
}
.text-orgbrain-complete-background\/55 {
  color: rgb(228 243 229 / 0.55);
}
.text-orgbrain-complete-background\/60 {
  color: rgb(228 243 229 / 0.6);
}
.text-orgbrain-complete-background\/65 {
  color: rgb(228 243 229 / 0.65);
}
.text-orgbrain-complete-background\/70 {
  color: rgb(228 243 229 / 0.7);
}
.text-orgbrain-complete-background\/75 {
  color: rgb(228 243 229 / 0.75);
}
.text-orgbrain-complete-background\/80 {
  color: rgb(228 243 229 / 0.8);
}
.text-orgbrain-complete-background\/85 {
  color: rgb(228 243 229 / 0.85);
}
.text-orgbrain-complete-background\/90 {
  color: rgb(228 243 229 / 0.9);
}
.text-orgbrain-complete-background\/95 {
  color: rgb(228 243 229 / 0.95);
}
.text-orgbrain-complete\/0 {
  color: rgb(72 150 76 / 0);
}
.text-orgbrain-complete\/10 {
  color: rgb(72 150 76 / 0.1);
}
.text-orgbrain-complete\/100 {
  color: rgb(72 150 76 / 1);
}
.text-orgbrain-complete\/15 {
  color: rgb(72 150 76 / 0.15);
}
.text-orgbrain-complete\/20 {
  color: rgb(72 150 76 / 0.2);
}
.text-orgbrain-complete\/25 {
  color: rgb(72 150 76 / 0.25);
}
.text-orgbrain-complete\/30 {
  color: rgb(72 150 76 / 0.3);
}
.text-orgbrain-complete\/35 {
  color: rgb(72 150 76 / 0.35);
}
.text-orgbrain-complete\/40 {
  color: rgb(72 150 76 / 0.4);
}
.text-orgbrain-complete\/45 {
  color: rgb(72 150 76 / 0.45);
}
.text-orgbrain-complete\/5 {
  color: rgb(72 150 76 / 0.05);
}
.text-orgbrain-complete\/50 {
  color: rgb(72 150 76 / 0.5);
}
.text-orgbrain-complete\/55 {
  color: rgb(72 150 76 / 0.55);
}
.text-orgbrain-complete\/60 {
  color: rgb(72 150 76 / 0.6);
}
.text-orgbrain-complete\/65 {
  color: rgb(72 150 76 / 0.65);
}
.text-orgbrain-complete\/70 {
  color: rgb(72 150 76 / 0.7);
}
.text-orgbrain-complete\/75 {
  color: rgb(72 150 76 / 0.75);
}
.text-orgbrain-complete\/80 {
  color: rgb(72 150 76 / 0.8);
}
.text-orgbrain-complete\/85 {
  color: rgb(72 150 76 / 0.85);
}
.text-orgbrain-complete\/90 {
  color: rgb(72 150 76 / 0.9);
}
.text-orgbrain-complete\/95 {
  color: rgb(72 150 76 / 0.95);
}
.text-orgbrain-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(0 77 85 / var(--tw-text-opacity, 1));
}
.text-orgbrain-dark-blue\/0 {
  color: rgb(0 77 85 / 0);
}
.text-orgbrain-dark-blue\/10 {
  color: rgb(0 77 85 / 0.1);
}
.text-orgbrain-dark-blue\/100 {
  color: rgb(0 77 85 / 1);
}
.text-orgbrain-dark-blue\/15 {
  color: rgb(0 77 85 / 0.15);
}
.text-orgbrain-dark-blue\/20 {
  color: rgb(0 77 85 / 0.2);
}
.text-orgbrain-dark-blue\/25 {
  color: rgb(0 77 85 / 0.25);
}
.text-orgbrain-dark-blue\/30 {
  color: rgb(0 77 85 / 0.3);
}
.text-orgbrain-dark-blue\/35 {
  color: rgb(0 77 85 / 0.35);
}
.text-orgbrain-dark-blue\/40 {
  color: rgb(0 77 85 / 0.4);
}
.text-orgbrain-dark-blue\/45 {
  color: rgb(0 77 85 / 0.45);
}
.text-orgbrain-dark-blue\/5 {
  color: rgb(0 77 85 / 0.05);
}
.text-orgbrain-dark-blue\/50 {
  color: rgb(0 77 85 / 0.5);
}
.text-orgbrain-dark-blue\/55 {
  color: rgb(0 77 85 / 0.55);
}
.text-orgbrain-dark-blue\/60 {
  color: rgb(0 77 85 / 0.6);
}
.text-orgbrain-dark-blue\/65 {
  color: rgb(0 77 85 / 0.65);
}
.text-orgbrain-dark-blue\/70 {
  color: rgb(0 77 85 / 0.7);
}
.text-orgbrain-dark-blue\/75 {
  color: rgb(0 77 85 / 0.75);
}
.text-orgbrain-dark-blue\/80 {
  color: rgb(0 77 85 / 0.8);
}
.text-orgbrain-dark-blue\/85 {
  color: rgb(0 77 85 / 0.85);
}
.text-orgbrain-dark-blue\/90 {
  color: rgb(0 77 85 / 0.9);
}
.text-orgbrain-dark-blue\/95 {
  color: rgb(0 77 85 / 0.95);
}
.text-orgbrain-digital-blue {
  --tw-text-opacity: 1;
  color: rgb(87 195 184 / var(--tw-text-opacity, 1));
}
.text-orgbrain-digital-blue\/0 {
  color: rgb(87 195 184 / 0);
}
.text-orgbrain-digital-blue\/10 {
  color: rgb(87 195 184 / 0.1);
}
.text-orgbrain-digital-blue\/100 {
  color: rgb(87 195 184 / 1);
}
.text-orgbrain-digital-blue\/15 {
  color: rgb(87 195 184 / 0.15);
}
.text-orgbrain-digital-blue\/20 {
  color: rgb(87 195 184 / 0.2);
}
.text-orgbrain-digital-blue\/25 {
  color: rgb(87 195 184 / 0.25);
}
.text-orgbrain-digital-blue\/30 {
  color: rgb(87 195 184 / 0.3);
}
.text-orgbrain-digital-blue\/35 {
  color: rgb(87 195 184 / 0.35);
}
.text-orgbrain-digital-blue\/40 {
  color: rgb(87 195 184 / 0.4);
}
.text-orgbrain-digital-blue\/45 {
  color: rgb(87 195 184 / 0.45);
}
.text-orgbrain-digital-blue\/5 {
  color: rgb(87 195 184 / 0.05);
}
.text-orgbrain-digital-blue\/50 {
  color: rgb(87 195 184 / 0.5);
}
.text-orgbrain-digital-blue\/55 {
  color: rgb(87 195 184 / 0.55);
}
.text-orgbrain-digital-blue\/60 {
  color: rgb(87 195 184 / 0.6);
}
.text-orgbrain-digital-blue\/65 {
  color: rgb(87 195 184 / 0.65);
}
.text-orgbrain-digital-blue\/70 {
  color: rgb(87 195 184 / 0.7);
}
.text-orgbrain-digital-blue\/75 {
  color: rgb(87 195 184 / 0.75);
}
.text-orgbrain-digital-blue\/80 {
  color: rgb(87 195 184 / 0.8);
}
.text-orgbrain-digital-blue\/85 {
  color: rgb(87 195 184 / 0.85);
}
.text-orgbrain-digital-blue\/90 {
  color: rgb(87 195 184 / 0.9);
}
.text-orgbrain-digital-blue\/95 {
  color: rgb(87 195 184 / 0.95);
}
.text-orgbrain-error-background {
  --tw-text-opacity: 1;
  color: rgb(248 224 224 / var(--tw-text-opacity, 1));
}
.text-orgbrain-error-background\/0 {
  color: rgb(248 224 224 / 0);
}
.text-orgbrain-error-background\/10 {
  color: rgb(248 224 224 / 0.1);
}
.text-orgbrain-error-background\/100 {
  color: rgb(248 224 224 / 1);
}
.text-orgbrain-error-background\/15 {
  color: rgb(248 224 224 / 0.15);
}
.text-orgbrain-error-background\/20 {
  color: rgb(248 224 224 / 0.2);
}
.text-orgbrain-error-background\/25 {
  color: rgb(248 224 224 / 0.25);
}
.text-orgbrain-error-background\/30 {
  color: rgb(248 224 224 / 0.3);
}
.text-orgbrain-error-background\/35 {
  color: rgb(248 224 224 / 0.35);
}
.text-orgbrain-error-background\/40 {
  color: rgb(248 224 224 / 0.4);
}
.text-orgbrain-error-background\/45 {
  color: rgb(248 224 224 / 0.45);
}
.text-orgbrain-error-background\/5 {
  color: rgb(248 224 224 / 0.05);
}
.text-orgbrain-error-background\/50 {
  color: rgb(248 224 224 / 0.5);
}
.text-orgbrain-error-background\/55 {
  color: rgb(248 224 224 / 0.55);
}
.text-orgbrain-error-background\/60 {
  color: rgb(248 224 224 / 0.6);
}
.text-orgbrain-error-background\/65 {
  color: rgb(248 224 224 / 0.65);
}
.text-orgbrain-error-background\/70 {
  color: rgb(248 224 224 / 0.7);
}
.text-orgbrain-error-background\/75 {
  color: rgb(248 224 224 / 0.75);
}
.text-orgbrain-error-background\/80 {
  color: rgb(248 224 224 / 0.8);
}
.text-orgbrain-error-background\/85 {
  color: rgb(248 224 224 / 0.85);
}
.text-orgbrain-error-background\/90 {
  color: rgb(248 224 224 / 0.9);
}
.text-orgbrain-error-background\/95 {
  color: rgb(248 224 224 / 0.95);
}
.text-orgbrain-files {
  --tw-text-opacity: 1;
  color: rgb(86 170 90 / var(--tw-text-opacity, 1));
}
.text-orgbrain-files\/0 {
  color: rgb(86 170 90 / 0);
}
.text-orgbrain-files\/10 {
  color: rgb(86 170 90 / 0.1);
}
.text-orgbrain-files\/100 {
  color: rgb(86 170 90 / 1);
}
.text-orgbrain-files\/15 {
  color: rgb(86 170 90 / 0.15);
}
.text-orgbrain-files\/20 {
  color: rgb(86 170 90 / 0.2);
}
.text-orgbrain-files\/25 {
  color: rgb(86 170 90 / 0.25);
}
.text-orgbrain-files\/30 {
  color: rgb(86 170 90 / 0.3);
}
.text-orgbrain-files\/35 {
  color: rgb(86 170 90 / 0.35);
}
.text-orgbrain-files\/40 {
  color: rgb(86 170 90 / 0.4);
}
.text-orgbrain-files\/45 {
  color: rgb(86 170 90 / 0.45);
}
.text-orgbrain-files\/5 {
  color: rgb(86 170 90 / 0.05);
}
.text-orgbrain-files\/50 {
  color: rgb(86 170 90 / 0.5);
}
.text-orgbrain-files\/55 {
  color: rgb(86 170 90 / 0.55);
}
.text-orgbrain-files\/60 {
  color: rgb(86 170 90 / 0.6);
}
.text-orgbrain-files\/65 {
  color: rgb(86 170 90 / 0.65);
}
.text-orgbrain-files\/70 {
  color: rgb(86 170 90 / 0.7);
}
.text-orgbrain-files\/75 {
  color: rgb(86 170 90 / 0.75);
}
.text-orgbrain-files\/80 {
  color: rgb(86 170 90 / 0.8);
}
.text-orgbrain-files\/85 {
  color: rgb(86 170 90 / 0.85);
}
.text-orgbrain-files\/90 {
  color: rgb(86 170 90 / 0.9);
}
.text-orgbrain-files\/95 {
  color: rgb(86 170 90 / 0.95);
}
.text-orgbrain-form-background {
  --tw-text-opacity: 1;
  color: rgb(242 247 248 / var(--tw-text-opacity, 1));
}
.text-orgbrain-form-background\/0 {
  color: rgb(242 247 248 / 0);
}
.text-orgbrain-form-background\/10 {
  color: rgb(242 247 248 / 0.1);
}
.text-orgbrain-form-background\/100 {
  color: rgb(242 247 248 / 1);
}
.text-orgbrain-form-background\/15 {
  color: rgb(242 247 248 / 0.15);
}
.text-orgbrain-form-background\/20 {
  color: rgb(242 247 248 / 0.2);
}
.text-orgbrain-form-background\/25 {
  color: rgb(242 247 248 / 0.25);
}
.text-orgbrain-form-background\/30 {
  color: rgb(242 247 248 / 0.3);
}
.text-orgbrain-form-background\/35 {
  color: rgb(242 247 248 / 0.35);
}
.text-orgbrain-form-background\/40 {
  color: rgb(242 247 248 / 0.4);
}
.text-orgbrain-form-background\/45 {
  color: rgb(242 247 248 / 0.45);
}
.text-orgbrain-form-background\/5 {
  color: rgb(242 247 248 / 0.05);
}
.text-orgbrain-form-background\/50 {
  color: rgb(242 247 248 / 0.5);
}
.text-orgbrain-form-background\/55 {
  color: rgb(242 247 248 / 0.55);
}
.text-orgbrain-form-background\/60 {
  color: rgb(242 247 248 / 0.6);
}
.text-orgbrain-form-background\/65 {
  color: rgb(242 247 248 / 0.65);
}
.text-orgbrain-form-background\/70 {
  color: rgb(242 247 248 / 0.7);
}
.text-orgbrain-form-background\/75 {
  color: rgb(242 247 248 / 0.75);
}
.text-orgbrain-form-background\/80 {
  color: rgb(242 247 248 / 0.8);
}
.text-orgbrain-form-background\/85 {
  color: rgb(242 247 248 / 0.85);
}
.text-orgbrain-form-background\/90 {
  color: rgb(242 247 248 / 0.9);
}
.text-orgbrain-form-background\/95 {
  color: rgb(242 247 248 / 0.95);
}
.text-orgbrain-gray {
  --tw-text-opacity: 1;
  color: rgb(84 110 122 / var(--tw-text-opacity, 1));
}
.text-orgbrain-gray-blue {
  --tw-text-opacity: 1;
  color: rgb(132 157 188 / var(--tw-text-opacity, 1));
}
.text-orgbrain-gray-blue\/0 {
  color: rgb(132 157 188 / 0);
}
.text-orgbrain-gray-blue\/10 {
  color: rgb(132 157 188 / 0.1);
}
.text-orgbrain-gray-blue\/100 {
  color: rgb(132 157 188 / 1);
}
.text-orgbrain-gray-blue\/15 {
  color: rgb(132 157 188 / 0.15);
}
.text-orgbrain-gray-blue\/20 {
  color: rgb(132 157 188 / 0.2);
}
.text-orgbrain-gray-blue\/25 {
  color: rgb(132 157 188 / 0.25);
}
.text-orgbrain-gray-blue\/30 {
  color: rgb(132 157 188 / 0.3);
}
.text-orgbrain-gray-blue\/35 {
  color: rgb(132 157 188 / 0.35);
}
.text-orgbrain-gray-blue\/40 {
  color: rgb(132 157 188 / 0.4);
}
.text-orgbrain-gray-blue\/45 {
  color: rgb(132 157 188 / 0.45);
}
.text-orgbrain-gray-blue\/5 {
  color: rgb(132 157 188 / 0.05);
}
.text-orgbrain-gray-blue\/50 {
  color: rgb(132 157 188 / 0.5);
}
.text-orgbrain-gray-blue\/55 {
  color: rgb(132 157 188 / 0.55);
}
.text-orgbrain-gray-blue\/60 {
  color: rgb(132 157 188 / 0.6);
}
.text-orgbrain-gray-blue\/65 {
  color: rgb(132 157 188 / 0.65);
}
.text-orgbrain-gray-blue\/70 {
  color: rgb(132 157 188 / 0.7);
}
.text-orgbrain-gray-blue\/75 {
  color: rgb(132 157 188 / 0.75);
}
.text-orgbrain-gray-blue\/80 {
  color: rgb(132 157 188 / 0.8);
}
.text-orgbrain-gray-blue\/85 {
  color: rgb(132 157 188 / 0.85);
}
.text-orgbrain-gray-blue\/90 {
  color: rgb(132 157 188 / 0.9);
}
.text-orgbrain-gray-blue\/95 {
  color: rgb(132 157 188 / 0.95);
}
.text-orgbrain-gray\/0 {
  color: rgb(84 110 122 / 0);
}
.text-orgbrain-gray\/10 {
  color: rgb(84 110 122 / 0.1);
}
.text-orgbrain-gray\/100 {
  color: rgb(84 110 122 / 1);
}
.text-orgbrain-gray\/15 {
  color: rgb(84 110 122 / 0.15);
}
.text-orgbrain-gray\/20 {
  color: rgb(84 110 122 / 0.2);
}
.text-orgbrain-gray\/25 {
  color: rgb(84 110 122 / 0.25);
}
.text-orgbrain-gray\/30 {
  color: rgb(84 110 122 / 0.3);
}
.text-orgbrain-gray\/35 {
  color: rgb(84 110 122 / 0.35);
}
.text-orgbrain-gray\/40 {
  color: rgb(84 110 122 / 0.4);
}
.text-orgbrain-gray\/45 {
  color: rgb(84 110 122 / 0.45);
}
.text-orgbrain-gray\/5 {
  color: rgb(84 110 122 / 0.05);
}
.text-orgbrain-gray\/50 {
  color: rgb(84 110 122 / 0.5);
}
.text-orgbrain-gray\/55 {
  color: rgb(84 110 122 / 0.55);
}
.text-orgbrain-gray\/60 {
  color: rgb(84 110 122 / 0.6);
}
.text-orgbrain-gray\/65 {
  color: rgb(84 110 122 / 0.65);
}
.text-orgbrain-gray\/70 {
  color: rgb(84 110 122 / 0.7);
}
.text-orgbrain-gray\/75 {
  color: rgb(84 110 122 / 0.75);
}
.text-orgbrain-gray\/80 {
  color: rgb(84 110 122 / 0.8);
}
.text-orgbrain-gray\/85 {
  color: rgb(84 110 122 / 0.85);
}
.text-orgbrain-gray\/90 {
  color: rgb(84 110 122 / 0.9);
}
.text-orgbrain-gray\/95 {
  color: rgb(84 110 122 / 0.95);
}
.text-orgbrain-grey-background {
  --tw-text-opacity: 1;
  color: rgb(238 240 242 / var(--tw-text-opacity, 1));
}
.text-orgbrain-grey-background\/0 {
  color: rgb(238 240 242 / 0);
}
.text-orgbrain-grey-background\/10 {
  color: rgb(238 240 242 / 0.1);
}
.text-orgbrain-grey-background\/100 {
  color: rgb(238 240 242 / 1);
}
.text-orgbrain-grey-background\/15 {
  color: rgb(238 240 242 / 0.15);
}
.text-orgbrain-grey-background\/20 {
  color: rgb(238 240 242 / 0.2);
}
.text-orgbrain-grey-background\/25 {
  color: rgb(238 240 242 / 0.25);
}
.text-orgbrain-grey-background\/30 {
  color: rgb(238 240 242 / 0.3);
}
.text-orgbrain-grey-background\/35 {
  color: rgb(238 240 242 / 0.35);
}
.text-orgbrain-grey-background\/40 {
  color: rgb(238 240 242 / 0.4);
}
.text-orgbrain-grey-background\/45 {
  color: rgb(238 240 242 / 0.45);
}
.text-orgbrain-grey-background\/5 {
  color: rgb(238 240 242 / 0.05);
}
.text-orgbrain-grey-background\/50 {
  color: rgb(238 240 242 / 0.5);
}
.text-orgbrain-grey-background\/55 {
  color: rgb(238 240 242 / 0.55);
}
.text-orgbrain-grey-background\/60 {
  color: rgb(238 240 242 / 0.6);
}
.text-orgbrain-grey-background\/65 {
  color: rgb(238 240 242 / 0.65);
}
.text-orgbrain-grey-background\/70 {
  color: rgb(238 240 242 / 0.7);
}
.text-orgbrain-grey-background\/75 {
  color: rgb(238 240 242 / 0.75);
}
.text-orgbrain-grey-background\/80 {
  color: rgb(238 240 242 / 0.8);
}
.text-orgbrain-grey-background\/85 {
  color: rgb(238 240 242 / 0.85);
}
.text-orgbrain-grey-background\/90 {
  color: rgb(238 240 242 / 0.9);
}
.text-orgbrain-grey-background\/95 {
  color: rgb(238 240 242 / 0.95);
}
.text-orgbrain-hover-background {
  color: #0000000a;
}
.text-orgbrain-hover-background\/0 {
  color: rgb(0 0 0 / 0);
}
.text-orgbrain-hover-background\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-orgbrain-hover-background\/100 {
  color: rgb(0 0 0 / 1);
}
.text-orgbrain-hover-background\/15 {
  color: rgb(0 0 0 / 0.15);
}
.text-orgbrain-hover-background\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-orgbrain-hover-background\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-orgbrain-hover-background\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-orgbrain-hover-background\/35 {
  color: rgb(0 0 0 / 0.35);
}
.text-orgbrain-hover-background\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-orgbrain-hover-background\/45 {
  color: rgb(0 0 0 / 0.45);
}
.text-orgbrain-hover-background\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-orgbrain-hover-background\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-orgbrain-hover-background\/55 {
  color: rgb(0 0 0 / 0.55);
}
.text-orgbrain-hover-background\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-orgbrain-hover-background\/65 {
  color: rgb(0 0 0 / 0.65);
}
.text-orgbrain-hover-background\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-orgbrain-hover-background\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-orgbrain-hover-background\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-orgbrain-hover-background\/85 {
  color: rgb(0 0 0 / 0.85);
}
.text-orgbrain-hover-background\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-orgbrain-hover-background\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-orgbrain-investments {
  --tw-text-opacity: 1;
  color: rgb(95 122 197 / var(--tw-text-opacity, 1));
}
.text-orgbrain-investments\/0 {
  color: rgb(95 122 197 / 0);
}
.text-orgbrain-investments\/10 {
  color: rgb(95 122 197 / 0.1);
}
.text-orgbrain-investments\/100 {
  color: rgb(95 122 197 / 1);
}
.text-orgbrain-investments\/15 {
  color: rgb(95 122 197 / 0.15);
}
.text-orgbrain-investments\/20 {
  color: rgb(95 122 197 / 0.2);
}
.text-orgbrain-investments\/25 {
  color: rgb(95 122 197 / 0.25);
}
.text-orgbrain-investments\/30 {
  color: rgb(95 122 197 / 0.3);
}
.text-orgbrain-investments\/35 {
  color: rgb(95 122 197 / 0.35);
}
.text-orgbrain-investments\/40 {
  color: rgb(95 122 197 / 0.4);
}
.text-orgbrain-investments\/45 {
  color: rgb(95 122 197 / 0.45);
}
.text-orgbrain-investments\/5 {
  color: rgb(95 122 197 / 0.05);
}
.text-orgbrain-investments\/50 {
  color: rgb(95 122 197 / 0.5);
}
.text-orgbrain-investments\/55 {
  color: rgb(95 122 197 / 0.55);
}
.text-orgbrain-investments\/60 {
  color: rgb(95 122 197 / 0.6);
}
.text-orgbrain-investments\/65 {
  color: rgb(95 122 197 / 0.65);
}
.text-orgbrain-investments\/70 {
  color: rgb(95 122 197 / 0.7);
}
.text-orgbrain-investments\/75 {
  color: rgb(95 122 197 / 0.75);
}
.text-orgbrain-investments\/80 {
  color: rgb(95 122 197 / 0.8);
}
.text-orgbrain-investments\/85 {
  color: rgb(95 122 197 / 0.85);
}
.text-orgbrain-investments\/90 {
  color: rgb(95 122 197 / 0.9);
}
.text-orgbrain-investments\/95 {
  color: rgb(95 122 197 / 0.95);
}
.text-orgbrain-light-blue {
  --tw-text-opacity: 1;
  color: rgb(204 234 237 / var(--tw-text-opacity, 1));
}
.text-orgbrain-light-blue-background {
  color: #0097A71A;
}
.text-orgbrain-light-blue-background\/0 {
  color: rgb(0 151 167 / 0);
}
.text-orgbrain-light-blue-background\/10 {
  color: rgb(0 151 167 / 0.1);
}
.text-orgbrain-light-blue-background\/100 {
  color: rgb(0 151 167 / 1);
}
.text-orgbrain-light-blue-background\/15 {
  color: rgb(0 151 167 / 0.15);
}
.text-orgbrain-light-blue-background\/20 {
  color: rgb(0 151 167 / 0.2);
}
.text-orgbrain-light-blue-background\/25 {
  color: rgb(0 151 167 / 0.25);
}
.text-orgbrain-light-blue-background\/30 {
  color: rgb(0 151 167 / 0.3);
}
.text-orgbrain-light-blue-background\/35 {
  color: rgb(0 151 167 / 0.35);
}
.text-orgbrain-light-blue-background\/40 {
  color: rgb(0 151 167 / 0.4);
}
.text-orgbrain-light-blue-background\/45 {
  color: rgb(0 151 167 / 0.45);
}
.text-orgbrain-light-blue-background\/5 {
  color: rgb(0 151 167 / 0.05);
}
.text-orgbrain-light-blue-background\/50 {
  color: rgb(0 151 167 / 0.5);
}
.text-orgbrain-light-blue-background\/55 {
  color: rgb(0 151 167 / 0.55);
}
.text-orgbrain-light-blue-background\/60 {
  color: rgb(0 151 167 / 0.6);
}
.text-orgbrain-light-blue-background\/65 {
  color: rgb(0 151 167 / 0.65);
}
.text-orgbrain-light-blue-background\/70 {
  color: rgb(0 151 167 / 0.7);
}
.text-orgbrain-light-blue-background\/75 {
  color: rgb(0 151 167 / 0.75);
}
.text-orgbrain-light-blue-background\/80 {
  color: rgb(0 151 167 / 0.8);
}
.text-orgbrain-light-blue-background\/85 {
  color: rgb(0 151 167 / 0.85);
}
.text-orgbrain-light-blue-background\/90 {
  color: rgb(0 151 167 / 0.9);
}
.text-orgbrain-light-blue-background\/95 {
  color: rgb(0 151 167 / 0.95);
}
.text-orgbrain-light-blue\/0 {
  color: rgb(204 234 237 / 0);
}
.text-orgbrain-light-blue\/10 {
  color: rgb(204 234 237 / 0.1);
}
.text-orgbrain-light-blue\/100 {
  color: rgb(204 234 237 / 1);
}
.text-orgbrain-light-blue\/15 {
  color: rgb(204 234 237 / 0.15);
}
.text-orgbrain-light-blue\/20 {
  color: rgb(204 234 237 / 0.2);
}
.text-orgbrain-light-blue\/25 {
  color: rgb(204 234 237 / 0.25);
}
.text-orgbrain-light-blue\/30 {
  color: rgb(204 234 237 / 0.3);
}
.text-orgbrain-light-blue\/35 {
  color: rgb(204 234 237 / 0.35);
}
.text-orgbrain-light-blue\/40 {
  color: rgb(204 234 237 / 0.4);
}
.text-orgbrain-light-blue\/45 {
  color: rgb(204 234 237 / 0.45);
}
.text-orgbrain-light-blue\/5 {
  color: rgb(204 234 237 / 0.05);
}
.text-orgbrain-light-blue\/50 {
  color: rgb(204 234 237 / 0.5);
}
.text-orgbrain-light-blue\/55 {
  color: rgb(204 234 237 / 0.55);
}
.text-orgbrain-light-blue\/60 {
  color: rgb(204 234 237 / 0.6);
}
.text-orgbrain-light-blue\/65 {
  color: rgb(204 234 237 / 0.65);
}
.text-orgbrain-light-blue\/70 {
  color: rgb(204 234 237 / 0.7);
}
.text-orgbrain-light-blue\/75 {
  color: rgb(204 234 237 / 0.75);
}
.text-orgbrain-light-blue\/80 {
  color: rgb(204 234 237 / 0.8);
}
.text-orgbrain-light-blue\/85 {
  color: rgb(204 234 237 / 0.85);
}
.text-orgbrain-light-blue\/90 {
  color: rgb(204 234 237 / 0.9);
}
.text-orgbrain-light-blue\/95 {
  color: rgb(204 234 237 / 0.95);
}
.text-orgbrain-meetings {
  --tw-text-opacity: 1;
  color: rgb(251 151 24 / var(--tw-text-opacity, 1));
}
.text-orgbrain-meetings\/0 {
  color: rgb(251 151 24 / 0);
}
.text-orgbrain-meetings\/10 {
  color: rgb(251 151 24 / 0.1);
}
.text-orgbrain-meetings\/100 {
  color: rgb(251 151 24 / 1);
}
.text-orgbrain-meetings\/15 {
  color: rgb(251 151 24 / 0.15);
}
.text-orgbrain-meetings\/20 {
  color: rgb(251 151 24 / 0.2);
}
.text-orgbrain-meetings\/25 {
  color: rgb(251 151 24 / 0.25);
}
.text-orgbrain-meetings\/30 {
  color: rgb(251 151 24 / 0.3);
}
.text-orgbrain-meetings\/35 {
  color: rgb(251 151 24 / 0.35);
}
.text-orgbrain-meetings\/40 {
  color: rgb(251 151 24 / 0.4);
}
.text-orgbrain-meetings\/45 {
  color: rgb(251 151 24 / 0.45);
}
.text-orgbrain-meetings\/5 {
  color: rgb(251 151 24 / 0.05);
}
.text-orgbrain-meetings\/50 {
  color: rgb(251 151 24 / 0.5);
}
.text-orgbrain-meetings\/55 {
  color: rgb(251 151 24 / 0.55);
}
.text-orgbrain-meetings\/60 {
  color: rgb(251 151 24 / 0.6);
}
.text-orgbrain-meetings\/65 {
  color: rgb(251 151 24 / 0.65);
}
.text-orgbrain-meetings\/70 {
  color: rgb(251 151 24 / 0.7);
}
.text-orgbrain-meetings\/75 {
  color: rgb(251 151 24 / 0.75);
}
.text-orgbrain-meetings\/80 {
  color: rgb(251 151 24 / 0.8);
}
.text-orgbrain-meetings\/85 {
  color: rgb(251 151 24 / 0.85);
}
.text-orgbrain-meetings\/90 {
  color: rgb(251 151 24 / 0.9);
}
.text-orgbrain-meetings\/95 {
  color: rgb(251 151 24 / 0.95);
}
.text-orgbrain-orange {
  --tw-text-opacity: 1;
  color: rgb(245 124 0 / var(--tw-text-opacity, 1));
}
.text-orgbrain-orange-background {
  --tw-text-opacity: 1;
  color: rgb(254 245 235 / var(--tw-text-opacity, 1));
}
.text-orgbrain-orange-background\/0 {
  color: rgb(254 245 235 / 0);
}
.text-orgbrain-orange-background\/10 {
  color: rgb(254 245 235 / 0.1);
}
.text-orgbrain-orange-background\/100 {
  color: rgb(254 245 235 / 1);
}
.text-orgbrain-orange-background\/15 {
  color: rgb(254 245 235 / 0.15);
}
.text-orgbrain-orange-background\/20 {
  color: rgb(254 245 235 / 0.2);
}
.text-orgbrain-orange-background\/25 {
  color: rgb(254 245 235 / 0.25);
}
.text-orgbrain-orange-background\/30 {
  color: rgb(254 245 235 / 0.3);
}
.text-orgbrain-orange-background\/35 {
  color: rgb(254 245 235 / 0.35);
}
.text-orgbrain-orange-background\/40 {
  color: rgb(254 245 235 / 0.4);
}
.text-orgbrain-orange-background\/45 {
  color: rgb(254 245 235 / 0.45);
}
.text-orgbrain-orange-background\/5 {
  color: rgb(254 245 235 / 0.05);
}
.text-orgbrain-orange-background\/50 {
  color: rgb(254 245 235 / 0.5);
}
.text-orgbrain-orange-background\/55 {
  color: rgb(254 245 235 / 0.55);
}
.text-orgbrain-orange-background\/60 {
  color: rgb(254 245 235 / 0.6);
}
.text-orgbrain-orange-background\/65 {
  color: rgb(254 245 235 / 0.65);
}
.text-orgbrain-orange-background\/70 {
  color: rgb(254 245 235 / 0.7);
}
.text-orgbrain-orange-background\/75 {
  color: rgb(254 245 235 / 0.75);
}
.text-orgbrain-orange-background\/80 {
  color: rgb(254 245 235 / 0.8);
}
.text-orgbrain-orange-background\/85 {
  color: rgb(254 245 235 / 0.85);
}
.text-orgbrain-orange-background\/90 {
  color: rgb(254 245 235 / 0.9);
}
.text-orgbrain-orange-background\/95 {
  color: rgb(254 245 235 / 0.95);
}
.text-orgbrain-orange\/0 {
  color: rgb(245 124 0 / 0);
}
.text-orgbrain-orange\/10 {
  color: rgb(245 124 0 / 0.1);
}
.text-orgbrain-orange\/100 {
  color: rgb(245 124 0 / 1);
}
.text-orgbrain-orange\/15 {
  color: rgb(245 124 0 / 0.15);
}
.text-orgbrain-orange\/20 {
  color: rgb(245 124 0 / 0.2);
}
.text-orgbrain-orange\/25 {
  color: rgb(245 124 0 / 0.25);
}
.text-orgbrain-orange\/30 {
  color: rgb(245 124 0 / 0.3);
}
.text-orgbrain-orange\/35 {
  color: rgb(245 124 0 / 0.35);
}
.text-orgbrain-orange\/40 {
  color: rgb(245 124 0 / 0.4);
}
.text-orgbrain-orange\/45 {
  color: rgb(245 124 0 / 0.45);
}
.text-orgbrain-orange\/5 {
  color: rgb(245 124 0 / 0.05);
}
.text-orgbrain-orange\/50 {
  color: rgb(245 124 0 / 0.5);
}
.text-orgbrain-orange\/55 {
  color: rgb(245 124 0 / 0.55);
}
.text-orgbrain-orange\/60 {
  color: rgb(245 124 0 / 0.6);
}
.text-orgbrain-orange\/65 {
  color: rgb(245 124 0 / 0.65);
}
.text-orgbrain-orange\/70 {
  color: rgb(245 124 0 / 0.7);
}
.text-orgbrain-orange\/75 {
  color: rgb(245 124 0 / 0.75);
}
.text-orgbrain-orange\/80 {
  color: rgb(245 124 0 / 0.8);
}
.text-orgbrain-orange\/85 {
  color: rgb(245 124 0 / 0.85);
}
.text-orgbrain-orange\/90 {
  color: rgb(245 124 0 / 0.9);
}
.text-orgbrain-orange\/95 {
  color: rgb(245 124 0 / 0.95);
}
.text-orgbrain-organization {
  --tw-text-opacity: 1;
  color: rgb(86 195 184 / var(--tw-text-opacity, 1));
}
.text-orgbrain-organization\/0 {
  color: rgb(86 195 184 / 0);
}
.text-orgbrain-organization\/10 {
  color: rgb(86 195 184 / 0.1);
}
.text-orgbrain-organization\/100 {
  color: rgb(86 195 184 / 1);
}
.text-orgbrain-organization\/15 {
  color: rgb(86 195 184 / 0.15);
}
.text-orgbrain-organization\/20 {
  color: rgb(86 195 184 / 0.2);
}
.text-orgbrain-organization\/25 {
  color: rgb(86 195 184 / 0.25);
}
.text-orgbrain-organization\/30 {
  color: rgb(86 195 184 / 0.3);
}
.text-orgbrain-organization\/35 {
  color: rgb(86 195 184 / 0.35);
}
.text-orgbrain-organization\/40 {
  color: rgb(86 195 184 / 0.4);
}
.text-orgbrain-organization\/45 {
  color: rgb(86 195 184 / 0.45);
}
.text-orgbrain-organization\/5 {
  color: rgb(86 195 184 / 0.05);
}
.text-orgbrain-organization\/50 {
  color: rgb(86 195 184 / 0.5);
}
.text-orgbrain-organization\/55 {
  color: rgb(86 195 184 / 0.55);
}
.text-orgbrain-organization\/60 {
  color: rgb(86 195 184 / 0.6);
}
.text-orgbrain-organization\/65 {
  color: rgb(86 195 184 / 0.65);
}
.text-orgbrain-organization\/70 {
  color: rgb(86 195 184 / 0.7);
}
.text-orgbrain-organization\/75 {
  color: rgb(86 195 184 / 0.75);
}
.text-orgbrain-organization\/80 {
  color: rgb(86 195 184 / 0.8);
}
.text-orgbrain-organization\/85 {
  color: rgb(86 195 184 / 0.85);
}
.text-orgbrain-organization\/90 {
  color: rgb(86 195 184 / 0.9);
}
.text-orgbrain-organization\/95 {
  color: rgb(86 195 184 / 0.95);
}
.text-orgbrain-plan-color {
  --tw-text-opacity: 1;
  color: rgb(77 107 190 / var(--tw-text-opacity, 1));
}
.text-orgbrain-plan-color\/0 {
  color: rgb(77 107 190 / 0);
}
.text-orgbrain-plan-color\/10 {
  color: rgb(77 107 190 / 0.1);
}
.text-orgbrain-plan-color\/100 {
  color: rgb(77 107 190 / 1);
}
.text-orgbrain-plan-color\/15 {
  color: rgb(77 107 190 / 0.15);
}
.text-orgbrain-plan-color\/20 {
  color: rgb(77 107 190 / 0.2);
}
.text-orgbrain-plan-color\/25 {
  color: rgb(77 107 190 / 0.25);
}
.text-orgbrain-plan-color\/30 {
  color: rgb(77 107 190 / 0.3);
}
.text-orgbrain-plan-color\/35 {
  color: rgb(77 107 190 / 0.35);
}
.text-orgbrain-plan-color\/40 {
  color: rgb(77 107 190 / 0.4);
}
.text-orgbrain-plan-color\/45 {
  color: rgb(77 107 190 / 0.45);
}
.text-orgbrain-plan-color\/5 {
  color: rgb(77 107 190 / 0.05);
}
.text-orgbrain-plan-color\/50 {
  color: rgb(77 107 190 / 0.5);
}
.text-orgbrain-plan-color\/55 {
  color: rgb(77 107 190 / 0.55);
}
.text-orgbrain-plan-color\/60 {
  color: rgb(77 107 190 / 0.6);
}
.text-orgbrain-plan-color\/65 {
  color: rgb(77 107 190 / 0.65);
}
.text-orgbrain-plan-color\/70 {
  color: rgb(77 107 190 / 0.7);
}
.text-orgbrain-plan-color\/75 {
  color: rgb(77 107 190 / 0.75);
}
.text-orgbrain-plan-color\/80 {
  color: rgb(77 107 190 / 0.8);
}
.text-orgbrain-plan-color\/85 {
  color: rgb(77 107 190 / 0.85);
}
.text-orgbrain-plan-color\/90 {
  color: rgb(77 107 190 / 0.9);
}
.text-orgbrain-plan-color\/95 {
  color: rgb(77 107 190 / 0.95);
}
.text-orgbrain-purple {
  --tw-text-opacity: 1;
  color: rgb(139 95 152 / var(--tw-text-opacity, 1));
}
.text-orgbrain-purple\/0 {
  color: rgb(139 95 152 / 0);
}
.text-orgbrain-purple\/10 {
  color: rgb(139 95 152 / 0.1);
}
.text-orgbrain-purple\/100 {
  color: rgb(139 95 152 / 1);
}
.text-orgbrain-purple\/15 {
  color: rgb(139 95 152 / 0.15);
}
.text-orgbrain-purple\/20 {
  color: rgb(139 95 152 / 0.2);
}
.text-orgbrain-purple\/25 {
  color: rgb(139 95 152 / 0.25);
}
.text-orgbrain-purple\/30 {
  color: rgb(139 95 152 / 0.3);
}
.text-orgbrain-purple\/35 {
  color: rgb(139 95 152 / 0.35);
}
.text-orgbrain-purple\/40 {
  color: rgb(139 95 152 / 0.4);
}
.text-orgbrain-purple\/45 {
  color: rgb(139 95 152 / 0.45);
}
.text-orgbrain-purple\/5 {
  color: rgb(139 95 152 / 0.05);
}
.text-orgbrain-purple\/50 {
  color: rgb(139 95 152 / 0.5);
}
.text-orgbrain-purple\/55 {
  color: rgb(139 95 152 / 0.55);
}
.text-orgbrain-purple\/60 {
  color: rgb(139 95 152 / 0.6);
}
.text-orgbrain-purple\/65 {
  color: rgb(139 95 152 / 0.65);
}
.text-orgbrain-purple\/70 {
  color: rgb(139 95 152 / 0.7);
}
.text-orgbrain-purple\/75 {
  color: rgb(139 95 152 / 0.75);
}
.text-orgbrain-purple\/80 {
  color: rgb(139 95 152 / 0.8);
}
.text-orgbrain-purple\/85 {
  color: rgb(139 95 152 / 0.85);
}
.text-orgbrain-purple\/90 {
  color: rgb(139 95 152 / 0.9);
}
.text-orgbrain-purple\/95 {
  color: rgb(139 95 152 / 0.95);
}
.text-orgbrain-signatures {
  --tw-text-opacity: 1;
  color: rgb(197 95 127 / var(--tw-text-opacity, 1));
}
.text-orgbrain-signatures\/0 {
  color: rgb(197 95 127 / 0);
}
.text-orgbrain-signatures\/10 {
  color: rgb(197 95 127 / 0.1);
}
.text-orgbrain-signatures\/100 {
  color: rgb(197 95 127 / 1);
}
.text-orgbrain-signatures\/15 {
  color: rgb(197 95 127 / 0.15);
}
.text-orgbrain-signatures\/20 {
  color: rgb(197 95 127 / 0.2);
}
.text-orgbrain-signatures\/25 {
  color: rgb(197 95 127 / 0.25);
}
.text-orgbrain-signatures\/30 {
  color: rgb(197 95 127 / 0.3);
}
.text-orgbrain-signatures\/35 {
  color: rgb(197 95 127 / 0.35);
}
.text-orgbrain-signatures\/40 {
  color: rgb(197 95 127 / 0.4);
}
.text-orgbrain-signatures\/45 {
  color: rgb(197 95 127 / 0.45);
}
.text-orgbrain-signatures\/5 {
  color: rgb(197 95 127 / 0.05);
}
.text-orgbrain-signatures\/50 {
  color: rgb(197 95 127 / 0.5);
}
.text-orgbrain-signatures\/55 {
  color: rgb(197 95 127 / 0.55);
}
.text-orgbrain-signatures\/60 {
  color: rgb(197 95 127 / 0.6);
}
.text-orgbrain-signatures\/65 {
  color: rgb(197 95 127 / 0.65);
}
.text-orgbrain-signatures\/70 {
  color: rgb(197 95 127 / 0.7);
}
.text-orgbrain-signatures\/75 {
  color: rgb(197 95 127 / 0.75);
}
.text-orgbrain-signatures\/80 {
  color: rgb(197 95 127 / 0.8);
}
.text-orgbrain-signatures\/85 {
  color: rgb(197 95 127 / 0.85);
}
.text-orgbrain-signatures\/90 {
  color: rgb(197 95 127 / 0.9);
}
.text-orgbrain-signatures\/95 {
  color: rgb(197 95 127 / 0.95);
}
.text-orgbrain-surveys {
  --tw-text-opacity: 1;
  color: rgb(222 109 109 / var(--tw-text-opacity, 1));
}
.text-orgbrain-surveys\/0 {
  color: rgb(222 109 109 / 0);
}
.text-orgbrain-surveys\/10 {
  color: rgb(222 109 109 / 0.1);
}
.text-orgbrain-surveys\/100 {
  color: rgb(222 109 109 / 1);
}
.text-orgbrain-surveys\/15 {
  color: rgb(222 109 109 / 0.15);
}
.text-orgbrain-surveys\/20 {
  color: rgb(222 109 109 / 0.2);
}
.text-orgbrain-surveys\/25 {
  color: rgb(222 109 109 / 0.25);
}
.text-orgbrain-surveys\/30 {
  color: rgb(222 109 109 / 0.3);
}
.text-orgbrain-surveys\/35 {
  color: rgb(222 109 109 / 0.35);
}
.text-orgbrain-surveys\/40 {
  color: rgb(222 109 109 / 0.4);
}
.text-orgbrain-surveys\/45 {
  color: rgb(222 109 109 / 0.45);
}
.text-orgbrain-surveys\/5 {
  color: rgb(222 109 109 / 0.05);
}
.text-orgbrain-surveys\/50 {
  color: rgb(222 109 109 / 0.5);
}
.text-orgbrain-surveys\/55 {
  color: rgb(222 109 109 / 0.55);
}
.text-orgbrain-surveys\/60 {
  color: rgb(222 109 109 / 0.6);
}
.text-orgbrain-surveys\/65 {
  color: rgb(222 109 109 / 0.65);
}
.text-orgbrain-surveys\/70 {
  color: rgb(222 109 109 / 0.7);
}
.text-orgbrain-surveys\/75 {
  color: rgb(222 109 109 / 0.75);
}
.text-orgbrain-surveys\/80 {
  color: rgb(222 109 109 / 0.8);
}
.text-orgbrain-surveys\/85 {
  color: rgb(222 109 109 / 0.85);
}
.text-orgbrain-surveys\/90 {
  color: rgb(222 109 109 / 0.9);
}
.text-orgbrain-surveys\/95 {
  color: rgb(222 109 109 / 0.95);
}
.text-orgbrain-tasks {
  --tw-text-opacity: 1;
  color: rgb(186 68 68 / var(--tw-text-opacity, 1));
}
.text-orgbrain-tasks\/0 {
  color: rgb(186 68 68 / 0);
}
.text-orgbrain-tasks\/10 {
  color: rgb(186 68 68 / 0.1);
}
.text-orgbrain-tasks\/100 {
  color: rgb(186 68 68 / 1);
}
.text-orgbrain-tasks\/15 {
  color: rgb(186 68 68 / 0.15);
}
.text-orgbrain-tasks\/20 {
  color: rgb(186 68 68 / 0.2);
}
.text-orgbrain-tasks\/25 {
  color: rgb(186 68 68 / 0.25);
}
.text-orgbrain-tasks\/30 {
  color: rgb(186 68 68 / 0.3);
}
.text-orgbrain-tasks\/35 {
  color: rgb(186 68 68 / 0.35);
}
.text-orgbrain-tasks\/40 {
  color: rgb(186 68 68 / 0.4);
}
.text-orgbrain-tasks\/45 {
  color: rgb(186 68 68 / 0.45);
}
.text-orgbrain-tasks\/5 {
  color: rgb(186 68 68 / 0.05);
}
.text-orgbrain-tasks\/50 {
  color: rgb(186 68 68 / 0.5);
}
.text-orgbrain-tasks\/55 {
  color: rgb(186 68 68 / 0.55);
}
.text-orgbrain-tasks\/60 {
  color: rgb(186 68 68 / 0.6);
}
.text-orgbrain-tasks\/65 {
  color: rgb(186 68 68 / 0.65);
}
.text-orgbrain-tasks\/70 {
  color: rgb(186 68 68 / 0.7);
}
.text-orgbrain-tasks\/75 {
  color: rgb(186 68 68 / 0.75);
}
.text-orgbrain-tasks\/80 {
  color: rgb(186 68 68 / 0.8);
}
.text-orgbrain-tasks\/85 {
  color: rgb(186 68 68 / 0.85);
}
.text-orgbrain-tasks\/90 {
  color: rgb(186 68 68 / 0.9);
}
.text-orgbrain-tasks\/95 {
  color: rgb(186 68 68 / 0.95);
}
.text-orgbrain-text {
  --tw-text-opacity: 1;
  color: rgb(18 51 64 / var(--tw-text-opacity, 1));
}
.text-orgbrain-text\/0 {
  color: rgb(18 51 64 / 0);
}
.text-orgbrain-text\/10 {
  color: rgb(18 51 64 / 0.1);
}
.text-orgbrain-text\/100 {
  color: rgb(18 51 64 / 1);
}
.text-orgbrain-text\/15 {
  color: rgb(18 51 64 / 0.15);
}
.text-orgbrain-text\/20 {
  color: rgb(18 51 64 / 0.2);
}
.text-orgbrain-text\/25 {
  color: rgb(18 51 64 / 0.25);
}
.text-orgbrain-text\/30 {
  color: rgb(18 51 64 / 0.3);
}
.text-orgbrain-text\/35 {
  color: rgb(18 51 64 / 0.35);
}
.text-orgbrain-text\/40 {
  color: rgb(18 51 64 / 0.4);
}
.text-orgbrain-text\/45 {
  color: rgb(18 51 64 / 0.45);
}
.text-orgbrain-text\/5 {
  color: rgb(18 51 64 / 0.05);
}
.text-orgbrain-text\/50 {
  color: rgb(18 51 64 / 0.5);
}
.text-orgbrain-text\/55 {
  color: rgb(18 51 64 / 0.55);
}
.text-orgbrain-text\/60 {
  color: rgb(18 51 64 / 0.6);
}
.text-orgbrain-text\/65 {
  color: rgb(18 51 64 / 0.65);
}
.text-orgbrain-text\/70 {
  color: rgb(18 51 64 / 0.7);
}
.text-orgbrain-text\/75 {
  color: rgb(18 51 64 / 0.75);
}
.text-orgbrain-text\/80 {
  color: rgb(18 51 64 / 0.8);
}
.text-orgbrain-text\/85 {
  color: rgb(18 51 64 / 0.85);
}
.text-orgbrain-text\/90 {
  color: rgb(18 51 64 / 0.9);
}
.text-orgbrain-text\/95 {
  color: rgb(18 51 64 / 0.95);
}
.text-orgbrain-warning {
  --tw-text-opacity: 1;
  color: rgb(199 60 17 / var(--tw-text-opacity, 1));
}
.text-orgbrain-warning-background {
  --tw-text-opacity: 1;
  color: rgb(255 243 205 / var(--tw-text-opacity, 1));
}
.text-orgbrain-warning-background\/0 {
  color: rgb(255 243 205 / 0);
}
.text-orgbrain-warning-background\/10 {
  color: rgb(255 243 205 / 0.1);
}
.text-orgbrain-warning-background\/100 {
  color: rgb(255 243 205 / 1);
}
.text-orgbrain-warning-background\/15 {
  color: rgb(255 243 205 / 0.15);
}
.text-orgbrain-warning-background\/20 {
  color: rgb(255 243 205 / 0.2);
}
.text-orgbrain-warning-background\/25 {
  color: rgb(255 243 205 / 0.25);
}
.text-orgbrain-warning-background\/30 {
  color: rgb(255 243 205 / 0.3);
}
.text-orgbrain-warning-background\/35 {
  color: rgb(255 243 205 / 0.35);
}
.text-orgbrain-warning-background\/40 {
  color: rgb(255 243 205 / 0.4);
}
.text-orgbrain-warning-background\/45 {
  color: rgb(255 243 205 / 0.45);
}
.text-orgbrain-warning-background\/5 {
  color: rgb(255 243 205 / 0.05);
}
.text-orgbrain-warning-background\/50 {
  color: rgb(255 243 205 / 0.5);
}
.text-orgbrain-warning-background\/55 {
  color: rgb(255 243 205 / 0.55);
}
.text-orgbrain-warning-background\/60 {
  color: rgb(255 243 205 / 0.6);
}
.text-orgbrain-warning-background\/65 {
  color: rgb(255 243 205 / 0.65);
}
.text-orgbrain-warning-background\/70 {
  color: rgb(255 243 205 / 0.7);
}
.text-orgbrain-warning-background\/75 {
  color: rgb(255 243 205 / 0.75);
}
.text-orgbrain-warning-background\/80 {
  color: rgb(255 243 205 / 0.8);
}
.text-orgbrain-warning-background\/85 {
  color: rgb(255 243 205 / 0.85);
}
.text-orgbrain-warning-background\/90 {
  color: rgb(255 243 205 / 0.9);
}
.text-orgbrain-warning-background\/95 {
  color: rgb(255 243 205 / 0.95);
}
.text-orgbrain-warning\/0 {
  color: rgb(199 60 17 / 0);
}
.text-orgbrain-warning\/10 {
  color: rgb(199 60 17 / 0.1);
}
.text-orgbrain-warning\/100 {
  color: rgb(199 60 17 / 1);
}
.text-orgbrain-warning\/15 {
  color: rgb(199 60 17 / 0.15);
}
.text-orgbrain-warning\/20 {
  color: rgb(199 60 17 / 0.2);
}
.text-orgbrain-warning\/25 {
  color: rgb(199 60 17 / 0.25);
}
.text-orgbrain-warning\/30 {
  color: rgb(199 60 17 / 0.3);
}
.text-orgbrain-warning\/35 {
  color: rgb(199 60 17 / 0.35);
}
.text-orgbrain-warning\/40 {
  color: rgb(199 60 17 / 0.4);
}
.text-orgbrain-warning\/45 {
  color: rgb(199 60 17 / 0.45);
}
.text-orgbrain-warning\/5 {
  color: rgb(199 60 17 / 0.05);
}
.text-orgbrain-warning\/50 {
  color: rgb(199 60 17 / 0.5);
}
.text-orgbrain-warning\/55 {
  color: rgb(199 60 17 / 0.55);
}
.text-orgbrain-warning\/60 {
  color: rgb(199 60 17 / 0.6);
}
.text-orgbrain-warning\/65 {
  color: rgb(199 60 17 / 0.65);
}
.text-orgbrain-warning\/70 {
  color: rgb(199 60 17 / 0.7);
}
.text-orgbrain-warning\/75 {
  color: rgb(199 60 17 / 0.75);
}
.text-orgbrain-warning\/80 {
  color: rgb(199 60 17 / 0.8);
}
.text-orgbrain-warning\/85 {
  color: rgb(199 60 17 / 0.85);
}
.text-orgbrain-warning\/90 {
  color: rgb(199 60 17 / 0.9);
}
.text-orgbrain-warning\/95 {
  color: rgb(199 60 17 / 0.95);
}
.text-orgbrain-yellow {
  --tw-text-opacity: 1;
  color: rgb(246 190 77 / var(--tw-text-opacity, 1));
}
.text-orgbrain-yellow-text {
  --tw-text-opacity: 1;
  color: rgb(214 147 11 / var(--tw-text-opacity, 1));
}
.text-orgbrain-yellow-text\/0 {
  color: rgb(214 147 11 / 0);
}
.text-orgbrain-yellow-text\/10 {
  color: rgb(214 147 11 / 0.1);
}
.text-orgbrain-yellow-text\/100 {
  color: rgb(214 147 11 / 1);
}
.text-orgbrain-yellow-text\/15 {
  color: rgb(214 147 11 / 0.15);
}
.text-orgbrain-yellow-text\/20 {
  color: rgb(214 147 11 / 0.2);
}
.text-orgbrain-yellow-text\/25 {
  color: rgb(214 147 11 / 0.25);
}
.text-orgbrain-yellow-text\/30 {
  color: rgb(214 147 11 / 0.3);
}
.text-orgbrain-yellow-text\/35 {
  color: rgb(214 147 11 / 0.35);
}
.text-orgbrain-yellow-text\/40 {
  color: rgb(214 147 11 / 0.4);
}
.text-orgbrain-yellow-text\/45 {
  color: rgb(214 147 11 / 0.45);
}
.text-orgbrain-yellow-text\/5 {
  color: rgb(214 147 11 / 0.05);
}
.text-orgbrain-yellow-text\/50 {
  color: rgb(214 147 11 / 0.5);
}
.text-orgbrain-yellow-text\/55 {
  color: rgb(214 147 11 / 0.55);
}
.text-orgbrain-yellow-text\/60 {
  color: rgb(214 147 11 / 0.6);
}
.text-orgbrain-yellow-text\/65 {
  color: rgb(214 147 11 / 0.65);
}
.text-orgbrain-yellow-text\/70 {
  color: rgb(214 147 11 / 0.7);
}
.text-orgbrain-yellow-text\/75 {
  color: rgb(214 147 11 / 0.75);
}
.text-orgbrain-yellow-text\/80 {
  color: rgb(214 147 11 / 0.8);
}
.text-orgbrain-yellow-text\/85 {
  color: rgb(214 147 11 / 0.85);
}
.text-orgbrain-yellow-text\/90 {
  color: rgb(214 147 11 / 0.9);
}
.text-orgbrain-yellow-text\/95 {
  color: rgb(214 147 11 / 0.95);
}
.text-orgbrain-yellow\/0 {
  color: rgb(246 190 77 / 0);
}
.text-orgbrain-yellow\/10 {
  color: rgb(246 190 77 / 0.1);
}
.text-orgbrain-yellow\/100 {
  color: rgb(246 190 77 / 1);
}
.text-orgbrain-yellow\/15 {
  color: rgb(246 190 77 / 0.15);
}
.text-orgbrain-yellow\/20 {
  color: rgb(246 190 77 / 0.2);
}
.text-orgbrain-yellow\/25 {
  color: rgb(246 190 77 / 0.25);
}
.text-orgbrain-yellow\/30 {
  color: rgb(246 190 77 / 0.3);
}
.text-orgbrain-yellow\/35 {
  color: rgb(246 190 77 / 0.35);
}
.text-orgbrain-yellow\/40 {
  color: rgb(246 190 77 / 0.4);
}
.text-orgbrain-yellow\/45 {
  color: rgb(246 190 77 / 0.45);
}
.text-orgbrain-yellow\/5 {
  color: rgb(246 190 77 / 0.05);
}
.text-orgbrain-yellow\/50 {
  color: rgb(246 190 77 / 0.5);
}
.text-orgbrain-yellow\/55 {
  color: rgb(246 190 77 / 0.55);
}
.text-orgbrain-yellow\/60 {
  color: rgb(246 190 77 / 0.6);
}
.text-orgbrain-yellow\/65 {
  color: rgb(246 190 77 / 0.65);
}
.text-orgbrain-yellow\/70 {
  color: rgb(246 190 77 / 0.7);
}
.text-orgbrain-yellow\/75 {
  color: rgb(246 190 77 / 0.75);
}
.text-orgbrain-yellow\/80 {
  color: rgb(246 190 77 / 0.8);
}
.text-orgbrain-yellow\/85 {
  color: rgb(246 190 77 / 0.85);
}
.text-orgbrain-yellow\/90 {
  color: rgb(246 190 77 / 0.9);
}
.text-orgbrain-yellow\/95 {
  color: rgb(246 190 77 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.\!outline {
  outline-style: solid !important;
}
.outline {
  outline-style: solid;
}
.\!outline-4 {
  outline-width: 4px !important;
}
.\!outline-orgbrain-warning\/30 {
  outline-color: rgb(199 60 17 / 0.3) !important;
}
.outline-orgbrain-blue {
  outline-color: #0097A7;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!invert {
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.fill-icon {
  font-variation-settings: "FILL" 1;
}
.\@container {
  container-type: inline-size;
}
body,
html {
  font-family: "Roboto", sans-serif;
}
.mat-card-actions {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
h2 {
  font-size: 32px;
}
.canpress {
  cursor: pointer;
}
.canpresshover:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.round {
  border-radius: 50%;
}
.quizcard {
  padding: 16px;
}
.quizcard .question button {
  flex-shrink: 0;
}
.mat-expansion-panel-body {
  padding: 0 0px 0px;
}
.no-mat-expansion-panel-padding-important .mat-expansion-panel-body {
  padding: 0 !important;
}
.orgbrain-style-tabs .mat-tab-body-wrapper {
  padding-top: 15px;
  padding-bottom: 35px;
}
.orgbrain-style-tabs mat-ink-bar {
  height: 3px;
}
.orgbrain-style-tabs .mat-tab-label {
  color: #546e7a;
  opacity: 1;
  font-weight: 400;
  padding-top: 12px;
}
.orgbrain-style-tabs .mat-tab-label-active {
  color: #0097a7;
}
mat-form-field.phone-wrapper .mat-form-field-infix {
  width: 100%;
  max-width: 320px;
}
mat-form-field.phone-wrapper .mat-form-field-infix .mat-form-field-label-wrapper {
  transition: all 0.5s ease;
}
mat-form-field.phone-wrapper.mat-form-field-hide-placeholder .mat-form-field-infix .mat-form-field-label-wrapper {
  margin-left: 80px;
}
mat-form-field.email-wrapper .mat-form-field-infix {
  width: 100%;
  max-width: 320px;
}
mat-form-field.email-wrapper .mat-form-field-infix .mat-form-field-label-wrapper {
  transition: all 0.5s ease;
}
mat-form-field.email-wrapper.mat-form-field {
  width: 100%;
  max-width: 320px;
}
.mat-expansion-panel-header {
  padding: 0 16px 0 0;
}
.maxwidthcontainer-centered {
  margin-top: calc(40vh - 100px) !important;
}
@media screen and (min-width: 600px) {
  .maxwidthcontainer {
    max-width: 1150px;
    width: 100%;
    margin: 25px auto;
  }
}
.custom-emoji-class {
  width: 24px;
  height: 24px;
  margin-bottom: -6px;
}
.angular-editor-textarea img:not(.custom-emoji-class) {
  max-width: 40%;
}
.mention-class {
  background-color: rgba(0, 151, 167, 0.2);
  padding: 2px 5px;
  border-radius: 8px;
}
blockquote {
  margin-left: 1rem;
  border-left: 0.2em solid #dfe2e5;
  padding-left: 0.5rem;
}
::ng-deep .mat-menu-panel {
  max-width: fit-content !important;
}
.right-header > .mat-sort-header-container {
  flex-direction: row-reverse;
  justify-content: flex-start !important;
  gap: 4px;
}
.right-header-overflow-arrow > .mat-sort-header-container {
  text-align: right !important;
  justify-content: flex-end !important;
  margin-right: -16px;
}
.mat-menu-panel {
  max-width: fit-content !important;
}
.mat-elevation-z0.mat-elevation-z0 {
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1.mat-elevation-z1 {
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2.mat-elevation-z2 {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3.mat-elevation-z3 {
  box-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4.mat-elevation-z4 {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5.mat-elevation-z5 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6.mat-elevation-z6 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7.mat-elevation-z7 {
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8.mat-elevation-z8 {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.\*\:max-w-full > * {
  max-width: 100%;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:block:hover {
  display: block;
}
.hover\:\!border-orgbrain-border\/30:hover {
  border-color: rgb(208 208 208 / 0.3) !important;
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:\!bg-orgbrain-background\/80:hover {
  background-color: rgb(238 241 243 / 0.8) !important;
}
.hover\:\!bg-orgbrain-dark-blue\/10:hover {
  background-color: rgb(0 77 85 / 0.1) !important;
}
.hover\:\!bg-red-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orgbrain-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 243 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orgbrain-blue\/5:hover {
  background-color: rgb(0 151 167 / 0.05);
}
.hover\:bg-orgbrain-border:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 208 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orgbrain-hover-background:hover {
  background-color: #0000000a;
}
.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:font-medium:hover {
  font-weight: 500;
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-orgbrain-text:hover {
  --tw-text-opacity: 1;
  color: rgb(18 51 64 / var(--tw-text-opacity, 1));
}
.hover\:text-orgbrain-warning:hover {
  --tw-text-opacity: 1;
  color: rgb(199 60 17 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:\!block {
  display: block !important;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:grid {
  display: grid;
}
.group:hover .group-hover\:w-10 {
  width: 2.5rem;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:border-orgbrain-border {
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:bg-orgbrain-hover-background {
  background-color: #0000000a;
}
.group:hover .group-hover\:font-medium {
  font-weight: 500;
}
.group:hover .group-hover\:\!text-orgbrain-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(84 110 122 / var(--tw-text-opacity, 1)) !important;
}
.group:hover .group-hover\:text-orgbrain-blue {
  --tw-text-opacity: 1;
  color: rgb(0 151 167 / var(--tw-text-opacity, 1));
}
@container (min-width: 768px) {
  .\@desktop\:mb-0 {
    margin-bottom: 0px;
  }
  .\@desktop\:ml-16 {
    margin-left: 4rem;
  }
  .\@desktop\:block {
    display: block;
  }
  .\@desktop\:flex {
    display: flex;
  }
  .\@desktop\:hidden {
    display: none;
  }
  .\@desktop\:max-w-\[320px\] {
    max-width: 320px;
  }
  .\@desktop\:max-w-\[500px\] {
    max-width: 500px;
  }
  .\@desktop\:flex-none {
    flex: none;
  }
  .\@desktop\:flex-row {
    flex-direction: row;
  }
  .\@desktop\:items-start {
    align-items: flex-start;
  }
  .\@desktop\:items-center {
    align-items: center;
  }
  .\@desktop\:justify-start {
    justify-content: flex-start;
  }
  .\@desktop\:justify-end {
    justify-content: flex-end;
  }
  .\@desktop\:justify-between {
    justify-content: space-between;
  }
  .\@desktop\:gap-4 {
    gap: 1rem;
  }
  .\@desktop\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:\!hidden {
    display: none !important;
  }
  .max-lg\:flex-col {
    flex-direction: column;
  }
  .max-lg\:justify-end {
    justify-content: flex-end;
  }
}
@media not all and (min-width: 640px) {
  .max-sm\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .max-sm\:\!mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .max-sm\:\!mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .max-sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .max-sm\:\!mb-4 {
    margin-bottom: 1rem !important;
  }
  .max-sm\:\!mb-8 {
    margin-bottom: 2rem !important;
  }
  .max-sm\:\!ml-4 {
    margin-left: 1rem !important;
  }
  .max-sm\:\!mr-0 {
    margin-right: 0px !important;
  }
  .max-sm\:\!mr-4 {
    margin-right: 1rem !important;
  }
  .max-sm\:\!mt-0 {
    margin-top: 0px !important;
  }
  .max-sm\:\!mt-2 {
    margin-top: 0.5rem !important;
  }
  .max-sm\:\!mt-4 {
    margin-top: 1rem !important;
  }
  .max-sm\:\!mt-8 {
    margin-top: 2rem !important;
  }
  .max-sm\:mt-4 {
    margin-top: 1rem;
  }
  .max-sm\:hidden {
    display: none;
  }
  .max-sm\:\!w-\[50\%\] {
    width: 50% !important;
  }
  .max-sm\:\!w-\[80\%\] {
    width: 80% !important;
  }
  .max-sm\:\!w-full {
    width: 100% !important;
  }
  .max-sm\:flex-col {
    flex-direction: column;
  }
  .max-sm\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .max-sm\:\!px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .max-sm\:\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .max-sm\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .max-sm\:\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .max-sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .max-sm\:\!pl-0 {
    padding-left: 0px !important;
  }
  .max-sm\:\!pl-2 {
    padding-left: 0.5rem !important;
  }
  .max-sm\:\!pr-1 {
    padding-right: 0.25rem !important;
  }
  .max-sm\:\!pr-2 {
    padding-right: 0.5rem !important;
  }
  .max-sm\:\!pt-2 {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:m-auto {
    margin: auto;
  }
  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:max-h-\[calc\(50vh\)\] {
    max-height: calc(50vh);
  }
  .sm\:min-h-0 {
    min-height: 0px;
  }
  .sm\:\!w-48 {
    width: 12rem !important;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-16 {
    width: 4rem;
  }
  .sm\:w-3\/4 {
    width: 75%;
  }
  .sm\:w-72 {
    width: 18rem;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:opacity-0 {
    opacity: 0;
  }
  .sm\:hover\:bg-orgbrain-hover-background:hover {
    background-color: #0000000a;
  }
  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:grid {
    display: grid;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
}
.\[\&_img\]\:max-w-full img {
  max-width: 100%;
}
@media (min-width: 1280px) {
  .xl\:\[\&_img\]\:max-w-\[140\%\] img {
    max-width: 140%;
  }
}

/* shared/style-no-debug.scss */
.debuginfo {
  display: none;
}

/* shared/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 15px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
