body {
    /* background: rgb(12, 12, 12); */
}
::selection {
    background-color: #000000af;
    color: #ffffff8f;
}
::placeholder { /*  */
    color: #ededed4a !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ededed4a !important;
}
:-webkit-input-placeholder { /*  */
    color: #ededed4a !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #ededed4a !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #ededed4a !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #ededed4a !important;
}
.notesCenterDiv {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2500;
}
.notesBtn {
    width: 10vw;
    transform: rotate(15deg);
    position: relative;
    z-index: 1003;
}
.notestool {
    /* height: 95%; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    z-index: 1002;
    inset: .5em;
    /* top: 5.1em;
    left: .5em;
    right: .5em;
    bottom: 1em; */
    /* margin: auto 1em; */
    background: #464428f8;
    border-radius: 2em;
}
.notesHeaderText {
    color: #ffffff8f;
    font-size: 3rem;
    line-height: 0;
    margin: revert;
    text-align: center;
    position: relative;
    z-index: 998;
    /* top: 0.5em; */
}
.openNewformBtn {
    font-size: 4rem;
    text-align: center;
    width: 1em;
    padding: 0 .2em 0 .2em;
    background-color: transparent;
    border: none;
    color: #ffffff8f;
    position: absolute;
    top: -13px;
    right: 0px;
}
.showRemovedBtn {
    font-size: 1rem;
    text-align: center;
    width: 2em;
    padding: 0 0.2em 0 0.2em;
    background-color: transparent;
    border: none;
    color: #ffffff62;
    position: absolute;
    top: 6px;
    right: 5em;
}
.closeformBtn {
    font-size: 3rem;
    text-align: center;
    width: 1em;
    padding: 0 .2em 0 .2em;
    background-color: transparent;
    border: none;
    color: #ffffff8f;
    position: absolute;
    /* top: 0px;
    right: 5px; */
    top: -25px;
    right: -20px;
}

.notesList::-webkit-scrollbar-track {
    box-shadow: none;
    /* background: #2b2b2b00; */
    background: transparent;
}
.notesList::-webkit-scrollbar-thumb {
    background: #efefef;
    border-radius: 15px;
    background-color: #9c98695e;
}
.notesList::-webkit-scrollbar {
    width: 5px;
}
.usersList::-webkit-scrollbar-track {
    box-shadow: none;
    background: #2b2b2b00;
}
.usersList::-webkit-scrollbar-thumb {
    background: #efefef;
    border-radius: 15px;
    background-color: #9c98695e;
}
.usersList::-webkit-scrollbar {
    width: 2px;
}
.noteTextareaDiv::-webkit-scrollbar-track {
    box-shadow: none;
    background: #2b2b2b00;
}
.noteTextareaDiv::-webkit-scrollbar-thumb {
    background: #a00000;
    border-radius: 15px;
    background-color: #9c986900;
}
.noteTextareaDiv::-webkit-scrollbar {
    width: 2px;
}
.tagsList::-webkit-scrollbar-track {
    box-shadow: none;
    background: #2b2b2b00;
}
.tagsList::-webkit-scrollbar-thumb {
    background: #efefef;
    border-radius: 15px;
    background-color: #9c98695e;
}
.tagsList::-webkit-scrollbar {
    width: 8px;
}
.noteTextarea::-webkit-scrollbar-track {
    box-shadow: none;
    background: #2b2b2b00;
}
.noteTextarea::-webkit-scrollbar-thumb {
    background: #efefef;
    border-radius: 15px;
    background-color: #9c98695e;
}
.noteTextarea::-webkit-scrollbar {
    width: 5px;
}
.noteTextarea::-webkit-resizer {
    background: #afafa9;
}
.noteTaskList::-webkit-scrollbar-track {
    box-shadow: none;
    background: #2b2b2b00;
}
.noteTaskList::-webkit-scrollbar-thumb {
    background: #efefef;
    border-radius: 15px;
    background-color: #9c98695e;
}
.noteTaskList::-webkit-scrollbar {
    width: 5px;
}
.noteTaskList::-webkit-resizer {
    background: #afafa9;
}
.notesPrefsDiv::-webkit-scrollbar-track {
    box-shadow: none;
    background: #2b2b2b00;
}
.notesPrefsDiv::-webkit-scrollbar-thumb {
    background: #efefef;
    border-radius: 15px;
    background-color: #9c98695e;
}
.notesPrefsDiv::-webkit-scrollbar {
    width: 5px;
}
.notesPrefsDiv::-webkit-resizer {
    background: #afafa9;
}
.overstriged {
    font-size: 1.4rem;
    color: #000000c1;
    text-decoration: line-through;
    opacity: 0.5;
}
.notecard {
    display: flex;
    gap: 1em;
    justify-content: flex-start;
    padding: 0.3rem;
}
.basicliststyle {
    font-size: 1.7rem;
    line-height: 1.1em;
    color: #000000c1;
}
.takenliststyle {
    font-size: 1.7rem;
    line-height: 1.1em;
    color: #200ceddd;
}
.othernotecard {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    gap: 0;
    margin-bottom: -2.5em;
    background: #a9a9a930;
    font-size: .8em;
    border-radius: 0.8em;
}
.othernotecardX {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    gap: 0;
    margin-bottom: 0.5em;
    background: #a9a9a930;
    font-size: .8em;
    border-radius: 0.8em;
}
.othertakenliststyle {
    font-size: 1.2rem;
    /* color: #3e3e3e; */
    color: #200ceddd;
    line-height: 1.1em;
    padding: 0.4em 0 0 0;
}
.takenusername {

}
.tocome {
    font-size: 1.4rem;
    color: #0f5903c1;
}
.note_delBtn {
    border: 2px solid #3e0101;
    background: transparent;
    border-radius: 1em;
    opacity: .6;
    font-size: 1.3rem;
    /* font-weight: 800; */
    color: #3e0101;
}
.note_disableBtn {
    border: 2px solid #04a304;
    background: transparent;
    border-radius: 1em;
    font-size: 1.5rem;
    color: #04a304;
}
.note_activateBtn {
    border: 2px solid #c7c700;
    background: transparent;
    border-radius: 2em;
    font-size: 1.1rem;
    padding: 0.13em 0.4em 0em 0.3em;
    color: #c7c700;
    position: absolute;
    inset: 4.5em auto auto auto;
    /* top: 50px;
    left: 7vw; */
}
.note_tocomeBtn {
    border: 2px solid #c7c700;
    background: transparent;
    border-radius: 2em;
    font-size: .8rem;
    padding: 0.3em 0.4em;
    color: #c7c700;
    position: absolute;
    inset: 4em auto auto auto;
    /* top: 50px;
    left: 20vw; */
}
.notecard button, .notecard span {
    align-self: baseline;
}
.notesHeaderText, button, .notecard span, .notesBtn, .usersList p, .tagsList p {
    cursor: pointer;
}
.isSharedList span {
    cursor: s-resize;
}
#tagcard {
    cursor: copy;
    font-size: 0.8rem;
    max-width: 143px;
}
.notseenMark {
    font-size: 1.7em;
    color: red;
    font-weight: 600;
    font-family: system-ui;
}
.notesForm {
    position: relative;
    z-index: 902;
    inset: auto auto 1em auto;
    align-self: center;
    padding: 1em;
    border-radius: 0 0 2em 2em;
    background: linear-gradient(
        1deg, #0000008f, transparent);
    height: -webkit-fill-available;
    /* margin-top: 10vh; */
    width: 95%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: .3em;
}
.notesForm input, .notesForm textarea {
    border-radius: 1em;
    padding: 0.1em .6em;
    border: none;
    width: 100%;
    line-height: 1.4em;
    font-size: 1rem;
}
.currentuser_noteform {
    font-size: .7rem;
    color: white;
    background: transparent;
    border: none;
    pointer-events: none;
}
#noteName {
    background: #ffffff9a;
}
.noteTextarea, .noteName, .noteaddBtn {
    background: #ffffff9a;
    resize: vertical;
}
.noteTextarea {
    height: 100%;
    min-height: 80px;
}
.notecontrolDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#currentuser_noteform {
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: 0.6vh;
}
.noteaddBtn, .notesaveBtn {
    padding: .5em;
    border-radius: 1em;
    border: none;
    font-size: 1.2rem;
    margin: .4em auto;
    text-align: center;
    align-self: center;
}
.notesaveBtn {
    padding: .5em;
    background-color: rgb(52, 133, 52);
    border-radius: 1em;
    border: none;
    font-size: 1.2rem;
    margin: .4em auto;
    text-align: center;
    align-self: center;
}
.notesaveBtnAct {
    padding: .5em;
    background-color: rgb(193 64 185);
    border-radius: 1em;
    border: none;
    font-size: 1.2rem;
    margin: .4em auto;
    text-align: center;
    align-self: center;
}
.notetakeBtn {
    padding: .5em;
    background-color: rgba(1, 3, 17, 0.885);
    color: rgb(168, 175, 218);
    border-radius: 1em;
    border: 0px solid rgb(168, 175, 218);
    font-size: 1.2rem;
    margin: .4em auto;
    text-align: center;
    align-self: center;
}
.shares-tags-div {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.notesList {
    width: 95%;
    max-width: 1000px;
    z-index: 901;
    place-self: center;
    background: #ffffff8f;
    min-height: 120px;
    margin: 0.3em;
    overflow-y: scroll;
    resize: none;
    padding: 0.5em;
    border-radius: 2em;
    scroll-behavior: smooth;
}
.usersList {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 999;
    top: 5em;
    left: 1.5em;
    right: unset;
    padding: 0.5em;    
    /* min-width: 270px; */
    line-height: .5rem;
    border-radius: 1em;
    /* inset: -20vh .5em auto auto; */
    background: #fefefee0;
    overflow: auto;
    height: 20vh;
}

.noteuntakeBtn {
    padding: 0.5em;
    background-color: rgb(255 255 255 / 10%);
    color: rgba(1, 3, 17, 0.885);
    border-radius: 1em;
    border: 2px solid rgba(1, 3, 17, 0.885);
    font-size: 1.2rem;
    margin: 0.4em auto;
    text-align: center;
    align-self: center;
}
.shareNoteBtn {
    padding: 0.5em;
    background-color: rgb(0 3 17 / 20%);
    color: rgb(15 131 157 / 89%);
    border-radius: 1em;
    border: 2px solid rgba(1, 69, 84, 0.885);
    font-size: 1.2rem;
    margin: 0.4em auto;
    text-align: center;
    align-self: center;
}
.addTagBtn {
    padding: 0.5em;
    background-color: rgb(0 3 17 / 20%);
    color: rgb(15 131 157 / 89%);
    border-radius: 1em;
    border: 2px solid rgba(1, 69, 84, 0.885);
    font-size: 1.2rem;
    margin: 0.4em auto;
    text-align: center;
    align-self: center;
}
.isSharedList {
    display: flex;
    flex-wrap: wrap;
    color: #efefef;
    font-size: .7rem;
    margin-left: 1em;
}
.isSharedList span {
    color: #efefef;
    font-size: .7rem;
    line-height: .7rem;
    border: 1px solid #efefef;
    border-radius: 0.5em;
    padding: 0.43em;
}
.sharedsign {
    font-size: 0.5rem;
    line-height: 1.4em;
    text-align: center;
    align-self: start !important;
    float: left;
    height: 13px;
    width: 33px;
    position: relative;
    margin-left: -45px;
    background: #fefefe38;
    border: 1px solid #000;
    color: #000;
    border-radius: 1em;
}
.noteTextareaDiv {
    display: unset;
    overflow-y: scroll;
    height: 100%;
    flex-direction: column-reverse;
    place-content: flex-end;
    margin-top: 2.5em;
    background: transparent;
    border-radius: 1em;
}
.noteTaskList {
    padding: 0.5em;
    font-size: .3rem;
    line-height: 1.5rem;
    min-height: -webkit-fill-available;
    min-width: -webkit-fill-available;
    background: #dbdbdbe6;
    border-radius: 3em;
}
.tagListCDiv {
    display: flex;
    flex-direction: row;
    z-index: 999;
}
.tagListDiv {
    display: flex;
    flex-direction: column;
    width: 12rem;
}
.taskListControl {
    display: flex;
    position: absolute;
    transform: translate(10px, -35px);
}
.taskListTrue {
    background: transparent;
    color: #00b024 !important;
    font-size: .8rem;
    margin: 0.5em;
    border: 3px solid #05ae27 !important;
    border-radius: 3em;
    padding: 1em 1em;
}
.taskListModeBtn {
    background: transparent;
    color: #fefefe;
    font-size: .8rem;
    max-height: 3.6em;
    margin: 0.5em;
    border: 3px solid #fefefe;
    border-radius: 3em;
    padding: 1em 1em;
}
.addTaskBtn {
    border: none;
    background: transparent;
    font-size: 2rem;
    cursor: pointer;
    color: #dbdbdb;
    width: 60px;
}
.delTaskBtn {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 2rem;
    position: relative;
    left: 94%;
    top: -1.5em;
    margin-bottom: -1.5em;
    color: #00000070;
}
#taskItem {
    cursor: pointer;
}
.taskItemactive {
    font-size: 1.4rem;
    color: #000000c1;
    text-decoration: unset;
    opacity: 1;
}
.taskItemdone {
    font-size: 1rem;
    color: #000000c1;
    text-decoration: line-through;
    opacity: 0.5;
}
.taskValue {
    line-height: .5em;
    height: fit-content;
    min-width: 240px;
    margin-top: 0.5rem;
    border: 1px solid #dbdbdb !important;
    background: transparent;
    color: #dbdbdb;
}
.taskList {
    display: flex;
    flex-direction: column;
    padding: .5em 3em;
}
.addNewTagBtn {
    border-radius: 1em;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.865);
}
.toSearchBtn {
    border-radius: 1em;
    position: relative;
    top: 0rem;
    left: -0.3rem;
    background: #040f68c7;
    color: #ffffff;
    border: 1px solid #040f68;
}
.tagsDiv {
    display: flex;
    flex-wrap: wrap;
    color: #efefef;
    font-size: .7rem;
    margin-left: 1em;
}
.tagSearchInput {
    background-color: #fefefe3a !important;
}
.tagsDiv span {
    color: #efefef;
    font-size: .7rem;
    line-height: .7rem;
    border: 1px solid #efefef;
    border-radius: 0.5em;
    padding: 0.43em;
    cursor: s-resize;
}
.relatedTr {
    border-radius: 1em;
    border: none;
    background:rgb(92, 235, 92);
    position: relative;
    top: -0.9rem;
    left: 105%;
    height: 0.8rem;
    width: 0.8rem;
    padding: 0.2rem;
    font-size: 0.8rem;
}
.relatedFa {
    border-radius: 1em;
    border: none;
    background:rgb(218, 20, 20);
    position: relative;
    top: -0.9rem;
    left: 105%;
    height: 0.8rem;
    width: 0.8rem;
    padding: 0.2rem;
    font-size: 0.8rem;
}
.tagsList {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 12rem;
    z-index: 998;
    top: 8.4rem;
    /* left: 1.5em;
    right: unset; */
    padding: 0.5em;    
    /* min-width: 270px; */
    line-height: .5rem;
    border-radius: 1em;
    /* inset: -20vh .5em auto auto; */
    background: #fefefee0;
    overflow: auto;
    height: 20vh;
}
@media (min-width: 800px) {
    .noteTextareaDiv {
        display: flex;
        height: 100%;
        flex-wrap: nowrap;
        flex-direction: unset;
        background: transparent;
        border-radius: 1em;
    }
    .noteTaskList {
        padding: 0.5em;
        min-width: 35%;
        font-size: .3rem;
        background: #dbdbdbe6;
        border-radius: 3em 0em;
    }
    .notesList {
        width: 95%;
        max-width: 1000px;
        z-index: 901;
        place-self: center;
        background: #ffffff8f;
        min-height: 120px;
        margin: 0.3em;
        overflow-y: scroll;
        resize: none;
        padding: 0.5em;
        border-radius: 2em;
        /* scroll-behavior: smooth; */
    }
    .usersList {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 6rem;
        left: unset;
        right: 1em;
        padding: 0.5em;
        border-radius: 1em;
        /* inset: auto -2em 6em auto; */
        background: #fefefee0;
        overflow: auto;
        height: 20vh;
    }
    .tagsList {
        display: flex;
        flex-direction: column;
        min-width: 6rem;
        position: absolute;
        width: 12rem;
        top: 8.4rem;
        /* left: unset;
        right: 1em; */
        padding: 0.5em;
        border-radius: 1em;
        /* inset: auto -2em 6em auto; */
        background: #fefefee0;
        overflow: auto;
        height: 20vh;
    }
    .note_tocomeBtn {
        /* left: 11vw; */
    }
    .showRemovedBtn {
        right: 7em;
    }
    .notesBtn {
        width: 5vw;
    }
    .closeformBtn {
        font-size: 3rem;
        text-align: center;
        width: 1em;
        padding: 0 .2em 0 .2em;
        background-color: transparent;
        border: none;
        color: #ffffff8f;
        position: absolute;
        top: 0px;
        right: 5px;
        /* top: -25px;
        right: -20px; */
    }
    /* .notesForm {
        height: 50vh;
        margin-top: 25vh;
        /* flex-direction: column-reverse; */
    } */
    .notecard {
        /* justify-content: center; */
    }
    .noteTextarea {
        min-height: 80px;
    }
    .notesForm input, .notesForm textarea {
        width: 100%;
    }
}