:root {
  --login-font: "Poiret One", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;

  --font-01: "Open Sans", sans-serif;
  --font-02: "Comfortaa", sans-serif;
  --font-03: "Segoe UI", sans-serif;
  --font-04: "Roboto";
  --font-05: "Montserrat", sans-serif;
  --font-06: "Helvetica Neue";

  --purple01: #290439;
  --purple02: #4b0082;
  --purple03: #802fde;
  --purple04: #e8e2f7;
  --purple04: #b39ecc;

  --gray-01: #383838;
  --gray-02: #4d4d4d;
  --gray-03: #666666;
  --gray-04: #808080;
  --gray-05: #999999;
  --gray-06: #b3b3b3;
  --gray-07: #cccccc;
  --gray-08: #efefef;
  --gray-09: #f2f2f2;
  --gray-10: #f2f2f272;

  --gray-10: #cccccc10;
  --gray-15: #cccccc15;
  --gray-20: #cccccc20;
  --gray-25: #cccccc25;
  --gray-30: #cccccc30;
  --gray-40: #cccccc40;
  --gray-50: #cccccc50;
  --gray-60: #cccccc60;
  --gray-70: #cccccc70;
  --gray-80: #cccccc80;
  --gray-90: #cccccc90;
  --gray-100: #ccccca1d;

  --black-01: #000000;
  --black-02: #000000b8;
  --black-03: #00000096;
  --black-04: #00000064;
  --black-05: #00000050;
  --black-06: #00000032;
  --black-07: #0000001a;

  --blue-01: #004578;
  --blue-02: #005a9e;
  --blue-03: #106ebe;
  --blue-04: #0078df;
  --blue-05: #2b88d8;
  --blue-06: #71afe5;
  --blue-07: #c7e0f4;
  --blue-08: #deecf9;
  --blue-09: #eff6fc;
  --blue-10: #c7e0f43f;
  --blue-11: #e8f0fe;
  --blue-12: #c7e0f436;
  --blue-13: #c7e0f425;

  --red-01: #781212;
  --red-02: #a41f1f;
  --red-03: #c92c2c;
  --red-04: #e63939;
  --red-05: #ff4646;
  --red-06: #ff6e6e;
  --red-07: #ffb3b3;
  --red-08: #ffe8e8;
  --red-09: #fffafa;
  --red-10: #ffb3b33f;

  --pastel-red-01: #ff6961;
  --pastel-red-02: #ffb3b3;
  --pastel-red-03: #ffe8e8;
  --pastel-red-04: #ffe8e8cd;
  --pastel-red-05: #fffafa;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*#region login*/
.new-container {
  background-color: #ffffff;
  border-radius: 0px;
  height: auto;
  margin: auto;
  width: 99.5%;
}

#member-container {
  margin-left: 48px;
}

#member-container .container-x {
  background-color: #ffffff;
  border-radius: 0px;
  height: auto;
  width: 100%;
  position: relative;
}

.login-section {
  margin: auto 0;
}

.background-image-01 {
  display: block;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

.login-header {
  font: 300 1.8em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #696969 !important;
  margin: 4em 0 0.4em 0;
  text-align: justify;
}

.login-prompt {
  font: 300 1.4em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #696969 !important;
  margin: 0.4em 0 2em 0;
  text-align: justify;
}

.login-form-label {
  font: 300 1.5em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #000000 !important;
  margin-bottom: 25px;
  text-align: right;
}

.login-form-control {
  font: 100 1.2em var(--font-03);
  color: #000000;
  display: block;
  width: 90%;
  max-height: 100px;
  height: 30px;
  margin-top: 10px;
  margin-left: 0px;
  padding: 6px 6px;
  line-height: 1.428571429;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #efefef;
  background-color: transparent;
  outline: none;
}

.form-group > label {
  bottom: 34px;
  left: 15px;
  position: relative;
  background-color: transparent;
  padding: 0px 5px 0px 5px;
  font-size: 1em;
  transition: 0.2s;
  pointer-events: none;
  font: 100 1.2em var(--login-font);
  color: #d0d0d0;
}

.login-form-control:focus ~ label {
  bottom: 60px;
  color: #a9a9a9;
  font: 100 0.8em var(--login-font);
  left: 10px;
}

/* .login-form-control:valid ~ label {
  bottom: 60px;
  color: #a9a9a9;
  font-size: 4px;
  font: 100 0.8em var(--login-font);
  left: 10px;
} */

#expired-password-modal .login-form-label {
  font: 300 1.5em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #000000 !important;
  margin-bottom: 25px;
  text-align: right;
}

#expired-password-modal .login-form-control {
  font: 100 1.2em var(--font-03);
  color: #000000;
  display: block;
  width: 90%;
  max-height: 100px;
  height: 30px;
  margin: 0 auto;
  padding: 6px 6px 6px 35px;
  line-height: 1.428571429;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #efefef;
  background-color: transparent;
  outline: none;
}

#expired-password-modal .form-group > label {
  bottom: 34px;
  left: 50px;
  position: relative;
  background-color: transparent;
  padding: 0px 5px 0px 5px;
  font-size: 1em;
  transition: 0.2s;
  pointer-events: none;
  font: 100 1.2em var(--login-font);
  color: #d0d0d0;
}

#expired-password-modal .login-form-control:focus ~ label {
  bottom: 60px;
  color: #a9a9a9;
  font: 100 0.8em var(--login-font);
  left: 25px;
}

#expired-password-modal .login-form-control:valid ~ label {
  bottom: 60px;
  color: #a9a9a9;
  font-size: 4px;
  font: 100 0.8em var(--login-font);
  left: 25px;
}

#expired-password-modal .password-01 {
  color: #cccccc;
  font-size: 14px !important;
  margin: 10px 0 0 30px;
  position: absolute;
}

#expired-password-modal .icon-visible {
  color: #cccccc9c;
  font-size: 0.65em;
  margin: -22px 34px;
  position: absolute;
  right: 15px;
}

#expired-password-modal .icon-visible:hover {
  color: #cccccc;
  cursor: pointer;
}

.search-form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #efefef7e;
  color: #ffffff;
  display: block;
  font: 300 3em var(--font-03);
  width: 50%;
  text-align: center;
  margin: 6em auto;
  padding: 5px;
  position: relative;
  top: 50%;
  outline: none;
  transition: linear 0.3s;
}

.search-form-control::placeholder {
  color: #cccccc;
  color: #ffffff;
  opacity: 0.6;
}

.search-form-control:focus.search-form-control::placeholder {
  opacity: 0.3;
  transition: linear 0.3s;
}

#patient-search-close.icon-close {
  background: transparent;
  line-height: 1;
  font: 300 2.5em var(--font-03);
  float: right;
  color: #ffffff;
  cursor: pointer;
  top: 5px;
  right: 25px;
  padding: 0;
  position: absolute;
  border: 0;
  z-index: 1000;
}

#patient-search-close.icon-close:hover {
  text-shadow: 0 1px 0 #000000;
}

.password-reset-header {
  font: 300 1.6em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #696969 !important;
  margin: 4em 0 0.4em 0;
  text-align: justify;
}

.password-reset-prompt {
  font: 300 1em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #696969 !important;
  margin: 0.4em 0 4em 0;
  text-align: justify;
}

.password-01 {
  color: #cccccc;
  font-size: 14px !important;
  margin: 5px 0 0 20px;
  position: absolute;
}

.icon-visible {
  color: #cccccc;
  color: #cccccc9c;
  font-size: 0.65em;
  margin: -22px 34px;
  position: absolute;
  right: 35px;
}

.icon-visible:hover {
  color: #cccccc;
  cursor: pointer;
}

.submit-button {
  font: 100 1.2em var(--font-03);
  color: #ffffff;
  background-color: #6495ed;
  border: 1px solid #6495ed;
  padding: 4px 4px 8px 4px;
  line-height: 1.6;
  border-radius: 3px;
  outline: none;
  transition: 0.3s;
  width: 50%;
  z-index: 40;
}

.submit-button:hover,
.submit-button:active,
.submit-button:focus {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  outline: none;
}

.forgotten-password-button {
  background-color: transparent;
  border: 1px solid transparent;
  font: 100 0.8em var(--font-03);
  color: var(--darkgray);
  padding: 4px 4px 8px 4px;
  line-height: 1.6;
  z-index: 40;
  margin-left: 1em;
  outline: none;
}

.forgotten-password-button:hover {
  cursor: pointer;
  color: #000000;
}

.button-collection-01 {
  margin-top: 4em;
}

.button-collection-02 {
  margin-top: 2em;
}

.otp-resend-button {
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 25px;
  color: #cccccc;
  font: 100 0.58em var(--font-03);
  height: 25px;
  padding: 5px 8px;
  position: relative;
  top: -3.85em;
  right: 8em;
  float: right;
  transition: ease-in-out 0.1s;
}

.otp-resend-button:hover,
.otp-resend-button:active,
.otp-resend-button:focus {
  background-color: dodgerblue;
  border: 1px solid dodgerblue;
  color: white;
}

.otp-resend-button:disabled {
  background-color: dodgerblue;
  border: 1px solid dodgerblue;
  color: white;
  opacity: 0.5;
  cursor: not-allowed;
}

#otp-count-down {
  background-color: transparent;
  border-radius: 25px;
  color: #cccccc;
  font: 100 0.58em var(--font-03);
  height: 25px;
  padding: 5px 8px;
  position: relative;
  top: -3.85em;
  right: 8em;
  float: right;
  transition: ease-in-out 0.1s;
}

.icon-visible {
  color: #cccccc;
  color: #cccccc9c;
  font-size: 0.65em;
  margin: -24px 34px;
  position: absolute;
  right: 30px;
}

.icon-visible:hover {
  color: #cccccc;
  cursor: pointer;
}

.pw-icon {
  margin: -24px 80px;
}

.password-reset {
  background-color: transparent;
  border: 1px solid rgb(217, 48, 78);
  border-radius: 20px;
  color: rgb(217, 48, 78);
  padding: 3px 6px;
  font-size: 10px;
  transition: linear ease-in-out 1s;
}

.password-reset:hover {
  color: #ffffff;
  background-color: #f44336c4;
  border: 1px solid #f44336c4;
}
/*#endregion*/
/*#region error-handle*/
.input-validation-error {
  display: none;
  position: relative;
  background-color: rgba(217, 48, 78, 0.2);
  padding: 10px 12px 10px 12px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-family: var(--font-03);
  font-size: 0.8em;
  color: rgb(217, 48, 78);
  margin: 0 0 10px 0;
  top: -20px;
  width: 90%;
  vertical-align: middle;
}

.input-date-validation-error {
  display: none;
  position: relative;
  background: none;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0px;
  font-family: var(--font-03);
  font-size: 0.8em;
  color: rgb(217, 48, 78);
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: middle;
}

.input-validation-information {
  display: none;
  position: relative;
  background-color: #cce5ffb2;
  padding: 10px 12px 10px 12px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-family: var(--font-03);
  font-size: 0.8em;
  color: #004085;
  margin: 0 0 10px 0;
  top: -20px;
  width: 90%;
  vertical-align: middle;
}

.input-validation-success {
  display: none;
  position: relative;
  background-color: #d4edda;
  padding: 10px 12px 10px 12px;
  border: 1px solid #c3e6cb;
  border-radius: 0px;
  font-family: var(--font-03);
  font-size: 0.8em;
  color: #155724;
  margin: 0 0 10px 0;
  top: -20px;
  width: 90%;
  vertical-align: middle;
}

.input-validation-warning {
  display: none;
  position: relative;
  background-color: #fff3cd;
  padding: 10px 12px 10px 12px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-family: var(--font-03);
  font-size: 0.9em;
  color: #856404;
  margin: 0 0 10px 0;
  top: -20px;
  width: 90%;
  vertical-align: middle;
}

.input-validation-error i,
.input-validation-information i,
.input-validation-success i,
.input-validation-warning i {
  font-size: 0.9em;
}

.validation-error {
  display: none;
  position: relative;
  background-color: rgba(217, 48, 78, 0.2);
  padding: 10px 12px 10px 12px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-family: var(--font-03);
  font-size: 0.9em;
  color: rgb(217, 48, 78);
  margin: 0 auto;
  top: 0px;
  width: 99%;
  vertical-align: middle;
}

.mv-0 {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
  left: 6px;
}

.mv-1 {
  background: none;
  font-size: 0.65em;
  padding: 0;
  position: relative;
  top: -2px;
  left: 12px;
}
/*#endregion*/

/*#region home-view*/

.hero-banner-light {
  position: relative;
  transform: translateX(-50%);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  width: 100%;
  height: 10vh;
  z-index: 10;
  margin: 0.4em 0 0.1em 0;
  left: 50%;
  overflow: hidden;
}

.hero-banner-light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #b30086 60%, #e600ac 100%); /*purple*/
  background: linear-gradient(to left, #2f67ee 60%, #2f67ee 100%); /*blue*/
  background: linear-gradient(to left, #4682b4 60%, #4682b4 100%); /*steel*/
  background: linear-gradient(to left, #0047ab 60%, #0047ab 100%); /*cobalt*/
  opacity: 0.8;
  opacity: 0.7;
}

.hero-banner-light img {
  display: block;
  width: 101%;
  height: auto;
}

.hero-banner-dark {
  position: relative;
  transform: translateX(-50%);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  width: 99.5%;
  height: 140px;
  z-index: 10;
  top: 0.3em;
  left: 50%;
  margin-bottom: 0.3em;
  overflow: hidden;
}

.hero-banner-dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #17141d;
  opacity: 0.8;
}

.hero-banner-dark img {
  display: block;
  width: 101%;
  height: auto;
}

.banner-text {
  position: absolute;
  float: right;
  font: 100 1.8em var(--login-font);
  color: #ffffff;
  bottom: 10px;
  right: 25px;
  /* display: inline-block; */
  z-index: 12;
}

.section-container {
  background-color: #f6f8f9;
  margin: auto;
  overflow: hidden;
  width: 100%;
  padding: 5px;
}

/* .empty-state-container {
  background-color: #f6f8f9;
  margin: auto;
  overflow: hidden;
  width: 100%;
  padding: 5px;
}

.empty-state {
  background-color: #f6f8f9;
  background-color: var(--gray-25);
  display: none;
  margin: auto;
  overflow: hidden;
  padding: 5px;
  width: 100%;
  min-height: 160px;
}

.empty-state img {
  display: block;
  float: left;
  margin: 0;
  position: relative;
  top: 1em;
  left: 2em;
  width: 15%;
  opacity: 1;
}

.empty-state h4 {
  color: var(--gray-01);
  font: 300 1.5em var(--font-03);
  float: right;
  text-align: center;
  position: relative;
  top: 1.4em;
  width: 85%;
}

.empty-state p {
  color: var(--gray-01);
  font: 100 0.85em var(--font-03);
  float: right;
  text-align: center;
  margin: 0;
  opacity: 0.7;
  position: relative;
  top: 2em;
  width: 85%;
} */

/*#region empty-states*/
section .empty-state {
  position: relative;
  margin: auto;
  overflow: hidden;
}

section .empty-state img {
  display: block;
  margin: 0 auto;
  opacity: 0.9;
  margin-top: 3em;
  width: 12.5%;
}

section .empty-state h4 {
  color: var(--gray-07);
  font: 300 1.5em var(--font-03);
  margin: 0 auto;
  text-align: center;
}

section .empty-state p {
  color: var(--gray-01);
  font: 100 0.85em var(--font-03);
  text-align: center;
  margin: 0 auto;
  opacity: 0.7;
  position: relative;
  width: 85%;
}

section .empty-state button {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 3px;
  color: darkgray;
  display: block;
  font: 100 1em var(--font-03);
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 1em;
  opacity: 0.75;
  outline: none !important;
  padding: 4px 10px 4px 12px;
  text-align: center;
  transition: 0.3s;
  z-index: 40;
}

section .empty-state button:hover {
  background-color: #6495ed;
  border: 1px solid transparent;
  color: #ffffff !important;
  outline: none !important;
}

/*#endregion*/

.flex-left {
  display: flex;
  float: left;
  height: 60px;
  margin: 0;
  position: relative;
  top: -2px;
  z-index: 1000;
}

.bg-circle-01 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #800080;
  position: relative;
  margin: auto 0;
  top: 1em;
  left: 0.5em;
  transition: linear 0.15s;
}

.bg-circle-01:hover {
  background-color: #d3d3d39e;
  cursor: pointer;
}

.bg-circle-01:hover .icon-back {
  color: #800080;
}

.navigation-back {
  position: relative;
  z-index: 1001;
  top: 10px;
  width: 25px;
  top: 1.15em;
  left: 2.5em;
}

.icon-back {
  vertical-align: middle;
  color: #ffffff;
  font-size: 1em !important;
}

.bg-circle-02 {
  width: 240px;
  height: 150px;
  border-radius: 50%;
  background-color: #660066bf;
  position: relative;
  margin: auto 0;
  top: -45px;
  left: -5em;
  transition: linear 0.15s;
}

.navigation-title {
  position: relative;
  z-index: 1001;
  top: 10px;
  width: 25px;
  top: 1.5em;
  left: 3.2em;
}

.navigation-menu-list {
  margin: 0 1em;
  position: relative;
  top: -5px;
}

.navigation-menu-item {
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 0px;
  color: #000000;
  font: 400 0.9em var(--font-03);
  margin-right: 6px;
  min-width: 10px;
  padding: 2px 15px 5px 15px;
  text-align: center;
  transition: 0.4s;
  position: relative;
  top: 0.4em;
}

.navigation-menu-item.active,
.navigation-menu-item:active,
.navigation-menu-item:focus,
.navigation-menu-item:hover {
  border: 1px solid transparent;
  background-color: #e8e8e8cc;
  border-radius: 4px;
}

.navigation-menu-item:disabled {
  color: #cccccc;
}

.navigation-menu-item:disabled:hover {
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 4px;
}

.dropdown-list {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  color: #212529;
  display: block;
  font: 400 0.9em var(--font-03);
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

.dropdown-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: 0px;
  color: #212529;
  display: block;
  font: 400 0.9em var(--font-03);
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

.dropdown-content {
  border-radius: 2px;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
  margin-left: 1em;
  min-width: 10rem;
  padding: 2px;
  width: auto;
  transition: none;
}

.dropdown-menu .divider {
  background-color: rgb(229, 229, 229, 0.8);
  height: 0.25px;
  margin: 0px;
  overflow: hidden;
}

#nav-filters{
  z-index: 2000;
}

.function-menu-item {
  color: #333333;
  clear: both;
  display: block;
  font-weight: normal;
  line-height: 1.8em;
  padding: 3px 20px;
  padding: 15px;
  white-space: nowrap;
  text-decoration: none;
}

.function-menu-item:hover,
.function-menu-item:focus {
  background-color: rgb(204, 204, 204, 0.2) !important;
  color: black;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.auth-option-menu-item {
  color: #333333;
  clear: both;
  display: block;
  font-weight: normal;
  line-height: 1.8em;
  padding: 3px 20px;
  padding: 15px;
  white-space: nowrap;
  text-decoration: none;
}

.auth-option-menu-item:hover {
  background-color: rgb(204, 204, 204, 0.2) !important;
  color: black;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a.disabled {
  color: #cccccc !important;
  cursor: pointer;
  pointer-events: none;
}
/*.home-icons{
    border: 1px solid red;
    margin: auto;
    position: relative;
    text-align: center;
    top: 10em;
    width: 100%;
}
*/
/*#endregion*/
/*#region navigation-bar-top*/
.navigation-control {
  position: relative;
  transform: translateX(-50%);
  background-color: #f6f8f9;
  border: 1px solid #f6f8f9;
  background-color: #ffffff;
  border-radius: 0px;
  width: 99.5%;
  height: 60px;
  height: 45px;
  z-index: 500;
  top: 0.3em;
  left: 50%;
  margin-bottom: 0.15em;
  padding: 7px 0;
}

.navigation-title {
  font: 300 20px var(--font-03);
  position: absolute;
  top: 15px;
  left: 25px;
  display: inline-block;
  z-index: 1000;
}

.navigation-header {
  /*font: 350 1.5em "Calibri", "Arial", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;*/
  font: 350 1.5em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  color: #ffffff;
  position: absolute;
  float: left;
  top: 0.25em;
  left: 0em;
  margin-left: 1em;
  z-index: 1000;
}

.flex-container-left {
  display: flex;
  float: left;
  z-index: 600;
}

.flex-container-right {
  display: flex;
  float: right;
  z-index: 600;
}

/*#region avatar-icon*/
.navigation-avatar {
  position: relative;
  float: right;
  top: -0.2em;
  right: 1em;
  margin-left: 1em;
  z-index: 100;
}

.navigation-avatar:hover {
  cursor: pointer;
}

.avatar-circle {
  color: rgb(216, 216, 216, 0.5);
  font-size: 2em;
  z-index: 101;
}

.avatar-icon {
  font-size: 1.5em;
  z-index: 102;
}

/*#endregion*/
/*#region notification-icon*/
.user-notifications {
  position: relative;
  float: right;
  top: 0.4em;
  right: 0.2em;
  margin-left: 0em;
  z-index: 600;
}

.user-notifications:hover {
  cursor: pointer;
}

.notification-circle {
  color: transparent;
  font-size: 2em;
  z-index: 101;
}

.notification-icon {
  font-size: 1em;
  color: #ffffff;
  z-index: 102;
}

.notification-icon-02 {
  font-size: 1em;
  color: rgb(216, 216, 216, 0.75);
  z-index: 102;
}

.notification-icon-02:hover {
  color: rgb(216, 216, 216, 0.99);
}
/*#endregion*/

/*#endregion*/
/*#region navigation-bar-left*/
/*#region icons*/
.cl-logo-white {
  position: relative;
  float: right;
  width: 10%;
  top: 4px;
  right: 1.2em;
  margin: 12px 0;
}

#menu-toggle {
  margin-top: 50px;
}

.icon-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.google-icons {
  font-size: 16px !important;
  float: right;
  position: relative;
  top: 0.95em;
  right: 1em;
}

.font-awesome-icon {
  font-size: 13px;
}

.sub_icon {
  float: right;
  padding-right: 18px;
  padding-top: 13px;
}

.tab-list {
  width: 98%;
  margin: 0 auto;
}

.wb-icon-selector {
  color: #383838 !important;
  font-size: 0.8em !important;
  padding: 5px 0;
}

.selector-pill {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  /*font: 400 0.8em "Calibri", "Arial", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;*/
  font: 400 0.8em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  margin-right: 6px;
  padding: 5px 15px 6px 12px;
  transition: 0.4s;
}

.selector-pill:active,
.selector-pill:focus,
.selector-pill:hover {
  background-color: #f0f0f0;
  cursor: pointer;
  outline: none;
}

.selector-pill:active > .icon-schedule,
.selector-pill:focus > .icon-schedule {
  color: dodgerblue !important;
  transition: 0.5s;
}

.active-pill {
  background-color: #f0f0f0;
}

.active-pill > .wb-icon-selector {
  color: dodgerblue !important;
  transition: 0.5s;
}

.selector {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  /*font: 400 0.8em "Calibri", "Arial", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;*/
  font: 400 0.8em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  margin-right: 6px;
  padding: 5px 15px 6px 12px;
  transition: 0.4s;
  outline: none !important;
}
/*#endregion*/
/*#region wrapper*/
#wrapper {
  padding-left: 70px;
  transition: all 0.4s ease 0s;
  height: 100%;
}

#wrapper.active {
  padding-left: 150px;
}

#wrapper.active #sidebar-navigation {
  left: 150px;
}
/*#endregion*/
/*#region sidebar-navigation*/
#sidebar-navigation {
  margin-left: -150px;
  top: 0;
  left: 18px;
  width: 180px;
  background: #21212a;
  position: fixed;
  height: 100%;
  z-index: 500;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  display: block;
  float: left;
  width: 150px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  color: #999999;
  display: block;
  line-height: 45px;
  text-indent: 20px;
  float: left;
  text-decoration: none;
  width: 180px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  list-style: none;
  list-style-type: none;
  /*font-family: "Calibri", "Arial", 'Century Gothic';*/
  font-family: "Century Gothic";
  font-size: 12px;
  outline: none;
  user-select: none;
}

.sidebar-nav li:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  list-style: none !important;
  list-style-type: none !important;
  cursor: pointer;
}

.sidebar-nav-name {
  font-size: 10px;
}

.icon-back {
  position: absolute;
  bottom: 0px;
  border-bottom: none !important;
}
/*#endregion*/
/*#endregion*/
/*#region profile-slider*/
#profile-popover {
  padding-left: 70px;
  transition: all 0.4s ease 0s;
  height: 100%;
}

#profile-popover.active #settings-navigation {
  right: 0px;
}

#profile-popover-02 {
  padding-left: 70px;
  transition: all 0.4s ease 0s;
  height: 100%;
}

#profile-popover-02.active #settings-navigation {
  right: 0px;
}

#settings-navigation {
  top: 0;
  right: -250px;
  width: 250px;
  background: #21212a;
  position: fixed;
  height: 100%;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

.profile-settings-close {
  position: absolute;
  top: 5px;
  right: 2px;
  font-size: 0.6em;
  color: #cccccc;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 1;
  padding: 10px 17px;
  z-index: 1001;
  outline: none !important;
}

.profile-settings-close:hover {
  color: #ffffff;
  cursor: pointer;
}

.section-01 {
  /*font-family: "Calibri", "Arial", 'Century Gothic';*/
  font-family: "Century Gothic";
  text-align: center;
  font-size: 18px;
  color: rgba(153, 153, 153, 0.6) !important;
  display: block;
  margin: auto;
  margin-top: 30px;
}

.section-02 {
  font-family: "Comfortaa";
  text-align: center;
  font-size: 1.2vw;
  color: #ffffff;
  display: block;
  margin: auto;
  margin-top: 5px;
}

.section-03 {
  /*font: 100 0.8em "Calibri", "Arial", "Segoe UI","Segoe UI Web (West European)","Century Gothic", -apple-system, sans-serif;*/
  font: 100 0.8em "Segoe UI", "Segoe UI Web (West European)", "Century Gothic",
    -apple-system, sans-serif;
  text-align: center;
  color: #ffffff;
  display: block;
  margin: 5px auto 20px auto;
}

.section-04 {
  /*font-family: "Calibri", "Arial", 'Century Gothic';*/
  font-family: "Century Gothic";
  text-align: center;
  font-size: 10px;
  color: rgba(153, 153, 153, 0.6);
  display: block;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.section-05 {
  /*font-family: "Calibri", "Arial", 'Century Gothic';*/
  font-family: "Century Gothic";
  text-align: center;
  font-size: 18px;
  color: rgba(153, 153, 153, 0.6) !important;
  display: block;
  margin: auto;
  margin-top: 15px;
}

.ruler-slider {
  position: relative;
  height: 0.1px !important;
  width: 90% !important;
  border-color: rgba(255, 255, 255, 0.1);
  display: block;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 0%;
}

.ruler {
  border-color: rgba(204, 204, 204, 0.25);
  width: 98%;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.centered {
  position: relative;
  transform: translateX(-50%);
  width: 100%;
}

.profile-settings-collection {
  margin-top: 1.5em;
  bottom: 1.5em;
  text-align: center;
}

.circle {
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 50%;
  opacity: 0.3;
  width: 28px;
  height: 28px;
  /* vertical-align: middle; */
  text-align: center;
  display: block;
  margin: auto;
  padding-top: 8%;
  margin-left: -5px;
}

.circle:hover {
  opacity: 1;
  cursor: pointer;
}

.password-icon {
  font-size: 12px;
  color: #999999;
  margin: -5.5px 0 0 0;
  vertical-align: middle;
  text-align: center;
}

.settings-icon {
  font-size: 15px;
  color: #999999;
  margin: -5.5px 0 0 0;
  vertical-align: middle;
  text-align: center;
}

.sign-in-icon {
  font-size: 16px;
  color: #999999;
  margin: -5px 3px 0 0px;
  vertical-align: middle;
  text-align: center;
}

.sign-out-icon {
  font-size: 14px;
  color: #999999;
  margin: -5px 0 0 2px;
  vertical-align: middle;
  text-align: center;
}

.login-icon {
  font-size: 60px;
  color: rgba(153, 153, 153, 0.5);
}

.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.navigation-icon {
  font-size: 1.8em !important;
  top: 0.75em;
  color: #999999;
}

.navigation-icon:hover {
  /*color: #ccc !important;*/
  cursor: default;
}

.icon-label {
  font-size: 0.7em;
  margin-top: 0.5em;
  color: #999999;
}

.profile-circle {
  display: inline-block;
  background-color: dodgerblue;
  background-color: #d3d3d3;
  background-color: #bebebe;
  margin: 3px 2px 0 0;
  border-radius: 50%;
}

.profile-circle-inner {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 26px;
  width: 26px;
  font-size: 14px;
}

/*#endregion*/
/*#region modals*/
#forgot-password-menu {
  display: none;
  z-index: 505;
}

#password-warning-menu {
  display: none;
  z-index: 505;
}

#auth-registration-create-menu {
  display: none;
  z-index: 505;
}
#auth-registration-edit-menu {
  display: none;
  z-index: 505;
}
#auth-product-create-menu {
  display: none;
  z-index: 505;
}
#auth-product-edit-menu {
  display: none;
  z-index: 505;
}
/*#endregion*/
/*#region buttons*/
.btn {
  margin: 0;
}

.button-next {
  background-color: #6495ed;
  border: 1px solid #6495ed;
  border-radius: 3px;
  color: #ffffff;
  font: 100 1em var(--font-03);
  line-height: 1.6;
  padding: 4px 4px;
  outline: none !important;
  transition: 0.3s;
  width: 100px;
  z-index: 40;
}

.button-next:hover,
.button-next:active,
.button-next:focus,
.button-next:disabled {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff !important;
  outline: none !important;
}

.button-next:disabled:hover {
  color: rgba(127, 127, 127, 0.35) !important;
  background: transparent !important;
  border: 1px solid rgba(127, 127, 127, 0.35) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

.button-back {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #999999;
  /*font: 400 1em "Calibri", "Arial", "Segoe UI","Segoe UI Web (West European)","Century Gothic", -apple-system, sans-serif;*/
  font: 100 1em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  line-height: 1.6;
  outline: none !important;
  padding: 4px 4px;
  transition: 0.3s;
  width: 100px;
  z-index: 40;
}

.button-back:hover,
.button-back:active,
.button-back:focus {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff !important;
  outline: none !important;
}

.button-back:disabled {
  color: #99999960;
  cursor: default;
}

.button-footer-i {
  bottom: 20px;
  float: right;
  right: 10px;
  position: fixed;
  z-index: 500;
}

.button-footer-ii {
  position: relative;
  right: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-auth-note {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
  font-size: 0.8em !important;
}

.button-notes {
  background-color: var(--black-02);
  border: 1px solid transparent;
  border-radius: 18px;
  color: #ffffff;
  cursor: pointer;
  font: 100 0.8em var(--font-03);
  padding: 3px 8px 5px 8px;
  outline: none !important;
  transition: 0.3s;
  width: fit-content;
  vertical-align: middle;
  z-index: 40;
}

.button-notes:hover,
.button-notes:active,
.button-notes:focus,
.button-notes:disabled {
  background-color: var(--black-06);
}

.create-button-i {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff !important;
  /*font: 100 1em "Calibri", "Arial", 'Century Gothic';*/
  font: 100 1em "Century Gothic";
  line-height: 1.6;
  margin-top: 1em;
  outline: none !important;
  padding: 4px 10px 4px 12px;
  transition: 0.3s;
  z-index: 40;
}

.create-button-i:hover,
.create-button-i:active,
.create-button-i:focus {
  background-color: #6495ed;
  border: 1px solid #6495ed;
  color: #ffffff;
  outline: none !important;
}

.create-button-ii {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 3px;
  color: darkgray !important;
  font: 100 1em "Century Gothic";
  line-height: 1.6;
  margin-top: 1em;
  outline: none !important;
  padding: 4px 10px 4px 12px;
  transition: 0.3s;
  z-index: 40;
  opacity: 0.5;
}

.create-button-ii:hover,
.create-button-ii:active,
.create-button-ii:focus {
  background-color: dodgerblue;
  background-color: #6495ed;
  border: 1px solid transparent;
  color: #ffffff !important;
  outline: none !important;
}

.button-reset {
  color: #ffffff;
  background-color: indianred;
  border: 1px solid indianred;
  margin-top: 0.5%;
  padding: 4px 4px;
  /*font-family: "Calibri", "Arial", 'Century Gothic';*/
  font-family: "Century Gothic";
  font-size: 1em;
  line-height: 1.6;
  border-radius: 3px;
  width: 100px;
  outline: none !important;
  z-index: 40;
  font-weight: 100;
  transition: 0.3s;
}

.button-reset:hover,
.button-reset:active,
.button-reset:focus {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff !important;
  outline: none !important;
}

.button-reset:disabled {
  cursor: pointer;
  color: rgba(127, 127, 127, 0.35) !important;
  background-color: transparent;
  border: 1px solid rgba(127, 127, 127, 0.35);
}

.button-reset:disabled:hover {
  color: rgba(127, 127, 127, 0.35) !important;
  background: transparent !important;
  border: 1px solid rgba(127, 127, 127, 0.35) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

.new-button {
  border: 1px solid transparent;
  background: none;
}
/*#endregion*/

/*#region success-popup*/
#reset-success-menu {
  display: none;
  z-index: 1000;
}

#auth-success-menu {
  display: none;
  z-index: 1000;
}
#auth-animation-menu {
  display: none;
  z-index: 5000;
}

.animation-modal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 5.5em; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.1); /* Black w/ opacity */
  overflow: auto; /* Hide scrollbars */
  backdrop-filter: blur(2px);
}

.animation-body {
  margin: auto;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 5px 0;
  background-color: #f8f8f8;
  min-height: 155px;
}

/* .animation-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 2px;
  width: 20%;
  overflow: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-duration: 0.4s;
  z-index: 605;
}

.animation-modal-body {
  font: 200 16px Comfortaa;
  color: rgb(0, 0, 0);
  text-align: justify;
  padding: 8px;
}

.animation-modal-section-group {
  margin: auto;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 5px 0;
  background-color: #f8f8f8;
  min-height: 180px;
} */

.animation-header {
  font: 500 1.5em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  color: #303030 !important;
  text-align: center;
  position: relative;
  display: block;
  margin: auto;
  margin-top: -15px;
}

.animation-detail {
  font: 100 0.8em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  color: #a9a9a9 !important;
  text-align: center;
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.password-reset-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 5.5em; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.1); /* Black w/ opacity */
  overflow: auto; /* Hide scrollbars */
  backdrop-filter: blur(2px);
}

.patient-profile-search-menu {
  padding-top: 5em;
  z-index: 501;
}

.patient-profile-create-menu {
  padding-top: 5em;
  z-index: 501;
}

.patient-profile-dependants-menu {
  padding-top: 5em;
  z-index: 501;
}

.patient-profile-edit-menu {
  padding-top: 5em;
  z-index: 501;
}

.password-reset-menu {
  padding-top: 5em;
  z-index: 501;
}

.expired-password-menu {
  padding-top: 5em;
  z-index: 501;
}

.member-profile-create-menu {
  padding-top: 5em;
  z-index: 501;
}
.member-profile-edit-menu {
  padding-top: 5em;
  z-index: 501;
}

.password-reset-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 2px;
  width: 20%;
  overflow: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-duration: 0.4s;
  z-index: 605;
}

.password-reset-body {
  font: 200 16px Comfortaa;
  color: rgb(0, 0, 0);
  text-align: justify;
  padding: 5px 20px 20px 20px;
  min-height: 200px;
}

.password-reset-section-group {
  margin: 18px 0 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 5px 0;
  background-color: #f8f8f8;
  min-height: 150px;
}

/*#region success-animation*/
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 0px;
}

.check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}

.check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

.check-icon::before,
.check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #f8f8f8;
  transform: rotate(-45deg);
}

.icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.icon-line.line-tip {
  top: 46px;
  left: 13.2px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
  background-color: rgb(175, 225, 175, 0.8);
}

.icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

.icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgb(175, 225, 175, 0.8);
}

.icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #f8f8f8;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 20px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 20px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 38px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 49px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 46px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
/*#endregion*/

.success-header {
  font: 500 1.5em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  color: #303030 !important;
  text-align: center;
  position: relative;
  display: block;
  margin: auto;
  margin-top: -15px;
}

.success-detail {
  font: 100 0.8em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  color: #a9a9a9 !important;
  text-align: center;
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

/*#endregion*/
/*#region navigation*/
.view-navigation-icon {
  color: #383838 !important;
  font-size: 1.4em !important;
  padding: 0.46em;
  position: relative;
  top: -8px;
}

.view-page-title {
  color: #383838 !important;
  color: #ffffff !important;
  font: 300 1.25em var(--font-03);
  padding: 0.4em 0;
  position: relative;
  margin: auto 0;
  top: 3em;
  left: 6.5em;
}

.view-page-title {
  color: #383838 !important;
  font: 400 1em var(--font-03);
  padding: 0.4em 0;
  position: relative;
  top: -0.8em;
  left: 5px;
}

.project-title {
  border-right: 1px solid lightgray;
  padding-right: 50px;
  height: 30px;
  margin: auto 1em auto 0;
}

.notification-alert {
  display: none;
  color: red;
  font-size: 6px;
  top: 2em;
  right: 3.2em;
  position: relative;
}

.icon-close {
  font-size: 1.4em;
  color: #cccccc;
}

.close-icon:hover {
  color: #ffffff;
  cursor: pointer;
}

.icon-key {
  position: relative;
  top: -1px;
  left: 0.5px;
}

.icon-logout {
  position: relative;
  top: -2px;
  left: 0px;
}
/*#endregion*/
/*#region table-attributes*/
.table-heading {
  font: 300 1.5em var(--font-03);
  padding: 0px 0 5px 15px;
  color: #484848;
}

.table-i {
  margin: 10px auto;
  margin-bottom: 2em;
  position: relative;
  width: 100%;
  max-width: 2500px;
  z-index: 4;
}

.table-i thead tr th {
  background-color: #606060;
  border: 1px solid #606060;
  color: white;
  cursor: pointer;
  font: 500 0.8em var(--font-03);
  text-align: left;
  text-indent: 5px;
  padding: 7px 0;
}

.table-i tbody tr td {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  cursor: pointer;
  text-align: left;
  font: 350 0.8em var(--font-03);
  padding: 8px;
  text-indent: 1px;
  vertical-align: middle;
}

.table-i tbody {
  border: none !important;
}

.table-i tbody tr:nth-child(odd) {
  background-color: rgba(204, 204, 204, 0.2);
}

.table-i tr:hover {
  background-color: var(--blue-10) !important;
}

.table-ii {
  margin: 10px auto;
  margin-bottom: 2em;
  position: relative;
  width: 100%;
  max-width: 2500px;
  z-index: 4;
}

.table-ii thead tr th {
  background-color: #606060;
  border: 1px solid #606060;
  color: white;
  cursor: pointer;
  font: 500 0.7em var(--font-03);
  text-align: left;
  text-indent: 5px;
  padding: 7px 0;
}

.table-ii tbody tr td {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  cursor: pointer;
  text-align: left;
  font: 350 0.7em var(--font-03);
  padding: 8px;
  text-indent: 1px;
  vertical-align: middle;
}

.table-ii tbody {
  border: none !important;
}

.table-ii tbody tr:nth-child(even) {
  background-color: rgba(204, 204, 204, 0.2);
}

.table-ii tr:hover {
  background-color: var(--blue-10) !important;
}

.active-yes {
  color: #428a42;
  font-size: 6px !important;
  vertical-align: middle;
}

.active-no {
  color: #ff0d00;
  font-size: 6px !important;
  vertical-align: middle;
}

.status-yes {
  font-size: 14px;
  color: #bee5b0d4;
}

.status-no {
  font-size: 14px;
  color: #ff6961b2;
}

.pulse {
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #ff0000;
  animation: pulse 1500ms infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ff0000;
  }

  100% {
    box-shadow: 0 0 0 5px #ff000001;
  }
}

.dropdown-toggle::after {
  display: none;
}

.circle-icon {
  background: transparent;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  vertical-align: middle;
  padding: 4px 5px 6px 4px;
  color: #ccc;
  font-size: 15px;
  transition-duration: 0.1s;
}

.circle-icon:hover {
  border: 1px solid rgb(204, 204, 204, 0.8);
  color: #ccc;
}

.btn-group.open > .dropdown-toggle-active {
  border: 1px solid rgb(204, 204, 204, 0.4);
  color: #ccc;
}

.dropdown-menu {
  margin-right: 3em;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
  border-radius: 2px;
  min-width: 10rem;
  width: auto;
  padding: 2px;
}

.dropdown-menu .divider {
  height: 0.25px;
  margin: 0px;
  overflow: hidden;
  background-color: rgb(229, 229, 229, 0.8);
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.8em;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: rgb(204, 204, 204, 0.2);
  color: black;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

li:disabled {
  color: red !important;
}
/*#endregion*/
/*#region scrollbar*/
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #606060;
  border-radius: 10px;
}
/*#endregion*/

/*#region bread-crumbs*/

/* Style the list */
#bread-crumbs {
  position: relative;
  top: 5px;
  left: 2px;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent;
  margin-bottom: 0;
}

ul.breadcrumb li {
  display: inline;
  font-size: 0.6em;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #383838;
  text-decoration: none;
}

ul.breadcrumb li a.active,
ul.breadcrumb li a:hover {
  color: dodgerblue;
  text-decoration: none;
}

/*#endregion*/
/*#region profile-details*/
#profile .banner {
  position: relative;
  top: 5px;
  background-color: var(--purple04);
  min-height: 100px;
  padding: 0 0 10px 0;
}

#profile .banner .member-name {
  font: 300 1.8em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #ffffff !important;
  text-align: justify;
  padding: 10px 10px 0 30px;
}

#profile .banner .edit-button {
  font: 300 0.4em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #ffffff !important;
  text-align: justify;
  padding: 2px 9px 3px 8px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  position: relative;
  top: -5px;
  left: 10px;
}

#profile .banner .edit-button:hover {
  background-color: #ffffff;
  color: var(--purple04) !important;
  cursor: pointer;
}

#profile .banner > hr.ruler {
  border-bottom: 0.01em solid #ffffff;
  margin: 0.5em auto;
  width: 98%;
}

#profile .banner .member-detail {
  font: 300 1em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #ffffff !important;
  text-align: justify;
  padding: 3px 10px 0 30px;
}

#profile .banner .member-detail span {
  font-weight: 500;
}

/*#endregion*/
/*#region member-controls*/
#member-navigation {
  height: auto;
  margin: 0 0 0.5em 0;
  display: block;
}

#member-navigation .card {
  background-color: #383838;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  width: 130px;
  height: 150px;
  margin: 5px;
  padding: 10px;
  transition: ease-in-out linear 0.3s;
  overflow: hidden;
}

#member-navigation .card .card-name {
  font: 300 0.8em var(--font-03);
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#member-navigation .card .card-description {
  color: #989898;
  display: block;
  font: 200 0.7em var(--font-03);
  position: relative;
}

#navigation-dependants:hover .shape-triangle-01 {
  animation-name: right-angle-animation-01;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#navigation-dependants:hover .shape-triangle-02 {
  animation-name: triangle-animation-01;
  animation-duration: 35s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#navigation-dependants:hover .shape-square-01 {
  animation-name: square-animation-01;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

#navigation-member:hover .shape-circle-01 {
  animation-name: circle-animation-01;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#navigation-member:hover .shape-circle-02 {
  animation-name: circle-animation-02;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#navigation-member:hover .shape-triangle-03 {
  animation-name: triangle-animation-03;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

#member-navigation .card .shape-triangle-01 {
  position: absolute;
  left: -15%;
  top: 10%;
  transform: rotate(195deg);
  width: 110%;
  height: 95%;
  background: transparent linear-gradient(#ffffff4e, #fffffffc);
  clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
  transition: linear 0.25s;
  opacity: 0.45;
}
#member-navigation .card .shape-triangle-02 {
  position: absolute;
  left: -5%;
  top: 10%;
  transform: rotate(0deg);
  width: 18%;
  height: 25%;
  background: transparent linear-gradient(#ffffff4e, #fffffffc);
  clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
  transition: linear 0.25s;
  opacity: 0.45;
}
#member-navigation .card .shape-triangle-03 {
  position: absolute;
  right: -5%;
  bottom: 0%;
  transform: rotate(0deg);
  width: 18%;
  height: 25%;
  background: transparent linear-gradient(#ffffff4e, #fffffffc);
  clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
  transition: linear 0.25s;
  opacity: 0.45;
}

#member-navigation .card .shape-square-01 {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: rotate(15deg);
  height: 65%;
  width: 70%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  transition: linear 0.25s;
  opacity: 0.45;
}

#member-navigation .card .shape-circle-01 {
  position: absolute;
  left: 15%;
  top: 0%;
  height: 70%;
  width: 80%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  border-radius: 50%;
  transition: linear 0.25s;
  opacity: 0.45;
}
#member-navigation .card .shape-circle-02 {
  position: absolute;
  left: 10%;
  top: 75%;
  height: 8%;
  width: 10%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  border-radius: 50%;
  transition: linear 0.25s;
  opacity: 0.45;
}

.card .shape-01-1 {
  position: absolute;
  left: 10%;
  top: 75%;
  height: 8%;
  width: 10%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  border-radius: 50%;
  transition: linear 0.25s;
  opacity: 0.45;
}
.card .shape-02-1 {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: rotate(15deg);
  height: 65%;
  width: 70%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  transition: linear 0.25s;
  opacity: 0.45;
}
.card .shape-03-1 {
  position: absolute;
  left: -15%;
  top: 10%;
  transform: rotate(195deg);
  width: 110%;
  height: 95%;
  background: transparent linear-gradient(#ffffff4e, #fffffffc);
  clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
  transition: linear 0.25s;
  opacity: 0.45;
}

/*#region navigation-cards*/
/*#region card-02*/
.card .shape-01-2 {
  position: absolute;
  right: 3%;
  bottom: 20%;
  transform: rotate(30deg);
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  opacity: 0.45;
}
.card .shape-02-2 {
  position: absolute;
  left: 30%;
  top: -5%;
  transform: rotate(45deg);
  height: 20%;
  width: 22%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  opacity: 0.45;
}
.card .shape-03-2 {
  position: absolute;
  right: 10%;
  bottom: 10%;
  transform: rotate(185deg);
  height: 5%;
  width: 6%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  opacity: 0.45;
}
.card .shape-04-2 {
  position: absolute;
  right: 25%;
  bottom: -6%;
  transform: rotate(60deg);
  height: 15%;
  width: 17%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  opacity: 0.45;
}
.card .shape-05-2 {
  position: absolute;
  right: 5%;
  bottom: 20%;
  transform: rotate(30deg);
  height: 3%;
  width: 4%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  opacity: 0.45;
}

.card:hover .shape-01-2 {
  animation-name: circle-01-02;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.card:hover .shape-02-2 {
  animation-name: circle-02-02;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.card:hover .shape-03-2 {
  animation-name: circle-03-02;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.card:hover .shape-05-2 {
  animation-name: square-05-02;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes circle-01-02 {
  0% {
    width: 100%;
    height: 100%;
    transform: rotate(30deg);
    right: 3%;
    bottom: 20%;
  }
  50% {
    width: 100%;
    height: 100%;
    transform: rotate(50deg);
    right: 3%;
    bottom: 20%;
  }
  0% {
    width: 100%;
    height: 100%;
    transform: rotate(30deg);
    right: 3%;
    bottom: 20%;
  }
}
@keyframes circle-02-02 {
  0% {
    width: 22%;
    height: 20%;
    transform: rotate(45deg);
    left: 30%;
    top: -5%;
  }
  50% {
    width: 25%;
    height: 20%;
    transform: rotate(270deg);
    left: 150%;
    top: 60%;
  }
  0% {
    width: 22%;
    height: 20%;
    transform: rotate(45deg);
    left: 30%;
    top: -5%;
  }
}
@keyframes circle-03-02 {
  0% {
    width: 6%;
    height: 5%;
    transform: rotate(185deg);
    right: 10%;
    bottom: 10%;
  }
  50% {
    width: 6%;
    height: 5%;
    transform: rotate(0deg);
    right: 50%;
    bottom: 15%;
  }
  0% {
    width: 6%;
    height: 5%;
    transform: rotate(185deg);
    right: 10%;
    bottom: 10%;
  }
}
@keyframes square-04-02 {
  0% {
    width: 17%;
    height: 15%;
    transform: rotate(30deg);
    right: 3%;
    bottom: -6%;
  }
  50% {
    width: 17%;
    height: 15%;
    transform: rotate(180deg);
    right: 110%;
    bottom: 50%;
  }
  0% {
    width: 17%;
    height: 15%;
    transform: rotate(30deg);
    right: 3%;
    bottom: -6%;
  }
}
@keyframes square-05-02 {
  0% {
    width: 4%;
    height: 3%;
    transform: rotate(30deg);
    right: 5%;
    bottom: 20%;
  }
  50% {
    width: 4%;
    height: 3%;
    transform: rotate(360deg);
    right: 5%;
    bottom: 80%;
  }
  0% {
    width: 4%;
    height: 3%;
    transform: rotate(30deg);
    right: 5%;
    bottom: 20%;
  }
}

/*#endregion*/
/*#region card-03*/
.card .shape-01-3 {
  position: absolute;
  left: 0%;
  top: 10%;
  transform: rotate(20deg);
  width: 100%;
  height: 150%;
  background: transparent linear-gradient(#ffffff4e, #fffffffc);
  clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
  transition: linear 0.25s;
  opacity: 0.45;
}
.card .shape-02-3 {
  position: absolute;
  right: 15%;
  bottom: 30%;
  transform: rotate(50deg);
  width: 40%;
  height: 60%;
  background: transparent linear-gradient(#ffffff4e, #fffffffc);
  clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
  transition: linear 0.25s;
  opacity: 0.45;
}
.card .shape-03-3 {
  position: absolute;
  left: 5%;
  bottom: 25%;
  transform: rotate(195deg);
  width: 5%;
  height: 8%;
  background: transparent linear-gradient(#ffffff4e, #fffffffc);
  clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
  transition: linear 0.25s;
  opacity: 0.45;
}
.card .shape-04-3 {
  position: absolute;
  left: 5%;
  top: -5%;
  transform: rotate(195deg);
  width: 150%;
  height: 200%;
  background: transparent linear-gradient(#ffffff4e, #fffffffc);
  clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
  transition: linear 0.25s;
  opacity: 0.45;
}

.card:hover .shape-01-3 {
  animation-name: triangle-01-03;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.card:hover .shape-02-3 {
  animation-name: triangle-02-03;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.card:hover .shape-03-3 {
  animation-name: triangle-03-03;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.card:hover .shape-04-3 {
  animation-name: triangle-04-03;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes triangle-01-03 {
  0% {
    width: 100%;
    height: 150%;
    transform: rotate(20deg);
    left: 0%;
    top: 10%;
  }
  50% {
    width: 15%;
    height: 22%;
    transform: rotate(180deg);
    left: 150%;
    top: 25%;
  }
  0% {
    width: 100%;
    height: 150%;
    transform: rotate(20deg);
    left: 0%;
    top: 10%;
  }
}
@keyframes triangle-02-03 {
  0% {
    width: 40%;
    height: 60%;
    transform: rotate(50deg);
    right: 15%;
    bottom: 30%;
  }
  50% {
    width: 35%;
    height: 55%;
    transform: rotate(180deg);
    right: 150%;
    bottom: 25%;
  }
  0% {
    width: 40%;
    height: 60%;
    transform: rotate(50deg);
    right: 15%;
    bottom: 30%;
  }
}
@keyframes triangle-03-03 {
  0% {
    width: 5%;
    height: 8%;
    transform: rotate(195deg);
    left: 5%;
    bottom: 25%;
  }
  50% {
    width: 3%;
    height: 6%;
    transform: rotate(0deg);
    left: 8%;
    bottom: 100%;
  }
  0% {
    width: 5%;
    height: 8%;
    transform: rotate(195deg);
    left: 5%;
    bottom: 25%;
  }
}
@keyframes triangle-04-03 {
  0% {
    width: 150%;
    height: 200%;
    transform: rotate(195deg);
    left: 5%;
    top: -5%;
  }
  50% {
    width: 300%;
    height: 400%;
    transform: rotate(180deg);
    left: 5%;
    top: -5%;
  }
  0% {
    width: 150%;
    height: 200%;
    transform: rotate(195deg);
    left: 5%;
    top: -5%;
  }
}
/*#endregion*/
/*#region card-04*/
.card .shape-01-4 {
  position: absolute;
  left: 0%;
  top: 10%;
  transform: rotate(20deg);
  width: 100%;
  height: 150%;
  background: transparent linear-gradient(#ffffff4e, #fffffffc);
  clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
  transition: linear 0.25s;
  opacity: 0.45;
}
.card .shape-02-4 {
  position: absolute;
  right: 15%;
  bottom: 30%;
  transform: rotate(50deg);
  width: 40%;
  height: 60%;
  background: transparent linear-gradient(#ffffff4e, #fffffffc);
  clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
  transition: linear 0.25s;
  opacity: 0.45;
}
.card .shape-03-4 {
  position: absolute;
  left: 5%;
  bottom: 25%;
  transform: rotate(195deg);
  width: 5%;
  height: 8%;
  background: transparent linear-gradient(#ffffff4e, #fffffffc);
  clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
  transition: linear 0.25s;
  opacity: 0.45;
}
.card .shape-04-4 {
  position: absolute;
  left: 5%;
  top: -5%;
  transform: rotate(195deg);
  width: 150%;
  height: 200%;
  background: transparent linear-gradient(#ffffff4e, #fffffffc);
  clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
  transition: linear 0.25s;
  opacity: 0.45;
}

.card:hover .shape-01-4 {
  animation-name: triangle-01-03;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.card:hover .shape-02-4 {
  animation-name: triangle-02-03;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.card:hover .shape-03-4 {
  animation-name: triangle-03-03;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.card:hover .shape-04-4 {
  animation-name: triangle-04-03;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes triangle-01-04 {
  0% {
    width: 100%;
    height: 150%;
    transform: rotate(20deg);
    left: 0%;
    top: 10%;
  }
  50% {
    width: 15%;
    height: 22%;
    transform: rotate(180deg);
    left: 150%;
    top: 25%;
  }
  0% {
    width: 100%;
    height: 150%;
    transform: rotate(20deg);
    left: 0%;
    top: 10%;
  }
}
@keyframes triangle-02-04 {
  0% {
    width: 40%;
    height: 60%;
    transform: rotate(50deg);
    right: 15%;
    bottom: 30%;
  }
  50% {
    width: 35%;
    height: 55%;
    transform: rotate(180deg);
    right: 150%;
    bottom: 25%;
  }
  0% {
    width: 40%;
    height: 60%;
    transform: rotate(50deg);
    right: 15%;
    bottom: 30%;
  }
}
@keyframes triangle-03-04 {
  0% {
    width: 5%;
    height: 8%;
    transform: rotate(195deg);
    left: 5%;
    bottom: 25%;
  }
  50% {
    width: 3%;
    height: 6%;
    transform: rotate(0deg);
    left: 8%;
    bottom: 100%;
  }
  0% {
    width: 5%;
    height: 8%;
    transform: rotate(195deg);
    left: 5%;
    bottom: 25%;
  }
}
@keyframes triangle-04-04 {
  0% {
    width: 150%;
    height: 200%;
    transform: rotate(195deg);
    left: 5%;
    top: -5%;
  }
  50% {
    width: 300%;
    height: 400%;
    transform: rotate(180deg);
    left: 5%;
    top: -5%;
  }
  0% {
    width: 150%;
    height: 200%;
    transform: rotate(195deg);
    left: 5%;
    top: -5%;
  }
}
/*#endregion*/
/*#region card-05*/
.card .shape-01-5 {
  position: absolute;
  right: 15%;
  top: 0%;
  height: 120%;
  width: 150%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  border-radius: 50%;
  transition: linear 0.25s;
  opacity: 0.45;
}
.card .shape-02-5 {
  position: absolute;
  right: 0%;
  top: 30%;
  height: 30%;
  width: 35%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  border-radius: 50%;
  transition: linear 0.25s;
  opacity: 0.45;
}
.card .shape-03-5 {
  position: absolute;
  left: 15%;
  top: 5%;
  height: 3%;
  width: 4%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  border-radius: 50%;
  transition: linear 0.25s;
  opacity: 0.45;
}
.card .shape-04-5 {
  position: absolute;
  right: 3%;
  bottom: -6%;
  transform: rotate(30deg);
  height: 15%;
  width: 17%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  opacity: 0.45;
}

.card:hover .shape-01-5 {
  animation-name: circle-01-05;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.card:hover .shape-02-5 {
  animation-name: circle-02-05;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.card:hover .shape-03-5 {
  animation-name: circle-03-05;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.card:hover .shape-04-5 {
  animation-name: square-04-05;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes circle-01-05 {
  0% {
    width: 150%;
    height: 120%;
    right: 15%;
    top: 0%;
  }
  50% {
    width: 130%;
    height: 110%;
    right: 15%;
    top: 0%;
  }
  0% {
    width: 150%;
    height: 120%;
    right: 15%;
    top: 0%;
  }
}
@keyframes circle-02-05 {
  0% {
    width: 35%;
    height: 30%;
    right: 0%;
    top: 30%;
  }
  50% {
    width: 70%;
    height: 60%;
    right: 0%;
    top: 30%;
  }
  0% {
    width: 35%;
    height: 30%;
    right: 0%;
    top: 30%;
  }
}
@keyframes circle-03-05 {
  0% {
    width: 4%;
    height: 3%;
    left: 15%;
    top: 5%;
  }
  50% {
    width: 4%;
    height: 3%;
    left: 110%;
    top: 25%;
  }
  0% {
    width: 4%;
    height: 3%;
    left: 15%;
    top: 5%;
  }
}
@keyframes square-04-05 {
  0% {
    width: 17%;
    height: 15%;
    transform: rotate(30deg);
    right: 3%;
    bottom: -6%;
  }
  50% {
    width: 17%;
    height: 15%;
    transform: rotate(180deg);
    right: 110%;
    bottom: 50%;
  }
  0% {
    width: 17%;
    height: 15%;
    transform: rotate(30deg);
    right: 3%;
    bottom: -6%;
  }
}

/*#endregion*/
/*#endregion*/

@keyframes right-angle-animation-01 {
  0% {
    width: 110%;
    height: 95%;
    transform: rotate(195deg);
  }
  50% {
    width: 210%;
    height: 195%;
    transform: rotate(215deg);
  }
  0% {
    width: 110%;
    height: 95%;
    transform: rotate(195deg);
  }
}
@keyframes triangle-animation-01 {
  0% {
    width: 18%;
    height: 25%;
    transform: rotate(0deg);
    left: -5%;
    top: 10%;
  }
  50% {
    width: 15%;
    height: 22%;
    transform: rotate(180deg);
    left: 150%;
    top: 25%;
  }
  100% {
    width: 18%;
    height: 25%;
    transform: rotate(0deg);
    left: -5%;
    top: 10%;
  }
}
@keyframes triangle-animation-02 {
  0% {
    width: 18%;
    height: 25%;
    transform: rotate(0deg);
    left: -5%;
    top: 10%;
  }
  50% {
    width: 15%;
    height: 22%;
    transform: rotate(180deg);
    left: 150%;
    top: 25%;
  }
  100% {
    width: 18%;
    height: 25%;
    transform: rotate(0deg);
    left: -5%;
    top: 10%;
  }
}
@keyframes triangle-animation-03 {
  0% {
    width: 18%;
    height: 25%;
    transform: rotate(0deg);
    right: -5%;
    bottom: 0%;
  }
  50% {
    width: 10%;
    height: 18%;
    transform: rotate(180deg);
    right: 15%;
    bottom: 110%;
  }
  100% {
    width: 18%;
    height: 25%;
    transform: rotate(0deg);
    right: -5%;
    bottom: 0%;
  }
}
@keyframes triangle-animation-04 {
  0% {
    width: 18%;
    height: 25%;
    transform: rotate(0deg);
    right: -5%;
    bottom: 0%;
  }
  50% {
    width: 10%;
    height: 18%;
    transform: rotate(180deg);
    right: 15%;
    bottom: 110%;
  }
  100% {
    width: 18%;
    height: 25%;
    transform: rotate(0deg);
    right: -5%;
    bottom: 0%;
  }
}
@keyframes square-animation-01 {
  0% {
    width: 65%;
    height: 70%;
    transform: rotate(15deg);
  }
  50% {
    width: 105%;
    height: 115%;
    transform: rotate(-15deg);
  }
  0% {
    width: 65%;
    height: 70%;
    transform: rotate(15deg);
  }
}
@keyframes circle-animation-01 {
  0% {
    left: 15%;
    top: 0%;
    height: 70%;
    width: 80%;
  }
  50% {
    height: 105%;
    width: 115%;
  }
  0% {
    left: 15%;
    top: 0%;
    height: 70%;
    width: 80%;
  }
}
@keyframes circle-animation-02 {
  0% {
    left: 10%;
    top: 75%;
  }
  100% {
    left: 25%;
    top: 105%;
  }
}

.member-controls {
  height: auto;
  margin: 1.5em 0 0.5em 0;
  display: block;
}

.control {
  min-width: 150px;
  width: auto;
  position: relative;
  transition: linear 0.15s;
  display: inline-block;
}

.navigation-card {
  background-color: #383838;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  width: 130px;
  height: 150px;
  margin: 5px;
  padding: 10px;
  transition: ease-in-out linear 0.3s;
  overflow: hidden;
  position: relative;
}

.navigation-card .card-name {
  font: 300 0.8em var(--font-03);
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.navigation-card .triangle-shape-1 {
  position: absolute;
  right: -38%;
  top: -95%;
  transform: rotate(20deg);
  width: 140%;
  height: 210%;
  background: transparent linear-gradient(#ffffff4e, #fffffffc);
  clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
  transition: linear 0.25s;
  opacity: 0.45;
  overflow: hidden;
}

/*#region circle-shape*/

.navigation-card .circle-shape-1 {
  position: absolute;
  left: 15%;
  top: -32%;
  height: 120%;
  width: 150%;
  background: transparent linear-gradient(#fffffffc, #ffffff4e);
  border-radius: 50%;
  transition: linear 0.25s;
  opacity: 0.45;
}

/*#endregion*/
/*#region cross-shape*/

/*#endregion*/

/*#endregion*/
/*#region polygons*/
.polygons {
  background: #ccccccb6;
  background: var(--purple04);
  position: relative;
  border-radius: 8px;
  height: 80px;
  width: 80px;
  margin: auto;
  overflow: hidden;
  transition: linear 0.33s;
}

.polygons:hover {
  cursor: pointer;
  background: dodgerblue;
  background: var(--purple04);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.24);
}

.polygons .square {
  background: #ffffff;
  width: 35px;
  height: 35px;
  position: relative;
  top: 0.5em;
  left: 0.5em;
  opacity: 0.2;
  transition: linear 1.5s;
}

.polygons .circle {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0.3;
  transition: linear 1.5s;
}

.polygons:hover .circle {
  transform: scale(30%);
}

.polygons:hover .square {
  transform: scale(500%);
}
/*#region polygon-shapes 00*/

.polygons .shape-01-0 {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: relative;
  top: 2em;
  left: 2em;
  opacity: 0.2;
  transition: linear 0.5s;
}

.polygons .shape-02-0 {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 160px solid #ffffff;
  position: relative;
  top: -50px;
  left: -4em;
  opacity: 0.2;
  transition: linear 0.5s;
}

.polygons .shape-03-0 {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #ffffff;
  position: relative;
  top: -10em;
  left: 0em;
  opacity: 0.2;
  transition: linear 0.5s;
}

.polygons:hover .shape-01-0 {
  transform: scale(30%);
}

.polygons:hover .shape-02-0 {
  transform: scale(500%);
}

.polygons:hover .shape-03-0 {
  transform: scale(500%);
}

/*#endregion*/
/*#region polygon-shapes 01*/

.polygons .shape-01-1 {
  background: #ffffff;
  width: 35px;
  height: 35px;
  position: relative;
  top: 0.5em;
  left: 0.5em;
  opacity: 0.2;
  transition: linear 1.5s;
}

.polygons .shape-02-1 {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0.3;
  transition: linear 1.5s;
}

.polygons:hover .shape-01-1 {
  transform: scale(30%);
}

.polygons:hover .shape-02-1 {
  transform: scale(500%);
}

/*#endregion*/
/*#region polygon-shapes 02*/

.polygons .shape-01-2 {
  background: #ffffff;
  width: 35px;
  height: 35px;
  position: relative;
  border-radius: 50%;
  bottom: -40px;
  left: 0.5em;
  opacity: 0.2;
  transition: linear 1.5s;
}

.polygons .shape-02-2 {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: -20px;
  opacity: 0.3;
  transition: linear 1.5s;
}

.polygons .shape-03-2 {
  background: #ffffff;
  width: 15px;
  height: 15px;
  position: relative;
  border-radius: 50%;
  bottom: -30px;
  left: 2.8em;
  opacity: 0.2;
  transition: linear 1.5s;
}

.polygons:hover .shape-01-2 {
  transform: scale(30%);
}

.polygons:hover .shape-02-2 {
  transform: scale(500%);
}

.polygons:hover .shape-03-2 {
  transform: scale(5%) translate(50px);
}

/*#endregion*/
/*#region polygon-shapes 03*/

.polygons .shape-01-3 {
  background: #ffffff;
  width: 35px;
  height: 35px;
  position: relative;
  top: 0.5em;
  left: 0.5em;
  opacity: 0.2;
  transition: linear 1.5s;
}

.polygons .shape-02-3 {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0.3;
  transition: linear 1.5s;
}

.polygons:hover .shape-01-3 {
  transform: scale(30%);
}

.polygons:hover .shape-02-3 {
  transform: scale(500%);
}

/*#endregion*/
/*#region polygon-shapes 04*/

.polygons .shape-01-4 {
  background: #ffffff;
  width: 35px;
  height: 35px;
  position: relative;
  top: 0.5em;
  left: 0.5em;
  opacity: 0.2;
  transition: linear 1.5s;
}

.polygons .shape-02-4 {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0.3;
  transition: linear 1.5s;
}

.polygons:hover .shape-01-4 {
  transform: scale(30%);
}

.polygons:hover .shape-02-4 {
  transform: scale(500%);
}

/*#endregion*/
/*#region polygon-shapes 05*/

.polygons .shape-01-5 {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #ffffff;
  position: relative;
  top: 2.8em;
  left: 2em;
  opacity: 0.2;
  transition: linear 0.5s;
}

.polygons .shape-02-5 {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 1px solid transparent;
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0.3;
  transition: linear 1.5s;
}

.polygons:hover .shape-01-5 {
  transform: scale(20%) rotate(35deg);
}

.polygons:hover .shape-02-5 {
  transform: scale(500%);
}

/*#endregion*/

.control-label {
  color: #484848 !important;
  display: block;
  font: 300 0.8em var(--font-03);
  -webkit-font-smoothing: antialiased;
  padding: 8px 10px;
  text-align: center;
}

/*#endregion*/
/*#region member-details*/
#member {
  padding: 0;
  margin-left: 20px;
}

/* #member{
  background-color: #ffffff;
  border-radius: 2px;
  width: 100%;
  padding: 10px;
  margin: 5px auto;
} */

#member .heading {
  display: inline-block;
  width: auto;
  font: 300 1.8em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #787878;
  text-align: justify;
  margin: 0px 0 10px 0;
  padding: 2px 6px;
}

#member .heading .edit-button {
  font: 300 0.4em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #bebebe !important;
  text-align: justify;
  padding: 2px 9px 3px 8px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  position: relative;
  top: -5px;
  left: 10px;
  transition: linear 0.2s;
}

#member .heading .edit-button:hover {
  background-color: #bebebe;
  color: #ffffff !important;
  cursor: pointer;
}

#member > hr.ruler {
  border-bottom: 0.01em solid #bebebe;
  margin: 0 0 0.5em 0;
  width: 99%;
}

#member .member-information {
  padding: 5px 0;
}

#member .member-information .member-name {
  font: 300 1.8em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #383838 !important;
  text-align: justify;
  padding: 10px 10px 0 30px;
}

#member .member-information .member-name {
  font: 300 1.8em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #383838 !important;
  text-align: justify;
  padding: 10px 10px 0 30px;
}

#member .member-information .member-name .edit-button {
  font: 300 0.4em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #bebebe !important;
  text-align: justify;
  padding: 2px 9px 3px 8px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  position: relative;
  top: -4px;
  left: 10px;
  transition: linear 0.2s;
}

#member .member-information .member-name .edit-button:hover {
  background-color: #bebebe;
  color: #ffffff !important;
  cursor: pointer;
}

.member-information .form {
  margin: 0 0 1em 1em;
  width: 98%;
}

.member-information .form .label {
  font: 400 0.8em var(--font-03);
  color: #000000;
}

.member-information .form .row .col-md-9 {
  border: 1px solid #bebebe7e;
  border-radius: 4px;
  padding: 6px 12px;
  margin: 0.3em 0.1em;
  height: 38px;
}
.member-information .form .data {
  font: 300 1em var(--font-03);
  color: #000000;
}

.member-information .form > hr.ruler {
  border-bottom: 0.01em solid #bebebe;
  margin: 0.5em 0;
  width: 99%;
}
/*#endregion*/
/*#region wrapper*/
#wrapper {
  padding-left: 70px;
  transition: all 0.4s ease 0s;
  height: 100%;
}

#wrapper.active {
  padding-left: 150px;
}

#wrapper.active #sidebar-navigation {
  left: 150px;
}
/*#endregion*/
/*#region sidebar-navigation*/
#sidebar-navigation {
  margin-left: -150px;
  top: 0;
  left: 18px;
  width: 180px;
  background: #21212a;
  position: fixed;
  height: 100%;
  z-index: 500;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  display: block;
  float: left;
  width: 150px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  color: #999999;
  display: block;
  line-height: 45px;
  text-indent: 20px;
  float: left;
  text-decoration: none;
  width: 180px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  list-style: none;
  list-style-type: none;
  /*font-family: "Calibri", "Arial", 'Century Gothic';*/
  font-family: "Century Gothic";
  font-size: 12px;
  outline: none;
  user-select: none;
}

.sidebar-nav li:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  list-style: none !important;
  list-style-type: none !important;
  cursor: pointer;
}
/*#endregion*/

.hidden {
  display: none !important;
}

/*#region member-banner*/
/* #member-banner{
  background-color: var(--purple04);
  min-height: 150px;
  height: auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 5px;
} */

#member-banner {
  z-index: 10;
}

.member-banner-lgt {
  position: relative;
  transform: translateX(-50%);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  width: 100%;
  height: auto;
  min-height: 100px;
  z-index: 10;
  margin: 0.4em 0 0 0;
  padding: 0 0 10px 0;
  left: 50%;
  overflow: hidden;
}

.member-banner-lgt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #b30086 60%, #e600ac 100%); /*purple*/
  background: linear-gradient(to left, #2f67ee 60%, #2f67ee 100%); /*blue*/
  background: linear-gradient(to left, #4682b4 60%, #4682b4 100%); /*steel*/
  background: linear-gradient(to left, #0047ab 60%, #0047ab 100%); /*cobalt*/
  opacity: 0.7;
}

.member-banner-lgt img {
  display: block;
  display: none;
  width: 101%;
  height: auto;
  position: relative;
  top: -90px;
}

.hero-banner-container {
  margin: auto;
  display: block;
  position: absolute;
  height: 115px;
  width: 99.5%;
  top: 0.3em;
  left: 0.3em;
  z-index: 15;
  padding: 5px 0 0 0;
}

#member-banner .member-information {
  color: #ffffff;
  position: relative;
  margin: 0 22px 0 22px;
  display: block;
  padding: 0;
  z-index: 1000;
  position: relative;
}

#member-banner .member-name {
  color: #ffffff;
  position: relative;
  margin: 0;
  display: inline-block;
  z-index: 1000;
  font: 300 1.6em var(--font-03);
  position: relative;
  top: 5px;
  padding: 0 10px 0 20px;
}

#member-banner .member-information .label {
  font: 300 0.95em var(--font-03);
}

#member-banner .member-information .data {
  font: 400 0.95em var(--font-03);
}

hr.ruler {
  border-bottom: 0.01em solid #bebebe !important;
  margin: 10px auto 5px auto;
  width: 99%;
  position: relative;
  z-index: 501;
}

/* .icon-gender {
  color: #ffffff !important;
  font-size: 0.8em !important;
  top: 0;
  margin: auto 5px;
} */

.profile-no {
  border: 0.01em solid #ffffff82;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  top: -5px;
  left: 5px;
  font-size: 0.5em;
  padding: 2px 6px;
}

.p-status {
  font-size: 0.7em !important;
}
.p-status {
  font-size: 0.7em !important;
  position: relative;
  bottom: 1px;
}

.profile-status {
  color: white;
  font-size: 0.7em !important;
  line-height: 2.5;
  position: relative;
  left: 0px;
  vertical-align: middle;
}

/*#endregion*/

/*#region table-attributes*/
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.w-1 {
  width: 1% !important;
}
.w-2 {
  width: 2% !important;
}
.w-3 {
  width: 3% !important;
}
.w-4 {
  width: 4% !important;
}
.w-5 {
  width: 5% !important;
}
.w-6 {
  width: 6% !important;
}
.w-7 {
  width: 7% !important;
}
.w-8 {
  width: 8% !important;
}
.w-9 {
  width: 9% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-18 {
  width: 18% !important;
}
.p-0 {
  padding: 0px !important;
}
.p-4 {
  padding: 4px !important;
}
.p-10 {
  padding: 10px !important;
}

.p-05px {
  padding: 0.5px !important;
}
/*#endregion*/

/*#region registration-details*/
.table-container {
  background-color: #ffffffe6;
  border: 1px solid transparent;
  min-height: 85vh;
  height: auto;
  width: 100%;
  margin: 0px auto;
  padding: 0;
  overflow-y: auto;
}

.table-container::-webkit-scrollbar {
  width: 4px;
}

.table-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.222);
  border-radius: 10px;
}

.table-container::-webkit-scrollbar-thumb {
  background: deeppink;
  border-radius: 50px;
}

.auth-table {
  margin: 0 auto;
}

.auth-table thead th {
  position: sticky;
  top: 0;
  z-index: 500;
}

.auth-table tbody .active {
  background-color: var(--blue-08) !important;
}

.auth-table thead tr th {
  font: 400 0.7em var(--font-03);
  padding: 5px;
}

.auth-table tbody tr td {
  font: 300 0.7em var(--font-03);
  padding: 5px;
}

#auth-index {
  width: 100%;
}

#auth-index .heading {
  display: inline;
  font: 300 1.2em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #383838;
  position: relative;
  margin: 0 18px;
  padding: 4px 6px;
  line-height: 2.25;
}

#auth-index .sub-heading {
  display: inline-block;
  width: auto;
  font: 300 0.6em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #c0c0c0;
}

#auth-index > hr.ruler {
  border-bottom: 0.05em solid #bebebe;
  margin: 0 auto;
  margin: 0 0 0.5em 0;
  width: 99%;
}

#auth-navigation {
  height: auto;
  margin: 0 0 0.5em 0;
  display: block;
  text-align: center;
}

#registration-details {
  position: relative;
  border: 0.01em solid #bebebe;
  border: 0.01em solid transparent;
  background-color: #f0f0f0;
  background-color: #f0f0f07b;
  background-color: transparent;

  border-radius: 10px;
  height: auto;
  width: 100%;
  margin: 0 auto;
  top: 10px;
  top: 0px;
  padding: 2px 6px;
}

#registration-details .form {
  padding: 5px 5px 15px 5px;
}

#registration-details .heading {
  display: inline-block;
  width: auto;
  font: 300 1.2em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #383838;
  text-align: justify;
  margin: 10px 0 5px 15px;
}

#registration-details .create-button {
  font: 300 0.6em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #bebebe !important;
  text-align: justify;
  padding: 2px 9px 3px 8px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  position: relative;
  top: -5px;
  left: 10px;
  transition: linear 0.2s;
}

#registration-details .create-button:hover {
  background-color: #bebebe;
  color: #ffffff !important;
  cursor: pointer;
}

.button {
  font: 300 0.65em var(--font-01);
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  padding: 2px 9px 3px 8px;
  border: 1px solid transparent;
  position: relative;
  top: -5px;
  left: 10px;
  transition: linear 0.2s;
  color: #ffffff;
}

.create-btn {
  background-color: transparent;
  border: 1px solid transparent;
  color: #383838;
  cursor: pointer;
  display: inline-block;
  font: 400 0.65em var(--font-03);
  line-height: 35px;
  outline: none;
  padding: 2px 5px 3px 4px;
  position: relative;
  transition: color 0.28s ease-in-out;
}
.create-btn:hover {
  opacity: 0.5;
}
.create-btn:hover .create-icon {
  opacity: 0.5;
}

.create-btn:disabled {
  opacity: 0.5;
}

.create-btn:disabled .create-icon {
  opacity: 0.5;
}

.create-icon {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #383838ce;
  font-size: 0.85em !important;
  position: relative;
  transition: color 0.28s ease-in-out;
}

button.disabled,
button.disabled .create-icon {
  opacity: 0.5;
}

li.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.bg-purple-x1-g2 {
  background: linear-gradient(to left, #2f67ee 60%, #2f67ee 100%);
  background: linear-gradient(195deg, rgb(73, 163, 241), rgb(26, 115, 232));
  background: linear-gradient(195deg, #b30086, #e600ac);
  border-radius: 4px;
  padding: 0.35rem 0.45rem;
}

.bg-purple-x2-g2 {
  border-radius: 4px;
  padding: 0.35rem 0.45rem;
  color: #bebebe;
}
.bg-purple-x2-g2:hover {
  border-color: #bebebe;
}

.button:hover {
  cursor: pointer;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.75);
}

#registration-details .create-button:hover {
  background-color: #bebebe;
  color: #ffffff !important;
  cursor: pointer;
}

#registration-details .edit-button {
  font: 300 0.6em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #bebebe !important;
  text-align: justify;
  padding: 2px 9px 3px 8px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  position: relative;
  top: -5px;
  left: 10px;
  transition: linear 0.2s;
}

#registration-details .edit-button:hover {
  background-color: #bebebe;
  color: #ffffff !important;
  cursor: pointer;
}

#registration-details > hr.ruler {
  border-bottom: 0.01em solid #b8b8b8;
  margin: 0 auto;
  margin-bottom: 0.5em;
  width: 99%;
}

#registration-details .form .form-group .row .col-md-3 {
  background-color: transparent;
  color: #383838;
  padding: 0px 5px 0px 5px;
  font-size: 1em;
  transition: 0.2s;
  pointer-events: none;
  font: 400 0.6em var(--font-03);
  position: relative;
  left: 35px;
}

#registration-details .form .form-group .row .col-md-2 {
  background-color: transparent;
  color: #383838;
  padding: 0px 5px 0px 5px;
  font-size: 1em;
  transition: 0.2s;
  pointer-events: none;
  font: 400 0.6em var(--font-03);
  position: relative;
  left: 0px;
  min-width: 100%;
}
#registration-details .form .form-group .row .col-md-7 {
  border: 1px solid #bebebe7e;
  border-radius: 4px;
  font: 500 0.8em var(--font-03);
  padding: 6px 12px;
  margin: -0.5em 0.1em 0.4em 0.1em;
  height: 30px;
  position: relative;
  left: 20px;
  min-width: 100%;
}

#registration-details .form .form-group .row .col-md-8 {
  border: 1px solid #bebebe7e;
  border-radius: 4px;
  font: 500 0.8em var(--font-03);
  padding: 6px 12px;
  margin: -0.5em 0.1em 0.4em 0.1em;
  height: 30px;
  position: relative;
  left: 20px;
  min-width: 80%;
}

#registration-details .form .form-group .row .col-md-9 {
  border: 1px solid #bebebe7e;
  border-radius: 4px;
  font: 500 0.8em var(--font-03);
  padding: 6px 12px;
  margin: 0.3em 0.1em 0.4em 0.1em;
  height: 30px;
  position: relative;
  left: 25px;
  min-width: 95%;
}

.cb {
  border: 1px solid transparent !important;
}

.prescriber-number {
  border: 1px solid #bebebe7e;
  border-radius: 4px;
  font: 500 0.8em var(--font-03);
  padding: 6px 12px;
  margin: -0.5em 0.1em 0.4em 0.1em;
  height: 30px;
  position: relative;
  left: 0px;
  width: 20%;
}

.prescriber-name {
  border: 1px solid #bebebe7e;
  border-radius: 4px;
  font: 500 0.8em var(--font-03);
  padding: 6px 12px;
  margin: -0.5em 0.1em 0.4em 0.1em;
  height: 30px;
  position: relative;
  left: 2px;
  width: 75%;
}

.check-true {
  font-size: 1em !important;
  color: green;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.check-false {
  font-size: 1em !important;
  color: red;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

/*#endregion*/
/*#region production-details*/
#product-details {
  display: none;
  position: relative;
  border: 0.01em solid #bebebe;
  border: 0.01em solid transparent;
  background-color: #f0f0f0;
  background-color: #f0f0f074;
  border-radius: 10px;
  min-height: 300px;
  height: auto;
  width: 100%;
  margin: 0 auto;
  top: 10px;
}

#product-details .form {
  padding: 5px 5px 15px 5px;
}

#product-details .heading {
  display: inline-block;
  width: auto;
  font: 300 1.2em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #383838;
  text-align: justify;
  margin: 10px 0 5px 15px;
}

#product-details .create-button {
  font: 300 0.6em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #bebebe !important;
  text-align: justify;
  padding: 2px 9px 3px 8px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  position: relative;
  top: -5px;
  left: 10px;
  transition: linear 0.2s;
}

#product-details .create-button:hover {
  background-color: #bebebe;
  color: #ffffff !important;
  cursor: pointer;
}
#product-details .edit-button {
  font: 300 0.6em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #bebebe !important;
  text-align: justify;
  padding: 2px 9px 3px 8px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  position: relative;
  top: -5px;
  left: 10px;
  transition: linear 0.2s;
}

#product-details .edit-button:hover {
  background-color: #bebebe;
  color: #ffffff !important;
  cursor: pointer;
}

#product-details > hr.ruler {
  border-bottom: 0.01em solid #383838;
  margin: 0 auto;
  margin-bottom: 0.25em;
  width: 99%;
}

.vh {
  background-color: transparent;
  color: #383838ab;
  display: inline-block;
  padding: 0px 5px 0px 5px;
  transition: 0.2s;
  pointer-events: none;
  font: 400 0.6em var(--font-03);
  position: relative;
  left: 1em;
  width: 25%;
  text-align: right;
}

.vd {
  background-color: transparent;
  color: #383838;
  display: inline-block;
  padding: 0px 5px 0px 5px;
  transition: 0.2s;
  pointer-events: none;
  font: 400 1em var(--font-03);
  position: relative;
  left: 15px;
  margin: 5px;
  width: 70%;
}

.column-10 {
  display: block;
}
.column-20 {
  display: block;
}

.registration-options {
  display: inline !important;
  position: relative;
  top: -2px;
  left: 5px;
}

.registration-options .circle-icon {
  font-size: 13px;
  color: #383838c3;
}
/*#endregion*/

#authorisation-options {
  display: block;
  margin: 0 auto;
  padding: 30px 30px 15px 30px;
}

.grid {
  height: auto;
  margin: 0 auto;
  padding: 10px;
  width: 85%;
  display: block;
}

/*#region shapes*/
.shape-triangle {
  position: inherit;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #555;
  transition: linear 0.25s;
}
.card:hover .shape-triangle {
  border-bottom-color: #ffffff;
}
.shape-square {
  height: 20px;
  width: 20px;
  background-color: #555;
  transition: linear 0.25s;
}
.card:hover .shape-square {
  background-color: #ffffff;
}
.shape-circle {
  height: 20px;
  width: 20px;
  background-color: #555;
  border-radius: 50%;
  transition: linear 0.25s;
}
.card:hover .shape-circle {
  background-color: #ffffff;
}
/*#endregion*/

/*#region images*/
.no-results-container {
  background-color: #ffffff;
  height: 85vh;
  margin-top: 0px;
  padding: 2em;
  width: 100%;
}

.no-results {
  color: rgba(204, 204, 204, 0.8) !important;
  text-align: center !important;
  font: 300 1.5em var(--font-03);
}

.no-results img {
  display: block;
  margin: auto;
  margin-top: 1em;
  width: 10%;
  opacity: 0.9;
}

.no-results-container-01 {
  background-color: #ffffff;
  height: 100vh;
  margin-top: 0px;
  padding: 2em;
  width: 100%;
}

.no-results-01 {
  color: rgba(204, 204, 204, 0.8) !important;
  text-align: center !important;
  font: 300 1.5em var(--font-03);
}

.no-results-01 img {
  display: block;
  margin: auto;
  margin-top: 0%;
  width: 15%;
  opacity: 0.8;
}
/*#endregion*/

/*#region authorisation-crud*/
#new-registration .vh {
  background-color: transparent;
  color: #383838ab;
  display: inline-block;
  padding: 0px 5px 0px 5px;
  transition: 0.2s;
  pointer-events: none;
  font: 400 0.6em var(--font-03);
  position: relative;
  top: 4px;
  left: 2.5em;
  width: 100%;
  height: auto;
  text-align: left;
}

#new-registration .vd {
  border: 1px solid transparent;
  border-bottom: 1px solid #bebebe7e;
  border-radius: 0px;
  padding: 6px 12px;
  margin: 0 0.1em 0.2em 0.1em;
  height: 30px;
  transition: 0.2s;
  font: 400 1em var(--font-03);
  position: relative;
  left: 15px;
  margin: 5px;
  width: 95%;
}

/*#endregion*/

.sup {
  vertical-align: super;
  font-size: 10px;
}

.login-sup {
  vertical-align: super;
  font-size: 14px;
}

/*#region loader*/

.modal-fade {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(255 255 255 / 0.85);
  overflow-x: visible;
  backdrop-filter: blur(3px);
}

.modal-loader {
  display: none;
  position: absolute;
  top: 40%;
  left: 0%;
  z-index: 1001;
  width: 100%;
  margin: auto 0;
  text-align: center;
}

.white-fade {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(255 255 255 / 0.8);
  overflow-x: visible;
  backdrop-filter: blur(2px);
}

.details-loader {
  display: none;
  position: fixed;
  top: 45%;
  left: 0%;
  z-index: 1001;
  width: 100%;
  margin: auto 0;
  text-align: center;
}

#loading-indicator {
  width: 50px;
  height: 50px;
  z-index: 1001;
}

.MuiCircularProgress-root {
  display: inline-block;
}

.MuiCircularProgress-static {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.MuiCircularProgress-indeterminate {
  animation: MuiCircularProgress-keyframes-circular-rotate 1.4s linear infinite;
}

.MuiCircularProgress-determinate {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.MuiCircularProgress-colorPrimary {
  color: #3f51b5;
}

.MuiCircularProgress-colorSecondary {
  color: #f50057;
}

.MuiCircularProgress-svg {
  display: block;
  animation: loading_animation 1.4s infinite;
}

.MuiCircularProgress-circle {
  stroke: currentColor;
}

.MuiCircularProgress-circleStatic {
  transition: stroke-dashoffset 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.MuiCircularProgress-circleIndeterminate {
  animation: MuiCircularProgress-keyframes-circular-dash 1.4s ease-in-out
    infinite;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0;
}

.MuiCircularProgress-circleDeterminate {
  transition: stroke-dashoffset 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

@keyframes MuiCircularProgress-keyframes-circular-rotate {
  0% {
    transform-origin: 50% 50%;
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes MuiCircularProgress-keyframes-circular-dash {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }

  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}

.MuiCircularProgress-circleDisableShrink {
  animation: none;
}

@keyframes loading_animation {
  0% {
    color: #4285f4;
  }

  25% {
    color: #ea4335;
  }

  50% {
    color: #f9bb2d;
  }

  75% {
    color: #34a853;
  }
}
/*#endregion*/

/*#region sliders*/
.switch {
  display: block;
  height: 19px;
  position: relative;
  width: 30px;
  margin: 10px 0 0 30px;
  margin: 10px 0 0 10px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 2.3px;
  content: "";
  height: 14.5px;
  width: 14.5px;
  left: 2.5px;
  position: absolute;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #6495ed;
}

input:checked + .slider:before {
  transform: translateX(10px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*#endregion*/

/*#region selectize-menus*/
.selectize-input {
  background: transparent !important;
  background-color: var(--blue-11) !important;
  background-image: linear-gradient(to bottom, transparent, transparent);
  border: 1px solid transparent !important;
  border-radius: 5px;
  box-shadow: none !important;
  color: #000000;
  display: block;
  font: 100 1em var(--font-03) !important;
  line-height: 1.4;
  outline: none;
  padding: 6px 8px !important;
  width: 100%;
  height: 35px;
  max-height: 100px;
}

.selectize-control.error .selectize-input {
  background-color: var(--pastel-red-04) !important;
  border: 0.01em solid var(--pastel-red-02) !important;
}

.selectize-control.single .selectize-input [data-value] {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, transparent, transparent);
  background-image: linear-gradient(to bottom, #1da7ee, #1da7ee);
  background-image: linear-gradient(to bottom, #6495ed, #6495ed);
  border: 1px solid transparent;
  border-radius: 2px;
  color: #000000;
  color: #ffffff;
  padding: 3px 8px 4px 8px !important;
  text-align: center;
  top: -3px;
}

.selectize-control.single .selectize-input:after {
  border-color: #dcdcdc transparent transparent transparent !important;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  position: relative;
  top: 0.1em;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  display: block;
}

.modal-body .selectize-dropdown-content,
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  max-height: 200px;
  z-index: 1500;
}

/*#endregion*/

.form.b-1 {
  border: 1px solid transparent;
  border: 1px solid #f6f7f9;
  border-radius: 10px;
  background: #f6f7f98a;
  background: #ffffff;
  padding: 20px 15px;
  margin: 0;
  position: relative;
  top: 6px;
}

.form.b-2 {
  border: 1px solid #f6f7f9;
  border-radius: 10px;
  background: #f6f7f98a;
  background: #ffffff;
  padding: 20px 15px;
  padding: 10px;
  margin: 0;
  position: relative;
  top: 0;
}

.form-detail .col-md-12 {
  height: 72px;
}

.modal-body .heading {
  background-color: #ffffff;
  color: #a8a8a8;
  font: 400 0.9em var(--font-03);
  text-align: left;
  position: absolute;
  margin: -5px 0 0 20px;
  padding: 0 8px;
  z-index: 100;
}

.modal-body .form {
  min-height: 100px;
}

.modal-control-label {
  font: 400 0.8em var(--font-03);
  color: #282828;
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 0px 0 2px 15px;
  width: 100%;
}

.modal-control-input {
  font: 300 0.8em var(--font-02);
  color: #383838;
  text-align: left;
  position: relative;
  margin: 0 auto 5px auto;
  width: 96%;
}

.modal-control-detail {
  font: 100 1em var(--font-03);
  color: #000000;
  display: block;
  width: 100%;
  max-height: 100px;
  height: 35px;
  padding: 6px 12px;
  line-height: 1.428571429;
  border-radius: 0px;
  border: 1px solid #efefef;
  border-radius: 5px;
  background-color: transparent;
  outline: none;
  margin: 0 0 0 10px;
  background-color: #f6f7f9a3;
  border: 1px solid transparent;
}

.lh-05 {
  line-height: 0.5em;
}

.modal-form-control {
  font: 100 1em var(--font-03);
  color: #000000;
  display: block;
  width: 100%;
  max-height: 100px;
  height: 35px;
  padding: 6px 12px;
  line-height: 1.428571429;
  border-radius: 0px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: rgb(232, 240, 254);
  background-color: var(--blue-11);
  outline: none;
  transition: 0.33s ease-in-out;
}

.modal-form-control.error {
  background-color: var(--pastel-red-04) !important;
  border: 0.01em solid var(--pastel-red-02) !important;
}

.modal-input-validation-success {
  background-color: var(--blue-10) !important;
  background-color: rgb(232, 240, 254) !important;
  border: 1px solid transparent;
}
.modal-input-validation-error {
  background-color: transparent;
  border: 1px solid var(--pastel-red-01);
}

.modal-form-control:focus {
  background-color: var(--blue-09);
  border: 1px solid transparent;
}

.modal-form-control:disabled {
  background-color: #f6f7f9a3;
  background-color: var(--gray-25);
  border: 1px solid transparent;
}

.modal-date-control {
  font: 100 1em var(--font-03);
  color: #000000;
  display: block;
  width: 100%;
  max-height: 100px;
  height: 35px;
  padding: 6px 12px;
  line-height: 1.428571429;
  border-radius: 0px;
  border: 1px solid #efefef;
  border-radius: 5px;
  background-color: transparent;
  outline: none;
  margin: 5px 0 0 0;
}

.modal-date-control:disabled {
  background-color: #f6f7f9a3;
  border: 1px solid transparent;
}

.modal-form-group > label {
  bottom: 34px;
  left: 15px;
  position: relative;
  background-color: transparent;
  padding: 0px 5px 0px 5px;
  font-size: 1em;
  transition: 0.2s;
  pointer-events: none;
  font: 100 1.2em var(--font-03);
  color: #d0d0d0;
}

.modal-form-control:focus ~ label {
  bottom: 60px;
  color: #a9a9a9;
  font: 100 0.8em var(--font-03);
  left: 10px;
}

.modal-form-control:valid ~ label {
  bottom: 60px;
  color: #a9a9a9;
  font-size: 4px;
  font: 100 0.8em var(--font-03);
  left: 10px;
}

.form-group > label {
  background-color: transparent;
  bottom: 34px;
  color: #d0d0d0;
  font: 100 1em var(--login-font);
  left: 5px;
  position: relative;
  padding: 0px 5px 0px 5px;
  transition: 0.2s;
  pointer-events: none;
}

.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  color: #000000;
  display: block;
  font: 100 0.85em var(--font-03);
  width: 90%;
  max-height: 100px;
  height: 40px;
  margin-top: 10px;
  margin-left: 0px;
  outline: none;
  padding: 6px 6px;
}

.form-control:focus {
  border-bottom: 1px solid #cccccc;
  box-shadow: none;
  transition: 0.3s;
}

.form-control:focus ~ label {
  color: #a9a9a9;
  font: 100 0.8em var(--login-font);
  bottom: 60px;
  left: 0px;
}

.form-control:valid ~ label {
  color: #a9a9a9;
  font: 100 0.8em var(--login-font);
  bottom: 60px;
  left: 0px;
}

.icon-disabled-info {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  font-size: 10px !important;
  color: dodgerblue;
  position: relative;
  top: -5px;
  cursor: pointer;
}

.icon-disabled-info .tooltiptext {
  background-color: #000000b8;
  background-color: var(--black-03);
  border-radius: 6px;
  color: #fff;
  font: 300 1.05em var(--font-03);
  padding: 5px;
  position: absolute;
  top: -8px;
  left: 12px;
  min-width: 100px;
  width: auto;
  text-align: center;
  transition: linear ease-in-out 0.5s;
  visibility: hidden;
  z-index: 1;
}

.icon-disabled-info:hover .tooltiptext {
  visibility: visible;
}

.form #new-registration {
  margin: 0 auto;
  width: 98%;
}

#new-registration .modal-section-label {
  font: 300 0.8em var(--font-02);
  color: #383838;
  text-align: left;
  position: relative;
  top: 10px;
  left: 15px;
}

#new-registration .modal-section-input {
  position: relative;
  top: 10px;
  width: 100%;
}

#auth-history {
  margin: 0 auto 10px auto;
  padding: 5px;
}

#auth-history .heading {
  font: 300 1.25em var(--font-02);
  color: #383838ce;
  position: relative;
  margin: 0;
  padding: 10px;
}

#auth-history > hr.ruler {
  border-bottom: 0.01em solid #b8b8b8;
  margin: 0.25em auto;
  margin-bottom: 0.5em;
  width: 99%;
}

.table-container.mh-10 {
  min-height: 10em;
  max-height: 32em;
  height: auto;
  width: 100%;
  margin: 0px auto 10px auto;
}

.table-container.mx-14 {
  min-height: 10em;
  max-height: 14em;
  height: auto;
  width: 100%;
  margin: 0px auto 10px auto;
}

.table-container::-webkit-scrollbar {
  width: 0px;
}

.table-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.222);
}

.table-container::-webkit-scrollbar-thumb {
  background: deeppink;
  border-radius: 50px;
}

#create-task-action-menu {
  display: none;
  z-index: 1000;
}
#edit-task-action-menu {
  display: none;
  z-index: 1000;
}

#create-action-warning {
  display: none;
}
#edit-action-warning {
  display: none;
}

#prescriber-lookup-menu {
  display: none;
  z-index: 1500;
}

body#prescriber-lookup-menu {
  overflow: hidden;
}

#profile-status-menu {
  display: none;
  z-index: 1500;
}

#reminder-menu{
  display: none;
  z-index: 2000;
}

#task-action-menu {
  display: none;
  z-index: 1500;
}

body#profile-status-menu {
  overflow: hidden;
}

#profile-status-menu .modal-content {
  overflow: unset;
}

.action-heading {
  font: 500 1.2em var(--font-03);
  text-align: center;
  color: #282828;
  display: block;
  margin: 20px auto 10px auto;
}
.create-action-heading,
.task-action-heading {
  font: 500 1.2em var(--font-03);
  text-align: center;
  color: #282828;
  display: block;
  margin: 20px auto 10px auto;
}
.edit-action-heading {
  font: 500 1.2em var(--font-03);
  text-align: center;
  color: #282828;
  display: block;
  margin: 20px auto 10px auto;
}

.action-message {
  font: 100 0.9em var(--font-03);
  text-align: center;
  color: #282828;
  display: block;
  margin: 5px auto 5px auto;
  width: 80%;
}
.create-action-message,
.task-action-message {
  font: 100 0.9em var(--font-03);
  text-align: center;
  color: #282828;
  display: block;
  margin: 5px auto 5px auto;
  width: 80%;
}
.edit-action-message {
  font: 100 0.9em var(--font-03);
  text-align: center;
  color: #282828;
  display: block;
  margin: 5px auto 5px auto;
  width: 80%;
}

.action-disclaimer {
  font: 100 0.7em var(--font-03);
  text-align: center;
  color: #989898;
  display: block;
  margin: 10px auto 20px auto;
  width: 50%;
}
.create-action-disclaimer,
.task-action-disclaimer {
  font: 100 0.7em var(--font-03);
  text-align: center;
  color: #989898;
  display: block;
  margin: 10px auto 20px auto;
  width: 50%;
}
.edit-action-disclaimer {
  font: 100 0.7em var(--font-03);
  text-align: center;
  color: #989898;
  display: block;
  margin: 10px auto 20px auto;
  width: 50%;
}

#circle-one-b {
  background-color: #4ba6ff;
  opacity: 0.8;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  position: relative;
  margin: 0 auto;
}

#circle-two-b {
  position: relative;
  background: #8ec7ff;
  opacity: 0.8;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  top: 0.65em;
}

#circle-three-b {
  position: relative;
  background: #d2e9ff;
  opacity: 1;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  top: 0.65em;
}

.info-warning-icon {
  position: relative;
  top: 0.26em;
  font-size: 2em !important;
  color: #ffffff;
  opacity: 1;
}

.button-yes {
  color: #ffffff;
  background-color: dodgerblue;
  border: 1px solid dodgerblue;
  margin-top: 0.5%;
  padding: 4px 4px;
  font: 100 1em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  line-height: 1.6;
  border-radius: 3px;
  width: 100px;
  outline: none !important;
  z-index: 40;
  transition: 0.3s;
}

.button-yes:hover {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff !important;
  outline: none !important;
}

.button-yes:disabled {
  cursor: pointer;
  color: rgba(127, 127, 127, 0.35) !important;
  background-color: transparent;
  border: 1px solid rgba(127, 127, 127, 0.35);
}

.button-yes:disabled:hover {
  color: rgba(127, 127, 127, 0.35) !important;
  background: transparent !important;
  border: 1px solid rgba(127, 127, 127, 0.35) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

.button-no {
  color: #dcdcdc;
  background-color: transparent;
  border: 1px solid #dcdcdc;
  margin-top: 0.5%;
  padding: 4px 4px;
  font: 100 1em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  line-height: 1.6;
  border-radius: 3px;
  width: 100px;
  outline: none !important;
  z-index: 40;
  transition: 0.3s;
}

.button-no:hover {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff !important;
  outline: none !important;
}

.button-no:disabled {
  cursor: pointer;
  color: rgba(127, 127, 127, 0.35) !important;
  background-color: transparent;
  border: 1px solid rgba(127, 127, 127, 0.35);
}

.button-no:disabled:hover {
  color: rgba(127, 127, 127, 0.35) !important;
  background: transparent !important;
  border: 1px solid rgba(127, 127, 127, 0.35) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

/*#region password-suggestion-01*/
#password-suggestion-i {
  display: none;
}

.suggestion-block-i {
  background-color: #333c47;
  border: 1px solid transparent;
  border-radius: 5px;
  bottom: 18.5em;
  height: 180px;
  width: 220px;
  margin: auto;
  position: relative;
  right: 22em;
  z-index: 1005;
  opacity: 0.9;
}

.arrow-i:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -1em;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #333c47;
}

.ps-heading-i {
  color: #ffffff;
  font: 400 0.8em Comfortaa;
  padding: 10px 0 10px 10px;
}

.suggestion-block-i ul li {
  color: #ffffff;
  font: 300 0.7em Roboto, "Helvetica Neue", sans-serif;
  padding: 4px 0 3px 15px;
  list-style: none;
  position: relative;
}

/*#endregion*/
/*#region password-suggestion-02*/
#password-suggestion-ii {
  display: none;
}

.suggestion-block-ii {
  background-color: #333c47;
  border: 1px solid transparent;
  border-radius: 5px;
  bottom: 14.25em;
  height: 80px;
  width: 220px;
  margin: auto;
  position: relative;
  right: 22em;
  z-index: 1005;
  opacity: 0.9;
}

.arrow-ii:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -1em;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #333c47;
}

.ps-heading-ii {
  color: #ffffff;
  font: 400 0.8em Comfortaa;
  padding: 10px 0 10px 10px;
}

.suggestion-block-ii ul li {
  color: #ffffff;
  font: 300 0.7em Roboto, "Helvetica Neue", sans-serif;
  padding: 4px 0 3px 15px;
  list-style: none;
  position: relative;
}

/*#endregion*/
/*#region password-validation*/
.bp-font {
  font-size: 6px;
  vertical-align: middle;
  margin: -0.3em 0.6em 0 0;
}

.pass {
  color: limegreen;
  transition: 0.2s ease-in-out;
}

.fail {
  color: red;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}

/*#endregion*/
/*#region error-handle*/
.validation-error {
  display: none;
  position: relative;
  background-color: rgba(217, 48, 78, 0.2);
  padding: 10px 12px 10px 12px;
  border: 1px solid transparent;
  border-radius: 0px;
  font: 100 12px "Open Sans", sans-serif;
  color: rgb(217, 48, 78);
  margin: 0 auto 5px auto;
  top: 0px;
  width: 99%;
  vertical-align: middle;
}

.validation-error {
  position: relative;
  background-color: var(--pastel-red-04);
  border: 0.01em solid var(--pastel-red-02);
  border-radius: 5px;
  color: rgb(217, 48, 78);
  display: none;
  font: 300 0.9em var(--font-03);
  margin: 0 auto 5px auto;
  padding: 8px 12px;
  top: 0px;
  width: 98%;
  vertical-align: middle;
}

/*#endregion*/
.required-icon {
  font-size: 9px !important;
  color: red;
  position: relative;
  top: -5px;
  cursor: pointer;
}

.required-icon .tooltiptext {
  font: 300 1.05em var(--font-03);
  visibility: hidden;
  min-width: 100px;
  width: auto;
  background-color: #000000b8;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  transition: linear ease-in-out 0.3s;
  position: relative;
  z-index: 1;
}

.required-icon:hover .tooltiptext {
  visibility: visible;
}

.results-border {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px;
  background-color: #ffffffe6;
  min-height: 82vh;
  height: auto;
}

table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: none !important;
  padding: 6px 5px 5px 5px !important;
}

/*#region auth-navigation*/
#auth-navigation .navigation-card {
  background-color: transparent;
  border: 1px solid lightgray;
  border-radius: 8px;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  width: 150px;
  width: 200px;
  height: 150px;
  height: 205px;
  margin: 5px;
  padding: 10px;
  transition: ease-in-out linear 0.3s !important;
  overflow: hidden;
  position: relative;
}

.navigation-card > .icon img {
  display: block;
  width: 50%;
  position: relative;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

#auth-navigation .navigation-card .icon img {
  filter: opacity(0.5) drop-shadow(0 0 0 #d3d3d3);
}

#auth-navigation .navigation-card:hover {
  background-color: #383838;
  background-color: var(--gray-10);
  border: 1px solid var(--gray-10);
}
/* #auth-navigation .navigation-card:hover .icon img {
  filter: brightness(0) invert(1);
  opacity: 0.85;
} */
/* #auth-navigation .navigation-card:hover .title {
  color: #ffffff;
  opacity: 0.85;
} */

.navigation-card > .title {
  color: var(--gray-01);
  display: block;
  font: 400 1em var(--font-03);
  position: absolute;
  position: relative;
  bottom: 10px;
  left: 0;
  width: 150px;
  width: 180px;
  text-align: center;
}
.navigation-card > .description {
  color: var(--gray-01);
  opacity: 0.75;
  display: block;
  font: 300 0.72em var(--font-03);
  position: absolute;
  position: relative;
  bottom: 10px;
  left: 0;
  width: 150px;
  width: 180px;
  text-align: center;
}

#auth-navigation button {
  font: 100 1em var(--font-03);
  color: #ffffff;
  background-color: #6495ed;
  border: 1px solid #6495ed;
  padding: 4px 4px 8px 4px;
  line-height: 1.6;
  border-radius: 3px;
  outline: none;
  transition: 0.3s;
  width: 50%;
  z-index: 40;
  display: none;
}

/*#endregion*/
/* input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
   -webkit-box-shadow: 0 0 0 50px var(--blue-11) inset !important;
} */

/* input:-webkit-autofill-active {
  appearance: menulist-button;
  background-image: none !important;
  background-color: -internal-light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
  background-color: rgb(232, 240, 254), rgba(70, 90, 126, 0.4) !important;
  background-color: purple, red !important;
  color: fieldtext !important;
} */

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px rgb(232, 240, 254) inset !important;
}

/*#region datatables*/
#search-results_filter {
  display: none;
}

#search-filters {
  display: table-header-group;
}

#search-filter-blank {
  border: none;
  background-color: transparent;
  pointer-events: none;
}

.search-filter {
  width: 100%;
  border-radius: 3px;
  margin: 2px auto;
  display: block;
  border: 1px solid #cccccc;
  padding: 4px 10px;
  outline: none;
  font-size: 12px;
}

.search-filter:active,
.search-filter:focus,
.search-filter:hover {
  background-color: #cccccc20;
  border: 1px solid #ccccccb1;
  cursor: pointer;
}
/*#endregion*/

#hiv-auth-filters {
  display: table-header-group;
}

#hiv-auth-filter-blank {
  border: none;
  background-color: transparent;
  pointer-events: none;
}

.hiv-auth-filter {
  width: 100%;
  border-radius: 3px;
  margin: 2px auto;
  display: block;
  border: 1px solid #cccccc;
  padding: 4px 10px;
  outline: none;
  font-size: 12px;
  cursor: text !important;
}

.hiv-auth-filter:active,
.hiv-auth-filter:focus,
.hiv-auth-filter:hover {
  background-color: #cccccc20;
  border: 1px solid #ccccccb1;
  cursor: pointer;
}

.icon-refresh {
  color: white !important;
  cursor: pointer;
  font-size: 18px !important;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 0, "opsz" 24;
  position: relative;
  vertical-align: middle;
  right: 0.2em;
  opacity: 0.4;
  width: 0;
}

.icon-refresh:hover {
  opacity: 0.75;
}

#hiv-authorisations_filter {
  display: none;
}

table.dataTable > thead > tr > th,
table.dataTable > tbody > tr > td {
  text-align: left;
  border-collapse: none;
}

table.dataTable > tfoot > tr:hover {
  background-color: transparent !important;
}

table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable {
  border-top: none !important;
  border-bottom: none !important;
}

table.dataTable thead tr th {
  border-top: none !important;
  border-bottom: none !important;
}

table.dataTable tbody tr td {
  border-top: none !important;
  border-bottom: none !important;
}

.navigation-icons {
  display: inline-block;
  position: relative;
  top: 0px;
  z-index: 1005;
}

button.outer-circle {
  background-color: transparent;
  border: 1px solid var(--gray-04);
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  width: 22px;
  position: relative;
  top: 0.25em;
  left: 0;
  z-index: 1000;
}

button.outer-circle:hover {
  background-color: var(--gray-06);
  border: 1px solid var(--gray-06);
  z-index: 200;
}

.gender-class {
  border: 1px solid transparent !important;
  margin-right: 10px;
}
.gender-class:hover {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  z-index: 200;
}

.gender-class.outer-circle > .material-symbols-rounded {
  color: #ffffff;
  cursor: pointer;
  font-size: 1.3em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  margin: 0;
  padding: 0;
  position: relative;
  display: table-cell;
  top: 0px;
  left: -0.55em;
}

#member-banner button .material-symbols-rounded {
  color: #ffffff;
  cursor: pointer;
  font-size: 0.85em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.btn-circle {
  background-color: transparent;
  border: 1px solid var(--gray-10);
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  line-height: 1;
}

.btn-circle:hover {
  background-color: var(--gray-10);
  border: 1px solid var(--gray-10);
  z-index: 200;
}

#btn-dependants .tooltiptext {
  font: 300 0.8em var(--font-03);
  visibility: hidden;
  min-width: 100px;
  width: auto;
  background-color: #000000b8;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px 5px 5px 4px;
  transition: linear ease-in-out 0.3s;
  position: absolute;
  top: 2.5em;
  left: 4em;
  z-index: 1;
}

#btn-dependants:hover .tooltiptext {
  visibility: visible;
}

#btn-notes .tooltiptext {
  font: 300 0.8em var(--font-03);
  visibility: hidden;
  min-width: 100px;
  width: auto;
  background-color: #000000b8;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px 5px 5px 4px;
  transition: linear ease-in-out 0.3s;
  position: absolute;
  top: 2.5em;
  left: 6em;
  z-index: 1;
}

#btn-notes:hover .tooltiptext {
  visibility: visible;
}

#modal-banner {
  margin: 0 0 5px 0;
}

#modal-banner > hr.ruler {
  border-bottom: 0.01em solid #b8b8b8;
  margin: 0.55em auto;
  margin-bottom: 0.4em;
  width: 99%;
}

.mb-background {
  position: relative;
  transform: translateX(-50%);
  background: #f6f7f9a3; /*gray*/
  background: #e8e8e8; /*gray*/
  background: linear-gradient(to left, #0047ab 60%, #0047ab 100%); /*cobalt*/
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
  height: auto;
  min-height: 100px;
  z-index: 10;
  margin: 0.4em 0 0 0;
  padding: 0 5px 10px 5px;
  left: 50%;
  overflow: hidden;
  opacity: 0.7;
}

#modal-banner .member-name {
  color: #000000;
  color: #ffffff;
  display: inline-block;
  font: 300 1.6em var(--font-03);
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  top: 5px;
  z-index: 1000;
}

#modal-banner .member-scheme {
  color: #000000;
  color: #ffffff;
  z-index: 1000;
  font: 300 1em var(--font-03);
  position: absolute;
  float: right;
  right: 0.5em;
  top: 0.5em;
  padding: 0 10px 2px 10px;
  background-color: var(--gray-10);
  border: 1px solid transparent;
  border-radius: 3px;
  vertical-align: middle;
}

.member-scheme .scheme-option {
  color: #000000;
  color: #ffffff;
  z-index: 1000;
  font: 300 0.7em var(--font-03);
  vertical-align: middle;
}

#modal-banner .member-information {
  color: #000000;
  color: #ffffff;
  position: relative;
  margin: 0;
  display: block;
  padding: 0 10px;
  z-index: 1000;
  position: relative;
}

#modal-banner .member-information .label {
  font: 300 0.95em var(--font-03);
}

#modal-banner .member-information .data {
  font: 400 0.95em var(--font-03);
}

/*#region modal-menu*/
/* .overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: visible;
  backdrop-filter: blur(2px);
  z-index: 501;
}

.overlay-focus {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  overflow-x: visible;
  backdrop-filter: blur(2px);
  z-index: 1000;
} */

.modal {
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  display: none;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 501;
}

.modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal::-webkit-scrollbar-track {
  box-shadow: none;
}

.modal::-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: 1px solid transparent;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  border: 1px solid #fefefe;
  border-radius: 2px;
  margin: auto;
  margin-top: 0.6em;
  margin-bottom: 15px;
  padding: 0;
  overflow: auto; /* Enable scroll if needed */
  pointer-events: initial;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-duration: 0.4s;
  width: 525px;
  z-index: 800 !important;
}

.mc-30 {
  width: 30em !important;
}
.mc-35 {
  width: 35em !important;
}
.mc-40 {
  width: 40em !important;
}
.mc-45 {
  width: 45em !important;
}
.mw-18 {
  width: 18em !important;
}
.mw-30 {
  width: 30em !important;
}
.mw-35 {
  width: 35em !important;
}
.mw-40 {
  width: 40em !important;
}
.mw-45 {
  width: 45em !important;
}
.mw-50 {
  width: 50em !important;
}
.mw-55 {
  width: 55em !important;
}
.mw-60 {
  width: 60em !important;
}
.mw-65 {
  width: 65em !important;
}
.mw-70 {
  width: 70em !important;
}
.mw-75 {
  width: 75em !important;
}

.mh-230 {
  min-height: 230px;
}
.mh-235 {
  min-height: 235px !important;
}
.mh-240 {
  min-height: 240px;
}
.mh-250 {
  min-height: 250px;
}

.t-5 {
  top: 5% !important;
}
.t-8 {
  top: 8% !important;
}

.mt-5px {
  margin-top: 5px;
}
.mt-10px {
  margin-top: 10px;
}
.mt-15px {
  margin-top: 15px;
}
.mt-20px {
  margin-top: 20px;
}
.mt-25px {
  margin-top: 25px;
}

.mb-5px {
  margin-bottom: 5px;
}
.mb-10px {
  margin-bottom: 10px;
}
.mb-15px {
  margin-bottom: 15px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mb-25px {
  margin-bottom: 25px;
}

.modal-content::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.modal-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb {
  background: #606060;
  border-radius: 10px;
}

.modal-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  min-height: 400px;
  padding: 10px;
}

.sm-modal-content {
  animation-duration: 0.4s;
  background-color: #fefefe;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: auto;
  overflow: auto; /* Enable scroll if needed */
  padding: 0;
  position: relative;
  width: 450px;
  z-index: 800 !important;
}

.md-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 2px;
  overflow: auto; /* Enable scroll if needed */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-duration: 0.4s;
  width: 525px;
  z-index: 800 !important;
}

.lg-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 2px;
  overflow: auto; /* Enable scroll if needed */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-duration: 0.4s;
  width: 80em;
  z-index: 800 !important;
}

.lg-modal-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  min-height: 32em;
  padding: 10px;
}

.modal-content-70 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 2px;
  overflow: auto; /* Enable scroll if needed */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-duration: 0.4s;
  width: 70em;
  z-index: 800 !important;
}

.modal-body-content-70 {
  position: relative;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  min-height: 400px;
  padding: 10px;
}

.modal-body-content-70 .member-information .form .label {
  font: 400 0.7em var(--font-03);
  color: #000000;
}

.modal-body-content-70 .member-information .form .data {
  font: 400 0.8em var(--font-03);
  color: #000000;
}

.modal-body-content-70 .member-information .form .row .col-md-9 {
  border: 1px solid #bebebe7e;
  border-radius: 4px;
  padding: 6px 12px;
  margin: 0.3em 0.1em;
  height: 30px;
}

.modal-header {
  display: block;
  padding: 5px 10px;
  width: 100%;
}

.b-0 {
  background-color: #ffffff;
  border: 5px solid #f6f7f9;
  border-bottom: none;
}

.modal-header .heading {
  font: 400 1.25em var(--font-03);
  color: #282828;
  position: relative;
  padding: 5px;
  margin: 0;
  width: 50%;
}

.modal-header .heading span {
  background-color: #ffcc00;
  background-color: #ffeeba;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #ffffff;
  color: #ffcc00;
  font: 300 0.7em var(--font-02);
  padding: 1px 6px 2px 6px;
  margin-left: 5px;
}

.modal-header > .sub-heading {
  font: 300 1.25em var(--font-02);
  color: #000000;
  position: relative;
  text-align: left;
  padding: 5px 0;
  width: 100%;
}

.modal-body {
  background-color: #ffffff;
  border: 5px solid #f6f7f9;
  color: rgb(0, 0, 0);
  font: 200 16px Comfortaa;
  padding: 10px 8px;
  text-align: justify;
}

.modal-body-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  min-height: 100px;
  padding: 10px;
}

.modal-footer {
  background-color: rgb(204 204 204 / 0.15);
  border: 1px solid transparent;
  text-align: right;
  margin-top: 0;
  padding: 10px 16px;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer-center {
  margin: 5px auto;
  text-align: center;
}

.warning-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  margin-top: 8px;
  margin-right: 15px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.warning-close:hover {
  cursor: pointer;
}

.modal-close {
  background-color: transparent;
  border: 0;
  color: #cccccc;
  cursor: pointer;
  float: right;
  font: 300 1em "Comfortaa";
  padding: 0;
  position: relative;
  top: 0;
  z-index: 1500;
}
.modal-close:hover {
  color: red;
  opacity: 0.5;
}

.btn-close {
  background-color: transparent;
  border: 0;
  color: #cccccc;
  cursor: pointer;
  float: right;
  font: 300 1em "Comfortaa";
  padding: 0;
  position: relative;
  top: 0;
}
.btn-close:hover {
  color: red;
  opacity: 0.5;
}

.close-button {
  background-color: transparent;
  border: 0;
  float: right;
  padding: 0;
  position: relative;
  top: 0px;
  z-index: 500;
}

.icon-close {
  color: #cccccc !important;
  cursor: pointer !important;
  font-size: 0.8em !important;
}

.icon-close:hover {
  opacity: 0.5 !important;
}

.field-validation-error:before {
  font-family: FontAwesome;
  content: "\f06a\00a0";
}

.popup-title {
  font: 300 0.6em Comfortaa;
  color: #808080;
  text-align: left;
  padding: 10px 0px 2px 0px;
  position: relative;
  width: 100%;
}

.popup-name {
  font: 300 20px Comfortaa;
  float: left;
  color: #000000;
  text-align: left;
  padding: 5px 0px 5px 0px;
  position: relative;
  width: 100%;
}

.popup-template {
  font: 200 16px Comfortaa;
  color: rgb(0, 0, 0);
  text-align: justify;
  padding: 15px 20px 15px 20px;
}

.popup-info-panel {
  background-color: #f2f4f7;
  font: 100 12px Comfortaa;
  color: #bfbfbf;
  text-align: center;
  padding: 8px 0;
  margin-top: 50px;
}

.popup-footer {
  background-color: #5396e4;
  text-align: center;
  max-width: 600px;
  padding: 0;
}

.modal-warning {
  position: relative;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  min-height: 300px;
  padding: 10px;
}

.warning-icon {
  display: block;
  margin: 10px auto;
  text-align: center;
}

#circle-one {
  background: #fdaaaa41;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  position: relative;
  margin: 0 auto;
}

#circle-two {
  position: relative;
  background: #fdaaaa7f;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  top: 0.65em;
}

#circle-three {
  position: relative;
  background: #fdaaaa;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  top: 0.65em;
}

.error-icon {
  position: relative;
  top: 0.26em;
  font-size: 2em !important;
  color: darkred;
}

.warning-heading {
  font: 500 1.2em var(--font-03);
  text-align: center;
  color: #282828;
  display: block;
  margin: 20px auto 10px auto;
}

.warning-message {
  font: 100 1em var(--font-03);
  text-align: center;
  color: #282828;
  display: block;
  margin: 5px auto 5px auto;
}

.warning-disclaimer {
  font: 100 0.8em var(--font-03);
  text-align: center;
  color: #989898;
  display: block;
  margin: 5px auto 20px auto;
}

.auth-dates {
  margin: 0 auto;
  position: relative;
  left: 1em;
}

/* .input-prescriber-no .modal-control-label::after{
  color: #282828;
  content: "\e8b6";
  cursor: pointer;
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 48;
  font-size: 0.55em;
  position: relative;
  left: 5px;
  border: 0.01em solid #282828;
  border-radius: 25px;
  padding: 1px 2px;
} */

.input-prescriber-no .material-symbols-rounded {
  color: #282828;
  cursor: pointer;
  font-size: 0.75em;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 200, "opsz" 48;
  position: relative;
  left: 2px;
  background: transparent;
  border-radius: 25px;
  padding: 3px;
  z-index: 1000;
}

.input-prescriber-no .material-symbols-rounded:hover {
  background: var(--gray-08);
}

.input-prescriber-no {
  width: 24.5%;
  padding: 0 0 0 10px;
}

.input-prescriber-name {
  width: 75.5%;
  padding: 0;
  position: relative;
  top: 2px;
}

#auth-detail-prescriber {
  font-size: 0.85em;
}

/*#endregion*/
/*#region tabs*/
.tabs {
  display: inline-block;
  display: block;
  font: 300 0.85em var(--font-03);
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--gray-40);
  width: 98%;
  margin: -12px auto 0 auto;
}

.tab-button {
  border: 1px solid transparent;
  background-color: transparent;
  padding: 10px;
  transition: 0.25s ease-in-out;
}

.tab-button.active {
  border-bottom: 3px solid #6495ed;
  border-radius: 0;
  padding: 10px;
  position: relative;
  top: 1px;
}

.tab-container {
  border: 1px solid transparent;
  background-color: transparent;
  display: none;
  margin: 0 auto 10px auto;
  padding: 15px;
  position: relative;
}

.tab-container.active {
  display: block;
}

/*#endregion tabs*/
/*#region accordian*/
.modal-accordian {
  background-color: var(--gray-100);
  border: 1px solid transparent;
  border-left: 3px solid var(--gray-06);
  border-radius: 2px;
  margin: 5px auto;
  padding: 0;
  width: 98%;
  transition: all 0.3s ease;
}

.accordian-header.active .accordian-body {
  max-height: none;
}

.modal-accordian.active {
  background-color: var(--blue-13) !important;
  border-left: 3px solid #6495ed;
}

.modal-accordian .heading {
  background-color: transparent;
  color: #282828;
  display: inline-block;
  font: 400 0.85em var(--font-03);
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  top: -1px;
  left: 5px;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.modal-accordian .accordian-header {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 5px;
}

.modal-accordian .accordian-header.active {
  background: var(--blue-12);
  margin-bottom: 14px;
}

.modal-accordian .accordian-header::before {
  content: "\e145";
  font-family: "Material Symbols Rounded";
  color: #282828;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  left: 5px;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 48;
}

.modal-accordian .accordian-header.active::before {
  color: #6495ed;
  content: "\e15b";
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 48;
  font-size: 1.25em;
}

.modal-accordian .accordian-body {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

/*#endregion accordian*/
/*#region button-panel*/

.button-panel {
  display: inline;
  position: relative;
  float: right;
  margin: 0 18px;
  padding: 4px 6px;
  line-height: 2.25;
}

.button-panel button {
  background: var(--gray-70);
  border: 0.01em solid transparent;
  border-radius: 5px;
  color: #383838;
  font: 400 0.85em var(--font-03);
  padding: 3px 10px 4px 10px;
}

.button-panel button:hover {
  background: #dcdcdc;
  opacity: 0.85;
}

.button-panel button span {
  font-size: 14px;
  vertical-align: middle;
}

.button-panel #more-filters::before {
  content: "\e018";
  font-family: "Material Symbols Rounded";
  color: #282828;
  font-size: 14px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 48;
}
/*#endregion profile-buttons*/

#auth-create-prescriber-no,
#auth-edit-prescriber-no {
  position: relative;
  top: 0;
  left: 8px;
  width: 90%;
}

.prescriber-results {
  display: none;
  height: 350px;
  transition: all 0.3s ease;
  overflow: auto;
}

.prescriber-results hr {
  border-bottom: 0.01em solid #cccccc;
  margin: 0.5em auto;
  width: 96%;
}

.button-select {
  background-color: #6495ed;
  border: 1px solid #6495ed;
  border-radius: 3px;
  color: #ffffff;
  font: 100 1em var(--font-03);
  line-height: 1.6;
  outline: none !important;
  position: relative;
  transition: 0.3s;
  z-index: 40;
}

.button-select:hover {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff !important;
  outline: none !important;
}

.va-b {
  vertical-align: bottom !important;
}

.modal-table tbody {
  border: none !important;
}

.modal-table tr:hover {
  background-color: rgba(204, 204, 204, 0.05);
}

.modal-table tbody tr:nth-child(even) {
  background-color: rgba(204, 204, 204, 0.2);
}

.modal-table {
  margin: 0 auto;
  position: relative;
  width: 99%;
  overflow: hidden;
}

.modal-table thead th {
  background-color: #606060;
  border: 1px solid #606060;
  color: white;
  cursor: pointer;
  font: 500 0.7em var(--font-03);
  text-align: left;
  text-indent: 0px;
  padding: 8px 10px !important;
}

.modal-table tbody td {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  cursor: pointer;
  font: 300 0.7em var(--font-03);
  padding: 8px;
  text-align: left;
  text-indent: 0px;
  vertical-align: middle;
}

/*#region toast*/
section#snackbar {
  position: absolute;
  right: 10px;
  z-index: 2000;
}

.snack {
  background-color: var(--black-04);
  border: 1px solid transparent;
  border-radius: 3px;
  display: none;
  padding: 8px 12px;
  position: relative;
  margin: 2px;
}

.snack .title {
  color: white;
  display: inline;
  font: 500 0.85em var(--font-03);
  padding: 0 15px;
  text-align: left;
}
.snack .body {
  color: white;
  display: inline;
  font: 300 0.85em var(--font-03);
  padding: 0 15px;
  text-align: left;
}

.snack button.close {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
  top: 0;
}

.snack button.close {
  color: var(--gray-05);
  font: 300 1em var(--font-02);
  vertical-align: middle;
}
/*#endregion toast*/
/*#region reminder*/
#reminder-menu .modal-header .heading {
  font: 400 1.25em var(--font-03);
  color: #282828;
  position: relative;
  padding: 5px;
  margin: 0;
  width: 100%;
  text-align: center;
}

#reminder-body{
  font: 300 0.85em var(--font-03);
  padding: 10px;
  position: relative;
  text-align: justify;
}

/*#endregion reminder*/


