@font-face {
  font-family: 'Rubik';
  src: url(/assets/fonts/Rubik-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url(/assets/fonts/Rubik-Italic.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Rubik';
  src: url(/assets/fonts/Rubik-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url(/assets/fonts/Rubik-MediumItalic.ttf) format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Rubik';
  src: url(/assets/fonts/Rubik-SemiBold.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url(/assets/fonts/Rubik-SemiBoldItalic.ttf) format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Rubik';
  src: url(/assets/fonts/Rubik-Bold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url(/assets/fonts/Rubik-BoldItalic.ttf) format('truetype');
  font-weight: bold;
  font-style: italic;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
}
a {
  text-decoration: none;
}
.ant-picker-content td {
  text-align: center;
}
.toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-width: 160px;
  border: 1px solid #2B99A7;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .toggler {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .toggler {
    min-width: 100%;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
  }
}
.toggler:hover {
  border-color: #a7Baff;
}
.toggler .toggler-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  stroke: #2e384d;
}
.toggler .toggler-icon--up {
  transform: rotate(180deg);
}
.toggler .toggler-text {
  font-weight: 600;
}
@media (max-width: 1400px) {
  .toggler .toggler-text {
    font-size: 14px;
  }
}
.toggler--small {
  height: 36px;
  font-size: 14px;
}
.toggler--small .toggler-icon {
  width: 20px;
  height: 20px;
}
.toggler--right-icon .toggler-icon {
  margin-right: 0;
  margin-left: 8px;
}
.select-list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 1;
  padding: 6px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 16px -1px rgba(129, 160, 255, 0.08), 0px 3px 8px -2px #e9eeff;
}
.select-list .select-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  border-radius: 8px;
  padding: 5px 10px;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .select-list .select-item {
    font-size: 14px;
    height: 36px;
  }
}
.select-list .select-item--active {
  background-color: #eff5ff;
}
.select-list .select-item--active .select-item-label {
  color: #2e384d;
}
.select-list .select-item--disabled {
  cursor: unset;
  opacity: 0.5;
}
.select-list .select-item:last-child {
  margin-bottom: 0;
}
.select-list .select-item-label {
  color: #667085;
}
.select-list .select-item-icon {
  margin-left: auto;
  color: #2B99A7;
  flex-shrink: 0;
}
.header-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 18px;
  background: #eef9fb;
  border-radius: 8px;
}
@media (max-width: 1400px) {
  .header-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-right: 14px;
  }
}
@media (max-width: 576px) {
  .header-icon-wrapper {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }
}
.header-icon-wrapper .header-icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 576px) {
  .header-icon-wrapper .header-icon {
    width: 16px;
    height: 16px;
  }
}
.notification {
  transform: translateY(80px);
  padding-bottom: 16px;
  box-shadow: none;
}
.notification.ant-notification-notice {
  width: 356px !important;
}
.notification .ant-notification-notice-icon {
  font-size: 20px;
}
.notification .ant-notification-notice-message {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.notification--success {
  background: #ecfdf3;
  border: 1px solid #027a48;
}
.notification--success .notification__icon {
  color: #027a48;
}
.notification--success .notification__close-icon {
  stroke: #027a48;
}
.notification--error {
  background: #fef3f2;
  border: 1px solid #b42318;
  font-size: 14px;
}
.notification--error .notification__icon {
  color: #b42318;
}
.notification--error .notification__close-icon {
  stroke: #b42318;
}
.notification__close-icon {
  width: 20px;
  height: 20px;
}
body {
  font-family: Rubik, sans-serif;
  overflow: hidden;
  position: relative;
}
#root {
  display: flex;
  width: 100%;
}
input {
  font-family: Rubik, sans-serif;
}
.app {
  --scrollbar-width: 8px;
}
.app__main {
  display: flex;
  padding-right: 2px;
}
.app__content {
  flex: 1;
  height: calc(100vh - 73px);
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}
.app__content--person,
.app__content--single,
.app__content--params {
  background-color: #f2f6ff;
  border-left: 1px solid #3355912b;
}
.app__content::-webkit-scrollbar-track {
  background-color: transparent;
}
.app__content::-webkit-scrollbar {
  width: var(--scrollbar-width);
}
.app__content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #bfbfbf;
}
@media (max-width: 768px) {
  .app__content {
    padding-left: var(--scrollbar-width);
    height: calc(100vh - 126px);
  }
  .app__content--short {
    height: calc(100vh - 148px);
  }
}
.icon {
  fill: currentColor;
}
.side-indent {
  max-width: 1200px;
  margin: 0 auto;
}
.modal-open {
  overflow: hidden;
}
.ant-input-affix-wrapper,
.ant-input,
.ant-picker {
  border-radius: 8px !important;
}
.ant-input-affix-wrapper:hover,
.ant-input:hover,
.ant-picker:hover {
  border-color: #2B99A7 !important;
}
.ant-input-affix-wrapper:focus,
.ant-input:focus,
.ant-picker:focus,
.ant-input-affix-wrapper-focused,
.ant-input-focused,
.ant-picker-focused {
  border-color: #2B99A7 !important;
  box-shadow: 0 0 0 2px #d1e9ff !important;
}
.ant-tabs {
  font-family: Rubik, sans-serif !important;
}
.ant-tabs-tab:hover {
  color: #2B99A7 !important;
}

.login {
  display: flex;
  min-height: 100vh;
  width: 100%;
  background: linear-gradient(to right, #f2f6ff, #eef9fb);
}
.login__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.login__content .login__title {
  font-size: 32px;
  font-weight: 700;
  color: #2e384d;
  margin-bottom: 16px;
}
.login__content .login__subtitle {
  font-size: 18px;
  color: #335591;
  margin-bottom: 32px;
  text-align: center;
}
.login__content .login__button {
  width: 200px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  background-color: #2B99A7;
}
.login__content .login__button:hover {
  background-color: #21747e;
}
.login__preview {
  flex: 1;
  position: relative;
}
.login__preview .login__preview-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/login-preview-light-7e78d37303af83b8ff27.jpg) no-repeat center / cover;
}
@media (max-width: 768px) {
  .login {
    flex-direction: column;
  }
  .login__content {
    padding: 20px;
  }
  .login__content .login__title {
    font-size: 24px;
  }
  .login__content .login__subtitle {
    font-size: 16px;
  }
  .login__content .login__button {
    width: 100%;
  }
  .login__preview {
    display: none;
  }
}

.errorBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.errorBlock__image {
  width: 152px;
  height: 118px;
  margin-bottom: 24px;
  background: url(/assets/images/error-cloud-c181493a3bfcc46de308.png) no-repeat center center / contain;
}
.errorBlock__code {
  font-weight: 600;
  color: #2B99A7;
  line-height: 24pxs;
}
.errorBlock__title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}
.errorBlock__description {
  max-width: 420px;
  margin-bottom: 32px;
  line-height: 24px;
  text-align: center;
}

.error {
  padding: 16px 16px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 74px);
}
@media (max-width: 768px) {
  .error {
    min-height: calc(100vh - 130px);
    padding: 16px;
  }
}

.main {
  display: flex;
  max-height: 100vh;
  overflow: auto;
}
.main__content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
.main__splitter {
  height: 100%;
}
.main__preview-info {
  font-size: 20px;
}
.main__panel_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main__middle_panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.main__left_panel {
  height: 100%;
  background-color: #026373;
}
:where(.css-dev-only-do-not-override-ru31mj).ant-splitter .ant-splitter-panel {
  padding: 0px;
}
:where(.css-dev-only-do-not-override-11zyv95).ant-splitter .ant-splitter-panel {
  padding: 0px;
}
@media (max-width: 768px) {
  .main--mobile {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #2B99A7;
  }
  __mobile_sidebar,
  __mobile_content {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  __mobile_sidebar {
    background: #2B99A7;
  }
}

.Header__container {
  display: flex;
  flex-direction: column;
  background-color: #026373;
}
.Header__logo_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.Header__logo_name_group {
  width: 100%;
}
.Header__logo_name {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Arial Black";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  /* 88.889% */
  letter-spacing: 1.25px;
}
.Header__notification_bell {
  width: 16px;
  height: 20px;
  flex-shrink: 0;
  fill: #FFF;
  margin: 5px 0px 0px 0px;
}
.Header__badge_margin {
  margin-right: 25px;
}
.Header__grey_line_container {
  margin: 28px 0px 21px 0px;
  display: flex;
  width: 100%;
  padding: 0px 30px 0px 30px;
}
.Header__grey_line {
  height: 1px;
  width: 100%;
  opacity: 0.2;
  background: var(--surface, #FFF);
}

.UserProfile__container {
  margin: 0 20px 15px 20px;
  display: flex;
  height: 70px;
  border-radius: 10px;
  background: #157081;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px 0 20px;
}
.UserProfile__avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.UserProfile__user_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.UserProfile__user_icon {
  width: 20px;
  height: 20px;
}
.UserProfile__user_name {
  color: white;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  /* 120% */
  letter-spacing: 0.15px;
}
.UserProfile__more_icon {
  display: flex;
}

.MoreIcon__more_icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.ProfileBar {
  background-color: #ffffff;
  height: 100vh;
  width: 500px;
  position: fixed;
  top: 0;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease-in-out;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.ProfileBar.open {
  right: 0;
}
.ProfileBar__header {
  display: flex;
  padding: 0px 30px;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 20px;
}
.ProfileBar__header-text {
  flex: 1;
  text-align: left;
}
.ProfileBar__header-close {
  cursor: pointer;
  font-size: 3rem;
  color: #888888;
}
.ProfileBar__divider {
  display: flex;
  margin: auto;
  width: 85%;
  height: 2px;
  background-color: #e6e6e6;
  flex-shrink: 0;
}
.ProfileBar__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.ProfileBar__image-container__image-input {
  display: none;
}
.ProfileBar__image-container.editable {
  cursor: pointer;
}
.ProfileBar__image-container.editable:hover .ProfileBar__image {
  opacity: 0.8;
}
.ProfileBar__image-container.editable__image-input {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ProfileBar__image-container:hover .ProfileBar__image {
  border: 5px solid #2B99A7;
  border-color: #2B99A7;
}
.ProfileBar__select {
  width: 100%;
  height: 37px;
  border-color: #2B99A7;
}
.ProfileBar__image {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  margin: 30px auto;
  border: 5px solid transparent;
}
.ProfileBar__image_owerlay {
  background-color: #217d8e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ProfileBar__image_owerlay span {
  color: #ffffff;
  font-size: 10rem;
}
.ProfileBar__details {
  margin-top: 16px;
  flex-grow: 1;
  overflow-y: auto;
  min-height: 300px;
}
.ProfileBar__details-item {
  align-items: center;
  margin-bottom: 16px;
  padding: 0px 40px;
}
.ProfileBar__details-item-label {
  color: #000000;
  font-size: 12px;
  flex: 1;
  text-align: left;
}
.ProfileBar__details-item-info,
.ProfileBar__details-item input {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  flex: 2;
  color: #000000;
}
.ProfileBar__details-item input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  width: 100%;
  transition: border-color 0.3s ease;
}
.ProfileBar__details-item input:focus {
  border-color: #2B99A7;
}
.ProfileBar__edit-button {
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 12px 16px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  background-color: #2B99A7;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.ProfileBar__edit-button:hover {
  background-color: #A1D9DB;
}
.ProfileBar__notification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  font-size: 1.2rem;
  color: #888888;
  margin-left: 40px;
  margin-right: 40px;
}
.ProfileBar__languageSelect {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  width: 100px;
  background-color: #FAFAFA;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: none;
}
.ProfileBar__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.cropper-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1002;
  width: 95%;
  max-width: 600px;
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cropper-modal__content {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px 0;
}
.cropper-modal__crop-container {
  width: 100%;
  height: 400px;
  background: #ccc;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cropper-modal__crop-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.cropper-modal__spacer {
  height: 20px;
}
.cropper-modal__buttons {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  border-top: 1px solid #ddd;
  border-radius: 0 0 20px 20px;
}
.cropper-modal__button {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
  text-align: center;
  max-width: 150px;
}
.cropper-modal__button.save {
  background: #2B99A7;
  color: white;
  margin-right: 10px;
}
.cropper-modal__button.save:hover {
  background: #217d8e;
}
.cropper-modal__button.cancel {
  background: #ccc;
  color: black;
}
.cropper-modal__button.cancel:hover {
  background: #aaa;
}
/* ────────────────────────────────────────────────────────────── */
/*  MOBILE  (phones & very small tablets)                        */
/* ────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .ProfileBar {
    width: 100vw;
    /* full-width slide-over           */
    border-left: none;
    /* no harsh edge                   */
    /* soften the header spacing */
    /* avatar scales with screen width */
    /* details need lighter side-padding */
    /* full-width button with ample tap area */
  }
  .ProfileBar.open {
    right: 0;
  }
  .ProfileBar__header {
    padding: 12px 20px;
    font-size: 1.25rem;
  }
  .ProfileBar__image {
    width: 60vw;
    /* ~60 % of viewport */
    height: 60vw;
    margin: 24px auto;
  }
  .ProfileBar__details-item {
    padding: 0 20px 16px;
  }
  .ProfileBar__edit-button {
    max-width: none;
    width: calc(100% - 40px);
    margin-top: 32px;
    margin-bottom: 40px;
  }
  /* optional: make overlay slightly darker on phones */
  .ProfileBar__overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}

.WorldIcon__world_icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.languageSelect {
  position: relative;
}
.languageSelect .toggler {
  height: 20px;
  min-width: 50px;
  cursor: pointer;
  user-select: none;
  display: flex;
  gap: 4px;
  color: black;
  border: none;
}
.languageSelect .toggler .toggler-text {
  font-size: 14px;
}
.languageSelect .toggler-icon {
  width: 20px;
  height: 20px;
  color: black;
  margin-right: 0;
  margin-left: 4px;
}
.languageSelect .languageSelect--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.languageSelect .toggler--disabled {
  cursor: default;
}

.ProfileMoreButton__more_button {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
}
.ProfileMoreButton__more_icon {
  width: 20px;
  height: 20px;
}

.WorkflowsModal_modal-title {
  color: white;
  font-size: 24px;
  margin-left: 10px;
  margin-top: 5px;
}
.WorkflowsModal_modal .ant-modal-content {
  width: 100vw !important;
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
}
.WorkflowsModal_modal .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.WorkflowsModal_modal .modal-close-button {
  position: absolute;
  top: 9px;
  right: 10px;
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}
.WorkflowsModal_modal .modal-refresh-button {
  position: absolute;
  top: 9px;
  right: 50px;
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}
.WorkflowsModal_modal .modal-message-header {
  width: 100%;
  height: 50px;
  background-color: #2B99A7;
}

.WorkflowsDashboard {
  display: flex;
  max-height: calc(100vh - 50px);
  height: calc(100vh - 50px);
  overflow: auto;
  width: 100vw;
}
.WorkflowsDashboard__content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.WorkflowsDashboard__splitter {
  height: 100%;
  width: 100vw;
}
.WorkflowsDashboard__panel_content {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100%;
}
.WorkflowsDashboard__left_panel {
  height: 100%;
}
.WorkflowsDashboard__right_panel {
  height: 100%;
  width: 100%;
}
.WorkflowsDashboard__editor {
  margin-top: 2px;
}
.WorkflowsDashboard__editor .sticky-widget {
  display: none !important;
}

.WorkflowsList {
  display: flex;
  width: 100%;
}
.WorkflowsList .ant-list {
  width: 100%;
}
.WorkflowsList__spinner {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  width: 100%;
}
.WorkflowsList .workflow-item {
  padding: 12px 16px;
  font-size: 18px;
  margin-block-end: 0 !important;
  border-bottom: 1px solid #eee;
}
.WorkflowsList .workflow-item:hover {
  background: #e0f7fa;
  cursor: pointer;
}
.WorkflowsList .workflow-item--active {
  background: #e0f7fa;
  font-weight: bold;
}

.WorkflowEditor {
  display: flex;
  overflow: auto;
  flex-direction: column;
}
.WorkflowEditor__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px 10px;
}
.WorkflowEditor__spinner {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.WorkflowEditor__editor {
  margin-top: 2px;
}
.WorkflowEditor__editor .sticky-widget {
  display: none !important;
}
.WorkflowEditor__action-buttons {
  display: flex;
  gap: 8px;
}

.WorkflowRun__modal .ant-modal-body {
  padding: 24px;
}
.WorkflowRun__form .ant-form-item {
  margin-bottom: 16px;
}
.WorkflowRun__form .ant-form-item-label > label {
  font-weight: 500;
}
.WorkflowRun__editor-container {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
}
.WorkflowRun__editor-container:hover {
  border-color: #4096ff;
}
.WorkflowRun__editor-container:focus-within {
  border-color: #4096ff;
  box-shadow: 0 0 0 2px rgba(64, 150, 255, 0.1);
}

.WorkflowExecutions {
  display: flex;
}
.WorkflowExecutions__spinner {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  width: 100%;
}
.WorkflowExecutions .workflow-item {
  padding: 12px 16px;
  font-size: 18px;
  margin-block-end: 0 !important;
  border-bottom: 1px solid #eee;
}
.WorkflowExecutions .workflow-item:hover {
  background: #e0f7fa;
  cursor: pointer;
}
.WorkflowExecutions .workflow-item--active {
  background: #e0f7fa;
  font-weight: bold;
}


.WorkflowExecutionsHistory {
  display: flex;
}
.WorkflowExecutionsHistory__spinner {
  margin-top: 20px;
}
.WorkflowExecutionsHistory .ant-table {
  margin-block: 0 !important;
  margin-inline: 0 !important;
}
.WorkflowExecutionsHistory .workflow-item {
  padding: 12px 16px;
  font-size: 18px;
  margin-block-end: 0 !important;
  border-bottom: 1px solid #eee;
}
.WorkflowExecutionsHistory .workflow-item:hover {
  background: #e0f7fa;
  cursor: pointer;
}
.WorkflowExecutionsHistory .workflow-item--active {
  background: #e0f7fa;
  font-weight: bold;
}


.SearchAndLanguage__container {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
}

.SearchField__search_icon {
  font-size: 20px;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 20px;
}
.SearchField__search {
  width: 100%;
  padding: 3px 8px 3px 53px;
  height: 50px;
  border-radius: 10px;
  background: #157081;
  border: 1px solid transparent;
  color: white;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transition: border-color 0.2s ease;
}
.SearchField__search:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.SearchField__search::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  /* 157.143% */
}
.SearchField__search:focus {
  color: white;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.SearchField__search:focus-visible {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
}

.org-dropdown-bar {
  margin: 0 20px 10px 20px;
  display: flex;
  height: 70px;
  border-radius: 10px;
  background: #157081;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 40px 0 20px;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.org-dropdown-bar:hover {
  background: #1b7c8f;
}
.org-dropdown-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.org-dropdown-logo {
  width: 45px;
  height: 45px;
  margin-right: 0;
}
.org-dropdown-label {
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.org-dropdown-icon {
  font-size: 16px;
  border-radius: 2px;
  color: white;
}

.HeaderLogo__logo {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}

.SearchIcon__search_icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.messageRow {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  padding: 10px;
  margin-bottom: 10px;
}
.messageRow__message_not_suported_content_format {
  white-space: pre-wrap;
}
.messageRow__avatar {
  margin-right: 10px;
  width: 48px;
  height: 48px;
  background-color: #2B99A7;
  border-radius: 50%;
  object-fit: cover;
}
.messageRow__avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.messageRow__message {
  min-width: 250px;
  padding: 16px 24px;
  border: solid 2px #E2E5ED;
  background: white;
  border-radius: 4px;
  align-self: flex-start;
  word-break: break-word;
  border-radius: 16px 16px 16px 4px;
}
.messageRow__message__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}
.messageRow__message__username {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.messageRow__message_sender {
  color: #2B99A7;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.messageRow__message_time {
  color: var(--00-on-surface-medium-emphasis, #5E666F);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}

.AppMarkdown pre {
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 10px;
  margin: 0;
  overflow: auto;
}
.AppMarkdown .markdown_mention {
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  border-radius: 100px;
  background-color: #2B99A7;
}
.AppMarkdown .markdown_mention:hover {
  background-color: #135F69;
}

.AppRow {
  width: 100%;
  display: flex;
}

.MessageContent {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  padding: 10px;
  margin-bottom: 10px;
}


.AppCalendar {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.AppCalendar__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.91);
  display: block;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.AppCalendar table td {
  text-align: center;
}
.AppCalendar table th {
  text-align: center;
}

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




.app-info-block {
  position: relative;
  padding-left: 40px;
}
.app-info-block::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #2B99A7;
}
.app-info-block .info-item {
  position: relative;
  margin-bottom: 16px;
}
.app-info-block .info-item .info-item-header {
  cursor: pointer;
  position: relative;
  padding-left: 10px;
}
.app-info-block .info-item .info-item-header .title-text {
  color: #666666;
  font-weight: 600;
}
.app-info-block .info-item .info-item-header::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2B99A7;
  border: 2px solid #ffffff;
}
.app-info-block .info-item .info-item-description {
  margin-top: 4px;
  margin-left: 10px;
  color: #666666;
  line-height: 1.4;
}

.app-quiz-container {
  border: 1px solid #ccc;
  padding: 16px;
  border-radius: 4px;
}
.app-quiz-container .quiz-question {
  font-weight: 600;
  margin-bottom: 12px;
}
.app-quiz-container .quiz-footer {
  margin-top: 16px;
}
.app-quiz-container .quiz-finish-text {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}

.app-file-display {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  background: #f9f9f9;
  transition: background 0.3s;
}
.app-file-display:hover {
  background: #DAF6F3;
}
.file-icon-container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}
.download-text {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #097C69;
  font-size: 14px;
}
.download-text small {
  font-size: 12px;
  color: #666;
}

.app-drag-drop-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f0f0f0;
  border: 2px dashed #ccc;
  padding: 10px;
  transition: background-color 0.3s ease, filter 0.3s ease;
  position: relative;
}
.app-drag-drop-container.dragging {
  background-color: #d1d1d1;
  border: 2px solid #3DA497;
}
.app-drag-drop-container.dragging .drag-overlay {
  display: block;
}
.app-drag-drop-container.dragging .dropped-items-container,
.app-drag-drop-container.dragging .centered-content {
  opacity: 0.6;
}
.drag-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.centered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dropped-items-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  align-items: flex-start;
}
.dropped-item {
  display: flex;
  align-items: center;
  width: 90%;
  padding: 5px 0;
}
.file-icon {
  font-size: 24px;
  color: #666;
  margin-right: 8px;
}
.item-name {
  color: #666;
  flex: 1;
}
.delete-icon {
  font-size: 20px;
  color: #ff4d4f;
  cursor: pointer;
}
.empty-icon {
  font-size: 48px;
  color: #999;
}
.empty-text {
  margin-top: 10px;
  color: #666;
}

.app-checkbox-container {
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 4px;
}
.app-checkbox-container .app-checkbox-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.app-picture-container {
  display: inline-block;
}

.AppContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.system-org-management-container {
  max-width: 300px;
  margin: 0 auto;
}
.system-org-management-title {
  color: #2B99A7;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.system-org-management-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.system-org-management-buttons .ant-btn {
  width: 100%;
  text-align: center;
}

.app-carousel-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  padding: 8px;
}
.app-carousel-container .carousel-content {
  flex: 1;
  overflow: auto;
}
.app-carousel-container .carousel-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.app-carousel-container .carousel-navigation .carousel-arrows {
  display: flex;
  gap: 8px;
}
.app-carousel-container .carousel-navigation .carousel-arrows .carousel-arrow-button {
  font-size: 16px;
  cursor: pointer;
  transition: color 0.2s;
}
.app-carousel-container .carousel-navigation .carousel-arrows .carousel-arrow-button:hover {
  color: #1890ff;
}
.app-carousel-container .carousel-navigation .carousel-pagination {
  font-size: 14px;
  color: #333;
}

.create-org-container {
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 16px;
  border-radius: 4px;
}
.create-org-title {
  text-align: center;
  margin-bottom: 16px;
  color: #2B99A7;
}
.field-block {
  margin-bottom: 12px;
}
.field-block .field-label {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 500;
}
.field-block .error-text {
  margin: 4px 0 0 0;
  color: red;
  font-size: 12px;
}
.button-row {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.button-row .ant-btn {
  width: 48%;
  text-align: center;
}


.AppInput input:disabled {
  border-color: transparent !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.app-form-container {
  max-width: 400px;
  margin: 0 auto;
}
.app-form-field {
  margin-bottom: 16px;
}
.app-form-field .app-form-label {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 600;
}
.app-form-field .app-form-error {
  color: red;
  font-size: 12px;
  margin: 4px 0 0;
}
.app-form-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.system-manage-user-container {
  max-width: 500px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
.manage-user-title {
  font-size: 22px;
  color: #2B99A7;
  text-align: center;
  margin-bottom: 16px;
}
.manage-user-info-row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.manage-user-info-row .avatar-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 12px;
}
.manage-user-info-row .user-text-block {
  display: flex;
  flex-direction: column;
}
.manage-user-info-row .user-text-block .manage-user-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.manage-user-info-row .user-text-block .manage-user-email {
  font-size: 14px;
  color: #666;
  margin: 2px 0 0;
}
.manage-user-field {
  margin-bottom: 16px;
}
.manage-user-field .field-label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.manage-user-field .name-input {
  width: 100%;
  font-size: 14px;
}
.manage-user-roles {
  margin-bottom: 16px;
}
.manage-user-roles .roles-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}
.manage-user-roles .role-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.manage-user-roles .role-item span {
  margin-right: 8px;
  font-size: 14px;
}
.manage-user-roles .role-item .ant-btn-link {
  padding: 0;
  font-size: 12px;
  color: #f5222d;
}
.manage-user-buttons {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.manage-user-buttons .ant-btn {
  min-width: 100px;
  font-size: 14px;
}

.archived-orgs-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
.archived-orgs-title {
  font-size: 20px;
  color: #2B99A7;
  text-align: center;
  margin-bottom: 16px;
}
.orgs-radio-group {
  margin-bottom: 16px;
}
.archived-orgs-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.invite-org-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
.invite-org-title {
  font-size: 20px;
  color: #2B99A7;
  text-align: center;
  margin-bottom: 16px;
}
.email-input-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.email-input-row .invite-email-input {
  flex: 1;
}
.emails-list {
  margin-bottom: 16px;
}
.emails-list .email-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.emails-list .email-item .email-text {
  margin-right: 8px;
  font-size: 14px;
}
.invite-org-buttons {
  display: flex;
  justify-content: space-between;
}

.manage-users-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
.manage-users-title {
  font-size: 20px;
  color: #2B99A7;
  text-align: center;
  margin-bottom: 16px;
}
.filter-row {
  margin-bottom: 12px;
}
.users-table-header,
.users-table-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.table-col-checkbox {
  width: 40px;
}
.table-col-name {
  flex: 1;
}
.table-col-email {
  flex: 1;
}
.table-col-roles {
  flex: 1;
}
.table-col-edit {
  width: 60px;
  text-align: right;
}
.ant-btn-icon-only {
  color: red;
}
.email-item {
  justify-content: space-between;
}
.users-table-header {
  font-weight: 600;
  background-color: #fafafa;
}
.manage-users-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  gap: 10px;
}
.manage-users-buttons .ant-btn {
  min-width: 100px;
}

.AppGroupedTable .data-section {
  margin-bottom: 24px;
}
.AppGroupedTable__data-section-title {
  margin-left: 4px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.AppGroupedTable .section-box {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.AppGroupedTable .info-table {
  width: 100%;
  border-collapse: collapse;
}
.AppGroupedTable .row td {
  padding: 8px 14px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #1E1E1E;
}
.AppGroupedTable .row:last-child td {
  border-bottom: none;
}
.AppGroupedTable .label {
  font-weight: 500;
  width: 40%;
  white-space: nowrap;
}
.AppGroupedTable .value {
  font-weight: 400;
}

.AppInfoTable {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 20px;
}
.AppInfoTable_row {
  display: grid;
  grid-template-columns: minmax(120px, max-content) 1fr;
  gap: 20px;
  padding: 4px 0;
  min-height: 32px;
  align-items: start;
}
.AppInfoTable_label {
  font-weight: 600;
  font-size: 16px;
  color: #1e1e1e;
  word-break: break-word;
  hyphens: auto;
  padding-right: 8px;
}
.AppInfoTable_value {
  font-weight: 400;
  font-size: 16px;
  color: #1e1e1e;
  word-break: break-word;
  hyphens: auto;
  overflow-wrap: anywhere;
  min-width: 0;
}
@media (max-width: 600px) {
  .AppInfoTable_row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .AppInfoTable_label {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .AppInfoTable_value {
    font-size: 14px;
    padding-left: 16px;
  }
}

.AppInfoGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.AppInfoGrid_info-cell {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.AppInfoGrid_info-cell:nth-child(-n+2) {
  border-top: none;
}
.AppInfoGrid_info-cell:nth-child(2n) {
  border-right: none;
}
.AppInfoGrid_info-cell:nth-last-child(-n+2) {
  border-bottom: none;
}
.AppInfoGrid.AppInfoGrid_no-border .AppInfoGrid_info-cell {
  border: none;
}

.AppProfilePicture {
  background: #e6e6e6;
  border: solid 2px #D9D9D9;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.AppStatusBar {
  margin-top: 2px;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 500;
}

.AppHorizontalLine {
  border: none;
  border-top: 1px solid #e0e0e0;
  width: 100%;
}

.AppAlert {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 500px;
  box-sizing: border-box;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid transparent;
  background-color: #fffbe6;
  color: #735c00;
  word-break: break-word;
}
.AppAlert__icon {
  margin-right: 12px;
  font-size: 20px;
  max-width: 20px;
}
.AppAlert__message {
  white-space: normal;
  overflow-wrap: anywhere;
}


.cybxadmintool-patient-mapping {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cybxadmintool-patient-mapping .header-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cybxadmintool-patient-mapping .header-row .icon {
  font-size: 32px;
  color: #000;
}
.cybxadmintool-patient-mapping .header-row .title {
  font-size: 24px;
  font-weight: 700;
}
.cybxadmintool-patient-mapping .form-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.cybxadmintool-patient-mapping .form-row .field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cybxadmintool-patient-mapping .form-row .field label {
  font-size: 14px;
  color: #000;
}
.cybxadmintool-patient-mapping .form-row .field .ant-input {
  min-width: 200px;
}
.cybxadmintool-patient-mapping .form-row .search-button {
  min-width: 100px;
}

.AppCustomForm {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.AppCustomForm__label {
  font-weight: 600;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 20px;
}
.AppCustomForm__label-title {
  color: #000;
}
.AppCustomForm__label-id {
  color: #faad14;
  font-size: 0.8em;
  white-space: nowrap;
  flex-shrink: 0;
}
.AppCustomForm__error {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}
.AppCustomForm__buttons {
  display: flex;
  margin-top: 26px;
  align-self: flex-start;
}
.AppCustomForm__buttons--bottom {
  gap: 16px;
  justify-content: flex-end;
}
.AppCustomForm__buttons--bottom .ant-btn {
  flex: 1;
}
.AppCustomForm__buttons--side {
  gap: 16px;
}
.AppCustomForm__warning {
  padding: 12px;
  border: 1px solid #faad14;
  border-radius: 4px;
  background-color: #fffbe6;
  margin-bottom: 8px;
}
.AppCustomForm__warning-title {
  color: #faad14;
  font-weight: bold;
  margin-bottom: 4px;
}
.AppCustomForm__warning-text {
  color: #333;
  font-size: 0.9em;
}
.AppCustomForm__error-container {
  padding: 16px;
  border: 1px solid #ff4d4f;
  border-radius: 4px;
  background-color: #fff2f0;
}
.AppCustomForm__error-container-title {
  color: #ff4d4f;
  font-weight: bold;
  margin-bottom: 8px;
}
.AppCustomForm__error-container-text {
  color: #333;
}
.AppCustomForm__row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.AppCustomForm__row--errors {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 2px;
}
.AppCustomForm__field {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: flex-end;
}
.AppCustomForm__field-error {
  flex: 1 1 0;
  min-width: 0;
  font-size: 14px;
  color: #d9363e;
  line-height: 16px;
  padding-top: 0;
  /* When empty it collapses naturally (no reserved height) */
}

.cybx-athena-pcc-edit__container--full {
  width: 100%;
  overflow-x: auto;
}
.cybx-athena-pcc-edit__container--compact {
  max-width: 492px;
  overflow-x: auto;
}
.cybx-athena-pcc-edit__content {
  min-width: max-content;
}
.cybx-athena-pcc-edit__input-section {
  padding: 12px 0;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
.cybx-athena-pcc-edit__input {
  width: 200px;
}
.cybx-athena-pcc-edit__submit-button--enabled {
  background-color: #2b99a7 !important;
  border-color: #2b99a7 !important;
}
.cybx-athena-pcc-edit__search-dropdown {
  padding: 8px;
}
.cybx-athena-pcc-edit__search-input {
  margin-bottom: 8px;
  display: block;
}
.cybx-athena-pcc-edit__search-button {
  width: 90px;
  background-color: #2b99a7 !important;
  border-color: #2b99a7 !important;
}
.cybx-athena-pcc-edit__reset-button {
  width: 90px;
}
.cybx-athena-pcc-edit__filter-icon--filtered {
  color: #2b99a7 !important;
}

.WidgetEditorModal_button {
  visibility: hidden;
}
.WidgetEditorModal:hover .WidgetEditorModal_button {
  visibility: visible;
}
.WidgetEditorModal_modal .ant-modal-content {
  width: 100vw !important;
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
}
.WidgetEditorModal_modal .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.WidgetEditorModal_modal .modal-close-button {
  position: absolute;
  top: 9px;
  right: 10px;
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}
.WidgetEditorModal_modal .modal-refresh-button {
  position: absolute;
  top: 9px;
  right: 50px;
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}
.WidgetEditorModal_modal .modal-message-header {
  width: 100%;
  height: 50px;
  background-color: #2B99A7;
}

.messageEditor {
  display: flex;
  max-height: calc(100vh - 50px);
  height: calc(100vh - 50px);
  overflow: auto;
  width: 100vw;
}
.messageEditor__content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.messageEditor__splitter {
  height: 100%;
  width: 100vw;
}
.messageEditor__panel_content {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100%;
}
.messageEditor__left_panel {
  height: 100%;
}
.messageEditor__right_panel {
  height: 100%;
  width: 100%;
}
.messageEditor__editor {
  margin-top: 2px;
}
.messageEditor__editor .sticky-widget {
  display: none !important;
}

.chatMessagesList {
  flex: 1;
  min-height: 0;
  position: relative;
  overflow: auto;
}
.chatMessagesList__messages {
  flex-grow: 1;
  overflow-y: auto;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.chatMessagesList__messages::-webkit-scrollbar {
  width: 8px;
}

.messageField {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #ffffff;
  z-index: 100;
  box-sizing: border-box;
  max-height: 50vh;
  padding: 10px;
}
.messageField__container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.messageField__buttons {
  display: flex;
  justify-content: flex-end;
}
.messageField__button {
  height: 36px;
  margin-left: 4px;
  margin-top: 8px;
}
.mentionSuggestions {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.edit {
  width: 100%;
  color: #031B37;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
  resize: none;
  outline: none;
  border: 1px solid #00000015;
  padding: 8px;
  padding-left: 16px;
  box-sizing: border-box;
  box-shadow: none;
  min-height: 48px;
  max-height: none;
  flex-grow: 1;
  border-radius: 10px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cccccc #ffffff;
  transition: border-color 0.2s ease;
}
.edit:hover {
  background: #ffffff;
  border: 1px solid #2b99a74f;
}
.edit:focus-within {
  background: #ffffff;
  border: 1px solid #2b99a779;
}
.placeholder {
  position: absolute;
  color: #aaa;
  pointer-events: none;
  font-size: 14px;
}

/* Mention text in the editor */
.MentionEtryItem {
  color: white;
  cursor: pointer;
  background-color: #2B99A7;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.MentionEtryItem_focused {
  background-color: #135F69;
}
.MentionEtryItem:hover {
  background-color: #135F69;
}
.MentionEtryItem_avatar {
  width: 26px;
  height: 26px;
  margin-right: 15px;
  border-radius: 50%;
  border: white solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MentionEtryItem strong {
  display: block;
}

.DefaultUserProfileIcon__icon {
  flex-shrink: 0;
}

/* Mention text in the editor */
.MentionComponent {
  color: white;
  cursor: pointer;
  background-color: #2B99A7;
  padding: 0px 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
}
.MentionComponent_focused {
  background-color: #135F69;
}
.MentionComponent:hover {
  background-color: #135F69;
}
.MentionComponent_avatar {
  width: 26px;
  height: 26px;
  margin-right: 15px;
  border-radius: 50%;
  border: white solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MentionComponent strong {
  display: block;
}

.bottomArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.bottomArea__typing_message {
  display: flex;
  margin-left: 20px;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #2B99A7;
}
.bottomArea__bottom {
  display: flex;
  margin-right: 10px;
  height: 36px;
  flex-shrink: 0;
  color: #2B99A7;
  border-color: #2B99A7;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: capitalize;
}

.chatArea {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
  position: relative;
}
.chatArea__loading {
  flex: auto;
  margin-top: 100px;
}
.chatArea__loading .ant-spin-dot {
  font-size: 50px;
}
.chatArea__list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.chatArea__placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .chatArea {
    position: fixed;
    inset: 0;
    background: #fff;
    overflow: hidden;
    z-index: 20;
  }
  .chatArea__list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 12px 5px;
  }
  .MessageInput {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 8px 12px 16px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
  }
  .BottomArea {
    display: none;
  }
}

.pathHeader {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  z-index: 1;
}
.pathHeader__breadcrumb {
  font-size: 14px;
}
.pathHeader__actions {
  margin-left: auto;
  gap: 8px;
  font-size: 18px;
  color: #2B99A7;
}
.pathHeader__backBtn {
  margin-right: 4px;
  color: #2B99A7;
  font-size: 18px;
}
.pathHeader__title {
  font-weight: 600;
  font-size: 20px;
}

.AddNewMenu .ant-dropdown-menu-item {
  padding: 0 !important;
}
.AddNewMenu_item {
  padding: 5px 12px;
  display: block;
  width: 100%;
}

.TreeNode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* Show icons on hover */
}
.TreeNode .controls {
  display: none;
  gap: 8px;
  margin-left: auto;
}
.TreeNode .numberOfUnreadMessagesContainer {
  display: flex;
  justify-content: flex-end;
  min-width: 20px;
}
.TreeNode .numberOfUnreadMessagesContainer .numberOfUnreadMessages {
  color: #135F69;
  font-size: 12px;
  background-color: #ffffff;
  padding: 5px;
  line-height: 1;
  border-radius: 5px;
}
.TreeNode:hover .controls {
  display: flex;
}
@media (max-width: 768px) {
  .TreeNode .controls {
    display: none !important;
  }
}

.FolderTree__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #ffffff;
}
.FolderTree__container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  background-color: #026373;
  height: 100%;
  width: 100%;
}
.FolderTree__header {
  color: white;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin: 25px 0px 25px 20px;
}
.FolderTree__tree_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin: 0px 18px 5px 20px;
}
.FolderTree__plus_button {
  margin-top: 9px;
}
.FolderTree__list_container {
  display: flex;
  flex-direction: column;
}
.FolderTree ul {
  list-style: none;
  padding: 0;
}
.FolderTree ul > li {
  border-radius: 10px;
  /* consistent radius */
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-radius 0.2s ease;
}
.FolderTree ul > li .title_row {
  display: flex;
  align-items: center;
  color: white;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  gap: 7px;
  margin-left: 20px;
}
.FolderTree .list_item {
  color: white;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin: 16px 0px 0px 20px;
}
.FolderTree ul > li .circle {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #a5f42e;
  margin: 0;
}
.FolderTree ul > li ul {
  list-style: none;
  margin: 5px 0px 16px 20px;
  padding: 0;
}
.FolderTree .ant-tree {
  background-color: #026373;
  color: white;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.FolderTree .ant-tree .ant-tree-indent-unit::before,
.FolderTree .ant-tree .ant-tree-line::before {
  display: none !important;
}
.FolderTree .ant-tree .ant-tree-switcher {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.FolderTree .ant-tree .ant-tree-switcher svg {
  width: 20px;
  height: 20px;
}
.FolderTree .ant-tree .ant-tree-treenode {
  width: 100%;
  padding-left: 10px;
  border-radius: 10px;
  /* consistent radius */
  transition: background-color 0.2s ease, color 0.2s ease, border-radius 0.2s ease;
  margin-bottom: 0;
}
.FolderTree .ant-tree .ant-tree-node-content-wrapper {
  height: 35px;
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 0;
  transition: color 0.2s ease;
}
.FolderTree .ant-tree .ant-tree-title {
  width: 100%;
}
.FolderTree .ant-tree .ant-tree-title .folderTree__nodeTitle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.FolderTree .ant-tree .ant-tree-title .folderTree__nodeTitle svg {
  font-size: 18px;
}
.FolderTree .ant-tree .ant-tree-treenode-draggable.dragging {
  opacity: 0.3;
}
.FolderTree .ant-tree .drop-target {
  background-color: #2B99A7 !important;
}
.FolderTree .ant-tree .ant-tree-node-selected,
.FolderTree .ant-tree :where(.ant-tree-treenode.ant-tree-treenode-switcher-open.ant-tree-treenode-selected,
            .ant-tree-treenode.ant-tree-treenode-switcher-close.ant-tree-treenode-selected) {
  border-radius: 10px;
  background-color: #2B99A7 !important;
  color: #fff !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-radius 0.2s ease;
}
.FolderTree .ant-tree .ant-tree-treenode:not(.ant-tree-treenode-disabled):not(.ant-tree-treenode-selected):hover {
  border-radius: 10px;
  background-color: #02505c !important;
  color: #fff !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-radius 0.2s ease;
}
.FolderTree .ant-tree .ant-tree-treenode:not(.ant-tree-treenode-disabled):not(.ant-tree-treenode-selected):hover .ant-tree-node-content-wrapper {
  color: #fff !important;
  transition: color 0.2s ease;
}
.FolderTree .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-content-wrapper-normal:hover,
.FolderTree .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-content-wrapper-close:hover,
.FolderTree .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-content-wrapper-open:hover {
  background-color: unset !important;
  color: unset !important;
  transition: none !important;
}
@media (max-width: 768px) {
  .FolderTree__container {
    padding: 20px 16px;
  }
  .FolderTree__header,
  .FolderTree__tree_header {
    font-size: 22px;
    line-height: 28px;
    margin: 0 12px 12px 12px;
  }
  .FolderTree__plus_button {
    margin-top: 4px;
  }
  ul > li .title_row,
  .list_item {
    font-size: 18px;
    line-height: 28px;
    gap: 12px;
    margin-left: 8px;
    padding: 8px 4px;
  }
  ul > li .circle {
    width: 14px;
    height: 14px;
  }
  ul > li ul {
    margin: 8px 0 0 14px;
  }
  .ant-tree {
    font-size: 18px;
    line-height: 28px;
  }
  .ant-tree .ant-tree-switcher,
  .ant-tree .ant-tree-iconEle {
    font-size: 18px;
  }
  .FolderTree .ant-tree .ant-tree-node-selected,
  .FolderTree .ant-tree :where(.ant-tree-node-content-wrapper.ant-tree-node-selected) {
    font-size: 18px;
    line-height: 28px;
    background-color: transparent !important;
    color: inherit !important;
  }
}
.folderTree__nodeTitle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.folderTree__nodeTitle svg {
  font-size: 18px;
}

.folderArea {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.folderArea__content {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .folderArea {
    position: fixed;
    inset: 0;
    background: #fff;
    overflow: hidden;
    z-index: 20;
  }
}

.rpn-notification-holder {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 100000;
}
.rpn-notification-holder.top-left {
  left: 10px;
}
.rpn-notification-holder.top-middle {
  left: 50%;
  transform: translateX(-50%);
}
.rpn-notification-holder.top-right {
  right: 30px;
}
.rpn-notification-holder.bottom-left {
  left: 10px;
  bottom: 10px;
}
.rpn-notification-holder.bottom-middle {
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.rpn-notification-holder.bottom-right {
  right: 30px;
  bottom: 10px;
}
.rpn-notification-card {
  display: flex;
  flex-direction: column;
  width: 250px;
  margin-top: 15px;
  -webkit-animation: fadein 0.2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.2s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.2s;
  /* Internet Explorer */
  -o-animation: fadein 0.2s;
  /* Opera < 12.1 */
  animation: fadein 0.2s;
}
.rpn-notification-card-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  font-weight: bold;
  font-size: 11px;
  background-color: #333333;
  color: white;
  border-radius: 5px 5px 0 0;
}
.rpn-notification-card-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 10px 15px 10px;
  flex-wrap: wrap;
  background-color: #3b3b3b;
  color: white;
  border-radius: 0 0 5px 5px;
  justify-content: center;
  box-shadow: 0 5px 0px 0px #000000;
}
.rpn-notification-card-bottom span {
  padding: 3px 0;
}
.rpn-notification-card-bottom .subtitle {
  font-weight: bold;
  font-size: 12px;
}
.rpn-notification-card-bottom .message {
  font-size: 14px;
}
.rpn-notification-card-close {
  font-size: 10px;
  cursor: pointer;
  height: 100%;
}
.rpn-notification-card-top.light {
  background-color: #f0f0f0;
  color: black;
}
.rpn-notification-card-bottom.light {
  background-color: #f5f5f5;
  color: black;
  box-shadow: 0 5px 0px 0px #dad9d9;
}
.rpn-notification-card-top.darkblue {
  background-color: #2d3542;
  color: white;
}
.rpn-notification-card-bottom.darkblue {
  background-color: #394357;
  color: white;
  box-shadow: 0 5px 0px 0px #1f2b42;
}
.rpn-notification-card-top.red {
  background-color: #bb2525;
  color: white;
}
.rpn-notification-card-bottom.red {
  background-color: #D32F2F;
  color: white;
  box-shadow: 0 5px 0px 0px #910101;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.AuthMain__loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  animation: pulse 0.8s infinite;
}
.app {
  width: 100%;
}
.app__main {
  padding: 0px;
}
/* Heart Pulse Animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

