#settings-container{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:column;align-items:flex-end}#settings-menu{display:flex;flex-direction:column;max-height:30rem;max-width:50rem;padding:1rem;margin-top:1rem;border-radius:1rem;background-color:rgb(var(--accent-color),.2)}#settings-title{margin:0 0 1.2rem;pointer-events:none;-webkit-user-select:none;user-select:none}/*! Settings Sections */.settings-items{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:2rem;margin:0 0 .5rem}.settings-items-text{margin:0 1rem 2px 0;font-weight:600;-webkit-user-select:none;user-select:none}/*! Text Inputs */.settings-input-text-option{background-color:rgba(var(--accent-color),.2);border:none;border-radius:.5rem;padding:6px;margin:0;width:7rem;cursor:pointer}.settings-input-text-option:focus,.settings-input-text-option:hover{outline:none;background-color:rgba(var(--accent-color),.3);transform:scale(1.1)}/*! Color Inputs */.settings-items-color-option{outline:none;border:none;background:none;padding:0;height:1.5rem;width:2rem;cursor:pointer}.settings-items-color-option:focus,.settings-items-color-option:hover{transform:scale(1.2)}/*! Select Elements */.settings-select-option{background-color:rgba(var(--accent-color),.2);border:none;border-radius:.5rem;outline:none;padding:6px;margin:0;width:7rem;cursor:pointer}.settings-select-option:hover{outline:none;background-color:rgba(var(--accent-color),.3);transform:scale(1.1)}/*! Background Image Input */.settings-file-input{display:none}#background-image-input-styled{padding:6px;width:7rem;border-radius:.5rem;text-align:center;font-size:.9rem;cursor:pointer;background-color:rgba(var(--accent-color),.2)}#background-image-input-styled:hover{background-color:rgba(var(--accent-color),.3);transform:scale(1.1)}/*! Reset to defaults */#reset-to-defaults{background-color:rgba(var(--accent-color),.2);border:none;border-radius:.5rem;height:1.5rem;width:90%;margin-top:1rem;margin-left:5%;margin-bottom:1.5%}#reset-to-defaults:hover{background-color:#ff00004d;color:red;transform:scale(1.1);cursor:pointer}/*! Search/Greeting Styles */main{position:absolute;top:32vh;left:50vw;transform:translate(-50vw);display:flex;flex-direction:column;align-items:center;width:100vw}#greeting{font-size:3rem;font-weight:700;text-align:center;max-lines:1;margin:0 0 2.8rem;text-shadow:0px 2px 5px rgba(0,0,0,.5);pointer-events:none;-webkit-user-select:none;user-select:none}#search-box-container{display:flex;flex-direction:row;background-color:rgba(var(--accent-color),.2);height:3.2rem;width:fit-content;max-width:80vw;padding:.9rem 1rem;border-radius:1rem;overflow:hidden}.focus{background-color:rgba(var(--accent-color),.3)}#search-text{color:rgb(var(--accent-color));outline:none;border:none;background:none;min-width:34rem;font-size:16px;margin:0 2rem 0 .8rem}#add-bookmark{position:absolute;right:-1rem;opacity:0}.show-add-bookmark{right:1rem!important;opacity:1!important}:root{--background-color: 0,0,0;--accent-color: 255,255,255;--text-color: 255,255,255}::selection{color:rgb(var(--background-color));background-color:rgb(var(--accent-color))}*{box-sizing:border-box;transition:all .5s ease}body{height:100vh;width:100vw;overflow:hidden;background-color:rgb(var(--background-color));margin:0}.text{color:rgb(var(--text-color));text-shadow:0px 0px 2px rgba(0,0,0,.5);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.text::placeholder{color:rgba(var(--text-color),.8);text-shadow:0px 0px 2px rgba(0,0,0,.5)}.icons{color:rgba(var(--accent-color));font-size:1.3rem;text-shadow:0px 0px 3px rgba(0,0,0,.5)}.special-effects{-webkit-backdrop-filter:blur(2rem) brightness(80%);backdrop-filter:blur(2rem) brightness(80%);box-shadow:0 2px 5px #00000080}/*! Animation related classes */.rotated{transform:rotate(-90deg)}.settings-closed{transform:translate(20rem);opacity:0}/*! Background Image */#background-image{object-fit:cover;position:absolute;top:0;left:0;height:100vh;width:100vw;border:none}.bookmark-box[data-v-df48f132]{border-radius:1rem;height:5rem;width:5rem;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--accent-color),.2)}.bookmark[data-v-df48f132]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0rem 1rem}.bookmark-title[data-v-df48f132]{width:5.5rem;text-align:center}.initial[data-v-df48f132]{font-size:2rem;pointer-events:none}#bookmarks-container[data-v-a59c0791]{height:fit-content;width:48rem;display:flex;flex-direction:row;align-items:flex-start;justify-content:center;margin-top:4rem;flex-wrap:wrap}
