html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.mainHeaderContainer {
    display: flex;
    justify-content: center;
}

.mainHeader {
    display: flex;
    background-color: rgb(64, 65, 99);
    color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    width: auto;
    margin: 50px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.26);
    text-shadow: 2px 2px 9px rgb(255, 174, 0);
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 3px;
}

#textArea {
    font-size: 20px;
    width: auto;
    outline: none;
    right: 0;
    top: 0;
    text-shadow: none;
}

/* INTRODUCTION LIST SECTION */
.introduction {
    display: flex;
    flex-direction: column;
}

.introduction .header {
    padding: 10px 0 10px 22px;
    margin: 20px 0 0 20px;
    font-weight: 900;
    background-color: rgba(126, 126, 126, 0.315);
    color: rgba(104, 53, 53, 0.925);
    border-radius: 20px 20px 0 20px;
    width: 155px;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.26);
    letter-spacing: 2px;
}

.emptySpace {
    padding: 5px 0 0 35px;
    margin: 0 0 0 30px;
    font-weight: 900;
    background-color: rgba(180, 180, 180, 0.527);
    width: 160px;
}

.emptySpace2 {
    display: flex;
    position: absolute;
    background-color: rgb(255, 255, 255);
    padding: 25px 10px 10px 20px;
    width: 20px;
    margin: 33px 0px 0px 197px;
    border-radius: 0 0 0 12px;
}

.listContainerBox {
    background-color: rgba(180, 180, 180, 0.527);
    border-radius: 0 20px 20px;
    margin: 0 10px 50px 30px;
    padding: 15px 0 20px 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
}

.listContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 850px) {
    .listContainer {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 580px) {
    .listContainer {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 1900px) {
    .listContainer {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

.introduction a {
    text-decoration: none;
    color: black;
    transition: 0.2s ease-in-out;
}

.introduction ol {
    padding: 10px 0 0 50px;
    margin: 0;
}

.introduction a:hover {
    color: blue;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
    letter-spacing: 0.75px;
}

.list {
    padding: 0;
    margin: 7px 100px 10px 10px;
    word-spacing: 5px;
    letter-spacing: 0.7px;
}

.addNotesButton {
    border-radius: 15px;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 10px 22px 0 0;
    padding: 6px 9px;
    font-size: 12px;
    box-shadow: 0 0 5px 1px rgba(135, 158, 137, 0.753), inset 0 0 1px 1px rgba(146, 168, 152, 0.651);
    background-color: rgb(18, 94, 28);
    color: rgb(255, 255, 255);
    float: right;
    width: 85px;
    height: 26px;
    transition: 0.2s ease-in-out;
    position: relative;
}

.addNotesButton:hover {
    box-shadow: 0 0 5px 1px rgb(136 198 255 / 90%);
    background-color: rgb(27 109 253);
    padding: 6px 11px;
    color: white;
    width: 90px;
    transition: 0s ease-in-out;
}

.addNotesButton.clicked {
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.479), inset 0 0 5px -1px rgb(146, 168, 152, 0.651);
    padding: 13px 13px;
    border-radius: 15px 15px 0 0;
    background: 5px url(images/remove_icon.svg);
    background-color: rgb(110, 18, 18);
    background-size: 20px;
    background-repeat: no-repeat;
    font-size: 0;
    width: 30px;
    transition: 0.2s ease-in-out;
}


.addNotesButton.clicked:hover {
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.541), inset 0 0 5px -1px rgb(146, 168, 152, 0.651);
    padding: 7px 12px 6px 29px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    width: 90px;
    transition: 0.2s ease-in-out;
    font-weight: bold;
    background: 10px url(images/remove_icon.svg);
    background-repeat: no-repeat;
    background-color: rgb(110, 0, 0);
    background-blend-mode: lighten;
    background-size: 18px;
}



/* ADD NOTES SECTION IN INTRODUCTION */
.inputBoxParent {
    display: flex;
    margin: 37px 0 1px;
}

.inputBoxContainedContainer {
    display: grid;
    margin: 0;
    justify-content: end;
    box-sizing: border-box;
    width: 100vw;
    overflow: auto;
    justify-content: end;
    padding-top: 0px;
}




.inputBoxContainer {
    position: relative;
    left: 0px;
    background-color: rgba(73, 63, 64, 0.616);
    border-radius: 10px;
    margin: 0px 22px;
    padding: 0 20px 0 20px;
    transition: all 0.3s ease-in-out;
    justify-content: end;
    flex-grow: 1;
}

.hidden7 {
    background-color: rgba(73, 63, 64, 0.616);
    border-radius: 10px 0 10px 10px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.26);
    flex-direction: column;
    margin: 0px 22px 0 35px;
    padding: 10px 20px 0 20px;
    transition: all 0.3s ease-in-out;
    overflow: auto;
    box-sizing: border-box;
}





.inputTitle {
    padding: 0px;
    margin: -36px 68px 0px 200px;
    background-color: rgba(180, 180, 180, 0.527);
    color: rgba(180, 180, 180, 0.527);
    border-radius: 20px 20px 0 20px;
    width: 2px;
    font-size: 0;
    transition: all 0.3s ease-in-out;
}

.hidden4 {
    margin: 0 0 5px 0;
    padding: 3px 0 5px 15px;
    margin: 20px 0 0 0;
    font-weight: 900;
    background-color: rgba(243, 250, 240, 0.541);
    color: rgba(104, 53, 53, 0.925);
    border-radius: 20px 20px 0 20px;
    width: 115px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.384);
    letter-spacing: 0.5px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

textarea {
    padding: 0px;
    margin: 0 0 0 83px;
    border: none;
    height: 0;
    background-color: rgb(0, 0, 0);
    transition: all 0.3s ease-in-out;
    width: 0vw;
    right: -100px;
    top: 6px;
    position: relative;
}

.hidden3 {
    padding: 15px;
    border: none;
    border-radius: 0 10px 10px;
    box-shadow: 2px 2px 10px 1px rgba(122, 74, 74, 0.493);
    background-color: rgba(0, 0, 0, 0.479);
    margin: 0 -36px 0 54px;
    border: none;
    height: 100px;
    letter-spacing: 1px;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease-in-out;
    width: 35vw;
    position: relative;
    right: 33px;
    top: 0px;
    outline: none;
}


input {
    padding: 0px;
    margin: 0 0 0 83px;
    border: none;
    height: 0;
    background-color: rgb(0, 0, 0);
    transition: all 0.3s ease-in-out;
    width: 0vw;
    right: -96px;
    top: -7px;
    position: relative;
}

.hidden2 {
    padding: 15px;
    border-radius: 0 10px 10px;
    box-shadow: 2px 2px 10px 1px rgba(122, 74, 74, 0.493);
    background-color: rgba(0, 0, 0, 0.479);
    margin: 0 36px 0 54px;
    border: none;
    height: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease-in-out;
    width: 35vw;
    position: relative;
    right: 33px;
    top: 0px;
    outline: none;
}




.textareaAndButton {
    right: 52px;
    display: table-caption;
    position: relative;
    margin: 0 39px 0 54px;
}




.hidden6 {
    color: rgb(255, 255, 255);
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}




input:hover,
textarea:hover {
    box-shadow: 2px 2px 8px 1px rgb(4, 26, 2) !important;
    margin-left: 50px;
    transition: all 0.3s ease-in-out;
}






.addButton {
    width: 0px;
    border-radius: 0 0 10px 15px;
    border: none;
    cursor: pointer;
    letter-spacing: 1.5px;
    transition: all 0.4s ease-in-out;
    padding: 0px;
    font-size: 0px;
    background-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    float: right;
    justify-content: center;
    margin: 54px -128px 0 0;
}

.hidden5 {
    display: flex;
    width: 70px;
    border-radius: 0 0 10px 15px;
    border: none;
    cursor: pointer;
    letter-spacing: 1.5px;
    transition: all 0.3s ease-in-out;
    padding: 5px 8px;
    font-size: 13px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.562), inset 0 0 1px 1px rgba(65, 88, 71, 0.651);
    background-color: rgb(46, 112, 39);
    color: white;
    float: right;
    justify-content: center;
    margin: -3px -2px 20px 0;
}



.inputBoxContainer Button:hover {
    color: rgb(0 0 0);
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.562), inset 0 0 1px 1px rgba(65, 88, 71, 0.651);
    background-color: rgb(0, 119, 255);
    padding: 6px 10px;
    color: white;
    letter-spacing: 2px;
}



/* PARAGRAPH CONTAINER SECTION */
.introHeader {
    background-color: rgba(209, 209, 209, 0.555);
    padding: 8px 50px 8px 20px;
    border-radius: 20px;
    font-size: 16px;
    margin: 10px 10px 0 20px;
    text-align: left;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    letter-spacing: 0.7px;
    word-spacing: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
}

.paragraphContainer {
    display: flex;
    flex-direction: column;
}

p {
    background-color: rgba(146, 169, 180, 0.342);
    padding: 0;
    color: rgb(61, 32, 32);
    font-size: 0;
    margin: 0 10px 0 30px;
    transition: all 0.3s ease-in-out;
    word-spacing: 3px;
    letter-spacing: 0.6px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
}

p button {
    margin: 0;
    border-radius: 10px;
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    flex-direction: column;
}


p .goTop {
    display: flex;
    float: right;
}

.hidden {
    margin: 0 11px 1px 30px;
    border-radius: 0 0 10px 10px;
    padding: 15px 50px 9px 20px;
    font-size: 16px;
    line-height: 25px;
}

.hidden button {
    float: right;
    margin: 10px -2px 0px 10px;
    padding: 10px;
}


.introHeaderContainer:hover .introHeader {
    display: block;
    position: relative;
    margin: 15px 10px 0 15px;
    border-radius: 20px 20px 0;
    background-color: rgba(126, 126, 126, 0.308);
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
}

.introHeaderContainer:hover .hidden {
    border-radius: 0 0 10px 10px;
}

html:hover p {
    border-radius: 5px 5px 10px 10px;
}

.highlight {
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(255, 217, 0, 0.514);
}

.buttonContainer {
    display: block;
}

.deleteNotesButton {
    padding: 0px 8.5px;
    border: none;
    border-radius: 50%;
    background: 2px url(images/remove_icon.svg);
    background-color: rgba(0, 0, 0, 0.178);
    background-size: 13px;
    background-repeat: no-repeat;
    transition: 0.2s ease-in-out;
    margin-left: 5px;
    cursor: pointer;
}

.deleteNotesButton:hover {
    box-shadow: 0 0 6px 1px rgba(110, 18, 18, 0.897);
    transition: 0.2s ease-in-out;
    background: 2px url(images/remove_icon_hover.svg);
    background-size: 13px;
    background-color: transparent;
}

.addNotesMiniButton {
    padding: 0px 8.5px;
    border: none;
    border-radius: 50%;
    background: -9px url(images/add-icon.svg);
    background-color: rgba(0, 0, 0, 0.178);
    background-size: 35px;
    background-repeat: no-repeat;
    transition: 0.2s ease-in-out;
    margin-left: 5px;
    cursor: pointer;
}

.addNotesMiniButton:hover {
    box-shadow: 0 0 6px 1px rgba(20, 78, 112, 0.897);
    transition: 0.2s ease-in-out;
    background: -9px url(images/add-icon-hover.svg);
    background-size: 35px;
    background-color: transparent;
}


.itemContainer {
    position: absolute;
    display: inline-flex;
}

.items {
    display: flex;
    flex-direction: column-reverse;
}

.toolTipContainer {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
}

.toolTip {
    color: rgba(255, 255, 255, 0.877);
    position: absolute;
    background-color: rgb(104, 104, 104);
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 2px;
}


.tempButton {
    background: -65px url(images/back.svg);
    background-color: rgba(0, 0, 0, 0.37);
    background-size: 150px;
    background-repeat: no-repeat;
    transition: 0.2s ease-in-out;
}

.tempButton:hover {
    background: -75px url(images/back-hover.svg);
    background-color: rgba(255, 255, 255, 0.521);
    background-size: 170px;
    background-repeat: no-repeat;
    box-shadow: 0 0 6px 1px rgba(20, 78, 112, 0.897);
}

.goTop {
    background: -120px url(images/top.svg);
    background-color: rgba(0, 0, 0, 0.37);
    background-size: 260px;
    background-repeat: no-repeat;
    transition: 0.2s ease-in-out;
}

.goTop:hover {
    background: -125px url(images/top-hover.svg);
    background-color: rgba(255, 255, 255, 0.521);
    background-size: 270px;
    background-repeat: no-repeat;
    box-shadow: 0 0 6px 1px rgba(20, 78, 112, 0.897);
}

.topBackItemContainer {
    display: flex;
    float: inline-end;
    flex-direction: row-reverse;
    margin-right: -40px;
}


.edit-container {
    display: block;
    background-color: rgb(73, 63, 64);
    border-radius: 10px 0 10px 10px;
    box-shadow: 0 0 25px 5px rgb(14 25 30 / 57%);
    flex-direction: column;
    padding: 5px;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    width: 300px;
    height: 200px;
    overflow-x: hidden;
    position: absolute;
    z-index: 1000;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.edit-container::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.edit-container {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


.draggableArea {
    width: 300px;
    height: 27px;
    position: absolute;
    margin: -5px;
    cursor: move;
}

.removeContainer {
    margin: -5px 0px 0 275px;
    border-radius: 0 0 0 70%;
    background: 4px 1px url(images/remove_icon.svg);
    background-color: rgb(112, 112, 112);
    background-size: 15px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    transition: 0.2s ease-in-out;
    position: absolute;
    cursor: pointer;
}

.removeContainer:hover {
    background-color: rgb(110, 18, 18);
    box-shadow: -1px 1px 5px 0px rgba(153, 153, 153);
}

.editTitleHeading {
    padding: 0 5px 0 5px;
    margin: 0;
    margin-left: 5px;
    margin-top: 5px;
    font-weight: 900;
    background-color: rgb(190 241 245 / 79%);
    color: rgba(104, 53, 53, 0.925);
    border-radius: 10px 10px 0 10px;
    width: fit-content;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.384);
    letter-spacing: 0.5px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}

#editTitle {
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 2px 2px 10px 1px rgba(122, 74, 74, 0.493);
    background-color: rgba(0, 0, 0, 0.479);
    margin-left: 50px;
    margin-bottom: 4px;
    border: none;
    height: 12px;
    font-weight: bold;
    color: #d9d9d9;
    transition: all 0.3s ease-in-out;
    width: 240px;
    position: relative;
    right: 33px;
    top: 0px;
    outline: none;
}



.editContentAndButton {
    right: 52px;
    display: table-caption;
    position: relative;
    margin-left: 50px;
}

.paragraphs {
    float: right;
    color: #85b8bb;
    margin: -16px 50px 0 0;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 10px;
    background-color: transparent;
}

.addMoreButtons {
    margin: -16px -8px 0 232px;
    border-radius: 10px;
    background: -11px url(images/add-icon.svg);
    background-repeat: no-repeat;
    background-size: 33px;
    border: 2px solid transparent;
    position: absolute;
    height: 11px;
    width: 11px;
    z-index: 500;
    cursor: pointer;
}

.addMoreButtons:hover {
    background: -11px url(images/add-icon-hover.svg);
    background-size: 33px;
    box-shadow: 0 0 6px 2px rgba(0, 83, 131, 0.897);
    background-color: rgba(255, 255, 255, 0.719);
}

.addTopBelowButton {
    float: right;
    color: #000000;
    margin: -19px -27px 0 -115px;
    padding: 2px 8px;
    font-size: 10px;
    border-radius: 10px;
    background-color: #f57e7e;
    border: none;
    border-bottom: 1px solid;
    position: relative;
    display: none;
    cursor: pointer;
}

.addTopBelowButton:hover {
    background-color: #ff8585;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.897);
    z-index: 1;
}

.addOnTopButton {
    margin-top: -35px;
}

.deleteButtons {
    float: right;
    margin: -16px 0 0 0;
    padding: 6px 6px;
    border-radius: 10px;
    background: 0px url(images/remove_icon.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    border: 2px solid transparent;
    position: relative;
    cursor: pointer;
}

.deleteButtons:hover {
    background: 0px url(images/remove_icon_hover.svg);
    background-size: 12px;
    box-shadow: 0 0 6px 1px rgba(112, 20, 20, 0.897);
    background-color: rgba(255, 255, 255, 0.719);
}


.editContent {
    padding: 8px;
    border: none;
    border-radius: 0 5px 5px;
    box-shadow: 2px 2px 10px 1px rgba(122, 74, 74, 0.493);
    background-color: rgba(0, 0, 0, 0.479);
    margin: 0 -36px 20px 51px;
    border: none;
    height: 85px;
    font-weight: bold;
    color: #d9d9d9;
    transition: all 0.3s ease-in-out;
    width: 240px;
    position: relative;
    right: 33px;
    top: 0px;
    outline: none;
}

#submitEdit {
    display: flex;
    width: fit-content;
    border-radius: 0 0 5px 10px;
    border: none;
    cursor: pointer;
    letter-spacing: 1.5px;
    transition: all 0.3s ease-in-out;
    padding: 3px 5px;
    font-size: 12px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.562), inset 0 0 1px 1px rgba(65, 88, 71, 0.651);
    background-color: rgb(46, 112, 39);
    color: white;
    float: right;
    justify-content: center;
    margin: -23px -2px 10px 0;
    cursor: pointer;
}

#submitEdit:hover {
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.562), inset 0 0 1px 1px rgba(65, 88, 71, 0.651);
    background-color: rgb(0, 135, 227);
}



.placeholder-red {
    box-shadow: 2px 2px 10px 1px rgb(255 0 0 / 18%) !important;
    background-color: rgba(108, 50, 50, 0.500) !important;
    outline: none !important;
}

.placeholder-red::placeholder {
    color: rgb(65, 0, 0) !important;
}