.saphqa.saphqa-sidebar-active {
    overflow-x: hidden
}

.saphqa.saphqa-sidebar-active .saphqa-header {
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
    overflow: hidden
}

.saphqa.saphqa-sidebar-active .saphqa-box {
    padding: 0
}

.saphqa.saphqa-sidebar-active .saphqa-sidebar {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: -3px 0px 15px 1px #58585829;
}

.saphqa.saphqa-sidebar-active .saphqa-content {
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0)
}

.saphqa-container {
    overflow: hidden
}

.saphqa-content {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.saphqa-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(260px);
    -ms-transform: translateX(260px);
    transform: translateX(260px);
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    overflow: hidden;
    z-index: 2147483647;
    background: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: auto
}

.saphqa-sidebar-wrapper {
    position: relative;
    height: 100%;
    width: 260px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.saphqa-sidebar-search {
    padding: 12px 16px;
    background-color: #fff;
   
}

.saphqa-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.saphqa-sidebar-menu .saphqa-sidebar-menu {
    height: 0
}

.saphqa-sidebar-menu .saphqa-sidebar-menu .saphqa-sidebar-menu-item-link {
    padding-right: 25px
}

.saphqa-sidebar-menu .saphqa-sidebar-menu:before {
    content: "\F105";
    content: "\f104";
    /*!rtl:raw:content: "\f104";*/
    position: absolute;
    top: -32px;
    left: 16px;
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s
}

.saphqa-sidebar-menu-item {
    display: block;
    overflow: hidden
}

.saphqa-sidebar-menu-item.saphqa--active>.saphqa-sidebar-menu {
    height: auto
}

.saphqa-sidebar-menu-item.saphqa--active>.saphqa-sidebar-menu:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.saphqa-sidebar-menu-item.saphqa--active>.saphqa-sidebar-menu-item-link {
    background-color: #e8eaed
}

.saphqa-sidebar-menu-item-link {
    position: relative;
    display: block;
    padding: 14px;
    color: #484848;
    font-size: 14px;
    line-height: 1.4285714;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer
}

.saphqa-no-touch .saphqa-sidebar-menu-item-link:hover,
.saphqa-no-touch .saphqa-sidebar-menu-item-link:focus {
    background-color: #e8eaed
}

.saphqa-sidebar-menu-item-link.saphqa--active {
    background-color: #e8eaed !important
}

.saphqa-sidebar-menu-item-link[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    padding: 3px;
    margin: 0 3px;
    min-width: 14px;
    background-color: #e75737;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    border-radius: 7px
}

.saphqa.saphqa-searchbar-active .saphqa-searchbar {
    top: 60px;
    opacity: 1;
    z-index: 10
}

.saphqa-searchbar {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    position: fixed;
    top: -66px;
    right: 0;
    left: 0;
    padding: 15px 30px;
    z-index: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #fff;

    transition: top .25s, opacity .4s;
    font-size: 16px
}

.saphqa-search {
    height: 36px;
    padding: 2px 6px;
    margin: 0;
    width: 100%;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.1111111;
    border: 0;
    border-radius: 0;

    box-shadow: none;
    outline: 0
}

.saphqa-search::-webkit-input-placeholder {
    vertical-align: middle;
    padding-top: 9px;
    font-size: 18px;
    line-height: 1.1111111
}

.saphqa--visible-h,
.saphqa--visible-v {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: none 0;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

@media(max-width:767px) {

    .saphqa--visible-h.saphqa-mobile,
    .saphqa--visible-v.saphqa-mobile {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@media(min-width:768px) and (max-width:1024px) {

    .saphqa--visible-h.saphqa-tablet,
    .saphqa--visible-v.saphqa-tablet {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@media(min-width:1025px) {

    .saphqa--visible-h.saphqa-desktop,
    .saphqa--visible-v.saphqa-desktop {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.saphqa--visible-h {
    max-width: 0
}

@media(max-width:767px) {
    .saphqa--visible-h.saphqa-mobile {
        max-width: 100%
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .saphqa--visible-h.saphqa-tablet {
        max-width: 100%
    }
}

@media(min-width:1025px) {
    .saphqa--visible-h.saphqa-desktop {
        max-width: 100%
    }
}

.saphqa--visible-v {
    max-height: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

@media(max-width:767px) {
    .saphqa--visible-v.saphqa-mobile {
        max-height: 100%
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .saphqa--visible-v.saphqa-tablet {
        max-height: 100%
    }
}

@media(min-width:1025px) {
    .saphqa--visible-v.saphqa-desktop {
        max-height: 100%
    }
}

.saphqa-header {
    /* padding-top: 60px; */
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
}





.dropdown.nav-item {
    position: relative;
}

.dropdown.nav-item.dropdown-mega {
    position: unset !important;
}

.mega-menu img {
    padding-bottom: 10px;
}

.dropdown-menu .container {
    overflow-y: scroll;
    scroll-behavior: smooth;
    height: calc(100vh - 90px);
}

.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
  
    border-left: 7px solid transparent;

    content: '';
}

.dropdown.nav-item.dropdown-mega .dropdown-menu:before {
    content: none;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-menu {
    left: 0;
}



li.nav-item.dropdown.nav_user {
    margin-right: 10px;
}

li.nav-item.dropdown.nav_user .dropdown-menu .nav_card {
    height: auto !important;
    min-height: unset !important;
}