@charset "UTF-8";
a:hover, a:active {
  outline: none !important;
}
.is-editor {
  opacity: 0.7;
}
.is-editor * {
  pointer-events: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.wp-block-flagdays-private .my-small,
.wp-block-flagdays-account .my-small,
.wp-block-flagdays-login .my-small,
.wp-block-flagdays-registration .my-small,
.wp-block-flagdays-password-reset .my-small {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.wp-block-flagdays-private .my-medium,
.wp-block-flagdays-account .my-medium,
.wp-block-flagdays-login .my-medium,
.wp-block-flagdays-registration .my-medium,
.wp-block-flagdays-password-reset .my-medium {
  margin-top: 1em;
  margin-bottom: 1em;
}
.wp-block-flagdays-private .my-large,
.wp-block-flagdays-account .my-large,
.wp-block-flagdays-login .my-large,
.wp-block-flagdays-registration .my-large,
.wp-block-flagdays-password-reset .my-large {
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-block-flagdays-official .flagdays-list-container .flagdays-years,
.wp-block-flagdays-private .flagdays-list-container .flagdays-years {
  display: flex;
  gap: 1em;
  margin: 0 0 1em;
  align-items: center;
  height: 60px;
}
.wp-block-flagdays-official .flagdays-list-container .flagdays-year,
.wp-block-flagdays-private .flagdays-list-container .flagdays-year {
  margin: 0;
  text-decoration: none;
  color: #999;
  font-size: 1.25em;
  transition: color 0.2s ease;
  cursor: pointer;
  outline: none;
}
.wp-block-flagdays-official .flagdays-list-container .flagdays-year.is-active,
.wp-block-flagdays-private .flagdays-list-container .flagdays-year.is-active {
  color: #000;
  font-weight: 900;
  font-size: 1.5em;
}
.wp-block-flagdays-official .flagdays-list-container .flagdays-year.show-all,
.wp-block-flagdays-private .flagdays-list-container .flagdays-year.show-all {
  margin-left: auto;
  font-size: 0.8em;
}
.wp-block-flagdays-official .flagdays-list-container .flagdays-year:not(.is-active):hover,
.wp-block-flagdays-private .flagdays-list-container .flagdays-year:not(.is-active):hover {
  color: #666;
}
.wp-block-flagdays-official .flagdays-list-container .flagdays-year:focus, .wp-block-flagdays-official .flagdays-list-container .flagdays-year:active,
.wp-block-flagdays-private .flagdays-list-container .flagdays-year:focus,
.wp-block-flagdays-private .flagdays-list-container .flagdays-year:active {
  outline: none;
}
@media (max-width: 480px) {
  .wp-block-flagdays-official .flagdays-list-container .flagdays-year,
  .wp-block-flagdays-private .flagdays-list-container .flagdays-year {
    font-size: 1em;
  }
  .wp-block-flagdays-official .flagdays-list-container .flagdays-year.is-active,
  .wp-block-flagdays-private .flagdays-list-container .flagdays-year.is-active {
    font-size: 1.25em;
  }
}
.wp-block-flagdays-official .flagdays-list-container .flagdays-list,
.wp-block-flagdays-private .flagdays-list-container .flagdays-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-flagdays-official .flagdays-list-container .flagday-item,
.wp-block-flagdays-private .flagdays-list-container .flagday-item {
  padding: 0.75em 1em;
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.wp-block-flagdays-official .flagdays-list-container .flagday-item:nth-child(odd),
.wp-block-flagdays-private .flagdays-list-container .flagday-item:nth-child(odd) {
  background-color: #f7f7f7;
}
@media (max-width: 480px) {
  .wp-block-flagdays-official .flagdays-list-container .flagday-item,
  .wp-block-flagdays-private .flagdays-list-container .flagday-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25em;
    padding: 1em;
  }
}
.wp-block-flagdays-official .flagdays-list-container .flagday-info,
.wp-block-flagdays-private .flagdays-list-container .flagday-info {
  flex: 1;
  font-size: 0.8em;
}
@media (max-width: 480px) {
  .wp-block-flagdays-official .flagdays-list-container .flagday-info,
  .wp-block-flagdays-private .flagdays-list-container .flagday-info {
    width: 100%;
  }
}
.wp-block-flagdays-official .flagdays-list-container .flagday-info .flagday-title,
.wp-block-flagdays-private .flagdays-list-container .flagday-info .flagday-title {
  margin: 0;
  flex: 1;
  font-weight: 500;
  padding-right: 1em;
}
@media (max-width: 480px) {
  .wp-block-flagdays-official .flagdays-list-container .flagday-info .flagday-title,
  .wp-block-flagdays-private .flagdays-list-container .flagday-info .flagday-title {
    font-size: 1em;
  }
}
.wp-block-flagdays-official .flagdays-list-container .flagday-info .flagday-description,
.wp-block-flagdays-private .flagdays-list-container .flagday-info .flagday-description {
  font-size: 0.9em;
  padding-top: 0.75em;
  padding-bottom: 1em;
  padding-right: 1em;
}
.wp-block-flagdays-official .flagdays-list-container .flagday-date,
.wp-block-flagdays-private .flagdays-list-container .flagday-date {
  font-size: 0.8em;
  color: #666;
  min-width: 7em;
}
@media (max-width: 480px) {
  .wp-block-flagdays-official .flagdays-list-container .flagday-date,
  .wp-block-flagdays-private .flagdays-list-container .flagday-date {
    font-weight: 900;
    font-size: 1em;
  }
}
.wp-block-flagdays-official .flagdays-list-container .no-flagdays,
.wp-block-flagdays-private .flagdays-list-container .no-flagdays {
  text-align: center;
  padding: 2em;
  background: #f9f9f9;
  border-radius: 4px;
}
.flagday-item.has-description {
  cursor: pointer;
}
.flagday-item.has-description .flagday-title {
  position: relative;
}
.flagday-item.has-description .flagday-title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #666;
  transition: transform 0.25s ease-out;
}
.flagday-item.has-description.is-open .flagday-title:after {
  content: "−";
}
input.hasDatepicker {
  cursor: pointer;
}
.ui-datepicker {
  border-width: 0;
  font-size: 16px !important;
  background-color: #FFF;
  border: 1px solid #a4a4a4;
  margin-top: 5px;
}
.ui-datepicker,
.ui-datepicker input,
.ui-datepicker * {
  font-family: inherit !important;
}
.ui-datepicker.ui-corner-all {
  border-radius: 4px;
}
.ui-datepicker .ui-datepicker-header {
  background: #2271b1;
}
.ui-datepicker .ui-datepicker-title {
  text-shadow: none;
  padding: 7px;
}
.ui-datepicker .ui-datepicker-title select {
  border: 0;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-next:active,
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-prev:active {
  background: transparent;
  border-color: transparent;
}
.ui-datepicker .ui-datepicker-buttonpane button[data-handler=today], .ui-datepicker .ui-datepicker-buttonpane button[data-handler=today]:hover, .ui-datepicker .ui-datepicker-buttonpane button[data-handler=today]:active {
  opacity: 1;
  color: #4f4f4f;
}
.ui-datepicker .ui-datepicker-buttonpane button[data-handler=hide]:hover, .ui-datepicker .ui-datepicker-buttonpane button[data-handler=hide]:active {
  opacity: 1;
  color: #4f4f4f;
}
.ui-datepicker .ui-datepicker-today {
  border: 0 !important;
}
.ui-datepicker .ui-datepicker-today a {
  border: 1px solid #666 !important;
}
.ui-datepicker .ui-datepicker-today a.ui-state-active {
  border-color: #2271b1 !important;
}
.ui-datepicker td .ui-state-default {
  border-color: #DDD;
  background: #EEE;
  text-shadow: none;
  font-weight: normal;
  color: inherit;
}
.ui-datepicker td .ui-state-default.ui-state-hover {
  border-color: transparent;
  text-shadow: none;
  font-weight: normal;
  color: inherit;
}
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-active.ui-state-highlight,
.ui-datepicker td .ui-state-active.ui-state-hover {
  text-shadow: none;
  font-weight: 400;
  background: #2271b1;
  border-color: #2271b1;
  color: #FFF;
}
.ui-datepicker td.ui-datepicker-week-end * {
  color: #AAA;
}
.ui-datepicker td.ui-datepicker-week-end .ui-state-active {
  color: #FFF;
}
.ui-datepicker .ui-datepicker-today {
  border: solid 1px #DDD;
}
.ui-datepicker .ui-widget-content {
  border-color: #DDD;
}
.ui-datepicker-trigger {
  margin: 10px;
}
.datepicker.sample {
  margin-left: 50px;
}
.wp-block-flagdays-private .section-title,
.wp-block-flagdays-account .section-title,
.wp-block-flagdays-login .section-title,
.wp-block-flagdays-registration .section-title,
.wp-block-flagdays-password-reset .section-title {
  font-weight: 700;
}
.wp-block-flagdays-private .account-deletion,
.wp-block-flagdays-account .account-deletion,
.wp-block-flagdays-login .account-deletion,
.wp-block-flagdays-registration .account-deletion,
.wp-block-flagdays-password-reset .account-deletion {
  margin-top: 2em;
  padding-top: 0.5em;
  border-top: 1px solid #666;
}
.wp-block-flagdays-private .account-deletion .section-title,
.wp-block-flagdays-account .account-deletion .section-title,
.wp-block-flagdays-login .account-deletion .section-title,
.wp-block-flagdays-registration .account-deletion .section-title,
.wp-block-flagdays-password-reset .account-deletion .section-title {
  color: #bb1b0f;
}
.wp-block-flagdays-private .description,
.wp-block-flagdays-account .description,
.wp-block-flagdays-login .description,
.wp-block-flagdays-registration .description,
.wp-block-flagdays-password-reset .description {
  margin-bottom: 2em;
  font-size: 0.9rem;
}
.wp-block-flagdays-private .password-section,
.wp-block-flagdays-account .password-section,
.wp-block-flagdays-login .password-section,
.wp-block-flagdays-registration .password-section,
.wp-block-flagdays-password-reset .password-section {
  margin-top: 2em;
}
.wp-block-flagdays-private .section-title,
.wp-block-flagdays-account .section-title,
.wp-block-flagdays-login .section-title,
.wp-block-flagdays-registration .section-title,
.wp-block-flagdays-password-reset .section-title {
  margin-bottom: 0.5rem;
}
.wp-block-flagdays-private .utility-link,
.wp-block-flagdays-account .utility-link,
.wp-block-flagdays-login .utility-link,
.wp-block-flagdays-registration .utility-link,
.wp-block-flagdays-password-reset .utility-link {
  font-size: 0.8em;
}
.wp-block-flagdays-private .separator,
.wp-block-flagdays-account .separator,
.wp-block-flagdays-login .separator,
.wp-block-flagdays-registration .separator,
.wp-block-flagdays-password-reset .separator {
  padding: 0 10px;
  vertical-align: middle;
}
.wp-block-flagdays-private .form-row,
.wp-block-flagdays-account .form-row,
.wp-block-flagdays-login .form-row,
.wp-block-flagdays-registration .form-row,
.wp-block-flagdays-password-reset .form-row {
  margin-bottom: 1em;
}
.wp-block-flagdays-private .form-row.buttons-row,
.wp-block-flagdays-account .form-row.buttons-row,
.wp-block-flagdays-login .form-row.buttons-row,
.wp-block-flagdays-registration .form-row.buttons-row,
.wp-block-flagdays-password-reset .form-row.buttons-row {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.wp-block-flagdays-private .form-row.buttons-row > *,
.wp-block-flagdays-account .form-row.buttons-row > *,
.wp-block-flagdays-login .form-row.buttons-row > *,
.wp-block-flagdays-registration .form-row.buttons-row > *,
.wp-block-flagdays-password-reset .form-row.buttons-row > * {
  flex: 1;
  min-width: 0;
}
.wp-block-flagdays-private .form-row label,
.wp-block-flagdays-account .form-row label,
.wp-block-flagdays-login .form-row label,
.wp-block-flagdays-registration .form-row label,
.wp-block-flagdays-password-reset .form-row label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.1rem;
}
.wp-block-flagdays-private .form-row input[type=text],
.wp-block-flagdays-private .form-row input[type=email],
.wp-block-flagdays-private .form-row input[type=password],
.wp-block-flagdays-account .form-row input[type=text],
.wp-block-flagdays-account .form-row input[type=email],
.wp-block-flagdays-account .form-row input[type=password],
.wp-block-flagdays-login .form-row input[type=text],
.wp-block-flagdays-login .form-row input[type=email],
.wp-block-flagdays-login .form-row input[type=password],
.wp-block-flagdays-registration .form-row input[type=text],
.wp-block-flagdays-registration .form-row input[type=email],
.wp-block-flagdays-registration .form-row input[type=password],
.wp-block-flagdays-password-reset .form-row input[type=text],
.wp-block-flagdays-password-reset .form-row input[type=email],
.wp-block-flagdays-password-reset .form-row input[type=password] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
}
.wp-block-flagdays-private .form-row input[type=text]:focus,
.wp-block-flagdays-private .form-row input[type=email]:focus,
.wp-block-flagdays-private .form-row input[type=password]:focus,
.wp-block-flagdays-account .form-row input[type=text]:focus,
.wp-block-flagdays-account .form-row input[type=email]:focus,
.wp-block-flagdays-account .form-row input[type=password]:focus,
.wp-block-flagdays-login .form-row input[type=text]:focus,
.wp-block-flagdays-login .form-row input[type=email]:focus,
.wp-block-flagdays-login .form-row input[type=password]:focus,
.wp-block-flagdays-registration .form-row input[type=text]:focus,
.wp-block-flagdays-registration .form-row input[type=email]:focus,
.wp-block-flagdays-registration .form-row input[type=password]:focus,
.wp-block-flagdays-password-reset .form-row input[type=text]:focus,
.wp-block-flagdays-password-reset .form-row input[type=email]:focus,
.wp-block-flagdays-password-reset .form-row input[type=password]:focus {
  outline: none;
  border-color: #2271b1;
  box-shadow: 0 0 0 2px rgba(var(--wp--preset--color--primary-rgb), 0.1);
}
.wp-block-flagdays-private .form-row .form-field-note,
.wp-block-flagdays-account .form-row .form-field-note,
.wp-block-flagdays-login .form-row .form-field-note,
.wp-block-flagdays-registration .form-row .form-field-note,
.wp-block-flagdays-password-reset .form-row .form-field-note {
  font-size: 0.6em;
  color: #666;
  margin-top: 0.5em;
  font-style: italic;
  font-weight: 500;
}
.wp-block-flagdays-private .form-row .form-field-note.with-icon,
.wp-block-flagdays-account .form-row .form-field-note.with-icon,
.wp-block-flagdays-login .form-row .form-field-note.with-icon,
.wp-block-flagdays-registration .form-row .form-field-note.with-icon,
.wp-block-flagdays-password-reset .form-row .form-field-note.with-icon {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.wp-block-flagdays-private .form-row .form-field-note.with-icon .dashicons,
.wp-block-flagdays-account .form-row .form-field-note.with-icon .dashicons,
.wp-block-flagdays-login .form-row .form-field-note.with-icon .dashicons,
.wp-block-flagdays-registration .form-row .form-field-note.with-icon .dashicons,
.wp-block-flagdays-password-reset .form-row .form-field-note.with-icon .dashicons {
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.wp-block-flagdays-private .form-row .form-field-note.with-icon .note-text,
.wp-block-flagdays-account .form-row .form-field-note.with-icon .note-text,
.wp-block-flagdays-login .form-row .form-field-note.with-icon .note-text,
.wp-block-flagdays-registration .form-row .form-field-note.with-icon .note-text,
.wp-block-flagdays-password-reset .form-row .form-field-note.with-icon .note-text {
  flex: 1;
}
.wp-block-flagdays-private .password-field,
.wp-block-flagdays-account .password-field,
.wp-block-flagdays-login .password-field,
.wp-block-flagdays-registration .password-field,
.wp-block-flagdays-password-reset .password-field {
  position: relative;
  display: flex;
  align-items: center;
}
.wp-block-flagdays-private .password-field input,
.wp-block-flagdays-account .password-field input,
.wp-block-flagdays-login .password-field input,
.wp-block-flagdays-registration .password-field input,
.wp-block-flagdays-password-reset .password-field input {
  flex: 1;
  padding-right: 40px;
}
.wp-block-flagdays-private .password-field .toggle-password,
.wp-block-flagdays-account .password-field .toggle-password,
.wp-block-flagdays-login .password-field .toggle-password,
.wp-block-flagdays-registration .password-field .toggle-password,
.wp-block-flagdays-password-reset .password-field .toggle-password {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
  opacity: 0.7;
}
.wp-block-flagdays-private .password-field .toggle-password:focus,
.wp-block-flagdays-account .password-field .toggle-password:focus,
.wp-block-flagdays-login .password-field .toggle-password:focus,
.wp-block-flagdays-registration .password-field .toggle-password:focus,
.wp-block-flagdays-password-reset .password-field .toggle-password:focus {
  outline: none;
}
.wp-block-flagdays-private .password-field .toggle-password:hover,
.wp-block-flagdays-account .password-field .toggle-password:hover,
.wp-block-flagdays-login .password-field .toggle-password:hover,
.wp-block-flagdays-registration .password-field .toggle-password:hover,
.wp-block-flagdays-password-reset .password-field .toggle-password:hover {
  opacity: 1;
}
.wp-block-flagdays-private .password-field .toggle-password .dashicons,
.wp-block-flagdays-account .password-field .toggle-password .dashicons,
.wp-block-flagdays-login .password-field .toggle-password .dashicons,
.wp-block-flagdays-registration .password-field .toggle-password .dashicons,
.wp-block-flagdays-password-reset .password-field .toggle-password .dashicons {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.wp-block-flagdays-private .checkbox-row,
.wp-block-flagdays-account .checkbox-row,
.wp-block-flagdays-login .checkbox-row,
.wp-block-flagdays-registration .checkbox-row,
.wp-block-flagdays-password-reset .checkbox-row {
  margin-top: 1rem;
}
.wp-block-flagdays-private .checkbox-row input,
.wp-block-flagdays-account .checkbox-row input,
.wp-block-flagdays-login .checkbox-row input,
.wp-block-flagdays-registration .checkbox-row input,
.wp-block-flagdays-password-reset .checkbox-row input {
  height: 22px;
  width: 22px;
  margin: 0;
  margin-top: 2px;
}
.wp-block-flagdays-private .checkbox-row input:focus,
.wp-block-flagdays-account .checkbox-row input:focus,
.wp-block-flagdays-login .checkbox-row input:focus,
.wp-block-flagdays-registration .checkbox-row input:focus,
.wp-block-flagdays-password-reset .checkbox-row input:focus {
  outline: none;
}
.wp-block-flagdays-private .checkbox-row .checkbox-label,
.wp-block-flagdays-account .checkbox-row .checkbox-label,
.wp-block-flagdays-login .checkbox-row .checkbox-label,
.wp-block-flagdays-registration .checkbox-row .checkbox-label,
.wp-block-flagdays-password-reset .checkbox-row .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.9em;
  line-height: 1.4;
}
.wp-block-flagdays-private .checkbox-row .checkbox-label input[type=checkbox],
.wp-block-flagdays-account .checkbox-row .checkbox-label input[type=checkbox],
.wp-block-flagdays-login .checkbox-row .checkbox-label input[type=checkbox],
.wp-block-flagdays-registration .checkbox-row .checkbox-label input[type=checkbox],
.wp-block-flagdays-password-reset .checkbox-row .checkbox-label input[type=checkbox] {
  margin-top: 0.2rem;
}
.wp-block-flagdays-private .checkbox-row .checkbox-label a,
.wp-block-flagdays-account .checkbox-row .checkbox-label a,
.wp-block-flagdays-login .checkbox-row .checkbox-label a,
.wp-block-flagdays-registration .checkbox-row .checkbox-label a,
.wp-block-flagdays-password-reset .checkbox-row .checkbox-label a {
  color: inherit;
  text-decoration: underline;
}
.wp-block-flagdays-private .button-base,
.wp-block-flagdays-private .submit-button,
.wp-block-flagdays-private .edit-button,
.wp-block-flagdays-account .button-base,
.wp-block-flagdays-account .submit-button,
.wp-block-flagdays-account .edit-button,
.wp-block-flagdays-login .button-base,
.wp-block-flagdays-login .submit-button,
.wp-block-flagdays-login .edit-button,
.wp-block-flagdays-registration .button-base,
.wp-block-flagdays-registration .submit-button,
.wp-block-flagdays-registration .edit-button,
.wp-block-flagdays-password-reset .button-base,
.wp-block-flagdays-password-reset .submit-button,
.wp-block-flagdays-password-reset .edit-button {
  padding: 1em;
  background: #2271b1;
  font-weight: 700 !important;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.wp-block-flagdays-private .button-base:hover,
.wp-block-flagdays-private .submit-button:hover,
.wp-block-flagdays-private .edit-button:hover,
.wp-block-flagdays-account .button-base:hover,
.wp-block-flagdays-account .submit-button:hover,
.wp-block-flagdays-account .edit-button:hover,
.wp-block-flagdays-login .button-base:hover,
.wp-block-flagdays-login .submit-button:hover,
.wp-block-flagdays-login .edit-button:hover,
.wp-block-flagdays-registration .button-base:hover,
.wp-block-flagdays-registration .submit-button:hover,
.wp-block-flagdays-registration .edit-button:hover,
.wp-block-flagdays-password-reset .button-base:hover,
.wp-block-flagdays-password-reset .submit-button:hover,
.wp-block-flagdays-password-reset .edit-button:hover {
  background: #135e96;
}
.wp-block-flagdays-private .button-base:disabled,
.wp-block-flagdays-private .submit-button:disabled,
.wp-block-flagdays-private .edit-button:disabled,
.wp-block-flagdays-account .button-base:disabled,
.wp-block-flagdays-account .submit-button:disabled,
.wp-block-flagdays-account .edit-button:disabled,
.wp-block-flagdays-login .button-base:disabled,
.wp-block-flagdays-login .submit-button:disabled,
.wp-block-flagdays-login .edit-button:disabled,
.wp-block-flagdays-registration .button-base:disabled,
.wp-block-flagdays-registration .submit-button:disabled,
.wp-block-flagdays-registration .edit-button:disabled,
.wp-block-flagdays-password-reset .button-base:disabled,
.wp-block-flagdays-password-reset .submit-button:disabled,
.wp-block-flagdays-password-reset .edit-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.wp-block-flagdays-private .button-base.loading,
.wp-block-flagdays-private .submit-button.loading,
.wp-block-flagdays-private .edit-button.loading,
.wp-block-flagdays-account .button-base.loading,
.wp-block-flagdays-account .submit-button.loading,
.wp-block-flagdays-account .edit-button.loading,
.wp-block-flagdays-login .button-base.loading,
.wp-block-flagdays-login .submit-button.loading,
.wp-block-flagdays-login .edit-button.loading,
.wp-block-flagdays-registration .button-base.loading,
.wp-block-flagdays-registration .submit-button.loading,
.wp-block-flagdays-registration .edit-button.loading,
.wp-block-flagdays-password-reset .button-base.loading,
.wp-block-flagdays-password-reset .submit-button.loading,
.wp-block-flagdays-password-reset .edit-button.loading {
  position: relative;
  text-indent: -9999px;
}
.wp-block-flagdays-private .button-base.loading:after,
.wp-block-flagdays-private .submit-button.loading:after,
.wp-block-flagdays-private .edit-button.loading:after,
.wp-block-flagdays-account .button-base.loading:after,
.wp-block-flagdays-account .submit-button.loading:after,
.wp-block-flagdays-account .edit-button.loading:after,
.wp-block-flagdays-login .button-base.loading:after,
.wp-block-flagdays-login .submit-button.loading:after,
.wp-block-flagdays-login .edit-button.loading:after,
.wp-block-flagdays-registration .button-base.loading:after,
.wp-block-flagdays-registration .submit-button.loading:after,
.wp-block-flagdays-registration .edit-button.loading:after,
.wp-block-flagdays-password-reset .button-base.loading:after,
.wp-block-flagdays-password-reset .submit-button.loading:after,
.wp-block-flagdays-password-reset .edit-button.loading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s infinite linear;
}
.wp-block-flagdays-private .button-base.button-small,
.wp-block-flagdays-private .submit-button.button-small,
.wp-block-flagdays-private .edit-button.button-small,
.wp-block-flagdays-account .button-base.button-small,
.wp-block-flagdays-account .submit-button.button-small,
.wp-block-flagdays-account .edit-button.button-small,
.wp-block-flagdays-login .button-base.button-small,
.wp-block-flagdays-login .submit-button.button-small,
.wp-block-flagdays-login .edit-button.button-small,
.wp-block-flagdays-registration .button-base.button-small,
.wp-block-flagdays-registration .submit-button.button-small,
.wp-block-flagdays-registration .edit-button.button-small,
.wp-block-flagdays-password-reset .button-base.button-small,
.wp-block-flagdays-password-reset .submit-button.button-small,
.wp-block-flagdays-password-reset .edit-button.button-small {
  width: auto;
  padding: 0.75em 0.75em;
  font-size: 0.6em;
}
.wp-block-flagdays-private .button-base.button-medium,
.wp-block-flagdays-private .submit-button.button-medium,
.wp-block-flagdays-private .edit-button.button-medium,
.wp-block-flagdays-account .button-base.button-medium,
.wp-block-flagdays-account .submit-button.button-medium,
.wp-block-flagdays-account .edit-button.button-medium,
.wp-block-flagdays-login .button-base.button-medium,
.wp-block-flagdays-login .submit-button.button-medium,
.wp-block-flagdays-login .edit-button.button-medium,
.wp-block-flagdays-registration .button-base.button-medium,
.wp-block-flagdays-registration .submit-button.button-medium,
.wp-block-flagdays-registration .edit-button.button-medium,
.wp-block-flagdays-password-reset .button-base.button-medium,
.wp-block-flagdays-password-reset .submit-button.button-medium,
.wp-block-flagdays-password-reset .edit-button.button-medium {
  width: auto;
  padding: 1em 2em;
  font-size: 0.6em;
}
.wp-block-flagdays-private .button-base.button-secondary,
.wp-block-flagdays-private .submit-button.button-secondary,
.wp-block-flagdays-private .edit-button.button-secondary,
.wp-block-flagdays-account .button-base.button-secondary,
.wp-block-flagdays-account .submit-button.button-secondary,
.wp-block-flagdays-account .edit-button.button-secondary,
.wp-block-flagdays-login .button-base.button-secondary,
.wp-block-flagdays-login .submit-button.button-secondary,
.wp-block-flagdays-login .edit-button.button-secondary,
.wp-block-flagdays-registration .button-base.button-secondary,
.wp-block-flagdays-registration .submit-button.button-secondary,
.wp-block-flagdays-registration .edit-button.button-secondary,
.wp-block-flagdays-password-reset .button-base.button-secondary,
.wp-block-flagdays-password-reset .submit-button.button-secondary,
.wp-block-flagdays-password-reset .edit-button.button-secondary {
  background: #666;
}
.wp-block-flagdays-private .button-base.button-secondary:hover,
.wp-block-flagdays-private .submit-button.button-secondary:hover,
.wp-block-flagdays-private .edit-button.button-secondary:hover,
.wp-block-flagdays-account .button-base.button-secondary:hover,
.wp-block-flagdays-account .submit-button.button-secondary:hover,
.wp-block-flagdays-account .edit-button.button-secondary:hover,
.wp-block-flagdays-login .button-base.button-secondary:hover,
.wp-block-flagdays-login .submit-button.button-secondary:hover,
.wp-block-flagdays-login .edit-button.button-secondary:hover,
.wp-block-flagdays-registration .button-base.button-secondary:hover,
.wp-block-flagdays-registration .submit-button.button-secondary:hover,
.wp-block-flagdays-registration .edit-button.button-secondary:hover,
.wp-block-flagdays-password-reset .button-base.button-secondary:hover,
.wp-block-flagdays-password-reset .submit-button.button-secondary:hover,
.wp-block-flagdays-password-reset .edit-button.button-secondary:hover {
  background: #4e4d4d;
}
.wp-block-flagdays-private .button-base.button-danger,
.wp-block-flagdays-private .submit-button.button-danger,
.wp-block-flagdays-private .edit-button.button-danger,
.wp-block-flagdays-account .button-base.button-danger,
.wp-block-flagdays-account .submit-button.button-danger,
.wp-block-flagdays-account .edit-button.button-danger,
.wp-block-flagdays-login .button-base.button-danger,
.wp-block-flagdays-login .submit-button.button-danger,
.wp-block-flagdays-login .edit-button.button-danger,
.wp-block-flagdays-registration .button-base.button-danger,
.wp-block-flagdays-registration .submit-button.button-danger,
.wp-block-flagdays-registration .edit-button.button-danger,
.wp-block-flagdays-password-reset .button-base.button-danger,
.wp-block-flagdays-password-reset .submit-button.button-danger,
.wp-block-flagdays-password-reset .edit-button.button-danger {
  background: #bb1b0f;
}
.wp-block-flagdays-private .button-base.button-danger:hover,
.wp-block-flagdays-private .submit-button.button-danger:hover,
.wp-block-flagdays-private .edit-button.button-danger:hover,
.wp-block-flagdays-account .button-base.button-danger:hover,
.wp-block-flagdays-account .submit-button.button-danger:hover,
.wp-block-flagdays-account .edit-button.button-danger:hover,
.wp-block-flagdays-login .button-base.button-danger:hover,
.wp-block-flagdays-login .submit-button.button-danger:hover,
.wp-block-flagdays-login .edit-button.button-danger:hover,
.wp-block-flagdays-registration .button-base.button-danger:hover,
.wp-block-flagdays-registration .submit-button.button-danger:hover,
.wp-block-flagdays-registration .edit-button.button-danger:hover,
.wp-block-flagdays-password-reset .button-base.button-danger:hover,
.wp-block-flagdays-password-reset .submit-button.button-danger:hover,
.wp-block-flagdays-password-reset .edit-button.button-danger:hover {
  background: rgb(139.7871287129, 20.1831683168, 11.2128712871);
}
.wp-block-flagdays-private .form-messages,
.wp-block-flagdays-account .form-messages,
.wp-block-flagdays-login .form-messages,
.wp-block-flagdays-registration .form-messages,
.wp-block-flagdays-password-reset .form-messages {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.8em;
  font-weight: 500;
}
.wp-block-flagdays-private .form-messages p,
.wp-block-flagdays-account .form-messages p,
.wp-block-flagdays-login .form-messages p,
.wp-block-flagdays-registration .form-messages p,
.wp-block-flagdays-password-reset .form-messages p {
  margin: 0;
  padding: 0;
}
.wp-block-flagdays-private .form-messages.success, .wp-block-flagdays-private .form-messages.warning, .wp-block-flagdays-private .form-messages.error,
.wp-block-flagdays-account .form-messages.success,
.wp-block-flagdays-account .form-messages.warning,
.wp-block-flagdays-account .form-messages.error,
.wp-block-flagdays-login .form-messages.success,
.wp-block-flagdays-login .form-messages.warning,
.wp-block-flagdays-login .form-messages.error,
.wp-block-flagdays-registration .form-messages.success,
.wp-block-flagdays-registration .form-messages.warning,
.wp-block-flagdays-registration .form-messages.error,
.wp-block-flagdays-password-reset .form-messages.success,
.wp-block-flagdays-password-reset .form-messages.warning,
.wp-block-flagdays-password-reset .form-messages.error {
  padding: 0.75rem 1rem;
  border-radius: 4px;
}
.wp-block-flagdays-private .form-messages.success,
.wp-block-flagdays-account .form-messages.success,
.wp-block-flagdays-login .form-messages.success,
.wp-block-flagdays-registration .form-messages.success,
.wp-block-flagdays-password-reset .form-messages.success {
  background: rgb(216.6533864542, 238.3466135458, 217.5298804781);
  color: #4CAF50;
  border: 1px solid rgb(145.5378486056, 207.4621513944, 148.0398406375);
}
.wp-block-flagdays-private .form-messages.warning,
.wp-block-flagdays-account .form-messages.warning,
.wp-block-flagdays-login .form-messages.warning,
.wp-block-flagdays-registration .form-messages.warning,
.wp-block-flagdays-password-reset .form-messages.warning {
  background: rgb(255, 248.8461538462, 221);
  color: #ddb500;
  border: 1px solid rgb(255, 221.1538461538, 68);
}
.wp-block-flagdays-private .form-messages.error,
.wp-block-flagdays-account .form-messages.error,
.wp-block-flagdays-login .form-messages.error,
.wp-block-flagdays-registration .form-messages.error,
.wp-block-flagdays-password-reset .form-messages.error {
  color: #f44336;
  background: rgb(254.5849056604, 247.9056603774, 247.4150943396);
  border: 1px solid rgb(249.2924528302, 157.4528301887, 150.7075471698);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=blocks.min.css.map */
/*!
Theme Name: Hejsflaget
Template: twentytwentyfive
*/
:root{--wp--style--root--padding-top:0px;--wp--style--root--padding-right:var(--wp--preset--spacing--50);--wp--style--root--padding-bottom:0px;--wp--style--root--padding-left:var(--wp--preset--spacing--50)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wp-block-post-title{display:none}.wp-block-heading{margin-bottom:2rem}a{outline:0}a:active,a:focus{outline:0}.wp-block-navigation .wp-block-navigation-link.current-menu-item{font-weight:900}
/*# sourceMappingURL=style.min.css.map */