:root {
    --primaryColor: #e5c460;
    --secondColor: #212529;
    --thirdColor: #707070;
    --bgBackgroundColor: #efece2;
}

.nav-link {
    padding: 1px 5px !important;
}

.dark-text {
    text-decoration: none;
    color: var(--secondColor);
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.dark-text-card-header {
    text-decoration: none;
    color: var(--secondColor);
    font-size: 26px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
}

.a-main-text {
    font-size: 18px;
    color: var(--primaryColor) !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
}

.a-footer-text {
    font-size: 18px;
    color: var(--primaryColor) !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.a-main-text:hover {
    color: var(--bgBackgroundColor) !important;
}

body {
    background-color: var(--bgBackgroundColor);
}

.text-yellow-header {
    color: var(--primaryColor);
    font-size: 24px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 28px;
    font-weight: 700;
    text-decoration: none;
}

.text-yellow-header:hover {
    color: var(--bgBackgroundColor);
}

.btn-sm-delete-edit {
    padding: 0.1rem 0.3rem;
    font-size: 0.775rem;
    border-radius: 0.2rem;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.step-zero::before {
    border: 3px solid #198754 !important;
}

.step-one::before {
    border: 3px solid #0d6efd !important;
}

.step-two::before {
    border: 3px solid #ffc107 !important;
}

.step-three::before {
    border: 3px solid #dc3545 !important;
}


/*  */
ul.timeline-return {
    list-style-type: none;
    position: relative;
    padding-left: 10px;
}

ul.timeline-return:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    right: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline-return>li {
    margin: 20px 0;
    padding-right: 50px;
}

ul.timeline-return>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.u-shap {
    border-bottom: 1px solid black;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.footer-fix {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.form-check .form-check-input {
    margin-left: -0.1em !important;
}

.order-default {
    background-color: #fff;
}

.order-ongoing {
    background-color: #00000033;
}

.order-return {
    background-color: #ffc107a8;
}

.order-complete {
    background-color: #00bf058c;
}

.reminder-danger {
    background-color: #ff8590;
}

.reminder-danger-before {
    background-color: #ffa77d;
}

table>tbody>tr {
    border-bottom: 2px solid #d2e2f1 !important;
}

table>tbody>tr>td {
    border-right: 1px solid #d2e2f1 !important;
}

table>thead>tr>th {
    border-right: 1px solid #d2e2f1 !important;
    border-bottom: 1px solid #d2e2f1 !important;
}

.text-white {
    color: var(--bgBackgroundColor) !important;
}

.w-10 {
    width: 10%;
}

.ui-autocomplete {
    z-index: 2147483647;
}

.dataTables_length {
    padding-left: 15px;
}

.dataTables_info {
    padding-left: 15px;
    padding-top: 1.3em !important;
}

.dataTables_filter {
    padding-right: 15px;
}

.dataTables_paginate {
    padding-right: 15px;
    padding-top: 15px;
}

@media (max-width: 318px) {
    .container {
        max-width: 100%;
    }

    .dark-text {
        font-size: 14px !important;
    }

    .dark-text-card-header {
        font-size: 16px !important;
    }

    .text-yellow-header {
        font-size: 20px !important;
        padding-left: 20px !important;
    }

    table>thead>tr>th {
        font-size: 12px;
    }

    table>tbody>tr>td {
        font-size: 12px;
    }

    .width-design {
        columns: 2;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .container {
        max-width: 100%;
    }

    .dark-text {
        font-size: 15px !important;
    }

    .dark-text-card-header {
        font-size: 18px !important;
    }

    .text-yellow-header {
        font-size: 20px !important;
    }

    table>thead>tr>th {
        font-size: 14px;
    }

    table>tbody>tr>td {
        font-size: 14px;
    }

    .width-design {
        columns: 2;
    }
}

@media(min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

.table>:not(caption)>*>* {
    padding: 0.2rem 0.2rem;
}