[hidden] {
  display: none !important;
  visibility: hidden !important;
}

.relative {
  position: relative;
}

/* Buttons */

.btn-facebook,
.btn-instagram {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;

  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
  border: none !important;

  color: #fff !important;

  font-weight: 500 !important;

  line-height: 1 !important;
}

.btn-facebook::before,
.btn-instagram::before {
  display: inline-block !important;
  margin-top: 0.125em !important;
  margin-bottom: 0.125em !important;
  margin-right: 0.25em !important;

  font-family: 'Font Awesome 5 Brands' !important;
  font-size: 2em !important;
  line-height: 1 !important;
}

.btn-facebook {
  background-color: #1877F2 !important;
}

.btn-facebook::before {
  content: '\f09a' !important;
}

.btn-instagram {
  background-color: #ED0075 !important;
}

.btn-instagram::before {
  content: '\f16d' !important;
}

.btn-facebook.btn-danger,
.btn-instagram.btn-danger {
  background-color: #f44336 !important;
}

/* Spacer */

span.spacer2,
span.spacer-xs {
  padding-left: 0.5rem;
}

span.spacer,
span.spacer-sm {
  padding-left: 15rem;
}

span.spacer-md {
  padding-left: 2rem;
}

span.spacer-lg {
  padding-left: 4rem;
}

span.spacer-xl {
  padding-left: 8rem;
}

.proefabo {
  padding: 10px 15px;
  background: #57b056;
  color: #fff;
  border-radius: 15px;
}

div.spacer2,
div.spacer-xs {
  padding-top: 0.5rem;
}

div.spacer,
div.spacer-sm {
  padding-top: 1rem;
}

div.spacer-md {
  padding-top: 2rem;
}

div.spacer-lg {
  padding-top: 4rem;
}

div.spacer-xl {
  padding-top: 8rem;
}

/* Links */
a,
.btn-link {
  color: #57B056;
  transition: none;
}

a:active,
a:focus,
a:hover,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}

.overview-panel a,
.overview-panel .btn-link {
  color: inherit;
}

.overview-panel a:active,
.overview-panel a:focus,
.overview-panel a:hover,
.overview-panel .btn-link:active,
.overview-panel .btn-link:focus,
.overview-panel .btn-link:hover {
  text-decoration: none;
}

/* Bootstrap classes */
label {
  margin-bottom: 0;
}

label>small {
  font-weight: 400;
}

.input-group,
.textarea-group {
  position: relative;
  margin-bottom: 0.5em;
}

.textarea-group .icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  cursor: pointer;
}

body {
  background-color: #fff;
}

body .page {
  margin-top: 1em;
  margin-bottom: 2em;
}

/* Navigation */
.navigation-bar {
  display: block;
  width: 100%;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.125);
  background-color: #4d4d4d;
  border-radius: 1em;
  padding: 0.5em 1em;
  margin-bottom: 2em;
}

.navigation-bar a {
  color: #fff;
}

.navigation-list {
  list-style: none;
  display: block;

  flex-direction: row;
  padding: 0;
  margin: 0;

  font-size: 1.25em;
  line-height: 1;
}

.navigation-list .navigation-push-right {
  margin-left: auto;
}

.navigation-item {
  display: inline-block;
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
}

.navigation-item .far {
  color: #19bec9;
}

.navigation-item a.navigation-link {
  line-height: 1;
  padding: 0.5em;
  display: inline-block;
}

.navigation-item a.navigation-link:hover,
.navigation-item a.navigation-link:focus,
.navigation-item a.navigation-link:active {
  text-decoration: none !important;
}

.navigation-item a.navigation-link span {
  position: relative;
}

.navigation-item a.navigation-link span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background: #FFF;
  transition: all 0.4s ease;
}

.navigation-item a.navigation-link span:hover:before,
.navigation-item a.navigation-link span:focus:before,
.navigation-item a.navigation-link span:active:before {
  width: 100%;
}

.fa-sign-out-alt {
  color: #f44336 !important;
}

h1 .far {
  color: #254b7a;
}

/* Views */
.view-slim {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.overview-panel {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.125);
  background-color: #fff;
  border-radius: 1em;
  padding: 0.5em 1em;
}

/* Tables */
.table-styled {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.125);
  background-color: #fff;
  border-radius: 1em;
  padding: 0.5em 1em;
  margin-top: 0;
  margin-bottom: 1em;
  border: none;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.table-styled>table {
  margin-bottom: 0;
}

table {
  width: 100%;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  vertical-align: middle;
}

.table>tbody>tr:first-child>td,
.table>tbody>tr:first-child>th,
.table>tfoot>tr:first-child>td,
.table>tfoot>tr:first-child>th,
.table>thead>tr:first-child>td,
.table>thead>tr:first-child>th {
  border-top: none;
}

textarea.script-code-direct-iframe,
textarea.script-code-iframe,
textarea.script-code-widget {
  font-family: monospace;
  resize: none;
  white-space: pre;
  min-height: 1em;
}

/* Buttons */
.btn {
  border: none;
  border-radius: 999999px;
  margin: 0;
}

.btn.btn-default {
  background-color: #eee;
}

.btn.btn-default:active,
.btn.btn-default:hover,
.btn.btn-default:focus {
  background-color: #ddd;
}

/* Input fields */
.input-group-addon {
  color: #000;
  background-color: #ddd;
}

.input-group-addon,
.form-control {
  border-color: #ddd;
}

input[type="checkbox"]+label {
  display: inline;
  font-weight: 400;
}

.form-control {
  box-shadow: none;
}

.form-control[type="color"] {
  position: relative;
  padding: 0;
}

.input-color::after {
  content: '\f53f';
  position: absolute;
  display: block;
  top: 0;
  padding: 0.625em;
  line-height: 1;
  pointer-events: none;
  bottom: 0;
  right: 0;
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  z-index: 4;
  mix-blend-mode: exclusion;
}

.color-hex {
  display: flex;
  align-items: center;
}

.color-hex .pickr .pcr-button {
  padding: 20px;
}

.color-hex .form-control {
  width: auto;
  padding: 20px 15px;
  font-size: 16px;
  line-height: 16px;
  color: #3c3c3c;
  -webkit-border--radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #23487c;
  outline: none;
}

.color-hex .form-control:last-child {
  flex-grow: 1;
}

#customize .form-control {
  padding: 20px 15px;
  font-size: 16px;
  line-height: 16px;
  color: #3c3c3c;
  -webkit-border--radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #23487c;
  outline: none;
}

#customize div label {
  display: block;
  width: 100%;
  margin: 15px 0 5px 0;
}

/* [MIJN GEGEVENS] */
ul.mijngegevens {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: block;
  width: 100%;
}

ul.mijngegevens li {
  display: table;
  width: 100%;
  margin: 0 0 15px 0;
}

ul.mijngegevens li .blue {
  display: table-cell;
  color: #FFF;
  background-color: #23487c;
  padding: 10px 20px;
  border: 1px solid #23487c;
  font-size: 14px;
  min-width: 220px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: left;
}

ul.mijngegevens li .white {
  display: table-cell;
  width: 70%;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 16px;
  color: #3c3c3c;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #23487c;
  outline: none;
}

/* [LOGIN] */
section.accounts {
  position: relative;
  overflow: hidden;
  padding: 210px 0;
  margin: 0;
}

@media (max-width: 414px) {

  section.accounts {
    padding: 40px 0;
  }

}

section.accounts h1.title {
  margin: 0 0 30px 0;
}

section.accounts .proberen_desc {
  margin: 0 0 30px 0;
}

section.accounts h2.title {
  margin: 0 0 30px 0;
  font-size: 2.4em;
}

section.accounts .desc {
  color: #FFF;
}

section.accounts .view-account-login,
section.accounts .view-account-signup,
section.accounts .view-account-reset,
section.accounts .view-account-reset-edit,
section.accounts .view-account-reset-requested {
  background: #FFF;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

section.accounts .view-account-signup h1.title,
section.accounts .view-account-reset-edit h1.title,
section.accounts .view-account-reset h1.title {
  font-size: 35px;
}

section.accounts .view-account-signup h3.title,
#form-account-edit h3,
#form-account-change_email h3,
#form-account-change_password h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #23487c;
  margin: 30px 0 15px 0;
}

#form-login .input-group,
#form-login .textarea-group,
  {
  margin-bottom: 15px;
}

#form-login .input-group-addon,
#form-login .form-control {
  border-color: #ddd;
}

#form-signup .btn-group {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#form-signup .btn-keuze {
  display: inline-block;
  border-radius: 4px;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background-color: #57B056;
  border-color: #57B056;
}

#form-signup .btn-keuze.active {
  background-color: #FFF;
  color: #57B056;
  font-weight: 400;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

#form-signup .btn-keuze:hover,
#form-signup .btn-keuze:focus,
#form-signup .btn-keuze:active {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

#form-login .input-group-addon,
#form-signup .input-group-addon {
  color: #FFF;
  background-color: #23487c;
  padding: 15px 20px;
  border: 1px solid #23487c;
  font-size: 20px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#form-account-edit .input-group-addon,
#form-account-change-payment .input-group-addon {
  color: #FFF;
  background-color: #23487c;
  padding: 10px 20px;
  border: 1px solid #23487c;
  font-size: 14px;
  min-width: 220px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: left;
}

#form-account-change_email .input-group-addon {
  color: #FFF;
  background-color: #23487c;
  padding: 10px 20px;
  border: 1px solid #23487c;
  font-size: 14px;
  min-width: 220px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: left;
}

#form-account-change_password .input-group-addon {
  color: #FFF;
  background-color: #23487c;
  padding: 10px 20px;
  border: 1px solid #23487c;
  font-size: 14px;
  min-width: 220px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: left;
}

#form-login .input-group-addon i,
#form-signup .input-group-addon i {
  min-width: 25px;
}

#form-login .form-control,
#form-signup .form-control,
#form-signup .form-control {
  padding: 30px 15px;
  font-size: 16px;
  line-height: 16px;
  color: #3c3c3c;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #23487c;
  outline: none;
}

#form-login .input-group input:hover,
#form-login .input-group input:focus,
#form-signup .input-group input:hover,
#form-signup .input-group input:focus {
  background: rgba(35, 72, 124, 0.05);
  border: 1px solid rgba(35, 72, 124, 1);
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

#form-account-edit .form-control,
#form-account-change_email .form-control,
#form-account-change-payment .form-control {
  padding: 20px 15px;
  font-size: 16px;
  line-height: 16px;
  color: #3c3c3c;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #23487c;
  outline: none;
}

#view-accounts-delete label[for="explanation"],
#form-account-change-payment label[for="explanation"] {
  display: none;
}

#view-accounts-delete textarea,
#form-account-change-payment textarea {
  display: table-cell;
  width: 100%;
  padding: 30px 15px;
  font-size: 16px;
  line-height: 16px;
  color: #3c3c3c;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid #23487c;
  outline: none;
}

.box {
  width: 300px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  user-select: none;
}

.box label {
  font-size: 1em;
  color: #000;
  font-weight: 400;
  position: absolute;
  z-index: 10;
  padding-left: 50px;
  cursor: pointer;
}

.box input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.box input:checked~.check {
  border-color: #23487c;
  box-shadow: 0px 0px 0px 15px #23487c inset;
}

.box input:checked~.check::after {
  opacity: 1;
  transform: scale(1);
}

.box .check {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100px;
  background-color: #FFF;
  border: 2px solid #23487c;
  box-shadow: 0px 0px 0px 0px #23487c inset;
  transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.box .check::after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  position: absolute;
  transform: scale(0);
  transition-delay: 0.2s !important;
  transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}

#form-login .btn,
#form-signup .btn {
  border-radius: 4px;
  padding: 15px 30px;
  font-weight: 300;
  font-size: 1.1em;
  color: #fff;
  background-color: #57B056;
  border-color: #57B056;
}

#form-login .btn:hover,
#form-login .btn:focus,
#form-login .btn:active,
#form-signup .btn:hover,
#form-signup .btn:focus,
#form-signup .btn:active {
  background: #5FC25D;
}

.btn-le-left {
  display: block;
  padding: 10px 5px;
  color: #23487c;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-le-right {
  display: block;
  padding: 10px 5px;
  color: #23487c;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-sr-center {
  display: block;
  padding: 10px;
  color: #23487c;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn-le-left:hover,
.btn-le-left:focus,
.btn-le-left:active,
.btn-le-right:hover,
.btn-le-right:focus,
.btn-le-right:active,
.btn-sr-center:hover,
.btn-sr-center:focus,
.btn-sr-center:active {
  background: #23487c;
  border: 1px solid #23487c;
  text-decoration: none;
  color: #FFF;
  font-weight: 400;
}

#form-account-edit .btn-wrap,
#form-account-change_email .btn-wrap,
#form-account-change_password .btn-wrap,
#form-account-change-payment .btn-wrap,
#view-accounts-delete .btn-wrap {
  display: table;
  width: 100%;
}

.view-accounts ul.ac_options {
  list-style-type: none;
  padding-left: 0 !important;
  margin: 0;
  display: table;
  width: 100%;
}

.view-accounts ul.ac_options li {
  display: table-cell;
  text-align: center;
}

.view-accounts ul.ac_options li:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.view-accounts ul.ac_options li:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.view-accounts ul.ac_options li a {
  display: block;
  padding: 15px;
  background-color: #eee;
  color: #333;
}

.view-accounts ul.ac_options li a:hover,
.view-accounts ul.ac_options li a:focus,
.view-accounts ul.ac_options li a:active {
  text-decoration: none;
  background-color: #ddd;
  border-color: #adadad;
}

.view-accounts ul.ac_options li a i {
  margin: 0 5px 0 0;
  font-size: 1.33333em;
  display: block;
  margin: 0 0 10px 0;
  color: #59b056;

}

#form-account-change_email .btn-default,
#form-account-edit .btn-default,
#form-account-change_password .btn-default,
#form-account-change-payment .btn-default,
#view-accounts-delete .btn-default {
  display: table-cell;
  width: 50%;
  padding: 15px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#form-account-change_email .btn-success,
#form-account-edit .btn-success,
#form-account-change_password .btn-success,
#form-account-change-payment .btn-success {
  display: table-cell !important;
  width: 100%;
  padding: 15px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#view-accounts-delete .btn-danger {
  display: table-cell !important;
  width: 100%;
  padding: 15px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

form .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

form .select {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 16px;
  color: #3c3c3c;
  width: 100%;
  height: 43px;
  border: 1px solid #23487c;
  text-align: left;
}

form .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  padding: 5px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

form .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #23487c transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

form .select-styled:hover {
  background-color: #23487c;
  color: #FFF;
}

form .select-styled:hover:after {
  border-color: #FFF transparent transparent transparent;
}

form .select-styled:active,
.select-styled.active {
  background-color: #57B056;
  color: #FFF;
}

form .select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

form .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FFF;
}

form .select-options li {
  margin: 0;
  padding: 8px 0;
  text-indent: 15px;
  border-top: 1px solid #57B056;
  border-left: 1px solid #57B056;
  border-right: 1px solid #57B056;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

form .select-options li:hover {
  color: #FFF;
  background: #57B056;
}

form .select-options li:last-child {
  border-bottom: 1px solid #57B056;
}

form .select-options li[rel="hide"] {
  display: none;
}

/* [WHAPPIE OPMAAK] */
.field-options\/image div {
  display: table;
  width: 100%;
}

.field-options\/image img {
  clear: both;
  margin: 0 0 15px 0;
  border-radius: 999999px;
}

.field-options\/image .btn-success {
  display: table-cell;
  width: 50%;
  padding: 15px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.field-options\/image .btn-danger {
  display: table-cell !important;
  width: 100%;
  padding: 15px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.overview-panel .far {
  color: #19bec9;
}

section.loggedin {
  padding: 70px 0px 100px;
  position: relative;
}

section>.background-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.whappie-head-bigger {
  position: absolute;
  left: 30px;
  max-width: 60vw;
  opacity: 0.08;
  bottom: -200px;
  pointer-events: none;
}

.preview {
  border-color: #000;
  border-style: dotted;
  border-width: 2px;

  line-height: 0;
}

.specialspacer {
  height: 21px;
}

/* Utility classes */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.form-customization textarea {
  resize: vertical !important;
  min-height: 8em !important;
  max-height: 16em !important;
}

img#preview {
  border-radius: 999999px;
}

.pickr {
  display: inline-block;
  border: solid #555 1px;
  border-radius: 3px;
  overflow: hidden;
}

.status::before {
  content: '●';
}

.status.status-active::before,
.status.status-ending::before {
  color: #339900;
}

.status.status-planned::before {
  color: #ffcc00;
}

.status.status-unverified::before {
  color: #ff9966;
}

.status.status-cancelled::before {
  color: #cc3300;
}

/* [data-uuid="076b91ae-671e-4a37-85a3-3bf3581b98ec"] .btn-facebook:not(.btn-temp),
[data-uuid="076b91ae-671e-4a37-85a3-3bf3581b98ec"] .btn-facebook.btn-temp .temp-suffix, */
/* [data-uuid="3239d6ae-7e68-41ca-8a2a-639765015f53"] .btn-facebook, */
[data-uuid="3239d6ae-7e68-41ca-8a2a-639765015f53"] .btn-facebook.btn-temp {
  display: none !important;
}
