.task-bar {
    font-family: "Pixelated MS Sans Serif", Arial;
    position: fixed;
    display:flex;
    justify-content: left;
    bottom: 0px;
    left: -1px;
    width: 99.95%;
    height: 33px;
    background: linear-gradient(180deg, #0997ff 8%, #0053ee 10%, #0050ee 40%, #06f 80%, #06f 93%, #005bff 95%, #003dd7 96%, #003dd7 8%);
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #0831d9;
    /*border-left: 1px solid #0831d9;
    border-right: 1px solid #001ea0;*/
    font-size: 13px;
    text-shadow: 1px 1px #0f1089;
    
    z-index:1000;
}

.start-button {
    display: flex;
    top: -1px;
    left: -2px;
    width: fit-content;
    background: linear-gradient(180deg, #87bc88 3%, #47b346 80%);
    padding: 5px 15px 5px 15px;
    border-top: 1px solid #46a546;
    border-right: 1px solid #20651d;
    border-bottom: 1px solid #20651d;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    
    font-family: "Pixelated MS Sans Serif", Arial;
    
    color: white;
    line-height: 1.2;
    font-size: 16px;
    text-shadow: -1px 1px 0px black, 
    1px 1px 0 black, 
    1px 1px 0 black, 
    -1px 1px 0 black, 
    2px 2px 5px #142f05;
}

.start-button:hover{
    background: linear-gradient(180deg, #96d296 3%, #51b752 30%, #4ec74e 40%);
}

.start-button:active{
    background: linear-gradient(180deg, #278927 3%, #1e8f1e 30%, #26a026 40%);
}

.start-button img{
    margin-right: 7px;
    width: 20px;
    height: 20px;
    filter: drop-shadow( 2px 2px 1px #142f05);
}

#pin-section{
    position: relative;
    display: flex;
    top: 0px;
    left: 0px;
    width: 10%;
    color: white;
    font-size: 13px;
    justify-content: left;
    text-align:center;
    margin-left: 10px;
}

#tab-section{
    position: relative;
    display: flex;
    top: 0px;
    left: 0px;
    width: 100%;
    color: white;
    font-size: 13px;
    
    justify-content: left;
    margin-right: 10px;
    margin-left: 10px;
}

#right-section{
    position: relative;
    display: flex;
    top: 0px;
    width: 10%;
    background: linear-gradient(180deg, #19baf4 8%, #18b4f2 10%, #16a8ef 40%, #149eed 80%, #1290e8 93%, #158ddf 95%, #1377d6 96%, #095bc9 8%);
    padding: 5px 5px 5px 30px;
    border-top: 1px solid #0831d9;
    border-left: 2px solid #1fd6ff;

    color: white;
    font-size: 13px;
    line-height: 1.7;
}

.tab-icon-selected,
.tab-icon{
    display: flex;
    top: 2px;
    width: 25%;
    height: 75%;
    
    justify-content: left;
    
    line-height: 1.9;

    margin-top: 4px;
    margin-bottom: 3px;
    margin-right: 3px;
    padding-left: 10px;
    border-radius: 5px;
    
}

.tab-icon{
    background: linear-gradient(180deg, #4a90f8 10%, #3a7ff3 90%, #3271ea);
    box-shadow: 2px 2px 3px #1941a5;
}

.pin-icon{
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.pin-icon img{
    margin-top: 4px;
    width: 17px;
    height: 17px;
    filter: drop-shadow(1px 0px 2px #000);
}

.tab-icon-selected img,
.tab-icon img{
    padding-right: 7px;
    margin-top: 4px;
    width: 17px;
    height: 17px;
    filter: drop-shadow(1px 0px 2px #000);
}

.tab-icon:hover{
    background: linear-gradient(180deg, #87c0fd 10%, #55a3ff 90%, #2560be);
}

.pin-icon:hover{
    border-radius: 5px;
    background: linear-gradient(180deg, #4a90f8 10%, #3a7ff3 90%, #3271ea);
    box-shadow: 2px 2px 3px #1941a5;
}

.tab-icon-selected,
.pin-icon:active,
.tab-icon:active{
    background: linear-gradient(180deg, #133e95 10%, #1a50b8 90%, #0e3eae);
    box-shadow: 2px 2px 1px #1941a5 inset;
}

.tab-icon-selected:active,
.tab-icon-selected:hover{
    background: linear-gradient(180deg, #1c57ca 10%, #2e6ceb 90%, #1549b1);
    box-shadow: 2px 2px 1px #1941a5 inset;
}
