/* Rondehoeken
===========================================================================*/
.main-width {
  margin: 0 auto;
  max-width: 1600px;
}
.medium-width {
  margin: 0 auto;
  max-width: 960px;
}
.width-640 {
  margin: 0 auto;
  max-width: 640px;
}
.width-960 {
  margin: 0 auto;
  max-width: 960px;
}
.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.black-text,
.white-text,
.red-text,
.yellow-text,
.orange-text,
.green-text,
.blue-text,
.purple-text,
.grey-text,
.fluor-text {
  font-weight: bold;
}
.black-text {
  color: #000000;
}
.white-text {
  color: #ffffff;
}
.red-text {
  color: #EA2027;
}
.yellow-text {
  color: #F79F1F;
}
.orange-text {
  color: #F79F1F;
}
.green-text {
  color: rgba(0, 148, 50);
}
.blue-text {
  color: #0652DD;
}
.purple-text {
  color: #6F1E51;
}
.grey-text {
  color: #969694;
}
.fluor-text {
  color: #00dd00;
}
.underline-text,
.underlined-text {
  text-decoration: underline;
}
.strong-text {
  font-weight: bold;
}
.btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 16px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  margin: 4px 0;
}
.ticket-btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 16px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  margin: 4px 0;
  color: #ffffff;
  background-color: #e62b27;
  border: 2px solid #e62b27;
  text-decoration: none;
}
.ticket-btn-red:hover {
  color: #ffffff;
  background-color: #cd1b18;
  border-color: #cd1b18;
}
.ticket-full-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 16px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  margin: 4px 0;
  width: 100%;
}
.full-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 16px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  margin: 4px 0;
  width: 100%;
}
.mt-8 {
  margin-top: 8px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.bg-red {
  background-color: #EA2027;
}
.bg-green {
  background-color: rgba(0, 148, 50);
}
.bg-yellow {
  background-color: #969694;
}
.bg-blue {
  background-color: #0652DD;
}
.bg-purple {
  background-color: #6F1E51;
}
.bg-black {
  background-color: #000000;
}
.break-text {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-break-text {
  white-space: nowrap;
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.digi-devel,
.digi_devel {
  display: block;
  margin: 0 0 1rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid #0652DD;
  background: #000000;
  color: #ffffff;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: center;
  overflow-wrap: anywhere;
  box-shadow: 0 0.5rem 1.25rem rgba(15, 23, 42, 0.12);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.digi-devel a,
.digi_devel a {
  color: inherit;
}
.digi-devel-subdir,
.digi_devel-subdir {
  color: #F79F1F;
  font-weight: 700;
}
.green-border {
  border: 1px solid green;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
/*
 * Digisign Canvas starts intentionally minimal.
 * Add project-specific styling on top of this base.
 */
:root {
  --canvas-page-max-width: 80rem;
  --canvas-page-gutter: 1.5rem;
  --canvas-text-color: #1d2733;
  --canvas-background: #ffffff;
  --canvas-link-color: #0c5db3;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  color: var(--canvas-text-color);
  background: var(--canvas-background);
  font-family: 'Arimo', sans-serif;
  line-height: 1.5;
}
a {
  color: var(--canvas-link-color);
}
img {
  max-width: 100%;
  height: auto;
}
.messages {
  padding: 15px 20px 15px 35px;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  background-repeat: no-repeat;
  background-position: 10px 17px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.messages--status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-color: #f3faef;
  background-image: url("../../../core/misc/icons/73b355/check.svg");
  box-shadow: -8px 0 0 #77b259;
}
.messages--warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  background-color: #fdf8ed;
  background-image: url("../../../core/misc/icons/e29700/warning.svg");
  box-shadow: -8px 0 0 #e09600;
}
.messages--error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  background-color: #fcf4f2;
  background-image: url("../../../core/misc/icons/e32700/error.svg");
  box-shadow: -8px 0 0 #e62600;
}
.messages--error .error {
  color: #a51b00;
}
