body{
    color: #bbbbbb;
    background: #1b1c1c;
    font-family: 'Lufga Regular';
    font-weight:normal;
    font-size: 13px;
}

.textLight {
    color: #999999;
}

.bold {
    font-weight: bold;
}





div#LeftPanel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    box-sizing: border-box;
    padding: 10px;
    z-index: 1;
    /* box-shadow: 0px 0px 1px 0px #646669; */
}

div#MainContent {
    position: absolute;
    top: 0;
    left: 240px;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    overflow: auto;
    padding: 30px;
    padding-top: 0px;
    padding-left: 10px;
}

div#MainContent section {
    display: none;
}

div#LeftPanel>div {
    padding: 14px 0px;
    display: flex;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 10px;
    align-items: center;
    color: #444444;
    position: relative;
}

div#LeftPanel>div i {
    margin-right: 9px;
}

div#LeftPanel>div.selected {
    color: #ab1e3b;
    /*background: linear-gradient(90deg, rgba(22,200,60,1) 0%, rgba(128,221,66,1) 100%);*/
    /* box-shadow: 0px 3px 7px -5px #555; */
}

.mainSection {
    display: inline-block;
    margin: 20px;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(246 246 246 / 5%) 100%);
    border-radius: 15px;
    padding: 30px;
}

.smallMenu div#LeftPanel {
    width: 70px;
    font-size: 24px;
}

.smallMenu div#LeftPanel>div>div {
    display: none;
}

div#LeftPanel>div.selected:before {content: '';position: absolute;right: -15px;height: 6px;width: 6px;border-radius: 10px;background: linear-gradient(92deg, #ad374f 0%, #ab1e3b 100%);border: 2px solid #1d1d1d;}

.smallMenu div#MainContent {
    left: 70px;
}

.smallMenu div#LeftPanel>div i {
    margin: 0px;
    position: relative;
    z-index: 1;
}

.smallMenu div#LeftPanel>div {
    justify-content: center;
}

div#LeftPanel img {
    width: 30px;
    margin: 30px auto;
    display: block;
    margin-top: 15px;
}

.listWrapper {
    margin-top: 30px;
}

.listWrapper.leftList {
    width: 300px;
    box-shadow: 9px 0px 7px -9px #ffffff1a;
    position: absolute;
    top: 80px;
    margin: 0px;
    bottom: 0px;
    overflow: auto;
    font-size: 14px;
}

.listWrapper.leftList>div>div>div:first-of-type {
    max-width: 65%;
}

.listWrapper.leftList>div>div>div:last-of-type {
    max-width: 35%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

iframe {
    width: 100%;
    height: calc(100vh - 150px);
    border: none;
}

.flex.between {
    justify-content: space-between;
    align-items: center;
}

.flex{
    display: flex;
}

.flex.center{
    align-items: center;
}






div#FlyOutMenu {
    position: fixed;
    top: 0;
    left: 70px;
    z-index: 1;
    background: #0c0c0c;
    padding: 10px;
    bottom: 0px;
    font-size: 14px;
    width: 200px;
    padding-top: 51px;
    padding-left: 20px;
    box-sizing: border-box;
    display: none;
    border-left: 2px solid #ab1e3b5e;
}

div#FlyOutMenu .subMenu>div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #999;
    cursor: pointer;
}

div#FlyOutMenu .subMenu>div i {
    margin-right: 11px;
}

div#FlyOutMenu .subMenu>div:hover {
    color: white;
}

div#FlyOutMenu .subMenu>div.selected {
    color: #ab1e3b;
}

div#FlyOutMenu .subMenu:nth-of-type(2) {
    padding-top: 62px;
}

div#FlyOutMenu .subMenu:nth-of-type(3) {
    padding-top: 124px;
}

div#FlyOutMenu .subMenu:nth-of-type(4) {
    padding-top: 186px;
}

div#FlyOutMenu .subMenu:nth-of-type(5) {
    padding-top: 248px;
}

div#FlyOutMenu .subMenu:nth-of-type(6) {
    padding-top: 310px;
}

div#LeftPanel>div:hover:after,div#LeftPanel>div.hovered:after {
    content: '';
    position: absolute;
    right: -10px;
    width: 112%;
    height: 100%;
    background: linear-gradient(92deg, #0b0b0b 0%, #ab1e3b57 100%);
}

div#LeftPanel>div:hover,div#LeftPanel>div.hovered {
    color: white;
}

div#LeftPanel>div.selected:hover,div#LeftPanel>div.selected.hovered {
    color: #ab1e3b;
}


div#FlyOutMenuClose {
    position: fixed;
    top: 0;
    right: 0;
    left: 271px;
    bottom: 0;
    background: none;
    z-index: 1;
}

div#FlyOutMenu div[data-recent] {flex-wrap: wrap;}

.recent {
    margin-bottom: 10px;
    width: 100%;
}

div#FlyOutMenu div[data-recent]:hover {
    color: #999;
}

div#FlyOutMenu div[data-recent] .recent:hover {
    color: white;
    cursor: pointer;
}

a {
    color: #ab1e3b;
    text-decoration: none;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #133f3c;
}
input[type=range]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 30px;
    background: #ab1e3b;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #133f3c;
}

div#LoginScreen {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b1c1c;
    z-index: 100;
}

div#Background {
    background: red;
    height: 100vh;
    width: 100vw;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #181818;
    background: radial-gradient(#181818, #050505);
}

div#Background .redShape {
    background: red;
    position: absolute;
    top: 50px;
    height: 50%;
    width: 70%;
    background: radial-gradient(ellipse at center, #ab1e3b30 0%, #ab1e3b00 70%);
    transform: rotate(337deg);
}

div#Background .yellowShape {
    background: #fff200b0;
    position: absolute;
    top: 100px;
    left: 250px;
    height: 50%;
    width: 70%;
    background: radial-gradient(ellipse at center, #fff2000a 0%, #fff20000 70%);
    transform: rotate(337deg);
}

small {
    font-family: 'Lufga Light';
    opacity: .6;
    font-size: 12px;
}

.listWrapper.leftList>div {
    padding: 7px 10px;
    border-right: 2px solid transparent;
    cursor: pointer;
}

.listWrapper.leftList>div:hover {
    background: #ffffff14;
}

.listWrapper.leftList>div.selected {
    background: linear-gradient(90deg, #ab1e3b00, #ffffff26);
    border-right: 2px solid white;
}