:root {
    --main: #
}
body {
    min-height: 100vh;
    background-image: url("../Content/0216.jpg");
    background-size: cover;
    display: flex;
    margin: 0px;
}
.Welcome_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(59, 81, 103, 0.626);
    backdrop-filter: blur(12px);
    box-shadow: 6px 6px 6px #000000b6;
    height: auto;
    width: auto;
    border-radius: 10px;
    border:2px solid #000000;
    padding: 20px;
    h3 {white-space: nowrap; color:#ffffff; text-shadow:2px 2px 4px #000000;}
    sub {color: white}
    a {color: #7b66a0; font:bolder; text-shadow: 1px 1px 1px #000;}
    p {color:#ffffff; font: bold; text-shadow: 2px 2px 2px #000000;}
    h1 {white-space: nowrap; color:#7f25ec; text-shadow:2px 2px 4px #000000;}
    h2 {color: rgb(0, 255, 234);text-shadow:2px 2px 0px #000000 }
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.welcome_div_Img img{
    float: right;
    margin-left: 20px;
    margin-top: 70px;
    height: 250px;
    width: auto;
    border-radius: 10px;
}
.Welcome_divBar{
        display: flex;
        align-items: center;
        border: 2px solid #000;
    }
.Welcome_divBar button{
    background: none;
    border: none;
    cursor: pointer;
}
.Welcome_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 820px;
    min-height: 420px;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(20, 25, 35, 0.78);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        0 10px 40px rgba(0,0,0,.45),
        0 0 30px rgba(127,37,236,.15);
}
.TopBar{
    display:flex;
    justify-content:space-between;
    align-items: flex-start;
    width: 100%;
    height:fit-content;
    background-color: #53525239;
    backdrop-filter: blur(6px);
    box-shadow: 4px 0px 4px #53525239;
}
.Clock{
    margin-left: 10px;
    font-size: large;
    color: #ffffff;
    background-color: #00000044;
    padding: 4px 10px;
    border-radius: 10px;
    backdrop-filter: blur(12px);
}
.Title{
    font-size: large;
    color: #ffffff;
    background-color: #00000044;
    margin-left: auto;
    margin-right:42%;
    padding: 4px 10px;
    border-radius: 10px;
    backdrop-filter: blur(12px);
}
.OS{
    margin-right: 10px;
    font-size: large;
    color: #ffffff;
    background-color: #00000044;
    padding: 4px 10px;
    border-radius: 10px;
    backdrop-filter: blur(12px);
}
.WindowHandle {
    display: flex;
    align-items: center;
    height: 34px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    cursor: move;
    user-select: none;
}
.WindowTitle {
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 10px;
}
.WindowDots {
    display: flex;
    gap: 8px;
}
.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.red {background: #ff5f56;}
.yellow {background: #ffbd2e;}
.green {background: #27c93f;}
.WindowLeft {
    display: flex;
    align-items: center;
    gap: 10px;
}
.WindowContent {
    padding: 20px;
    display: flex;
}
.CloseButton {
    background: none;
    border: none;
    cursor: pointer;
    color: white;
}
.DeskApp1{
    height: 170px;
    width:135px;
    align-items: center;
    position:absolute;
    margin-top: 80px;
    margin-left: 10px;
    background-color: #4848486d;
    color: white;
    border-radius: 12px;
    backdrop-filter: blur(6px);
    p{margin:1px; padding-left:3px;}
}
.DeskApp1.selected {
    outline: 2px solid rgba(127, 37, 236, 0.8);
    background-color: rgba(127, 37, 236, 0.25);
}
/*Note Not Found(App incase you got confused)*/
.NoteApp_div {
    width: 760px;
    min-height: 460px;
    height: 460px;
    top: 55%;
    left: 55%;
}
.NoteApp_body {
    display: flex;
    height: calc(100% - 34px);
    min-height: 426px;
}
.NoteApp_sidebar {
    width: 210px;
    min-width: 210px;
    border-right: 1px solid rgba(255,255,255,.1);
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,.03);
}
.NoteApp_sidebarTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.NoteApp_sidebarTitle {
    color: rgba(255,255,255,.55);
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.NoteApp_newBtn {
    background: rgba(127,37,236,.35);
    border: 1px solid rgba(127,37,236,.5);
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}
.NoteApp_newBtn:hover { background: rgba(127,37,236,.6); }
.NoteApp_list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    overflow-y: auto;
    flex: 1;
}
.NoteApp_list::-webkit-scrollbar { width: 4px; }
.NoteApp_list::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.12);
    border-radius: 4px;
}
.NoteApp_listItem {
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 8px;
    margin: 2px 6px;
    transition: background .15s;
}
.NoteApp_listItem:hover { background: rgba(255,255,255,.06); }
.NoteApp_listItem.active { background: rgba(127,37,236,.25); }
.NoteApp_listItem_title {
    color: rgba(255,255,255,.88);
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}
.NoteApp_listItem_preview {
    color: rgba(255,255,255,.35);
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.NoteApp_editor {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}
.NoteApp_titleInput {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 16px 20px 14px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}
.NoteApp_titleInput::placeholder { color: rgba(255,255,255,.2); }
.NoteApp_bodyInput {
    flex: 1;
    background: none;
    border: none;
    color: rgba(255,255,255,.8);
    font-size: 13.5px;
    line-height: 1.7;
    padding: 16px 20px;
    resize: none;
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
}
.NoteApp_bodyInput::placeholder { color: rgba(255,255,255,.18); }
.NoteApp_editorFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
}
.NoteApp_timestamp {
    color: rgba(255,255,255,.25);
    font-size: 11px;
}
.NoteApp_deleteBtn {
    background: none;
    border: 1px solid rgba(255,80,80,.3);
    color: rgba(255,100,100,.7);
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s;
}
.NoteApp_deleteBtn:hover {
    background: rgba(255,80,80,.15);
    color: rgba(255,120,120,1);
}
.NoteApp_deleteBtn:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none;
}
.NoteApp_empty {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.18);
    font-size: 13px;
    letter-spacing: .5px;
    flex-direction: column;
    gap: 8px;
}
.NoteApp_empty span { font-size: 30px; }
.BrowserApp_div {
  width: 900px;
  height: 560px;
  top: 52%;
  left: 52%;
}

.BrowserApp_toolbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}

.BrowserApp_navBtn {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.7);
  width: 30px;
  height: 30px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.BrowserApp_navBtn:hover { background: rgba(255,255,255,.14); }
.BrowserApp_navBtn:disabled { opacity: .3; cursor: default; }

.BrowserApp_urlBar {
  flex: 1;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  outline: none;
  transition: border .2s;
}
.BrowserApp_urlBar:focus { border-color: rgba(127,37,236,.6); }
.BrowserApp_urlBar::placeholder { color: rgba(255,255,255,.25); }

.BrowserApp_goBtn {
  background: rgba(127,37,236,.4);
  border: 1px solid rgba(127,37,236,.6);
  color: #fff;
  padding: 6px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  transition: background .2s;
}
.BrowserApp_goBtn:hover { background: rgba(127,37,236,.65); }

.BrowserApp_content {
  position: relative;
  width: 100%;
  height: calc(100% - 34px - 50px);
}

.BrowserApp_frame {
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}

.BrowserApp_error,
.BrowserApp_home {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255,255,255,.35);
  font-size: 14px;
  text-align: center;
}
.BrowserApp_error span,
.BrowserApp_home span { font-size: 40px; }
.BrowserApp_error p,
.BrowserApp_home p { margin: 0; color: rgba(255,255,255,.5); font-size: 15px; }
.BrowserApp_home small { color: rgba(255,255,255,.25); font-size: 12px; }
