@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;
}
.active-list {
  background-color: rgb(124 124 124);
  border-radius: 10px;
}
.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;
}

/* for main section */
.active-cont {
  margin-left: 250px;
  background-color: #393e46;
  height: 100%;
  overflow-y: scroll;
}

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

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

.dataTables_wrapper,
.table,
.macroTable,
.container,
.main-content {
  height: 100%;
}

.odd,
.even {
  position: relative;
}
.form-select {
  background: rgb(66, 74, 86) !important;
  border-radius: 5px !important;
  color: white !important;
  margin: 0 0.2rem;
}

.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;
}
.editor-delete i,
.editor-edit i {
  color: #fcbd42;
  font-size: 1.05rem;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1.5rem 0;
}
.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;
  border-radius: 5px;
  font-family: "Poppins";
}

.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;
}
.filter-wrapper {
  display: flex;
  align-items: center;
  width: 90%;
  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;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  color: #e0e0e0;
  font-size: 15px;
}

tr:nth-child(even) {
  background-color: rgb(66, 74, 86) !important;
}

tr:nth-child(odd) {
  background-color: transparent !important;
}

#pie-chart-container {
  height: 300px;
  margin: 1rem 0;
  width: 300px;
  aspect-ratio: 1;
}
.dates {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dates input {
  margin-right: 10px;
  margin-left: 10px;
}
.dates label {
  color: whitesmoke;
}
.side-navbar ul {
  overflow-y: scroll;
}
.clinicfiltercontainer {
  display: flex;
  gap: 70px;
}
.clinicfilterdiv {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 10px;
  align-items: center;
}
.clinicfilterdiv h4 {
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}
.clinicfiltersubdiv {
  display: flex;
  gap: 20px;
}
.exportDataDiv button {
  background-color: rgb(100, 116, 142);
  border-radius: 10px;
  border: 0;
  color: white;
  padding: 4px 10px 4px;
  width: 10%;
}
.exportDataDiv button:hover {
  background-color: #45a049;
}
.filteringTr input {
  width: calc(100% - 20px);
  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;
}
.exportDataDiv {
  display: flex;
  align-items: end;
  justify-content: end;
  margin: 10px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  backdrop-filter: blur(3px);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40% !important;
}

.close {
  color: #aaa;
  float: right;
  text-align: end;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#confirmationModal button {
  background-color: #f44336;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}

#confirmationModal button:hover {
  background-color: #45a049;
}

.cardz {
  width: 240px;
  height: 200px;
  background-color: rgb(66, 74, 86);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  transition: transform 0.3s ease;
}

.cardz:hover {
  transform: translateY(-5px);
}

.cardz img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.cardz .contentz {
  padding: 15px;
}
.contentz {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.contentz h4 {
  color: white;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}

.cardz p {
  margin: 10px;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.filterDateDiv {
  display: flex;
  color: white;
  margin-bottom: 20px;
}

.filterDateDivh3 {
  font-size: 25px;
  color: white;
  text-align: center;
  margin-bottom: 15px;
}

#filterDateModal button {
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}
.filterClosebtn {
  background-color: #f44336;
}
.filterSubmitbtn {
  background-color: #29cf31;
}
.filterSubmitbtn:hover {
  background-color: #00ad09;
}
.filterClosebtn:hover {
  background-color: #c0160a;
}
