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;
}

.list-group-item.PGAllList {
    position: relative;
    display: block;
    padding:2px 0px 2px 0px;
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: none;
}

.green{
    color:green;
}

.red {
    color: red;
}

.btn-cfd-1 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6f9b9c;
    --bs-btn-border-color: #6f9b9c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7f9883;
    --bs-btn-hover-border-color: #7f9883;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7f9883;
    --bs-btn-active-border-color: #7f9883;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    min-width: 300px;
    margin-bottom: 2px;
    font-weight: bold;
}

.btn.btn-cfd-1:focus, .btn.btn-cfd-1:active:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #7f9883;
}