body{
    width: 100vw;
    overflow-x: hidden;
}
.ProjectComponentContent{
    min-width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
@media only screen and (max-aspect-ratio: 1.165/1) {
    .ProjectOverviewWrapper{
        max-width: 100vw;
    }
    .ProjectComponentContent{
        min-width: 50% !important;
        max-width: 85vw;
    }
    .ListingButtons:hover{
        .ListingButton{
            min-width: 10vw;
        }
        flex-wrap: wrap;
    }
    .ListingButtons{
        max-width: 85vw !important;
        min-width:80vw;
        min-height: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
    }
    .ListingButton:hover{
        cursor: pointer;
        z-index: 9;
        transform: scale(1.1);
        overflow: visible;
        min-width: 10vw;
        border-top: none;
        border-left: none;
    }
    .ListingButton{
        border-bottom: none;
        border-right: none;
        transition: 0.25s;
        overflow-x: hidden;
        text-wrap: nowrap;
    }
    .ProjectComponent{
        width: 7.5vh;
        height: 12vh;
        margin-left: 0.5vh;
        margin-right: 0.5vh;
    }
    .ProjectComponentProgress{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        align-content: center;
        width: 7.5vh;
        height: 7.5vh;
    }
    .ComponentText{
        font-size: 1.5vh !important;;
    }
    .StaffNameWidget{
        margin: 0 !important;
        font-size: 1.5vh !important;
    }
    .StaffTitleWidget{
        font-size: 1.25vh !important;
    }
    .ContentWrapper{
        box-sizing: border-box;
        padding-top: 12vh;
        max-height: 100vh !important;
        min-width: 100vw !important;
        max-width: 100vw !important;
        flex-direction: column;
        align-items: center!important;
        align-content: center!important;
    }
    .DashboardContent{
        min-width: 80vw !important;
        max-width: 85vw !important;
        overflow-y: scroll;
        min-height: 15vh !important;
    }
    .StaffName{
        font-size:3vh;
    }
    .UserName{
        font-size: 3vh;
    }
    .StaffButton{
        display: block !important;
    }
    .StaffMemberWrapper{
        display: flex !important;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        width: 90vw !important;
        max-width: 90vw !important;
        right: -100vw;
        z-index: 9 !important;
    }
    .hotbarButton{
        padding-left: 1vh;
        padding-right: 1vh;
        margin: 0.5vh !important;
        font-size: 2.5vh;
        border-radius: 1.5vh;
        border: none;
    }
    .HotbarWrapper {
        flex-direction: column;
    }
    .TitleStaff{
        font-size: 3vh;
    }
    .Title{
        font-size: 3vh;
    }
    .DashboardTitle{
        font-size: 3vh;
    }
    .DashboardText{
        font-size: 2vh;
    }
    .DashboardHighlightedText{
        font-size: 2vh;
    }
    .WidgetTitle{
        margin-top: 0vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        font-family: "Arial", serif;
        font-size: 3vh;
        text-decoration: underline;
        font-weight: bolder;
    }
    .CalenderMonths {
        max-width: 80vw;
    }
    .Calender {
        max-width: 80vw;
    }
    .CalenderDate{
        width: 5vh;
        margin: 0.5vh;
        height: 5vh;
    }
    .ReverseMobile{
        flex-direction: column-reverse !important;
    }
}
@media only screen and (min-aspect-ratio: 1.165/1) {
    .ComponentText{
        font-size: 2vh !important;
    }
    .ProjectComponent{
        width: 10vh;
        height: 15vh;
        margin-left: 1vh;
        margin-right: 1vh;
    }
    .ProjectComponentProgress{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        align-content: center;
        width: 10vh;
        height: 10vh;
    }
    .ContentWrapper{
        max-width: 79.5vw;
        min-width: 79.5vw !important;
        flex-direction: row;
    }
    .DashboardTitle{
        font-size: 4vh;
    }
    .StaffNameWidget{
        margin: 0 !important;
        font-size: 2vh !important;
    }
    .StaffTitleWidget{
        font-size: 1.25vh !important;
    }
    .StaffName{
        font-size: 4vh;
    }
    .ProgressTrackerComponent{
        min-width: 20vh;
    }
    .UserName{
        font-size: 4vh;
    }
    .StaffButton{
        display: none !important;
    }
    .StaffMemberWrapper{
        display: flex;
        right: 0 !important;
        z-index: 9 !important;
    }
    .hotbarButton{
        font-size: 4vh;
        border: none;
    }
    .HotbarWrapper {
        flex-direction: row;
    }
    .TitleStaff{
        font-size: 5vh;
    }
    .Title{
        font-size: 5vh;
    }

    .DashboardText{
        font-size: 3vh;
    }
    .DashboardHighlightedText{
        font-size: 3vh;
    }
    .WidgetTitle{
        margin-top: 15vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        font-family: "Arial", serif;
        font-size: 5vh;
        text-decoration: underline;
        font-weight: bolder;
    }
    .ListingButtons:hover{
        max-width: 30vw;
        .ListingButton{
            filter: brightness(1) !important;
            max-width: 20vw;
            min-width: 10vw;
            background-color: transparent;
        }
        flex-wrap: wrap;
    }
    .ListingButtons{
        .ListingButton{
            background-color: #c9d4d0;
            filter: brightness(0.75);
            color: white;
            text-shadow: none;
        }
    }
    .ListingButtons{
        max-width: 35vw;
        min-width: 100%;
        min-height: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;

        overflow-x: hidden;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-start;
    }
    .ListingButton:hover{
        cursor: pointer;
        z-index: 9;
        transform: scale(1.1);
        max-width: 20vw;
        overflow: visible;
        min-width: 10vw;
        border-top: none;
        border-left: none;
    }
    .ListingButton{
        border-bottom: none;
        border-right: none;
        transition: 0.25s;
        overflow-x: hidden;
        text-wrap: nowrap;
        max-width: 1vw;
    }
    .ActivatedButton{
        filter: brightness(1) !important;
        max-width: 20vw;
    }
    .ProjectOverviewWrapper{
        max-width: 80vw;
    }
    .CalenderMonths {
        width: 40vw;
    }
    .Calender {
        width: 40vw;
    }
    .CalenderDate{
        width: 8vh;
        margin: 0.5vh;
        height: 8vh;
    }
}
.ProjectOverviewWrapper{
    max-height: 88vh;
    min-height: 88vh;
    margin-top: 12vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: scroll;
}
.DashboardWidgetField{
}
.Hidden{
    display: none !important;
}
.ActivatedButton{
    min-width: 15vw;
}
.ProgressTrackerComponent{
    position: relative;
    width: 100%;
    max-width: 20vh;
    height: 20vh;
    max-height: 20vh;
    display: flex;
    justify-content:flex-end;
    align-items: flex-end;
    align-content: flex-end;
}
.DashboardWidgetContainer{
    min-width: 90%;
    display: flex;
    position:relative;
    justify-content: flex-start;
    flex-direction: column;
    padding: 1vh;
    margin: 1vh;
}
.StaffName{
    margin: 0 !important;
}
.UserName{
    margin: 0 !important;
}
.StaffTitle{
    margin: 0 !important;
    padding: 0;
    user-select: none;
    font-family: "Arial", serif;
    font-size: 2vh;
    text-decoration: underline;
    font-weight: bolder;
}
.UserTextContainer{
    margin:0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}
.StaffPFP{
    min-width: 8vh;
    min-height: 8vh;
    border-radius: 4vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.StaffPFP.Offline::after{
    content: '';
    float: right;
    position: relative;
    top: 5vh;
    align-items: flex-end;
    display: inline-block;
    width: 2.5vh;
    height: 2.5vh;
    border-radius: 2.5vh;
}
.StaffPFP.Online::after{
    content: '';
    float: right;
    position: relative;
    top: 5vh;
    align-items: flex-end;
    display: inline-block;
    width: 2.5vh;
    height: 2.5vh;
    border-radius: 2.5vh;
}
.StaffName{
    text-wrap: nowrap;
    user-select: none;
    font-family: "Arial", serif;
    text-decoration: underline;
    font-weight: bolder;
}
.UserPFP{
    min-width: 8vh;
    min-height: 8vh;
    border-radius: 4vh;
    background-image: url("../Assets/halpfp 2024 - Copy.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.CalenderMonths{
    min-height: 5vh;
    margin-top: 1vh;
    margin-bottom: 1vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.CalenderButton.Current{
}
.Calender{
    min-height: 20vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.CalenderButton:hover{
    transform: scale(1.1);
}
.CalenderButton{
    transition: 0.25s;
    margin:0.5vh;
    border-top: none;
    border-left: none;
    cursor: pointer;
}
.CalenderDate:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.CalenderDate.YetToCome{
    border-top: none;
    border-left: none;
}
.CalenderDate.Today{
    border-top: none;
    border-left: none;
}
.CalenderDate.Passed{
    border-top: none;
    border-left: none;
}
.CalenderDate{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.StaffList{
    overflow-x:clip ;
    overflow-y: scroll;
    width: 95%;
    height: 100%;
    min-height: 50vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
.StaffPFPWidget{
    min-width: 4vh;
    min-height: 4vh;
    border-radius: 2vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.StaffPFPWidget.Offline::after{
    content: '';
    float: right;
    position: relative;
    top: 2.5vh;
    align-items: flex-end;
    display: inline-block;
    width: 1.25vh;
    height: 1.25vh;
    border-radius: 1.5vh;
}
.StaffPFPWidget.Online::after{
    content: '';
    float: right;
    position: relative;
    top: 2.5vh;
    align-items: flex-end;
    display: inline-block;
    width: 1.25vh;
    height: 1.25vh;
    border-radius: 1.5vh;
}
.StaffTitleWidget{
    margin: 0 !important;
    padding: 0;
    user-select: none;
    font-family: "Arial", serif;
    font-size: 1vh;
    text-decoration: underline;
    font-weight: bolder;
}
.ProjectWidget:hover{
    cursor: pointer !important;
}
.StaffNameWidget{
    text-wrap: nowrap;
    user-select: none;
    font-family: "Arial", serif;
    text-decoration: underline;
    font-weight: bolder;
}
.StaffProfileWidget:hover {
    border-top: none;
    border-left: none;
}
.StaffProfileWidget{
    padding-bottom: 1vh;
    padding-right: 1vh;
    margin: 1vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    transition: 0.25s;
    flex-direction: row;
    overflow-x: clip;
    overflow-y: hidden;
    max-width:100%;
    min-height: 5vh;
    max-height: 5vh;
    min-width:5vh;
    height: 5vh;
}
.StaffProfile{
    margin-top: 1vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    transition: 0.25s;
    flex-direction: row;
    overflow-x: clip;
    overflow-y: hidden;
    max-width:100%;
    min-height: 10vh;
    max-height: 10vh;
    width:95%;
    height: 10vh;
}
.UserPFP.Offline::after{
    content: '';
    float: right;
    position: relative;
    top: 5vh;
    align-items: flex-end;
    display: inline-block;
    width: 2.5vh;
    height: 2.5vh;
    border-radius: 2.5vh;
}
.UserPFP.Online::after{
    content: '';
    float: right;
    position: relative;
    top: 5vh;
    align-items: flex-end;
    display: inline-block;
    width: 2.5vh;
    height: 2.5vh;
    border-radius: 2.5vh;
}
.UserName{
    user-select: none;
    font-family: "Arial", serif;
    text-decoration: underline;
    font-weight: bolder;
}
.StaffMemberContent{
    margin: 1vh;
}
.StaffProfile:hover{
    transform: scale(1.05);

}
.UserProfile:hover{
    transform: scale(1.05);
}
.DashboardHighlightedText{
    user-select: none;
    font-family: "Arial", serif;
    text-decoration: underline;
    font-weight: bolder;
}
.DashboardText{
    user-select: none;
    font-family: "Arial", serif;
    font-weight: bolder;
}
.DashboardTextContainer{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-direction: row;
}
.DashboardTitle{
    user-select: none;
    font-family: "Arial", serif;
    text-decoration: underline;
    font-weight: bolder;
}
.DashboardContent:hover{
    transform: scale(1.05);
}
.DashboardContent{
    margin: 1.5vh 1.5vh 0;
    transition: 0.25s ease-in-out;
    padding: 1vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    min-height: 12vh;
    min-width: 10vw;
    width: 20vw;
    max-width: 75vw;
}
.UserProfile{
    transition: 0.25s ease-in-out;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-direction: row;
    overflow-x: clip;
    overflow-y: hidden;
    max-width:90%;
    min-height: 10vh;
    width: 90%;
    height: 10vh;
}
.ContentWrapperRow{
    padding-left: 1vh;
    padding-right: 1vh;
    margin-left: 1vh;
    margin-right: 1vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    min-width: 30vw;
    min-height: 90vh;
}
.ContentWrapper{
    overflow: scroll;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    min-width: 80vw;
    min-height: 90vh;
    max-height: 100vh;
    top:0;
    left:0;
    z-index: 0;
}
.StaffMemberSection{
    margin-top:2vh;
}
.StaffMemberWrapper{
    transition: 0.25s;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 10vh;
    z-index: 5;
    position: fixed;
    top: 0;
    min-width: 20vw;
    min-height: 90vh;
    max-width: 20vw;
    max-height: 90vh;
}
.HotbarWrapper{
    z-index: 10;
    overflow: hidden;
    max-width: 100vw;
    padding-left: 2vh;
    width: 100vw;
    height: 10vh;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.TitleStaff{
    user-select: none;
    font-family: "Arial", serif;
    text-decoration: underline;
    font-weight: bolder;
}
.Title{
    user-select: none;
    font-family: "Arial", serif;
    text-decoration: underline;
    font-weight: bolder;
}
.hotbarButton:active{
    transition: 0s !important;
}
.hotbarButton:hover{
    cursor: pointer;
    transform:scale(1.1);
    text-decoration: underline;
}
.hotbarButton{
    user-select: none;
    margin:1vh;
    transition: 0.25s;
    background-color: transparent;
    font-family: "Arial", serif;
    font-weight: bolder;
}
.TitleWrapper{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
    align-content: center;
}
.HotbarSection{
    margin-right: 4vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}
body{
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
}
::-webkit-scrollbar-thumb:hover {
    cursor: grab;
}
::-webkit-scrollbar-thumb:active{
    cursor: grabbing;
}
::-webkit-scrollbar {
    width: 1vh;
}