body {
  width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}
a {
  font-size: 1.5rem;
  display: flex;
  float: left;
  padding-bottom: 0.25rem;
  vertical-align: top;
  color: #4c4b48;
  text-decoration: none;
}
article {
  border: solid;
  border-color: #585a5d;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
button {
  float: right;
}
h3 {
  float: right;
  margin-right: 2rem;
}
.header_spacing {
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.app-button:hover {
  color: #fcaf17;
}
a.app-button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #fcaf17;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 8px 32px;
  margin-left: 1em;
}
.app-button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #fcaf17;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 8px 32px;
  margin-left: 1em;
}
.app_button:hover {
  color: #fcaf17;
}
.logo_img {
  font-size: 50px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  float: left;
  padding: 1em;
  clear: both;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding: 0.75rem 1.5rem;
  line-height: 1.15;
  font-family: Arial, Helvetica, sans-serif;
}
.img_container {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  z-index: 0;
  align-items: center;
  justify-content: center;
}
.container_spacing:hover {
  transform: scale(1.04);
}
article:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.app_card {
  text-align: center;
  height: 200px;
  background-color: #ffffff;
  color: #212529;
  bottom: 150px;
  z-index: 1;
  width: 100%;
}
.app_description {
  display: flex;
  color: #6c757d;
  padding-left: 1em;
  padding-right: 1em;
  font-style: italic;
  height: 100px;
}
.section {
  display: grid;
  grid-template-rows: repeat(3, 200px);
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 15px;
  align-items: center;
  justify-content: space-around;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.center_section {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.container_spacing {
  margin: 0.5em;
  flex-grow: 1;
  flex-basis: 32%;
  justify-content: center;
  max-height: max-content;
}
.app_link {
  width: 100%;
  height: auto;
  display: flex;
}
.app_img {
  display: flex;
  transition: all 0.3s ease-in-out;
  width: 250px;
  height: 300px;
  align-self: center;
}
.size {
  margin-top: 0.75rem;
  vertical-align: middle;
  border-style: none;
  width: inherit;
  height: auto;
  align-self: center;
}
.app_text {
  font-size: 15px;
  width: 100%;
  align-content: center;
  color: #212529;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #ffffff;
  z-index: 5;
  margin-bottom: -2rem;
  flex-wrap: wrap;
  flex-direction: column;
  height: 150px;
  margin-bottom: 0.05rem;
}
.hover_text {
  padding-bottom: 0rem;
  color: #6c757d;
  text-transform: none;
}

.login_request_text {
  font-size: 13px;
  width: 100%;
  align-content: center;
  color: #212529;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding-top: 18rem;
}
.title_text {
  text-align: center !important;
  color: white !important;
  background-color: #b2afaa;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  background-size: cover;
  height: 200px;
  width: 100% !important;
  margin-top: -2rem;
}
.center_text {
  width: 100%;
  max-height: 100%;
  align-content: center;
  background-color: #b2afaa;
  color: #ffffff;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #212529;
  z-index: 5;
  height: 100vh;
  font-size: 40px;
}
.image_container {
  padding-top: 2rem;
  padding-left: 2rem;
}
.container {
  position: relative;
  text-align: center;
  width: 25%;
}
.logout_button {
  display: inline-block;
  background-color: #ffffff;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.125rem;
  border-style: solid;
  border-width: 0.125rem;
  line-height: 1.15;
  font-family: Arial, Helvetica, sans-serif;
  border-color: #4c4b48;
}
.login_button {
  color: #212529;
  height: 20px;
  margin-right: 2rem;
  display: inline-block;
  background-color: #ffffff;
  margin-top: 1rem;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 1.17em;
  font-weight: bold;
  border-radius: 0.125rem;
  border-style: solid;
  border-width: 0.125rem;
  line-height: 1.15;
  font-family: Arial, Helvetica, sans-serif;
  border-color: #4c4b48;
}
a.login_button:hover {
  display: inline-block;
  background-color: #ffffff;
  font-size: 1.17em;
  color: #212529;
  border-radius: 0.125rem;
  border-style: solid;
  border-width: 0.125rem;
  line-height: 1.15;
  font-family: Arial, Helvetica, sans-serif;
  border-color: #fcaf17;
}
button.logout_button:hover {
  display: inline-block;
  background-color: #ffffff;
  font-size: 1rem;
  border-radius: 0.125rem;
  border-style: solid;
  border-width: 0.125rem;
  line-height: 1.15;
  font-family: Arial, Helvetica, sans-serif;
  border-color: #fcaf17;
}
.right_wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding: 0.75rem 1.5rem;
}
.header {
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 1em;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #4c4b48;
  color: #ffffff;
  vertical-align: middle;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form_title {
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  display: block;
  padding-top: 1rem;
  color: #68707f;
  font-weight: bold;
  font-size: 30px;
}
.form_border {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  border-style: none;
  border-width: 0;
  border: 1px solid #cedced;
  background-color: #ffffff;
}
.form_label {
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  display: block;
  padding-top: 1rem;
  color: #68707f;
  font-weight: bold;
  font-size: 20px;
}
.form_button {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 85%;
  line-height: 1;
  cursor: pointer;
  border: 0;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #68707f;
  font-weight: 700;
}
.button_align {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mr2 {
  color: #212529;
  padding: 0.75rem 1.5rem;
}
fieldset {
  width: 25%;
  align-items: center;
}
.footer_container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  background: var(--hub-bg, #1d1d1d);
  color: #fff;
  z-index: 5;
}
.footer_container p { color: #fff; }
.form_align {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2em;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 3em;
  padding-top: 4em;
  margin-bottom: 3em;
}
.form_align_blur {
  pointer-events: none;
  filter: blur(4px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2em;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 3em;
  padding-top: 4em;
  margin-bottom: 3em;
}
p {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.input_size {
  width: 100%;
}
input[type="text"] {
  height: 3rem;
  font-size: 1.25rem;
  width: 85%;
  background-color: #f2f9ff;
  border: 1px solid #cedced;
  color: #68707f;
  font-weight: 700;
}
input[type="password"] {
  height: 3rem;
  width: 85%;
  font-size: 1.25rem;
  background-color: #f2f9ff;
  border: 1px solid #cedced;
  margin-bottom: 2rem;
  color: #68707f;
  font-weight: 700;
}
.form_input {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.container * {
  box-sizing: border-box;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.underline {
  font-size: 17px;
  font-weight: 600;
  color: #212529;
  justify-content: flex-start;
  text-decoration: underline;
  text-decoration-style: single;
  text-decoration-color: #fcaf17;
  display: flex;
}
a.image_holder.app_img.img_container.size.underline:hover {
  color: #000000;
}
.hide-icon {
  height: 0px;
  width: 0px;
  visibility: hidden;
}
.show-icon {
  display: flex;
  width: 9rem;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  fill: #212529;
  filter: drop-shadow(2px 4px 4px #fcaf17);
}
.material-symbols-outlined {
  color: #212529;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  font-size: 80px;
  text-shadow: 2px 4px 4px #fcaf17, 0px -5px 10px rgba(255, 255, 255, 0.15);
}
li {
  padding-left: 2rem;
  padding-right: 2rem;
  list-style-type: none;
}

ul.messagelist {
    padding: 0;
    margin: 0;
}

ul.messagelist li {
    display: block;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 10px 10px 65px;
    margin: 0 0 10px 0;
    background: #dfd url(../img/icon-yes.svg) 40px 12px no-repeat;
    background-size: 16px auto;
    color: #333;
    word-break: break-word;
}

ul.messagelist li.warning {
    background: #ffc url(../img/icon-alert.svg) 40px 14px no-repeat;
    background-size: 14px auto;
}

ul.messagelist li.error {
    background: #ffefef url(../img/icon-no.svg) 40px 12px no-repeat;
    background-size: 16px auto;
}


/* TWK Everett Font */
@font-face{font-family:'TWK Everett';src:url('../fonts/TWKEverett-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'TWK Everett';src:url('../fonts/TWKEverett-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap;}

/* Vantor Hub-like unauthenticated landing styles */
:root { --hub-purple:#A855F7; --hub-aqua:#28EAE4; --hub-bg:#1d1d1d; --hub-card:#2a2a2a; --hub-text:#E5E7EB; --hub-muted:#A3A3A3; }
.hub-landing{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--hub-bg);padding:2rem;position:relative;}
.hub-brand{position:absolute;top:24px;left:24px;display:block;}
.hub-brand img{height:28px;width:auto;opacity:.95;}
.hub-card{width:520px;max-width:92%;background:var(--hub-card);border:1px solid rgba(168,85,247,.45);border-radius:12px;padding:36px 32px;text-align:center;color:var(--hub-text);box-shadow:0 10px 30px rgba(0,0,0,.5);font-family:'TWK Everett',ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;}
.hub-card h1{margin:0 0 14px;font-size:26px;color:var(--hub-text);font-weight:500;}
.hub-card p{margin:0 0 22px;color:var(--hub-muted);font-weight:400;}
.hub-primary-button{width:100%;box-sizing:border-box;border:2px solid var(--hub-purple);color:var(--hub-purple);background:transparent;padding:.95rem 1.2rem;font-size:1.5rem;font-weight:500;border-radius:8px;text-align:center;display:block;float:none;cursor:pointer;text-decoration:none;transition:background-color .2s ease,color .2s ease;font-family:inherit;-webkit-appearance:none;appearance:none;}
.hub-primary-button:hover{background:var(--hub-purple);color:#fff;}
.hub-card form{margin-top:6px;text-align:left;}
.hub-card label{display:block;margin:12px 0 6px;color:var(--hub-muted);}
.hub-card input[type="text"], .hub-card input[type="password"]{width:100%;box-sizing:border-box;border-radius:8px;padding:.8rem .9rem;border:1px solid #2B2B32;background:#0E0E14;color:var(--hub-text);}

/* Vantor Hub-like authenticated menu styles */
.hub-menu{min-height:100vh;background:var(--hub-bg);padding:0 0 80px 0;position:relative;font-family:'TWK Everett',ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden;}
.hub-menu .hub-brand{position:absolute;top:24px;left:24px;z-index:10;}
.hub-menu .hub-user{position:absolute;top:24px;right:24px;color:var(--hub-text);font-size:14px;display:flex;gap:16px;align-items:center;font-weight:400;z-index:10;}
.hub-menu .hub-user a{color:var(--hub-aqua);text-decoration:none;font-size:14px;padding:6px 14px;border:1px solid var(--hub-aqua);border-radius:6px;transition:all .2s ease;display:inline-block;float:none;font-weight:400;}
.hub-menu .hub-user a:hover{background:var(--hub-aqua);color:#000;}
.hub-menu .hub-welcome-banner{width:100%;background:var(--hub-card);padding:3rem 2rem;text-align:center;margin-top:80px;margin-bottom:0;box-sizing:border-box;}
.hub-menu .hub-welcome-banner h1{color:var(--hub-text);font-size:40px;font-weight:500;margin:0;text-transform:uppercase;text-shadow:none;letter-spacing:0.5px;}
.hub-menu .hub-menu-content{margin-top:0;padding:2rem;display:flex;flex-direction:column;align-items:center;}
.hub-menu .hub-menu-title{text-align:center;margin-top:3rem;margin-bottom:0;width:100%;display:flex;flex-direction:column;align-items:center;min-height:145px;}
.hub-menu .hub-menu-title h1{color:var(--hub-text);font-size:32px;font-weight:500;margin:0 0 16px;text-transform:none;text-shadow:none;}
.hub-menu .hub-menu-title .hover_text{color:#fff;font-size:16px;margin:0 auto 0;font-weight:400;height:77px;max-width:800px;line-height:1.6;display:flex;align-items:center;justify-content:center;padding:0 1rem;flex-shrink:0;width:100%;box-sizing:border-box;overflow:visible;}
.hub-menu .hub-message-container{width:100%;display:flex;justify-content:center;margin-bottom:1.5rem;}
.hub-menu .center_section{display:flex;align-items:center;justify-content:center;flex-direction:column;}
.hub-menu .section{display:grid;grid-template-rows:repeat(3,240px);grid-template-columns:repeat(3,240px);grid-column-gap:20px;grid-row-gap:20px;margin:0 auto 2rem;justify-content:center;}
.hub-menu .container_spacing{margin:0;transition:transform .2s ease;}
.hub-menu .container_spacing:hover{transform:scale(1.04);}
.hub-menu article{background:var(--hub-card);border:1px solid rgba(40,234,228,.25);border-radius:12px;transition:all .2s ease;height:100%;width:100%;}
.hub-menu article:hover{border-color:var(--hub-aqua);box-shadow:0 8px 24px rgba(0,0,0,.45);}
.hub-menu .app_card{background:transparent;color:var(--hub-text);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px 24px;}
.hub-menu .show-icon{filter:invert(1) brightness(1.1);box-shadow:none;fill:var(--hub-text);}
.hub-menu .underline{color:var(--hub-text);text-decoration:none;font-weight:500;font-size:16px;text-decoration-color:transparent;justify-content:center;margin-top:12px;}
.hub-menu .underline:hover{color:#fff;}
/* Success message banner styling for authenticated menu */
.hub-menu ul.messagelist{padding:0;margin:0;list-style:none;width:100%;max-width:600px;display:flex;justify-content:center;}
.hub-menu ul.messagelist li{display:block;font-weight:400;font-size:14px;padding:12px 40px 12px 40px;margin:0;color:#fff;border-radius:8px;position:relative;border:none;background:transparent;text-align:center;}
.hub-menu ul.messagelist li::before{content:'';position:absolute;left:8px;top:50%;transform:translateY(-50%);width:24px;height:24px;background:var(--hub-aqua);border-radius:50%;z-index:1;}
.hub-menu ul.messagelist li::after{content:'';position:absolute;left:8px;top:50%;transform:translateY(-50%);width:24px;height:24px;background:url(../img/icon-yes.svg) center center no-repeat;background-size:14px auto;z-index:2;filter:brightness(0) invert(1);}
.hub-menu ul.messagelist li.warning::before{background:#fbbf24;}
.hub-menu ul.messagelist li.warning::after{background-image:url(../img/icon-alert.svg);background-size:13px auto;filter:brightness(0) invert(1);}
.hub-menu ul.messagelist li.error::before{background:#ef4444;}
.hub-menu ul.messagelist li.error::after{background-image:url(../img/icon-no.svg);background-size:14px auto;filter:brightness(0) invert(1);}

