.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #271334;
  z-index: 9999;
}

ymaps[class$="searchbox"] {
  display: none;
}

#map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.client-list {
  height: 68vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.client-item-block button{
  z-index: 1;
}
#client_card .close{
  position: absolute;
  right: -5px;
  top: -5px;
  border-radius: 50%;
  line-height: 1rem;
  font-size: 1rem;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
}

.global-tasks{
  color: #fff;
  background: red;
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: -5px;
  width: 18px;
  height: 18px;
  line-height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 0.8rem;
}

.client-item-tasks{
  color: #fff;
  background: rgba(255,0,0,0.7);
  box-shadow: 0px 0px 2px 2px rgb(255 0 0 / 30%);
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 18px;
  height: 18px;
  line-height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 0.8rem;
}

a.client-item {
  color: #000;
}

.client-item.active div {
  background-color: gold;
}

.aside-dark .menu .menu-item .menu-link .menu-icon,
.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon,
.aside-dark .menu .menu-item .menu-link .menu-icon i {
  font-size: 1.3rem;
}

.footer {
  background-color: rgba(23, 11, 42, 0.7);
  color: #fff;
}

body {
  background-color: #F3F6F9 !important;
}

.groups-icons {
  position: relative;
  max-height: 350px;
  overflow: auto;
}

.groups-icons i {
  color: #000;
  font-size: 1.5rem;
}

.groups-icons .name {
  display: none;
}

.groups-icons a {
  border-radius: 18px;
}

.groups-icons a.active {
  background-color: #FFFF00 !important;
}

.groups-icons a:hover {
  background-color: #eee;
}

.map-tasks {
  font-size: 0.7rem;
  color: #fff;
  background: red;
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 16px;
  height: 16px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .header-fixed .header {
    background-color: #1e1e2d;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 0 80px;
  }

  .header-fixed.toolbar-fixed .wrapper {
    padding-top: calc(25px + var(--kt-toolbar-height));
  }
}

.header-fixed .header {
  background-color: #1e1e2d;
}



@media (max-width: 991.98px) {
  .header-tablet-and-mobile-fixed .wrapper {
    padding-top: 85px;
  }
}