/* Start Nav2 */
.icon-bar2 {
    height: calc(100% - 24px);
    top: 12;
    /*background-color: var(--SidebarBG);*/
    background-image: linear-gradient(to bottom, var(--SidebarBG_1_1), var(--SidebarBG_1_2));
    position: fixed;
    vertical-align: middle;
    z-index: 99;
    border-radius: 20px;
    box-shadow: inset 0 0 15px rgb(0 0 0 /15%) !important;
}
.icon-bar2 a {
    width: 95px;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: var(--SidebarFC);
    /*color: #fcd76a;*/
    font-size: .7em;
    text-decoration: none;
    /*height: 20%;*/
    align-items: center;
    display: flex;
    text-align: center;
}
.icon-bar2 a ul {
    width: 100%;
}
.icon-bar2 a ul .Nav2a_Icon {
    margin-top: 3px;
    margin-bottom: 1px;
}
.FC_I {
    color: var(--SidebarBGIcon);
    border-radius: 100px;
    /*box-shadow: inset 0 0 5px rgba(0 0 0 /20%) !important;*/
    /*box-shadow: 0 0 10px var(--Color1_1), 0 0 1px var(--Color1_8) inset;*/
    opacity: .8;
}
.FC_I2 {
    color: var(--SidebarFCIcon);
}
.icon-bar2 a ul .Nav2a_Text {
    padding: 5px 0;
    font-size: .7rem;
    opacity: 1;
}
.icon-bar2 a ul .Nav2a_Text span:hover {
    font-weight: bold;
}

.icon-bar2 a:first-child {
    background-color: var(--SidebarBGFirstCh);
    color: var(--SidebarFCFirstCh);
    border-radius: 20px 20px 0 0;
}

.icon-bar2 .Nav2aT {
    min-height: 45px;
    top: 0;
    border-bottom: 1px solid var(--SidebarBorder);
}
.icon-bar2 .Nav2aT:first-child {
    height: 62px;
    font-size: 1.7em;
}
.icon-bar2 a.Nav2aT:first-child {
    border-bottom: none;
}
.icon-bar2 .Nav2aC {
    min-height: 45px;
    float: none;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon-bar2 .Nav2aB2 {
    min-height: 45px;
    bottom: 62px;
    position: absolute;
    border-top: 1px solid var(--SidebarBorder);
}
.icon-bar2 .Nav2aB {
    height: 62px;
    bottom: 0;
    position: absolute;
    border-top: 1px solid var(--SidebarBorder);
}
.icon-bar2 a i {
    margin: auto;
}
/*
.icon-bar2 a:hover {
    background-color: var(--Border1);
    color: var(--Color1_1);
}
.activeNav2 {
    background-color: var(--Color1_1) !important;
    color: #fff !important;
}
.activeNav2:hover {
    background-color: var(--Color1_1) !important;
    color: #fff !important;
}
*/
@media screen and (max-width: 992px) {
    .icon-bar2 {
        display: none;
    }
}
/* End Nav2 */
/* Start Sidebar1 */
.Sidebar1Close {
    height: calc(100% - 74px);
    top: 74px;
    right: -230px;
    width: 200px;
    position: fixed;
    background-color: var(--Sidebar2BG);
    transition: all 0.3s ease;
    /*overflow-x: hidden;*/
    z-index: 99;
    /*border-radius: 20px 20px 0 0;*/
}
.Sidebar1Open {
    height: calc(100% - 74px);
    top: 74px;
    right: 0;
    width: 230px;
    position: fixed;
    background-color: var(--Sidebar2BG);
    /*transition: all 0.5s ease;*/
    z-index: 99;
    /*border-radius: 20px 20px 0 0;*/
}
/* Start Tab */
/* Style the tab */
.tab1 {
    overflow: hidden;
    border-bottom: 1px solid var(--Sidebar2Tab1Border);
    /*background-color: #f1f1f1;*/
    /*border-radius: 20px 20px 0 0;*/
}
/* Style the buttons inside the tab */
.tab1 button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%;
    color: var(--Sidebar2Tab1BtnFC);
    font-weight: bold;
}
/* Change background color of buttons on hover */
.tab1 button:hover {
    
}
/* Create an active/current tablink class */
.tab1 button.activeTab1 {
    /*background-color: var(--Sidebar2Tab1BtnActiveBG);*/
    background-image: linear-gradient(to right, var(--Sidebar2Tab1BtnActiveBG_1_1), var(--Sidebar2Tab1BtnActiveBG_1_2));
    color: var(--Sidebar2Tab1BtnActiveFC);
}
/* Style the tab content */
.tab1Content {
    display: none;
    /*padding: 6px 12px;*/
    /*border: 1px solid #ccc;*/
    /*border-top: none;*/

    height: calc(100% - 55px) !important;
}
/* End Tab */
/* Start SubMenu */
.nav-sidebar1 {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: .9rem;
    overflow-x: hidden;
    height: 100%;
}
.nav-sidebar1>li>a,
.sub-menu1>li>a {
    display: block;
    color: var(--Sidebar2FC);
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 3em;
}
.sub-menu1>li>a {
    line-height: 2em;
}
.nav-sidebar1>li>a:hover,
.nav-sidebar1>li>a:focus,
.sub-menu1>li>a:hover,
.sub-menu1>li>a:focus {
    text-decoration: none;
}
/**/
.nav-sidebar1>li>a:hover,
.nav-sidebar1>li>a:focus{
    background-color: var(--Sidebar2BGActive);
    color: var(--Sidebar2FCActive);
    /*box-shadow: inset 0 0 2px rgb(0 0 0 /10%) !important;*/
}
.openmenu1 {
    background-color: var(--Sidebar2BGActive) !important;
    color: var(--Sidebar2FCActive) !important;
    /*box-shadow: inset 0 0 2px rgb(0 0 0 /10%) !important;*/
}
.sub-menu1>li>a:hover,
.sub-menu1>li>a:focus {
    background-color: var(--Sidebar2BGSubMenuActive);
    color: var(--Sidebar2FCSubMenuActive) !important;
    /*box-shadow: inset 0 0 2px rgb(0 0 0 /10%) !important;*/
    font-weight: bold;
}
.SubMenu1Active {
    background-color: var(--Sidebar2BGSubMenuActive) !important;
    color: var(--Sidebar2FCSubMenuActive) !important;
    /*box-shadow: inset 0 0 2px rgb(0 0 0 /10%) !important;*/
    font-weight: bold;
}
/**/
.dropmenu1:after {
    font-family: 'FontAwesome';
    /*font-size: 16px;*/
    content: "\f104";
    vertical-align: middle;
    float: left;
    margin-right: -10px;
    /*transition: all .3s ease;*/
}
.openmenu1:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sub-menu1 {
    display: none;
    list-style: none;
    /*padding: 10px 30px;*/
    margin: 0;
    background-color: var(--Sidebar2BGSubMenu);
    position: relative;
}
.sub-menu1 li a {
    padding-right: 30px;
}
.open-menu1>.sub-menu1 {
    display: none;
}

/* Start AccountsGuide */
.nav-sidebar2 {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    
    overflow-x: hidden;
    height: 100%;
}
.nav-sidebar2>li>a,
.sub-menu2>li>a {
    display: block;
    color: var(--Sidebar2FC);
    text-transform: capitalize;
    padding: 0 20px;
    line-height: 3em;
}
.sub-menu2>li>a {
    line-height: 2em;
}
.nav-sidebar2>li>a:hover,
.nav-sidebar2>li>a:focus,
.sub-menu2>li>a:hover,
.sub-menu2>li>a:focus {
    text-decoration: none;
}
/**/
.nav-sidebar2>li>a:hover,
.nav-sidebar2>li>a:focus{
    background-color: var(--Sidebar2BGActive);
    color: var(--Sidebar2FCActive);
    /*box-shadow: inset 0 0 2px rgb(0 0 0 /10%) !important;*/
}
.openmenu2 {
    background-color: var(--Sidebar2BGActive) !important;
    color: var(--Sidebar2FCActive) !important;
    /*box-shadow: inset 0 0 2px rgb(0 0 0 /10%) !important;*/
}
.sub-menu2>li>a:hover,
.sub-menu2>li>a:focus {
    background-color: var(--Sidebar2BGSubMenuActive);
    color: var(--Sidebar2FCSubMenuActive) !important;
    /*box-shadow: inset 0 0 2px rgb(0 0 0 /10%) !important;*/
    font-weight: bold;
}
.SubMenu2Active {
    background-color: var(--Sidebar2BGSubMenuActive) !important;
    color: var(--Sidebar2FCSubMenuActive) !important;
    /*box-shadow: inset 0 0 2px rgb(0 0 0 /10%) !important;*/
    font-weight: bold;
}
/**/
.dropmenu2:after {
    font-family: 'FontAwesome';
    font-size: 16px;
    content: "\f104";
    vertical-align: middle;
    float: left;
    margin-right: -10px;
    /*transition: all .3s ease;*/
}
.openmenu2:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sub-menu2 {
    display: none;
    list-style: none;
    /*padding: 10px 30px;*/
    margin: 0;
    background-color: var(--Sidebar2BGSubMenu);
    position: relative;
}
.sub-menu2 li a {
    padding-right: 40px;
}
.open-menu2>.sub-menu2 {
    display: none;
}
/* End AccountsGuide */

/* End SubMenu */
@media screen and (max-width: 992px) {
    .Sidebar1Close {
        height: calc(100% - 50px);
        top: 50px;
        border-radius: 0;
    }
    .Sidebar1Open {
        height: calc(100% - 50px);
        top: 50px;
        border-radius: 0;
    }
    .tab1 {
        border-radius: 0;
    }
}
/* End Sidebar1 */
