@font-face{
    font-family: "SF-Bold";
    src: url('../fonts/SF-Pro-Text-Bold.otf')
}
@font-face{
    font-family: "SF-Regular";
    src: url('../fonts/SF-Pro-Text-Regular.otf')
}
.make_default_payment_method, .delete_payment_method {
    padding-left: 0px;
    padding-right: 0px;
}
.delete_payment_method {
    margin-left: 40px;
}
.payment_label {
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
    font-size: 13px;
}
div .payment_label:last-child {
    margin-right: 0px;
}
.grey_container .payment_label {
    margin-right: 0px;
    margin-left: 20px;
}
.payment_label.success {
    color: #0A9351;
}
.payment_label.error {
    color: #FF7E55;
}
.payout_container div.dataTables_wrapper div.dataTables_paginate {
    margin-bottom: 0px !important;
}
.payment_methods .payment_method i {
    display: inline-block;
    width: 25px;
}
.account_label {
    display: inline-block;
    margin-right: 10px;
}
.connect_account_container {
    overflow: visible !important;
}
.export_payouts.disabled {
    opacity: 0.5;
    cursor: no-drop;
}
.export_payouts.disabled:hover {
    color: #51646b !important;
}
.card_table .label {
    display: inline-block;
    margin: 5px 0px;
}
a {
    cursor: inherit;
}
.quick_list_label {
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 5px 15px 5px 5px;
    display: inline-block;
    text-align: left;
    background: #f9f9f9;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.quick_list_label:hover {
    background: #fff;
}
.quick_list_label .icon_container {
    background: rgba(255,126,85,0.2);
    color: #FF7E55;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-right: 0px;
    border-radius: 50px;
    font-size: 10px;
}
.quick_list_label p {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 14px;
}
.quick_list_label span {
    font-size: 11px;
}
.quick_list_label .media-body {
    width: auto;
}
.import_items {
    cursor: pointer;
}
.page-sidebar .sidebar-menu .menu-items > li > a {
    min-height: 31px;
    line-height: 30px;
    width: 85%;
    padding-top: 1px;
}
.header {
    background: #5560ff !important;
}
h2.greeting {
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 0px;
}
.grey_stat_container.auto {
    min-height: 0px;
}
.grey_stat_container {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    min-height: 220px;
}
.ui_container {
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
    background: #fff;
    border-radius: 3px;
    margin-top: 30px;
    overflow: hidden;
}
.ui_container.m-t-20 {
    margin-top: 20px;
}
.ui_container.m-t-10 {
    margin-top: 10px;
}
.ui_container.m-t-0 {
    margin-top: 0px;
}
.ui_container.m-t-15 {
    margin-top: 15px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-8 {
    margin-top: 8px;
}
.ui_container .ui_card {
    display: block;
    padding: 20px;
    border-top: 1px solid #eee;
}
.ui_container .ui_card.top {
    border-top: none;
}
.ui_container .ui_card.sm {
    padding: 10px 20px;
}
.ui_container .ui_card.sm h5 {
    font-size: 13px;
}
.ui_container .ui_card.sm h5, .ui_container .ui_card.sm .purchase_value {
    margin: 0px;
}
.ui_container .ui_card.sm h5.m-t-5 {
    margin-top: 5px;
}
.ui_container .ui_header {
    display: block;
    padding: 12px 20px;
    background: #fcfcfc;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}
.ui_container .ui_body {
    padding: 20px;
}
.ui_container .ui_body.p-b-0 {
    padding-bottom: 0px;
}
.ui_container .ui_body .title {
    font-size: 12px;
    color: #777;
}
.ui_container .value {
    font-size: 20px;
    margin: 0px;
}
.ui_container .value.lg {
    font-size: 30px;
}
.ui_container .value.lg.revenue {
    font-size: 30px;
    position: relative;
    padding-left: 10px;
    font-weight: 600;
    line-height: 35px;
}
.ui_container .value.lg.revenue span {
    font-size: 12px;
    position: absolute;
    top: -5px;
    left: 0;
}
.loading_icon {
    font-size: 14px;
}
.ui_container .value.m-b-5 {
    margin-bottom: 5px;
}
.ui_container .type_icon {
    font-size: 20px;
    color: #aaa;
    width: 40px;
}
.ui_container .ui_card:first-child {
    border: none;
}
.ui_container.ui_green {
    padding: 20px;
    background: #00dc97;
    color: #fff;
}
.ui_container.ui_blue {
    padding: 20px;
    background: #0979ff;
    color: #fff;
}
.ui_container.ui_dark_blue {
    padding: 20px;
    background: #1030ac;
    color: #fff;
}
.ui_container.ui_orange {
    padding: 20px;
    background: #ff8a22;
    color: #fff;
}
.ui_container.statistic span {
    font-size: 12px;
    font-weight: bold;
    opacity: 0.8;
}
.ui_container.statistic p {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
}
.view_more {
    position: relative;
    display: block;
    padding: 14px 6px;
    font-size: 12px;
}
.snapshot_heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}
h2 {
    font-weight: 600;
    font-size: 24px;
    color: #212b35;
}
p.greeting {
    color: #647482;
    font-size: 16px;
}
.logo {
    font-size: 16px;
}
.page-sidebar {
    background: #f9f9f9;
    border-right: 1px solid #eee;
}
.page-sidebar .sidebar-header {
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    background: #5560ff;
    padding-left: 20px;
    line-height: 58px;
}
.ui_card .user-pic, .ui_header .user-pic, .user-pic {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.ui_card .user-pic > img, .ui_header .user-pic > img, .user-pic > img {
    width: 30px;
    height: 30px;
}
.user-pic.sm > img {
    width: 20px;
    height: 20px;
}
.review_modal td {
    vertical-align: middle !important;
}
.ui_card.review {
    padding: 13px 20px;
    cursor: pointer;
}
.ui_card.review .user-pic {
    display: inline-block;
    margin-top: 4px;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    position: relative;
}
.ui_card.review .user-pic > img {
    width: 15px;
    height: 15px;
    display: block;
}
.ui_card h5, .ui_header h5 {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    line-height: 22.7px;
    font-family: arial;
    letter-spacing: -0.006em;
    margin-top: -3px;
}
.ui_card.review h5 {
    display: inline-block;
}
.ui_card h6, .ui_header h6, .ui_card h5 span {
    font-size: 12px;
    margin: 0;
    font-family: arial;
    opacity: .45;
}
.ui_card.review h5 span {
    font-size: 14px;
    opacity: .65;
}
.ui_card .purchase_value, .ui_header .purchase_value {
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 13px;
}
.icon-thumbnail {
    float: left;
    background: none;
    line-height: 27px;
    height: 26px;
    width: 20px;
}
.page-sidebar .sidebar-menu .menu-items > li > a {
    padding-left: 15px;
    padding-right: 15px;
}
.line-chart .nvd3 .nv-groups path.nv-area {
    fill-opacity: 0.2;
}
.line-chart .nvd3 .nv-groups path.nv-line {
    stroke-opacity: 1;
}
.review_star {
    color: #FF8A22;
}
.review p {
    font-size: 13px;
    margin: 0;
    margin-top: 5px;
    font-family: arial;
    opacity: .65;
    line-height: 18px;
}
.page-container .page-content-wrapper .content {
    position: relative;
    padding-bottom: 69px !important;
}
.page-container .page-content-wrapper .footer {
    position: relative;
    margin-top: 30px;
}
body.menu-pin .page-container .page-content-wrapper .footer {
    position: absolute;
    left: 240px;
    border-top: 1px solid #eee;
}
.copyright {
    border-top: none;
}
.m-t-7 {
    margin-top: 7px;
}
.label-block {
    width: 100%;
    text-align: center;
}
.img_card {
    height: 200px;
}
.app_btn {
    font-size: 13px;
    min-height: 32px;
    height: 32px;
    padding: 8px 20px;
    line-height: 15px;
    margin-right: 10px;
}
#revenue_graph svg {
    width : auto;
    height : auto;
}
.table th, .table thead tr th:first-child {
    padding-top:5px !important;
    padding-bottom: 5px !important;
    font-size: 10px !important;
    padding-left: 5px !important;
}
.table td {
    vertical-align: middle !important;
}
.save_settings {
    margin-top: 25px;
}
.minute_input {
    max-width: 80px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}
.delivery_zones td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.delivery_zones .color_block {
    width: 30px;
    height: 30px;
    border-radius: 3px;
}
.page-sidebar .sidebar-menu .menu-items > li {
    cursor: pointer;
}
.page-sidebar .sidebar-menu .menu-items li:hover > a, .page-sidebar .sidebar-menu .menu-items li.open > a, .page-sidebar .sidebar-menu .menu-items li.active > a, .sidebar-menu li.active .icon-thumbnail > i {
    color: #0979FF !important;
}
/**
         * The CSS shown here will not be introduced in the Quickstart guide, but shows
         * how you can use CSS to style your Element's container.
         */
.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: none;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-element {
    border: 1px solid rgba(0, 0, 0, 0.07);
}
#customermodalSlideUp .modal-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}
#customermodalSlideUp .modal-header img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}
#customermodalSlideUp .promotions, #customermodalSlideUp .rewards {
    /*background: #f9f9f9;*/
    margin-left: -25px;
    margin-top: -15px;
    margin-bottom: -25px;
    padding: 25px 10px;
}
#customermodalSlideUp .orders {
    /*background: #f9f9f9;*/
    margin-left: -25px;
    margin-top: -15px;
    margin-bottom: -25px;
    padding: 25px 10px;
}
#customermodalSlideUp .details {
    padding-top: 10px;
    border-left: 1px solid #eee;
    margin-left: -25px;
    margin-top: -15px;
    margin-bottom: -25px;
    padding: 25px;
    padding-right: 0px;
}
#customermodalSlideUp .heading {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.customer_intial {
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 16px;
    font-weight: bold;
    background: #eee;
    color: #000;
    border-radius: 50%;
    font-size: 20px;
}
.customer_name {
    margin-left: 10px;
}
.customer_address {
    font-size: 13px;
    margin-bottom: 0px;
}
.customer_order_table tbody tr td, .customer_promotion_table tbody tr td {
    font-size: 14px;
}
.customer_promotion_table {
    margin-top: 15px;
}
.customer_items {
    background: #f9f9f9;
    margin-top: 25px;
    margin-left: -25px;
    margin-bottom: -25px;
    margin-right: -25px;
    padding: 25px;
    border-top: 1px solid #ddd;
}
.product_image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.customer_items, .customer_items p {
    font-size: 12px;
}
.order_container {
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
    background: #fff;
    border-radius: 3px;
    margin-top: 20px;
    padding: 20px;
}
.order_container .options {
    background: #f9f9f9;
    margin-left: -20px;
    margin-bottom: -20px;
    margin-right: -20px;
    padding: 20px;
    border-top: 1px solid #ddd;
}
.brand.inline img {
    height: 35px;
}
#ordermodalSlideUp .modal-dialog {
    margin: 0 auto;
    max-width: 90%;
}
.payment_source {
    background: #f9f9f9f9;
    margin-top: 20px;
    padding: 20px;
}
.delete_card {
    padding: 0px;
    color: #dc3545;
    background: none;
    border: none;
}
.delete_card:hover, .delete_card:active, .delete_card:focus {
    background: none;
    border: none;
}
body > .pgn-wrapper {
    z-index: 1090;
}
/*.make_default_card, .edit_card {*/
    /*padding: 0px;*/
    /*background: none;*/
    /*border: none;*/
/*}*/
/*.edit_card {*/
    /*margin-right: 30px;*/
/*}*/
/*.make_default_card:hover, .make_default_card:active, .make_default_card:focus, .edit_card:hover, .edit_card:active, .edit_card:focus {*/
    /*background: none;*/
    /*border: none;*/
/*}*/
.portal_val[disabled] {
    background: #f2f2f2f2;
    color: #777;
}
.unsaved_message {
    margin-top: 0px;
    margin-bottom: 20px;
    display: none;
}
body.menu-pin .header .brand {
    width: auto;
}
body.menu-pin .header div.brand {
    padding-left: 20px;
}
.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap !important;      /* css-3 */
    word-wrap: break-word !important;      /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap;/* Newer versions of Chrome/Safari*/
    word-break: break-all !important;
    white-space: normal !important;
}
@media only screen and (min-width: 980px) {
    body.menu-pin .page-sidebar .menu-items .icon-thumbnail {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        -ms-transform: translate(20px, 0);
    }
}
@media (max-width: 992px) {
    .header a {
        color: #fff;
    }
    .header a:hover {
        color: #f2f2f2;
    }
    .setup_steps_container {
        padding: 0px 40px;
    }
    #front-chat-container {
        display: none;
    }
    .button-column .button-wrapper {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    
    .button-column .btn {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .icon-thumbnail {
        margin-right: 0px;
        margin-left: 15px;
    }
    .page-sidebar .sidebar-menu .menu-items > li > a {
        padding-left: 5px;
    }
    .jumbotron, .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    body.menu-pin .page-container .page-content-wrapper .footer {
        position: absolute;
        left: 0px;
    }
    .header .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 767px) {
    h2.greeting {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .ui_container .value.lg.revenue {
        font-size: 20px;
        line-height: 20px;
    }
    .input-daterange {
        width: 200px;
    }
    .app_btn {
        padding: 8px 15px;
        margin-right: 5px;
    }
}
.ui_parent .table th, .ui_parent .table thead tr th:first-child {
    padding-left: 18px !important;
    padding-bottom: 14px !important;
}
.ui_parent div.dataTables_wrapper div.dataTables_paginate {
    margin-right: 15px;
}
.ui_parent .table.table-hover tbody tr:hover td {
    background: #f9f9f9 !important;
}
.ui_parent .table tbody tr td {
    padding: 15px 20px;
}
.ui_parent .table tbody tr {
    cursor: pointer;
}
.ui_parent .product_img {
    max-height: 50px;
}
.ui_parent .ui_body .panel-heading {
    padding: 0px;
    min-height: 0px;
}
.ui_parent .thumbnail {
    max-height: 140px;
}
.ui_parent .menu_link {
    padding: 0px;
    margin-top: 30px;
}
.ui_parent h2.greeting {
    margin-top: 10px;
}
.ui_parent .zone_editor p {
    margin-bottom: 0px;
}
.ui_parent .no_link, .no_link {
    margin-top: 30px;
}
.ui_parent .input-group-addon {
    background: #f9f9f9;
    border-left:none;
    border-right:none;
}
.ui_parent #token_table.table tbody tr td {
    padding: 0px;
}
.menu_link {
    padding: 0px;
    margin-top: 30px;
}
.menu-items li {
    line-height: 16px;
}
.view_order {
    cursor: pointer;
}
.admin_main {
    padding-bottom: 30px;
    height: 100%;
    border-right: 1px solid #eee;
    padding-right: 30px;
    padding-left: 45px;
    padding-top: 0px;
}
.admin_actions {
    padding-bottom: 30px;
    padding-left: 0px;
}
.admin_actions .ui_container {
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: none;
    border-top: 1px solid #eee;
}
.admin_actions .ui_container:first-child {
    border-bottom: 1px solid #eee;
}
.admin_actions .name_container {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.m-t-20 {
    margin-top: 20px !important;
}
.p-b-30 {
    padding-bottom: 30px;
}
.select2-container {
    z-index: 1100;
}

.hours .add_time {
    color: #48b0f7;
}
.hours .remove_time, .hours .remove_day {
    color: #f55753;
}
.hours .add_time, .hours .remove_time, .hours .remove_day {
    float: right;
}
.hours .cs-wrapper, .hours select.form-control:not(.full-width) {
    float: left;
    margin-right: 5px;
    width: auto;
    min-height: 32px;
    height: 32px;
    border-radius: 2px;
    padding: 0px 12px;
}
.hours div.cs-skin-slide > span {
    height: 32px;
}
.hours .hours_section .form-group, .hours .special_hours_container .form-group {
    /*margin-bottom: 20px;*/
    margin: -20px;
    padding: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.hours .form-group-default.form-group-default-select2 .select2-container .select2-selection--single {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.hours .form-group:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
.hours .closed_label {
    margin: 0px;
    font-size: 13px;
    color: #999;
}
.hours .radio, .hours .checkbox {
    margin: 0px;
    margin-top: 6px;
}
.hours .open_label {
    color: #47b5ab;
    display: inline-block;
    margin-top: 6px;
}
.hours .time_block {
    margin-top: 10px;
}
.hours .time_block:first-child {
    margin-top: 0px;
}
.rule_type_label {
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
/*.hours form .ui_body .row [class*='col-']:not(:first-child), .hours form .ui_body .row [class*='col-']:not(:last-child) {*/
    /*padding-left:0px;*/
    /*padding-right:0px;*/
/*}*/
.hours .timed_orders {
    margin-left: 10px;
}
.hours .ui_parent .timed_orders .input-group-addon {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 12px;
}
.hours .day_label {
    margin-bottom: 0px;
    margin-top: 5px;
}
.hours .closed_label {
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 7px;
}
.hours .ui_container.hours_section .ui_body, .hours .ui_container.special_hours_container .ui_body {
    padding-bottom: 0px;
}
.hours .drag_handle {
    color: #999;
    float: right;
    cursor: pointer;
    margin-top: 8px;
    margin-left: 10px;
}
.basic-multiple[aria-selected=true], .select2-container--default .select2-results__option[aria-selected="true"] {
    display: none;
}
.font-heading, .font-heading .text-master {
    color: #fff !important;
}
.profile-dropdown-toggle {
    padding-right: 0px;
}
.account_link {
    background: #fff;
    border-top: 1px solid #eee;
    margin-top:20px;
    margin-left:-20px;
    margin-right:-20px;
    margin-bottom:-20px;
    padding: 20px;
}
.account_link ol {
    margin: 0px;
    padding-left: 15px;
}
.recipients_list {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top:20px;
    margin-left:-20px;
    margin-right:-20px;
    margin-bottom:-20px;
    padding: 20px;
}
.recipients_list p {
    margin: 0px;
}
.recipient_label {
    margin-top: 8px !important;
}
.recipients_list .table {
    margin-bottom: 0px;
    margin-top: 0px;
}
.ui_parent .recipients_list .table tbody tr td {
    padding: 10px;
    padding-left: 0px;
}
.recipients_list .select_all {
    padding-left: 0px;
}
.recipients_list .select_all, .recipients_list .deselect_all {
    color: #69b6f3;
}
.ui_parent .recipients_list .table tbody tr:last-child td {
    border-bottom: none;
}
.btn-no-padding {
    padding: 0px;
}
.table-lg th {
    font-size: 12px !important;
}
.table.table-lg tbody tr td{
    padding-left: 5px;
}
ul.dynatree-container a:hover {
    cursor: pointer;
    background-color: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
    opacity: 1;
    text-decoration: underline;
}
span.dynatree-active a {
    background: none !important;
    color: #000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}
.file_row {
    background: #fff;
    padding: 10px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 999;
}
.file_row .filename {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 12px;
}
.files_row {
    border-left: 1px solid #eee;
    min-height: 52px;
}
.files_row ul {
    margin-bottom: -1px;
}
.files_row .nav-tabs > li > a {
    text-transform: none;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    padding-top: 12px;
    cursor: pointer;
}
.files_row .fa {
    opacity: 0;
    font-size: 11px;
    padding-left: 5px;
    cursor: pointer;
}
.files_row li.active .fa {
    opacity: 1;
}
.files_row .nav-tabs-simple > li {
    border-top: 3px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.files_row .nav-tabs-simple > li.active {
    background: #fff;
    border-top: 3px solid #eb7374;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.files_row .nav-tabs-simple > li:after {
    display: none;
}
.files_row .nav-tabs-simple:after {
    border: none;
}
#default_empty {
    padding: 30px;
}
.sites label.day_label {
    margin-top: 17px;
    margin-bottom: 0px;
}
.manage_site,.manage_billing {
    margin-top: 0px;
}
.billing_status_label {
    margin-top: 0px;
    display: inline-block;
}
.cards_table {
    margin-top: 0px;
    margin-bottom: 0px;
}
.cards_table tr:last-child td {
    border-bottom: none;
}
.default_card_label {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
}
.customer {
    overflow: hidden;
}
.customer .form-group {
    margin-bottom: 0px;
}
.order_summary td {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.website_versions, .app_versions {
    display: none;
    margin-left:-20px;
    margin-right:-20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
}
.website_versions.show, .app_versions.show {
    display: block;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
    padding-top: 10px;
    background-color: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0px 20px 0 50px;
    margin-top: 0px;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.table th, .table thead tr th:first-child {
    padding-left: 18px !important;
    padding-bottom: 14px !important;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-right: 15px;
}
.table.table-hover tbody tr:hover td {
    background: #f9f9f9 !important;
}
.table tbody tr td {
    padding: 15px 20px;
}
.table tbody tr {
    cursor: pointer;
}
.product_img {
    max-height: 50px;
}
.default_icon {
    width: 30px;
    height: 30px;
    background: #eee;
    color: #333;
    text-align: center;
    border-radius: 4px;
    padding-top: 6px;
}
.form-group-default.form-group-default-select2 > label {
    z-index: 9999;
}
.form-group-default textarea.form-control {
    height: auto;
}
.product_section {
    margin-top: 30px;
}
.product_section.m-t-0 {
    margin-top: 0px;
}
.product_section_header {
    font-size: 14px;
    color: #000;
}
.table.variations_table tbody tr td, .table.items_table tbody tr td, .table.answers_table tbody tr td, .table.deal_elements_table tbody tr td , .table.surcharges_table tbody tr td, .table.upsell_elements_table tbody tr td , .table.surcharges_table tbody tr td, .table.compact_table tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: none;
}
.variations_table td, .items_table td, .answers_table td, .deal_elements_table td, .surcharges_table td, .upsell_elements_table td, .compact_table td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.variations_table td:first-child, .items_table td:first-child, .answers_table td:first-child, .deal_elements_table td:first-child, .surcharges_table td:first-child, .upsell_elements_table td:first-child, .compact_table td:first-child {
    padding-left: 0px !important;
}
.variations_table td:last-child, .items_table td:last-child, .answers_table td:last-child, .deal_elements_table td:last-child, .surcharges_table td:last-child, .upsell_elements_table td:last-child, .compact_table td:last-child {
    padding-right: 0px !important;
}
#product_modal .modal-header, #category_modal .modal-header, #modifier_modal .modal-header, #import_modal .modal-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}
#product_modal .modal-footer, #category_modal .modal-footer, #modifier_modal .modal-footer, #import_modal .modal-footer  {
    border-top: 1px solid #eee;
    padding: 25px;
}
.table.variations_table th, .table.variations_table thead tr th:first-child {
    padding-left: 0px !important;
}
.table.items_table th, .table.items_table thead tr th:first-child, .table.deal_elements_table thead tr th:first-child, .table.surcharges_table thead tr th:first-child, .table.upsell_elements_table thead tr th:first-child, .table.compact_table thead tr th:first-child {
    padding-left: 0px !important;
}
.table.answers_table th, .table.answers_table thead tr th:first-child {
    padding-left: 0px !important;
}
.table.items_table tbody tr:first-child td, .table.deal_elements_table tbody tr:first-child td, .table.surcharges_table tbody tr:first-child td, .table.upsell_elements_table tbody tr:first-child td, .table.compact_table tbody tr:first-child td {
    padding-top: 10px !important;
}
.table.answers_table tbody tr:first-child td {
    padding-top: 10px !important;
}
.table.items_table tbody tr td, .table.answers_table tbody tr td, .table.deal_elements_table tbody tr td, .table.surcharges_table tbody tr td, .table.upsell_elements_table tbody tr td, .table.compact_table tbody tr td {
    padding-left: 0px;
}
.items_table .btn-link {
    padding: 0px;
    margin-top: -15px;
    font-size: 13px;
}
.list_rule_table .btn-link {
    margin-top: -5px;
}
.tag_application_rule_table tr td:first-child, .tag_removal_rule_table tr td:first-child, .automation_table tr td:first-child, .rule_table tr td:first-child {
    text-align: right;
}
.tag_application_rule_table tr:first-child td:first-child, .tag_removal_rule_table tr:first-child td:first-child, .automation_table tr:first-child td:first-child, .rule_table tr:first-child td:first-child {
    text-align: left;
}
.tag_application_rule_table td:first-child {
    width: 191px;
}
.trigger_rule .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    margin: 10px 0px 0px 0px !important;
    min-width: 80%;
}
.table.items_table tbody tr.trigger_rule td:first-child {
    padding-top: 19px !important;
}
.trigger_rule .select2-selection__rendered .select2-selection__choice:first-child {
    margin-top: 5px !important;
}
.trigger_rule .select2-selection--multiple {
    padding-top: 0px;
    padding-bottom: 0px;
}
.trigger_rule td {
    vertical-align: top !important;
}
.trigger_rule .select2-selection__rendered li .select2-search__field {
    margin-top: 10px !important;
}
.trigger_rule .select2-selection__rendered li:first-child .select2-search__field, .trigger_rule .select2-selection__rendered li:nth-child(2) .select2-search__field {
    margin-top: 0px !important;
}
.trigger_rule .select2-selection__rendered li:first-child, .trigger_rule .select2-selection__rendered li:nth-child(2)  {
    margin-top: 3px !important;
}
.or_options {
    text-align: right;
    padding-right: 10px;
}
.or_options p {
    margin: 9px 0px 0px 0px;
}
.or_options p:first-child {
    margin: 2px 0px 1px 0px;
}
.trigger_rule .rule_selection {
    padding-bottom: 20px !important;
}
.rule_table td:first-child {
    width: 207px;
}
.list_rule_table td:first-child {
    width: 100px;
}
.automation_table td:first-child {
    width: 76px;
}
.tag_removal_rule_table td:first-child {
    width: 223px;
}
.tag_application_rule_table td:nth-child(2), .tag_removal_rule_table td:nth-child(2) {
    width: 220px;
}
.rule_table td:nth-child(2) {
    width: 230px;
}
.list_rule_table td:nth-child(2) {
    width: 150px;
}
.rule_table td:nth-child(3) {
    width: 100px;
}
.list_rule_table td:nth-child(3) {
    width: 150px;
}
.tag_application_rule_table td:last-child, .tag_removal_rule_table td:last-child, .automation_table td:last-child {
    width: 100px;
    text-align: right;
}
.rule_table td:last-child {
    width: 100px;
    text-align: right;
    padding-right: 20px !important;
}
.tag_application_rule_table .remove_rule, .tag_removal_rule_table .remove_rule, .automation_table .remove_rule, .rule_table .remove_rule {
    padding-top: 12px;
}
.table.tag_application_rule_table tbody tr td, .table.tag_removal_rule_table tbody tr td, .table.automation_table tbody tr td, .table.rule_table tbody tr td {
    padding-top: 10px !important;
}
.tag_application_rule_table .select2-container, .tag_removal_rule_table .select2-container, .automation_table .select2-container, .rule_table .select2-container {
    min-width: 100% !important;
}
.table.deal_elements_table tbody tr td, .table.surcharges_table tbody tr td, .table.upsell_elements_table tbody tr td {
    vertical-align: top !important;
}
.table.deal_elements_table thead tr th, .table.surcharges_table thead tr th, .table.upsell_elements_table thead tr th {
    padding-left: 0px !important;
}
.deal_elements_table .form-control, .surcharges_table .form-control, .upsell_elements_table .form-control {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    height: auto;
}
.deal_elements_table.imagatec, .surcharges_table, .upsell_elements_table {
    table-layout: fixed;
}
.deal_elements_table.imagatec th, .deal_elements_table.imagatec td, .upsell_elements_table.imagatec th, .upsell_elements_table.imagatec td {
    width: 18%;
}
.upsell_elements_table.type_combo.imagatec tr th:nth-child(6), .upsell_elements_table.type_combo.imagatec tr td:nth-child(6), .upsell_elements_table.type_combo:not(.imagatec) tr th:nth-child(4), .upsell_elements_table.type_combo:not(.imagatec) tr td:nth-child(4) {
    display: none;
}
.surcharges_table.imagatec th, .surcharges_table.imagatec td {
    width: 33%;
}
.deal_elements_table.imagatec th:last-child, .deal_elements_table.imagatec td:last-child, .upsell_elements_table.imagatec th:last-child, .upsell_elements_table.imagatec td:last-child {
    width: auto;
}
.pos_specific_selection {
    background: #fafafa;
    margin-left: -25px;
    margin-right: -25px;
    border-top: 1px solid #eee;
    padding: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.default_thumbnail {
    background: #eee;
    padding: 61px 40px;
    font-size: 24px;
    text-align: center;
    color: #999;
    position: relative;
}
.thumbnail {
    position: relative;
}
.set_site_image .default_thumbnail {
    padding-top: 47px;
    padding-bottom: 48px;
}
.align-middle {
    display: table-cell;
    vertical-align: middle;
}
.thumbnail.sm {
    margin-bottom: 7px;
    max-width: 50px;
    min-height: 50px;
}
.thumbnail.sm .default_thumbnail {
    padding: 11px 13px;
    font-size: 14px;
}
.thumbnail.sm img {
    max-height: 42px;
}
.filepicker {
    cursor: pointer;
}
#filepicker_modal, #modifier_overrides_modal, #cardModalSlideUp, #promotion_claim_modal, #gifpicker_modal, #ordertypes_modal, #import_modal, #promotion_codes, #gift_card_codes {
    z-index: 1060;
}
#filepicker_modal .modal-body, #gifpicker_modal .modal-body {
    background: #fcfcfc;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
}
#filepicker_modal .modal-lg, #gifpicker_modal .modal-lg {
    width: 850px;
}
#filepicker_modal .modal-body>div, #gifpicker_modal .modal-body>div {
    width: 100%;
    position: relative;
    display: table;
}
#filepicker_modal .modal-body .thumbnail_container, #gifpicker_modal .modal-body .thumbnail_container {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    width: 20%;
    float: left;
    cursor: pointer;
}
#filepicker_modal .modal-body .thumbnail, #gifpicker_modal .modal-body .thumbnail {
    height: 150px;
    max-height: 100%;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}
#filepicker_modal .modal-body .thumbnail img, #gifpicker_modal .modal-body .thumbnail img {
    max-height: 100%;
}
#filepicker_modal .modal-body .thumbnail i, #gifpicker_modal .modal-body .thumbnail i {
    display: none;
}
#filepicker_modal .modal-body .thumbnail_container.selected .thumbnail, #gifpicker_modal .modal-body .thumbnail_container.selected .thumbnail {
    border: 1px solid #5560ff;
}
#filepicker_modal .modal-body .thumbnail_container.selected .thumbnail i, #gifpicker_modal .modal-body .thumbnail_container.selected .thumbnail i {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #5560ff;
}
#filepicker_modal #gifs .gif_search {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
#filepicker_modal .gif_navigation {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}
#filepicker_modal .panel {
    background: none;
    margin-top: -10px;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -10px;
    display: block !important;
    width: auto !important;
}
#filepicker_modal .panel .nav li:first-child {
    margin-left: 20px;
}
#filepicker_modal .panel .nav li {
    cursor: pointer;
}
#filepicker_modal .powered_by_giphy {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    text-align: right;
}
#filepicker_modal .powered_by_giphy img {
    width: 150px;
}
#filepicker_modal .nav-tabs ~ .tab-content {
    overflow: hidden;
    padding: 20px;
}
#filepicker_modal .gif_next, #filepicker_modal .gif_previous {
    margin-top: 20px;
}
.site_selector {
    margin-top: 10px;
}
.send_schedule .ph-item {
    margin-top: 10px !important;
    margin-bottom: 0px;
}
.send_schedule p {
    margin-top: 10px;
    margin-bottom: 0px;
}
.progress.notification_result {
    height: 8px;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.progress-bar-bite {
    background-color: #5560ff;
    background-image: none;
}
.success_label, .fail_label {
    font-size: 14px;
}
.message_summary .recipients {
    margin-bottom: 10px;
}
.edit_message {
    display: none;
}
.product_section .row [class*='col-']:not(:last-child) {
    padding-right: 0px !important;
}
#product_modal .image_thumbnails .thumbnail, #product_group_modal .image_thumbnails .thumbnail, #category_modal .image_thumbnails .thumbnail, #half_half .image_thumbnails .thumbnail, #promotion_modal .image_thumbnails .thumbnail, #upsell_modal .image_thumbnails .thumbnail, #site .image_thumbnails .thumbnail, .banner_image_thumbnails .thumbnail {
    margin-bottom: 8px;
}
#product_modal .image_thumbnails img, #product_group_modal .image_thumbnails img, #category_modal .image_thumbnails img, #half_half .image_thumbnails img, .image_thumbnails img, .banner_image_thumbnails img {
    max-height: 157px;
    max-width: 100%;
}
.image_thumbnails .thumbnail, .banner_image_thumbnails .thumbnail {
    height: 167px;
}
#site .image_thumbnails img {
    max-height: 129px;
}
.single_option .name_column, .single_option .on_by_default_column, .single_option .remove_column {
    display: none;
}
.single_option .price_column, .single_option .answer_column {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.items_table .remove_item {
    margin-top: -7px;
}
.items_table tr.single .quantity, .items_table tr.single .min_selected, .items_table tr.single .max_selected {
    display: none;
}
.items_table tr.multiple .quantity, .items_table tr.multiple .min_selected, .items_table tr.multiple .max_selected {
    display: none;
}
.thumbnail.logo {
    max-height: 130px;
    margin: 10px 0px;
}
.api_key.form-control[readonly], .file_input.form-control[readonly] {
    color: #242d30;
}
#editor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product .thumbnail, .promotion .thumbnail, .upsell .thumbnail, .vehicle .thumbnail, .order_item .thumbnail, .status .thumbnail {
    width: 60px;
    height: 60px;
    margin: 0px;
}
.product .default_thumbnail, .promotion .default_thumbnail, .upsell .default_thumbnail, .vehicle .default_thumbnail, .order_item .default_thumbnail, .status .default_thumbnail {
    width: 60px;
    height: 60px;
    padding: 5px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-top: 20px;
}
.order_item .thumbnail {
    width: 40px;
    height: 40px;
}
.order_item .default_thumbnail {
    width: 40px;
    height: 40px;
    padding-top: 10px;
}
.modal .thumbnail {
    margin-bottom: 5px;
}
.half_table td {
    background: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: none !important;
    vertical-align: top !important;
}
.surcharge, .deal_element {
    border-top: 1px solid #eee;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
}
.add_surcharge, .show_hide_deal_elements {
    margin-bottom: 20px;
}
.deal_element_container {
    display: none;
}
.surcharge:nth-child(odd), .deal_element:nth-child(odd) {
    background: #f9f9f9;
}
.page_handle_input {
    color: #999;
}
.page_handle_input input {
    border: none;
    color: #242d30;
}
.demo-table-search th, .demo-table-search thead tr th:first-child {
    padding-left: 18px !important;
    padding-bottom: 14px !important;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-right: 15px;
}
.demo-table-search.table-hover tbody tr:hover td {
    background: none !important;
}
.demo-table-search tbody tr td {
    padding: 15px 20px;
}
.demo-table-search tbody tr {
    cursor: pointer;
}
.product_img {
    max-height: 50px;
}
#site .site_tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
}
.site_tabs.nav-tabs-simple > li.active:after, .site_tabs.nav-tabs-simple > li:hover:after {
    position: absolute;
    bottom: 0px;
}
.site_tabs.nav-tabs-simple:after {
    border-bottom: none;
}
#site .tab-content {
    margin-left: -25px;
    margin-right: -25px;
    padding: 25px;
    /*background: #fcfcfc;*/
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.site_tabs.nav-tabs-simple > li {
    cursor: pointer;
}
.site_tabs.nav-tabs-simple > li:after {
    position: absolute;
    background-color: #69b6f3;
}
#site #map {
    width: 100%;
    max-width: 100%;
    height: 102px;
}
#site .availability_table tbody {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.chart_container {
    height:147px;
}
#revenue_chart {
    margin: 0px;
}
#average_chart {
    max-height: 70px;
    margin-right: -20px;
}
.stat {
    color: #242d30;
    font-weight: 600;
}
.dashboard_statistics.lg {
    min-height: 257px;
    height: 257px;
}
.dashboard_statistics.sm {
    height: 89px;
    max-height: 89px;
}
.dashboard_statistics .title {
    margin-bottom: 5px;
}
.dashboard_statistics > .ui_body {
    height: 110px;
}
.ph-item {
    padding: 0px;
    border: none;
    margin: 0px;
}
.ph-row {
    margin-left:-15px;
    margin-right:-15px;
}
.ph_row.no_bottom .big, .ph_row.no_bottom div {
    margin-bottom: 0px;
}
.ph-row.no_bottom .big, .ph-row.no_bottom.big div {
    margin-bottom: 0px;
}
.ph-item {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
    max-height: 20px;
    border: none !important;
}
.ui_container .value.lg.revenue .ph-item {
    margin-left: -10px !important;
}
.ph-col-6 {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.stat_app_installs .ph-item, .stat_average_order_value .ph-item {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}
.dashboard_statistics.sites {
    position: relative;
    overflow: hidden;
    height: auto;
}
.sites_heading {
    font-weight: bold;
    font-size: 14px;
    color: #242d30;
}
.site_container p {
    margin: 0px;
    font-size: 13px;
    color: #777;
}
.site_container p.title {
    font-weight: bold;
    font-size: 14px;
    color: #242d30;
}
.site_container .media-left {
    position: relative;
}
.site_image {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.site_image.initials_image {
    background: #eee;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
    font-size: 16px;
}
.site-table {
    margin-top: 10px;
    margin-bottom: 0px;
}
.team-table {
    margin-top: 10px;
    margin-bottom: 0px;
}
.source-table {
    margin-top: 0px;
    margin-bottom: 0px;
}
.make_time_group {
    margin: 0px;
    display: inline-block;
    width: 60px;
    position: relative;
}
.make_time_group.lg {
    width: 120px;
}
.make_time_group.xl {
    width: 200px;
}
.make_time_group.xxl {
    width: 250px;
}
.make_time_group i {
    position: absolute;
    top: 13px;
    right: 8px;
    font-size: 10px;
    color: #999;
    display: none;
}
.make_time_label {
    display: inline-block;
    width: 40px;
    margin-left: 5px !important;
    padding-top: 2px;
}
.site_status {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    bottom: -1px;
    right: 8px;
}
.site_status.open {
    background: #00dc97;
}
.site_status.closed {
    background: #eb7374;
}
#site .ui_card {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
}
.remove_promotion {
    cursor: pointer;
    display: inline-block;
    margin-left: 3px;
    color: #999;
}
.theme_info {
    border-bottom: 1px solid #eee;
    background: #f4f6f8;
    padding: 20px;
}
.save_theme {
    margin-top: -10px;
    margin-bottom: -10px;
}
.back_to_themes {
    color: #637381;
    cursor: pointer;
    margin-right: 30px;
}
.preview_theme {
    color: #637381;
    cursor: pointer;
}
.order_section_heading {
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.order_modifiers {
    margin-top: 10px;
    padding: 0px;
}
.order_modifiers li {
    padding-left: 0px;
}
.order_items_container {
    border-bottom: none;
    margin-bottom: 0px;
}
.order_items .order_item td {
    vertical-align: top !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    white-space: normal !important;
    text-overflow: unset !important;
}
.order_items .order_item td .media-left {
    vertical-align: top !important;
}
.order_items .order_item td:first-child {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.order_items tr td:last-child {
    text-align: right !important;
}
.refund_information {
    margin-top: 25px;
}
.refund_order_total {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}
.refund_notice {
    font-size: 13px;
}
.table.table-condensed tbody tr.order_item td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.table.table-condensed tbody tr.order_item td:first-child {
    width: 50%;
}
.order_details_container .table {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.view_customer {
    color: #5593c5;
}
#customermodalSlideUp thead th {
    font-size: 10px !important;
}
#customermodalSlideUp .table.table-condensed tbody tr td, #customermodalSlideUp .table.table-condensed thead tr th {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px !important;
    padding-right: 13px;
}
#customermodalSlideUp .btn-link {
    padding: 0px;
}
.customer_order_table td span, .customer_promotion_table td span, .customer_reward_table td span {
    display: none;
}
.toggle-sidebar:focus {
    color: #fff;
}
.variation_status, .item_status {
    color: #777;
    white-space: nowrap;
}
.variations_table .form-control[disabled], .variations_table .form-control[readonly], .variations_table fieldset[disabled] .form-control, .items_table .form-control[disabled], .items_table .form-control[readonly], .items_table fieldset[disabled] .form-control, #promotion_modal .form-control[disabled], #promotion_modal .form-control[readonly], #upsell_modal .form-control[disabled], #upsell_modal .form-control[readonly] {
    color: #636363;
}
.availability_table td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.availability_table .checkbox {
    margin-top: 15px;
}
.availability_table th .checkbox {
    margin-top: -3px;
    margin-bottom: 0px;
    float: left;
}
.availability_table th .checkbox label {
    margin-right: 0px;
    margin-left: 2px;
    margin-bottom: -9px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 10px;
}
.availability_table th .checkbox input[type="checkbox"]:focus + label {
    color: rgba(36, 45, 48, 0.35);
}
.availability_table tbody tr td, .availability_table thead tr th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.amount_type {
    height: 54px;
    border-radius: 2px;
}
.amount_type.active, .amount_type.active:focus, .amount_type.active:active, .amount_type.active:hover {
    border: 1px solid #69b6f3;
    background: #fcfcfc;
}
.multiple_selection .select2-search__field {
    width: auto !important;
}
.multiple_selection .select2-selection__rendered li:first-child.select2-search--inline {
    padding-left: 0px;
    margin-left: 0px;
}
.form-group-default.form-group-default-select2.multiple_selection .select2-container .select2-selection--multiple {
    padding-top: 24px;
    min-height: 56px;
    height: auto;
}

#promotion_modal .upload-logo, #upsell_modal .upload-logo {
    line-height: 22px;
}
.modal textarea {
    resize: none;
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom:before, .datepicker-dropdown.datepicker-orient-bottom:after {
    display: none;
}
.combo_only {
    display: none;
}
.combo_only.active {
    display: block;
}
.remove_image {
    display: none;
}
.banner_image_thumbnails, .image_thumbnails {
    position: relative;
}
.banner_image_thumbnails .remove_filepicker, .image_thumbnails .remove_filepicker, .thumbnail .remove_filepicker {
    position: absolute;
    top: 12px;
    right: 12px;
    color: rgb(245, 87, 83);
    font-size: 16px;
    cursor: pointer;
    display: none;
    transition: all ease-in-out 1s;
}
.thumbnail.sm .remove_filepicker {
    top: 5px;
    right: 5px;
}
.banner_image_thumbnails.set:hover .remove_filepicker, .image_thumbnails.set:hover .remove_filepicker, .thumbnail.set:hover .remove_filepicker {
    display: block;
}
.modal .spinner, .loader.spinner {
    width: 40px;
    height: 40px;
    background-color: #eee;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.loader.spinner {
    margin: 50px auto;
}
.edited_time {
    display: none;
}
.advanced_options {
    display: none;
}
#card-element {
    height: auto;
    box-shadow: none;
    border-radius: 2px;
}
.loyalty_option {
    display: none;
}
.loyalty_option.active {
    display: block;
}
.inline-block {
    display: inline-block;
}
@keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@media (min-width: 768px) {
    .modal-dialog.modal-xl {
        width: 1100px;
    }
    .modal-dialog.modal-xxl {
        width: 1200px;
    }
}
.green_label {
    background: #d6f4ed;
    color: #488a76;
    display: inline-block;
    padding: 3px 16px;
    border-radius: 4px;
    font-size: 13px;
}
.red_label {
    background: #fdf1f0;
    color: #a0423f;
    display: inline-block;
    padding: 3px 16px;
    border-radius: 4px;
    font-size: 13px;
}
.trip_start {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #55be95;
    display: inline-block;
    margin-right: 4px;
}
.trip_end {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #46a8ed;
    display: inline-block;
    margin-right: 4px;
}
.order_items ul {
    margin-bottom: 0px;
}
.promotion_types {
    margin-top: 20px;
}
.promotion_type_selection {
    border: 3px solid #ececec;
    border-radius: 3px;
    text-align: center;
    padding: 40px;
    cursor: pointer;
    min-height: 220px;
    transition: all ease-in-out 0.2s;
}
.col-md-6 .promotion_type_selection {
    min-height: 180px;
}
.promotion_type_selection:hover {
    border-color: #ddd;
}
.promotion_type_selection.active {
    border-color: #69b6f3;
}
.promotion_type_selection h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 0px;
}
.promotion_type_selection p {
    margin-bottom: 0px;
}
.promotional_product_section, .credit_section {
    display: none;
}
.promotional_product_section.active, .credit_section.active {
    display: block;
}
.rules_column_two.padding_fix {
    padding-left: 0px !important;
}
.overrides .btn-link {
    padding-top: 0px;
}
.menu_controls button, .menu_controls a {
    margin-top: 25px;
}
body.modal-open {
    height: 100vh;
    overflow-y: hidden;
}
.toggle_advanced_options {
    padding-top: 0px;
}
.modal-header .close {
    margin-top: 0px;
    opacity: .7;
    padding: 5px 0px 5px 5px;
}
.modal-header .close .pg-close {
    font-size: 22px !important;
    color: #000;
}
.new_notification {
    margin-top: 25px;
}
.store_contact {
    margin-top: 40px;
}
.ui-timepicker-select {
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 35px;
}
.link_container {
    margin-top: 30px;
    margin-bottom: 30px;
}
.link_container .apple, .link_container .android {
    height: 50px;
    cursor: pointer;
}
.view_settings {
    cursor: pointer;
}
.label-complete {
    background: #69b6f3;
    color: #fff;
}
.label-warning, .badge-warning {
    background: #ea7544;
    color: #fff;
}
.btn-default .badge-light {
    background-color: #6c757d;
}
#manageModalSlideUp .table td, #manageModalSlideUp .table th {
    padding-left: 0px !important;
}
#manageModalSlideUp .table tr td:last-child {
    padding-right: 0px;
}
#manageModalSlideUp .billing_status_label {
    margin-top: 10px;
}
.end_date {
    border-radius: 2px !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    padding: 9px 12px !important;
}
.send_time_rules {
    border-bottom: 1px solid #eee;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    padding: 20px;
}
.time_container {
    padding-left: 3px;
}
.time_container label {
    margin-left: 9px;
}
.time_container .ui-timepicker-select {
    border: none;
    height: 21px;
    color: #242d30;
    padding-left: 6px;
}
.app_themes .ui_container .ui_body:last-child {
    border-top: 1px solid #eee;
}
.app_themes .ui_container .ui_body:first-child {
    border-top: none;
}
.notification_preview {
    max-width: 400px;
    margin: 0 auto;
}
.popup {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'SF-Regular';
    position: relative;
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
}
.popup .media {
    margin-top: 0px;
    margin-bottom: 10px;
}
.popup .media-left {
    padding-right: 5px;
}
.popup .icon {
    max-width: 15px;
}
.popup .app_name {
    margin: 0px;
    font-size: 12px;
    line-height: 0px;
    margin-top: 4px;
    font-family: 'SF-Bold';
    color: #777;
}
.popup .time {
    position: absolute;
    top: 12px;
    right: 12px;
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #777;
}
.popup .title {
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: 'SF-Bold';
}
.popup .message {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'SF-Regular';
}
.in_app {
    margin-top: 30px;
}
.iphone_container {
    display: table;
    margin-top: 10px;
    width: 100%;
    max-width: 400px;
}
.show_modal_notice {
    font-size: 13px;
    margin-top: 30px;
}
.iphone {
    margin: 20px auto 0px auto;
    max-width: 400px;
    height: 700px;
    background: url("../img/iphone.png?t=2") no-repeat top center;
    background-size: contain;
    padding: 0px 51px;
    font-family: 'SF-Regular';
    display: table-cell;
    vertical-align: middle;
}
.iphone .popup_image {
    padding: 12px 12px 0px 12px;
    padding-bottom: 0px;
    border-radius: 10px;
    max-width: 244px;
    position: relative;
    overflow: hidden;
}
.iphone .popup_image img {
    width: 100%;
    margin-bottom: 10px;
}
.iphone .screen {
    background: #fff;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
    border-radius: 6px;
    height: auto;
}
.iphone .text_content {
    margin: 0px 12px 12px 12px;
    max-height: 100px;
    overflow-y: scroll;
}
.iphone .text_content::-webkit-scrollbar {
    width: 0px; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
.iphone .title {
    text-align: center;
    font-family: 'SF-Bold';
    font-size: 12px;
    margin-bottom: 5px;
}
.iphone .message {
    font-size: 12px;
    margin-bottom: 0px;
}
.iphone .button_container {
    border-top: 1px solid #eee;
    padding: 12px;
}
.iphone .btn {
    font-family: 'SF-Regular';
}
.iphone .notification_confirm_button {
    font-size: 12px;
    background: #e5e8e9;
}
.iphone .notification_confirm_button:hover {
    border-color: #e5e8e9;
}
.iphone .notification_decline_button {
    border: none;
    font-size: 12px;
}
.delivery_chart_container {
    margin-top: 30px;
    height: 300px;
}
.multiple_select_container {
    overflow: visible;
}
.ms-choice {
    background-color: transparent !important;
    border: none !important;
}
.ms-choice>span {
    padding-left: 0px !important;
}
.content-builder .placeholder:after {
    content: "";
}
.form-group-default label.fade {
    opacity: 1 !important;
}
.open_intercom {
    color: #5593c5;
    cursor: pointer;
}
.compress_checkbox, .resize_checkbox {
    display: inline-block;
    text-align: left;
    margin-bottom: 0px;
}
.preview_container {
    max-width: 349px;
    margin-left: auto;
    margin-right: auto;
}
.preview_container .icon {
    border-radius: 3px;
}
.option_label {
    background: #eee;
    padding: 8px 18px;
    border-radius: 25px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #999;
}
.option_label.on {
    background: #d6f7f0;
    color: #04733e;
}
.tab-content.notification_tabs {
    padding-left: 1px;
    padding-right: 1px;
}
.notification_nav_bar li {
    cursor: pointer;
}
.bite_loader {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.payout_summary tbody td {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.site-table tbody tr {
    cursor: default;
}
.site-table thead th:first-child {
    width: 35%;
}
.site-table thead th:nth-child(4), .site-table thead th:nth-child(5) {
    width: 120px;
}
.bg-bite {
    background: #5560ff;
}
.test_token {
    margin-top: 10px;
}
.test_token:first-child {
    margin-top: 0px;
}
.restrictions_table thead tr th:first-child, .restrictions_table tbody td:first-child {
    padding-left: 0px !important;
}
.bite_payments {
    width: 180px;
    margin-bottom: 20px;
}
.payment_logo, .uber_logo, .klaviyo_logo {
    width: 100px;
    margin-bottom: 20px;
}
.payment_logo, .sprout_logo {
    width: 140px;
    margin-bottom: 20px;
}
.payment_logo.sm {
    width: 60px;
}
.uber_logo {
    margin-top: 10px;
}
.cash_label {
    display: inline-block;
    margin-top: 5px;
}
.payment_sites {
    border-top: 1px solid #eee;
    background: #fcfcfc;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
}
.payment_sites .payment_site {
    padding: 20px;
    border-top: 1px solid #eee;
}
.payment_sites .payment_site:first-child {
    border-top: none;
}
.payment_sites .payment_site p, .payment_sites .payment_site .switchery {
    margin: 6px 0px;
}
.payment_sites .payment_site .text-success {
    display: inline-block;
    margin: 6px 0px;
}
#termsModal a {
    cursor: pointer;
}
.ui_container_checklist {
    overflow: hidden;
}
.ui_container_checklist .table {
    margin: 0px;
}
label.strike {
    text-decoration: line-through;
}
.tutorial_image_container {
    background: #fafafa;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.tutorial_image {
    max-width: 300px;
    margin: 0 auto;
}
.tutorial_image_container.wide .tutorial_image {
    max-width: 100%;
}
.tutorial_image_container.medium .tutorial_image {
    max-width: 450px;
}
#modifier_lists {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}
#modifier_lists::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
#modifier_lists li {
    margin: 3px 3px 3px 0;
    padding: 6px 15px;
    text-align: center;
    float: left;
    text-align: center;
    background: #eee;
    border-radius: 3px;
    cursor: pointer;
    transition: background ease-in-out 0.2s;
}
#modifier_lists li:hover {
    background: #ddd;
}
.notes_column_header, .notes_column_header>strong {
    vertical-align: top !important;
}
.notes_column {
    white-space: normal !important;
}
.type_rules {
    font-style: italic;
}
.collect_data_options, .data_source_items {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-left: -25px;
    margin-right: -25px;
    padding: 25px;
}
.data_source_items .items_table tbody tr td {
    background: none;
    padding-top: 5px !important;
}
#viewMarketingTutorial h2 {
    font-size: 16px;
}
.orders_table tbody tr.no_click, .orders_table tbody tr.no_click td {
    background-color: #f5f5f5;
    color: #999;
}
.orders_table tbody tr.no_click td .label {
    opacity: 0.5;
}
.orders_table tbody tr td {
    padding: 10px 15px;
}
.order_status {
    margin-left: 5px;
}
.order_status_container .order_status:first-child {
    margin-left: 0px;
}

.order_actions {
    display: flex;
    align-items: center;
    justify-content: end;
}
.order_actions > * {
    margin-right: 10px;
}

.order_actions :last-child {
    margin-right: 0px;
}
.view_order_container {
    max-width: 1000px;
    margin: 0 auto;
}
.customer_container p:last-child {
    margin-bottom: 0px;
}
/*.table.order_items tbody tr td {*/
    /*border-bottom: none;*/
/*}*/
.add_restriction {
    font-size: 13px;
}
.type_restriction_container label {
    font-size: 14px;
}
/*
Datatable fix
*/
.dataTables_wrapper .dataTables_info {
    display: inline-block;
}
.dataTables_wrapper>.row>div {
    padding-bottom: 30px;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-right: 45px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0px;
}
.dataTables_wrapper .dataTables_paginate ul > li>a {
    border: none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: none;
}
.dataTables_wrapper .dataTables_paginate ul > li {
    cursor: pointer;
}
.code_section .code {
    text-transform: uppercase;
}
.version_table tbody td {
    vertical-align: top !important;
}
.version_table tbody .features li {
    padding: 0px;
}
.pos_connection_container {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 3px 0 rgb(63 63 68 / 15%);
    background: #fff;
    border-radius: 3px;
}
.pos_connection_container .pos_logo {
    max-width: 140px;
}
.payment-amount {
    display: inline-block;
    width: 80px;
}
.payment-method-image {
    max-width: 30px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
}
.create_list, .export_customers, .import_customers {
    margin-top: 27px;
}
.customer_list_rules {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.customer_list_rules td {
    background: none !important;
}
.customer_list_rules .section_header {
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.rules {
    margin: 5px 0px;
}
.list_rule {
    background: #f9f9f9;
    color: #51646B;
    border: 1px solid #E6E8E9;
    padding: 5px 14px;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    transition: all ease-in-out 0.2s;
}
.list_rule.no_click:hover {
    cursor: not-allowed;
}
.list_rule:not(.no_click):hover {
    cursor: pointer;
    background: #fff;
}
.list_summary {
    margin-bottom: 15px;
}
.list_summary i {
    margin-right: 5px;
}
.dt-checkboxes {
    margin-left: 3px !important;
}
.dropdown-menu {
    background: #fff;
    border: 1px solid #ddd;
}
.dropdown-menu li {
    cursor: pointer;
}
#gp {
    margin-top: 25px;
    margin-bottom: 18px;
    padding-left: 5px;
    padding-right: 5px;
}
.grp-handler-close {
    line-height: 8.5px !important;
    font-size: 22px !important;
}
.grp-handler-cp-wrap {
    margin-left: -6px !important;
}
.grp-handler-drag {
    background: rgba(255,255,255,0.5) !important;
}
#text_color {
    margin-top: 5px;
    margin-bottom: 5px;
}
.announcement {
    padding: 20px;
    background: #EEF8FE;
    border: 1px solid #5A97DB;
    color: #3D6BAB;
    border-radius: 3px;
}
.announcement p:last-child {
    margin-bottom: 0px;
}
#promotion_type_modal .radio label:before {
    top: 4px;
}
.logo_icon {
    width: 70px;
    height: 50px;
    background: #ddd;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-right: 5px;
}
.launch_background_icon {
    width: 70px;
    height: 140px;
    background: #ddd;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-right: 5px;
}
.app_icon {
    width: 70px;
    height: 70px;
    background: #ddd;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-right: 5px;
}
.app_icon.sm {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    margin-right: 0px;
}
.app_icon.xs {
    width: 25px;
    height: 25px;
    border-radius: 3px;
}
.company_greeting {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    line-height: 26px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: rgba(81, 100, 107, 0.5);
}
.test_case, .company_case {
    padding: 10px;
    border: 1px solid #eee;
    display: inline-block;
    margin-bottom: 5px;
}
.test_case.sm {
    padding: 5px 10px;
}
.test_case:not(.selected) {
    color: #aaa;
}
.test_case.selected {
    background: #fff;
}
.release_tests {
    margin: 20px -20px;
    padding: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.company_case {
    padding: 5px;
    border: 1px solid #eee;
    display: inline-block;
    font-size: 12px;
}
.company_case.highlighted {
    background: #fff;
}
.test_case i, .company_case i {
    color: #aaa;
    margin-right: 5px;
}
.test_case.selected i {
    color: green;
}
.company_case.highlighted i {
    color: green;
    margin-right: 5px;
}
.release_company {
    position: relative;
    background: #f9f9f9;
    height: calc(100% - 20px);
}
.release_company.selected {
    background: #fff;
}
.release_company .checkbox {
    position: absolute;
    top: 10px;
    right: -5px;
    z-index: 999;
}
.release_process_container {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
}
.release_process_container.complete {
    background: #dff0d8;
}
.release_process_container.unavailable {
    background: #f9f9f9;
}
.release_process_container .checkbox {
    margin: 0px;
}
.release_process_container .checkbox label {
    margin: 0px;
    text-align: left;
    padding-left: 17px !important;
}
.release_process_container .checkbox label:after {
    top: 2.5px;
}
.release_process_container .checkbox label:before {
    top: 4px;
    margin-right: 0px;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.release_requests_container {
    margin: -20px 0px -20px -5px;
    padding: 20px;
    border-right: 1px solid #eee;
}
.release_request {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}
.release_request .media-left {
    padding-right: 0px;
}
.release_request .checkbox label {
    margin-right: 0px;
}
.release_tests .release_request:last-child {
    margin-bottom: 0px;
}
.release_request.actioned {
    background: #f9f9f9;
}
.request_checkbox {
    margin: 0px;
    margin-top: 3px;
}
.toolbar {
    border-bottom: 1px solid #eee;
    margin: -20px -25px 20px -15px;
    padding: 20px;
    display: block;
}
.stages {
    padding-left: 5px;
}
.setup_steps .ui_body {
    border-bottom: 1px solid #eee;
}
.setup_steps .ui_body:last-child {
    border-bottom: none;
}
.icon_container {
    background: #d9edf7;
    color: #31708f;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}
.step_title {
    font-weight: bold;
    color: #212b35;
    margin-bottom: 5px;
}
.step_description {
    font-size: 13px;
    color: rgba(0,0,0,0.5);
    margin-bottom: 0px;
}
.setup_steps .ui_body.complete {
    background: #f9f9f9;
}
.setup_steps .ui_body.complete .step_title {
    color: rgba(0,0,0,0.3);
    text-decoration: line-through
}
.setup_steps .ui_body.complete .step_description {
    color: rgba(0,0,0,0.3);
    text-decoration: line-through
}
.setup_steps .ui_body.complete .icon_container {
    background: #dff0d8;
    color: #3c763d;
    opacity: 0.4;
}
.setup_steps .btn-link {
    padding: 0px 10px;
    color: #5593c5;
}
.enable_billing_container .btn {
    margin-top: 5px;
    width: 100%;
}
.enable_billing_container .btn:first-child {
    margin-top: 0px;
}
.open_front {
    padding: 0px;
    color: #0979FF;
}
a {
    cursor: pointer !important;
}
.page-sidebar .sidebar-menu .menu-items li > a {
    width: 80%;
}
.email_preview {
    width: 100%;
    box-shadow: none;
    border: none;
    height: 700px;
    border-radius: 6px;
    overflow: hidden;
}
.page-sidebar .sidebar-header {
    background: #EBE3D6;
}
.page-sidebar {
    background: #FAF4EA !important;
    border: none;
}
.page-sidebar .sidebar-header {
    border-bottom: none;
}
.header {
    background: #FAF4EA !important;
    /* display: none;*/
}
.page-container .page-content-wrapper .content {
    padding-top: 0px !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left: 1px solid #EBE3D6;
    padding-bottom: 0px !important;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    margin-left: 240px;
    padding-left: 0px !important;
}
/* Sidebar hover state */
.page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li:hover > a, .page-sidebar .sidebar-menu .menu-items li.open > a, .page-sidebar .sidebar-menu .menu-items li.active > a, .sidebar-menu li.active .icon-thumbnail > i {
    color: #1E2434 !important;
}
.page-sidebar .sidebar-menu .menu-items li:hover > a, .page-sidebar .sidebar-menu .menu-items li:hover .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.open > a, .page-sidebar .sidebar-menu .menu-items li.active > a, .sidebar-menu li.active .icon-thumbnail > i {
    color: #FF7E55 !important;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
    background: #FAF4EA;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
    border-top: none;
    border-bottom: none;
}
.page-sidebar .sidebar-menu .menu-items ul.sub-menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.page-sidebar a, .page-sidebar button, .page-sidebar a:visited, .page-sidebar button:visited, .page-sidebar a:focus, .page-sidebar button:focus {
    color: rgba(30, 36, 52, 0.8);
}
.admin_actions .ui_container {
    border-top: none;
}
.sidebar-header {
    margin: 15px;
    border-radius: 5px;
    width: auto !important;
    padding: 15px !important;
    height: auto !important;
    color: #1E2434 !important;
    line-height: 20px !important;
    cursor: pointer;
}
.sidebar-header .app_icon {
    border: none;
    border-radius: 8px;
}
.page-sidebar .sidebar-menu .menu-items > li > a.detailed > .title, .page-sidebar .sidebar-menu .menu-items > li > a > .title {
    font-weight: bold;
}
.page-sidebar a, .page-sidebar button, .page-sidebar a:visited, .page-sidebar button:visited, .page-sidebar a:focus, .page-sidebar button:focus {
    color: #1E2434;
}
.icon-thumbnail {
    color: #1E2434;
}
.sidebar-header {
    color: rgba(30, 36, 52, 0.75) !important;
}
.sidebar-header strong {
    color: #1E2434 !important;
}
body {
    background: #FAF4EA !important;
}
body, h1, h2, h3, h4, h5, h6, p, .datepicker.dropdown-menu, .datepicker thead tr .dow, .form-control, .form-group label:not(.error), .form-group-default label:not(.error), .btn, .page-sidebar .sidebar-menu .menu-items > li > a, .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
    font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
h1, h2, h3, h4, h5, h6, strong, .ui_container .value.lg.revenue, .stat, .form-group label:not(.error), .form-group-default label:not(.error) {
    font-weight: bold;
}
.btn-complete {
    background: #1E2434 !important;
    border-color: #1E2434 !important;
    color: #FFF !important;
}
.site_tabs.nav-tabs-simple > li:after {
    background-color: #FF7E55 !important;
}
.label-red {
    background-color: #FF7E55 !important;
    color: #efefef !important;
}
.label-black {
    background-color: #0a0a0a !important;
    color: #efefef !important;
}
.label-success {
    background-color: #FFCE6E !important;
    color: #1E2434 !important;
}
.label-important, .label-danger {
    background-color: #FF7E55 !important;
    color: #1E2434 !important;
}
.radio.radio-success input[type=radio]:checked + label:before, .checkbox.check-complete input[type=checkbox]:checked + label:before {
    border-color: #FFCE6E !important;
}
.radio input[type="radio"]:focus + label:before {
    background-color: #fff;
}
.radio.m-t-10 {
    margin-top: 10px;
}
.payment-icon {
    padding-top: 5px !important;
    padding-left: 5px !important;
}
.pace .pace-progress {
    background: #FFCE6E !important;
}
.checkbox.check-primary input[type=checkbox]:checked + label:before {
    border-color: #1E2434 !important;
}
.checkbox.check-success input[type=checkbox]:checked + label:before {
    border-color: #FFCE6E !important;
}
.checkbox.check-success input[type=checkbox]:checked + label::after, .checkbox.check-primary input[type=checkbox]:checked + label::after, .checkbox.check-complete input[type=checkbox]:checked + label::after, .checkbox.check-warning input[type=checkbox]:checked + label::after, .checkbox.check-danger input[type=checkbox]:checked + label::after, .checkbox.check-info input[type=checkbox]:checked + label::after {
    color: #1E2434 !important;
}
.checkbox.check-primary input[type=checkbox]:checked + label::after {
    color: #fff !important;
}
.datepicker.dropdown-menu {
    z-index: 1001 !important;
}
.datepicker table tr td.active {
    background-color: #FFCE6E !important;
    color: #1E2434 !important;
}
.datepicker thead tr .dow {
    color: #1E2434;
}
.datepicker thead tr .next, .datepicker thead tr .prev {
    cursor: pointer;
}
.view_customer {
    cursor: pointer;
}
/*
.page-sidebar .sidebar-header, .header {
    background: #1E2434 !important;
}
body, .page-sidebar {
    background: #FDFCFA !important;
}
.header {
    background: #FAF4EA !important;
    display: none;
}
.page-sidebar .sidebar-header, .page-sidebar {
    background: #1E2434 !important;
}
.page-sidebar a:visited, .page-sidebar button:visited, .page-sidebar a:focus, .page-sidebar button:focus {
    color: rgba(255,255,255,0.8) !important;
}
.page-sidebar .sidebar-menu .menu-items li:hover > a, .page-sidebar .sidebar-menu .menu-items li.open > a, .page-sidebar .sidebar-menu .menu-items li.active > a, .sidebar-menu li.active .icon-thumbnail > i {
    color: #fff !important;
}
.content {
    padding-top: 10px !important;
}
*/
.page-sidebar .sidebar-menu .menu-items {
    height: calc(100% - 25px) !important;
}
.adjust_input input::-webkit-inner-spin-button {
    opacity: 0 !important;
}
.adjust_input .input-group-btn {
    position: absolute;
    right: 23px;
    top: 3px;
    z-index: 999;
}
.adjust_input .btn {
    display: block;
    padding: 0px 6px;
    font-size: 11px;
    line-height: 12px;
    border-radius: 2px !important;
    background: #f9f9f9;
}
.adjust_input .btn:first-child {
    margin-bottom: 1px;
}
.table.table-striped tbody tr td {
    transition: all ease-in-out 0.3s;
}
.table.table-striped tbody tr td.new_code {
    background-color: rgba(0, 114, 236, 0.2) !important;
}
.promotion_paused td {
    background-color: #f9f9f9 !important;
}
.promotion_paused .thumbnail {
    opacity: 0.3;
}
.promotion_paused .default_thumbnail {
    opacity: 0.3;
}
.modal-header .close, .duplicate_promotion, .download_promotion_qr_code, .bite_branded .delete_promotion {
    padding: 7px;
    margin-right: -7px;
    margin-top: -7px;
    transition: all ease-in-out 0.2s;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    font-size: 20px;
}
.duplicate_promotion, .download_promotion_qr_code, .bite_branded .delete_promotion {
    appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin-right: 2px;
    font-size: 17px;
    color: #000;
}
.dropdown-default .btn.dropdown-toggle.download_promotion_qr_code {
    padding-right: 0px;
    float: none;
    text-align: center;
}
.download_promotion_qr_code:hover {
    appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin-right: 2px;
    font-size: 17px;
}
.modal-header .close:hover, .duplicate_promotion:hover, .download_promotion_qr_code:hover {
    background: #f2f2f2;
}
.promotion_claims .btn {
    padding-left: 0px;
    color: #5593c5;
}
.promotion_claims .btn:focus, .promotion_claims .btn:hover, .promotion_claims .btn:active {
    color: #69b6f3;
}
#promotion_claims_modal .table td, #promotion_claims_modal .table th {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#promotion_claims_modal .dataTables_info {
    padding-left: 15px !important;
}
#promotion_claims_modal div.dataTables_wrapper div.dataTables_paginate {
    margin-right: 15px !important;
}
#promotion_claims_modal .panel-heading {
    padding-right: 0px !important;
}
.source {
    background: #FAF4EA;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}
.source:last-child {
    margin-bottom: 0px;
}
.source p {
    font-size: 11px !important;
    margin: 0px;
    line-height: 16px;
}
.source p:last-child {
    font-size: 12px !important;
}
.rating {
    background: #FAF4EA;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #1E2434;
}
.rating i {
    color: #FFCE6E !important;
    margin-top: -2px;
}
#reviews_table.table-condensed thead tr th, #reviews_table.table-condensed tbody tr td, #reviews_table.table-condensed tbody tr td *:not(.dropdown-default) {
    white-space: unset !important;
    text-overflow: unset !important;
}
.view_rating {
    cursor: pointer;
}
.cp-color-picker {
    z-index: 9999 !important;
}
#theme_settings_form .panel-group {
    border: 1px solid #eee;
    border-radius: 5px;
}
#theme_settings_form .panel.panel-default:first-child {
    border-top: none;
}
#theme_settings_form .panel.panel-default {
    border-top: 1px solid #eee;
}
#theme_settings_form .panel .panel-collapse {
    border-top: 1px solid #eee;
}
.preview_wrap {
    width: 350px;
    height: 190px;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
    float: right;
}
.app_theme_container {
    border: 1px solid #eee;
    border-radius: 10px;
    border: 0;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
}
.app_theme_container iframe {
    width: 100% !important;
    height: 400px !important;
    border-radius: 0px !important;
}
.app_theme_container .app_preview_section {
    height: 400px;
    overflow: hidden;
}
.app_theme_container .app_preview_information {
    padding: 20px;
    border-top: 1px solid #eee;
}
.app_theme_container .app_preview_information h3 {
    margin: 0px;
    font-size: 18px;
}
#app_previewer {
    width: 430px;
    height: 932px;
    border: 1px solid #eee;
    border-radius: 20px;
    border: 0;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
}
.screenshot {
    width: 430px;
    height: 932px;
    border: 1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
.screenshot iframe {
    width: 430px;
    height: 932px;
    border: none;
}
.app_store_screenshot {
    width: 430px;
    height: 932px;
    background: #fff;
    text-align: center;
    display: block;
    position: relative;
}
.app_store_screenshot .app_store_screenshot_overlay {
    padding-top: 40px;
    height: 100%;
}
.app_store_screenshot iframe {
    border: 5px solid rgba(0,0,0,0.4);
    border-radius: 30px;
    width: 430px;
    height: 932px;
    -ms-transform: scale(0.77);
    -moz-transform: scale(0.77);
    -o-transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform: scale(0.77);
    -ms-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    /* border: 0;*/
    margin-left: -50px;
    margin-top: -106px;
}
.app_store_screenshot .iframe_wrap {
    width: 331px;
    height: 717px;
    z-index: 99;
    margin: 0 auto;
}
.app_store_screenshot .iframe_wrap.blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.app_store_screenshot h2 {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
}
@media (max-width: 394px) {
    .app_store_screenshot h2 {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 30px;
    }
}
.app_screenshot_container {
    max-width: 100%;
    overflow-x: scroll;
}
.app_screenshot_previews {
    width: 2000px;
    margin-top: -100px;
    margin-bottom: -100px;
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -ms-transform-origin: 0;
    -moz-transform-origin: 0;
    -o-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.app_builds_container {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}
.app_build_container {
    margin-top: 10px;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 4px;
}
.ui_push_notification {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
    padding: 20px;
    width: 95%;
    margin-left: 2.5%;
    text-align: left;
    z-index: 999;
    position: absolute;
    top: 45%;
    color: #000;
    font-size: 16px;
    max-width: 400px;
}
.ui_push_notification p {
    color: rgba(0,0,0,0.6);
    font-size: 16px;
}
.ui_push_notification span {
    color: rgba(0,0,0,0.4);
    font-weight: bold;
    font-size: 12px;
}
.ui_push_notification .app_icon {
    width: 30px;
    height: 30px;
}
.ui_push_notification p {
    margin-top: 10px;
    margin-bottom: 0px;
}
.iframe_wrap {
    width: 100px;
    height: 400px;
}
.preview_wrap.lg {
    float: left;
    width: 100%;
    height: 600px;
}
.frame_wrap {
    width: 1400px;
    height: 786px;
    border: 0;
    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.preview_wrap.lg .frame_wrap {
    width: 121.95%;
    -ms-transform: scale(0.82);
    -moz-transform: scale(0.82);
    -o-transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.sticky {
    z-index: 97;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.theme_stage_status_icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #D6D6D6;
    background: #ddd;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -3px;
    margin-right: 0px;
}
.theme_stage_status_icon.success {
    background: #FFCE6E;
    border: 1px solid #FFCE6E;
    position: relative;
}
.theme_stage_status_icon i {
    font-size: 8px;
    position: absolute;
    top: 3px;
    left: 3px;
}
.cropper_canvas {
    margin: 0 auto;
    height: 512px;
    width: 512px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 3px 0 rgb(63 63 68 / 15%);
}
.cropper_canvas.launchbackground {
    height: 609px;
    width: 281.25px;
}
.cropper-container {
    width: 100%;
    height: 100%;
}
.cropper_canvas img {
    max-width: 100%;/* This rule is very important, please do not ignore this! */
}
.asset_creator_color {
    display: inline-block;
    width: 100px;
}
.cropper-face {
    background-color: transparent !important;
}
.cropper-modal {
    background-color: #fff !important;
    opacity: 0 !important;
}
#primary_colors {
    text-align: right;
}
#primary_colors .color {
    display: inline-block;
    border: 1px solid #ddd;
    cursor: pointer;
    max-width: 115px;
    border-radius: 35px;
    margin-left: 5px;
    margin-top: -5px;
    text-align: left;
}
#primary_colors .color span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 4px 0px 0px 4px;
    border: 1px solid #eee;
    margin-bottom: -1px;
}
.form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple {
    height: auto;
}
.select2-selection__rendered li:first-child:not(.select2-selection__choice) {
    width: 100% !important;
    margin-left: 0px !important;
}
.select2-selection__rendered li:first-child .select2-search__field {
    width: 100% !important;
}
.theme_preview_container {
    display: none;
}
.theme_preview_container.active {
    display: block;
}
.app_theme_section_container {
    display: none;
}
.app_theme_section_container.active {
    display: block;
}
.out_of_stock_card {
    background: #f2f2f2;
    border-radius: 4px;
    padding: 15px;
}
.grey_container {
    background: #f9f9f9;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 15px;
    border: 1px solid #eee;
}
.grey_container.m-t-0 {
    margin-top: 0px;
}
.order_item_rules {
    display: inline-block;
}
.make_time_container {
    position: relative;
}
.make_time_container .drag_handle {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ddd;
}
.zone_container .panel .not_enabled_label {
    display: none;
}
.zone_container .panel.not_enabled .not_enabled_label {
    display: inline-block;
}

[x-cloak] {
    display: none;
}

.body-scroll-lock {
    touch-action: none;
    overflow: hidden;
}
#app_home_elements_container {
    background: #f9f9f9;
    width: 100%;
    height: 100%;
    margin: 30px 0px;
    border-radius: 10px;
    padding: 30px;
}
#app_home_elements_container .app_home_element_container {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    max-width: 800px;
    margin: 10px auto;
    margin-top: 20px;
    position: relative;
}
#app_home_elements_container .app_home_element_container .restore_element_container {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    z-index: 99;
    align-items: center;
    justify-content: center;
}
#app_home_elements_container .app_home_element_container .overlay {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 98;
    background: rgba(249, 249, 249, 0.7);
}
#app_home_elements_container .app_home_element_container.deleted .restore_element_container {
    display: flex;
}
#app_home_elements_container .app_home_element_container.deleted .overlay {
    display: block;
}
#app_home_elements_container .app_home_element_container.add_element {
    background: none;
    cursor: pointer;
    min-width: 200px;
    min-height: 362px;
    text-align: center;
    padding: 125px 0px;
    font-size: 20px;
}
#app_home_elements_container .grid_content {
    max-width: 900px;
    white-space: nowrap;
    margin: 10px auto;
    overflow-y: scroll;
}
.grid_content::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.grid_content {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
#app_home_elements_container .grid_content .app_home_element_container {
    max-width: 250px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.style-editor {
    margin-top: 20px;
}
.change_cash_name {
    display: inline-block;
    margin-left: 5px;
}
.ms-drop .radio, .ms-drop .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}
.ms-drop {
    margin-top: 4px;
    left: -10px;
    right: -10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.ms-drop ul>li label {
    padding-left: 0px;
}
.ms-search {
    padding: 7px;
}
.ms-search input {
    border: 1px solid #eee;
    border-radius: 3px;
}
.ms-drop.bottom {
    border: 1px solid #eee;
    box-shadow: 0 1px 1px 0 rgba(63,63,68,0.15);
}
.multiple_select_container {
    border-radius: 3px;
    font-size: 13px;
    min-height: 32px;
    padding: 6px 9px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.multiple_select_container.sm {
    height: 32px;
}
.multiple_select_container .form-control {
    border: none;
    height: 25px;
    min-height: 25px;
    padding: 0;
    margin-top: -4px;
    background: none;
}
.ms-choice>div.icon-caret {
    display: none;
}
.site-multi-select {
    width: 100%;
    max-width: 220px;
    margin-right: 10px;
}
@media (max-width: 1800px) {
    .site-table thead th:nth-child(3), .site-table tbody td:nth-child(3) {
        width: 45% !important;
    }
    .site-table thead th:nth-child(4), .site-table tbody td:nth-child(4) {
        width: 20% !important;
    }
}
@media (max-width: 1600px) {
    .site-table thead th:nth-child(3), .site-table tbody td:nth-child(3) {
        width: 45% !important;
    }
    .site-table thead th:nth-child(4), .site-table tbody td:nth-child(4) {
        width: 20% !important;
    }
}
@media (max-width: 1578px) {
    .site-table .media-left {
        display: none;
    }
    .site-table thead th:nth-child(1), .site-table tbody td:nth-child(1) {
        width: 15% !important;
    }
    .site-table thead th:nth-child(2), .site-table tbody td:nth-child(2) {
        width: 10% !important;
    }
    .site-table thead th:nth-child(3), .site-table tbody td:nth-child(3) {
        width: 50% !important;
    }
    .site-table thead th:nth-child(4), .site-table tbody td:nth-child(4) {
        width: 25% !important;
    }
}
@media (max-width: 1470px) {
    .site-table thead th:nth-child(2), .site-table tbody td:nth-child(2) {
        width: 15% !important;
    }
    .site-table thead th:nth-child(3), .site-table tbody td:nth-child(3) {
        width: 58% !important;
    }
    .site-table thead th:nth-child(4), .site-table tbody td:nth-child(4) {
        width: 35% !important;
    }
}
@media (max-width: 1288px) {
    /* .site-table .media-left {
        display: table-cell;
    } */
    .site-table .address {
        display: none;
    }
    .site-table thead th:first-child {
        width: 30%;
    }
    .site-table thead th:nth-child(4), .site-table thead th:nth-child(5) {
        width: 140px;
    }
}
@media (max-width: 1265px) {
    .pause_orders {
        display: none;
    }
    .site-table thead th:nth-child(3), .site-table tbody td:nth-child(3) {
        width: 60% !important;
    }
    .site-table thead th:nth-child(4), .site-table tbody td:nth-child(4) {
        width: 20% !important;
    }
}
@media (max-width: 992px) {
    .pause_orders {
        display: inline-block;
    }
}
@media (max-width: 1560px) {
    .admin_main {
        padding-left: 65px;
        padding-right: 50px;
    }
}
@media (max-width: 1200px) {
    .admin_main {
        padding-left: 50px;
        padding-right: 50px;
    }
    .admin_actions {
        padding-left: 15px;
        padding-right: 15px;
    }
    .admin_actions .ui_header, .admin_actions .ui_card.sm {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media (max-width: 1170px) {
    .modal-dialog.modal-xl {
        max-width: 1100px;
        width: 90%;
    }
    .modal-dialog.modal-xxl {
        max-width: 1100px;
        width: 90%;
    }
    .table-responsive-lg {
        min-height: .01%;
        overflow-x: auto;
    }
    /*.menu_table td:first-child {*/
    /*    white-space: nowrap;*/
    /*}*/
    .page-container .content {
        overflow: hidden;
    }
}
@media (max-width: 991px) {
    .site-table thead th:nth-child(2), .site-table thead th:nth-child(3), .site-table tbody td:nth-child(2), .site-table tbody td:nth-child(3) {
        display: none;
    }
    .site-table thead th:nth-child(1), .site-table tbody td:nth-child(1) {
        width: 50% !important;
    }
    .site-table thead th:nth-child(4), .site-table tbody td:nth-child(4) {
        width: 50% !important;
    }
    .header {
        display: block;
        border-left: 1px solid #EBE3D6;
        border-bottom: 1px solid #EBE3D6;
    }
    .page-container .page-content-wrapper .content {
        margin-left: 0px;
        border-radius: 0px;
        z-index: 0;
        padding-top: 60px !important;
    }
    .header a, .header a:hover, .toggle-sidebar:focus {
        color: #1E2434;
    }
    .send_test_notification {
        margin-top: 10px;
    }
    div.dataTables_wrapper div.dataTables_paginate {
        width: 100%;
        margin-right: 0px;
    }
    div.dataTables_wrapper div.dataTables_info {
        padding-top: 0px;
        width: 100%;
        padding-bottom: 30px;
    }
    .orders_table thead tr th, .orders_table tbody tr td, #tableWithSearch thead tr th, #tableWithSearch tbody tr td {
        padding: 10px 20px;
    }
    .hours .day_label {
        margin-bottom: 10px;
    }
    .hours .closed_label {
        margin-left: 0px;
    }
    .hours .timed_order_rules .form-group:last-child {
        margin-bottom: 10px;
    }
    .refund {
        margin-top: 10px;
        width: 100%;
    }
    .order_items .media-left {
        display: none;
    }
    .order_items .order_item td:first-child {
        padding-top: 25px !important;
        width: auto !important;
    }
    .link_container .apple, .link_container .android {
        height: 45px;
    }
    .table-responsive-sm {
        min-height: .01%;
        overflow-x: auto;
        padding-bottom: 100px;
        margin-bottom: -100px;
        border: none;
    }
    .items_table th, .items_table td {
        min-width: 60px;
    }
    .variations_table th, .variations_table td {
        min-width: 200px;
    }
    .table.items_table thead tr th:last-child, .items_table td:last-child, .table.variations_table thead tr th:last-child, .variations_table td:last-child {
        padding-right: 10px !important;
    }
    .items_table th:nth-child(2) {
        min-width: 200px;
    }
    .items_table th:nth-child(3) {
        min-width: 150px;
    }
    .items_table th:nth-child(4) {
        min-width: 80px;
    }
    .product_section_header:not(.m-t-40) {
        margin-top: 5px;
    }
    .add_item, .add_variation {
        margin-bottom: 15px;
    }
    .sort_variation {
        display: none;
    }
    .icon-thumbnail {
        margin-right: 0px;
        margin-left: 15px;
    }
    .page-sidebar .sidebar-menu .menu-items > li > a {
        padding-left: 5px;
    }
    .page-sidebar .sidebar-menu .menu-items > li > a {
        width: 70%;
    }
    .icon-thumbnail {
        margin-right: 0px;
    }
    .admin_actions {
        display: block;
    }
    .modal.fade.slide-up .modal-dialog {
        display: block;
    }
    .modal.fade.slide-up .modal-content-wrapper {
        display: block;
    }
    .disable-responsive-sm {
        width: auto;
        overflow: hidden;
        border: none;
    }
    .menu_controls {
        text-align: left !important;
    }
    .menu_controls button, .menu_controls a {
        margin-top: 10px;
    }
    .product_section .row [class*='col-']:not(:last-child) {
        padding-right: 15px !important;
    }
    #customermodalSlideUp .orders, #customermodalSlideUp .promotions {
        margin-right: -25px;
    }
    #customermodalSlideUp .add_claim {
        margin-top: -10px;
    }
    #customermodalSlideUp .claim_message {
        margin-bottom: 15px;
    }
    .page-sidebar .sidebar-header {
        height: 60px;
    }
    .order_details_container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .order_details_container .table-responsive {
        border: none;
    }
    .order_details_container .table.table-condensed {
        table-layout: auto;
    }
    /*.orders_table, .menu_table {*/
    /*    overflow: hidden;*/
    /*}*/
    /*.orders_table tr, .menu_table tr {*/
    /*    margin-bottom: 0px;*/
    /*    border: none;*/
    /*    border-bottom: 1px solid rgba(213, 218, 219, 0.7);*/
    /*}*/
    /*.orders_table tr:first-child, .menu_table tr:first-child {*/
    /*    border-top: 1px solid rgba(213, 218, 219, 0.7);*/
    /*}*/
    /*.orders_table td, .menu_table td {*/
    /*    display: none;*/
    /*    border: none !important;*/
    /*}*/
    /*.customer_order_table td, .customer_order_table th {*/
    /*    display: none;*/
    /*}*/
    /*.orders_table td:first-child {*/
    /*    display: inline-block;*/
    /*    width: 25%;*/
    /*}*/
    /*.orders_table td:nth-child(2) {*/
    /*    display: inline-block;*/
    /*    width: 30%;*/
    /*}*/
    .customer_order_table td:first-child, .customer_order_table th:first-child {
        display: inline-block;
        width: 33% !important;
    }
    .customer_order_table td:nth-child(2), .customer_order_table th:nth-child(2) {
        display: inline-block;
        width: 33% !important;
    }
    .customer_order_table td:nth-child(3), .customer_order_table th:nth-child(3) {
        display: inline-block;
        width: 33% !important;
    }
    .table.customer_order_table.table-condensed tbody tr td, .table.customer_order_table.table-condensed thead tr th {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .table.customer_order_table.table-condensed tbody tr td {
        font-size: 14px !important;
    }
    /*.menu_table td:first-child {*/
    /*    display: inline-block;*/
    /*    width: 100%;*/
    /*    white-space: nowrap;*/
    /*}*/
    /*.menu_table td:nth-child(2) {*/
    /*    display: none;*/
    /*}*/
    #customermodalSlideUp .dataTables_paginate ul {
        padding: 0px;
    }
    #customermodalSlideUp .dataTables_info {
        padding-left: 15px;
        padding-right: 0px;
        padding-top: 2px;
    }
    #customermodalSlideUp .orders {
        margin-bottom: 25px;
        border-bottom: 1px solid #eee;
    }
    .admin_actions {
        padding-left: 15px;
        padding-right: 15px;
    }
    .admin_actions .ui_header, .admin_actions .ui_card.sm {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media (max-width: 768px) {
    .site-multi-select {
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
    }
    .create_list, .export_customers {
        margin-top: 10px;
    }
    .hours .add_time, .hours .remove_time, .hours .remove_day {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ui_container {
        margin-left: -20px;
        margin-right: -20px;
    }
    .site-table thead th:nth-child(1) {
        width: 60%;
    }
    .site-table thead th:nth-child(2), .site-table thead th:nth-child(3),.site-table tbody td:nth-child(2), .site-table tbody td:nth-child(3) {
        display: none;
    }
    .dashboard_statistics.lg {
        min-height: 355px;
        height: 355px;
    }
    .admin_main {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 0px;
    }
    .admin_actions .ui_header, .admin_actions .ui_card.sm {
        padding-left: 35px;
        padding-right: 30px;
    }
    .modal-header .close {
        margin-top: 5px;
    }
    .new_notification {
        display: block;
        margin-top: 10px;
    }
    .brand.inline img {
        height: 30px;
    }
    .header .header-inner {
        height: 60px !important;
    }
    .page-container .page-content-wrapper .content {
        padding-top: 60px;
    }
    .header, body .header {
        height: 60px;
    }
    .header .header-inner .toggle-sidebar {
        padding: 20px 20px 20px 5px !important;
        cursor: pointer;
    }
    .input-daterange {
        width: 100%;
        margin-top: 10px !important;
    }
    .website_order_acceptance {
        margin-top: 40px;
    }
    .modal.slide-up .modal-dialog {
        width: 100%;
        margin: 0px;
        margin-top: 120px;
    }
    .modal .modal-content {
        border-radius: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding-bottom: 40px;
    }
    .ui_container .value {
        font-size: 18px;
    }
    .ui_container .value.lg.revenue {
        padding-left: 8px;
        font-size: 18px;
    }
    .ui_container .value.lg.revenue span {
        top: -2px;
    }
    .dashboard_statistics.lg div.col-xs-6:first-child,.dashboard_statistics.lg div.col-xs-6:nth-child(2) {
        margin-bottom: 10px;
    }
    .dashboard_statistics.lg div.col-lg-4:last-child {
        margin-top: 10px;
    }
}