@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
.container {
  /* display: flex; */
  flex-direction: column;
  /* align-items: center; */
  margin-top: 50px;
}

h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  color: white;
  margin-bottom: 20px;
}

.dropdown {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  background-color: #f0f0f0;
  margin-bottom: 20px;
  cursor: pointer;
}

.gif {
  margin-top: 20px;
  display: none;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 100% !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  min-height: 85vh;
  background-color: #fff;
  position: relative;
}

.side-navbar {
  width: 250px;
  height: 100%;
  position: fixed;
  margin-left: -300px;
  background-color: #2d2c2c;
  transition: 0.5s;
}
.nav-link {
  width: 75%;
  margin: 0.3rem auto;
}
.nav-link #confirmLogoutBtn span:hover {
  color: red !important;
}
.active-list {
  background-color: rgb(124 124 124);
  border-radius: 10px;
}
.side-navbar ul {
  overflow-y: scroll;
}
.nav-link span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #e0e0e0;
}
.nav-link:active,
.nav-link:focus,
.nav-link:hover {
  background-color: #ffffff26;
}
.nav-link i {
  color: white;
}
.active-cont {
  margin-left: 250px;
  background-color: #393e46;
  height: 100%;
  overflow-y: scroll;
}
.top-navbar {
  background-color: #393e46;
}
.my-container {
  transition: 0.4s;
}
.my-container-content {
  overflow-y: scroll;
}

.active-nav {
  margin-left: 0;
}

#menu-btn {
  background-color: #100901;
  color: #fff;
  margin-left: -62px;
}

.my-container input {
  border-radius: 2rem;
  padding: 2px 20px;
}

.container button {
  width: 171px;
  height: 40px;
  font-size: 0.9rem;
  background: rgb(100, 116, 142);
  margin-right: 15px;
  border-radius: 8px;
  /* display: flex;
  align-items: center;
  justify-content: space-evenly; */
  margin-bottom: 25px;
}
.textArea {
  color: #f0f0f0;
  border-radius: 10px;
  background: #333333;
}

.toggle {
  width: max-content !important;
  background: #2d2c2c !important;
  border-radius: 0px 10px 10px 0px !important;
  border: 0 !important;
  position: relative;
  left: -10px;
  cursor: pointer;
}

.h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.form-check-label {
  color: white;
  margin: 0 0.4rem;
}
.modal-body {
  padding: 0 !important;
}


.info {
  background: rgb(100, 116, 142);
  border-radius: 5px;
  font-size: 12px;
}
