@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;
  font-family: "Poppins";
}

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

.modal-content {
  height: 600px;
  overflow-y: scroll;
}
.container {
  width: 100% !important;
  max-width: 100vw !important;
  overflow-x: scroll;
}
.side-navbar {
  width: 250px;
  height: 100%;
  position: fixed;
  margin-left: -300px;
  background-color: #2d2c2c;
  transition: 0.5s;
}
dl {
  color: white;
  font-size: 12px;
  line-height: 18px;
  width: 60%;
}
dd {
  white-space: pre-wrap;
}
dt {
  font-size: 14px;
  line-height: 24px;
  color: rgb(100, 116, 142);
}
.filter-title {
  display: inline;
}
.filter-checkbox {
  cursor: pointer;
}
.filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96%;
  margin: 0.7rem auto;
}
.imp_exp_btn,
.filter-wrapper {
  display: flex;
  align-items: center;
  /* width: 96%; */
  /* margin: 0.9rem auto; */
}
.importBtn,
.exportButton {
  background-color: #fcbd42;
  color: white;
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
}
.filter-wrapper input {
  margin-left: 0.9rem;
  margin-right: 0.5rem;
}
.filter-wrapper p {
  font-weight: 500;
  margin-bottom: 0;
}
.filter-wrapper {
  font-size: 13px;
  color: white;
  font-family: "Poppins";
  font-weight: 400;
}

.dataTables_scrollBody,
.dataTables_scrollHead {
  overflow: unset !important;
}
.dataTables_scroll {
  overflow: auto !important;
}
.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;
}
.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;
}
.multiselect-dropdown-list div:hover {
  background-color: #393e46 !important;
}
.optdel {
  display: none;
}
.active-cont {
  margin-left: 250px;

  height: 100%;
  overflow-y: scroll;
}
.my-container {
  transition: 0.4s;
}

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

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

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

.multiselect-dropdown {
  display: grid;
  background-color: rgb(66, 74, 86) !important;
}
.multiselect-dropdown-search {
  width: 100% !important;
}

.dataTables_wrapper {
  font-size: 10px;
}

.dataTables_wrapper,
.table,
.templateTable,
.container,
.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%;
  color: white !important;
}

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

.odd,
.even {
  position: relative;
}
.form-select {
  background: rgb(66, 74, 86) !important;
  border-radius: 5px !important;
  color: white !important;
  margin: 0 0.2rem;
}
.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";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0.17px;
  color: #e0e0e0 !important;
}
.header {
  border-bottom: 1px solid #525270;
  border-radius: 0px 10px 0px 0px;
  padding: 13px 0;
  width: 100%;
}
.jumbotron {
  margin-left: 15px;
}

.editor-delete,
.editor-edit {
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px;
}
.action-icon,
.editor-delete i,
.editor-edit i {
  color: #fcbd42;
  font-size: 1.05rem;
}
.templateTable th {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.17px;
  color: rgba(224, 224, 224, 0.76);
  /* min-width: 200px; */
}
.templateTable th input{
  width: 100% !important;
}
.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-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;
}

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

.close {
  background-color: #393e46 !important;
}
.close {
  border: 0;
}
.close span {
  color: white;
}

.modal h2,
.modal h5,
.modal p {
  color: white;
}
.form-group-select,
.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-select label,
.form-group 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;
}
.editorSelection {
  width: 50%;
}
.editorSelection label {
  width: max-content !important;
}
.form-group input[type="radio"] {
  width: 1em !important;
  padding: 0 !important;
}
.form-group textarea {
  height: 200px;
}
.form-group-select input[type="checkbox"] {
  width: 50px !important;
}
.multiselect-dropdown-all-selector {
  display: flex;
  align-items: center;
}
.multiselect-dropdown-search {
  background-color: transparent !important;
}

.form-group-select input {
  width: 100% !important;
  border: 1px solid #525270;
  color: white !important;
  font-family: "Poppins";
  border-radius: 5px;
}

.multiselect-dropdown-list-wrapper {
  background: rgb(66, 74, 86) !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;
}

.multiselect-dropdown span.optext,
.multiselect-dropdown span.placeholder {
  background-color: #393e46 !important;

  /* border-color: white; */
  filter: drop-shadow(0px 0px 1px #ffffff) !important;
}
.form-group-select label {
  color: white;
}
.form-check-label {
  color: white;
  margin: 0 0.4rem;
}
.modal-body {
  padding: 0 !important;
}
.table.dataTable.table-striped > tbody > tr.odd > * {
  white-space: pre-wrap;
}
.table.dataTable.table-striped > tbody > tr.even > * {
  white-space: pre-wrap;
}

.row-checkbox {
  accent-color: #ffc107;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  cursor: pointer;
}

#filter-templateNames {
  width: calc(100% - 80px);
}

#filter-modalitys {
  width: calc(100% - 10px);
}

#filter-bodyParts {
  width: calc(100% - 20px);
}
.filtertngData{
  border: 0;
  margin-top: 5px;
  padding: 4px;
  color: white;
  background: rgb(66, 74, 86);
  border-right: 1px solid rgba(101, 55, 202, 0.1);
  border-radius: 10px !important;
}
#filter-users {
  width: calc(100% - 20px);
}

#filter-cptCodes {
  width: calc(100% - 50px);
}

.form-group-select select {
  width: 65% !important;
  color: white;
  border: 1px solid #525270;
  background: rgb(66, 74, 86);
  font-family: "Poppins";
  border-radius: 5px;
}
.side-navbar ul {
  overflow-y: scroll;
}
.action-icon {
  cursor: pointer;
  width: 10px;
  max-width: 10px;
}

.ql-editor .quill-better-table tr,
.ql-editor .quill-better-table td {
  border: 1px solid white;
  color: white;
  font-family: "Poppins";
}
#tableDataDivOut {
  width: 45%;
}
#tableDataDiv {
  margin-left: 10px;
  display: flex;
  gap: 10px;
}
#tableDataDiv input {
  background-color: transparent;
  padding: 7px;
  width: 80% !important;
}
#tableDataDiv p {
  color: #444 !important;
}
.tableDataDivs {
  width: 30%;
}
#tableDataDiv p:hover {
  color: #2b36ce !important;
}
#tableDataDiv label {
  font-size: 15px;
  width: 80%;
  color: #444;
}

.d-hide {
  display: none !important;
}
