#Logo {
    padding: 0px;
    margin: 0px;
    width: 200px;
    height: 64px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background-color: white;
}

    #Logo img {
        background-color: white;
    }

    #Logo span {
        color: dodgerblue;
        font-size: 20pt;
    }

#AppName {
    color: dodgerblue;
}

#btnToggleCollapse {
    font-size: 24px;
    line-height: 64px;
    padding: 0 24px;
    cursor: pointer;
    transition: color 0.3s;
}

#btnExit-Fullscreen {
    font-size: 20pt;
    color: red;
    margin-left: 20px;
}

#btnExit-Fullscreen2 {
    font-size: 20pt;
    color: red;
    position: fixed;
    top: 10px;
    left: 5px;
    z-index: 999;
}

#Avatar svg {
    margin-top: -9px !important;
}

.SiderBG {
    background-color: dodgerblue !important;
}

.ant-layout-sider-children {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.ant-layout-sider-trigger {
    background: dodgerblue !important;
}

.Menu {
    color: white !important;
}

.Sub-Menu {
    color: rgba(0, 0, 0, 0.65) !important;
}

.ant-menu-item-selected i {
    color: red !important;
}

.ant-menu-item-selected span {
    color: red !important;
}

.ant-menu-submenu-arrow {
    color: white !important;
}

#LoginForm svg {
    margin-top: 1px !important;
}