/* Global */
body {
  margin: 0px;
  font-family: "Poppins";
  font-size: 14px;
  color: #666666;
  line-height: 1.7rem;
}

.container {
  max-width: 500px;
}

.min-height {
  padding-bottom: 60px;
  min-height: calc(100vh - 60px);
}

a {
  text-decoration: none;
}

/* Header */
.navbar {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand > img {
  width: 150px;
}

.lang {
  width: 85px;
  text-align: right;
}

.flag {
  max-width: 30px;
}
.navbar-text {
  font-size: 16px;
  margin-right: 5px;
}

.title-nav {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #4D527A;
}

/* Search Bar */
.search-bar {
  display: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 25px 10px 25px;
}

.text-search {
  width: 100%;
}

.text-search .input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  height: 18px;
}

.text-search .icon {
  padding: 2px;
  background: white;
  color: black;
  min-width: 30px;
  text-align: center;
  margin: auto;
  font-size: 20px;
}

.text-search .input-field {
  width: 100%;
  padding: 12px;
  outline: none;
  border: none;
  height: 4px;
  padding-left: 0px;
  border-bottom: 1px solid #e6e6e6 !important;
  padding-bottom: 15px;
}

/* Footer */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.footer-item {
  width: 20%;
  text-align: center;
}

.footer-icon {
  width: 25px;
  height: 25px;
  max-width: 1.5rem;
  max-height: 80%;
}

.footer-text {
  font-size: 10px;
  color: #6c757d;
}

.footer-text.active {
  font-weight: 600;
  color: #209AD6;
}
