
/* note sitebar css */
.note_side_nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border: 1px solid rgba(34,36,38,.1);
  overflow-x: hidden;
  transition: 0.5s;
}

.note-action-btns {
    display: flex !important;
}

.note-action-btns button {
    width: 100%;
    margin: 0 5px;
}

.note-description {
    max-height: 150px;
    overflow: hidden;
    font-size: 14px;
    padding: 7px;
}

.note_side_nav .btn-small {
    padding: 2px 10px !important;
}

.note-create-btn {
    margin: 10px auto 10px auto !important;
}

.note-create-btn-row {
    display: contents;
}

.note-editor .note-editing-area .note-editable {
    font-size: 13px;
}

.note_side_nav  a {
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-size: 32px !important;
    line-height: 0.5;
}

.note_side_nav a:hover {
  color: #f1f1f1;
}



@media screen and (max-height: 450px) {
  .note_side_nav  {padding-top: 15px;}
  .note_side_nav  a {font-size: 18px;}
}


.note-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.note-action i , .note-action svg {
    float: right;
    margin-right:10px;
    font-size: 13px;
}

.note_side_nav {
    z-index: 99999;
    background: azure;
    box-shadow: 0px 0px 20px #000;
}

#note_app .note-toolbar.panel-heading button {
    padding: 0px 5px;
    background: transparent !important;
    border: 0px;
}

#note_app .card .card-body {
    padding: 0;
    color: #000;
}

#note_app .row {
    padding: 0;
    margin: 0;
}

.note-action {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    border-top: 1px solid #eee;
    padding: 5px;
}
.note-action span {
   flex: 1 0 50%;
   font-size: 12px;
}

.floating_button span {
    position: fixed;
    bottom: 60%;
    right: -50px;
    transform: rotate(270deg);
    padding: 0 10px;
    background: #fff;
    letter-spacing: 1px;
    color: #000;
    border: 1px solid #000;
    box-shadow: 1px 1px 10px 3px #000;
}

#note_app .note-editor {
    overflow: hidden;
}

.floating_button {
cursor: pointer;
position: absolute;
z-index: 999;
}

#note_app .card
{
    padding: unset;
    border: unset;
    box-shadow: none;
}
#note_app .card, #note_app .note-editor {
  background: none !important;
}


.note_side_nav .card{
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #eee !important;
}

