:root {
  --default: #49d292;
  --flower: #702459;
  --color: red;
}

ul.theme-switches {
  padding: 0;
  margin: 0;
}

ul.theme-switches li {
  list-style: none;
  padding-right: 5px;
  display: inline-block;
}

.switch {
  border: 2px solid black;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  margin: 10px;
  cursor: pointer;
  padding-left: 2px;
}

.switch:hover {
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

#switch-1 {
  background-color: var(--default);
}

#switch-2 {
  background-color: var(--flower);
}
#switch-3 {
  background-color: var(--color);
}

.error-message {
  color: red;
}

.probootstrap-text {
  width: 100% !important;
}

.probootstrap-image {
  width: 100% !important;
}

.page-title {
  background: url(../lydia/images/background/header.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}

.pswp img {
  max-width: none;
  object-fit: contain;
}

.new-lists li {
  background-image: url(../lydia/images/lis.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  list-style: none;
  background-position: 0 4px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}

.margin-top-24p {
  margin-top: 24% !important;
}

.item img {
  width: 100%;
  display: inline-block;
}

.item h5 {
  text-align: center;
  background: #fc7013;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #ffffff;
  font-size: 21px;
}
.page-content {
  margin-top: 5%;
}

.page-content h3 {
  margin: 0;
}

.page-content p {
  margin: 0;
}
