@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("fonts/Inter_18pt-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("fonts/Inter_18pt-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

.nested-list {
    list-style: none;
}

.nested-list li {
    padding-left: 20px;
    cursor: pointer;
}

.nested-list .toggle {
    font-weight: bold;
}

.box-loc {
    margin-left: 15px;
}

.sidebar {
    position: fixed;
    width: 310px;
    z-index: 999;
    min-height: 100vh;
    padding: 20px;
    top: 90px;
    background: #f1f1f1;
}

.main-panel {
    position: relative;
    float: right;
    width: calc(100% - 310px);
    min-height: 100%;
    top: 100px;
    margin-bottom: 75px;
}

/* Sidebar Links */
.sidebar .navbar-nav .nav-item > .nav-link {
    margin: 5px 15px 0;
    border-radius: 4px;
    align-items: center;
}

/* Icons */
.sidebar .navbar-nav i {
    font-size: 24px;
}

footer {
    width: calc(100% - 310px);
    right: 0;
    left: 310px;
    position: relative;
}

.navbar {
    width: calc(100% - 0);
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000;
    border-bottom: 3px solid #db0a5b;
}

.location {
    line-height: 10px;
}

.taux-flex {
    background-color: #555;
    border-radius: 16px;
    padding: 7px;
}

.seuil-critique {
    background-color: salmon;
    border-radius: 16px;
    padding: 7px;
}

.recompute {
    background-color: #00a3e1;
    border-radius: 16px;
}

.header-icon-recompute {
    width: 30px;
    height: 30px;
    display: block;
    object-fit: contain;
    margin-bottom: 6px;
}

#submitFormDash {
    aspect-ratio: 1/1;
  }

#tfi {
    border-radius: 10px;
}

#daterange {
    border-radius: 10px;
}

.datepicker_dashboard {
    width: 100px;
}

.active-link {
    color: #db0a5b;
}

.active-hash-link {
    color: #00a3e1 !important;
    border-bottom: 7px solid;
}

.hash-link {
    color: #90928d !important;
    border-bottom: 7px solid;
    bottom: 0;
    border-bottom-color: rgba(144, 146, 141, 0.25) !important;
}
.hash-link:hover {
    color: #00a3e1 !important;
}

.nav-hash {
    background-color: #f1f1f1;
    height: 39px;
    position: relative;
    padding-top: 1px;
    min-width: 180px;
    max-width: 180px;
    text-align: center;
}
.active-hash-link:hover {
    color: #00a3e1 !important;
}

.active-menu {
    color: #00a3e1 !important;
}

.active-stacking-square {
    background-color: #00a3e1 !important;
}

table tbody .bg-pink {
    background: #db0a5b26 0% 0% no-repeat padding-box;
    border-bottom: solid 2px #db0a5b;
}

.scroll-table {
    overflow-x: scroll;
}

/* Set content on same line */
.flex-container {
    display: flex;
    align-items: center;
}

.flex-container input[type="color"] {
    margin-left: 8px;
    border: none;
    padding: 0;
    background: none;
}

.dashboard-divisions {
    border: 1px solid;
    width: 100%;
    overflow-x: auto;
}

.nav-link-sidebare {
    color: #90928d;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.dashboard-link-active {
    color: #00a3e1;
    font-weight: 700;
}

.dashboard-link:hover {
    color: #00a3e1;
}

.dashboard-badge {
    margin-top: 5px;
    width: 24px;
    background-color: #d90e0e !important;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.stacking-link-active {
    color: #00a3e1;
}

.stacking-link {
    color: #545d61;
}

.stacking-alert {
    color: #575757;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.stacking-alert-total {
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.stacking-count {
    color: #575757;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.stacking-count-total {
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.stacking-card {
    background-color: #d9d9d9;
    border-radius: 10px;
    border: 3px solid #8f918c;
    display: flex;
    height: 120px;
    padding: 10px 21px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.stacking-card-total {
    display: flex;
    height: 120px;
    padding: 10px 21px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #db0a5b;
    border-radius: 10px;
}

table tbody .top {
    display: block;
    letter-spacing: 0px;
}
table tbody .bottom {
    display: block;
    letter-spacing: 0px;
}

.color-box {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}

.color-box-big {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
}

#by_location {
    overflow-y: auto;
    max-height: 76vh;
}

#by_location #location-tree {
    padding: 1rem;
}

#map-container img {
    display: block;
}

.marker {
    position: absolute;
    width: 28px;
    height: 28px;
    background: #db0a5b;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
    border: 4px solid white;
}

.marker-nocolor {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
    border: 4px solid white;
}

.marker-card-container {
    position: absolute;
    z-index: 1;
    transition: z-index 0s;
    padding-bottom: 25px;
}

.marker-card-container:hover {
    z-index: 999;
    cursor: pointer;
}

.marker-card {
    position: relative;
    background: #fff;
    border: 2px solid #949797;
    border-radius: 8px;
}

.marker-card-body {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.marker-card:hover {
    border: 1px solid #00a3e1;
}

.marker-card::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #949797 transparent transparent;
}

.marker-card::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}

.overlay-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 9999;
}

.active-stacking-filter {
    border: 3px solid #00a3e1;
}

@media (max-width: 992px) {
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 240px;
        z-index: 1032;
        overflow-y: auto;
        transform: translateX(-260px);
        transition: transform 0.3s ease;
        padding-top: 16px;
    }

    .main-panel {
        transition: transform 0.3s ease;
        width: 100%;
    }

    .nav-open .sidebar {
        transform: translateX(0);
    }

    .nav-open .close-layer {
        opacity: 1;
        visibility: visible;
    }

    .close-layer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        z-index: 1031;
    }

    .nav-open .close-layer {
        opacity: 1;
        visibility: visible;
    }

    .toggle-icon {
        transition: transform 0.3s ease;
    }

    .navbar-nav {
        gap: 10px;
    }

    .navbar {
        width: 100%;
        right: 0;
        left: 0;
        position: fixed;
        z-index: 1000;
    }

    footer {
        width: 100%;
        right: 0;
        left: 0;
        position: relative;
    }
}

#location-tree .jstree-ocl {
    background: none !important;
    width: 1.5em;
    text-align: center;
    font-family: bootstrap-icons !important;
    line-height: 1.3;
    font-style: normal !important;
    font-weight: normal !important;
}

#location-tree .jstree-ocl::before {
    content: "\f4fd";
}

#location-tree li.jstree-open > .jstree-ocl::before {
    content: "\f2e9";
}

/* hide the toggler on real leaves */
#location-tree li.jstree-leaf > .jstree-ocl {
    display: none !important;
}

.icon-wrapper {
    background-color: #90928d;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper img {
    width: 24px;
    height: 24px;
}

.header-icon-dashboard {
    width: 32px;
    height: 32px;
}

.header-container-margin {
    margin: 0 65px 0 30px;
}

.header-container-stacking {
    background-color: #90928d;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-text-right {
    color: #90928d;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.header-icon-stacking {
    width: 25px;
    height: 25px;
}

.header-container-right {
    display: flex;
    justify-content: space-between;
    width: 200px;
}

.header-text-space-planning {
    font-family: "Inter", sans-serif;
    color: #db0a5b;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    margin-left: 24px;
}

.sidebar-title-dashboard {
    color: #db0a5b;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* 
.map-options {
    z-index: 9999;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 25px;
    bottom: 20px;
    height: 40px;
    width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
} */
.map-options {
    z-index: 99;
    position: absolute;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 25px;
    height: 40px;
    width: 60%;
    display: flex;
    top: 77%;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    left: 50%;
    align-items: center !important;
}

.map-options label {
    color: #90928d;
    margin-bottom: 0px;
}
.map-options .switch {
    position: relative;
    display: inline-block;
    width: 37.5px;
    height: 25px;
}

.map-options .switch input {
    display: none;
}

.map-options .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.map-options .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.map-options .slider.round {
    border-radius: 34px;
}
.map-options .slider.round:before {
    border-radius: 50%;
}

.map-options input:checked + .slider {
    background-color: #00a3e1 !important;
}

.map-options input:focus + .slider {
    box-shadow: 0 0 1px #00a3e1 !important;
}

.map-options input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.map-options .slider.round {
    border-radius: 34px;
}

.map-options .slider.round:before {
    border-radius: 50%;
}

.circle-wrapper {
    width: 40px;
}

.circle {
    all: unset;
    top: -5px;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    position: relative;
    background-color: #333;
    transition: all 0.25s ease;
    padding: 0px;
}
.circle:hover {
    cursor: pointer;
}
.circle,
.circle:active,
.circle:focus {
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    background-color: inherit;
    border: inherit;
    outline: none;
    box-shadow: none;
}
.circle.orange {
    background-color: #ff9900;
}
.circle.red {
    background-color: #db0a5b;
}
.circle.gray {
    background-color: #90928d;
}
.circle:before {
    content: "";
    height: 18px;
    width: 18px;
    border: none;
    position: absolute;
    border-radius: 50%;
    left: -40%;
    top: -40%;
}
.circle.active:before {
    content: "";
    height: 18px;
    width: 18px;
    border: 2px solid #00a3e1;
    position: absolute;
    border-radius: 50%;
    left: -40%;
    top: -40%;
}
.nav-link-tab {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-select {
    border-radius: 10px !important;
    border: 1px solid #90928d !important;
}

.dashboard-label-form {
    color: #90928d;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
    margin-left: 15px;
}

.ts-wrapper {
    margin-top: 7px !important;
    width: 220px;
}

.ts-control {
    padding: 4px !important;
    border: 1px solid #90928d !important;
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    height: 40px !important;
    background-image: url("data:image/svg+xml,%3Csvg fill='%2300A3E1' height='10' viewBox='0 0 24 24' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0px center !important;
    background-size: 32px !important;
}

.input-group {
    border: none !important;
}

div.dt-container div.dt-search input,
.date-range-input-select {
    border: 1px solid #90928d !important;
    border-radius: 10px !important;
}

.date-range-input-stacking {
    color: #90928d !important;
    border: 1px solid #90928d !important;
    border-radius: 10px !important;
}

.date-range-input {
    color: #90928d !important;
    border: 1px solid #90928d !important;
    border-radius: 0 !important;
}

.date-range-input:first-child {
    border-left: 1px solid #90928d !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.date-range-input:last-child {
    border-right: 1px solid #90928d !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.label-dashboard-data-right {
    color: #fff;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-number-right {
    text-align: right !important;
    color: #90928d !important;
    font-size: 20px !important;
    border-radius: 10px !important;
    border: 1px solid #90928d !important;
}

.input-number-percent {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #90928d;
    font-size: 20px;
}

.dt-column-order {
    color: #db0a5b !important;
}

.dashboard-table {
    background-color: #f1f1f1 !important;
    border-radius: 5px;
    border: 1px solid #90928d !important;
    background: #f9f9f9;
    border: 1px solid;
    width: 100%;
    overflow-x: auto;
    padding: 0px 12px;
}

thead tr th {
    background-color: #f1f1f1 !important;
}

thead tr th span {
    color: #90928d;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    word-break: normal;
}

thead tr th {
    text-align: center !important;
    vertical-align: middle !important;
}

.table-td-style1 {
    color: #575757 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.table-td-style2 {
    color: #575757 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.table-td-span-style1 {
    color: #575757 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.table-td-span-style2 {
    color: #575757;
    font-family: "Inter", sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.centered-row td {
    text-align: center !important;
    vertical-align: middle !important;
}

.box-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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

.icon-grid {
    display: flex;
    gap: 2px;
    margin-bottom: 3px;
}

.icon {
    font-size: 10px;
    width: 10px;
    height: 10px;
}

.box-name {
    width: max-content;
    margin-left: 10px;
}

.table-employee-icon-start {
    font-size: 24px;
    color: #0cc249 !important;
}

.table-employee-icon-end {
    font-size: 24px;
    color: #d90e0e !important;
}

.default-padding {
    padding: 0px 30px;
}

.title-page {
    color: #db0a5b;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.btn-info {
    background-color: #00a3e1 !important;
    border: 0 !important;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
}

.sub-title-page {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

/* .table-stacking-actions {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
} */

.table-stacking-actions {
    padding: 0; /* évite le padding inutile dans le td */
}

.actions-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    height: 100%;
}

.form-create-label-input {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-align: end;
}

.form-create-sublabel-input {
    color: #90928d;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 130%;
}

.form-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

div.dt-container div.dt-search label {
    color: #90928d;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 13px */
}

div.dt-container div.dt-search {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.mr-10 {
    margin-right: 10px;
}

div.row.mt-2.justify-content-between.dt-layout-table {
    overflow-x: auto;
}

.my-data-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.my-data-table td,
.my-data-table th {
    vertical-align: middle;
    word-break: break-word;
}

.my-data-table tr {
    height: auto;
    min-height: 70px;
}

.dashboard-macro {
    background-color: #f1f1f1 !important;
    border: 1px solid #90928d !important;
    padding: 12px 12px;
    border-radius: 5px;
}

.floors-macro {
    width: 100%;
    overflow: hidden;
}

.floor-macro-label {
    writing-mode: sideways-lr;
    text-align: center;
    padding: 0;
    min-width: 40px;
}

.floor-macro-container {
    background-color: #9d9d9d !important;
    border: 1px solid #d6d6d6 !important;
    padding: 5px;
    height: 180px;
    width: 100%;
    position: relative;
}

.macro-row {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    gap: 8px;
    scrollbar-width: thin;
    scrollbar-color: #90928d #f1f1f1;
    flex-wrap: nowrap;
    font-size: 12px;
    margin-bottom: -10px;
}

.macro-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    height: 100% + 10px;
    flex: 0 0 auto;
    padding: 0 8px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.macro-box-header {
    text-align: center;
    margin: 2px 0;
}

.macro-options {
    z-index: 9999;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 25px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 2%;
    margin-left: 2%;
}

.macro-options label {
    color: #90928d;
    margin-bottom: 0px;
}

.macro-options .switch {
    position: relative;
    display: inline-block;
    width: 37.5px;
    height: 25px;
}

.macro-options .switch input {
    display: none;
}

.macro-options .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.macro-options .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.macro-options .slider.round {
    border-radius: 34px;
}
.macro-options .slider.round:before {
    border-radius: 50%;
}

.macro-options input:checked + .slider {
    background-color: #00a3e1 !important;
}

.macro-options input:focus + .slider {
    box-shadow: 0 0 1px #00a3e1 !important;
}

.macro-options input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.empty-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1) 2px,
        transparent 2px,
        transparent 4px
    );
    pointer-events: none;
    z-index: 1;
}

.data-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 8px;
    border-radius: 3px;
    background-color: #ffffff;
    cursor: move;
}

.height-60 {
    height: 60px;
}

.height-100 {
    height: 100px;
}

.macro-box-row {
    position: absolute;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    display: flex;
    font-size: 12px;
    padding: 5px;
    gap: 8px;
    scrollbar-width: thin;
    scrollbar-color: #90928d #f1f1f1;
}

.box-macro-container {
    border: 1px solid #d6d6d6 !important;
    position: relative;
    width: 100%;
}

.data-overlay.dragging {
    opacity: 0.5;
    border: 2px dashed #aaa;
}

#macroFloor {
    background-color: #9d9d9d !important;
}

.dashboard-graph {
    background-color: #f1f1f1 !important;
    border-radius: 5px;
    border: 1px solid #90928d !important;
    background: #f9f9f9;
    border: 1px solid;
    width: 100%;
    overflow-x: auto;
    padding: 0px 12px;
}
.custom-switch-checkbox {
    width: 50px !important;
    height: 25px !important;
}

.user-edit-title {
    font-family: "Roboto", sans-serif !important;
    font-size: 14px !important;
}

.mr-0-70 {
    margin: 0px 572px 0px 70px;
}

.w-430 {
    width: 430px;
}

.height-55 {
    height: 55px;
}

.ml-18 {
    margin-left: 18px;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.w-48 {
    width: 48% !important;
}

.ml-28 {
    margin-left: 28px !important;
}

div.dt-container div.dt-search input {
    width: 235px !important;
}

#saved-stacking-list,
#stacking-list {
    margin-left: 140px;
}

.tab-active {
    font-weight: 700;
    background-color: #ffffff;
}

.emp-tab-items {
    display: inline-flex;
    background-color: #d3d3d3;
    padding: 5px;
    border-radius: 5px;
}

.header-graph {
    text-align: center;
}

.header-macro {
    text-align: center;
}

.title-graph {
    font-weight: 700;
    font-size: 28px;
}

.title-macro {
    font-weight: 700;
    font-size: 28px;
}

.graph-selector {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.graph-selector:focus,
.graph-selector:active,
.graph-selector:hover {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

div.row.mt-2.justify-content-between.dt-layout-table {
    overflow: visible;
}
