﻿
body {
    image-rendering: optimizeQuality;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    height: auto;
    margin: 0;
    background: url('') no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
    cursor: default;
}

body.loading-cursor {
    cursor: progress !important;
}

.navbar {
    overflow: visible; /* allow icons to overflow visually */
    position: fixed; /* keep navbar fixed to viewport bottom */
    left: 50%;
    transform: translateX(-50%); /* center horizontally */
    display: flex;
    bottom: 0;
    z-index: 10;
    width: fit-content;
    height: 50px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    animation: sliderightdiv;
    animation-duration: 2s;
    background-color: rgba(255, 255, 255, .15);  
    backdrop-filter: blur(5px);
}

h1{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

h2{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

h3{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.sloadbar{
    width: 50%;
    height: 30px;
    background: linear-gradient(red, black);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, .5) 5px 5px;
    animation: sloadbar;
    animation-duration: 7s;
    position: absolute;
    left: 25%;
    bottom: 100px;
}

.so4icon{
    width: 500px;
    position: absolute;
    top: calc(50% - 250px);
    bottom: calc(50% - 250px);
    left: calc(50% - 250px);
    right: calc(50% - 250px);
    animation: zoomfade;
    animation-duration: 3s;
}

#close:hover{
    cursor: pointer;
}

#fullscreen:hover{
    cursor: pointer;
}

#minimizebutt:hover{
    cursor: pointer;
}

#videolist{
    width: 100%;
    height: fit-content;
    margin: 5px;
    overflow: hidden;
}

.vthumb {
    width: 350px;
    height: 150px;
    border-radius: 15px;
    margin: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2.5px 2.5px 2.5px;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}
.vthumb:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 5px 5px; 
    transform: scale(1.10);
    border-radius: 25px;
    backdrop-filter: blur(25px);
}

.appopt{
    width: 15%;
    height: 15%;
    z-index: 10;
    box-shadow: 5px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    color: white;
}

#bottom-button {
    border-style: solid;
    font-family: Arial, Helvetica, sans-serif;
    height: 50px;
}

.desktopicon{
    width: 75px;
    height : 75px;
    border-radius: 15px;
    background-repeat: no-repeat;
    position: absolute;
    box-shadow: rgba(0, 0, 0, .5)5px 5px 5px;
    background: rgba(0, 0, 0, .25);
}
.desktopicon:hover{
    background: rgba(255, 0, 0, 0.25);
}

#actiondiv{
    width: fit-content;
    height: 50px; 
}

/*#actiondiv:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(10px);
}*/

#hoursel{
    width: 50px;
    height: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

#minutesel{
    width: 50px;
    height: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.appdiv{
    width: fit-content;
    height: 50px;
    display: inline;
}

.appdiv-left-right{
    height: fit-content;
    width: 50px;
    display: inline;
}

.funcdiv{
    width: fit-content;
    height: 50px;
    display: inline;
}

.funcdiv-lr{
    height: fit-content;
    width: 50px;
    display: inline;
}

.pinneddiv{
    width: fit-content;
    height: 50px;
    display: inline;
}

.pinneddiv-lr{
    height: fit-content;
    width: 50px;
    display: inline;
}

#minimized{
    width: fit-content;
    height: 50px;
}

.miniicon {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    z-index: 100;
    animation: zoomfade;
    animation-duration: 2s;
    margin-left: 5px;
    margin-right: 5px;
    top: 5px;
    bottom: 5px;
    background-color: rgba(134, 0, 0, 0.664);
    box-shadow: rgba(255, 0, 0, .5) 0 0 7px;
}
.miniicon:hover{
    z-index: 100;
    transform: scale(1.25);
    box-shadow: rgba(255, 0, 0, .5) 0 0 8px 2px;
}

.rightdiv{
    position: absolute;
    width: fit-content;
    margin: 10px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    z-index: 10000;
    animation: sliderightdiv;
    animation-duration: 2s;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.rightdiv-left{
    position: absolute;
    width: fit-content;
    margin: 10px;
    height: 50px;
    left: 10px;
    bottom: 10px;
    z-index: 10000;
    animation: sliderightdiv;
    animation-duration: 2s;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

#rightcon{
    position: absolute;
    width: fit-content;
    height: 400px;
    right: 10px;
    bottom: 60px;
    animation: sliderightcon;
    animation-duration: 2s;
    color: white;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, .2) 0 0 5px 5px;
    backdrop-filter: blur(15px);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.rightcon{
    position: absolute;
    width: fit-content;
    margin: 10px;
    height: 400px;
    right: 80px;
    bottom: 80px;
    animation: slightrightcon;
    animation-duration: 2s;
    color: white;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, .2) 0 0 5px 5px;
    backdrop-filter: blur(15px);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.rightcon-left{
    position: absolute;
    width: fit-content;
    margin: 10px;
    height: 400px;
    left: 80px;
    bottom: 80px;
    animation: slightrightcon;
    animation-duration: 2s;
    color: white;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, .2) 0 0 5px 5px;
    backdrop-filter: blur(15px);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}


.rightcon input[type='range']{
    width: 100%;
    height: 50px;
}

.rightcon button{
    margin: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

input[type="range"]::-webkit-slider-runnable-track {
    background: rgba(162, 162, 162, 0.513);
    border-radius: 25px;
    border: none;
    box-shadow: rgba(0, 0, 0, .2) 0 5px 5px;
    backdrop-filter: blur(15px);
}

input[type="range"]::-moz-range-track {
    background: rgba(162, 162, 162, 0.513);
    border-radius: 25px;
    border: none;
    box-shadow: rgba(0, 0, 0, .2) 0 0 5px 5px;
}

input[type="range"]::-webkit-slider-thumb {
    background: rgba(255, 255, 255, 0.099);
    border-radius: 25px;
    border: none;
    box-shadow: rgba(0, 0, 0, .2) 0 0 5px 5px;
    backdrop-filter: blur(15px);
}

input[type="range"]::-moz-range-thumb {
    background: rgba(255, 255, 255, 0.099);
    border-radius: 25px;
    border: none;
    box-shadow: rgba(0, 0, 0, .2) 0 0 5px 5px;
    backdrop-filter: blur(15px);
}

.datetime{
    border: none;
    outline: none;
    cursor: pointer;
    margin-bottom: 10px;
    z-index: 10000;
    animation: zoomfade;
    animation-duration: 2s;
    margin-left: 10px;
    margin-right: 10px;
    top: 5px;
    bottom: 5px;
    box-shadow: rgba(0, 0, 0, .25) 0 0 2.5px 2.5px;
    backdrop-filter: blur(25px);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
  } .datetime:hover {
    background: rgba(255, 0, 0, 0.5);
    box-shadow: rgba(0, 0, 0, .5) 0 0 2.5px 2.5px;
    transform: scale(1.10);
  }

.notifbody {
    width: 400px;
    height: 200px;
    resize: none;
    position: absolute;
    top: 20px;
    right: 20px;
    animation: zoomfade; 
    animation-duration: .5s;
    z-index: 10;
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    border-style: none;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, .5) 0 5px 5px 5px;
    text-align: center;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    background: inherit;
    background-color: rgba(31, 31, 31, 0.15);  
    backdrop-filter: blur(5px);
    transition: top 0.3s ease;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.notifcontrol{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
}

.notifbutt{
    width: 40%;
    height: 30px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notifcontain{
    position: fixed;
    bottom: 80px;
    right: 10px;
    top: 10px;
    height: calc(100vh - 80px);
    width: 440px;
    z-index: 10000;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: auto;
    backdrop-filter: blur(25px);
    border-radius: 25px;
    box-shadow: rgba(0,0,0,0.5) 0 0 2.5px 2.5px;
    display: block;
    animation: slidenotifs;
    animation-duration: 2s;
}

.notifcontain-left{
    position: fixed;
    bottom: 80px;
    left: 80px;
    top: 10px;
    height: calc(100vh - 80px);
    width: 440px;
    z-index: 10000;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: auto;
    backdrop-filter: blur(25px);
    border-radius: 25px;
    box-shadow: rgba(0,0,0,0.5) 0 0 2.5px 2.5px;
    display: block;
    animation: slidenotifs;
    animation-duration: 2s;
}

.menu {
    width: 200px;
    height: fit-content;
    z-index: 40000;
    position: fixed;
    box-shadow: 5px;
    display: none;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 7.5px 7.5px;
    border-radius: 25px;
    text-align: left;
    cursor: context-menu;
    animation: zoomfade;
    animation-duration: .5s;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(5px);
}

.menu:active{
    cursor: pointer;
}

.menubutton {
    width: 200px;
    height: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}
.menubutton:hover{
    background: inherit;
    border-radius: 20px;
    transform: scale(1.15);
    backdrop-filter: blur(25px);
}

.navbar {
    overflow: hidden;
    position: fixed;
    display: flex;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    width: fit-content;
    height: 60px;
    box-shadow: rgba(0, 0, 0, .2) 0 2.5px 2.5px 2.5px;
    border-radius: 15px;
    animation: slidenavbar;
    animation-duration: 2s;
    backdrop-filter: blur(25px);
}

.navbar-left {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    animation: slideleftnav;
    animation-duration: 1s;
    display: flex;
    flex-direction: column;
    width: 60px;
    height: fit-content;
    max-height: calc(100vh);
    backdrop-filter: blur(25px);
    box-shadow: rgba(0, 0, 0, .2) 0 2.5px 2.5px 2.5px;
    border-radius: 15px;
    z-index: 10000;
    justify-content: center;
}

.navbar-right {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    width: 60px;
    height: fit-content;
    max-height: calc(100vh);
    backdrop-filter: blur(25px);
    box-shadow: rgba(0, 0, 0, .2) 0 2.5px 2.5px 2.5px;
    border-radius: 15px;
    z-index: 10000;
    justify-content: center;
}


.logbar {
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 25px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    animation: slidelogbar;
    animation-duration: 2s;
}

.logininput{
    border-radius: 25px; 
    border-style: none; 
    background: rgba(0,0,0,0); 
    margin: 10px;
    width: 75%; 
    height: 70px; 
    font-size: 50px; 
    z-index:10; 
    animation:zoomfade; 
    animation-duration: 2s;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.loginbutt{
    border-radius: 25px; 
    border-style: none; 
    box-shadow: rgba(0, 0, 0, .5)5px 5px 5px; 
    background: rgba(0,0,0, .25); 
    width: 200px; 
    height: 60px; 
    margin: 10px;
    font-size: 40px; 
    z-index:10; 
    animation:zoomfade; 
    animation-duration: 2s;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.loginbutt:hover{
    box-shadow: rgba(0, 0, 0, .5)10px 10px 10px;
    background-color: rgba(255, 0, 0, 0.5);
}

.appicon {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: inherit;
    margin-bottom: 10px;
    z-index: 100;
    animation: zoomfade;
    animation-duration: 2s;
    margin-left: 5px;
    margin-right: 5px;
    top: 5px;
    bottom: 5px;
}

.appicon:hover{
    z-index: 100;
    transform: scale(1.25);
    box-shadow: rgba(0,0,0,0.25) 0 5px 5px 5px;
    backdrop-filter: blur(25px);
}

.funcicon {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    z-index: 100;
    animation: zoomfade;
    animation-duration: 2s;
    margin-left: 10px;
    margin-right: 10px;
    top: 5px;
    bottom: 5px;
    box-shadow: rgba(0, 0, 0, .25) 0 0 2.5px 2.5px;
}

.funcicon:hover{
   background-color: rgba(255, 0, 0, 0.5);
}


.deskgrid{
    width: 100%;
    height: 100%;
    z-index: 10;
    display: grid;
    grid-auto-rows: max-content;
}

.deskgrid .appicon {
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    /*background-color: rgba(0,0,0,0.5);*/
    box-shadow: rgba(0, 0, 0, .2) 0 0 2.5px 2.5px;
    margin-bottom: 30px;
    margin-top: 30px;
    z-index: 10;
    animation: zoomfade;
    animation-duration: 2s;
    margin-left: 30px;
    margin-right: 30px;
    top: 5px;
    bottom: 5px;
    order: 0;
}

.deskgrid.edit-mode .appicon {
    order: initial; /* ensures DOM order controls grid position */
}

.deskicon:hover{
    z-index: 100;
    transform: scale(1.25);
    box-shadow: rgba(0,0,0,0.6) 0 5px 5px 5px;
    backdrop-filter: blur(25px);
}

.vidplay{
    width: 90%;
    height: 90%;
    margin: 10px;
    border-radius: 25px;
}

.uesricon {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, .5)2.5px 2.5px 2.5px;
    background: rgba(0, 0, 0, .25);
    animation: zoomfade;
    animation-duration: 2s;
}

/* Custom tooltip - betaOS style */
.custom-tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(15px);
    color: white;
    text-shadow: rgba(0, 0, 0, .2) 0 0 5px 5px;
    padding: 8px 12px;
    border-radius: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    pointer-events: none;
    z-index: 50000;
    opacity: 0;
    transition: opacity 0.2s ease;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.topnav {
    color: white;
    background-color: #333;
    z-index: 9;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.25);
    box-shadow: rgba(0, 0, 0, .5) 0 2.5px 2.5px 2.5px;
    display: inline-block;
    animation: slidetopbar;
    animation-duration: 2s;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.backgroundoption {
    width: 200px;
    height: 75px;
    border-radius: 15px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2.5px 2.5px 2.5px;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}
.backgroundoption:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 5px 5px; 
    transform: scale(1.10);
    border-radius: 25px;
    backdrop-filter: blur(25px);
}

.notebody{
    background-color: rgba(255, 217, 0, 0.75);
    box-shadow: rgba(0, 0, 0, .25) 0 2.5px 2.5px 2.5px;
    position: absolute;
    animation: zoomfade;
    animation-duration: 2s;
    resize: both;
    border-style: none;
    display: flex;
    flex-direction: column;
    background: inherit; 
    backdrop-filter: blur(15px);
     min-width: 250px;
     /* Use a concrete min-height in pixels so children using calc()/inset
         have a reliable reference immediately when the note is created. */
     min-height: 250px;
    top: 40%;
    left: 45%;
    overflow: hidden;
    /* Reserve space for the native resize handle so the textarea doesn't
       intercept pointer events and block resizing the container. */
    padding-bottom: 24px;
}

.noteheader {
    padding: 10px;
    z-index: 10;
    color: white;
    background: rgba(255, 217, 0, 0.5);
    height: 40px;
    text-shadow: rgba(0, 0, 0, 0.5) 2.5px 2.5px 2.5px;
    display: block;
}.noteheader:hover{
    cursor: grab;
}.noteheader:active{
    cursor:grabbing;
}


.notetxt{
    /* Absolutely position the textarea inside the note so it
       matches the note body size immediately at creation. */
    position: absolute;
    left: 0;
    right: 0;
    /* header height (40px) + header vertical padding (10px top + 10px bottom) = 60px */
    top: 60px;
    /* leave space at bottom for resize handle */
    bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(255, 217, 0, 0.75);
    /*box-shadow: rgba(0, 0, 0, 0.25) 2.5px 2.5px 2.5px;*/
    color: black;
    font-size: 20px;
    border: none;
    outline: none;
    resize: none; /* keep resizing controlled by the note container */
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.codetxt{
    
    /* Absolutely position the textarea inside the note so it
       matches the note body size immediately at creation. */
    position: absolute;
    left: 0;
    right: 0;
    /* header height (40px) + header vertical padding (10px top + 10px bottom) = 60px */
    top: 60px;
    /* leave space at bottom for resize handle */
    bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.75);
    /*box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 5px;*/
    color: black;
    font-size: 20px;
    border: none;
    outline: none;
    resize: none; /* keep resizing controlled by the note container */
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.usercard{
    width: 100%;
    height: 75px;
    border-radius: 15px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    background:rgba(0, 0, 0, .5);
    box-shadow: rgba(0, 0, 0, 0.25) 0 2.5px 2.5px 2.5px;
}

.usernametxt{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.userpic{
    width: 60px;
    height: 60px;
    float: left;
    margin: 5px;
    border-radius: 15px;
    background:rgba(0, 0, 0, .5);
    box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 5px;

}

@keyframes slidetopam {
    0% {
        opacity: 5%;
        bottom: -700px;
    }
    100%{
        opacity: 100%;
        bottom: 80px;
    }
}

@keyframes sliderightlist {
    0% {
        opacity: 5%;
        left: -600px;
    }
    100%{
        opacity: 100%;
        left: 80px;
    }
}

@keyframes sloadbar{
    0%{
        width: 0%;
    }
    100%{
        width: 50%;
    }
}

@keyframes slidenavbar {
    0% {
        opacity: 5%;
        bottom: -60px;
    }
    100%{
        opacity: 100%;
        bottom: 10px;
    }
}

@keyframes sliderightdiv {
    0% {
        opacity: 5%;
        bottom: -60px
    }
    100%{
        opacity: 100%;
        bottom: 5px;
    }
}

@keyframes slideleftnav {
    0% {
        opacity: 5%;
        left: -70px
    }
    100%{
        opacity: 100%;
        bottom: 10px;
    }
}

@keyframes slidenotifs {
    0% {
        opacity: 5%;
        right: -600px;
    }
    100%{
        opacity: 100%;
        right: 10px;
    }
}

@keyframes sliderightcon {
    0% {
        opacity: 5%;
        bottom: -700px;
    }
    100%{
        opacity: 100%;
        bottom: 60px;
    }
}

@keyframes slidelogbar {
    0% {
        opacity: 5%;
        top: 0%;
    }
    100%{
        opacity: 100%;
        top: 97.5%;
    }
}

@keyframes slidetopbar {
    0% {
        opacity: 5%;
        top: -5%;
    }
    100%{
        opacity: 100%;
        top: 0%;
    }
}

@keyframes slidetopdrop{
    0% {
        opacity: 5%;
        top: -10%;
    }
    100%{
        opacity: 100%;
        top: 2%;
    }
}

@keyframes scriptosslideup{
    0% {
        opacity: 100%;
        top: 2%;
    }
    100%{
        opacity: 5%;
        top: -10%;
    }
}

@keyframes slidetop100 {
    0% {
        opacity: 5%;
        top: 0px;
    }
    100%{
        opacity: 100%;
        top: 100px;
    }
}

@keyframes swipeup{
    0% {
        bottom:0px;
    }
    100% {
        top:0px;
    }
}

@keyframes zoomfade{
    0%{
        opacity: 0%;
        transform: scale(0.025);
    }
    100%{
        opacity: 100%;
        transform: scale(1.0);
    }
}

@keyframes zoom{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.25);
    }
}

@keyframes rgb {
    0% {
        color: red;
        background-color: blue;
        opacity: 0;
    }

    15% {
        color: orange;
        background-color: green;
        opacity: 15;
    }

    30% {
        color: yellow;
        background-color: indigo;
        opacity: 30;
    }

    45%{
        color: green;
        background-color: orange;
        opacity: 45;
    }

    60% {
        color: blue;
        background-color: red;
        opacity: 60;
    }

    75% {
        color: indigo;
        background-color: yellow;
        opacity: 75;
    }

    100% {
        color: white;
        opacity: 100;
    }
}

@keyframes fadeIn{
    0% {
        opacity: 0;
    }

    25% {
        opacity: 25;
    }

    50% {
        opacity: 50;
    }

    75% {
        opacity: 75;
    }

    100% {
        opacity: 100;
    }
}

.settapp {
    width: 600px; 
    height: 800px;
    max-height: calc(100% - 80px);
    max-width: 100%;
    min-height: 17.5%;
    min-width: 17.5%;
    resize: both;
    position: absolute;
    animation: zoomfade; 
    animation-duration: .5s;
    z-index: 10;
    border: 1px solid #d3d3d3;
    left: calc(50% - 300px);
    top: calc(50% - 400px);
    border-radius: 15px;
    border-style: none;
    display: inline;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, .2) 0 2.5px 2.5px 2.5px;
    text-align: center;
    color: white;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    background: inherit;
    backdrop-filter: blur(25px);
}

.app {
    width: 50%; 
    height: 50%;
    max-height: calc(100% - 80px);
    max-width: 100%;
    min-height: 17.5%;
    min-width: 17.5%;
    resize: both;
    position: absolute;
    animation: zoomfade; 
    animation-duration: .5s;
    z-index: 10;
    border: 1px solid #d3d3d3;
    left: 25%;
    top: 25%;
    border-radius: 15px;
    border-style: none;
    display: inline;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, .2) 0 2.5px 2.5px 2.5px;
    text-align: center;
    color: white;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    background: inherit;
    backdrop-filter: blur(25px);
}

.appheader {
    padding: 10px;
    z-index: 10;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
}
.appheader:hover{
    cursor: grab;
}
.appheader:active{
    cursor: grabbing;
}

.appbody{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 2.5px;
    height: calc(100% - 70px);
    box-sizing: border-box;
    color: white;
    font-size: 20px;
    overflow-y: scroll;
    overflow-x: none;
    border: none;
    outline: none;
    resize: none; /* keep resizing controlled by the note container */
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.controlcenter{
    height: 30%;
    width: 100%;
    resize: none;
    overflow: hidden;
    vertical-align: top;
    box-shadow: rgba(0, 0, 0, .5) 5px 5px 5px;
    background-color: rgba(0,0,0,0.25);
    float: right;
}

.appcenter{
    height: 70%;
    width: 100%;
    resize: none;
    overflow-y:scroll;
    position: relative;
    text-align: left;
    box-shadow: rgba(0, 0, 0, .5) 5px 5px 5px;
    background-color: rgba(0, 0, 0, .25);
}

input[type='text']{
    border-radius: 15px;
    width: 75%;
    height: 50px;
    font-size: 25px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: white;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0.5) 0 5px 5px 5px;
    color: white;
}

textarea{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

p{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

input[type=password]{
    border-radius: 15px;
    width: 75%;
    height: 50px;
    font-size: 25px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: white;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0.5) 0 5px 5px 5px;
    color: white;
}

input[type=number]{
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-radius: 15px;
    font-size: 40px;
    background: rgba(0, 0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0.5) 0 5px 5px 5px;
    color: white;
    width: 250px;
    height: 115px;
}

select{
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-radius: 15px;
    font-size: 17px;
    background: rgba(0, 0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0.5) 0 5px 5px 5px;
    color: white;
    width: 200px;
    height: 115px;
}

input[type=image]{
    outline: none;
}

@keyframes slideDownLock {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-up {
    transform: translateY(-100%);
}

#lockbody {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(15px);
    z-index: 9999;
    animation: slideDownLock 0.6s ease-out forwards;
    transition: transform 0.5s ease-in-out;
}

textarea{
    outline: none;
}

.popuplist-left {
    position: absolute;
    z-index: 1000;
    animation: slidetopam;
    animation-duration: 2s;
    bottom: 80px;
    left: calc(50% - 525px);
    border-radius: 25px;
    width: 525px;
    height: 725px;
    max-height: 80vh;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .5) 0 2.5px 2.5px 2.5px;
    backdrop-filter: blur(25px);
    color: white;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
}

.popuplist {
    position: absolute;
    z-index: 1000;
    animation: slidetopam;
    animation-duration: 2s;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 25px;
    width: 525px;
    height: 725px;
    max-height: 80vh;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .5) 0 2.5px 2.5px 2.5px;
    /*background-color: rgba(50, 50, 50, 0.15);*/
    backdrop-filter: blur(25px);
    color: white;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
}

.popuplist .appicon{
    
    position: relative; 
    z-index: 200; 
    transition: transform .12s ease, box-shadow .12s ease;
    will-change: transform;
}

.popuplist .appicon:hover{
    transform: translateY(-10px) scale(1.25);
    box-shadow: rgba(0,0,0,0.25) 0 5px 5px 5px;
}

.appcenter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    z-index: 100;
    flex: 1;
}

.appcenter .appicon {
    width: 100px;
    height: 100px;
    background-size: 75px 75px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
    margin: 10px;
    
    position: relative; 
    z-index: 200; 
    transition: transform .12s ease, box-shadow .12s ease;
    will-change: transform;
}

.appcenter .appicon:hover {
    transform: scale(1.25);
    box-shadow: rgba(0,0,0,0.25) 0 5px 5px 5px;
    backdrop-filter: blur(15px);
}

.appbutt {
    width: 100%;
    height: 120px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 10px;
    color: white;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.8) 2px 2px 4px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
    font-size: 14px;
}

.appbutt:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: scale(1.05);
    background-color: rgba(106, 0, 0, 0.15);
}

.controlcenter {
    width: 100%;
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

::-webkit-scrollbar {
    width: 10px;
    border-radius: 25px;
  }
  
  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .25);
    border-radius: 25px;
  }
   
  ::-webkit-scrollbar-thumb {
    background: #2b0000; 
    border-radius: 25px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #6a0000; 
  }

#actionarea {
    width: 50%;
    height: 100%;
}

.bslider{
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, .5)5px 5px 5px;
    background: rgba(0, 0, 0, .25);
    width: 100px;
    height: 15px;
}

.appchoice{
    transform: translateX(-140%);
    width: 75px;
    height : 75px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, .2) 0 2.5px 2.5px 2.5px;
    background: rgba(0, 0, 0, .25);
}

.appbutt{
    width: 275px;
    height : 75px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, .2) 0 2.5px 2.5px 2.5px;
    background: rgba(0, 0, 0, .25);
    text-shadow: rgba(0, 0, 0, .5) 3px 3px 3px;
    background-repeat: no-repeat;
    animation: zoomfade;
    animation-duration: 2s;
    background-color: rgba(50, 50, 50, 0.15);  
    backdrop-filter: blur(10px);
}

.appbutt:hover{
    background: rgba(255, 0, 0, 0.25);
    box-shadow: rgba(0, 0, 0, .5)5px 5px 5px;
    backdrop-filter: blur(25px);
    background-repeat: no-repeat;
    cursor: pointer;
    transform: translateX(20px) scale(1.15);
}

tbutton{
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-radius: 15px;
    font-size: 17px;
    background: rgba(0, 0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
    color: white;
  } tbutton:hover {
    box-shadow: rgba(0, 0, 0, .5) 0 5px 5px 5px; 
    transform: scale(1.25);
    border-radius: 15px;
  }

button{
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-radius: 15px;
    font-size: 17px;
    background: inherit;
    text-shadow: rgba(0, 0, 0, 0.5) 0 5px 5px 5px;
    backdrop-filter: blur(5px);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
} button:hover {
    box-shadow: rgba(0, 0, 0, .5) 0 0 2.5px 2.5px;
    backdrop-filter: blur(25px);
    transform: scale(1.10);
    border-radius: 15px;
}
  

.uploadbutt{
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    margin-left: 30px;
    margin-right: 30px;
    transition: 0.3s;
    border-radius: 15px;
    font-size: 17px;
    background: rgba(0, 0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .5) 0 0 5px 5px;
} .uploadbutt:hover {
    box-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
    transform: scale(1.10);
    border-radius: 25px;
  }

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, .2) 0 2.5px 2.5px 2.5px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
  }
  
  .tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 5px;
    transition: 0.3s;
    font-size: 15px;
    background: rgba(0, 0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
  }
  
  .tab button:hover {
    transform: scale(1.25);
    backdrop-filter: blur(25px);
    border-radius: 15px;
  }
  
  .tab button.active {
    background: rgba(50, 50, 50, 0.5);
  }
  
  .tabcontent {
    display: none;
    border-style: none;
    overflow-y: scroll;
    width: 100%;
    height: calc(100% - 40px);
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
  }

  .ntab {
    overflow: hidden;
    border: 1px solid #ccc;
    background: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, .2) 0 2.5px 2.5px 2.5px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
  }
  
  .ntab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 5px;
    transition: 0.3s;
    font-size: 15px;
    background: rgba(0, 0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
  }
  
  .ntab button:hover {
    transform: scale(1.25);
    backdrop-filter: blur(25px);
    border-radius: 15px;
  }
  
  .ntab button.active {
    background: rgba(50, 50, 50, 0.5);
  }
  
  .ntabcontent {
    display: none;
    border-style: none;
    overflow-y: scroll;
    width: 100%;
    height: calc(100% - 40px);
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
  }


iframe{
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-style: none;
    background-color: inherit;
    resize: none;
    overflow-y: visible;
    overflow-x: hidden;
    /* Absolutely position the textarea inside the note so it
       matches the note body size immediately at creation. */
    position: absolute;
    margin: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    /* header height (40px) + header vertical padding (10px top + 10px bottom) = 60px */
    /*top: 60px;*/
    /* leave space at bottom for resize handle */
}

.betaStoreContainer {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to new rows */
    gap: 20px; /* Gap between app entries */
    background-color: inherit;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.appEntries {
    display: flex; /* Enable flex on app entries */
    flex-wrap: wrap; /* Allow wrapping */
    width: 100%; /* Set width to fill the container */
}

.appEntry {
    background-color: rgba(105, 105, 105, 0.113); /* Semi-transparent white background */
    border-radius: 10px; /* Rounded corners */
    padding: 10px; /* Padding around content */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Slight shadow */
    backdrop-filter: blur(10px); /* Blurred backdrop effect */
    text-align: center; /* Center text alignment */
    width: 150px; /* Fixed width for each entry */
    flex: 0 1 auto; /* Allow items to grow and shrink with the container */
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.appEntry img {
    max-width: 100%; /* Make sure the icon fits inside */
    height: auto; /* Maintain aspect ratio */
}

.appEntry span {
    font-weight: bold; /* Bold app name */
    display: block; /* Block display for proper spacing */
    margin: 10px 0; /* Margin between name and button */
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.appEntry button:hover {
    background-color: rgba(255, 0, 0, 0.51); /* Darker blue on hover */
}

.searchBar {
    width: 100%; /* Make it full width */
    padding: 10px; /* Padding inside the search bar */
    margin-bottom: 20px; /* Space below the search bar */
    border: 1px solid #ccc; /* Border for the search bar */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Font size */
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.nview{
    width: 100%;
    height: calc(100% - 90px);
    border-style: none;
    background-color: rgba(0, 0, 0, .5);
    resize: none;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.injectbutt {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 20px;
    background: rgba(0, 0, 0, 0);
    border-radius: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
  }
  
  .injectbutt:hover {
    background: rgba(255, 0, 0, 0.5);
    box-shadow: rgba(0, 0, 0, .5) 0 5px 5px 5px; 
    transform: scale(1.25);
    border-radius: 15px;
  }

#desktopbody{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

#lockbody{
    width: 100%;
    height: 100%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: rgba(255, 255, 255, 0.533);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #07e651;
}

input:focus + .slider {
  box-shadow: 0 0 1px #03d352;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .25);
    box-shadow: rgba(0, 0, 0, .2) 0 2.5px 2.5px 2.5px;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background: rgba(255, 255, 255, .5);
    box-shadow: rgba(0, 0, 0, .5) 2px 2px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background: rgba(255, 255, 255, .5);
    box-shadow: rgba(0, 0, 0, .5) 2px 2px;
  }

  input:checked + .slider::before {
    background-color: lime;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px black;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
  }
  
  .betainput{
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-radius: 15px;
    font-size: 17px;
    background: rgba(0, 0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0.5) 0 5px 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

.appheadbutt{
    opacity: 40%;
    width: 30px;
    height: 30px;
    margin: 2.5px;
}

#close{
    background-color: rgba(255, 0, 0, .609);
}

#close:hover{
    text-shadow: red 5px 5px 5px;
    color: red;
    background-color: rgba(255, 0, 0, 1);
}

#fullscreen{
    background-color: rgba(0, 255, 98, 0.609);
}

#fullscreen:hover{
    text-shadow: blue 5px 5px 5px;
    color: blue;
    background-color: rgb(0, 255, 85, 1);
}

#minimize{
    background-color: rgba(255, 255, 0, 0.609);
}

#minimize:hover{
    text-shadow: yellow 5px 5px 5px;
    color: yellow;
    background-color: rgba(255, 255, 0, 1);
}

#apphistory{
    width: 100%;
    height: 98%;
    background: rgba(0, 0, 0, 0.5);
}

.appheadtxt{
    font-size: 25px;
    text-shadow: black 5px 5px 5px;
    margin-left: 10px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: rgba(0, 0, 0, .25) 0 0 5px 5px;
}

.favorite{
    width: 15%;
    height: 10%;
    background-color: #333;
    border-radius: 15px;
}

/* Navbar icon visual overflow and hover lift
   Keeps icons as children of .navbar but allows them to visually
   extend and appear above the bar on hover. */
.navbar {
    overflow: visible; /* allow visual overflow from children */
}
.navbar .appicon {
    position: relative; /* contained in DOM but can be translated */
    z-index: 200; /* above navbar (navbar z-index is 10) */
    transition: transform .12s ease, box-shadow .12s ease;
    will-change: transform;
}
.navbar .appicon:hover {
    transform: translateY(-10px) scale(1.25);
    box-shadow: rgba(0,0,0,0.25) 0 5px 5px 5px;
}

.navbar .miniicon {
    position: relative; /* contained in DOM but can be translated */
    z-index: 200; /* above navbar (navbar z-index is 10) */
    transition: transform .12s ease, box-shadow .12s ease;
    will-change: transform;
}
.navbar .miniicon:hover {
    transform: translateY(-10px) scale(1.25);
    box-shadow: rgba(255, 0, 0, .5) 0 5px 5px 5px;
    backdrop-filter: blur(25px);
}

.funcdiv .funcicon {
    position: relative; /* contained in DOM but can be translated */
    z-index: 200; /* above navbar (navbar z-index is 10) */
    transition: transform .12s ease, box-shadow .12s ease;
    will-change: transform;
}
.funcdiv .funcicon:hover {
    background-color: rgba(255, 0, 0, 0.25);
}

.funcdiv .datetime{
    position: relative;
    z-index: 200; /* above navbar (navbar z-index is 10) */
    transition: transform .12s ease, box-shadow .12s ease;
    will-change: transform;
}

.funcdiv .datetime:hover{
    background-color: rgba(255, 0, 0, 0.25);
}

.soalert{
    margin: 1;
    width: 20%;
    height: 50%;
    resize: none;
    position: absolute;
    top: 25%;
    right: 40%;
    animation: zoomfade; 
    animation-duration: .5s;
    z-index: 100;
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    border-style: none;
    display: block;
    box-shadow: rgba(0, 0, 0, .2) 0 2.5px 2.5px 2.5px;
    background-color: rgba(0, 0, 0, .25);
    backdrop-filter: blur(5px);
    text-align: center;
    color: white;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}