.ap-main-viewport {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    flex-direction: column;
}

.ap-header-placeholder {
    width: 100%;
    height: 8vh;
    background-color: rgb(25, 24, 24);
}

.ap-main {
    width: 100%;
    height: 92vh;
    background: linear-gradient(180deg, rgb(25, 24, 24) 4.00%,rgba(255, 0, 0, 0.73) 100.00%);
}

.ap-main-content {
    width: 100%;
    height: 92vh;
    max-width: 1920px;
    padding: 8px 16px 16px 16px;
}

.ap-left-content {
    width: 30%;
    height: 100%;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.49);
    margin-right: 8px;
    background-color: #3d3d3d;
    border-radius: 16px 0px 0px 16px;
    border-width: 1px;
    border-color: rgba(255, 0, 0, 0.3);
    flex-direction: column;
    justify-content: flex-start;
}

.ap-title {
    width: 100%;
    height: 5vh;
    background-color: rgba(255, 0, 0, 0.3);
    color: #d9d9d9;
}

.ap-account-content {
    margin-top: 3vh;
    flex-direction: column;
}

.ap-account-welcometext {
    color: #d9d9d9;
    cursor: default;
    padding: 5px;
    font-size: 30px;
}

.ap-account-welcome-username {
    color: #d9d9d9;
    font-size: 30px;
    padding: 5px;
    cursor: default;
    border-radius: 8px;
    box-shadow: rgb(89, 89, 89) 0px 0px 10px 0px;
    background-color: #595959;
}

.ap-account-roles {
    padding: 8px 0px 8px 8px;
    margin-top: 8px;
    border-radius: 8px;
    background-color: #595959;
}

.ap-account-role {
    margin-right: 8px;
}

.ap-account-role-color {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    border-radius: 50%;
    background-color: #9b59b6;
}

.ap-account-role-name {
    color: #d9d9d9;
    cursor: default;
    font-size: 10px;
    margin-top: 0.5px;
}

.ap-account-quick-toggles {
    margin-top: 8px;
}

.ap-account-logout-button {
    padding: 0px;
}

.ap-account-logout-svg {
    color: #d9d9d9;
    margin-left: 8px;
    transition: 0.3s;
    cursor: pointer;
}

.ap-account-logout-svg:hover {
    transform: scale(1.06);
    color: #ffffff;
}

.ap-account-logout-svg:active {
    transform: scale(0.98);
}

.ap-account-home-button {
    padding: 0px;
}

.ap-account-home-svg {
    color: #d9d9d9;
    transition: 0.3s;
    cursor: pointer;
    margin-left: 5px;
}

.ap-account-home-svg:hover {
    transform: scale(1.06);
    color: #ffffff;
}

.ap-account-home-svg:active {
    transform: scale(0.98);
}

.ap-tools-container {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 0px 0px 0px 16px;
}

.ap-tools-title {
    width: 100%;
    padding: 10px;
    border-width: 1px 0px 1px 0px;
    background-color: #595959;
    color: #d9d9d9;
    border-color: black;
    font-size: 20px;
}

.ap-tools-button {
    width: 100%;
    padding: 10px;
    border-width: 0px 0px 1px 0px;
    background-color: #595959;
    color: #d9d9d9;
    border-color: black;
    font-size: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.ap-tools-button:hover {
    background-color: #3d3d3d;
}

.ap-right-container {
    width: 70%;
    height: 100%;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.49);
    background-color: #3d3d3d;
    border-radius: 0px 16px 16px 0px;
    border-width: 1px;
    border-color: rgba(255, 0, 0, 0.3);
    flex-direction: column;
    justify-content: flex-start;
}

.ap-right-title {
    width: 100%;
    height: 12%;
    border-radius: 0px 16px 0px 0px;
    background-color: rgba(255, 0, 0, 0.3);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}

.ap-right-title-text {
    font-size: 40px;
    color: #d9d9d9;
}

.ap-right-description-text {
    font-size: 16px;
    color: #d9d9d9;
}

.ap-right-content {
    width: 100%;
    height: 100%;
}

.ap-select-to-continue {
    flex-direction: column;
}

.ap-select-tool-text {
    color: #d9d9d9;
    cursor: default;
    font-size: 80px;
}

.ap-select-tool-uid {
    color: #d9d9d9;
}