html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

#root {
  min-height: 100%;
  width: 100%;
}



code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

iframe#webpack-dev-server-client-overlay {
  display: none;
}

.MuiTabs-root .MuiTabs-scrollButtons.Mui-disabled {
  opacity: 0.3 !important;
}

.bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}

.deepskyblue {
  background-color: deepskyblue;
}

.dark-gray {
  background-color: #444;
}

.green {
  background-color: green;
}

.split {
  display: flex;
  height: 100%;
  width: 100%;
}


.split .gutter {
  background-color: #e0e0e0;
  width: 10px;
  position: relative;
  border-radius: 3px;
}


.split .gutter:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 30px;
  background: #b0b0b0;
  transform: translate(-50%, -50%);
  border-radius: 3px;
}

.split .gutter:hover {
  cursor: col-resize;
}

.App {
  text-align: center;
  height: 100%;
  width: 100%;
}

.app-shell-locked {
  height: 100vh;
  overflow: hidden;
  width: 100%;
}


.App-header {
  background-color: #282c34;
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
  width: 100%;
  /* height: 100%; */
}


.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-image: url(/2f2de7eec1101828df6f.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
}

.login-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  width: 560px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 220px;
  display: flex;
}

.login-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-left: 15px;
}

.login-logo
{
  background-image: url(/0b1402e3048ae27fdf2e.png);
  height: 100%;
  width: 240px;
  /* float:left; */
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.input-container {
  display: flex;
  align-items: center;
  width: calc(100% - 22px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;

  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.login-fields
{
    width: 60%;
    margin:15px;
    margin-top:0px;
}
.input-icon {
  margin-right: 10px;
}

.input-field {
  background: transparent;
  border: none;
  outline: none;
  color: white;
  width: 100%;
  font-size: 14px;
}

.input-field::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.login-button {
  background: #D1CC00;
  color: white;
  font-weight: 800;
  padding: 10px;
 
  
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  width:100%;
}

.login-button:hover {
  background: rgb(48, 65, 86);
  color: white;
}

.login-button:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  opacity: 0.6;
}

.test-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 45px;
  margin-top: 45px;
}

.clock-icon {
  margin-right: 10px;
}

.test-text {
  color: white;
}

input:-internal-autofill-selected {
  -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #333;
}

.presence-confirmation-page {
  align-items: flex-start;
  background-image: url(/2f2de7eec1101828df6f.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: visible;
  padding: 28px;
  position: relative;
  width: 100%;
}

.presence-confirmation-panel {
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  color: #fff;
  margin: 0;
  max-width: 880px;
  overflow: hidden;
  width: min(100%, 880px);
}

.presence-confirmation-content {
  box-sizing: border-box;
  padding: 30px 34px 34px;
}

.presence-confirmation-brand {
  background-image: url(/ede764cc35b07baaff31.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 34px;
  margin: 0 0 18px;
  width: 150px;
}

.presence-confirmation-content h1 {
  color: #d1cc00;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 18px;
}

.presence-confirmation-message,
.presence-confirmation-status {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 26px;
}

.presence-confirmation-status-confirmed {
  color: #a7f3d0;
}

.presence-confirmation-status-expired,
.presence-confirmation-status-invalid {
  color: #fecaca;
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0 0;
}

.presence-confirmation-info-section {
  margin: 0 0 28px;
}

.presence-confirmation-section-title {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 0 0 12px;
}

.presence-confirmation-section-title h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.presence-confirmation-info-section ul {
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  padding-left: 40px;
}

.presence-confirmation-info-section li {
  margin: 2px 0;
}

.presence-confirmation-info-section strong {
  color: #fff;
  font-weight: 800;
}

.presence-confirmation-details {
  display: grid;
  gap: 10px;
  margin: 0;
}

.presence-confirmation-details div {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 10px 12px;
}

.presence-confirmation-details dt {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.presence-confirmation-details dd {
  color: #fff;
  font-size: 14px;
  margin: 0;
  overflow-wrap: anywhere;
}

.presence-confirmation-form {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 14px;
  margin-top: 34px;
  padding-top: 28px;
}

.presence-confirmation-form-title {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 4px;
}

.presence-confirmation-field {
  display: grid;
  gap: 8px;
  position: relative;
}

.presence-confirmation-field span,
.presence-confirmation-form-title {
  color: #fff;
  font-weight: 800;
}

.presence-confirmation-field span {
  font-size: 14px;
}

.presence-confirmation-field select {
  appearance: none;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 5px;
  color: #111827;
  font-size: 15px;
  height: 44px;
  padding: 0 38px 0 12px;
  width: 100%;
}

.presence-confirmation-field::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #475569;
  bottom: 18px;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 14px;
}

.presence-confirmation-field select option {
  color: #111827;
}

.presence-confirmation-button {
  background: #d1cc00;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  min-height: 46px;
  padding: 12px;
  transition: background 0.2s ease, color 0.2s ease;
  width: 100%;
}

.presence-confirmation-button:hover:not(:disabled) {
  background: rgb(48, 65, 86);
}

.presence-confirmation-button:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  opacity: 0.72;
}

.presence-confirmation-loader {
  animation: presenceConfirmationSpin 0.9s linear infinite;
  border: 3px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  border-top-color: #d1cc00;
  height: 34px;
  width: 34px;
}

@keyframes presenceConfirmationSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 720px) {
  .presence-confirmation-page {
    align-items: stretch;
    padding: 14px;
  }

  .presence-confirmation-panel {
    margin: 0;
    width: 100%;
  }

  .presence-confirmation-content {
    padding: 22px 18px 24px;
  }

  .presence-confirmation-brand {
    height: 30px;
    margin-bottom: 16px;
    width: 134px;
  }

  .presence-confirmation-content h1 {
    font-size: 26px;
  }

  .presence-confirmation-message,
  .presence-confirmation-status {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .presence-confirmation-section-title {
    gap: 10px;
  }

  .presence-confirmation-section-title h2 {
    font-size: 21px;
  }

  .presence-confirmation-info-section {
    margin-bottom: 24px;
  }

  .presence-confirmation-info-section ul {
    font-size: 15px;
    padding-left: 28px;
  }

  .presence-confirmation-form {
    margin-top: 28px;
    padding-top: 22px;
  }
}

@media (max-width: 440px) {
  .presence-confirmation-content h1 {
    font-size: 24px;
  }

  .presence-confirmation-info-section ul {
    padding-left: 24px;
  }
}

