/*
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
*/

body {
    overflow-y: auto;
    overflow-x: hidden;  
}

#div-main {
    overscroll-behavior-y: contain;
    margin-bottom: 125px;
}


/* Buttons in NavBar*/
.bi-cloud-download-fill:hover {
    color: green;
  }

.bi-x-circle-fill:hover {
    color: red;
}

#go-top-page:hover {
    width:36px;
    height:36px;
}

#go-bottom-page:hover {
    width:36px;
    height:36px;
}

@media (min-width: 576px) {
    .bd-placeholder-img-lg {
        font-size: 3rem;
    }
}

.card-note-class {
    max-height: 30rem;
    overflow-y: auto;
}

.card-addnote-class {
    max-height: 50rem;
    overflow-y: auto;
}

.card-modnote-class {
    max-height: 50rem;
    overflow-y: auto;
}

.card-note-class:hover {
    transform:scale(1.008, 1.008);
    filter:blur(0px);
    opacity:1;
    box-shadow:0 12px 20px 10px rgba(100, 85, 241, 0.125);
}

/*
main>.container {
    padding: 10px 10px 0;
}
*/