.custom-marker {
    width: 50px;
    height: 50px;
    background: "url(/deliver.png)";
}
.custom-marker-logo {
    width: 50px;
    height: 50px;
    background: "url(/deliver.png)";
}
.ordernote {
    resize: none;
    width: 100%;
    height: auto;
    overflow: auto;
}
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.page-item {
    margin: 0 5px;
}

.page-link {
    display: block;
    padding: 10px 15px;
    background-color: #0b7f4d;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

.page-item.active .page-link {
    background-color: #14a969;
}

.page-item.disabled .page-link {
    background-color: #ccc;
    cursor: not-allowed;
}
#SELECT_LIVREUR {
    position: fixed;
    z-index: 20000;
    top: 0;
    height: 100vh;
    background-color: #fff;
    right: -340px;
}
.info_div {
    border: 1px solid #b3830b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    background-color: #b3830b;
    color: #ffffff;
    border-radius: 8px;
    height: 40px;
    padding: 0px 24px;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}
.success_div {
    border: 1px solid #14a969;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    background-color: #14a969;
    color: #ffffff;
    border-radius: 8px;
    height: 40px;
    padding: 0px 24px;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.error_div {
    border: 1px solid #ff6e6a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    background-color: #ff6e6a;
    color: #ffffff;
    border-radius: 8px;
    height: 40px;
    padding: 0px 24px;
    transition: all 0.3s ease-in-out;
}
.sidebar .closebtn {
    color: red;
    display: block;
    width: 100%;
    text-align: end;
}
.sidebar .closebtn i {
    cursor: pointer;
}
#time-selector {
    display: none;
}

.slide-in {
    animation: slideInAnimation 0.5s ease forwards;
}

.slide-out {
    animation: slideOutAnimation 0.5s ease forwards;
}
@keyframes slideInAnimation {
    to {
        right: 0px; /* Slide in from the right */
    }
    from {
        right: -340px;
    }
}
@keyframes slideOutAnimation {
    from {
        right: 0px; /* Slide in from the right */
    }
    to {
        right: -340px;
    }
}
.error-message {
    color: #ff0000; /* Red text for the error message */
    font-size: 14px;
    margin-top: 5px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px auto 16px auto;
}

.invalid-input {
    border: 2px solid #ff0000;
    background-color: #ffeeee;
    color: #ff0000;
}

.valid-input {
    border: 2px solid #00cc00;
    background-color: #eaffea;
    color: #00cc00;
}
a {
    text-decoration: none;
    color: inherit;
}
.button {
    cursor: pointer;
}
.lightbox div {
    cursor: pointer;
}
/******************************/
* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Barlow", sans-serif;
    box-sizing: border-box;
}

.monnaie{
    align-items: center;
    background: #e4ffe5;
    padding: 4px 18px;
    border-radius: 4px;
    border: 1px solid #009688;
    font-size: 13px;
}



body {
    background-color: #f8f8ff;
}

.divider {
    height: 54px;
    min-height: 54px;
}

.button {
    background-color: #14a969;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    flex: 1;
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    text-align: center;
}

.flex {
    flex: 1;
}
.select-close-reason {
    height: 56px;
    margin: 16px 0;
    padding: 4px 16px;
}

.header {
    display: flex;
    align-items: center;
    height: 54px;
    background-color: #14a969;
    color: #ffffff;
    border-bottom: 4px solid #0b7f4d;
    padding: 0 24px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
}
.header .logo {
    width: 82px;
}
.header .menu {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-around;
}
.header .menu .item {
    padding-left: 24px;
    padding-right: 24px;
}
.header .menu .item a {
    text-decoration: none;
    color: white;
}
.header .menu .active {
    border-bottom: 3px solid #ffffff;
    height: 52px;
    font-weight: 700;
    line-height: 52px;
}
.header .setting {
    width: 32px;
    padding: 16px;
}
.header .menu .settings {
    display: flex;
    gap: 56px;
}

.header .menu .settings .action-btn {
    display: block;
    background: #0c6f45;
    padding: 10px 24px;
    border-radius: 50px;
}

.row {
    display: flex;
    flex: 1;
}

.order-detail {
    flex: 1;
    padding: 24px;
    margin-right: 340px;
}
.order-detail .order-header {
    display: flex;
    background: white;
    padding: 16px 24px;
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
    border-radius: 8px;
    align-items: center;
}
.order-detail .id-count {
    display: flex;
    flex: 1;
    align-items: center;
}
.order-detail .fa-arrow-left {
    font-size: 24px;
}
.order-detail .number-count {
    margin-left: 16px;
}
.order-detail .number-count .number {
    font-size: 24px;
    font-weight: 700;
}
.order-detail .order-content .overview {
    display: flex;
    align-items: center;
}
.order-detail .order-content .overview h1 {
    flex: 1;
}
.order-detail .order-content .overview .cancel-button {
    border: 1px solid #ff6e6a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #ff6e6a;
    border-radius: 8px;
    height: 40px;
    padding: 0px 24px;
    transition: all 0.3s ease-in-out;
}
.order-detail .order-content .overview .cancel-button:hover {
    background-color: #ff6e6a;
    color: #ffffff;
}
.order-detail .order-content .tile {
    background-color: #fff;
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
    border-radius: 8px;
    display: flex;
    padding: 16px;
    gap: 54px;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 32px;
    flex-wrap: wrap;
}
.order-detail .order-content .tile .price {
    background-color: #14a969;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px 16px;
    border-radius: 20px 0 0 0;
    color: #ffffff;
}
.order-detail .order-content .tile .price:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
}
.order-detail .order-content .tile .product {
    position: relative;
    margin-right: 16px;
    align-self: center;
    text-align: center;
}
.order-detail .order-content .tile .product .qte {
    background-color: #14a969;
    border-radius: 8px;
    color: #ffffff;
    padding: 4px 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    left: 4px;
    top: 4px;
}
.order-detail .order-content .tile .product img {
    height: 96px;
}
.order-detail .order-content .tile .product .title {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
}
.order-detail .order-content .tile .supplements {
    color: #53565a;
    font-size: 14px;
    line-height: 32px;
    margin-right: 16px;
}
.order-detail .order-content .tile .supplements .item {
}
.order-detail .order-content .tile .supplements .item img {
    margin-right: 8px;
}
.order-detail .order-content .tile .supplements h1 {
    font-size: 16px;
    font-weight: 500;
    color: Black;
}
.order-detail .order-content .tile .restrictions {
    color: #53565a;
    font-size: 14px;
    line-height: 32px;
}
.order-detail .order-content .tile .restrictions h1 {
    font-size: 16px;
    font-weight: 500;
    color: Black;
}
.order-detail .order-content .tile .restrictions .item {
    display: flex;
    align-items: center;
}
.order-detail .order-content .tile .restrictions .item i {
    color: #f44336;
    margin-right: 8px;
}
.order-detail .order-content .tile .restrictions .item span {
    flex: 1;
}
.order-detail .time {
    font-size: 24px;
    font-weight: 700;
}

.recap {
    width: 340px;
    background-color: #fff;
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 54px;
    overflow: auto;
}

.recap .bloc {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 1px solid #e3e3e3;
}

.recap .bloc .customer-action {
    align-items: center;
    justify-content: space-between;
}
.recap .bloc .line-detail {
    align-items: center;
    font-size: 14px;
    margin: 4px 0;
    gap: 14px;
    padding: 8px;
}
.recap .bloc .line-detail i {
    color: #14a969;
}
.recap .bloc .line-detail .client {
    flex: 1;
}
.recap .bloc .item {
    flex: 1;
}
.recap .bloc .item .label {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
}
.recap .bloc .item .value {
    font-size: 14px;
    color: #000000;
}
.recap .bloc .item .value i {
    color: #14a969;
    margin-right: 8px;
}
.recap .bloc .contact {
    flex: 1;
}
.recap .bloc .contact .client {
    font-size: 16px;
    color: #000000;
}
.recap .bloc .contact .phone {
    font-size: 14px;
    color: #14a969;
    font-weight: 500;
    margin-top: 10px;
}
.recap .bloc .article {
    flex: 1;
}
.recap .bloc .amount {
    font-weight: 500;
    margin-bottom: 16px;
}
.recap .bloc .resume .article,
.recap .bloc .resume .amount {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 32px;
}
.recap .bloc .call {
    background-color: #14a969;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.recap .bloc .call i {
    font-size: 24px;
}

.action {
    display: flex;
}
.action .time-selector {
    height: 54px;
    background-color: #2d2d2d;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    text-align: center;
    padding: 0 16px;
}
.action .time-selector i {
    margin-left: 8px;
}

.content {
    padding: 24px;
}
.content h1 {
    font-weight: 400;
    font-size: 16px;
}
.content .columns {
    display: flex;

    gap: 16px;
}
.content .column {
    flex: 1;
    border-radius: 16px;
    background: white;
    padding: 16px;
}
.content .columns .column h1 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.content .order {
    border-radius: 8px;
    background-color: #F8F8FF;
    border: 1px solid #ededed;
    padding: 24px;
    margin-bottom: 16px;
    transition: all 0.3s;
}
.content .order.blinking {
    background-color: #fff1c6;
    animation: blinking 1s ease-in-out infinite;
    border-color: #ffc107;
}
.content .head {
    display: flex;
    align-items: center;
}
.content .head .number-time {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    flex: 1;
}
.content .head .number {
    background-color: #2d2d2d;
    border-radius: 4px 0 0 4px;
    padding: 8px;
}
.content .head .time {
    background: #14a969;
    border-radius: 0 4px 4px 0;
    padding: 8px;
}
.content .head .time i {
    animation: rotatee 0.5s cubic-bezier(0.96, -0.02, 0, 1.06) infinite;
    margin-right: 2px;
}
.content .head .time.average {
    background-color: #ffc107;
}
.content .head .time.bad {
    background-color: #ff6e6a;
}
.content .head .count {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
.content .head .bag {
    position: relative;
    margin-right: 10px;
}
.content .head .bag span {
    position: absolute;
    z-index: 2;
    color: white;
    left: 50%;
    top: 8px;
    transform: translate(-50%, -50%);
    font-size: 8px;
    font-weight: 500;
}
.content .head .bag i {
    position: absolute;
    font-size: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.content .body {
    display: flex;
    margin: 8px 0;
    align-items: center;
    justify-content: space-between;
}
.content .body .info {
    display: flex;
    align-items: center;
    padding: 16px 0;
    font-size: 14px;
    color: #000000;
}
.content .body i {
    margin-right: 8px;
}
.content .body .label {
    text-transform: uppercase;
}
.content .footer {
    display: flex;
    align-items: center;
    border-top: 1px solid #f3f3f3;
    padding-top: 16px;
}
.content .footer i {
    margin-right: 8px;
}
.content .footer .name {
    flex: 1;
    font-size: 12px;
}
.content .footer .button {
    background-color: #14a969;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 40px;
    padding: 8px 16px;
}
.content .footer .button i {
    margin-right: 8px;
    color: #ffffff;
}
.content .footer .button .label {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    flex: 1;
}

.shadow {
    position: fixed;
    left: 0;
    right: 0;
    top: 54px;
    bottom: 0;
    z-index: 10;
    background-color: rgba(20, 169, 105, 0.49);
    display: flex;
    align-items: center;
    justify-content: center;
}
.shadow .lightbox-container {
    padding: 24px;
    border-radius: 24px;
    background-color: #ffffff;
}
.shadow .lightbox-container h1 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 24px;
}
.shadow .lightbox > div {
    height: 64px;
    min-width: 120px;
    line-height: 64px;
    font-size: 24px;
    text-align: center;
    color: #000000;
    background: #ffffff;
    border: 1px solid #979797;
    font-weight: 700;
    border-radius: 8px;
    box-sizing: border-box;
}
.shadow .lightbox div.default {
    animation: bording 1s ease-in-out infinite;
}
.shadow .lightbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.shadow .lightbox .div1 {
    grid-area: 1/1/2/2;
}
.shadow .lightbox .div2 {
    grid-area: 1/2/2/3;
}
.shadow .lightbox .div3 {
    grid-area: 1/3/2/4;
}
.shadow .lightbox .div4 {
    grid-area: 2/1/3/2;
}
.shadow .lightbox .div5 {
    grid-area: 2/2/3/3;
}
.shadow .lightbox .div6 {
    grid-area: 2/3/3/4;
}
.shadow .lightbox .div7 {
    grid-area: 3/1/4/2;
}
.shadow .lightbox .div8 {
    grid-area: 3/2/4/3;
}
.shadow .lightbox .div9 {
    grid-area: 3/3/4/4;
}

.history {
    padding: 24px;
}
.history h1 {
    font-size: 24px;
}
.history .period {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.history .period .filter {
    display: flex;
}
.history .period .filter .date {
    height: 40px;
    background-color: #ffffff;
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.history .period .filter .date i {
    margin-left: 8px;
}
.history .period .filter .date.active {
    background-color: #14a969;
    color: #ffffff;
}
.history .period .filter .date:first-child {
    border-radius: 40px 0 0 40px;
    border-right: none;
}
.history .period .filter .date:last-child {
    border-radius: 0 40px 40px 0;
    border-left: none;
}
.history .kpis {
    display: flex;
    gap: 16px;
}
.history .kpis .kpi {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
    transition: all 0.3s;
    flex: 1;
    margin-bottom: 40px;
}
.history .kpis .kpi i {
    font-size: 24px;
    margin-right: 16px;
}
.history .kpis .kpi .key {
    font-size: 14px;
    margin-bottom: 10px;
}
.history .kpis .kpi .value {
    font-size: 24px;
    font-weight: 700;
    color: #14a969;
}
.history .table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
}
.history .table table tr:nth-child(even) {
    background-color: #f5f5f5;
}
.history .table table td {
    padding: 16px;
    border-bottom: 1px solid #e3e3e3;
}
.history .table table thead tr {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}
.history .table table tbody td {
    font-weight: 500;
}

.sidebar {
    position: fixed;
    right: 0;
    top: 56px;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
    width: 340px;
    padding: 24px;
    box-sizing: border-box;
    z-index: 5;
    overflow-y: auto;
}
.sidebar h1 {
    font-size: 18px;
    margin: 0 0 32px 0;
    text-transform: uppercase;
}
.sidebar h2 {
    font-size: 18px;
    padding-left: 16px;
    font-weight: 300;
}
.sidebar .section {
    margin-bottom: 32px;
    border: 1px solid #ededed;
    border-radius: 8px;
}
.sidebar .section.in {
    border-color: #14a969;
}
.sidebar .search {
    display: flex;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 20px;
    border: 1px solid #e3e3e3;
    align-items: center;
    padding: 0 16px;
    margin-bottom: 24px;
}
.sidebar .search i {
    font-size: 16px;
    color: #979797;
}
.sidebar .search input {
    display: block;
    height: 40px;
    background: none;
    border: none;
    flex: 1;
    outline: none;
    padding: 0 16px;
}
.sidebar .affectation {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding: 16px;
}
.sidebar .affectation:last-child {
    border: none;
}
.sidebar .affectation .deliver {
    flex: 1;
    padding: 16px 0;
}
.sidebar .affectation .button {
    background-color: #14a969;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 40px;
    padding: 8px 16px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.sidebar-fix {
    background-color: #fff;
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
    width: 340px;
    padding: 24px;
    box-sizing: border-box;
    z-index: 5;
    overflow-y: auto;
    height: calc(100vh - 54px);
}
.sidebar-fix h1 {
    font-size: 18px;
    margin: 0 0 32px 0;
    text-transform: uppercase;
}
.sidebar-fix h2 {
    font-size: 18px;
    padding-left: 16px;
    font-weight: 300;
}
.sidebar-fix .section {
    margin-bottom: 32px;
    border: 1px solid #ededed;
    border-radius: 8px;
}
.sidebar-fix .section.in {
    border-color: #14a969;
}
.sidebar-fix .search {
    display: flex;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 20px;
    border: 1px solid #e3e3e3;
    align-items: center;
    padding: 0 16px;
    margin-bottom: 24px;
}
.sidebar-fix .search i {
    font-size: 16px;
    color: #979797;
}
.sidebar-fix .search input {
    display: block;
    height: 40px;
    background: none;
    border: none;
    flex: 1;
    outline: none;
    padding: 0 16px;
}
.sidebar-fix .affectation {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding: 16px;
    gap: 8px;
}
.sidebar-fix .affectation:last-child {
    border: none;
}
.sidebar-fix .affectation .deliver {
    flex: 1;
    padding: 16px 0;
}
.sidebar-fix .affectation .button {
    max-width: 40px;
    background-color: #14a969;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 40px;
    padding: 8px 16px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
.sidebar-fix .affectation .button.secondary {
    background-color: #2d2d2d;
}

.map_div {
    flex: 1;
    width: 100%;
    height: 100%;
}

.card-container {
    flex: 1;
}

.auth {
    height: 100vh;
    display: flex;
    align-items: stretch;
}
.auth h1 {
    font-size: 24px;
    color: #ffffff;
}
.auth .left {
    width: 340px;
    background-color: #2d2d2d;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.auth .left input {
    height: 64px;
    background: #4d4d4d;
    color: white;
    padding: 0 16px;
    font-size: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    border: none;
    outline: none;
    width: 100%;
}
.auth .left .button {
    flex: initial;
    border-radius: 40px;
}
.auth .left .error {
    font-size: 12px;
    color: #ff8484;
    padding: 24px;
    text-align: center;
}

.animation {
    overflow: hidden;
    background: linear-gradient(
        315deg,
        #0b7f4d 3%,
        #14a969 38%,
        #fe953b 68%,
        #2d2d2d 98%
    );
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.animation .logo {
    z-index: 1;
    width: 50%;
    animation: huefy 15s ease-in-out infinite;
}
.animation .logo img {
    width: 100%;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}
.wave {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }
    25% {
        transform: translateX(-25%);
    }
    50% {
        transform: translateX(-50%);
    }
    75% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(1);
    }
}
.search-config {
    display: flex;
    align-items: center;
    padding: 24px 24px 0 24px;
}
.search-config .title {
    flex: 1;
    margin-right: 24px;
}
.search-config .title h1 {
    font-size: 18px;
    flex: 1;
}
.search-config .title p {
    font-size: 14px;
}
.search-config .search {
    display: flex;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #e3e3e3;
    align-items: center;
    padding: 0 16px;
    margin-bottom: 24px;
}
.search-config .search i {
    font-size: 16px;
    color: #979797;
}
.search-config .search input {
    display: block;
    height: 40px;
    background: none;
    border: none;
    flex: 1;
    outline: none;
    padding: 0 16px;
}

.area {
    flex: 1;
    padding: 24px;
    /* Hide default HTML checkbox */
    /* The slider */
    /* Rounded sliders */
}
.area h1 {
    margin: 0 0 16px 0;
    font-size: 18px;
}
.area .bloc {
    background-color: #fff;
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
    border-radius: 8px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.area .bloc .img {
    display: flex;
    align-items: center;
    flex: 1;
}
.area .bloc .img img {
    height: 24px;
    margin-right: 16px;
}
.area .bloc .img .label {
    flex: 1;
}
.area .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.area .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.area .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.area .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.area input:checked + .slider {
    background-color: #14a969;
}
.area input:focus + .slider {
    box-shadow: 0 0 1px #14a969;
}
.area input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.area .slider.round {
    border-radius: 34px;
}
.area .slider.round:before {
    border-radius: 50%;
}

@keyframes blinking {
    from {
        background-color: #ffffff;
    }
    to {
        background-color: #fff1c6;
    }
}
@keyframes rotatee {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes bording {
    from {
        border-color: #979797;
    }
    to {
        border-color: #14a969;
        border-width: 2px;
    }
}
@keyframes huefy {
    0% {
        opacity: 0;
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 0;
        transform: scale(1, 1);
    }
} /*# sourceMappingURL=app.css.map */

@media only screen and (max-width: 1000px) {
    .content .columns {
        flex-direction: column;
    }

    .header .logo {
        display: none;
    }
    .header {
        overflow-x: scroll;
    }
    .recap {
        position: initial;
        width: auto;
        margin: 24px;
    }
    .row.vertical {
        flex-direction: column;
    }

    .order-detail {
        margin: 0;
    }
    .order-detail .order-content .tile {
        flex-wrap: wrap;
    }
    .history .kpis {
        flex-wrap: wrap;
        margin: 0;
    }
    .history .kpis .kpi {
        margin: 0;
    }
    .table .table-container {
        overflow-x: scroll;
        max-width: 100%;
    }
    .history .period {
        flex-direction: column;
        align-items: stretch;
    }
    .history .period .filter .date {
        flex: 1;
    }
    .sidebar-fix {
        height: auto;
        width: auto;
        box-shadow: 0 10px 20px -10px #00000075;
    }
    .sidebar-fix .section {
        display: flex;
        gap: 16px;
        align-items: center;
        overflow: auto;
    }
    .sidebar-fix .affectation {
        background: #f3f3f3;
    }
    .search-config {
        flex-direction: column;
        align-items: stretch;
    }
    .content h1 {
        font-weight: 700;
        font-size: 18px;
        margin: 16px;
    }
    .content .column {
        background: white;
        margin: 16px 0;
        padding: 8px;
        border-radius: 8px;
    }
    .animation {
        display: none;
    }
    .auth .left {
        flex: 1;
        width: auto;
    }
    .order-detail .order-content .overview {
        margin: 24px 0;
        flex-direction: column;
        gap: 8px;
    }
    .order-detail .order-content .overview h1 {
        font-size: 16px;
    }
    .sidebar-fix .affectation .deliver {
        padding: 0;
    }
    .section:last-child {
        margin: 0;
    }
}
