body { 
  margin: 0px; background-color: #efefef; 
  display: flex;
  min-height: 100vh;
  max-width: 100vw; 
  flex-direction: column;
}
.flex {
  flex: 1 0 auto;
}
.nav-wrapper .note {
  font-size: 0.5em;
  margin-right: 10px;
}
.page-footer a {
  padding-right: 1em !important;
}
.main {
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0;
  flex-flow: row nowrap;
  justify-content: center;
  flex: 1;
  /*background: linear-gradient(#0d75ab, #ffffff);*/
}
.children-menu {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1.5;
  padding: 10px 16px;
  max-width: 250px;
}
@media only screen and (max-width: 750px) {
  .children-menu {
    height: 100%;
  }  
}
.children-menu #menu {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.children-menu #menu li {
  border-bottom: 1px solid #ddd;
}
.children-menu #menu .subheader {
  color: #999999;
  font-size: 1.8em;
  margin-bottom: 10px;
  border: 0;
}
.children-menu #menu .subheader .btn-add {
  margin: inherit !important;
  padding: inherit !important;
  width: 48px;
  text-align: center;
}
.children-menu i {
  margin: inherit !important;
}
.children-menu #menu .tag a {
  display: block;
  width: 100%;
  color: #0a0a0a;
  font-size: 1em;
  line-height: 48px;
  min-height: 48px;
  padding: 0 0 0 10px;
}
.children-menu .tag i {
  height: 48px !important;
  line-height: 48px !important;
}
.children-menu .footer {
  padding: 0 !important;
}
.children-menu .footer a {
  width: 100%;
  padding: 10px 0;
  color: #5f6368;
  font-size: 1em;
}
.children-menu .footer .copyright{
  color: #aaaaaa;
  font-size: 0.8em;
}
.sidenav .subheader {
  cursor: inherit !important;
  pointer-events: inherit;
}
.sidenav .btn-add:hover {
  background-color: inherit;
}
.sidenav .btn-add .material-icons {
  float: inherit !important;
  width: 48px;
}

.children-main {
  position: relative;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0;
  flex-flow: column nowrap;
  justify-content: center;
  flex: 1;
  flex-grow: 6;
}
.children-main .delete {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  color: #bbb;
  font-size: 1.5em;
}
@media only screen and (max-width: 750px) {
  .children-main .delete {
    top: 0px !important;
    left: inherit !important;
    right: 0px !important;
    font-size: 2em !important;
  }  
}
.children-main textarea { 
  resize: none;
  flex-grow: 1;
  align-self: center;
  width: 96%;
  max-width: 1000px;
  margin: 12px 0;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 15px;
  box-shadow: 0px 12px 24px -8px rgba(0,0,0,0.2);
  background-color: #fafafa;
  line-height: 1.5em;
  font-size: 1em;
  letter-spacing: 1px;
  color: #333333;
  overflow: scroll;
  outline: 0;
}
@media only screen and (max-width: 750px) {
  .children-main textarea {
    align-self: center !important;
    width: 92% !important;
  }  
}
.children-main .ad {
  flex-grow: 0;
  align-self: flex-end;
}
.page-footer {
  padding-top: 0;
}
.brand-logo {
  font-family: 'Righteous', cursive;
  padding-left: 0.5em !important;
}
.brand-logo span {
  font-family: 'Righteous', cursive;
  font-size: 0.3em;
  color: #ccc;
}
.footer-copyright {
  padding-left: 1em !important;
}
.jotdown-brand-color {
    background-color: #0d75ab;
}
nav.nav-extended .nav-content {
  margin-bottom: 0px !important;
}

.title-list-tags {
  margin: 10px 0px 10px 0px;
  font-size: 1.3em;
}

.chips {
  min-height: 22px;
}

.chips input {
  height: 0px;
  width: 0px;
  display: none !important;
}

.nav-wrapper {
  height: 50px;
}

.nav-content {
  height: 35px !important;
}

.txt-tags_title {
  height: 35px;
  line-height: 35px;
  padding-left: 0.5em !important;
  margin-right: 10px;
  width: 35px;
}

.ul-tags {
  height: 35px !important;
  line-height: 35px !important;
  overflow-x: scroll;
  width: auto;
  padding-inline-start: 16px !important;
}

.ul-tags .chip {
  height: 22px;
  line-height: 22px;
  padding: 0;
  border-radius: 12px;
  width: max-content;
}

.ul-tags .chip a {
  color: #777777;
  font-size: 0.9em;
  display: inline;
  padding: 4px 12px;
}

.ul-tags .chip i {
  height: 22px;
  line-height: 22px;
  padding: 0 8px 0 0;
}

.nav-content .btn-add, .nav-content .btn-add {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
}

.nav-content .btn-add, .nav-content .btn-add i {
  line-height: 35px !important;
  height: 35px !important;
  color: #0d75ab;
  text-align: center;
  width: 35px;
  padding: 0 !important;
  -webkit-border-radius: 10px 0 0 0 / 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0 / 10px 0 0 0;
  border-radius: 10px 0 0 0 / 10px 0 0 0;
}
