
.page-auth .section.auth {
    margin-top: 0 !important;
}

.miz-form.login {
    row-gap: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 15px !important;
}

    .miz-form.login .miz-form-group {
        row-gap: 0 !important;
    }

.miz-button-submit {
    margin-top: 25px !important;
}

.auth .login-remember {
    margin-top: -15px;
    margin-bottom: 20px;
}

.auth .brands-img {
    max-width: 65px;
}

/*.page-auth .blockControl .blockUI.blockOverlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex;
    flex-direction: column;
}*/
.miz-form .miz-input-group.prefix .miz-input-field .miz-input-field-inner {
    padding-left: 65px;
}

.swal2-custom-confirm {
    background-color: var(--menumiz-miz) !important;
    color: var(--menumiz-white) !important;
    outline: 0;
    border: 0;
    line-height: 64px !important;
    height: 64px !important;
    font-size: 23px !important;
    padding: 0 16px !important;
    min-width: 108px;
    font-weight: bold;
}

    .swal2-custom-confirm:focus {
        outline: 0;
        border: 0;
        box-shadow: none !important;
    }

.swal2-custom-cancel {
    background-color: var(--menumiz-miz) !important;
    color: var(--menumiz-white) !important;
    outline: 0;
    border: 0;
    line-height: 64px !important;
    height: 64px !important;
    font-size: 23px !important;
    padding: 0 16px !important;
    min-width: 108px;
    font-weight: bold;
}

    .swal2-custom-cancel:focus {
        outline: 0;
        border: 0;
        box-shadow: none !important;
    }

.swal2-styled.swal2-confirm {
    background-color: var(--menumiz-miz) !important;
    outline: 0;
    border: 0;
}

    .swal2-styled.swal2-confirm:focus {
        outline: 0;
        border: 0;
        box-shadow: none;
    }

.miz-btn-block:disabled {
    background-color: var(--menumiz-miz) !important;
}

.fs-7 {
    font-size: 12px;
}

.btn-check-wizard:checked + label.miz-card {
    border: 2px solid #720E1A;
    color: #720E1A;
}

    .btn-check-wizard:checked + label.miz-card .miz-card-title {
        color: #720E1A;
    }


.btn-check-wizard:disabled + label.miz-card {
    background-color: #000000;
    background-color: rgba(0, 0, 0, .04);
}

.subcription-table-content-other_img {
    height: 64px;
    width: 64px;
    background-size: cover;
    background-position: center;
    margin: 8px 0;
}

    .subcription-table-content-other_img img {
        width: 100%;
    }

.swiper-choose-plan .swiper-wrapper .is-tags:before {
    content: '';
    background-image: url(/assets/img/ribbon.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 64px;
    height: 64px;
    z-index: 24;
}

.swiper-choose-plan .swiper-wrapper .is-tags > span {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 52px;
    min-height: 52px;
    z-index: 24;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #FFFFFF;
}

.wh-open {
    font-size: 12px;
    color: green;
    margin-top: 8px;
    font-weight: bold;
}

.wh-closed {
    font-size: 12px;
    color: #FF2636;
    margin-top: 8px;
    font-weight: bold;
}

.cursor-auto {
    cursor: pointer;
}

.food-item {
    border-radius: 4px;
}

.food-item-body-img {
    border-radius: 0 0 4px 4px;
}

.colorAnchor {
    color: #36a2eb !important
}

.colorAnchorBg {
    background-color: #36a2eb !important
}

.email::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.tsoHelpContent {
    margin-left: 10px;
    font-size: 12px;
    margin-top: 5px;
}


.darkWhite {
    color: inherit;
}

.dark .darkWhite {
    color: white !important;
}

.modal-tso-order .modal-header .avatar {
    border: none !important;
    box-shadow: none !important;
    background-color: #ffffff;
}

.miz-card.tso-order .tso-order-body .avatar {
    border: none !important;
    box-shadow: none !important;
}

.businessSettingActionsMt {
    margin-top: 10rem !important;
}

.dark .helper,
.dark .mdi-close {
    color: #fff !important;
}

.taxIndicationOption {
    font-size: 18px;
    font-weight: bold;
}

.miz-form .prefix-tel .miz-input-field {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 88px 1fr;
    grid-template-columns: 88px 1fr;
}

.miz-form .miz-input-group.prefix.prefix-tel .miz-input-field .miz-input-field-inner {
    padding: 0 16px;
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.miz-form .miz-input-group.prefix.prefix-tel .miz-input-field .select-wrapper .form-outline .form-control ~ .form-notch .form-notch-trailing {
    border-radius: 0;
}

.listEditIcon {
    height: 25px !important;
    line-height: 24px !important;
    width: 28px !important;
}

/*.datatable-body .miz-button-icon i {
    color: var(--menumiz-miz) !important;
}*/

#dataGrid table thead {
    background-color: #ebebeb !important;
}

#dataGrid .table thead th {
    padding: 9px 0 7px 10px !important;
}

#dataGrid .table tbody td {
    padding: 0 0 0 10px !important;
}

#dataGrid .datatable-select-wrapper {
    display: none;
}

.dataSearch {
    line-height: 25px !important;
}

.dataSearchBtn {
    height: 35px !important;
    line-height: 35px !important;
}

.for-reports.miz-input-field {
    display: grid;
    grid-template: "timefrom timelabel timelabel timeto"
        "timesearch timesearch timerefresh timerefresh"/ 1fr 4px 4px 1fr;
    align-items: center;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

    .for-reports.miz-input-field.one {
        grid-template: "timefrom timefrom timefrom timefrom"
            "timesearch timesearch timerefresh timerefresh"/ 1fr 4px 4px 1fr;
    }

@media (min-width: 480px) {
    .for-reports.miz-input-field {
        display: grid;
        grid-template: "timefrom timelabel timeto timesearch timerefresh"/ 1fr 35px 1fr 64px 64px;
        align-items: center;
        grid-column-gap: 0;
    }

        .for-reports.miz-input-field.one {
            grid-template: "timefrom timesearch timerefresh"/ 1fr 64px 64px;
        }
}

.miz-input-group.is-search .for-reports.miz-input-field > input {
    width: 100%;
}

.for-reports.miz-input-field .time-from {
    grid-area: timefrom;
    border-radius: 4px !important;
}

.for-reports.miz-input-field .time-label {
    grid-area: timelabel;
    text-align: center;
}

.for-reports.miz-input-field .time-to {
    grid-area: timeto;
    border-radius: 4px !important;
}

.for-reports.miz-input-field .btn-search,
.for-reports.miz-input-field .btn-refresh {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.for-reports.miz-input-field .btn-search {
    grid-area: timesearch;
    position: static !important;
    margin-left: auto;
    border-radius: 4px !important;
    width: 100%;
}

.for-reports.miz-input-field .btn-refresh {
    grid-area: timerefresh;
    width: 100%;
}

@media (min-width: 480px) {
    .for-reports.miz-input-field .btn-search {
        width: 48px;
    }

    .for-reports.miz-input-field .btn-refresh {
        width: 48px;
    }

    .for-reports.miz-input-field .btn-search > span {
        display: none;
    }

    .for-reports.miz-input-field .btn-refresh > span {
        display: none;
    }
}

.app-toolbar .brand-logo img {
    background-color: #fff !important;
}

.color-gray {
    color: #808080 !important;
}

.actions-container.float {
    bottom: 36px;
}

@media (min-width: 960px) {
    .actions-container.float {
        bottom: unset;
    }
}

.app-footer {
    background-color: #FFF;
    z-index: 24;
}

.swal2-container {
    z-index: 99999 !important;
}

.select-option input[type=checkbox] {
    min-width: 18px !important;
}

.sc-warning {
    background-color: #fd7e14 !important;
    color: #fafafa;
    border-color: #fd7e14 !important
}

.sc-danger {
    background-color: #EB4966 !important;
    color: #fafafa;
    border-color: #EB4966 !important
}

.allDays + label {
    color: #0c8964 !important;
}

input.SmartPrice-Radio[disabled="disabled"] + label {
    background-color: #720e1a;
    color: #ffffff;
    opacity: .5;
}

.miz-card.tso-order.refunded::before {
    background-color: darkgray !important;
}

.miz-card.tso-order.refunded::before {
    content: "";
    position: relative;
    height: 4px;
    width: calc(100% + 32px);
    margin: -12px -16px 0;
}

.miz-card.tso-order.cancelled::before {
    background-color: #000000 !important;
}

.miz-card.tso-order.cancelled::before {
    content: "";
    position: relative;
    height: 4px;
    width: calc(100% + 32px);
    margin: -12px -16px 0;
}

.mr-10px {
    margin-right: 10px !important;
}

.msub {
    position: absolute;
    background: #720E1A;
    width: 16px;
    height: 16px;
    color: #fafafa;
    border-radius: 50%;
    font-size: 9px;
    line-height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3px;
    right: 3px;
    z-index: 1000;
    margin: 0;
}

#dataGrid .miz-button-icon {
    background-color: #000000;
    background-color: RGBA(0, 0, 0, 0.04) !important;
    color: #720E1A !important;
}

    #dataGrid .miz-button-icon i {
        color: #720E1A !important;
    }

.miz-button-icon.cw {
    color: #fafafa !important
}


@media (min-width: 1024px) {
    .dishsection .wizard-dish-general-info-title-doc {
        grid-column-start: 2;
        grid-column-end: span 2;
    }
}

@media (min-width: 1024px) {
    .dishsection .wizard-dish-general-info-title-doc {
        grid-row-start: 2;
    }

    .dishsection .wizard-dish-general-info-description {
        grid-row-start: 4 !important;
    }

    .dishsection .wizard-dish-general-info-video {
        grid-row-start: 5;
    }
}

.form-control:disabled {
    background-color: #eeeeee !important;
    opacity: 1;
}

@media (max-width: 640px) {
    .notfound-container .inner-error {
        max-width: 100% !important;
        margin: 15px 15px 15px 15px !important;
    }
}

.miz-form-label-input.required::before {
    content: "*";
    color: #FF2636 !important;
    font-weight: 400;
}

.miz-button:disabled:not(.miz-button-otp-reset):not(.miz-button-nav):not(.miz-button-sub-nav):not(.miz-button-text), .miz-button[disabled]:not(.miz-button-otp-reset):not(.miz-button-nav):not(.miz-button-sub-nav):not(.miz-button-text) {
    background-color: #a0a0a0;
}

.form-helper {
    color: RGBA(0, 0, 0, 0.48);
    font-size: 12px;
    margin-top: 4px;
}

#formApplyDiscount .parsley-required {
    display: none;
}

.miz-button-clear {
    display: none;
}

.bg-color-gray {
    background-color: #808080 !important;
}

.ml-5px {
    margin-left: 5px;
}
