@charset "UTF-8";
* {
  font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
}

h1 {
  margin: 1rem 0;
}

.centered {
  text-align: center;
}

header {
  display: flex;
  width: 100%;
  padding: 1rem;
}

select {
  display: inline;
  width: auto;
}

.card {
  padding: 1rem;
}

.hidden {
  display: none;
}

.table-responsive {
  overflow: visible;
}

textarea,
input[type=text],
input[type=button] {
  display: inline;
  width: auto;
}

table#benefits {
  margin-top: 2rem;
}

.form-main {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 4rem 4rem;
}
.form-main table {
  width: 100%;
}
.form-main table td {
  border-color: black;
  border-width: 1px;
  border-style: solid;
}
.form-main table#general-info tr :first-child {
  width: 40%;
}
.form-main table#general-info tr :last-child * {
  width: 100%;
}

.row {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.row > * {
  width: fit-content;
}

.top-controls {
  justify-content: space-between;
}

.bottom-controls {
  padding: 0 2rem;
}

#download {
  pointer-events: all;
}

.float-right {
  float: right;
}

/*
.section {
    &-title {}
}
*/
.animate {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
}

/* FMK design */
#specific {
  border: 1px solid #000;
  padding: 20px;
  line-height: 2rem;
}

h2.title-secondary {
  margin: 2rem auto 1rem;
}

.table-partial td {
  padding: 10px;
}

.table-select-grade {
  text-align: center;
}

td:has(> select.table-select-grade) {
  width: 18%;
  text-align: center;
}

.table-fin-grade td {
  background-color: #ccc;
  font-weight: bold;
}

.table-fin-grade td.section-fin-grade {
  text-align: center;
}

select,
input[type=text],
textarea {
  background-color: #ffc3e6;
}

textarea::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

.table-partial select:disabled {
  color: #aaa;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  /* Vzdialenosť od spodného okraja prehliadača */
  right: 50%;
  /* Vzdialenosť od pravého okraja prehliadača */
  font-size: 4rem;
  /* Veľkosť ikony */
  cursor: pointer;
}

.back-to-top.show {
  display: block;
}

/*# sourceMappingURL=main.css.map */
