.count_notif
{
  position: absolute;

  background: red;
  border-radius: 2px;

  color: white;
  text-align: center;
  bottom: 12px;
  left: 4px;
  padding: 0px 3px;
}

.readall_link
{
  background: #ECF4FC;
}
.readall_link a, .readall_link a:hover
{
  color: var(--bs-primary);
}

.item_notif:not(:last-child)
{
    border-top: 1px solid var(--bs-container-border-color)
}

.item_notif:hover
{
    background:#ebf7f5;

}
.date-notif
{
    color:#6689AB;
    font-size: 10px;
  font-weight: 400;
  font-family: var(--bs-font-poppins);
  margin-top: 6px;
}


.btn-create i
{
  color: white!important;
}
.app-header .menu-item .menu-link.btn-create .menu-title:hover
{

  color: white!important;
}

.app-header-menu .menu .menu-item.show > .menu-link.btn-create .menu-title {
  color:#fff;
}
.app-header-menu .menu .menu-item.hover:not(.here) > .menu-link.btn-create:not(.disabled):not(.active):not(.here), .app-header-menu .menu .menu-item:not(.here) .menu-link.btn-create:hover:not(.disabled):not(.active):not(.here) {


  color: #fff;
}

.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ccc;
  color: #ccc;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
}

.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ccc;
  color: #ccc;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ccc;
  color: #ccc;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
      background-color: #ccc;
  }

  50%,
  100% {
      background-color: rgba(204, 204, 204, 0.2);
  }
}
@media(max-width:767px)
{
  .app-header .btn-create
{
  background: #3AB4A0;
  padding: 6px!important;
  color: white;
}

}
.no-notification-text1
{
  color: var(--bs-text-dark) !important;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--bs-font-poppins);
}

.no-notification-text2
{
  color: #6689AB !important;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--bs-font-poppins);
}

.no-notification-block
{
  border-top: 1px solid var(--bs-container-border-color);
}
.item_notif .text-notif
{
  font-size: 12px;
  font-weight: 400;
  font-family: var(--bs-font-poppins);
  color: var(--bs-text-dark) !important;
  line-height: 18px;
}
.notif-title
{
  font-size: 14px;
  font-weight: 600;
  font-family: var(--bs-font-poppins);
  color: var(--bs-text-dark) !important;
  text-transform: uppercase;
}
