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-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.rule-section h5 {
    color: #0d6efd;
    font-weight: 700;
}

.bg-white p {
    line-height: 1.7;
}

.bg-white ol li {
    margin-bottom: .75rem;
}
.list-group-item.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.list-group-item-action:hover {
    background-color: #f8f9fa;
}

@media (max-width: 991px) {

    .list-group {
        margin-bottom: 20px;
    }
}
.rule-page {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}

    .rule-page h1 {
        font-weight: 700;
        margin-bottom: 25px;
    }

    .rule-page h5 {
        color: #0d6efd;
        font-weight: 700;
    }

    .rule-page p {
        line-height: 1.8;
        margin-bottom: 1rem;
    }

    .rule-page dt {
        color: #0d6efd;
        font-weight: 700;
    }

    .rule-page dd {
        margin-bottom: 1rem;
        padding-bottom: .75rem;
        border-bottom: 1px solid #eee;
    }

.list-group-item:hover {
    background-color: #f8f9fa;
}

.list-group-item.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.rule-page {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    min-height: 700px;
}

.governance-menu {
    position: sticky;
    top: 20px;
}
.governance-menu {
    position: sticky;
    top: 20px;
}