@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Patrick+Hand&display=swap);
body {
  font-family: "Montserrat", serif;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Patrick Hand", cursive;
  letter-spacing: 0.15rem;
}

h1 {
  color: #000;
  margin-bottom: 30px;
  font-weight: normal;
}

h2 {
  color: #000;
  margin-bottom: 30px;
  font-weight: normal;
}

h3 {
  color: #000;
  margin-bottom: 0;
  font-weight: normal;
}

header {
  background: #f4e3e3;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 25px;
}

#logo img {
  max-height: 200px;
  max-width: 100%;
}

.btn-actions {
  margin-top: 30px;
}

p a {
  text-decoration: underline;
}

ul {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
ul li {
  list-style-type: circle;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
}

.btn.remove {
  color: #dc3545;
  background: transparent;
  padding: 0.175rem 0.5rem;
  font-size: 0.85rem;
  border-radius: 0;
  transition: 0.3s ease;
}
.btn.remove:hover {
  background: #dc3545;
  color: #FFF;
}

.btn.addMore {
  margin-bottom: 15px;
  color: #198754;
  background: transparent;
  border-radius: 0;
  transition: 0.3s ease;
}
.btn.addMore:hover {
  background: #198754;
  color: #FFF;
}

.btn-warning {
  /*font-size: 1.3rem;*/
  margin: 0 auto;
  background: transparent;
  color: #615073;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Patrick Hand", cursive;
  font-weight: normal;
  border-radius: 13px;
  border: none;
  padding: 10px 25px;
  text-decoration: none;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}
.btn-warning:hover {
  background: #fff;
  color: #615073;
}

.btn-primary {
  /*font-size: 1.3rem;*/
  margin: 0 auto;
  background: linear-gradient(to right, #f4e3e3 0%, #fa9090 100%);
  color: #615073;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Patrick Hand", cursive;
  font-weight: normal;
  border-radius: 13px;
  border: none;
  padding: 10px 25px;
  text-decoration: none;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}
.btn-primary:hover {
  background: #fff;
  color: #716082;
}

label.btn-secondary {
  margin-left: 5px;
  margin-bottom: 5px;
  width: 150px;
}
label.btn-secondary.disabled {
  opacity: 0.5;
}
.fieldGroup label {
  font-size: 0.85rem;
}

table thead tr th,
table tbody tr th {
  font-weight: normal;
}

.card {
  display: block;
  text-decoration: none;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.card .card-body > .row {
  margin-left: 0;
  margin-right: 0;
}
.card .card-body ul li {
  font-size: 16px;
}
.card button {
  margin-top: 30px;
}

#languageselection {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 15px;
  font-size: 1.2rem;
}
#languageselection a {
  text-decoration: underline;
  color: #0e718a;
}
#languageselection a span {
  text-decoration: underline;
  font-style: italic;
}
#languageselection span {
  color: #0e718a;
}

.fixed-first-column th:first-child,
.fixed-first-column td:first-child {
  position: -webkit-sticky !important;
  position: sticky !important;
  left: 0;
  border: 1px solid #000;
  background-color: #fff;
}

footer {
  font-family: "Patrick Hand", cursive;
  letter-spacing: 0.15rem;
  background: #f4e3e3;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  border-radius: 25px;
}
footer ul {
  margin: 0;
  list-style-type: none;
}
footer ul li {
  list-style-type: none;
}
