﻿body {
    padding-bottom: 60px;
    font-size: 14px !important;
}

@media (max-width: 992px) {
    body {
        padding-bottom: 60px;
        font-size: 14px !important;
    }
}
.header {
   /* position: fixed;*/
    left: 0;
    right: 0;
}

.mobilemenu {
    height: 55px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #C69C6D;
    box-shadow: 0 0 7px #C69C6D;
    box-shadow: 0 0 7px rgb(0 0 0 / 0.15);
    z-index: 99;
    /* -webkit-border-top-left-radius: 0.5rem;
    -moz-border-radius-topleft: 0.5rem;
    border-top-left-radius: 0.5rem;
    -webkit-border-top-right-radius: 0.5rem;
    -moz-border-radius-topright: 0.5rem;
    border-top-right-radius: 0.5rem;*/
    line-height: 1.8rem;
    text-align: center;
    margin: 0;
    overflow: hidden;
}

    .mobilemenu a {
        display: block!important;
        color: #C69C6D!important;
        line-height: 1.3rem!important;
        font-size: 1.4rem!important;
        padding: 10px 0!important;
        height: 60px;
    }
        .mobilemenu a i {
            display: block !important;
            color: #fff !important;
            line-height: 18px !important;
            font-size: 20px !important;
        }
    .mobilemenu a span {
        display: block!important;
        color: #FFF!important;
        line-height: 18px!important;
        font-size: 12px!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: #023047 !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: #023047 !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: #C69C6D;
        -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: #C69C6D;
}

.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;
}

.mobilemenu a.bmactive {
    background: #023047;
    color: #820000 !important;
}

    .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;
}*/
