body 
{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #7a878e;
}
a 
{
    text-decoration: none;
}
.art-master
{
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
}
.art-main-nav
{
    background: var(--color-master);
    height: 100%;
    flex-basis: 63px;
    flex-shrink: 0;
    padding: 6px;
    text-align: center;
    position: relative;
    padding-top: 8px;
    display: grid;
    align-items: center;
}
.art-live
{
    background: #fff;
    width: 100%;
    overflow: auto;
    padding: 35px;
}

.art-live-content
{
    width: 100%;
    max-width: 1100px;
    overflow: visible;
    margin: auto;
    height: 100%;
    position: relative;
}
.art-logo img
{
    width: 37px;
}
.art-logo
{
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 9px;
    width: 25px;
    height: 25px;
    margin: auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.art-user
{
}
.art-nav
{
    text-align: center;
    display: grid;
    justify-content: center;
}
.art-nav a 
{
    display: block;
    font-size: 9px;
    color: #fff;
    margin-bottom: 9px;
    padding: 8px;
    border-radius: 100px;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
}
.art-nav a:hover
{
    color: #fff;
    background: var(--color-master);
    filter: brightness(0.9);
}
.art-nav .checked
{
    background: var(--color-master);
    color: #fff;
    filter: brightness(0.9);
}

.art-nav a i
{
    display: block;
    font-size: 24px;
    margin-bottom: 4px;
    line-height: 26px;
}
.art-nav.bottom
{
    bottom: 32px;
    width: 87%;
    text-align: center;
    position: absolute;
}
.art-main-nav hr
{
    border: 0;
    border-top: 1px solid #e55325;
    margin-top: 13px;
    margin-bottom: 9px;
}
.art-main-subnav
{
    /* background: #f9fafa; */
    padding: 12px;
    /* max-width: 170px; */
    width: 100%;
    display: none;
}
.art-main-subnav a i 
{
    color: var(--color-master);
    margin-right: 7px;
    font-size: 18px;
    float: left;
    margin-top: -2px;
}
.art-main-subnav a
{
    display: block;
    padding: 8px;
    border-radius: 24px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 5px;
    color: #7a878e;
}
.art-main-subnav a:hover
{
    background: #EAECEF;
    color: #7a878e;
}
.art-main-subnav-title
{
    color: var(--color-master);
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 14px;
    font-weight: 600;
    /* text-transform: uppercase; */
}
.art-main-subnav-info
{
    background: #EAECEF;
    border-radius: 4px;
    font-size: 13px;
    padding: 17px;
    margin-top: 20px;
    display: none;
}
.art-main-subnav .checked
{
    background: var(--color-master) !important;
    color: #fff !important;
}
.art-main-subnav .checked i 
{
    color: #fff !important;
}
.art-main-nav-mobile
{
    background: var(--color-master);
    position: fixed;
    height: 48px;
    margin-top: 14px;
    padding-left: 24px;
    padding-right: 20px;
    padding-top: 3px;
    right: 0;
    margin-right: 22px;
    border-radius: 24px;
    /* border: 1px solid #eee; */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999;
}
.art-toggle-menu
{
    font-size: 37px;
    /* padding-top: 6px; */
    color: #fff;
    z-index: auto;
    text-align: center;
}
.art-logo-mobile img
{
    width: 40px;
}
.art-logo-mobile
{
    background: #fff;
    border-radius: 10px;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: auto;
    display: flex;
    margin-bottom: 10px;
    float: left;
    padding-left: 18px;
    padding-top: 14px;
}
.blur
{
    filter: blur(2px);
}
.art-preloader-content
{
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}
.art-preloader-figure
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.art-main-subnav-content
{
    flex-basis: 218px;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background: #f9fafa;
    border-right: 1px solid #e1e9e9;
}
.art-main-nav-mobile a
{
    color: #fff !important;
    font-size: 30px;
    margin-right: 5px;
}
@media (max-width: 800px) {
    
    .art-main-nav
    {
        display: none;
    }
    .art-main-subnav
    {
        width: 100%;
        /* flex-basis: 66%; */
        /* flex-shrink: 0; */
        /* max-width: none; */
    }
    .art-live
    {
        padding: 20px;
    }
    .art-main-nav-mobile
    {
        display: block;
    }
    .art-main-subnav-content
    {
        border: unset;
        width: 77%;
        flex-basis: auto;
    }
    .art-main-subnav-content {
        display: none;
    }
}

