body {
  font-size: 14px;
}
.navbar-inverse {
  background-color: #8D330D;
  border: none;
}
.header-bar {
  display: inline-flex;
  width: 100%;
}
.header-bar .header-btn {
  margin-right: 3em;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
}
.header-bar .header-btn span {
  margin-left: 1em;
  display: inline-flex;
}
.header-bar .navbar-nav {
  float: unset;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
ul.navbar-nav {
  flex: 1;
  justify-content: flex-end;
}
.navbar-inverse .navbar-nav li a {
  color: white;
}
.top-corner-welcome {
  padding: 3em;
}
.top-corner-welcome h2 {
  color: white;
  font-weight: 900;
}
.home-btn-bar {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.home-btn-bar img {
  display: flex;
}
.item {
  margin-right: 30px;
  font-family: "Noto Sans TC", sans-serif;
}
.item .news-header {
  /*
        font-size:26px;
        */
  color: #4c4c4c;
  font-weight: bold;
  font-size: 30px;
}
.item .featured-images {
  border: 2px solid white;
  width: 100%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  filter: drop-shadow(0px 3px 6px #eee);
}
.item .info {
  color: #BBB;
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: flex-start;
}
.item .info .views {
  margin-left: 5px;
}
.item .info .pub-date {
  margin-left: 2em;
}
.item p {
  color: #333;
  font-size: 16px;
  height: 4.5em;
  overflow: hidden;
}
.navbar-brand {
  font-size: 1em;
}
.nav-link {
  padding: 0.5rem 1rem !important;
}
nav .search-container {
  float: right;
}
nav input[type=text] {
  padding: 6px;
  margin-top: 4px;
  font-size: 17px;
  border: none;
  border-radius: 20px 0px 0px 20px !important;
  background-color: white;
}
nav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 4px;
  margin-right: 16px;
  font-size: 17px;
  border: none;
  cursor: pointer;
  background-color: white;
  border-radius: 0px 20px 20px 0px !important;
}
nav .search-container i {
  margin-top: -3px;
  display: block;
  margin-bottom: 3px;
  margin-right: 10px;
}
.ask-professional {
  background: #EF3A3A;
  border-radius: 20px;
  padding: 0px 10px;
  margin: 0px 40px 0px 20px;
}
.lang-container {
  flex-direction: row;
  display: flex;
  color: white;
}
.lang-container div ~ div {
  margin-left: 10px;
  padding-left: 10px;
  margin-right: 10px;
  border-left: 1px solid white;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#prevention-modal .modal-body {
  overflow-y: scroll;
  max-height: 500px;
}
.main-btn {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}
.main-btn .btn-text {
  font-size: 24px;
  color: white;
  padding: 20px;
}
.side_graph {
  flex-direction: row;
  display: flex;
  flex: 1;
  justify-content: space-evenly;
}
.plant-group-btn {
  background-color: white;
  border-radius: 30px;
  /*
    margin-right: 20px;
    */
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 900;
  box-shadow: #00000022 3px 3px 5px;
}
.plant-title {
  padding-left: 15px;
  padding-right: 25px;
}
.plant-cat {
  padding: 10px;
  padding-right: 20px;
  border-radius: 20px;
  background: white;
  width: 120px;
  /*
    width:fit-content;
    width: 68%;
    */
  margin: 5px 0px;
  font-weight: 600;
  box-shadow: #00000022 2px 2px 3px;
}
.plant-icon {
  width: 70px;
  height: 50px;
  background-size: auto;
  background-position: center;
  border-radius: 35px;
  background-size: auto 30px;
  background-repeat: no-repeat;
}
.banner-text {
  font-size: 1.5em;
}
