/* PRAHO global Enketo styling layer.
   Safe v61: align submit with next and remove submit icon. */

@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap");

:root {
  --praho-blue: #4b22ff;
  --praho-black: #000;
  --praho-text: #080808;
  --praho-muted: #d9d9dd;
  --praho-line: #c9c9c9;
  --praho-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box !important;
}

html,
body {
  background: var(--praho-bg) !important;
  color: var(--praho-text) !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  max-width: 100% !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body,
input,
textarea,
select,
label,
.question-label,
.or-group > h4,
.or-branch > h4,
.note,
.note-content,
.geopicker label.geo,
.geopicker .geo,
.or {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}

label span,
.question-label span,
.note span,
.note-content span,
.geopicker label.geo span,
.or span:not(.icon) {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}

body {
  padding: 0 !important;
}

.ios-iframe-bug-wrap,
body.iframe .ios-iframe-bug-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.form-header {
  display: none !important;
}

.main-loader {
  background: var(--praho-bg) !important;
}

.main-loader__image {
  width: 42px !important;
  height: 42px !important;
  border: 3px solid var(--praho-muted) !important;
  border-top-color: var(--praho-blue) !important;
  border-right-color: var(--praho-blue) !important;
  border-radius: 999px !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  animation: praho-loader-spin .8s linear infinite !important;
}

.main-loader__image::before,
.main-loader__image::after {
  display: none !important;
  content: none !important;
}

@keyframes praho-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

/* nadpis */
#form-title,
h3#form-title,
.form-title {
  display: none !important;
}


.form-header__branding {
  display: none !important;
}

.logo-wrapper img,
.form-header__branding img {
  max-height: 34px !important;
  width: auto !important;
}

.form-header__filler {
  flex: 1 1 auto !important;
}

.form-language-selector,
.form-language-selector.hide {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 12px auto !important;
  color: var(--praho-text) !important;
  font-size: 12px !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  z-index: 3 !important;
  pointer-events: auto !important;
}

.form-language-selector.hide *,
.form-language-selector * {
  visibility: visible !important;
  opacity: 1 !important;
}

.form-header select,
.form-language-selector select {
  min-height: 38px !important;
  border: 1px solid var(--praho-line) !important;
  background: #fff !important;
  color: var(--praho-text) !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.form-header__button--print,
.form-header__button--homescreen,
.pages-toc,
.side-slider,
.powered-by,
.enketo-power {
  display: none !important;
}

.praho-topbar {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  background: #fff !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.praho-topbar__language {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  min-height: 38px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.praho-progress {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 18px !important;
  margin: 14px 0 0 !important;
  background: var(--praho-muted) !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

.praho-progress__bar {
  display: block !important;
  width: 0;
  height: 100% !important;
  background: var(--praho-blue) !important;
  border-radius: 999px !important;
  transition: width .25s ease !important;
}

.praho-page-counter {
  display: block !important;
  color: var(--praho-black) !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  margin: 0 0 14px !important;
}

.main,
.paper,
.form-wrapper,
.or,
form.or {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 8px 0 14px !important;
  background: var(--praho-bg) !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.form-title,
.form-name,
.or > h1,
.or > h2,
.or > h3 {
  position: relative !important;
  z-index: 2 !important;
  margin-top: 10px !important;
  margin-bottom: 24px !important;
  color: var(--praho-blue) !important;
}

.paper h1,
.paper h2,
.paper h3 {
  margin-top: 10px !important;
  margin-bottom: 24px !important;
  color: var(--praho-blue) !important;
}

body.iframe .main,
body.iframe .paper {
  min-height: 0 !important;
}

.question,
.or-group,
.or-branch,
.note {
  margin: 0 0 28px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.question-label,
.or-group > h4,
.note .note-content,
label {
  color: var(--praho-text) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.55 !important;
}

body .praho-page-counter,
body .question-label.praho-page-counter,
body .or-group > h4.praho-page-counter,
body .or-branch > h4.praho-page-counter,
body h4.praho-page-counter,
body span.praho-page-counter {
  display: block !important;
  color: var(--praho-black) !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  margin: 0 0 14px !important;
}

.required {
  color: var(--praho-blue) !important;
}

input,
textarea,
select,
.form-control {
  border-radius: 0 !important;
  box-shadow: none !important;
  border-color: var(--praho-line) !important;
  color: var(--praho-text) !important;
}

.question:not(.praho-geo-question) input[type="text"]:not(.ignore):not([readonly]),
.question:not(.praho-geo-question) input[type="email"]:not(.ignore):not([readonly]),
.question:not(.praho-geo-question) input[type="url"]:not(.ignore):not([readonly]),
.question:not(.praho-geo-question) input[type="tel"]:not(.ignore):not([readonly]),
.question:not(.praho-geo-question) input:not([type]):not(.ignore):not([readonly]) {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 42px !important;
  padding: 10px 0 !important;
  color: var(--praho-text) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--praho-line) !important;
  box-shadow: none !important;
}

.question:not(.praho-geo-question) input[type="text"]:not(.ignore):not([readonly]):focus,
.question:not(.praho-geo-question) input[type="email"]:not(.ignore):not([readonly]):focus,
.question:not(.praho-geo-question) input[type="url"]:not(.ignore):not([readonly]):focus,
.question:not(.praho-geo-question) input[type="tel"]:not(.ignore):not([readonly]):focus,
.question:not(.praho-geo-question) input:not([type]):not(.ignore):not([readonly]):focus {
  border-bottom-color: var(--praho-blue) !important;
  outline: 0 !important;
}

textarea,
.or-appearance-multiline textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 128px !important;
  padding: 10px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--praho-line) !important;
  resize: vertical !important;
}

.question.with-media .widget.file-picker,
.contains-ref-target .widget.file-picker,
.widget.file-picker {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  gap: 10px !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.question.with-media .widget.file-picker .fake-file-input,
.contains-ref-target .widget.file-picker .fake-file-input,
.widget.file-picker .fake-file-input {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 10px 0 !important;
  color: var(--praho-text) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--praho-line) !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.widget.file-picker .fake-file-input::placeholder {
  color: #9a9aa0 !important;
  opacity: 1 !important;
}

.widget.file-picker .btn-icon-only {
  flex: 0 0 42px !important;
  width: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  color: var(--praho-black) !important;
  background: #fff !important;
  border: 1px solid var(--praho-black) !important;
}

.widget.file-picker .btn-icon-only:hover,
.widget.file-picker .btn-icon-only:focus {
  color: #fff !important;
  background: var(--praho-black) !important;
}

.widget.file-picker .file-feedback,
.widget.file-picker .file-preview {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}

.question.with-media .widget.file-picker button.btn-icon-only,
.question.with-media .widget.file-picker a.btn-icon-only,
.contains-ref-target .widget.file-picker button.btn-icon-only,
.contains-ref-target .widget.file-picker a.btn-icon-only,
.widget.file-picker button.btn-icon-only,
.widget.file-picker a.btn-icon-only,
.widget.file-picker .btn-reset,
.widget.file-picker .btn-download {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  color: var(--praho-black) !important;
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid var(--praho-black) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.widget.file-picker button.btn-icon-only i,
.widget.file-picker a.btn-icon-only i,
.widget.file-picker .btn-reset i,
.widget.file-picker .btn-download i {
  display: inline-block !important;
  color: var(--praho-black) !important;
  font-size: 15px !important;
  line-height: 1 !important;
  opacity: 1 !important;
}

.widget.file-picker button.btn-icon-only:hover,
.widget.file-picker button.btn-icon-only:focus,
.widget.file-picker a.btn-icon-only:hover,
.widget.file-picker a.btn-icon-only:focus,
.widget.file-picker .btn-reset:hover,
.widget.file-picker .btn-reset:focus,
.widget.file-picker .btn-download:hover,
.widget.file-picker .btn-download:focus {
  color: #fff !important;
  background: var(--praho-black) !important;
  background-color: var(--praho-black) !important;
  border-color: var(--praho-black) !important;
}

.widget.file-picker button.btn-icon-only:hover i,
.widget.file-picker button.btn-icon-only:focus i,
.widget.file-picker a.btn-icon-only:hover i,
.widget.file-picker a.btn-icon-only:focus i,
.widget.file-picker .btn-reset:hover i,
.widget.file-picker .btn-reset:focus i,
.widget.file-picker .btn-download:hover i,
.widget.file-picker .btn-download:focus i {
  color: #fff !important;
}

.widget.file-picker button.btn-icon-only i::before,
.widget.file-picker a.btn-icon-only i::before,
.widget.file-picker .btn-reset i::before,
.widget.file-picker .btn-download i::before,
.widget.file-picker button.btn-icon-only:hover i::before,
.widget.file-picker button.btn-icon-only:focus i::before,
.widget.file-picker a.btn-icon-only:hover i::before,
.widget.file-picker a.btn-icon-only:focus i::before,
.widget.file-picker .btn-reset:hover i::before,
.widget.file-picker .btn-reset:focus i::before,
.widget.file-picker .btn-download:hover i::before,
.widget.file-picker .btn-download:focus i::before {
  color: currentColor !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.widget.file-picker .btn-reset,
.widget.file-picker .btn-download {
  display: none !important;
}

.widget.file-picker.praho-file-has-file .btn-reset {
  display: inline-flex !important;
}

.widget.file-picker.praho-file-has-file .btn-reset i,
.widget.file-picker.praho-file-has-file .btn-reset .icon,
.widget.file-picker.praho-file-has-file .btn-reset [class*="icon-"] {
  display: none !important;
  visibility: hidden !important;
}

.widget.file-picker.praho-file-has-file .btn-reset::before {
  content: "X" !important;
  display: block !important;
  color: var(--praho-black) !important;
  font-family: "Inconsolata", monospace !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.widget.file-picker.praho-file-has-file .btn-reset:hover,
.widget.file-picker.praho-file-has-file .btn-reset:focus {
  color: #fff !important;
  background: var(--praho-black) !important;
  background-color: var(--praho-black) !important;
  border-color: var(--praho-black) !important;
}

.widget.file-picker.praho-file-has-file .btn-reset:hover::before,
.widget.file-picker.praho-file-has-file .btn-reset:focus::before {
  color: #fff !important;
}

.widget.file-picker .btn-download,
.widget.file-picker.praho-file-has-download .btn-download,
.widget.file-picker a[download],
.widget.file-picker a[aria-label="download"],
.widget.file-picker a[title="download"],
.widget.file-picker .icon-download,
.widget.file-picker .btn-download i,
.widget.file-picker a[download] i,
.widget.file-picker a[aria-label="download"] i,
.widget.file-picker a[title="download"] i,
.contains-ref-target a[download],
.contains-ref-target a[aria-label="download"],
.contains-ref-target a[title="download"],
.contains-ref-target .icon-download,
.contains-ref-target .btn-download,
.contains-ref-target .btn-download i {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
}

.file-picker .file-preview {
    margin-top: 0px !important;
}

input[type="radio"],
input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  margin: 0 11px 0 0 !important;
  border: 2px solid var(--praho-blue) !important;
  background: #fff !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

input[type="radio"] {
  border-radius: 999px !important;
}

input[type="checkbox"] {
  border-radius: 0 !important;
}

input[type="radio"]:checked {
  background:
    radial-gradient(circle at center, var(--praho-blue) 0 5px, transparent 6px),
    #fff !important;
}

input[type="checkbox"]:checked {
  background:
    linear-gradient(45deg, transparent 45%, #fff 45% 58%, transparent 58%),
    linear-gradient(-45deg, transparent 48%, #fff 48% 61%, transparent 61%),
    var(--praho-blue) !important;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 2px solid rgba(75, 34, 255, .22) !important;
  outline-offset: 3px !important;
}

.option-wrapper,
.option-label,
.radio,
.checkbox {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  margin-bottom: 10px !important;
}

.question,
.question .option-wrapper,
.question .radio,
.question .checkbox {
  text-align: left !important;
}

.question .option-wrapper {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
}

.question label.option-label,
.question .radio label,
.question .checkbox label {
  display: inline-flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: auto !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.question .option-label span,
.question .radio label span,
.question .checkbox label span {
  text-align: left !important;
}

.or span.option-label[lang]:not(.active),
.or span.question-label[lang]:not(.active),
.or span[data-itext-id][lang]:not(.active),
.or span[lang][data-option-value]:not(.active) {
  display: none !important;
}

.or span.option-label[lang].active,
.or span.question-label[lang].active,
.or span[data-itext-id][lang].active,
.or span[lang][data-option-value].active {
  display: inline !important;
}

.or .option-wrapper,
.or .option-label,
.or .radio,
.or .checkbox,
.or label.option-label,
.or label.radio,
.or label.checkbox {
  left: auto !important;
  right: auto !important;
  float: none !important;
  transform: none !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
  justify-content: flex-start !important;
}

.or label.option-label,
.or .option-label label,
.or .radio label,
.or .checkbox label {
  display: inline-flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: auto !important;
  max-width: 100% !important;
}

.form-progress {
  display: none !important;
}

.progress {
  height: 18px !important;
  margin: 10px 0 18px !important;
  background: var(--praho-muted) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.progress-bar {
  background-color: var(--praho-blue) !important;
  background-image: none !important;
}

.or .geopicker,
.or .geo-widget,
.or .or-appearance-maps,
.or .or-appearance-placement-map {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.praho-geo-question {
  margin-bottom: 34px !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.praho-geo-question .geopicker {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.praho-geo-question .geopicker-search,
.praho-geo-question .search-bar {
  display: flex !important;
  align-items: stretch !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 18px !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  float: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.praho-geo-question .search-bar .hide-map-btn {
  display: none !important;
}

.praho-geo-question .search-bar .input-group {
  display: flex !important;
  align-items: stretch !important;
  flex: 1 1 0 !important;
  order: 1 !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.praho-geo-question .search-bar.hide-search .input-group,
.praho-geo-question .geopicker .hide-search .input-group {
  display: flex !important;
}

.praho-geo-question .geopicker-search input,
.praho-geo-question .search-bar input[name="search"],
.praho-geo-question input[type="search"] {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  padding: 0 14px !important;
  border: 1px solid var(--praho-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.praho-geo-question .geopicker input[name="search"][disabled] {
  display: block !important;
}

.praho-geo-question .geopicker .search-btn[disabled] {
  display: inline-flex !important;
}

.praho-geo-question .geopicker-search button,
.praho-geo-question .search-bar .input-group button.search-btn,
.praho-geo-question button.praho-geo-location-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 92px !important;
  max-width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border: 1px solid var(--praho-black) !important;
  border-radius: 0 !important;
  background: var(--praho-black) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: .14em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.praho-geo-question .geopicker-search button:hover,
.praho-geo-question .geopicker-search button:focus,
.praho-geo-question .geopicker-search button:not(.praho-geo-location-button):hover,
.praho-geo-question .geopicker-search button:not(.praho-geo-location-button):focus,
.praho-geo-question .search-bar .input-group button.search-btn:hover,
.praho-geo-question .search-bar .input-group button.search-btn:focus {
  background: var(--praho-blue) !important;
  border-color: var(--praho-blue) !important;
}

.praho-geo-question .search-bar .input-group button.search-btn {
  order: 2 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

.praho-geo-question .search-bar .input-group button.search-btn::before {
  content: none !important;
  display: none !important;
}

.praho-geo-question .search-bar .input-group button.search-btn::after {
  content: "HLEDAT" !important;
  display: inline-block !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.praho-geo-question .search-bar .input-group button.search-btn > * {
  display: none !important;
}

.praho-geo-question button.praho-geo-location-button {
  order: 2 !important;
  min-width: 190px !important;
  max-width: 100% !important;
  margin-left: 12px !important;
  background: var(--praho-blue) !important;
  border-color: var(--praho-blue) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

.praho-geo-question button.praho-geo-location-button:hover,
.praho-geo-question button.praho-geo-location-button:focus {
  background: var(--praho-black) !important;
  border-color: var(--praho-black) !important;
}

.praho-geo-question button.praho-geo-location-button::before {
  content: "+";
  display: inline-block !important;
  margin-right: 8px !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.praho-geo-question button.praho-geo-location-button::after {
  content: "URČIT MOJI POLOHU";
  display: inline-block !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.praho-geo-question button.praho-geo-location-button > * {
  display: none !important;
}

.praho-geo-question .praho-geo-duplicate-location-button {
  display: none !important;
}

.praho-geo-question .praho-geo-hidden-field {
  display: none !important;
}

.praho-geo-question .leaflet-container,
.praho-geo-question .geopicker-map,
.praho-geo-question .map-canvas {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 300px !important;
  border: 1px solid var(--praho-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: saturate(.8) contrast(.98) !important;
  overflow: hidden !important;
}

.praho-geo-question .map-canvas-wrapper {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 300px !important;
  float: none !important;
  clear: both !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.praho-geo-question .geopicker:not(.full-screen).hide-input .map-canvas-wrapper,
.praho-geo-question .geopicker:not(.full-screen).hide-input .search-bar {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding-left: 0 !important;
  border-left: 0 !important;
}

.praho-geo-question .leaflet-control-zoom a,
.praho-geo-question .leaflet-control-layers-toggle {
  border-radius: 0 !important;
  color: var(--praho-black) !important;
  box-shadow: none !important;
}

.praho-geo-question .leaflet-control-attribution {
  font-size: 10px !important;
  max-width: calc(100% - 14px) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.praho-geo-question .toggle-inputs,
.praho-geo-question .geo-inputs-toggle,
.praho-geo-question .geopicker-toggle,
.praho-geo-question .hide-inputs,
.praho-geo-question .show-inputs {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  width: 30px !important;
  min-width: 30px !important;
  min-height: 300px !important;
  margin: 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  overflow: visible !important;
  z-index: 3 !important;
  transform: translateX(13px) !important;
}

.praho-geo-question .toggle-inputs::after,
.praho-geo-question .geo-inputs-toggle::after,
.praho-geo-question .geopicker-toggle::after,
.praho-geo-question .hide-inputs::after,
.praho-geo-question .show-inputs::after,
.praho-geo-question .praho-geo-toggle::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  width: 1px !important;
  height: 100% !important;
  transform: translateX(-50%) !important;
  background: var(--praho-line) !important;
  z-index: 1 !important;
}

.praho-geo-question .toggle-inputs::before,
.praho-geo-question .geo-inputs-toggle::before,
.praho-geo-question .geopicker-toggle::before,
.praho-geo-question .hide-inputs::before,
.praho-geo-question .show-inputs::before,
.praho-geo-question .praho-geo-toggle::before {
  content: "<" !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 26px !important;
  height: 44px !important;
  transform: translate(-50%, -50%) !important;
  border: 1px solid var(--praho-line) !important;
  background: var(--praho-bg) !important;
  color: var(--praho-blue) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  z-index: 2 !important;
}

.praho-geo-question .toggle-inputs:hover::before,
.praho-geo-question .toggle-inputs:focus::before,
.praho-geo-question .geo-inputs-toggle:hover::before,
.praho-geo-question .geo-inputs-toggle:focus::before,
.praho-geo-question .geopicker-toggle:hover::before,
.praho-geo-question .geopicker-toggle:focus::before,
.praho-geo-question .hide-inputs:hover::before,
.praho-geo-question .hide-inputs:focus::before,
.praho-geo-question .show-inputs:hover::before,
.praho-geo-question .show-inputs:focus::before,
.praho-geo-question .praho-geo-toggle:hover::before,
.praho-geo-question .praho-geo-toggle:focus::before {
  background: var(--praho-blue) !important;
  border-color: var(--praho-blue) !important;
  color: #fff !important;
}

.praho-geo-question.praho-geo-inputs-collapsed .toggle-inputs::before,
.praho-geo-question.praho-geo-inputs-collapsed .geo-inputs-toggle::before,
.praho-geo-question.praho-geo-inputs-collapsed .geopicker-toggle::before,
.praho-geo-question.praho-geo-inputs-collapsed .hide-inputs::before,
.praho-geo-question.praho-geo-inputs-collapsed .show-inputs::before,
.praho-geo-question.praho-geo-inputs-collapsed .praho-geo-toggle::before {
  content: ">" !important;
}

.praho-geo-question .praho-geo-native-toggle-hidden,
.praho-geo-question .praho-geo-native-toggle-strip,
.praho-geo-question.praho-geo-fallback-hide .praho-geo-left-panel,
.praho-geo-question.praho-geo-fallback-hide .praho-geo-coordinate-panel,
.praho-geo-question.praho-geo-fallback-hide .praho-geo-coordinate-field,
.praho-geo-question.praho-geo-fallback-hide .toggle-inputs,
.praho-geo-question.praho-geo-fallback-hide .geo-inputs-toggle,
.praho-geo-question.praho-geo-fallback-hide .geopicker-toggle,
.praho-geo-question.praho-geo-fallback-hide .hide-inputs,
.praho-geo-question.praho-geo-fallback-hide .show-inputs,
.praho-geo-question.praho-geo-fallback-hide .praho-geo-toggle {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.praho-geo-question .praho-geo-collapsed-layout {
  display: block !important;
  grid-template-columns: 1fr !important;
  grid-auto-columns: 1fr !important;
  column-gap: 0 !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.praho-geo-question .praho-geo-map-panel {
  display: block !important;
  float: none !important;
  clear: both !important;
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  flex: 1 1 100% !important;
}

.praho-geo-question .praho-geo-map-panel > * {
  max-width: 100% !important;
}

.praho-geo-question.praho-geo-fallback-hide .geo-inputs,
.praho-geo-question.praho-geo-fallback-hide .geopicker-inputs,
.praho-geo-question.praho-geo-fallback-hide [class*="geo-input"],
.praho-geo-question.praho-geo-fallback-hide [class*="geopicker-input"] {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.praho-geo-question .geopicker,
.praho-geo-question .geo-widget,
.praho-geo-question .or-appearance-maps,
.praho-geo-question .or-appearance-placement-map {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.praho-geo-question .leaflet-container {
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.praho-geo-question .leaflet-pane,
.praho-geo-question .leaflet-map-pane,
.praho-geo-question .leaflet-tile-pane,
.praho-geo-question .leaflet-overlay-pane,
.praho-geo-question .leaflet-marker-pane,
.praho-geo-question .leaflet-shadow-pane,
.praho-geo-question .leaflet-tile-container,
.praho-geo-question .leaflet-layer {
  max-width: none !important;
  overflow: visible !important;
}

.praho-geo-question .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.praho-geo-question input[type="number"],
.praho-geo-question input[type="text"] {
  min-height: 42px !important;
  border: 1px solid var(--praho-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.praho-geo-hidden-field {
  display: none !important;
}

.pages .page-label::before,
.pages .page-label:before,
.or-group > h4::before,
.or-group > h4:before,
.or-branch > h4::before,
.or-branch > h4:before,
.or-group > label::before,
.or-group > label:before,
.or-branch > label::before,
.or-branch > label:before {
  display: none !important;
  content: none !important;
  border: 0 !important;
}

.or-group > h4,
.or-branch > h4,
.or-group > label,
.or-branch > label {
  padding-left: 0 !important;
  color: var(--praho-text) !important;
}

.or-group > h4 .icon,
.or-branch > h4 .icon,
.or-group > label .icon,
.or-branch > label .icon,
.or-group .icon-caret-down,
.or-group .icon-caret-right,
.or-branch .icon-caret-down,
.or-branch .icon-caret-right {
  display: none !important;
}

.btn,
button,
.previous-page,
.next-page,
#submit-form {
  font-family: "Inconsolata", monospace !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  letter-spacing: .3em !important;
  text-transform: uppercase !important;
}

.btn span,
button span,
.previous-page span,
.next-page span,
#submit-form span {
  font-family: "Inconsolata", monospace !important;
  letter-spacing: .3em !important;
  text-transform: uppercase !important;
}

.btn-primary,
.btn-default.next-page,
.next-page,
button[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-width: 150px !important;
  min-height: 56px !important;
  padding: 0 30px !important;
  background: var(--praho-black) !important;
  color: #fff !important;
  border: 1px solid var(--praho-black) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.btn.hide,
.btn-primary.hide,
.next-page.hide,
#submit-form.hide,
#submit-form.praho-hidden,
.next-page.praho-hidden,
button.hide,
.hide:not(.form-language-selector) {
  display: none !important;
}

.btn-primary i,
button[type="submit"] i {
  display: inline-block !important;
  color: inherit !important;
  font-size: 14px !important;
  margin: 0 !important;
}

#submit-form {
  gap: 0 !important;
}

#submit-form i,
#submit-form .icon {
  display: none !important;
}

.btn-default.next-page i,
.next-page i {
  display: none !important;
}

.btn-primary span,
.btn-default.next-page span,
.next-page span,
button[type="submit"] span {
  display: inline-block !important;
  color: inherit !important;
  font-size: inherit !important;
}

.next-page span {
  order: 1 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-default.next-page:hover,
.btn-default.next-page:focus,
.next-page:hover,
.next-page:focus,
button[type="submit"]:hover,
button[type="submit"]:focus {
  background: var(--praho-blue) !important;
  border-color: var(--praho-blue) !important;
  color: #fff !important;
}

.form-footer,
.form-footer__content {
  background: var(--praho-bg) !important;
  border: 0 !important;
  box-shadow: none !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.form-footer {
  position: static !important;
  margin: 20px 0 0 !important;
  padding: 0 0 14px !important;
  width: 100% !important;
  overflow: visible !important;
}

.form-footer__content {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  overflow: visible !important;
}

.form-footer__content__main-controls {
  display: grid !important;
  grid-template-columns: minmax(136px, 1fr) auto minmax(136px, 1fr) !important;
  align-items: center !important;
  justify-content: stretch !important;
  column-gap: 10px !important;
  row-gap: 12px !important;
  padding: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.praho-topbar,
.praho-topbar__language,
.form-language-selector,
.form-language-selector select,
.praho-progress,
.praho-geo-question .geopicker-search,
.praho-geo-question .search-bar,
.praho-geo-question .search-bar .input-group,
.praho-geo-question .map-canvas-wrapper,
.form-footer,
.form-footer__content,
.form-footer__content__main-controls,
textarea,
.or-appearance-multiline textarea {
  max-width: 100% !important;
  min-width: 0 !important;
}

.form-footer__content__jump-nav,
.first-page.disabled,
.last-page.disabled {
  display: none !important;
}

.previous-page {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px !important;
  min-width: 136px !important;
  padding: 0 24px !important;
  color: var(--praho-black) !important;
  background: #fff !important;
  border: 1px solid var(--praho-black) !important;
  border-top: 1px solid var(--praho-black) !important;
  border-right: 1px solid var(--praho-black) !important;
  border-bottom: 1px solid var(--praho-black) !important;
  border-left: 1px solid var(--praho-black) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  order: 0 !important;
  position: relative !important;
  float: none !important;
  clear: none !important;
  left: 0 !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
}

#submit-form {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  min-width: 300px !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
}

.next-page {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
}

.previous-page,
.next-page {
  color: #fff !important;
  background: var(--praho-black) !important;
  border: 1px solid var(--praho-black) !important;
  letter-spacing: .3em !important;
}

.previous-page::before {
  content: none !important;
  display: none !important;
  margin-right: 0 !important;
  letter-spacing: 0 !important;
}

.next-page::after {
  content: none !important;
  display: none !important;
  margin-left: 0 !important;
  letter-spacing: 0 !important;
}

.previous-page:hover,
.previous-page:focus,
.next-page:hover,
.next-page:focus {
  color: var(--praho-black) !important;
  background: #fff !important;
  border-color: var(--praho-black) !important;
}

.previous-page.disabled {
  display: none !important;
}

.first-page,
.last-page {
  color: var(--praho-blue) !important;
}

@media (max-width: 720px) {
  .form-header {
    min-height: 0 !important;
    padding: 12px 14px 10px !important;
  }

  .praho-topbar__language {
    justify-content: center !important;
  }

  .form-language-selector,
  .form-language-selector.hide {
    display: grid !important;
    grid-template-columns: 94px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 14px !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .form-language-selector > span {
    display: block !important;
    width: 94px !important;
    text-align: left !important;
    white-space: normal !important;
  }

  .form-language-selector select {
    width: 100% !important;
    min-width: 0 !important;
  }

  .main,
  .paper,
  .form-wrapper,
  .or,
  form.or {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .btn-primary,
  .btn-default.next-page,
  .next-page,
  button[type="submit"] {
    min-width: 128px !important;
    min-height: 52px !important;
  }

  .form-footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .form-footer__content__main-controls {
    grid-template-columns: 1fr 1fr !important;
    align-items: center !important;
    column-gap: 14px !important;
    row-gap: 10px !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }

  .previous-page {
    min-width: 0 !important;
    width: 124px !important;
    min-height: 52px !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
  }

  .next-page {
    min-width: 0 !important;
    width: 124px !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    margin: 0 !important;
  }

  #submit-form {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  #submit-form:not(.praho-hidden) + .next-page.praho-hidden ~ .previous-page,
  .form-footer__content__main-controls:has(#submit-form:not(.praho-hidden)) .previous-page {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    justify-self: center !important;
    width: 128px !important;
  }

  .form-footer__content__main-controls:has(#submit-form:not(.praho-hidden)) {
    grid-template-columns: 1fr !important;
  }

  .form-footer__content__main-controls.praho-is-last-page {
    grid-template-columns: 1fr !important;
  }

  .form-footer__content__main-controls.praho-is-last-page .previous-page {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    justify-self: center !important;
    width: 128px !important;
  }

  .praho-geo-question .geopicker {
    width: 100% !important;
  }

  .praho-geo-question .geopicker-search,
  .praho-geo-question .search-bar {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 14px !important;
  }

  .praho-geo-question .search-bar .input-group {
    flex: 1 1 100% !important;
    width: 100% !important;
  }

  .praho-geo-question .geopicker-search button,
  .praho-geo-question .search-bar .input-group button.search-btn,
  .praho-geo-question button.praho-geo-location-button {
    min-width: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .praho-geo-question .toggle-inputs,
  .praho-geo-question .geo-inputs-toggle,
  .praho-geo-question .geopicker-toggle,
  .praho-geo-question .hide-inputs,
  .praho-geo-question .show-inputs,
  .praho-geo-question .praho-geo-toggle {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    margin: 8px 0 14px !important;
    border-left: 0 !important;
    border-top: 0 !important;
    transform: none !important;
  }

  .praho-geo-question .toggle-inputs::after,
  .praho-geo-question .geo-inputs-toggle::after,
  .praho-geo-question .geopicker-toggle::after,
  .praho-geo-question .hide-inputs::after,
  .praho-geo-question .show-inputs::after,
  .praho-geo-question .praho-geo-toggle::after {
    left: 0 !important;
    top: 50% !important;
    width: 100% !important;
    height: 1px !important;
    transform: translateY(-50%) !important;
  }

  .praho-geo-question .toggle-inputs::before,
  .praho-geo-question .geo-inputs-toggle::before,
  .praho-geo-question .geopicker-toggle::before,
  .praho-geo-question .hide-inputs::before,
  .praho-geo-question .show-inputs::before,
  .praho-geo-question .praho-geo-toggle::before {
    width: 44px !important;
    height: 30px !important;
  }

  .praho-geo-question .leaflet-container,
  .praho-geo-question .geopicker-map,
  .praho-geo-question .map-canvas {
    min-height: 260px !important;
  }
}

.widget.file-picker .btn-download,
.widget.file-picker .btn-download *,
.widget.file-picker a[download],
.widget.file-picker a[download] *,
.widget.file-picker a[aria-label="download"],
.widget.file-picker a[aria-label="download"] *,
.widget.file-picker a[title="download"],
.widget.file-picker a[title="download"] *,
.widget.file-picker .icon-download,
.contains-ref-target .btn-download,
.contains-ref-target .btn-download *,
.contains-ref-target a[download],
.contains-ref-target a[download] *,
.contains-ref-target a[aria-label="download"],
.contains-ref-target a[aria-label="download"] *,
.contains-ref-target a[title="download"],
.contains-ref-target a[title="download"] *,
.contains-ref-target .icon-download {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
}

.widget.file-picker.praho-file-has-file button.btn-reset:hover,
.widget.file-picker.praho-file-has-file button.btn-reset:focus,
.widget.file-picker.praho-file-has-file button.btn-reset:focus-visible,
.widget.file-picker.praho-file-has-file a.btn-reset:hover,
.widget.file-picker.praho-file-has-file a.btn-reset:focus,
.widget.file-picker.praho-file-has-file a.btn-reset:focus-visible,
.widget.file-picker button.btn-reset:hover,
.widget.file-picker button.btn-reset:focus,
.widget.file-picker button.btn-reset:focus-visible,
.widget.file-picker a.btn-reset:hover,
.widget.file-picker a.btn-reset:focus,
.widget.file-picker a.btn-reset:focus-visible,
button.btn-reset:hover,
button.btn-reset:focus,
button.btn-reset:focus-visible,
a.btn-reset:hover,
a.btn-reset:focus,
a.btn-reset:focus-visible,
.btn-reset:hover,
.btn-reset:focus,
.btn-reset:focus-visible {
  color: #fff !important;
  background: var(--praho-black) !important;
  background-color: var(--praho-black) !important;
  background-image: none !important;
  border-color: var(--praho-black) !important;
  box-shadow: inset 0 0 0 9999px var(--praho-black) !important;
}

.widget.file-picker.praho-file-has-file button.btn-reset:hover::before,
.widget.file-picker.praho-file-has-file button.btn-reset:focus::before,
.widget.file-picker.praho-file-has-file button.btn-reset:focus-visible::before,
.widget.file-picker.praho-file-has-file a.btn-reset:hover::before,
.widget.file-picker.praho-file-has-file a.btn-reset:focus::before,
.widget.file-picker.praho-file-has-file a.btn-reset:focus-visible::before,
.widget.file-picker button.btn-reset:hover::before,
.widget.file-picker button.btn-reset:focus::before,
.widget.file-picker button.btn-reset:focus-visible::before,
.widget.file-picker a.btn-reset:hover::before,
.widget.file-picker a.btn-reset:focus::before,
.widget.file-picker a.btn-reset:focus-visible::before,
button.btn-reset:hover::before,
button.btn-reset:focus::before,
button.btn-reset:focus-visible::before,
a.btn-reset:hover::before,
a.btn-reset:focus::before,
a.btn-reset:focus-visible::before,
.btn-reset:hover::before,
.btn-reset:focus::before,
.btn-reset:focus-visible::before {
  color: #fff !important;
}

.or .or-hint[lang]:not(.active),
.question .or-hint[lang]:not(.active),
.question-label .or-hint[lang]:not(.active) {
  display: none !important;
}

.or .or-hint,
.or span.or-hint,
.or .or-hint.active,
.or span.or-hint[lang].active,
.question .or-hint,
.question span.or-hint,
.question .or-hint.active,
.question span.or-hint[lang].active,
.question-label > .or-hint,
.question-label > small,
.question-label > span.hint,
.question-label > span[class*="hint"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  color: #8d8d92 !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
}

.vex.vex-theme-plain .vex-dialog-buttons {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 30px !important;
}

.vex.vex-theme-plain .vex-dialog-button,
.vex.vex-theme-plain .vex-dialog-button.btn,
.vex.vex-theme-plain .vex-dialog-button.small {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 152px !important;
  min-width: 152px !important;
  max-width: 152px !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "Inconsolata", Consolas, monospace !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .3em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.vex.vex-theme-plain .vex-dialog-button.vex-first,
.vex.vex-theme-plain .vex-dialog-button.btn-primary {
  order: 2 !important;
  color: #fff !important;
  background: var(--praho-black) !important;
  background-color: var(--praho-black) !important;
  background-image: none !important;
  border: 1px solid var(--praho-black) !important;
}

.vex.vex-theme-plain .vex-dialog-button.vex-last,
.vex.vex-theme-plain .vex-dialog-button.btn-default {
  order: 1 !important;
  color: var(--praho-black) !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid var(--praho-black) !important;
}

.vex.vex-theme-plain .vex-dialog-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.vex.vex-theme-plain .vex-dialog-button.vex-first:focus,
.vex.vex-theme-plain .vex-dialog-button.btn-primary:focus {
  color: #fff !important;
  background: var(--praho-black) !important;
  background-color: var(--praho-black) !important;
  border-color: var(--praho-black) !important;
}

.vex.vex-theme-plain .vex-dialog-button.vex-last:focus,
.vex.vex-theme-plain .vex-dialog-button.btn-default:focus {
  color: var(--praho-black) !important;
  background: #fff !important;
  background-color: #fff !important;
  border-color: var(--praho-black) !important;
}

.vex.vex-theme-plain .vex-dialog-button:focus-visible {
  outline: 1px solid var(--praho-blue) !important;
  outline-offset: 4px !important;
}

.vex.vex-theme-plain .vex-dialog-button.vex-first:hover,
.vex.vex-theme-plain .vex-dialog-button.btn-primary:hover {
  color: var(--praho-black) !important;
  background: #fff !important;
  background-color: #fff !important;
  border-color: var(--praho-black) !important;
}

.vex.vex-theme-plain .vex-dialog-button.vex-last:hover,
.vex.vex-theme-plain .vex-dialog-button.btn-default:hover {
  color: #fff !important;
  background: var(--praho-black) !important;
  background-color: var(--praho-black) !important;
  border-color: var(--praho-black) !important;
}

@media (max-width: 640px) {
  .vex.vex-theme-plain .vex-dialog-buttons {
    gap: 12px !important;
  }

  .vex.vex-theme-plain .vex-dialog-button,
  .vex.vex-theme-plain .vex-dialog-button.btn,
  .vex.vex-theme-plain .vex-dialog-button.small {
    width: 128px !important;
    min-width: 128px !important;
    max-width: 128px !important;
  }
}
