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;
    background: linear-gradient(to top right, #ffffff, #eaeaea, #dcdcdc);
    background-attachment: fixed;
}
th, td {
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
}

.table-responsive {
    overflow-x: auto;
}

@media (max-width: 992px) {
    th, td {
        font-size: 0.75rem;
        padding: 0.3rem 0.45rem;
    }
}

@media (max-width: 768px) {
    th, td {
        font-size: 0.7rem;
        padding: 0.25rem 0.4rem;
    }
}

@media (max-width: 576px) {
    th, td {
        font-size: 0.65rem;
        padding: 0.2rem 0.3rem;
    }
}
.att-card {
    border-radius: 10px;
    background-image: linear-gradient(to top right, #f8f9fa, #bcd9c6);
}


