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;
}

.btn-primary {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

    .btn-primary:hover {
        background-color: #0056b3;
    }

.table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
}

    .table th, .table td {
        padding: 10px;
        text-align: left;
        border: 1px solid #ddd;
    }

    .table th {
        background-color: #f4f4f4;
    }

.btn {
    margin-right: 5px;
}

.navbar {
    background: linear-gradient(to bottom, #bfe9ff 0%, #bfe9ff 80%, #c40000 100%) !important;
}
.table-responsive {
    overflow-x: auto;
}

.table td,
.table th {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .table {
        min-width: 700px;
    }
}
.table-responsive {
    overflow-x: auto;
}

.table td,
.table th {
    vertical-align: middle;
}

.accordion-button {
    font-weight: 600;
}

.accordion-body {
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .container,
    .form-container,
    .table-container {
        width: 100%;
        max-width: 100%;
    }
}