body, div, p, td, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, input, button, textarea {
    margin: 0;
    padding: 0;
}

.fullSize {position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.flex {display: flex}
.flex-ai-center {align-items: center}


body {
    font-size: 9pt;
    overflow: hidden;
    line-height: calc(1rem + 4px);
    background-color: var(--colorBack10);
    fill: var(--colorBack70);
    color: var(--colorText70);
    font-family: 'Almarai', Roboto, sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: default;
}

.frameSplash {
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity ease 500ms ;
}

.info {
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15pt;
    height: 100%;
    display: flex;
    align-items: center;
}

.splash {position: relative; width: 600px; border-radius: 16px; box-shadow: 0 8px 28px 0 rgba(var(--colorBack90Rgb),0.2)}
.splashArea {display: flex; flex-direction: column; position: relative; background-repeat: no-repeat; background-position: 0 0; width: 100%; height: 256px; overflow: hidden; border-radius: 16px 16px 0 0;background-image: url(images/splashTopM.svg);}
.loadProgress {position: relative; width: 100%; height: 4px; margin-top: -2px; overflow: hidden; background: var(--colorBack50);}
.loadProgressFrame {position: absolute; height: 100%; transition: 0.1s; width: 1px; background: var(--colorBrand150);}
.splashInterp {background-position: 0 0; background-repeat: no-repeat; width: 100%; height: 64px; border-radius: 0 0 16px 16px;background-image: url(images/splashBottomM.svg);}
#mainSurface {
    display: grid;
    grid-template-columns: 0 fit-content(25%) 1fr 4.5rem;
    grid-template-rows: auto auto 1fr auto;
    grid-template-areas: "alertCell alertCell alertCell alertCell" "left sidebar openbar right" "left sidebar workArea toolbar" "perfLine perfLine perfLine perfLine";
}
#workArea {
    grid-area: workArea;
    background: var(--colorAdditional);
    padding-top: calc(1rem + 8px);
    border-radius: 1rem 1rem 0 0;
    overflow: hidden
}
.sidebar {
    grid-area: sidebar;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    padding-top: calc(1rem + 8px);
    padding-bottom: .75rem;
    font-size: 12pt;
    line-height: calc(1rem + 8px)
}
.sidebarMenu {
    position: relative;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 0;
    align-self: flex-start;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
    flex: 0 0 auto;
    height: 280px; min-height: 180px;
}
.sidebarBox {
    margin: 2rem 1rem 0 1.5rem
}
.toolbar {
    grid-area: toolbar;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 0 calc(1rem + 8px);
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebarMenu .sidebarBox:before,.sidebarMenu .sidebarBox:after {
    content: '';
    display: block;
    height: calc(1rem - 2px);
}
#mainSurface .openbar {
    padding-top: calc(1rem + 8px);
    padding-right: 0;
    padding-left: 0
}

.openbar {
    grid-area: openbar;
    display: flex;
    min-width: 0;
    padding: .5rem calc(1rem + 8px);
    margin: 0 -1px;
    z-index: 1
}
#perfLine {
    grid-area: perfLine;
    background-color: var(--colorBack10);
    border-top: solid 1px var(--colorBack20);
    height: calc(2.5rem - 1px);
    padding: 0 1.75rem
}
#alertCell {
    grid-area: alertCell
}
.sidebarItem {
    display: flex;
    align-items: center;
    color: var(--colorText50);
    fill: var(--colorBack50);
    border-radius: .5rem;
    position: relative;
    padding: .75rem .5rem;
    z-index: 1;
    scroll-snap-align: start;
    scroll-margin-top: 1rem;
    box-sizing: border-box;
    margin-top: 2px;
    margin-bottom: 2px;
}
.i24 {
    flex: 0 0 auto;
    font-size: calc(1rem + 8px);
    width: 1em;
    height: 1em
}
.sidebarItemIco {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 .25rem;
    position: relative;
    opacity: 0.7;
}
.sidebarItemName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 .5rem
}
.flex-0-0-auto {flex: 0 0 auto}
.flex-1-1-100 {flex: 1 1 100%}
.p1 {background-image: url("images/vn.svg")}
.p2 {background-image: url("images/sp.svg")}
.p3 {background-image: url("images/fn.svg")}

.sidebarItem:hover {
    color: var(--colorText70);
    fill: var(--colorBack70);
    background: var(--colorAdditional)
}
.sidebarItem:hover .sidebarItemIco, .sidebarItem.current .sidebarItemIco {
    opacity: 1;
}

.sidebarItem.current {
    color: var(--colorText70);
    fill: var(--colorBack70);
    background: var(--colorAdditional)
}
.select.sidebarItem {
    z-index: 3;
    box-shadow: 0 .5rem calc(1rem + 4px + .25rem*2) 0 rgba(var(--colorBack90Rgb),0.2)
}
.current.sidebarItem:before {
    content: '';
    background: var(--colorBrand150);
    border-radius: 0 calc(0.25rem - 1px) calc(0.25rem - 1px) 0;
    position: absolute;
    width: calc(0.25rem - 1px);
    top: .75rem;
    bottom: .75rem;
    margin: 0 -0.5rem
}
.sidebar .select.sidebarItem:after {
    content: '';
    flex: 0 0 auto;
    width: 1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--colorAdditional);
    z-index: -1
}
.sidebarItem:not(.select) .sidebarItemDecor {display: none}
.sidebarItemDecor {
    width: 1rem;
    top: -1rem;
    right: .5rem;
    bottom: -1rem;
    margin: 0 -1.5rem;
    position: absolute;
    overflow: hidden;
    z-index: -1
}
.sidebarItemDecor:before,.sidebarItemDecor:after {
    content: '';
    background: transparent;
    border-radius: 50%;
    position: absolute;
    width: 2rem;
    height: 2rem;
    box-shadow: 0 0 0 2rem var(--colorAdditional)
}
.sidebarItemDecor:before,.sidebarItemDecor:after {
    left: -1rem
}

.sidebarItemDecor:before {
    top: -1rem
}

.sidebarItemDecor:after {
    bottom: -1rem
}
.fsT3 {
    font-size: 11pt;
    line-height: calc(1rem + 4px)
}
.gridBoxText {
    position: relative;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    white-space: inherit;
    overflow-y: scroll;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 2rem;
}
.gridBoxText p {
    padding: 0.5rem 0;
}
::-webkit-scrollbar:HOVER {
    cursor: default
}

::-webkit-scrollbar:ACTIVE {
    cursor: default
}

::-webkit-scrollbar-thumb:HOVER {
    cursor: default
}

::-webkit-scrollbar-thumb:ACTIVE {
    cursor: default
}

::-webkit-scrollbar-corner {
    display: none
}

::-webkit-scrollbar {
    background-color: transparent;
    width: 1rem;
    height: 1rem
}

::-webkit-scrollbar-track:vertical {
    margin: calc(-0.5rem + 2px) 0
}

::-webkit-scrollbar-track:horizontal {
    margin: 0 calc(-0.5rem + 2px)
}

::-webkit-scrollbar-thumb {
    width: 24px;
    height: 24px;
    background-color: var(--colorBack30);
    background-clip: content-box;
    border-radius: 1rem;
    border: calc(0.5rem - 2px) solid transparent
}

::-webkit-scrollbar-thumb:HOVER {
    background-color: var(--colorBack40)
}

::-webkit-scrollbar-thumb:ACTIVE {
    background-color: var(--colorBack50)
}











