:root {
    --color-primary: #16254C !important;
    --color-primary-light: #FBD94A !important;
    --color-secondary: #FBD94A !important;
    --login-color1: #FBD94A !important;
    --login-color2: #16254C !important;
    --color-active: #FBD94A !important;
  }

#nav-header{
  background: linear-gradient(90deg, var(--color-secondary) 2%, black 100%);
}
.breadcrumb {
  width: 100vw;
  padding: 0px;
  background-color: white !important;
  border-bottom: 1px solid #cbd2d9 !important;
  border-top: 1px solid #cbd2d9 !important;
  border-radius: 0.3rem;
  display: inline-flex;
  overflow: hidden;
  list-style-type: none;
  background: none;
  border-image: none;
}

.breadcrumb-item {
  background: #fff;
  outline: none;
  padding: 5px !important;
  position: relative;
  text-decoration: none;
  transition: background 0.2s linear;
}
.breadcrumb-item a {
  display: block;
  width: 100%;
  margin-left: 10px;
  text-decoration: none;
  color: black !important;
}
.breadcrumb-item:hover:after,
.breadcrumb-item:hover {
  background: var(--color-secondary);
}
.breadcrumb-item:focus:after,
.breadcrumb-item:focus,
.breadcrumb-item.active:focus {
  background: #323f4a;
  color: #fff;
}
.breadcrumb-item:after,
.breadcrumb-item:before {
  background: white;
  bottom: 0;
  clip-path: polygon(50% 50%, -50% -50%, 0 100%);
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  transition: background 0.2s linear;
  width: 1em;
  z-index: 1;
}

.breadcrumb-item.active:after {
  background: var(--color-secondary);
}

.breadcrumb-item:before {
  background: #cbd2d9;
  margin-left: 1px;
}

.breadcrumb-item:last-child {
  border-right: none;
}

.breadcrumb-item.active {
  flex: none;
  padding-left: 15px !important;
  background: var(--color-secondary);
  color: black !important;
}

.icn-newtask::before{
  content: "\f4fd";
}
.icn-activitylog::before {
  content: "\f227";
}
.icn-members:before {
  content: "\e591";
}
.icn-topchat::before {
  content: "\f252";
}
.icn-profile::before {
  content: "\f4de";
}
.icn-newtask::before,
.icn-activitylog::before,
.icn-topchat::before,
.icn-profile::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icn-members {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
.icn-members{
  font-size: 24px !important;
}

/* Colab styline under table-info class */
.table-info #tableContainer_filter_copy input{
  border-radius: 0.5rem !important;
}
.table-info .colFilter{
  opacity: 1 !important;
  font-size: 16px;
}
.table-info nav:not(#nav-header) {
  margin-bottom: 100px !important;
}
.table-info .dataTables_wrapper .dataTables_filter{
  text-align: left !important;
  margin-left: 10px;
}
.table-info #container-top{
  display: flex;
  flex-direction: column-reverse;
  height: 75px;
}
.table-info #tableContainer thead {
  top: 75px;
}
.table-info #tableContainer_wrapper {
  height: calc(100vh - 10.5rem) !important;
}

.table-info #tableContainer tr.new{
  background-color: #DDEEFF !important;
}
.table-info #tableContainer tr.updated{
  background-color: lightyellow !important;
}
.table-info #edit-task, .table-info #delete-task{
  width: fit-content !important;
}
/* Colab styline end */