﻿/*!
 * DZS.SDG custom CSS
 */
/* BREAKPOINTS */
/* COLORS */
.ard-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.ard-page .gov-container__content {
  /*@media(min-width: @gov-breakpoint-xl) {
            max-width: 55rem;
        }*/
}
@media (min-width: 1400px) {
  .ard-page .gov-container__content {
    margin: 0 0 0 12.5rem;
    max-width: 100%;
  }
}
@media (min-width: 1800px) {
  .ard-page .gov-container__content {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 2000px) {
  .ard-page .gov-container__content {
    max-width: 100%;
  }
}
@media (min-width: 2200px) {
  .ard-page .gov-container__content {
    max-width: 100%;
  }
}
.ard-page .ard-content {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}
.ard-page .ard-content .gov-container__content {
  padding: 2.5rem;
  overflow: visible;
  min-width: 0;
}
.ard-page .ard-content .gov-container__content .gov-breadcrumbs {
  margin-bottom: 0.5rem;
}
@media (min-width: 1400px) {
  .ard-page .ard-content .gov-container__content {
    margin: 0 !important;
  }
}
.ard-page .ard-grid {
  display: grid;
  grid-template-columns: min-content auto;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.1rem;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  body[style*="overflow: hidden;"] .ard-page.ard-page--has-scrollbar .ard-content .gov-container.gov-container__content {
    padding-left: 1.875rem;
    padding-right: 3.125rem;
  }
  body[style*="overflow: hidden;"] .ard-page.ard-page--has-scrollbar footer.gov-container {
    padding-left: 0;
  }
}
.ard-bg-blue {
  background-color: #2362a2 !important;
}
.ard-bg-blue-medium {
  background-color: #2362a2 !important;
  filter: brightness(125%);
}
.ard-bg-blue-dark {
  background-color: #254e80 !important;
}
.ard-white,
span.ard-white {
  color: #ffffff;
}
.ard-header {
  background-color: #254e80 !important;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width: 1400px) {
  .ard-header {
    background-color: #254e80 !important;
    min-height: 5.5625rem;
  }
}
.ard-header > .ard-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.5rem 1.25rem;
}
@media (min-width: 1400px) {
  .ard-header > .ard-header__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0 1.5rem;
    box-sizing: border-box;
    z-index: 1;
  }
}
.ard-header > .gov-container__content {
  flex-grow: 1;
  min-width: 0;
}
.ard-header .ard-header__holder--no-logo {
  justify-content: flex-end;
}
.ard-header__user {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 0.85rem;
}
.ard-header__user .gov-icon {
  font-size: 1.1em;
}
.ard-header .ard-header__item {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.ard-header .ard-header__item .gov-icon {
  font-size: 1.1em;
  color: #ffffff;
}
.ard-header .ard-header__item .dot {
  position: absolute;
  top: -8px;
  right: -8px;
  box-sizing: border-box;
  height: 20px;
  min-width: 20px;
  padding: 0 4px;
  background-color: red;
  color: white;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1;
}
.ard-header .ard-header__item .ard-header__user-name {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.ard-header .ard-header__item > a {
  text-decoration: none;
}
.ard-header .ard-header__item > a:hover > * {
  color: #91b0d0;
  text-decoration: none;
}
.ard-header__messages > a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.ard-header__logout {
  padding-left: 0.5rem;
}
.ard-header__logout button {
  font-size: 0;
  padding: 0;
  border-width: 0;
}
.ard-header__logout button span {
  font-size: 1.5rem !important;
  margin: 0;
}
.ard-header__fixed-items {
  top: 0;
}
.ard-header.is-fixed .ard-header__fixed-items {
  display: flex !important;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .ard-header__logout button {
    font-size: 0.75rem;
    padding: 0.625rem 0.75rem;
    border-width: 1px;
  }
  .ard-header__logout button span {
    font-size: 1.1em !important;
    margin-left: 0.75rem;
  }
  .ard-header__user .ard-header__user-name {
    display: inline-block !important;
  }
  .ard-header.is-fixed .ard-header__fixed-items.ard-header__logout,
  .ard-header.is-fixed .ard-header__fixed-items.ard-header__user {
    display: auto;
    position: initial;
    z-index: auto;
  }
}
.ard-header .gov-header__right,
.ard-header .gov-header__fixed-items {
  align-items: center;
  width: auto;
  margin-top: 0;
  column-gap: 1rem;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
@media screen and (min-width: 992px) {
  .ard-header .gov-header__right,
  .ard-header .gov-header__fixed-items {
    column-gap: 1.5rem;
  }
}
.ard-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.ard-header.is-fixed .gov-header__right {
  position: absolute;
  right: 1.25rem;
}
@media screen and (min-width: 576px) {
  .ard-header.is-fixed .gov-header__right {
    position: initial;
  }
}
@media screen and (max-width: 767px) {
  .ard-header.is-fixed .gov-header__right {
    position: static;
    right: auto;
  }
}
.ard-header .gov-header__item:nth-child(1) {
  order: initial;
  width: auto;
  margin-left: 0;
}
.ard-header .gov-header__item {
  margin-left: 0;
}
.ard-header .gov-header__holder {
  flex-wrap: nowrap;
}
.ard-header .gov-logo__sitename {
  margin-left: 1rem;
}
.ard-page.ard-page--has-scrollbar .ard-header.is-fixed {
  padding: 0 2.55rem 0 1.25rem;
}
.ard-footer .gov-footer__upper {
  min-height: 75px;
}
.ard-sidenav {
  background: #2362a2;
  background: linear-gradient(180deg, #2362a2 0%, #3077b7 100%);
  padding: 2.5rem 0 10rem;
}
@media (min-width: 1400px) {
  .ard-sidenav {
    width: 17rem;
    min-width: 17rem;
    position: sticky;
    top: 0;
    align-self: flex-start;
    height: 100vh;
    flex-direction: column;
    overflow-y: scroll;
  }
  .ard-sidenav.ard-shown-xxl {
    display: flex !important;
  }
  .ard-sidenav > * {
    flex-shrink: 0;
  }
  .ard-sidenav > .gov-sidenav--level-1 {
    flex: 1 1 auto;
    /*min-height: 0;*/
    /*overflow-y: auto;*/
    padding-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .ard-sidenav {
    min-width: auto;
    width: calc((100% - 59rem) / 2);
  }
}
@media (min-width: 1800px) {
  .ard-sidenav {
    min-width: auto;
    width: calc((100% - 73rem) / 2);
  }
}
@media (min-width: 2000px) {
  .ard-sidenav {
    width: calc((100% - 86rem) / 2);
  }
}
@media (min-width: 2200px) {
  .ard-sidenav {
    width: calc((100% - 99rem) / 2);
  }
}
.ard-sidenav h2 {
  margin: 0 1.5rem 1.5rem 1.5rem;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1em;
}
.ard-sidenav .gov-sidenav--level-1 > li > a {
  text-transform: uppercase;
}
.ard-sidenav .ard-sidenav__item a {
  padding: 0.75rem 1.5rem;
}
.ard-sidenav .ard-sidenav__item a,
.ard-sidenav .ard-sidenav__item a + button > .gov-icon,
.ard-sidenav .ard-sidenav__item a span {
  color: #ffffff;
  font-size: 0.875em;
}
.ard-sidenav .ard-sidenav__item a:hover,
.ard-sidenav .ard-sidenav__item a + button > .gov-icon:hover,
.ard-sidenav .ard-sidenav__item a span:hover {
  color: #3b3b3b;
}
.ard-sidenav .ard-sidenav__item.is-active:not(.has-toggle) a {
  background-color: #ffffff;
  color: #2362a2 !important;
}
.ard-sidenav .ard-sidenav__item .ard-icon.ard-icon--back:before {
  font-size: 1rem;
}
.ard-sidenav .ard-sidenav__item:hover .ard-icon.ard-icon--back:before,
.ard-sidenav .ard-sidenav__item > a:hover .ard-icon.ard-icon--back:before {
  color: #3b3b3b;
}
.ard-sidenav .ard-sidenav__item:hover > .gov-icon:before,
.ard-sidenav .ard-sidenav__item > a:hover > .gov-icon:before {
  color: #3b3b3b;
}
.ard-sidenav .gov-sidenav--level-1 > .gov-sidenav__item.is-active:not(.has-toggle) > a,
.ard-sidenav .gov-sidenav--level-1 > .gov-sidenav__item.is-active:not(.has-toggle) > button,
.ard-sidenav .gov-sidenav--level-1 > .gov-sidenav__item.is-active:not(.has-toggle) > .gov-link,
.ard-sidenav .gov-sidenav--level-1 > .gov-sidenav__item.is-active:not(.has-toggle) > .gov-sortable-table__trigger,
.ard-sidenav .gov-sidenav--level-1 > .gov-sidenav__item.is-active:not(.has-toggle) > .gov-portal-nav__link,
.ard-sidenav .gov-fileinput__attachments.gov-sidenav--level-1 > li.gov-sidenav__item.is-active:not(.has-toggle) > span {
  background-color: #ffffff !important;
  color: #2362a2 !important;
  border-color: #ffffff !important;
}
.ard-sidenav .gov-sidenav--level-1 > .gov-sidenav__item.is-active:not(.has-toggle) > a > .gov-icon:before,
.ard-sidenav .gov-sidenav--level-1 > .gov-sidenav__item.is-active:not(.has-toggle) > button > .gov-icon:before,
.ard-sidenav .gov-sidenav--level-1 > .gov-sidenav__item.is-active:not(.has-toggle) > .gov-link > .gov-icon:before,
.ard-sidenav .gov-sidenav--level-1 > .gov-sidenav__item.is-active:not(.has-toggle) > .gov-sortable-table__trigger > .gov-icon:before,
.ard-sidenav .gov-sidenav--level-1 > .gov-sidenav__item.is-active:not(.has-toggle) > .gov-portal-nav__link > .gov-icon:before,
.ard-sidenav .gov-fileinput__attachments.gov-sidenav--level-1 > li.gov-sidenav__item.is-active:not(.has-toggle) > span > .gov-icon:before {
  color: #3b3b3b;
}
.ard-sidenav .gov-sidenav--level-2 > .gov-sidenav__item > a {
  padding-left: 2.5rem;
}
.gov-header__nav.active {
  position: absolute;
  top: 100%;
  height: calc(100vh - 100%);
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .gov-header__nav.active {
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .gov-header__nav.active {
    right: 0;
    width: max-content;
  }
}
.ard-header__user-cta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.25rem 0.5rem 1.25rem;
}
@media screen and (min-width: 56.25em) {
  .ard-header__user-cta {
    display: none;
  }
}
.ard-header__user-cta .ard-header__user-btn {
  width: 100%;
  justify-content: center;
  text-decoration: none;
}
.ard-header__user-separator {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0.5rem 1.25rem 0 1.25rem;
}
@media screen and (min-width: 56.25em) {
  .ard-header__user-separator {
    display: none;
  }
}
.gov-header__overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .ard-header__nav {
    display: none;
  }
}
.ard-header__nav.active .ard-header__nav-holder--level1 {
  display: block;
  padding-top: 1rem;
  position: relative;
  width: 100%;
  left: 0;
}
.ard-header__nav.active .ard-header__nav-holder--level1 .ard-header__link .ard-link {
  padding: 0.9375rem 3rem 0.9375rem 2.25rem;
  font-weight: normal;
  line-height: 1.5rem;
}
.ard-header__nav.active .ard-header__nav-holder--level2 {
  display: block;
  position: relative;
  width: 100%;
  left: 0;
}
.ard-header__nav.active .ard-header__nav-holder--level2 .ard-header__link .ard-link {
  padding: 0.9375rem 3rem 0.9375rem 3.25rem;
  text-transform: none;
  font-weight: bold;
  line-height: 1.5rem;
}
.ard-header__nav.active .ard-header__nav-holder .ard-header__link .ard-link {
  text-decoration: none;
}
.ard-header__nav.active .ard-header__nav-holder .ard-header__link .ard-link:before {
  height: 0;
}
.ard-header__nav.active .ard-header__nav-holder .ard-header__link .ard-link .ard-icon.ard-icon--back:before {
  font-size: 1rem;
}
.ard-header__nav.active .ard-header__nav-holder .ard-header__link .ard-link:hover .ard-icon.ard-icon--back:before,
.ard-header__nav.active .ard-header__nav-holder .ard-header__link .ard-link > a:hover .ard-icon.ard-icon--back:before {
  color: #3b3b3b;
}
.ard-header__nav.active .ard-header__nav-holder .ard-header__link.is-active .ard-link {
  background-color: #ffffff;
  color: #2362a2;
}
.ard-header__nav.active .ard-header__nav-holder .ard-header__link .ard-link .gov-badge {
  margin-left: 0.75rem;
}
.ard-header__nav.active .ard-header__nav-holder .ard-header__link:not(.is-active) .ard-link:hover {
  background-color: #e5ebf0;
  color: #3b3b3b;
  text-decoration: none;
}
app-grid[data-custom-grid-id] {
  display: block;
  min-width: 0;
}
@media (max-width: 767px) {
  app-grid[data-custom-grid-id] .gov-pagination {
    overflow-x: auto;
  }
}
app-grid[data-custom-grid-id] .filters {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
app-grid[data-custom-grid-id] .filters .buttons {
  display: inline;
}
@media (max-width: 767px) {
  app-grid[data-custom-grid-id] .filters .buttons {
    text-align: left;
  }
}
app-grid[data-custom-grid-id] .filters .buttons button {
  width: auto;
  margin-right: 10px;
}
app-grid[data-custom-grid-id] .standalone {
  margin-bottom: 15px;
  text-align: right;
}
app-grid[data-custom-grid-id] .standalone a {
  margin-left: 10px;
  margin-bottom: 10px;
}
app-grid[data-custom-grid-id] .standalone a[target=_blank]:after {
  content: none !important;
}
app-grid[data-custom-grid-id] table thead th .gov-sortable-table__trigger:not(.current)::after {
  content: none;
}
app-grid[data-custom-grid-id] .gov-table_overflow {
  overflow: auto;
}
app-grid[data-custom-grid-id] .gov-table_overflow::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
app-grid[data-custom-grid-id] .gov-table_overflow::-webkit-scrollbar-track {
  display: none;
}
app-grid[data-custom-grid-id] .gov-table_overflow::-webkit-scrollbar-thumb {
  background: #254e80;
  width: 4px;
  height: 4px;
}
app-grid[data-custom-grid-id] .emptyMessage {
  padding-left: 10px;
  padding-bottom: 20px;
}
.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  padding-top: 40vh;
}
body > .loader-overlay {
  position: fixed;
}
.gov-form-control--classic .gov-select::after {
  top: auto;
  margin-top: 0;
  bottom: 0.4375rem;
}
@media (min-width: 768px) {
  .row > [class*="col-"] > .gov-form-control--classic.gov-form-control--custom {
    margin-top: 1.9375rem;
  }
}
.povolene-formulare-row {
  margin-bottom: 0.75rem;
}
.povolene-formulare-actions {
  display: flex;
  gap: 1rem;
}
.ard-content .form-section {
  margin-bottom: 1rem;
}
.ard-content .form-section.position-relative {
  position: relative;
}
.ard-content .form-section.position-relative .form-photo {
  position: relative;
  margin-bottom: 20px;
  align-items: center;
  text-align: center;
}
.ard-content .form-section.position-relative .form-photo .align-items-center {
  margin-top: 0.3rem;
  display: block;
}
.ard-content .form-section.position-relative .form-photo .align-items-center .gov-icon {
  transform: rotate(90deg);
  cursor: pointer;
  font-size: 1rem;
  color: #2362a2;
}
.ard-content .form-section.position-relative .form-photo .align-items-center input {
  display: none;
}
.ard-content .form-section.position-relative .form-photo img {
  height: 140px;
  width: 110px;
  object-fit: cover;
  object-position: center center;
  cursor: pointer;
}
.ard-content .form-section .form-section__header h2 {
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #dddddd;
}
.ard-content .form-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.ard-content .gov-tabs__content .form-section .container-fluid {
  padding-left: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 768px) {
  .form-photo {
    position: absolute !important;
    top: -115px;
    right: 0px;
  }
}
.markdown {
  order: 2;
}
.markdown .toastui-editor-mode-switch {
  display: none !important;
}
.markdown .toastui-editor-toolbar ul > li:before {
  height: 0;
  width: 0;
}
.toastui-editor-contents ul > li:before {
  margin-left: 0;
  margin-top: 0;
}
.toastui-editor-contents ol > li:before {
  margin-left: -15px;
  margin-top: -2px;
}
.toastui-editor-contents code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 0;
  text-decoration: underline;
}
.marked-required:after {
  content: "*";
  padding-left: 0.3rem;
}
.gov-form-control .gov-select .gov-form-control__label:not(.filterLabel) {
  pointer-events: initial;
}
.gov-form-control--classic .gov-form-control__label .gov-tooltip--icon {
  position: static;
}
.gov-password {
  display: flex;
  align-items: flex-end;
}
.gov-form-control.gov-form-control--classic > .gov-form-control__label {
  order: unset !important;
}
.gov-password .gov-form-control--classic:first-child {
  flex: 1;
}
.gov-password-toggle__btn[aria-pressed="false"] .gov-icon--view {
  color: var(--gov-color-grey-mid);
}
.toastui-editor-contents {
  z-index: 0;
}
.field-validation-error {
  margin: 0;
}
.field-validation-error span {
  color: #c52a3a;
}
.text-danger {
  color: #c52a3a;
}
.text-danger li {
  color: #c52a3a;
}
.gov-button--alert {
  background-color: #c52a3a;
  color: #ffffff !important;
  border-color: #c52a3a;
}
.gov-button--alert:hover {
  background-color: #ffffff;
  color: #c52a3a !important;
  border-color: #c52a3a;
}
.ard-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.gov-icon.gov-icon--question.help--icon[target="_blank"]::after {
  content: none !important;
}
a.gov-icon.gov-icon--question.help--icon[target="_blank"] {
  text-decoration: none !important;
  display: inline-block;
}
.dropDownModules {
  padding: 0.5rem 1rem;
}
#zadost-obecne h3 {
  font-size: 1rem;
}
#zadost-obecne .gov-nahled-dokument-switch .gov-form-control {
  margin-bottom: 0;
}
.gov-button.no-icon:after {
  content: none!important;
}
.ard-icon--left {
  margin-right: 0.75em;
}
.ard-icon--right {
  margin-left: 0.75em;
}
.gov-icon--exit.ard-icon--logout {
  font-size: 1.1em;
}
.gov-icon--exclamation-mark.exclamation-mark--badge {
  background-color: #c52a3a;
  padding: 5px;
  border-radius: 10px;
}
.gov-icon--exclamation-mark.exclamation-mark--badge::before {
  font-size: 10px;
  color: white !important;
}
.gov-icon--exclamation-mark.exclamation-mark--badge:hover::before {
  color: white !important;
}
.adresa {
  margin-bottom: 5px;
}
:root,
:host {
  --gov-color-primary: #2362a2;
  --gov-color-secondary: #3b3b3b;
  --gov-color-success: #6fbd2c;
  --gov-color-warning: #f9c13c;
  --gov-color-error: #c52a3a;
  --gov-color-primary-100-rgb: 236, 247, 255;
  --gov-color-primary-100: #ecf7ff;
  --gov-color-primary-200-rgb: 217, 239, 255;
  --gov-color-primary-200: #d9efff;
  --gov-color-primary-300-rgb: 181, 217, 243;
  --gov-color-primary-300: #b5d9f3;
  --gov-color-primary-400-rgb: 102, 161, 216;
  --gov-color-primary-400: #66a1d8;
  --gov-color-primary-500-rgb: 48, 119, 183;
  --gov-color-primary-500: #3077b7;
  --gov-color-primary-600-rgb: 35, 98, 162;
  --gov-color-primary-600: #2362a2;
  --gov-color-primary-700-rgb: 37, 78, 128;
  --gov-color-primary-700: #254e80;
  --gov-color-primary-800-rgb: 21, 53, 94;
  --gov-color-primary-800: #15355e;
  --gov-color-primary-900-rgb: 13, 33, 58;
  --gov-color-primary-900: #0d213a;
  --gov-color-secondary-100-rgb: 252, 252, 252;
  --gov-color-secondary-100: #fcfcfc;
  --gov-color-secondary-200-rgb: 250, 250, 250;
  --gov-color-secondary-200: #fafafa;
  --gov-color-secondary-300-rgb: 245, 245, 245;
  --gov-color-secondary-300: #f5f5f5;
  --gov-color-secondary-400-rgb: 234, 234, 234;
  --gov-color-secondary-400: #eaeaea;
  --gov-color-secondary-500-rgb: 221, 221, 221;
  --gov-color-secondary-500: #dddddd;
  --gov-color-secondary-600-rgb: 168, 168, 168;
  --gov-color-secondary-600: #a8a8a8;
  --gov-color-secondary-700-rgb: 104, 104, 104;
  --gov-color-secondary-700: #686868;
  --gov-color-secondary-800-rgb: 59, 59, 59;
  --gov-color-secondary-800: #3b3b3b;
  --gov-color-secondary-900-rgb: 35, 35, 35;
  --gov-color-secondary-900: #232323;
  --gov-color-success-100-rgb: 245, 250, 240;
  --gov-color-success-100: #f5faf0;
  --gov-color-success-200-rgb: 220, 239, 204;
  --gov-color-success-200: #dcefcc;
  --gov-color-success-300-rgb: 163, 213, 120;
  --gov-color-success-300: #a3d578;
  --gov-color-success-400-rgb: 111, 189, 44;
  --gov-color-success-400: #6fbd2c;
  --gov-color-success-500-rgb: 72, 133, 21;
  --gov-color-success-500: #488515;
  --gov-color-success-600-rgb: 58, 98, 23;
  --gov-color-success-600: #3a6217;
  --gov-color-success-700-rgb: 44, 79, 13;
  --gov-color-success-700: #2c4f0d;
  --gov-color-warning-100-rgb: 254, 249, 239;
  --gov-color-warning-100: #fef9ef;
  --gov-color-warning-200-rgb: 250, 236, 200;
  --gov-color-warning-200: #faecc8;
  --gov-color-warning-300-rgb: 250, 212, 123;
  --gov-color-warning-300: #fad47b;
  --gov-color-warning-400-rgb: 249, 193, 60;
  --gov-color-warning-400: #f9c13c;
  --gov-color-warning-500-rgb: 199, 131, 0;
  --gov-color-warning-500: #c78300;
  --gov-color-warning-600-rgb: 153, 98, 15;
  --gov-color-warning-600: #99620f;
  --gov-color-warning-700-rgb: 134, 81, 2;
  --gov-color-warning-700: #865102;
  --gov-color-error-100-rgb: 255, 232, 234;
  --gov-color-error-100: #ffe8ea;
  --gov-color-error-200-rgb: 247, 205, 210;
  --gov-color-error-200: #f7cdd2;
  --gov-color-error-300-rgb: 217, 102, 113;
  --gov-color-error-300: #d96671;
  --gov-color-error-400-rgb: 197, 42, 58;
  --gov-color-error-400: #c52a3a;
  --gov-color-error-500-rgb: 158, 6, 21;
  --gov-color-error-500: #9e0615;
  --gov-color-error-600-rgb: 131, 7, 19;
  --gov-color-error-600: #830713;
  --gov-color-focus-base-rgb: 0, 123, 255;
  --gov-color-focus-base: #007bff;
  --gov-color-neutral-black-rgb: 0, 0, 0;
  --gov-color-neutral-black: #000000;
  --gov-color-neutral-white-rgb: 255, 255, 255;
  --gov-color-neutral-white: #ffffff;
  --gov-box-shadow-unset: none;
  --gov-box-shadow-s: 0 0 0.75rem rgba(var(--gov-color-secondary-800-rgb), 0.16);
  --gov-box-shadow-m: 0 0 1.25rem rgba(var(--gov-color-secondary-800-rgb), 0.2);
  --gov-box-shadow-l: 0 0 1.5rem rgba(var(--gov-color-secondary-800-rgb), 0.24);
  --gov-box-shadow-xl: 0 0 2rem rgba(var(--gov-color-secondary-800-rgb), 0.32);
}
@media (min-width: 0) {
  :root,
  :host {
    --gov-text-xs-font-size: 0.75rem;
    --gov-text-xs-line-height: 150%;
    --gov-text-xs-font-weight: 400;
    --gov-text-xs-letter-spacing: 0.0166em;
    --gov-text-xs-margin-bottom: 0.5rem;
    --gov-text-s-font-size: 0.875rem;
    --gov-text-s-line-height: 150%;
    --gov-text-s-font-weight: 400;
    --gov-text-s-letter-spacing: 0.0125em;
    --gov-text-s-margin-bottom: 0.5rem;
    --gov-text-m-font-size: 1rem;
    --gov-text-m-line-height: 150%;
    --gov-text-m-font-weight: 400;
    --gov-text-m-letter-spacing: 0.0125em;
    --gov-text-m-margin-bottom: 0.5rem;
    --gov-text-l-font-size: 1.125rem;
    --gov-text-l-line-height: 150%;
    --gov-text-l-font-weight: 400;
    --gov-text-l-letter-spacing: 0.0125em;
    --gov-text-l-margin-bottom: 0.5rem;
    --gov-text-xl-font-size: 1.25rem;
    --gov-text-xl-line-height: 150%;
    --gov-text-xl-font-weight: 500;
    --gov-text-xl-letter-spacing: 0.0125em;
    --gov-text-xl-margin-top: 0.5rem;
    --gov-text-xl-margin-bottom: 0.5rem;
    --gov-text-2xl-font-size: 1.375rem;
    --gov-text-2xl-line-height: 150%;
    --gov-text-2xl-font-weight: 500;
    --gov-text-2xl-letter-spacing: 0.0312em;
    --gov-text-2xl-margin-top: 0.5rem;
    --gov-text-2xl-margin-bottom: 0.5rem;
    --gov-text-3xl-font-size: 1.625rem;
    --gov-text-3xl-line-height: 150%;
    --gov-text-3xl-font-weight: 400;
    --gov-text-3xl-margin-top: 1rem;
    --gov-text-3xl-margin-bottom: 0.5rem;
    --gov-text-4xl-font-size: 2rem;
    --gov-text-4xl-line-height: 130%;
    --gov-text-4xl-font-weight: 300;
    --gov-text-4xl-margin-top: 1rem;
    --gov-text-4xl-margin-bottom: 1rem;
    --gov-text-5xl-font-size: 2.25rem;
    --gov-text-5xl-line-height: 125%;
    --gov-text-5xl-font-weight: 300;
    --gov-text-5xl-margin-top: 1.5rem;
    --gov-text-5xl-margin-bottom: 1rem;
    --gov-text-6xl-font-size: 3rem;
    --gov-text-6xl-line-height: 125%;
    --gov-text-6xl-font-weight: 300;
    --gov-text-6xl-margin-top: 2rem;
    --gov-text-6xl-margin-bottom: 1.5rem;
  }
}
@media (min-width: 48em) {
  :root,
  :host {
    --gov-text-2xl-font-size: 1.375rem;
    --gov-text-2xl-margin-top: 1rem;
    --gov-text-3xl-font-size: 1.75rem;
    --gov-text-3xl-line-height: 150%;
    --gov-text-3xl-margin-top: 1.5rem;
    --gov-text-4xl-font-size: 2.25rem;
    --gov-text-4xl-margin-top: 1.5rem;
    --gov-text-5xl-font-size: 2.625rem;
    --gov-text-5xl-margin-top: 2rem;
    --gov-text-6xl-font-size: 3.625rem;
    --gov-text-6xl-margin-top: 2.5rem;
  }
}
.gov-icon {
  display: inline-flex;
}
.gov-icon__holder {
  display: inline-flex;
  width: 100%;
  height: 100%;
}
.gov-icon__holder + .gov-icon__holder {
  display: none !important;
}
.gov-icon svg {
  display: inline-flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.gov-spin-animation,
.gov-pseudo-spin-animation::before {
  animation: spin 4s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes countdown {
  to {
    transform: scaleX(0);
  }
}
@keyframes progress {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.gov-toast {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding: 0.75rem 1rem;
  border-left: 0.25rem solid transparent;
  background: var(--gov-toast-message-bg, var(--gov-color-neutral-white));
  z-index: 301;
  position: relative;
  position: fixed;
  max-width: 23.4375rem;
  padding-right: 3.125rem;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.gov-toast__icon {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.gov-toast__content {
  flex: 1 1 auto;
}
.gov-toast__content > *:last-child {
  margin-bottom: 0;
}
.gov-toast__content p {
  font-weight: var(--gov-text-m-font-weight);
  font-size: var(--gov-text-m-font-size);
  line-height: var(--gov-text-m-line-height);
  letter-spacing: var(--gov-text-m-letter-spacing);
}
@media (min-width: 30em) {
  .gov-toast {
    flex-direction: row;
  }
}
.gov-toast__content {
  padding-right: 0;
}
.gov-toast__close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
}
.gov-toast__timer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.gov-toast--hidden {
  opacity: 0;
}
.gov-toast[gravity=top i] {
  top: 2rem;
}
.gov-toast[gravity=bottom i] {
  bottom: 2rem;
}
.gov-toast[position=left i] {
  left: 2rem;
}
.gov-toast[position=center i] {
  left: 50%;
  transform: translateX(-50%);
}
.gov-toast[position=right i] {
  right: 2rem;
}
.gov-toast[type=solid i] {
  border: none;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: none;
}
.gov-toast[type=solid i].is-initialized .gov-toast__timer {
  transform-origin: right;
  animation: countdown linear forwards var(--toast-duration, 0);
}
.gov-toast[variant=warning] {
  border-left-color: var(--gov-toast-warning-codecor-lor, var(--gov-color-warning));
}
.gov-toast[variant=warning] .gov-toast__icon {
  color: var(--gov-toast-warning-codecor-lor, var(--gov-color-warning));
}
.gov-toast[variant=warning][type=solid i] {
  background-color: var(--gov-toast-warning-background, var(--gov-color-warning));
  color: var(--gov-toast-warning-color, var(--gov-color-secondary));
}
.gov-toast[variant=warning][type=solid i] .gov-toast__icon {
  color: var(--gov-toast-warning-color, var(--gov-color-secondary));
}
.gov-toast[variant=warning][type=solid i] .gov-toast__timer {
  background-color: var(--gov-toast-warning-timer-background, rgba(var(--gov-color-warning-500-rgb), 0.3));
}
.gov-toast[variant=error] {
  border-left-color: var(--gov-toast-error-colodecor-r, var(--gov-color-error));
}
.gov-toast[variant=error] .gov-toast__icon {
  color: var(--gov-toast-error-colodecor-r, var(--gov-color-error));
}
.gov-toast[variant=error][type=solid i] {
  background-color: var(--gov-toast-error-background, var(--gov-color-error));
  color: var(--gov-toast-error-color, var(--gov-color-neutral-white));
}
.gov-toast[variant=error][type=solid i] .gov-toast__icon {
  color: var(--gov-toast-error-color, var(--gov-color-neutral-white));
}
.gov-toast[variant=error][type=solid i] .gov-toast__timer {
  background-color: var(--gov-toast-error-timer-background, rgba(var(--gov-color-error-500-rgb), 0.5));
}
.gov-toast[variant=success] {
  border-left-color: var(--gov-toast-success-codecor-lor, var(--gov-color-success));
}
.gov-toast[variant=success] .gov-toast__icon {
  color: var(--gov-toast-success-codecor-lor, var(--gov-color-success));
}
.gov-toast[variant=success][type=solid i] {
  background-color: var(--gov-toast-success-background, var(--gov-color-success-500));
  color: var(--gov-toast-success-color, var(--gov-color-neutral-white));
}
.gov-toast[variant=success][type=solid i] .gov-toast__icon {
  color: var(--gov-toast-success-color, var(--gov-color-neutral-white));
}
.gov-toast[variant=success][type=solid i] .gov-toast__timer {
  background-color: var(--gov-toast-success-timer-background, rgba(var(--gov-color-success-600-rgb), 0.5));
}
.gov-toast[variant=primary] {
  border-left-color: var(--gov-toast-primary-color, var(--gov-color-primary));
}
.gov-toast[variant=primary] .gov-toast__icon {
  color: var(--gov-toast-primary-color, var(--gov-color-primary));
}
.gov-toast[variant=primary][type=solid i] {
  background-color: var(--gov-toast-primary-background, var(--gov-color-primary));
  color: var(--gov-toast-primary-color, var(--gov-color-neutral-white));
}
.gov-toast[variant=primary][type=solid i] .gov-toast__icon {
  color: var(--gov-toast-primary-color, var(--gov-color-neutral-white));
}
.gov-toast[variant=primary][type=solid i] .gov-toast__timer {
  background-color: var(--gov-toast-primary-timer-background, rgba(var(--gov-color-primary-700-rgb), 0.5));
}
.gov-toast[variant=secondary] {
  border-left-color: var(--gov-toast-secondary-decor-color, var(--gov-color-secondary));
}
.gov-toast[variant=secondary] .gov-toast__icon {
  color: var(--gov-toast-secondary-decor-color, var(--gov-color-secondary));
}
.gov-toast[variant=secondary][type=solid i] {
  background-color: var(--gov-toast-secondary-background, var(--gov-color-secondary));
  color: var(--gov-toast-secondary-color, var(--gov-color-neutral-white));
}
.gov-toast[variant=secondary][type=solid i] .gov-toast__icon {
  color: var(--gov-toast-secondary-color, var(--gov-color-neutral-white));
}
.gov-toast[variant=secondary][type=solid i] .gov-toast__timer {
  background-color: var(--gov-toast-secondary-timer-background, rgba(var(--gov-color-secondary-900-rgb), 0.5));
}
@media (min-width: 30em) {
  .gov-toast__content {
    padding-right: 2rem;
  }
}
.gov-button .element {
  margin: 0;
  padding: 0;
  font-family: var(--gov-font-family, "Roboto", sans-serif);
  font-weight: 400;
  box-sizing: border-box;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: var(--gov-button-border-width, 0.0625rem) solid transparent;
  transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out;
  cursor: inherit;
  will-change: background-color, border-color;
}
.gov-button .element:focus {
  outline: none;
}
.gov-button .element .gov-icon {
  flex: 0 0 auto;
  color: inherit;
}
.gov-button .element > * {
  display: flex;
}
[hoverable].gov-button .element {
  cursor: pointer;
}
[hoverable].gov-button .element:focus {
  outline: none;
}
[hoverable].gov-button .element:focus-visible {
  border-radius: var(--gov-border-radius, 0.1875rem);
  outline: var(--gov-outline-width, 0.125rem) solid var(--gov-color-focus-base);
  outline-offset: 0.0625rem;
}
[hoverable][type=outlined].gov-button .element:focus-visible,
[hoverable][type=base].gov-button .element:focus-visible {
  outline-offset: 0;
}
[hoverable][disabled=""].gov-button,
[hoverable][disabled=true i].gov-button,
[hoverable][disabled="1"].gov-button {
  cursor: not-allowed;
}
[hoverable][disabled=""].gov-button .element,
[hoverable][disabled=true i].gov-button .element,
[hoverable][disabled="1"].gov-button .element {
  pointer-events: none;
}
[expanded=""].gov-button,
[expanded=true i].gov-button,
[expanded="1"].gov-button {
  display: block;
}
[expanded=""].gov-button .element,
[expanded=true i].gov-button .element,
[expanded="1"].gov-button .element {
  display: flex;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
[type=solid][variant=primary].gov-button .element {
  background-color: var(--gov-button-primary-solid-bg, var(--gov-color-primary));
  color: var(--gov-button-primary-solid-color, var(--gov-color-neutral-white));
}
[type=solid][variant=primary][inverse=""].gov-button .element,
[type=solid][variant=primary][inverse=true i].gov-button .element,
[type=solid][variant=primary][inverse="1"].gov-button .element {
  color: var(--gov-button-primary-solid-inverse-color, var(--gov-color-primary));
  background-color: var(--gov-button-primary-solid-inverse-bg, var(--gov-color-primary-200));
}
[type=solid][variant=primary][inverse=""].gov-button .element:focus-visible,
[type=solid][variant=primary][inverse=true i].gov-button .element:focus-visible,
[type=solid][variant=primary][inverse="1"].gov-button .element:focus-visible {
  background-color: var(--gov-button-primary-solid-inverse-focus-bg, var(--gov-color-neutral-white));
}
[type=solid][variant=primary][disabled=""].gov-button .element,
[type=solid][variant=primary][disabled=true i].gov-button .element,
[type=solid][variant=primary][disabled="1"].gov-button .element {
  background-color: var(--gov-button-primary-solid-disabled-bg, var(--gov-color-primary-300));
  color: var(--gov-button-primary-solid-disabled-color, var(--gov-color-neutral-white));
}
[type=solid][variant=primary][disabled=""][inverse=""].gov-button .element,
[type=solid][variant=primary][disabled=""][inverse=true i].gov-button .element,
[type=solid][variant=primary][disabled=""][inverse="1"].gov-button .element,
[type=solid][variant=primary][disabled=true i][inverse=""].gov-button .element,
[type=solid][variant=primary][disabled=true i][inverse=true i].gov-button .element,
[type=solid][variant=primary][disabled=true i][inverse="1"].gov-button .element,
[type=solid][variant=primary][disabled="1"][inverse=""].gov-button .element,
[type=solid][variant=primary][disabled="1"][inverse=true i].gov-button .element,
[type=solid][variant=primary][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-primary-solid-inverse-disabled-bg, var(--gov-color-primary-300));
  color: var(--gov-button-primary-solid-inverse-disabled-color, var(--gov-color-primary-400));
}
@media not all and (pointer: coarse) {
  [type=solid][variant=primary][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-primary-solid-hover-bg, var(--gov-color-primary-700));
    color: var(--gov-button-primary-solid-hover-color, var(--gov-color-neutral-white));
  }
  [type=solid][variant=primary][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-primary-solid-active-bg, var(--gov-color-primary-800));
  }
}
@media not all and (pointer: coarse) {
  [type=solid][variant=primary][hoverable][inverse=""].gov-button .element:hover,
  [type=solid][variant=primary][hoverable][inverse=true i].gov-button .element:hover,
  [type=solid][variant=primary][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-primary-solid-inverse-hover-bg, var(--gov-color-primary-700));
    color: var(--gov-button-primary-solid-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=solid][variant=primary][hoverable][inverse=""].gov-button .element:hover:active,
  [type=solid][variant=primary][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=solid][variant=primary][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-primary-solid-inverse-active-bg, var(--gov-color-primary-800));
  }
}
[type=outlined][variant=primary].gov-button .element {
  color: var(--gov-button-primary-outlined-color, var(--gov-color-primary));
  border-color: var(--gov-button-primary-outlined-border, var(--gov-color-primary));
}
[type=outlined][variant=primary][inverse=""].gov-button .element,
[type=outlined][variant=primary][inverse=true i].gov-button .element,
[type=outlined][variant=primary][inverse="1"].gov-button .element {
  color: var(--gov-button-primary-outlined-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-primary-outlined-inverse-bg, transparent);
  border-color: var(--gov-button-primary-outlined-inverse-border, var(--gov-color-neutral-white));
}
[type=outlined][variant=primary][inverse=""].gov-button .element:focus-visible,
[type=outlined][variant=primary][inverse=true i].gov-button .element:focus-visible,
[type=outlined][variant=primary][inverse="1"].gov-button .element:focus-visible {
  background-color: var(--gov-button-primary-outlined-inverse-focus-bg, transparent);
}
[type=outlined][variant=primary][disabled=""].gov-button .element,
[type=outlined][variant=primary][disabled=true i].gov-button .element,
[type=outlined][variant=primary][disabled="1"].gov-button .element {
  background-color: var(--gov-button-primary-outlined-disabled-bg, transparent);
  color: var(--gov-button-primary-outlined-disabled-color, var(--gov-color-primary-400));
  border-color: var(--gov-button-primary-outlined-disabled-border, var(--gov-color-primary-300));
}
[type=outlined][variant=primary][disabled=""][inverse=""].gov-button .element,
[type=outlined][variant=primary][disabled=""][inverse=true i].gov-button .element,
[type=outlined][variant=primary][disabled=""][inverse="1"].gov-button .element,
[type=outlined][variant=primary][disabled=true i][inverse=""].gov-button .element,
[type=outlined][variant=primary][disabled=true i][inverse=true i].gov-button .element,
[type=outlined][variant=primary][disabled=true i][inverse="1"].gov-button .element,
[type=outlined][variant=primary][disabled="1"][inverse=""].gov-button .element,
[type=outlined][variant=primary][disabled="1"][inverse=true i].gov-button .element,
[type=outlined][variant=primary][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-primary-outlined-inverse-disabled-bg, var(--gov-color-primary-300));
  color: var(--gov-button-primary-outlined-inverse-disabled-color, var(--gov-color-primary-400));
  border-color: var(--gov-button-primary-outlined-inverse-disabled-border-color, var(--gov-color-primary-400));
}
@media not all and (pointer: coarse) {
  [type=outlined][variant=primary][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-primary-outlined-hover-bg, var(--gov-color-primary-100));
    color: var(--gov-button-primary-outlined-hover-color, var(--gov-color-primary));
  }
  [type=outlined][variant=primary][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-primary-outlined-active-bg, var(--gov-color-primary-300));
  }
}
@media not all and (pointer: coarse) {
  [type=outlined][variant=primary][hoverable][inverse=""].gov-button .element:hover,
  [type=outlined][variant=primary][hoverable][inverse=true i].gov-button .element:hover,
  [type=outlined][variant=primary][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-primary-outlined-inverse-hover-bg, var(--gov-color-primary-500));
    color: var(--gov-button-primary-outlined-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=outlined][variant=primary][hoverable][inverse=""].gov-button .element:hover:active,
  [type=outlined][variant=primary][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=outlined][variant=primary][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-primary-outlined-inverse-active-bg, var(--gov-color-primary-400));
  }
}
[type=base][variant=primary].gov-button .element {
  color: var(--gov-button-primary-base-color, var(--gov-color-primary));
}
[type=base][variant=primary][inverse=""].gov-button .element,
[type=base][variant=primary][inverse=true i].gov-button .element,
[type=base][variant=primary][inverse="1"].gov-button .element {
  color: var(--gov-button-primary-base-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-primary-base-inverse-bg, transparent);
}
[type=base][variant=primary][disabled=""].gov-button .element,
[type=base][variant=primary][disabled=true i].gov-button .element,
[type=base][variant=primary][disabled="1"].gov-button .element {
  color: var(--gov-button-primary-base-disabled-color, var(--gov-color-primary-400));
}
[type=base][variant=primary][disabled=""][inverse=""].gov-button .element,
[type=base][variant=primary][disabled=""][inverse=true i].gov-button .element,
[type=base][variant=primary][disabled=""][inverse="1"].gov-button .element,
[type=base][variant=primary][disabled=true i][inverse=""].gov-button .element,
[type=base][variant=primary][disabled=true i][inverse=true i].gov-button .element,
[type=base][variant=primary][disabled=true i][inverse="1"].gov-button .element,
[type=base][variant=primary][disabled="1"][inverse=""].gov-button .element,
[type=base][variant=primary][disabled="1"][inverse=true i].gov-button .element,
[type=base][variant=primary][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-primary-base-inverse-disabled-bg, var(--gov-color-primary-300));
  color: var(--gov-button-primary-base-inverse-disabled-color, var(--gov-color-primary-400));
}
@media not all and (pointer: coarse) {
  [type=base][variant=primary][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-primary-base-hover-bg, var(--gov-color-primary-100));
    color: var(--gov-button-primary-base-hover-color, var(--gov-color-primary));
  }
  [type=base][variant=primary][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-primary-base-active-bg, var(--gov-color-primary-300));
  }
}
@media not all and (pointer: coarse) {
  [type=base][variant=primary][hoverable][inverse=""].gov-button .element:hover,
  [type=base][variant=primary][hoverable][inverse=true i].gov-button .element:hover,
  [type=base][variant=primary][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-primary-base-inverse-hover-bg, var(--gov-color-primary-500));
    color: var(--gov-button-primary-base-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=base][variant=primary][hoverable][inverse=""].gov-button .element:hover:active,
  [type=base][variant=primary][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=base][variant=primary][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-primary-base-inverse-active-bg, var(--gov-color-primary-400));
    color: var(--gov-button-primary-base-inverse-active-color, var(--gov-color-neutral-white));
  }
}
[type=link][variant=primary].gov-button .element {
  color: var(--gov-button-primary-link-color, var(--gov-color-primary));
}
[type=link][variant=primary][inverse=""].gov-button .element,
[type=link][variant=primary][inverse=true i].gov-button .element,
[type=link][variant=primary][inverse="1"].gov-button .element {
  color: var(--gov-button-primary-link-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-primary-link-inverse-bg, transparent);
}
[type=link][variant=primary][disabled=""].gov-button .element,
[type=link][variant=primary][disabled=true i].gov-button .element,
[type=link][variant=primary][disabled="1"].gov-button .element {
  color: var(--gov-button-primary-link-disabled-color, var(--gov-color-primary-400));
}
[type=link][variant=primary][disabled=""][inverse=""].gov-button .element,
[type=link][variant=primary][disabled=""][inverse=true i].gov-button .element,
[type=link][variant=primary][disabled=""][inverse="1"].gov-button .element,
[type=link][variant=primary][disabled=true i][inverse=""].gov-button .element,
[type=link][variant=primary][disabled=true i][inverse=true i].gov-button .element,
[type=link][variant=primary][disabled=true i][inverse="1"].gov-button .element,
[type=link][variant=primary][disabled="1"][inverse=""].gov-button .element,
[type=link][variant=primary][disabled="1"][inverse=true i].gov-button .element,
[type=link][variant=primary][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-primary-link-inverse-disabled-bg, transparent);
  color: var(--gov-button-primary-link-inverse-disabled-color, var(--gov-color-primary-400));
}
@media not all and (pointer: coarse) {
  [type=link][variant=primary][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-primary-link-hover-bg, transparent);
    color: var(--gov-button-primary-link-hover-color, var(--gov-color-primary));
  }
  [type=link][variant=primary][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-primary-link-active-bg, transparent);
    color: var(--gov-button-primary-link-active-color, var(--gov-color-primary-700));
  }
}
@media not all and (pointer: coarse) {
  [type=link][variant=primary][hoverable][inverse=""].gov-button .element:hover,
  [type=link][variant=primary][hoverable][inverse=true i].gov-button .element:hover,
  [type=link][variant=primary][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-primary-link-inverse-hover-bg, transparent);
    color: var(--gov-button-primary-link-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=link][variant=primary][hoverable][inverse=""].gov-button .element:hover:active,
  [type=link][variant=primary][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=link][variant=primary][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-primary-link-inverse-active-bg, transparent);
    color: var(--gov-button-primary-link-inverse-active-color, var(--gov-color-primary-200));
  }
}
[type=solid][variant=secondary].gov-button .element {
  background-color: var(--gov-button-secondary-solid-bg, var(--gov-color-secondary));
  color: var(--gov-button-secondary-solid-color, var(--gov-color-neutral-white));
}
[type=solid][variant=secondary][inverse=""].gov-button .element,
[type=solid][variant=secondary][inverse=true i].gov-button .element,
[type=solid][variant=secondary][inverse="1"].gov-button .element {
  color: var(--gov-button-secondary-solid-inverse-color, var(--gov-color-secondary));
  background-color: var(--gov-button-secondary-solid-inverse-bg, var(--gov-color-neutral-white));
}
[type=solid][variant=secondary][inverse=""].gov-button .element:focus-visible,
[type=solid][variant=secondary][inverse=true i].gov-button .element:focus-visible,
[type=solid][variant=secondary][inverse="1"].gov-button .element:focus-visible {
  background-color: var(--gov-button-secondary-solid-inverse-focus-bg, var(--gov-color-neutral-white));
}
[type=solid][variant=secondary][disabled=""].gov-button .element,
[type=solid][variant=secondary][disabled=true i].gov-button .element,
[type=solid][variant=secondary][disabled="1"].gov-button .element {
  background-color: var(--gov-button-secondary-solid-disabled-bg, var(--gov-color-secondary-300));
  color: var(--gov-button-secondary-solid-disabled-color, var(--gov-color-secondary-600));
}
[type=solid][variant=secondary][disabled=""][inverse=""].gov-button .element,
[type=solid][variant=secondary][disabled=""][inverse=true i].gov-button .element,
[type=solid][variant=secondary][disabled=""][inverse="1"].gov-button .element,
[type=solid][variant=secondary][disabled=true i][inverse=""].gov-button .element,
[type=solid][variant=secondary][disabled=true i][inverse=true i].gov-button .element,
[type=solid][variant=secondary][disabled=true i][inverse="1"].gov-button .element,
[type=solid][variant=secondary][disabled="1"][inverse=""].gov-button .element,
[type=solid][variant=secondary][disabled="1"][inverse=true i].gov-button .element,
[type=solid][variant=secondary][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-secondary-solid-inverse-disabled-bg, var(--gov-color-neutral-white));
  color: var(--gov-button-secondary-solid-inverse-disabled-color, var(--gov-color-secondary-600));
}
@media not all and (pointer: coarse) {
  [type=solid][variant=secondary][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-secondary-solid-hover-bg, var(--gov-color-secondary-900));
    color: var(--gov-button-secondary-solid-hover-color, var(--gov-color-neutral-white));
  }
  [type=solid][variant=secondary][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-secondary-solid-active-bg, var(--gov-color-secondary));
  }
}
@media not all and (pointer: coarse) {
  [type=solid][variant=secondary][hoverable][inverse=""].gov-button .element:hover,
  [type=solid][variant=secondary][hoverable][inverse=true i].gov-button .element:hover,
  [type=solid][variant=secondary][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-secondary-solid-inverse-hover-bg, var(--gov-color-secondary-600));
    color: var(--gov-button-secondary-solid-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=solid][variant=secondary][hoverable][inverse=""].gov-button .element:hover:active,
  [type=solid][variant=secondary][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=solid][variant=secondary][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-secondary-solid-inverse-active-bg, var(--gov-color-secondary-700));
    color: var(--gov-button-secondary-solid-inverse-active-color, var(--gov-color-neutral-white));
  }
}
[type=outlined][variant=secondary].gov-button .element {
  color: var(--gov-button-secondary-outlined-color, var(--gov-color-secondary));
  border-color: var(--gov-button-secondary-outlined-border, var(--gov-color-secondary));
}
[type=outlined][variant=secondary][inverse=""].gov-button .element,
[type=outlined][variant=secondary][inverse=true i].gov-button .element,
[type=outlined][variant=secondary][inverse="1"].gov-button .element {
  color: var(--gov-button-secondary-outlined-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-secondary-outlined-inverse-bg, transparent);
  border-color: var(--gov-button-secondary-outlined-inverse-border, var(--gov-color-neutral-white));
}
[type=outlined][variant=secondary][inverse=""].gov-button .element:focus-visible,
[type=outlined][variant=secondary][inverse=true i].gov-button .element:focus-visible,
[type=outlined][variant=secondary][inverse="1"].gov-button .element:focus-visible {
  background-color: var(--gov-button-secondary-outlined-inverse-focus-bg, transparent);
}
[type=outlined][variant=secondary][disabled=""].gov-button .element,
[type=outlined][variant=secondary][disabled=true i].gov-button .element,
[type=outlined][variant=secondary][disabled="1"].gov-button .element {
  background-color: var(--gov-button-secondary-outlined-disabled-bg, transparent);
  color: var(--gov-button-secondary-outlined-disabled-color, var(--gov-color-secondary-500));
  border-color: var(--gov-button-secondary-outlined-disabled-border, var(--gov-color-secondary-500));
}
[type=outlined][variant=secondary][disabled=""][inverse=""].gov-button .element,
[type=outlined][variant=secondary][disabled=""][inverse=true i].gov-button .element,
[type=outlined][variant=secondary][disabled=""][inverse="1"].gov-button .element,
[type=outlined][variant=secondary][disabled=true i][inverse=""].gov-button .element,
[type=outlined][variant=secondary][disabled=true i][inverse=true i].gov-button .element,
[type=outlined][variant=secondary][disabled=true i][inverse="1"].gov-button .element,
[type=outlined][variant=secondary][disabled="1"][inverse=""].gov-button .element,
[type=outlined][variant=secondary][disabled="1"][inverse=true i].gov-button .element,
[type=outlined][variant=secondary][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-secondary-outlined-inverse-disabled-bg, var(--gov-color-secondary-700));
  color: var(--gov-button-secondary-outlined-inverse-disabled-color, var(--gov-color-secondary-600));
  border-color: var(--gov-button-secondary-outlined-inverse-disabled-border-color, var(--gov-color-secondary-600));
}
@media not all and (pointer: coarse) {
  [type=outlined][variant=secondary][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-secondary-outlined-hover-bg, var(--gov-color-secondary-300));
    color: var(--gov-button-secondary-outlined-hover-color, var(--gov-color-secondary));
  }
  [type=outlined][variant=secondary][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-secondary-outlined-active-bg, var(--gov-color-secondary-400));
  }
}
@media not all and (pointer: coarse) {
  [type=outlined][variant=secondary][hoverable][inverse=""].gov-button .element:hover,
  [type=outlined][variant=secondary][hoverable][inverse=true i].gov-button .element:hover,
  [type=outlined][variant=secondary][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-secondary-outlined-inverse-hover-bg, var(--gov-color-secondary-700));
    color: var(--gov-button-secondary-outlined-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=outlined][variant=secondary][hoverable][inverse=""].gov-button .element:hover:active,
  [type=outlined][variant=secondary][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=outlined][variant=secondary][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-secondary-outlined-inverse-active-bg, var(--gov-color-secondary-600));
    color: var(--gov-button-secondary-outlined-inverse-active-color, var(--gov-color-secondary));
  }
}
[type=base][variant=secondary].gov-button .element {
  color: var(--gov-button-secondary-base-color, var(--gov-color-secondary));
}
[type=base][variant=secondary][inverse=""].gov-button .element,
[type=base][variant=secondary][inverse=true i].gov-button .element,
[type=base][variant=secondary][inverse="1"].gov-button .element {
  color: var(--gov-button-secondary-base-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-secondary-base-inverse-bg, transparent);
}
[type=base][variant=secondary][disabled=""].gov-button .element,
[type=base][variant=secondary][disabled=true i].gov-button .element,
[type=base][variant=secondary][disabled="1"].gov-button .element {
  color: var(--gov-button-secondary-base-disabled-color, var(--gov-color-secondary-600));
}
[type=base][variant=secondary][disabled=""][inverse=""].gov-button .element,
[type=base][variant=secondary][disabled=""][inverse=true i].gov-button .element,
[type=base][variant=secondary][disabled=""][inverse="1"].gov-button .element,
[type=base][variant=secondary][disabled=true i][inverse=""].gov-button .element,
[type=base][variant=secondary][disabled=true i][inverse=true i].gov-button .element,
[type=base][variant=secondary][disabled=true i][inverse="1"].gov-button .element,
[type=base][variant=secondary][disabled="1"][inverse=""].gov-button .element,
[type=base][variant=secondary][disabled="1"][inverse=true i].gov-button .element,
[type=base][variant=secondary][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-secondary-base-inverse-disabled-bg, var(--gov-color-secondary-700));
  color: var(--gov-button-secondary-base-inverse-disabled-color, var(--gov-color-secondary-600));
}
@media not all and (pointer: coarse) {
  [type=base][variant=secondary][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-secondary-base-hover-bg, var(--gov-color-secondary-300));
    color: var(--gov-button-secondary-base-hover-color, var(--gov-color-secondary));
  }
  [type=base][variant=secondary][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-secondary-base-active-bg, var(--gov-color-secondary-400));
  }
}
@media not all and (pointer: coarse) {
  [type=base][variant=secondary][hoverable][inverse=""].gov-button .element:hover,
  [type=base][variant=secondary][hoverable][inverse=true i].gov-button .element:hover,
  [type=base][variant=secondary][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-secondary-base-inverse-hover-bg, var(--gov-color-secondary-700));
    color: var(--gov-button-secondary-base-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=base][variant=secondary][hoverable][inverse=""].gov-button .element:hover:active,
  [type=base][variant=secondary][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=base][variant=secondary][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-secondary-base-inverse-active-bg, var(--gov-color-secondary-600));
    color: var(--gov-button-secondary-base-inverse-active-color, var(--gov-color-secondary));
  }
}
[type=link][variant=secondary].gov-button .element {
  color: var(--gov-button-secondary-link-color, var(--gov-color-secondary));
}
[type=link][variant=secondary][inverse=""].gov-button .element,
[type=link][variant=secondary][inverse=true i].gov-button .element,
[type=link][variant=secondary][inverse="1"].gov-button .element {
  color: var(--gov-button-secondary-link-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-secondary-link-inverse-bg, transparent);
}
[type=link][variant=secondary][disabled=""].gov-button .element,
[type=link][variant=secondary][disabled=true i].gov-button .element,
[type=link][variant=secondary][disabled="1"].gov-button .element {
  color: var(--gov-button-secondary-link-disabled-color, var(--gov-color-secondary-600));
}
[type=link][variant=secondary][disabled=""][inverse=""].gov-button .element,
[type=link][variant=secondary][disabled=""][inverse=true i].gov-button .element,
[type=link][variant=secondary][disabled=""][inverse="1"].gov-button .element,
[type=link][variant=secondary][disabled=true i][inverse=""].gov-button .element,
[type=link][variant=secondary][disabled=true i][inverse=true i].gov-button .element,
[type=link][variant=secondary][disabled=true i][inverse="1"].gov-button .element,
[type=link][variant=secondary][disabled="1"][inverse=""].gov-button .element,
[type=link][variant=secondary][disabled="1"][inverse=true i].gov-button .element,
[type=link][variant=secondary][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-secondary-link-inverse-disabled-bg, transparent);
  color: var(--gov-button-secondary-link-inverse-disabled-color, var(--gov-color-secondary-600));
}
@media not all and (pointer: coarse) {
  [type=link][variant=secondary][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-secondary-link-hover-bg, transparent);
    color: var(--gov-button-secondary-link-hover-color, var(--gov-color-secondary));
  }
  [type=link][variant=secondary][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-secondary-link-active-bg, transparent);
    color: var(--gov-button-primary-link-active-color, var(--gov-color-secondary));
  }
}
@media not all and (pointer: coarse) {
  [type=link][variant=secondary][hoverable][inverse=""].gov-button .element:hover,
  [type=link][variant=secondary][hoverable][inverse=true i].gov-button .element:hover,
  [type=link][variant=secondary][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-secondary-link-inverse-hover-bg, transparent);
    color: var(--gov-button-secondary-link-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=link][variant=secondary][hoverable][inverse=""].gov-button .element:hover:active,
  [type=link][variant=secondary][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=link][variant=secondary][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-secondary-link-inverse-active-bg, transparent);
    color: var(--gov-button-secondary-link-inverse-active-color, var(--gov-color-secondary-500));
  }
}
[type=solid][variant=error].gov-button .element {
  background-color: var(--gov-button-error-solid-bg, var(--gov-color-error));
  color: var(--gov-button-error-solid-color, var(--gov-color-neutral-white));
}
[type=solid][variant=error][inverse=""].gov-button .element,
[type=solid][variant=error][inverse=true i].gov-button .element,
[type=solid][variant=error][inverse="1"].gov-button .element {
  color: var(--gov-button-error-solid-inverse-color, var(--gov-color-error));
  background-color: var(--gov-button-error-solid-inverse-bg, var(--gov-color-error-200));
}
[type=solid][variant=error][inverse=""].gov-button .element:focus-visible,
[type=solid][variant=error][inverse=true i].gov-button .element:focus-visible,
[type=solid][variant=error][inverse="1"].gov-button .element:focus-visible {
  background-color: var(--gov-button-error-solid-inverse-focus-bg, var(--gov-color-neutral-white));
}
[type=solid][variant=error][disabled=""].gov-button .element,
[type=solid][variant=error][disabled=true i].gov-button .element,
[type=solid][variant=error][disabled="1"].gov-button .element {
  background-color: var(--gov-button-error-solid-disabled-bg, var(--gov-color-error-200));
  color: var(--gov-button-error-solid-disabled-color, var(--gov-color-neutral-white));
}
[type=solid][variant=error][disabled=""][inverse=""].gov-button .element,
[type=solid][variant=error][disabled=""][inverse=true i].gov-button .element,
[type=solid][variant=error][disabled=""][inverse="1"].gov-button .element,
[type=solid][variant=error][disabled=true i][inverse=""].gov-button .element,
[type=solid][variant=error][disabled=true i][inverse=true i].gov-button .element,
[type=solid][variant=error][disabled=true i][inverse="1"].gov-button .element,
[type=solid][variant=error][disabled="1"][inverse=""].gov-button .element,
[type=solid][variant=error][disabled="1"][inverse=true i].gov-button .element,
[type=solid][variant=error][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-error-solid-inverse-disabled-bg, var(--gov-color-error-300));
  color: var(--gov-button-error-solid-inverse-disabled-color, var(--gov-color-error-400));
}
@media not all and (pointer: coarse) {
  [type=solid][variant=error][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-error-solid-hover-bg, var(--gov-color-error-500));
    color: var(--gov-button-error-solid-hover-color, var(--gov-color-neutral-white));
  }
  [type=solid][variant=error][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-error-solid-active-bg, var(--gov-color-error-600));
  }
}
@media not all and (pointer: coarse) {
  [type=solid][variant=error][hoverable][inverse=""].gov-button .element:hover,
  [type=solid][variant=error][hoverable][inverse=true i].gov-button .element:hover,
  [type=solid][variant=error][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-error-solid-inverse-hover-bg, var(--gov-color-error-500));
    color: var(--gov-button-error-solid-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=solid][variant=error][hoverable][inverse=""].gov-button .element:hover:active,
  [type=solid][variant=error][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=solid][variant=error][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-error-solid-inverse-active-bg, var(--gov-color-error-600));
  }
}
[type=outlined][variant=error].gov-button .element {
  color: var(--gov-button-error-outlined-color, var(--gov-color-error));
  border-color: var(--gov-button-error-outlined-border, var(--gov-color-error));
}
[type=outlined][variant=error][inverse=""].gov-button .element,
[type=outlined][variant=error][inverse=true i].gov-button .element,
[type=outlined][variant=error][inverse="1"].gov-button .element {
  color: var(--gov-button-error-outlined-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-error-outlined-inverse-bg, transparent);
  border-color: var(--gov-button-error-outlined-inverse-border, var(--gov-color-neutral-white));
}
[type=outlined][variant=error][inverse=""].gov-button .element:focus-visible,
[type=outlined][variant=error][inverse=true i].gov-button .element:focus-visible,
[type=outlined][variant=error][inverse="1"].gov-button .element:focus-visible {
  background-color: var(--gov-button-error-outlined-inverse-focus-bg, transparent);
}
[type=outlined][variant=error][disabled=""].gov-button .element,
[type=outlined][variant=error][disabled=true i].gov-button .element,
[type=outlined][variant=error][disabled="1"].gov-button .element {
  background-color: var(--gov-button-error-outlined-disabled-bg, transparent);
  color: var(--gov-button-error-outlined-disabled-color, var(--gov-color-error-200));
  border-color: var(--gov-button-error-outlined-disabled-border, var(--gov-color-error-200));
}
[type=outlined][variant=error][disabled=""][inverse=""].gov-button .element,
[type=outlined][variant=error][disabled=""][inverse=true i].gov-button .element,
[type=outlined][variant=error][disabled=""][inverse="1"].gov-button .element,
[type=outlined][variant=error][disabled=true i][inverse=""].gov-button .element,
[type=outlined][variant=error][disabled=true i][inverse=true i].gov-button .element,
[type=outlined][variant=error][disabled=true i][inverse="1"].gov-button .element,
[type=outlined][variant=error][disabled="1"][inverse=""].gov-button .element,
[type=outlined][variant=error][disabled="1"][inverse=true i].gov-button .element,
[type=outlined][variant=error][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-error-outlined-inverse-disabled-bg, var(--gov-color-error-300));
  color: var(--gov-button-error-outlined-inverse-disabled-color, var(--gov-color-error-400));
  border-color: var(--gov-button-error-outlined-inverse-disabled-border-color, var(--gov-color-error-400));
}
@media not all and (pointer: coarse) {
  [type=outlined][variant=error][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-error-outlined-hover-bg, var(--gov-color-error-100));
    color: var(--gov-button-error-outlined-hover-color, var(--gov-color-error));
  }
  [type=outlined][variant=error][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-error-outlined-active-bg, var(--gov-color-error-200));
  }
}
@media not all and (pointer: coarse) {
  [type=outlined][variant=error][hoverable][inverse=""].gov-button .element:hover,
  [type=outlined][variant=error][hoverable][inverse=true i].gov-button .element:hover,
  [type=outlined][variant=error][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-error-outlined-inverse-hover-bg, var(--gov-color-error-500));
    color: var(--gov-button-error-outlined-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=outlined][variant=error][hoverable][inverse=""].gov-button .element:hover:active,
  [type=outlined][variant=error][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=outlined][variant=error][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-error-outlined-inverse-active-bg, var(--gov-color-error-400));
  }
}
[type=base][variant=error].gov-button .element {
  color: var(--gov-button-error-base-color, var(--gov-color-error));
}
[type=base][variant=error][inverse=""].gov-button .element,
[type=base][variant=error][inverse=true i].gov-button .element,
[type=base][variant=error][inverse="1"].gov-button .element {
  color: var(--gov-button-error-base-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-error-base-inverse-bg, transparent);
}
[type=base][variant=error][disabled=""].gov-button .element,
[type=base][variant=error][disabled=true i].gov-button .element,
[type=base][variant=error][disabled="1"].gov-button .element {
  color: var(--gov-button-error-base-disabled-color, var(--gov-color-error-200));
}
[type=base][variant=error][disabled=""][inverse=""].gov-button .element,
[type=base][variant=error][disabled=""][inverse=true i].gov-button .element,
[type=base][variant=error][disabled=""][inverse="1"].gov-button .element,
[type=base][variant=error][disabled=true i][inverse=""].gov-button .element,
[type=base][variant=error][disabled=true i][inverse=true i].gov-button .element,
[type=base][variant=error][disabled=true i][inverse="1"].gov-button .element,
[type=base][variant=error][disabled="1"][inverse=""].gov-button .element,
[type=base][variant=error][disabled="1"][inverse=true i].gov-button .element,
[type=base][variant=error][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-error-base-inverse-disabled-bg, var(--gov-color-error-300));
  color: var(--gov-button-error-base-inverse-disabled-color, var(--gov-color-error-400));
}
@media not all and (pointer: coarse) {
  [type=base][variant=error][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-error-base-hover-bg, var(--gov-color-error-100));
    color: var(--gov-button-error-base-hover-color, var(--gov-color-error));
  }
  [type=base][variant=error][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-error-base-active-bg, var(--gov-color-error-200));
  }
}
@media not all and (pointer: coarse) {
  [type=base][variant=error][hoverable][inverse=""].gov-button .element:hover,
  [type=base][variant=error][hoverable][inverse=true i].gov-button .element:hover,
  [type=base][variant=error][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-error-base-inverse-hover-bg, var(--gov-color-error-500));
    color: var(--gov-button-error-base-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=base][variant=error][hoverable][inverse=""].gov-button .element:hover:active,
  [type=base][variant=error][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=base][variant=error][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-error-base-inverse-active-bg, var(--gov-color-error-400));
    color: var(--gov-button-error-base-inverse-active-color, var(--gov-color-neutral-white));
  }
}
[type=link][variant=error].gov-button .element {
  color: var(--gov-button-error-link-color, var(--gov-color-error));
}
[type=link][variant=error][inverse=""].gov-button .element,
[type=link][variant=error][inverse=true i].gov-button .element,
[type=link][variant=error][inverse="1"].gov-button .element {
  color: var(--gov-button-error-link-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-error-link-inverse-bg, transparent);
}
[type=link][variant=error][disabled=""].gov-button .element,
[type=link][variant=error][disabled=true i].gov-button .element,
[type=link][variant=error][disabled="1"].gov-button .element {
  color: var(--gov-button-error-link-disabled-color, var(--gov-color-error-200));
}
[type=link][variant=error][disabled=""][inverse=""].gov-button .element,
[type=link][variant=error][disabled=""][inverse=true i].gov-button .element,
[type=link][variant=error][disabled=""][inverse="1"].gov-button .element,
[type=link][variant=error][disabled=true i][inverse=""].gov-button .element,
[type=link][variant=error][disabled=true i][inverse=true i].gov-button .element,
[type=link][variant=error][disabled=true i][inverse="1"].gov-button .element,
[type=link][variant=error][disabled="1"][inverse=""].gov-button .element,
[type=link][variant=error][disabled="1"][inverse=true i].gov-button .element,
[type=link][variant=error][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-error-link-inverse-disabled-bg, transparent);
  color: var(--gov-button-error-link-inverse-disabled-color, var(--gov-color-error-200));
}
@media not all and (pointer: coarse) {
  [type=link][variant=error][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-error-link-hover-bg, transparent);
    color: var(--gov-button-error-link-hover-color, var(--gov-color-error));
  }
  [type=link][variant=error][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-error-link-active-bg, transparent);
    color: var(--gov-button-primary-link-active-color, var(--gov-color-error-500));
  }
}
@media not all and (pointer: coarse) {
  [type=link][variant=error][hoverable][inverse=""].gov-button .element:hover,
  [type=link][variant=error][hoverable][inverse=true i].gov-button .element:hover,
  [type=link][variant=error][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-error-link-inverse-hover-bg, transparent);
    color: var(--gov-button-error-link-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=link][variant=error][hoverable][inverse=""].gov-button .element:hover:active,
  [type=link][variant=error][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=link][variant=error][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-error-link-inverse-active-bg, transparent);
    color: var(--gov-button-error-link-inverse-active-color, var(--gov-color-neutral-white));
  }
}
[type=solid][variant=success].gov-button .element {
  background-color: var(--gov-button-success-solid-bg, var(--gov-color-success-500));
  color: var(--gov-button-success-solid-color, var(--gov-color-neutral-white));
}
[type=solid][variant=success][inverse=""].gov-button .element,
[type=solid][variant=success][inverse=true i].gov-button .element,
[type=solid][variant=success][inverse="1"].gov-button .element {
  color: var(--gov-button-success-solid-inverse-color, var(--gov-color-success));
  background-color: var(--gov-button-success-solid-inverse-bg, var(--gov-color-success-200));
}
[type=solid][variant=success][inverse=""].gov-button .element:focus-visible,
[type=solid][variant=success][inverse=true i].gov-button .element:focus-visible,
[type=solid][variant=success][inverse="1"].gov-button .element:focus-visible {
  background-color: var(--gov-button-success-solid-inverse-focus-bg, var(--gov-color-neutral-white));
}
[type=solid][variant=success][disabled=""].gov-button .element,
[type=solid][variant=success][disabled=true i].gov-button .element,
[type=solid][variant=success][disabled="1"].gov-button .element {
  background-color: var(--gov-button-success-solid-disabled-bg, var(--gov-color-success-200));
  color: var(--gov-button-success-solid-disabled-color, var(--gov-color-neutral-white));
}
[type=solid][variant=success][disabled=""][inverse=""].gov-button .element,
[type=solid][variant=success][disabled=""][inverse=true i].gov-button .element,
[type=solid][variant=success][disabled=""][inverse="1"].gov-button .element,
[type=solid][variant=success][disabled=true i][inverse=""].gov-button .element,
[type=solid][variant=success][disabled=true i][inverse=true i].gov-button .element,
[type=solid][variant=success][disabled=true i][inverse="1"].gov-button .element,
[type=solid][variant=success][disabled="1"][inverse=""].gov-button .element,
[type=solid][variant=success][disabled="1"][inverse=true i].gov-button .element,
[type=solid][variant=success][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-success-solid-inverse-disabled-bg, var(--gov-color-success-300));
  color: var(--gov-button-success-solid-inverse-disabled-color, var(--gov-color-success-400));
}
@media not all and (pointer: coarse) {
  [type=solid][variant=success][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-success-solid-hover-bg, var(--gov-color-success-600));
    color: var(--gov-button-success-solid-hover-color, var(--gov-color-neutral-white));
  }
  [type=solid][variant=success][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-success-solid-active-bg, var(--gov-color-success-700));
  }
}
@media not all and (pointer: coarse) {
  [type=solid][variant=success][hoverable][inverse=""].gov-button .element:hover,
  [type=solid][variant=success][hoverable][inverse=true i].gov-button .element:hover,
  [type=solid][variant=success][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-success-solid-inverse-hover-bg, var(--gov-color-success-700));
    color: var(--gov-button-success-solid-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=solid][variant=success][hoverable][inverse=""].gov-button .element:hover:active,
  [type=solid][variant=success][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=solid][variant=success][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-success-solid-inverse-active-bg, var(--gov-color-success-800));
  }
}
[type=outlined][variant=success].gov-button .element {
  color: var(--gov-button-success-outlined-color, var(--gov-color-success-500));
  border-color: var(--gov-button-success-outlined-border, var(--gov-color-success-500));
}
[type=outlined][variant=success][inverse=""].gov-button .element,
[type=outlined][variant=success][inverse=true i].gov-button .element,
[type=outlined][variant=success][inverse="1"].gov-button .element {
  color: var(--gov-button-success-outlined-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-success-outlined-inverse-bg, transparent);
  border-color: var(--gov-button-success-outlined-inverse-border, var(--gov-color-neutral-white));
}
[type=outlined][variant=success][inverse=""].gov-button .element:focus-visible,
[type=outlined][variant=success][inverse=true i].gov-button .element:focus-visible,
[type=outlined][variant=success][inverse="1"].gov-button .element:focus-visible {
  background-color: var(--gov-button-success-outlined-inverse-focus-bg, transparent);
}
[type=outlined][variant=success][disabled=""].gov-button .element,
[type=outlined][variant=success][disabled=true i].gov-button .element,
[type=outlined][variant=success][disabled="1"].gov-button .element {
  background-color: var(--gov-button-success-outlined-disabled-bg, transparent);
  color: var(--gov-button-success-outlined-disabled-color, var(--gov-color-success-300));
  border-color: var(--gov-button-success-outlined-disabled-border, var(--gov-color-success-300));
}
[type=outlined][variant=success][disabled=""][inverse=""].gov-button .element,
[type=outlined][variant=success][disabled=""][inverse=true i].gov-button .element,
[type=outlined][variant=success][disabled=""][inverse="1"].gov-button .element,
[type=outlined][variant=success][disabled=true i][inverse=""].gov-button .element,
[type=outlined][variant=success][disabled=true i][inverse=true i].gov-button .element,
[type=outlined][variant=success][disabled=true i][inverse="1"].gov-button .element,
[type=outlined][variant=success][disabled="1"][inverse=""].gov-button .element,
[type=outlined][variant=success][disabled="1"][inverse=true i].gov-button .element,
[type=outlined][variant=success][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-success-outlined-inverse-disabled-bg, var(--gov-color-success-300));
  color: var(--gov-button-success-outlined-inverse-disabled-color, var(--gov-color-success-400));
  border-color: var(--gov-button-success-outlined-inverse-disabled-border-color, var(--gov-color-success-400));
}
@media not all and (pointer: coarse) {
  [type=outlined][variant=success][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-success-outlined-hover-bg, var(--gov-color-success-100));
    color: var(--gov-button-success-outlined-hover-color, var(--gov-color-success-500));
  }
  [type=outlined][variant=success][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-success-outlined-active-bg, var(--gov-color-success-200));
  }
}
@media not all and (pointer: coarse) {
  [type=outlined][variant=success][hoverable][inverse=""].gov-button .element:hover,
  [type=outlined][variant=success][hoverable][inverse=true i].gov-button .element:hover,
  [type=outlined][variant=success][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-success-outlined-inverse-hover-bg, var(--gov-color-success-500));
    color: var(--gov-button-success-outlined-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=outlined][variant=success][hoverable][inverse=""].gov-button .element:hover:active,
  [type=outlined][variant=success][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=outlined][variant=success][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-success-outlined-inverse-active-bg, var(--gov-color-success-400));
  }
}
[type=base][variant=success].gov-button .element {
  color: var(--gov-button-success-base-color, var(--gov-color-success-500));
}
[type=base][variant=success][inverse=""].gov-button .element,
[type=base][variant=success][inverse=true i].gov-button .element,
[type=base][variant=success][inverse="1"].gov-button .element {
  color: var(--gov-button-success-base-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-success-base-inverse-bg, transparent);
}
[type=base][variant=success][disabled=""].gov-button .element,
[type=base][variant=success][disabled=true i].gov-button .element,
[type=base][variant=success][disabled="1"].gov-button .element {
  color: var(--gov-button-success-base-disabled-color, var(--gov-color-success-300));
}
[type=base][variant=success][disabled=""][inverse=""].gov-button .element,
[type=base][variant=success][disabled=""][inverse=true i].gov-button .element,
[type=base][variant=success][disabled=""][inverse="1"].gov-button .element,
[type=base][variant=success][disabled=true i][inverse=""].gov-button .element,
[type=base][variant=success][disabled=true i][inverse=true i].gov-button .element,
[type=base][variant=success][disabled=true i][inverse="1"].gov-button .element,
[type=base][variant=success][disabled="1"][inverse=""].gov-button .element,
[type=base][variant=success][disabled="1"][inverse=true i].gov-button .element,
[type=base][variant=success][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-success-base-inverse-disabled-bg, var(--gov-color-success-300));
  color: var(--gov-button-success-base-inverse-disabled-color, var(--gov-color-success-400));
}
@media not all and (pointer: coarse) {
  [type=base][variant=success][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-success-base-hover-bg, var(--gov-color-success-100));
    color: var(--gov-button-success-base-hover-color, var(--gov-color-success-500));
  }
  [type=base][variant=success][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-success-base-active-bg, var(--gov-color-success-200));
  }
}
@media not all and (pointer: coarse) {
  [type=base][variant=success][hoverable][inverse=""].gov-button .element:hover,
  [type=base][variant=success][hoverable][inverse=true i].gov-button .element:hover,
  [type=base][variant=success][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-success-base-inverse-hover-bg, var(--gov-color-success-600));
    color: var(--gov-button-success-base-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=base][variant=success][hoverable][inverse=""].gov-button .element:hover:active,
  [type=base][variant=success][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=base][variant=success][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-success-base-inverse-active-bg, var(--gov-color-success-500));
    color: var(--gov-button-success-base-inverse-active-color, var(--gov-color-neutral-white));
  }
}
[type=link][variant=success].gov-button .element {
  color: var(--gov-button-success-link-color, var(--gov-color-success-500));
}
[type=link][variant=success][inverse=""].gov-button .element,
[type=link][variant=success][inverse=true i].gov-button .element,
[type=link][variant=success][inverse="1"].gov-button .element {
  color: var(--gov-button-success-link-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-success-link-inverse-bg, transparent);
}
[type=link][variant=success][disabled=""].gov-button .element,
[type=link][variant=success][disabled=true i].gov-button .element,
[type=link][variant=success][disabled="1"].gov-button .element {
  color: var(--gov-button-success-link-disabled-color, var(--gov-color-success-300));
}
[type=link][variant=success][disabled=""][inverse=""].gov-button .element,
[type=link][variant=success][disabled=""][inverse=true i].gov-button .element,
[type=link][variant=success][disabled=""][inverse="1"].gov-button .element,
[type=link][variant=success][disabled=true i][inverse=""].gov-button .element,
[type=link][variant=success][disabled=true i][inverse=true i].gov-button .element,
[type=link][variant=success][disabled=true i][inverse="1"].gov-button .element,
[type=link][variant=success][disabled="1"][inverse=""].gov-button .element,
[type=link][variant=success][disabled="1"][inverse=true i].gov-button .element,
[type=link][variant=success][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-success-link-inverse-disabled-bg, transparent);
  color: var(--gov-button-success-link-inverse-disabled-color, var(--gov-color-success-400));
}
@media not all and (pointer: coarse) {
  [type=link][variant=success][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-success-link-hover-bg, transparent);
    color: var(--gov-button-success-link-hover-color, var(--gov-color-success-500));
  }
  [type=link][variant=success][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-success-link-active-bg, transparent);
    color: var(--gov-button-primary-link-active-color, var(--gov-color-success-600));
  }
}
@media not all and (pointer: coarse) {
  [type=link][variant=success][hoverable][inverse=""].gov-button .element:hover,
  [type=link][variant=success][hoverable][inverse=true i].gov-button .element:hover,
  [type=link][variant=success][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-success-link-inverse-hover-bg, transparent);
    color: var(--gov-button-success-link-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=link][variant=success][hoverable][inverse=""].gov-button .element:hover:active,
  [type=link][variant=success][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=link][variant=success][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-success-link-inverse-active-bg, transparent);
    color: var(--gov-button-success-link-inverse-active-color, var(--gov-color-neutral-white));
  }
}
[type=solid][variant=warning].gov-button .element {
  background-color: var(--gov-button-warning-solid-bg, var(--gov-color-warning-500));
  color: var(--gov-button-warning-solid-color, var(--gov-color-neutral-white));
}
[type=solid][variant=warning][inverse=""].gov-button .element,
[type=solid][variant=warning][inverse=true i].gov-button .element,
[type=solid][variant=warning][inverse="1"].gov-button .element {
  color: var(--gov-button-warning-solid-inverse-color, var(--gov-color-warning));
  background-color: var(--gov-button-warning-solid-inverse-bg, var(--gov-color-warning-200));
}
[type=solid][variant=warning][inverse=""].gov-button .element:focus-visible,
[type=solid][variant=warning][inverse=true i].gov-button .element:focus-visible,
[type=solid][variant=warning][inverse="1"].gov-button .element:focus-visible {
  background-color: var(--gov-button-warning-solid-inverse-focus-bg, var(--gov-color-neutral-white));
}
[type=solid][variant=warning][disabled=""].gov-button .element,
[type=solid][variant=warning][disabled=true i].gov-button .element,
[type=solid][variant=warning][disabled="1"].gov-button .element {
  background-color: var(--gov-button-warning-solid-disabled-bg, var(--gov-color-warning-200));
  color: var(--gov-button-warning-solid-disabled-color, var(--gov-color-neutral-white));
}
[type=solid][variant=warning][disabled=""][inverse=""].gov-button .element,
[type=solid][variant=warning][disabled=""][inverse=true i].gov-button .element,
[type=solid][variant=warning][disabled=""][inverse="1"].gov-button .element,
[type=solid][variant=warning][disabled=true i][inverse=""].gov-button .element,
[type=solid][variant=warning][disabled=true i][inverse=true i].gov-button .element,
[type=solid][variant=warning][disabled=true i][inverse="1"].gov-button .element,
[type=solid][variant=warning][disabled="1"][inverse=""].gov-button .element,
[type=solid][variant=warning][disabled="1"][inverse=true i].gov-button .element,
[type=solid][variant=warning][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-warning-solid-inverse-disabled-bg, var(--gov-color-warning-300));
  color: var(--gov-button-warning-solid-inverse-disabled-color, var(--gov-color-warning-400));
}
@media not all and (pointer: coarse) {
  [type=solid][variant=warning][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-warning-solid-hover-bg, var(--gov-color-warning-600));
    color: var(--gov-button-warning-solid-hover-color, var(--gov-color-neutral-white));
  }
  [type=solid][variant=warning][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-warning-solid-active-bg, var(--gov-color-warning-700));
  }
}
@media not all and (pointer: coarse) {
  [type=solid][variant=warning][hoverable][inverse=""].gov-button .element:hover,
  [type=solid][variant=warning][hoverable][inverse=true i].gov-button .element:hover,
  [type=solid][variant=warning][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-warning-solid-inverse-hover-bg, var(--gov-color-warning-700));
    color: var(--gov-button-warning-solid-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=solid][variant=warning][hoverable][inverse=""].gov-button .element:hover:active,
  [type=solid][variant=warning][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=solid][variant=warning][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-warning-solid-inverse-active-bg, var(--gov-color-warning-800));
  }
}
[type=outlined][variant=warning].gov-button .element {
  color: var(--gov-button-warning-outlined-color, var(--gov-color-warning-500));
  border-color: var(--gov-button-warning-outlined-border, var(--gov-color-warning-500));
}
[type=outlined][variant=warning][inverse=""].gov-button .element,
[type=outlined][variant=warning][inverse=true i].gov-button .element,
[type=outlined][variant=warning][inverse="1"].gov-button .element {
  color: var(--gov-button-warning-outlined-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-warning-outlined-inverse-bg, transparent);
  border-color: var(--gov-button-warning-outlined-inverse-border, var(--gov-color-neutral-white));
}
[type=outlined][variant=warning][inverse=""].gov-button .element:focus-visible,
[type=outlined][variant=warning][inverse=true i].gov-button .element:focus-visible,
[type=outlined][variant=warning][inverse="1"].gov-button .element:focus-visible {
  background-color: var(--gov-button-warning-outlined-inverse-focus-bg, transparent);
}
[type=outlined][variant=warning][disabled=""].gov-button .element,
[type=outlined][variant=warning][disabled=true i].gov-button .element,
[type=outlined][variant=warning][disabled="1"].gov-button .element {
  background-color: var(--gov-button-warning-outlined-disabled-bg, transparent);
  color: var(--gov-button-warning-outlined-disabled-color, var(--gov-color-warning));
  border-color: var(--gov-button-warning-outlined-disabled-border, var(--gov-color-warning));
}
[type=outlined][variant=warning][disabled=""][inverse=""].gov-button .element,
[type=outlined][variant=warning][disabled=""][inverse=true i].gov-button .element,
[type=outlined][variant=warning][disabled=""][inverse="1"].gov-button .element,
[type=outlined][variant=warning][disabled=true i][inverse=""].gov-button .element,
[type=outlined][variant=warning][disabled=true i][inverse=true i].gov-button .element,
[type=outlined][variant=warning][disabled=true i][inverse="1"].gov-button .element,
[type=outlined][variant=warning][disabled="1"][inverse=""].gov-button .element,
[type=outlined][variant=warning][disabled="1"][inverse=true i].gov-button .element,
[type=outlined][variant=warning][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-warning-outlined-inverse-disabled-bg, var(--gov-color-warning-300));
  color: var(--gov-button-warning-outlined-inverse-disabled-color, var(--gov-color-warning-400));
  border-color: var(--gov-button-warning-outlined-inverse-disabled-border-color, var(--gov-color-warning-400));
}
@media not all and (pointer: coarse) {
  [type=outlined][variant=warning][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-warning-outlined-hover-bg, var(--gov-color-warning-200));
    color: var(--gov-button-warning-outlined-hover-color, var(--gov-color-warning-500));
  }
  [type=outlined][variant=warning][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-warning-outlined-active-bg, var(--gov-color-warning-300));
  }
}
@media not all and (pointer: coarse) {
  [type=outlined][variant=warning][hoverable][inverse=""].gov-button .element:hover,
  [type=outlined][variant=warning][hoverable][inverse=true i].gov-button .element:hover,
  [type=outlined][variant=warning][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-warning-outlined-inverse-hover-bg, var(--gov-color-warning-500));
    color: var(--gov-button-warning-outlined-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=outlined][variant=warning][hoverable][inverse=""].gov-button .element:hover:active,
  [type=outlined][variant=warning][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=outlined][variant=warning][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-warning-outlined-inverse-active-bg, var(--gov-color-warning-400));
  }
}
[type=base][variant=warning].gov-button .element {
  color: var(--gov-button-warning-base-color, var(--gov-color-warning-500));
}
[type=base][variant=warning][inverse=""].gov-button .element,
[type=base][variant=warning][inverse=true i].gov-button .element,
[type=base][variant=warning][inverse="1"].gov-button .element {
  color: var(--gov-button-warning-base-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-warning-base-inverse-bg, transparent);
}
[type=base][variant=warning][disabled=""].gov-button .element,
[type=base][variant=warning][disabled=true i].gov-button .element,
[type=base][variant=warning][disabled="1"].gov-button .element {
  color: var(--gov-button-warning-base-disabled-color, var(--gov-color-warning));
}
[type=base][variant=warning][disabled=""][inverse=""].gov-button .element,
[type=base][variant=warning][disabled=""][inverse=true i].gov-button .element,
[type=base][variant=warning][disabled=""][inverse="1"].gov-button .element,
[type=base][variant=warning][disabled=true i][inverse=""].gov-button .element,
[type=base][variant=warning][disabled=true i][inverse=true i].gov-button .element,
[type=base][variant=warning][disabled=true i][inverse="1"].gov-button .element,
[type=base][variant=warning][disabled="1"][inverse=""].gov-button .element,
[type=base][variant=warning][disabled="1"][inverse=true i].gov-button .element,
[type=base][variant=warning][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-warning-base-inverse-disabled-bg, var(--gov-color-warning-300));
  color: var(--gov-button-warning-base-inverse-disabled-color, var(--gov-color-warning-400));
}
@media not all and (pointer: coarse) {
  [type=base][variant=warning][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-warning-base-hover-bg, var(--gov-color-warning-200));
    color: var(--gov-button-warning-base-hover-color, var(--gov-color-warning-500));
  }
  [type=base][variant=warning][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-warning-base-active-bg, var(--gov-color-warning-300));
  }
}
@media not all and (pointer: coarse) {
  [type=base][variant=warning][hoverable][inverse=""].gov-button .element:hover,
  [type=base][variant=warning][hoverable][inverse=true i].gov-button .element:hover,
  [type=base][variant=warning][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-warning-base-inverse-hover-bg, var(--gov-color-warning-500));
    color: var(--gov-button-warning-base-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=base][variant=warning][hoverable][inverse=""].gov-button .element:hover:active,
  [type=base][variant=warning][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=base][variant=warning][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-warning-base-inverse-active-bg, var(--gov-color-warning-400));
    color: var(--gov-button-warning-base-inverse-active-color, var(--gov-color-neutral-white));
  }
}
[type=link][variant=warning].gov-button .element {
  color: var(--gov-button-warning-link-color, var(--gov-color-warning-500));
}
[type=link][variant=warning][inverse=""].gov-button .element,
[type=link][variant=warning][inverse=true i].gov-button .element,
[type=link][variant=warning][inverse="1"].gov-button .element {
  color: var(--gov-button-warning-link-inverse-color, var(--gov-color-neutral-white));
  background-color: var(--gov-button-warning-link-inverse-bg, transparent);
}
[type=link][variant=warning][disabled=""].gov-button .element,
[type=link][variant=warning][disabled=true i].gov-button .element,
[type=link][variant=warning][disabled="1"].gov-button .element {
  color: var(--gov-button-warning-link-disabled-color, var(--gov-color-warning));
}
[type=link][variant=warning][disabled=""][inverse=""].gov-button .element,
[type=link][variant=warning][disabled=""][inverse=true i].gov-button .element,
[type=link][variant=warning][disabled=""][inverse="1"].gov-button .element,
[type=link][variant=warning][disabled=true i][inverse=""].gov-button .element,
[type=link][variant=warning][disabled=true i][inverse=true i].gov-button .element,
[type=link][variant=warning][disabled=true i][inverse="1"].gov-button .element,
[type=link][variant=warning][disabled="1"][inverse=""].gov-button .element,
[type=link][variant=warning][disabled="1"][inverse=true i].gov-button .element,
[type=link][variant=warning][disabled="1"][inverse="1"].gov-button .element {
  background-color: var(--gov-button-warning-link-inverse-disabled-bg, transparent);
  color: var(--gov-button-warning-link-inverse-disabled-color, var(--gov-color-warning-400));
}
@media not all and (pointer: coarse) {
  [type=link][variant=warning][hoverable].gov-button .element:hover {
    background-color: var(--gov-button-warning-link-hover-bg, transparent);
    color: var(--gov-button-warning-link-hover-color, var(--gov-color-warning-500));
  }
  [type=link][variant=warning][hoverable].gov-button .element:hover:active {
    background-color: var(--gov-button-warning-link-active-bg, transparent);
    color: var(--gov-button-primary-link-active-color, var(--gov-color-warning-600));
  }
}
@media not all and (pointer: coarse) {
  [type=link][variant=warning][hoverable][inverse=""].gov-button .element:hover,
  [type=link][variant=warning][hoverable][inverse=true i].gov-button .element:hover,
  [type=link][variant=warning][hoverable][inverse="1"].gov-button .element:hover {
    background-color: var(--gov-button-warning-link-inverse-hover-bg, transparent);
    color: var(--gov-button-warning-link-inverse-hover-color, var(--gov-color-neutral-white));
  }
  [type=link][variant=warning][hoverable][inverse=""].gov-button .element:hover:active,
  [type=link][variant=warning][hoverable][inverse=true i].gov-button .element:hover:active,
  [type=link][variant=warning][hoverable][inverse="1"].gov-button .element:hover:active {
    background-color: var(--gov-button-warning-link-inverse-active-bg, transparent);
    color: var(--gov-button-warning-link-inverse-active-color, var(--gov-color-neutral-white));
  }
}
[size=xs].gov-button .element {
  font-weight: var(--gov-button-text-xs-font-weight, var(--gov-text-xs-font-weight));
  font-size: var(--gov-button-text-xs-font-size, var(--gov-text-xs-font-size));
  line-height: var(--gov-button-text-xs-line-height, var(--gov-text-xs-line-height));
  letter-spacing: var(--gov-button-text-xs-letter-spacing, var(--gov-text-xs-letter-spacing));
  -moz-column-gap: var(--gov-button-xs-padding-x, 0.625rem);
  column-gap: var(--gov-button-xs-padding-x, 0.625rem);
  min-height: var(--gov-button-xs-min-height, 1.5rem);
  padding: var(--gov-button-xs-padding-y, 0.125rem) var(--gov-button-xs-padding-x, 0.625rem);
}
[size=xs].gov-button .element .gov-icon {
  width: var(--gov-button-xs-icon-size, 1rem);
  height: var(--gov-button-xs-icon-size, 1rem);
}
[size=s].gov-button .element {
  font-weight: var(--gov-button-text-xs-font-weight, var(--gov-text-xs-font-weight));
  font-size: var(--gov-button-text-xs-font-size, var(--gov-text-xs-font-size));
  line-height: var(--gov-button-text-xs-line-height, var(--gov-text-xs-line-height));
  letter-spacing: var(--gov-button-text-xs-letter-spacing, var(--gov-text-xs-letter-spacing));
  -moz-column-gap: var(--gov-button-s-padding-x, 0.75rem);
  column-gap: var(--gov-button-s-padding-x, 0.75rem);
  min-height: var(--gov-button-s-min-height, 2rem);
  padding: var(--gov-button-s-padding-y, 0.25rem) var(--gov-button-s-padding-x, 0.75rem);
}
[size=s].gov-button .element .gov-icon {
  width: var(--gov-button-s-icon-size, 1rem);
  height: var(--gov-button-s-icon-size, 1rem);
}
[size=m].gov-button .element {
  font-weight: var(--gov-button-text-s-font-weight, var(--gov-text-s-font-weight));
  font-size: var(--gov-button-text-s-font-size, var(--gov-text-s-font-size));
  line-height: var(--gov-button-text-s-line-height, var(--gov-text-s-line-height));
  letter-spacing: var(--gov-button-text-s-letter-spacing, var(--gov-text-s-letter-spacing));
  -moz-column-gap: var(--gov-button-m-padding-x, 0.75rem);
  column-gap: var(--gov-button-m-padding-x, 0.75rem);
  min-height: var(--gov-button-m-min-height, 2.5rem);
  padding: var(--gov-button-m-padding-y, 0.375rem) var(--gov-button-m-padding-x, 0.75rem);
}
[size=m].gov-button .element .gov-icon {
  width: var(--gov-button-m-icon-size, 1.25rem);
  height: var(--gov-button-m-icon-size, 1.25rem);
}
[size=l].gov-button .element {
  font-weight: var(--gov-button-text-m-font-weight, var(--gov-text-m-font-weight));
  font-size: var(--gov-button-text-m-font-size, var(--gov-text-m-font-size));
  line-height: var(--gov-button-text-m-line-height, var(--gov-text-m-line-height));
  letter-spacing: var(--gov-button-text-m-letter-spacing, var(--gov-text-m-letter-spacing));
  -moz-column-gap: var(--gov-button-l-padding-x, 1rem);
  column-gap: var(--gov-button-l-padding-x, 1rem);
  min-height: var(--gov-button-l-min-height, 3rem);
  padding: var(--gov-button-l-padding-y, 0.5rem) var(--gov-button-l-padding-x, 1rem);
}
[size=l].gov-button .element .gov-icon {
  width: var(--gov-button-l-icon-size, 1.5rem);
  height: var(--gov-button-l-icon-size, 1.5rem);
}
[size=xl].gov-button .element {
  font-weight: var(--gov-button-text-xl-font-weight, var(--gov-text-xl-font-weight));
  font-size: var(--gov-button-text-xl-font-size, var(--gov-text-xl-font-size));
  line-height: var(--gov-button-text-xl-line-height, var(--gov-text-xl-line-height));
  letter-spacing: var(--gov-button-text-xl-letter-spacing, var(--gov-text-xl-letter-spacing));
  -moz-column-gap: var(--gov-button-xl-padding-x, 1.25rem);
  column-gap: var(--gov-button-xl-padding-x, 1.25rem);
  min-height: var(--gov-button-xl-min-height, 3.5rem);
  padding: var(--gov-button-xl-padding-y, 0.75rem) var(--gov-button-xl-padding-x, 1.25rem);
}
[size=xl].gov-button .element .gov-icon {
  width: var(--gov-button-xl-icon-size, 1.75rem);
  height: var(--gov-button-xl-icon-size, 1.75rem);
}
.gov-button {
  display: inline-block;
}
.gov-button .element {
  border-radius: var(--gov-border-radius, 0.1875rem);
}
.gov-button[type=link] .element {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  min-height: inherit;
  padding: 0 !important;
  line-height: inherit;
  text-decoration: underline;
}
@media not all and (pointer: coarse) {
  .gov-button[type=link] .element:hover {
    text-decoration: none;
  }
}
.gov-button[loading=true] .element > .gov-icon:not(.gov-spin-animation),
.gov-button[loading=true] .element > gov-icon:not(.gov-spin-animation),
.gov-button[loading="1"] .element > .gov-icon:not(.gov-spin-animation),
.gov-button[loading="1"] .element > gov-icon:not(.gov-spin-animation) {
  display: none;
}
.gov-button[loading=true] .element .gov-icon,
.gov-button[loading="1"] .element .gov-icon {
  margin: 0;
}
.gov-button[loading="0"][size=xs] .element,
.gov-button[loading=false][size=xs] .element,
.gov-button[loading=""][size=xs] .element {
  padding: var(--gov-button-xs-padding-y, 0.125rem) calc((var(--gov-button-xs-padding-x, 0.625rem) * 3 + var(--gov-button-xs-icon-size, 1rem)) / 2);
}
.gov-button[size=xs] .element {
  font-weight: var(--gov-button-xs-font-weight, 700);
}
.gov-button[loading="0"][size=s] .element,
.gov-button[loading=false][size=s] .element,
.gov-button[loading=""][size=s] .element {
  padding: var(--gov-button-s-padding-y, 0.25rem) calc((var(--gov-button-s-padding-x, 0.75rem) * 3 + var(--gov-button-s-icon-size, 1rem)) / 2);
}
.gov-button[size=s] .element {
  font-weight: var(--gov-button-s-font-weight, 700);
}
.gov-button[loading="0"][size=m] .element,
.gov-button[loading=false][size=m] .element,
.gov-button[loading=""][size=m] .element {
  padding: var(--gov-button-m-padding-y, 0.375rem) calc((var(--gov-button-m-padding-x, 0.75rem) * 3 + var(--gov-button-m-icon-size, 1.25rem)) / 2);
}
.gov-button[size=m] .element {
  font-weight: var(--gov-button-m-font-weight, 700);
}
.gov-button[loading="0"][size=l] .element,
.gov-button[loading=false][size=l] .element,
.gov-button[loading=""][size=l] .element {
  padding: var(--gov-button-l-padding-y, 0.5rem) calc((var(--gov-button-l-padding-x, 1rem) * 3 + var(--gov-button-l-icon-size, 1.5rem)) / 2);
}
.gov-button[size=l] .element {
  font-weight: var(--gov-button-l-font-weight, 700);
}
.gov-button[loading="0"][size=xl] .element,
.gov-button[loading=false][size=xl] .element,
.gov-button[loading=""][size=xl] .element {
  padding: var(--gov-button-xl-padding-y, 0.75rem) calc((var(--gov-button-xl-padding-x, 1.25rem) * 3 + var(--gov-button-xl-icon-size, 1.75rem)) / 2);
}
.gov-button[size=xl] .element {
  font-weight: var(--gov-button-xl-font-weight, 700);
}
.gov-button[size=s][type=link] .gov-icon {
  margin-top: 4px;
}
.gov-button[size=m][type=link] .gov-icon {
  margin-top: 2px;
}
.gov-box-shadow--unset {
  box-shadow: none;
}
.gov-box-shadow--s {
  box-shadow: 0 0 0.75rem rgba(var(--gov-color-secondary-800-rgb), 0.16);
}
.gov-box-shadow--m {
  box-shadow: 0 0 1.25rem rgba(var(--gov-color-secondary-800-rgb), 0.2);
}
.gov-box-shadow--l {
  box-shadow: 0 0 1.5rem rgba(var(--gov-color-secondary-800-rgb), 0.24);
}
.gov-box-shadow--xl {
  box-shadow: 0 0 2rem rgba(var(--gov-color-secondary-800-rgb), 0.32);
}
.gov-toast {
  font-size: 1.3rem;
}
.gov-toast__content {
  font-size: 1rem;
  line-height: 1.5rem;
}
.gov-toast .gov-button {
  font-size: 1rem;
  padding: 0;
  border: 0;
}
.gov-toast.is-initialized .gov-toast__timer {
  transform-origin: right;
  animation: countdown linear forwards var(--toast-duration, 0);
}
.gov-toast[variant=primary] {
  background-color: var(--gov-toast-primary-background, #e5ebf0);
}
.gov-toast[variant=primary] .gov-toast__timer {
  background-color: var(--gov-toast-primary-color, var(--gov-color-neutral-white));
}
.gov-toast[variant=warning] {
  border-left-color: var(--gov-toast-warning-color, var(--gov-color-warning));
  background-color: var(--gov-toast-warning-background, var(--gov-color-warning-200));
}
.gov-toast[variant=warning] .gov-toast__timer {
  background-color: var(--gov-toast-warning-timer-background, var(--gov-color-neutral-white));
}
.gov-toast[variant=error] {
  border-left-color: var(--gov-toast-error-colodecor-r, var(--gov-color-error));
  background-color: var(--gov-toast-error-background, var(--gov-color-error-200));
}
.gov-toast[variant=error] .gov-toast__timer {
  background-color: var(--gov-toast-error-timer-background, var(--gov-color-neutral-white));
}
.gov-toast[variant=success] {
  border-left-color: var(--gov-toast-success-codecor-lor, var(--gov-color-success));
  background-color: var(--gov-toast-success-background, var(--gov-color-success-200));
}
.gov-toast[variant=success] .gov-toast__timer {
  background-color: var(--gov-toast-success-timer-background, var(--gov-color-neutral-white));
}
.gov-toast[variant=primary] {
  border-left-color: var(--gov-toast-primary-color, var(--gov-color-primary));
  background-color: var(--gov-toast-primary-background, var(--gov-color-primary-200));
}
.gov-toast[variant=primary] .gov-toast__timer {
  background-color: var(--gov-toast-primary-timer-background, var(--gov-color-neutral-white));
}
.gov-toast[variant=secondary] {
  border-left-color: var(--gov-toast-secondary-decor-color, var(--gov-color-secondary));
  background-color: var(--gov-toast-secondary-background, var(--gov-color-secondary-300));
}
.gov-toast[variant=secondary] .gov-toast__timer {
  background-color: var(--gov-toast-secondary-timer-background, var(--gov-color-neutral-white));
}
.gov-toast[gravity=top i] {
  top: 2rem;
}
.gov-toast[gravity=bottom i] {
  bottom: 2rem;
}
.gov-toast[position=left i] {
  left: 2rem;
}
.gov-toast[position=right i] {
  right: 2rem;
}
.ard-page.ard-public {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: url('/img/bg_public_top_mobile_cz.svg'), url('/img/bg_public_bottom.svg');
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
.ard-page.ard-public.en {
  background-image: url('/img/bg_public_top_mobile_en.svg'), url('/img/bg_public_bottom.svg');
}
@media (min-width: 768px) {
  .ard-page.ard-public {
    background-image: url('/img/bg_public_top_cz.svg'), url('/img/bg_public_bottom.svg');
    background-position: top center, bottom center;
    background-repeat: no-repeat;
  }
  .ard-page.ard-public.en {
    background-image: url('/img/bg_public_top_en.svg'), url('/img/bg_public_bottom.svg');
  }
}
.ard-page.ard-public .gov-container__content {
  max-width: 70rem;
  margin: 0 auto !important;
}
.ard-page.ard-public .ard-header {
  background-color: #2362a2 !important;
}
.ard-page.ard-public .ard-header .ard-logo__sitename {
  color: #ffffff;
  font-size: 1.325rem;
  font-weight: bold;
  margin: 0;
}
.ard-page.ard-public .ard-header .ard-header__item--register .gov-button {
  background-color: #ffffff;
  color: #2362a2;
}
.ard-page.ard-public .ard-header .ard-header__item--register:hover .gov-button {
  background-color: #e5ebf0;
  color: #2362a2;
}
.ard-page.ard-public .ard-header .ard-header__nav.active {
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .ard-page.ard-public .ard-header .ard-header__nav.active {
    left: initial;
    width: initial;
  }
}
.ard-page.ard-public .ard-content {
  flex-grow: 1;
  display: block;
}
.ard-page.ard-public .ard-content .gov-container__content {
  padding-bottom: 5rem;
}
.ard-page.ard-public .ard-content .ard-content__logo {
  margin-bottom: 120px;
}
@media (min-width: 576px) {
  .ard-page.ard-public .ard-content .ard-content__logo {
    margin-bottom: 150px;
  }
}
.ard-page.ard-public .ard-content .ard-content__tiles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 120px 0 3rem 0;
}
@media (min-width: 576px) {
  .ard-page.ard-public .ard-content .ard-content__tiles {
    flex-direction: row;
    gap: 1.5rem;
    margin: 150px 0 3rem 0;
  }
}
.ard-page.ard-public .ard-content .ard-content__tiles .ard-content__tile {
  flex-grow: 1;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  position: relative;
  /*.ard-content__tile--red {
                    border-radius: 10px;
                    background-color: @gov-color-red;
                }

                .ard-content__tile--blue {
                    border-radius: 10px;
                    background-color: @gov-color-blue;
                }*/
}
.ard-page.ard-public .ard-content .ard-content__tiles .ard-content__tile a {
  border-radius: 10px;
  background-color: #2362a2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 576px) {
  .ard-page.ard-public .ard-content .ard-content__tiles .ard-content__tile a {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .ard-page.ard-public .ard-content .ard-content__tiles .ard-content__tile a {
    padding: 2rem 3rem;
  }
}
.ard-page.ard-public .ard-content .ard-content__tiles .ard-content__tile a:hover {
  text-decoration: underline;
}
.ard-page.ard-public .ard-content .ard-content__tiles .ard-content__tile.active a {
  border-radius: 10px;
  background-color: #e32e27;
}
@media (min-width: 576px) {
  .ard-page.ard-public .ard-content .ard-content__tiles .ard-content__tile.active .ard-content__caret {
    width: 20px;
    height: 20px;
    background-color: #e32e27;
    transform: rotate(45deg);
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
  }
}
.ard-page.ard-public .ard-content .ard-content__tiles .ard-content__tile .ard-content__tile--blue-dark a {
  background-color: #254e80;
}
.ard-page.ard-public .ard-content .ard-content__content {
  /*display: flex;
            flex-direction: column;
            gap: 1.5rem;

            @media(min-width: @gov-breakpoint-md) {
                flex-direction: row;
            }*/
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper {
  flex-basis: calc(33% - 3rem) !important;
  flex: 1;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-content__filters {
  background-color: #ffffff;
  box-shadow: 0.15rem 0.15rem 1rem #dddddd, -0.05rem -0.05rem 1rem #dddddd;
  border-radius: 10px;
  padding: 1.5rem 1.25rem;
  display: none;
}
@media (min-width: 768px) {
  .ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-content__filters {
    display: block;
  }
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-content__filters h3 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.5625rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-content__filters .ard-filters__controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1.5625rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-content__filters .ard-filters__controls span {
  text-transform: uppercase;
  color: #2362a2;
  font-weight: bold;
  font-size: 1rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-content__filters .ard-filters__controls .reset {
  text-transform: uppercase;
  color: #e32e27;
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-content__filters .ard-filters__controls .reset:hover {
  text-decoration: underline;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-content__filters .ard-filters__filters .gov-form-control {
  margin-bottom: 0;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-content__filters .ard-filters__filters .gov-form-control label.gov-form-control__label {
  font-weight: bold;
  color: #3b3b3b;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-content__filters .ard-filters__filters .gov-form-control span.gov-form-control__watermark {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  display: block;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-left: 0.75rem;
  font-size: 0.9rem;
  opacity: 0.5;
  transition: padding-top ease 150ms, font-size ease 150ms, opacity ease 150ms;
  z-index: 0;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-content__filters .ard-filters__filters .gov-form-control .gov-form-control__input {
  background: none;
  z-index: 5;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-content__filters .ard-button--filter {
  display: none;
  background-color: #e32e27;
  border: 1px solid #e32e27;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-content__filters .ard-button--filter:hover {
  opacity: 0.9;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper .ard-button--hide-filters {
  display: none;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper.is-active {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  padding: 3rem 1.5rem 25rem 1.5rem;
  background-color: #2362a2;
  overflow-y: scroll;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper.is-active .ard-content__filters {
  display: block;
  box-shadow: none;
  width: 100%;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper.is-active .ard-button--hide-filters {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__filters-wrapper.is-active .ard-button--hide-filters .gov-icon {
  font-size: 0.9rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results {
  flex-basis: calc(66% - 1.5rem) !important;
  flex: 2;
  padding: 1rem 1rem 1.5rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .gov-search {
  margin-bottom: 2rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1rem;
  gap: 1.5rem 0.5rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__header h3 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__header .gov-form-control {
  height: 40px;
  width: 10rem;
  margin: 0;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__header .gov-form-control select {
  font-size: 0.9rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__header .gov-form-control--classic .gov-select:after {
  top: 50%;
  right: 0.5rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__header .ard-button--show-filters {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (min-width: 768px) {
  .ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__header .ard-button--show-filters {
    display: none;
  }
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__header .ard-button--show-filters .gov-icon {
  font-size: 1rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__results {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__results .ard-results__item {
  width: 100%;
  padding: 1.5rem;
  background-color: #ffffff;
  box-shadow: 0.15rem 0.15rem 1rem #dddddd, -0.05rem -0.05rem 1rem #dddddd;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__results .ard-results__item .ard-results-item__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__results .ard-results__item .ard-results-item__title h3 {
  font-weight: bold;
  margin-bottom: 0;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__results .ard-results__item .ard-results-item__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__results .ard-results__item .ard-results-item__content .ard-results-item__left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__results .ard-results__item .ard-results-item__content .ard-results-item__right {
  align-self: end;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__results .ard-results__item .ard-results-item__content .ard-results-item__grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.5rem;
  font-size: 0.8rem;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__results .ard-results__item .ard-badge {
  white-space: nowrap;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__results .ard-results__item .ard-badge--yellow {
  background-color: #ecae1a;
  color: #ffffff;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__results .ard-results__item .ard-badge--red {
  background-color: #e32e27;
  color: #ffffff;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__results .ard-results__item .ard-badge--green {
  background-color: #6fbd2c;
  color: #ffffff;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__results .ard-results__item .ard-badge--blue {
  background-color: #007bff;
  color: #ffffff;
}
.ard-page.ard-public .ard-content .ard-content__content .ard-content__results .ard-results__pager .gov-pagination__holder {
  flex-wrap: wrap;
}
.ard-page.ard-public .ard-content .ard-content__detail {
  border-radius: 10px;
  box-shadow: 0.15rem 0.15rem 1rem #dddddd, -0.05rem -0.05rem 1rem #dddddd;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__breadcrumbs {
  background-color: #254e80;
  padding: 1rem 2rem;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__breadcrumbs a:hover {
  text-decoration: underline;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__breadcrumbs a,
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__breadcrumbs span {
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail {
  background-color: #ffffff;
  padding: 2rem 2rem 3rem 2rem;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__title {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__title h2 {
  font-weight: bold;
  margin-bottom: 0;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__title a.gov-button {
  background-color: #e32e27;
  border-color: #e32e27;
  color: #ffffff;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section:last-child {
  margin-bottom: 0;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section p,
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section ul {
  margin-bottom: 0;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section .ard-detail__section-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section .ard-detail__section-title.ard-detail__section-title--highlight {
  color: #2362a2;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section .ard-detail__section-grid {
  display: inline-grid;
  grid-template-columns: auto auto;
  column-gap: 1rem;
  row-gap: 0.5rem;
  font-size: 0.9rem;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section .ard-detail__section-subtitle {
  font-weight: bold;
  color: #3b3b3b;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section .ard-detail__section-text {
  color: #686868;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section .ard-detail__section-text.ard-detail__section-text--highlight {
  color: #2362a2;
  font-weight: bold;
  font-size: 0.9rem;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__section--main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__section--how-to {
  display: block;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__section--how-to .ard-detail__section-title {
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e32e27;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__section--how-to span {
  color: #e32e27;
  margin-right: 0.5rem;
  vertical-align: middle;
  font-size: 2rem;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__section--program {
  display: block;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__section--program .ard-detail__section-title {
  color: #2362a2;
  display: inline;
  margin-right: 1rem;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__section--program span {
  font-size: 0.95rem;
  font-weight: bold;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__section--box {
  background-color: #f5f5f5;
  padding: 1.5rem 1rem 2rem 1rem;
  border-radius: 10px;
  margin-left: -1rem;
  width: calc(100% + 2rem);
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__section--box .ard-detail__section-title {
  color: #2362a2;
  margin-bottom: 0,5rem;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__section--documents .ard-documents__list {
  display: inline-block;
}
@media (min-width: 768px) {
  .ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__section--documents .ard-documents__list {
    column-count: 2;
    column-gap: 5rem;
  }
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__section--apply {
  align-items: flex-end;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__section--apply a.gov-button {
  background-color: #e32e27;
  border-color: #e32e27;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  margin-right: 2rem;
}
.ard-page.ard-public .ard-content .ard-content__detail.noshadow {
  box-shadow: none;
}
.ard-page.ard-public .ard-content .ard-content__call {
  background-color: #ffffff;
  box-shadow: 0.15rem 0.15rem 1rem #dddddd, -0.05rem -0.05rem 1rem #dddddd;
  border-radius: 10px;
  padding: 0.3rem 0 0.75rem 0;
}
.ard-page.ard-public .ard-content .ard-content__call .ard-call__title {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  margin: 1rem 0 2rem 0;
  padding: 0.75rem 1.5rem 0.75rem 2rem;
  border-radius: 0 10px 10px 0;
}
.ard-page.ard-public .ard-content .ard-content__call.ard-content__call--open .ard-call__title {
  background-color: #e32e27;
}
.ard-page.ard-public .ard-content .ard-content__call.ard-content__call--apply .ard-call__title {
  background-color: #2362a2;
}
.ard-page.ard-public .ard-content .ard-content__call.ard-content__call--over .ard-call__title {
  background-color: #254e80;
}
.ard-page.ard-public .ard-content .ard-content__call .gov-table-cover {
  padding: 0 2rem;
  overflow-x: auto;
}
.ard-page.ard-public .ard-footer {
  padding-bottom: 2.5rem;
}
.ard-page.ard-public .ard-footer__headline {
  color: #e5ebf0;
}
.ard-page.ard-public .ard-footer .ard-link {
  color: #e5ebf0;
  text-decoration: none;
  font-size: 0.8rem;
}
.ard-page.ard-public .ard-footer .ard-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.ard-page.ard-public .ard-footer .ard-list--social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.ard-page.ard-public .ard-footer .ard-list--social a[target=_blank]:after {
  display: none;
}
.ard-page.ard-public .ard-footer hr {
  border-color: #e5ebf0;
}
.ard-page.ard-public .ard-footer .ard-footnote {
  color: #e5ebf0;
}
.ard-page.ard-public .ard-footer .ard-footer__col.ard-footer__col--logos {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.ard-page.ard-public .ard-footer .ard-footer__col.ard-footer__col--logos img {
  max-width: 125px;
}
.ard-page.ard-public .ard-footer .ard-footer__col.ard-footer__col--logos a:last-child img {
  height: 50px;
}
.ard-page.ard-public .gov-table thead {
  vertical-align: top;
}
.ard-page.ard-public.ard-public--homepage .ard-content__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .ard-page.ard-public.ard-public--homepage .ard-content__content {
    flex-direction: row;
  }
}
.ard-page.ard-public.ard-public--detail .ard-content__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ard-detail__section-row .gov-button {
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .ard-detail__section-row .gov-button {
    margin-top: 0px;
    width: auto;
  }
}
@media (min-width: 64em) {
  .gov-footer__col_small {
    width: 15% !important;
  }
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__title span.ard-badge {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1.25rem;
  border-radius: 10px;
  line-height: 1;
}
.ard-page.ard-public .ard-content .ard-content__detail .ard-detail__detail .ard-detail__section.ard-detail__title span.ard-badge.ard-badge--red {
  background-color: #e32e27;
  color: #fff;
}
.audit-log__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.audit-log table {
  margin-bottom: 0;
}
.audit-log .jsoneditor-expandable {
  display: none;
}
.audit-log .audit-change {
  /* skrýt 1. a 3. sloupec */
  /* rozdělit 2. a 4. sloupec rovnoměrně */
  /* volitelně přizpůsob odsazení */
}
.audit-log .audit-change__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.audit-log .audit-change__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.audit-log .audit-change__panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.audit-log .audit-change__title {
  margin: 0 0 8px;
  font-size: 16px;
  margin-left: 3px;
}
.audit-log .audit-change__editor {
  flex: 1;
  min-height: 0;
}
.audit-log .audit-change div .jsoneditor-tree {
  height: auto;
}
.audit-log .audit-change .jsoneditor-values > tbody > tr > td:first-child {
  width: 10px !important;
  min-width: 10px !important;
  max-width: 10px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.audit-log .audit-change .jsoneditor-values > tbody > tr > td:first-child .jsoneditor-button {
  width: 10px !important;
  height: 10px !important;
  line-height: 10px !important;
  padding: 0 !important;
}
.audit-log .audit-change .jsoneditor-values {
  margin-left: 0 !important;
  width: 100%;
}
.audit-log .audit-change .jsoneditor-separator {
  display: none !important;
}
.audit-log .audit-change table tbody tr,
.audit-log .audit-change .gov-table tbody tr {
  /*border: none;*/
}
.audit-log .audit-change .jsoneditor-values > tbody > tr > td:first-child,
.audit-log .audit-change .jsoneditor-separator {
  display: none !important;
}
.audit-log .audit-change .jsoneditor-values > tbody > tr > td:nth-child(2),
.audit-log .audit-change .jsoneditor-values > tbody > tr > td:nth-child(4) {
  width: 50% !important;
}
.audit-log .audit-change .audit-log .jsoneditor-values {
  margin-left: 0 !important;
}
.audit-log .audit-change .audit-log .jsoneditor-values row {
  border-bottom: 1px solid var(--gov-color-grey-inactive);
}
.audit-log .audit-change .jsoneditor-popover,
.audit-log .audit-change .jsoneditor-schema-error,
.audit-log .audit-change div.jsoneditor td,
.audit-log .audit-change div.jsoneditor textarea,
.audit-log .audit-change div.jsoneditor th,
.audit-log .audit-change div.jsoneditor-field,
.audit-log .audit-change div.jsoneditor-value,
.audit-log .audit-change pre.jsoneditor-preview {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.0125em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.audit-log .audit-change .jsoneditor-field {
  color: var(--gov-color-grey-mid);
}
.audit-log .jsoneditor {
  border: none;
}
.audit-log .jsoneditor-menu {
  border-bottom-color: #1f2937;
  color: #e5e7eb;
}
.gov-tooltip p {
  white-space: pre-line;
}
.kvotaTable {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 40px;
}
.kvotaTable .row {
  display: flex;
  align-items: center;
}
.kvotaTable .row.header,
.kvotaTable .row .header {
  font-weight: bold;
}
.kvotaTable .row .cell {
  flex: 1;
  padding: 8px 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kvotaTable .row .cell--2 {
  flex: 2;
}
.kvotaTable input {
  padding: 0;
  max-width: 100px;
  text-align: center;
}
.kvotaTable .gov-button {
  float: right;
  margin-right: 60px;
  margin-top: 20px;
}
/* Aktivita - Workflow editor */
.state-card,
.transition-card {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.transition-card {
  margin-left: 0;
  margin-right: 0;
}
/* Akce.cshtml - akcni tlacitka na detailu zadosti */
.zadost-akce {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.zadost-akce__push-right {
  order: 1;
  margin-left: auto;
}
.gov-alert__content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.gov-alert--info:before {
  content: "D";
  color: var(--gov-color-blue);
}
.gov-alert--info.gov-alert--content:after {
  background-color: var(--gov-color-blue);
}
.gov-alert--info .gov-alert__content {
  max-width: none;
}
/* ===== Přehled zahraničního studenta ===== */
.student-prehled {
  padding: 1.25rem 0;
  display: flex;
  gap: 1rem;
  /* ---- Mřížka sekcí (3 sloupce) ---- */
  /* ---- Sekce ---- */
  /* ---- Vnitřní sloupce sekce ---- */
  /* ---- Řádek "atribut: hodnota" ---- */
  /* víceřádková hodnota (adresa ubytování) */
  /* ---- Responsivita ---- */
}
.student-prehled__identita {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #3b3b3b;
}
.student-prehled__kmenove-cislo {
  font-weight: 500;
  font-size: 1.2rem;
  color: #686868;
}
.student-prehled__foto {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.student-prehled__foto .align-items-center {
  margin-top: 0.3rem;
  display: block;
  width: 110px;
  /* stejná šířka jako obrázek */
  text-align: center;
  /* popisek vycentrovaný pod obrázkem */
}
.student-prehled__foto .align-items-center .gov-icon {
  transform: rotate(90deg);
  cursor: pointer;
  font-size: 1rem;
  color: #2362a2;
}
.student-prehled__foto .align-items-center input {
  display: none;
}
.student-prehled__foto img {
  height: 140px;
  width: 110px;
  object-fit: cover;
  object-position: center center;
  cursor: pointer;
}
.student-prehled__foto-popis {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: #686868;
}
.student-prehled__grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  align-items: start;
}
.student-prehled__section {
  min-width: 0;
  /* sekce jména: při 3 sloupcích zabírá 2 (foto je ve 3. sloupci) */
}
.student-prehled__section--jmeno {
  grid-column: span 2;
}
.student-prehled__section--span-2 {
  grid-column: span 2;
}
.student-prehled__section--span-3 {
  grid-column: 1 / -1;
}
.student-prehled__section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #dddddd;
  font-size: 1.15rem;
  font-weight: 600;
  color: #3b3b3b;
}
.student-prehled__section-title .gov-link {
  font-size: 0.4rem;
  margin-bottom: 4px;
}
.student-prehled__section-titlediv {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #dddddd;
  width: calc(66.6667% - 0.8333rem);
}
.student-prehled__section-titlediv .student-prehled__section-title {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.student-prehled__section-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
  font-size: 0.85rem;
  font-weight: 400;
}
.student-prehled__cols {
  display: grid;
  gap: 0 2.5rem;
}
.student-prehled__cols--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.student-prehled__cols--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.student-prehled__field {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}
.student-prehled__label {
  color: #3b3b3b;
  font-weight: 600;
}
.student-prehled__label::after {
  content: ":";
}
.student-prehled__value {
  color: #3b3b3b;
  overflow-wrap: anywhere;
}
.student-prehled__value a {
  color: #3b3b3b;
}
.student-prehled__boolean-icon {
  display: inline-block;
  margin-right: 0.25rem;
  font-weight: 600;
}
.student-prehled__boolean-icon--yes {
  color: #6fbd2c;
}
.student-prehled__boolean-icon--no {
  color: #c52a3a;
}
.student-prehled__value--block {
  flex-basis: 100%;
}
.student-prehled__empty {
  color: #a8a8a8;
  font-style: italic;
}
@media (max-width: 1200px) {
  .student-prehled {
    /* jméno už zabírá jen 1 sloupec, foto je vedle něj ve 2. sloupci */
    /* stipendium: i vnitřní rozdělení jen na 2 sloupce */
  }
  .student-prehled__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .student-prehled__section--jmeno {
    grid-column: span 1;
  }
  .student-prehled__section--span-2,
  .student-prehled__section--span-3 {
    grid-column: 1 / -1;
  }
  .student-prehled__cols--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .student-prehled__section-titlediv {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .student-prehled__header {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .student-prehled__grid {
    grid-template-columns: 1fr;
  }
  .student-prehled__section--span-2,
  .student-prehled__section--span-3 {
    grid-column: auto;
  }
  .student-prehled__cols--2,
  .student-prehled__cols--3 {
    grid-template-columns: 1fr;
  }
}
/* CUSTOM CSS */
.ard-relative {
  position: relative;
}
.ard-absolute {
  position: absolute;
}
.ard-h-full {
  height: 100% !important;
}
.ard-m-0 {
  margin: 0 !important;
}
.ard-hidden {
  display: none !important;
}
@media (min-width: 576px) {
  .ard-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ard-hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ard-hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ard-hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .ard-hidden-xxl {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .ard-hidden-xxxl {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .ard-shown-sm {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .ard-shown-md {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .ard-shown-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .ard-shown-xl {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .ard-shown-xxl {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .ard-shown-xxxl {
    display: block !important;
  }
}
.ard-block {
  display: block !important;
}
.ard-inline-block {
  display: inline-block !important;
}
.ard-inline {
  display: inline !important;
}
.ard-wrap {
  overflow-wrap: break-word !important;
}
.ard-button-group > * {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.ard-button-group > *:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .ard-attached-btn {
    margin-top: -0.25rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .row.ard-align-center + .row {
    margin-top: 1rem;
  }
}
.ard-align-center {
  align-items: center;
}
.ard-align-center .gov-button {
  margin-top: 3px;
}
.ard-incoming-icon {
  transform: translateY(-50%) rotate(180deg);
}
/* override position of arrow in message details accordion*/
.ard-message-container .gov-accordion--small .gov-accordion__header.is-expanded .gov-icon--arrow-down {
  transform: translateY(-50%) rotate(180deg);
}
.ard-message-container .gov-accordion--small .gov-accordion__header .gov-icon--arrow-down {
  position: absolute;
  right: 0.5rem;
  top: 50%;
}
.ard-centerY {
  top: 50%;
  transform: translateY(-50%);
}
.ard-float-right {
  float: right;
}
.gray-background {
  background-color: #f8f8f8;
}
.red-background {
  background-color: #FFEAEB;
}
.blue-background {
  background-color: #e9f1f9;
}
.green-background {
  background-color: #e4f3e5;
}
.green-light-background {
  background-color: #f1f9f2;
}
.mb5 {
  margin-bottom: 5px;
}
.gov-alert--left {
  justify-content: flex-start;
  text-align: left;
}