﻿.navbar-recette {
    background-color: #C71585;
}

.navbar-development {
    background-color: #FA9600;
}

.color-orange {
    color: #FA9600;
}

.color-black {
    color: black !important;
}

/* BOOTSTRAP TOGGLE STYLE CUSTOM */
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
    border-radius: 20rem;
}

.toggle.ios .toggle-handle {
    border-radius: 20rem;
}

/* Clears the 'X' in search input from Internet Explorer */
input[type='search']::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type='search']::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* Clears the 'X' in search input from Chrome */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none;
}

/* Colors */
.brand-link {
    background-color: #32383e;
}

.navbar-dark {
    background-color: #34343d;
}

.brand-link {
    background-color: #23232c;
    padding: 0.68rem 0.5rem;
}

[class*='sidebar-dark-'] {
    background-color: #23232c;
}

[class*='sidebar-dark-'] .sidebar a {
    color: #c2c7d0;
}

[class*='sidebar-dark-'] .user-panel a:hover {
    color: #fff;
}

.sidebar-dark-orange .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-orange .nav-sidebar>.nav-item>.nav-link.active {
    color: #34343d;
}

.control-sidebar-dark {
    background: #34343d;
}

.control-sidebar-dark hr {
    border-top: 1px solid #c2c7d0;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #34343d;
    opacity: 0.9;
}

/* Buttons colors */
.accent-orange .btn-default {
    color: #444444 !important;
}

.accent-orange .btn-default:hover,
.accent-orange .btn-default:focus,
.accent-orange .btn-default:active {
    color: #2b2b2b !important;
}

.accent-orange a.btn:hover {
    color: #ffffff;
}

.accent-orange .page-link:hover,
.accent-orange .page-link:focus,
.accent-orange .page-link:active {
    box-shadow: none;
}

.accent-orange .page-item.active a.page-link:hover {
    color: #ffffff;
}

.accent-orange a.btn-warning {
    color: #ffffff;
    border-color: #d39e00;
    background-color: #eab000;
}

.accent-orange a.btn-warning:hover {
    background-color: #e0a800;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #ffffff;
}

.btn-xs {
    font-size: 0.675rem;
}

/* Buttons clearable */
.select-clearable {
    position: absolute;
    left: 100%;
}

.select-clearable--modal {
    position: absolute;
    left: 88%;
}

.select-clearable .btn,
.select-clearable .ipt,
.select-clearable--modal .btn {
    position: relative;
    bottom: 50px;
}

/* Sidebar, brand */
.nav-sidebar .nav-treeview {
    padding-left: 1rem;
}

.sidebar-collapse .nav-sidebar .nav-treeview {
    padding-left: 0;
}

.brand-link .brand-image {
    margin: 0;
    float: none;
    line-height: inherit;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-image {
    margin-right: 0;
}

.navbar-badge {
    right: 0px;
    top: 4px;
}

.sidebar {
    position: relative;
}

.user-panel .role {
    color: #c2c7d0;
}

.nav-sidebar .nav-header:not(:first-of-type) {
    padding: 1.2rem 1rem 0.5rem;
    text-transform: uppercase;
}

/* Notifications */
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    color: #16181b;
}

/* Simple layout */
.simple-page {
    -ms-flex-align: center;
    align-items: center;
    background: #34343d;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh !important;
    -ms-flex-pack: center;
    justify-content: center;
}

.simple-page-logo .brand-link {
    background-color: transparent;
}

.simple-page-logo {
    margin-bottom: 1rem;
}

.simple-page .card {
    margin-bottom: 0;
}

.simple-page .card-body {
    border-radius: 0.25rem;
}

/* Forms */
.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text {
    border-color: #fec392;
}

.login-card-body .input-group .form-control.is-invalid~.input-group-append .input-group-text,
.register-card-body .input-group .form-control.is-invalid~.input-group-append .input-group-text {
    border-color: #dc3545;
}

.invalid-feedback {
    text-align: center;
}

.form-control.no-visual:disabled,
.form-control.no-visual[readonly] {
    background-color: #ffffff;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.1rem !important;
    left: -2rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    font-size: 1rem !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}

.form-control.display-only:disabled,
.form-control.display-only[readonly] {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #fd7e14;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #fd7e14;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #fd7e14;
}

.form-group.is-invalid .invalid-feedback {
    display: block;
}

.invalid-feedback {
    font-size: 90%;
}

.validation-summary-errors {
    color: #ffffff;
    background: #dc3545;
    border-color: #d32535;
    padding-right: 4rem;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: center;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.validation-summary-valid ul {
    margin: 0;
}

.input-group-text.small {
    font-size: 80%;
}

/* Global layout */
.content-wrapper>.content {
    padding: 2rem 0.5rem;
    background-color: #ffffff;
}

.content-header .breadcrumb {
    line-height: 2.1rem;
}

/* DataTables */
table.dataTable thead>tr>th {
    background-color: #f4f6f9;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1.2em;
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
}

.table td,
.table th {
    vertical-align: middle !important;
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: #f4f6f9;
}

/* Select2 */
.accent-orange .select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #fec392;
    box-shadow: none;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected='true'] {
    background-color: #f4f6f9;
    color: #212529;
}

.select2-container--bootstrap4 .select2-selection__clear {
    background-color: #34343d;
    padding-left: 0.35em;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected='true'] {
    background-color: #fd7e14;
    color: #ffffff;
}

/* Cards */
.card-header {
    overflow: hidden;
}

.card-body {
    overflow-y: auto;
    padding: 0.5rem;
}

/* .card-body td { white-space: nowrap; } */
.card-warning.card-outline-tabs>.card-header a.active:hover {
    border-top: 3px solid #ffc107;
    color: #495057;
}

.card-warning.card-outline-tabs>.card-header a.active {
    font-weight: bold;
}

.card-header .nav-link {
    padding: 0.75rem 1rem;
}

.card-body td {
    text-align: center;
}

.nav.nav-tabs {
    flex-wrap: unset;
}

.softwares img {
    width: 48px;
    max-height: 48px;
}

.nav-item.collapse-all-cards {
    position: absolute;
    right: 0;
}

.nav-item.collapse-all-cards .btn {
    border: none;
    background-color: transparent;
    color: #adb5bd !important;
}

.card-header .nav-link .badge {
    margin-top: 1px;
    vertical-align: text-top;
}

div .card-borderless {
    box-shadow: none !important;
}

/* Timeline */
.timeline>div>.timeline-item>.time {
    font-size: 1rem;
    line-height: 1;
}

/* Modals */
.alert .close {
    color: #ffffff;
}

.alert.alert-warning .close {
    color: #000000;
}

.modal-header {
    align-items: center;
}

.help-block {
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    color: #34343d;
    text-align: center;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.help-block i {
    color: #6b6b6b;
}

/* Lockscreen */
.lockscreen-image {
    top: -5px;
}

.lockscreen-credentials label {
    padding-left: 0.75rem;
}

/* Simulator */
.simulator-pack h3 img {
    width: 60px;
    padding-right: 1rem;
}

.machine-badge img {
    width: 32px;
}

.clickable {
    cursor: pointer;
}

/* Admin */
.admin-menu .btn.active:before,
.admin-menu .dropdown-item.active:before {
    content: '\f105';
    margin-right: 0.25rem;
    text-align: center;
    width: 1.25em;
    font-size: 1rem;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.admin-menu .btn.active {
    background-color: #e9ecef;
}

.admin-menu .dropdown-item.active {
    background-color: #f8f9fa;
}

.content-title-badge {
    margin-right: 0.25rem;
    line-height: 1.2;
}

.admin-nav {
    background-color: #f4f6f9;
    border-radius: 0.5rem;
    color: #757575;
}

.admin-nav .nav-link {
    border-radius: 0.25rem;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.admin-nav .active {
    color: #ffffff !important;
    background-color: #fd7e14;
}

.nav .nav-header {
    padding: 0.5rem 0.5rem;
}

.help-cursor {
    cursor: help;
}

.toast-top-right {
    top: 70px;
    right: 15px;
}

.permission-custom-control.custom-control {
    padding-left: 0;
}

.permission-custom-control .custom-control-label::before {
    position: relative;
    left: 0;
}

.permission-custom-control .custom-control-label::after {
    left: 0;
}

.permission-custom-table {
    border-collapse: separate;
}

.permission-custom-table thead th {
    position: sticky;
    top: 3.5rem;
    background: white;
    z-index: 1;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border: 2px solid #dee2e6;
}

/* Homepage */
a .info-box {
    color: #212529;
}

/* CUSTOM ICONS */
@font-face {
    font-family: 'custom-icon';
    src: url('../img/icons/custom-icon.eot?hl3v2c#iefix') format('embedded-opentype'), url('../img/icons/custom-icon.ttf?hl3v2c') format('truetype'), url('../img/icons/custom-icon.woff?hl3v2c') format('woff'), url('../img/icons/custom-icon.svg?hl3v2c#custom-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.custom-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'custom-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: unset;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-icon-sidebar {
    margin-left: 3.2px;
    margin-right: calc(0.2rem + 3.2px) !important;
}

.large-icon {
    font-size: 1.2em;
}

.xxx-large-icon {
    font-weight: 900 !important;
    font-size: 46px !important;
}

.icon-materials:before {
    content: '\e903';
}

.icon-softwares:before {
    content: '\e900';
}

.icon-controllers:before {
    content: '\e901';
}

.icon-simulations:before {
    content: '\e902';
}

/* FORM */

/* Hover */
.HoverMe~span {
    position: absolute;
    z-index: 10;
    margin-top: 23px;
    margin-left: -35px;
    background: rgba(255, 255, 255, 1);
    color: black;
    font-style: italic;
    font-weight: normal;
    padding: 15px;
    border: 1px solid #fd7e14;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    transform: scale(0) rotate(-12deg);
    transition: all 0.25s;
    opacity: 0;
}

.HoverMe:hover~span,
.HoverMe:focus~span {
    transform: scale(1) rotate(0);
    opacity: 1;
}

/* SELECT PACK UPDATE */
table.tableSelected {
    border-collapse: separate;
    border-spacing: 0;
}

table.tableSelected th,
.table.tableSelected td {
    border-top: none;
}

table.tableSelected thead th {
    width: auto !important;
}

table.tableSelected tbody tr[name='trPack'] {
    margin: 2px;
    cursor: pointer;
}

table.tableSelected tbody .selected[name='trPack'] td {
    border: 2px solid #fd7e14;
    border-style: solid none solid none;
}

table.tableSelected tbody .selected[name='trPack'] td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

table.tableSelected tbody .selected[name='trPack'] td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

table.tableSelected tbody .selected[name='trPack'] td {
    border-top-style: solid;
}

table.tableSelected tbody .selected[name='trPack'] td:first-child {
    border-left-style: solid;
}

table.tableSelected tbody .selected[name='trPack'] td:last-child {
    border-right-style: solid;
}

#selection_pack-update tbody {
    font-size: 0.9rem;
}

#selection_pack-update thead {
    text-align: left;
    top: 0;
    position: sticky;
    background-color: white;
    border-collapse: separate;
    border-bottom: 2px solid orange;
}

#packs-update {
    width: 100%;
    overflow-y: auto;
    height: 400px;
}

#validation_customer {
    margin-left: 10px;
}

#direct-download {
    margin-left: 10px;
}

/*  Loader pur css https://loading.io/css/ */
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 30px;
    left: 5px;
}

.lds-ellipsis div {
    position: absolute;
    bottom: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 2px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 2px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 14px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(6px, 0);
    }
}

/* CHART JS */
#chart_container {
    width: 100%;
    height: auto;
    padding: 20px;
}

/* INDICATOR */
.ind_nav span {
    font-weight: bold;
    border-bottom: 2px solid #959595;
}

.ind_menu_icon-soft {
    width: 2em;
    height: auto;
    margin-right: 5px;
}

.ind_page {
    background-color: #f4f6f9;
    border-radius: 0.5rem;
    padding: 1rem;
}

.ind_page_title {
    display: flex;
    margin: 10px 0;
    justify-content: center;
    align-items: center;
}

.ind_page_icon-soft img {
    width: 6em;
}

.ind_page_icon-soft {
    margin: 1em;
}

.ind_page_title-soft {
    font-size: 2.2em;
    font-weight: 600;
    color: #fa9600;
    text-align: center;
    width: 75%;
}

.cardNumberSimulator>div a>div:hover {
    background-color: #FA9600;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
}

.cardNumberSimulator>div a div:hover div:nth-child(1) img {
    filter: brightness(0) invert(1);
}

.cardNumberSimulator>div a div:hover div:nth-child(2) p {
    color: white;
}


/* BOUTON ACREOS */
.btn-outline-orange-acreos {
    color: #fa9600 !important;
    border-color: #fa9600;
}

.btn-outline-orange-acreos:hover,
.btn-outline-orange-acreos.active {
    color: #ffffff !important;
    background-color: #fa9600;
    cursor: pointer;
}

.btn-orange-acreos {
    color: #fff !important;
    background-color: #fa9600;
    border-color: #fa9600;
}

.btn-orange-acreos:hover,
.btn-orange-acreos .active {
    color: #ffffff !important;
    cursor: pointer;
}

.btn-outline-blue-acreos {
    color: #3299bb !important;
    border-color: #3299bb;
}

.btn-outline-blue-acreos:hover,
.btn-outline-blue-acreos.active {
    color: #ffffff !important;
    background-color: #3299bb;
    cursor: pointer;
}

.btn-outline-blue-acreos:disabled {
    cursor: no-drop;
}

.btn-blue-acreos {
    color: #fff !important;
    background-color: #3299bb;
    border-color: #3299bb;
}

.btn-blue-acreos:hover,
.btn-blue-acreos .active {
    color: #ffffff !important;
    cursor: pointer;
}

.btn-update-acreos {
    background: #badde8;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.btn-update-acreos:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #badde8;
    box-shadow: inset 2px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-validate-acreos {
    color: #ffffff;
    background: #129e5a;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.btn-validate-acreos:hover {
    color: #ffffff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #129e5a;
    box-shadow: inset 2px 4px 4px rgba(0, 0, 0, 0.25);
}

/*******************************************************************************************************************************************************************************************************************************/
/* STATISTICS */

/* card */
.stat_card_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 50%;
    padding: 1rem;
    justify-content: space-between;
}

.stat_card_head em:not(.fa-info-circle) {
    font-size: 3rem;
}

.stat_card_head h2 {
    text-align: center;
    padding: 0;
    font-size: larger;
}

.info-circle-disable {
    display: block !important;
}

.stat_light_card {
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
    margin: 0.5rem;
    width: 43%;
    padding: 0.3rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    height: 90px;
}

.stat_light_card-value {
    padding: 10px 0 0 30px;
    align-items: initial;
    font-weight: bold;
    font-size: x-large;
}

.stat_light_card-title {
    font-size: small;
    text-align: right;
    align-self: end;
    padding: 0 5px 0 0;
}

.stat_card-orange {
    background-color: #fa9600;
    color: #23232c;
}

.stat_card-grey {
    background-color: #282831;
    color: white;
}

#stat_month {
    background-color: rgba(250, 150, 0, 0.1);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
    margin: 1rem;
}

#stat_total {
    background-color: rgba(250, 150, 0, 0.1);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
    margin: 1rem;
}

/* STATISTIC SIMULATOR */
.simu_stat_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 17rem;
    justify-content: space-around;
    font-size: 1.2rem;
    margin: 1rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 4px black;
    width: 42%;
    position: relative;
}

.simu_stat_card-long {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 30rem;
    justify-content: space-around;
    font-size: 1.2rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 4px black;
    width: 100%;
    position: relative;
}

.simu_stat_card_data span {
    font-weight: 600;
}

.simu_stat_day_card_frequencies {
    margin: 1rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 4px black;
    display: flex;
    align-items: center;
    padding: 0 1rem 0 0;
    position: relative;
}

.simu_stat_card_evolution {
    background-color: white;
    width: 100%;
    height: 2rem;
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 0.9rem;
    align-items: center;
}

.simu_stat_card_evolution-disable {
    width: 100%;
    height: 2rem;
    visibility: hidden;
}

#simu_stat_day_card-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

#simu_stat_month_card-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

/* STATISTIC CUSTOMER */
.customer_stat_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 17rem;
    justify-content: space-around;
    font-size: 1.2rem;
    margin: 1rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 4px black;
    width: 42%;
    position: relative;
}

.customer_stat_card-long {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 30rem;
    justify-content: space-around;
    font-size: 1.2rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 4px black;
    width: 100%;
    position: relative;
}

.customer_stat_card_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 50%;
    padding: 1rem;
    justify-content: space-between;
}

.customer_stat_card_head em:not(.fa-info-circle) {
    font-size: 3rem;
}

.customer_stat_card-info,
.customer_stat_card_head em.fa-info-circle {
    position: absolute;
    left: 5px;
    top: 5px;
}

.customer_stat_card-info:hover>div,
.customer_stat_card_head em.fa-info-circle:hover>div {
    display: block !important;
}

.customer_stat_card-info div,
.customer_stat_card_head em .info-circle {
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 10px;
    color: black;
    text-align: justify;
}

.customer_stat_card_head h2 {
    text-align: center;
    padding: 0;
    font-size: larger;
}

.customer_stat_card_data span {
    font-weight: 600;
}

.customer_stat_day_card_frequencies {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.customer_stat_card_evolution {
    background-color: white;
    width: 100%;
    height: 2rem;
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 0.9rem;
    align-items: center;
}

.customer_stat_card_evolution-disable {
    width: 100%;
    height: 2rem;
    visibility: hidden;
}

#customer_stat_month_card-group {
    margin: 1rem 1.5rem 0 0;
    border-radius: 1rem;
    box-shadow: 1px 1px 4px black;
}

#customer_stat_total_card-group {
    margin: 1rem 1.5rem 0 0;
    border-radius: 1rem;
    box-shadow: 1px 1px 4px black;
}

#customer_stat_month_frequencies {
    margin: 1rem 1.5rem 0 0;
}

/* CALENDAR FREQUENCIES BY MONTH */
.stat_month_frequencies {
    margin: 1rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 4px black;
}

#stat_month_frequencies-legend {
    display: flex;
    align-items: center;
    border-top: solid 2px #fa9600;
}

#stat_month_frequencies-legend h2 {
    font-size: 1.2rem;
    padding: 1rem;
}

#stat_month_frequencies-legend .affluence {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
}

#stat_month_frequencies-legend .affluence h3 {
    font-size: 0.9rem;
    text-align: center;
}

#stat_month_frequencies-legend .affluence div {
    width: 30px;
    height: 30px;
    border-radius: 2px;
}

#stat_month_frequencies-legend .affluence:nth-child(5) div {
    background-color: #282831;
}

#stat_month_frequencies-legend .affluence:nth-child(4) div {
    background-color: #737373;
}

#stat_month_frequencies-legend .affluence:nth-child(3) div {
    background-color: #d2d2d2;
}

#stat_month_frequencies-legend .affluence:nth-child(2) div {
    background-color: #fff;
    border: 1px solid #fa9600;
}

#days-name {
    background-color: #282831;
    color: white;
}

#days-affluence div {
    position: relative;
}

#days-affluence div div p[name='day'] {
    font-weight: 600;
    font-size: 1.1rem;
    position: absolute;
    top: 0px;
    left: 5px;
}

#days-affluence div div p:not([name='day']) {
    text-align: center;
    font-size: 0.7rem;
    min-height: 2rem;
    position: relative;
    top: 2rem;
}

/* DOUGHNUT CHAR */
.chart_doughnut_nav {
    width: 180px !important;
    height: 180px !important;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.chart_doughnut_nav-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: white;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 33px;
    color: #737373;
    font-family: fantasy;
}

.chart_doughnut_nav-info>i {
    min-height: 4rem;
}

.swiper {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stat_month-nav-doughnut-swiper {
    background-color: rgba(250, 150, 0, 0.1);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
    margin: 1rem;
    padding: 1.3rem 0;
}

.stat_total-nav-doughnut-swiper {
    background-color: rgba(250, 150, 0, 0.1);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
    margin: 1rem;
    padding: 1.3rem 0;
}

.swiper-slide {
    flex-shrink: 1;
    width: 180px;
    display: flex;
    justify-content: center;
    width: 219.6px;
    margin-right: 15px;
}

.active-nav {
    background-color: #282831;
    border-radius: 50%;
    padding: 5px;
    color: white;
}

/* info card */
.stat_card-info,
.stat_card_head em.fa-info-circle {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 5;
}

.stat_card-info:hover>div,
.stat_card_head em.fa-info-circle:hover>div {
    display: block !important;
}

.stat_card-info div,
.stat_card_head em .info-circle {
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 10px;
    color: black;
    text-align: justify;
    z-index: 3;
}

.info-circle-disable {
    display: block !important;
}

.horizontal_chart_title {
    background-color: #282831;
    color: #ffffff;
    margin: 2rem 2rem 0 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    position: relative;
    padding-left: 1rem;
}

.horizontal_chart_title div {
    padding-left: 1rem;
    display: flex;
    width: 100%;
}

.horizontal_chart_title div p {
    margin: 0;
    padding: 0;
}

.horizontal_chart-container {
    border: 2px solid #fa9600;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background-color: white;
}

/* IMAGE IMPORTEE */
.image_preview button {
    display: flex;
    justify-content: center;
    background-color: transparent;
    border: none;
    outline: none;
}

.image_preview button div {
    position: relative;
    width: 200px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image_preview button div::before {
    content: '';
    color: white;
    border-top: 40px solid #fe9600;
    border-right: 40px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.image_preview button div #check-image {
    color: white;
    font-size: 0.8rem;
    position: absolute;
    left: 8px;
    top: 8px;
}

.image_preview button div #zoom-image {
    color: white;
    font-size: 2rem;
    position: absolute;
}

.image_preview button div img {
    width: 200px;
    height: auto;
    border: 2px solid #fe9600;
}

#modal-fileview {
    max-width: 120vh;
}

#modal-fileview img {
    width: 100vh;
}

/* INPUT */
input[name='file'] {
    height: 100%;
}

.no_linked_gsta {
    pointer-events: none;
    border: 1px solid red;
    background-color: #e9e9e9;
}

/*******************************************************************************************************************************************************************************************************************************/
/* ACREOS CUSTOM */
/*******************************************************************************************************************************************************************************************************************************/

.version {
    color: #737373;
    font-style: italic;
}

.image-expand {
    display: inline-block;
    max-height: 120px !important;
}

.sidebar-collapse .image-expand {
    display: none;
}

.image-no-expand {
    display: none;
}

.sidebar-collapse .image-no-expand {
    display: inline-block;
}

.user-panel {
    margin-top: 105px;
}

.sidebar-collapse .user-panel {
    margin-top: 18px;
}

/* COLOR ACREOS */
.orange {
    color: #fe9600;
}

.grey-soft {
    color: #d2d2d2;
}

.grey-hard {
    color: #737373;
}

.grey2 {
    color: #282831;
}

.green {
    color: #129e5a;
}

.red {
    color: #db4437;
}

.bg-grey2 {
    background-color: #282831;
}

.bg-orange {
    background-color: #fe9600;
}

/* GJ-PICKER */
.gj-picker {
    right: 2.5rem !important;
    top: 17rem !important;
    left: auto !important;
}

/* correction datetimepicker calendar pour l'affichage des mois */
.bootstrap-datetimepicker-widget table td {
    white-space: initial;
}

/* IMPORT FILE FOR ADD MANY MATERIALS */
input.serialNumber {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

input.serialNumber:focus {
    color: #fe9600;
    border-color: #fe9600;
    outline: 0 none;
}

/* DROPDOWN CUSTOM */
.dropdown-custom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0.8rem;
}

.dropdown-custom_text {
    margin-right: 0.3rem;
    font-size: 1.2rem;
}

/* BADGES */
.badge-acreos-orange,
.Gsta.Cloud {
    color: rgba(27, 27, 34, 1);
    background-color: rgba(253, 220, 170, 1);
}

.badge-acreos-blue,
.Gsta.Local {
    color: rgba(27, 27, 34, 1);
    background-color: rgba(186, 221, 232, 1);
}

.badge-acreos-grey {
    color: rgba(27, 27, 34, 1);
    background-color: rgba(27, 27, 34, 0.1);
}

.badge-acreos-red {
    color: rgba(27, 27, 34, 1);
    background-color: rgba(243, 192, 188, 1);
}

.badge-acreos-green {
    color: rgba(27, 27, 34, 1);
    background-color: rgba(176, 222, 200, 1);
}

.text-bold {
    font-weight: bold;
}

/* input */
input[type='checkbox'] {
    position: relative;
    width: 1.1em;
    height: 1.1em;
    color: black;
    border: 1px solid #fe9600;
    border-radius: 4px;
    appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

input[type='checkbox']::before {
    position: absolute;
    content: '';
    display: block;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 10px;
    border-style: solid;
    border-color: white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

input[type='checkbox']:checked {
    color: white;
    border-color: #fe9600;
    background: #fe9600;
}

input[type='checkbox']:checked::before {
    opacity: 1;
}

input[type='checkbox']:disabled {
    cursor: default;
}

/* packingList*/
.info-packingList section {
    display: flex;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.info-packingList section div:nth-child(1) {
    width: 40%;
}

.info-packingList section div:nth-child(2) {
    overflow: hidden;
    text-align: center;
    width: 60%;
}

/*  Toggle Switch  */
.toggleSwitch span span {
    display: none;
    /* Firefox */
    -moz-user-select: none;
    /* Chrome, Safari, Opéra depuis la version 15 */
    -webkit-user-select: none;
    /* Internet explorer depuis la version 10 et Edge */
    -ms-user-select: none;
    /* Propriété standard */
    user-select: none;
    font-weight: 500;
}

.toggleSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    width: 40px;
}

.toggleSwitch * input:disabled {
    cursor: not-allowed;
}

.toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.toggleSwitch label,
.toggleSwitch>span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.toggleSwitch a {
    border: none !important;
}

.toggleSwitch input:focus~a,
.toggleSwitch input:focus+label {
    outline: none;
}

.toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}

.toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.toggleSwitch>span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
}

.toggleSwitch>span span {
    position: absolute;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    left: 10%;
    opacity: 0;
}

.toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    top: 1px;
    left: 2px;
    width: 18px;
    background-color: #34343d;
    border: 1px solid #ecf0f1;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.toggleSwitch>span span:first-of-type {
    color: #34343d;
    opacity: 1;
    left: 45%;
}

.toggleSwitch>span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.toggleSwitch input:checked~a {
    background-color: #fff;
    border: 1px solid #ccc;
    border-color: #fff;
    left: 100%;
    margin-left: -8px;
}

.toggleSwitch input:checked~span:before {
    border-color: #0097d1;
    box-shadow: inset 0 0 0 30px #0097d1;
}

.toggleSwitch input:checked~span span:first-of-type {
    opacity: 0;
}

.toggleSwitch input:checked~span span:last-of-type {
    opacity: 1;
    color: #fff;
}

/* Switch Sizes */

.toggleSwitch.large {
    width: 60px;
    height: 27px;
}

.toggleSwitch.large a {
    width: 27px;
}

.toggleSwitch.large>span {
    height: 29px;
    line-height: 28px;
}

.toggleSwitch.large input:checked~a {
    left: 41px;
}

.toggleSwitch.large>span span {
    font-size: 1.1em;
}

.toggleSwitch.large>span span:first-of-type {
    left: 50%;
}

.toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
}

.toggleSwitch.xlarge a {
    width: 36px;
}

.toggleSwitch.xlarge>span {
    height: 38px;
    line-height: 37px;
}

.toggleSwitch.xlarge input:checked~a {
    left: 52px;
}

.toggleSwitch.xlarge>span span {
    font-size: 1.4em;
}

.toggleSwitch.xlarge>span span:first-of-type {
    left: 50%;
}

/* CUSTOM */

.toggleSwitch.custom-switch-suspended input:checked~span:before {
    border-color: rgba(250, 150, 0, 1);
    box-shadow: inset 0 0 0 30px rgba(250, 150, 0, 1);
}

.toggleSwitch.custom-switch-suspended {
    width: 6rem;
}

.toggleSwitch.custom-switch-suspended input:checked~a {
    left: 5.3rem;
}

.toggleSwitch.custom-switch-suspended>span span:first-of-type {
    left: 25%;
}

/* CUSTOM LARGE */

.toggleSwitch.custom-switch-suspended.large {
    width: 8rem;
}

.toggleSwitch.custom-switch-suspended.large input:checked~a {
    left: 6.8rem;
}

.toggleSwitch.custom-switch-suspended.large>span span:first-of-type {
    left: 30%;
}

/* CUSTOM XLARGE */

.toggleSwitch.custom-switch-suspended.xlarge {
    width: 9rem;
}

.toggleSwitch.custom-switch-suspended.xlarge input:checked~a {
    left: 6.7rem;
}

.toggleSwitch.custom-switch-suspended.xlarge>span span:first-of-type {
    left: 30%;
}

/* GSTA CLOUD CUSTOMER CARDS */
.customerSuspend {
    background-color: #d2d2d2;
}

.container-card-user-gsta,
.container-card-center-gsta {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 1rem;
    width: 100%;
}

.card-gsta-user,
.card-gsta-center {
    margin: 1rem .25em;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
    width: 18%;
}

.customerSuspend div div>.card-gsta-user:not(.acountActive) {
    background-color: #d2d2d2;
}

#savAccountCard .card-gsta-user.acountActive {
    width: auto;
}

.card-gsta-user.acountActive {
    background-color: white;
}

.card-gsta-user.accountdisabled {
    background-color: #d2d2d2;
}

.customerSuspend div div .card-gsta-user .card-gsta-header .gsta-customer-state div div>* {
    cursor: not-allowed;
}

.card-gsta-user .card-gsta-header {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px rgba(0, 0, 0, 0.125);
    background-color: white;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.card-gsta-user .card-gsta-header .gsta-customer-edit {
    margin: 0.5rem 0rem 0rem 1rem;
    z-index: 1;
}

.card-gsta-user .card-gsta-header .gsta-customer-state {
    margin: 0.5rem;
    z-index: 1;
}

.card-gsta-user .card-gsta-header .gsta-customer-state .acountActive,
#savAccountState .acountActive,
#userAccountState .acountActive {
    width: 4rem;
    background-color: #fa9600;
    border-radius: 1rem;
    font-size: 0.7rem;
    color: white;
}

.card-gsta-user .card-gsta-header .gsta-customer-state .accountdisabled,
#savAccountState .accountdisabled,
#userAccountState .accountdisabled {
    width: 4rem;
    background-color: #d2d2d2;
    border-radius: 1rem;
    font-size: 0.7rem;
    color: black;
}

.card-gsta-user .container-card-gsta-customer-icon {
    display: flex;
    justify-content: center;
    position: relative;
    top: -18px;
    font-size: 1.2rem;
}

.card-gsta-user .card-gsta-customer-icon {
    width: 50px;
    height: 50px;
    border: solid 2px rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    background-color: white;
}

.card-gsta-user .card-gsta-customer-icon i {
    color: rgba(0, 0, 0, 0.7);
    padding-top: 2px;
}

.card-gsta-user .card-gsta-content {
    padding: 0.5rem;
}

.card-gsta-user .card-gsta-content .list-group-flush {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.card-gsta-user .card-gsta-content .list-group-flush .list-group-head {
    padding-bottom: 1rem;
    font-weight: 600;
}

.card-gsta-user .card-gsta-content .list-group-flush .list-group-item {
    background-color: transparent !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-gsta-user .card-gsta-content .list-group-flush .list-group-item span {
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.card-gsta-user .card-gsta-content .password-container {
    display: flex;
    justify-content: center;
}

.card-gsta-user .card-gsta-content .password-container .input-group {
    width: 80%;
}

.check-list-outline-orange-acreos,
.check-list-outline-orange-acreos-checked {
    margin-bottom: 1px;
}

.check-list-outline-orange-acreos:hover {
    border-color: #fa9600;
    cursor: pointer;
}

.check-list-outline-orange-acreos-checked {
    border-color: #fa9600;
    cursor: pointer;
}

.gsta-customer-edit {
    cursor: pointer;
}

.gsta-customer-edit:hover {
    color: #fa9600;
}

#savAccountState,
#userAccountState {
    justify-content: flex-end;
}

#savAccountState p,
#userAccountState p {
    margin: 0.5rem;
}


.card-gsta-center .card-gsta-header {
    border-bottom: solid 1px rgba(0, 0, 0, 0.125);
    background-color: white;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    position: relative;
}

.card-gsta-center .card-gsta-header .gsta-center-edit {
    position: absolute;
    top: 8px;
    left: 0.7rem;
    cursor: pointer;
}

.card-gsta-center .card-gsta-header .gsta-center-edit:hover {
    color: #FA9600;
}

.card-gsta-center .card-gsta-header .gsta-center-delete {
    position: absolute;
    top: 0.5rem;
    right: 0.7rem;
    cursor: pointer;
}

.card-gsta-center .card-gsta-header .gsta-center-delete:hover:not(.disabled) {
    color: #FA9600;
}

.card-gsta-center .card-gsta-header .gsta-center-delete.disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.card-gsta-center .card-gsta-header h4 {
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 8px;
}

.card-gsta-center .card-gsta-content>.list-group {
    align-items: flex-start;
}

.card-gsta-center .card-gsta-content>.list-group .list-group-head {
    margin-left: 1rem;
    text-decoration: underline;
}

.card-gsta-center .card-gsta-content>.list-group .list-group-content {
    list-style: none;
    column-count: 2;
    width: 100%;
    padding: 5px;
    margin-top: 10px;
}

.card-gsta-center .card-gsta-content>.list-group .list-group-content li {
    padding: 0;
}


.table_manageSimuCenterGstaCloud {
    width: 100%;
    text-align: center;
}

.table_manageSimuCenterGstaCloud tbody tr td {
    padding: 5px;
    border-top: solid 1px #D2D2D2;
    height: 50px;
    width: 150px;
}

.btn-xs {
    line-height: 1 !important;
}

.hide-element {
    display: none;
}

/* For dictionary list -> language list card header */
.card-language-list>.card-header {
    line-height: normal;
}

a.disable-link {
    pointer-events: none;
    opacity: 0.65;
}

table.data-table-selected tr.selected {
    border: 2px solid #fd7e14 !important;
}

table.table-bordered thead th {
    border-bottom: none !important;
}

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

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

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

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

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

.tbody-key>tr>td>span {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.showHideColumn.icon-blind {
    color: #BDBFC2 !important;
}

.icon-orange-acreos {
    color: #fa9600;
}

.icon-2 {
    font-size: 2rem;
}

.icon-3 {
    font-size: 3rem;
}

.icon-4 {
    font-size: 4rem;
}

.list-group-horizontal-flush {
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-container .list-group-horizontal-flush .list-group-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.warranty-legend {
    list-style: none;
}

.warranty-legend li {
    float: left;
    margin-right: 10px;
}

.warranty-legend span {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0.5rem;
}

.uppercase {
    text-transform: uppercase;
}

.card-chart {
    min-width: 20%;
    min-height: 20%;
    max-width: 40%;
    max-height: 40%;
    padding-bottom: 1rem;
}

.card-stat .card-icon-container {
    display: flex;
    align-items: center;
    padding: 0.5rem;
}

.card-stat .card-icon-container .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    width: 40px;
    height: 40px;
    border-radius: .25rem;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}