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;
}

.form-control {
    padding: 3px 6px !important;
    height: 30px !important;
}

.btn-default {
    background-color: #333 !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.btn-default:hover {
    background-color: #111 !important;
}

.pagination-container {
    margin-top: 20px;
    text-align: center;
}

.btn-page {
    padding: 6px 12px;
    margin: 0 5px;
    background-color: #2c3e50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

    .btn-page:hover {
        background-color: #1a252f;
    }


.section-wrapper {
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.column-box {
    background: #f8f9fb;
    border: 1px dashed #dcdcdc;
    border-radius: 12px;
    padding: 10px;
    min-height: 100px;
}