html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  font-family: "Open Sans", Light;
}

hr {
  height: 2px;
  background-color: #353567;
  border: 0px;
}

img {
  height: 28px;
  width: 28px;
}

.header-text {
  font-family: "Open Sans";
  color: #e9e9f3;
  margin-left: 20px;
}

.starred-idea-header {
  color: #a9aad2;
  margin-left: 20px;
}

.left-grid {
  background-color: #1f1f3d;
  width: 25%;
  height: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
}

.div-container {
  width: 100%;
}

.top-grid {
  background-color: #a9aad2;
  height: 45%;
  margin-left: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.bottom-grid {
  background-color: #eaeaf4;
  height: 65%;
  margin-left: 25%;
  padding-top: 20px;
}

.grid-container {
  background-color: #eaeaf4;
  display: grid;
  grid-template-columns: auto auto auto;
  padding-left: 20px;
  grid-gap: 20px;
}

.idea-card {
  width: 300px;
  height: 325px;
  border-color: #1f1f3d;
  background-color: white;
  border-style: solid;
  border-width: 2px;
  display: flex;
  flex-direction: column;
}

.idea-card-top {
  background-color: #1f1f3d;
  width: 300px;
  height: 35px;
  vertical-align: top;
  display: flex;
  justify-content: space-between;
}

.idea-card-bottom {
  background-color: #5356a4;
  width: 300px;
  height: 35px;
  vertical-align: bottom;
  color: #e9e9f3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}

.idea-card-title {
  font-size: 25px;
  margin-left: 20px;
  margin-top: 5px;
  padding-top: 15px;
  font-weight: 1000;
}

.idea-card-body {
  font-size: 25px;
  margin-left: 20px;
  margin-right: 30px;
  margin-top: -10px;
  margin-bottom: 0px;
  height: 200px;
  font-weight: 100;
}

.body-box,
.title-box {
  font-family: "Open Sans";
  font-size: 15px;
}

.body-box {
  height: 80px;
}

.save-button {
  background-color: #353567;
  color: #e9e9f3;
  font-size: 15px;
  font-weight: bold;
}

.hover-button {
  background-color: #808080;
  cursor: pointer;
}

.background-image {
  height: 40px;
  width: 40px;
  background-color: #353567;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 0px 0px 5px;
}

.show-all-ideas,
.starred-idea-button {
  background-color: #5356a4;
  color: #e9e9f3;
  border-color: #353567;
  width: 90%;
  height: 45px;
  font-size: 23px;
  margin-bottom: 25px;
  box-shadow: none;
  border-style: solid;
  margin-left: 20px;
}

.search-bar {
  width: 360px;
  font-size: 15px;
  margin: 0;
  border-radius: 0px 5px 5px 0px;
}

.search-align {
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.remove {
  display: none;
}

.title-box,
.body-box,
.save-button {
  width: 400px;
  border-radius: 5px;
}

.search-width,
.title-box,
.save-button {
  height: 34px;
}

.title-box,
.body-box,
.save-button,
.search-bar {
  border-style: solid;
  border-color: #5c5ea9;
  border-width: 2px;
}

.label-input-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.no-starred-ideas {
  text-align: center;
  color: gray;
}
