
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Libre+Baskerville&family=Montserrat&display=swap');
@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css');

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
}

.formation-container {
  width: 80%;
}

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.genera-card {
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
}

.col-md-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.results-container {
  padding: 10px;
}

.auth-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.admin-container {
  width: 100%;
  background-color: #313540;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.menu-link {
  color: #ffffff;
}

.active {
  background-color: orange;
}

.admin-container > .item {
  flex: 1;
}

.admin-container > .item:last-child {
  flex: 0.5;
}

.item {
  color: #ffffff !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.searchbar-container {
  width: 100%;
  margin-bottom: 1rem;
}
#searchbar {
  width: 100%;
}

#image-container {
  display: flex;
  justify-content: center;
}

.searchbar-container {
  width: 100%;
  margin-bottom: 1rem;
}
#searchbar {
  width: 100%;
}

#image-container {
  display: flex;
  justify-content: center;
}

.editable-text[contenteditable="true"] {
  border: 1px solid red;
  background-color: white;
  min-width: 100px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: auto;
  gap: 15px;
  padding-left: 44.5px;
  padding-right: 44.5px;
}

.card {
  border: 2px solid #e7e7e7;
  border-radius: 2px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #e7e7e7;
}

.accordion-item {
  width: 100%;
}

.accordion {
  width: 95%;
  margin: auto;
}

.class-header, .order-header {
  font-weight: bold;
}

.class-header {
  font-size: 1.8em;
}

.order-header {
  font-size: 1.5em;
}

.expand-collapse-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.topnav {
  overflow: hidden;
  width: 100%;
  max-height: 50px;
  min-height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  background-color: #333333;
  font-family: 'Montserrat', sans-serif;
}
.topnav > * {
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  padding: 1px;
  height: 100%;
  color: #ffffff;
}

h1, h2, h3, h4{
  margin-bottom: 0px;
}

.region-name {
  margin: 0px;
}

p {
  margin-top: 0px;
}

.country-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
  padding-left: 10px;
  color: orange;
  padding-right: 10px;
}

.country-logo > img {
  height: auto;
  max-height: 45px;
  margin-top: 0px;
}

.topnav > a:hover {
  color: orange;
  font-weight: bold;
}