@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 #4fbebd;
  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: #52c0cf;
  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: #4fbebd !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: #4fbebd !important;
  box-shadow: 0 0 0 2px #d1e9ff !important;
}
.ant-tabs {
  font-family: Rubik, sans-serif !important;
}
.ant-tabs-tab:hover {
  color: #4fbebd !important;
}

.login {
  display: flex;
  min-height: 100vh;
  width: 100%;
}
.login__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px 86px;
}
@media (max-width: 1200px) {
  .login__content {
    width: 48%;
    padding: 55px 50px;
  }
}
@media (max-width: 992px) {
  .login__content {
    width: 100%;
    padding: 55px 24px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .login__content {
    padding: 0;
  }
}
.login__preview {
  position: relative;
  max-width: 150vh;
  width: 55%;
}
@media (max-width: 992px) {
  .login__preview {
    display: none;
  }
}
.login__preview-bg {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 105%;
  background: url(/assets/images/login-preview-light-e4e0649f5006b34e86db.jpg) no-repeat 38% center / cover;
  transform: scale(1.05);
}
.login__preview-info {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
}
@media (max-width: 1200px) {
  .login__preview-info {
    width: auto;
  }
}
.login .header {
  position: relative;
  width: 100%;
  justify-content: center;
}
.login .header__logo {
  width: auto;
  margin-left: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .login .header {
    max-width: 378px;
    border-bottom: none;
    justify-content: flex-start;
  }
}
.login .header__menu-toggler {
  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: #52c0cf;
  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: #00B9BC;
}
: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;
}

.Header__container {
  display: flex;
  flex-direction: column;
  background-color: #009092;
}
.Header__logo_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}
.Header__logo_name_group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-left: 30px;
}
.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);
}

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

.UserProfile__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 32px;
}
.UserProfile__avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.UserProfile__user_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 30px;
  gap: 16px;
}
.UserProfile__user_icon {
  width: 20px;
  height: 20px;
}
.UserProfile__user_name {
  color: var(--surface, #FFF);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 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__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;
}

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

.DefaultUserProfileIcon__icon {
  flex-shrink: 0;
}

.languageSelect {
  position: relative;
  margin-left: auto;
}
.languageSelect .toggler {
  height: 20px;
  min-width: 50px;
  cursor: pointer;
  user-select: none;
  display: flex;
  gap: 4px;
  color: white;
  border: none;
  margin: 0px 23px 0px 34px;
}
.languageSelect .toggler .toggler-text {
  font-size: 10px;
}
.languageSelect .toggler-icon {
  width: 20px;
  height: 20px;
  margin-right: 0;
  margin-left: 4px;
}

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

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

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

.SearchField__search_icon {
  opacity: 0.6;
  position: absolute;
  left: 50px;
  padding-top: 6px;
}
.SearchField__search {
  width: 100%;
  margin-left: 20px;
  padding: 3px 8px 3px 61px;
  height: 50px;
  background: #ffffff30;
  border-radius: 2px;
  border: none;
  color: white;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.SearchField__search:hover {
  background: #ffffff30;
  box-shadow: 0px -1px 0px 0px rgba(234, 237, 243, 0.5);
}
.SearchField__search::placeholder {
  color: var(--surface, #FFF);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  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 {
  border: none;
  outline: 2px solid white;
}

.BellIcon__bell_icon {
  width: 20px;
  height: 20px;
  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: #00B9BC;
}
.AppMarkdown .markdown_mention:hover {
  background-color: #009092;
}

.AppRow {
  display: flex;
  align-items: center;
}

.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;
  align-items: flex-start;
}




.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-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;
}

.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;
}

.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: 100px;
  background-color: #2B99A7;
}

.messageEditor {
  display: flex;
  max-height: 100vh;
  overflow: auto;
  width: 100vw;
}
.messageEditor__content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
.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;
  border-top: 1px solid #B1B2B7;
  box-sizing: border-box;
  min-height: 70px;
  max-height: 50vh;
  padding: 10px;
}
.messageField__container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.messageField__button {
  margin-left: auto;
  margin-top: 10px;
}
.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: 24px;
  resize: none;
  outline: none;
  border: none;
  padding: 8px;
  box-sizing: border-box;
  box-shadow: none;
  min-height: 48px;
  max-height: none;
  flex-grow: 1;
  border-radius: 4px;
  background: #f9f9f9;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cccccc #ffffff;
}
.edit:focus {
  background: #ffffff;
  border: 1px solid #2B99A7;
  box-shadow: 0 0 2px rgba(24, 144, 255, 0.2);
}
.placeholder {
  position: absolute;
  color: #aaa;
  pointer-events: none;
  font-size: 14px;
  padding-top: 4px;
}

/* Mention text in the editor */
.MentionEtryItem {
  color: white;
  cursor: pointer;
  background-color: #00B9BC;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.MentionEtryItem_focused {
  background-color: #009092;
}
.MentionEtryItem:hover {
  background-color: #009092;
}
.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;
}

/* Mention text in the editor */
.MentionComponent {
  color: white;
  cursor: pointer;
  background-color: #00B9BC;
  padding: 0px 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
}
.MentionComponent_focused {
  background-color: #009092;
}
.MentionComponent:hover {
  background-color: #009092;
}
.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%;
  min-height: 60px;
  border-top: 1px solid #B1B2B7;
}
.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;
  /* Button */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  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__placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.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;
}
.TreeNode:hover .controls {
  display: flex;
}

.FolderTree__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #ffffff;
}
.FolderTree__container {
  padding: 12px;
  display: flex;
  flex-direction: column;
  background-color: #00B9BC;
  height: 100%;
  width: 100%;
}
.FolderTree__header {
  color: var(--surface, #FFF);
  font-feature-settings: 'liga' off, 'clig' off;
  /* Headline 6 */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
  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: var(--surface, #FFF);
  font-feature-settings: 'liga' off, 'clig' off;
  /* Headline 6 */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
  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: 5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.FolderTree ul > li .title_row {
  display: flex;
  align-items: center;
  color: var(--surface, #FFF);
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subtitle 1 */
  font-family: Roboto;
  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: var(--surface, #FFF);
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subtitle 1 */
  font-family: Roboto;
  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;
  /* Green */
  margin: 0;
}
.FolderTree ul > li ul {
  list-style: none;
  margin: 5px 0px 16px 20px;
  /* Indentation for sub-list */
  padding: 0;
}
.FolderTree .ant-tree {
  background-color: #00B9BC;
  color: var(--surface, #FFF);
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subtitle 1 */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.15px;
}
.FolderTree .ant-tree .ant-tree-treenode {
  width: 100%;
}
.FolderTree .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper {
  width: 100%;
}
.FolderTree .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper .ant-tree-title {
  width: 100%;
}
.FolderTree .ant-tree .ant-tree-treenode-draggable.dragging {
  opacity: 0.3;
}
.FolderTree .ant-tree .drop-target {
  background-color: #006769 !important;
}
.FolderTree .ant-tree .ant-tree-node-selected,
.FolderTree .ant-tree :where(.ant-tree-node-content-wrapper.ant-tree-node-selected) {
  background-color: #006769 !important;
  color: #fff !important;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subtitle 1 */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.15px;
}
.FolderTree .ant-tree :where(.ant-tree .ant-tree-treenode:not(.ant-tree-treenode-disabled) .ant-tree-node-content-wrapper:hover) {
  color: #fff !important;
}

.folderArea__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.folderArea__content {
  text-align: center;
}

.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);
  }
}

