.form-response {

}
.app-icon {
  text-align: center;
  text-decoration: none;
}
.app-icon-icon {
  width: 5em;
  height: 5em;
  border-radius: 1em;
  background: #AAA;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  display: inline-block;
  box-shadow: 1px 2px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

@media all and (min-width: 1000px) {
  .app-icons .app-icon {
    float: left;
    margin: 0 3.6% 2em 0;
    width: 13%;
  }
  .app-icons .app-icon:nth-child(6n+1) {
    clear: left;
  }
}
@media all and (min-width: 800px) and (max-width: 999px) {
  .app-icons .app-icon {
    float: left;
    margin: 0 3.6% 2em 0;
    width: 16%;
  }
  .app-icons .app-icon:nth-child(5n+1) {
    clear: left;
  }
}
@media all and (min-width: 700px) and (max-width: 899px) {
  .app-icons .app-icon {
    float: left;
    margin: 0 3.6% 2em 0;
    width: 21%;
  }
  .app-icons .app-icon:nth-child(4n+1) {
    clear: left;
  }
}
@media all and (min-width: 500px) and (max-width: 699px) {
  .app-icons .app-icon {
    float: left;
    margin: 0 3.6% 2em 0;
    width: 29%;
  }
  .app-icons .app-icon:nth-child(3n+1) {
    clear: left;
  }
}
@media all and (max-width: 499px) {
  .app-icons .app-icon {
    float: left;
    margin: 0 3.6% 2em 0;
    width: 46%;
  }
  .app-icons .app-icon:nth-child(2n+1) {
    clear: left;
  }
}

.app-icons .app-icon:hover .app-icon-icon {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
  color: #FFF;
  opacity: 0.92;
}
.app-icon-label {
  font-size: 0.7em;
  color: #000;
  line-height: 1.2;
  padding: 0.6em 0;
  text-decoration: none;
}
.app-icon-text {
  white-space: nowrap;
  font-size: 1em;
  position: absolute;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
}

.app-icon-text .icon {
  font-size: 2em;
}

.no-overflow {
  overflow: hidden;
}

.response-wrapper {
  background: #FFF;
  border-radius: 1em;
  border: 2px solid #149880;
  margin-bottom: 1em;
}
.response-wrapper pre {
  margin: 0;
}
.response-wrapper p:first-child {
  margin-top: 0;
}
.response-wrapper p:last-child {
  margin-bottom: 0;
}
.response-header {
  border-radius: 0.8em 0.8em 0 0;
  background: #149880;
  color: #FFF;
  padding: 0.5em 1.5em;
  display: flex;
  justify-content: space-between;
}
.response-result {
  padding: 1.5em;
  max-height: 40em;
  max-height: 50vh;
  overflow: auto;
}
.response-title {
  font-weight: bold;
}

.response-wrapper-error.response-wrapper {
  border-color: #b13c4c;
}
.response-wrapper-error .response-header {
  background-color: #b13c4c;
}
.response-wrapper-info.response-wrapper {
  border-color: #365b81;
}
.response-wrapper-info .response-header {
  background-color: #365b81;
}
.response-wrapper-warning.response-wrapper {
  border-color: #c98d3f;
}
.response-wrapper-warning .response-header {
  background-color: #c98d3f;
}

.copy-hidden .copy-button,
.copy-hidden .copy-button:hover,
.copy-hidden .copy-button:focus,
.copy-hidden .copy-button:active {
  cursor: default !important;
  opacity: 0.4 !important;
}
.copy-button {
  cursor: pointer;
}
.copy-button:hover {
  opacity: 0.8;
}

.qr-code {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #EEE;
  border-radius: 5px;
}
@keyframes bounce {
  10% { transform: scale(1.05); }
  30%, 70% { transform: rotate(-14deg) scale(1.05); }
  50% { transform: rotate(14deg) scale(1.05); }
  85% { transform: rotate(0deg) scale(1.05); }
  100% { transform: scale(1); }
}
.dice {
  min-width: 2.7em;
  height: 2.7em;
  line-height: 3em;
  font-size: 1.7em;
  padding: 0.3em;
  background: #EEE;
  border-radius: 0.7em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0.3em;
  text-align: center;
  color: #555;
  cursor: pointer;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0px 3px 5px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.1), 0 -0.4em 1em rgba(255, 255, 255, 0.2) inset, 0 0 1em rgba(0, 0, 0, 0.05) inset;
}
.dice:before {
  position: absolute;
  content: " ";
  overflow: hidden;
  user-select: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.08));
  height: 50%;
  left: 0;
  top: 50%;
  width: 100%;
}
.dice:after {
  position: absolute;
  content: " ";
  overflow: hidden;
  user-select: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.15));
  height: 50%;
  left: 0;
  width: 100%;
  top: 0;
}
.dice-rolling {
  animation: bounce 0.5s ease 1;
}
.dice-size {
  position: absolute;
  padding: 0.5em 0.8em;
  font-size: 0.4em;
  opacity: 0.7;
  font-family: monospace;
  line-height: 1;
  bottom: 1em;
  left: 0;
  right: 0;
  text-align: center;
}
.dice-group {
  border: 2px solid #EEE;
  border-radius: 1em;
}
.dice-wrapper {
  padding: 1em;
  min-height: 2em;
}
.dice-add-form {
  background: #F8F8F8;
  padding: 1em;
  display: flex;
  align-items: center;
  border-top: 1px solid #EEE;
}
.dice-disabled {
  opacity: 0.3;
}

.tool-blurb {
  opacity: 0.8;
  font-size: 0.94em;
}

dl dt {
  float: left;
  width: 33%;
  clear: left;
  margin: 0 0 0.2em;
  font-weight: bold;
}
dl dd {
  float: left;
  width: 63%;
  margin: 0 0 0 4%;
}
dl:after {
  content: "";
  display: block;
  clear: left;
  height: 1px;
  overflow: hidden;
}

.star-on {
  color: #eaa800;
}
.star-off {
  opacity: 0.3;
}

.color-preview {
  padding: 1em;
}
.color-preview-small .color-preview {
  font-size: 11pt;
}
.color-preview-medium .color-preview {
  font-size: 14pt;
}
.color-preview-large .color-preview {
  font-size: 18pt;
}
.color-preview-small .response-result,
.color-preview-medium .response-result,
.color-preview-large .response-result {
  padding: 0;
}

.wcag-result {
  padding: 2px 6px;
  display: inline-block;
  background: #444;
  color: #FFF;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.85em;
}
.wcag-result-fail {
  background: #c04;
}
.wcag-result-pass {
  background: #0b6c55;
}

.word-break {
  word-break: break-all;
  max-width: 100%;
  white-space: normal;
}
