@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap);
.main-container {
  margin-left: 200px;
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
  margin-top: 58px;
  /*min-height: 90vh;*/
  /*filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.2));*/
}

.main-container.is-collapsed {
  margin-left: 77px;
}

.sidebar-header {
  height: 60px;
  background-color: #FFFFFF;
  color: #fff;
  float: left;
  width: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 4px 130px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 130px rgba(0, 0, 0, 0.1);
}

#app-header.is-collapsed .sidebar-header {
  width: 77px;
}

#app-modals.is-collapsed .menu-modal {
  left: 77px !important;
}

#app-modals .menu-modal {
  left: 200px !important;
}

.w-middle {
  width: calc((100vw - 95px) / 2);
  float: left;
  border-left: 1px solid rgba(153, 169, 197, 0.2);
}

.top-navbar .user-drop-down {
  width: 33px;
  height: 33px;
  padding: 0px;
  border: 1px solid #99A9C5;
  border-radius: 17px;
}

.top-navbar .user-top-box {
  border-left: 1px solid rgba(153, 169, 197, 0.2);
}

.top-navbar .middle-width {
  width: 600px;
}

.left-sidebar {
  background-color: #fff;
  width: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 60px;
}

.sidebar-wrapper.is-collapsed .left-sidebar {
  width: 77px;
}

.left-sidebar .nav-link {
  width: 100%;
  height: 48px;
  background-color: #FFFFFF;
  padding: 12px 0px 12px 27px;
  margin: 10px 0px;
}

.left-sidebar .nav-link .menu-icon {
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  float: left;
  font-size: 20px;
  line-height: 33px;
  width: 20px;
}

.left-sidebar .nav-link span {
  font-size: 14px;
  margin-bottom: 0px;
  margin-right: 5px;
  white-space: nowrap;
  color: #5F6376;
  top: -px;
  position: relative;
}

.sidebar-wrapper.is-collapsed .left-sidebar .nav-link span:not(.caret), .sidebar-wrapper.is-collapsed .left-sidebar .header-logo {
  display: none;
}

.left-sidebar .nav-link span.caret {
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #8d9498;
  float: right;
}

.sidebar-wrapper.is-collapsed .left-sidebar, .nav-link span.caret {
  margin-right: 0px;
  float: none;
}

.left-sidebar .nav-link[active=true] {
  background: linear-gradient(269.28deg, rgba(0, 117, 251, 0.2) 2.11%, rgba(0, 117, 251, 0) 93.95%);
  border-right: 2px solid #0075FB;
}

.left-sidebar .nav-submenu {
  background-color: #595959;
  color: #fff;
}

.top-navbar {
  background-color: #FFFFFF;
  height: 60px;
  border-bottom: 1px solid #F3F5FB;
  overflow: hidden;
}

.left-sidebar .collapse-btn, .action-icons a {
  font-size: 20px;
}

.left-sidebar .collapse-btn img {
  width: 100%;
  height: 100%;
}

.action-icons a {
  margin-left: 10px;
  color: #fff;
}

#config-menu {
  top: 70px;
  left: 200px;
  width: 330px;
  min-height: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 10;
  padding: 5px 0px;
  color: rgba(0, 0, 0, 0.56);
  -webkit-filter: drop-shadow(0px 4px 230px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 4px 230px rgba(0, 0, 0, 0.2));
  border-radius: 12px;
}

#config-menu .config-header {
  text-align: center;
  border-bottom: 1px solid #EFEFEF;
}

#config-menu .config-header a {
  font-size: 10px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.56);
  padding: 7px 27px;
  display: inline-block;
}

#config-menu .config-header a.active {
  color: #0075FB;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(2.11%, rgba(0, 117, 251, 0.2)), color-stop(93.95%, rgba(0, 117, 251, 0)));
  background: linear-gradient(0, rgba(0, 117, 251, 0.2) 2.11%, rgba(0, 117, 251, 0) 93.95%);
  border-bottom: 2px solid;
}

#config-menu .config-grid, #config-menu .config-task {
  font-size: 10px;
  padding: 10px 17px;
}

#config-menu .config-grid input[type=number] {
  width: 40px;
  font-size: 10px;
  padding: 2px 0px 2px 5px;
  line-height: 0;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}

#config-menu .config-task .flex-none {
  width: 100px;
  position: relative;
}

#config-menu .config-task .search {
  position: absolute;
  right: 3px;
  top: 9px;
}

#config-menu .config-task .flex-none span, #config-menu .config-task input[type=text], #config-menu .config-task select {
  width: 100%;
  padding: 5px;
  height: 21px;
  font-size: 9px;
  border: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  display: block;
  margin: 3px 0px;
}

#config-menu .config-task select {
  padding: 0px 5px;
  line-height: 10px;
}

#config-menu .config-task .flex-1 {
  -ms-flex-item-align: center;
      align-self: center;
}

#config-menu .config-submenu {
  position: absolute;
  top: 0px;
  right: -260px;
  z-index: 100;
}

.left-sidebar #team-submenu {
  color: #fff;
  font-size: 12px;
}

.left-sidebar .with-border {
  border-bottom: 0.25px solid #FFFFFF;
}

.left-sidebar #team-submenu .team-filters {
  font-size: 18px;
}

.left-sidebar #team-submenu .team-filters div.active {
  font-size: 28px;
}

.left-sidebar #team-submenu .team-search input::-webkit-input-placeholder {
  color: #fff;
}

.left-sidebar #team-submenu .team-search input::-moz-placeholder {
  color: #fff;
}

.left-sidebar #team-submenu .team-search input:-ms-input-placeholder {
  color: #fff;
}

.left-sidebar #team-submenu .team-search input::-ms-input-placeholder {
  color: #fff;
}

.left-sidebar #team-submenu .team-search input, .left-sidebar #team-submenu .team-search input::placeholder {
  color: #fff;
}

/* TAGS */
#tag-modal [type=checkbox] {
  background-color: rgba(163, 179, 202, 0.61);
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

#tag-modal [type=checkbox]:checked {
  background-color: #0075FB;
}

#tag-modal .tag-link {
  padding: 5px 7px;
}

#tag-modal .tag-link .smart-input {
  margin: 0px 3px;
  width: 100%;
  height: 12px;
  font-size: 8px;
  color: #0075FB;
  padding: 10px 0px 10px 5px;
}

#tag-modal .tag-link span {
  top: 1px;
  position: relative;
}

#tag-modal .tag-link:hover, #tag-modal .tag-link.active, #project-modal .tag-link.active, #project-modal .tag-link:hover,
#team-submenu .team-list .nav-submenu-link.active {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 117, 251, 0.21)), color-stop(67.54%, rgba(0, 117, 251, 0.176869)), to(rgba(0, 117, 251, 0)));
  background: linear-gradient(270deg, rgba(0, 117, 251, 0.21) 0%, rgba(0, 117, 251, 0.176869) 67.54%, rgba(0, 117, 251, 0) 100%);
  border-right: 3px solid #0075FB;
}

#tag-modal .tag-link:hover span, #tag-modal .tag-link.active span, #team-submenu .team-list .nav-submenu-link:hover a, #team-submenu .team-list .nav-submenu-link.active a {
  color: #0075FB;
  font-weight: bold;
}

#tag-modal .tag-link img {
  width: 11px;
}

/* POLICY */
#policy-modal {
  font-size: 8px;
}

#policy-modal b {
  font-size: 9px;
  font-weight: 600;
}

#policy-create-modal {
  z-index: 999999;
}

#policy-create-modal b {
  font-size: 10px;
  font-weight: 600;
}

#policy-modal .added-policy {
  margin: 7px 6px 7px 11px;
  font-size: 8px;
}

#policy-modal .added-policy img {
  float: right;
  margin-right: -5px;
}

/* PROJECT MODAL */
#project-modal .tag-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#project-modal .tag-link a {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

#project-modal .tag-link .tag-link-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#project-modal .fas, #project-modal .far {
  /*font-size: 8px;*/
}

#project-modal .tag-link .float-right {
  margin: -2px 5px 0px 0px;
}

#project-modal .fa-caret-down, #project-modal .fa-caret-up {
  font-size: 12px;
}

#project-modal img {
  width: 12px;
  margin-top: -5px;
}

#project-create-modal {
  font-size: 8px;
}

#project-create-modal b {
  font-size: 9px;
  display: block;
  margin-top: 8px;
}

#project-create-modal input {
  color: #6D6969;
  margin-left: -3px;
}

#project-create-modal .light-grey {
  color: #6D6969;
}

#team-submenu .with-bg {
  background-color: #F5F6FA;
}

#team-submenu .team-link-carets {
  position: absolute;
  left: -10px;
}

#team-submenu .team-list .nav-submenu-link:hover a, #team-submenu .team-list .nav-submenu-link.active a {
  font-size: 9px;
}

#team-submenu .team-link-actions img {
  margin-top: -2px;
}

.page-title {
  font-size: 13px;
  font-weight: 600;
  color: #292C49;
  margin-left: 25px;
}

.top-navbar .search-bar input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}

.top-navbar .search-bar input {
  width: 250px;
  font-size: 10px;
  padding: 7px 5px 7px 22px;
  border-radius: 10px;
  color: #6D6969;
  height: 34px;
}

.top-navbar .search-bar i {
  left: -4px;
  top: 12px;
  font-size: 12px;
  color: #6D6969;
}

.top-navbar .subicons i, .top-navbar .subicons svg {
  font-size: 18px;
  color: #6D6969;
}

.top-navbar .subicons svg {
  width: 20px !important;
  height: auto;
}

.modal-wrapper {
  z-index: 99;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.all-modals {
  width: 250px;
  min-height: 115px;
  background: #FFFFFF;
  color: #2A2D4A;
  z-index: 999;
}

.all-modals .modal-actions * {
  float: right;
}

.all-modals.rounded {
  border-radius: 10px;
}

.search-user {
  width: 250px;
  min-height: 150px;
  z-index: 10;
  padding: 17px;
  color: rgba(0, 0, 0, 0.56);
}

.search-user .title {
  font-size: 10px;
  line-height: 20px;
  font-weight: bold;
}

.search-user input {
  margin-left: -3px;
}

.list-users {
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  width: 100%;
  z-index: 9;
  color: rgba(0, 0, 0, 0.56);
  font-size: 9px;
  line-height: 12px;
  padding: 10px 5px;
  overflow-y: auto;
  max-height: 185px;
}

.list-users li {
  padding: 2px 5px;
  cursor: pointer;
}

.list-users > li.team-usr {
  border-top: 1px solid #0075FB;
  margin-top: 5px;
}

.list-users > li.team-usr ~ .team-usr {
  border-top: none;
  margin-top: 0px;
}

.list-users li .user-avatar {
  font-size: 20px !important;
  width: auto !important;
  color: #0075FB;
  top: 3px;
  margin-right: 5px;
  position: relative;
}

.added-users {
  min-height: 50px;
  margin-top: 10px;
}

/*
.added-users li {
    float: left;
    padding: 5px 5px 5px 25px;
    font-size: 10px;
    background-color: #D7D3D3;
    color: rgba(0, 0, 0, 0.56);
    position: relative;
}

.added-users li i{
    position: absolute;
    left: -9px;
    font-size: 30px;
    top: -1px;
}*/
.team-create-modal {
  width: 250px;
  min-height: 150px;
  background-color: #F0F0F0;
  z-index: 10;
  padding: 17px;
  color: rgba(0, 0, 0, 0.56);
  z-index: 99999;
}

.team-create-modal h4 {
  font-weight: bold;
  font-size: 11px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.56);
}

.team-contextual-modal {
  background-color: #F0F0F0;
  padding: 5px;
  color: rgba(0, 0, 0, 0.56);
  z-index: 99;
}

.team-contextual-modal {
  font-size: 20px;
}

.select-dropdown {
  background: #fff;
  min-width: 80px;
  padding: 10px;
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  z-index: 99;
  min-height: auto;
  width: auto;
}

.history-filter {
  line-height: 20px;
}

.history-filter i {
  font-size: 9px !important;
  color: black !important;
}

.history-filter i.fs-12 {
  font-size: 12px !important;
}

.history-filter input[type=checkbox] {
  border-radius: 3px;
}

#moveForm select {
  background-image: linear-gradient(45deg, transparent 50%, #323C47 50%), linear-gradient(135deg, #323C47 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
}

.modal-content-scroll {
  max-height: 250px;
  overflow-y: auto;
}

#team-grid .filters {
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.56);
}

#team-grid .team-card {
  float: left;
  width: 25%;
}

#team-grid .team-card .team-card-container {
  background: #FFFFFF;
  margin: 0px 10px;
  font-size: 12px;
  height: 200px;
  overflow-y: auto;
  border-radius: 15px;
}

#team-grid .team-card .team-card-container .team-header {
  background-color: #0075FB;
  padding: 12px 12px 20px 12px;
  color: #FFFFFF;
  min-height: 72px;
}

#team-grid .team-card .team-card-container .team-body {
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 12px;
  margin-top: -15px;
}

#team-grid .team-card .team-card-container .title .card-actions {
  cursor: pointer;
}

.tasks-page .title {
  font-size: 10px;
  color: #000000;
}

.tasks-table {
  overflow: auto;
  color: #292C49;
  /*max-height: 500px;*/
}

.table-full-height {
  /*height: 65vh;*/
  background: #fff;
}

.tasks-table thead {
  background: #F5F6FA;
}

/*white-space: nowrap;*/
.tasks-table thead th {
  font-size: 10px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #F5F6FA;
  padding: 8px 3px;
  z-index: 1;
}

/*.tasks-table thead th:first-child {
    border-left: none;
}*/
/*
.tasks-table tbody tr{
    border-bottom: 2px solid #E8E8E8;
}
*/
/*border-left: 1px solid #292C49;*/
.tasks-table tbody td {
  font-size: 10px;
  background-color: #fff;
}

.tasks-table tbody td .td-body {
  padding: 8px 3px;
}

.tasks-table tbody td .nested-dragable {
  background: #CEE5FE;
  height: 10px;
}

.tasks-table tbody td:first-child {
  border-left: none;
}

.tasks-table tbody tr.active td {
  background: #DCF0EA;
}

.tasks-table tbody tr.active {
  border-bottom: 2px solid #DCF0EA;
}

.tasks-table .task-link-actions svg, .tasks-table .task-link-actions i {
  margin-right: 2px;
  display: inline;
  width: 11px;
  height: 11px;
}

.tasks-table .task-link-actions i {
  top: 1px;
  position: relative;
}

.tasks-table input[type=checkbox] {
  height: 13px;
  width: 13px;
  position: relative;
  top: -1px;
  margin-right: 5px;
  border: 1px solid #292C49;
}

.tasks-table .v-line {
  width: 1px;
  height: 26px;
  background: #656565;
  display: block;
  position: absolute;
  top: -19px;
  left: -5px;
}

.tasks-table .h-line {
  width: 10px;
  height: 1px;
  background: #656565;
  display: block;
  position: absolute;
  top: 6px;
  left: -5px;
}

.tasks-table-icons {
  padding-left: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  position: sticky;
  top: 0px;
  opacity: 1;
  z-index: 9;
}

.tasks-table-icons span {
  font-size: 16px;
  margin-right: 25px;
  color: #717070;
  margin-top: -2px;
  margin-bottom: 3px;
}

.tasks-table-icons span svg {
  width: 13px;
  height: 13px;
}

#task-contextual {
  position: fixed;
  /*position: absolute;
  top: 0px;
  right: -250px;*/
  font-size: 9px;
  -webkit-box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.1);
}

#task-contextual .items div {
  border-bottom: 1px solid #F8F8F8;
  padding: 7px 9px;
}

#task-contextual .items div:hover, #task-contextual .items div.active {
  background: linear-gradient(90.07deg, #E2EFFF 0.05%, rgba(226, 239, 255, 0.458424) 86.67%, rgba(226, 239, 255, 0) 99.94%);
  border-left: 2px solid #0075FB;
  color: #0075FB;
  font-weight: bold;
}

.task-card {
  height: 300px;
  background-color: #ffffff;
  border-radius: 10px;
}

.task-card .tasks-table {
  height: 100%;
}

.comment-list {
  height: calc(100vh - 500px);
  overflow-y: scroll;
}

.comment-list .comment {
  margin-top: 11px;
  color: #77859A;
  font-size: 12px;
  line-height: 14px;
}

.comment-list .comment .avatar {
  width: 30px;
  vertical-align: middle;
  margin: 5px 10px;
}

.comment-list .comment b {
  font-size: 12px;
  color: #2A2D4A;
}

.comment-list .comment .link {
  font-size: 12px;
  color: #0075FB;
}

.comment-list .comment .date {
  color: #A3B3CA;
  font-size: 10px;
}

.attachments {
  background: #FFFFFF;
  border-radius: 20px;
  margin-top: 14px;
  min-height: 300px;
  border: 1px solid #AAAAAA;
}

.attachments .attach {
  background: rgba(0, 117, 251, 0.1);
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
  display: table;
  min-width: 200px;
  color: #0A6FE4;
  font-size: 9px;
  margin-left: 40px;
}

.attachments .attach .icon {
  float: right;
  margin-right: 10px;
  margin-top: 3px;
  color: #0A6FE4 !important;
  width: 13px !important;
}

#importForm thead {
  background-color: #fff;
  text-align: left;
}

#importForm thead th {
  font-weight: bold !important;
}

#importForm tr {
  font-size: 9px !important;
  border: none !important;
}

#importForm tbody td:first-child {
  border: none !important;
}

#importForm tbody td {
  padding: 3px 0px !important;
}

#importForm tbody input {
  width: 40px !important;
  padding: 2px;
  height: 20px;
}

#task-main {
  color: rgba(0, 0, 0, 0.56);
  padding: 5px 5px 0px 5px;
  /*min-height: 500px;*/
}

#task-main .task-main-data {
  /*min-height: 500px;*/
}

#task-main.opened {
  width: 50%;
  padding-right: 10px;
  float: left;
}

#task-main .parent-icons {
  font-size: 20px;
}

#task-main .tasks-style, #gantt-container .gantt-show, #task-selected .task-tabs {
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#task-main .tasks-style span, #gantt-container .gantt-show span, #task-selected .task-tabs span {
  font-size: 11px;
  color: #9BA8B9;
  padding: 20px 20px 15px 20px;
  margin-right: 20px;
  margin-left: 20px;
}

#task-main .tasks-style span.active, #gantt-container .gantt-show span.active, #task-selected .task-tabs span.active {
  color: #0075FB;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(2.11%, rgba(0, 117, 251, 0.2)), color-stop(93.95%, rgba(0, 117, 251, 0)));
  background: linear-gradient(0, rgba(0, 117, 251, 0.2) 2.11%, rgba(0, 117, 251, 0) 93.95%);
  border-bottom: 2px solid;
}

#task-selected {
  /*min-height: 500px;*/
  width: 50%;
  display: none;
  padding-left: 10px;
  background-color: #fcfcfc;
  height: 89vh;
  overflow-y: auto;
}

#task-selected.opened {
  display: inline;
  float: left;
}

#task-selected .task-main-data {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.56);
}

#task-selected .task-main-data .icon {
  color: #99A9C5;
  width: 16px;
  font-size: 16px;
}

#task-selected .task-main-data .icon.upper {
  margin-top: -2px;
}

#task-selected .task-main-data .icon.upper2 {
  margin-top: -4px;
}

#task-selected .task-main-data .task-data-header {
  background-color: #0075FB;
  border-radius: 20px;
  padding: 15px 25px;
  color: #fff;
}

.circle {
  display: inline-block;
  text-align: center;
  color: #000000;
  font-size: 5px;
  display: inline-table;
  margin-left: 20px;
}

.circle.big {
  text-align: center;
  color: #fff;
  font-size: 7px;
}

.circle span {
  display: block;
  line-height: 6px;
}

.circle .percent {
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
}

#task-selected .task-tabs {
  border-radius: 19px;
  width: 100%;
}

#task-selected .task-tabs span {
  margin: 0px 5px;
  font-size: 12px;
  font-weight: 500;
  color: #2C2543;
  padding: 17px 15px 11px 15px;
}

#task-selected .task-change-data {
  font-weight: normal;
  font-size: 10px;
  color: #2C2543;
}

#task-selected .task-change-data .icon {
  font-size: 10px;
  margin-left: 10px;
}

#task-selected .task-change-data .flex {
  display: block;
  clear: both;
}

#task-selected .task-change-data .flex-1 {
  width: 20%;
  float: left;
}

#task-selected .task-change-data .flex-3 {
  width: 33%;
  float: left;
  height: 27px;
  margin-top: 3px;
}

#task-selected .participants-tab {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 9px 70px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 9px 70px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  margin-top: 14px;
  min-height: 300px;
}

#task-selected .participants-tab .parts-header {
  background-color: #F5F6FA;
  color: #292C49;
  font-size: 10px;
  font-weight: 500;
}

#task-selected .participants-tab .parts-header img {
  margin: -4px 8px 0px 0px;
}

#task-selected .participants-tab input[type=checkbox] {
  width: 12px;
  height: 12px;
  margin: 7px 10px 15px 0px;
}

#task-selected .participants-tab .user-row {
  margin: 0px;
}

#task-selected .participants-tab .all {
  margin: 9px 0px 10px 0px !important;
}

#task-selected .participants-tab .user-avatar {
  font-size: 28px;
}

#task-selected .participants-tab .user-box {
  padding: 5px 40px 7px 37px;
  min-width: 170px;
}

#task-selected .participants-tab .user-resp {
  position: absolute;
  right: 28px;
  top: 5px;
  font-size: 12px;
}

#task-selected .participants-tab .actual-resp .user-resp {
  color: #0075FB;
}

#task-selected .comments {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 9px 70px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 9px 70px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  margin-top: 14px;
}

.cards-container {
  overflow: visible;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  height: calc(100vh - 143px);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cards-container .tasks-cards {
  width: 250px;
  min-height: 250px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.cards-container .card-title {
  font-size: 13px;
  color: #FFFFFF;
  padding: 15px;
  padding-bottom: 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.cards-container .card-title .title {
  font-size: 13px;
  color: #FFFFFF;
}

.cards-container .card-title .count {
  padding: 5px 11px;
  border-radius: 5px;
  float: right;
  margin-top: -3px;
  background-color: rgba(255, 255, 255, 0.2);
}

.cards-container .card-body {
  border-radius: 15px;
  background-color: #FFFFFF;
  padding: 12px;
  margin-top: -15px;
  -webkit-box-shadow: 0px 4px 250px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 250px rgba(0, 0, 0, 0.08);
}

.cards-container .card-new {
  background-color: #E5E5E5;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 13px;
}

.cards-container .card-new svg {
  margin-right: 5px;
  margin-top: -3px;
  display: inline;
}

.cards-container .card {
  min-height: 100px;
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.06);
  border-radius: 13px;
}

.cards-container .card.active {
  background-color: #C6C6C6;
}

.cards-container .card .actions {
  margin-top: -4px;
}

.cards-container .card .actions i, .cards-container .card .actions svg {
  width: 10px;
  font-size: 10px;
}

.cards-container .card .title {
  font-size: 10px;
  width: 135px;
  white-space: initial;
  overflow: hidden;
  height: 45px;
}

.cards-container .card .icon {
  color: #9BA8B9;
  width: 12px;
}

.cards-container .card .add-participant {
  margin-top: -2px;
  border-radius: 10px;
  border: 1px solid;
}

.cards-container .card .date {
  font-size: 8px;
  text-align: right;
  padding-top: 10px;
  color: #9BA8B9;
  margin-right: 10px;
}

/*
'0' => 'New',
        '1' => 'In Progress',
        '2' => 'Completed',
        '3' => 'On hold',
        '4' => 'Cancelled',
        '100' => 'Pending',
*/
.cards-container .card-status-0 .card-title, .table-status-0 {
  background-color: #0275F9 !important;
}

.cards-container .card-status-1 .card-title, .table-status-1 {
  background-color: #FBC12E !important;
}

.cards-container .card-status-2 .card-title, .table-status-2 {
  background-color: #24B945 !important;
}

.cards-container .card-status-3 .card-title, .table-status-3 {
  background-color: #898A8C !important;
}

.cards-container .card-status-4 .card-title, .table-status-4 {
  background-color: #FA624D !important;
}

.td-status-0 {
  color: #0275F9 !important;
}

.td-status-1 {
  color: #FBC12E !important;
}

.td-status-2 {
  color: #24B945 !important;
}

.td-status-3 {
  color: #898A8C !important;
}

.td-status-4 {
  color: #FA624D !important;
}

.table-status-0, .table-status-2, .table-status-3, .table-status-4, .table-status-100 {
  top: 2px !important;
}

.table-status-1, .table-status-0, .table-status-2, .table-status-3, .table-status-4 {
  color: #fff;
}

.cards-container .card-status-0 .card-new, .cards-container .card-status-0 .add-participant {
  background: rgba(207, 227, 252, 0.6);
  color: #0274F7;
}

.cards-container .card-status-1 .card-new, .cards-container .card-status-1 .add-participant {
  background: rgba(246, 223, 141, 0.6);
  color: #FBC12E;
}

.cards-container .card-status-2 .card-new, .cards-container .card-status-2 .add-participant {
  background: rgba(148, 215, 159, 0.6);
  color: #24B945;
}

.cards-container .card-status-3 .card-new, .cards-container .card-status-3 .add-participant {
  background: gba(199, 202, 206, 0.6);
  color: #898A8C;
}

.cards-container .card-status-4 .card-new, .cards-container .card-status-4 .add-participant {
  background: rgba(255, 160, 130, 0.6);
  color: #FA624D;
}

.cards-container .card-status-0 .ep-circle--progress {
  stroke: #0275F9;
}

.cards-container .card-status-1 .ep-circle--progress {
  stroke: rgba(251, 193, 46, 0.85);
}

.cards-container .card-status-2 .ep-circle--progress {
  stroke: #24B945;
}

.cards-container .card-status-3 .cep-circle--progress {
  stroke: #898A8C;
}

.cards-container .card-status-4 .ep-circle--progress {
  stroke: #FA624D;
}

#litepie label.relative.block input {
  display: none !important;
}

.opened #litepie > div.absolute {
  display: inline !important;
}

#litepie button.w-12 {
  width: 15px;
  height: 20px;
  padding: 10px;
}

.config-grid.filters {
  padding-right: 10px;
}

.config-grid.filters input[type=checkbox] {
  border: 1px solid #DBDBDB;
  border-radius: 3px;
}

.tasks-table tbody td.lv1.labeled:first-child {
  border-left: 9px solid #D4E68E;
}

.tasks-table tbody td.lv2.labeled:first-child {
  border-left: 9px solid #94D387;
}

.tasks-table tbody td.lv3.labeled:first-child {
  border-left: 9px solid #4FB296;
}

.tasks-table tbody td.lv4.labeled:first-child {
  border-left: 9px solid #4ACF58;
}

.tasks-table tbody td.lv5.labeled:first-child {
  border-left: 9px solid #164D74;
}

.tasks-table tbody td.lv6.labeled:first-child {
  border-left: 9px solid #F69C00;
}

.usr-disabled {
  color: #898A8C;
  text-decoration: line-through;
  opacity: 0.3;
}

.span-body {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

#gantt-container {
  width: 50%;
  background-color: #fff;
  margin-top: -6px;
  overflow: auto;
  position: absolute;
  top: -9999px;
  left: -9999px;
  height: 89vh;
  overflow-y: auto;
  /*min-height: 500px;
  display: none;*/
}

#gantt-container.opened {
  position: relative !important;
  display: inline;
  float: left;
  top: 0 !important;
  left: 0 !important;
}

#gantt-container .gantt {
  font-size: 10px;
  color: #9BA8B9;
  overflow: scroll;
  padding: 0px 5px 15px;
  top: 0;
  left: 0;
}

#gantt-container .gantt-header {
  font-size: 10px;
  border-top: 1px solid #9BA8B9;
  border-bottom: 1px solid #9BA8B9;
  padding: 0px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#gantt-container .gantt-header .day-row {
  width: 20px;
  height: 40px;
  position: relative;
}

#gantt-container .gantt-header .day-row.style-0 {
  width: 20px;
}

#gantt-container .gantt-header .day-row.style-1 {
  width: 14px;
}

#gantt-container .gantt-header .day-row.style-2 {
  width: 5px;
}

#gantt-container .gantt-header .day-row.first-day {
  border-left: 1px solid #9BA8B9;
}

#gantt-container .gantt-header .day-row .month {
  display: block;
}

#gantt-container .gantt-header .day-row .day-number {
  position: absolute;
  left: 2px;
  bottom: -2px;
}

#gantt-container .gantt-header .day-row .day-number:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 6px;
  height: 7px;
  width: 1px;
  background: #9BA8B9;
}

#gantt-container .gantt-row {
  height: 14px;
  margin: 10px 0px;
}

#gantt-container .gantt-row .gantt-task {
  background-color: #CDD1D9;
  position: relative;
  height: 20px !important;
  border-radius: 5px;
}

#gantt-container .gantt-row .gantt-task span {
  z-index: 9999;
  position: absolute;
  padding: 3px 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

#gantt-container .gantt-row .gantt-task .completed {
  background-color: #B91C1C;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.swal2-container.swal2-center > .swal2-popup {
  width: 300px;
}

.swal2-html-container {
  color: #2C2543 !important;
  font-size: 12px !important;
  line-height: 20px !important;
}

.swal2-styled.swal2-confirm {
  background: #0075FB !important;
  border: 1px solid #0075FB !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 6px !important;
  color: #fff !important;
  padding: 7px 20px !important;
  font-size: 10px !important;
}

.swal2-styled.swal2-cancel {
  border: 1px solid #0075FB !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 6px !important;
  padding: 7px 20px !important;
  font-size: 10px !important;
  background: #fff !important;
  color: #0075FB !important;
}

* {
  font-family: "Poppins", sans-serif;
}

body {
  min-width: 770px;
  background-color: #F7F7F7;
}

body {
  background-color: #F0F0F0;
}

.color-status-0 {
  color: #4a934a;
}

.color-status-1 {
  color: #ddb819;
}

.color-status-2 {
  color: #E43131;
}

.d-none {
  display: none !important;
}

.clear {
  clear: both !important;
}

.smart-button {
  background: #0075FB;
  border: 1px solid #0075FB;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  padding: 7px 20px;
  font-size: 10px;
}

.smart-button.inverted {
  background: #fff;
  color: #0075FB;
}

.toast {
  padding: 20px 10px;
  z-index: 9999;
}

.toast.success {
  background-color: #4a934a;
  color: #fff;
  /*display: none;*/
}

.toast.error {
  background-color: #ff0000ed;
  color: #fff;
}

.toast-fade-enter-active {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.toast-fade-leave-active {
  -webkit-transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.toast-fade-enter-from, .toast-fade-leave-to {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}

.standar-box-shadow {
  -webkit-box-shadow: 27px 0px 57px rgba(0, 0, 0, 0.1);
          box-shadow: 27px 0px 57px rgba(0, 0, 0, 0.1);
}

.standar-box-shadow-2 {
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.2);
}

.smart-input, .smart-select, .smart-textarea {
  width: 100%;
  padding: 5px;
  height: 27px;
  font-size: 9px;
  border: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  display: block;
  padding-top: 0px;
  background: #fff;
}

.smart-input-span {
  width: 100%;
  padding: 5px;
  height: 27px;
  font-size: 9px;
  border: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  display: block;
}

/*.smart-input, .smart-select, .smart-textarea {
  width: 100%;
  padding: 0px;
  height: 18px;
  border: none;
  border-bottom: 1px solid #717070;
  background: transparent;
  font-size: 10px;
}*/
.smart-textarea {
  min-height: 50px;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #E7E7E7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  color: #8291A7;
}

.main-title {
  font-size: 20px;
  line-height: 20px;
}

.user-box-selected {
  padding: 5px 5px 5px 25px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.56);
  position: relative;
  min-width: 100px;
}

.user-box-selected .user-avatar {
  position: absolute;
  left: 0px;
  font-size: 18px !important;
  top: 0px;
  display: inline;
}

.user-box-selected .user-close {
  position: absolute;
  left: 7px;
  top: -13px;
}

.user-box-selected .user-resp {
  position: absolute;
  left: 26px;
  top: -1px;
}

.user-box-selected span {
  position: relative;
  top: -5px;
  left: 3px;
}

.user-box {
  padding: 7px 10px 7px 10px;
  font-size: 9px;
  background: rgba(0, 117, 251, 0.1);
  color: rgba(0, 0, 0, 0.56);
  position: relative;
  min-width: 100px;
  border-radius: 15px;
  margin-left: -2px;
  text-align: left;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 105px;
  display: inline-block;
}

.user-box.p-30px {
  padding-left: 30px !important;
}

.user-box .user-box-title {
  width: 80%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-box .user-avatar {
  position: absolute;
  left: 3px;
  font-size: 22px !important;
  width: auto !important;
  top: 3px;
  display: inline;
  color: #0075FB;
}

.user-box .user-close {
  position: absolute;
  right: 9px;
  top: 5px;
}

.user-box-selected .user-resp {
  position: absolute;
  right: 19px;
  top: 8px;
}

small.input-error {
  color: #ff0000ed;
  font-size: 10px;
}

.-left-2 {
  left: -0.5rem;
}

.top-1 {
  top: 0.25rem;
}

.text-editor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 0px 20px 0px;
  height: 100px;
  padding: 5px 10px;
  overflow-x: auto;
}

.text-editor-container {
  border: 1px solid rgba(163, 179, 202, 0.5);
  border-radius: 11px;
}

.text-editor ol {
  list-style: auto !important;
  margin: 10px !important;
  padding: 10px !important;
}

.text-editor ul {
  list-style: disc !important;
  margin: 10px !important;
  padding: 10px !important;
}

.ProseMirror {
  outline: none;
}

.ProseMirror {
  height: 100%;
}

[type=checkbox] {
  color: #0075FB;
  border: 1px solid #DBDBDB;
}

[type=checkbox]:disabled {
  color: rgba(0, 117, 251, 0.4);
}

[type=radio] {
  color: #0075FB !important;
  width: 10px;
  height: 10px;
}

.simulate-select {
  position: absolute;
  top: 2px;
  right: -10px;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-track {
  background: #0075FB;
}

::-webkit-scrollbar-thumb {
  background: #59595b;
}

/*
body::-webkit-scrollbar {
  }

  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }*/
/*Fijar cabecera de tabla*/
table thead th {
  position: sticky;
  top: 0;
}

.span-error {
  font-size: 10px;
  color: red;
  padding-left: 1px;
}

.input-invalid {
  border: 1px solid red;
}

.my-rounded {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50% !important;
}

/*MODAL WELCOME*/
.modal-wrapper {
  background: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}

.modal-welcome {
  width: 100%;
  max-width: 450px;
  min-width: 350px;
  margin: 10vh auto;
  text-align: center;
  border: none;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all;
  transition: all;
  -webkit-animation: open-modal 0.2s linear;
          animation: open-modal 0.2s linear;
}

@-webkit-keyframes open-modal {
  from {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes open-modal {
  from {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.modal-welcome #title {
  font-size: 1.125em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.modal-welcome #text {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.cont-spinner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  /* transparente */
  border-top: 4px solid #0075FB;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*-------------------*/
.item-full-width {
  max-width: 100%;
  width: 100%;
}

.item-full-span {
  width: 90% !important;
  display: inherit !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px 0px !important;
  padding: 0 !important;
  height: auto !important;
}

.list-users-text {
  border: none !important;
  display: contents !important;
}

.btn-disabled {
  cursor: auto !important;
  pointer-events: all !important;
  color: #ababab !important;
}

/*Table*/
.col-resize {
  top: 0;
  right: 0;
  width: 0px;
  position: absolute;
  cursor: col-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 40px;
  border-right: 1px solid #292C49;
}

.col-tbody {
  top: 0;
  right: 0;
  width: 0px;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 37px;
  border-right: 1px solid #292C49;
}

.col-bootom {
  bottom: 0;
  right: 0;
  width: 0px;
  position: absolute;
  /*height: 2px;*/
  border-bottom: 2px solid #E8E8E8;
  width: 100%;
}

/**/
.smart_checkbox:focus {
  outline-offset: 0px !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.font-b {
  font-weight: bold;
}
