body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0f0f0f;
}

.highlighted {
    background-color:yellow;
}

#leftdes {
    background: url('vault.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    left: 0px;
    top: 20px;
    right: 20px;
    width: 100%;
    height: 90%;
    border-radius: 10px;
    /* box-shadow: 10px 10px 20px black; */
    object-fit: cover;
    object-position: 25%;
}

.resultdiv {
    display: flex; 
    flex-direction:column; 
    align-items: center;
    width: 85%;
    margin: auto;
}

.title {
    padding: 10px;
    font-size: 20px;
    width: 80%;
    border-radius: 13px;
    margin-bottom: -1px;
    border: none;
    margin-top: 20px;
}
  
.results { 
    border-radius: 13px;
    resize: none;
    width: 80%; 
    height: 150px;
    margin-bottom: 20px;
    /* box-shadow: 10px 10px 20px black; */
    border: none;
    border-top: 1px solid #0f0f0f;
    resize: vertical;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 10px;
    display: none;
}

  
.results:active {
    border: 1px solid #00fefe;
}

.arrow {
    float: right;
    width: 20px;
    margin-top: 10px;
}
  
#header {
    background-color: #0f0f0f;
    height: 65px;
    border-bottom: #080808;
    color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    padding-left: 20px;
    z-index: 500;
    box-shadow: 10px 10px 20px black,  inset 0 -5px 5px -5px #00fefe;
}

#headerleft {
    display: flex; 
    flex-direction: row; 
    align-items: center;
}

#menuicon {
    width: 40px; 
}

#headerbtndiv {
    display: flex; 
    flex-direction: row; 
    align-items: center;
}


#title1 {
    margin-top: 20px;
}
  
#titlename, #titlenamelog {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 1500;
    font-size: 20px;
}

#menuheader {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid white;
    align-items: center;
    padding-bottom: 20px;
}

#backbtn {
    width: 25px;
    height: 100%;
    margin-right: 10px;
}

#backbtnver {
    z-index: 4000; 
    position: fixed;
    width: 25px;
    height: 30px;
}

#menucontents {
    margin-top: 20px;
    overflow-y: scroll;
    padding-bottom: 10px;
}

#menucontents::-webkit-scrollbar {
    display: none;
}

#copylink {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    width: 80%;
    text-align: center;
    margin-bottom: 8px;
}

#titlenamelog {
    font-size: 25px;
}

#titlesup {
    font-size: 12px;
}

#titlenamelog {
    margin-top: 10px;
    margin-left: 15px;
}

#menudiv {
    width: 60%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    background-color: #0f0f0f;
    color: white;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
    overflow-y: scroll;
}

#menudivright {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 40%;
    background-color: #0f0f0f;
    width: 100%;
    z-index: 300;
    display: none;
}

#unencimglog {
    width: 35px; 
    position: fixed;
    right: 20px;
    top: 20px;
    float: right;
}
  
#loginbtn, #qrbtn, #unencbtn, #newsection, #copylinkbtn, #next {
    background-color:rgb(24, 24, 24);
    color: white;
    border: none;
    box-shadow: 5px 5px 10px black;
    cursor: pointer;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


#unencdiv {
    display: none;
}

#unencbtn {
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
}
  
#loginbtn {
    margin-left: 10px;
}
  
#updatesave, #closeinfo, #copylinkbtn {
    border: none;
    background-color: #0f0f0f;
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

#collapse, #updatesavebtn {
    width: 18px;
}

/* #closeinfo {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 5px;
} */

#newsection {
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
  
#loginbtn:hover, #updatesave:hover, #qrbtn:hover, #unencbtn:hover, #newsection:hover, #closeinfo:hover {
    background-color:rgb(53, 53, 53);
}
  
#loginbtn:active, #updatesave:active, #qrbtn:active, #unencbtn:active, #newsection:active, #closeinfo:active {
    background-color:#00fefe;
    color: black;
    border: none;
}

#qrwrap {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left:  0px;
    right: -10px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    z-index: 1000;
}
  
#qrdiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(245, 245, 245);
    z-index: 1500;
    border-radius: 20px;
    padding: 20px;
    padding-top: 10px;
    line-height: 30px;
    border: 1px solid #00fefe;
    text-align:center;
}
  
#xqr {
    background-color: #0f0f0f;
    color: white;
    cursor: pointer;
    float: right;
    font-weight: 700;
    font-size: 15px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

#qrinputdiv {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#qrbtn {
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}

#bodycontents {
    /* background-color: #0f0f0f; */
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 80%;
    text-align: center;
    overflow-y: scroll;
    padding-top: 100px;
    padding-bottom: 25px;
    display: none;
}
  
#bodycontents::-webkit-scrollbar {
      display: none;
}
  
#logindiv {
    background-color:#0f0f0f;
    color: white;
    border: none;
    padding-left: 10px; 
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    overflow-y: visible;
    width: 300px;
    height: 500px;
    margin-top: 30px;
    display: inline-block;
    position: absolute;
    bottom: initial;
    right: initial;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

#logindiv::-webkit-scrollbar-track, #menudiv::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #1f1f1f;
}

#logindiv::-webkit-scrollbar, #menudiv::-webkit-scrollbar {
	width: 12px;
	background-color: #1f1f1f;
}

#logindiv::-webkit-scrollbar-thumb, #menudiv::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

#logintext {
    font-size: 30px;
}

#inputdiv {
    margin-top: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
#username {
    width: 200px;
    background-color:#0f0f0f;
    color: white;
    border: 1px solid white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
  
#key2 {
    width: 145px; 
    margin-bottom: 20px;
    background-color:#0f0f0f;
    color: white;
    border: 1px solid white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
}

#passcheck {
    width: 40px; 
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
  
#loginbtn {
    width: 250px; 
    margin-left: auto; 
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
}

#loginfooter {
    color: rgb(196, 196, 196);
    font-size: 12px;
    margin-top: 20px;
}
  
#loginicon {
    width: 25px; 
    display: none;
    margin-right: 10px;
}
  
#unencimg {
    width: 30px; 
}
  
#encrypted {
    width: 195px;
    border-radius: 15px;
    background-color:#0f0f0f;
    border: 1px solid white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
    margin-top: 20px;
    color: white;
    resize: none;
}
  
#footer {
    color: white;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 65px;
    box-shadow: -10px 10px 20px black,  inset 0 5px 5px -5px #00fefe;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 500;
    background-color: #0f0f0f;
}

@media screen and (min-width: 550px) {
    #leftdes {
        object-position: 20%;
    }

    #titlename {
        font-size: 25px;
    }

    #collapse, #updatesavebtn {
        width: 25px;
    }

    #searchbox {
        width: 150px; 
        font-size: 12px;
        margin-left: 20px;
    }

    #header {
        padding-left: 30px; 
        padding-right: 20px; 
    }

    #menudiv {
        width: 40%;
    }
}
  
@media screen and (min-width: 690px) {
    #logindiv {
        position: fixed;
        right: 0;
        top: 0;
        left: initial;
        transform: initial;
        bottom: 0px;    
        margin-top: 0px;
        border-radius: none;
        width: 40%;
        height: 100%;
    }

    #inputdiv {
        margin-top: 0px;
    }

    #leftdes {
        object-position: 25%;
        width: 51%;
        left: 20px;
    }

    #menudiv {
        width: 30%;
    }

    #encrypted {
        width: 195px;
    }
}

@media screen and (min-width: 850px) {
    #username {
        width: 300px;
    }

    #key2 {
        width: 245px;
    }

    #loginbtn {
        width: 350px;
    }

    #leftdes {
        object-position: 15%;
        width: 53%;
    }

    #encrypted {
        width: 300px;
    }
}
  
@media screen and (min-width: 1030px) {
    #leftdes {
        object-position: 15%;
        width: 55%;
    }

    #menudiv {
        width: 300px;
    }

    #encrypted {
        width: 310px;
    
    }
}
