.hidden {
  display: none;
}
label {
  margin-bottom: 10px;
  display: block;
}

.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #dff4f2;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #62656C;
  display: block;
}

.sidenav a:hover {
  color: #3ebab6;
}

.main {
  margin-left: 300px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0 10px;
}

main.container {
    max-width: 1120px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.card-img-top {
  max-width: 250px;
  object-fit: none;
  border-radius: 10px;
}

.card-title {
  text-align: center;
}

.text-right {
    text-align: right;
}

.card-text {
  text-align: center;
}

#settings-card label{
  text-align: left;
  font-size: 0.6em;
  margin-top: 10px;
}

#saved{
  display:none;
  text-align:center!important;
  color:green;
}

#closeSettings{
  position: absolute;
  top: 5px;
  right: 19px;
  font-size: 17px;
  font-family: arial;
  cursor: pointer;
}

#triggerSaveSettings{
  margin-top:10px;
  width:240px;
}
