@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400i,700);
@import url(https://fonts.googleapis.com/css?family=Niconne);


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --bs-link-decoration: none;
  --bs-link-hover-decoration: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f6f6f6;
  overflow-y: hidden;
}


.list-unstyled, .app-nav, .app-menu, .treeview-menu {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}


.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.nav-tabs .nav-link {
  color: #000;
  text-decoration-color: transparent;
  border: none;
  margin-right: 2px;
}

.nav-tabs a {
  font-size: 18px;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link.active {
  border: none;
  font-weight: bold;
  color: #5592e3;
  text-decoration: underline;
  border-color: none;
}

/*.badge-danger {*/
/*  color: #dc3545;*/
/*  border: 1px solid #dc3545;*/
/*  background-color: white;*/
/*}*/

.nav-tabs .nav-link:hover {
  border: none;
  color: #5592e3;
  text-decoration: underline;
}

.nav-tabs-custom .nav-tabs {
  background: white;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-y: hidden;
  height: 50px;
  display: flex;
  align-items: center;
  fill: #FFF;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.08));
  margin-top: 1.5rem;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}


@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}


.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 0);
  border-top-right-radius: calc(0.25rem - 0);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 0);
  border-bottom-left-radius: calc(0.25rem - 0);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #FFF;
  text-decoration: none;
  background-color: #5592e3;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}


.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-expand .navbar-toggler {
  display: none;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}


@media (min-width: 768px) {
  .app.sidenav-toggled .app-content {
    margin-left: 0;
  }

  .app.sidenav-toggled .app-sidebar {
    left: -230px;
  }

  .app.sidenav-toggled .app-sidebar__overlay {
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  .app {
    overflow-x: hidden;
  }

  .app .app-sidebar {
    left: -300px;
  }

  .app .app-sidebar__overlay {
    visibility: hidden;
  }

  .app.sidenav-toggled .app-content {
    margin-left: 0;
  }

  .app.sidenav-toggled .app-sidebar {
    left: 0;
  }

  .app.sidenav-toggled .app-sidebar__overlay {
    visibility: visible;
  }
}

.app-content .content-main {
  flex-grow: 1;
  overflow-y: auto;
  padding: 1rem;
  background: #f8f9fa;

}

.app-content {
  height: 100vh;
  padding-top: 80px;
  background-color: #fff;
  -webkit-transition: margin-left 0.3s ease;
  -o-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  max-width: 100%;
  overflow: hidden;
  width: calc(100% - 300px);
  background: #f6f6f6;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 993px) {
  #fixed-container {
    width: calc(100% - 300px);
    position: fixed;
    background: #f6f6f6;
    z-index: 999;
  }
  .fixedHeader-floating {
    z-index: 88888;
  }
  #content-container {
    margin-top: 80px;
  }
  .app-content {
    margin-left: 300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .app-sidebar {
    width: 180px !important;
  }

  .app-content {
    margin-left: 180px;
    width: calc(100% - 180px);
  }
}

@media (max-width: 767px) {
  .app-content {
    margin-top: 50px;
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  .app-content {
    padding: 15px;
  }
}

@media print {
  .app-content {
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
}

.light-text {
  font-weight: 300 !important;
}

.semibold-text {
  font-weight: 600 !important;
}

.line-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

/*----- Componant: Top Navigation Bar ----- */
.app-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1E1F1F;
  z-index: 1030;
}

@media (min-width: 768px) {
  .app-header {
    padding: 15px 0px 15px 0px;
  }
}

@media (max-width: 767px) {
  .app-header {
    justify-content: space-between;
  }
}

@media print {
  .app-header {
    display: none;
  }
}

.app-header__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: #fff;
  text-align: center;
  margin: 0px !important;
}

.app-header__logo img {
  height: 50px;
  width: 250px;
}


@media (min-width: 768px) {
  .app-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .app-header__logo {
    margin: 10px 0px;
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
  .app-header__logo {
    margin: 2px 0 2px 30px;
  }
}

@media (max-width: 767px) {
  .app-header__logo img {
    width: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .app-header__logo img {
    max-width: 130px;
  }
}


.app-header__logo:focus, .app-header__logo:hover {
  text-decoration: none;
  color: #fff;
}

.app-sidebar__toggle {
  padding: 0 15px;
  font-family: fontAwesome;
  color: #fff;
  line-height: 2.4;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: none;
}

@media (max-width: 767px) {
  .app-sidebar__toggle {
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.app-sidebar__toggle:before {
  content: "\f0c9";
  font-size: 21px;
}

.app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
  color: #fff;
  background-color: #5592e3;
  text-decoration: none;
}

.app-nav {
  display: flex;
  margin-bottom: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 50px;
  align-items: center;
}

@media (min-width: 768px) {
  .app-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.app-nav__item {
  display: flex;
  line-height: 22px;
  font-size: 22px;
  color: #fff;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.app-nav__profile {
  display: flex;
  line-height: 20px;
  color: #fff;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 430px) {
  .app-nav__profile {
    margin-right: 0px;
  }
}

.app-nav__profile figure {
  margin: 0px;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  align-items: center;
  justify-content: center;
}

.app-nav__profile figure i {
  color: #fff;
  font-size: 24px;
  line-height: 14px;
}

.app-nav__profile span {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 400px) {
  .app-nav__profile span {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 60px;
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
  }
}

.app-nav__item:hover, .app-nav__item:focus {
  color: #f6f6f6;
  text-decoration: none;
}

.app-bell {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}

.app-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 10px 0;
}


.app-search__button {
  position: relative;
  padding: 0 10px;
  border: 0;
  color: #fff;
  background: none;
  cursor: pointer;
}

.app-notification {
  min-width: 270px;
}

.app-notification__title {
  padding: 8px 20px;
  text-align: left;
  color: #333;
  font-size: 12px;
}

.app-notification__footer {
  padding: 8px 20px;
  text-align: center;
  background-color: #eee;
}

.app-notification__content {
  max-height: 220px;
  overflow-y: auto;
}

.app-notification__content::-webkit-scrollbar {
  width: 6px;
}

.app-notification__content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

.app-notification__message,
.app-notification__meta {
  margin-bottom: 0;
}

.app-notification__icon {
  padding-right: 10px;
}

.app-notification__message {
  line-height: 1.2;
}

.note-toolbar {
  background: #8080801d !important;
  padding: 0 !important;
}

span.mention {
  background: #97C1FB;
  border-radius: 10px;
  padding: 1px 6px 3px;
}

.app-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 40px;
  padding-top: 60px;
  width: 300px;
  z-index: 10;
  background-color: #020202;
  -webkit-box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.3s ease,
  width 0.3s ease;
  -o-transition: left 0.3s ease,
  width 0.3s ease;
  transition: left 0.3s ease,
  width 0.3s ease;
}

.app-sidebar .app-menu {
  max-height: 90vh;
  overflow-y: scroll;
  overflow-x: unset;
}


.app-sidebar .app-menu::-webkit-scrollbar {
  width: 4px;
}

.app-sidebar .app-menu::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1399px) {
  #datatable_search_stack label {
    width: 100% !important;
  }
}

#crudTable_length label {
  margin-bottom: 0px !important;
}

#crudTable_info {
  padding-top: 0px !important;
}

#bp-filters-navbar .nav-item {
  margin-bottom: .5rem;
}

@media (max-width: 767px) {
  #crudTable_paginate .pagination {
    justify-content: end !important;
  }
  .app-sidebar__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
  }

}

.app-sidebar__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.app-sidebar__user-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.app-sidebar__user-name {
  font-size: 17px;
  line-height: 1.3;
}

.app-sidebar__user-name,
.app-sidebar__user-designation {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.app-menu {
  margin-bottom: 0;
  padding: 0px;
}

.app-menu > li {
  /* margin-bottom: 5px; */
  /* border-bottom: 2px solid #456493; */
}

/* .app-menu > li:first-child{
  margin-bottom: 5px;
  border-bottom: 2px solid #456493;
} */

.app-menu > li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px none;
}

.app-menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
  position: relative;
  justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
  .app-menu__item {
    padding: 15px 0px;
  }
}


.app-menu.main-nav > li > .app-menu__item {
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  vertical-align: middle;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 14px;
  display: block;
  justify-content: space-between;
  min-width: 150px;
  line-height: 22px;
  padding: 20px 20px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
  .app-menu.main-nav > li > .app-menu__item {
    padding: 15px 20px;
  }
}

.app-menu.main-nav > li.active {
  border-bottom: 2px solid transparent;
}

.badge.m-counter-badge {
  border-radius: 100%;
  background: #5592e3;
  color: #fff;
  min-width: 20px;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.btn-link {
  color: #7c69ef;
}

.btn-link:hover {
  color: #4024e8;
  text-decoration: none;
}

.app-menu.main-nav > li:hover > .app-menu__item, .app-menu.main-nav > li:focus > .app-menu__item, .app-menu.main-nav > li > .app-menu__item:focus {
  color: #5592e3;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.app-menu.main-nav > li:focus {
  border-bottom: 2px solid transparent;
}

.app-menu.main-nav > li > .app-menu__item.active {
  color: #5592e3;
  background: #1e201f;
  box-shadow: 0px 0px 15px #0c0a0a;
  cursor: pointer;
  border: none !important;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.app-menu.main-nav > li > .app-menu__item:before {
  background: #444;
  height: 1px;
  width: 85%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;

}

.app-menu > li:last-child > .app-menu__item:before {
  content: "";
  display: none;
}

.app-menu.main-nav > li > .app-menu__item.active:before {
  display: none;
  content: "";
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.app-menu.main-nav > li > .app-menu__item.menu-collapse-btn {
  position: relative;
  z-index: 11;
  color: #fff;
}

.app-menu.main-nav > li > .app-menu__item.menu-collapse-btn::after {
  position: absolute;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  right: 20px;
  top: 30px;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}

.app-menu.main-nav > li > .app-menu__item.active.menu-collapse-btn::after {
  transform: rotate(0deg);
}

.app-menu.app-sub-menu {
  background: #1e201f;
  padding: 0px 40px;
  position: relative;
  z-index: 10;
}

.app-menu.app-sub-menu > li {
  border-bottom: 1px solid #474948;
}

.app-menu.app-sub-menu > li > a:hover {
  text-decoration: none;
  color: #5592e3;
}

.app-menu.app-sub-menu > li > a.active {
  text-decoration: none;
  color: #5592e3;
}

.app-menu.app-sub-menu > li:last-child {
  border-bottom: 0px none;
}

.app-sub-menu .app-menu__item {
  font-weight: normal;
  font-size: 12px;
}

.overdue {
  color: red !important;
}


@media (min-width: 768px) {
  .sidebar-mini.sidenav-toggled .app-sidebar__user-name,
  .sidebar-mini.sidenav-toggled .app-sidebar__user-designation,
  .sidebar-mini.sidenav-toggled .treeview-indicator {
    display: none;
  }

  .sidebar-mini.sidenav-toggled .app-sidebar__user-avatar {
    width: 30px;
    height: 30px;
  }

  .sidebar-mini.sidenav-toggled .app-content {
    margin-left: 50px;
  }

  .sidebar-mini.sidenav-toggled .app-sidebar {
    left: 0;
    width: 50px;
    overflow: hidden;
  }

  .sidebar-mini.sidenav-toggled .app-sidebar:hover {
    overflow: visible;
  }

  .sidebar-mini.sidenav-toggled .app-menu__item {
    overflow: hidden;
  }

  .sidebar-mini.sidenav-toggled .app-menu__item:hover {
    overflow: visible;
  }

  .sidebar-mini.sidenav-toggled .app-menu__item:hover .app-menu__label {
    opacity: 1;
  }

  .sidebar-mini.sidenav-toggled .app-menu__item:hover + .treeview-menu {
    visibility: visible;
  }

  .sidebar-mini.sidenav-toggled .app-menu__label {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    min-width: 180px;
    padding: 12px 5px 12px 20px;
    margin-left: -3px;
    line-height: 1;
    opacity: 0;
    background: #0d1214;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__item {
    overflow: visible;
    background: #0d1214;
    border-left-color: #009688;
    color: #fff;
  }

  .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__label {
    opacity: 1;
  }

  .sidebar-mini.sidenav-toggled .treeview:hover .treeview-menu {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }

  .sidebar-mini.sidenav-toggled .treeview .app-menu__label {
    border-bottom-right-radius: 0;
  }

  .sidebar-mini.sidenav-toggled .treeview-menu {
    position: absolute;
    left: 50px;
    min-width: 180px;
    padding: 12px 0;
    opacity: 0;
    border-bottom-right-radius: 4px;
    z-index: 9;
    visibility: hidden;
    -webkit-transition: visibility 0.3s ease;
    -o-transition: visibility 0.3s ease;
    transition: visibility 0.3s ease;
  }
}


.card.site-white-card {
  border-radius: 5px;
  background: #FEFEFE;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.card.site-white-card.site-white-card-alt {
  background: white !important;
  box-shadow: none;
}

.card.site-white-card.simple-card {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
  overflow: visible;
  box-shadow: 0px 0px 0px #c5c5c5;
  border: 0px none;
}

.card.site-white-card .card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E1F1F;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 1rem 1.25rem;
}

.card.site-white-card.simple-card .card-header {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

div#header2 {
  color: black;
}

div#well2 {
  background-color: #fff !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.card.site-white-card .card-header h4 {
  color: white;
  font-size: 22px;
  margin-bottom: 0px;
}

.card.site-white-card .card-header h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
}

.card-body.light-grey-cbody {
  background: #fafafa;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.card.site-white-card .button-action-section {
  flex-direction: column;
  align-content: space-between;
  align-items: unset;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 20px 0px;
}

.card.site-white-card .button-action-section .nav-action {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.btn.secondary {
  color: #fff !important;
  border: 1px solid #202020 !important;
  display: flex;
  height: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 15px 40px;
  background: #5592e3;
}

.btn.secondary:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.btn.site-btn {
  border-radius: 12px;
  color: #202020;
  background: #fff;
  padding: 5px 15px;
  cursor: pointer;
  border-color: #f8f8f8;
  font-size: 14px;
  display: inline-block;
  min-width: 100px;
  line-height: 22px;
  font-weight: bold;
  text-transform: capitalize;
}

.tab-container {
  padding: 15px;
}

.tab-container div.tab-content {
  margin-top: 20px;
}

.scroll-lock {
  //max-height: calc(100vh - 200px);
  //overflow-y: scroll;
}

.site-btn-create {
  background: #5592e3 !important;
  border-color: #202020 !important;
}

.site-btn-create:hover {
  color: #5592e3 !important;
  background: #000 !important;
}

.site-btn-create-alt {
  display: flex;
  width: 97px;
  height: 40px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  background: #FFF;
  color: #000000;
  font-weight: bold;
  margin: 0px !important;
  font-size: 20px;
  font-size: 20px;
}

.site-btn-create-alt:hover {
  background-color: #f5f5f5;
}

.site-btn-create-alt:focus {
  outline: 1px dotted;
}

.site-btn-create-alt:active {
  background-color: #ebebeb;
  box-shadow: 0 1px #666;
  transform: translateY(1px);
}

.d-print-none {
  display: flex;
}

.btn-group {
  margin-right: 5px;
}

.swal-button--danger {
  color: #ffff !important;
  background-color: black !important;
  border: 1px solid #202020 !important;
  border-radius: 5px;
}

.swal-button--danger:hover {
  color: #ffff !important;
  background-color: #000 !important;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.btn-success:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.82) !important;
  border: 1px solid #202020 !important;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn.site-btn:hover {
  color: #5592e3;
  background-color: #000;
}

.la-filter {
  color: #5592e3;
}

/*.add-repeatable-element-button, .add-repeatable-inline-button {*/
/*    color: #86c222;*/
/*    border-color: #86c222;*/
/*}*/

/*.add-repeatable-element-button:hover, .add-repeatable-inline-button:hover {*/
/*    color: #86c222;*/
/*    border-color: #000;*/
/*    background-color: #000;*/
/*}*/

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: none !important;
  background-color: #fff !important;
  color: #5592e3 !important;
  border-color: #5592e3 !important;
}

.btn.cancel-btn {
  color: #000 !important;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.btn.cancel-btn:hover {
  color: #fff !important;
}

.card-p {
  max-width: 100% !important;
  font-size: 15px !important;
}

.strong-p {
  /*padding-top: 30px;*/
  font-size: 40px !important;
  font-weight: bold;
}

.extra-strong {
  font-size: 110px;
  font-weight: 700;
}

p.strong {
  font-size: 60px;
  font-weight: 700;
}

.card-label-lg {
  font-size: 22px;
  text-align: center;
}

.card-label {
  font-size: 18px;
  text-align: center;
}

.report-card2 {
  padding: 20px 5px !important;
  min-height: 140px !important;
}

.formCard2 {
  width: 24%;
  max-width: 260px !important;
  margin: 0px 10px 30px 0px !important;
}

.swal-button--cancel {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 5px;
}

.swal-button--cancel:not([disabled]):hover {
  color: #ffff !important;
  background-color: #000 !important;
  border-color: #000 !important;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.btn.site-btn:focus {
  box-shadow: 0 0 0 0px rgb(0 123 255 / 0);
}

.btn.site-btn.pill-btn {
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
  border-radius: 5px;
  background: #F6F6F6;
  color: #1E1F1F;
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.04);
}

@media (max-width: 567px) {
  .btn.site-btn.pill-btn {
    margin-right: 5px;
  }
}

.button-action-section .nav-action .btn.site-btn.pill-btn {
  border-radius: 5px;
  background: #F6F6F6;
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.04);
}

.button-action-section .nav-action .btn.site-btn.pill-btn i {
  margin-right: 5px;
}

.btn.site-btn.pill-btn.short-pill {
  min-width: 70px;
}

.btn.site-btn.pill-btn:last-child {
  margin-right: 0px;
}


.button-action-section .btn.site-btn.btn-white {
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
  width: 18%;
  min-width: 120px;
}

.short-activity .search-input-main {
  width: 45%;
}

.short-activity .filter-pill-btns {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
}

.filter-pill-btns {
  position: relative;
}

.mobile-task th {
  background: #545556 !important;
  color: white !important;
  width: 100% !important;
}

@media (max-width: 567px) {
  .button-action-section .btn.site-btn.btn-white {
    margin-bottom: 10px;
    margin-right: 0px;
    width: 95%;
  }
}

.sec-col-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 102%;
  padding-right: 6px;
}

.sec-col {
  position: relative;
  width: 100%;
}

.legend {
  color: rgba(0, 0, 0, .6);
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 5px;
  margin: 10px 0 10px 15px;
}

@media (min-width: 993px) {
  .sec-col.sec-col-left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 992px) {
  .sec-col.sec-col-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 993px) {
  .sec-col.sec-col-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 992px) {
  .sec-col.sec-col-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.sec-left-shadow {
  /*box-shadow:0px 4px 10px #bfbfbf;*/
}

.table.table-site thead th {
  border: 0px none;
  background: #f0f0f0;
  font-size: 14px;
  color: #fff;
}

.results-table thead th {
  border: 0px none;
  background: rgba(30, 31, 31, 0.75);
  font-size: 14px;
  color: #fff;
}

.table_row_slider {
    margin: 12px;
}

tr.details-container .table_row_slider table thead th {
    background-color: rgba(30, 31, 31, 0.75) !important;
}

tr.details-container > td  {
    background-color: #f2f2f2 !important;
}

.results-table .actions {
  vertical-align: middle;
}

label {
    margin-bottom: 7px !important;
}

.sub-header-row {
  background-color: #e4e4e4 !important;
}

.sub-header-row td {
  cursor: pointer;
  padding: 8px;
  font-size: 16px !important;
  color: #000 !important;
}

.page-link {
  z-index: 1;
  color: #000 !important;
  background-color: #fff;
  border-color: #000;
}

.page-item.active .page-link, .page-link:hover {
  z-index: 1;
  color: #ffff !important;
  background-color: #1E1F1F;
  border-color: #1E1F1F;
}

.page-item.disabled .page-link {
  color: #000 !important;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #000;
}

.dash-label {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px !important;
}

.lg-btn {
  width: 258px;
}

.report-card p {
  font-size: 16px;
  line-height: 22px;
}

.alert-dark {
  color: #202020;
  background-color: #5592e3;
  border-color: #202020;
  margin-top: 20px;
}

.breadcrumb-item a {
  color: #FFFFFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-link, .nav-link, .dtr-control a, td span a {
  color: #5592e3;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 5px;
}

.breadcrumb-item.active {
  color: #5592e3;
}

.btn-link:hover, .nav-link:hover, td span a:hover {
  color: #5592e3;
}

.table.table-site tbody tr:first-child td {
  border-top: 0px none;
}

.table.table-site tbody tr td {
  font-size: 14px;
  color: #212529;
}

.table.table-site.production-table tbody tr td {
  color: #c3c3c3;
}

.table.table-site.table-hover.production-table tbody tr:hover {
  color: #212529;
  background-color: transparent;
}

.table.table-site.table-hover.production-table tbody tr:hover td {
  color: #212529;
}

.table.table-site.table-hover.production-table tbody tr > td .table-action-icon {
  color: #c3c3c3;
  font-size: 18px;
  margin-right: 10px;
}

.table.table-site.table-hover.production-table tbody tr:hover > td .table-action-icon {
  color: #212529;
}

.table.table-site.production-table {
  table-layout: fixed;
}

.table.table-site.production-table thead tr > th:first-child, .table.table-site.production-table tbody tr > td:first-child {
  width: 5%;
  text-align: center;
}

.table.table-site.table-hover.production-table tbody tr > td .prod-math {
  color: #fff;
  background: #c3c3c3;
}

.table.table-site.table-hover.production-table tbody tr:hover > td .prod-math {
  background: #212529;
}

.priority-assignee {
  background-color: #575757;
  color: white;
  font-weight: bold;
  font-size: 14px;
  border-radius: 10px;
}

.draggable_tr {
  cursor: ew-resize;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .table.table-site {
    min-width: 900px;
  }

  .mobile-task {
    width: 100% !important;
    min-width: 100% !important;
  }
}

.prod-math {
  border-radius: 100%;
  color: #fff;
  background: #1E1E1E;
  padding: 5px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 15px;
}

.prod-math.add-minus {
  line-height: 9px;
}

.prod-math:hover {
  background: #212529;
}

/*.add-icon::after {*/
/*    content: "+";*/
/*}*/

/*.minus-icon::after {*/
/*    content: "-";*/
/*}*/

.form-check.site-check-box {
  padding-left: 0px;
}

.site-check-box input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #c3cad2;
  width: 20px;
  height: 20px;
  border: 1px solid #c3cad2;
  border-radius: 0px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

table.table-site.jobs-table thead > tr > th .site-check-box input[type="checkbox"] {
  margin: 0px auto;
}

.site-check-box input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-color: #6695c9;
}

.site-check-box input[type="checkbox"]:checked::before {
  transform: scale(1);
}


.task-handler-head {
  display: flex;
  margin-bottom: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.task-handler-head h4 {
  font-size: 28px;
  color: #202020;
  font-weight: bold;
}

.task-saver-icon {
  border-radius: 5px;
  color: #202020;
  background: #fff;
  cursor: pointer;
  border-color: #f8f8f8;
  font-size: 16px;
  display: inline-flex;
  min-width: 30px;
  height: 25px;
  justify-content: center;
  align-items: center;
  box-shadow: -2px 4px 7px #d9d9d9;
}

.task-saver-icon:hover {
  color: #5592e3;
}

.task-handler-form .col-form-label {
  font-weight: bold;
}

.search-input-main {

  position: relative;
}

.search-input-main .fa-search {
  position: absolute;
  top: 8px;
  left: 12px;
  color: #202020;
  font-size: 14px;
}

.form-control.form-input {
  height: 30px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 18px;
  box-shadow: 2px 2px 3px #efecec;
}

.form-control.form-input.input-grey {
  border: 1px solid #dddddd;
  background: #fafafa;
}

.form-control.form-input:focus {
  box-shadow: 2px 2px 3px #efecec;
}

.form-control.form-input.search-input {
  border-radius: 5px;
  background: #F6F6F6;
  color: #1E1F1F;
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.04);
  padding: 5px 15px 5px 30px;
}

.form-control.form-input::-webkit-input-placeholder {
  font-weight: bold;
}

.form-control.form-input::-moz-placeholder {
  font-weight: bold;
}

.form-control.form-input:-ms-input-placeholder {
  font-weight: bold;
}

.form-control.form-input::-ms-input-placeholder {
  font-weight: bold;
}

.form-control.form-input::placeholder {
  font-weight: bold;
}

.dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-item .fa,
.dropdown-item .icon {
  margin-right: 5px;
  vertical-align: middle;
}

.dropdown-menu.dropdown-filter-list {
  border: 1px solid #f4f4f4;
  padding: 10px 15px;
  width: 120px;
}

.dropdown-menu.dropdown-filter-list > li {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.dropdown-filter-list li > a.dropdown-item {
  font-weight: bold;
  text-transform: capitalize;
  text-align: left;
  vertical-align: middle;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 14px;
  display: inline-block;
  min-width: 150px;
  line-height: 26px;
  width: 100%;
  position: relative;
  padding: 10px 0px;
}

.dropdown-filter-list li > a.dropdown-item:hover, .dropdown-filter-list li > a.dropdown-item:focus {
  background: transparent;
  color: #202020;
}

.dropdown-filter-list li > a.dropdown-item.active, .dropdown-filter-list li > a.dropdown-item:active {
  background: transparent;
  color: #202020;
}

.dropdown-menu.dropdown-filter-list > li > .dropdown-item.dp-menu-collapse::after {
  position: absolute;
  content: "";
  border-top: 0.5em solid #202020;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  right: 10px;
  top: 19px;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}

.dropdown-menu.dropdown-filter-list > li > .dropdown-item.active.dp-menu-collapse::after {
  transform: rotate(0deg);
}

.filter-menu-form .form-check {
  padding-left: 0px;
}

.filter-menu-form .form-check-label {
  font-size: 11px;
  color: #202020;
}

.one-selection {
  margin: 10px 0px;
}

.date-selection {
  margin-bottom: 10px;
}

.date-selection label {
  font-size: 11px;
  margin-bottom: 3px;
}

.date-selection .form-control {
  height: 20px;
  font-size: 10px;
  border-radius: 0px;
}

.form-control:focus {
  border-color: #e7e7e7 !important;
  box-shadow: 0 0 0 0 rgb(0 123 255 / 0) !important;
}


.table__socialLinks > tbody > tr > td:first-child {
  text-align: right;
}

.table__socialLinks > tbody > tr > td {
  border: 0px none;
  vertical-align: middle;
}

.table-striped.table__socialLinks tbody tr:nth-of-type(odd) {
  background: #fff;
}

.table-striped.table__socialLinks tbody tr:nth-of-type(even) {
  background: #efefef;
}


.table__socialLogo {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: inline-flex;
  border: 2px solid #abbc79;
  margin-bottom: 5px;
  padding: 5px;
  overflow: hidden;
}

.table__socialLogo > img {
  max-width: 40px;
  max-height: 40px;
}

.table_logoTitle {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  z-index: 11;
  line-height: 19px;
  padding: 0px !important;
  display: inline-block;
  text-transform: capitalize;
}

.table_logoTitle:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #313131;
  bottom: 2px;
  position: absolute;
  left: 0px;
  z-index: -1;
}

.table__socialLinks {
  white-space: nowrap;
}

.table__socialLinks .form-control {
  max-width: 550px;
  background: #f5f5f5;
  border-color: transparent;
  height: 50px;
  box-shadow: 0px 4px 2px #d8d8d8;
  min-width: 250px;
}

.formCardsMain {
  width: 100%;
}

.formCardsList {
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;

}

@media (max-width: 767px) {
  .formCardsList {
    justify-content: center;

  }
}

.formCardsList > li {
  margin: 0px 30px 30px 0px;
  display: inline-flex;
  min-width: 20%;
  max-width: 150px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCardsList > li:nth-child(3n) {
    margin: 0px 0px 30px 0px;
  }
}


.formCardsList > li > .formCard {
  border-radius: 2px;
  background: #fff;
  padding: 20px;
  min-height: 150px;
  min-width: 150px;
  text-align: center;
  display: flex;
  box-shadow: 0px 2px 7px #ccc;
  align-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  text-transform: capitalize;
}

.single-dash-card {
  color: #1E1F1F;
  min-height: 254px;
  align-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: capitalize;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);


}

.single-dash-card strong {
  font-size: 16px;
  font-weight: 700;
}

.single-dash-card span {
  font-size: 16px;
  font-weight: 400;
}

.single-dash-card figure {
  margin-right: 5px;
}


div.single-dash-card h3 {
  text-decoration: underline;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E1F1F;
}

div.single-dash-card th {
  text-align: right;
}

.google-map {
  border-radius: 5px;
  border: 0.5px solid #545656;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.dash-card-alt {
  color: white;
  padding: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: capitalize;
  border: 3px transparent solid;
  justify-content: center;
  height: 84px;
  border-radius: 5px;
  background: #1E1F1F;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.dash-card-alt:hover {
  background: #000;
  color: #5592e3;
  border: 3px #5592e3 solid;
}

.dash-card-alt.sm {
  padding: 0px;
}

.summary.dash-card {
  height: 100%;
}

.dash-card h6 {
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
}

.formCardsList > li > .formCard:hover {
  box-shadow: 0px 2px 7px #5592e3;
}

.formCardsList > li > .formCard > span {
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: inline-flex;
  margin-bottom: 15px;
  overflow: hidden;
}


.formCardsList > li > .formCard > span > img {
  width: 50px;
  height: 50px;
}

.formCardsList > li > .formCard > p {
  font-size: 13px;
  margin: 0px;
  color: #242424;
  max-width: 74%;
  line-height: 18px;
}

.activity-sec {
  margin-bottom: 30px;
}

.activity-sec:last-child {
  margin-bottom: 0px;
}

.activity-sec .head-d-time {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  min-width: 150px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  text-decoration: underline;
  margin-bottom: 20px;
}

.activity-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.activity-list > li {
  border-bottom: 1px solid rgba(112, 112, 112, 0.4587);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.activity-list > li > p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #1E1F1F;
}

.activity-list > li > small {
  font-weight: normal;
  font-size: 11px;
  color: #545656;
}

.activity-list > li:last-child {
  border-bottom: 0px none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.activity-list-body.activity-list-full-section .activity-sec {
  margin-bottom: 40px;
}

.activity-list-body.activity-list-full-section .activity-sec .sec-activity-head {
  color: #545655;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #dedede;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.activity-list-body.activity-list-full-section .activity-list > li {
  font-size: 14px;
  border-color: #f3f3f3;
}

.table.inbox-content {
  margin-bottom: 0;
}

.table.inbox-content thead th {
  border-bottom: 0;
  vertical-align: top;
}

.table-heading {
  background: #f1f1f1;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 12px;
}

.table.inbox-content {
  background: #fff;
  font-size: 12px;
}

.table.inbox-content tr > th, .table.inbox-content tr:first-child > td {
  border-top-color: #e0e0e0;
}

.table.inbox-content tr:first-child > th, .table.inbox-content tr:first-child > td {
  border-top: 0px none;
}

.table.inbox-content td, .table.inbox-content th {
  padding: 0.50rem;
}


@media (max-width: 767px) {
  .iner_container {
    padding: 0px 0px;
  }

  .card.site-white-card .card-header {
    justify-content: space-between;
  }

  .card.site-white-card .card-header h4 {
    font-size: 18px;
  }

  .table.table-site {
    min-width: 800px;
  }

  .mobile-task {
    width: 100% !important;
    min-width: 100% !important;
  }
}

/*Backpack updates*/
.dataTables_filter {
  text-align: right;
  width: 100%;
}

.dataTables_filter input {
  display: inline-block;
  width: auto;
  border-radius: 5px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

ol.breadcrumb {
  margin: 0px 0px 0px 5px;
  display: flex;
  align-items: center;
  height: 50px;
}

.bold-labels label {
  font-weight: 600;
  font-size: 16px;
}

div#saveActions {
  display: flex;
  justify-content: flex-end;
}

.form-group.required > label:not(.form-check-label)::after,
.form-group.required .form-check:not(:has(input[type=radio])) label::after {
    content: ' *';
    color: #ff0000;
}

.card-no-border {
  border: none !important;
}

.card-border {
  border: 1px solid rgba(0, 0, 0, .125) !important;
}

.btn.site-btn-lg {
  padding: 7px 15px !important;
}


.noty_theme__backstrap.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}

.noty_theme__backstrap.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.noty_theme__backstrap.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}

.noty_theme__backstrap.noty_bar .noty_buttons {
  padding: 0 10px .5em 10px;
}

.noty_theme__backstrap.noty_type__alert,
.noty_theme__backstrap.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__backstrap.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}

.noty_theme__backstrap.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__backstrap.noty_type__info,
.noty_theme__backstrap.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__backstrap.noty_type__success {
  background-color: #6DD96D;
  color: #fff;
  font-size: 1rem;
  border-radius: 4px;
}


.dbCardsMain {
  width: 100%;
  margin-bottom: 40px;
}

.dbCardsList {
  padding: 0px;
  list-style-type: none;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 991px) {
  .dbCardsList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .dbCardsList {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .mobile-header {
    display: none;
  }
}

.dbCardsList > li > .dbCard {
  border-radius: 20px;
  background: white;
  padding: 20px;
  min-height: 150px;
  min-width: 150px;
  text-align: center;
  display: flex;
  box-shadow: 0px 2px 3px #dfdfdf;
  align-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  text-transform: capitalize;
  height: 100%;
  justify-content: center;
}

.dbCardsList > li > .dbCard:hover {
  background: #cacccb;
}

.dbCardsList > li > .dbCard > span {
  height: 70px;
  width: 70px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: inline-flex;
  margin-bottom: 15px;
  overflow: hidden;
}


.dbCardsList > li > .dbCard > span > img {
  width: 70px;
  height: 70px;
}

.dbCardsList > li > .dbCard > p {
  font-size: 16px;
  margin: 0px;
  color: #000;
  max-width: 74%;
  line-height: 18px;
}


.db-info-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin: 20px 0px;
}

@media (min-width: 767px) {

  .item2 {
    grid-row: 2 / span 1;
  }

  .item3 {
    grid-row: 1 / span 2;
  }

}

@media (max-width: 480px) {
  .db-info-main {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

.db-ballon h5 {
  font-size: 110px;
}

.db-ballon span {
  font-size: 26px;
}

@media (max-width: 767px) {
  .db-ballon h5 {
    font-size: 70px;
  }

  .db-ballon span {
    font-size: 20px;
  }
}

.dp-grid {
  border-radius: 20px;
  background: white;
  min-height: 300px;
  min-width: 150px;
  text-align: center;
  box-shadow: 0px 2px 7px #ccc;
  width: 100%;
  text-decoration: none;
  text-transform: capitalize;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}

.dp-grid:hover {
  background: #cacccb;
}

.dp-grid iframe {
  border: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.nav.aside-btn-panel {
  background: #eee;
  padding: 20px;
  border-radius: 20px;
}

.aside-btn-panel .btn:not(:last-child) {
  margin-bottom: 20px;
}

.form-control.form-input.line-input {
  background: transparent;
  border: 0px none;
  border-bottom: 1px solid #b8b8b8;
  box-shadow: 0px 0px 0px #000;
  border-radius: 0px;
  padding: 10px 5px;
}

.form-control.form-input.line-input:focus {
  border-color: #b8b8b8 !important;
}

.task-handler-form .line-form-label {
  font-weight: 500;
  align-items: flex-end;
  line-height: 22px;
  margin-bottom: 0px;
  display: flex;
}

.site-btn.site-secondaryBtn {
  background: #545655;
  border-radius: 10px;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  display: block;
  width: 100%;
  line-height: 20px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  margin: 20px auto 0px;
  max-width: 400px;
}

.site-btn.site-secondaryBtn:hover {
  background: #242424;
  color: #fff;
}

.modal-dialog {
  max-width: 990px !important;
}

.modal-dialog.modal-xl {
  max-width: 1300px !important;
}

.modal-content {
  background-color: #f6f6f6 !important;
}

.modal-dialog.site-popup__black .modal-content {
  background: #000000;
  border-radius: 10px;
}

.modal-dialog.site-popup__black .md-inner-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 510px;
}

.modal-dialog.site-popup__black .md-inner-content p {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin: 0px;
}

.modal-dialog.site-popup__black .modal-header {
  border-bottom: 0px none;
}

.modal-dialog.site-popup__black {
  margin: 8rem auto 0px;
}


.modal-dialog.site-popup__black .modal-content .modal-body {
  position: static;
  min-height: 335px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.modal-dialog.site-popup__black .modal-content .close {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0px;
  opacity: 1;
  position: absolute;
  right: -12px;
  top: -12px;
  line-height: 20px;
}

.thankyou-btn-sec {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  position: relative;
  margin-top: 45px;
}

.thankyou-btn-sec:before {
  content: "";
  height: 1px;
  background: #505f42;
  width: 340px;
  position: absolute;
  top: -25px;
}

.thankyou-btn-sec .btn.site-btn {
  padding: 3px 20px;
  min-width: 200px;
  border-radius: 8px;
}

.modal-dialog.site-popup__black .modal-content .close:hover {
  opacity: 1;
}

.modal-backdrop.show {
  opacity: .8 !important;
}

@media (max-width: 575px) {
  .modal-dialog.site-popup__black {
    max-width: 90%;
  }

  .modal-dialog.site-popup__black .md-inner-content p {
    font-size: 20px;
  }

  .thankyou-btn-sec {
    margin-top: 30px;
  }

  .thankyou-btn-sec:before {
    content: "";
    width: 75%;
    top: -15px;
  }

  .thankyou-btn-sec .btn.site-btn {
    padding: 3px 10px;
    min-width: 130px;
    font-size: 10px;
  }

}

@media (max-width: 575px) {
  .modal-dialog.site-popup__black .md-inner-content p {
    font-size: 18px;
  }
}

.card.site-white-card.site-short-card .card-header {
  background: #545655;
}

.card.site-white-card.site-short-card .card-header h5 {
  color: #fff;
  margin: 0px;
}

.card.site-white-card.site-short-form-grey {
  box-shadow: 0px 0px 0px #000;
}

.card.site-white-card.site-short-form-grey .card-header {
  background: #dbdbdb;
  padding: 0.6rem 1rem;
  border-bottom: 0px none;
}

.card.site-white-card.site-short-form-grey .card-header h5 {
  color: #242424;
  margin: 0px;
}

.card.site-white-card.site-short-form-grey .card-body {
  text-align: center;
  padding: 0.8rem 1rem;
}

.card.site-white-card.site-short-form-grey .card-text {
  color: #242424;
  text-decoration: none;
  display: inline-block;
}

.form-control.form-grey-input {
  height: 30px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 18px;
  background: #efefef;
  box-shadow: 0px 0px 0px #efecec;
  border: 0px none;
}

.card.site-white-card.site-short-card {
  margin-bottom: -15px;
  box-shadow: 0px 0px 2px #c5c5c5;
}

.card.site-white-card.site-short-card:last-child {
  margin-bottom: 20px;
}

.card.site-white-card.site-short-card .row {
  margin-left: -5px;
  margin-right: -5px;
}

.card.site-white-card.site-short-card [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.card.site-white-card.site-short-card .fm-10 {
  margin-bottom: 10px;
}

.form-control.grey-selection {
  height: 48px;
  margin-bottom: 30px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  background: #dbdbdb;
  box-shadow: 0px 0px 0px #efecec;
  color: #242424;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: auto 60%;
}

.form-control.grey-selection:focus {
  color: #242424;
  background: #dbdbdb;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  border-color: #ced4da;
  outline: 0;
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}

/* .form-control.grey-selection:after{
    font-family: 'FontAwesome';
    content:"\f0d7";
    font-size:40px;
    color:#242424;
    position: absolute;
    top:5px;
    right:10px;
} */


.handler-head {
  border-bottom: 1px solid #e6e6e6;
}

.handler-head h4 {
  font-size: 22px;
  color: #202020;
  font-weight: bold;
}

.task-handler-form .button-action-section {
  border-bottom: 1px solid #e6e6e6;

}

.card.site-white-card .task-handler-form .button-action-section {
  padding: 5px 0px;
}

.task-handler-form .card.site-white-card .button-action-section .nav-action {
  flex-wrap: wrap;
}

.task-handler-form .short-activity .filter-pill-btns {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.task-handler-form .button-action-section .nav-action .btn.site-btn.pill-btn {
  white-space: nowrap;
  margin: 5px 3px;
  font-size: 10px;
  line-height: 12px;
  border-radius: 8px;
  min-width: 85px;
  padding: 4px 10px;
}

.task-handler-form .button-action-section .filter-pill-btns.task-pill-btn .btn.site-btn.pill-btn.dark-grey {
  background: #545859;
  color: #fff;
}

.task-handler-form .button-action-section .filter-pill-btns.task-pill-btn .btn.site-btn.pill-btn.grey-1 {
  background: #eff1f0;
}

.task-handler-form .button-action-section .filter-pill-btns.task-pill-btn .btn.site-btn.pill-btn.grey-2 {
  background: #dbdbdb;
}

.task-handler-form .button-action-section .filter-pill-btns.task-pill-btn .btn.site-btn.pill-btn.grey-3 {
  background: #bbbdbc;
}

.task-handler-form .button-action-section .filter-pill-btns.task-pill-btn .btn.site-btn.pill-btn.pink {
  background: #d8b2b1;
}

.task-handler-form .button-action-section .filter-pill-btns.task-pill-btn .btn.site-btn.pill-btn.dark-grey:hover {
  color: #fff;
}

.task-handler-form .button-action-section .filter-pill-btns.task-pill-btn .btn.site-btn.pill-btn.grey-1:hover {
  color: #000;
}

.task-handler-form .button-action-section .filter-pill-btns.task-pill-btn .btn.site-btn.pill-btn.grey-2:hover {
  color: #000;
}

.task-handler-form .button-action-section .filter-pill-btns.task-pill-btn .btn.site-btn.pill-btn.grey-3:hover {
  color: #000;
}

.task-handler-form .button-action-section .filter-pill-btns.task-pill-btn .btn.site-btn.pill-btn.pink:hover {
  color: #000;
}

.task-head-info {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}

.task-handler-form label {
  margin-bottom: 0px;
  font-size: 12px;
}

.task-handler-description {
  padding: 25px 0px;
}

.task-handler-description label {
  font-weight: bold;
  text-decoration: underline;
}

.task-handler-description p, .task-handler-description label {
  font-size: 12px;
  line-height: 18px;
}

.descrip-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.descrip-btn .site-btn.site-secondaryBtn {
  max-width: 48%;
  margin: 0px;
  line-height: 16px;
  padding: 8px 15px;
  font-size: 14px;
}

.descrip-btn .site-btn.site-secondaryBtn.full {
  max-width: 100%;
}

.site-btn.site-secondaryBtn.green-btn {
  background: #5592e3;
}

.site-btn.site-secondaryBtn.light-green-btn {
  background: rgba(85, 146, 227, 0.91);
}

.site-btn.site-secondaryBtn.gray-btn {
  background: rgba(56, 58, 28, 0.24);
}

.site-btn.site-secondaryBtn.maroon-btn {
  background: #800000;
}

.table.table-site.attachment-table thead th {
  border: 0px none;
  background: #1E1F1F;
  font-size: 12px;
  white-space: nowrap;
}

.table.table-site.attachment-table tbody tr td {
  font-size: 11px;
}

.table.table-site.attachment-table tbody tr td.attachment-file a {
  display: inline-flex;
  color: #202020;
}

.table.table-site.attachment-table tbody tr td.attachment-file a i {
  position: relative;
  top: 2px;
  margin-right: 5px;
  transform: rotate(60deg);
}

.table.table-site.attachment-table .desc-col {
  width: 33%;
}


.task-handler-form .card.site-white-card .card-header {
  background: #414546;
}

.task-handler-form .card.site-white-card .card-header h4 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.site-btn.site-secondaryBtn.load-more-btn {
  background: #a0a2a1;
  width: 100%;
  max-width: 100%;
}

.task-handler-form .site-btn.site-secondaryBtn.load-more-btn {
  margin-bottom: 20px;
}

.task-page-back {
  display: none;
}

.table.table-site.table-hover.production-table tbody tr.tr-active td {
  color: #212529;
}

.table.table-site.table-hover.production-table tbody tr.tr-active {
  color: #212529;
  background-color: transparent;
}

.table.table-site.table-hover.production-table tbody tr.tr-active > td .prod-math {
  background: #212529;
}

@media (min-width: 993px) {
  .sec-col.sec-col-left.sec-col-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-transition: max-width .5s ease;
    transition: max-width .5s ease;
  }

  .sec-col.sec-col-left {
    /* transition: all 0.20s linear; */
  }

  /* .sec-col-list{
      overflow: hidden;
  } */
  .sec-col.sec-col-right.desktop-hide {
    display: none;
    /* right: -500px;
    position: absolute;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
    -webkit-transition: right 1s ease, width 0.6s ease;
    -o-transition: right 1s ease, width 0.6s ease;
    transition: right 1s ease, width 0.6s ease; */
  }

  .sec-col.sec-col-right {
    /* right: 0px;
    top:0;
    position: relative;
    -webkit-transition: right 1s ease, width 0.6s ease;
    -o-transition: right 1s ease, width 0.6s ease;
    transition: right 1s ease, width 0.6s ease; */
  }
}


@media (max-width: 767px) {
  .sec-col-right {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    padding-top: 20px;
    overflow-y: scroll;
    width: 100%;
    z-index: 8;
    margin-top: 55px;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 17px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 17px rgb(0 0 0 / 20%);
    -webkit-transition: right 0.3s ease, width 0.3s ease;
    -o-transition: right 0.3s ease, width 0.3s ease;
    transition: right 0.3s ease, width 0.3s ease;
  }

  .task-sec-toggled .sec-col-right {
    right: 0;
  }

  .task-page-back {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .task-page-back i {
    font-size: 22px;
  }

  .task-page-back span {
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
  }

  .task-head-info {
    flex-direction: column;
  }

  .task-head-info label:first-child {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .descrip-btn {
    flex-direction: column;
  }

  .descrip-btn .site-btn.site-secondaryBtn {
    max-width: 100%;
    margin: 0px 0px 10px 0px;
  }


}

@media (max-width: 480px) {
  .task-handler-form .button-action-section .nav-action .btn.site-btn.pill-btn {
    margin: 5px 2px;
  }

  .table.table-site.attachment-table > thead > tr > th:first-child {
    width: 20%;
  }
}

.repeatable-element {
  border: 1px solid rgba(0, 40, 100, .12);
  border-radius: 5px;
  background-color: #f0f3f94f;
}

.container-repeatable-elements .controls {
  display: flex;
  flex-direction: column;
  align-content: center;
  position: absolute !important;
  left: -16px;
  z-index: 2;
}

.container-repeatable-elements .controls button {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #e8ebf0 !important;
  margin-bottom: 2px;
  overflow: hidden;
}

.container-repeatable-elements .controls button.move-element-up,
.container-repeatable-elements .controls button.move-element-down {
  height: 24px;
  width: 24px;
  margin: 2px auto;
}

.container-repeatable-elements .repeatable-element:first-of-type .move-element-up,
.container-repeatable-elements .repeatable-element:last-of-type .move-element-down {
  display: none;
}

.team-head {
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 22px;
  text-decoration: underline;
}

h5.team-head {
  font-size: 20px;
  text-decoration: underline;
}

.member-list-main {
  list-style-type: none;
  margin: 0px 0px 40px 0px;
  padding: 0px;
}

.member-list-main > li {
  display: flex;
  justify-content: space-between;
  /*padding-bottom: 15px;*/
  margin-bottom: 15px;
  font-size: 12px;
}

.member-list-main > li:last-child {
  border-bottom: 0px none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.member-list-main > li .members h6 {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 16px;
}

.member-list-main > li .members p {
  font-size: 12px;
  margin: 0px;
}

.list-action-icons {
  display: inline-flex;
}

.list-action-icons a {
  color: #000;
  text-decoration: none;
  font-size: 26px;
}

.list-action-icons a:not(:last-child) {
  margin-right: 10px;
}

.btn.site-btn.black-btn {
  text-align: center;
  background: #000;
  color: #5592e3;
  width: 100%;
  display: block;
  padding: 10px 15px;
}

.basic-team-card:hover {
  /*box-shadow: 0px 2px 7px #86c222;*/
}

.tooltip-inner {
  text-align: left;
}

.prod-math.overview-panel-close {
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: 1rem;
  z-index: 999;
}

.help-block {
  color: #73818f;
  font-size: .9em;
  margin-bottom: .25rem;
  margin-top: .25rem;
}

.help-block-label {
  color: rgba(115, 129, 143, 0.78);
  font-size: 1.1rem;
  margin-bottom: .25rem;
  margin-top: .25rem;
  font-weight: bold;
}

.badge-gator {
  color: #000;
  background-color: #5592e3;
}

.table-header {
  border-bottom: 1px solid;
  display: flex;
  align-items: self-end;
  padding-top: 15px;
  padding-bottom: 6px;
}

.table-header .sub-heading {
  font-weight: 350;
  font-size: 24px;
}

.table-header h4 {
  font-size: 30px;
}

.nav-item-alt .nav-link {
  padding: .5rem .5rem !important;
}


.table-action-button, .table-action-button-alt {
  color: #000;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: 700;
  border-radius: 5px;
  border: 0.5px solid #898989;
  background: #FFF;
  row-gap: 1rem;
}


.button-dash {
  width: 24%;
  margin-right: 9px;
}

.table-action-button:hover, .table-action-button-alt:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: black;
}

.dark.table-action-button {
  background: #1E1F1F !important;
  color: white !important;
}

.dark.table-action-button:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.members {
  width: 100%;
  margin-left: 7px;
}

.members h6 {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding-bottom: 5px;
}

.members p {
  font-size: 14px !important;
}

.add-inline-team {
  float: right;
  color: black;
  font-size: 13px;
}

.add-inline-team:hover {
  color: black;
}

.sec-grey {
  background: #f6f6f6;
}

a:focus, button:focus {
  outline: 0;
}

.btn-link-black {
  color: black !important;
  text-decoration: underline;
}

.btn-link-black.email {
  color: #5592e3 !important;
}

.btn-link-primary {
  color: #1E1F1F !important;
}

.dottable {
  cursor: pointer;
  transform: rotate(90deg);
}

.mobile-dottable {
  cursor: pointer;
  transform: rotate(90deg);
  color: #8DC43E !important;
  font-weight: 900;
  font-size: 1.5rem;
}

.task-pill-btn {
  padding: 0.25rem .75rem;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  font-size: 0.625rem;
  line-height: .5rem;
  border-radius: 5px;
}

.task-pill-btn.secondary {
  background-color: rgba(85, 88, 88, 0.01);
  border-color: rgba(85, 88, 88, 0.01);;
  color: black;
}

.app-menu__item .la {
  font-size: 17px;
}

.app-menu__item svg {
  margin-right: 5px;
}

.app-menu__item:hover {
  text-decoration: none;
  color: #5592e3;
}

.table-actions {
  padding: 20px 0px;
}

.select-check {
  vertical-align: middle;
  transform: scale(1.2);
}

.actions .btn, .action.btn {
  vertical-align: middle;
  color: black;
  padding: 0;
}

.title-row {
  padding-left: 4px;
  vertical-align: middle;
}

.results-table {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.results-table td {
  vertical-align: middle;
}

.results-table thead th:first-child {
  border-top-left-radius: 5px;
}

.results-table thead th:last-child {
  border-top-right-radius: 5px;
}

.app-content form.common {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 15px;
}

.select2-container--bootstrap .select2-selection--single {
  height: 40px !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  padding-top: 4px !important;
}

.form-wrapper {
  margin: 20px 0px;
}

.form-wrapper .btn-success, .btn-success {
  color: #fff !important;
  background-color: #4887EA !important;
  border: 1px solid #4887EA !important;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 20px 35px;
}

.form-wrapper .btn-cancel, .btn-cancel {
  color: black !important;
  background-color: #f6f6f6 !important;
  border: 1px solid #202020 !important;
  display: flex;
  height: 40px;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 20px 40px;
}

.form-wrapper .btn-success:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.form-wrapper .btn-cancel:hover {
  text-decoration: none;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.table-wrapper {
  overflow: visible;
}

.modal-table-wrapper {
  overflow: auto;
}

.dataTable {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.dataTable td {
  vertical-align: middle;
}

.dataTable thead th:first-child {
  border-top-left-radius: 5px;
}

.dataTable thead th:last-child {
  border-top-right-radius: 5px;
}

.dataTable th {
  background: #1E1F1F;
  color: #ffff;
}

table.dataTable thead > tr > th.sorting::before {
  color: #ffff !important;
  opacity: 1 !important;
}

table.dataTable thead > tr > th.sorting::after {
  color: #ffff !important;
  opacity: 1 !important;
}

.activity-wrapper {
  border-radius: 5px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.activity-header {
  color: #fff;
  background: #1E1F1F;
}

.activity-header h4 {
  font-size: 22px;
}

.dash-share {
  padding: 20px 40px;
  height: 40px;
}

.dash-card {
  display: flex;
  color: #1E1F1F;
  padding: 10px;
  align-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: capitalize;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.dash-card:hover {
  background: #bcbcbc;
  color: #000;
  text-decoration: none;
}

div.dash-card h3 {
  text-decoration: underline;
}

div.dash-card th {
  text-align: right;
}

.dash-card.active {
  background: #bcbcbc;
  color: #1E1F1F;
  text-decoration: none;
}

.dash-button {
  color: white;
  padding: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: capitalize;
  border: 3px transparent solid;
  justify-content: center;
  height: 112px;
  border-radius: 5px;
  background: #1E1F1F;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.dash-button:hover {
  background: #000;
  color: #5592e3;
  border: 3px #5592e3 solid;
}

.dash-button.sm {
  padding: 0px;
}

.navbar-filters li.nav-item {
  background: #e4e4e4 !important;
  border-radius: 5px;
  margin-right: 10px;
}

.navbar-filters li.nav-item a {
  color: #1E1F1F;
  font-weight: 700;
}

.nav-item.active a {
  color: #5592e3 !important;
  text-decoration: underline !important;
  font-weight: 700;
}

.nav-item-custom.active a.dropdown-item {
  color: #1E1F1F !important;
}

#datatable_search_stack label {
  width: 66.66%;
}

#datatable_search_stack input.form-control {
  width: 100%;
}

.grey-bg {
  background: #f6f6f6 !important;
}

.shadow-0 {
  box-shadow: none !important;
}

.table-text-center tbody td {
  text-align: center;
}

.grey-map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.lock-width {
  width: 100px;
}

.lock-width2 {
  width: 150px;
}

.inline-column {
  min-width: 100px;
}

.category-row th {
  background-color: #f6f6f6 !important;
  color: black;
}


.form-check-input {
  margin-top: .1rem;
  /*margin-left: -2rem;*/
}

span.unread-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0;
}

.notifications {
  color: #185699;
}

.notifications .sidebar {
  background-color: #e6eef6;
  color: #185699;
}

.notifications h3, .notifications h4 {
  color: #185699;
}

.notifications .app-menu__item {
  font-weight: normal;
  font-size: 16px;
  color: #185699;
}

.row.email {
  position: relative;
}

.row.email::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: calc(100% - 40px);
  background-color: #185699;
  margin: 0 10px;
}

.badge-read {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #861817;
  color: #861817;
  font-weight: bold;
  content: '';
}

.table-email {
  color: #185699;
}

.table-email td {
  border-top: none;
  border-bottom: 1px solid #185699;
  cursor: pointer;
}


.bg-slate-200 {
  background-color: #E5EEF6;
}

.badge-danger, .bg-danger {
  background-color: #C10000 !important;
}

.text-cyan-900 {
  color: #1A3864;
  font-family: Avenir;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.font-extrabold {
  color: #1A3864;
  font-family: Avenir;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.left-rounded {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.right-rounded {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

@media (max-width: 768px) {
  .right-rounded, .left-rounded {
    border-radius: 0px;
  }
  .sidebar {
    margin-bottom: 20px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.border-bottom {
  border-bottom: 1px solid #1A3864 !important;
}

section {
  color: #1A3864 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.emails-list {
  background-color: #E5EEF6;
}

.text-small {
  font-size: 8px;
}

.filter-box {
  width: 80%;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  margin-top: -22px;
}

div#label-menu {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 150px);
  margin: 20px 10px;
  min-width: 240px;
  background-color: #E5EEF6;
}

#crudTable th, #crudTable td {
  text-align: left;
}

.scope-crud-list th {
  width: 25% !important;
}

.bootstrap-datetimepicker-widget {
  z-index: 10000 !important;
  overflow: visible !important;
}

.noty_theme__backstrap.noty_type__po_success {
  background-color: #6DD96D;
  color: #fff;
  font-size: 1rem;
  border-radius: 4px;
}

.badge-success {
  background-color: #37C66C;
}

.badge-info {
  background-color: #30B0C7;
}

.badge-primary {
  background-color: #0072DD;
}

.btn-primary {
  background-color: #4887EA;
}

.btn-primary.disabled, .btn-primary:disabled {
  opacity: 0.6;
}

.btn-secondary {
  background-color: #B4B4B4;
  border-color: #B4B4B4;
}

.badge-pill {
  display: inline-flex;
  height: 28px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 1000px;
}

.table td {
  padding: 1.1rem !important;
}

textarea:disabled {
  background-color: white;
}

.dataTables_scrollHead thead th {
  position: sticky;
  top: 0;
  z-index: 10;
}

.disabled-field {
  border: none !important;
  background-color: transparent !important;
  padding-left: 0 !important;
}

.disabled-number {
  background-color: transparent !important;
}

.input-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: green;
  pointer-events: none;
}

div#commentList > div:nth-child(even) {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

label.backstrap-file-label {
  overflow: hidden;
}

.me-2 {
  margin-inline-end: 1rem !important;
}

tr.no-wrap th {
    white-space: nowrap;
}

span.select2-container--open, span.select2-container {
    width: 320px;
}

.checklist-container {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
}

.checklist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 12px;
}

.checklist-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.checklist-item.incomplete {
    background-color: #e8f0fe;
}

.checklist-item.completed {
    background-color: #f5f5f5;
    color: #888;
    text-decoration: line-through;
}

.checklist-item input[type="checkbox"] {
    margin-right: 10px;
}

.checklist-footer {
    margin-top: 12px;
}

.checklist-link {
    color: #2563eb;
    text-decoration: none;
    cursor: pointer;
}

.checklist-link:hover {
    text-decoration: underline;
}

.checklist-item:hover .delete-checklist {
    display: inline !important;
}

.review-scope-btn {
    font-size: 14px;
}

/* Submenu container */
.dropdown-submenu {
    position: relative;
}

/* Submenu link arrow */
.dropdown-submenu > .dropdown-toggle::after {
    transform: rotate(-90deg);
    margin-left: .5rem;
}

/* Submenu menu */
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.lh {
    height: calc(2.25rem + 2px);
}

.select2-container .select2-dropdown {
    z-index: 9999 !important;
}

.fields-header {
    margin: 0 -12px;
    justify-content: left !important;
}

.fields-header h4 {
    font-weight: bold;
    font-size: 16px !important;
}

.fields-header-alt {
    display: flex !important;
    justify-content: space-between !important;
    background-color: var(--bs-border-color-translucent) !important;
    padding: 0.75rem 1rem !important;
}

.fields-header-alt h4 {
    font-weight: bold;
    font-size: 16px !important;
    color: black !important;
}

.card-box {
    padding: 0 9px 0 10px;
}

.comparison-table th {
    white-space: normal !important;
    word-wrap: break-word;
    max-width: 200px;
}
.comparison-table td {
    white-space: normal !important;
    word-wrap: break-word;
    max-width: 200px;
    border-color: rgba(33, 37, 41, 0.4) !important;
    padding: 0.7rem .75rem !important;
}

.border-secondary {
    border-color: rgba(33, 37, 41, 0.4) !important;
}

.btn-link.back {
    color: rgba(12, 10, 10, 0.67);
    font-weight: bold;
}

.btn-link.back:hover {
    color: #0c0a0a;
}
