html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
/* Ensure the page can use full height so flex sticky footer works */
html, body {
  height: 100%;
}

/* Remove any hard bottom margin so footer can stick using flexbox */
body {
  margin-bottom: 0;
}


input:focus::placeholder {
    color: transparent;
}

x-small, .x-small {
    font-size: 0.75em;
}

.text-primary {
    color: #198754 !important;
}

td, th {
    white-space: nowrap;
}

.nav-link {
    color: 
}
/* Footer styling for the portal */
.site-footer {
    background: transparent;
    color: #6c757d;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .site-footer a {
        text-decoration: none;
    }

.site-footer .footer-logo {
    height: 84px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

/* Ensure footer (Bootstrap .footer) does not shrink so mt-auto moves it to bottom */
.footer {
    flex-shrink: 0;
}

/* Small screens: center text under logo */
@media (max-width: 767.98px) {
    .site-footer .container {
        text-align: center;
    }

    .site-footer .text-md-end {
        margin-top: .5rem;
    }
}

/* ?? Scholarship Application Form ????????????????????????????????????????????? */

.scholarship-form-wrapper {
    max-width: 1080px;
    margin: 0 auto;
}

.sap-page-header h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* Section card */
.sap-section {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}

/* Dark header bar — matches Forsyth County's style */
.sap-section-header {
    background-color: #1a3a2a;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    padding: 0.55rem 1rem;
    display: flex;
    align-items: center;
}

.sap-section-body {
    padding: 1.25rem 1.25rem 1rem;
    background: #fff;
}

/* SSN eye toggle button */
.ssn-eye-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #6c757d;
    line-height: 1;
}

    .ssn-eye-btn:hover {
        color: #343a40;
    }

/* Required asterisk spacing */
.form-label .text-danger {
    margin-left: 2px;
}

/* ?? Details page: label / value pairs ?????????????????????????????????????? */
.detail-label {
    display: block;
    font-size: 0.70rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 2px;
}

.detail-value {
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
}