/* ============ Login Flow ============ */
.login-row {
  margin: 0 auto;
  background-color: #ffffff;
  max-width: 654px;
  height: 600px;
  border-radius: 12px;
  z-index: 999;
  padding: 60px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.signup-row {
  margin: 0 auto;
  background-color: #ffffff;
  width: 70%;
  height: 94vh;
  border-radius: 12px;
  z-index: 999;
  padding: 60px 80px;
  position: relative;
}

.form-logo {
  position: absolute;
  top: 32px;
}

.main-logo {
  width: 105px;
  margin-top: 20px;
}

.logo-signup {
  position: absolute;
  top: 30px;
  left: 42%;
}

.login-form {
  margin-top: 28%;
}

.signup-form {
  margin-top: 80px;
  height: 75vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.form-input {
  height: 58px;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
}

.login-Emai {
  position: relative;
}

.login-Emai::before {
  position: absolute;
  content: "";
  background-image: url("/media/icons/Emai.png");
  top: 10px;
}

.user-Emai {
  position: relative;
}

.user-password {
  position: relative;
  width:100%;
}

.show-password {
  width: 30px;
  height: auto;
}

.login-icon,
.login-icon2,
.login-icon3 {
  position: absolute;
  right: 3%;
  top: 46%;
}

.btn-login {
  background-color: var(--secondary-color);
  color: #ffffff;
  width: 524px;
  padding: 14px;
  border-radius: 6px;
}

.btn-popup-submit {
  background-color: var(--primary-color);
  color: #ffffff;
  width: 100%;
  height: 40px;
  border-radius: 6px;
}

.btn-login:hover,
.btn-popup-submit:hover {
  background-color: white;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  transition: all 0.8s ease-in-out;
}

.highlight-text {
  color: var(--primary-color);
  font-weight: 600;
}

.link-breaker {
  margin: 0 auto;
  display: block;
  width: 300px;
  border: 0;
  border-radius: 18px;
  border-top: 8px solid #ffc42e;
  padding: 0;
}

.select-organization {
  margin-left: 22px;
}

.select2-selection__rendered {
  /* line-height: 58px !important; */
  margin-left: 10px;
}

.select2-container .select2-selection--single {
  height: 58px !important;
}

.select2-selection__arrow {
  height: 58px !important;
  margin-right: 10px;
}

/* select-organization dropdown overright */

.select-organization span.select2-selection.select2-selection--single {
  border-radius: 6px;
  border: 1px solid var(--primary-color);
}

/* ============ Modal Pop - Change Password ============ */
#exampleModal .modal-header {
  border: none !important;
  padding: 28px;
  margin-top: 20px;
}

#exampleModal .modal-body {
  padding: 20px 40px;
}

.change-password-heading {
  position: absolute !important;
  left: 25%;
  top: 40px;
}

/* ============ Modal Pop ============ */
.main-popup .modal-header {
  background: var(--primary-color) !important;
  color: #ffffff;
  padding: 15px 22px;
}

.main-popup .modal-body {
  padding: 15px 28px;
}

.main-popup table {
  border: none !important;
}

.main-popup table th {
  color: #fff;
  font-weight: 500;
}

.main-popup th:last-child {
  border-radius: 0 !important;
}

.reassign-client {
  background-color: #f1f1f1 !important;
  color: #000;
  padding: 6px 0;
}

.reassign-client .reassign-client_heading h5 {
  font-weight: 500;
}

.client-list-popup .modal-header {
  background: var(--primary-color) !important;
  color: #ffffff;
  padding: 15px 22px;
}

.client-list-popup .modal-body {
  padding: 25px 20px;
}

.client-list-popup table {
  border: none !important;
}

.client-list-popup table th {
  background-color: #dadada !important;
  color: #000;
}

.client-list-popup th:last-child {
  border-radius: 0 !important;
}

/* =============== Navigation ================ */

:root {
  --w-aside: 250px;
}

.navigation {
  position: fixed;
  width: 250px;
  height: 100%;
  background: var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* border-left: 7px solid var(--primary-color); */
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 4;
}

.navigation.active {
  width: 60px;
}

.navigation ul {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-left: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.navigation ul li {
  position: relative;
  width: 100%;
  list-style: none;
  /* margin-bottom: -1px; */
}

.navigation ul li a:hover,
.navigation ul li a.hover {
  background-color: #b40000;
  color: #fff !important;
}

.navigation ul li:nth-child(1) {
  margin-bottom: 20px;
  pointer-events: none;
}

.navigation ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text);
}

.navigation ul li:hover a>*,
.navigation ul li.hovered a>* {
  color: var(--white);
}

.navigation ul li a .icon {
  position: relative;
  display: block;
  min-width: 68px;
  text-align: center;
}

.navigation ul li a .icon .ion-icon {
  font-size: 30px;
}

.navigation ul li a .title {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 9px 2px;
  line-height: 20px;
  text-align: start;
  white-space: nowrap;
}

.navigation ul li .dropdown {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  /* color: var(--white); */
  cursor: pointer;
  outline: none;
}

.navigation ul li .dropdown:hover {
  background-color: none;
}

.navigation ul li .dropdown .dropdown-btn {
  position: relative;
  display: flex;
  width: 68%;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 2px;
  line-height: 25px;
  text-align: start;
  white-space: nowrap;
}

.navigation ul li .icon {
  position: relative;
  /* color:var(--text); */
  min-width: 68px;
  text-align: center;
}

/* Add an active class to the active dropdown button */
.dropdown-btn.active {
  color: white;
}

.dropdown-container {
  display: none;
  width: 100%;
  padding: 0;
}

.dropdown-container.active {
  display: inline-block;
}

.dropdown-container.active:hover {
  background-color: #727272;
  color: var(--button1-background);
}

.dropdown-container a {
  background-color: #e1e1e1;
  opacity: 0.6;
  color: var(--primary-color) !important;
  font-weight: normal;
  font-size: 14px;
  padding: 2px 0;
  padding-left: 60px;
  border-bottom: 1px solid #727272;
}

.sidebar-icon {
  width: 20px;
}

.back-button {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: bolder;
  margin-right: 2px;
}

.profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* ===================== Main ===================== */
.main {
  position: absolute;
  width: calc(100% - 250px);
  left: 250px;
  transition: all 0.5s ease-in-out;
  min-height: 100vh;
  background: var(--white);
  transition: 0.5s;
  padding: 0 2%;
}

.main.active {
  width: calc(100% - 60px);
  left: 60px;
}

.footer-main {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  width: calc(100% - 250px);
  background-color: #fff;
}

.footer-main.active {
  width: calc(100% - 80px);
  background-color: #fff;
}

footer span {
  font-size: 12px;
  color: #878787;
  padding: 20px;
}

/* ============ Topbar ============ */
.topbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 36px;
}

.toggle {
  position: relative;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  cursor: pointer;
  color: #1a1a1a;
}

.search-input {
  width: 250px;
  height: 30px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 20px;
  padding-right: 20%;
}

.profile-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-select-organisation {
  width: 250px;
  height: 40px;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
}

#select-organization-dropdown {
  width: 250px;
  height: 40px;
}

.user-profile-section {
  width: 114px;
}

.user-profile-section .role {
  font-size: 14px;
  color: var(--button1-background);
  /* font-weight: 700; */
}

col .btn-check:active+.btn,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:active {
  border: none !important;
}

.dropdown-item {
  display: flex !important;
  align-items: center;
}

.dropdown-item i {
  margin-right: 10px;
}

.form-input-class a i {
  position: absolute;
  content: "";
  font-size: 16px;
  top: 5px;
  right: 7px;
  background-color: #fff;
  padding: 6px 8px;
}

.form-input-class i {
  position: absolute;
  content: "";
  font-size: 16px;
  top: 3px;
  right: 7px;
  background-color: #fff;
  padding: 6px 8px;
}

.form-group-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.form-group-checkbox > * {
  width: 200px;
}

.settings {
  position: absolute !important;
  bottom: 20px;
  opacity: 1;
  transition: all 0.8s ease-in-out;
  /* background: var(--primary-color); */
}

.settings:hover {
  background-color: var(--button1-background) !important;
  width: 240px !important;
}

/* select-organization dropdown overright */
.select-organization .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 10px 0 10px;
  margin-left: -24px;
  margin-top: -4px;
  border-color: var(--primary-color) transparent transparent transparent;
}

.select-organization .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--primary-color) transparent;
  border-width: 0 10px 10px 10px;
}

.select-organization span.select2-selection.select2-selection--single:active,
.select-organization span.select2-selection.select2-selection--single:focus {
  width: 100%;
  color: #212529;
  background-color: #fff;
  border-color: #8b8b8b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(104, 104, 104, 0.25);
}

/* ============ Dashboard ============ */
.notification-info {
  font-weight: bold;
  text-decoration: underline;
  color: var(--primary-color);
  text-align: left !important;
  padding-left: 40px !important;
}

.client-name {
  font-weight: bold;
  text-decoration: underline;
  color: var(--primary-color);
}

.date-picker {
  position: relative;
  isolation: isolate;
}

.date-picker::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  bottom: 6px;
  right: 8px;
  background-image: url("/media/icons/date-picker.svg");
  z-index: -1;
}

.select-organization-dropdown {
  position: relative;
  isolation: isolate;
}

.select-organization-dropdown::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 9px;
  right: 22px;
  background-image: url("/media/icons/drop-down2.svg");
  z-index: -1;
}

.dropdown-option {
  position: relative;
  isolation: isolate;
}

.dropdown-option::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  bottom: 8px;
  right: 15px;
  background-image: url("/media/icons/drop-down2.svg");
  z-index: -1;
}

.dropdown-option-default {
  position: relative;
}

.dropdown-option-default::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 6px;
  right: 6px;
  background-image: url("/media/icons/drop-down2.svg");
}

.dropdown-option.delegate-task::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 54px;
  right: 22px;
  background-image: url("/media/icons/drop-down.svg");
  z-index: -1;
}

.title-heading,
.form-label {
  width: 100%;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.detail-information {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 12px;
}

/* .detail-information .display-field {
        width: 18%;
    } */

.detail-information .form-heading {
  padding: 10px 25px;
  border-radius: 12px 12px 0 0;
  background-color: #fff5f5;
  color: var(--primary-color);
  font-weight: 500;
}

.form-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.form-control {
  background: transparent !important;
}

.detail-information .form-heading2 {
  padding: 6px 25px;
  border-radius: 12px 12px 0 0;
  /* background-color: var(--primary-color); */
  color: #000;
  font-weight: 800;
  font-size: 20px;
  text-decoration: underline;
}

.detail-information .first-row,
.detail-information .second-row,
.detail-information .third-row {
  padding: 4px 25px;

  /* display: flex !important;
  justify-content: space-between;
  flex-wrap: nowrap; */
}

.organization-form {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 0;
}

.organization-form .form-heading:first-child {
  border-radius: 12px 12px 0 0;
}

.organization-form .form-heading {
  font-size: 18px;
  font-weight: 500;
  background:#fff5f5;
  color: var(--primary-color);
  padding: 7px 15px;
}

.organization-form .form-row {
  padding: 10px 25px;
}

table a {
  color: var(--primary-color) !important;
}

/* ============ Profile Page ============ */

.edit-profile-pic {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.user-name p {
  line-height: 0.5;
  text-decoration: underline;
}

/* ============ Settings ============ */

.settings-container {
  border: 1px solid black;
  border-radius: 12px;
  position: relative;
}

.settings-container .settings-topbar {
  padding: 15px 28px;
  background-color: var(--primary-color);
  height: 40px;
  border-radius: 12px 12px 0 0;
  color: white;
}

.settings-container .settings-heading {
  margin-top: 20px;
}

.user-permission-heading {
  background-color: #f3f3f3;
  padding: 15px;
}

.user-permission-heading h4 {
  margin: 0;
  font-size: 16px !important;
}

.user-permission-options {
  padding: 0px 38px;
}

.user-permission-options label {
  font-size: 15px;
  white-space: nowrap;
}

.user-permission-options .form-check-inline {
  margin-right: 0px !important;
}

.settings-container {
  position: relative;
}

.settings-container .main-settings {
  padding: 15px 28px;
}

.settings-container .vertical {
  border-left: 6px solid blue;
  height: 200px;
}

.roles-permission {
  position: relative;
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  /* border-left: 1px solid #ced4da; */
}

.nav-item .nav-link {
  color: var(--primary-color);
  font-weight: 600;
}

.nav-item .nav-link.active {
  margin-bottom: 5px;
  border-bottom: 3.5px solid var(--primary-color);
}

.roles-permission .action-button.row.my-3 {
  width: 100%;
  left: 0%;
  bottom: 0px;
  position: sticky;
  background: #ffffff;
  padding: 15px 10px;
  overflow: hidden;
}

.navigation ul li a .active {
  background-color: #212529;
}

.notes-text {
  max-height: 150px;
  overflow: auto;
}

.report-text {
  font-size: 12px;
  color: #8f8b8b;
  text-align: right;
  display: block;
}

/* ============ Error Page ============ */

.error-container {
  border: 4px solid #ffa230;
  border-radius: 12px;
  margin: 150px auto;
  padding: 50px;
}

.error {
  font-size: 40px;
  font-weight: 800;
  color: #ffa230;
}

.error-image-1 {
  width: 300px;
}

/* ============ 04/08/2023 ============ */

.detail-information .form-heading2 {
  padding: 6px 25px;
  border-radius: 12px 12px 0 0;
  /* background-color: var(--primary-color); */
  border-radius: 12;
  color: #000;
  font-weight: 800;
  font-size: 20px;
  text-decoration: underline;
}

.modal-logged-info {
  background: #f6f3f3;
  padding: 20px;
  font-size: 20px !important;
  font-weight: 500;
  font-family: inherit;
}

/* Date: 23/08/2023 */

.table-icon {
  width: 25px;
  height: 25px;
}

.table-view {
  margin-bottom: 40px;
  padding: 20px;
  background-color: var(--new-bg-background);
  border-radius:10px;
}

.table-notes-icon {
  width: 35px;
}

.search-date {
  margin-top: 20px;
  margin-right: 15px;
}

.search-date .add-button {
  width: 54px;
}

/* Event Log Page */

.event-log {
  margin-top: 15px;
}

.date-filter {
  width: 100%;
  background: #f2f2f2;
  padding: 15px 22px;
  height: auto;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.date-filter__left .date-filter-form,
.date-filter__unit-view .date-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}

/* .date-filter__left .date-filter-form div {
  width: 250px;
} */

.date-filter__right {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 16px 0;
}

.date-filter span {
  width: 50px;
  text-wrap: nowrap;
  margin-right: 15px;
}

.date-filter form label {
  margin-right: 10px;
  white-space: nowrap;
}

.date-filter input {
  height: 36px !important;
  width: 200px;
}

.search-client_input {
  position: relative;
}

.search-client_input::before {
  position: absolute;
  content: "";
  background-image: url("/media/icons/search.png");
  width: 24px;
  height: 24px;
  bottom: 3px;
  right: 8px;
  background-repeat: no-repeat;
  object-fit: cover;
}

.date-filter .dropdown-option::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 8px;
  right: 5px;
  background-image: url("/media/icons/drop-down.svg");
}

.date-filter .date-picker::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 6px;
  right: 5px;
  background-image: url("/media/icons/date-picker.svg");
}

.search__date-button-search {
  padding: 6px 10px;
  background-color: var(--button1-background);
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
}

.search__date-button-reset {
  padding: 6px 10px;
  background-color: #ff392e;
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
}

.date-filter .search__date-button i {
  font-size: 16px;
}

.search__date-button .search__date-button-hidden {
  display: none;
}

@media screen and (max-width: 600px) {
  .search-date {
    margin-right: 0;
  }

  .search-date .add-button {
    display: flex;
    align-self: flex-end;
    width: 20%;
  }
}

/* ============ LTCW - Data Table ============ */
.ltcw___license-expiration {
  background-color: #ffacac !important;
}

@media screen and (max-width: 980px) {
  .reassign-client_heading:nth-child(2) {
    display: none;
  }
}

.reassign-client_left {
  padding-right: 20px;
}

.reassign-client_right {
  border-left: 1px solid #dadada;
  padding-left: 20px;
}

.training-status {
  font-weight: 600;
  color: #32960e;
}

/* ============ LTCW - Credentials & Training ============ */

.traning__wrap {
  display: flex;
  gap: 16px;
  flex-direction: column;
  padding-inline: 25px;
  padding-bottom: 25px;
}

.traning__wrap .traning_inner_wrap {
  position: relative;
}

.traning__wrap .traning_inner_wrap+.traning_inner_wrap::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: rgb(163, 163, 163);
}

.traning_inner_wrap .ltcw-form-layout {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.traning_inner_wrap .ltcw-form-layout .right {
  width: 230px;
  flex-shrink: 0;
}

.traning_inner_wrap .ltcw-form-layout .left {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 14px;
}

/* ============ Notification - Units ============ */
.secondary-heading {
  color: var(--primary-color);
  font-size: 15px;
  text-wrap: nowrap;
}

.notification-status-unread {
  font-weight: 600;
  color: var(--primary-color);
}

/* ============ Delegated Tasks ============ */
.stretch-col {
  width: 54% !important;
}

.page-heading {
  margin-bottom: 8px;
  text-wrap: nowrap;
}

.bill-status {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  margin-left: 6px;
}

/* ============ Personnel - Change Password ============ */

.personnel-full-name {
  margin: 10px 0;
}

.personnel-full-name label,
.personnel-full-name label p {
  font-size: 20px;
}

/* ============ Treatment & Delegated Task ============ */

.treatment-heading-group {
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
  margin-bottom: 10px;
}

#template-blue-btn,
#template-green-btn {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  padding: 4px 18px;
  border-radius: 6px;
  color: var(--primary-color);
  margin-right: 12px;
  transition: 0.4s all ease-in-out;
  width: max-content;
}

#template-blue-btn:hover,
#template-green-btn:hover {
  background-color: #f0ad03;
}

.template-blue-code {
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: var(--primary-color);
  margin-right: 5px;
}

.template-green-code {
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #32960e;
  margin-right: 5px;
}

#template-blue-btn.active,
#template-green-btn.active {
  background-color: var(--button1-background);
  font-weight: bolder;
  text-decoration: underline;
  color: var(--primary-color);
}

.treatment-heading p {
  font-weight: 600;
  color: var(--primary-color);
}

.template-blue.active,
.template-green.active,
.template-blue-green.active {
  display: none;
}

.template-blue,
.template-green,
.template-blue-green {
  position: relative;
  display: inline-block;
}

.template-blue label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--primary-color);
  top: 0px;
  right: 16px;
  border-radius: 50%;
}

.template-green label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #32960e;
  top: 0px;
  right: 16px;
  border-radius: 50%;
}

.template-blue-green::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--primary-color);
  top: 0px;
  right: 34px;
  border-radius: 50%;
}

.template-blue-green::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #32960e;
  top: 0;
  right: 14px;
  border-radius: 50%;
}

.delegate-task-heading-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.delegate-task-heading-group .preview-icon-template {
  color: var(--primary-color);
  font-size: 16px;
}

.manage-instruction-form .form-box-span {
  font-size: 12px;
  color: #32960e;
}

.second-column-info {
  position: sticky;
  top: 10px;
}

#task-name {
  cursor: pointer;
}

#lightbox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}

#lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-img {
  height: 90%;
  width: 800px;
}

.notification-action {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #9e9e9e;
  padding: 4px 8px;
  border-radius: 6px;
}

.notification-action .delete-btn:hover {
  color: #d31212;
  transition: all ease-in-out 0.3s;
}

/* ============ Error Page ========== */
.error-left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}

.error-warning {
  font-size: 30px;
  font-weight: 800;
  margin-right: 6px;
  color: var(--primary-color);
}

.error-message .warning {
  font-size: 22px !important;
}

.error {
  font-size: 94px;
  color: var(--primary-color);
}

.error-image {
  width: 440px;
}

.error-container {
  border: 4px solid var(--primary-color);
}

/* ============ File Upload Feature ============ */

/* .upload_file_card h3 {
  font-size: 22px;
  font-weight: 500;  
}

.drop_box {
  margin: 10px 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px dotted #a3a3a3;
  border-radius: 5px;
}

.drop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
  margin-bottom: 20px;
}

.drop_box p {
  font-size: 12px;
  color: #a3a3a3;
}

.upload-btn {
  text-decoration: none;
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: 0.3s;
}

.upload-btn:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #005af0;
  padding: 10px 20px;
  border: none;
  outline: 1px solid #010101;
}
.form input {
  margin: 10px 0;
  width: 100%;
  background-color: #e2e2e2;
  border: none;
  outline: none;
  padding: 12px 20px;
  border-radius: 4px;
} */

.dropdown-bulk-state {
  width: 250px;
  margin-bottom: 16px;
}

.upload-files-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.drag-file-area {
  width: 100%;
  border: 2px dashed var(--primary-color);
  border-radius: 12px;
  margin: 10px 0 15px;
  padding: 10px 20px;
  text-align: center;
}

.drag-file-area .upload-icon i {
  font-size: 60px;
}

.drag-file-area h3 {
  font-size: 20px;
}

.drag-file-area label {
  font-size: 18px;
}

.drag-file-area label .browse-files-text {
  color: var(--primary-color);
  font-weight: bolder;
  cursor: pointer;
}

.browse-files span {
  position: relative;
}

.default-file-input {
  display: none;
}

.cannot-upload-message {
  background-color: #ffc6c4;
  font-size: 17px;
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  color: #bb0000;
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cannot-upload-message span,
.upload-button-icon {
  padding-right: 10px;
}

.cannot-upload-message span:last-child {
  padding-left: 20px;
  cursor: pointer;
}

.file-block {
  color: #f7fff7;
  background-color: var(--primary-color);
  transition: all 1s;
  width: 100%;
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 15px;
  padding: 10px 20px;
  border-radius: 12px;
  cursor: pointer;
}

.file-info {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.file-icon {
  margin-right: 10px;
}

.file-name,
.file-size {
  padding: 0 3px;
}

.remove-file-icon {
  cursor: pointer;
}

.progress-bar {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 4.5%;
  width: 0;
  height: 5px;
  border-radius: 25px;
  background-color: #4bb543;
}

/* ============ Clients - Demographics ============ */
.nav-pills .nav-link {
  background: transparent !important;
  color: var(--primary-text) !important;
  font-weight: 500;
  border: none;
  border-radius: 0;
  margin: 2px 10px;
  text-wrap: nowrap;
}

.nav-pills .nav-link.active {
  font-weight: 600;
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color) !important;
}

.active-task .nav-pills .nav-link {
  background: transparent !important;
  color: #fff !important;
  font-weight: 500;
  border: none;
  border-radius: 0;
  margin: 0 10px;
  text-wrap: nowrap;
  vertical-align: middle;
}

.active-task .nav-pills .nav-link.active {
  font-weight: 600;
  margin-top: -5px;
  border-bottom: 3px solid #fff;
}

.client-name-heading {
  position: absolute;
  top: 87px;
  right: 38px;
  border: 0.5px solid #dadada;
  width: max-content;
  padding: 4px 15px;
  border-radius: 6px;
}

.client-name-heading .client-name {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 4px;
  cursor: pointer;
}

.client-name-heading .client-name span {
  color: var(--primary-color);
  text-decoration: underline;
}

.task-instruction-status {
  position: absolute;
  top: 130px;
  right: 35px;
  border: 0.5px solid #dadada;
  width: max-content;
  padding: 4px 15px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.task-instruction-status .report-text .status-task {
  color: var(--green);
  font-weight: 600;
}

.client-demographics .page-heading {
  font-size: 18px;
  margin-bottom: 0;
}

.client-demographics .detail-information .form-heading {
  padding: 4px 25px;
}

.demographics-second-row .accordion .additional-information {
  border: 1px solid var(--yellow);
}

.accordion .additional-information button {
  background-color: var(--yellow);
}

.client-case-manager .detail-information,
.client-home-info .detail-information {
  border: 1px solid var(--green);
}

.client-case-manager .detail-information .form-heading,
.client-home-info .detail-information .form-heading {
  background-color: var(--green);
}

/* ============ Accordion Item ============ */
.accordion-item {
  margin-bottom: 25px;
  border: none;
  border-radius: 12px !important;
  overflow: hidden;
}

.accordion-item:not(.collapsed) {
  border: 1px solid var(--primary-color);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 25px;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
}

.accordion-button:not(.collapsed) {
  background-color: var(--primary-color);
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 12px 12px 0 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 12px;
  overflow: hidden;
}

.accordion-button .add-member {
  position: absolute;
  right: 55px;
}

.accordion-item .remove-record {
  background-color: #ffbbbb;
  color: #d31212;
  padding: 6px 16px;
  font-size: 12px;
  width: 84px;
  text-decoration: unset;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 4px;
}

.accordion-item .remove-record i {
  font-size: 12px;
  color: #d31212;
}

.client-Treatment-accordion .accordion-body {
  padding: 0;
}

.client-Treatment-accordion .accordion-item {
  margin-bottom: 5px;
  border: none;
  border-radius: 0px;
}

.client-Treatment-accordion .accordion-item .accordion-button {
  background-color: #dadada;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  border: 0;
}

.client-Treatment-accordion .accordion-item:not(.collapsed) {
  border: none;
  border-radius: 0px;
}

.client-Treatment-accordion .accordion-button:not(.collapsed) {
  color: #000;
  border: 0;
  outline: 0;
  border-radius: 6px !important;
}

.client-Treatment-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.added-member {
  border-bottom: 1px solid #dadada;
  margin-bottom: 6px;
}

.detail-information .bi-plus-lg {
  background: #9e4784;
  padding: 2px 5px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
}

.detail-information .bi-plus-lg:hover {
  background: #6b2456;
}

/* .added-member > * {
  margin-bottom: -12px;
} */

/* ============ Delegated Tasks - State Dropdown ============ */

.btn-group .delegate-task-state {
  position: absolute;
  top: 55px;
  right: 268px;
}

/* ============ Clients - Delegated Tasks ============ */

.delegate-task-client .staff-members {
  height: 300px;
}

.delegate-task-client .active-task {
  height: 300px;
}

.active-task .delegate-task-list {
  height: 220px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 0;
}

.staff-members .staff-member-list {
  height: 244px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 0;
}

.staff-members .add-staff {
  background-color: var(--button1-background);
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 8px;
  height: 30px;
  font-family: inherit;
  font-weight: 600;
  border-radius: 6px;
}

.staff-members p {
  margin-bottom: 0;
}

.staff-members i {
  font-size: 16px;
}

.delegate-task-list li {
  margin: 12px 0;
  transition: 0.4s all ease-in-out;
  font-weight: 500;
  padding: 4px;
  text-decoration: underline;
  cursor: pointer;
}

.delegate-task-list li:hover {
  background-color: var(--button1-background);
  border-radius: 6px;
}

.staff-members .staff-member-list li {
  margin: 12px 0;
  transition: 0.4s all ease-in-out;
  font-weight: 500;
  padding: 4px;
  text-decoration: underline;
}

.staff-members .staff-member-list li:hover {
  background-color: var(--button1-background);
  border-radius: 6px;
}

.delegated-task-detail {
  /* height: 39rem; */
  height: 620px;
  overflow: hidden;
  padding-bottom: 10px;
}

.delegated-task-detail .form-heading {
  background-color: #f4f2f2 !important;
  padding: 20px 25px !important;
  height: auto;
}

.delegated-task-detail .first-row {
  height: 74%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.delegated-task-detail h4 {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 18px !important;
  text-decoration: underline;
}

.read-more {
  display: block;
  width: max-content;
  text-decoration: underline;
  float: right;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: -20px;
  padding: 6px 12px;
  cursor: pointer;
}

.read-more:hover {
  background-color: #dadada;
  border: 6px;
}

.treatment-list ul {
  padding-left: 0;
}

.treatment-list ul li {
  margin: 6px 0;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
  font-size: 12px;
}

.treatment-list ul li:hover {
  color: var(--primary-color);
}

.allergy-list ul {
  padding-left: 0;
}

.allergy-list ul li {
  margin: 4px 0;
  cursor: pointer;
}

.section-heading {
  margin-bottom: 0;
}

/* ============ Units Page ============ */
.client-unit-filter .date-filter__left {
  display: none;
}

.client-unit-filter .date-filter__left.active {
  display: block;
}

.client-unit-filter .date-filter__unit-view {
  display: none;
}

.client-unit-filter .date-filter__unit-view.active {
  display: block;
}

/* ============ Client - Interactions ============ */
.interaction-client .interaction-list {
  padding-left: 0;
}

.interaction-client .interaction-list li {
  padding: 4px 6px;
  display: flex;
  justify-content: space-between;
}

.interaction-client .interaction-list li:hover {
  background-color: var(--button1-background);
  border-radius: 6px;
  padding: 4px 8px;
}

.interaction-heading span {
  color: var(--primary-color);
  text-decoration: underline;
}

/* ============ Form ============ */
.form-warning-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-warning-heading h4 {
  color: red;
}

/* =========== Support Module ============ */
.instructions-accordion .accordion-item {
  margin-bottom: 12px;
}

.accordion-header {
  position: relative;
}

.accordion-header .add-member {
  position: absolute;
  right: 56px;
  top: 9px;
  z-index: 10;
}

.accordion-header:has(> .collapsed) .add-member {
  color: var(--primary-color);
}

.accordion-header .add-member {
  color: #fff;
}

/* ============ Record Management ============ */
.record-card-info .display-field {
  text-align: center;
}

.record-card-info .record-heading {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0px;
}

.record-card .page-heading {
  margin-bottom: 0px;
}

.record-card .edit-icon .add-button {
  height: 25px;
}

.warning-message {
  color: red;
  font-size: 16px !important;
  font-weight: 600;
}

.record-warning-message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.record-warning-message .warning-message {
  font-size: 25px !important;
}

.record-warning-message span {
  font-size: 12px;
  text-align: center;
}

.record-delete-card .record-heading-count {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.record-delete-card .record-display-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--primary-color);
  color: white;
  padding: 8px 14px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.record-delete-warning {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
}

.record-detail-card {
  border: 1px solid #dadada;
  border-radius: 12px;
  padding: 5px 12px;
  width: max-content;
}

.record-detail-card span {
  font-size: 12px;
}

/* ============ Settings - Billing Category ============ */
.billing-category-layout {
  width: 80%;
}

.billing-card {
  margin-bottom: 25px;
}

.billing-card-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 156px;
}

.billing-card-heading .title-heading {
  margin: 10px 0;
}

.add-billing-exclusion {
  width: 50%;
}

/* ============ Reports ============ */
.report-filter {
  padding-right: 2rem;
  border-right: 1px solid #dadada;
}

.report-table {
  padding-left: 1rem;
}

.report-filter .filter-label {
  font-size: 14px;
  font-weight: 600;
  color: #715757;
  margin-bottom: 5px;
}

/* ============ LTCW - Edit Delegated Task ============ */
.detail-information .select-delegated-task {
  width: 60%;
}

.add-delegated-task label {
  font-size: 14px;
  font-weight: 500;
}

.add-delegated-task label .delegated-on {
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-color);
  margin-left: 10px;
}

/* ============ Billing Module ============ */

.billing-container-personnel {
  width: 100%;
}

.billing-container-client {
  width: 100%;
}

.add-multiple-member {
  margin-top: 20px;
  margin-left: 15px;
}

/* ============ Global Search Module ============ */
.search-heading {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.search-heading span {
  font-size: 14px !important;
  font-weight: 500;
  color: #000;
}

.breadcrum {
  font-size: 12px;
  font-weight: 500;
}

.breadcrumb-item {
  color: var(--primary-color);
  font-size: 12px;
}

.client-navigation .col-lg-8 {
  width: 100%;
}

/* ============ Client - Treatments ============ */
.active-treatment {
  height: 240px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.client-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
  background-color: #DADADA;
  margin-bottom: 20px;
  border-radius: 6px;
}

.client-list-header span {
  font-size: 18px;
  font-weight: 500;
}

th.bonus-col, td.bonus-col {
  display: none;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-outline.user-Emai.mb-4 {
    width: 100%;
}