:root {
  --login-font: "Poiret One", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;

  --font-01: "Open Sans", sans-serif;
  --font-02: "Comfortaa", sans-serif;
  --font-03: "Segoe UI", sans-serif;
  --font-04: "Roboto", sans-serif;
  --font-05: "Montserrat", sans-serif;
  --font-06: "Helvetica Neue", sans-serif;
  --font-07: "Quicksand", sans-serif;

  --purple01: #290439;
  --purple02: #4b0082;
  --purple03: #802fde;
  --purple04: #e8e2f7;
  --purple04: #b39ecc;

  --gray-01: #383838;
  --gray-02: #4d4d4d;
  --gray-03: #666666;
  --gray-04: #808080;
  --gray-05: #999999;
  --gray-06: #b3b3b3;
  --gray-07: #cccccc;
  --gray-08: #efefef;
  --gray-09: #f2f2f2;
  --gray-10: #f2f2f272;

  --gray-10: #cccccc10;
  --gray-15: #cccccc15;
  --gray-20: #cccccc20;
  --gray-25: #cccccc25;
  --gray-30: #cccccc30;
  --gray-40: #cccccc40;
  --gray-50: #cccccc50;
  --gray-60: #cccccc60;
  --gray-70: #cccccc70;
  --gray-80: #cccccc80;
  --gray-90: #cccccc90;
  --gray-100: #ccccca1d;

  --white-10: #ffffff1a;
  --white-20: #ffffff33;
  --white-30: #ffffff4d;
  --white-40: #ffffff66;
  --white-50: #ffffff80;
  --white-60: #ffffff99;
  --white-70: #ffffffb3;
  --white-80: #ffffffcc;
  --white-90: #ffffffe6;
  --white-100: #ffffff;

  --light-gray-01: #f2f2f2;
  --light-gray-02: #f5f5f5;
  --light-gray-03: #f8f8f8;
  --light-gray-04: #fafafa;
  --light-gray-05: #fcfcfc;
  --light-gray-06: #fefefe;

  --black-00: #000000;
  --black-01: #191919;
  --black-02: #333333;
  --black-03: #4c4c4c;
  --black-04: #666666;
  --black-05: #7f7f7f;
  --black-06: #999999;
  --black-07: #b2b2b2;
  --black-08: #cccccc;
  --black-09: #e5e5e5;
  --black-10: #f2f2f2;
  --black-11: #f5f5f5;
  --black-12: #fafafa;

  --blue-00: #6495ed;
  --blue-00: #5566ff;
  --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-00: #f8f9fa;
  --gray-01: #282828;
  --gray-02: #484848;
  --gray-03: #606060;
  --gray-04: #808080;
  --gray-05: #999999;
  --gray-06: #b3b3b3;
  --gray-07: #cccccc;
  --gray-08: #e0e0e0;
  --gray-09: #f6f7f9;
  --gray-10: #f8f9fa;

  --red-00: #f92141;
  --red-10: #fa3754;
  --red-20: #fa4d67;
  --red-30: #fb637a;
  --red-40: #fb7a8d;
  --red-50: #fc90a0;
  --red-60: #fda6b3;
  --red-70: #fdbcc6;
  --red-80: #fed3d9;
  --red-90: #fee8ec;

  --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-green-01: #77dd77;
  --pastel-green-02: #b3ffb3;
  --pastel-green-03: #e8ffe8;
  --pastel-green-04: #e8ffe8cd;
  --pastel-green-05: #fafffa;

  --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 {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
} */

.login-container {
  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: 30%;
  position: absolute;
  bottom: 4em;
  left: 7em;
  transform: rotate(-5deg);
}

form#user-login {
  padding: 0 2em;
  position: relative;
  top: 5px;
  margin-left: 2em;
}

form#user-login > .header,
form#user-register > .header {
  font: 300 1.85em var(--font-03);
  -webkit-font-smoothing: antialiased;
  color: #696969 !important;
  margin: 5em 0 1.5em 0;
  text-align: justify;
}

form#user-register {
  /* display: none; */
  padding: 0 2em;
  position: relative;
  /* top: 5px; */
  top: 500px;
  margin-left: 2em;
}

/*region: buttons*/

button.btn.create {
  background-color: var(--gray-50);
  border: 1px solid transparent;
  border-radius: 25px;
  color: #989898;
  font: 300 0.6em var(--font-03);
  padding: 0.15em 0.7em 0.12em 0.4em;
  position: relative;
  outline: none;
  transition: 0.3s;
  z-index: 40;
  top: -2px;
}

.btn.create::before {
  content: "\e147";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
  margin-right: 3px;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
}

button.btn.create:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--gray-05);
  opacity: 0.8;
}

button.btn-submit {
  background-color: var(--blue-00);
  border: 1px solid transparent;
  border-radius: 3px;
  color: #ffffff;
  font: 100 0.85em var(--font-03);
  padding: 6px 4px 8px 4px;
  outline: none;
  transition: 0.3s;
  width: 25%;
  z-index: 40;
}

button.btn-submit:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--gray-05);
  opacity: 0.8;
}

button.btn-submit.m {
  height: 35px;
}
button.btn-submit.l {
  height: 42px;
}

button.btn-submit.xl {
  height: 42px;
  width: 100%;
  margin: 0;
}

button.btn-upload {
  background-color: var(--blue-00);
  border: 1px solid transparent;
  border-radius: 3px;
  color: #ffffff;
  font: 300 0.85em var(--font-03);
  height: 42px;
  padding: 8px 4px 8px 4px;
  outline: none;
  transition: 0.3s;
  width: 20%;
  z-index: 40;
  margin-top: 3em;
  margin-left: 2em;
}

.btn-upload::after {
  content: "\f09b";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
  left: 5px;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
}

button.btn-upload:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--gray-05);
  opacity: 0.8;
}

.modal-footer button.upload {
  width: 15% !important;
  margin-top: 0.25em !important;
}

.modal-footer button.cancel {
  width: 15% !important;
  margin-top: 0.25em !important;
}

/* button.btn.document,
button.btn.download {
  background-color: var(--blue-00);
  border: 1px solid transparent;
  border-radius: 3px;
  color: #ffffff;
  font: 400 0.85em var(--font-03);
  height: 42px;
  outline: none;
  padding: 8px 4px 8px 4px;
  transition: 0.3s;
  margin-top: 2em;
  width: 8%;
  z-index: 40;
  margin: 5px auto;
  display: block;
} */

button.btn.document,
button.btn.download, 
button.btn.view,
button.btn.upload {
  background-color: var(--blue-00);
  border: 1px solid transparent;
  border-radius: 3px;
  color: #ffffff;
  font: 400 0.85em var(--font-03);
  height: 42px;
  outline: none;
  padding: 8px 4px 8px 4px;
  transition: 0.3s;
  margin-top: 5px;
  width: 10%;
  z-index: 40;
}

.btn.document::before {
  content: "\efa2";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
  right: 5px;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
}

.btn.download::before {
  content: "\f090";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
  right: 5px;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
}

.btn.upload::before {
  content: "\f09b";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
  right: 5px;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
}

button.btn.document:hover,
button.btn.download:hover,
button.btn.view:hover,
button.btn.upload:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--gray-05);
  opacity: 0.8;
}

button.btn.cancel {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  color: var(--gray-05);
  font: 400 0.85em var(--font-03);
  height: 42px;
  padding: 8px 4px 8px 4px;
  outline: none;
  transition: 0.3s;
  width: 20%;
  z-index: 40;
}

button.btn.cancel:hover {
  background-color: var(--gray-90);
  color: var(--gray-05);
  opacity: 0.8;
}

button.btn-search {
  background-color: var(--blue-00);
  border: 1px solid transparent;
  border-radius: 3px;
  color: #ffffff;
  font: 300 0.85em var(--font-03);
  height: 36px;
  padding: 4px 4px 4px 4px;
  outline: none;
  transition: 0.3s;
  width: 20%;
  z-index: 40;
  margin-top: 2.8em;
  margin-left: 2.8em;
}

.btn-search::before {
  content: "\e8b6";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
  right: 4px;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
}

button.btn-search:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--gray-05);
  opacity: 0.8;
}

button.btn.search {
  background-color: var(--blue-00);
  border: 1px solid transparent;
  border-radius: 3px;
  color: #ffffff;
  font: 400 0.85em var(--font-03);
  height: 42px;
  outline: none;
  padding: 8px 14px 8px 12px;
  transition: 0.3s;
  margin-top: 2em;
  margin-right: 5px;
  z-index: 40;
  float: right;
}

.btn.search::before {
  content: "\e8b6";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  font-size: 1.4em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  top: -1px;
  right: 4px;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
}

button.btn.search:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--gray-05);
  opacity: 0.8;
}

button.btn-search.right {
  float: right;
  position: relative;
  right: 15px;
}

:focus {
  outline: none !important;
}

button.btn-link {
  background-color: transparent;
  border: 1px solid transparent;
  font: 100 0.65em var(--font-03);
  color: var(--gray-06);
  padding: 6px 4px 8px 4px;
  height: 42px;
  z-index: 40;
  outline: none;
  text-decoration: none;
}

.btn-link:hover {
  color: var(--gray-03);
  opacity: 0.8;
}

button.btn-register {
  background-color: transparent;
  border: 1px solid transparent;
  font: 400 1em var(--font-03);
  color: var(--blue-00);
  padding: 6px 4px 8px 4px;
  height: 42px;
  z-index: 40;
  outline: none;
  text-decoration: none;
}

button.btn-register:hover {
  opacity: 0.5;
}

button.btn-cancel {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  color: var(--gray-05);
  font: 100 0.85em var(--font-03);
  height: 42px;
  padding: 6px 4px 8px 4px;
  outline: none;
  transition: 0.3s;
  width: 25%;
  z-index: 40;
}

button.btn-cancel:hover {
  background-color: var(--gray-90);
  color: var(--gray-05);
  opacity: 0.8;
}

button.btn-cancel.m {
  height: 35px;
}

button.btn-advanced {
  background-color: transparent;
  border: 1px solid transparent;
  font: 400 0.85em var(--font-03);
  color: var(--blue-00);
  padding: 6px 4px 8px 4px;
  height: 42px;
  z-index: 40;
  outline: none;
  text-decoration: none;
}

button.btn-advanced:hover {
  opacity: 0.5;
}

button.modal-close::after {
  color: #cccccc;
  content: "\e5cd";
  font-family: "Material Symbols Rounded";
  font-size: 0.8em;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 200, "opsz" 48;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

button.modal-close.ii::after {
  color: #999999;
}
button.modal-close.ii:hover::after {
  color: #cccccc;
}

.modal button.close {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  float: right;
  padding: 0;
  position: relative;
  top: -7px;
  right: -2px;
  z-index: 1500;
}

button.close .fa-duotone {
  --fa-primary-color: var(--black-05);
  --fa-secondary-color: var(--gray-60);
  font-size: 1.25em;
}

button.close:hover .fa-duotone {
  --fa-secondary-color: var(--black-08);
}

button.modal-close {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  float: right;
  padding: 0;
  position: relative;
  top: -7px;
  right: -2px;
  z-index: 1500;
}
#otp-validation {
  position: relative;
  display: inline;
  float: right;
  top: -2.6em;
  right: 2em;
  border-radius: 50px;
  opacity: 0;
  padding: 3px 15px 7px 12px;
  transition: ease-in-out 0.33s;
}

#otp-counter {
  background-color: transparent;
  border-radius: 25px;
  color: var(--gray-05);
  font: 100 0.65em var(--font-03);
  height: 25px;
  padding: 5px 8px;
  position: relative;
  top: 0em;
  right: -1em;
  float: right;
  transition: ease-in-out 0.1s;
}

.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;
}

.btn.b-fpsw {
  border: 1px solid var(--pastel-red-01);
  border-radius: 5px;
  color: var(--pastel-red-01);
  font: 500 0.65em var(--font-03);
  padding: 6px 12px;
  position: relative;
  float: right;
  top: 0;
  right: 0em;
  z-index: 50;
}

.btn.b-fpsw:hover {
  opacity: 0.5;
}

.re-otp {
  position: relative;
  float: right;
  top: 0em;
  right: 6.5em;
}

.otp-grp {
  opacity: 0;
  position: relative;
  top: -1.8em !important;
  transition: ease-in-out 0.1s;
}

.otp-resend {
  border: 1px solid var(--gray-07) !important;
  border-radius: 16px;
  font: 100 0.55em var(--font-03) !important;
  position: relative;
  float: right;
  right: 11em;
  top: -3.5em;
  padding: 6px 8px !important;
}

.otp-resend:hover {
  background-color: var(--gray-08);
  border: 1px solid var(--gray-08);
  color: var(--gray-05);
}

.otp-resend:disabled {
  background-color: var(--gray-08);
  border: 1px solid var(--gray-08);
  color: var(--gray-05);
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-family {
  background-color: rgba(255, 255, 255, 0.139);
  border: 1px solid white;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
  font: 400 0.75em var(--font-03);
  margin: 0;
  padding: 1px 7px 2px 7px;
  position: relative;
  left: 0.5em;
  top: -1px;
  transition: 0.1s ease-in-out;
}

.btn-family:hover {
  opacity: 0.8;
}
/*endregion: buttons*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.i-v1 .material-symbols-rounded {
  color: #cccccc9c;
  cursor: pointer;
  font-size: 0.85em;
  position: relative;
  float: right;
  top: -3.8em;
  right: 7em;
}

.i-v1:hover .material-symbols-rounded {
  color: #cccccc;
}

.i-v2 .material-symbols-rounded {
  color: #cccccc9c;
  cursor: pointer;
  font-size: 0.85em;
  position: absolute;
  top: 18.4em;
  right: 8.5em;
}

.i-v2:hover .material-symbols-rounded {
  color: #cccccc;
}

form#user-login .form-group {
  margin: 10px 0;
}

.form-group > label {
  background-color: transparent;
  bottom: 34px;
  color: var(--gray-05);
  font: 300 1.1em var(--font-03);
  left: 15px;
  position: relative;
  padding: 0px 5px 0px 5px;
  transition: 0.2s;
  pointer-events: none;
}

.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  color: #000000;
  display: block;
  font: 100 0.85em var(--font-03);
  width: 90%;
  max-height: 100px;
  height: 40px;
  margin-top: 10px;
  margin-left: 0px;
  outline: none;
  padding: 6px 6px;
}

.form-control:focus {
  border-bottom: 1px solid #cccccc;
  box-shadow: none;
  transition: 0.3s;
}

.form-control:focus ~ label {
  bottom: 60px;
  color: var(--gray-05);
  font: 300 0.8em var(--font-03);
  left: 10px;
}

.form-control:valid ~ label {
  bottom: 60px;
  color: var(--gray-05);
  font: 300 0.8em var(--font-03);
  left: 10px;
}

.modal-control-input {
  border: 1px solid red;
  height: 50px;
}

.overlay.white {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;
  background-color: rgb(255 255 255 / 0.8);
  overflow-x: visible;
  backdrop-filter: blur(2px);
}

.modal-control-label {
  font: 400 0.8em var(--font-03);
  color: #282828;
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 0px 0 2px 15px;
  width: 100%;
}

.modal-control-label.m {
  margin-left: 2.2em;
}

.modal-form-control {
  font: 100 0.95em var(--font-03);
  color: #000000;
  display: inline-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;
  position: relative;
  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.failed {
  background-color: var(--pastel-red-05);
  border: 0.01em solid var(--pastel-red-02);
  color: var(--pastel-red-01);
}

.modal-form-control.error ~ .i-psw-vis-0::after {
  color: var(--pastel-red-02);
}

.modal-form-control.error::placeholder {
  color: var(--pastel-red-01);
}

.modal-form-control:disabled {
  background-color: #f6f7f9a3;
  background-color: var(--gray-25);
  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: var(--gray-25);
  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%;
}

/**/

.button-group {
  position: relative;
  margin-top: 5em;
}

.button-group span {
  color: var(--gray-05);
  font: 100 0.85em var(--font-03);
  margin: 0 0.5em;
}

#user-register .select-control-input {
  position: relative;
  top: 5px;
  left: 15px;
  max-width: 150px;
}

#user-register .select-control-input .selectize-input {
  font: 100 0.45em var(--font-03) !important;
}

/*#region selectize-menus*/

.selectize-input > input::placeholder {
  color: #cccccc;
  font: 100 0.9em var(--font-03) !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: 100 1em var(--font-03);
  color: #000000;
  display: block;
  width: 100%;
  max-height: 100px;
  height: 35px;
  padding: 6px 12px;
  line-height: 1.428571429;
  outline: none;
  transition: 0.33s ease-in-out;
  width: 100%;
}

.selectize-control.error .selectize-input {
  background-color: var(--pastel-red-04) !important;
  border: 0.01em solid var(--pastel-red-02) !important;
}

.selectize-control.single .selectize-input [data-value] {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, var(--blue-00), var(--blue-00));
  border: 1px solid transparent;
  border-radius: 2px;
  color: #000000;
  color: #ffffff;
  font: 100 0.85em var(--font-03) !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;
}

.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: 1000;
  font: 300 0.85em var(--font-03);
}

form#user-register .selectize-dropdown-content,
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  max-height: 200px;
  z-index: 1000;
  font: 300 0.5em var(--font-03);
}

section#search .selectize-dropdown-content,
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  max-height: 200px;
  z-index: 1000;
  font: 300 0.85em var(--font-03);
}

.selectize-control.auth_select {
  margin-right: 1em;
  position: static;
  width: 22% !important;
}

.selectize-control.auth_select .selectize-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.selectize-control.auth_select .selectize-input {
  z-index: 0;
}

.selectize-control.auth_select.single .selectize-input [data-value] {
  background-image: linear-gradient(to bottom, var(--blue-00), var(--blue-00));
  border: 1px solid transparent;
  border-radius: 2px;
  color: #000000;
  color: #ffffff;
  font: 100 0.85em var(--font-03) !important;
  padding: 3px 6px 4px 6px !important;
  text-align: center;
  top: -3px;
  width: auto;
}

.selectize-dropdown.auth_select {
  z-index: inherit;
}

#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 error-handle*/
#validation-error {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  color: rgb(217, 48, 78);
  display: block;
  margin: 0 auto;
  padding: 8px 12px 10px 12px;
  position: relative;
  text-align: center;
  top: -1.25em;
  opacity: 0;
  height: 30px;
  transition: ease-in-out 0.5s;
}

#validation-error span {
  font-size: 0.65em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  padding: 0;
  vertical-align: middle;
  display: inline;
}

#validation-error div {
  display: inline;
  font: 100 0.7em "Open Sans", sans-serif;
  vertical-align: middle;
}

.alert-info {
  background-color: #ebf5ffd5;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #1e439f;
  display: none;
  margin: 0 0 10px 0;
  padding: 8px 12px 10px 12px;
  position: relative;
  top: -3em;
  vertical-align: middle;
}

.alert-info span {
  font-size: 1em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  padding: 0;
  vertical-align: middle;
  display: inline;
}

.alert-info div {
  display: inline;
  font: 100 0.8em "Open Sans", sans-serif;
  vertical-align: middle;
}

.modal-validation {
  border: 1px solid transparent;
  border-radius: 3px;
  display: block;
  margin: 0;
  position: relative;
  top: -0.1em;
  left: 1em;
  width: 90%;
  margin: 0 auto;
}

.modal-validation div {
  display: inline-block;
  font: 400 0.7em var(--font-03);
  vertical-align: middle;
  position: relative;
  left: 3px;
}

.modal-validation.error {
  /* background-color: var(--pastel-red-03);
  border: 1px solid var(--pastel-red-02); */
  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.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::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;
}

.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: 12.8em;
  right: 5em;
}

.i-validation.error.i::after {
  float: right;
  top: -2.4em;
  right: 4em;
}

.i-validation.error.ii::after {
  top: -2.4em;
  right: 6em;
}

.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.failed {
  background-color: var(--pastel-red-03);
  border: 1px solid var(--pastel-red-02);
  color: var(--pastel-red-01);
  padding: 5px 10px;
  top: 0;
}

.validation.failed::before {
  color: var(--pastel-red-01);
  content: "\f230";
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 0.75em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin-right: 0.5em;
}

.validation.error {
  background-color: var(--pastel-red-03);
  border: 1px solid var(--pastel-red-02);
  color: var(--pastel-red-01);
}

.validation.error::before {
  color: var(--pastel-red-01);
  content: "\f230";
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 0.75em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin-right: 0.5em;
}

.validation.error.x {
  border-radius: 2px;
  display: none;
  margin: 0 auto;
  padding: 3px 12px;
  position: relative;
  top: 0em;
  width: 98%;
}

.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;
}

.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);
}

.text-danger {
  color: red;
  font: 300 0.7em var(--font-03);
  margin: 0 0 0 12px;
}

/*#endregion*/

/*#region attributes*/
.m-a {
  position: relative;
  margin: 0.25em auto 0 auto;
  display: block;
}

.h-80px {
  height: 80px;
}

.h-100px {
  height: 100px;
}

.h-120px {
  height: 120px;
}

.p-15px {
  padding: 15px;
}

.pt-1em {
  padding-top: 1em;
}

.pt-2em {
  padding-top: 2em;
  border: 1px solid red;
}

.ml-6px {
  margin-left: 6px;
}
.ml-15px {
  margin-left: 15px;
}

.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;
}
.mt-5px {
  margin-top: 5px;
}
.mt-10px {
  margin-top: 10px;
}
.mt-15px {
  margin-top: 15px;
}
.mt-20px {
  margin-top: 20px !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mt-4em {
  margin-top: 4em;
}

.w-350px {
  width: 350px !important;
}

.w-1 {
  width: 1%;
}
.w-3 {
  width: 3%;
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}

.w-25 {
  width: 25% !important;
}
.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-2em {
  width: 2em;
}
.w-4em {
  width: 4em;
}
.w-4em.c {
  width: 4em;
  margin: 0 auto;
}
.w-5em {
  width: 5em;
}
.w-5em.c {
  width: 5em;
  margin: 0 auto;
}
.w-8em {
  width: 8em;
}
.w-8em.c {
  width: 8em;
  margin: 0 auto;
}
.w-10em {
  width: 10em;
}
.w-10em.c {
  width: 10em;
  margin: 0 auto;
}

.w-15em {
  width: 15em;
}

.w-18em {
  width: 18em;
}

.w-25em {
  width: 25em !important;
}

.w-50em {
  width: 50em;
}

.w-10px {
  width: 10px !important;
}
/*#endregion attributes*/
/*#region loader*/

.modal-fade {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(255 255 255 / 0.85);
  overflow-x: visible;
  backdrop-filter: blur(3px);
}

.modal-loader {
  display: none;
  position: absolute;
  top: 40%;
  left: 0%;
  z-index: 1001;
  width: 100%;
  margin: auto 0;
  text-align: center;
}

.modal-progress-bar {
  display: none;
  position: relative;
  z-index: 5500;
  width: 84%;
  margin: 0 auto;
  bottom: 3em;
  text-align: center;
}

.white-fade {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(255 255 255 / 0.8);
  overflow-x: visible;
  backdrop-filter: blur(2px);
}

.details-loader {
  display: none;
  position: fixed;
  top: 45%;
  left: 0%;
  z-index: 1001;
  width: 100%;
  margin: auto 0;
  text-align: center;
}

#loading-indicator {
  width: 50px;
  height: 50px;
  z-index: 1001;
}

.MuiCircularProgress-root {
  display: inline-block;
}

.MuiCircularProgress-static {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.MuiCircularProgress-indeterminate {
  animation: MuiCircularProgress-keyframes-circular-rotate 1.4s linear infinite;
}

.MuiCircularProgress-determinate {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.MuiCircularProgress-colorPrimary {
  color: #3f51b5;
}

.MuiCircularProgress-colorSecondary {
  color: #f50057;
}

.MuiCircularProgress-svg {
  display: block;
  animation: loading_animation 1.4s infinite;
}

.MuiCircularProgress-circle {
  stroke: currentColor;
}

.MuiCircularProgress-circleStatic {
  transition: stroke-dashoffset 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.MuiCircularProgress-circleIndeterminate {
  animation: MuiCircularProgress-keyframes-circular-dash 1.4s ease-in-out
    infinite;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0;
}

.MuiCircularProgress-circleDeterminate {
  transition: stroke-dashoffset 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

@keyframes MuiCircularProgress-keyframes-circular-rotate {
  0% {
    transform-origin: 50% 50%;
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes MuiCircularProgress-keyframes-circular-dash {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }

  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}

.MuiCircularProgress-circleDisableShrink {
  animation: none;
}

@keyframes loading_animation {
  0% {
    color: #4285f4;
  }

  25% {
    color: #ea4335;
  }

  50% {
    color: #f9bb2d;
  }

  75% {
    color: #34a853;
  }
}
/*#endregion*/

/*#region wrapper*/
#wrapper {
  padding-left: 70px;
  transition: all 0.4s ease 0s;
  height: 100%;
}

#wrapper.active {
  padding-left: 150px;
}

#wrapper.active #sidebar-navigation {
  left: 150px;
}
/*#endregion*/
/*#region sidebar-navigation*/
#sidebar-navigation {
  margin-left: -150px;
  top: 0;
  left: 18px;
  width: 180px;
  background: #21212a;
  position: fixed;
  height: 100%;
  z-index: 500;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  display: block;
  float: left;
  width: 150px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  color: #999999;
  display: block;
  line-height: 45px;
  text-indent: 20px;
  float: left;
  text-decoration: none;
  width: 180px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  list-style: none;
  list-style-type: none;
  /*font-family: "Calibri", "Arial", 'Century Gothic';*/
  font-family: "Century Gothic";
  font-size: 12px;
  outline: none;
  user-select: none;
}

.sidebar-nav li:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  list-style: none !important;
  list-style-type: none !important;
  cursor: pointer;
}

.sidebar-nav-name {
  font-size: 10px;
}

.icon-back {
  position: absolute;
  bottom: 0px;
  border-bottom: none !important;
}

.google-icons {
  font-size: 16px !important;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  float: right;
  position: relative;
  top: 0.95em;
  right: 1em;
}

#i-nav-home span::after {
  color: #999999;
  content: "\e88a";
  font-family: "Material Symbols Rounded";
  font-size: 1.4em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  float: right;
  position: relative;
  top: 0.05em;
  right: 0.7em;
}

#i-nav-search span::after {
  color: #999999;
  content: "\e8b6";
  font-family: "Material Symbols Rounded";
  font-size: 1.4em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  float: right;
  position: relative;
  top: 0.05em;
  right: 0.7em;
}

#i-nav-back span::after {
  color: #999999;
  content: "\eaa7";
  font-family: "Material Symbols Rounded";
  font-size: 1.4em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  float: right;
  position: relative;
  top: 0.05em;
  right: 0.7em;
}
/*#endregion*/
/*#endregion*/
/*#region profile-slider*/
#profile-popover {
  padding-left: 70px;
  transition: all 0.4s ease 0s;
  height: 100%;
}

#profile-popover.active #settings-navigation {
  right: 0px;
}

#profile-popover-02 {
  padding-left: 70px;
  transition: all 0.4s ease 0s;
  height: 100%;
}

#profile-popover-02.active #settings-navigation {
  right: 0px;
}

#settings-navigation {
  top: 0;
  right: -250px;
  width: 250px;
  background: #21212a;
  position: fixed;
  height: 100%;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

.profile-settings-close {
  position: absolute;
  top: 5px;
  right: 2px;
  font-size: 0.6em;
  color: #cccccc;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 1;
  padding: 10px 17px;
  z-index: 1001;
  outline: none !important;
}

.profile-settings-close:hover {
  color: #ffffff;
  cursor: pointer;
}

.section-01 {
  font-family: "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 var(--font-03);
  text-align: center;
  color: #ffffff;
  display: block;
  margin: 5px auto 20px auto;
}

.section-04 {
  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: "Century Gothic";
  text-align: center;
  font-size: 18px;
  color: rgba(153, 153, 153, 0.6) !important;
  display: block;
  margin: auto;
  margin-top: 15px;
}

.ruler-slider {
  position: relative;
  height: 0.1px !important;
  width: 90% !important;
  border-color: rgba(255, 255, 255, 0.1);
  display: block;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 0%;
}

.ruler {
  border-color: rgba(204, 204, 204, 0.25);
  width: 98%;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.centered {
  position: relative;
  transform: translateX(-50%);
  width: 100%;
}

.profile-settings-collection {
  margin-top: 1.5em;
  bottom: 1.5em;
  text-align: center;
}

.circle {
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 50%;
  opacity: 0.3;
  width: 28px;
  height: 28px;
  text-align: center;
  display: block;
  margin: auto;
  padding-top: 8%;
  margin-left: -5px;
}

.circle:hover {
  opacity: 1;
  cursor: pointer;
}

.i-navigation {
  font-size: 1.1em !important;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #999999;
  margin: -5.5px 0 0 0;
  vertical-align: middle;
  text-align: center;
}

.i-key::after {
  content: "\e0da";
  font-family: "Material Symbols Rounded";
  font-size: 1em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #999999;
  margin: 0;
  position: relative;
  top: -0.1em;
}

.i-logout::after {
  content: "\e9ba";
  font-family: "Material Symbols Rounded";
  font-size: 1em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #999999;
  margin: 0;
  position: relative;
  top: -0.1em;
}

.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%;
}
/*#endregion*/

#member-container {
  margin-left: 48px;
}

#member-container .container-x {
  background-color: #ffffff;
  border-radius: 0px;
  height: auto;
  width: 100%;
  position: relative;
}

.hero-banner-light {
  position: relative;
  transform: translateX(-50%);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  width: 100%;
  height: 10vh;
  z-index: 10;
  margin: 0.4em 0 0.1em 0;
  left: 50%;
  overflow: hidden;
}

.hero-banner-light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to left,
    var(--blue-00) 60%,
    var(--blue-00) 100%
  ); /*cobalt*/
  opacity: 0.7;
  opacity: 1;
}

.hero-banner-light img {
  display: block;
  width: 101%;
  height: auto;
}

.banner-text {
  position: absolute;
  float: right;
  font: 100 1.8em var(--login-font);
  color: #ffffff;
  bottom: 10px;
  right: 25px;
  /* display: inline-block; */
  z-index: 12;
}

#hero-banner.banner {
  background: linear-gradient(to left, var(--blue-00) 60%, var(--blue-00) 100%);
  display: block;
  position: relative;
  top: 0;
  min-height: 2em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#hero-banner.banner img {
  width: 10%;
  height: auto;
}

#hero-banner.member {
  background: linear-gradient(to left, var(--blue-00) 60%, var(--blue-00) 100%);
  position: relative;
  top: 0;
  min-height: 105px;
}

#hero-banner.member img {
  position: absolute;
  float: right;
  right: 1em;
  bottom: 0;
  width: 8%;
  height: auto;
}

.section-container {
  background-color: #f6f8f9;
  background-color: #ffffff;
  margin: auto;
  overflow: hidden;
  width: 100%;
  padding: 5px;
}

/*#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;
  position: relative;
  z-index: 600;
  width: 50%;
}

.flex-container-right {
  display: flex;
  float: right;
  z-index: 600;
}

.navigation-username {
  font: 400 1em var(--font-03);
  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 notification-icon*/
.user-notifications {
  position: relative;
  float: right;
  top: 0.4em;
  right: 0.2em;
  margin-left: 0em;
  z-index: 600;
}

.user-notifications:hover {
  cursor: pointer;
}

.notification-circle {
  color: transparent;
  font-size: 2em;
  z-index: 101;
}

.notification-icon {
  font-size: 1em;
  color: #ffffff;
  z-index: 102;
}

.notification-icon-02 {
  font-size: 1em;
  color: rgb(216, 216, 216, 0.75);
  z-index: 102;
}

.notification-icon-02:hover {
  color: rgb(216, 216, 216, 0.99);
}
/*#endregion*/

/*#endregion*/
/*#region navigation-bar-left*/
/*#region icons*/
.cl-logo-white {
  position: relative;
  float: right;
  width: 10%;
  top: 4px;
  right: 1.2em;
  margin: 12px 0;
}

#menu-toggle {
  margin-top: 50px;
}

.icon-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.google-icons {
  font-size: 16px !important;
  float: right;
  position: relative;
  top: 0.95em;
  right: 1em;
}

.font-awesome-icon {
  font-size: 13px;
}

.sub_icon {
  float: right;
  padding-right: 18px;
  padding-top: 13px;
}

.tab-list {
  width: 98%;
  margin: 0 auto;
}

.wb-icon-selector {
  color: #383838 !important;
  font-size: 0.8em !important;
  padding: 5px 0;
}

.selector-pill {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  font: 400 0.8em var(--font-03);
  margin-right: 6px;
  padding: 5px 15px 6px 12px;
  transition: 0.4s;
}

.selector-pill:active,
.selector-pill:focus,
.selector-pill:hover {
  background-color: #f0f0f0;
  cursor: pointer;
  outline: none;
}

.selector-pill:active > .icon-schedule,
.selector-pill:focus > .icon-schedule {
  color: dodgerblue !important;
  transition: 0.5s;
}

.active-pill {
  background-color: #f0f0f0;
}

.active-pill > .wb-icon-selector {
  color: dodgerblue !important;
  transition: 0.5s;
}

.selector {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  font: 400 0.8em var(--font-03);
  margin-right: 6px;
  padding: 5px 15px 6px 12px;
  transition: 0.4s;
  outline: none !important;
}
/*#endregion*/
/*#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;
}

.v-container {
  width: 100%;
  background-color: #ffffff;
  border-top: 2.5px solid #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 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: 14px;
  outline: none;
  user-select: none;
}

.sidebar-nav li:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  list-style: none !important;
  list-style-type: none !important;
  cursor: pointer;
}

.sidebar-nav-name {
  font-size: 10px;
}

.icon-back {
  position: absolute;
  bottom: 0px;
  border-bottom: none !important;
}
/*#endregion*/
/*#endregion*/
/*#region profile-slider*/
#profile-popover {
  padding-left: 70px;
  transition: all 0.4s ease 0s;
  height: 100%;
}

#profile-popover.active #settings-navigation {
  right: 0px;
}

#profile-popover-02 {
  padding-left: 70px;
  transition: all 0.4s ease 0s;
  height: 100%;
}

#profile-popover-02.active #settings-navigation {
  right: 0px;
}

#settings-navigation {
  top: 0;
  right: -250px;
  width: 250px;
  background: #21212a;
  position: fixed;
  height: 100%;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

.profile-settings-close {
  position: absolute;
  top: 5px;
  right: 2px;
  font-size: 0.6em;
  color: #cccccc;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 1;
  padding: 10px 17px;
  z-index: 1001;
  outline: none !important;
}

.profile-settings-close:hover {
  color: #ffffff;
  cursor: pointer;
}

.section-01 {
  font-family: "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 var(--font-03);
  text-align: center;
  color: #ffffff;
  display: block;
  margin: 5px auto 20px auto;
}

.section-04 {
  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: "Century Gothic";
  text-align: center;
  font-size: 18px;
  color: rgba(153, 153, 153, 0.6) !important;
  display: block;
  margin: auto;
  margin-top: 15px;
}

.ruler-slider {
  position: relative;
  height: 0.1px !important;
  width: 90% !important;
  border-color: rgba(255, 255, 255, 0.1);
  display: block;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 0%;
}

.ruler {
  border-color: rgba(204, 204, 204, 0.25);
  width: 98%;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.centered {
  position: relative;
  transform: translateX(-50%);
  width: 100%;
}

.profile-settings-collection {
  margin-top: 1.5em;
  bottom: 1.5em;
  text-align: center;
}

.circle {
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 50%;
  opacity: 0.3;
  width: 28px;
  height: 28px;
  text-align: center;
  display: block;
  margin: auto;
  padding-top: 8%;
  margin-left: -5px;
}

.circle:hover {
  opacity: 1;
  cursor: pointer;
}

.password-icon {
  font-size: 12px;
  color: #999999;
  margin: -5.5px 0 0 0;
  vertical-align: middle;
  text-align: center;
}

.settings-icon {
  font-size: 15px;
  color: #999999;
  margin: -5.5px 0 0 0;
  vertical-align: middle;
  text-align: center;
}

.sign-in-icon {
  font-size: 16px;
  color: #999999;
  margin: -5px 3px 0 0px;
  vertical-align: middle;
  text-align: center;
}

.sign-out-icon {
  font-size: 14px;
  color: #999999;
  margin: -5px 0 0 2px;
  vertical-align: middle;
  text-align: center;
}

.login-icon {
  font-size: 60px;
  color: rgba(153, 153, 153, 0.5);
}

.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.navigation-icon {
  font-size: 1.8em !important;
  top: 0.75em;
  color: #999999;
}

.navigation-icon:hover {
  /*color: #ccc !important;*/
  cursor: default;
}

.icon-label {
  font-size: 0.7em;
  margin-top: 0.5em;
  color: #999999;
}

.profile-circle {
  display: inline-block;
  background-color: dodgerblue;
  background-color: #d3d3d3;
  background-color: #bebebe;
  margin: 3px 2px 0 0;
  border-radius: 50%;
}

.profile-circle-inner {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 26px;
  width: 26px;
  font-size: 0.8em;
}

/*#endregion*/
/*#region navigation*/
.view-navigation-icon {
  color: #383838 !important;
  font-size: 1.4em !important;
  padding: 0.46em;
  position: relative;
  top: -8px;
}

.view-page-title {
  color: #383838 !important;
  color: #ffffff !important;
  font: 300 1.25em var(--font-03);
  padding: 0.4em 0;
  position: relative;
  margin: auto 0;
  top: 3em;
  left: 6.5em;
}

.view-page-title {
  color: #383838 !important;
  font: 400 1em var(--font-03);
  padding: 0.4em 0;
  position: relative;
  top: -0.8em;
  left: 5px;
}

/* .project-title {
  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 dashboard*/
section#dashboard {
  margin: 10px;
  padding: 10px;
  position: relative;
}

#dashboard .row {
  margin: 0;
}

#dashboard .user {
  color: #383838;
  font: 300 1.5em var(--font-03);
  padding: 10px 25px;
  position: relative;
}

#dashboard .header {
  color: #383838;
  font: 300 1.5em var(--font-03);
  margin: 0 10px;
  padding: 10px 25px 0 25px;
  position: relative;
}

#dashboard hr {
  border: 0.01px solid #dcdcdc;
  margin: 0 auto;
  width: 98%;
}

button.btn-link.link-help {
  font: 400 0.5em var(--font-03);
}

button.btn-link.link-help:hover {
  color: var(--blue-00);
  font-weight: 600;
}

.hero-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}

.hero-text {
  font: 400 1.5em var(--font-03);
  color: #484848;
  margin: 0.25em 0;
  text-align: left;
}

.hero-subtext {
  font: 300 0.75em var(--font-03);
  color: #989898;
  margin: 0 0 0 0.25em;
  text-align: left;
  vertical-align: bottom;
}

/*#endregion dashboard*/
/*#region modal*/
.modal {
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  display: none;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1500;
}

.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: visible; /* 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: 2000;
}

.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 .mb-close {
  background-color: transparent;
  border: 0;
  color: #cccccc;
  cursor: pointer;
  float: right;
  font: 300 1.1em "Comfortaa";
  padding: 0;
  position: relative;
  top: -8px;
  right: 1px;
  z-index: 1500;
}
.modal-content .mb-close:hover {
  opacity: 0.5;
}

.modal-header {
  border: 5px solid rgb(204 204 204 / 0.15);
  border-bottom: none;
  display: block;
  padding: 5px 10px;
  width: 100%;
}

.modal-header .heading {
  font: 400 1.25em var(--font-03);
  color: #282828;
  position: relative;
  padding: 5px;
  margin: 0;
  width: 50%;
}

.modal-header .heading span {
  background-color: #ffcc00;
  background-color: #ffeeba;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #ffffff;
  color: #ffcc00;
  font: 300 0.7em var(--font-02);
  padding: 1px 6px 2px 6px;
  margin-left: 5px;
}

.modal-header > .sub-heading {
  font: 300 1.25em var(--font-03);
  color: #000000;
  position: relative;
  text-align: left;
  padding: 5px 0;
  width: 100%;
}

.modal-body {
  background-color: #ffffff;
  border: 5px solid #f6f7f9;
  color: rgb(0, 0, 0);
  font: 200 16px Comfortaa;
  padding: 10px 8px;
  text-align: justify;
}

.modal-footer {
  background-color: rgb(204 204 204 / 0.15);
  border: 1px solid transparent;
  text-align: right;
  margin-top: 0;
  padding: 10px 16px;
}

.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-03);
  position: relative;
  padding: 5px 0 0 0;
  margin: 0;
  text-align: center;
}

.modal-body .sub-heading {
  color: var(--gray-01);
  font: 400 0.8em var(--font-03);
  position: relative;
  padding: 5px 0 0 0;
  margin: 0;
  text-align: center;
}

.modal-body .sub-heading .info::after {
  content: "\e88e";
  font-family: "Material Symbols Rounded";
  font-size: 1em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: var(--blue-00);
  margin: 0;
  position: relative;
  top: -0.1em;
  font-style: none;
}

.tooltip {
  background-color: #f7f7f7;
  color: #333;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.b-0 {
  background-color: #ffffff;
  border: 5px solid #f6f7f9;
  border-bottom: none;
}

#member_family .modal-content {
  top: 0.5em;
  width: 60em;
}

#auth_review .modal-content {
  top: 0.5em;
  width: 70em;
}

#auth_review .image .review-i img {
  display: block;
  margin: auto;
  padding: 2em;
  width: 10em;
}

/*#endregion modal*/
/*#region otp-modal*/
#otp-menu {
  display: none;
  z-index: 1000;
}

#otp-menu .modal-content {
  top: 4.5em;
  width: 400px;
}

.code-resend {
  color: #999999;
  font: 300 0.7em var(--font-03);
  margin: 0.5em 0 0 0;
  text-align: center;
  height: 35px;
}

.code-resend button {
  color: var(--gray-01);
  font: 500 1em var(--font-03);
  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;
}
/*#endregion otp-modal*/
/*#region otp-modal*/
#forgot-pass-menu {
  display: none;
  z-index: 1000;
}

#forgot-pass-menu .modal-content {
  top: 4.5em;
  width: 400px;
}

.register-link {
  color: #999999;
  display: block;
  font: 300 0.7em var(--font-03);
  margin: 0.35em 0;
  text-align: center;
}

.register-link button {
  background: none;
  border: none;
  color: var(--gray-01);
  cursor: pointer;
  font: 500 1em var(--font-03);
}

.register-link button:hover {
  opacity: 0.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: var(--gray-07);
  font: 300 1em var(--font-03);
}

.otp-inputs input:focus::placeholder {
  color: var(--gray-08);
  transition: ease-in-out 0.33s;
}

.otp-inputs input {
  border: 1px solid var(--gray-07);
  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);
}

#otp-01.success {
  background-color: var(--blue-10);
  border: 1px solid var(--blue-07);
  border-radius: 25px;
  color: var(--blue-00);
  font: 400 1em var(--font-03);
  padding: 2px 0px;
  position: relative;
  margin: 0 auto;
  width: 32%;
}

.shake {
  animation: shake-horizontal 4.72s ease forwards;
  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*/

.text-center {
  text-align: center !important;
}

/*#region upload-view*/
#upload-menu {
  display: none;
}

.upload-image img {
  display: block;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 20%;
  opacity: 0.9;
}

.section-group-six {
  margin: 20px 0 10px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 5px 0;
  background-color: rgb(204 204 204 / 0.05);
  min-height: 200px;
}

label.attachment-btn {
  color: #ffffff;
  font: 100 1em "Century Gothic";
  line-height: 1.6;
  padding: 4px 4px 4px 4px;
  border-radius: 3px;
  display: block;
  text-align: center;
  outline: none !important;
  transition: 0.3s;
}

.upload-border {
  background-color: dodgerblue;
  width: 120px;
  margin: auto;
}

.file-name {
  display: block;
  margin: auto 0;
  text-align: center;
}

#file-chosen {
  font-family: "Century Gothic";
  color: #ccc;
}

.file-check-yes {
  color: #33bb66;
  font-size: 18px;
}

.file-check-no {
  color: rgb(244 113 116 / 0.5);
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: -5px;
  padding-left: 5px;
  display: none;
}

/*#endregion*/

/*#region authorisation upload*/
section #authorisations {
  background-color: var(--gray-09);
  border: 1px solid var(--gray-08);
  padding: 10px;
  margin: 10px;
}

.drop_area {
  position: relative;
  margin: 0.25em auto;
  border-radius: 5px;
  padding: 5px;
  height: auto;
  width: 90%;
  cursor: pointer;
  transition: all 1s ease-in-out;
  overflow: visible;
}
.drop_area.highlight {
  background-color: var(--light-gray-04);
  border: 1px dashed var(--gray-05);
}

.drop_area .text,
#auth_upload .text {
  font: 300 1em var(--font-03);
  color: var(--gray-01);
  text-align: center;
  margin: 0 0 1em 0;
}

.drop_area .text span {
  font: 500 0.85em var(--font-03);
  color: var(--blue-00);
}

.drop_area .sub-text {
  font: 300 0.75em var(--font-03);
  color: var(--gray-05);
  text-align: center;
  margin: 0;
  margin-bottom: 1em;
}

.drop_area .u-02 img {
  transform: rotate(15deg);
  left: 55px;
  transition: 0.35s;
}
.drop_area .u-03 img {
  transform: rotate(-15deg);
  right: 55px;
  transition: 0.35s;
}

.drop_area .animation {
  margin: 1em 0;
}

.u-01 img {
  position: relative;
  top: 0;
  left: 0;
  width: 10%;
  display: block;
  margin: auto;
  z-index: 20;
  border-radius: 6px;
  box-shadow: 2px 2px 5px lightgray;
  cursor: pointer;
}

.u-02 img {
  position: absolute;
  top: 35px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  width: 8%;
  z-index: 10;
  transform: rotate(0deg);
  border-radius: 6px;
  box-shadow: 2px 2px 5px lightgray;
}
.u-03 img {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  width: 8%;
  z-index: 10;
  transform: rotate(0deg);
  border-radius: 6px;
  box-shadow: 2px 2px 5px lightgray;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--gray-07);
  width: 90%;
  margin: 0 auto;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--gray-08);
}

.separator:not(:empty)::before {
  margin-right: 0.2em;
}

.separator:not(:empty)::after {
  margin-left: 0.2em;
}

#document_upload .document_upload {
  overflow: visible;
}

#m-auth-upload-menu .document_upload {
  display: none;
  overflow: visible;
}

.document_upload .alert,
#auth_review .alert {
  margin: 0.25em auto;
  display: table;
  width: 96%;
}

#auth_upload {
  position: relative;
  margin: 0.5em auto 0 auto;
  border-radius: 5px;
  padding: 0 0 20px 0;
  height: auto;
  width: 100%;
  cursor: pointer;
  transition: all 1s ease-in-out;
}

.upload_no {
  color: var(--gray-07);
  font: 300 0.85em var(--font-03);
}

.upload-status::after {
  color: var(--gray-08);
  content: "\ef4a";
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 0.85em;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

input[type="file"] {
  display: none;
}

.upload-btn {
  cursor: pointer;
}

#file-list {
  display: block;
  list-style: none;
  padding: 0;
}

.file-item {
  background-color: #ccccca09;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 5px;
  padding: 5px 8px;
  width: 100%;
  display: flex;
  overflow: visible; /* Add this property */
  position: relative;
}

.file-item div {
  display: inline-block;
  font: 300 0.8em var(--font-03);
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.remove-btn {
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: relative;
  top: 0.25em;
}

.remove-btn::after {
  background-color: var(--pastel-red-03);
  border: 1px solid transparent;
  border-radius: 50px;
  color: var(--pastel-red-01);
  content: "\e5cd";
  font-family: "Material Symbols Rounded";
  font-size: 0.65em;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 200, "opsz" 48;
  line-height: 1.4;
  margin: 0;
  padding: 2px 4px 4px 3px;
  position: relative;
  float: right;
  text-align: center;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  transition: all 0.15s ease-in-out;
}
.remove-btn:hover::after {
  cursor: pointer;
  background-color: var(--pastel-red-02);
  color: white;
}

.attachment-uploading {
  color: #000000;
  float: left;
  font: 500 0.8em var(--font-03);
  margin: 0 0 0 5px;
}

.attachment-name {
  color: #a9a9a9;
  display: block;
  font: 400 1.2em var(--font-03);
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.text-icon {
  color: #cccccc;
  font-size: 35px;
  float: right;
  margin: 0 5px 0 0;
}

.light-grey-progress-bar {
  background-color: #cccccc21;
  border-radius: 50px;
  float: left;
  margin: 10px 0 0 0;
  height: 3px;
  width: 100%;
}

.progress-bar-blue {
  background-color: dodgerblue;
  border-radius: 50px;
  float: left;
  margin: 0px 0 0 0;
  height: 3px;
  width: 100%;
}

.progress-bar {
  animation: progress 1.5s ease-in-out forwards;
}

@keyframes progress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.drop_area > .loader {
  background-color: transparent;
  border: 2px dashed transparent;
  border-radius: 10px;
  display: none;
  padding: 10px 0 15px 0;
  text-align: center;
  transition: linear 0.2s;
  position: relative;
}

.file-upload > .wrap {
  border: 2px dashed #c0c0c0;
  border: 2px dashed transparent;
  border-radius: 10px;
  display: block;
  padding: 50px 0 60px 0;
  text-align: center;
  transition: linear 0.4s;
}

.file-upload > .wrap:hover > .icon-new-window {
  color: dodgerblue;
  transition: linear 0.1s;
}

.modal-body .loader {
  background-color: transparent;
  border: 2px dashed transparent;
  border-radius: 10px;
  display: none;
  padding: 10px 0 15px 0;
  text-align: center;
  transition: linear 0.33s;
  position: relative;
  z-index: 5500;
}

/*#endregion authorisation upload*/

/*#region doctor dashboard*/
section#search {
  margin: 10px;
  margin: 0;
  padding: 10px;
  position: relative;
}

#search .row {
  margin: 0;
}

#search .user {
  color: #383838;
  font: 300 1.5em var(--font-03);
  padding: 10px 25px;
  position: relative;
}

/* #search .hero-text {
  font: 700 2.5em var(--font-07);
  color: #383838;
  padding: 0;
  position: relative;
  width: 95%;
  margin: 0.05em 0 0 0.2em;

  font: 400 1.5em var(--font-03);
  color: #484848;
  padding: 5px 0 5px 15px;
  padding: 0 5px;
}

#search .hero-subtext {
  font: 400 0.85em var(--font-07);
  color: #383838;
  padding: 0;
  position: relative;
  text-align: justify;
  margin: 0 0 1em 0;
  width: 95%;

  font: 400 0.85em var(--font-03);
  color: #383838;
  padding: 5px 0 5px 15px;
  padding: 0 12px;
} */

/*#endregion doctor dashboard*/

/*#region search dashboard*/
label.search {
  color: #383838;
  font: 400 0.85em var(--font-03);
  padding: 0.5em 1em;
  position: relative;
  top: 0.25em;
  left: 0;
}
.search-form-control {
  font: 100 1em var(--font-03);
  color: #000000;
  display: block;
  width: 100%;
  max-height: 100px;
  height: 35px;
  padding: 6px 12px;
  line-height: 1.428571429;
  background-color: var(--blue-10);
  border: 1px solid var(--blue-07);
  border-radius: 5px;
  outline: none;
  transition: 0.33s ease-in-out;
  float: right;
}

.search-form-control:focus {
  background-color: var(--blue-10);
  border: 1px solid var(--blue-08);
}

.search-form-control.error {
  background-color: var(--pastel-red-04) !important;
  border: 0.01em solid var(--pastel-red-02) !important;
}

.search-form-control:disabled {
  background-color: #f6f7f9a3;
  background-color: var(--gray-25);
  border: 1px solid transparent;
}

.search-form-control::placeholder {
  color: #cccccc;
  font: 100 0.85em var(--font-03);
  opacity: 0.9;
  transition: ease-in-out 0.33s;
}

.search-form-control:focus::placeholder {
  opacity: 0.4;
}
/*#endregion search dashboard*/
/*#region empty-states*/
section .empty-state {
  position: relative;
  margin: auto;
  overflow: hidden;
}

section .empty-state img {
  display: block;
  margin: 0 auto;
  opacity: 0.9;
  margin-top: 3em;
  width: 12.5%;
}

section .empty-state h4 {
  color: var(--gray-07);
  font: 300 1.25em var(--font-03);
  margin: 0 auto;
  text-align: center;
}

section .empty-state p {
  color: var(--gray-01);
  font: 100 0.85em var(--font-03);
  text-align: center;
  margin: 0 auto;
  opacity: 0.7;
  position: relative;
  width: 85%;
}

section .empty-state button {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 3px;
  color: darkgray;
  display: block;
  font: 100 1em var(--font-03);
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 1em;
  opacity: 0.75;
  outline: none !important;
  padding: 4px 10px 4px 12px;
  text-align: center;
  transition: 0.3s;
  z-index: 40;
}

section .empty-state button:hover {
  background-color: #6495ed;
  border: 1px solid transparent;
  color: #ffffff !important;
  outline: none !important;
}

/*#endregion empty-states*/

/*#region table*/
.table-heading {
  font: 400 1.5em var(--font-03);
  padding: 5px 0 10px 15px;
  color: #484848;
}

.table-heading span {
  font: 300 0.75em var(--font-03);
  color: #989898;
}

.table-x {
  background-color: transparent;
  margin: 10px auto;
  margin-bottom: 2em;
  position: relative;
  width: 100%;
  max-width: 2500px;
  z-index: 4;
}

.table-x thead tr th {
  background-color: #606060;
  border: 1px solid #606060;
  color: white;
  cursor: pointer;
  font: 500 0.85em var(--font-03);
  text-align: left;
  text-indent: 5px;
  padding: 7px 0;
}

.table-x tbody tr td {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  cursor: pointer;
  text-align: left;
  font: 350 0.85em var(--font-03);
  padding: 8px;
  text-indent: 1px;
  vertical-align: middle;
}

.table-x tbody {
  border: none !important;
}

.table-x tbody tr:nth-child(odd) {
  background-color: rgba(204, 204, 204, 0.2);
}

.table-x tr:hover {
  background-color: var(--blue-10) !important;
}

.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;
}

.i-refresh::after {
  color: var(--gray-08);
  content: "\e5d5";
  font-family: "Material Symbols Rounded";
  font-size: 1.2em;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
  line-height: 1.4;
  margin: 0;
  margin-left: -0.25em;
  left: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.i-refresh:hover::after {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.33s;
}

.i-ellipsis {
  height: 22px;
  width: 22px;
  display: inline-block;
  position: relative;
  border: 1px solid var(--gray-07);
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 1px;
  text-align: center;
}

.i-ellipsis:hover {
  border: 1px solid var(--gray-07);
}

.i-ellipsis::after {
  color: var(--gray-05);
  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;
  top: 0.5px;
  left: -0.5px;
  margin: 0 auto;
}

.btn-group.open > .dropdown-toggle-active {
  border: 1px solid rgb(204, 204, 204, 0.4);
  color: #ccc;
}

.dropdown-menu {
  margin-right: 3em;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
  border-radius: 2px;
  min-width: 10rem;
  width: auto;
  padding: 2px;
}

.dropdown-menu .divider {
  height: 0.25px;
  margin: 0px;
  overflow: hidden;
  background-color: rgb(229, 229, 229, 0.8);
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.8em;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: rgb(204, 204, 204, 0.2);
  color: black;
  text-decoration: none;
  outline: none;
}

.table-sort {
  color: #f5f5f5;
  font-size: 10px;
}
/*#endregion table*/
/*#region datatables*/
#auth-results_filter,
#search-results_filter {
  display: none;
}

#search-filters {
  display: table-header-group;
}

#search-filter-blank {
  border: none;
  background-color: transparent;
  pointer-events: none;
}

.search-filter {
  width: 100%;
  border-radius: 3px;
  margin: 2px auto;
  display: block;
  border: 1px solid #cccccc;
  padding: 4px 10px;
  outline: none;
  font-size: 12px;
}

.search-filter:active,
.search-filter:focus,
.search-filter:hover {
  background-color: #cccccc20;
  border: 1px solid #ccccccb1;
  cursor: pointer;
}

table.dataTable > thead > tr > th,
table.dataTable > tbody > tr > td {
  text-align: left;
  border-collapse: none;
}

table.dataTable > tfoot > tr:hover {
  background-color: transparent !important;
}

table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable {
  border-top: none !important;
  border-bottom: none !important;
}

table.dataTable thead tr th {
  border-top: none !important;
  border-bottom: none !important;
}

table.dataTable tbody tr td {
  border-top: none !important;
  border-bottom: none !important;
}

table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: 1px solid transparent !important;
}
/*#endregion*/
/*#region profile*/
#hero-banner .row {
  margin: 0;
}
#hero-banner .patient .name {
  font: 500 1.5em var(--font-07);
  color: #ffffff;
  padding: 0;
  position: relative;
  margin: 0.25em 0 0.2em 0.2em;
}
#hero-banner .patient .name span {
  font: 300 0.5em var(--font-07);
  vertical-align: middle;
}

#hero-banner .patient .details {
  font: 300 1em var(--font-03);
  color: var(--white-80);
  padding: 0;
  position: relative;
  text-align: left;
  margin: 0.15em 0 0 0;
}

#hero-banner .patient .details .col-md-6 {
  padding: 0.2em 0 0 0.2em;
}

#hero-banner hr {
  border-bottom: 0.01em solid var(--white-80);
  margin: 0 auto;
  width: 100%;
  height: 0;
}

hr {
  border-bottom: 0.01em solid var(--white-70);
  margin: 0 auto;
  width: 99%;
  height: 0;
}

#profile .hero-text {
  /* font: 700 2.5em var(--font-07); */
  /* color: #383838; */
  /* position: relative;
  width: 95%;
  margin: 0.4em 0 0 0.5em;

  font: 400 1.5em var(--font-03);
  color: #484848;
  padding: 5px 0 5px 15px;
  padding: 0 10px; */
}

#profile .hero-subtext {
  font: 400 0.85em var(--font-07);
  color: #383838;
  padding: 0;
  position: relative;
  text-align: justify;
  margin: 0;
  margin-left: 1.75em;
  margin-left: 1.1em;
  width: 95%;

  font: 400 0.85em var(--font-03);
  color: #383838;
  padding: 5px 0 5px 15px;
  padding: 0 10px;
}

#results-form {
  display: inline;
}

#results-form button.i-circle {
  background-color: transparent;
  border: 1px solid var(--white-50);
  border-radius: 50px;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
  padding: 0px;
  text-align: center;
  top: 0.25em;
  left: 0.5em;
  cursor: pointer;
}
#results-form button.i-circle:hover {
  background-color: var(--white-40);
}
#results-form #i-dependants::before {
  color: white;
  content: "\e7ea";
  display: inline;
  font-family: "Material Symbols Rounded";
  font-size: 1em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 48;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  top: -0.75em;
  left: 0px;
  vertical-align: middle;
}

/*#endregion profile*/

/*#region search*/
#patient-search-menu.modal {
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  height: 100%;
  width: 100%;
  z-index: 501;
  padding: 0;
  padding-top: 15em;
}

#patient-search-menu.modal .modal-content {
  position: relative;
  background-color: transparent;
  border: 1px solid #fefefe;
  border: 1px solid transparent;
  border-radius: 2px;
  border-radius: 10px;
  margin: auto;
  padding: 0;
  overflow: auto; /* Enable scroll if needed */
  pointer-events: initial;
  box-shadow: none;
  animation-duration: 0.4s;
  width: 525px;
  z-index: 800 !important;
}

#patient-search-menu.modal .modal-body {
  background-color: #ffffff;
  background-color: transparent;
  border: 0px solid #f6f7f9;
  border: 0px solid transparent;
  color: rgb(0, 0, 0);
  font: 200 16px var(--font-03);
  padding: 5px;
  text-align: justify;
  min-height: 150px;
}

#patient-search-menu section.global-search {
  background-color: var(--white-30);
  border: 1px solid var(--white-30);
  border-radius: 5px;
}

/**/

#menu_search.modal {
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  height: 100%;
  width: 100%;
  z-index: 1500;
  padding: 0;
  padding-top: 1em;
}

#menu_search.modal .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;
  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: 350px;
  z-index: 800 !important;
}

.modal-content .modal-close:hover {
  opacity: 0.5;
}

#menu_search.modal .modal-close:hover {
  opacity: 0.5;
}

#menu_search.modal .modal-body .form-group {
  margin: 0 auto;
}

.form-shortcuts {
  height: auto;
  padding: 0 1em;
}

.form-shortcuts .heading {
  font: 100 0.75em var(--font-03);
  color: var(--white-80);
  position: relative;
  padding: 0.75em 0 0.5em 0;
  text-align: left;
}

.form-shortcuts .shortcut {
  font: 100 1em var(--font-03);
  color: var(--white-100);
  padding: 0.5em 0;
  position: relative;
  display: block;
  height: 40px;
}

.form-shortcuts .shortcut .label {
  float: left;
  position: relative;
  left: 2px;
}

.form-shortcuts .shortcut .keys {
  float: right;
  position: relative;
  right: 15px;
}

.global-search .form-search {
  border-bottom: 1px solid var(--white-30);
  padding: 2px;
}

.shortcut .k-command::before {
  color: var(--white-100);
  content: "\eae7";
  display: inline;
  font-family: "Material Symbols Rounded";
  font-size: 0.75em;
  font-variation-settings: "FILL" 1, "wght" 100, "GRAD" 200, "opsz" 48;
  line-height: 1.4;
  margin: 0;
  padding: 0 2px 0 0;
  position: relative;
  top: -1px;
  left: 0;
  vertical-align: middle;
}

.shortcut .k-enter {
  background-color: var(--white-30);
  border: 1px solid var(--white-30);
  border-radius: 5px;
  padding: 2px 6px;
}

.shortcut .k-enter::before {
  color: var(--white-100);
  content: "ENTER";
  display: inline;
  font: 100 0.85em var(--font-03);
  line-height: 1.4;
  margin: 0;
  padding: 0 2px 0 0;
  position: relative;
  top: -2px;
  left: 0;
  vertical-align: middle;
}

.shortcut .k-escape {
  background-color: var(--white-30);
  border: 1px solid var(--white-30);
  border-radius: 5px;
  padding: 2px 6px;
}

.shortcut .k-escape::before {
  color: var(--white-100);
  content: "ESC";
  display: inline;
  font: 100 0.85em var(--font-03);
  line-height: 1.4;
  margin: 0;
  padding: 0 2px 0 0;
  position: relative;
  top: -2px;
  left: 0;
  vertical-align: middle;
}

.shortcut .k-ctrl {
  background-color: var(--white-30);
  border: 1px solid var(--white-30);
  border-radius: 5px;
  padding: 2px 6px;
}

.shortcut .k-ctrl::before {
  color: var(--white-100);
  content: "CTRL";
  display: inline;
  font: 100 0.85em var(--font-03);
  line-height: 1.4;
  margin: 0;
  padding: 0 2px 0 0;
  position: relative;
  top: -2px;
  left: 0;
  vertical-align: middle;
}

.shortcut .k-shift {
  background-color: var(--white-30);
  border: 1px solid var(--white-30);
  border-radius: 5px;
  padding: 2px 6px;
}

.shortcut .k-shift::before {
  color: var(--white-100);
  content: "SHIFT";
  display: inline;
  font: 100 0.85em var(--font-03);
  line-height: 1.4;
  margin: 0;
  padding: 0 2px 0 0;
  position: relative;
  top: -2px;
  left: 0;
  vertical-align: middle;
}

.shortcut .k-plus::before {
  color: var(--white-100);
  content: "\e145";
  display: inline;
  font-family: "Material Symbols Rounded";
  font-size: 1em;
  font-variation-settings: "FILL" 1, "wght" 100, "GRAD" 200, "opsz" 48;
  line-height: 1.4;
  margin: 0;
  padding: 0 2px 0 0;
  position: relative;
  top: -2px;
  left: 0;
  vertical-align: middle;
}

.shortcut .k-f {
  background-color: var(--white-30);
  border: 1px solid var(--white-30);
  border-radius: 5px;
  padding: 2px 6px;
}

.shortcut .k-f::before {
  color: var(--white-100);
  content: "F";
  display: inline;
  font: 100 0.85em var(--font-03);
  line-height: 1.4;
  margin: 0;
  padding: 0 2px 0 0;
  position: relative;
  top: -2px;
  left: 0;
  vertical-align: middle;
}

.shortcut .k-u {
  background-color: var(--white-30);
  border: 1px solid var(--white-30);
  border-radius: 5px;
  padding: 2px 6px;
}

.shortcut .k-u::before {
  color: var(--white-100);
  content: "U";
  display: inline;
  font: 100 0.85em var(--font-03);
  line-height: 1.4;
  margin: 0;
  padding: 0 2px 0 0;
  position: relative;
  top: -2px;
  left: 0;
  vertical-align: middle;
}

.i-search::before {
  color: var(--gray-08);
  content: "\e8b6";
  display: inline;
  font-family: "Material Symbols Rounded";
  font-size: 1em;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 48;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  top: -0.2em;
  left: 1.4em;
  vertical-align: middle;
}
.modal-search-control {
  background-color: transparent;
  border-bottom: 1px solid var(--gray-09);
  border: none;
  color: var(--gray-08);
  display: inline;
  font: 100 1.25em var(--font-03);
  width: 100%;
  max-height: 100px;
  min-height: 35px;
  height: auto;
  margin: 0 auto;
  padding: 6px 1.25em;
  position: relative;
  outline: none;
  transition: 0.33s ease-in-out;
  width: 90%;
}

.modal-search-control::placeholder {
  color: var(--gray-08);
  transition: 0.33s ease-in-out;
}
.modal-search-control:focus::placeholder {
  color: var(--gray-07);
}

/*#endregion search*/

.i-otp {
  animation: icon-timer 1.8s infinite;
}

@keyframes icon-timer {
  0% {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 200, "opsz" 48;
  }
  50% {
    font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
  }
  100% {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 200, "opsz" 48;
  }
}

.warning-icon {
  display: block;
  display: none;
  margin: 10px auto;
  text-align: center;
}

#circle-one {
  background: #fdaaaa41;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  position: relative;
  margin: 0 auto;
}

#circle-two {
  position: relative;
  background: #fdaaaa7f;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  top: 0.65em;
}

#circle-three {
  position: relative;
  background: #fdaaaa;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  top: 0.65em;
}

#circle-three::after {
  content: "\e000";
  color: var(--pastel-red-01);
  font-family: "Material Symbols Rounded";
  font-size: 1.5em;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 24;
  line-height: 1.4;
  position: relative;
  margin: auto;
  top: 0.3em;
  left: 0px;
}

.warning-heading {
  font: 600 1.8em var(--font-07);
  text-align: center;
  color: #282828;
  display: block;
  margin: 10px auto 10px auto;
}

.warning-heading {
  font: 600 1.25em var(--font-07);
  text-align: left;
  color: #282828;
  display: block;
  margin: 0px 10px;
}

.warning-message {
  font: 100 1em var(--font-03);
  text-align: center;
  color: #383838;
  display: block;
  margin: 5px auto 5px auto;
}

.warning-message {
  font: 100 0.85em var(--font-03);
  text-align: left;
  color: #383838;
  display: block;
  margin: 5px 10px;
}

.warning-disclaimer {
  font: 100 0.6em var(--font-03);
  text-align: left;
  color: #989898;
  display: none;
  margin: 20px 10px 10px 10px;
}

#reset-password-form .form-group {
  display: block;
  padding: 0 0;
  margin: 0 auto;
}
#reset-password-form .modal-form-control {
  width: 100%;
  margin: 0 auto;
  height: 40px;
}

.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;
}

#reset-pass-menu {
  display: none;
}

#reset-pass-menu .modal-content {
  overflow: visible;
}

#success-menu {
  display: none;
}

#reset-pass-menu .modal-content {
  margin-top: 2em;
  width: 25em;
}

/*#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-07);
  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-03);
  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-03);
  opacity: 0.45;
}

#password-suggestion-i ul li.fail,
#password-suggestion-ii ul li.fail {
  color: red;
  font: 400 0.7em var(--font-03);
  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.8em;
  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-07);
  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.8em;
  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 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;
}

ul.crumbs {
  font: 400 0.7em var(--font-03);
  list-style: none;
  position: relative;
  padding: 8px 0 2px 1.6em;
  margin: 0;
  margin-bottom: 0.3em;
}

ul.crumbs li,
ul.crumbs li form {
  display: inline;
}

ul.crumbs li + li:before {
  padding: 2px;
  color: #cccccc;
  content: "/\00a0";
  font: 300 1em var(--font-03);
  position: relative;
  top: -1.8px;
  vertical-align: middle;
}

ul.crumbs li button {
  padding: 0;
}

ul.crumbs li a,
ul.crumbs li button {
  border: none;
  background-color: transparent;
  color: #282828;
  text-decoration: none;
}

ul.crumbs li a:hover,
ul.crumbs li button:hover {
  cursor: pointer;
  color: var(--blue-00) !important;
}

ul.crumbs li a.active,
ul.crumbs li button.active {
  color: #b3b3b3;
  text-decoration: none;
}

ul.crumbs li a.active:hover,
ul.crumbs li button.active:hover {
  color: #b3b3b3 !important;
}
/*#endregion bread-crumbs*/

#auth_upload table {
  width: 100%;
  margin-top: 0.5em;
}

.vld-error {
  background: linear-gradient(
    to bottom,
    var(--pastel-red-05) 80%,
    transparent 20%
  );
  color: red;
  display: block;
  font: 400 0.6em var(--font-03);
  position: absolute;
  margin: -0.9em 0 0 0.85em;
  z-index: 1;
}

#m-auth-upload-menu {
  display: none;
}

#m-auth-upload-menu .modal-content {
  margin-top: 1em;
  width: 50em;
}

#product_lookup {
  z-index: 2500;
}

#product_lookup .modal-content {
  margin-top: 2em;
  width: 38em;
}

button.prd_lookup {
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid var(--blue-07);
  color: var(--blue-06);
  cursor: pointer;
  display: none;
  font: 300 0.65em var(--font-03);
  padding: 0.25em 0.5em;
  position: absolute;
  margin-top: 0.8em;
  margin-left: -4.8em;
}

button.prd_lookup:hover {
  background-color: #deecf99e;
}

button.prd_select {
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid var(--blue-07);
  color: var(--blue-06);
  cursor: pointer;
  font: 300 0.65em var(--font-03);
  padding: 0.25em 0.5em;
  position: relative;
}

button.prd_select:hover {
  background-color: var(--blue-08);
}

.i_remove {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 0;
  position: relative;
  z-index: 1500;
  margin: 0 auto;
}

.i_remove i {
  --fa-primary-color: var(--pastel-red-01);
  --fa-secondary-color: var(--pastel-red-02);
  font-size: 1.3em;
}

.i_remove:hover {
  opacity: 0.7;
}

.i_remove:hover::after {
  color: var(--red-05);
}

.upload_no::after {
  color: var(--black-09);
  content: "\ef4a";
  display: none;
  font-family: "Material Symbols Rounded";
  font-size: 0.55em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 200, "opsz" 48;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

section.review ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.auth_item {
  background-color: var(--black-12);
  border: 1px solid var(--gray-10);
  border-radius: 5px;
  display: block;
  margin-bottom: 3px;
  padding: 8px;
  height: 58px;
}

.auth_item .attachment_name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
}

.auth_item .prd_name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
}

.auth_item .row .failed {
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: var(--red-90);
  cursor: pointer;
  height: 28px;
  width: 28px;
  position: relative;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  vertical-align: middle;
  top: 0.5em;
  left: 1em;
}

.auth_item .row .failed::after {
  color: var(--pastel-red-01);
  content: "\e002";
  font-family: "Material Symbols Rounded";
  font-size: 0.8em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 200, "opsz" 48;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.auth_item .vld-reason {
  color: black;
  display: inline-block;
  font: 400 0.9em var(--font-03);
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 90%;
  position: relative;
  top: -0.6em;
  left: 2px;
}

.auth_item .vld-reason.failed {
  color: red;
}

.auth_item .vld-reason.success {
  color: green;
}

.auth_item .row .success {
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #daf1da;
  cursor: pointer;
  height: 28px;
  width: 28px;
  position: relative;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  vertical-align: middle;
  top: 0.5em;
  left: 1em;
}

.auth_item .row .success::after {
  color: green;
  content: "\e5ca";
  font-family: "Material Symbols Rounded";
  font-size: 0.8em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 200, "opsz" 48;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.review h2 {
  font: 300 1em var(--font-07);
  color: var(--black-04);
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  left: 1em;
}

.mediscor_logo {
  position: fixed;
  width: clamp(100px, 8vw, 150px);
  top: clamp(16vh, calc(100vh - 50px), 90vh);
  right: 5vh;
  z-index: 1000;
}

.mediscor_logo img {
  width: 100%;
  height: auto;
}

.navigation_logo {
  display: inline;
  width: auto;
}

.navigation_logo img {
  display: inline-block;
  padding: 0;
  width: 11%;
  height: auto;
  position: relative;
  margin-right: 0.5em;
  top: -0.9em;
}

/*region switch*/

.document_slider {
  color: #383838;
  display: none;
  font: 300 0.8em var(--font-03);
  margin: 0.75em auto 0 auto;
  padding: 0;
  text-align: right;
  width: 85%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 20px;
  margin-left: 5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 11%;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: var(--blue-00);
}

input:checked + .slider:before {
  transform: translateX(12px);
}

/*endregion switch*/

/*#region alerts*/
.alert {
  border-radius: 0;
  font: 400 1em "Red Hat Text", serif;
  padding: 0.75rem 1.25rem 0.6rem 1.25rem;
  position: relative;
  transition: all 0.15s ease-in-out;
}

.alert button.close {
  background-color: transparent;
  border: 0;
  padding: inherit;
  transition: all 0.15s ease-in-out;
  top: 1%;
}

.alert .close {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.alert .close:hover {
  font-weight: 700;
}

.alert button.go-back {
  background-color: var(--blue-00);
  border: 1px solid transparent;
  border-radius: 3px;
  color: white;
  font: 400 0.75em var(--font-03);
  padding: 4px 7px 3px 7px;
  transition: all 0.15s ease-in-out;
  float: left;
  opacity: 0.75;
  position: relative;
  top: -2px;
}

.alert button.go-back:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--gray-05);
  opacity: 0.8;
}

.alert button.go-back::before {
  content: "\e5c4";
  font-family: "Material Symbols Rounded";
  font-size: 1em;
  margin: 0;
  padding: 0;
  position: relative;
  right: 4px;
  top: -1px;
  vertical-align: middle;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-information {
  background-color: #e4eff9;
  border: none;
  border-top: 2px solid #278ff1;
  color: #15284e;
}

.alert-information strong {
  margin-right: 0.5em;
  position: relative;
  vertical-align: middle;
}

.alert-information strong::before {
  color: #278ff1;
  content: "\e88e";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 200, "opsz" 24;
  margin-right: 0.75em;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.alert .message {
  margin: 0.25em 0 0 2.1em;
}

.alert .message.mb {
  margin-top: 1.25em !important;
}

.alert .message strong::before {
  content: none !important;
}

.alert .message strong {
  display: inline;
}

.alert .link {
  background-color: var(--blue-00);
  border: 1px solid transparent;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font: 400 0.7em var(--font-03);
  outline: none;
  padding: 6px 8px;
  transition: all 0.15s ease-in-out;
  opacity: 0.75;
  margin: 0 3px;
}

.alert .link::before {
  content: "\f09b";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  right: 4px;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 200, "opsz" 48;
}

.alert .link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--gray-05);
  opacity: 0.8;
}

/*#endregion alerts*/

.table-heading button.btn.document,
.table-heading button.btn.download,
.table-heading button.btn.upload {
  background-color: var(--blue-00);
  border: 1px solid transparent;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font: 400 0.5em var(--font-03);
  outline: none;
  padding: 4px 6px 0 8px;
  transition: all 0.15s ease-in-out;
  opacity: 0.85;
  margin: 0 3px;
  min-width: 100px;
  width: auto;
  height: auto;
}

section#member_info {
  margin: 15px auto 0 auto;
  width: 94%;
}

#member_info .form-group {
  background-color: #cccccc25;
  border-radius: 3px;
  margin: 0 0 3px 0;
  padding: 5px 15px 10px 15px;
  font: 400 0.8em var(--font-03);
}

#member_info .form-group label {
  display: inline-block;
  width: fit-content;
  font-weight: bold;
  margin-right: 5px;
}

#member_info .form-group div {
  display: flex;
}

section .profile-state {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

section .profile-state img {
  display: block;
  margin: 3em auto 1em auto;
  opacity: 0.9;
  width: 12.5%;
}

.btn-container {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 0 !important;
}

.table-heading .btn-container {
  display: inline-flex;
  justify-content: flex-start;
  gap: 2px;
  margin: 0 0 0 0.5em !important;
}

#auth_results {
  display: none;
}

.alert-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.alert-download {
  background-color: darkgray;
  color: white;
  border: none;
  border-radius: 5px;
  width: fit-content;
  padding: 15px 30px 17px 20px;
  margin: 2em auto;
  text-align: center;
  display: none;
  position: absolute;
  top: 0.2em;
  left: 45px;
  right: 0;
  z-index: 1005;
  font: 400 1.1em var(--font-03);
}

.alert-download strong {
  font-weight: 500;
}

.alert-download.success {
  background-color: #4caf4f9c;
}

.alert-download.success strong::before {
  content: "\e86c";
  font-family: "Material Symbols Rounded";
  font-size: 1.2em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 200, "opsz" 48;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
  top: 0px;
}

.alert-download.error {
  background-color: var(--pastel-red-01);
}

.alert-download.error strong::before {
  content: "\e5c9";
  font-family: "Material Symbols Rounded";
  font-size: 1.2em;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 200, "opsz" 48;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
  top: 0px;
}

.alert-download button.close {
  background-color: transparent;
  border: 0;
  transition: all 0.15s ease-in-out;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  position: absolute;
  vertical-align: middle;
}

.alert-download button.close:hover {
  opacity: 0.5;
}

#document_upload .modal-content {
  margin-top: 1em;
  width: 50em;
}