@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
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;
}
.nav-link i {
  color: white;
}
.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;
}
.active-list {
  background-color: rgb(124 124 124);
  border-radius: 10px;
}

.my-container {
  transition: 0.4s;
}

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

.active-list {
  background-color: rgb(124 124 124);
  border-radius: 10px;
}

/* for main section */
.active-cont {
  margin-left: 250px;
  background-color: #393e46;
  height: 100%;
  overflow-y: scroll;
}
.form-check-label {
  color: white;
  margin: 0 0.4rem;
}
#menu-btn {
  background-color: #100901;
  color: #fff;
  margin-left: -62px;
}

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

label {
  font-weight: bold;
}

.dataTables_filter {
  display: none;
}

.jumbotron h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  color: white;
}
.searchInput {
  float: right;
  border: 0;
  background: rgb(66, 74, 86);
  border: 0;
  /* border-right: 1px solid rgba(101, 55, 202, 0.1); */
  border-radius: 10px !important;
  height: 42px;
  width: 35%;
  margin: 0 1rem;
  color: white;
}

.header 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;
}
.header button span {
  font-size: 20px;
  line-height: 20px;
}
.contextTable th {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.17px;
  color: rgba(224, 224, 224, 0.76);
}
.even {
  background-color: rgb(66, 74, 86) !important;
  border-bottom: 1px solid rgba(82, 82, 112, 0.99);
}

.even td,
.odd td {
  font-family: "Poppins";
  max-width: 150px;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.17px;
  color: #e0e0e0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.3em 0.6em !important;
}
.header {
  border-bottom: 1px solid #525270;
  border-radius: 0px 10px 0px 0px;
  padding: 13px 0;
  width: 100%;
}

.editor-delete,
.editor-edit {
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px;
  cursor: pointer;
}
.editor-delete i,
.editor-edit i {
  color: #fcbd42;
  font-size: 1.05rem;
}
.dataTables_wrapper,
.contextTable,
.container,
.table,
.main-content {
  height: 100%;
}

.dataTables_info {
  position: absolute;
  bottom: 16%;
  left: 3%;
}
.dataTables_paginate {
  position: absolute;
  bottom: 16%;
  right: 0;
}
.dataTables_length {
  position: absolute;
  bottom: 21.6%;
  z-index: 2;
  color: white !important;
}

.dataTables_info {
  color: white !important;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 13px;
}

.odd,
.even {
  position: relative;
}
.tooltips {
  /* position: relative; */
  /* display: block; */
}

.tooltips::after {
  content: attr(data-title);
  position: absolute;
  top: 0%;
  left: 50%;
  padding: 5px;
  background-color: #525267;
  color: #fff;
  border-radius: 5px;
  width: fit-content;
  max-width: 500px;
  height: max-content;
  word-break: break-all;
  white-space: break-spaces;

  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 4;
}

.tooltips:hover::after {
  visibility: visible;
  opacity: 1;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}
.form-select {
  background: rgb(66, 74, 86) !important;
  border-radius: 5px !important;
  color: white !important;
  margin: 0 0.2rem;
}

.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;
}

.modal-footer {
  padding-top: 10px;
  border-top: 1px solid #525270;
}

.close {
  background-color: #393e46 !important;
}
.close {
  border: 0;
}
.close span {
  color: white;
}
.modal h2,
.modal h5,
.modal p {
  color: white;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1.5rem 0;
}
.form-groups {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1.5rem 0;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1.5rem 0;
}
.form-group label,
.form-groups label {
  width: 18%;
  color: #e0e0e0;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins";
}
.multiselect-dropdown,
.form-group select,
.form-group textarea,
.form-group input {
  width: 65% !important;
  border: 1px solid #525270;
  color: white !important;
  font-family: "Poppins";
  border-radius: 5px;
}
.form-groups textarea {
  color: white !important;
  font-family: "Poppins";
  background-color: transparent !important;
  border: none !important;
  resize: none;
  width: 100% !important;
  overflow: hidden; /* Hide overflow content */
  height: 40px; /* Fixed height */
  outline: none;
  padding: 0.375rem 0.75rem;
}
.multiselect-dropdown-list-wrapper {
  background: rgba(43, 43, 75, 0.75) !important;
}
.btn-primary,
.modal-footer button {
  float: right;
  color: white;
  background: rgb(100, 116, 142);
  border-radius: 8px;
  margin-right: 10px;
}
.btn-secondary {
  border: rgb(100, 116, 142);
}
.btn-close {
  color: white;
}

.form-check-label {
  color: white;
  margin: 0 0.4rem;
}

.modal-body {
  padding: 0 !important;
}

.side-navbar ul {
  height: 100vh;
}
.signOut {
  display: flex;
  align-items: center;
  justify-content: center;
}

.signOut p {
  margin-bottom: 0;
  color: white;
  margin-left: 1rem;
}
.signOut i {
  color: white;
}

.filter-title {
  display: inline;
}

.filter-wrapper {
  display: flex;
  align-items: center;
  width: 96%;
  margin: 0.9rem auto;
}
.filter-wrapper input {
  margin-left: 0.9rem;
  margin-right: 0.2rem;
}
.filter-wrapper p {
  font-weight: 500;
  margin-bottom: 0;
}
.filter-wrapper {
  font-size: 13px;
  color: white;
  font-family: "Poppins";
  font-weight: 400;
}
.side-navbar ul {
  overflow-y: scroll;
}
#trueFalseDropdown,
#templateDropdown {
  background-color: rgb(66, 74, 86);
}

.tag-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.tag {
  display: flex;
  align-items: center;
  background-color: rgb(57, 62, 70);
  color: white;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 3px;
}

.tag span {
  margin-right: 10px;
}

.tagListDiv {
  background-color: rgb(66, 74, 86);
  border: 1px solid #525270;
  display: flex;
  flex-direction: column;
  width: 65% !important;
  border-radius: 5px;
}

.tag .remove-tag {
  cursor: pointer;
  background-color: #fff;
  color: #007bff;
  border: none;
  border-radius: 50%;
  width: 20px;
  font-size: 14px;
}
