﻿.nav-sidebar .menu-is-opening > .nav-link i.right, .nav-sidebar .menu-is-opening > .nav-link svg.right, .nav-sidebar .menu-open > .nav-link i.right, .nav-sidebar .menu-open > .nav-link svg.right {
    transform: rotate(90deg) !important;
}


.nav-sidebar .nav-treeview {
    padding-left: 5% !important;
}

    .nav-sidebar .nav-treeview a {
        width: auto !important;
    }

aside.main-sidebar > div > nav > ul {
    font-weight: bolder;
    font-family: system-ui;
}

.nav-sidebar > .nav-item > .nav-link:focus {
    background-color: #6610f2 !important;
    color: #fff !important;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: #6610f2 !important;
    color: #fff !important;
}

.nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: rgb(113 49 217 / 78%) !important;
    color: #ffffff !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #6610f2 !important;
    color: #fff;
}

[class*=sidebar-dark] .btn-sidebar, [class*=sidebar-dark] .form-control-sidebar {
    background-color: #100f1f !important;
    border: 1px solid #3c3f42 !important;
    color: #fff;
}

[class*=sidebar-dark] .list-group-item {
    background-color: #100f1f !important;
    border-color: #42464a !important;
    color: #c2c7d0;
}

.control-sidebar-dark {
    background-color: #1c1d31 !important;
}

/*----------------------------------------------Start Layout-----------------------------------------*/

.navbar-fixed-top {
  /*  position: fixed;*/
    position: relative;
    width: 100%;
    z-index: 10;
    /*min-height: 4rem;*/
}

.subsection-header {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding: 10px 0 5px;
    margin-bottom: 10px;
}

.navbar-profile-content {
    padding-top: 3rem;
    padding-left: 1rem;
}

.li-Cantegory {
    height: 7vh;
    line-height: 2.4;
    padding-left: 1.5rem;
}

    .li-Cantegory.active {
        background-color: #16a77c;
    }

.href-Cantegory {
    font-size: 2.5vmax;
    font-weight: bolder;
    color: white;
}

.divContentWrapper {
/*    min-height: 91vh;
    padding-top: 4rem !important;*/
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.item-navbar {
    background-color: transparent !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #ffffff;
    border: transparent !important;
}

.Categories {
    background-color: #e7f5ee;
/*    font-size: 1.2rem;*/
    font-weight: bolder;
    padding: 15px;
    color: #30b18a;
}

/*----------------------------------------------End Layout-----------------------------------------*/

/*----------------------------------------------Start Footer-----------------------------------------*/
.dfooter {
    background-color: #1d1d1d;
    color: #626161;
    /*position: fixed;
    bottom: 0;*/
    width: 100%;
    margin-top: auto;
}


.divFooter {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
}

.divLogoSocial {
    float: right;
}

.rightFooterTxt {
/*    font-size: 8px;*/
    float: right;
    color: white;
}


.leftFooterTxt {
    font-size: 10px;
}

.leftContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rightContent {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/*----------------------------------------------End Footer-----------------------------------------*/

/*--------------------------------------------------Start Extent style-----------------------------------------------------*/
.section-header {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #AAA;
    padding: 10px 0;
    margin-bottom: 10px;
    clear: both;
}

/*--------------------------------------------------End Extent style-----------------------------------------------------*/

/*----------------------------------------------Start LoginModal-----------------------------------------*/


.modalLogin {
    top: 20% !important;
}

.divModalBody {
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.divModalLogo {
    background-image: url(/Content/images/baji88Forum.png);
    background-size: 100% 100%;
    width: 180px;
    height: 50px;
    background-repeat: no-repeat;
}

.divForgotPassword {
    color: white;
    float: right;
    padding-bottom: 1rem;
}

.divBtn {
    padding-bottom: 1rem;
}

.divSignUp {
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.divModalForm{
   position:relative;
}

    .user, .lock {
        position: absolute;
        color: white;
        font-size: 1.5rem;
        left: 15px;
        top: 20px;
    }

    .PasswordEye {
        position: absolute;
        color: white;
        font-size: 1.5rem;
        right: 10px;
        top: 20px;
    }

    .divModalForm > input {
        padding: 2rem 2.75rem !important;
        border-radius: 1rem;
        background-color: #070707;
        color: white;
    }

    .divModalForm > input:focus {
        background-color: #070707 !important;
        color: white;
    }

    .divModalForm > input::placeholder {
        color: white;
    }

.btnContinue {
    padding: 1rem 0.75rem;
    font-weight: bolder;
    font-size: 1.5rem;
    border-radius: 1rem;
    background-color: #16a77c;
}

.linktxt {
    color: white;
    text-decoration: underline;
}

/*----------------------------------------------End LoginModal-----------------------------------------*/

/*----------------------------------------------Start SignUpModal-----------------------------------------*/
.modalSignUp {
    top: 5% !important;
}

.divContentTxt{
    color: white;
    border-bottom: solid;
    text-align: center;
    font-weight: bolder;
    font-size: 1.5rem;
    width: 100%;
}

.form-wrapper label{
    color: white;
    margin-bottom: 0 !important;
    width: 100%;
}

.inputField {
    color: #d5d4d4 !important;
    background-color: #2E2D2E !important;
    border-radius: 0.5rem !important;
    border: none !important;
}

.inputField:focus {
    color: #d5d4d4 !important;
    background-color: #2E2D2E !important;
}

/*----------------------------------------------End SignUpModal-----------------------------------------*/



/*----------------------------------------------Start Lang Modal-----------------------------------------*/
.LangContent {
    width: 30%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.LangGroupButton {
    display: flex;
    width: 70%;
    gap: 10px;
}

.btnSelectedLanguage {
    width: 50%;
    color: #239772;
    border: 1px solid #14805e;
    opacity: 1 !important;
}

.btnLanguage {
    width: 50%;
    color: #666;
    border: 1px solid #eee;
    opacity: 1 !important;
}

.Lang-color {
    color: rgba(102,102,102,.6);
}

.Lang-modal-section {
    border-bottom: 0.0625rem solid #eee;
    padding: 0px 0px 10px;
    margin-bottom: 10px;
}

/*----------------------------------------------End Lang Modal-----------------------------------------*/