.expanding-container01 {
    height: 644px;
    overflow-y: auto;
}
.help-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0px 10px 0px;
}
.generic-main {
    padding-top: 92px;
}
.branded-title {
    color: #1dc8cd !important;
}
.separate {
    display: flex;
    justify-content: space-between;
}
.status-button-form {
    position: relative;
    height: 33px;
    display: flex;
}
.in-progress {
    background-color: #1dc8cd;
}
.completed {
    background-color: #2eb82e;
}
.canceled {
    background-color: #e60000;
}
.on-hold {
    background-color: #ff9900;
}
.white-bg {
    background-color: #ffffff !important;
}
.required {
    width: 100%;
    text-align: center;
    background-color: #e60000;
    color: #ffffff;
    font-weight: 700;
}
.fluid-image {
    width: 100%;
    height: auto;
}
#header {
    padding: 0px 0px;
    display: flex;
    align-items: center;
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#backend-header {
    padding: 0px 0px;
    display: flex;
    align-items: center;
}
#backend-header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#backend-menu-container {
    float: none !important;
    display: flex;
    justify-content: space-between;
}
#logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#logo a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-icon {
    margin-right: 0.8rem !important;
}
.mobile-navbar {
    display: none;
    height: 26px;
    width: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #ffffff;

}
#side-slide-menu {
    background-color: rgba(52, 59, 64, 0.9);
    position: fixed;
    top: 0px;
    right: -386px;
    box-sizing: border-box;
    width: 380px;
    height: 100vh;
    padding: 32px 60px;
    z-index: 1100;
    box-shadow: 0px 6px 21px -8px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 6px 21px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 21px -8px rgba(0,0,0,0.75);
    transition: right 0.6s ease-in-out;
}
#staff-slide-menu {
    background-color: rgba(52, 59, 64, 0.9);
    position: fixed;
    top: 0px;
    right: -386px;
    box-sizing: border-box;
    width: 380px;
    height: 100vh;
    padding: 32px 60px;
    z-index: 1100;
    box-shadow: 0px 6px 21px -8px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 6px 21px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 21px -8px rgba(0,0,0,0.75);
    transition: right 0.6s ease-in-out;
}
.open-side-menu {
    right: 0px !important;
}
ul.main-nav-links {
    padding-inline-start: 0px;
    width: 135px;
    box-sizing: border-box;
    list-style-type: none;
}
ul.side-menu-links {
    width: 100%;
    box-sizing: border-box;
    padding: 27px 0px 27px 0px;
    margin: 0px 0px 27px 0px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
ul.side-menu-links a {
    text-decoration: none;
}
ul.side-menu-links a li {
    padding: 1.6rem 0rem;
}
.side-menu-link {
    color: #ffffff;
    padding: 14px 0px;
    text-align: center;
    border-bottom: solid 1px var(--pure-snow);
    transition: background-color 0.5s ease-in-out;
}
.side-menu-link:hover {
    background-color: #1dc8cd;
}
#close-side-slide-menu {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
#close-staff-slide-menu {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
#close:hover {
    color: #595959;
}
.nav-link {
    font-weight: 700;
}
.hover-cursor {
    cursor: pointer;
}
.vendor-profile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.profile-nav-link {
    font-weight: 700;
    color: var(--secondary);
    cursor: pointer;
}
.trial-message-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    font-size: 1.4rem;
    text-align: center;
    background-color: #ffe5cc;
    padding: 0px 8px;
}
#trial-message {
    margin-bottom: 0px;
}
#days-remaining {
    font-weight: 700;
    color: #e60000;
}
#trial-final-message {
    margin-bottom: 0px;
    display: none;
}
.wizard-content {
    width: 330px;
}
.wizard-submit {
    background-color: #003399;
    display: inline-block;
    padding: 4px 18px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
    transition: background-color 0.3s ease-in-out;
}
.wizard-submit:hover {
    cursor: pointer;
    background-color: #4da6ff;
}
.wizard-back {
    background-color: #2eb82e;
    display: inline-block;
    padding: 4px 18px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
    transition: background 0.3s ease-in-out;
}
.wizard-back:hover {
    background: #4d4d4d;
    cursor: pointer;
}
.email-cite {
    font-size: 1.25rem;
}
.submit-font {
    font-size: 2rem !important;
}
.delete-btn {
    background-color: #e60000;
    display: inline-block;
    padding: 6px 30px;
    border: none;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.delete-btn:hover {
    cursor: pointer;
}
.border-none {
    border: none !important;
}
#user-email-consent {
    border: none !important;
}
.status-content-container {
    width: 100%;
    text-align: center;
}
.save-btn {
    background-color: #1de099;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.save-btn:hover {
    cursor: pointer;
}
.get-started-btn01 {
    background: linear-gradient(45deg, #1de099, #1dc8cd);
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.get-started-btn01:hover {
    color: #ffffff;
    cursor: pointer;
}
.span-label {
    font-size: 1.3rem;
    font-weight: 700;
}
.pad-header01 {
    padding: 30px 16px 15px 16px;
    box-sizing: border-box;
    background-color: #1dc8cd;
    color: #ffffff;
}
.pad-content01 {
    background-color: rgba(29, 200, 205, 0.1);
}  
.get-started-btn02 {
    background: linear-gradient(45deg, #ff8533, #cc0000);
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.pad-header02 {
    padding: 30px 16px 15px 16px;
    box-sizing: border-box;
    background-color: #cc0000;
    color: #ffffff;
} 
.pad-content02 {
    background-color: rgba(255, 133, 51, 0.1);
}
.get-started-btn03 {
    background: linear-gradient(45deg, #003399, #ff00ff);
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.pad-header03 {
    padding: 30px 16px 15px 16px;
    box-sizing: border-box;
    background-color: #ff00ff;
    color: #ffffff;
}
.pad-content03 {
    background-color: rgba(0, 51, 153, 0.1);
}
#new-staff-submit {
    width: 240px;
    margin: 0px auto;
}  
.status-button-container {
    display: flex;
    justify-content: space-between;
}
.sort-btn-content {
    width: 100%;
}
.sort-button-container {
    width: 540px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.wizard-panel-indicator {
    width: 100px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    padding: 22px 0px;
}
.order-type {
    font-size: 1rem;
}
.dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0px 2px;
    background-color: #003399;
}
.get-started-btn04 {
    background-color: #1dc8cd;
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 11px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
}
.get-started-btn05 {
    background-color: #2eb82e;
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 11px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
}
.get-started-btn06 {
    background-color: #ff9900;
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 11px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
}
.get-started-btn07 {
    background-color: #e60000;
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 11px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
}
.get-started-btn08 {
    background-color: #1a1a1a;
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 11px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
}
.get-started-btn09 {
    background: linear-gradient(45deg, #003399, #ff00ff);
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 11px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.get-started-btn04:hover {
    cursor: pointer;

}
.get-started-btn05:hover {
    cursor: pointer;

}
.get-started-btn06:hover {
    cursor: pointer;

}
.get-started-btn07:hover {
    cursor: pointer;

}
.get-started-btn08:hover {
    cursor: pointer;

}
.get-started-btn09:hover {
    cursor: pointer;

}
#take-order-notes {
    height: 100px;
}
#take-order-submit {
    padding: 30px 12px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.order-log-content {
    background-color: #f2f2f2;
    padding-top: 10px;
    height: 80vh;
    overflow-y: auto;
}
.order-log-container {
    min-height: 150px;
    display: flex;
    margin-bottom: 1rem; 
}
.order-number-segment {
    background-color: #1a1a1a;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3.5rem;
    padding: 0px 8px;
}
.order-log-timestamp {
    font-size: 0.6rem;
    text-align: center;
    padding-bottom: 12px;
}
.customer-name-segment {
    background-color: #ff00ff;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    padding: 0px 8px;
}
.order-detail-segment {
    background-color: #cccccc;
    color:#1a1a1a;
    width: 39%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    font-size: 1rem;
    padding: 10px 8px;
}
.order-food {
    width: 100%;
}
.segment-divider {
    width: 100%;
}
.order-notes {
    width: 100%;
}
.note-title {
    font-weight: 700;
}
.order-status-segment {
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3.5rem;
    padding: 0px 8px;
}
.neutral-status {
    background-color: #1a1a1a;
}
.dashboard-block {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 36px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 36px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 36px 1px rgba(0,0,0,0.4);
}
.dashboard-block:hover {
    cursor: pointer;
    box-shadow: 0px 0px 36px 1px rgba(29,200,205,0.4);
    -webkit-box-shadow: 0px 0px 36px 1px rgba(29,200,205,0.4);
    -moz-box-shadow: 0px 0px 36px 1px rgba(29,200,205,0.4);
    color: #1dc8cd;
}
.custom-modal01 {
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #1de099, #1dc8cd);
    width: 100%;
    min-height: 100%;
    overflow-y: auto;
    z-index: 50000;
}
#manage-food-modal {
    display: none;
}
#manage-pads-modal {
    display: none;
}
#manage-staff-modal {
    display: none;
}
#view-logs-modal {
    display: none;
    min-height: 100%;
}
#account-settings-modal {
    display: none;
}
.show-owner-dashboard-modal {
    display: flex !important;
}
.modal-content-container {
    background-color: #ffffff;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 36px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 36px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 36px 1px rgba(0,0,0,0.4);
}
.modal-display01 {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f2f2f2;
    padding: 0px 6px 32px 6px;
}
.modal-display02 {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(29, 200, 205, 0.1);
    padding: 0px 6px 32px 6px;
}
.modal-display03 {
    height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(255, 133, 51, 0.1);
    padding: 0px 6px 32px 6px;
}
.modal-display04 {
    height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(0, 51, 153, 0.1);
    padding: 0px 6px 32px 6px;
}
.close-modal-link {
    cursor: pointer;
}
.full-width {
    width: 100%;
}
.generic-button-container {
    display: flex;
    justify-content: space-between;
}
.staff-member-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    background-color: #f2f2f2;
    border-bottom: solid 1px #d9d9d9;
    padding: 0px 6px;
    margin-bottom: 24px;
}
.staff-member-name {
    width: 200px;
}
.staff-member-password {
    width: 110px;
}
.staff-delete-button-container {
    width: 60px;
    font-size: 44px;
    color:#e60000;
    text-align: right;
}
.delete-icon:hover {
    cursor: pointer;
}
.manage-listing-window {
    width: 100%;
    height: 230px;;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    padding: 6px 12px;
    overflow-y: auto;
}
.manage-listing-container {
    height: auto;
}
.manage-listing-item {
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ced4da;
}
.footer-logo {
    width: 258px;
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 1.4rem;
}
.footer-logo h1 {
    margin: 0px 0px 0px;
}

@media (max-width: 1200px) {
    .order-log-container {
        height: 150px;
    }
    .order-number-segment {
        font-size: 2.5rem;
    }
    .customer-name-segment {
        font-size: 1.5rem;
    }
    .order-detail-segment {
        font-size: 1rem;
    }
    .order-status-segment {
        font-size: 2.5rem;
    }
    .status-button-container {
        width: 207px;
        height: 70px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
        margin: auto;
    }
    .dashboard-block h3 {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .align-items-ceneter {
        display: flex;
        align-items: center;
    }
    .mobile-navbar {
        display: flex;
    }
    #logo img {
        width: 50px;
    }
    #logo a h1 {
        font-size: 1.2rem !important;
    }
    .logo-icon {
        margin-right: 0.5rem !important;
    }
    #backend-menu-container {
        display: none;
    }
    #nav-menu-container {
        width: 457px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #nav-menu-container ul li a {
        padding: 0px 5px 5px 0px;
    }
    .sf-arrows .sf-with-ul:after {
        right: -15px;
    }
    .status-button-container {
        width: 170px;
        height: 80px;
        padding: 6px 0px 0px 0px;
    }
    .order-number-segment {
        font-size: 2rem;
    }
    .customer-name-segment {
        font-size: 1.2rem;
    }
    .order-detail-segment {
        font-size: 0.8rem;
    }
    .order-status-segment {
        font-size: 2rem;
    }
    .dashboard-block {
        margin: 20px 0px;
    }
    .dashboard-block h3 {
        font-size: 28px;
    }
    .modal-content-container {
        width: 96%;
        height: 440px;
    }
    .content-scroll {
        height: 440px;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    #header.header-fixed {
        padding: 0px 0px;
    }
    #header #logo img {
        max-height: 60px;
    }
    #nav-menu-container {
        display: none;
    }
    .order-log-container {
        height: 420px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 3rem; 
    }
    .order-number-segment {
        font-size: 3rem;
        width: 120px;
    }
    .customer-name-segment {
        font-size: 1.8rem;
        width: 200px
    }
    .order-detail-segment {
        font-size: 1rem;
        width: 320px;
    }
    .order-status-segment {
        font-size: 3rem;
        width: 320px;
        height: 120px;
    }
    .status-button-container {
        width: 100%;
        height: 40px;
        display: flex;
        flex-wrap: no-wrap;
        justify-content: space-between;
        align-content: flex-start;
        margin: 0;
    }
    .sort-btn-content {
        width: 320px;
        margin: 0px auto;
    }
    .sort-button-container {
        width: 320px;
        height: 90px;
        justify-content: space-between;
        margin-top: 1.25rem;
    }
    .get-started-btn04 {
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    .get-started-btn05 {
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    .get-started-btn06 {
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    .get-started-btn07 {
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    .get-started-btn08 {
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    .get-started-btn09 {
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
}

@media (max-width: 481px) {
    #take-order-notes {
        height: 140px;
    }
    #take-order-submit {
        height: 260px;
        width: 300px;
        margin: 0px auto;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-between;
    }
}