.naxi-nav-bar {
    height: 55px;
    background-color: #fff;
    color: black;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: -20px  !important;
}

.naxi-nav-bar-menu-icon {
    padding: 5px;
    cursor: pointer;
    color: #FF9800;
    border-radius: 20px;
}

.naxi-nav-bar-menu-icon:hover {
    background-color: #5C6BC0;
}

.nax-context-show {
    font-weight: bold;
    color: var(--bundle-bg-color)!important;
    /* background-color: blue; */
    text-align: right;
    font-size: 12px;
    /*    position: fixed;*/
    /* border: 1px solid rgb(38 119 119); */
}

.nax-tab-mover {
    color: #FF9800;
    max-width: 30px;
    cursor: pointer;
}

.nax-tab-mover:hover {
    background-color: #5C6BC0;
}

.naxtabactive {
    background-color: #FF9800;
}

.naxtitletabactive {
    color: #cfcfcf;
    font-weight: bold;
}

.nax-tab-head:hover {
    background-color: #5C6BC0;
}

.nax-fixed-side-bar-menu-SB {
    position: fixed;
    top: 0;
    width: 70px;
    /*    height: 100%;*/
    background-color: #ffffff;
    box-shadow: 0px 0 2px rgba(0, 0, 0, 0.27);
    padding: 20px;
    transition: left 0.3s ease-in-out;
    z-index: 99991;
    height: calc(100% - 55px);
    margin-top: 55px;
    margin-left: -15px;
}

.nax-side-bar-menu-SB {
    position: fixed;
    top: 0;
    left: -400px; /* Caché par défaut */
    width: 300px;
/*    height: 100%;*/
    background-color: #ffffff;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.27);
    padding: 20px;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
    height: calc(100% - 55px);
    margin-top: 55px;
    margin-left: 70px;
}

.nax-side-bar-menu-active-SB {
    left: 0px !important;
}

.nax-side-bar-menu-box-shadow-SB {
    background-color: #00000057;
    position: fixed;
    top: 55px;
    bottom: 0;
    width: 100%;
    right: 100%;
    z-index: 895;
}

.nax-side-bar-menu-box-shadow-active-SB {
    right: 0;
}

.nax-side-bar-down-content {
    overflow-y: scroll;
}

.nax-side-bar-content-head {
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    color: #FF9800;
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.27);
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.27);
    background-color: #3F51B5;
    padding-top: 15px;
    padding-left: 20px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    margin-top: 0;
}

/*box-shadow:
    inset 0px 11px 8px -10px rgba(0, 0, 0, 0.27),
    inset 0px -11px 8px -10px rgba(0, 0, 0, 0.27);*/

.nax-menu-section-title {
    height: 30px;
    max-height: 30px;
    min-height: 30px;
    padding-left: 15px;
    padding-top: 5px;
    color: #19171199;
    font-weight: bold;
}

.nax-main-menu-item {
    background-color: #ffffff;
    /* padding-left: 25px; */
    /* padding-right: 25px; */
    color: var(--bundle-text-color);
    /* border: 1px solid rgba(0, 0, 0, 0.27); */
    cursor: pointer;
    display: block !important;
    line-height: 50px;
    border-radius: 7px;
    font-weight: bold;
}

.nax-main-menu-item > span {
    width: calc(100% - 100px) !important;
}

.nax-main-menu-item:hover {
    color: black;
    background-color: #f9f9f98f;
}

.nax-sub-menu-item {
    height: 30px;
    padding-left: 15px;
    padding-right: 20px;
    color: var(--bundle-bg-color)!important;
    cursor: pointer;
    line-height: 30px;
}

.nax-sub-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
    color: #1e2022;
}

.nax-sub-menu-item-container {
    overflow-y: auto;
}

.logo-title-bundle {
    width: 13%;
}

.title-header {
    font-weight: bold;
    font-family: 'Inter' !important;
    color: var(--bundle-header-title-color);
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: var(--bundle-bg-color) !important;
}

.nax-table-header-cell-dark-with-filter a, .nax-table-header-cell-dark-with-filter span {
    color: #000 !important;
}

.header-bundle-ec {
    font-size: 13px !important;
    padding: 2px 6px !important;
    margin-top: -6px !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: black;
    font-weight: bold;
    background-color: var(--principal-color-low);
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff !important;
}

.margin-left-container-SB {
    margin-left: 70px
}

.button-container-SB {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%;
    align-items: center;
}

.selected-color {
    height: 35px;
    border-left: 5px solid;
    color: var(--dex-blue-principal-color);
    border-radius: 5px;
    padding-right: -4px;
}

.border-div {
    display: flex;
    justify-content: center;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
}

.border-div:hover {
    display: flex;
    justify-content: center;
}

.sidebar-button:focus {
    border: none !important;
    outline: none !important;
}

.sidebar-button {
    border: none;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon {
    height: 20px;
    width: 20px;
    font-size: 16px;
    color: #6d6d6d;
}

.backoffice-button {
    width: 40px;
}

.backoffice-button {
    font-size: 50px;
    height: 130px;
    width: 60%;
    color: white;
    background: var(--dex-blue-principal-color);
    border: none !important;
    border-radius: 10px !important;
    margin-left: 20% !important;
    justify-content: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 27px;
    text-align: center;

}

.backoffice-button:focus {
    border-color: red !important;
    outline: none !important;
}

.icon-backoffice {
    height: 30px;
    width: 40px;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: auto;

}
.text-button {
    transform: rotate(270deg);
    font-size: 2rem;
    white-space: nowrap;
    font-weight: bolder;
    font-size: initial
}

.fa-calculator:before{
    content: "\f1ec";
    background-color: var(--dex-blue-principal-focus-color);
}
