﻿body {
    padding-bottom: 60px;
    font-size: 14px !important;
}
.logo {
    margin-right: 0px;
}
.theme-main-menu .navbar-toggler {
    left: 0;
    position: absolute;
    border-radius: 5px;
}
.theme-main-menu .gap-one {
    padding: 10px 13px;
}
@media screen and (max-width: 991px) {
    .navbar-collapse {
        right: 0;
        left: unset;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        background-color: #fff;
        right: 0;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        clear: both;
        width: 320px;
        max-width: calc(100vw - 60px);
        z-index: 9999;
        transform: translateX(100%);
        display: block !important;
        padding: 16px 0 20px;
        transition: all .3s ease-in-out;
    }

    /*.theme-main-menu .navbar {
        position: absolute;
        top: 0;
        right: unset;
        transform: translateX(100%);
    }*/
}


@media (max-width: 992px) {
    body {
        padding-bottom: 60px;
        font-size: 14px !important;
    }
}
.header {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 7px #1F3F3F56;
    height: 60px;
}
.logo a img {
    max-height: 40px;
}
.theme-main-menu .navbar-toggler::before, .theme-main-menu .navbar-toggler::after {
    width: 21px;
    height: 1px;
}
.theme-main-menu .navbar-toggler span {
    width: 18px;
    height: 1px;
}
.navbar-collapse.show {
    box-shadow: -15px 0 25px rgba(35, 35, 35, .09);
}

.mlogo img {
    max-height: 40px;
    position: absolute;
    right: 20px;
    margin-top: 3px;
}

.mobilemenu {
    height: 65px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 7px #000000;
    box-shadow: 0 0 7px rgb(0 0 0 / 0.15);
    z-index: 99;
    line-height: 1.8rem;
    text-align: center;
    margin: 0;
    overflow: hidden;
}

    .mobilemenu a {
        display: block !important;
        color: #1F3F3F !important;
        line-height: 1.3rem !important;
        font-size: 1.4rem !important;
        padding: 10px 0 !important;
        height: 65px;
        text-align: center
    }
        .mobilemenu a i {
            display: block !important;
            color: #1E1E34 !important;
            line-height: 18px !important;
            font-size: 18px !important;
            margin-bottom: 3px;
        }
        .mobilemenu a img {
            max-width: 35%;
            display: inline-block;
            /*margin-bottom: 3px;*/
            margin-top: -2px;
        }
        .mobilemenu a span {
            display: block !important;
            color: #1F3F3F !important;
            line-height: 18px !important;
            font-size: 10px !important;
            font-weight: bold !important;
        }



.account1 {
    position: absolute;
    left: 15px;
    top: 13px;
    z-index: 100;
}

.svg-icon.svg-icon-success svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #000 !important;
}

.svg-icon.svg-icon-success svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-success svg path {
    fill: #000 !important;
}
.nav-toggle:before {
    display: none;
}
.nav-header {
    padding-top: 10px;
    position: fixed;
    display: block;
    width: 100%;
    z-index: 99;
}
    .nav-header .nav-brand {
        position: absolute;
        left: 40px;
    }

    .nav-header .nav-brand span {
        position: relative;
    }

        .nav-header .nav-brand span::before, nav-header .nav-brand span::after {
            background-color: #1BC5BD;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .nav-header .nav-brand span::before, .nav-header .nav-brand span::after {
            position: absolute;
            display: block;
            right: 0;
            width: 100%;
            height: 3px;
            min-height: 3px;
            content: "";
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            border-radius: 3px;
        }

    .nav-header .nav-brand span {
        display: block;
        height: 3px;
        background: #000000;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 10px;
        margin: 4px auto;
        border-radius: 3px;
    }


        .nav-header .nav-brand span:before {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            right: auto;
            left: 0px;
            width: 50%;
            border-radius: 3px;
        }

        .nav-header .nav-brand span::before {
            top: -8px;
        }

        .nav-header .nav-brand span:after {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            right: auto;
            left: 0px;
            width: 75%;
            background-color: #1BC5BD;
            border-radius: 3px;
        }

        .nav-header .nav-brand span::after {
            bottom: -8px;
        }

.nav-toggle {
    width: 27px;
    border-radius: 0.42rem;
}


.btnback {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding-top: 12px;
    z-index: 9;
}


@media (max-width: 768px) {
    .nav-header .nav-brand {
        width: 40px;
        height: 40px;
        border-radius: 3px;
    }
}

.text-primary {
    color: #1F3F3F;
}

.text-bold {
    font-weight: bold;
}

.logohead img {
    float: right;
    max-height: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.col-20 {
    width: 20%;
    float: right;
    position: relative;
    padding:0;
}

.mobilemenu a.bmactive {
    background: #1F3F3F;
}

    .mobilemenu a.bmactive i,
    .mobilemenu a.bmactive, a.bmactive,
    .mobilemenu a.bmactive span {
        color: #FFF !important;
    }



#kt_aside_mobile_toggle {
    display: none !important;
}

/*.nav-menus-wrapper.nav-menus-wrapper-open {
    right: 0;
    left: auto;
    z-index: 9;
}*/


/* reflict menu */

.mobilemenu {
    box-shadow:none;
    background: #1F3F3F;
    color: #FFF;
}

    .mobilemenu a span {
        color: #FFF !important;
        text-align: center;
    }
    .mobilemenu a i {
        color: #FFF !important;
        text-align: center;
    }
    .mobilemenu a.bmactive,
    .mobilemenu a.bmactive span,
    .mobilemenu a.bmactive i {
        background: #1F3F3F;
        color: #FFF !important;
    }