/*#6c8d37;*/
body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body {
  scroll-behavior: smooth;
}
body {
  background-color: #f8fafb;
}
.entry-page-nosmooth {
  scroll-behavior: auto !important;
}
.topfix {
  height: 50px;
  width: 100%;
  background-color: var(--main-color);
}
.navigation {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  background-color: var(--main-color);
  position: fixed;
  z-index: 999;
}
.navigation-ghost {
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 969px) {
  .navigation .left {
    display: none;
  }
}
@media only screen and (max-width: 969px) {
  .navigation .right {
    display: none;
  }
}
.navigation .mobile-title,
.navigation .mobile-title-all {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--on-primary);
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
}
.navigation .mobile-title p,
.navigation .mobile-title-all p {
  margin: 0;
}
@media only screen and (min-width: 970px) {
  .navigation .mobile-title {
    display: none;
  }
}
.navigation .mobile-nav-icon {
  display: none;
  position: fixed;
  top: 0;
  right: 10px;
  width: 50px;
  height: 50px;
  color: var(--on-primary);
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}
.navigation .mobile-nav-icon:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
.navigation ul li {
  list-style-type: none;
  white-space: nowrap;
  padding: 15px 20px;
}
.navigation ul a {
  color: var(--on-primary);
  text-decoration: none;
}
.navigation ul a:hover,
.navigation ul a.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.section {
  margin-top: 35px;
}
.container {
  max-width: 1150px;
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .container {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
}
.mobile-nav {
  position: fixed;
  bottom: 0;
  bottom: env(safe-area-inset-bottom);
  width: calc(100% - 30px);
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mobile-nav-padding {
  height: 60px;
  height: calc(60px + env(safe-area-inset-top));
}
@media only screen and (min-width: 970px) {
  .mobile-nav-padding {
    display: none;
  }
}
@media only screen and (min-width: 970px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav-with-toolbar {
  bottom: calc(env(safe-area-inset-bottom) + 40px);
}
@media only screen and (max-width: 969px), only screen and (max-width: 767px) {
  .mobile-nav-with-toolbar {
    bottom: env(safe-area-inset-bottom);
  }
}
.mobile-nav a {
  width: 100%;
  height: 60px;
  line-height: 50px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-nav a i {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.mobile-nav a span {
  line-height: 1em;
}
.mobile-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mobile-nav a.active {
  color: #007aff;
  background-color: rgba(0, 0, 0, 0.05);
}
.mobile-nav a:first-of-type {
  border-radius: 10px 0 0 10px;
}
.mobile-nav a:last-of-type {
  border-radius: 0 10px 10px 0;
}
.footer-padding {
  width: 100%;
  height: 35px;
}
.footer {
  width: calc(100% - 50px);
  padding: 40px 25px;
  text-align: center;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.5);
  background-color: #eeeeee;
}
.footer .socials {
  font-size: 2em;
  margin-bottom: 25px;
}
.footer .socials a {
  margin-right: 10px;
}
.footer .socials a:last-of-type {
  margin-right: 0;
}
/* Elements */
p {
  line-height: 1.5em;
}
form {
  max-width: 500px;
}
form.unlimited {
  max-width: 100% !important;
}
form .control {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
form .control button {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
form label {
  font-size: 0.85em;
  display: inline-block;
  padding-bottom: 5px;
}
form input[type=text],
form input[type=password],
form input[type=number],
form input[type=time],
form input[type=tel],
form select,
form textarea {
  background-color: #fff;
  border-color: #dbdbdb;
  color: #252525;
  width: calc(100% - (0.75em * 2));
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 0.375em;
  box-shadow: none;
  display: inline-flex;
  line-height: 1.5em;
  padding: calc(1em - 1px) calc(0.75em - 1px);
  margin: 0;
}
form select.oversize {
  font-size: 1.1em;
  width: 100%;
}
.progress_btn {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 4px;
  padding: 8px;
  min-width: 75px;
  margin-bottom: 10px;
}
.progress_btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  color: #ffffff;
}
.progress_btn.active-btn {
  cursor: pointer;
  color: #ffffff;
  background-color: var(--main-color) !important;
}
button {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #ffffff;
  border-radius: 4px;
  padding: 8px;
  min-width: 75px;
}
button:hover {
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
ul.entities li {
  cursor: pointer;
}
ul.entities li:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ul.entities li:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
ul.fixtures li:first-of-type,
ul.published li:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ul.fixtures li:last-of-type,
ul.published li:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
ul.fixtures form:nth-child(odd),
ul.published form:nth-child(odd) {
  margin-bottom: 0;
}
ul.fixtures form:nth-child(odd) li,
ul.published form:nth-child(odd) li {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
ul.fixtures form:nth-child(even) li,
ul.published form:nth-child(even) li {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
ul.entities,
ul.fixtures {
  padding: 0;
  margin: 0;
}
ul.entities .wrap,
ul.fixtures .wrap {
  display: block;
}
ul.entities form,
ul.fixtures form {
  max-width: inherit;
  margin-bottom: 15px;
}
ul.entities form:last-of-type,
ul.fixtures form:last-of-type {
  margin-bottom: 0;
}
ul.entities input,
ul.fixtures input {
  max-width: 100px;
}
ul.entities li,
ul.fixtures li {
  padding: 20px 25px;
  list-style-type: none;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
ul.entities li a,
ul.fixtures li a {
  text-decoration: none;
  color: inherit;
}
ul.entities li a:hover,
ul.fixtures li a:hover {
  color: #007aff;
}
ul.entities li:hover,
ul.fixtures li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover,
a.back-nav {
  color: #007aff;
}
/* Useful things */
.flexrow {
  display: flex;
  flex-direction: row;
}
ul.segmented-menu {
  padding: 0;
  margin: 0;
}
ul.segmented-menu li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
ul.segmented-menu li:last-of-type {
  margin-right: 0;
}
ul.segmented-menu li.active {
  color: #007aff;
}
.hover-danger:hover {
  color: #d3342f;
}
.logoutbutton {
  text-align: right;
}
.options {
  list-style-type: none;
}
.options li {
  padding: 5px 0;
}
table.scores {
  width: 100%;
  border-collapse: collapse;
}
table.scores td {
  text-align: center;
  padding: 5px;
}
table.scores td:first-of-type {
  padding-left: 10px;
}
table.scores tr {
  height: 30px;
}
table.scores tr td:first-of-type,
table.scores tr th:first-of-type {
  text-align: left;
}
table.scores tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
table.scores tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
table.scores th.vertical {
  text-align: center;
  white-space: nowrap;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
table.scores th.vertical:before {
  content: '';
  padding-top: 110%;
  /* takes width as reference, + 10% for faking some extra padding */
  display: inline-block;
  vertical-align: middle;
}
.tooltip {
  position: relative;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
}
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.699);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  width: 120px;
  bottom: calc(100% + 10px);
  left: 50%;
  margin-left: -60px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* Move in to separate files later */
/******         INDEX            ******/
.hero {
  width: 100%;
  height: 350px;
  background-image: url('../assets/index_hero.jpg.html');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0px 11px 30px -10px rgba(0, 0, 0, 0.4), inset 0px -11px 30px -10px rgba(0, 0, 0, 0.4);
}
.hero span.herotext {
  font-size: 5em;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 15px #0000009c;
}
/*******        ACCOUNTS        ********/
.accounts .table-wrap .shadow,
.import .table-wrap .shadow {
  position: relative;
}
@media only screen and (max-width: 969px) {
  .accounts .table-wrap .shadow:after,
  .import .table-wrap .shadow:after {
    content: "";
    position: absolute;
    right: -1px;
    width: 25%;
    top: 0;
    bottom: 0;
    /*box-shadow: inset -7px 0 9px -7px #F8FAFB;*/
    box-shadow: inset -20px 0 9px -7px #F8FAFB;
    pointer-events: none;
  }
}
.accounts .table-wrap .table-scroll-wrap,
.import .table-wrap .table-scroll-wrap {
  position: relative;
  overflow-x: scroll;
  padding-right: 30px;
}
.accounts table,
.import table {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  border-spacing: 0;
  background-color: 5px;
  white-space: nowrap;
}
.accounts table thead,
.import table thead {
  background-color: #EBF0FC;
  color: #3e3e3e;
  border-top-left-radius: 5px;
  overflow: hidden;
}
.accounts table thead th,
.import table thead th {
  padding: 10px 15px;
  font-size: 0.95em;
  text-align: left;
}
.accounts table td,
.import table td {
  font-size: 1em;
  padding: 8px 15px;
}
.accounts table tr:nth-child(even),
.import table tr:nth-child(even) {
  background-color: #f4f4f7;
}
.accounts table tr:hover,
.import table tr:hover {
  background-color: #EBF0FC;
}
.winners-board {
  margin: auto;
  max-width: 500px;
  border-radius: 8px;
}
.winners-board h3 {
  margin: 0;
}
.winners-board p {
  margin: 0;
}
.winners-board .cup-board {
  display: flex;
  flex-direction: row;
  text-align: left;
  padding: 10px;
}
.winners-board .cup-board i {
  font-size: 3.1em;
  color: #edc531;
  padding-right: 15px;
}
.winners-board .plate-board {
  display: flex;
  flex-direction: row;
  text-align: left;
  padding: 10px;
}
.winners-board .plate-board i {
  font-size: 3.1em;
  color: #dcdee5;
  padding-right: 15px;
}
.winners-grid {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  row-gap: 20px;
  border-radius: 8px;
}
.winners-grid h3 {
  margin: 0;
}
.winners-grid p {
  margin: 0;
}
.winners-grid i.fa-trophy-alt {
  font-size: 3.1em;
  color: #edc531;
  padding-right: 15px;
}
.winners-grid i.fa-shield {
  font-size: 3.1em;
  color: #dcdee5;
  padding-right: 15px;
}
.prog {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: inline-block;
  background-color: rgba(108, 141, 55, 0.8);
}
.prog_tbl {
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: rgba(108, 141, 55, 0.8) !important;
}
.noprog_tbl {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: rgba(108, 141, 55, 0) !important;
}
table.score-entry {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000;
}
table.score-entry input {
  width: 100%;
}
table.score-entry td {
  border: 1px solid #000;
  padding: 0;
  margin: 0;
  height: 30px;
}
table.score-entry td input {
  box-sizing: border-box;
  width: 100%;
  display: block;
  height: 100%;
  border: none;
}
table.score-entry td input[type=time] {
  height: auto;
}
table.score-entry td button {
  margin: 5px 0;
}
table.score-entry td,
table.score-entry td input {
  text-align: center;
}
table.score-entry .align-left {
  text-align: left;
}
table.score-entry .align-center {
  text-align: center;
}
table.score-entry .align-right {
  text-align: right;
}
.ko_progress {
  height: 18px;
  width: 18px;
  display: inline-block;
  background-color: green;
}
a.full-width {
  margin: 0 auto;
  display: block;
}
.poweredby {
  margin: 0 auto;
  max-width: 250px;
}
@media only screen and (min-width: 970px) {
  .level {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .level .align-right {
    text-align: left;
    margin-right: 30px;
  }
  .level .align-left {
    text-align: left;
  }
}
@media only screen and (max-width: 969px) {
  .level a.full-width {
    margin-top: 25px;
  }
}
.toggler {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.toggler .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.toggler .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggler .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggler .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggler input:checked + .slider {
  background-color: #2196F3;
}
.toggler input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.toggler input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.toggler .slider.round {
  border-radius: 34px;
}
.toggler .slider.round:before {
  border-radius: 50%;
}
.text-small {
  font-size: 0.8em;
}
.text-small-nopad {
  font-size: 0.8em;
  margin-top: 0;
  margin-bottom: 0;
}
.text-small-light {
  font-size: 0.8em;
  opacity: 0.5;
  margin-top: 0;
  margin-left: 5px;
  margin-bottom: 0;
}
.text-italic {
  font-style: italic;
}
.floating-menu {
  position: fixed;
  bottom: 0;
  bottom: calc(env(safe-area-inset-bottom) + 20px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  padding: 15px;
  margin: 0;
}
@media only screen and (max-width: 969px), only screen and (max-width: 767px) {
  .floating-menu {
    bottom: calc(env(safe-area-inset-bottom) + 15px + 60px + 10px);
  }
}
.floating-menu-toolbar {
  bottom: calc(env(safe-area-inset-bottom) + 20px + 40px);
}
@media only screen and (max-width: 969px), only screen and (max-width: 767px) {
  .floating-menu-toolbar {
    bottom: calc(env(safe-area-inset-bottom) + 15px + 60px + 10px + 40px);
  }
}
.floating-menu p {
  white-space: nowrap;
  padding: 0 10px 0 0;
  margin: 0;
  line-height: 1em;
}
.floating-menu li {
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 0;
  padding-bottom: 0;
}
.floating-menu li a {
  margin-bottom: 0;
}
.floating-menu li:last-of-type {
  margin-right: 0;
}
.segmented-toggle {
  display: flex;
  max-width: 336px;
  width: calc(100% - 50px);
  user-select: none;
  -webkit-tap-highlight-color: var(--main-color);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 0.75em;
  border: 1px solid var(--main-color);
  border-radius: 3px;
  color: #000;
}
.segmented-toggle > input {
  display: none;
}
.segmented-toggle > input:checked + label {
  color: #ffffff;
}
.segmented-toggle > input:nth-of-type(1):checked ~ label:last-of-type:before {
  transform: translateX(calc(0% + 0px));
}
.segmented-toggle > input:nth-of-type(2):checked ~ label:last-of-type:before {
  transform: translateX(calc(100% + 0px));
}
.segmented-toggle > input:nth-of-type(3):checked ~ label:last-of-type:before {
  transform: translateX(calc(200% + 0px));
}
.segmented-toggle label {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.segmented-toggle label:last-of-type:before {
  content: "";
  display: block;
  max-width: calc(33.33333333% - 0px);
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
}
.segmented-toggle label {
  padding: 6px 3px;
  transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.segmented-toggle label:before {
  background: var(--main-color);
  transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.segmented-toggle label:not(:last-child) {
  border-right: 1px solid var(--main-color);
}
.popover-icon .popover-content {
  position: fixed;
  height: 200px;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.617);
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in-out;
  z-index: 9999;
}
.popover-icon .popover-content i {
  font-size: 6em;
  color: #ffffff;
  line-height: 200px;
  padding: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
table.times {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
}
table.times tr {
  border-bottom: 1px solid #000;
}
table.times tr:last-of-type {
  border-bottom: 0;
}
table.times td {
  border: 0;
  font-size: 0.8em;
}
progress,
::-webkit-progress-bar {
  width: 100%;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: lightgray;
  color: green;
  border: none;
}
popover-wrap * {
  touch-action: manipulation;
}
.poweredby {
  margin: 0 auto;
  max-width: 250px;
  min-width: 200px;
}
.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  margin: 0 auto;
  user-select: none;
}
.toggle-checkbox-content {
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px;
  background-color: #fff;
}
.toggle-checkbox-content:hover {
  cursor: default;
}
.tiles input[type=checkbox] {
  display: none;
}
.tiles input[type=checkbox]:checked + .toggle-checkbox-content {
  border: 2px solid #007aff;
  padding: 9px;
}
.toolbar-spacer {
  width: calc(100% - 30px);
  height: 30px;
  padding: 5px 15px;
  bottom: 0;
  left: 0;
  background-color: #eeeeee;
  color: #fff;
  z-index: -999;
}
@media only screen and (max-width: 969px), only screen and (max-width: 767px) {
  .toolbar-spacer {
    display: none;
  }
}
.toolbar {
  width: calc(100% - 30px);
  height: 30px;
  padding: 5px 15px;
  bottom: 0;
  left: 0;
  position: fixed;
  background-color: #3f4e5c;
  color: #fff;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 969px), only screen and (max-width: 767px) {
  .toolbar {
    display: none;
  }
}
.toolbar .tools {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.toolbar .tool {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 30px;
  margin-left: 15px;
  padding: 0 15px;
  border-radius: 4px;
}
.toolbar .tool:hover {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.little-gap {
  margin-top: 1em;
  margin-bottom: 0;
}
.message {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 25px;
  margin: 25px 0;
  letter-spacing: 0.01em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.message i {
  margin-right: 10px;
  font-size: 1.4em;
}
.message-error {
  background-color: rgba(201, 26, 26, 0.404);
  border-color: rgba(255, 255, 255, 0);
  color: rgba(0, 0, 0, 0.8);
}
.message-success {
  background-color: rgba(87, 201, 26, 0.404);
  border-color: rgba(255, 255, 255, 0);
  color: rgba(0, 0, 0, 0.8);
}
.message-info {
  background-color: rgba(26, 137, 201, 0.404);
  border-color: rgba(255, 255, 255, 0);
  color: rgba(0, 0, 0, 0.8);
}
.structure-wrap {
  width: 100%;
  overflow-y: scroll;
}
.structure-wrap .structure-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-height: 100%;
}
.structure-wrap .column {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  margin-left: 25px;
}
.structure-wrap .column:first-of-type {
  margin-left: 0;
}
.structure-wrap table.progression {
  min-width: 250px;
  max-width: 250px;
  background-color: white;
  border: none;
  border-collapse: collapse;
}
.structure-wrap table.progression td {
  padding: 5px;
}
.structure-wrap table.progression td.spacer {
  border: none;
  background-color: #f8fafb;
}
.structure-wrap table.progression td.head {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.1);
}
.structure-wrap table.progression td.head-no-first {
  padding-top: 1em;
}
