#notifies-list {
  background-color: #E7E9EE;
  padding: 10px 0px;
}
#notifies-list .dx-list-item {
  cursor: default;
}
.dx-overlay-wrapper:not(.dx-dropdownbutton-popup-wrapper).notifies-list-popup-wrapper > .dx-overlay-content:not(.dx-loadpanel-content) {
  border-radius: 0px !important;
}
#search-notify-textbox {
  border-radius: 18px;
}
#search-notify-textbox .dx-texteditor-container {
  background-color: #F7F8FA;
  border-radius: 18px;
}
#search-notify-textbox.dx-texteditor.dx-editor-filled::after {
  border-bottom: 0px;
}
#search-notify-textbox .dx-button-has-icon {
  background-color: #F7F8FA;
}
#search-notify-textbox.dx-texteditor.dx-state-focused::before {
  border-bottom: 0px;
}
.notify-item {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-size: 13px;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px rgba(56, 69, 93, 0.1);
  border-radius: 4px;
}
.notify-item-header {
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 0px 15px;
}
.tl-clear-notifies-label {
  cursor: pointer;
  color: #358ED7;
}
.tl-clear-notifies-label:hover {
  text-decoration: underline;
}
.tl-notify-label {
  color: white;
  border-radius: 20px;
  padding: 5px 10px;
}
.tl-success-notify-label {
  color: white;
  border-radius: 20px;
  padding: 5px 10px;
  background-color: #45A15C;
}
.tl-success-notify-label:hover {
  color: black;
  text-decoration: unset;
}
.tl-working-notify-label {
  color: white;
  border-radius: 20px;
  padding: 5px 10px;
  background-color: #358ED7;
}
.tl-working-notify-label:hover {
  color: black;
  text-decoration: unset;
}
.tl-intermediate-notify-label {
  color: white;
  border-radius: 20px;
  padding: 5px 10px;
  background-color: #929BAA;
}
.tl-intermediate-notify-label:hover {
  color: black;
  text-decoration: unset;
}
.tl-cancel-notify-label {
  color: white;
  border-radius: 20px;
  padding: 5px 10px;
  background-color: #EB0910;
}
.tl-cancel-notify-label:hover {
  color: black;
  text-decoration: unset;
}
.dx-button .dx-button-content {
  padding: 10px;
}
.dx-button.dx-button-has-icon .dx-button-content {
  padding: 0px;
}
.dx-button-text {
  text-transform: none;
  letter-spacing: 0;
  padding: 0px;
}
.dx-button.dx-state-active {
  box-shadow: none;
}
.dx-button.dx-state-focused {
  box-shadow: none;
  background-color: transparent;
}
.dx-button-has-icon .dx-button-text {
  padding: 0px;
}
.dx-button-has-icon .dx-icon {
  padding: 0px;
}
.dx-button-has-icon.dx-button-has-text .dx-button-content {
  padding: 10px;
  gap: 8px;
}
.dx-button.dx-state-hover {
  box-shadow: none;
}
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-state-hover {
  background-color: transparent;
}
.dx-dropdownbutton .dx-button-has-text .dx-button-content {
  padding: 10px 9px 10px 10px;
}
.dx-dropdownbutton-has-arrow .dx-dropdownbutton .dx-buttongroup .dx-buttongroup-last-item {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.dx-dropdownbutton-has-arrow .dx-button-mode-outlined {
  border: none;
}
.dx-dropdownbutton-has-arrow .dx-icon-spindown {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #929BAA;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0px !important;
  margin-left: 0px;
  border-radius: 2px;
}
.dx-dropdownbutton-has-arrow .dx-icon-spindown::before {
  content: "\e343";
}
.dx-button-mode-outlined {
  color: #FFFFFF;
}
.common-button {
  height: auto;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px;
  box-shadow: none;
  color: #FFFFFF;
}
.common-button .dx-buttongroup-first-item.dx-button-has-icon.dx-button-has-text .dx-icon {
  margin-left: 0px;
  margin-right: 0px;
}
.common-button-icon-reverse.dx-button-has-icon.dx-button-has-text .dx-icon {
  margin-left: 0px;
  margin-right: 0px;
}
.common-button-big {
  height: auto;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px;
  box-shadow: none;
  color: #FFFFFF;
  border-radius: 8px;
}
.common-button-big .dx-button-content {
  padding: 12px 24px;
  margin: 0px;
}
.common-button .dx-button-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
}
.common-button .dx-dropdownbutton-toggle .dx-icon {
  color: #FFFFFF;
}
.common-button-big .dx-button-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.common-button-icon-reverse .dx-button-content {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-button-only-icon {
  padding: 6px 4px;
  border-radius: 8px !important;
}
.common-button-green {
  background: #45A15C;
}
.common-button-green.dx-state-hover {
  background: #367D4D;
}
.common-button-green.dx-state-active {
  background: #326748;
}
.common-button-green.dx-state-focused {
  background: #326748;
}
.common-button-green.dx-state-disabled {
  background: #D3D7DE;
}
.common-button-green:visited {
  color: #FFFFFF;
}
.common-button-green .dx-button-mode-text,
.common-button-ghost.dx-button-mode-text .dx-icon {
  color: white;
}
.common-button-green .dx-dropdownbutton-toggle .dx-icon {
  color: white;
}
.common-button-green .dx-icon-spindown {
  color: white;
}
.common-button-black {
  background: #21242C;
}
.common-button-black.dx-state-hover {
  background: #181A20;
}
.common-button-black.dx-state-active {
  background: #121317;
}
.common-button-black.dx-state-focused {
  background: #121317;
}
.common-button-black.dx-state-disabled {
  background: #D3D7DE;
}
.common-button-ghost-green {
  color: #21242C;
  background: white;
  padding: 1px;
  border: 1px solid #1D8737;
}
.common-button-ghost-green .dx-button-text {
  color: #21242C;
}
.common-button-ghost-green.dx-state-hover {
  padding: 0px;
  background: white;
  color: #21242C;
  border: 2px solid #367D4D;
}
.common-button-ghost-green.dx-state-active {
  color: #21242C;
  padding: 0px;
  border: 2px solid #326748;
}
.common-button-ghost-green.dx-state-focused {
  color: #21242C;
  background: rgba(33, 36, 44, 0.15);
}
.common-button-ghost-green.dx-state-disabled {
  color: #B6BCC9;
  background: transparent;
  border: 1px solid rgba(33, 45, 69, 0.24);
}
.common-button-ghost-green .dx-button-mode-text,
.common-button-ghost.dx-button-mode-text .dx-icon {
  color: #929BAA;
}
.common-button-ghost-green .dx-dropdownbutton-toggle .dx-icon {
  color: #929BAA;
}
.common-button-ghost-gray {
  color: #21242C;
  background: white;
  padding: 1px;
  border: 1px solid rgba(33, 45, 69, 0.24);
}
.common-button-ghost-gray .dx-button-text {
  color: #21242C;
}
.common-button-ghost-gray.dx-state-hover {
  padding: 0px;
  color: #21242C;
  border: 2px solid #929BAA;
}
.common-button-ghost-gray.dx-state-active {
  color: #21242C;
  padding: 0px;
  border: 2px solid #676F7E;
}
.common-button-ghost-gray.dx-state-focused {
  color: #21242C;
  background: rgba(33, 36, 44, 0.15);
}
.common-button-ghost-gray.dx-state-disabled {
  color: #B6BCC9;
  background: transparent;
  border: 1px solid rgba(33, 45, 69, 0.24);
}
.common-button-ghost-gray .dx-button-mode-text,
.common-button-ghost-gray.dx-button-mode-text .dx-icon {
  color: #929BAA;
}
.common-button-ghost-gray .dx-dropdownbutton-toggle .dx-icon {
  color: #929BAA;
}
.common-button-ghost {
  color: #21242C;
  background: transparent;
}
.common-button-ghost.dx-state-hover {
  background: rgba(33, 36, 44, 0.07);
}
.common-button-ghost-gray.dx-state-active {
  color: #21242C;
  background-color: rgba(33, 36, 44, 0.15);
}
.common-button-ghost.dx-state-focused {
  color: #21242C;
  background: rgba(33, 36, 44, 0.15);
}
.common-button-ghost.dx-state-disabled {
  color: #B6BCC9;
  background: transparent;
}
.common-button-ghost-danger {
  color: #21242C;
  background: transparent;
}
.common-button-ghost-danger.dx-state-hover {
  color: #CD3517;
  background: rgba(33, 36, 44, 0.07);
}
.common-button-ghost-danger.dx-state-focused {
  color: #CD3517;
  background: rgba(33, 36, 44, 0.15);
}
.common-button-ghost-danger.dx-state-disabled {
  color: #B6BCC9;
  background: transparent;
}
.common-button-corall {
  background: #EB6D47;
}
.common-button-corall.dx-state-hover {
  background: #CC3C13;
}
.common-button-corall.dx-state-focused {
  background: #B73A17;
}
.common-button-corall.dx-state-disabled {
  background: #D3D7DE;
}
.common-dropdown-button {
  border-radius: 4px;
  min-width: 100px;
}
.common-dropdown-button .dx-icon.dx-icon-spindown.dx-icon-right {
  border-left: 1px solid rgba(33, 45, 69, 0.24);
}
.common-dropdown-button.dx-state-hover {
  background-color: rgba(33, 36, 44, 0.07);
}
.common-dropdown-button.dx-state-active {
  background-color: rgba(33, 36, 44, 0.15);
}
.common-dropdown-button .dx-button-content {
  display: flex;
  justify-content: flex-start;
  padding: 0px;
}
.common-dropdown-button .dx-button-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #21242C;
  padding: 0px;
  margin: 0px 12px;
}
.common-scroll-to-top-button {
  position: fixed;
  height: 24px;
  width: 24px;
  bottom: 24px;
  left: 36px;
  z-index: 9999;
  cursor: pointer;
}
.common-toolbar-black-button.dx-button.dx-button-default {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #21242C !important;
  border-radius: 4px;
  height: 32px;
}
.common-toolbar-black-button.dx-button.dx-button-default.dx-state-hover {
  background-color: transparent;
}
.common-toolbar-black-button.dx-button.dx-button-default.dx-state-focused {
  background-color: transparent;
}
.common-toolbar-red-button.dx-button.dx-button-default {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  background-color: #EB6D47;
  color: white !important;
  border-radius: 4px;
  height: 32px;
}
.common-toolbar-red-button.dx-button.dx-button-default.dx-state-hover {
  background-color: #CC3C13;
}
.icon-16px {
  padding: 2px;
  font-size: 16px !important;
}
.icon-20px {
  padding: 3px;
  font-size: 20px !important;
}
.icon-24px {
  padding: 4px;
  font-size: 24px !important;
}
.icon-28px {
  padding: 4px;
  font-size: 28px !important;
}
.icon-32px {
  padding: 5px;
  font-size: 32px !important;
}
.icon-white {
  color: white !important;
}
.icon-weak {
  color: #929BAA !important;
}
.icon-grey {
  color: #AEAEB7 !important;
}
.icon-grey.active {
  color: #45A15C !important;
}
.icon-green {
  color: #45A15C !important;
}
.icon-orange {
  color: #FFA62F;
}
.icon-red {
  color: #DA4B2F !important;
}
.icon-black {
  color: #21242C !important;
}
.icon-disabled {
  color: #B3BBCC !important;
}
.icon-flip-24px {
  transform: scaleX(-1) translateX(-12px);
}
.dx-button-has-icon.dx-button-has-text .icon-flip-24px.dx-icon {
  margin-right: 20px;
  margin-left: -12px;
}
@-moz-document url-prefix() {
  .dx-button-has-icon.dx-button-has-text .icon-flip-24px.dx-icon {
    margin-right: 20px;
    margin-left: -12px;
  }
}
.icon-green-hover:hover {
  cursor: pointer;
  border-radius: 8px;
  background-color: rgba(125, 204, 145, 0.15);
}
.icon-green-hover:hover::after {
  color: #367D4D;
}
.icon-grey-hover:hover {
  cursor: pointer;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.07);
}
.icon-grey-hover:hover::after {
  color: #454A54;
}
.icon-orange-hover:hover {
  cursor: pointer;
  border-radius: 8px;
  background-color: #FFE6C5;
}
.icon-orange-hover:hover::after {
  color: #EC8A06;
}
.icon-red-hover:hover {
  cursor: pointer;
  border-radius: 8px;
  background-color: rgba(226, 83, 54, 0.15);
}
.icon-red-hover:hover::after {
  color: #E25336;
}
.word-icon {
  background-image: url("/images/file_extension/word_icon.svg");
}
.zip-icon {
  background-image: url("/images/file_extension/zip_icon.svg");
}
.html-icon {
  background-image: url("/images/file_extension/html_icon.svg");
}
.pdf-icon {
  background-image: url("/images/file_extension/pdf_icon.svg");
}
.excel-icon {
  background-image: url("/images/file_extension/excel_icon.svg");
}
.word-icon-marker {
  background-image: url("/images/file_extension/word_icon_marker.svg");
}
.zip-icon-marker {
  background-image: url("/images/file_extension/zip_icon_marker.svg");
}
.html-icon-marker {
  background-image: url("/images/file_extension/html_icon_marker.svg");
}
.pdf-icon-marker {
  background-image: url("/images/file_extension/pdf_icon_marker.svg");
}
.excel-icon-marker {
  background-image: url("/images/file_extension/excel_icon_marker.svg");
}
.dx-overlay-wrapper input {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
  color: #21242C;
}
.dx-dropdowneditor-overlay .dx-list-item-content {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #21242C;
}
.dx-editor-outlined.dx-texteditor-with-floating-label {
  margin-top: 0;
}
.dx-editor-outlined.dx-texteditor-with-before-buttons.dx-texteditor-with-floating-label input {
  padding: 8px 2px;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label-before {
  border-radius: 4px 0px 0px 4px;
  border-top: 2px solid #45A15C;
  border-left: 2px solid #45A15C;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label-before {
  border-radius: 4px 0px 0px 4px;
  border-top: 2px solid #45A15C;
  border-left: 2px solid #45A15C;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-texteditor-label .dx-label-before {
  border-radius: 4px 0px 0px 4px;
  border-top: 1px solid #45A15C;
  border-left: 1px solid #45A15C;
  border-bottom: 1px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-before {
  border-radius: 4px 0px 0px 4px;
  border-top: 1px solid rgba(33, 45, 69, 0.07);
  border-left: 1px solid rgba(33, 45, 69, 0.07);
  border-bottom: 1px solid rgba(33, 45, 69, 0.07);
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before {
  border-radius: 4px 0px 0px 4px;
  border-top: 2px solid #F44336;
  border-left: 2px solid #F44336;
  border-bottom: 2px solid #F44336;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before {
  border-radius: 4px 0px 0px 4px;
  border-top: 1px solid #F44336;
  border-left: 1px solid #F44336;
  border-bottom: 1px solid #F44336;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before {
  border-radius: 4px 0px 0px 4px;
  border-top: 2px solid #F44336;
  border-left: 2px solid #F44336;
  border-bottom: 2px solid #F44336;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label {
  color: #45A15C;
  border-top: 0px;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-focused .dx-texteditor-label .dx-label {
  color: #45A15C;
  border-top: 0px;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover .dx-texteditor-label .dx-label {
  border-top: 1px solid #45A15C;
  border-bottom: 1px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-texteditor-label .dx-label {
  border-top: 1px solid rgba(33, 45, 69, 0.07);
  border-bottom: 1px solid rgba(33, 45, 69, 0.07);
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label {
  color: #F44336;
  border-top: 0px;
  border-bottom: 2px solid #F44336;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label {
  border-top: 1px solid #F44336;
  border-bottom: 1px solid #F44336;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label {
  color: #F44336;
  border-top: 0px;
  border-bottom: 2px solid #F44336;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label {
  color: #45A15C;
  border-top: 0px;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label {
  color: #45A15C;
  border-top: 0px;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-texteditor-label .dx-label {
  border-top: 0px;
  border-bottom: 1px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label {
  border-top: 0px;
  border-bottom: 1px solid rgba(33, 45, 69, 0.07);
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label {
  color: #F44336;
  border-top: 0px;
  border-bottom: 2px solid #F44336;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label {
  color: #F44336;
  border-top: 0px;
  border-bottom: 2px solid #F44336;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label {
  border-top: 0px;
  border-bottom: 1px solid #F44336;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label-after {
  border-radius: 0px 4px 4px 0px;
  border-top: 2px solid #45A15C;
  border-right: 2px solid #45A15C;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label-after {
  border-radius: 0px 4px 4px 0px;
  border-top: 2px solid #45A15C;
  border-right: 2px solid #45A15C;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-texteditor-label .dx-label-after {
  border-radius: 0px 4px 4px 0px;
  border-top: 1px solid #45A15C;
  border-right: 1px solid #45A15C;
  border-bottom: 1px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-after {
  border-radius: 0px 4px 4px 0px;
  border-top: 1px solid rgba(33, 45, 69, 0.07);
  border-right: 1px solid rgba(33, 45, 69, 0.07);
  border-bottom: 1px solid rgba(33, 45, 69, 0.07);
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after {
  border-radius: 0px 4px 4px 0px;
  border-top: 2px solid #F44336;
  border-right: 2px solid #F44336;
  border-bottom: 2px solid #F44336;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after {
  border-radius: 0px 4px 4px 0px;
  border-top: 2px solid #F44336;
  border-right: 2px solid #F44336;
  border-bottom: 2px solid #F44336;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after {
  border-radius: 0px 4px 4px 0px;
  border-top: 1px solid #F44336;
  border-right: 1px solid #F44336;
  border-bottom: 1px solid #F44336;
  box-shadow: none !important;
}
.dx-textbox.dx-texteditor.dx-editor-outlined {
  border: 0px solid rgba(33, 45, 69, 0.07);
}
.dx-textbox.dx-texteditor.dx-editor-outlined.dx-state-hover {
  border: 0px solid #45A15C;
}
.dx-textbox.dx-texteditor.dx-editor-outlined.dx-state-focused {
  border: 0px solid #45A15C;
}
.dx-textbox.dx-texteditor.dx-editor-outlined:not(.dx-texteditor-with-floating-label) {
  box-shadow: 0 0 0 1px rgba(33, 45, 69, 0.07);
  border-radius: 4px;
}
.dx-textbox.dx-texteditor.dx-editor-outlined:not(.dx-texteditor-with-floating-label):not(.dx-start-datebox):not(.dx-end-datebox).dx-state-hover {
  box-shadow: 0 0 0 1px #45A15C;
}
.dx-textbox.dx-texteditor.dx-editor-outlined:not(.dx-texteditor-with-floating-label).dx-state-focused {
  box-shadow: 0 0 0 2px #45A15C;
}
.dx-textbox.dx-texteditor.dx-editor-outlined:not(.dx-texteditor-with-floating-label).dx-state-hover.dx-state-focused {
  box-shadow: 0 0 0 2px #45A15C;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active .dx-texteditor-label .dx-label-before {
  border-radius: 4px 0px 0px 4px;
  border-top: 2px solid #45A15C;
  border-left: 2px solid #45A15C;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active .dx-texteditor-label .dx-label {
  color: #45A15C;
  border-top: 0px;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active .dx-texteditor-label .dx-label-after {
  border-radius: 0px 4px 4px 0px;
  border-top: 2px solid #45A15C;
  border-right: 2px solid #45A15C;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-active .dx-texteditor-label .dx-label-before {
  border-radius: 4px 0px 0px 4px;
  border-top: 2px solid #45A15C;
  border-left: 2px solid #45A15C;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-active .dx-texteditor-label .dx-label {
  color: #45A15C;
  border-top: 0px;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-active .dx-texteditor-label .dx-label {
  color: #45A15C;
  border-top: 2px solid #45A15C;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label {
  color: #45A15C;
  border-top: 0px;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-active .dx-texteditor-label .dx-label-after {
  border-radius: 0px 4px 4px 0px;
  border-top: 2px solid #45A15C;
  border-right: 2px solid #45A15C;
  border-bottom: 2px solid #45A15C;
  box-shadow: none !important;
}
.dx-tagbox {
  border-radius: 4px;
  border: 1px solid var(--border-default, rgba(33, 45, 69, 0.07));
  background: var(--background-white-main, #FFF);
}
.dx-tagbox.dx-invalid {
  border-color: #f44336;
}
.dx-tagbox:before {
  border-bottom: none !important;
}
.dx-texteditor-input-container dx-tag-container {
  padding: 0 12px 0px 12px;
  gap: 8px;
}
.dx-tagbox.dx-texteditor.dx-editor-filled::after {
  border-bottom: none;
}
.dx-tagbox.dx-editor-filled .dx-tag-container {
  padding: 0 8px 0px 8px;
  min-height: 32px;
  gap: 8px;
}
.dx-tag {
  margin: 4px 0 4px 0;
  height: calc(100% - 8px);
}
.dx-tag-content {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background-color: #E3E6EC;
  padding: 8px;
  margin: 0;
  height: 100%;
  border: none;
  box-shadow: none;
}
.dx-tag-content span {
  color: var(--text-default, #21242C);
  font-family: PT Root UI;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.dx-tag-remove-button {
  position: relative;
}
.dx-tag-remove-button::before {
  color: #929BAA;
  background-color: transparent;
}
.dx-list-group-header {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-size: 13px;
  color: #21242C;
}
.dx-list-group-body .dx-item-content.dx-list-item-content {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
  color: #21242C;
}
.dx-list-with-search > .dx-list-search {
  padding: 0px 0px;
  margin: 2px 2px 12px 2px;
}
.dx-slider-bar {
  background: rgba(33, 45, 69, 0.24);
  height: 4px;
  border-radius: 4px;
}
.dx-slider-range {
  height: 4px;
}
.dx-slider-range.dx-slider-range-visible {
  background: #45A15C;
}
.dx-slider-handle .dx-inkripple-wave {
  background-color: rgba(69, 161, 92, 0.25);
}
.dx-slider-handle::after {
  margin-top: -5px;
  background: #45A15C;
}
.common-textarea {
  background: #FFFFFF;
  border: 1px solid rgba(33, 45, 69, 0.07);
  border-radius: 8px;
}
.common-textarea.dx-state-hover {
  border: 1px solid rgba(33, 45, 69, 0.24);
}
.common-textarea.dx-state-focused {
  border: 2px solid #326748;
}
.common-textarea.dx-texteditor.dx-editor-filled::after {
  border-bottom: none;
}
.dx-textarea .dx-texteditor-input-container {
  margin: 0px;
}
.dx-textarea.dx-invalid.dx-texteditor.dx-show-invalid-badge .dx-texteditor-input-container::after {
  display: none;
}
.common-textarea .dx-placeholder {
  height: 100%;
}
.common-textarea .dx-texteditor-input {
  padding: 6px 11px 4px !important;
}
.dx-daterangebox.dx-editor-outlined {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #E8EAEF;
  margin-left: 1px;
  margin-right: 1px;
}
.dx-daterangebox.dx-editor-outlined:not(.dx-start-datebox):not(.dx-end-datebox):not(.dx-state-focused).dx-state-hover {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #45A15C;
}
.dx-daterangebox.dx-editor-outlined:not(.dx-start-datebox):not(.dx-end-datebox).dx-state-focused {
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #45A15C;
}
.dx-calendar-cell.dx-calendar-today span {
  color: white;
  border: 0px;
  background-color: #358ED7;
}
.dx-calendar-cell.dx-calendar-contoured-date span {
  box-shadow: none;
}
.dx-calendar-cell.dx-calendar-selected-date span {
  background-color: #45A15C;
}
.dx-calendar-cell-in-range::before {
  background-color: #E5F5E9;
}
.dx-daterangebox-separator {
  padding: 0px 8px;
}
.dx-daterangebox .dx-texteditor.dx-state-focused::before {
  border-bottom: none;
}
.dx-texteditor.dx-state-focused .dx-texteditor-label,
.dx-texteditor.dx-state-focused.dx-state-hover .dx-texteditor-label {
  color: #45A15C;
}
.dx-texteditor.dx-state-focused .dx-texteditor-label span,
.dx-texteditor.dx-state-focused.dx-state-hover .dx-texteditor-label span {
  color: #45A15C;
}
.dx-texteditor.dx-state-focused.dx-invalid .dx-texteditor-label span {
  color: #CD3517;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected {
  background-color: rgba(33, 36, 44, 0.07);
}
.dx-toolbar-items-container .dx-toolbar-after .dx-button-text {
  color: #45A15C;
}
.dx-toolbar-items-container .dx-toolbar-before .dx-button-text {
  color: #358ed7;
}
.common-inputs-tagbox-tag-content {
  display: flex;
  width: auto;
  align-items: center;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #21242C;
  gap: 0px 10px;
  padding: 5px 16px;
  border: 1px solid rgba(56, 69, 93, 0.3);
  border-radius: 12px;
  margin: 4px;
  background: white;
}
.dx-datagrid {
  font-family: 'PT Astra Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.dx-datagrid .dx-row > td {
  padding: 8px;
  font-family: 'PT Astra Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #21242C;
}
.dx-datagrid-rowsview .dx-row.dx-data-row:hover {
  background: rgba(125, 204, 145, 0.2);
}
.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
  color: #21242C;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.dx-datagrid-headers .dx-datagrid-table .dx-row > td .dx-sort-indicator {
  padding: 0px 8px;
  color: #454A54;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.dx-header-row > td > .dx-datagrid-text-content {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
}
.dx-datagrid .dx-datagrid-headers .dx-datagrid-content .dx-datagrid-table .dx-row > td:not(.dx-validation-pending):not(.dx-datagrid-select-all) {
  vertical-align: middle !important;
  text-align: center;
  padding: 0px 8px;
  height: 40px;
}
.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td:not(.dx-validation-pending):not(.dx-datagrid-select-all) {
  vertical-align: top !important;
  padding: 8px;
  border: none;
}
.dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
  white-space: break-spaces;
}
.dx-datagrid .dx-column-indicators {
  vertical-align: middle;
}
.dx-datagrid-headers .dx-datagrid-table .dx-row > td:hover:not(.dx-command-select):not(.dx-command-expand):not(.dx-editor-cell):not(.dx-command-edit):not(.dx-datagrid-group-space) {
  background: rgba(33, 36, 44, 0.07);
}
.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td:not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-expand {
  padding: 8px 2px;
}
.dx-row.dx-data-row.dx-row-lines.dx-state-hover {
  background: rgba(125, 204, 145, 0.2);
}
.dx-datagrid-total-footer {
  border-bottom: none;
  border-top: none;
}
.dx-datagrid-summary-item {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #21242C;
  display: flex;
  gap: 16px;
}
.dx-datagrid .dx-checkbox-icon {
  border-radius: 4px;
  width: 19px;
  height: 19px;
  background: white;
  border: 1px solid rgba(25, 24, 27, 0.2);
}
.dx-datagrid .dx-checkbox-checked .dx-checkbox-icon {
  border-radius: 4px;
  width: 19px;
  height: 19px;
  background: #45A15C;
  border: 1px solid transparent;
}
.dx-datagrid .dx-checkbox.dx-state-focused .dx-checkbox-icon::after {
  background-color: transparent;
}
.dx-datagrid .dx-checkbox.dx-state-hover .dx-checkbox-icon {
  background-color: rgba(0, 0, 0, 0.04);
}
.dx-datagrid .dx-checkbox.dx-state-active .dx-checkbox-icon {
  background-color: rgba(25, 24, 27, 0.07);
}
.dx-datagrid .dx-checkbox.dx-checkbox-checked.dx-state-hover .dx-checkbox-icon {
  background-color: #367D4D;
}
.dx-datagrid .dx-checkbox.dx-checkbox-checked.dx-state-active .dx-checkbox-icon {
  background-color: #326748;
}
.dx-treelist .dx-checkbox-icon {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid rgba(25, 24, 27, 0.2);
}
.dx-treelist .dx-checkbox-checked .dx-checkbox-icon {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: #45A15C;
  border: 1px solid transparent;
}
.dx-treelist .dx-checkbox.dx-state-focused .dx-checkbox-icon::after {
  background-color: transparent;
}
.dx-treelist .dx-checkbox.dx-state-hover .dx-checkbox-icon {
  background-color: rgba(0, 0, 0, 0.04);
}
.dx-treelist .dx-checkbox.dx-state-active .dx-checkbox-icon {
  background-color: rgba(25, 24, 27, 0.07);
}
.dx-treelist .dx-checkbox.dx-checkbox-checked.dx-state-hover .dx-checkbox-icon {
  background-color: #367D4D;
}
.dx-treelist .dx-checkbox.dx-checkbox-checked.dx-state-active .dx-checkbox-icon {
  background-color: #326748;
}
.dx-tagbox-popup-wrapper .dx-list-select-all {
  cursor: pointer;
  padding-bottom: 8px;
}
.dx-tagbox-popup-wrapper .dx-list-select-all.dx-state-hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.dx-tagbox-popup-wrapper .dx-list-select-all-label {
  padding: 0px 12px;
}
.dx-list-item .dx-list-item-before-bag.dx-list-select-checkbox-container {
  width: 32px;
}
.dx-list-item .dx-checkbox-icon,
.dx-list-select-all .dx-checkbox-icon {
  border-radius: 4px;
  width: 19px;
  height: 19px;
  background: white;
  border: 1px solid rgba(25, 24, 27, 0.2);
}
.dx-list-item .dx-checkbox-checked .dx-checkbox-icon,
.dx-list-select-all .dx-checkbox-checked .dx-checkbox-icon {
  border-radius: 4px;
  width: 19px;
  height: 19px;
  background: #45A15C;
  border: 1px solid transparent;
}
.dx-list-item .dx-checkbox.dx-state-focused .dx-checkbox-icon::after,
.dx-list-select-all .dx-checkbox.dx-state-focused .dx-checkbox-icon::after {
  background-color: transparent;
}
.dx-list-item .dx-checkbox.dx-state-hover .dx-checkbox-icon,
.dx-list-select-all .dx-checkbox.dx-state-hover .dx-checkbox-icon {
  background-color: rgba(0, 0, 0, 0.04);
}
.dx-list-item .dx-checkbox.dx-state-active .dx-checkbox-icon,
.dx-list-select-all .dx-checkbox.dx-state-active .dx-checkbox-icon {
  background-color: rgba(25, 24, 27, 0.07);
}
.dx-list-item .dx-checkbox.dx-checkbox-checked.dx-state-hover .dx-checkbox-icon,
.dx-list-select-all .dx-checkbox.dx-checkbox-checked.dx-state-hover .dx-checkbox-icon {
  background-color: #367D4D;
}
.dx-list-item .dx-checkbox.dx-checkbox-checked.dx-state-active .dx-checkbox-icon,
.dx-list-select-all .dx-checkbox.dx-checkbox-checked.dx-state-active .dx-checkbox-icon {
  background-color: #326748;
}
.dx-tab {
  border-radius: 8px;
  background-color: transparent;
}
.dx-tab.dx-state-active {
  border-radius: 8px;
}
.dx-tab.dx-tab-selected::before {
  background-color: transparent;
}
.dx-tabs-nav-button.dx-button.dx-tabs-nav-button.dx-button-has-icon:not(.dx-button-has-text) {
  border-radius: 8px;
  color: #454A54;
}
.dx-tab-content,
.dx-tab-text {
  text-transform: unset;
}
.common-tab {
  display: flex;
  align-items: center;
  margin: 0px 16px 0px 8px;
}
.common-tab-name {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #21242C;
  margin-left: 8px;
}
.common-small-tab-name {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-size: 13px;
  color: #21242C;
}
.common-small-tabs {
  background-color: white;
  border-radius: 8px;
  border: 1px solid rgba(33, 45, 69, 0.07);
}
.common-small-tabs .dx-tab {
  padding: 4px 12px;
}
.common-small-tabs .dx-tab.dx-state-hover,
.common-small-tabs .dx-tab.dx-tab-selected.dx-state-hover {
  background-color: #D1F0D9;
}
.common-small-tabs .dx-tab.dx-state-active,
.common-small-tabs .dx-tab.dx-tab-selected.dx-state-active {
  background-color: #A9E5B9;
}
.common-small-tabs .dx-tab.dx-tab-selected {
  background-color: #E5F5E9;
}
.common-small-tabs .dx-tab .dx-tab-content .dx-tab-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-size: 13px;
  color: #21242C;
}
.common-small-tabs .dx-tab .dx-inkripple {
  border-radius: 8px;
}
.common-middle-tabs {
  background-color: white;
  border-radius: 8px 8px 0px 0px;
  border: none;
}
.common-middle-tabs .dx-tab {
  border-radius: 8px 8px 0px 0px;
  padding: 0px 8px;
}
.common-middle-tabs .dx-tab .dx-inkripple {
  border-radius: 8px 8px 0px 0px;
}
.common-middle-tabs .dx-tab-selected.dx-tab {
  border-bottom: 1px solid #1D8737;
}
.common-middle-tabs .dx-tab-selected .common-small-tab-name {
  color: #1D8737;
}
.common-middle-tabs .dx-tabs-scrollable .dx-tab {
  padding: 10px;
}
.common-tab-panel .dx-tab {
  border-radius: 4px;
  height: 32px;
  padding: 0px 8px;
}
.common-tab-panel .dx-tab .dx-tab-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-size: 13px;
  color: #21242C;
}
.common-tab-panel .dx-tab.dx-tab-selected .dx-tab-text {
  color: #21242C;
}
.common-tab-panel.dx-tabpanel .dx-tabs {
  border-radius: 8px;
  border: 1px solid rgba(33, 45, 69, 0.07);
  background-color: white;
  width: fit-content;
}
.common-switch .dx-switch-container::before {
  height: 20px;
  background-color: #929BAA;
  margin: -2px;
}
.common-switch.dx-switch-on-value .dx-switch-container::before {
  background-color: #45A15C;
}
.common-switch .dx-switch-inner {
  width: 175%;
}
.common-switch .dx-switch-container {
  height: 16px;
}
.common-switch .dx-switch-handle {
  flex-basis: 16px;
  width: 16px;
  height: 16px;
}
.common-switch.dx-state-disabled .dx-switch-container::before {
  background-color: #D3D7DE;
}
.common-switch .dx-switch-handle::before,
.common-switch.dx-switch-on-value .dx-switch-handle::before,
.common-switch.dx-state-disabled .dx-switch-handle::before {
  background-color: white;
}
.dx-progressbar-container {
  background-color: #E8EAEF;
  border-radius: 4px;
  height: 8px;
}
.dx-progressbar-range {
  background-color: #45A15C;
  border-radius: 4px;
}
.dx-popup-wrapper .dx-icon {
  padding-top: 0px;
}
.dx-popup-wrapper .dx-button-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dx-popup-wrapper > .dx-overlay-content {
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 2px;
}
.dx-popup-content {
  padding: 0px;
}
.dx-popup-content > .dx-button {
  margin: 0px;
}
.dx-popup-title.dx-toolbar {
  padding: 4px 16px;
}
.dx-popup-title {
  border-bottom: 0px;
}
.dx-popup-title.dx-toolbar .dx-item-content.dx-toolbar-item-content {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #21242C;
}
.common-popup-content {
  height: 100%;
  padding: 0px 16px 16px;
}
.common-popup-confirm-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 16px;
  gap: 0px 10px;
}
.common-popup-confirm-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  word-wrap: break-word;
}
.common-push {
  width: calc(100% - 16px);
  padding: 8px;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.common-push a:visited {
  color: #b537f0;
}
.common-push-header {
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
}
.common-push-content {
  margin: 16px;
}
.common-push-action-text {
  padding-bottom: 16px;
  word-wrap: break-word;
}
.common-push-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.common-push-button {
  height: auto;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px;
  box-shadow: none;
  color: #FFFFFF;
  padding: 8px 12px;
}
a.common-push-button:hover {
  text-decoration: none;
  color: white;
}
.dx-popup-bottom.dx-dialog-buttons.dx-toolbar .dx-toolbar-item {
  padding: 0px 0px 16px;
}
.dx-popup-bottom.dx-dialog-buttons.dx-toolbar .dx-toolbar-item:last-child {
  padding: 0px 0px 16px;
}
.dx-popup-bottom.dx-dialog-buttons.dx-toolbar .dx-toolbar-center {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.dx-dialog-wrapper.dx-overlay-shader {
  background-color: rgba(0, 0, 0, 0.19);
}
.dxc-tooltip {
  z-index: 2000;
}
.tl-popup-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.tl-popup-content {
  max-height: calc(100% - 45px);
  display: flex;
  padding: 15px;
}
.tl-popup-footer {
  background: #E8EAEF;
  height: 45px;
  display: flex;
  justify-content: space-between;
  padding: 0px 24px;
}
.tl-popup-footer-options {
  display: flex;
  float: left;
  align-items: center;
  gap: 16px;
}
.tl-popup-footer-options .dx-switch-wrapper {
  padding: 9px 10px 0px 10px;
}
.tl-popup-footer-buttons {
  display: flex;
  float: right;
  align-items: center;
  gap: 16px;
}
.dx-accordion-item {
  box-shadow: none;
  border: none;
}
.dx-accordion-item-title {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #676F7E;
  padding-left: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 40px;
  display: flex;
  gap: 8px;
  background-color: transparent;
}
.dx-accordion-item-title::before {
  font-size: 16px;
  height: 16px;
  width: 16px;
  position: relative;
  top: 0px;
  right: 0px;
}
.common-accordion-popup {
  margin: 0px;
  border-radius: 8px;
}
.common-accordion-popup .dx-accordion-item-opened .dx-accordion-item-body {
  height: calc(100% - 32px);
}
.common-accordion-popup .dx-accordion-item-title::before {
  top: -2px;
}
.common-accordion-popup .dx-accordion-item-opened {
  margin: 0px;
}
.common-accordion-popup .dx-accordion-item-title .dx-accordion-item-title-caption {
  top: 4px;
  left: 36px;
  color: #676F7E;
}
.common-accordion-popup .dx-accordion-item-title {
  padding-left: 16px;
  background-color: transparent;
  padding-top: 6px;
  height: 32px;
}
.common-accordion-popup .dx-item.dx-accordion-item.dx-accordion-item-opened .dx-accordion-item-title {
  background-color: rgba(33, 36, 44, 0.07);
}
.common-accordion-popup .dx-accordion-item .dx-accordion-item-title:hover {
  background-color: rgba(33, 36, 44, 0.15) !important;
}
.common-accordion-popup .dx-item.dx-accordion-item:first-child {
  border-radius: 8px 8px 0px 0px;
}
.common-accordion-popup .dx-item.dx-accordion-item:last-child {
  border-radius: 0px 0px 8px 8px;
}
.common-accordion-popup .dx-item.dx-accordion-item:not(:first-child) {
  border-top: 1px solid rgba(33, 45, 69, 0.24);
}
.common-accordion-popup-item-title {
  display: flex;
  align-items: center;
  gap: 0px 24px;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #676F7E;
}
.common-accordion-popup-item-label {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.common-checkbox .dx-checkbox-container {
  margin: 0px;
}
.common-checkbox .dx-checkbox-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #19181B;
  padding-left: 12px;
}
.common-checkbox.dx-state-hover .dx-checkbox-icon {
  background-color: rgba(0, 0, 0, 0.04);
}
.common-checkbox.dx-state-active .dx-checkbox-icon {
  background-color: rgba(25, 24, 27, 0.07);
}
.common-checkbox.dx-checkbox-checked.dx-state-hover .dx-checkbox-icon {
  background-color: #367D4D;
}
.common-checkbox.dx-checkbox-checked.dx-state-active .dx-checkbox-icon {
  background-color: #326748;
}
.common-checkbox.dx-checkbox-checked.dx-state-readonly .dx-checkbox-icon {
  background-color: #45A15C;
}
.common-checkbox.dx-checkbox-indeterminate.dx-state-hover .dx-checkbox-icon {
  background-color: #367D4D;
}
.common-checkbox.dx-checkbox-indeterminate.dx-state-active .dx-checkbox-icon {
  background-color: #326748;
}
.common-checkbox .dx-checkbox-icon {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid rgba(25, 24, 27, 0.2);
}
.common-checkbox.dx-checkbox-checked .dx-checkbox-icon {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background: #45A15C;
  border: 1px solid transparent;
}
.common-checkbox.dx-checkbox-indeterminate .dx-checkbox-icon {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background: #45A15C;
  border: 1px solid transparent;
}
.common-checkbox-prompt {
  cursor: pointer;
  width: fit-content;
  padding: 0px;
}
.common-checkbox-prompt .common-checkbox .dx-checkbox-container {
  margin-bottom: 4px;
}
.common-checkbox-prompt:hover .common-checkbox .dx-checkbox-icon {
  background-color: rgba(0, 0, 0, 0.04);
}
.common-checkbox-prompt:hover .common-checkbox.dx-checkbox-checked .dx-checkbox-icon {
  background-color: #326748;
}
.common-prompt {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding-left: 32px;
  color: #6F6D78;
}
.common-checkbox.dx-checkbox.dx-state-active .dx-checkbox-icon::after {
  background-color: transparent;
}
.common-checkbox-without-icon {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: #F5F5F5;
}
.common-checkbox-without-icon .dx-checkbox-icon {
  display: none;
}
.common-checkbox-without-icon.common-checkbox .dx-checkbox-text {
  padding-left: 0px;
}
.common-checkbox-without-icon.dx-state-hover {
  background-color: rgba(33, 36, 44, 0.07);
}
.common-checkbox-without-icon.dx-state-active {
  border: 1px solid #1D8737;
  background-color: rgba(33, 36, 44, 0.07);
}
.common-checkbox-without-icon.dx-checkbox-checked {
  border: 1px solid #1D8737;
}
.common-checkbox-without-icon-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.common-checkbox-without-icon-color {
  width: 14px;
  height: 14px;
  border-radius: 4px;
}
.dx-context-menu .dx-submenu {
  border-radius: 12px;
  border: 1px solid rgba(33, 45, 69, 0.07);
}
.common-context-menu-item {
  display: flex;
  align-items: center;
  padding: 0px 8px;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
  color: #21242C;
}
.common-context-menu-div-color {
  border-radius: 4px;
  width: 19px;
  height: 19px;
}
.common-context-menu-item-delete {
  display: flex;
  align-items: center;
  padding: 0px 8px;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
  color: #21242C;
  justify-content: center;
  text-align: center;
}
.dx-item.dx-menu-item.dx-state-hover .common-context-menu-item-delete {
  color: #CD3517;
}
.common-context-menu-item i {
  margin-right: 7px;
}
.dx-radiobutton-icon {
  height: 20px;
  width: 20px;
  border: 1px solid rgba(25, 24, 27, 0.2);
}
.common-radiogroup {
  border-radius: 8px;
}
.common-radiogroup .dx-item-content {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #19181B;
}
.common-radiogroup .dx-item {
  padding: 8px;
  border-radius: 8px;
}
.common-radiogroup .dx-item.dx-state-hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.common-radiogroup .dx-item.dx-state-hover.dx-radiobutton-checked {
  background-color: #D1F0D9;
}
.common-radiogroup .dx-item.dx-state-active {
  background-color: rgba(25, 24, 27, 0.07);
}
.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
  background-color: #45A15C;
}
.dx-radiobutton.dx-radiobutton-checked.dx-state-active .dx-radiobutton-icon-checked::after {
  background-color: transparent;
}
.dx-radiobutton.dx-state-active .dx-radiobutton-icon::after {
  background-color: transparent;
}
.dx-pager {
  background-color: white;
  border-top: 1px solid #e0e0e0;
}
.dx-pages {
  float: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dx-pages .dx-info {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #21242C;
}
.dx-pager .dx-page {
  border-radius: 4px;
}
.dx-pager .dx-pages .dx-selection {
  background-color: #E5F5E9;
  color: #21242C;
}
.common-step-counter {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-size: 13px;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.common-menu-block {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.common-menu-list {
  width: 100%;
  height: calc(100% - 52px);
}
.common-menu-options {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.common-menu-settings-lists {
  display: flex;
  flex-direction: column;
}
.common-menu-settings-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 16px;
}
.common-menu-settings-header-title {
  color: var(--text-default, #21242C);
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.common-menu-settings-header-text {
  color: var(--text-weak, #676F7E);
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
}
.common-menu-list-item {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  height: 40px;
  color: var(--text-default, #21242C);
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.common-menu-item-disabled {
  color: var(--text-disable, #ADB2BC);
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.common-promo {
  display: flex;
  width: 100vw;
  flex-direction: column;
  align-items: center;
  background-image: url(/images/gradient_bg_blur.svg);
  gap: 40px;
  padding: 40px;
  background-size: cover;
}
.common-promo-header {
  color: var(--text-default, #21242C);
  text-align: center;
  font-family: "PT Root UI";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.96px;
  width: 528px;
}
.common-promo-header-colored-text {
  background: linear-gradient(87deg, #CF45FF 17.76%, #0FA8E0 42.22%, #01D709 71.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "PT Root UI";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.96px;
}
.common-promo-block {
  display: flex;
  width: 680px;
  padding: 40px 40px 60px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.18);
}
.common-promo-block-header {
  color: #21242C;
  font-family: "PT Root UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
  letter-spacing: -0.6px;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  align-items: flex-start;
  gap: 40px;
  border-bottom: 1px solid var(--Linear, #0FA8E0);
  background: linear-gradient(87deg, #CF45FF 1%, #0FA8E0 20%, #01D709 30%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common-promo-block-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.common-promo-block-item {
  display: flex;
  width: 100%;
  padding-bottom: 15px;
  align-items: flex-start;
  gap: 40px;
  border-bottom: 1px solid var(--border-default, rgba(33, 45, 69, 0.07));
}
.common-promo-block-item-header {
  width: 200px;
  flex-shrink: 0;
  color: var(--text-default, #21242C);
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.common-promo-block-item-text {
  color: var(--text-default, #21242C);
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.common-promo-contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 32px;
  width: 385px;
}
.common-promo-contact-header {
  color: var(--text-default, #21242C);
  font-family: "PT Root UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.72px;
}
.common-promo-contact-inputs {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
}
.common-promo-contact-action {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
}
.common-promo-contact-action-text {
  color: var(--text-default, #21242C);
  font-family: "PT Root UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  opacity: 0.5;
}
.dx-treelist-search-text {
  font-weight: bold;
  border-radius: 2px;
  color: #21242C !important;
  background-color: #A8DCF9 !important;
}
.dx-treelist .dx-header-filter:not(.dx-header-filter-empty),
.dx-treelist-container .dx-header-filter:not(.dx-header-filter-empty) {
  color: #45A15C;
}
.dx-list-item-content {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.dx-list .dx-empty-message {
  white-space: unset !important;
  text-align: center;
}
.dx-list-group:not(.dx-list-group-collapsed):not(:last-child) {
  border-bottom: 1px solid #FFFFFF;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../../../../fonts/PTRootUI/PT-Root-UI_VF.ttf');
  font-weight: 1;
  font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../../../../fonts/PTRootUI/PT-Root-UI_Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../../../../fonts/PTRootUI/PT-Root-UI_Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../../../../fonts/PTRootUI/PT-Root-UI_Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../../../../fonts/PTRootUI/PT-Root-UI_Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'PT Astra Sans';
  src: url('../../../../fonts/PTAstraSans/PTAstraSans-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PT Astra Sans';
  src: url('../../../../fonts/PTAstraSans/PTAstraSans-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'PT Astra Sans';
  src: url('../../../../fonts/PTAstraSans/PTAstraSans-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'PT Astra Sans';
  src: url('../../../../fonts/PTAstraSans/PTAstraSans-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
.header-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}
.header-h1-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
.header-h2-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.header-h3-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.header-h4-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.main-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.main-bold-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.small-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.small-bold-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.small-text-13px {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
}
.small-bold-text-13px {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-size: 13px;
}
.table-small-text {
  font-family: 'PT Astra Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.table-small-text-13px {
  font-family: 'PT Astra Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-top: 50px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #E3E6EC;
}
.wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  height: 100%;
}
.footer {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  bottom: 0;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4;
  z-index: 0;
  position: relative;
}
.common-header {
  padding: 4px 32px;
  background-color: white;
  min-height: 50px;
  display: flex;
  border-bottom: 1px solid rgba(33, 45, 69, 0.07);
}
.common-header-icon-logo {
  display: flex;
  align-items: center;
}
.common-header-icon-logo a:hover {
  color: white;
}
.common-header-icon {
  cursor: pointer;
  margin-right: 32px;
}
.common-header-chevron-icon {
  margin: 0px 12px;
}
.common-header-chevron-name a {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #676F7E;
}
.common-header-chevron-name a:visited {
  color: #676F7E;
}
.common-header-chevron-name a:hover {
  color: black;
}
.common-header-notify-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0px 16px;
}
.common-header-notify-icon {
  display: flex;
  cursor: pointer;
}
.common-header-login-block {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
}
.common-header-login-icon {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  width: 32px;
  height: 32px;
  color: white;
  background: linear-gradient(180deg, #45A15C 0%, #246F37 100%);
}
.common-header-button-exit {
  display: flex;
  border: 0px;
  background-color: white;
}
.common-drawer-list {
  background-color: white;
}
.common-drawer-list a {
  color: #21242C;
  width: 100%;
}
.common-drawer-list:not(.common-drawer-item-disable) a:hover {
  color: #1D8737;
  text-decoration: none;
}
.common-drawer-list-item {
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding: 10px 16px 10px 36px;
  width: 100%;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #38455D;
}
.common-drawer-list-item:not(.common-drawer-item-disable):hover {
  color: #45A15C;
}
.common-drawer-list-item:not(.common-drawer-item-disable):hover i:after {
  color: #45A15C;
}
.common-drawer-list-item i {
  padding: 0px 24px;
}
.common-drawer-list .dx-item-content.dx-list-item-content {
  display: flex;
  padding: 0px;
  width: 100%;
}
.common-drawer-item-disable div {
  color: #D3D7DE;
}
.common-drawer-item-disable i {
  color: #D3D7DE !important;
}
.common-timer-red-label {
  border: 1px solid #E7491B;
  border-radius: 4px;
  background: #FDE3DB;
  color: #E7491B;
  padding: 4px 8px;
  width: fit-content;
}
.common-timer-green-label {
  border: 1px solid #1D8737;
  border-radius: 4px;
  background: #E5F5E9;
  color: #1D8737;
  padding: 4px 8px;
  width: fit-content;
}
.pro-label {
  padding: 0px 8px;
  color: white;
  border-radius: 100px;
  background-color: black;
}
a {
  color: #0366d6;
}
a:visited {
  color: #473894;
}
.vertical-divider {
  width: 1px;
  height: 16px;
  background-color: rgba(33, 45, 69, 0.24);
  margin: 0px 4px;
}
.horizontal-divider {
  height: 0px;
  border-bottom: 1px solid rgba(33, 45, 69, 0.24);
  margin: 8px 0px;
}
.dx-scrollable-scroll-content {
  background-color: #929BAA;
  border-radius: 5px;
}
.dx-overlay-content.dx-invalid-message-content {
  border: 1px solid rgba(33, 45, 69, 0.07);
  padding: 4px !important;
  background-color: white;
}
.dx-overlay-wrapper:not(.dx-dropdownbutton-popup-wrapper) > .dx-overlay-content:not(.dx-loadpanel-content) {
  border-radius: 10px !important;
}
.custom-dialog-title {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #21242C;
  padding-bottom: 8px;
}
.custom-dialog-text {
  width: 400px;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #676F7E;
}
.common-toolbar-black-button {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #21242C !important;
}
.common-toolbar-red-button {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #CD3517 !important;
}
.common-notify-counter {
  position: absolute;
  margin-left: 15px;
  padding: 3px 6px 2px;
  background-color: #FFA62F;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.common-notify-header-event {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #21242C;
  padding: 4px 8px;
  border-radius: 8px;
  margin: 12px 12px 0px;
}
.common-notify-content {
  padding: 8px 12px 8px;
  white-space: initial;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
  color: #21242C;
}
.dx-loadindicator-segment-inner {
  border-color: #45A15C #45A15C transparent;
}
.universal-search-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 8px;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
  color: #21242C;
  width: 100%;
}
.universal-search-item-tag {
  width: 4px;
  border-radius: 4px;
  height: -webkit-fill-available;
}
.universal-search-item-header {
  width: 25%;
  white-space: pre-wrap;
  word-break: break-all;
}
.universal-search-item-content {
  width: 74%;
  white-space: pre-wrap;
  word-break: break-all;
}
#universal-search-list .dx-list-group-header {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #21242C;
  padding: 12px;
}
.universal-smart-builder-button-container {
  padding: 8px 12px;
  border-bottom: 1px solid rgba(33, 45, 69, 0.07);
}
#universal-smart-builder-button {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  padding: 5px 8px;
  cursor: pointer;
  border: 1px solid rgba(33, 45, 69, 0.24);
  width: fit-content;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
}
#universal-smart-builder-button:hover {
  background-color: #E8EAEF;
}
.dx-scrollable-scroll {
  padding-left: 0px;
}
.dx-scrollable-scrollbar {
  background-color: #E8EAEF;
  border-radius: 5px;
}
.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,
.dx-scrollbar-hoverable.dx-state-hover {
  background-color: #E8EAEF;
  border-radius: 5px;
}
.dx-toast-message {
  padding: 4px 8px 4px 8px;
}
.dx-toast-content {
  padding: 0px;
}
.dx-toast-stack {
  z-index: 999999;
}
.dx-toast-info {
  background-color: rgba(32, 41, 57, 0.94);
}
.dx-tooltip-wrapper > .dx-overlay-content[role=tooltip] {
  border: 0px;
  background: rgba(32, 41, 57, 0.94);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 6px;
}
.common-overflow-container {
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-flex-container {
  display: flex;
}
.common-flex-center-container {
  display: flex;
  align-items: center;
}
.common-flex-space-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) and (min-width: 0px) {
  #universal-search-textbox {
    display: none;
  }
  .common-header-icon-logo {
    min-width: 0px;
  }
  .common-header-icon-logo a {
    display: none;
  }
}
.user-profile-popover-header {
  padding: 16px 16px 8px 16px;
}
#user-profile-popover-login {
  margin-top: 4px;
  margin-bottom: 8px;
}
#user-profile-popover-date-access {
  color: #676F7E;
}
#user-profile-menu-list {
  border-top: 1px solid rgba(33, 45, 69, 0.07);
  border-bottom: 1px solid rgba(33, 45, 69, 0.07);
}
#user-profile-menu-list .dx-list-item-content {
  padding: 8px 16px;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
}
#user-profile-menu-list .dx-list-item:last-child .dx-list-item-content {
  border-top: 1px solid rgba(33, 45, 69, 0.07);
}
#user-profile-menu-list .dx-list-item:last-child .dx-list-item-content:hover {
  color: red;
}
#user-profile-menu-list .dx-list-item:first-of-type {
  margin-top: 0px;
}
#user-profile-menu-list .dx-list-item:last-of-type {
  margin-bottom: 0px;
}
.user-profile-content-popup {
  display: flex;
  gap: 16px;
  padding: 16px;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
}
.user-profile-content-column-popup {
  display: flex;
  gap: 16px;
  padding: 16px;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: nowrap;
}
#user-profile-avatar,
#child-user-profile-avatar {
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  width: 120px;
  height: 120px;
  color: white;
  background: linear-gradient(142deg, #82C75D -8.26%, #2C811D 127.72%);
}
.user-profile-content-avatar {
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.user-profile-content-avatar-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}
.user-profile-content-info {
  width: calc(100% - 136px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.user-profile-content-info-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.user-profile-content-info-text {
  display: flex;
  align-items: center;
  gap: 12px;
}
.user-profile-content-info-text-half {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 50%;
}
.user-profile-content-info-text-gap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.user-profile-label {
  width: 120px;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
  color: #676F7E;
}
.user-profile-label-margin {
  margin-bottom: 4px;
  width: auto;
  width: 120px;
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
  color: #676F7E;
}
.user-profile-accounts-textboxes {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  width: 100%;
  gap: 16px;
}
.user-profile-accounts-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.user-profile-accounts-list-item-content {
  display: flex;
  align-items: center;
  width: 30%;
  gap: 8px;
}
.user-profile-accounts-list-item-content-name {
  width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-profile-autosearch-mail-container {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
}
.user-profile-avatar-container {
  display: flex;
  gap: 24px;
}
.user-profile-avatar-container-half {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.user-profile-avatar-container img {
  height: 64px;
  width: 64px;
  cursor: pointer;
}
.user-profile-avatar-container img:hover {
  opacity: 0.7;
}
.user-profile-selected-avatar {
  border-radius: 100%;
  border: 3px solid #45a15c;
}
.child-users-label {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
  color: #676F7E;
}
.child-users-label-50px {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
  color: #676F7E;
  width: 50px;
}
.user-profile-access-setting {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
  color: #2C7AB9;
  text-decoration: underline;
  cursor: pointer;
  padding-left: 60px;
  padding-top: 4px;
}
#child-users-list .dx-list-item-content,
#user-profile-tag-list .dx-list-item-content {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-size: 13px;
  padding: 8px;
}
#child-users-list .dx-list-item,
#user-profile-tag-list .dx-list-item {
  border-radius: 8px;
}
#child-users-list .dx-list-item.dx-state-hover,
#user-profile-tag-list .dx-list-item.dx-state-hover {
  background-color: #ccefd5;
}
#child-users-list .dx-list-item.dx-list-item-selected,
#user-profile-tag-list .dx-list-item.dx-list-item-selected {
  background-color: #e5f5e9;
}
.child-users-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.child-users-list-item-name {
  width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.child-users-main-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: calc(100% - 140px);
}
.child-users-access-count {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-size: 13px;
  color: #676F7E;
  padding-top: 8px;
}
.child-users-access-count-additional {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-size: 13px;
  color: #676F7E;
}
.user-profile-accounts-count {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-size: 13px;
  color: #676F7E;
  text-align: center;
}
.child-users-label-half {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.child-users-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  height: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(33, 45, 69, 0.07);
}
.child-users-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(70% - 16px);
  height: 100%;
}
.child-users-main-additional {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ADB2BC;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(70% - 16px);
  height: 100%;
  justify-content: center;
  align-items: center;
}
.child-users-additional {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.profile-context-avatar {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  width: 24px;
  height: 24px;
  color: white;
  margin-right: 8px;
  background: linear-gradient(180deg, #45A15C 0%, #246F37 100%);
}
.user-profile-pro-block {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--background-green-light, #E5F5E9);
  width: 100%;
}
.user-profile-pro-block-header {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--text-default, #21242C);
  width: 100%;
}
.user-profile-pro-block-text {
  color: var(--text-callout, #3D3F45);
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
#user-profile-popover-fullname {
  display: flex;
  width: 100%;
  gap: 8px;
}
.user-profile-popover-fullname-pro-icon {
  display: flex;
  height: 24px;
  padding: 4px 12px;
  align-items: center;
  border-radius: 4px;
  background: var(--Linear, linear-gradient(90deg, #0FA8E0 0.82%, #01D709 97.14%));
  color: var(--text-white, #FFF);
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-size: 13px;
}
.user-profile-pro-block-disabled {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#tl-list-events {
  max-height: 270px;
}
#hidden-entities .dx-toolbar-items-container .dx-toolbar-before .dx-button-text {
  color: #21242C;
}
.common-checkbox.child-user-header-checkbox .dx-checkbox-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding-left: 8px;
}
.common-checkbox.child-user-main-checkbox .dx-checkbox-text {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 8px;
}
.child-user-settings-container {
  display: flex;
  flex-direction: column;
  padding-right: 16px;
  gap: 12px;
}
.child-user-main-setting {
  padding: 12px 0px 12px 16px;
  border-bottom: 1px solid rgba(33, 45, 69, 0.07);
}
.child-user-second-setting {
  padding-left: 40px;
}
.child-user-settings-checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 32px;
}
.child-user-settings-one-level-checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 32px;
  padding: 8px 8px 8px 32px;
}
.child-user-settings-group {
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid rgba(33, 45, 69, 0.07);
  background: #FAFAFA;
}
.child-user-settings-group-header {
  font-family: 'PT Root UI';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0px 12px 16px;
  border-bottom: 1px solid rgba(33, 45, 69, 0.07);
}
.child-user-setting-radiogroup {
  margin: 0px 24px;
}
.child-user-setting-radiogroup.common-radiogroup .dx-item {
  padding: 4px;
}
