html, body{
  font-family: 'Inter', sans-serif;
}
.sidebar .navbar .brand-title {
  font-weight: 600;
}
.h3.title{
  font-weight: 600;
}
.bg-primary {
  /* background-color: #27ae60 !important; */
  background-color: #3B9315 !important;

}
.btn-primary:hover {
  /* background-color: #27ae60 !important; */
  background-color: #2d8606 !important;

}
.bg-logo{
  background-color: #26272B;
}
.sidebar{
  box-shadow: none !important;
  background-color: #26272B;
}
.sidebar .navigation {
  padding-top: 4px;
}
.sidebar .navigation ul li a {
  color: #667085;
}

.sidebar .navigation ul li.open {
  background-color: white;
}

.sidebar .navigation ul li.open > a, 
.sidebar .navigation ul li .sub-nav li a:hover{
  color: #317516;
}
.sidebar .navigation ul li .sub-nav li a {
  padding-left: calc( 10px + 1.2rem );
}

#userLogedinDropdown{
  color: #fff !important;
}
/* .navigation ul li a{
  color: #ccc !important;
} */
.rounded{
  border-radius: 0.9rem !important;
}
.content-area .header{
	height: 61px !important;
}
.content-area .header .navbar{
	height: 60px !important;
}
.select2,.select2-selection{
	min-height: 39px !important;
}

/* phospore icon */
.ph{
  font-size: 16px;
}
.ph-bigger{
  font-size: 24px;
}
/* end phospore icon */

/* breadcrumb */
.breadcrumb{
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}
.breadcrumb-item {
  font-weight: 500;
  font-size: 14px;
}
.breadcrumb-item a{
  color: #317516;
}
.card-shadow{
  /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19) !important; */
  box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1),0 0.1px 0.1px 0.1px rgba(0,0,0,0.1) !important;
}
.card .card-header{
  background: transparent;
}
.card .card-header.rounded{
  border-radius: 8px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.card.rounded{
  border-radius: 8px !important;
}
.btn-success{
  background-color: #3B9315;
  border-color: #3B9315;
}

.btn-secondary{
  background-color: #202939;
}
.btn-primary{
  background-color: #317516;
}

/* content wrapper */
.content-wrapper {
  min-height: 500px;
}

/* text class */
.text-info{
  color: #3267E3 !important;
}

.btn-sm{
  border-radius: 6px;
}

/* badge */
table .badge{
  font-size: 12px;
}

.header .notification::before {
  display: none;
} 

.header .notification .navbar-label{
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 12px;
  background: red;
  line-height: 1.3;
  color: white;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

small.wrap{
  white-space: normal;
}

.notification.unread{
  background-color: #F0FDE8;
}

.unread{
  background-color: #F0FDE8;
}

.dropdown-menu.dropdown-lg.notificationDropdown {
  min-width: 25rem;
  max-height: 400px;
  overflow-y: hidden;
}

.dropdown-menu.dropdown-lg.notificationDropdown:hover {
  overflow-y: scroll;
}

.badge-audit-open{
  background-color: #FAC515;
  color: #665007;
}

.badge-audit-open-overdue{
  background-color: #C00021;
  color: #e6dddc;
}

.badge-audit-close{
  background-color: #12B76A;
  color: #036039;
}

.badge-audit-close-overdue{
  background-color: #F79009;
  color: #665007;
}

.modal .modal-content {
  background-color: white;
}