.hidden {
    display: none;
}

.pac-container {
    z-index: 1060 !important;
}

.dall-address-not-recognized {
    margin: 15px;
    font-size: 15px;
}

.dall-file-upload {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.modal-dialog-top-quarter {
    margin-top: 25vh;
}

@keyframes colorChange {
    0% {
        background-color: coral;
        background-color: white;
    }

    50% {
        background-color: white;
        background-color: coral;
    }

    100% {
        background-color: coral;
        background-color: white;
    }
}

.flashing-button {
    animation: colorChange 3s infinite;
    transition: background-color 0.5s;
}

.dall-store-open-close .open-close-day {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.dall-store-open-close .working-day {
    width: 100px;
    text-align: left;
}

.dall-store-open-close .store-times {
    text-align: right;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    white-space: nowrap;
}

.dall-store-open-close .store-time .separator {
    padding: 0 5px;
}

.dall-info-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5em;
    text-align: center;
    margin-bottom: 20px;
}

/*
.dall-info-box>* {
    flex: 0 1 auto;
}
  
.dall-info-box * {
    margin-top: 5px;
}
*/

.dall-waiting-time {
    display: inline;
    padding: 0.2em 0.4em 0.2em;
    font-size: 110%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.dall-waiting-time-head {
    display: inline;
    padding: 0.2em 0.4em 0.2em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.dall-label-success {
    background-color: #2E8753;
}

.dall-label-info {
    background-color: #5bc0de;
}

.dall-label-warning {
    background-color: #f0ad4e;
}

.dall-label-danger {
    background-color: #d9534f;
}

.dall-label-default {
    background-color: #5C636B;
}

a {
    text-decoration: none;
}

p {
    font-size: 18px;
}

.dall-table-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.fab-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
}

.iconbutton {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #7000F4;
    box-shadow: 1px 1px 5px #aaaaaa;
}

.iconbutton :hover {
    border-radius: 100%;
    background: #dc3545;
}

.iconbutton :active {
    border-radius: 100%;
    background: #7000F4;
}

.fab-button {
    width: 60px;
    height: 60px;
    background: #7000F4;
}

.fab-button2 {
    margin-top: 20px;
    width: 40px;
    height: 40px;
    background: #88858d;
}

.iconbutton i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: white;
}


.dall-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.dall-table>thead>tr>th,
.dall-table>tbody>tr>th,
.dall-table>tfoot>tr>th,
.dall-table>thead>tr>td,
.dall-table>tbody>tr>td,
.dall-table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42;
    vertical-align: top;
    border-top: 1px solid #EDEDED;
}

.dall-table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #EDEDED;
}

.dall-table>tbody+tbody {
    border-top: 2px solid #EDEDED;
}

.dall-table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table.dall-table .toggle-row {
    position: absolute;
    right: 8px;
    top: 0;
    display: none;
    padding: 0;
    width: 40px;
    height: 40px;
    border: none;
    outline: 0;
    background: 0 0;
    color: #444;
}

table.dall-table .toggle-row::before {
    content: '\f0d7';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
}

table.dall-table td a {
    color: #6d6d6d;
}

table.dall-table td a:hover {
    color: #000;
}

table.dall-table .is-expanded .toggle-row::before {
    content: '\f0d8';
}



input[type='submit'].dall-btn,
a.dall-btn,
.dall-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid;
    white-space: nowrap;
    background-color: #eee;
    color: #5a5959;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input[type='submit'].dall-btn-sm,
a.dall-btn-sm,
.dall-btn-sm {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428;
    border-radius: 3px;
}

.hide_pickup {
    display: none !important;
}

.dall-my-orders-btn {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}



/** Thankyou page */

.order-status-tk-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

    padding: 35px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
}

.order-status-tk-label {
    display: block;
    text-align: center;

    font-size: 1.1rem;
    font-weight: 500;
    color: #6b7280;

    margin: 0;
}

.order-status-tk {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 220px;
    padding: 16px 28px;

    background: #fef3c7;
    color: #92400e;

    border: 1px solid #fcd34d;
    border-radius: 999px;

    font-size: 1.4rem;
    font-weight: 700;

    box-shadow: 0 4px 12px rgba(252, 211, 77, .25);

    margin-bottom: 10px;
    /* extra gap after status */
}

.order-status-message {
    width: 100%;
    max-width: 500px;

    padding: 18px 24px;

    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;

    text-align: center;
}

.order-status-message p {
    margin: 0;
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
}


/* RED - waiting for action */

.dall-status-waiting {
    background: #fee2e2;
    border: 1px solid #fca5a5;
    color: #b91c1c;
}

.dall-status-on-hold {
    background: #fecaca;
    border: 1px solid #f87171;
    color: #991b1b;
}


/* YELLOW / ORANGE - in progress */

.dall-status-processing {
    background: #fef3c7;
    border: 1px solid #fcd34d;
    color: #b45309;
}

.dall-status-unassigned {
    background: #fef9c3;
    border: 1px solid #fde047;
    color: #a16207;
}

.dall-status-assigned {
    background: #fef08a;
    border: 1px solid #facc15;
    color: #854d0e;
}

.dall-status-picked_up {
    background: #fde68a;
    border: 1px solid #f59e0b;
    color: #92400e;
}


/* GREEN - almost there */

.dall-status-take_away_ready {
    background: #dcfce7;
    border: 1px solid #4ade80;
    color: #15803d;
}

.dall-status-on_the_way {
    background: #bbf7d0;
    border: 1px solid #22c55e;
    color: #166534;
}


/* BLUE - finished */

.dall-status-completed {
    background: #dbeafe;
    border: 1px solid #60a5fa;
    color: #1d4ed8;
}


/* GREY - terminated */

.dall-status-cancelled {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    color: #4b5563;
}

.dall-status-waiting,
.dall-status-on-hold {
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.22);
}

.dall-status-processing,
.dall-status-unassigned,
.dall-status-assigned,
.dall-status-picked_up {
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.22);
}

.dall-status-take_away_ready,
.dall-status-on_the_way {
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.22);
}

.dall-status-completed {
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.22);
}

.dall-status-cancelled {
    box-shadow: 0 6px 20px rgba(107, 114, 128, 0.18);
}

/** Until here */