@charset "UTF-8";

.verdict {
}
.verdict .description {
}
.verdict .amount {
}
.verdict .dateAndState {
}
.verdict .date {
}
.verdict .state {
}

#menuToggle {
  display: block;
  position: relative;
  top: 0px;
  left: 10px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 170px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 170px;
  margin: 0px 0 0 -10px;
  padding: 10px;
  padding-top: 0px;

  background: #ffffff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(100%, 0);

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: none;
}

#menu li {
  padding: 3px 0;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
  display: block;
}

button.enhanceprofile {
  background-color: red;
  color: white;
  margin: 0 auto;
  font-size: 1.25rem;
  border: 2px solid red;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  display: block;
}

.supportcharge .stripe-button-el,
.supportcharge {
  display: inline !important;
}

.supportcharge,
#support {
  text-align: center;
  margin: 0 auto;
}

.stripe-button {
  background: red !important;
  background-image: none !important;
  color: #fff;
  padding: 0.3rem;
  border: none;
  display: inline !important;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}
