/*BO MACHIN TRUC*/
:root {
	--main-bo-color : rgba(95,179,148);
	--main-bo-color-hover : rgba(95,179,148,.7);
	--shadow : 0 .5rem 1rem rgba(0,0,0,.15)!important;
	--success : #28a745!important;
	--warning : #ffc107;
	--danger : #dc3545
}
.admin-wrapper {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.admin-content {
    background: var(--main-bo-color);
    width: 60px;
    margin: auto;
    color: white;
    height: 60px;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: rgba(65, 69, 82, 0.08) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px;
    transition: 0.3s;
}
.admin-content:hover{
	background : var(--main-bo-color-hover);
}
.admin-content a {
    width: 100%;
    height: 100%;
    display: block;
}
.admin-content svg {
    display: block;
    margin: auto;
    height: 100%;
    width: 35px;
}
.bo-alert {
	position : fixed;
	top : 40px;
	right : 10px;
	width : fit-content;
	padding: 10px;
	border-radius: 10px;
	  transform: translateY(-100%); /* Initial position off-screen */
	  transition: all 0.5s ease-out;
}
.bo-alert.bo-alert-success {

  background: #198754;
  color: white;
}
.bo-alert.bo-alert-updating {
	background : #0dcaf0;
	color : white;
}
.bo-breadcrumb {
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.bo-breadcrumb-item {
    margin: 15px;
    text-wrap : nowrap;
    max-width : 300px;
    overflow : hidden;
    text-overflow : ellipsis;
}

a.bo-breadcrumb-item {
    color: var(--main-bo-color);
    font-weight: 700;
}

.bo-breadcrumb .svg-inline--fa {
    margin: auto 0;
}
.bo-header-wrapper {
    background: white;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid rgb(226, 226, 226);
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.bo-menu-sidebar {
	padding : 10px;
	width : 300px;
} 
.bo-menu.bo-menu-sidebar h2 {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 5px;
}
.bo-main-menu-item {
	font-weight : 600;
	border-radius : 5px;
	padding : 15px 10px;
	margin : 10px 0;
	width: 100%;
    text-align: left;
}
.bo-menu.bo-menu-burger {
    width: 100%;
    border-bottom: 1px solid var(--gray-light);
    padding: 20px 10px;
}
.bo-main-menu-item:hover {
	background : var(--gray-light);
	cursor : pointer;
}
.bo-main-menu-item.active {
	background : var(--main-bo-color);
	color : white;
	font-weight : 700;
}
.bo-content-wrapper {
	width : calc(100% - 300px);
}
.bo-wrapper.m .bo-content-wrapper,.bo-wrapper.s .bo-content-wrapper,.bo-wrapper.xs .bo-content-wrapper {
	width : 100%;
}
.content-wrapper.bo-wrapper {
	width : 100%;
	padding-top:30px;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.bo-menu-studio-wrapper {
    width: calc(100% - 45px);
    min-height: calc(100vh - 300px);
}
.bo-studio-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bo-studio-left-sidebar {
    width: 250px;
}

.bo-studio-right-sidebar {
    width: 300px;
}
.bo-menu-item {
    border: 1px var(--gray-light) solid;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin: 15px;
    width: 300px;
    background: #fafafa;
    height: 110px;
}
.bo-menu-subtitle {
    width: 100%;
    margin: 20px;
    text-align: center;
}
.bo-menu-item:hover {
	box-shadow: rgba(65, 69, 82, 0.08) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px;
}

.bo-menu-item-title {color: var(--main-bo-color);font-weight: 700;}

.bo-menu-item-subtitle {
    font-weight: 200;
    font-size: 14px;
}
.bo-menu-title {
    width: 100%;
    font-size: 24px;
    margin: 20px;
    font-weight : 600;
}

.bo-menu-item.main {
    border-radius: 15px;
    color: black;
    text-transform: unset;
    padding: 15px;
    width: 100%;
}
a.bo-header-logo {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 48px;
    height : auto;
}
.bo-table-empty img {
    text-align: center;
    margin: auto;
    width: 400px !important;
    height: auto !important;
    max-height: 400px !important;
}
.bo-header-logo img {
    margin-right: 25px;
	width : 100%;
	height : auto;
}

.bo-header-title {
    font-weight: 600;
    font-size: 22px;
    vertical-align: middle;
    margin-right: auto;
    padding-left : 20px;
    border-left : 1px solid black;
    margin-left : 20px;
}
.bo-header-buttons {
    display: flex;
}
.bo-header-button {
    background: black;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    padding: 10px;
    text-align: center;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    margin : 0 10px;
}
.bo-header-menu {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-basis: 250px;
    justify-content: space-around;
}

.bo-header-menu-item {
    font-size: 15px;
    font-weight: 200;
    padding: 5px 10px;
    border-radius: 15px;
}

.bo-header-menu-item:hover {
    background: #F6F8FA;
    cursor: pointer;
}

.bo-section {
    border: 1px solid var(--gray-light);
    margin: 25px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: var(--gray-light) 5px;
}

.bo-section-title {
    font-weight: 500;
    font-size: 18px;
}

.bo-section-content {
    font-size: 16px;
    font-weight: 200;
}
.bo-subheader-wrapper {
    background: rgb(246, 248, 250);
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: 100%;
    position: sticky;
    top: 90px;
    z-index: 10000;
    transition : all 0.5s ease;
}

.bo-subheader-item {
    padding: 10px 20px;
}
.bo-tabs {
    padding: 10px;
    width : 100%;
}
.bo-tab {
	display : none;
}
.bo-tab.active {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 40px;
}
.bo-tabs-header {
    display: inline-flex;
    border-bottom: 5px solid var(--gray-light);
    width: 100%;
    padding-top: 10px;
}

.bo-tab-title.active {
    border-bottom : 5px solid var(--main-bo-color);
    font-weight : 600;
}

.bo-tab-title:hover {
    font-weight : 600;
    transition: all 0.3s ease;
    border-bottom : 5px solid var(--main-bo-color);
}
.bo-tab-title:has(.bo-tab-close) {
    padding-right: 25px;
    position: relative;
}

.bo-tab-close {
    position: absolute;
    right: 5px;
}
.bo-tab-title {
    padding: 10px;
    text-wrap: nowrap;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom : -5px;
}
.bo-element-wrapper:has(input,textarea,select) .bo-element-label {
	position: absolute;	
}
.bo-element-label {
    top: -30px;
    left: 0px;
    padding: 0px;
    color: #1f2937;
    font-weight: 200;
    transition : all 0.1s ease;
}

.bo-element-wrapper {
    margin-bottom: 20px;
    width: 100%;
}

.bo-element {width: 100%;}
.bo-element-title {
    font-size: 22px;
    margin-bottom: 40px;
    padding: 10px;
    font-weight: 700;
    color: var(--main-bo-color);
    margin: 20px 0;
    border-radius: 10px;
    width : 100%;
}
.bo-button-group {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bo-checkbox {
    width: 15px !important;
    /* height: 15px !important; */
}
.bo-element-wrapper .bo-checkbox {
	width : 100% !important;
}
.bo-checkbox-option {
    width: 100%;
    display: flex;
}
.bo-menu-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.bo-menu-sidebar-level-1,.bo-menu-sidebar-level-2,.bo-menu-sidebar-level-3 {
    border : 1px solid var(--gray-light);
    font-size : 14px;
    font-weight : 200;
    width : 22%;
    min-width : 170px;
    transition : all 0.5s ease;
}


.bo-menu-sidebar-item {
    padding: 15px;
    border-bottom: 1px solid var(--gray-light);
    cursor : pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position : relative;
    padding-right : 40px;
    width : 100%;
    transition : all 0.5s ease;
    font-size : 12px;
}
.bo-menu-sidebar-item-placeholder {
	border : 3px dashed var(--main-bo-color);
	background : var(--gray-light);
	height : 60px;
	width : 100%;
}
.bo-menu-sidebar-item.dragover {
	margin-top: 30px;
    border-top: 1px solid var(--gray-light);
    transition : all 0.3s ease;
}
.bo-menu-sidebar-item.active {
	font-weight : 500;
	background : var(--gray-light);
}
.bo-menu-sidebar-item:hover {
	background : var(--gray-light);
	transition : all 0.5s ease;
}
.bo-menu-main {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 300px;
}
.bo-menu-sidebar-dropzone {
	background : var(--gray-light);
	height : 80px;
	transition : all 0.5s ease;
}
.bo-menu-sidebar-item-tools {
	display : none;
	position : absolute;
	right : 5px;
	top : 15px;
}
.bo-menu-sidebar-item:hover .bo-menu-sidebar-item-tools {
	display : block;
	transition : all 0.5s ease;
}
.bo-menu-sidebar-item.action {
	font-weight : 500;
	color : var(--main-bo-color);
}
.bo-studio-main {
    width: calc(100% - 550px);
    padding: 0 25px;
}
.bo-studio-main .bo-tabs,.bo-studio-main .bo-tabs-header {
	padding : 0;
}
.bo-element-wrapper:has(input, select,textarea):not(:has(.bo-day-wrapper)) {
    border-radius: 10px;
    position: relative;
    margin-top : 45px;
}

.bo-input,.bo-select,.bo-input-time {
    font-size: 16px !important;
    border-radius : 5px !important;
    width : 100%;
    border : 1px solid var(--gray-light) !important;
}
input.bo-input {
	padding : 10px 20px !important;
}
.bo-input:focus, .bo-select:focus,.bo-input-time:focus,.bo-input:focus-within, .bo-select:focus-within,.bo-input-time:focus-within {
    box-shadow: unset !important;
    border : 3px solid var(--main-bo-color) !important;
    background : var(--gray-light);
    transition : background 0.3s ease,border-color 0.3s ease;
}
.bo-input *:focus,.css-t3ipsp-control:hover {
	box-shadow: unset !important;
	border : none;
}


.bo-element-wrapper:has(input:focus-within,select:focus-within,textarea:focus-within) .bo-element-label {
	font-weight : 600;
	
}
.bo-element-wrapper input:focus {
	box-shadow : unset;
}
.bo-input.duration,.bo-input.duration:focus {
	width : 49% !important;
}
.bo-element-label.active {
	transition : all 0.5s ease;
	background : none;
	font-weight: 500;
    font-size: 20px;
    top: 3px;
}
.duration {
	width : 49% !important;
}
.bo-tab-validation {
    background: var(--main-bo-color);
    color: white;
    width: 90%;
    margin: auto;
    padding: 8px;
    border-radius: 5px;
}

.bo-tab-footer {
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    background: white;
    padding: 14px;
    left: 0;
    text-align: center;
    transition : all 1s ease;
}
.bo-day-wrapper {
    margin: 15px 0;
    border-bottom: 1px solid var(--gray-light);
    padding-bottom: 15px;
}

.bo-day-title {
    text-transform: uppercase;
    font-size: 18px;
    margin : 20px 0px;
}
button.bo-button.close {
    margin-left : 15px;
}
.bo-hours-input {
    width: 75%;
    min-width: 400px;
}

.bo-hours-input .bo-element-wrapper {
    width: calc(50% - 10px);
    display: inline-flex;
    margin: 5px;
}
.bo-hours-duplicate-item {
	width : 100%;
}
.bo-hours-buttons {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
}

.bo-hours {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.bo-hours-duplicate {
    width: 100%;
    transition: all 1s ease;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}
.bo-menu-editor-wrapper {
    display: flex;
}
.bo-menu-sidebar-item:has(.bo-input-search) {
	padding : 0px;
}
.bo-input-search {
    border: 0px !important;
    /* border-bottom: 1px solid black !important; */
    border-radius: 0px !important;
    font-size: 12px !important;
    padding: 3px !important;
}
.bo-menu-sidebar-item-tools button {
    margin: 0px 5px;
}
.bo-image-upload-wrapper {
    background: var(--gray-light);
    margin: 5px;
    border-radius: 5px;
    height: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.bo-input[type=file] {
    background: rgb(255,255,255,0.5);
    border: 1px dashed black !important;
    margin: 5px;
    font-weight: 200;
}
.bo-menu-editor-button.danger {
    background: #f87171;
    color: white;
}
.bo-menu-editor-button.success {
    background: #22c55e;
    color: white;
}
.bo-menu-editor-button {
	padding: 5px 10px;
    border-radius: 5px;
}
.bo-menu-section-item {
    border-bottom: 1px solid var(--gray-light);
    margin-bottom: 20px;
    padding: 10px;
}
.bo-menu-editor-footer {
    text-align: center;
    padding: 10px;
}
.bo-services-line {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.bo-import-product-line {
    display: table-row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.bo-import-report-product {
    font-weight: 600;
}

.bo-import-report-center {
    padding-left: 5px;
}

.bo-import-report-result {
    padding-left: 5px;
    padding-bottom: 10px;
}

span.bo-import-report-result-message {
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 300;
}
.bo-import-product-line-element {
    display: table-cell;
    font-weight : 200;
    padding: 5px;
    min-width: 200px;
    transition : all 0.5s ease;
}

.bo-import-product-line-element:hover {
	background : var(--gray-light);
}

.bo-import-products-wrapper {
    display: table;
}
.bo-import-product-line-element input[type=checkbox] {
	width: 15px !important;
    margin-left: 10px;
}
.bo-import-product-line.title {
    background: var(--gray-light);
    width: 95%;
    position: sticky;
    top: 89px;
}
.bo-import-product-line.title .bo-import-product-line-element {
	font-weight : 400;
}
.bo-import-product-line.search {
    background: var(--gray-light);
    width: 100%;
    display: table-caption;
}
.bo-code-wrapper {
    width: 100%;
}
.bo-import-product-line.search input[type="text"] {
    background: none;
    border: 0px !important;
    font-weight: 200;
    border-radius: 0;
    width: 100% !important;
}
.super-header-wrapper {
    height: 70px;
    padding: 40px;
    background: lightskyblue;
    color: white;
    font-weight: 700;
}
.bo-import-groups-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.bo-import-group-card {
    width: 200px;
    /* padding-bottom: 15px; */
    border: 1px solid black;
    margin: 5px;
    border-radius: 5px;
}

.bo-import-group-card-title {
    background: var(--gray-light);
    padding: 5px;
    text-align: center;
}

.bo-import-group-card-infos {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

.bo-import-group-card-button {
    text-align: center;
    width: 100%;
    font-size: 14px;
    background: var(--available);
    margin: 0px;
    color: white;
}

.bo-import-group-button {
	border : 1px solid black;
	background : var(--gray-light);
	color : black;
	border-radius : 5px;
	margin : 5px;
	padding : 10px;
}
.bo-import-group-line {
    border-radius: 10px;
    background: var(--gray-light);
    padding: 15px;
    margin: 10px;
}


.bo-button.loading {
    opacity: 0.3;
}

@keyframes pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.bo-notification {
    position: fixed;
    top: 140px;
    right: 20px;
    background: var(--main-bo-color);
    color: white;
    padding: 20px;
    border-radius: 10px;
    animation: pop 0.3s ease-out;
    z-index : 100;
}
.bo-notification.error {
	background : red;
}
.bo-studio-products {display: flex;flex-direction: row;flex-wrap: wrap;align-content: flex-start;justify-content: flex-start;align-items: center;}

.bo-product-button {
    width: 200px;
    height: 250px;
    border-radius: 5px;
    border: 1px solid var(--main-bo-color);
    margin: 5px;
}
.bo-product-button-placeholder{
	border : 3px dashed var(--main-bo-color);
	background : var(--gray-light);
	height : 250px;
	width : 200px;
}
.bo-product-button:hover,.bo-resources-image:hover {
    transition: all 0.2s ease;
    border-width: 2px;
    background-color : var(--main-bo-color);
    color : white;
    font-weight : 700;
    box-shadow: rgba(65, 69, 82, 0.08) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px;
    animation: pop 0.3s ease-out;
}

.bo-product-img {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--main-bg-color);
}
.bo-product-img.drag-over {
    border: 3px dashed black;
    background-color: var(--main-bo-color);
    opacity: 0.5;
}
.bo-products-similars {
    border-radius: 10px;
    border: 3px dashed var(--main-bo-color);
    padding: 10px;
    margin-bottom: 20px;
}

.bo-product-img {
    text-align: right;
    padding: 10px;
}
/* toggle.css */
.bo-switch {
  position: relative;
  display: flex;
  width: 200px;
  height: 34px;
  margin : 0 5px;
}

.bo-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.bo-switch-label {
    z-index: 10;
    width : 100%;
    padding : 0 35px;
    margin : auto;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 34px; */
    text-wrap: nowrap;
}
.bo-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.bo-slider:before {
  position: absolute;
  content: attr(data-label);
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.bo-switch input:checked + .bo-slider {
  background-color: var(--main-bo-color);
}

.bo-switch input:checked + .bo-slider:before {
  transform: translateX(160px);
}

/* Rounded sliders */
.bo-slider.round {
  border-radius: 34px;
}

.bo-slider.round:before {
  border-radius: 50%;
}
.bo-production-wrapper {
    width: 100%;
    padding: 10px;
}

.bo-production-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.bo-production-delay {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    min-width : 360px;
}

.bo-production-delay input[type="number"] {
    margin-right: 10px;
    width: 100px !important;
}
.bo-production-products {
    color: var(--main-bo-color);
    font-size: 22px;
    font-weight: 600;
    border: 2px solid var(--main-bo-color);
    padding: 10px 35px;
    border-radius: 10px;
}
.bo-production-services {
    display: flex;
}
.bo-production-order-detail {
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
    max-width: 900px;
    height: 100vh;
    z-index: 100000;
    background: white;
    transition: 0.4s;
    border-left: 3px solid black;
    padding: 50px 20px;
    overflow-y : scroll;
    padding-bottom : 100px;
}
button.order-close {
    position: absolute;
    right: 15px;
    font-size: 20px;
    font-weight: 700;
    background: var(--main-bo-color);
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 10px;
}

.order-title {
    text-wrap: nowrap;
    font-size: 16px;
    color: var(--main-bo-color);
    font-weight: 700;
}

.order-header-data {display: flex;flex-direction: row;flex-wrap: nowrap;align-content: flex-start;justify-content: space-between;align-items: center;}

.order-header-label {
    font-weight: 700;
}
.order-line {
    margin-bottom: 10px;
    border: 1px black solid;
    padding: 10px;
    border-radius: 5px;
}
.bo-production-order-header {
    box-shadow: rgba(65, 69, 82, 0.08) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px;
    padding: 10px;
    margin: 10px 0;
    width: 40%;
    max-width: 500px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    min-width : 300px;
}

.bo-production-order-header:hover {
    font-weight: 700;
    cursor: pointer;
    transform : scale(1.05);
    transition : all 0.3s ease;
}

.order-line-main {
    font-weight: 600;
}

.order-line-children {
    margin-left: 20px;
}

.order-line-child {
    font-weight: 600;
    font-size: 16px;
    text-transform : uppercase;
}

.order-line-subchild {
    margin-left: 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: lowercase;
}
.bo-production-orders .bo-element-wrapper {
    width: 300px;
}
.bo-studio-custom {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    flex-wrap: wrap;
}

.bo-dd-button {margin-right: 15px;}

.bo-custom-title {
    margin: 0 20px;
    width: calc(100% - 65px);
    display : flex;
}

.bo-custom-quantities {
    display: flex;
    width: 100%;
}
.bo-dd-placeholder {
    width: 100%;
    height: 50px;
    border: 3px dashed var(--main-bo-color);
    background: var(--gray-light);
}
.bo-delete-button {
    margin-left: auto;
}
.bo-section-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.bo-statistics-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
}

.bo-statistics-header {
    width: 100%;
    display: flex;
    padding: 20px;
    background: var(--main-bg-color);
    border-radius: 20px;
}

.bo-statistic-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.bo-statitics-content {
    width: 100%;
    padding: 20px;
}

.bo-statistic-item {
    padding: 5px;
    text-align: center;
}

.bo-statistic-title {
    font-size: 22px;
    font-weight: 600;
}

.bo-statistic-number {
    font-size: 36px;
    font-weight: 700;
    color: var(--main-bo-color);
}

.animated-number {
  --number: 0; /* Valeur par défaut */
  transition: all 1s ease;
}

.animated-number::before {
  content: var(--number);
}
.col-1-3 {
	width : 33%;
}
.bo-statistic-graph {
	width 100%;
	min-height : 300px;
}
.bo-resources-items {
    display: flex;
    flex-wrap: wrap;
}

.bo-resources-item {
    width: 100%;
}

.bo-resources-items .bo-element-title {
    width: 100%;
}

.bo-resources-image {
    width: 70px;
    height: 70px;
    padding: 5px;
    margin: 3px;
    border: 1px solid var(--main-bo-color);
}

.bo-resources-image:hover {
    transform: @pop;
}
.bo-edit-product-link {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 9px;
    color: var(--main-bo-color);
    font-weight: 600;
    z-index: 1000;
}
.crm-order-wrapper {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.crm-user-header {
    width: 30%;
    max-width: 600px;
    padding: 10px;
}

.crm-data {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.crm-label {
    FONT-WEIGHT: 600;
}

.crm-order {
    padding: 10px;
    width: 70%;
}

.crm-product-name {
    display: flex;
    justify-content: space-between;
}
.refund-wrapper {
    width: 150px;
    display: flex;
    justify-content: space-between;
    background: var(--main-bo-color);
    border-radius: 5px;
    padding: 5px;
    color: white;
    align-items: center;
}

.crm-product-child {
    padding-left: 30px;
}

.refund-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    color: var(--main-bo-color);
}
.crm-total-line {
    display: flex;
    justify-content: space-between;
}
.crm-refund {
    border-top: 2px solid var(--main-bo-color);
    margin: 10px 0;
}

textarea.crm-refund-reason {
    width: 100%;
    border-radius: 5px;
}
.bo-statistic-top-item {
    display: flex;
    justify-content: space-between;
}

span.animated-number {
    margin-left: 20px;
}
.bo-search-input {
    border-radius: 10px !important;
    width: 100% !important;
    margin: 15px 0;
}
input.bo-search-input:focus,input.bo-search-input:focus-within {
	border : 3px solid var(--main-bo-color) !important;
	box-shadow : none !important;
	/*background : var(--gray-light) !important;*/
	transition : border-color 0.3s ease ;
}
.bo-table input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
}
.bo-table {
    width: 100%;
    padding: 20px;
}

.bo-table.fullscreen {
    position : absolute;
    top : 0;
    left : 0;
    width : 100vw;
    height : 100vh;
    background : white;
}

.bo-table img {
    width: auto;
    max-height: 60px;
}

.bo-table-header {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.bo-table tr.selected {
    background: var(--main-bo-color-hover);
}

.bo-table tr:not(first-child):hover {
    background: var(--main-bg-color);
    cursor : pointer;
}
.bo-editable-grid tr:hover {
	background : unset !important;
	cursor : unset !important;
}

.bo-table-action-link {
    font-size: 12px;
    font-weight: 500;
}
.bo-table-tag {
    border: 1px solid var(--gray-light);
    padding: 10px;
    margin: 5px;
    border-radius: 10px;
    background: var(--gray-light);
}

.bo-table-add-button,.bo-button {
    background: var(--main-bo-color);
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin-right : 5px;
	border : 1px solid var(--main-bo-color);
}
.bo-table-loading {
	width : 100%;
	text-align : center;
	padding : 20px;
}
.bo-table-add-button:hover,.bo-button:hover {
    background: var(--main-bo-color-hover);
    border : 1px solid var(--main-bo-color-hover);
}
.bo-table-add-button-icon {
    margin-right: 10px;
}
.bo-table thead tr:first-child {
    font-weight: 600;
    font-size: 14px;
}
.bo-table thead tr:first-child:hover {
    font-weight: 600;
    font-size: 14px;
    background : unset;
}
.bo-table td {
    border-top: 1px solid var(--gray-light);
    padding: 15px 0;
}
.bo-table thead tr:first-child td {
    padding: 15px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.bo-table tr td:has(.bo-table-action-link) {
    max-width : 120px;
}
.bo-table-actions-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.bo-table-action-link {
    background: var(--gray-light);
    padding: 5px;
    border-radius: 5px;
}
.bo-table.xs tr td:has(.bo-table-action-link) {
    width: 100%;
}
.bo-table-sort-icons {
    float: right;
    padding-right: 10px;
    visibility:hidden;
}
.bo-table-filters {
    margin: 0 10px;
	position : relative;
}
.bo-table.xs .bo-table-filters, .bo-table.xs .bo-table-add-button,.bo-table.s .bo-table-filters, .bo-table.s .bo-table-add-button {
    width: 100%;
    margin: 10px;
}
.bo-table-filter-buttons {
    border: 1px solid var(--main-bo-color);
    padding: 5px;
    border-radius: 5px;
    color : var(--main-bo-color);
    font-weight : 600;
}
.bo-table-filter-buttons:hover {
    border-color: var(--main-bo-color-hover);
    color : var(--main-bo-color-hover);
}
.bo-filter-button-icon {
    margin-right: 10px;
}

.bo-table-filter-buttons:has(.selected) {
    background: var(--main-bo-color);
    color: white;
}

button.bo-table-filter.selected {
    margin-right: 10px;
}

.bo-table-filter-values {
    position: absolute;
    z-index: 1000;
    background: white;
    padding: 10px;
    border: 1px solid var(--main-bo-color);
    margin-top: 3px;
    border-radius: 5px;
    right : 0px;
    min-width : 250px;
}

.bo-table-filter-values button.selected {
    font-weight: 700;
}

.bo-table-filter-values button {
    margin: 3px 0;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width : 100%;
	text-align : left;
}
.bo-table-filter-values-buttons {
    border-top: 1px solid var(--gray-light);
    display: inline-flex;
    padding: 5px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

.bo-table-filter-values-buttons button {
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    text-align : center;
}

button.bo-table-filter-values-cancel {
    border: 1px solid var(--main-bo-color);
}

button.bo-table-filter-values-valid {
    background: var(--main-bo-color);
    color: white;
}
.bo-table thead tr:first-child td:hover .bo-table-sort-icons {
	visibility : visible;	
}
.bo-delivery-map {
    margin: 5px -25px;
}
.bo-delivery-actions h1 {
    font-weight: 600;
    margin: 10px 0;
    width: 100%;
}

.bo-delivery-actions {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.bo-delivery-actions a {
    margin: 0 10px;
}
.bo-error-message {
    color: red;
    font-weight: 700;
}
.generated-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.generated-images img {
    width: 200px;
    margin: 5px;
}
.bo-pages {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.bo-page {
    padding: 5px;
    font-size: 14px;
    color: var(--main-bo-color);
    font-weight: 700;
}
.bo-page.active {
    font-size: 18px;
    background: var(--main-bo-color);
    color: white;
}
.crm-technical {
    width: 100%;
    padding: 20px;
}

.logs {
    width: 100%;
}
.bo-menu-item.super {
    border: 3px var(--main-bo-color) solid;
}
.bo-production-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 100000000000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.bo-production-overlay-btn {
    width: 200px;
    height: 200px;
    font-size: 70px;
    border: 6px solid var(--main-bo-color);
    color: var(--main-bo-color);
    border-radius: 50%;
    font-weight: 600;
}
.bo-scheduler-wrapper {
    width: 100%;
    padding: 0 20px;
    display: block;
}

.bo-scheduler-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow);
    padding : 0 10px;
    border-radius: 10px;
    background: white;
}
.bo-scheduler-header-title {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    margin-left: 35px;
}
.bo-scheduler-shift-wrapper {
    display: flex;
    flex-wrap: wrap;
    
}
.content-wrapper:has(.bo-scheduler-wrapper){
	background : var(--main-bg-color)
}

.bo-scheduler-shift-header {
    width: 100%;
    font-size : 24px;
    font-weight : 500;
    padding-left: 35px;
}
.bo-scheduler-hour-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.bo-scheduler-shift-wrapper {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--gray-light);
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
    align-content: flex-start;
}

.bo-scheduler-content {
    display: inline-flex;
    border-radius: 10px;
    background: white;
    padding : 10px;
    box-shadow: var(--shadow);
    margin-top : 10px;
    width : 100%;
    overflow-x: scroll;
}

.bo-scheduler-content::-webkit-scrollbar {
    width: 2px; /* Largeur de la scrollbar */
    height : 5px;
}
.bo-scheduler-content::-webkit-scrollbar-track {
    background-color: white; /* Couleur de l'arrière-plan de la scrollbar */
}

.bo-scheduler-content::-webkit-scrollbar-thumb {
    background-color : var(--main-bo-color); /* Couleur de la thumb (le bouton de défilement) */
    border-radius: 10px; /* Bord arrondi de la thumb */
}

.bo-scheduler-content::-webkit-scrollbar-thumb:hover {
    background-color: var(--main-bo-color); /* Couleur de la thumb au survol */
}
.bo-scheduler-shift-content {
    display: inline-flex;
}

.bo-scheduler-slot-wrapper {
    width: 500px;
    height: 75px;
    border: 2px solid;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    border-left: 30px solid;
    transition : .5s all;
}
.bo-scheduler-slot-wrapper.past {
	filter : opacity(0.7);
}
.bo-scheduler-slot-wrapper.normal {
	border-color : var(--success);
}
.bo-scheduler-slot-wrapper.warning {
	border-color : var(--warning);
}
.bo-scheduler-slot-wrapper.full {
	border-color : var(--danger);
}
.bo-scheduler-slot-header {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.bo-scheduler-slot-content {
    display: none;
}
.bo-scheduler-slot-title {
    width: 25%;
    font-weight : 500;
    font-size : 16px;
    text-align : center;
}

.bo-scheduler-slot-remaining {
    width: 74%;
    height: 20px;
    background: var(--danger);
    border-radius : 5px;
    text-align: center;
    position : relative;
}
.bo-scheduler-slot-current {
    height: 100%;
    min-width : 20px;
    border-radius : 5px;
}

.bo-scheduler-slot-wrapper.normal .bo-scheduler-slot-current {
	background : var(--success);
}
.bo-scheduler-slot-wrapper.warning .bo-scheduler-slot-current {
	background : var(--warning);
}
.bo-scheduler-slot-wrapper.full .bo-scheduler-slot-current {
	background : var(--danger);
}
.bo-scheduler-slot-wrapper.active {
	border-left-width : 60px;
	transition : .5s all;
}
.bo-scheduler-slot-value {
    position: absolute;
    top: 0;
    left: 50%;
    font-weight: 500;
}
.bo-scheduler-slot-channel {}

.bo-scheduler-slot-resume {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bo-scheduler-slot-channel {
    border: 1px solid gray;
    color: gray;
    padding: 5px;
    border-radius: 5px;
}

.bo-scheduler-slot-resume {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bo-scheduler-header-filters {
    display: flex;
    align-content: center;
    align-items: center;
}

.bo-scheduler-header-filter-shift {
    display: flex;
}

.bo-scheduler-toggle-shift {
    display: flex;
    width: 125px;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    margin: 5px;
    background: var(--main-bo-color);
    color: white;
    font-weight: 500;
    border-radius: 5px;
}

.bo-scheduler-toggle-shift.active {
    background: var(--main-bo-color);
    color: white;
    font-weight: 500;
    border-radius: 5px;
}

.bo-scheduler-toggle-shift.disabled {
    filter: opacity(0.5);
}
.bo-scheduler-details-header {
    font-weight: 500;
}
.bo-scheduler-footer {
	background: white;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: var(--shadow);
    display: flex;
    padding-right: 0px;
}
.bo-scheduler-details {
    width: 49%;
}

.bo-scheduler-order {
    width: 49%;
}

.bo-scheduler-details-order {
    border-radius: 5px;
    border: 1px solid black;
    padding: 5px;
}

.bo-scheduler-order {
    width: 49%;
    padding: 10px;
    border: 1px dashed black;
    margin-left: 10px;
}
.bo-import-wrapper {
	width : 100%;
	padding : 20px;
}
.bo-import-group-list-button {
	font-weight : bold;
	margin : 10px 0;
	cursor : pointer;
}
.bo-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    max-width: 600px;
    width : 100%;
    background: white;
    height: 100vh;
    border-left: 1px solid var(--gray-light);
    padding: 10px;
    box-shadow : var(--shadow);
    overflow-y: scroll;
}
.bo-table-bold {
	font-weight : 600;
}
.sidebar-header button {
	height : 30px;
}
.sidebar-header button, .sidebar-footer button, .bo-sidebar-button {
    border: 1px solid var(--main-bo-color);
    padding: 5px;
    border-radius: 5px;
    min-width : 30px;
}

.sidebar-header button:hover, .sidebar-footer button:hover, .bo-sidebar-button:hover {
    background: var(--main-bo-color);
    color: white;
}
.bo-sidebar-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.sidebar-header-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.bo-sidebar-wrapper {
    padding: 15px;
}
.bo-menu-price {
    border-bottom: 1px solid var(--gray-light);
    /* border-radius: 5px; */
    margin: 10px 0;
    padding: 5px;
}

.bo-menu-price-header {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.bo-menu-price-image {
    background: var(--gray-light);
    width: 60px;
    height: 60px;
    background-size: contain;
    margin-right: 5px;
    border-radius: 5px;
    padding: 10px;
}

.bo-menu-price-name {
    font-weight: 500;
}

.bo-menu-price-actions button {
    background: var(--gray-light);
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}

.bo-menu-price-actions {
    display: flex;
    justify-content: flex-start;
}
.bo-menu-price-actions button.selected {
    background: var(--main-bo-color);
    color: white;
    font-weight: 600;
}
.sidebar-header {
    position: fixed;
    height: 50px;
    background: white;
    width: calc(100% - 17px);
    max-width: 583px;
    right: 17px;
    top: 0;
    z-index : 9999;
}
.bo-sidebar-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
}

.bo-sidebar-display-section {
    margin: 5px -25px;
    padding: 25px;
    padding-bottom : 50px;
}

.bo-sidebar-action-section .bo-table {
    margin: -10px;
}
.sidebar-footer {
	position: fixed;
    height: 80px;
    background: white;
    width: calc(100% - 17px);
    max-width: 583px;
    right: 17px;
    bottom: 0;
    padding : 15px;
}
.bo-table.xs thead, .bo-table.s thead {
	display : none;
}
.bo-table.xs tr, .bo-table.s tr {
    display: flex;
    border: 1px solid var(--gray-light);
    border-radius: 5px;
    margin: 5px;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
}
.bo-table.xs td,.bo-table.s td {
	border : none;
	max-width : 150px;
	overflow: hidden;           /* Cache tout ce qui dépasse la largeur du conteneur */
	text-overflow: ellipsis;
	white-space: nowrap;  
}
.bo-table.s td.bo-table-actions {
    width: 100%;
    text-align: center;
    max-width : unset;
    display: flex;
    justify-content: space-between;
}
.bo-table.s .bo-table-filter-values, .bo-table.xs .bo-table-filter-values {
	position : fixed;
	top : 0;
	left : 0;
	border : none;
	border-radius : 0;
	width : 100%;
	height : 100vh;
	padding-top : 20px;
	text-align : center;
}
.bo-table.s .bo-table-filter-values button, .bo-table.xs .bo-table-filter-values button {
	text-align : center;
}
.bo-table.s .bo-table-filter-values-buttons, .bo-table.xs .bo-table-filter-values-buttons {
	position : fixed;
	bottom : 0;
	left : 0;
}
.bo-table-actions button, .bo-table-actions a {
	margin : 5px;
}

#loadingProgressG{
	width:250px;
	height: 10px;
	overflow:hidden;
	background-color: var(--main-bo-color);
	margin: -24px;
	/* border-radius:10px; */
	-o-border-radius:10px;
	-ms-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	width: calc(100% + 48px);
}

.loadingProgressG{
	background-color:rgb(255,255,255);
	margin-top:0;
	margin-left:-250px;
	animation-name:bounce_loadingProgressG;
	-o-animation-name:bounce_loadingProgressG;
	-ms-animation-name:bounce_loadingProgressG;
	-webkit-animation-name:bounce_loadingProgressG;
	-moz-animation-name:bounce_loadingProgressG;
	animation-duration:1.5s;
	-o-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	animation-timing-function:linear;
	-o-animation-timing-function:linear;
	-ms-animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
	-moz-animation-timing-function:linear;
	width:250px;
	height: 10px;
}



@keyframes bounce_loadingProgressG{
	0%{
		margin-left:-250px;
	}

	100%{
		margin-left:250px;
	}
}

@-o-keyframes bounce_loadingProgressG{
	0%{
		margin-left:-250px;
	}

	100%{
		margin-left:250px;
	}
}

@-ms-keyframes bounce_loadingProgressG{
	0%{
		margin-left:-250px;
	}

	100%{
		margin-left:250px;
	}
}

@-webkit-keyframes bounce_loadingProgressG{
	0%{
		margin-left:-250px;
	}

	100%{
		margin-left:250px;
	}
}

@-moz-keyframes bounce_loadingProgressG{
	0%{
		margin-left:-250px;
	}

	100%{
		margin-left:250px;
	}
}
@media only screen and (max-width: 500px) {
	.bo-header-wrapper {
		display : none;
	}
}
.bo-select__input-container {
	grid-template-columns: auto !important;
}
.bo-select__control,.bo-select__control--is-focused {
	background : none !important;
	border : none !important;
}
input.bo-select__input {
	min-width: 100px;
	border : none !important;
	box-shadow : none !important;
	outline : none !important;
}
.action-icons {
    display: flex;
    justify-content: space-between;
}
.bo-editable-grid {
    margin-top: 20px;
}
.bo-editable-grid tr td:first-child {
	width : 20px;
}
.bo-editable-grid .bo-input{
    height : 54px !important;
}
.bo-editable-grid td{
    padding : 5px;
}
.bo-editable-grid-wrapper {
	margin-bottom : 20px;
}
.bo-6x-check-success {
	color : #4CAF50;
}
.bo-6x-check-warning {
	color : #FF9800;
}
.bo-6x-check-error {
	color : #F44336;
}
.bo-6x-check-title {
	font-weight : 700;
}
/* calendar-container */
.calendar-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.calendar-filters {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

/* Style pour React Big Calendar */
.rbc-event {
    padding: 2px 5px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rbc-header {
    font-weight: bold;
    padding: 5px;
}

.rbc-resource-cell {
    font-weight: bold;
    background-color: #f5f5f5;
}
.payment-section-input-wrapper {
    display: flex;
    align-items: center;
}

.payment-section-input-wrapper button {
    margin-left : 10px;
}

.payment-section-input-wrapper input {
    border: none !important;
    border-bottom: 1px dashed black !important;
    border-radius: 0px !important;
}
