.accueil-menu-item {
    font-size: 50px;
}

.color-info {
    color: #028ee1;
}

.color-success {
    color: #1eacbe;
}

.color-warning {
    color: #e9ab2e;
}

.color-primary {
    color: #6352ce;
}

.color-danger {
    color: #e6294b;
}

.btn-add {
    padding: 10px 10px 10px 10px;
    font-size: 16px;
}

.style-carac {
    background: #fff;
    padding: 10px 10px 6px 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.171);
    margin-top: 20px;
}

.style-carac-textaera {
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.171);
}

.style-carac-type {
    border: 1px solid #eeeeee;
    background: #eeeeee;
    padding: 10px 10px 6px 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.171);
    margin-top: 20px;
}

.label-detail-title {
    font-weight: bold;
}

.card-title {
    font-weight: 600;
    color: #000;
}


.restaurant-login-wrapper {
    display: flex;
}

.restaurant-login-wrapper > div {
    flex: 1;
}

.right-wrapper img {
    width: 100%;
}

.restaurant-logo {
    text-align: center;
    margin-top: 120px;
}

.restaurant-logo img {
    width: 100%;
}

.login-title {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
}

.login-text {
    text-align: center;
    margin-top: 30px;
    font-size: 19px;
}

.left-wrapper {
    paddin: 30px;
}

form.form-login {
    margin-top: 40px;
}

input.r-inp {
    height: 54px;
    background: 0;
    border-radius: 25px;
    font-size: 20px;
    padding-left: 30px;
}

form.restaurant-form label {
    font-weight: bold;
}

a.link-forgot {
    position: absolute;
    right: 25px;
    top: 13px;
    font-weight: bold;
    color: #990000;
}

.btn.r-btn {
    width: 100%;
    height: 54px;
    border-radius: 25px;
    text-transform: uppercase;
    line-height: 40px
}

.btn-red {
    background: #990000;
}

.btn-red-white {
    border: 1px solid #990000;
    color: #990000;
    font-weight: bold;
    background: white;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.btn.btn-next-step {
    text-transform: none;
    font-weight: bold;
}

.register-info {
    text-align: right;
}

.register-language {
    width: 130px;
    position: relative;
    height: 30px;
    text-align: right;
    margin: 0 0 0 auto;
    margin-bottom: 30px;
}

.select2-selection {
    background: #27b635;
}

.select2-selection {
    background: #F7EBEB !important;
    border-radius: 25px !important;
    padding: 0px 4px;
    height: 40px !important;
}

.select2-selection__rendered {
    padding-right: 35px !important;
    padding-top: 5px;
}

.select2-selection__arrow {
    top: 6px !important;
    right: 10px !important;
}

.red-title {
    color: #990000;
}

span.show-hide-password {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
}

.hide-password {
    background: url('../images/eye-slash.png');
}

.show-password {
    background: url('../images/eye.png');
}

button.btn-back {
    border: 0;
    background: 0;
    line-height: 40px;
    height: 54px;
    display: block;
    color: #990000;
    cursor: pointer;
}

button.btn-back img {
    margin-right: 7px;
    width: 26px;
    position: relative;
    top: -1px;
}

button.btn-back:focus {
    border: 0;
    outline: 0;
}

.error {
    color: #990000;
}

.btn {
    border: 1px solid;
    border-radius: 25px;
    padding: 8px 35px;
    font-size: 16px;
    background: white;
}

.w-108px {
    width: 108px;
    padding: 11px 0;
}

.btn.btn-red {
    background: #990000;
    color: white;
    border: #990000;
}

.btn.btn-border-red {
    border: 1px solid #990000;
    color: #990000;
}

.a-default {
    color: black;
}

.btn-plus {
    position: relative;
    padding-left: 38px;
    padding-right: 15px;
}

.btn-plus::before {
    position: absolute;
    content: '+';
    left: 14px;
    font-size: 30px;
    top: -2px;
}

.toggle {
    cursor: pointer;
    display: inline-block;
}

.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 58px;
    height: 28px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-switch:before, .toggle-switch:after {
    content: "";
}

.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 30px;
    height: 30px;
    position: absolute;
    top: -1px;
    left: 0;
    transition: left 0.25s;
}

/*.toggle:hover .toggle-switch:before {*/
/*    background: linear-gradient(to bottom, #fff 0%, #fff 100%);*/
/*    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);*/
/*}*/

.toggle-checkbox:checked + .toggle-switch {
    background: #EFD7D7;
}

.toggle-checkbox:checked + .toggle-switch:before {
    background: #990000;
}

.toggle-checkbox:checked + .toggle-switch:before {
    left: 30px;
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.fs-20 {
    font-size: 20px
}

.w-100px {
    width: 100px;
}

.css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

#inputPreview {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.css-checkbox + label {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 20px;
    color: rgb(0, 0, 0);
}

.css-checkbox + label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-radius: 2px;
    box-shadow: none;
}

.css-checkbox:checked + label::after {
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZGUxZmNiIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 20px;
    width: 20px;
}

.radio-group {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    font-size: 30px;
    user-select: none;
    margin-bottom: 10px;
    left: 16px;
    top: 7px;
}

.radio-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #a4a4b3;
}

.radio-group:hover .checkmark {
    background: #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-group .checkmark:after {
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 1px #04894D;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #04894D;
}

.radio-group input:checked ~ .checkmark {
    border: solid 1px #04894D;
}

.radio-group input:checked ~ .checkmark:after {
    display: block;
}

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

#a-search {
    border: 1px solid #900;
    border-radius: 25px;
    color: #900;
    padding: 0 45px;
}

#a-search::placeholder {
    color: #B1B1B1;
}

.search-box i {
    position: absolute;
    left: 18px;
    top: 10px;
    color: #990000;
}


#res-tab .nav-link {
    background: #F7EBEB;
    color: #B7B8BA;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    text-align: center;
    padding: 15px 0;
}

#res-tab .nav-item {
    border: 0;
    background: #F7EBEB;
}

#res-tab .nav-link.active {
    background: #900;
    color: white;
    font-weight: bold;
    border-radius: 8px;
}

#res-tab > li {
    flex: 1;
}

#res-tab {
    border: 0;
}

.res-modal .modal-header {
    background: #900;
    color: white;
    padding: 15px;
}

.res-modal .modal-title {
    color: white;
}

.res-modal .modal-body {
    padding: 45px 45px 0 45px;
    border-bottom: 0;
}

.res-modal label {
    font-weight: bold;
}


.res-modal .modal-footer {
    border-top: 0;
    justify-content: center;
    gap: 20px;
}

.res-red {
    color: #900;
}

.style-icon-svg svg {
    position: relative;
    top: 4px;
}

div.dataTables_processing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    padding-top: 200px;
    bottom: 0;
}

.status-new, .status-preparing, .status-delivering, .status-solved, .status-ready {
    color: #900;
    font-weight: bold;
}

.status-confirmed {
    font-weight: bold;
    color: #04894D;
}

.status-done, .status-completed {
    font-weight: bold;
    color: #04894D;
}

.status-cancelled, .status-no-show {
    font-weight: bold;
    color: #000000;
}

.cursor-pointer {
    cursor: pointer;
}

div#data-table_processing {
    z-index: 1235;
}

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

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

.mx-40 {
    margin: 0 40px
}

.bg-gray {
    background-color: #F7F8F9;
}

.mb-20 {
    margin-bottom: 20px;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #900;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dataTables_processing > span {
    top: 40%;
}

.ui-datepicker-title {
    background: #900;
    border-color: #900;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: #900;
}

.ui-widget-header {
    background: #900;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    color: #900;
}

.mb-50 {
    margin-bottom: 50px;
}

.filepond--credits {
    display: none !important;
}

.number-no-arrow::-webkit-outer-spin-button,
.number-no-arrow::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.number-no-arrow[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.no-item-wrap {
    text-align: center;
    height: 55vh;
}

.no-item-wrap .text {
    font-size: 18px;
    color: #888A8D;
    font-weight: bold;
}

.no-bg {
    background: none !important;
}

.no-image {
    width: auto !important;
    height: auto !important;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.select-product-img.no-image-wrap {
    width: 78px;
    text-align: center;
    height: 78px;
    border-radius: 8px;
    line-height: 5;
    background: #ECEDF1;
    position: relative;
}

.no-image-wrap {
    text-align: center;
    border-radius: 8px;
    line-height: 5;
    background: #ECEDF1;
    position: relative;
}

.select-product-img img {
    height: 78px;
    object-fit: cover;
    border-radius: 8px;
}

.allegie-icon img {
    width: 20px;
}

.product-img {
    position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.mm-menu {
    display: none;
}

.mm-menu.mm-menu--opened {
    display: block;
}

.header-wrapper {
    position: relative;
}

.search-box {
    margin-bottom: 15px;
}

.select2 {
    width: 100% !important;
}

.tbl-responsive {
    display: table;
}

.notification-wrap .noti-box {
    background: white;
    width: 375px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px lightgrey;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 40px;
}

.notification-wrap .cart-item {
    padding: 10px 15px;
    border-bottom: 1px solid;
}

.noti-items.mb-3 {
    height: 365px;
    overflow-y: scroll;
}

.no-noti {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.noti-unread {
    background: #d3dbe1;
}

.noti-number {
    background: #900;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -13px;
    right: -10px;
    border-radius: 20px;
    color: white;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
}

.notification-wrap .noti-header {
    font-weight: bold;
}

.notification-wrap .noti-date {
    font-size: 14px;
}

.notification-wrap .noti-content {
    margin: 8px 0;
}

#multi-language {
    position: relative;
}

#multi-language select {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
}

#multi-language select:focus {
    outline: none;
    border-color: #990000;
}


@media only screen and (max-width: 1199px) {
    #menu-show {
        display: none;
    }

    .dashboard-wrap {
        padding: 30px 0;
    }

    .header-wrapper {
        display: block;
    }

    .header-wrapper .header-logo {
        margin-bottom: 30px;
    }

    .header-btn-menu {
        position: absolute;
        top: 30px;
        right: 0px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .restaurant-logo {
        margin-top: 70px;
    }

    .restaurant-login-wrapper .right-wrapper {
        display: none;
    }

    .select2-container--open .select2-dropdown {
        min-width: 140px;
    }

    .header-info {
        display: block;
        text-align: right;
    }

    .restaurant-info {
        margin-bottom: 15px;
    }

    .restaurat-avatar {
        display: none;
    }

    .new-booking {
        display: inline-block;
        margin: 0 auto;
    }

    .notification-wrap {
        display: inline-block;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .res-modal .modal-body {
        padding: 20px 20px 0 20px;
        border-bottom: 0;
    }

    .modal-footer .rows.space-between {
        display: inline-block;
    }

    .select-all-checkbox {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 425px) {
    [class="btn"] {
        font-size: 14px;
        padding: 8px 25px;
    }

    a.link-forgot {
        top: 65px;
    }

    .forgot-wrap {
        margin-bottom: 60px;
    }

}


.boder-radius-6{
    border-radius: 6px !important;
}
.ui-sortable-helper {
    background: #fff;
    border: 1px solid #ababab
}
.sort-active {
    box-shadow: 0px 0px 2px red;
}

.sort-actions {
    font-size: 40px;
    color: #900;
    position: absolute;
    left: -90px;
}

.box-info-wrap {
    display: flex;
    justify-content: space-between;
}

.sort-box-up-action, .sort-up-action,
.sort-box-down-action, .sort-down-action {
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.sort-up-action, .sort-box-up-action {
    margin-bottom: 15px;
}

.sort-actions.disable {
    color: #9c9898;
}

.sort-box-up-action:hover, .sort-box-down-action:hover, .sort-up-action:hover, .sort-down-action:hover {
    background: #900;
    color: white;
}

@media only screen and (max-width: 1024px) {
    .sort-box-up-action, .sort-up-action, .sort-box-down-action, .sort-down-action {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .sort-box-up-action, .sort-up-action, .sort-box-down-action, .sort-down-action {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .sort-actions {
        font-size: 15px;
        left: -20px;
    }
}
@media only screen and (max-width: 575px) {
    .sort-actions {
        left: -0px;
    }
}
