body {
  margin: 0;
  padding: 0;
  /* background-image: url("/media/patterns/header-bg.jpg"); */
}
.splash-screen {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f2f3f8;
  font-family: Poppins, Helvetica, 'sans-serif';
}

.splash-screen img {
  margin-left: calc(100vw - 100%);
  margin-bottom: 30px;
  height: 200px;
}
.header{
  left: 0px!important;
}
.wrapper{
  padding-left: 0px !important;
}
.h-70px{
  height: 70px !important;
}

.menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: rgb(111 198 255 / 80%)!important;
}

.search-bar {
  background-color: #F3F6F9;
  border-radius: 5px;
  padding: 8px;
  margin-left: 24px;
  width: 240px;
}

.search-bar input {
  border: none;
  margin-left: 8px;
  width: 100%;
  background-color: transparent;
  color: #1F2937;
  font-weight: 500;
}

.not_user{
  color:red;
  background-color: black !important;
}

.imagercarouseltest {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

