@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&family=Roboto:wght@300;500&display=swap");

.stocksearch {
  background-image: url("../static/img/back.svg");
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stocksearch-wordings {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 34px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.form-decor {
  text-align: center;
  background-color: white;
  width: 50%;
  padding: 0;
  height: 50px;
  border-radius: 15px;
  box-shadow: #ccc 0px 0px 10px;
}

input[type="text"] {
  width: 200px;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-right: none;
  outline: none;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  padding: 0;
  font-weight: 300;
  float: left;
}

.clear-button {
  padding-right: 30px;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  outline: none;
  background-color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;

  border-radius: 0px 15px 15px 0px;
  float: right;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 2.5px solid #ccc;
}
.search-button {
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  outline: none;
  background-color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 15px;
  float: left;
}
.search-button svg {
  width: 30%;
  height: 30%;
}
.clear-button svg {
  width: 30%;
  height: 30%;
}

.error-decor {
  padding-top: 20px;
  padding-bottom: 20px;
  color: black;
  font-size: 1em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  background-color: #d2d2d2;
  width: 50%;
  border-radius: 10px;
  font-weight: 300;
}
.fill {
  width: 100%;
  height: 50px;
}

.hiddentabs-decor {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.tabcontent {
  padding-top: 20px;
}

.tablink-decor {
  height: 60px;
  background-color: #fafafc;
  width: 900px;
  text-align: left;
  gap: 0px;
}

.tablink-decor button {
  background-color: #fafafc;
  border: none;
  outline: none;
  cursor: pointer;
  color: black;
  height: 60px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.company-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-styling {
  font-size: 1em;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  color: black;
  font-weight: 300;
}

.company-info th {
  text-align: right;
  font-weight: 500;
  padding-left: 85px;
}
.company-info td {
  padding: 5px;
  text-align: left;
  padding-right: 10px;
}

.company-styling table {
  width: 100%;
  justify-content: center;
  align-items: center;
  border-collapse: collapse;
}

.company-styling table tr td img {
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
}

.company-styling table tr td[colspan="2"] {
  text-align: center;
  vertical-align: middle;
}
.company-styling table tr {
  border-bottom: 1px solid #e2e2e2;
}

.quote-info td {
  padding-top: 5px;
  text-align: left;
  padding-right: 35px;
  padding-bottom: 5px;
}

.quote-info th {
  padding-top: 5px;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 5px;
}

.quote-styling {
  font-size: 1em;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  color: black;
  font-weight: 300;
}

.quote-styling table {
  width: 100%;
  border-collapse: collapse;
}

.quote-styling table tr {
  padding-right: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.quote-styling table {
  border-top: 1px solid #e2e2e2;
}
.quote-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.filler {
  height: 30px;
}

.recommendation-trends {
  height: 50px;
  width: 250px;
  display: flex;
  flex-direction: row;
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: 300;
  font-size: 20px;
  line-height: 50px;
}

.recommendations-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.rec-trends-text {
  /* padding-left: 10px;
  padding-right: 10px; */
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.sell {
  padding-right: 10px;
  color: red;
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.buy {
  padding-left: 10px;
  color: green;
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.recommendation-trends-child1 {
  width: 50px;
  background-color: red;
}

.recommendation-trends-child2 {
  width: 50px;
  background-color: #b25f4a;
}

.recommendation-trends-child3 {
  width: 50px;
  background-color: #78945c;
}

.recommendation-trends-child4 {
  width: 50px;
  background-color: #3cca6c;
}

.recommendation-trends-child5 {
  width: 50px;
  background-color: #07ff7e;
}

.stock-arrow {
  padding-top: 2px;
  padding-left: 5px;
  width: 15px;
  height: 15px;
  overflow: hidden;
}

.stock-arrow img {
  width: 100%;
  height: auto;
}

.news-item {
  background-color: #fafafc;
  display: flex;
  flex-direction: row;
  width: 900px;
  margin-bottom: 20px;
}

.news-item-image img {
  padding: 10px;
  width: 80px;
  height: 80px;
  overflow: contain;
}

.news-item-info {
  padding-top: 10px;
  padding-left: 10px;
}

.title {
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: black;
  text-align: left;
}
.date {
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: black;
  text-align: left;
}

.og-post {
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: left;
}

.tablink.active {
  background-color: #cccccc;
  color: black;
}

/* .tablink:hover {
  background-color: #e1e1e1; 
} */

#charts {
  height: 550px;
}
