html {
  font-size: 13px;
}

@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}

.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;
}

/*-------------------*/

a {
    color: #0077cc;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a.navbar-brand:hover {
    color: #ccc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/*----------------------------*/

h1 {
    margin-bottom: 25px;
}

table.details th,
table.details td {
    vertical-align: top;
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
}

table.details th {
    padding-left: 4px;
    padding-right: 20px;
    white-space: nowrap;
}

table.details tr.blank-row td {
    border-bottom: none;
}

table.boxed td {
    vertical-align: top;
    border: 2px solid #aaa;
}

.error-message {
    background: #e10000;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    margin-top: 10px;
}

.navbar {
    background: #007F4C;
    color: #fff;
}

.navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.nav-link {
    color: #6DE5B5;
    font-size: 16px;
}

.nav-link:hover {
    color: #fff;
}

input:not([type="submit"]),
select,
textarea {
    min-width: 300px;
}

.full-width {
    width: 100%;
}