* {
  font-family: "Poppins";
}
body {
  background-color: #fafafa;
}
.logo {
  width: 300px;
}
.login-content h3 {
  font-size: 23px;
  color: #384664;
  font-weight: 600;
  margin-top: 30px;
}
.login-content p {
  font-size: 16px;
  color: #787878;
  margin: 10px 0px 30px;
}
.login-content a.btn {
  background-color: #fff;
  border: 1px solid #dae4fa;
  border-radius: 8px;
  font-size: 16px;
  color: #384664 !important;
  font-weight: 600;
  box-shadow: 0px 0px 3px #d6d6d6;
  padding: 12px 25px;
}
.login-content a.btn img {
  margin-right: 5px;
}
.login-content {
  height: 100%;
  align-content: center;
}
.main-holder {
  height: 100vh;
  align-content: center;
  background-color: #fafafa;
}

.main-img {
  text-align: center;
}
.main-wrap {
  background-color: #fff;
  padding: 30px 50px;
}
.custom-select-wrapper {
  width: 100%;
  position: relative;
}

.custom-select-display {
  background-color: #f1e8ff;
  border-radius: 8px;
  padding: 11px;
  font-size: 16px;
  color: #4b2fc5;
  appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -webkit-appearance: none !important;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  padding-right: 43px;
  width: 230px;
}

.user-holder table tbody td.active-col .custom-select-display {
  background-color: #ceefdf;
  border-radius: 8px;
  padding: 11px;
  font-size: 16px;
  color: #0aaf60;
  appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -webkit-appearance: none !important;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  padding-right: 43px;
  width: 150px;
}

.custom-select-options {
  margin-top: 4px;
  position: absolute;
  width: 100%;
  z-index: 10;
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 18px;
  display: none;
  box-shadow: 0px 0px 10px #d6d6d6;
}

.custom-select-options div {
  padding: 10px 16px;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.custom-select-options div:last-child {
  margin-bottom: 0;
}

.custom-select-options div:hover {
  opacity: 0.9;
}

/* Color Classes (for example preview only) */
.option-red {
  background-color: #f1e8ff !important;
  color: #4b2fc5 !important;
}
.option-green {
  background-color: #d5f5ff !important;
  color: #06b1e5 !important;
}
.option-dgreen {
  background-color: #ceefdf !important;
  color: #0aaf60 !important;
}
.option-gray {
  background-color: #eeeeee !important;
  color: #888888 !important;
}

/* User List */
.arrow-buttons {
  display: flex;
  gap: 10px;
}
.arrow {
  width: auto;
  height: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
  user-select: none;
  position: absolute;
  right: 30px;
  top: 15px;
}

.arrow:hover {
  background: #d0d4da;
}
.arrow-buttons .arrow {
  width: 35px;
  height: 35px;
  background: #e4e7eb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
  user-select: none;
  position: relative;
  right: 0px;
  top: 0px;
}
.dismiss-btn {
  width: 35px;
  height: 35px;
  background: #e4e7eb;
  border-radius: 50% !important;
  display: inline-block;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
  user-select: none;
  position: absolute;
  right: 30px;
  top: 22px;
  border: none;
  box-shadow: none !important;
}
.dismiss-btn span.material-symbols-outlined {
  margin: 0px;
  color: #1c1b1f !important;
  font-size: 18px;
}
.arrow svg {
  width: 16px;
  height: 16px;
  fill: #2f4368;
}
.heading h4 {
  font-size: 23px;
  color: #384664;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.search-add {
  display: flex;
  gap: 20px;
  float: right;
}
.user-head.heading {
  height: 100%;
  align-content: center;
}
.user-list {
  margin-bottom: 20px;
}
.search-add a.btn,
.search-add button.btn {
  font-size: 15px;
  color: #fff !important;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #06b1e5 !important;
  height: 50px !important;
  display: block !important;
  align-content: center;
}
.user-holder .search-add input.form-control {
  background-color: #fff !important;
  padding: 16px 11px !important;
  border: 1px solid #edf2f6 !important;
  font-size: 14px !important;
  color: #747682 !important;
  border-radius: 0px;
  width: 340px !important;
  outline: none !important;
  box-shadow: 0px 0px 10px #edf2f6;
  background-image: url(/img/others/search.png) !important;
  background-repeat: no-repeat !important;
  background-position: 5% !important;
  padding-left: 40px !important;
  text-shadow: none !important;
  height: 50px !important;
  border-radius: 8px;
}
.search-add a.btn i,
.search-add button.btn i {
  color: #fff !important;
}
.audit-head {
  margin-bottom: 20px;
}
.user-holder .form-control::placeholder {
  color: #747682;
  text-shadow: none !important;
}
.user-holder .form-control::-webkit-placeholder {
  color: #747682;
}
.user-holder .form-control::-moz-placeholder {
  color: #747682;
}
.user-holder .form-control::-ms-placeholder {
  color: #747682;
}
.user-holder table thead th {
  background-color: #384664;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 15px 15px;
  border-top: none;
  border-left: none;
  border-right: none;
}
.user-holder table thead th:first-child {
  border-radius: 8px 0px 0px 0px;
}
.user-holder table thead th:last-child {
  border-radius: 0px 8px 0px 0px;
}
.user-holder .role-table table thead th:nth-child(2) {
  border-radius: 8px 0px 0px 0px;
}
.user-holder table tbody td {
  font-size: 16px;
  color: #384664;
  font-weight: 400;
  padding: 15px 15px;
  vertical-align: middle;
  border: 1px solid #f2f4fa;
  border-top: none;
  border-left: none;
  border-right: none;
}
.user-holder table tbody td:first-child {
  border-left: 1px solid #f2f4fa;
}
/* .user-holder table tbody td:last-child {
	border-right: 1px solid #F2F4FA;
} */
.user-holder table tfoot td:first-child {
  border-left: 1px solid #f2f4fa;
}
/* .user-holder table tfoot td:last-child {
	border-right: 1px solid #F2F4FA;
} */
.user-holder table tbody td:last-child {
  border-right: 1px solid #f2f4fa;
}
.user-holder table tbody td:first-child {
  font-weight: 500;
}
.user-holder table tbody td select {
  background-color: #f1e8ff;
  border-radius: 8px;
  padding: 11px;
  font-size: 16px;
  color: #4b2fc5 !important;
  appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url(/img/others/purple_arrow_down.png) !important;
  background-repeat: no-repeat;
  background-position: 84% !important;
  text-align: center;
}
.user-holder table tbody td select option:nth-child(1) {
  background-color: #f1e8ff !important;
}
.user-holder table tbody td select option:nth-child(2) {
  background-color: #d5f5ff !important;
}
.user-holder table tbody td:last-child select {
  background-color: #ceefdf;
  border-radius: 8px;
  padding: 11px;
  font-size: 16px;
  color: #0aaf60 !important;
  appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url(/img/others/green_arrow_down.png) !important;
}
.user-holder table tbody td select::placeholder {
  color: #4b2fc5 !important;
}
.user-holder table tbody td select::-webkit-placeholder {
  color: #4b2fc5 !important;
}
.user-holder table tbody td select::-moz-placeholder {
  color: #4b2fc5 !important;
}
.user-holder table tbody td select::-ms-placeholder {
  color: #4b2fc5 !important;
}
.audit-contents {
  background-color: #fff;
  padding: 30px;
  margin: 20px 0px;
}
.arrow-buttons {
  display: flex;
  gap: 10px;
  align-content: end;
  align-items: end;
  align-self: end;
  width: ;
  float: right !important;
  text-align: right !important;
}
.pagination {
  display: inline-block;
}
.pagination {
  display: block;
  margin: auto;
  width: max-content;
  align-content: center;
  align-items: center;
  align-self: center;
}
.pagination a {
  text-decoration: none;
  font-size: 16px;
  color: #2c3e50 !important;
  background-color: #f0f2f4 !important;
  border-radius: 8px;
  margin: 4px;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active,
.pagination a:hover {
  background-color: #06b1e5 !important;
  color: #fff !important;
}
.user-holder {
  margin: 50px 30px;
  padding: 50px 30px;
}
.user-contents {
  background-color: #fff;
  padding: 30px 16px;
  margin: 20px 0px;
}

#myTab li button {
  text-decoration: none;
  font-size: 23px;
  font-weight: 600;
  color: #ffff !important;
  background-color: #384664 !important;
  border-radius: 8px;
  padding: 12px;
  border: none !important;
}
#myTab li button.active {
  background-color: #06b1e5 !important;
  box-shadow: none !important;
  outline: none !important;
}
#myTab li {
  margin-right: 10px;
}
#myTab {
  margin: 30px 0px;
  border: none;
}
.tab-pane label {
  color: #384664;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0px;
  display: block;
}
.tab-pane .form-control {
  font-size: 14px;
  color: #384664 !important;
  border-radius: 8px;
  height: 60px;
  padding: 11px 20px;
  background-color: #fff !important;
}
.tab-pane .form-control::placeholder {
  color: #384664 !important;
}
.tab-pane .form-control::-webkit-placeholder {
  color: #384664 !important;
}
.tab-pane .input-group .form-control::-moz-placeholder {
  color: #384664 !important;
}
.tab-pane .input-group .form-control::-ms-placeholder {
  color: #384664 !important;
}
.tab-pane select {
  font-size: 14px;
  color: #384664 !important;
  border-radius: 8px;
  height: 50px;
  padding: 11px;
  background-color: #fff !important;
  appearance: none;
  background-image: url(/img/others/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 95%;
  border: 1px solid #d6d6d6;
}
.tab-pane select.form-control::placeholder {
  color: #384664 !important;
}
.tab-pane select.form-control::-webkit-placeholder {
  color: #384664 !important;
}
.tab-pane select.form-control::-moz-placeholder {
  color: #384664 !important;
}
.tab-pane select.form-control::-ms-placeholder {
  color: #384664 !important;
}
.user-holder table tfoot td {
  font-size: 16px;
  color: #384664;
  font-weight: 600;
  padding: 15px 15px;
  vertical-align: middle;
  border: 1px solid #f2f4fa;
  border-top: none;
  border-left: none;
  border-right: none;
}
.user-holder table tfoot td:first-child {
  border-left: 1px solid #f2f4fa;
}
.user-holder table tfoot td:last-child {
  border-right: 1px solid #f2f4fa;
}
.schedule-add a.btn {
  font-size: 15px;
  color: #fff !important;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #384664 !important;
  height: 50px !important;
  display: block !important;
  align-content: center;
}
.schedule-add a.btn img {
  margin-right: 5px;
}
.date-range {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1rem;
  border: 1px solid #d6d6d6;
  height: 60px !important;
  padding: 28px 10px;
  border-radius: 8px;
}
.tab-pane .date-range input {
  background-color: rgb(255, 255, 255) !important;
  padding: 16px 5px 16px 5px !important;
  font-size: 14px !important;
  color: #384664 !important;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  height: auto !important;
  border-radius: 0px !important;
  border: none;
  width: 148px;
}
.date-range span {
  color: #384664 !important;
  font-weight: 400;
}
.tab-pane .date-range input::placeholder {
  color: #384664 !important;
}
.tab-pane .date-range input::-webkit-placeholder {
  color: #384664 !important;
}
.tab-pane .date-range input::-moz-placeholder {
  color: #384664 !important;
}
.tab-pane .date-range input::-ms-placeholder {
  color: #384664 !important;
}
.user-btns {
  text-align: right;
  margin-top: 20px;
}
.user-btns ul li {
  margin-right: 10px;
}
.user-btns ul li:last-child {
  margin-right: 0px;
}
.custom-select-display {
  position: relative;
  padding-right: 40px; /* Make room for the icon */
}
/* .custom-select-display::after {
    content: "\e313";
    font-family: 'Material Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
} */
span.material-symbols-outlined {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.toggleDiv {
  display: none;
  padding: 10px;
  width: 40%;
  margin-left: auto;
}
.report-btn {
  float: none;
  text-align: right;
  display: block;
  height: 100%;
  vertical-align: bottom;
  align-self: end;
  align-items: end;
  align-content: end;
}
.email-contents label {
  font-size: 14px;
  color: #384664;
  font-weight: 500;
  margin: 30px 0px 10px;
}
.email-contents .form-control {
  font-size: 14px;
  color: #384664;
  border: 1px solid #e0eaff;
  border-radius: 8px;
  height: 50px;
}
.email-contents .form-control::placeholder {
  color: #384664 !important;
}
.email-contents .form-control::-webkit-placeholder {
  color: #384664 !important;
}
.email-contents .form-control::-moz-placeholder {
  color: #384664 !important;
}
.email-contents .form-control::-ms-placeholder {
  color: #384664 !important;
}
.schcan-btn {
  text-align: right;
  margin: 30px 0px;
}
.schcan-btn ul li {
  margin-right: 10px;
}
.schcan-btn ul li:last-child {
  margin-right: 0px;
}
.user-btns ul li.active a {
  background-color: #06b1e5 !important;
}
#roleModal .modal-content {
  width: 496px;
  margin: 70px auto;
  padding: 30px;
  vertical-align: middle;
  align-items: last baseline;
  align-self: center;
}
.modal-content {
  display: grid;
  position: relative;
}
#closeModalBtn {
  position: absolute;
  right: 0px;
  z-index: 999;
  width: initial;
  top: 10px;
  right: 20px;
  font-size: 40px;
}
/* Toggle CSS */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #06b1e5;
}

input:checked + .slider:before {
  transform: translateX(26px);
}
.toggle-row {
  display: flex;
  align-content: center;
  align-items: center;
}
.toggle-sub-cont {
  text-align: right;
}
.switch {
  margin: 0px 0px 10px 0px !important;
}
.toggle-row h5 {
  padding-left: 30px;
  font-size: 16px;
  color: #384664;
  font-weight: 400;
  margin-bottom: 5px;
}
.bottom-btns {
  text-align: right;
}
.modal-content.heading h4 {
  font-size: 23px;
  color: #384664;
  text-align: left !important;
}
.heading h5 {
  font-size: 20px;
  color: #384664;
  font-weight: 600;
}
.heading h6 {
  font-size: 18px;
  color: #384664;
  font-weight: 500;
}
.permission {
  padding-left: 30px;
}
.bottom-btns button {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background-color: #06b1e5;
  padding: 10px 10px;
  border: 1px solid #fff !important;
  border-radius: 10px;
}
.email-container {
  padding: 5px;
  width: 100%;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  cursor: text;
  font-size: 14px;
  color: #384664;
  border: 1px solid #e0eaff;
  border-radius: 8px;
  height: max-content;
}
.email-container input {
  border: none;
  outline: none;
  flex: 1;
  min-width: 120px;
  height: 50px !important;
  border: none !important;
  padding: 0px 15px !important;
  box-shadow: none !important;
}
.tag {
  background: #e8efff;
  color: #384664 !important;
  padding: 10px 13px;
  border-radius: 7px;
  margin: 3px;
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-word;
}
.tag .remove-tag {
  margin-left: 8px;
  cursor: pointer;
}
.email-contents {
  margin: 22px 0px 0px;
}
.email-contents h5 {
  margin-bottom: 20px;
}
.modal-content label {
  font-size: 14px;
  color: #384664;
  font-weight: 500;
  margin: 20px 0px 10px;
}
.modal,
.delete-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.modal-content,
.delete-content {
  background: white;
  border-radius: 8px;
  padding: 30px;
  width: 500px;
  position: relative;
}
.permission {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #3bbaf5;
}
input:checked + .slider:before {
  transform: translateX(18px);
}
.modal-footer {
  text-align: right;
  margin-top: 20px;
  border: none;
}
table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  border: 1px solid #ccc;
  padding: 8px;
}
th {
  background: #eee;
}
.badge {
  background: #e8efff;
  color: #384664 !important;
  padding: 10px 13px;
  border-radius: 7px;
  margin: 3px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-word;
  font-weight: 400;
}
.create-role-btn {
  font-size: 15px;
  color: #fff !important;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #06b1e5 !important;
  height: 48px !important;
  display: inline-flex !important;
  align-content: center;
  border: none;
  box-shadow: none;
}
.cancel-btn {
  font-size: 15px;
  color: #fff !important;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #384664 !important;
  height: 50px !important;
  display: inline-flex !important;
  align-content: center;
  border: none !important;
  box-shadow: none !important;
}
.del-btn {
  font-size: 15px;
  color: #fff !important;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #e5060a !important;
  height: 50px !important;
  display: inline-flex !important;
  align-content: center;
  border: none !important;
  box-shadow: none !important;
  margin-right: 10px;
}
.edit-btn {
  background-color: #fff !important;
  padding: 11px !important;
  border: 1px solid #edf2f6 !important;
  font-size: 14px !important;
  color: #384664 !important;
  outline: none !important;
  box-shadow: 0px 0px 10px #edf2f6;
  text-shadow: none !important;
  border-radius: 8px;
  text-align: center !important;
  margin: auto !important;
  width: max-content !important;
}
.edit-btn span {
  width: max-content;
  margin: 0px;
}
.heading p {
  font-size: 17px;
  color: #384664;
}
.delete-content p {
  margin: 10px 0px 30px;
}
.user-table.role-table table th:first-child {
  display: none;
}
.user-table.role-table table td:first-child {
  display: none;
}
.user-holder .role-table table thead th:nth-child(3) {
  width: 450px;
}
.form-control:focus {
  box-shadow: none !important;
}
.filters .form-control {
  font-size: 14px;
  color: #384664 !important;
  border-radius: 8px;
  height: 50px;
  padding: 11px 20px;
  background-color: #fff !important;
  margin-bottom: 20px;
  border: 1px solid #d6d6d6;
}
.filters .form-control::placeholder {
  color: #384664 !important;
}
.filters .form-control::-webkit-placeholder {
  color: #384664 !important;
}
.filters .input-group .form-control::-moz-placeholder {
  color: #384664 !important;
}
.filters .input-group .form-control::-ms-placeholder {
  color: #384664 !important;
}
.tab-pane .user-list .search-add {
  margin-top: 20px;
}
.tab-pane .email-contents .search-add {
  margin-top: 0px;
}
.audit-contents table th:nth-child(4) {
  width: 300px;
}
.toggleDiv .search-add .btn {
  width: max-content;
  margin-left: auto;
  margin-top: 10px;
}
.schcan-btn ul li .search-add .btn {
  margin-top: 0px !important;
}
.filters .date-range input {
  border: none;
  height: 45px;
  margin: 0px;
  padding: 0px;
  width: 130px;
}
.chart-container {
  border-radius: 8px;
  padding: 30px;
  margin: 30px 0px;
  box-shadow: 0px 0px 10px #e0eaff;
}

.toggles {
  text-align: right;
}
.toggles {
  text-align: right;
  width: 17%;
  margin-left: auto;
}
.green span {
  background: #ceefdf;
  color: #0aaf60;
  font-size: 16px;
  width: 41px;
  height: 28px;
  border-radius: 22px;
  display: block;
  text-align: center;
  align-content: center;
}
.search-add.run-btn a.btn {
  height: 50px !important;
}
.permission span {
  font-size: 16px;
  color: #384664;
  font-weight: 500;
}
.filters .date-range {
  height: 50px !important;
  padding: 11px 20px;
}
.chart-img {
  margin: 40px 0px;
}
.filters label {
  color: #384664;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0px;
  display: block;
}
.permission-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  height: 30px;
  padding-left: 20px;
}
.permission-item input[type="checkbox"] {
  margin-right: 8px;
}
.custom-icon span {
  margin: 0px;
  font-size: 16px;
  color: #384664;
  margin-left: 8px;
  background-color: #c4f1ff;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
}
input[type="checkbox"].permission-checkbox {
  accent-color: #384664;
}
.filters h3 {
  font-size: 30px;
  color: #384664;
  font-weight: 600;
}
.filters h6 {
  font-size: 20px;
  color: #384664;
  font-weight: 400;
}
.filter-checkbox {
  margin: 30px 0px;
}
.filter-checkbox h5 {
  margin-bottom: 30px;
}
.permission-btn {
  font-size: 16px;
  color: #384664;
  font-weight: 400;
  vertical-align: middle;
  border: none;
}
.tab-cont tbody tr td:last-child {
  width: 210px;
}
.user-permis {
  position: relative;
  text-align: center;
  background-color: #fff;
  display: inline-block;
}
.user-tooltip {
  display: none;
}
.user-permis:hover .user-tooltip {
  display: block;
  position: absolute;
  top: -65px;
  left: -65px;
  z-index: 9999;
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  width: 200px;
}
.user-tooltip h4 {
  font-size: 12px;
  color: #384664;
  line-height: 1.5;
  font-weight: 400;
}

/* 31/07/2025 */

.action-col {
  text-align: center;
}
.table tr {
  position: relative;
}
.action-col div h5 {
  display: none;
}
span.material-symbols-outlined:hover .h-check {
  display: block;
  position: absolute;
  left: 0px;
}
.action-col div h5 {
  font-size: 16px;
  color: #384664;
}
.action-col i.fa.fa-check-circle {
  color: #008104;
  background-color: #e8ffe8;
  padding: 10px;
  border-radius: 5px;
  margin-right: 3px;
  font-size: 20px;
}
.action-col i.fa.fa-check-circle:hover {
  color: #e8ffe8;
  background-color: #008104;
}
.action-col i.fa.fa-times-circle {
  color: #b30000;
  background-color: #ffe2e2;
  padding: 10px;
  border-radius: 5px;
  margin: 5px;
  font-size: 20px;
}
.action-col i.fa.fa-times-circle:hover {
  color: #ffe2e2;
  background-color: #b30000;
}
.action-col i.fa.fa-check-circle:hover h5 {
  display: block;
  background-color: #0aaf60;
}
.action-col span {
  display: inline-block;
}
.action-col span:hover h5 {
  display: block;
  position: absolute;
  font-size: 14px;
  top: 0px;
}
/* Container */
.custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin: 0px !important;
  height: 20px;
}

/* Hide default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
th .custom-checkbox .checkmark {
  position: relative; /* Required for ::after positioning */
  height: 20px;
  width: 20px;
  background-color: #384664;
  border: 2px solid #fff;
  border-radius: 1px;
  display: inline-block;
  transition: all 0.2s ease;
  margin-right: 8px;
}
/* Custom checkbox style */
.custom-checkbox .checkmark {
  position: relative; /* Required for ::after positioning */
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #384664;
  border-radius: 1px;
  display: inline-block;
  transition: all 0.2s ease;
  margin-right: 8px;
}

/* Checked state */
.custom-checkbox input:checked + .checkmark {
  background-color: #fff;
  border-color: #06b1e5;
}
th .custom-checkbox input:checked + .checkmark {
  background-color: #384664;
  border-color: #06b1e5;
}

/* Tick mark */
.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #06b1e5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Show tick when checked */
.custom-checkbox input:checked + .checkmark::after {
  display: block;
}

.tog-select .custom-select-wrapper {
  width: 100%;
  position: relative;
}

.tog-select .custom-select-display {
  background-color: #f0f5ff;
  border-radius: 8px;
  padding: 11px;
  font-size: 16px;
  color: #4b2fc5;
  appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -webkit-appearance: none !important;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  padding-right: 43px;
  width: 230px;
}

.tog-select .custom-select-display {
  background-color: #f0f5ff;
  border-radius: 8px;
  padding: 11px;
  font-size: 16px;
  color: #384664;
  appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -webkit-appearance: none !important;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  padding-right: 43px;
  width: 215px;
}

.tog-select .custom-select-options {
  margin-top: 4px;
  position: absolute;
  width: max-content;
  z-index: 10;
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 18px;
  display: none;
  box-shadow: 0px 0px 10px #d6d6d6;
}

.tog-select .custom-select-options div {
  padding: 10px 16px;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.tog-select .custom-select-options div:last-child {
  margin-bottom: 0;
}

.tog-select .custom-select-options div:hover {
  opacity: 0.9;
}

/* Color Classes (for example preview only) */
.tog-select .option-dgreen {
  background-color: #e7ffe7 !important;
  color: #008104 !important;
}
.tog-select .option-gray {
  background-color: #ffe1e1 !important;
  color: #b30000 !important;
}
.custom-tooltip {
  --bs-tooltip-bg: #fff !important;
  --bs-tooltip-color: #384664 !important;
  color: #384664 !important;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-box-shadow: 0px 0px 10px #d6d6d6;
}
.highlight td {
  background-color: #fff6e6;
}
#divcheck {
  margin-top: 20px;
}
/*RESPONSIVE*/
@media screen and (max-width: 2880px) {
}

@media screen and (max-width: 1920px) {
}
@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1348px) {
  .user-table.tab-cont .table {
    width: 120%;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
}
@media screen and (max-width: 1279px) {
  .login-content p br {
    display: none;
  }
  #myTab li button {
    font-size: 18px;
  }
  .tab-pane .date-range input {
    width: 115px;
  }

  .badge {
    display: block !important;
    width: max-content;
  }
  .user-holder .role-table table thead th:nth-child(3) {
    width: max-content;
  }
  .user-holder table th,
  .user-holder table td {
    white-space: nowrap;
    width: max-content;
    word-break: break-all;
    word-wrap: break-word;
  }
  .toggleDiv {
    width: 77%;
  }
  .user-holder .search-add input.form-control {
    width: 240px !important;
  }
  .filters .form-control {
    font-size: 12px;
  }
  .toggles {
    width: 24%;
  }
  .heading h4 {
    font-size: 19px;
  }
  .filters h3 {
    font-size: 20px;
  }
  .filters h6 {
    font-size: 16px;
  }
  #mytime-tab-pane .date-range input {
    width: max-content;
  }
}

@media screen and (max-width: 1023px) {
  .login-content h3 {
    font-size: 20px;
  }
  .login-content p {
    font-size: 14px;
  }
  .login-content p br {
    display: none;
  }
  .login-content a.btn {
    font-size: 11px;
  }
  .search-add a.btn,
  .search-add button.btn {
    font-size: 13px;
  }
  .tab-pane .date-range input {
    width: auto;
    padding: 0px !important;
  }
  .container-md,
  .container-sm,
  .container {
    max-width: 100%;
  }
  .user-holder {
    margin: 30px 0px;
    padding: 30px 30px;
  }
  .user-holder table tbody td {
    font-size: 13px;
  }
  .custom-select-display {
    font-size: 13px;
  }
  .user-holder table tbody td.active-col .custom-select-display {
    font-size: 13px;
  }
  .user-holder table thead th {
    font-size: 14px;
  }
  .heading h4 {
    font-size: 18px;
  }
  .user-holder .role-table table thead th:nth-child(3) {
    width: max-content;
  }
  .user-holder table tfoot td {
    font-size: 13px;
  }
  .filters .date-range input {
    width: 125px;
  }
  .toggles {
    width: 33%;
  }
  .filters .form-control {
    font-size: 14px;
  }
  .custom-checkbox .checkmark {
    height: 15px;
    width: 15px;
  }
  th .custom-checkbox .checkmark {
    height: 15px;
    width: 15px;
  }
  .custom-checkbox .checkmark::after {
    left: 4px;
    top: 2px;
    width: 4px;
    height: 6px;
  }
  .action-col i.fa.fa-check-circle {
    font-size: 16px;
  }
  .action-col i.fa.fa-times-circle {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
}
@media screen and (max-width: 767px) {
  .login-content {
    border-right: none;
    height: auto;
    align-content: center;
    padding: 10px;
  }
  .main-img {
    height: auto;
    align-content: center;
    text-align: center;
    padding: 30px;
  }
  .login-content a.btn {
    font-size: 10px;
  }
  .main-wrap {
    padding: 30px 30px;
  }
  .main-holder {
    height: auto;
  }
  .user-holder .search-add input.form-control {
    width: 44% !important;
    padding-left: 34px !important;
  }
  .user-list .search-add {
    float: right;
    margin-top: 20px;
  }
  .heading h4 {
    font-size: 18px;
  }
  .pagination a {
    font-size: 15px;
    margin: 2px;
    padding: 6px 13px;
  }
  .user-holder {
    margin: 10px 0px;
    padding: 30px 10px;
  }
  .user-contents {
    background-color: #fff;
    padding: 10px;
    margin: 10px 0px;
  }
  .audit-contents {
    background-color: #fff;
    padding: 10px;
    margin: 10px 0px;
  }
  #myTab li button {
    font-size: 16px;
  }
  .schedule-add {
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    font-size: 13px;
  }
  .search-add a.btn,
  .search-add button.btn {
    font-size: 13px;
    width: auto !important;
    display: block !important;
    margin: auto;
  }
  .schedule-add a.btn {
    width: 65%;
    margin: auto;
  }
  .search-add {
    display: flex;
    gap: 20px;
    float: none;
    margin-bottom: 5px;
  }
  .tab-pane .date-range input {
    width: 135px;
    padding: 0px !important;
  }
  .container-md,
  .container-sm,
  .container {
    max-width: 100%;
  }
  .tab-pane label {
    font-size: 14px;
    margin: 30px 0px 10px;
  }
  .search-add.report-btn {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .schcan-btn .schedule-add a.btn {
    width: auto;
    margin: auto;
  }
  .schcan-btn .search-add.report-btn {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .user-table.role-table table {
    margin: 0px;
  }
  .user-list {
    margin: 25px 0px;
  }

  .modal-footer {
    text-align: right;
    margin-top: 20px;
    border: none;
    padding: 0px;
  }
  #roleModal .modal-content {
    width: 100%;
    margin: 30px 20px;
    padding: 30px;
    vertical-align: middle;
    align-items: last baseline;
    align-self: center;
  }
  .create-role-btn {
    font-size: 14px;
    padding: 12px 10px;
  }
  .cancel-btn {
    font-size: 14px;
    padding: 12px 10px;
  }
  .del-btn {
    font-size: 14px;
    padding: 12px 10px;
  }
  .modal-content,
  .delete-content {
    padding: 30px;
    width: 100%;
    margin: 20px;
  }
  .edit-btn span {
    width: max-content;
    margin: 0px;
    font-size: 17px;
  }
  .edit-btn {
    padding: 5px !important;
    font-size: 14px !important;
  }
  .user-holder table tbody td,
  .user-holder table thead th {
    padding: 10px;
  }
  .search-add.report-btn {
    margin-top: 10px !important;
    float: none;
    display: block;
    width: max-content;
    margin-left: auto;
  }
  .schcan-btn .search-add.report-btn {
    margin-top: 0px !important;
    float: none;
    display: block;
    width: max-content;
    margin-left: auto;
  }
  .user-btns .schedule-add a.btn {
    width: 100%;
    margin: auto;
  }
  .toggleDiv {
    width: 100%;
    margin-left: auto;
  }
  .user-holder table tfoot td {
    font-size: 13px;
    padding: 10px;
  }
  .search-add.run-btn a.btn {
    height: 50px !important;
    margin-left: auto !important;
    display: block !important;
    margin-top: 10px !important;
    /* width: 100% !important; */
    margin-right: 0px !important;
  }
  .toggles {
    width: 64%;
  }
  .permission .switch {
    margin: 0px !important;
  }
  .tab-pane .date-range input {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 480px) {
  #myTab li button {
    font-size: 14px;
  }
  .user-btns ul {
    display: block !important;
  }
  .user-btns {
    float: none !important;
  }
  .user-btns ul li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 387px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}
