        /*
    DEMO STYLE
*/
        
        @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
        body {
            /* font-family: "Poppins", sans-serif; */
            font-family: 'sf_ui_displaysemibold' !important;
            background: #fafafa;
        }
        /* font start  here */
@font-face {
    font-family: 'sf_ui_displayblack';
    src: url('../fonts/sf-ui-display-black-58646a6b80d5a-webfont.woff2') format('woff2'),
         url('../fonts/sf-ui-display-black-58646a6b80d5a-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sf_ui_displaybold';
    src: url('../fonts/sf-ui-display-bold-58646a511e3d9-webfont.woff2') format('woff2'),
         url('../fonts/sf-ui-display-bold-58646a511e3d9-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sf_ui_displaylight';
    src: url('../fonts/sf-ui-display-light-58646b33e0551-webfont.woff2') format('woff2'),
         url('../fonts/sf-ui-display-light-58646b33e0551-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sf_ui_displaymedium';
    src: url('../fonts/sf-ui-display-medium-58646be638f96-webfont.woff2') format('woff2'),
         url('../fonts/sf-ui-display-medium-58646be638f96-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sf_ui_displaysemibold';
    src: url('../fonts/sf-ui-display-semibold-58646eddcae92-webfont.woff2') format('woff2'),
         url('../fonts/sf-ui-display-semibold-58646eddcae92-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sf_ui_textbold';
    src: url('../fonts/sfuitext-bold-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sf_ui_textlight';
    src: url('../fonts/sfuitext-light-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sf_ui_textmedium';
    src: url('../fonts/sfuitext-medium-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sf_ui_textregular';
    src: url('../fonts/sfuitext-regular-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sf_ui_textsemibold';
    src: url('../fonts/sfuitext-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* font end here */
p {
    /* font-family: "Poppins", sans-serif; */
    font-family: 'sf_ui_textregular' !important;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}



.navbar {
    padding: 15px 10px;
    /* background: #fff; */
    background: transparent;
    border: none;
    border-radius: 0;
    /* margin-bottom: 40px; */
    margin-bottom: 0px;
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
}

/* side bar menus css start here */
.fa-edit {
    color: #fff;
    border: 1px solid #f17c2b;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    background: #f17c2b;
}

.fa-trash-alt {
    color: #fff;
    border: 1px solid #ff0000d9;
    border-radius: 100%;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    background: #ff0000d9;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/* .navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
} */

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}
/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    background: #fff;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #f17c2b;
    color: #fff;
    transition: all 0.3s;
    border-radius: 0px 30px 30px 0px;
    border-right: 1px solid #f17c2b;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 6px 10px;
    text-align: center;
    font-size: 0.85em;
    margin-top: 6px;
    cursor: pointer;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul li a {
    display: block;
}

#sidebar ul li a i {
    margin-right: 10px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #222222;
}
.mid-nav-inner .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #222222;
    border: none;
}
 .mid-nav-inner .mid-nav a {
     position: relative;
 }

 .mid-nav-inner .mid-nav a .collapse-arrow {
     position: absolute;
     right: 20px;
 }

 .mid-nav-inner .mid-nav a .collapse-arrow img {
     margin-right: 0px;
     width: 15px;
 }
 .mid-nav-inner .mid-nav  h5 .collapse-arrow{
        position: absolute;
        right: 0;
}
.mid-nav-inner .mid-nav h5 .collapse-arrow img{
      margin-right:0px;
      width: 15px;
}
 .mid-nav-inner .dropdown-toggle span.collapse-arrow {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     transform: rotate(0deg);
     /*             position: absolute; */
 }

 .mid-nav-inner .dropdown-toggle.collapsed span.collapse-arrow {
     -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
     /*     position: absolute; */
 }
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: transparent;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386d5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
/* ---------------------------------------------------
EDIT MODAL
----------------------------------------------------- */

.edit-modal .modal-header {
    border-bottom: none;
}

.edit-modal .form-group label {
    color: #5d5d5d;
}

.edit-modal h6 {
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 10px;
    color: #5d5d5d;
}

.edit-modal .fa-plus-circle {
    margin-top: 25px;
    font-size: 24px;
    padding-right: 5px;
    color: #f17c2b;
}

.edit-modal .fa-minus-circle {
    margin-top: 25px;
    font-size: 24px;
    color: #f17c2b;
}

.edit-modal .icons {
    display: flex;
}

.edit-modal .icons a {
    display: inline-flex;
}

.edit-modal .icons i {
    color: #5d5d5d;
}

.edit-modal .modal-footer {
    border: none;
}

.edit-modal .btn-orange {
    background: #f17c2b;
    color: #fff;
}

.call-modal h5 {
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 10px;
    color: #5d5d5d;
}

.call-modal h6 {
    border-bottom: none;
    margin-top: 20px;
}

.call-modal .radio {
    float: right;
}

input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 6px;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid #bbb;
    background-color: #e7e6e7;
    border-radius: 50%;
    outline: none;
    vertical-align: middle;
    float: right;
}
/* appearance for checked radiobutton */

input[type="radio"]:checked {
    background-color: #f17c2b;
}
/* optional styles, I'm using this for centering radiobuttons */

.flex {
    display: flex;
    align-items: center;
}

#sidebar .dropdown-item {
    transition: all .5s;
}

#sidebar .dropdown-item:hover {
    background: #f17c2b;
    color: #fff;
    transition: all .5s;
}

.components .dropdown-menu.show {
    background: #f17c2b;
    position: relative !important;
    width: 90%;
    transform: translate3d(0px, 0px, 0px) !important;
    border: none;
    left: 25px !important;
    border-radius: 0;
    margin-bottom: 10px;
}

.components .dropdown-menu.show a {
    color: #fff
}

.components .dropdown-toggle::after {
    display: none;
}

.components .dropdown-toggle:hover::after {
    display: block;
    transition: all 0.1s;
}

/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
.container.mx-w-100 {
    max-width: 100% !important;
    margin: 0;
}
.online-store {padding: 8px 0px;}
.online-store h5{text-transform: capitalize;padding: 8px 20px;}
.online-store h5:hover{cursor: pointer;}
.online-store .active {background: #f2f2f2; border-right: 3px solid #f17c2b;}
.online-store h5{font-size: 14px !important;color: 888888 !important;font-weight: 500;margin:0px !important;font-family: "sf_ui_textregular" !important;}
.online-store ul,.online-store ul li {padding: 0;}
.online-store ul {margin: 4px 0;}
#content {
    width: 100%;
    /* padding: 20px; */
    min-height: 100vh;
    transition: all 0.3s;
    overflow-y: auto !important;
}
/* #content {
    width: calc(100% - 80px) !important;
} */
/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media only screen and (max-width: 1024px) {
    .nexa-header.navbar a.navbar-brand {
        max-width: 31.15%;
    }
}
@media (max-width: 768px) {
    .nexa-header.navbar .profile-menu-li .dropdown-toggle::after {right: -81px; top: 24px;}
    .navbar-nav .dropdown-menu{position: absolute !important;}
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        /* bottom: 10px;
        right: 50%; */
        bottom: 18px;
        right: 8%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
@media screen and (min-width: 1400px) {
    #sidebar.active ul li a {
        padding: 10px 10px !important;
    }
    #sidebar.active .components img {
        width: 22px;
    }

}
/* side bar menus css end here */