* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Poppins";
  src: url("resources/fonts/Poppins-Black.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Poppins", sans-serif;
}

.nav-style {
  max-height: 95vh;
  height: 100%;
}
.nav2style {
  width: 100%;
}
.panel {
  width: 88vw;
}
.primary-btn {
  background-color: #4040f2;
}
.color-main {
  color: #6666e1;
}
.color-highlight {
  border-right: 5px solid #6666e1;
}
.color-background {
  background-color: #000000;
}
.color-select {
  background-color: #242d35;
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.user-profile-img {
  height: 40px;
  width: 40px;
  background-size: cover;
  background-image: url(/resources/img/main_user.jpg);
  background-position: center;
}
.user-img {
  height: 90px;
  width: 90px;
  object-fit: cover;
  object-position: center;
}
.fs-c1 {
  font-size: 15px;
  color: #9299a1;
}
.fs-c2 {
  font-size: 13px;
  color: #c7ccd2;
}

.btn-outline-custom {
  border-color: #c7ccd2;
}

.mx-6 {
  margin-left: 10px;
  margin-right: 10px;
}

.p-6 {
  padding: 40px;
}

.Grig-panel {
  max-height: 86vh;
  overflow-y: scroll;
}
