﻿.text-bg-dark {
  --bs-dark-rgb: 51,51,51;
}

.logo {
  max-width: 128px;
}

footer a {
  text-decoration: none;
}

  footer a:hover {
    text-decoration: underline;
  }

.validation-summary-errors {
  margin: 10px 0;
  color: red;
}

  .validation-summary-errors ul {
    margin: 0;
    padding-left: 18px;
  }

    .validation-summary-errors ul li {
  
    }

.checkbox-with-textinput {
  display: none;
}

  .form-check:has(input:checked) ~ .checkbox-with-textinput {
    display: block;
  }

.btn-primary, .btn-primary:active, .btn-primary:visited {
  background-color: #ff3e17 !important;
  border-color: #ff3e17 !important;
}

  .btn-primary:hover {
    opacity: 0.9;
  }

.modal-body .link {
  cursor: pointer;
  display: block;
}

  .modal-body .link:hover {
    text-decoration: underline;
  }

.input-group > .input-group-append > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}