body {
  /* background-color: #222; */
}

.bg-black {
  background-color: #000;
}

#header {
  height: 65px;
  max-height: 65px;
  overflow: hidden;
  padding: 15px 30px;
}

#header .logo-container {
  margin-right: 45px;
  height: 100%;
}

#header .logo-container img {
  max-height: 100%;
  height: 100%;
}

.bg-header {
  background-color: #222;
}

.navbar-item {
  color: #fff;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}

.navbar-item.active {
  border-bottom: 2px solid #FDC834;
}

a.navbar-item:hover {
  color: #fff;
}

.all-project {
  font-size: 30px;
  font-weight: bold;
}

.filter-row {
  padding: 18px 0px;
}

.filter-row .form-control {
  border-radius: 10px;
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
}

.filter-row .input-group-text {
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 10px;
}

.filter-row .dropdown-item:hover {
  background-color: hsl(44, 97%, 60%);
  color: #ffffff;
}

.btn-warning {
  color: #fff;
  background-color: hsl(44, 97%, 60%);
  border-color: hsl(44, 97%, 60%);
  border-radius: 50px;
}

.btn-warning:hover {
  color: #fff;
  background-color: hsl(44, 97%, 53%);
  border-color: hsl(44, 97%, 50%);
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 199, 53, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: hsl(44, 97%, 60%);
  border-color: hsl(44, 97%, 60%);
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.warning-toggle {
  color: #fff;
  background-color: hsl(44, 97%, 50%);
  border-color: hsl(44, 97%, 47%);
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.warning-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 199, 53, 0.5);
}

.btn-warning-custom {
  color: #585858;
  background-color: hsl(44, 97%, 60%);
  border-color: hsl(44, 97%, 60%);
}

.btn-warning-custom:hover {
  color: #585858;
  background-color: hsl(44, 97%, 53%);
  border-color: hsl(44, 97%, 50%);
}

.btn-warning-custom:focus,
.btn-warning-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 199, 53, 0.5);
}

.btn-warning-custom.disabled,
.btn-warning-custom:disabled {
  color: #585858;
  background-color: hsl(44, 97%, 60%);
  border-color: hsl(44, 97%, 60%);
}

.btn-warning-custom:not(:disabled):not(.disabled):active,
.btn-warning-custom:not(:disabled):not(.disabled).active,
.show>.btn-warning-custom.warning-toggle {
  color: #585858;
  background-color: hsl(44, 97%, 50%);
  border-color: hsl(44, 97%, 47%);
}

.btn-warning-custom:not(:disabled):not(.disabled):active:focus,
.btn-warning-custom:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning-custom.warning-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 199, 53, 0.5);
}

.project-container {
  padding-bottom: 30px;
}

.project-container .project-date {
  font-size: 14px;
  color: #DAA513;
}

.project-container .project-title {
  font-size: 18px;
  color: #000;

}

.project-container .project-concern-text {
  font-size: 14px;
  color: #000;
}

.project-container .card {
  background-color: #fff;
  color: #000;
}

.btn-edit-circle {
  width: 40px;
  height: 40px;
  position: relative;
  box-shadow: 0px 2px 6px #00000029;
}

.btn-edit-circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.concerned-container {
  display: flex;
  margin-right: 10px;
}

.concerned-container .concerned-items {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 2px 6px #32323233;
  margin-left: -10px;
  position: relative;
}

.concerned-container .concerned-items:first-child {
  margin-left: 0px;
}

.concerned-container .concerned-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concerned-container .concerned-items.overlay img {
  filter: brightness(0.6);
  position: relative;
  z-index: 0;
}

.concerned-container .concerned-items.overlay span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 424.98px) {
  #header {
    padding: 15px 15px;
  }
}

.text-yellow {
  color: #DAA513;
}

.btn-yellow {
  color: #fff;
  background-color: #FECA35;
  width: 40px;
  height: 40px;
}

.btn-sort-by {
  color: #fff;
  background-color: #FECA35;
  border-radius: 25px;
}

.btn-w15 {
  width: 15vw;
}

.bg-darkgrey {
  background-color: #dddddd;
}

.img-user {
  width: 60px;
  height: 60px;
  position: absolute;
}

.img-user-w60 {
  width: 60px;
  height: 60px;
}

.history-image {
  overflow: hidden;
  position: relative;
  width: 105px;
  height: 85px;
  border-radius: 10px;
}

.history-image img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.card-image-custom {
  width: 30vw;
}

.nav-link-custom {
  width: 4vw;
  height: 100%;
  border-radius: 10px;
}

.borderless td,
.borderless th {
  border: none;
}

.card-black {
  background-color: #222;
  color: #fff;
}

.btn-black {
  background-color: #222;
  color: #fff;
}

.btn-black:hover {
  background-color: #222;
  color: #FECA35;
}

.text-black {
  color: #222;
}

.opacity04 {
  opacity: 0.4;
}

.img-user:nth-of-type(n+1) {
  transform: translate(0%, 0%);
}

.img-user:nth-of-type(n+2) {
  transform: translate(60%, 0%);
}

.img-user:nth-of-type(n+3) {
  transform: translate(120%, 0%);
}

.img-user:nth-of-type(n+4) {
  transform: translate(180%, 0%);
}

.img-user~:nth-of-type(n+5) {
  transform: translate(240%, 0%);
}

.img-user:nth-of-type(n+6) {
  transform: translate(300%, 0%);
}

.img-user:nth-of-type(n+7) {
  transform: translate(360%, 0%);
}

.img-user:nth-of-type(n+8) {
  transform: translate(420%, 0%);
}

.img-user:nth-of-type(n+9) {
  transform: translate(480%, 0%);
}

.img-user:nth-of-type(n+10) {
  transform: translate(540%, 0%);
}

.inputWithIcon input[type=text] {
  padding-left: 40px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon input {
  background-color: #f4f4f4;
  border: 0px;
  border-radius: 10px;
  height: 40px;
}

.inputWithIcon i {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 12px 12px;
  color: #aaa;
}

.bg-grey {
  background-color: #F5F5F5;
}

.bg-lightgrey {
  background-color: #F2F2F2;
}

.table-grey {
  background-color: #FCFCFC !important;
}

.table-darkgrey {
  background-color: #F5F5F5;
}

.table-border-bottom {
  border-bottom: 1px solid #F0F0F0;
}

.z-index-1 {
  z-index: 1;
}

.mt-10vh {
  margin-top: 10vh;
}

.h-40vh {
  height: 40vh;
}

.border-radius-10 {
  border-radius: 10px;
}

.btn-input-img {
  background-color: #e2e2e2;
  color: #9B9B9B;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}

.search-box-text::placeholder {
  color: #D1D1D1;
}

.search-filter.dropdown-toggle::after {
  display: none;
}

.img-parent {
  position: relative;
  width: 20vw;
}

.img-child-0 {
  position: absolute;
  transform: translate(0%, 0%);
}

.img-child-1 {
  position: absolute;
  transform: translate(60%, 0%);
}

.img-child-2 {
  position: absolute;
  transform: translate(120%, 0%);
}

.img-child-3 {
  position: absolute;
  transform: translate(180%, 0%);
}

.img-child-4 {
  position: absolute;
  transform: translate(240%, 0%);
}

.img-child-5 {
  position: absolute;
  transform: translate(300%, 0%);
}

.img-child-6 {
  position: absolute;
  transform: translate(360%, 0%);
}

.img-child-7 {
  position: absolute;
  transform: translate(420%, 0%);
}

.img-child-8 {
  position: absolute;
  transform: translate(480%, 0%);
}

.img-child-9 {
  position: absolute;
  transform: translate(540%, 0%);
}

.img-child-10 {
  position: absolute;
  transform: translate(600%, 0%);
}

.img-child-size {
  width: 40px;
  height: 40px;
  border-radius: 25px;
}

.btn-project-list {
  background-color: #FECA35;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.img {
  border-radius: 100%;
  display: flex;
  /* flex: 0 0 20px; */
  height: 40px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 40px;
}

.img img {
  height: 100%;
}

.img-overlay {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

.btn-custom {
  border-radius: 10px;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 15px 20px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 15px 20px 0px rgba(50, 50, 50, 0.2);
  font-weight: 600;
  padding: 0.5rem 1rem;
}

.table.table-weera-theme {
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
}

.table.table-weera-theme tr {
  border: none;
}

.table.table-weera-theme th {
  padding: 1em;
  background: #F0F0F0;
  border-bottom: 2px solid white; 
  border-top: none;
}

.table.table-weera-theme td {
  padding: 1em;
  background: #FFFFFF;
  border-bottom: 1px solid #F0F0F0; 
}

.table.table-weera-theme td.thin-cell {
  width: 1%;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #58BE26;
}

input:focus + .slider {
  box-shadow: 0 0 1px #58BE26;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1200px) {
  .logo-image-container {
    width: 500px;
  }
}

.btn-menu-sidenav.has-notification {
  position: relative;
}

.btn-menu-sidenav.has-notification::after {
  position: absolute;
  content: "";
  background-color: red;
  box-shadow: 1px 1px 3px black;
  width: 10px;
  height: 10px;
  top: 0;
  right: 0;
  border-radius: 50%;
}