.page-container {
  background-color: #272a2c;
}

.menu-sidebar {
  background-color: #181a1b;
}

.header-desktop {
  background-color: #1e2021;
}

.logo {
  background-color: #373c3e;
}

.menu-sidebar .logo {
  border: none !important;
}

.header-mobile{
  background: #373c3e !important;
}


.dark-background {
  background: #181a1b;
}

.panel-background {
  background: #272a2c;
}

.login-text-special {
  color: #28f9e9 !important;
}

.login-button {
  background: #00a397 !important;
  color: #121212 !important;
}

.notifi-dropdown.js-dropdown {
  background: #181818;
  border: 1px solid #212121;
}

.notifi__item {
  border: 1px solid #212121;
}

.notifi__item:hover {
  background: #0e0e0e;
}

.notifi__title {
  border-bottom: 1px solid #212121;
}

.notifi__footer a {
  color: #28f9e9;
}

.notifi__footer a:hover {
  color: #00a397;
}

.notifi__item .content p {
  color: #c7c9cd;
}

.notifi__title p {
  color: #e0e2e8;
}

.account-dropdown {
  background: #181818;
  border: 1px solid #212121;
  
}

.account-dropdown .info{
  border-top: 1px solid #212121 !important;
  border-bottom: 1px solid #212121 !important;
}

.account-dropdown__footer {
  border-top: 1px solid #212121 !important;
}

.account-dropdown .info .content .name a {
  text-transform: none;
  font-size: large;
}

.account-dropdown__item a {
  color: #c7c9cd;
}

.account-dropdown__footer a {
  color: #c7c9cd;
}

.account-dropdown__item a:hover {
  background: #0e0e0e;
}

.account-dropdown__footer a:hover {
  background: #0e0e0e;
}

.noti__item i {
  color: #c7c9cd;
}

.table-data3 thead tr th {
  background-color: black !important;
  color: #bdbdbd !important;
  border-bottom: 1px solid #3c3c3c;
}

.au-input {
  color: #252323 !important;
  background-color: #d5d8df !important;
}

.au-input::placeholder {
  color: #7e7f83 !important;
}

.navbar-sidebar {
  color: #b2aca2;
}

:is(h1, h2, h3, h4, h5, h6) {
    color: #c7c9cd;
}