@import url("./icomoon/iconfonts.css");

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}

.navbar-brand, 
.new-note,
.save-note:hover {
  transition: transform .2s;
}

.navbar-brand:hover, 
.new-note:hover,
.save-note:hover {
  text-shadow: 0px 0px 10px #EDFF08;
  transform: scale(1.5);
}

.new-note, .save-note {
  padding: 0 0.75rem;
}

.save-note {
  display: none;
}

.custom-bg{
  padding: 2rem 2rem;
  background-color: rgb(185, 175, 135);
}

.allow-overflow{
  overflow-y: auto;
}

.icons {
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}

.ico-icons{
  font-size: 1.85rem;
  vertical-align:middle;
  display: inline;
}

.img-notebook{
  height: 8rem;
  width: auto;
  box-shadow: 5px 5px 15px 5px grey;
  margin-bottom: 1rem;
}

.sub-heading{
  margin-top: 2rem;
}

.note-textarea,
.note-title {
  color: #000000;
  width: 100%;
  outline: none;
  border: none;
}

.note-textarea {
  resize: none;
  height: calc(90% - 63px);
  padding-top: 15px;
}

.note-title {
  resize: none;
  height: auto;
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.75rem;
}

.note-title:read-only,
.note-textarea:read-only {
  color: #757575;
}

.list-container .card {
  height: calc(100vh - 70px);
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-container {
  padding-left: 0;
}

.list-container .list-group,
.list-container .list-group-item:first-child,
.list-container .card {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-item-title {
  display: inline-block;
  width: 75%;
}

.list-container i {
  font-size: 1.1rem;
  cursor: pointer;
}

.list-container .list-group-item {
  border-left: none;
  border-right: none;
  padding: 20px;
  cursor: pointer;
}
