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%;
}

body {
  margin-bottom: 60px;
}


/*styling tables*/
.dt-container {
    padding: 2px;
}
.dt-search {
    margin-bottom: 10px;
}

.dt-search label {
    margin-right: 5px;
}

.dt-info {
    padding: 5px;
    margin-bottom: 5px;
}

.dt-paging {
    margin-bottom: 8px;
}

.dt-paging button {
    margin: 1px;
}

.page-link--spacer {
    padding-left: 0;
    padding-right: 0;
    pointer-events: none;
    letter-spacing: 2px;
}

.page-link {
    border: none;
    border-radius: 20%;
}

.page-item {
    margin: .2rem;
}

.thumbnail-photo {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    cursor: pointer;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); 
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
    pointer-events: all; 
}
