body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    user-select: none;
    overflow: hidden;
}
#Taskbar{
    position: absolute; 
    bottom: 0px;
    width: 95%;
    margin: 20px;
    display: flex;
    background-color: grey;
    border-style:ridge;
    border-color: black;
    border-width: 5px;
    border-radius: 20px;
    z-index: 99999;
}
#Taskbar_stuff{
    background-color: darkgray;
    border-style: solid;
     text-align: left;
}
#time{
    position: absolute; 
    margin-left: 95%; 
    margin-top: 20px;
    text-align: right;
}

.draggable {
    top: 0px;        
    left: 0px;
    opacity: 1;
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: center;
    padding-bottom: 20px;
    touch-action: none; 
    border-color: #2156f3;
    border-style: solid;
    border-width: 5px;
    width: 350px;
    pointer-events:all;
    
}
.dragease{
    transition: left 0.4s ease-out, top 0.4s ease-out, opacity 0.4s ease-out;
    pointer-events: none;
}

.dragHeader{
    padding: 5px;
    cursor: move;
    z-index: 10;
    background-color: #2156f3;
    color: #fff;
    display: inherit;
}
.drag{
    width: 25px;
    height: 25px;
    color: beige;
    align-items: end;
}
.Close{
    background-color: darkred;
    color: beige;
}
.Min{
    background-color: rgb(0, 42, 139);
    color: beige;
}

.flink {
    color: LinkText;
    text-decoration: underline;
    cursor: pointer;
}

.flink:visited {
    color: VisitedText;
}
.flink:hover {
    opacity: 0.8;
}
.flink:active {
    color: ActiveText;
}

.icoimg{
    width: 25px;
    height: 32px; 
}
.icodesk{
    position: relative;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icodesk:hover{
    opacity: 0.8;
}
.icodesk_ico{
    width: 50px;
    height: 60px; 
}
.manager_ico{
    width: 25px;
    height: 30px; 
}
.icodesk_name{
    text-align: center;
    position: absolute;
    bottom: -30px;
    color: #ffffff;
}
.icodesk_name2{
    text-align: center;

    color: #000000;
}
.icotask{
    width: 40px;
    height: 50px; 
}
.icotask:hover{
    opacity: 0.8;
    margin: 3px;
}

.bg_size{
    width: 200px;
    height: 150px; 
    margin: 5px;
}
.bg_size:hover{
    opacity: 0.8;
}
.Title{
    width:100%;
}
textarea{
    height: 60px;
    width: 95%;
    box-sizing: border-box;
    word-wrap: break-word;
    resize: none;
    margin: 5px;
    
}
.docimg{
    border-color: black;
    border-width: 5px;
    border-style: solid;
}
.cac{
    width:50px;
    font-size: large;
}