.overlay {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.working {
  overflow: hidden;
}

.working .overlay {
  text-align: center;
  margin: 0 0 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.working #overlay-message {
  color: #505050;
  /* text-shadow: 0 0 2px black; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}

.has-error .help-block::before {
  font: var(--fa-font-solid);
  content: '\f06a';
  color: red;
}

.has-error .help-block {
  color: red;
}

.has-error input:not(.no-error) {
  border-color: red;
}

.g-rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.note-editing-area {
  line-height: 1.2 !important;
}

.nf-header {
  border-bottom: 2px solid #175A88;
}

.nf-mobile-header {
  display: none;
}

.nf-mobile-board-detail {
  display: none;
}

.contact-info p {
  margin-bottom: 0 !important;
}

/* Logo */
.web-header-public {
  max-height: 90px;
  max-width: 250px;
}

.web-header-public-mobile {
  max-height: 60px;
  max-width: 120px;
}

.web-detail-badge {
  max-height: 40px;
  max-width: 250px;
}

/* Working Overlay */
.ux-dialog-container.active {
  z-index: 1100 !important;
}

.ux-dialog-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4) !important;
}

.app-info-header {
  display: block;
}

.app-info-header-mobile {
  display: none !important;
}

.withdraw-btn {
  display: block;
}

.withdraw-btn-mobile {
  display: none;
}

#pdf-viewer-canvas, #react-root {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  margin-top: 1em;
}

.MuiGrid-item {
  max-width: 100% !important;
}

@media (max-width: 515px) {
  .application-detail-header-mobile {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 770px) {
  .nf-header {
    display: none;
  }

  .nf-mobile-header {
    display: block;
    border-bottom: 2px solid #175A88;
  }

  .nf-mobile-search {
    width: 100% !important;
  }

  .nf-mobile-board-detail {
    display: block;
  }

  .nf-board-detail {
    display: none;
  }
}

@media (max-width: 700px) {
  .preview-btn-mobile {
    display: none !important;
  }

  .withdraw-btn {
    display: none;
  }

  .withdraw-btn-mobile {
    display: block;
    max-height: 30px;
  }
}

@media (max-width: 750px) {
  .modal-dialog {
    max-width: 90vw !important;
  }
}

@media (max-width: 800px) {
  .apply-view {
    flex-direction: column;
  }

  .apply-view .apply-card {
    margin-bottom: 10px;
    padding: 30px !important;
  }

  .app-info-header {
    display: none !important;
  }

  .app-info-header-mobile {
    display: block !important;
  }
}

.active-text {
  /*color: #23705E;*/
  color: #000000;
}

.vacant-text {
  color: #006ADB;
}

.btn-color-orange {
  background-color: #C05702;
  color: #ffffff;
}

/* ADA */
.text-info {
  color: #117C8D !important;
}

.text-warning {
  color: #946F00 !important;
}

.text-muted-gray {
  color: #737373 !important;
}

a:focus {
  text-decoration: underline !important;
}

button:focus {
  border: 2px solid black;
}

/* HACK: NextForm overrides */
.markdown span {
  color: rgb(230, 0, 0) !important;
}

.warningStyle {
  background-color: #C05702 !important;
  color: #FFFFFF !important;
}

.warningTextStyle {
  color: #C05702 !important;
  border-color: #C05702 !important;
}

.nf-card-footer {
  border-top: 1px solid #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
}

.nf-card-footer-text {
  text-align: center;
  font-weight: bold;
  color: #0360c3;
  /*color: #5c5c5c;*/
  font-size: 1.2rem;
  padding: 8px 0;
  /*position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: .5rem;*/
}

.signed-up {
  justify-content: end;
}

@media (max-width: 380px) {
  .signed-up {
    justify-content: center;
  }
}

