@font-face {
  font-family: "Kanban Icons";
  src: url('fonts/kanban-webfont.eot');
  src: url('fonts/kanban-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/kanban-webfont.woff2') format('woff2'), url('fonts/kanban-webfont.woff') format('woff'), url('fonts/kanban-webfont.ttf') format('truetype'), url('fonts/kanban-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.webix_kanban_icon:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Kanban Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.kbi-account:before {
  content: "\F001";
}
.kbi-cogs:before {
  content: "\F002";
}
.kbi-comment:before {
  content: "\F003";
}
.kbi-file:before {
  content: "\F004";
}
.kbi-file-archive:before {
  content: "\F005";
}
.kbi-file-audio:before {
  content: "\F006";
}
.kbi-file-excel:before {
  content: "\F007";
}
.kbi-file-image:before {
  content: "\F008";
}
.kbi-file-pdf:before {
  content: "\F009";
}
.kbi-file-powerpoint:before {
  content: "\F010";
}
.kbi-file-video:before {
  content: "\F011";
}
.kbi-file-word:before {
  content: "\F012";
}
.kbi-pencil:before {
  content: "\F013";
}
.kbi-plus-circle:before {
  content: "\F014";
}
.kbi-upload:before {
  content: "\F015";
}
.webix_kanban {
  background-color: #EBEDF0;
}
.webix_kanban .webix_accordionitem.collapsed {
  border-color: #DADEE0;
}
.webix_kanban .webix_accordionitem.collapsed .webix_accordionitem_header {
  border-color: transparent;
  background-color: #A592C0;
  color: #351b5b;
}

.webix_accordionitem.collapsed .webix_accordionitem_label {
    font-size: 16px!important;
}
/*.webix_kanban .webix_accordionitem_header {*/
  /*border-left: 0px solid #DADEE0;*/
  /*border-right: 0px solid #DADEE0;*/
  /*background-color: #ffffff;*/
/*}*/
/*.webix_kanban_list {*/
  /*border-color: #EBEDF0;*/
/*}*/
/*.webix_kanban {*/
  /*background-color: #EBEDF0;*/
/*}*/
/*.webix_kanban .webix_accordionitem {*/
  /*border-left-color: #EBEDF0;*/
  /*border-right-color: #EBEDF0;*/
  /*border-bottom-color: #EBEDF0;*/
  /*background: transparent;*/
/*}*/

.webix_kanban .webix_accordionitem_header {
  /*border-left: 0px solid #2B1E44;*/
  /*border-right: 0px solid #2B1E44;*/
  /*background-color: #2B1E44;*/
  /*border-bottom: 0px;*/
  /*color:#E7E3F4;*/
  /*font-size: 14px;*/
  /*font-weight:500;*/
  /*text-align: center;  */
  border-left: 0px solid #2B1E44;
  border-right: 0px solid #2B1E44;
  background-color: #e9e5f1;
  border-bottom: 0px;
  color:#666666;
  font-size: 12px;
  font-weight:500;
  text-align: center;
}
.webix_kanban_list {
  border-color: #4B3A73;
}
.webix_kanban {
  background-color: #EBEDF0;
}
.webix_kanban .webix_accordionitem {
  border: .5px solid #351b5b!important;
  background: transparent;
  border-radius:10px;
}

.webix_kanban .webix_accordionitem_body {
  background-color: transparent;
}
/*List template*/
.webix_kanban_list {
  background-color: #EBEDF0;
}
.webix_dataview_item.webix_kanban_list_item,
.webix_dataview_item.webix_kanban_list_item.webix_selected {
  float: left;
  padding: 8px 4px 0;
  background-color: #EBEDF0;
  border: none;
}
.webix_kanban_list_item,
.webix_kanban_list_item.webix_list_item.webix_selected {
  background-color: transparent;
  padding: 8px 0 0;
  border: none;
}
.webix_kanban_list_item.webix_drag_over .webix_kanban_list_content {
  border-color: #1CA1C1;
  border-left-color: #1CA1C1;
}
.webix_kanban_list_content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #475466;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #DADEE0;
  border-left: 8px solid #1CA1C1;
}
.webix_kanban_list_item.webix_selected .webix_kanban_list_content {
  background: #FFD240;
  color: #475466;
}
.webix_kanban_list_item.webix_selected {
  box-shadow: none;
}
.webix_kanban_body {
  min-height: 24px;
  font-size: 13px; 
  font-weight: 400; 
  line-height: 1.5;
  overflow: hidden;
  padding: 4px 6px !important;
  position: relative;
}
/*Item Footer*/
.webix_kanban_list_item .webix_kanban_footer {
  height: auto;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0 8px;
  margin-bottom: 6px;
}
.webix_kanban_tags {
  overflow: hidden;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  -webkit-box-flex: 1;
}
.webix_kanban_footer_icons {
  overflow: hidden;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-flex: 1;
  text-align: right;
}
.webix_ie .webix_kanban_tags,
.webix_ie .webix_kanban_footer_icons {
  display: inline-block;
}
.webix_ie .webix_kanban_footer_icons {
  float: right;
}
.webix_kanban_tag,
.webix_kanban_footer_icon {
  display: inline-block;
}
.webix_kanban_list_item .webix_kanban_footer .webix_icon {
  color: #CCC3E0;
  width: 16px;
  font-size: 16px;
  vertical-align: inherit;
  margin-right: 4px;
}
.webix_kanban_list_item .webix_kanban_footer_icon {
  margin: 0 8px 2px 0;
}
.webix_kanban_list_item .webix_kanban_footer_icon:last-child {
  margin-right: 0;
}
.webix_kanban_list_item .webix_kanban_footer_icon:hover {
  color: #1CA1C1;
}
.webix_kanban_list_item .webix_kanban_footer_icon:hover .webix_icon {
  color: #1CA1C1;
}
.webix_kanban_list_item .webix_kanban_tag {
  background: rgba(228, 230, 240, 0.4);
  padding: 0 8px;
  border-radius: 8px;
  margin: 0 8px 2px 0;
  font-size: .75em;
}
.webix_kanban_user_avatar {
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 8px;
  top: 8px;
  background: rgba(228, 230, 240, 0.8);
  color: #94a1b3;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.webix_kanban_user_avatar .webix_icon {
  width: inherit;
  height: inherit;
  font-size: 30px;
}
.webix_kanban_user_avatar:hover {
  box-shadow: #1CA1C1 0 0 2px 1px;
}
.webix_kanban_drag_zone .webix_kanban_list_item {
  padding: 0 !important;
}
.webix_kanban_drop_inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #1CA1C1;
  border-radius: 2px;
  height: 100%;
}
.webix_kanban_list .webix_drop_area {
  border: none;
  height: 88px;
  padding: 8px 0 0;
  background-color: transparent;
}
.webix_dataview.webix_kanban_list .webix_drop_area {
  padding: 8px 4px 0;
}
.webix_kanban_avatar {
  width: 100%;
  height: 100%;
}
.webix_list_item .webix_kanban_list_avatar {
  width: 32px;
  height: 32px;
  font-size: 30px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  text-align: center;
  background: #e7e9f2;
  color: #94a1b3;
}
/*Uploader*/
.webix_kanban_uploader .webix_button.webix_img_btn {
  color: #475466;
  font-size: 14px;
  text-align: right;
}
.webix_kanban_uploader .webix_button.webix_img_btn:hover {
  background: transparent;
  color: #1CA1C1;
}
.webix_kanban_uploader .webix_button.webix_img_btn:hover .webix_kanban_icon {
  color: #1CA1C1;
}
.webix_kanban_uploader .webix_button.webix_img_btn:active {
  background: transparent;
  box-shadow: none;
}
.webix_kanban_uploader .webix_button.webix_img_btn:focus {
  background: transparent;
}
.webix_kanban_uploader_label {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.webix_kanban_uploader_progress,
.webix_kanban_uploader_progress_server,
.webix_kanban_uploader_progress_error {
  float: right;
  margin-left: 5px;
}
.webix_kanban_uploader_progress_server {
  color: #55CD97;
}
.webix_kanban_uploader_progress_error {
  color: #FDBF4C;
}
.webix_kanban_uploader_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.25;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.webix_kanban_uploader_body {
  text-align: center;
  line-height: 90px;
  overflow: hidden;
  background-color: #e7e9f2;
  width: 100%;
  height: 100%;
}
.webix_kanban_uploader_body .webix_icon {
  color: #94a1b3;
  font-size: 40px;
  width: 30px;
  margin: 0;
}
.webix_kanban_uploader_body img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-drag: none;
}
.webix_kanban_dataview_uploader .webix_dataview_item {
  padding: 0;
  border-color: transparent;
  position: relative;
  cursor: pointer;
}
.webix_kanban_dataview_uploader .webix_dataview_item:focus {
  outline-style: none;
}
.webix_kanban_remove_upload {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 0 0 0 2px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 20px;
}
.webix_kanban_remove_upload:hover {
  color: #FF5C4C;
}
.webix_kanban_remove_upload .webix_icon {
  line-height: inherit;
}
.webix_kanban_attachment {
  max-width: 100%;
  max-height: 300px;
  display: block;
}
.webix_kanban_editor .webix_toolbar .webix_el_label {
  font-size: 20px;
  padding-left: 2px;
}
.webix_kanban_editor .webix_win_head {
  border-color: transparent;
}
.webix_kanban_color_item {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: -2px;
  border-radius: 50%;
  vertical-align: middle;
}
.webix_kanban_colorpicker .webix_list_item {
  padding-left: 8px;
}
.webix_kanban_colorpicker .webix_list_item.webix_selected {
  padding-left: 8px;
  background-color: #F4F5F9;
  color: #475466;
  box-shadow: none;
}
.webix_kanban_dataview_uploader .webix_overlay {
  padding: 0;
  border: 2px dashed #1CA1C1;
  border-radius: 2px;
  line-height: 90px;
}
/*Header*/
.webix_kanban_header {
  background: #EBEDF0;
  color: #313131;
}
.webix_kanban_header .webix_strong {
  font-size: 16px;
}
.webix_kanban_header .webix_template {
  padding: 0;
}
.webix_kanban_sub_header {
  background: #657584;
  color: #ffffff;
}
.webix_kanban_sub_header .webix_template {
  padding: 0 12px;
}
.webix_kanban_sub_header .webix_strong {
  font-weight: 500;
}
.webix_kanban_add_icon {
  cursor: pointer;
}
.webix_kanban_add_icon.webix_icon:hover {
  color: #1CA1C1;
}
.webix_kanban_header .webix_icon,
.webix_kanban_sub_header .webix_icon {
  color: #94a1b3;
  font-size: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.webix_kanban_sub_header .webix_icon {
  color: #ffffff;
}


.projectsCol .webix_slider_box .webix_slider_handle {
    width: 14px;
    height: 14px;
    border: 1px solid #cccccc;
    background-color: #fff;
    top: 10px;
}

.ts-creative .tsPriTop {
    height: 8px;
    margin: -4px -10px 6px -10px;
}

.ts-creative .webix_kanban_list_content{
  border-left-width: 0px !important; /* keeps normal border, kills fat band */
}


.ts-creative .tsCardTitleRow{
  display:flex;
  /*align-items:center;*/
  justify-content:space-between;
  gap:6px;
}

.ts-creative .tsCardCollab{
  /*opacity:.65;*/
  font-size:13px;
  color:##CCC3E0!important;
}

.ts-creative .tsCardCollab:hover{
  opacity:.5;
}

.tsCardCollab,
.tsCardOverdue{
  float:right;
  margin-left:6px;
  /*opacity:.75;*/
}

.webix_kanban_list_content .tsCardCollab i{
  color:#CCC3E0 !important;
  font-size:13px!important;
}

.tsCardOverdue i{
  color:#d44; /* danger */
}

/*.tsCardCollab i{*/
  /*color:#6a6af0; /* info */*/
/*}*/

.webix_kanban_list_content:hover .tsCardCollab,
.webix_kanban_list_content:hover .tsCardOverdue{
  opacity:1;
}

.tsCardOverdue{
  margin-left:6px;
}
.tsCardOverdue i{
  color:#d44;
}

.webix_kanban_list_header {
    text-transform: capitalize;
}

.tsCardBody {
    padding: 4px 4px 2px;   /* tighter left/right */
    position: relative;
}
.tsCardTitleRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 6px;
}
.tsCardTitle {
    font-size: 12px;
    font-weight: 500;
    color: #2a1a4a;
    line-height: 1.3;
    flex: 1;
}
.tsCardAlert {
    color: darkRed;
    font-size: 14px;
    flex-shrink: 0;
    margin-left: 4px;
}
.tsCardProgressLabel {
    font-size: 8px;
    color: #6b5a8a;
    margin-bottom: 4px;
    padding-top:5px;
}
.tsCardProgressBar {
    background: #c9c0e0;
    border-radius: 20px;
    height: 4px;  /* increase from 3px */
    margin-bottom: 9px;
}
.tsCardProgressFill {
    background: #8c15a2;
    border-radius: 20px;
    height: 4px;  /* increase from 3px */
}
.tsCardAvatar {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid #F4F2FA;
    margin-right: -6px;
    object-fit: cover;
}
.tsCardAvatarInitials {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #A592C0;
    border: 1.5px solid #F4F2FA;
    margin-right: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    font-weight: 500;
    color: #fff;
}

.webix_kanban_tags { display: none !important; }
.webix_kanban_user_avatar { display: none !important; }

.webix_kanban_footer_icon .webix_kanban_icon {
    display: none !important;
}

.webix_kanban_footer_icons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    border-top: 0.5px solid #d4cce8 !important;
    padding-top: 4px !important;
}

.webix_kanban_footer_icon .webix_kanban_icon {
    display: none !important;
}

.webix_kanban_footer_icon[webix_icon_id="comments"]::before {
    content: "\f27a";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: #700da6;
    font-size: 14px;
}

.webix_kanban_footer_icon[webix_icon_id="menu"]::before {
    content: "\f0c9";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: #888780;
    font-size: 14px;
}

.tsCardFooterRow {
    display: flex;
    align-items: center;
    border-top: 0.5px solid #d4cce8;
    padding-top: 4px;
    margin-top: 4px;
}

.tsCardProgressBar {
    background: #e0daf0;
    border-radius: 20px;
    height: 4px;  /* increase from 3px */
    margin-bottom: 9px;
}
.tsCardProgressFill {
    background: #8c15a2;
    border-radius: 20px;
    height: 4px;  /* increase from 3px */
}

.tsCardAvatars {
    display: flex;
    margin-right: auto;    /* pushes avatars left, icons stay right */
}

.webix_kanban_footer {
    height: 1px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.tsCardFakeFooter {
    display: flex;
    align-items: center;
    justify-content: flex-end;   /* icons always right */
    gap: 8px;                    /* space between avatars group and icons */
    border-top: 0.5px solid #d4cce8;
    padding-top: 5px;
    margin-top: 4px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
.tsCardFakeIcons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tsCardFakeIcon {
    cursor: pointer;
}
/*.tsCardAvatars {*/
    /*display: flex;*/
    /*align-items: center;*/
/*}*/
/*.tsCardAvatarInitials {*/
    /*width: 24px;*/
    /*height: 24px;*/
    /*border-radius: 50%;*/
    /*background: #9b7fc7;*/
    /*color: white;*/
    /*font-size: 10px;*/
    /*font-weight: 600;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*margin-right: -4px;*/
    /*border: 2px solid #f5f2fc;*/
    /*cursor: default;*/
/*}*/

.tsCardAvatarInitials {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #A592C0;
    border: 1.5px solid #F4F2FA;
    margin-right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
}

.webix_comments_avatar_image img {
    display: none !important;
}

.webix_comments_avatar_image {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #A592C0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.webix_comments_avatar_image::after {
    content: attr(data-initial);
}

div.webix_view.webix_window.webix_kanban_editor .webix_ss_header .webix_hcolumn .webix_hcell,
div.webix_view.webix_window.webix_kanban_editor .webix_ss_header .webix_span {
    background: #A592C0 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    margin-top:-1px;
}

div.webix_view.webix_window.webix_kanban_editor .tsTaskTable {
    border: .25px solid #351b5b !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    margin-top:-10px;
    background: #ffffff!important;
}

.actsCollab {
    background: #fff !important;
}

div.webix_view.webix_window.webix_kanban_editor .webix_form {
    height: 547px !important;
    max-height: 547px !important;
}

div.webix_view.webix_window.webix_kanban_editor .projectTaskSelect .webix_cell {
    border-color: #F7F6FA !important;
}
div.webix_view.webix_window.webix_kanban_editor .projectTaskSelect .webix_cell {
    padding: 8px 12px !important;
    line-height: 2 !important;
}

.tsActionCard {
    background: #ffffff;
    border: 1px solid #d8d0e8;
    border-radius: 8px;
    cursor: pointer;
    /*display: flex;*/
    /*flex-direction: column;*/
    overflow: hidden;
    height: 260px;
    font-family: Poppins, sans-serif !important;
    transition: border-color 0.2s ease;
}

.tsActionCard:hover {
    border-color: #351b5b !important;
}

.tsActionCard_band {
    height: 6px;
    width: 100%;
}

.tsActionCard_body {
    /*display: flex;*/
    flex-direction: row;
    align-items: stretch;
    flex: 1;
    padding: 20px 30px;
    gap: 16px;
}

.tsActionCard_icon {
    /*display: flex;*/
    align-items: center;
    justify-content: top;
    font-size: 28px;
    color: #351b5b;
    min-width: 40px;
}

.tsActionCard_content {
    /*display: flex;*/
    /*flex-direction: column;*/
    justify-content: center;
    gap: 6px;
}

.tsActionCard_title {
    font-size: 16px;
    font-weight: 700;
    color: #351b5b;
    letter-spacing: 0.04em;
    font-family: Poppins, sans-serif !important;
}

.tsActionCard_desc {
    font-size: 12px;
    color: #666666;
    line-height: 1.6;
    font-family: Poppins, sans-serif !important;
    padding-top:6px;
}

div.webix_view.webix_window.webix_kanban_editor .actsIgnore.webix_cell {
    color: #ccc !important;
    background: #F9F9F9 !important;
    font-style: italic !important;
}

div.webix_view.webix_window.webix_kanban_editor .webix_dtable_focused .webix_column > div.webix_row_select,
div.webix_view.webix_window.webix_kanban_editor .webix_dtable_focused .webix_column > div.webix_column_select {
    background: #e8e4f0 !important;
    color: #351b5b !important;
}

div.webix_view.webix_window.webix_kanban_editor .webix_item_tab:first-child {
    border-left: 1px solid #351b5b !important;
}

div.webix_view.webix_window.webix_kanban_editor #projectsDocUpload,
div.webix_view.webix_window.webix_kanban_editor #projectsDocGoButton {
    display: none !important;
}

div.webix_view.webix_window.webix_kanban_editor #projectsDOCS .webix_ss_center {
    background: #ffffff !important;
}
div.webix_view.webix_window.webix_kanban_editor .tsDocsRow {
    background: #ffffff !important;
}
div.webix_view.webix_window.webix_kanban_editor #projectsDOCS .webix_ss_body {
    background: #ffffff !important;
}

div.webix_view.webix_window.webix_kanban_editor .webix_ss_vscroll_header,
div.webix_view.webix_window.webix_kanban_editor .webix_ss_vscroll_footer,
div.webix_view.webix_window.webix_kanban_editor .webix_vscroll_y {
    background: #ffffff !important;
}

div.webix_view.webix_window.webix_kanban_editor .webix_vscroll_y .webix_scroll_thumb {
    background: #a592c0 !important;
    border-radius: 4px !important;
}

div.webix_view.webix_window.webix_kanban_editor .webix_ss_vscroll_header {
    background: #a592c0 !important;
    border-left: 1px solid #9080b0 !important;
}

div.webix_view.webix_window.webix_kanban_editor .webix_vscroll_y {
    border-left: 1px solid #e8e4f0 !important;
    background: #ffffff !important;
}

div.webix_view.webix_window.webix_kanban_editor #projectsDOCS {
    margin-top: -20px !important;
}

.projectNotes .info_labels .webix_inp_label,
.webix_inp_top_label,
.webix_label_right {
  color: #666666;
  text-transform: uppercase;
  /*font-size: 1.4vh;*/
  /*font-size: 85%;*/
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.export-dialog-window .projectNotes .info_labels .webix_inp_label,
.webix_inp_top_label,
.webix_label_right {
  text-transform: capitalize!important;
  font-size: 12px;
}

.inviteText input:read-only {background-color: #fff;}

/* Fix width */
#Data_Entry_Level .webix_el_box {
    width: 1100px !important;
}

#Data_Entry_Level .webix_slider_box {
    width: 1096px !important;
}

/* Hide handle */
#Data_Entry_Level .webix_slider_handle {
    display: none !important;
}

/* Fix height */
#Data_Entry_Level .webix_el_box {
    height: 45px !important;
}

[view_id="collabs_FT_Row"] .webix_view,
[view_id="collabs_FT_Row"] .webix_template {
    background: #eeebf5 !important;
    border: none !important;
}

[view_id="collabDivider1"] {
    background: #d0cce0 !important;
}

/* Search button - round left, square right */
.tab_action_button .webix_button {
    border-radius: 6px 0px 0px 6px !important;
}

/* Invite text field - square both sides */
.inviteText .webix_inp_static,
.inviteText input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    margin-left: -5px !important;
    /*margin-right: 10px !important;*/
}

.projectsKBCard_assigned .webix_kanban_body {
    background: #AB98BB !important;
    color: #eeebf5 !important;
}

.projectsKBCard_assigned .webix_kanban_footer {
    background: #AB98BB !important;
    border-top: 1px solid #a592c0 !important;
}

.projectsKBCard_assigned .webix_kanban_body .fa-circle-exclamation {
    color: darkRed !important;
}

.projectsKBCard_assigned .webix_kanban_body .fa-triangle-exclamation {
    color: #ffc300 !important;
}

.projectsKBCard_assigned .tsCardTitle {
  color:#fff!important;
  font-weight: 600!important;
}

.projectsKBCard_assigned .tsCardProgressLabel{
  color:#fff!important;
}
.tsCardAvatars {
    display: inline-flex;
}
.tsCardAvatars .tsCardAvatarInitials {
    margin-left: -8px;
}
.tsCardAvatars .tsCardAvatarInitials:first-child {
    margin-left: 0;
}