﻿.skip-link:focus {
  left: 0;
  top: 0;
}

button:disabled:hover, button:disabled:focus {
  color: #FF0808 !important;
}

ul li span, ol li span, a:hover, a:focus, button:hover, button:focus {
  border: 3px groove #000000 !important;
  color: #7CFC00 !important;
}

.cookie-detail {
  font-size: 85%;
}

input[type="checkbox"] {
  border: 1px solid #000000;
  color: #FFFFFF;
  background-color: #000000;
}

.msg-a {
  color: #EB7070;
}

.msg-b {
  color: #FF8C00;
}

div[role="progressbar"] {
  height: 20px;
  border: 1px solid #000;
  background-color: #000;
  transition: all 0.5s ease-in-out;
}

div[role="progressbar"] div {
  height: 100%;
  background-color: #fff8dc;
  transform-origin: left;
  transition: all 0.5s ease-in-out;
}

