html{
    height: 100%;
    box-sizing: border-box;
}

body{
    height: 100%;
    background: url('../res/windows/bliss.jpg') center center / cover no-repeat fixed;
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

*,
*::after,
*::before {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}


.taskbar{
    background: linear-gradient(rgb(31, 47, 134) 0px, rgb(49, 101, 196) 3%, rgb(54, 130, 229) 6%, rgb(68, 144, 230) 10%, rgb(56, 131, 229) 12%, rgb(43, 113, 224) 15%, rgb(38, 99, 218) 18%, rgb(35, 91, 214) 20%, rgb(34, 88, 213) 23%, rgb(33, 87, 214) 38%, rgb(36, 93, 219) 54%, rgb(37, 98, 223) 86%, rgb(36, 95, 220) 89%, rgb(33, 88, 212) 92%, rgb(29, 78, 192) 95%, rgb(25, 65, 165) 98%);
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    user-select: none;
    font-family: Tahoma, 'Noto Sans', sans-serif;
}

.taskbar .footer-items{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.taskbar .footer-items.left{
    height: 100%;
    flex: 1 1 0%;
    overflow: hidden;
}

.footer-start{
    height: 100%;
    margin-right: 10px;
    position: relative;
}

.taskbar .footer-items.right{
    background: linear-gradient(rgb(12, 89, 185) 1%, rgb(19, 158, 233) 6%, rgb(24, 181, 242) 10%, rgb(19, 155, 235) 14%, rgb(18, 144, 232) 19%, rgb(13, 141, 234) 63%, rgb(13, 159, 241) 81%, rgb(15, 158, 237) 88%, rgb(17, 155, 233) 91%, rgb(19, 146, 226) 94%, rgb(19, 126, 215) 97%, rgb(9, 91, 201) 100%);
    flex-shrink: 0;
    border-left: 1px solid rgb(16, 66, 175);
    box-shadow: rgb(24, 187, 255) 1px 0px 1px inset;
    padding: 0px 10px;
    margin-left: 10px;
}

.footer-time{
    margin: 0px 5px;
    color: white;
    font-size: 11px;
    font-weight: lighter;
    text-shadow: none;
}

.footer-icon{
    height: 15px;
    width: 15px;
}

.footer-window{
    flex: 1 1 0%;
    max-width: 150px;
    color: white;
    border-radius: 2px;
    margin-top: 2px;
    padding: 0px 8px;
    height: 22px;
    font-size: 11px;
    background-color: rgb(60, 129, 243);
    box-shadow: rgba(0, 0, 0, 0.3) -1px 0px inset, rgba(255, 255, 255, 0.2) 1px 1px 1px inset;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.footer-window.focus{
    background-color: rgb(30, 82, 183);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px 1px inset, rgba(0, 0, 0, 0.7) 1px 0px 1px inset;
}

.footer-icon{
    width: 15px;
    height: 15px;
}

.footer-text{
    position: absolute;
    left: 27px;
    right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* -- DESKTOP -- */

.desktop-icons{
    position: absolute;
    margin: 40px 0px 0px 40px;
    padding: 0;
    box-sizing: inherit;
}

.minesweeper-icon{
    width: 70px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    user-select: none;
    z-index: 1;
}

.minesweeper-icon-img{
    width: 30px;
    height: 30px;
}

.minesweeper-icon-text-mgr{
    width: 100%;
    font-size: 10px;
    margin-top: 5px;
    color: white;
    font-family: Tahoma, 'Noto Sans', sans-serif;
    text-shadow: black 0px 1px 1px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.minesweeper-icon-text{
    padding: 0px 3px 2px;
    background-color: transparent;
    text-align: center;
    flex-shrink: 1;
}
