.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;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

@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: 90px;
    left: 50%;
    transform: translateX(-50%);
}



/** Thankyou page */

.order-status-tk-container {
    text-align: center;
    font-weight: 900;
}

.order-status-tk {
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 5px 20px 5px;
    background-color: #ffd500;
    color: black;
    border: 2px solid black;
    border-radius: 5px;
    font-weight: 900;
}

.order-status-tk-label {
    margin-right: 10px;
    font-size: 20px;
}

.order-status-messages {
    padding: 15px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #ffd500;
    color: black;
}

/** Until here */