#bookmarksdiv{
    top: 5px;
    left: 1px;
    display: block;
    position: absolute;
    border-style: solid;
    border-color: white;
    border-radius: 1vh;
    margin-bottom:5px;
    width: 99.5%;
    height: 15%;
    align-self: center;
    overflow-y: hidden;
}
#parent{
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    position: absolute;
    width: 79%;
    max-height: 82%;
    left: 0px;
    top: 17%;
    overflow-Y: scroll; 
    border-radius: 1vh;
   }
#parent2{
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    position: absolute;
    width: 100%;
    max-height: 100%;
    left: 0px;
    top: 1%;
    overflow-Y: scroll; 
    border-radius: 1vh;
}
::-webkit-scrollbar {
    display: none;
}
#sidebar{
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 1vh;
    position: absolute;
    right: 0px;
    width: 20%;
    top: 17%;
    height: 82%;
    overflow: scroll;
}
#bookmarkp{
    position: relative;
    top: -12%;
    color: white;
    font-size: 170%;
}
.bookmarkicon{
    position: relative;
    width: 10%;
    height: 90%;
    top: -10%;
    /*padding: 2%;*/
    border-style: solid;
    border-radius: 20px;
    border-color: white;
    text-align: center;
    background-color: #5c5b5900;
    margin: 1%;
    display: inline-block;
}
#bookicon{
    position: absolute;
    height: 95%;
    width: 99%;
    top: 2%;
    left: 10%;
    white-space: nowrap;
}
.icon{
    position: relative;
    padding: 50px;
    border-style: solid;
    border-radius: 20px;
    border-color: white;
    text-align: center;
    vertical-align: center;
    background-color: transparent;
    width: 60px;
    min-height: 60px;
    margin: 10px;
    display: inline-block;
}
.icon2{
    position: relative;
    padding: 30px;
    border-style: solid;
    border-radius: 20px;
    border-color: white;
    text-align: center;
    vertical-align: center;
    background-color: transparent;
    width: 40px;
    min-height: 20px;
    margin: 10px;
    display: inline-block;
}
.iconlight{
    position: relative;
    padding: 50px;
    border-style: solid;
    border-radius: 20px;
    text-align: center;
    vertical-align: center;
    background-color: #ffffff;
    width: 60px;
    min-height: 60px;
    margin: 10px;
    display: inline-block;
}
.bookmark-icon {
    transform: scale(50%);
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-image: url('assets/bookmark.png'); /* Replace with your bookmark icon image */
    background-size: cover;
    background-color: white;
    border-radius: 100vh;
  }
#expandtlk2{
    position: relative;
    z-index: 4;
    margin-left: 0px;
    margin-top: 40vh;
    width: 1.5vw;
    height: 10vh;
    border-style: none;
    border-radius: 5px;
    padding: 3px;
    display: none;
}
#tlk2{
    position: absolute;
    z-index: 3;
    width: fit-content;
    min-width: 25vw;
    border-style: solid;
    background-color: whitesmoke;
    border-radius: 10px;
    height: 75%;
    margin: 50px;
    margin-left: 10px;
    margin-top: 0px;
    top: 10px;
    display: none;
}