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;
}
/*DAD-10*/
.table-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.sub-modal-columns {
    column-count: 2;
}

@media (max-width:991px) {
    .sub-modal-columns {
        column-count: 1;
    }
}

h1 {
    font-size: 2rem;
}

.list-group > li + li .list-group-item {
    border-top-width: 0;
}

.list-group > li:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group > li:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

/* fix contrast issues with default bootstrap */
a, .btn-link, .page-link {
    color: #0071eb;
}

.btn-primary {
    background-color: #0069ff;
    border-color: #0069ff;
}

.badge-success {
    color: #212529;
}

.close {
    opacity: .75;
}

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: 1;
    }

.form-check-input {
    border: #5b5f63 solid 1px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4, h5, h6 {
    font-size: 16px;
}


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.stepwizard-step:before {
    left: 0px;
    top: 14px;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.stepwizard-step {
    text-align: center;
    position: relative;
    flex-grow: 1;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    position: relative;
}

.stepwizard .btn-outline-dark {
    background-color: white;
}

    .stepwizard .btn-outline-dark:hover, .stepwizard .btn-outline-dark:focus {
        background-color: dimgrey;
        color: white;
    }