body 
{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #566877;
    height: 100%;
}
a 
{
    text-decoration: none;
}

.art-master
{
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
}
.art-main-nav
{
    background: #f0f3f8;
    height: 100%;
    /* flex-basis: 65px; */
    /* flex-shrink: 0; */
    padding: 6px;
    text-align: center;
    position: relative;
    padding-top: 8px;
    display: grid;
    /* width: 300px; */
}
.art-live
{
    background: #fff;
    width: 100%;
    overflow: auto;
    padding: 26px;
}

.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;
}
.art-main-nav a 
{
    display: flex;
    font-size: 9px;
    /* color: #fff; */
    margin: auto;
    margin-bottom: 1px;
    /* padding: 6px; */
    width: 35px;
    height: 35px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    background: #e3e7ec;
}
.art-main-nav a.checked
{
    background: var(--color-master);
    color: #fff;
}
.art-main-nav a:hover
{
    background: var(--color-master);
    color: #fff;
}
.art-main-nav a .checked
{
    background: #0365d2;
    color: #fff;
}

.art-main-nav a i
{
    /* display: block; */
    font-size: 21px;
}
.art-nav.bottom
{
    bottom: 32px;
    width: 87%;
    text-align: center;
    position: absolute;
}
.art-main-nav hr
{
    border: 0;
    border-top: 1px solid #4367ca;
    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: #4B74E6; */
    margin-right: 7px;
    font-size: 18px;
}

.art-main-subnav a
{
    display: flex;
    padding: 4px;
    border-radius: 24px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 5px;
    color: #566877;
    align-items: center;
}
.art-main-subnav a:hover
{
    background: #f5f7fb;
    color: unset;
}
.art-main-subnav-title
{
    color: var(--color-master);
    margin-bottom: 16px;
    /* padding-left: 20px; */
    font-size: 18px;
    margin-top: 14px;
    /* font-weight: 300; */
    /* 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;
    opacity: 1 !important;
}
.art-main-subnav .checked i 
{
    color: #fff !important;
}
.art-main-nav-mobile
{
    background: #f0f3f8;
    position: fixed;
    height: 48px;
    margin-top: 14px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 3px;
    right: 0;
    margin-right: 14px;
    border-radius: 24px;
    /* border: 1px solid #eee; */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999;
}
.art-main-nav-mobile div
{
    display: flex;
}
.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: 220px;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #eff3f8;
}
.art-main-nav-mobile a
{
    color: #50585d !important;
    font-size: 28px;
    margin-right: 5px;
}
.nav-lane-top
{
    display: grid;
    justify-content: center;
}
.nav-lane-center
{
    align-items: center;
    justify-content: center;
    display: grid;
}
.nav-lane-bottom
{
    display: grid;
    align-items: end;
    justify-content: center;
}
.art-nav-show
{
    display: grid !important;
}
.menu-contrast
{
    background: #f5f7fb;
    border-radius: 10px !important;
    padding: 14px !important;
    color: #202832 !important;
}
.menu-contrast:hover
{
    opacity: 0.7;
}
.nav-lane-top hr
{
    border-top: 1px solid #d2d6dc;
    margin-top: 15px;
    margin-bottom: 15px;
}

.nav-label
{
    margin-bottom: 7px;
    font-size: 10px;
}
@media (max-width: 800px) 
{
    .art-main-nav
    {
        display: none;
    }
    .art-main-subnav
    {
        width: 100%;
        max-width: 225px;
        /* flex-basis: 66%; */
        /* flex-shrink: 0; */
        /* max-width: none; */
        padding-right: 27px;
    }
    .art-live
    {
        padding: 20px;
        margin-bottom: 22px;
    }
    .art-main-nav-mobile
    {
        display: block;
    }
    .art-main-subnav-content
    {
        border: unset;
        /* width: 79%; */
        flex-basis: auto;
    }
    .art-main-subnav-content {
        display: none;
    }
    .art-main-subnav a 
    {
    /* display: block; */
    /* padding: 8px; */
    /* border-radius: 24px; */
    /* padding-left: 16px; */
    /* padding-right: 16px; */
    /* margin-bottom: 3px; */
    }


}

