:root {
  --font-01: "Poiret One";
  --font-02: "Segoe UI";
  --font-03: "Quicksand";
  --font-04: "Comfortaa";
  --font-05: "Roboto";
  --font-06: "Arial";
  --font-07: "Open Sans";

  --black-100: #000000;
  --black-90: #1a1a1a;
  --black-80: #333333;
  --black-70: #4d4d4d;
  --black-60: #666666;
  --black-50: #808080;
  --black-40: #999999;
  --black-30: #b3b3b3;
  --black-20: #cccccc;
  --black-15: #d9d9d9;
  --black-10: #e6e6e6;
  --black-05: #f2f2f2;

  --blue-00: #0084ff;
  --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;

  --gray-100: #383838;
  --gray-90: #4d4d4d;
  --gray-80: #666666;
  --gray-70: #808080;
  --gray-60: #999999;
  --gray-50: #b3b3b3;
  --gray-40: #cccccc;
  --gray-30: #e6e6e6;
  --gray-20: #f2f2f2;
  --gray-15: #f9f9f9;
  --gray-10: #f9f9f9;
  --gray-05: #fafafa;

  --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;

  --pastel-blue-00: #6495ed;
  --pastel-blue-01: #96b7f8;
  --pastel-blue-02: #c7e0f4;
  --pastel-blue-03: #e8f0fe;
  --pastel-blue-04: #e8f0fecf;
  --pastel-blue-05: #f4f8ff;

  --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;
}

section::after {
  content: "";
  display: table;
  clear: both;
}

section.login .col-md-6 {
  padding: 0;
}

.mediscor_logo {
  position: fixed;
  width: clamp(100px, 8vw, 150px);
  top: clamp(16vh, calc(100vh - 50px), 92vh);
  right: 5vh;
  z-index: 1000;
}

.mediscor_logo img {
  width: 100%;
  height: auto;
}

.container_login {
  background-color: #ffffff;
  border-radius: 0px;
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}

.login .vector {
  background: var(--blue-00);
  height: 115vh;
  border-radius: 100px;
  transform: rotate(5deg);
  position: relative;
  margin-top: -60px;
  margin-left: -50px;
}

.login .vector img {
  width: 6.5%;
  position: absolute;
  bottom: 4.5em;
  left: 8.5em;
  transform: rotate(-5deg);
  opacity: 0.75;
}

.login .vector span {
  height: 35px;
  width: fit-content;
  color: white;
  font: 500 1.25em var(--font-03);
  position: absolute;
  bottom: 4em;
  left: 6em;
  transform: rotate(-5deg);
  text-align: center;
  opacity: 0.75;
  vertical-align: middle;
  padding: 3px 0;
}

/*#region form-attributes*/
hr {
  background-color: #adadad !important;
  border: none !important;
  margin: 0.55em auto 0.55em auto !important;
  height: 0.4px !important;
  width: 99% !important;
}

.left-50px {
  position: relative;
  left: -14em !important;
}

.m-a {
  position: relative;
  margin: 0.25em auto 0 auto;
}

.h-35px {
  height: 35px;
}
.h-38px {
  height: 38px;
}
.h-40px {
  height: 40px;
}
.h-45px {
  height: 45px;
}

.h-80px {
  height: 80px;
}

.h-90px {
  height: 90px;
}

.h-100px {
  height: 100px;
}

.h-120px {
  height: 120px;
}

.h-auto {
  height: auto !important;
}
.p-0 {
  padding: 0 !important;
}

.p-15px {
  padding: 15px;
}

.pt-1em {
  padding-top: 1em;
}

.pt-2em {
  padding-top: 2em;
  border: 1px solid red;
}

.ml-6px {
  margin-left: 6px;
}

.ml-10px {
  margin-left: 10px !important;
}

.ml-22px {
  margin-left: 22px;
}

.ml-32px {
  margin-left: 32px;
}

.ml-80px {
  margin-left: 80px;
}

.mb-2px {
  margin-bottom: 2px !important;
}
.mb-3px {
  margin-bottom: 3px !important;
}
.mb-5px {
  margin-bottom: 5px !important;
}
.mb-10px {
  margin-bottom: 10px;
}
.mb-15px {
  margin-bottom: 15px;
}
.mb-20px {
  margin-bottom: 20px;
}

.mb-1em {
  margin-bottom: 1em !important;
}
.mt-5px {
  margin-top: 5px;
}
.mt-10px {
  margin-top: 10px;
}
.mt-15px {
  margin-top: 15px !important;
}
.mt-20px {
  margin-top: 20px !important;
}

.mt-2em {
  margin-top: 2em !important;
}
.mt-4em {
  margin-top: 4em;
}

.w-315px {
  width: 315px !important;
}

.w-350px {
  width: 350px !important;
}

.w-30 {
  width: 30% !important;
}

.w-15 {
  width: 15% !important;
}

.w-12 {
  width: 12% !important;
}

.w-11 {
  width: 11% !important;
}

.w-10 {
  width: 10% !important;
}

.w-8 {
  width: 8% !important;
}

.w-06 {
  width: 6% !important;
}
.w-055 {
  width: 5.5% !important;
}
.w-04 {
  width: 4%;
}
.w-025 {
  width: 2.5%;
}
.w-1 {
  width: 1%;
}

.w-87 {
  width: 87% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-2em {
  width: 2em;
}

.w-8em {
  width: 8em;
}
.w-25em {
  width: 25em !important;
}
.w-50em {
  width: 50em;
}

.w-350px {
  width: 350px !important;
}

.w-200px {
  width: 200px !important;
}

.w-10px {
  width: 10px;
}

.m-0a {
  margin: 0 auto !important;
}

section.login form {
  padding: 0 2em;
  position: relative;
  top: 5px;
  margin-left: 2.5em;
}

form > .header {
  font: 300 1.85em var(--font-02);
  color: #696969;
  margin: 5em 0 0 0;
  text-align: justify;
}

form > .sub-heading {
  font: 300 0.85em var(--font-02);
  color: #696969;
  margin: 0.25em 0 4em 0;
  text-align: justify;
}

form .form-group {
  margin: 10px 0;
}

.form-group > label {
  background-color: transparent;
  bottom: 34px;
  color: var(--gray-05);
  font: 300 1.1em var(--font-02);
  left: 15px;
  position: relative;
  padding: 0px 5px 0px 5px;
  transition: 0.2s;
  pointer-events: none;
}

.form-group.login > label {
  background-color: transparent;
  bottom: 60px;
  color: var(--gray-05);
  font: 300 0.8em var(--font-02);
  left: 10px;
  position: relative;
  padding: 0px 5px 0px 5px;
  transition: 0.2s;
  pointer-events: none;
}

#member-search .form-group label {
  font: 400 0.8em var(--font-02);
  color: #282828;
  margin-top: 10px;
  text-align: right;
  width: 12.5em;
}

.m-form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #efefef;
  border-bottom: 1px solid var(--black-10);
  border-radius: 0px;
  color: #000000;
  display: block;
  font: 100 1em var(--font-02);
  width: 90%;
  max-height: 100px;
  height: 40px;
  margin-top: 10px;
  margin-left: 0px;
  outline: none;
  padding: 6px 6px;
}

.m-form-control:focus {
  border-bottom: 1px solid #cccccc;
  box-shadow: none;
  transition: 0.3s;
}

.m-form-control:focus ~ label {
  bottom: 60px;
  color: var(--gray-05);
  font: 300 0.8em var(--font-02);
  left: 10px;
}

.m-form-control:valid ~ label {
  bottom: 60px;
  color: var(--gray-05);
  font: 300 0.8em var(--font-02);
  left: 10px;
}

.m-form-control.filled ~ label {
    bottom: 60px;
    color: var(--gray-05);
    font: 300 0.8em var(--font-02);
    left: 10px;
}


.input-control {
  font: 400 0.9em var(--font-02);
  color: #000000;
  display: block;
  width: 100%;
  max-height: 100px;
  height: 38px;
  padding: 6px 12px;
  line-height: 1.428571429;
  background-color: var(--blue-10);
  border: 1px solid var(--blue-07);
  border-radius: 5px;
  outline: none;
  transition: 0.33s ease-in-out;
  float: right;
}

.input-control:focus {
  background-color: var(--blue-10);
  border: 1px solid var(--blue-08);
}

.input-control.error {
  background-color: var(--pastel-red-04) !important;
  border: 0.01em solid var(--pastel-red-02) !important;
  margin-bottom: 0.25em !important;
}

.input-control:disabled {
  background-color: #f6f7f9a3;
  background-color: var(--gray-25);
  border: 1px solid transparent;
}

.input-control::placeholder {
  color: #cccccc;
  font: 100 0.85em var(--font-03);
  opacity: 0.9;
  transition: ease-in-out 0.33s;
}

.input-control:focus::placeholder {
  opacity: 0.4;
}

.validation {
  border-radius: 3px;
  display: none;
  margin: 0;
  padding: 10px 12px;
  position: absolute;
  position: relative;
  top: -1.3em;
  width: 100%;
  z-index: 100;
}

.validation div {
  display: inline-block;
  font: 100 0.8em "Open Sans", sans-serif;
  line-height: 25px;
  vertical-align: middle;
}

.validation span {
  font-size: 1em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}

.validation.error {
  background-color: #ffe8e8;
  border: 1px solid #ffb3b3;
  color: #ff6961;
}

.validation.information {
  background-color: var(--pastel-blue-03);
  border: 1px solid var(--pastel-blue-02);
  color: var(--pastel-blue-01);
}

.validation.success {
  background-color: rgb(237, 247, 237);
  border: 1px solid rgb(30, 70, 32);
  color: rgb(30, 70, 32);
}

.validation.warning {
  background-color: #ffe4ade5;
  border: 1px solid #f6dca8;
  color: #704b08;
}

.form .form-group {
  background-color: #d3d3d322;
  border: none;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  width: 99%;
  padding: 8px 16px 12px 16px;
}

.form .form-group .row {
  height: 35px;
}

.form .form-group .heading {
  font: 400 1.25em var(--font-02);
  position: relative;
  text-align: left;
  left: 5px;
}

.form .form-group hr {
  width: 100% !important;
}

.form .form-group label {
  font: 400 0.95em var(--font-02);
  color: #282828;
  margin-top: 10px;
  text-align: left;
  width: 200px;
  opacity: 0.8;
  position: relative;
  left: 10px;
}

.form .form-group .col-md-6 {
  display: inline-flex;
}

.form .form-group .col-md-8 {
  font: 400 0.85em var(--font-02);
  color: #282828;
  margin-top: 10px;
  text-align: left;
}

.modal-validation {
  border: 1px solid transparent;
  border-radius: 3px;
  display: block;
  margin: 0;
  position: relative;
  top: -0.1em;
  left: 1em;
  width: 100%;
  margin: 0 auto;
}

.modal-validation div {
  display: inline-block;
  font: 400 0.7em var(--font-02);
  vertical-align: middle;
  position: relative;
  left: 3px;
}

.modal-validation.error {
  color: var(--pastel-red-01);
}

.modal-validation.error.i {
  margin: 0;
}

.modal-validation.error.ii {
  margin: 0;
  position: relative;
  top: 0.45em;
  width: auto;
  display: inline-block;
  font-size: 0.6em;
}

.modal-validation.error.search {
  left: 5px;
}

.modal-validation.error.ii div {
  margin: 0;
  position: relative;
}

.modal-validation.error.iii {
  margin: 0;
  position: relative;
  top: -1.4em;
}

.modal-validation.error.iii div {
  margin: 0;
  position: relative;
  top: -0.1em;
}

.modal-validation.error.iv {
  color: var(--pastel-red-01);
  left: -0.5em;
}

.modal-validation.error::before {
  color: var(--pastel-red-01);
  content: "\e000";
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 0.65em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.modal-validation span::after {
  color: var(--pastel-red-01);
  content: "\e000";
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 0.65em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.modal-validation.warning {
  background-color: #ffe4ade5;
  border: 1px solid #f6dca8;
  color: #704b08;
}

.modal-input-validation {
  border-radius: 3px;
  display: none;
  margin: 0;
  padding: 2px;
  position: relative;
  width: 100%;
  z-index: 100;
}
.modal-input-validation.c {
  text-align: center;
}
.modal-input-validation div {
  display: inline-block;
  font: 100 0.75em "Open Sans", sans-serif;
  line-height: 28px;
  vertical-align: middle;
}

.modal-input-validation span {
  font-size: 0.7em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}

.modal-input-validation.error {
  color: var(--pastel-red-01);
}

.i-validation.error::after {
  color: var(--pastel-red-01);
  content: "\e000";
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 0.65em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  position: absolute;
  top: 8.4em;
  right: 5em;
}

.i-validation.error.i::after {
  float: right;
  top: -2.4em;
  right: 4em;
  position: relative;
}

.i-validation.error.ii::after {
  top: -2.9em;
  right: 3.2em;
  z-index: 2000;
}

.i-validation.error.iii::after {
  top: -2.7em;
  right: 2.5em;
  z-index: 2000;
}

.i-validation.error.search.memberNumber::after {
  color: var(--pastel-red-01);
  content: "\e000";
  font-family: "Material Symbols Rounded";
  font-size: 0.65em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  position: relative;
  float: right;
  top: -2.4em;
  right: 2.5em;
}

.i-validation.error.x::after {
  float: right;
  top: 1.2em;
  right: 4.8em;
  z-index: 2000;
}

.val-control.error::before {
  color: var(--pastel-red-01);
  content: "\e000";
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 0.65em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  left: 0.75em;
}

.val-control.error.ii::before {
  color: var(--pastel-red-01);
  content: "\e000";
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 0.65em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -0.5em;
  left: 0.75em;
}

.val-control.error.iii::before {
  color: var(--pastel-red-01);
  content: "\e000";
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 0.65em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -1.25em;
  left: 0em;
}

.val-control div {
  color: var(--pastel-red-01);
  display: inline-block;
  font: 400 0.7em var(--font-02);
  vertical-align: middle;
  position: relative;
  top: -0.2em;
  left: 1em;
}

.val-control.error.ii div {
  top: -0.5em;
}

.val-control.error.iii div {
  top: -1.25em;
  left: 0.25em;
}

/*#endregion form-attributes*/

/*#region button-attributes*/
.btn-group {
  position: relative;
  margin-top: 4em;
}

button.btn {
  border: 1px solid transparent;
  border-radius: 3px;
  font: 100 0.85em var(--font-03);
  padding: 6px 4px 8px 4px;
  outline: none;
  transition: 0.3s;
  max-width: none;
  min-width: 100px;
  z-index: 40;
}

button.btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #999999;
  opacity: 0.8;
}

.btn-search {
  background-color: var(--blue-00) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  font: 300 1em var(--font-02) !important;
  height: 50px;
  width: 15%;
  transition: all ease 0.3s !important;
}

.btn-search:hover {
  opacity: 0.65 !important;
}

.btn-submit {
  background-color: var(--blue-00);
  color: #ffffff;
  font: 100 0.85em var(--font-03);
}

.btn-cancel {
  background-color: transparent;
  color: #999999;
  font: 100 0.85em var(--font-03);
  transition: all ease 0.3s !important;
}

.btn-cancel.round {
  background-color: transparent;
  border-radius: 25px !important;
  color: #999999;
  font: 300 0.85em var(--font-02);
  margin: 7px;
}

.btn-flag {
  background-color: transparent;
  background-color: #1e90ff;
  border: 1px solid #1e90ff;
  border-radius: 5px;
  color: #999999;
  color: white;
  font: 400 0.85em var(--font-03);
  padding: 6px 8px 8px 8px;
  height: 30px;
  z-index: 40;
  outline: none;
  text-decoration: none;
}

.btn-flag:hover {
  opacity: 0.8;
}

.btn-large {
  height: 42px;
  max-width: none;
  width: 200px;
}

.btn-xlarge {
  height: 42px;
  width: 100%;
  margin: 0;
}

button.btn-link {
  background-color: transparent;
  border: 1px solid transparent;
  font: 400 0.65em var(--font-02);
  color: #b3b3b3;
  padding: 6px 4px 8px 4px;
  height: 42px;
  z-index: 40;
  outline: none;
  text-decoration: none;
}

.btn-link:hover {
  color: #999999;
  opacity: 0.8;
  text-decoration: none !important;
}

.btn-circle {
  background-color: transparent;
  border: 1px solid transparent;
  width: 25px;
  position: relative;
  top: 0;
}

.i-arrow::after {
  color: #484848;
  content: "\eaaa";
  font-family: "Material Symbols Rounded";
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.psw-validation {
  position: relative;
  width: 90%;
}

.f-psw {
  position: absolute;
  top: -2.2em;
  right: 0;
  text-align: right;
  height: 25px !important;
  padding: 0px 10px !important;
}

.b-fpsw {
  background-color: #ffe8e8;
  border: 1px solid #ff6961;
  border-radius: 5px;
  color: #ff6961;
  font: 500 0.65em var(--font-03);
  padding: 6px 12px;
  position: relative;
  float: right;
  top: 0;
  right: 0em;
  z-index: 50;
}

.b-fpsw:hover {
  opacity: 0.5;
}

.letter_link {
  font: 450 1em var(--font-02) !important;
  color: #000000 !important;
  text-decoration: none !important;
}

.letter_link:hover {
  color: var(--blue-00) !important;
  opacity: 0.8;
}

/*#endregion button-attributes*/
/*#region icon-attributes*/
.btn-psw:hover {
  cursor: pointer;
  opacity: 0.8;
}

#login-password::after {
  color: lightgray;
  content: "\e8f5";
  font-family: "Material Symbols Rounded";
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
  top: -2em;
  right: 7em;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 200, "opsz" 48;
}

.i-visible::after {
  content: "\e8f4" !important;
}

.i-key::after {
  color: white;
  content: "\e73c";
  font-family: "Material Symbols Rounded";
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
}

.i-logout::after {
  color: white;
  content: "\e9ba";
  font-family: "Material Symbols Rounded";
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
  left: 1px;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
}

.r-45 {
  transform: rotate(90deg);
}
/*#endregion icon-attributes*/

/*#region modal-attributes*/
.modal {
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  display: none;
  left: 0;
  overflow: auto !important;
  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;
}

.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-content .modal-close {
  background-color: transparent;
  border: 0;
  color: #cccccc;
  cursor: pointer;
  float: right;
  font: 400 1.1em var(--font-02);
  padding: 0;
  position: relative;
  top: 8px;
  right: 15px;
  z-index: 1500;
}
.modal-content .modal-close:hover {
  opacity: 0.5;
}

.modal-content .mb-close {
  background-color: transparent;
  border: 0;
  color: #cccccc;
  cursor: pointer;
  float: right;
  font: 400 1.1em var(--font-02);
  padding: 0;
  position: relative;
  top: -8px;
  right: 1px;
  z-index: 1500;
}
.modal-content .mb-close:hover {
  opacity: 0.5;
}

.modal-header .mb-close {
  background-color: transparent;
  border: 0;
  color: #cccccc;
  cursor: pointer;
  float: right;
  font: 400 1.1em var(--font-02);
  padding: 0;
  position: absolute;
  top: 4px;
  right: 12px;
  z-index: 1500;
}
.modal-header .mb-close:hover {
  opacity: 0.5;
}

.modal-header {
  border: 5px solid rgb(204 204 204 / 0.15);
  border-bottom: none;
  display: block;
  padding: 5px !important;
  width: 100%;
}

.modal-header .heading {
  font: 400 1.25em var(--font-02);
  color: #282828;
  position: relative;
  padding: 5px;
  margin: 0 0 0 2px;
}

.modal-header .heading span {
  font: 400 1em var(--font-02);
  padding: 1px 6px 2px 6px;
}

.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: 5px !important;
  text-align: justify;
  z-index: 1000;
}

.modal-footer {
  background-color: rgb(204 204 204 / 0.15);
  border: 1px solid transparent;
  text-align: right;
  margin-top: 0;
  padding: 2px 8px 4px 8px;
}

.modal-footer.center {
  display: block;
  text-align: center !important;
  padding: 10px 16px;
}

.modal-body .heading {
  color: var(--gray-01);
  font: 400 1.25em var(--font-02);
  position: relative;
  padding: 6px 0 0 0;
  margin: 0;
  text-align: center;
}

.modal-body .sub-heading {
  color: var(--gray-01);
  font: 400 0.8em var(--font-02);
  position: relative;
  padding: 5px 0 0 0;
  margin: 0;
  text-align: center;
}

.modal-form-control {
  font: 100 1em var(--font-02);
  color: #000000;
  display: block;
  width: 100%;
  max-height: 100px;
  height: 35px;
  padding: 6px 12px;
  line-height: 1.428571429;
  background-color: var(--blue-10);
  border: 1px solid var(--blue-07);
  border-radius: 5px;
  outline: none;
  transition: 0.33s ease-in-out;
}

.modal-form-control:focus {
  background-color: var(--blue-10);
  border: 1px solid var(--blue-08);
}

.modal-form-control.error {
  background-color: var(--pastel-red-05);
  border: 0.01em solid var(--pastel-red-02);
}

.modal-form-control.error::placeholder {
  color: var(--pastel-red-01);
}

.modal-form-control:disabled {
  background-color: #f6f7f9a3;
  background-color: #cccccc25;
  border: 1px solid transparent;
}

.modal-form-control::placeholder {
  color: #cccccc;
  font: 100 0.75em var(--font-03);
  opacity: 0.9;
  transition: ease-in-out 0.33s;
}

.modal-form-control:focus::placeholder {
  opacity: 0.4;
}

.modal-form-control.search {
  position: relative;
  margin: 0 auto;
}

.modal-select-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;
  background-color: var(--blue-10);
  border: 1px solid var(--blue-07);
  border-radius: 5px;
  outline: none;
  transition: 0.33s ease-in-out;
}

.modal-select-control:focus {
  background-color: var(--blue-10);
  border: 1px solid var(--blue-08);
}

.modal-select-control.error {
  background-color: var(--pastel-red-04) !important;
  border: 0.01em solid var(--pastel-red-02) !important;
}

.modal-select-control:disabled {
  background-color: #f6f7f9a3;
  background-color: #cccccc25;
  border: 1px solid transparent;
}

.modal-select-control.c {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.modal-select-control.m {
  position: relative;
  top: 1em;
  margin-bottom: 1em;
  width: 90%;
}

#member-search-menu .modal-content {
  margin-top: 2em;
  width: 25em;
  overflow: visible;
}

#member-search-menu .modal-form-control {
  width: 100%;
  margin: 0 auto;
  height: 40px;
}

#member-search-menu .modal-body {
  margin: 0 auto;
}

#member-search-menu .modal-body .form-group {
  margin: 0 auto;
}

#member-search-menu .modal-body label {
  font: 400 0.8em var(--font-02);
  padding: 0;
}

#member-search-menu .modal-body .selectize-control {
  padding: 0;
  margin: 0 auto;
}
#member-search-menu .modal-body .selectize-control,
#member-search-menu .modal-body .selectize-input,
#member-search-menu .modal-body .input-control {
  width: 100%;
}

#member-search-menu .modal-body .input-control {
  margin: 0 auto;
}

.modal-table {
  background-color: transparent;
  margin: 10px auto;
  margin-bottom: 2em;
  position: relative;
  width: 100%;
  max-width: 2500px;
  z-index: 4;
}

.modal-table thead tr th {
  background-color: #606060;
  border: 1px solid #606060;
  color: white;
  cursor: pointer;
  font: 500 0.8em var(--font-02);
  text-align: left;
  text-indent: 5px;
  padding: 7px 0;
}

.modal-table tbody tr td {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  cursor: pointer;
  text-align: left;
  font: 350 0.8em var(--font-02);
  padding: 8px;
  text-indent: 1px;
  vertical-align: middle;
}

.modal-table tbody {
  border: none !important;
}

.modal-table tbody tr:nth-child(odd) {
  background-color: rgba(204, 204, 204, 0.2);
}

.modal-table tr:hover {
  background-color: var(--blue-10) !important;
}
/*#endregion modal-attributes*/
/*#region forgot-password*/
#psw-forgot-menu {
  display: none;
  z-index: 1000;
}

#psw-forgot-menu .modal-content {
  top: 4.5em;
  width: 400px;
}
/*#endregion forgot-password*/
/*#region success-animation*/
.animation-body {
  margin: auto;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 5px 0;
  background-color: #f8f8f8;
  min-height: 155px;
}

.animation-header {
  font: 500 1.5em var(--font-03);
  -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 var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #a9a9a9 !important;
  text-align: center;
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.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-animation*/
/*#region password-suggestion-01*/
#password-suggestion-i {
  display: none;
}

#password-suggestion-i .heading,
#password-suggestion-ii .heading {
  color: #ffffff;
  font: 500 0.8em var(--font-03);
  margin: 5px 15px;
  text-align: left;
}

#password-suggestion-i ul,
#password-suggestion-ii ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#password-suggestion-i ul li,
#password-suggestion-ii ul li {
  padding: 0.25em 1.5em;
  font: 300 0.7em var(--font-02);
  color: #ffffff;
  opacity: 1;
  transition: ease-in-out 1s;
}

#password-suggestion-i ul li.pass,
#password-suggestion-ii ul li.pass {
  color: lawngreen;
  font: 300 0.7em var(--font-02);
  opacity: 0.45;
}

#password-suggestion-i ul li.fail,
#password-suggestion-ii ul li.fail {
  color: red;
  font: 400 0.7em var(--font-02);
  opacity: 0.75;
}

#password-suggestion-i ul li::before,
#password-suggestion-ii ul li::before {
  content: "\ef4a";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  font-size: 1.25em;
  margin: 0 0.5em 0 0;
  position: relative;
  vertical-align: middle;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 200, "opsz" 48;
  opacity: 0.25;
}

#password-suggestion-i ul li.pass::before,
#password-suggestion-ii ul li.pass::before {
  color: lawngreen;
  content: "\e86c";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  font-size: 1.25em;
  margin: 0 0.5em 0 0;
  position: relative;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
  opacity: 1;
}

#password-suggestion-i ul li.fail::before,
#password-suggestion-ii ul li.fail::before {
  color: red;
  content: "\e5c9";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  font-size: 1.25em;
  margin: 0 0.5em 0 0;
  position: relative;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
  opacity: 1;
}

.suggestion-block-i {
  background-color: #333c47;
  border: 1px solid transparent;
  border-radius: 5px;
  min-height: 150px;
  height: auto;
  width: 210px;
  margin: auto;
  padding-bottom: 5px;
  position: absolute;
  right: 23.5em;
  top: 8.8em;
  top: 5.5em;
  opacity: 0.95;
  z-index: 1005;
}

.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;
}

.suggestion-block-i ul li {
  color: #ffffff;
  font: 300 0.7em var(--font-03);
  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;
  min-height: 60px;
  height: auto;
  width: 210px;
  margin: auto;
  padding-bottom: 5px;
  position: absolute;
  right: 23.5em;
  top: 11.8em;
  top: 8.15em;
  opacity: 0.95;
  z-index: 1005;
}

.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 password-reset*/
#psw-reset-menu .modal-content,
#ForgottenPasswordReset .modal-content {
  margin-top: 2em;
  width: 25em;
  overflow: visible;
}

#psw-reset .form-group {
  display: block;
  padding: 0 0;
  margin: 0 auto;
}

#psw-reset .modal-form-control {
  width: 100%;
  margin: 0 auto;
  height: 40px;
}
/*#endregion*/
/*#region password-icons*/
.i-psw-vis-0::after {
  color: var(--blue-07);
  content: "\e8f5";
  font-family: "Material Symbols Rounded";
  font-size: 0.9em;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
  position: relative;
  float: right;
  top: -2em;
  right: 2em;
}

.i-psw-vis-1::after {
  color: var(--blue-07);
  content: "\e8f4";
  font-family: "Material Symbols Rounded";
  font-size: 0.9em;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
  position: relative;
  float: right;
  top: -2em;
  right: 2em;
}

.i-psw-vis-0:hover::after,
.i-psw-vis-1:hover::after {
  color: var(--blue-06);
  cursor: pointer;
}

.modal-form-control.error ~ .i-psw-vis-0::after {
  color: var(--pastel-red-02);
}
/*#endregion password-icons*/

/*#region otp-modal*/
#otp-menu {
  display: none;
  z-index: 1000;
}

#otp-menu .modal-content {
  top: 4.5em;
  width: 400px;
}

.code-resend {
  color: #999999;
  font: 400 0.7em var(--font-02);
  margin: 0.5em 0 0 0;
  text-align: center;
  height: 35px;
}

.code-resend button {
  color: #383838;
  font: 500 1em var(--font-02);
  cursor: pointer;
  position: relative;
  padding: 0px !important;
  transition: all 0.3s ease-in-out;
}

.code-resend button:hover {
  opacity: 0.5;
}
.code-resend button:disabled {
  opacity: 0.5;
}

.code-resend img {
  width: 5%;
}
/*#endregion otp-modal*/
/*#region login-otp*/
.otp-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0.4em;
  height: 80px;
}

.otp-inputs input::placeholder {
  color: #cccccc;
  font: 300 1em var(--font-03);
}

.otp-inputs input:focus::placeholder {
  color: #efefef;
  transition: ease-in-out 0.33s;
}

.otp-inputs input {
  border: 1px solid #cccccc;
  border-radius: 5px;
  cursor: pointer;
  font: 400 1.25em var(--font-03);
  margin: 0 5px;
  padding: 10px;
  pointer-events: all;
  text-align: center;
  width: 45px;
  transition: ease-in-out 0.33s;
}

.otp-inputs input:focus {
  background-color: var(--blue-10);
  border: 1px solid var(--blue-07);
  outline: none;
}

.otp-inputs.error input {
  background-color: var(--pastel-red-03);
  border: 1px solid var(--pastel-red-01);
}

.modal-body #validation.info {
  background-color: var(--blue-10);
  border: 1px solid var(--blue-07);
  border-radius: 25px;
  color: var(--blue-00);
  font: 400 0.7em var(--font-02);
  margin: 0.5em 0 0 0;
  text-align: center;
  height: 35px;
}

#modal-validation {
  display: none;
  margin: 0.5em 0 0 0;
  text-align: center;
  height: 35px;
}

#modal-validation > .error {
  background-color: var(--pastel-red-03);
  border: 1px solid var(--pastel-red-02);
  border-radius: 25px;
  color: var(--pastel-red-01);
  font: 400 0.7em var(--font-02);
  padding: 5px 10px;
}

#modal-validation > .error::before {
  content: "\e000";
  font-family: "Material Symbols Outlined";
  font-size: 1.2em;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 48;
  margin: 0 0.25em 0 0;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}

#modal-validation > .info {
  background-color: var(--blue-10);
  border: 1px solid var(--blue-07);
  border-radius: 25px;
  color: var(--blue-00);
  font: 400 0.7em var(--font-02);
  padding: 5px 10px;
}

#modal-validation > .info::before {
  content: "\e425";
  font-family: "Material Symbols Outlined";
  font-size: 1.5em;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 200, "opsz" 48;
  margin: 0 0.25em 0 0;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}

.shake {
  animation: shake-horizontal 4.72s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes shake-horizontal {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*#endregion login-otp*/
/*#region containers*/
.container-01 {
  background-color: #ffffff;
  border-radius: 0px;
  height: auto;
  margin: 0;
}

.container-02 {
  background-color: #eef2f4;
  border-radius: 0px;
  margin: 0 0 0 0;
  height: auto;
}

.g-container {
  width: 100%;
  background-color: #eef2f4;
}

.g-container.dashboard {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  position: relative;
  transform: translateX(-50%);
  height: auto;
  min-height: 92vh;
  left: 50%;
  overflow: hidden;
  top: 0.2em;
  width: 100%;
  z-index: 10;
}

.g-container.dashboard h1 {
  position: relative;
  font: 400 1.8em var(--font-02);
  color: var(--darkgray);
  padding: 15px 0 0 20px;
}

.g-container.dashboard p {
  position: relative;
  font: 300 1em var(--font-02);
  text-align: center !important;
  color: var(--lightgray);
  z-index: 20;
}

section.g-container.search {
  background-color: transparent;
  margin: 0 auto;
  padding: 2px 20px;
  width: 99%;
  position: relative;
}

/*#endregion containers*/
/*#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 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-02);
  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-02);
  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;
}

/*#endregion*/
/*#region navigation-bar-top*/
.navigation-control {
  position: relative;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 0px;
  width: 99.5%;
  height: 60px;
  height: 45px;
  z-index: 500;
  top: 0.3em;
  left: 50%;
  margin-bottom: 0.4em;
  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 var(--font-03);
  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;
}

.navigation-username {
  font: 400 1em var(--font-02);
  color: #383838;
  position: relative;
  float: right;
  top: 0.2em;
  right: 0em;
  margin-right: 1em;
}

/*#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 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%;
}

.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.45;
  width: 28px;
  height: 28px;
  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 {
  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 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);
}

.icon-information {
  font-size: 1.3em !important;
  color: rgb(216, 216, 216, 0.75);
  z-index: 102;
  position: relative;
  float: right;
  top: 0.55em;
  right: 0.6em;
  z-index: 600;
}

.user-information:hover {
  cursor: pointer;
}

.icon-back {
  position: absolute;
  bottom: 0px;
  border-bottom: none !important;
}
/*#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: 1.25em;
  float: right;
  position: relative;
  top: 0.1em;
  right: 1.15em;
}

.i-home::after {
  content: "\e88a";
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 48;
  cursor: pointer;
}

.i-search::after {
  content: "\e8b6";
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 48;
  cursor: pointer;
}

.i-authorisation::after {
  content: "\e9b7";
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 48;
  cursor: pointer;
}

.i-claim::after {
  content: "\e8e0";
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 48;
  cursor: pointer;
}

.i-communication::after {
  content: "\e0bf";
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 48;
  cursor: pointer;
}

.font-awesome-icon {
  font-size: 13px;
}

.sub_icon {
  float: right;
  padding-right: 18px;
  padding-top: 13px;
}

.tab-list {
  width: 98%;
  margin: 0 auto;
}

.tab-list.right {
  text-align: right;
}

.text-right {
  text-align: right;
}

.wb-icon-selector {
  color: #383838 !important;
  font-size: 0.8em !important;
  padding: 5px 0;
}

.selector-pill {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 20px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: 400 0.8em var(--font-02);
  margin-right: 6px;
  padding: 5px 15px 6px 12px;
  text-decoration: none;
  transition: 0.4s;
}

.selector-pill.active,
.selector-pill:active,
.selector-pill:focus,
.selector-pill:hover {
  background-color: #f0f0f0;
  border: 1px solid #d8d8d8;
  color: inherit;
  outline: none;
  text-decoration: 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 var(--font-03);
  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: "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*/
/*#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: "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*/
/*#region hero-fbanner*/
#hero-banner {
  position: relative;
  background: linear-gradient(to left, #2f67ee 60%, #2f67ee 100%);
  border: 1px solid transparent;
  border-radius: 6px;
  width: 99.5%;
  min-height: 7.2em;
  height: auto;
  top: 0.3em;
  left: 50%;
  margin-bottom: 1em;
  padding: 0;
  z-index: 15;
}

.banner.hero {
  position: relative;
  transform: translateX(-50%);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  border-radius: 4px;
  width: 99.5%;
  min-height: 120px;
  min-height: 80px;
  z-index: 10;
  top: 0.3em;
  left: 50%;
  margin-bottom: 0.75em;
  overflow: hidden;
}

.banner.hero.blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, var(--blue-00) 60%, var(--blue-00) 100%);
  opacity: 0.85;
}

.banner .scheme-info {
  position: absolute;
  font: 100 1.85em var(--font-03);
  font: 400 1.5em var(--font-03);
  color: #ffffff;
  bottom: 10px;
  bottom: 0.35em;
  left: 0.55em;
  display: inline-block;
  z-index: 12;
}

.banner .text {
  position: absolute;
  font: 400 1em var(--font-03);
  font: 400 1.25em var(--font-03);
  color: #ffffff;
  bottom: 0.6em;
  bottom: 0.5em;
  right: 0.8em;
  right: 0.75em;
  display: inline-block;
  z-index: 12;
}
/*#endregion hero-banner*/
/*#region information-popover*/
.information-heading {
  font: 500 1.2em var(--font-02);
  text-align: center;
  color: #282828;
  display: block;
  margin: 20px auto 5px auto;
}

.information-label {
  display: block;
  font: 500 0.8em var(--font-02);
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.information-text {
  display: block;
  font: 100 1em var(--font-02);
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.navigation-hero-banner {
  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;
}

.navigation-hero-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #2f67ee 60%, #2f67ee 100%);
  opacity: 0.8;
}

.navigation-hero-banner img {
  display: block;
  width: 101%;
  height: auto;
}

.hero-banner-light-01 {
  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: 1em;
  overflow: hidden;
}

.hero-banner-light-01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #008080 60%, #008080 100%); /*teal*/
  background: linear-gradient(to left, #2f67ee 60%, #2f67ee 100%); /*blue*/
  opacity: 0.8;
}

.hero-banner-light-01 img {
  display: block;
  width: 101%;
  height: auto;
}

.hero-banner-dark-01 {
  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-01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #17141d;
  /*background: linear-gradient(to left,#5A6487 60%,#364063 100%);*/
  opacity: 0.8;
}

.hero-banner-dark-01 img {
  display: block;
  width: 101%;
  height: auto;
}
/*#endregion*/
/*#region loader*/
.white-fade {
  display: block;
  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: block;
  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 system-navigation*/
.member-overlay {
  display: none;
  height: 125%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  z-index: 501;
}

.overlay-search {
  display: none;
  height: 125%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  z-index: 501;
}

#system-navigation {
  display: none;
  position: absolute;
  min-width: 1200px;
  width: auto;
  top: 3em;
  left: 51.5%;
  transform: translateX(-50%);
  background-color: transparent;
  border: 1px solid transparent;
  outline: none;
  /*font: 300 5em "Calibri", "Arial", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;*/
  font: 300 5em "Segoe UI Web (West European)", "Segoe UI", -apple-system,
    BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  color: #cccccc;
  text-align: center;
  z-index: 1001;
}

.navigation-collection {
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.navigation-collection > .col-md-3 {
  padding: 10px;
  border: 1px solid transparent;
  min-height: 75px;
}

.system-navigation-close {
  display: none;
  position: fixed;
  top: 15px;
  right: 20px;
  font-size: 1em;
  color: #cccccc;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 1;
  padding: 10px 17px;
  z-index: 1001;
  outline: none !important;
}

.system-navigation-close:hover {
  color: #ffffff;
}
/*#endregion*/
/*#region member-search-container*/
.hero-banner {
  position: relative;
  transform: translateX(-50%);
  background-color: #2f67ee;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 99%;
  height: 140px;
  z-index: 10;
  top: 0.3em;
  left: 50%;
  margin-bottom: 0.3em;
}

.banner-shapes-001 {
  position: relative;
  top: -50px;
  width: 25%;
  float: right;
  z-index: 11;
}

.banner-waves {
  position: relative;
  top: -5px;
  right: -5px;
  width: 50%;
  float: right;
  z-index: 11;
}

.banner-waves-01 {
  position: relative;
  top: -100%;
  right: -5px;
  width: 50%;
  float: right;
  z-index: 11;
}

.banner .grid label {
  width: 155px;
}

.banner .grid span {
  font-size: 0.75em;
  position: relative;
  top: -1px;
}

.banner .grid .scheme_option {
  min-width: 2em;
  max-width: 12em;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: 3px;
}

.no-records-001 {
  position: relative;
  width: 25%;
  left: 50%;
  padding: 4em 0 0 0;
  transform: translateX(-50%);
  z-index: 11;
}

.dashboard-welcome {
  position: relative;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 99%;
  min-height: 535px;
  height: auto;
  z-index: 10;
  top: 0.4em;
  left: 50%;
  margin-bottom: 0.4em;
  overflow: hidden;
}

.dashboard-welcome h1 {
  position: relative;
  font: 400 1.8em var(--font-03);
  color: var(--darkgray);
  padding: 15px 0 0 20px;
}

.dashboard-welcome p {
  position: relative;
  font: 300 1em var(--font-03);
  text-align: center !important;
  color: var(--lightgray);
  z-index: 20;
}

.dashboard-section-01 {
  position: relative;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 99%;
  min-height: 250px;
  height: auto;
  z-index: 10;
  top: 0.5em;
  left: 50%;
  margin-bottom: 0.5em;
}

.dashboard-section-01 h1 {
  position: relative;
  font: 500 2em var(--font-03);
  text-align: center;
  color: var(--darkgray);
  z-index: 20;
}

.dashboard-section-01 p {
  position: relative;
  font: 300 1em var(--font-03);
  text-align: center !important;
  color: var(--lightgray);
  z-index: 20;
}

.hb-information span {
  position: absolute;
  font: 300 20px var(--font-03);
  color: #ffffff;
  top: 15px;
  left: 25px;
  display: inline-block;
  z-index: 1000;
  width: 500px;
}
/*#endregion*/
/*#region selectize-menus*/

.selectize-input > input::placeholder {
  color: #cccccc;
  font: 400 0.9em var(--font-02) !important;
  opacity: 0.9;
  transition: ease-in-out 0.33s;
}

.selectize-input > input:focus::placeholder {
  opacity: 0.4;
}

.selectize-input {
  background: transparent !important;
  background-color: var(--blue-10) !important;
  border: 1px solid var(--blue-07) !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  font: 400 1em var(--font-02);
  color: #000000;
  display: block;
  width: 100%;
  max-height: 100px;
  height: 35px;
  height: 38px;
  padding: 6px 12px;
  line-height: 1.428571429;
  outline: none;
  transition: 0.33s ease-in-out;
  width: 100%;
  left: 0;
}

.selectize-control.error .selectize-input {
  background-color: var(--pastel-red-05) !important;
  border: 0.01em solid var(--pastel-red-02) !important;
}

.selectize-control.error .selectize-input > input::placeholder {
  color: var(--pastel-red-01) !important;
}

.selectize-control.single .selectize-input [data-value] {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, var(--blue-00), var(--blue-00));
  border: 1px solid transparent;
  border-radius: 2px;
  color: #000000;
  color: #ffffff;
  font: 400 0.85em var(--font-02) !important;
  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;
  font-family: var(--font-03);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  z-index: 1000;
  max-height: 250px;
}

.modal-body .selectize-dropdown-content {
  max-height: 100px !important;
}

#settings-navigation .modal-close {
  background-color: transparent;
  border: 0;
  color: #cccccc;
  cursor: pointer;
  float: right;
  font: 300 1.2em "Comfortaa";
  padding: 0;
  position: relative;
  top: 8px;
  right: 15px;
  z-index: 1500;
}
#settings-navigation .modal-close:hover {
  opacity: 0.5;
}

/*#endregion*/

/*#region bread-crumbs*/
.i-home.bc::after {
  color: #484848;
  content: "\e88a";
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 24;
  cursor: pointer;
  font-size: 0.8em;
  margin: 0;
  position: relative;
}

.i-home.bc:hover::after {
  color: dodgerblue;
}

.btn-family {
  background-color: rgba(255, 255, 255, 0.161);
  border: 1px solid white;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
  font: 400 0.8em var(--font-02);
  margin: 0;
  padding: 1px 6px 2px 6px;
  position: relative;
  left: 0.5em;
  transition: 0.1s ease-in-out;
}

.btn-family:hover {
  opacity: 0.8;
}

.i-family {
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.222);
  border-radius: 25px;
  display: inline-flex;
  height: 20px;
  width: 20px;
  position: relative;
  left: 0.5em;
}

.i-family::after {
  color: white;
  content: "\e7ef";
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 24;
  cursor: pointer;
  font-size: 0.7em;
  margin: auto;
  position: relative;
}

ul.crumbs {
  font: 400 0.7em var(--font-02);
  list-style: none;
  position: relative;
  padding: 8px 0 2px 1.6em;
  margin: 0;
}

ul.crumbs li {
  display: inline;
}

ul.crumbs li + li:before {
  padding: 2px;
  color: #cccccc;
  content: "/\00a0";
  font: 300 1em var(--font-02);
  position: relative;
  top: -1.8px;
  vertical-align: middle;
}

ul.crumbs li a {
  color: #282828;
  text-decoration: none;
}

ul.crumbs li a:hover {
  cursor: pointer;
  color: var(--blue-00) !important;
}

ul.crumbs li a.active {
  color: #b3b3b3;
  text-decoration: none;
}

ul.crumbs li a.active:hover {
  color: #b3b3b3 !important;
}
/*#endregion bread-crumbs*/
/*#region table-attributes*/

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  padding: 8px 10px !important;
}

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 {
  background-color: #ffffff !important;
}

table.dataTable tbody tr td {
  border-top: none !important;
  border-bottom: none !important;
}

.member-table {
  background-color: transparent;
  margin: 10px auto;
  margin-bottom: 2em;
  position: relative;
  width: 100%;
  max-width: 2500px;
  z-index: 4;
}

.member-table thead tr th {
  background-color: #606060;
  border: 1px solid #606060;
  color: white;
  cursor: pointer;
  font: 500 0.8em var(--font-02);
  text-align: left;
  text-indent: 5px;
  padding: 7px 0;
}

.member-table tbody tr td {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  cursor: pointer;
  text-align: left;
  font: 350 0.8em var(--font-02);
  padding: 8px;
  text-indent: 1px;
  vertical-align: middle;
}

.member-table tbody {
  border: none !important;
}

.table-striped tbody tr:nth-child(odd) {
  background-color: rgba(204, 204, 204, 0.2) !important;
}

/* .member-table tbody tr:nth-child(odd) {
  background-color: rgba(204, 204, 204, 0.2)!important;  
} */

.member-table tr:hover {
  background-color: var(--blue-10) !important;
}

.table_control {
  background-color: transparent;
  margin: 10px auto;
  margin-bottom: 2em;
  position: relative;
  width: 100%;
  max-width: 2500px;
  z-index: 4;
}

.table_control thead tr th {
  background-color: #606060;
  border: 1px solid #606060;
  color: white;
  cursor: pointer;
  font: 500 0.8em var(--font-02);
  text-align: left;
  text-indent: 5px;
  padding: 7px 0;
}

.table_control tbody tr td {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  cursor: pointer;
  text-align: left;
  font: 350 0.8em var(--font-02);
  padding: 8px;
  text-indent: 1px;
  vertical-align: middle;
}

.table_control tbody {
  border: none !important;
}

.table_control tbody tr:nth-child(odd) {
  background-color: rgba(204, 204, 204, 0.2);
}

#rxc_auth_detail .modal-body .form-group .row .tbl_modal {
  border-radius: 7px;
  border-collapse: collapse;
  overflow: hidden;
  width: 95%;
}

.tbl_modal {
  background-color: transparent;
  margin: 10px auto;
  margin-bottom: 2em;
  position: relative;
  width: 100%;
  max-width: 2500px;
  z-index: 4;
}

.tbl_modal thead tr th {
  background-color: #606060;
  border: 1px solid #606060;
  color: white;
  cursor: pointer;
  font: 500 0.8em var(--font-02);
  text-align: left;
  text-indent: 5px;
  padding: 7px 0;
}

.tbl_modal tbody tr td {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  cursor: pointer;
  text-align: left;
  font: 350 0.8em var(--font-02);
  padding: 8px;
  text-indent: 1px;
  vertical-align: middle;
}

.tbl_modal tbody {
  border: none !important;
}

.tbl_modal tbody tr:nth-child(odd) {
  background-color: rgba(204, 204, 204, 0.2);
}

.tbl_modal tr:hover {
  background-color: var(--blue-10) !important;
}

.fa-sort {
  font-size: 10px;
}

.status-active {
  color: #77dd77;
  opacity: 0.5;
  font-size: 16px;
}

.i-switch {
  font-size: 1em !important;
  vertical-align: middle;
  float: right;
  top: 0.2em;
  right: -0.25em;
  position: relative;
}

.i-switch:hover {
  opacity: 0.5;
}

.i-switch-i {
  font-size: 1em !important;
  vertical-align: middle;
  float: right;
  top: -0.5em;
  right: -0.25em;
  position: relative;
}

.i-switch-i:hover {
  opacity: 0.5;
}

.i-count {
  font-size: 1.25em !important;
  vertical-align: middle;
  float: right;
  top: 0.05em;
  right: 0em;
  position: relative;
}

.ii-count {
  font-size: 1.25em !important;
  vertical-align: middle;
  float: right;
  top: -0.48em;
  right: 0em;
  position: relative;
}

.hidden {
  display: none;
}

.account-placeholder {
  border: 1px solid transparent;
  background-color: #003366;
  border-radius: 4px;
  padding: 3px 4.5px 3px 4px;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
}

.active-tag {
  background-color: #ddeedd;
  border-radius: 25px;
  color: #64b464;
  padding: 6px 12px;
  font-size: 10px;
  vertical-align: middle;
}

.inactive-tag {
  background-color: #ffcfcc;
  border-radius: 25px;
  color: #ff0d00;
  padding: 6px 12px;
  font-size: 10px;
  vertical-align: middle;
}

.active-yes {
  color: #428a42;
  font-size: 6px !important;
  vertical-align: middle;
}

.active-no {
  color: #ff0d00;
  font-size: 6px !important;
  vertical-align: middle;
}

.frequency-daily {
  display: inline-block;
  min-width: 70px;
  padding: 6px;
  /*font: 500 0.75em "Calibri", "Arial", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;*/
  font: 500 0.75em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  line-height: 1;
  color: #50b5ff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgb(80 181 255 / 0.15);
  border-radius: 50px;
}

.frequency-weekly {
  display: inline-block;
  min-width: 70px;
  padding: 6px;
  /*font: 500 0.75em "Calibri", "Arial", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;*/
  font: 500 0.75em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  line-height: 1;
  color: #03dac5;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgb(3 218 197 / 0.15);
  border-radius: 50px;
}

.frequency-monthly {
  display: inline-block;
  min-width: 70px;
  padding: 6px;
  /*font: 500 0.75em "Calibri", "Arial", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;*/
  font: 500 0.75em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  line-height: 1;
  color: #3700b3;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgb(55 0 179 / 0.15);
  border-radius: 50px;
}

.frequency-inactive {
  display: inline-block;
  min-width: 70px;
  padding: 6px;
  /*font: 500 0.75em "Calibri", "Arial", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;*/
  font: 500 0.75em "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  line-height: 1;
  color: #909090;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgb(204 204 204 / 0.15);
  border-radius: 50px;
}

.circle-icon {
  background: transparent;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  line-height: 14px;
  vertical-align: middle;
  padding: 5px 6px 6px 5px;
  color: #ccc;
  font-size: 15px !important;
  transition-duration: 0.1s;
}

.circle-icon:hover {
  border: 1px solid rgb(204 204 204 / 0.8);
  color: #ccc;
}

.status-completed {
  display: inline-block;
  min-width: 80px;
  padding: 6px;
  font: 100 12px "Calibri", "Arial";
  line-height: 1;
  color: #00b050;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgb(0 176 80 / 0.15);
  border-radius: 50px;
}

.status-in-progress {
  display: inline-block;
  min-width: 80px;
  padding: 6px;
  font: 100 12px "Calibri", "Arial";
  line-height: 1;
  color: #feaf20;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgb(254 175 32 / 0.15);
  border-radius: 50px;
}

.status-failed {
  display: inline-block;
  min-width: 80px;
  padding: 6px;
  font: 100 12px "Calibri", "Arial";
  line-height: 1;
  color: #d9304e;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgb(217 48 78 / 0.15);
  border-radius: 50px;
}

.status-not-started {
  display: inline-block;
  min-width: 80px;
  padding: 6px;
  font: 100 12px "Calibri", "Arial";
  line-height: 1;
  color: darkgray;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgb(204 204 204 / 0.15);
  border-radius: 50px;
}

.acknowledgement-yes {
  font-size: 16px;
  color: #bee5b0d4;
}

.acknowledgement-no {
  font-size: 16px;
  color: #ff6961b2;
}

.status-yes {
  font-size: 14px;
  color: #bee5b0d4;
}

.status-no {
  font-size: 14px;
  color: #ff6961b2;
}

.account-halocare {
  color: dodgerblue;
  font-size: 6px;
  vertical-align: middle;
}

.account-prosperity {
  color: purple;
  font-size: 6px;
  vertical-align: middle;
}

.account-medshield {
  color: lightseagreen;
  font-size: 6px;
  vertical-align: middle;
}

.status-complete {
  font-size: 16px !important;
  color: #bee5b0d4;
}

.new-icon {
  font-size: 6px;
  color: red;
}

.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;
}
/*#endregion*/
/*#region table-filter*/
.icon-filter {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  color: #cccc;
  float: right;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  right: 2px;
  bottom: 8px;
}

.icon-filter:hover {
  color: #606060;
}

.sortArrow {
  font-size: 10px;
}

.btn-options {
  border: none;
  background-color: transparent;
  padding: 0;
}

.btn-options:hover .i-ellipsis {
  border: 1px solid #cccccc;
}

.i-ellipsis {
  height: 22px;
  width: 22px;
  position: relative;
  border: 1px solid #cccccc;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 1px;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  transition: all ease 0.25s;
}

.i-ellipsis.claims {
  height: 22px;
  width: 22px;
  position: relative;
  border: 1px solid #cccccc;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 1px;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  transition: all ease 0.25s;
}

.i-ellipsis:hover {
  border: 1px solid var(--gray-07);
}

.i-ellipsis::after {
  color: #999999;
  content: "\e5d4";
  font-family: "Material Symbols Rounded";
  font-size: 1em;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 24;
  line-height: 1.4;
  position: relative;
  margin: auto;
  top: 0em;
  left: 0em;
}

.i-ellipsis.claims::after {
  color: #999999;
  content: "\e5d4";
  font-family: "Material Symbols Rounded";
  font-size: 1.2em;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 24;
  line-height: 1.4;
  position: relative;
  margin: auto;
  top: -0.1em;
  left: -0.035em;
}

.btn-option.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 !important;
}

.dropdown-menu .divider {
  height: 0.25px;
  margin: 0px;
  overflow: hidden;
  background-color: rgb(229, 229, 229, 0.8);
}

.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 2.4em;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > a:hover,
.dropdown-menu > a:focus {
  background-color: rgb(204, 204, 204, 0.2);
  color: black;
  text-decoration: none;
  outline: none;
}

.table-sort {
  color: #f5f5f5;
  font-size: 10px;
}

/*#endregion*/

section.results {
  margin: 0 auto;
  padding: 2px 10px;
  width: 100%;
  position: relative;
}

/*#region images*/
.navigation_logo img {
  display: inline-block;
  padding: 0;
  width: 9.5%;
  height: auto;
  position: relative;
  margin-right: 0.5em;
  top: -0.9em;
}

/*#endregion images*/

/*#region empty-states*/
.empty-state {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
  color: #cccccc;
}

.empty-state img {
  display: block;
  margin: 1.75em auto 1em auto;
  padding: 0;
  width: 10%;
  height: auto;
}

.empty-state h4 {
  margin-bottom: 2em;
  font: 400 1.5em var(--font-03) !important;
}

.empty-state.ii img {
  margin: 4em auto 1em auto;
}
/*#endregion empty-states*/

/*#region member-claims*/
.member.hero {
  color: white;
  display: inline-flex;
  font: 500 1em var(--font-03);
  margin: 0 auto;
  padding: 5px 0 2px 0;
  position: relative;
  top: 2px;
  min-height: 115px;
  height: auto;
  width: 100%;
  z-index: 15;
}

.member.hero label {
  font: 400 1em var(--font-03);
}

.btn-collection {
  display: block;
  margin: 0 auto 0.8em auto;
  border: 1px solid transparent;
}

.btn-collection button {
  background-color: #d3d3d362;
  border: none;
  border-radius: 50px;
  color: #282828;
  cursor: pointer;
  font: 400 0.75em var(--font-02);
  padding: 5px 13px 6px 13px;
  vertical-align: middle;
  transition: 0.4s;
  outline: none;
}

.btn-collection button.active,
.btn-collection button:hover {
  background-color: #1e90ff;
  color: white;
}

.claims-table.dataTable > thead > tr > th[class*="sort"]:before,
.claims-table.dataTable > thead > tr > th[class*="sort"]:after {
  content: "" !important;
}

.claims-table {
  table-layout: unset !important;
  background-color: transparent;
  margin: 10px auto;
  margin-bottom: 2em !important;
  position: relative;
  width: 100%;
  max-width: 2500px;
  z-index: 4;
}

.claims-table thead tr th {
  background-color: #606060;
  border: 1px solid #606060;
  color: white;
  cursor: pointer;
  font: 300 0.7em var(--font-02);
  text-align: left;
  padding: 7px 0;
}

.claims-table tbody tr td {
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: left;
  font: 300 0.8em var(--font-02);
  padding: 8px;
  vertical-align: middle;
}

.claims-table tbody {
  border: none !important;
}

.claims-table tbody tr:nth-child(odd) {
  background-color: rgba(204, 204, 204, 0.2);
}

.claims-table tr:hover {
  background-color: var(--blue-10) !important;
}

#claims-table_filter {
  display: none;
}

.claims-filter {
  width: 98.5%;
  border-radius: 3px;
  margin: 2px auto;
  display: block;
  border: 1px solid #cccccc;
  padding: 4px 10px;
  outline: none;
  font-size: 12px;
}

.claims-filter:active,
.claims-filter:focus,
.claims-filter:hover {
  background-color: #cccccc20;
  border: 1px solid #ccccccb1;
  cursor: pointer;
}

#claims-footer {
  display: table-header-group;
}

#claims-footer tr th {
  padding: 0 1px 1px 1px;
}

#provider-bhf,
#prescriber-name,
#prescriber-discipline,
#rx-number,
#rxc-number,
#nappi,
#generic-name {
  display: none;
}

#provider-number-data,
#prescriber-name-data,
#prescriber-discipline-data,
#rx-number-data,
#rxc-number-data,
#product-nappi-data,
#product-generic-data {
  display: none;
}

.i-refresh {
  text-align: center;
}

.i-refresh::after {
  content: "\e863";
  font-family: "Material Symbols Rounded";
  font-size: 1em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  line-height: 1.4;
  display: inline-block;
  transition: transform 0.9s;
  transform-origin: center;
  text-indent: 0;
}

.table-filter:hover .i-refresh::after {
  opacity: 0.5;
  transform: rotate(425deg);
}

.table-filter:active .i-refresh::after {
  opacity: 1;
}

#filter-claims-reset:hover .i-refresh::after {
  opacity: 0.5;
  transform: rotate(425deg);
}

.i-switch::after {
  content: "\e41a";
  font-family: "Material Symbols Rounded";
  font-size: 1.1em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  line-height: 1.4;
  position: relative;
  margin: auto;
  float: right;
  top: -2px;
  right: 0;
}

.i-switch.x::after {
  content: "\e41a";
  font-family: "Material Symbols Rounded";
  font-size: 1.1em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  line-height: 1.4;
  position: relative;
  margin: auto;
  float: right;
  top: -0.75em;
  right: 0;
}

.count-i::after {
  content: "\f784";
  font-family: "Material Symbols Rounded";
  font-size: 1.1em;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 24;
  line-height: 1.4;
  position: relative;
  margin: auto;
  float: right;
  top: 0;
  right: 0;
}

.count-i.x::after {
  content: "\f784";
  font-family: "Material Symbols Rounded";
  font-size: 1.1em;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 24;
  line-height: 1.4;
  position: relative;
  margin: auto;
  float: right;
  top: -0.6em;
  right: 0;
}

.count-ii::after {
  content: "\f783";
  font-family: "Material Symbols Rounded";
  font-size: 1.1em;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 24;
  line-height: 1.4;
  position: relative;
  margin: auto;
  float: right;
  top: 0;
  right: 0;
}
.count-iii::after {
  content: "\f782";
  font-family: "Material Symbols Rounded";
  font-size: 1.1em;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 24;
  line-height: 1.4;
  position: relative;
  margin: auto;
  float: right;
  top: 0;
  right: 0;
}

th.provider-filter input,
th.provider-filter input:active,
th.provider-filter input:focus,
th.provider-filter input:hover {
  background: none;
  border: none;
}

.dataTables_filter {
  display: none;
}

/*#endregion member-claims*/
/*#region member-detail*/
#member-detail-menu .modal-content {
  top: 0.1em;
  width: 1080px;
}

#member-detail-menu .modal-body {
  padding: 5px;
}

#member-detail-menu .modal-body .col-md-12 {
  padding: 0;
}

#member-detail-menu .modal-body .form-group {
  background-color: #cccccc25;
  border-radius: 3px;
  margin: 0 0 3px 0;
  padding: 5px 10px 15px 10px;
}

#member-detail-menu .modal-body hr {
  margin: 0.25em auto !important;
  width: 100% !important;
}

#member-detail-menu .modal-body .form-group .heading {
  font: 400 1em var(--font-02);
  position: relative;
  text-align: left;
  left: 5px;
  padding: 2.5px 0 0 0;
}

#member-detail-menu .form-group label {
  font: 300 0.85em var(--font-02);
  color: #282828;
  margin-top: 5px;
  text-align: right;
  width: 200px;
}

#member-detail-menu .form-group label.table {
  font: 400 1em var(--font-02);
  color: #282828;
  margin: 20px 0 0 10px;
  text-align: left;
}

#member-detail-menu .form-group .address.row label {
  font: 300 0.75em var(--font-02);
  color: #282828;
  margin-top: 10px;
  text-align: center;
  width: 115px;
}
#member-detail-menu .form-group .address.row .col-md-8 {
  font: 400 0.85em var(--font-02);
  color: #282828;
  margin-top: 10px;
  text-align: left;
}

#member-detail-menu .form-group .col-md-8 {
  font: 400 0.85em var(--font-02);
  color: #282828;
  margin: 0;
  margin-top: 5px;
  text-align: left;
}

#member-detail-menu .container {
  border: 1px solid transparent;
}

.form-group .row .col-md-4 {
  display: inline-flex;
  padding: 0;
}

.i-pin::after {
  content: "\e0c8";
  font-family: "Material Symbols Rounded";
  font-size: 1.1em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  line-height: 1.4;
  position: relative;
  margin: auto;
  top: 0;
  right: 0;
}

#alt-insurance {
  display: none;
}

.alt-insurance-table {
  background-color: transparent;
  margin: 0 auto;
  position: relative;
  width: 97%;
  max-width: 2500px;
  z-index: 4;
}

.alt-insurance-table thead tr th {
  background-color: #808080;
  border: 1px solid #808080;
  color: white;
  cursor: pointer;
  font: 400 0.9em var(--font-03);
  text-align: left;
  text-indent: 5px;
  padding: 5px 0;
}

.alt-insurance-table 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;
}

.alt-insurance-table tbody {
  border: none !important;
}

.alt-insurance-table tbody tr:nth-child(odd) {
  background-color: rgba(204, 204, 204, 0.2);
}

/* .favorite::after{
  content: "preferred";
  background-color: var(--pastel-blue-03);
  background-color: dodgerblue;
  border: 1px solid var(--pastel-blue-02);
  border: 1px solid dodgerblue;
  border-radius: 3px;
  color: var(--pastel-blue-01);
  color: white;
  font: 300 0.55em var(--font-02);
  padding: 0px 3px 2px 3px;
  position: relative;
  top: -8px;
  left: 3px;
} */
.favorite::after {
  color: dodgerblue;
  content: "\e838";
  font-family: "Material Symbols Rounded";
  font-size: 0.9em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  line-height: 1.4;
  position: relative;
  margin: auto;
  top: -5px;
  right: 0;
}

/*#endregion member-detail*/

/*#region tool-tip*/
.tool-tip {
  text-decoration: none;
  position: relative;
}

.tool-tip span {
  display: none;
  background: #383838;
  border: 1px solid white !important;
  border-radius: 0px;
  color: #ffffff;
  font: 400 1em var(--font-02);
  padding: 4px !important;
  width: auto;
}

.tool-tip:hover span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: auto;
  margin-top: 45px;
  margin-left: 0px;
  overflow: hidden;
  padding: 8px;
  pointer-events: none !important;
}

.tool-tip.iv span {
  margin-top: 3.25em;
  margin-left: 12em;
  min-width: 200px;
  width: auto;
  text-align: justify;
}

.table-tooltip {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1005;
  background-color: #282828 !important;
  border: 1px solid transparent !important;
}

.table-tooltip thead th {
  background-color: #383838 !important;
  border: 1px solid transparent !important;
  color: white !important;
  cursor: pointer;
  font: 500 0.85em var(--font-02) !important;
  text-align: left;
  text-indent: 0px;
  padding: 8px 10px !important;
}

.table-tooltip tbody td {
  border: 1px solid transparent;
  color: white !important;
  cursor: pointer;
  font: 400 0.95em var(--font-02) !important;
  padding: 8px;
  text-align: left;
  text-indent: 0px;
  vertical-align: middle;
}

.tool-tip tbody tr:nth-child(even) {
  background-color: #383838!important;
}

.right-50 {
  margin-right: 50%;
}
.tt-center {
  margin-left: -50% !important;
}
/*#endregion tool-tip*/
/*#region claim-listing*/
#claim-listing-menu .modal-content {
  top: 0.1em;
  width: 1080px;
}

.modal-body .member_detail {
  background-color: #cccccc25;
  border-radius: 3px;
  margin: 0 0 3px 0;
  padding: 5px 10px 5px 20px !important;
}

.member_detail label {
  font: 400 0.85em var(--font-02);
  color: #282828;
  margin-top: 5px;
  text-align: left;
  min-width: 75px;
  width: auto;
  opacity: 0.8;
  position: relative;
  left: 10px;
}

.member_detail .col-md-4 {
  display: inline-flex;
}

.member_detail .col-md-8 {
  color: #282828;
  font: 400 0.85em var(--font-02);
  margin: 0;
  margin-top: 5px;
  text-align: left;
}

.member_detail .col-md-10 {
  color: #282828;
  font: 400 0.85em var(--font-02);
  margin: 0;
  margin-top: 5px;
  text-align: left;
}

.member_detail .col-md-10 span span {
  font: 400 0.8em var(--font-02);
}

.tag {
  background-color: #cccccc25;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: darkgray;
  padding: 5px 10px;
}

.tag.Paid {
  background-color: #edf7ed;
  border: 1px solid #1e461eaa;
  color: #1e4620;
}

.tag.Rejected {
  background-color: var(--pastel-red-05);
  border: 0.01em solid var(--pastel-red-02);
  color: var(--pastel-red-01);
}

.tag.Reversed {
  background-color: #e5f6fd8f;
  border: 0.01em solid #01436142;
  color: #014361bc;
}

/*#endregion claim-listing*/

/*#region member-family*/
#member-family-menu .modal-content {
  top: 0.5em;
  width: 60em;
  overflow: visible;
}
/*#endregion member-family*/

/*#region authorisations*/

.tbl_b table.table_control {
  border-collapse: collapse;
  border-radius: 7px;
  overflow: hidden;
}

.tbl_b {
  border: 1px solid #adadad32;
  border-radius: 7px;
  width: 100%;
  position: relative;
  top: 1em;
  margin: 5px;
  padding: 0 10px !important;
}

.table_control {
  table-layout: unset !important;
  background-color: transparent;
  margin: 10px auto;
  position: relative;
  width: 99% !important;
  max-width: 2500px;
  z-index: 4;
}

.table_control thead tr th {
  background-color: #606060;
  border: 1px solid #606060;
  color: white;
  cursor: pointer;
  font: 500 0.8em var(--font-02);
  text-align: left;
  text-indent: 5px;
  padding: 7px 0;
  vertical-align: middle;
}

.table_control tbody tr td {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  cursor: pointer;
  text-align: left;
  font: 350 0.8em var(--font-02);
  padding: 8px;
  text-indent: 1px;
  vertical-align: middle;
}

.table_control tbody {
  border: none !important;
}

.table_control tbody tr:nth-child(odd) {
  background-color: rgba(204, 204, 204, 0.2);
}

/* .table_control tr:hover {
  background-color: var(--blue-10) !important;
} */

#table_control_filter {
  display: none;
}

.table_control.fin {
  position: relative;
  width: 100% !important;
}

.table_control.b_flgs {
  position: relative;
  width: 100% !important;
}

.table_control.fin tbody tr td:first-child {
  text-indent: 10px;
}

.table_control b {
  font: 400 1em var(--font-02);
}

.auth_filter,
.sms_filter {
  width: 98.5%;
  border-radius: 3px;
  margin: 2px auto;
  display: block;
  border: 1px solid #cccccc;
  padding: 4px 10px;
  outline: none;
  font-size: 12px;
}

.auth_filter:active,
.auth_filter:focus,
.auth_filter:hover,
.sms_filter:active,
.sms_filter:focus,
.sms_filter:hover {
  background-color: #cccccc20;
  border: 1px solid #ccccccb1;
  cursor: pointer;
}

#auth_footer,
#sms_footer {
  display: table-header-group;
}

#auth_footer tr th,
#sms_footer tr th {
  padding: 0 1px 1px 1px;
  border: none;
}

th.footer_filter input,
th.footer_filter input:active,
th.footer_filter input:focus,
th.footer_filter input:hover {
  background: none;
  border: none;
}

.modal.authorisation .modal-content {
  top: 0.1em;
  width: 67.5em;
}

.modal.authorisation .modal-body {
  padding: 5px;
}

.modal.authorisation .modal-body .col-md-12 {
  padding: 0;
}

.modal.authorisation .modal-body .form-group {
  background-color: #cccccc25;
  border-radius: 3px;
  margin: 0 0 3px 0;
  padding: 5px 10px 15px 10px;
}

.modal.authorisation .modal-body hr {
  margin: 0.25em auto !important;
  width: 100% !important;
}

.modal.authorisation .modal-body .form-group .heading {
  font: 400 1em var(--font-02);
  position: relative;
  text-align: left;
  left: 5px;
  padding: 2.5px 0 0 0;
}

.modal.authorisation .form-group label {
  font: 300 0.85em var(--font-02);
  color: #282828;
  margin-top: 5px;
  text-align: right;
  width: 100px;
}

.modal .form-group label.table {
  font: 400 1em var(--font-02);
  color: #282828;
  margin: 20px 0 0 10px;
  text-align: left;
}

.modal .form-group .address.row label {
  font: 300 0.75em var(--font-02);
  color: #282828;
  margin-top: 10px;
  text-align: center;
  width: 115px;
}

.modal .form-group .row .col-md-6 {
  display: inline-flex;
  padding: 0;
}

.modal .form-group .address.row .col-md-8 {
  font: 400 0.85em var(--font-02);
  color: #282828;
  margin-top: 10px;
  text-align: left;
}

.modal .form-group .col-md-8 {
  color: #282828;
  font: 400 0.85em var(--font-02);
  margin: 0;
  margin-top: 5px;
  text-align: left;
}

.modal .container {
  border: 1px solid transparent;
}

.modal .form-group .row .col-md-3 {
  display: inline-flex;
  padding: 0;
  left: 1.5em;
}

.modal .form-group .row .col-md-9 {
  display: inline-flex;
  padding: 0;
}

#chroniline_auth_detail .form-group label,
#rxc_auth_detail .form-group label {
  color: #282828;
  font: 300 0.85em var(--font-02);
  margin-top: 5px;
  text-align: right;
  width: 115px;
}
/*#endregion authorisations*/

.benefit_flags {
  display: inline-flex;
  width: 78%;
}

#benefit_flag_detail .modal-content {
  top: 0.5em;
  width: 30em;
}

#benefit_flag_detail .modal-body .modal-table {
  margin: 5px 0;
}

section {
  width: 100%;
}

section .search {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  position: relative;
  transform: translateX(-50%);
  height: auto;
  min-height: 92vh;
  left: 50%;
  overflow: hidden;
  top: 0.2em;
  width: 100%;
  z-index: 10;
}

section .search h2 {
  color: #383838 !important;
  display: inline;
  font: 400 1.5em var(--font-02);
  margin-left: 1.25em;
  position: relative;
  text-align: left;
}

section hr {
  width: 98% !important;
}

.web-link{
  display: inline;
  float: right;
  position: relative;
  top: 0.1em;
  right: 1.25em;
}
