.flexbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.backgroundimage{
    min-width: 100vw;
    min-height: 100vh;
    position: relative;
    z-index: -100;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #1a6164, #1a6164,#155558, #1a6164, #1a6164,#28797c, #1a6164, #1a6164, #1a6164, #1a6164, #226f72,#28797c, #226f72,#1a6164,#1a6164,#1a6164, #1a6164,#155558,#155558, #1a6164, #1a6164, #1a6164, #1a6164,#155558, #1a6164, #226f72,#226f72,#28797c, #226f72,#226f72,#1a6164,#155558,#1a6164,#28797c,#1a6164, #1a6164,#155558, #1a6164);
}
body{
    background-color: #1a6164;
    padding: 0px;
    margin: 0px;
}
.draggable{
    opacity: 100%;
    left:50%;
    transform: translate(-50%,0);
    position: fixed;
}
.largeapp{
    z-index: 0;
}
.smallapp{
    z-index: 1;
}
.FirstTimeUser{
    .draggable.minimised{
        opacity: 1;
        transform: translate(-50%,00px);
    }
}
.draggable.minimised{
    opacity: 0;
    transform: translate(-50%,1000px);
}
.popup{
    box-sizing: border-box;
}
.draggable.grabbed{
    .popup{
        box-shadow: 10px 25px 30px #1d4746;
    }
    .popup.inner{
        box-shadow: 5px 5px 8px #1d4746;
    }
}
.windowIcon.hidden{
    opacity: 0%;
    transform: translateY(100px);
}
.windowIcon{
    user-select: none;
    cursor: pointer;
    opacity: 100%;
    transform: translateY(0px);
    border-radius: 5px;
    background-color: rgba(255,255,255,0);
    bottom: 15%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
    margin-left: 2px;
    padding-left: 3px;
    padding-right: 3px;
    transition: 0.5s;
}
.windowIcon:hover{
    transform: translateY(-10px);
    background-color: rgba(255,255,255,0.3);
    bottom: 20%;
    transition: 0.5s;
}
.minimiseButtonFirstTimeUser{
    .minimiseIcons{
        background-image: url("GeneralAssets/maximisedSymbol.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
}
.minimiseButtonFirstTimeUser:hover{
    .minimiseIcons{
        background-image: url("GeneralAssets/minimisedSymbol.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    cursor:pointer;
    color:red;
}
.draggable .minimiseButton{
    .minimiseIcons{
        background-image: url("GeneralAssets/maximisedSymbol.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    position: absolute;
    z-index: 11;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    color: white;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    line-height: 20px;
    transition: 0.2s;
}.draggable .minimiseButton:hover{
     .minimiseIcons{
         background-image: url("GeneralAssets/minimisedSymbol.png");
         background-repeat: no-repeat;
         background-size: cover;
     }
     cursor:pointer;
     color:red;
 }

.draggable .minimiseButton.Advert{
    .minimiseIcons{
        background-image: url("GeneralAssets/maximisedSymbol.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    position: absolute;
    z-index: 11;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    color: white;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    line-height: 20px;
    filter: grayscale(100%);
    transition: 0.2s;
}.draggable .minimiseButton.Advert:hover{
     .minimiseIcons{
         background-image: url("GeneralAssets/maximisedSymbol.png");
         background-repeat: no-repeat;
         background-size: cover;
     }
     cursor:grabbing;
     filter: grayscale(100%);
 }
.DesktopButton{
    user-select: none;
    z-index:1;
    box-shadow: 1px 1px 1px #1d4746;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    cursor: pointer;
    transform:translate(0%, 0%);
    width: 48px;
    height:48px;
    .buttonImage{
        user-select: none;
        width: 42px;
        height:42px;
        transition: 0.5s;
    }
    bottom: 0%;
    left: 1%;
    background-image: linear-gradient( to top right, #72bfbb, rgba(255,255,255,0.01));
    border: 4px solid;
    border-image: linear-gradient(to bottom right, #438986, #72bfbb);
    transition: 0.5s;
}
.DesktopButton.active{
    user-select: none;
    .buttonImage{
        user-select: none;
        width: 64px;
        height:64px;
        transition: 0.5s;
    }
    bottom: 2%;
    width: 72px;
    height:72px;
    box-shadow: 1px 1px 1px #1d4746;
}
.DesktopButton:hover{
    transform:translate(0%, -20%);
    box-shadow: 5px 10px 15px #082e31;
}
.ResetButton{
    .whiteText{
        font-size: 15px;
        transition: 0.5s;
    }
    user-select: none;
    z-index:1;
    box-shadow: 1px 1px 1px #1d4746;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    cursor: pointer;
    transform:translate(0%, 0%);
    width: 48px;
    height:48px;
    .buttonImage{
        user-select: none;
        width: 42px;
        height:42px;
        transition: 0.5s;
    }
    bottom: 0%;
    left: 1%;
    margin-left:70px;
    background-image: linear-gradient( to top right, #72bfbb, rgba(255,255,255,0.01));
    border: 4px solid;
    border-image: linear-gradient(to bottom right, #438986, #72bfbb);
    transition: 0.5s;
}
.ResetButton.active{
    user-select: none;
    .buttonImage{
        user-select: none;
        width: 64px;
        height:64px;
        transition: 0.5s;
    }
    .whiteText{
        text-align: left;
        font-size: 20px;
        transition: 0.5s;
    }
    bottom: 2%;
    margin-left:100px;
    width: 72px;
    height:72px;
    box-shadow: 1px 1px 1px #1d4746;
}
.ResetButton:hover{
    transform:translate(0%, -20%);
    box-shadow: 5px 10px 15px #082e31;
}
.taskbar{
    z-index:0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient( to bottom, #438986, transparent, #082e31)
}
.taskbar.hidden{
    border-top: 0px solid #5aa29f;
    height: 20px;
    transition: 0.5s;
}
.taskbar.shown{
    border-top: 4px solid #5aa29f;
    height: 105px;
    transition: 0.5s;
}
.modbody{
    z-index: 10;
    user-select: none;
    justify-content: center;
    text-align: center;
    align-content: center;
    cursor: default;
    background-image: linear-gradient(to bottom right,#438986, transparent, #1a6164);
    border: 3px solid;
    border-image: linear-gradient(to bottom right, #438986, transparent, #1a6164);
    box-shadow: 0px 5px 10px #1d4746;
}
.bar{
    z-index: 10;
    user-select: none;
    justify-content: center;
    text-align: center;
    align-content: center;
    cursor: default;
    background-image: linear-gradient(to bottom right, #72bfbb,#5dacb1,#438986);
    border: 3px solid;
    border-image: linear-gradient(to bottom right, #438986, #72bfbb);
    box-shadow: 0px 5px 10px #1d4746;
}
.draggablebar{
    box-sizing: border-box;
    width: 100%;
    z-index: 10;
    user-select: none;
    justify-content: center;
    text-align: center;
    cursor:grab;
    background-image: linear-gradient(to bottom right, #72bfbb,#5dacb1,#438986);
    border: 3px solid;
    border-image: linear-gradient(to bottom right, #438986, #72bfbb);
    box-shadow: 0px 5px 10px #1d4746;
}
.draggablebar:active{
    cursor: grabbing;
}
.popup{
    background-image:linear-gradient(to bottom right,#54a19d ,#407d7a,#245553);
    display: flex;
    box-shadow: 5px 5px 8px #1d4746;
    flex-wrap: wrap;
    padding:10px;
    transition: 0.6s;
}
.popup.inner{
    background-image: none;
    background-color:#407d7a;
    padding:5px;
    transition: 0.6s;
}
.TitleWhite{
    font-weight: Bold;
    font-size: 34px;
    background-image: linear-gradient(to bottom right,#ffffff,#bcd4d9);
    color: transparent;
    background-clip: text;
    text-decoration: underline #bcd4d9 3px;
}
.whiteText{
    color: white;
}
.noWrapFlex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.hyperlink{
    color: #8ff1ec;
}
.hyperlink:hover{
    color:#d0fdfb;
}
.FirstTimeUser{
    opacity: 0;
    transform: translateY(100vh);
}

@font-face {
    font-family: 'rubik';
    src: url('https://halbear.net/GeneralAssets/fonts/Rubik/static/Rubik-Regular.ttf');
}
@font-face {
    font-family: 'monocraft';
    src: url('https://halbear.net/GeneralAssets/fonts/MonocraftFont/Monocraft.tff');
}

@media only screen and (max-width: 1000px) {
    .DesktopButton.active{
        user-select: none;
        .buttonImage{
            user-select: none;
            width: 40px;
            height:40px;
            transition: 0.5s;
        }
        bottom: 108px;
        width: 48px;
        height:48px;
        box-shadow: 1px 1px 1px #1d4746;
    }
    .ResetButton.active{
        user-select: none;
        .buttonImage{
            user-select: none;
            width: 40px;
            height:40px;
            transition: 0.5s;
        }
        .whiteText{
            text-align: left;
            font-size: 10px;
            transition: 0.5s;
        }
        bottom: 108px;
        margin-left:64px;
        width: 48px;
        height:48px;
        box-shadow: 1px 1px 1px #1d4746;
    }
}

.imgbutton{
    transform: scale(100%,100%);
    transition-duration: 0.4s;
}
.imgbutton:hover{
    transform: scale(110%,110%);
    transition-duration: 0.4s;
}

.modbutton{
        display: flex;
        box-shadow: 5px 5px 8px #315b69;
        justify-content: center;
        text-align: center;
        border: 5px solid;
        background-image: linear-gradient(to bottom right, #9fc5d1, #f3fcff);
        border-image: linear-gradient(to bottom right, #9fc5d1, #f3fcff);
        transition: 0.4s;
}
.modbutton:hover {
    transform: translateY(-5px);
    box-shadow: 5px 14px 13px #315b69;
    background-image: linear-gradient(to bottom right, #92c4c2, #afe0de);
    border-image: linear-gradient(to bottom right, #92c4c2, #afe0de);
    cursor: pointer;
    .button-text{
        background-image: linear-gradient(to bottom right,white,#daf3f2);
    }
}
