.c-body {
    overflow-x: auto;
}
@media (max-width: 768px) {
    body {
        position:fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .c-wrapper {
        overflow-x: auto;
    }
    .c-body {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        min-width: 100%;
        bottom: 0;
        overflow-x: auto;
        overflow-y: auto;
        flex-shrink: 0;
    }
    .menu-lock-search-form {
        margin-bottom: 0px!important;
    }

}

/* sidebar */
.c-sidebar-show {
    height: 100%;
    z-index: 1;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.c-sidebar-show.sidebar-background {
    background-color: #d2d2d3;
}

.c-sidebar-show.c-sidebar-light .c-sidebar-nav-title {
    font-weight: bolder;
    font-size: large;
    color: black;
}

.c-sidebar-nav-item.selected-list {
    background: #000;
}

.c-sidebar-nav-item.selected-list .c-sidebar-nav-link {
    font-weight: bold;
    color: #fff;
}

.c-sidebar-show.c-sidebar-light .c-sidebar-nav-link.c-active {
    color: #fff;
}

.c-sidebar-show.c-sidebar-light .c-sidebar-nav-link:hover {
    background: #000;
    color: #fff;
}

.c-sidebar-nav{
    width: 14rem;
}

.c-sidebar-nav-link {
    color: black;
}

/* header */
.c-header {
    width: 100%;
    border-bottom: 2px solid #000;
    z-index: 2000;
    font-family:
    "Hiragino Kaku Gothic ProN",
    "Helvetica Neue",
    Arial,
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
@media (max-width: 768px) {
    .c-header {
        align-items: center!important;
        max-height: 90px!important;
    }
    .c-header-controls {
        max-width: 70vw!important;
    }
}

.c-header.fixed {
    position: fixed!important;
    top: 0!important;
}

.c-header-title {
    font-size: 24px;
    font-weight: bold;
}

.c-header-global-nav {
    font-size: 16px;
    padding: 0 10px 5px;
    color: #4f5d73;
    text-decoration: none;
    line-height: 1.5;
}

.c-header-global-nav-active {
    font-size: 16px;
    color: blue;
    padding: 0 10px 5px;
    font-weight: bold;
    border-bottom: 4px solid blue;
    text-decoration: none;
    line-height: 1.5;
}

.c-header-storename {
    font-size: 20px;
}

.c-header-logo {
    width: 160px;
    margin-right: 12px;
}
@media (max-width: 768px) {
    .c-header-logo {
        width: 100%;
        min-width: 70px;
        max-width: 120px;
        height: auto;
    }
}

/* main */
.c-main {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 3rem 3rem 0 16rem;
}

@media (max-width: 768px) {
    .c-main {
        padding: 0;
        width: 100vw!important;
    }
}

/* footer */
.footer {
    margin-top: auto;
}

/* common */
#js-alert-message {
    display: none;
}

.bg-color {
    background-color: #ffffff;
}

.menu-edit-image-preview {
    max-height: 207px;
    max-width: 410px;
    height:auto;
    width:auto;
    margin: 10px 0px;
    background-color: #ffffff;
}
.c-wrapper {
    flex-direction: row;
    padding-top: 58px;
}

@media (max-width: 768px) {
    .c-wrapper {
        padding-top: 89px;
    }
}

.pagination {
    justify-content: center;
}

.brand_logo_image {
    width: 10%;
}

.okage_logo_image {
    width: 100%;
}

.okage_logo_image_login {
    margin: 1em;
    width: 50%;
}

.position_center {
    text-align: center;
}

.cursor_pointer{
    cursor: pointer;
}

/* alert */
.flash_message {
    width: calc(100% - 22rem);
    position: absolute;
    top: 0;
    padding-left: 2rem;
    border-radius: 0;
    font-weight: bold;
}

.error_message {
    width: 100%;
    padding-left: 2rem;
    border-radius: 0;
    font-weight: bold;
}

/* flatpicker */
.form-control[readonly].timepicker {
    background-color: #fff;
}

.form-control[disabled].timepicker {
    background-color: #d8dbe0;
}

.flatpickr-calendar {
    width: 200.875px;
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 30%;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
    width: 8%;
}

.select-store-button-list {
    padding: 100px;
}

/* form */
.form-control {
    color: #000;
}

.form-control:focus {
    color: #000;
}

.custom-select {
    color: #000;
}

/* loading */
#loader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
}
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
    z-index: 1;
}
.loader {
    color: #5f5f5f;
    font-size: 10px;
    margin: 80px auto;
    position: absolute;
    top: 30%;
    left: 50%;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.c-sidebar-show {
    overflow: scroll;
    height: 92vh;
}

.custom-file-input {
    position: relative;
    width:7em;
    height: calc(1.5em + .75rem + 2px);
}

.custom-file-label {
    right: 0;
    left: 0;
    width:7em;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border-color: #d8dbe0;
}

.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    border: 0!important;
    background-color: #ebedef;
    left:0;
}

.image-upload-btn-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.modal_alert {
    height: 30px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 207px;
}

.success {
    color: #18603a;
    background-color: #d5f1de;
    border-color: #c4ebd1;
}

.error {
    color: #b63741;
    background-color: #f2e1e2;
    border-color: #f5c2c7;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
}

.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease;
}

.opening_hour_annotation {
    margin-left: 25px;
}

#addMenuModal .modal-dialog {
    width: 70%;
}

.store-image-preview {
    display: block;
    max-height: 225px;
    max-width: 400px;
    height: auto;
    width: auto;
    margin: 10px 0px;
    background-color: #ffffff;
}

.drop-zone {
    font-size: 0.82em;
    border: 1px solid;
    width: 125px;
    height: 125px;
    padding: 35px 5px;
    text-align: center;
}

/* /aumop */
.aumop-store-image-preview {
    display: block;
    max-height: 207px;
    max-width: 410px;
    height:auto;
    width:auto;
    margin: 10px 0px;
    background-color: #ffffff;
    object-fit: contain;
}

.tutorial-image-preview {
    display: block;
    max-height: 270px;
    max-width: 180px;
    height:auto;
    width:auto;
    margin: 10px 0px;
    background-color: #ffffff;
    object-fit: contain;
}

.horizontal-image-preview {
    display: block;
    max-width: 450px;
    min-height: 200px;
    margin: 10px 0;
    background-color: #ffffff;
    object-fit: contain;
}

.aumop_annotation {
    margin-left: 25px;
}

.close-btn {
    margin-bottom: auto;
}

.bumper-container {
    width: 95%;
    height: 225px;
    border: 1px solid transparent;
    border-radius: 9px;
    padding: 5px;
    background-color: #FFF9ED;
    margin-left:30px;
}

.image-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.circle-image {
    max-width: 100%;
    height: auto;
}

.percentage {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4vw;
}
.s-i-font {
    font: normal bold 14px/24px Hiragino Kaku Gothic ProN;
}
.bumper-cell {
    border-radius: 12px;
    background-color: #FDF5DD;
}
.bumper-cell-bottom {
    height: 42px;
}
.justify-content-evenly {
    justify-content: space-evenly;
}
.wpix100 {
    width: 100px;
}
.fs-1vw {
    font-size: 1vw;
}
.fs-1_2vw {
    font-size: 1.2vw;
}
.br25 {
    border-radius: 25px;
}
.orange-border {
    border: 1px solid #FB5A0F;
}
.orange {
    color: #FB5A0F;
}
.inline-flex-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dib {
    display: inline-block;
}
.d-block {
    display: block;
}
.wvw5 {
    width: 8vw;
}
.bumper-button {
    height: 28px;
    background-color: white;
}
.pr0 {
    padding-right: 0 !important;
}
.h5 {
    height: 5%;
}
.h10 {
    height: 10%;
}
.h15 {
    height: 15%;
}
.h20 {
    height: 20%;
}
.h25 {
    height: 25%;
}
.h30 {
    height: 30%;
}
.h35 {
    height: 35%;
}
.h40 {
    height: 40%;
}
.h45 {
    height: 45%;
}
.h50 {
    height: 50%;
}
.h55 {
    height: 55%;
}
.h60 {
    height: 60%;
}
.h65 {
    height: 65%;
}
.h70 {
    height: 70%;
}
.h75 {
    height: 75%;
}
.h80 {
    height: 80%;
}
.h85 {
    height: 85%;
}
.h90 {
    height: 90%;
}
.h95 {
    height: 95%;
}
.h100 {
    height: 100%;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-243 {
    width: 243px;
}
.w-160 {
    width: 160px;
}
.p-0 {
    padding: 0 !important;
}
.mt-minus-1 {
    margin-top: -0.25rem!important;
}
.mt-minus-2 {
    margin-top: -0.5rem!important;
}
.mt-minus-3 {
    margin-top: -1rem!important;
}
.mt-minus-4 {
    margin-top: -1.5rem!important;
}
.mt-minus-5 {
    margin-top: -3rem!important;
}
.mb-minus-1 {
    margin-bottom: -0.25rem!important;
}
.mb-minus-2 {
    margin-bottom: -0.5rem!important;
}
.mb-minus-3 {
    margin-bottom: -1rem!important;
}
.mb-minus-4 {
    margin-bottom: -1.5rem!important;
}
.mb-minus-5 {
    margin-bottom: -3rem!important;
}
.ml-n1 {
    margin-left: -0.25rem !important;
}
.ml-n2 {
    margin-left: -0.5rem !important;
}
.ml-n3 {
    margin-left: -1rem !important;
}
.ml-n4 {
    margin-left: -1.5rem !important;
}
.ml-n5 {
    margin-left: -3rem !important;
}

.d-none {
    display: none!important;
}
.flex-row {
    display: flex!important;
    flex-direction: row!important;

}
@media (min-width: 768px) {
    .d-none.d-md-block {
      display: block !important;
    }
    .d-none.d-md-flex {
        display: flex !important;
    }
    .invisible-md {
        visibility: hidden !important;
    }
    .flex-md-60 {
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }
    .flex-md-40 {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }
}
@media (max-width: 981px) {
    .bumper-cell small {
        font-size: 70%;
    }
}
@media (max-width: 929px) {
    .bumper-cell small {
        font-size: 60%;
    }
}
@media (min-width: 1141px) {
    .image-container {
        margin-top: 1rem!important;
    }
}
#manualPageIcon {
    position: fixed;
    z-index: 999;
    top: 70px;
    right: 0px;
    margin: 20px;
    font-size: 30px;
    color: #ff0000;
    transition: transform 0.3s;
}
#manualPageIcon:hover {
    transform: scale(1.5);
}
.form-control#menu_price {
    padding-right: 8px;
    padding-left: 8px;
}
.side-padding-0 {
    padding: .75rem 0!important;
}
.side-padding-00 {
    padding: 0!important;
}
.side-padding-03 {
    padding-left: 0.3rem!important;
    padding-right: 0.3rem!important;
}
.ower-y-auto {
    overflow-y: auto;
}

.tl-tag-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 150px;
    border-radius: 0.35rem;
    text-align: center;
    margin: 0 0 0 10px!important;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.mxh-100 {
    max-height: 100%;
}

.font-weight-semi-bold {
    font-weight: 600;
}

.width-0 {
    width: 0;
}
.mr-6 {
    margin-right: 6rem !important;
}
.mr-7 {
    margin-right: 7rem !important;
}
.big-checkbox {
    /* 1.5-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}
.label-vertical-align {
    vertical-align: middle;
}
.w-275 {
    width: 275px !important;
    margin-left: 15vw;
}
.w-370 {
    width: 370px !important;
    margin-left: 20px;
}

.heading-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;

  @media (max-width: 768px) {
    font-size: 1.2rem;
  }
}
.heading-row {
  @media (max-width: 768px) {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.mx-mobile-1 {
  @media (max-width: 768px) {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

.mx-mobile-2 {
  @media (max-width: 768px) {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

.mt8rem {
    margin-top: 8rem !important;
}
@media (min-width: 769px) {
    .ml40vw {
        margin-left: 40vw !important;
    }
}

.time-input {
    background-color: white !important;
}
.time-input:disabled {
    background-color: lightgray !important;
}
.input-error {
    background-color: rgba(255, 0, 0, 0.1) !important;
}
.validation_errors_ul {
    padding-inline-start: 10px !important;
}

.condition-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border: 1px solid #888888;
    border-radius: 15px;
    padding: 10px;
    margin-top: 10px;
}
.condition-item-title {
    font-size: 1.2rem;
    font-weight: bold;
}

#MeuSelection .modal-content {
    overflow-y: scroll;
}
#ConditionCategorySelection .modal-content {
    overflow-y: scroll;
}
#ConditionMenuSelection .modal-content {
    overflow-y: scroll;
}

#addSubMenuModal .modal-content {
    overflow-y: scroll;
}

.editSubMenuItems {
    margin: 50px 5vw 50px 5vw;
    width: 90%;
}
.bg-soft-warning {
    background-color: rgba(255, 243, 205, 0.761);
    color: #856404;
    border: 1px solid rgba(255, 238, 186, 0.7);
    padding: 1rem;
    border-radius: 0.25rem;
}
.nowrap {
    white-space: nowrap;
    word-break: keep-all;
}

.hamburger-menu {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

.category-slider-wrapper {
    overflow-x: auto;
    background-color: #f7f7f7;

}

.category-slider {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 5px 10px;
    min-height: 40px;
    max-width: 35vw;
    overflow-x: auto;
}

.category-slider li {
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
    white-space: nowrap;
}

.category-slider li a {
    text-decoration: none;
    color: #000;
}

.category-slider::-webkit-scrollbar {
    display: none;
}


@media (max-width: 768px) {
    .c-header-brand {
        flex-direction: column;
        align-items: flex-start;
    }
    .c-header-title {
        font-size: 18px;
    }
}

@media (max-width: 768px) or (min-width: 1350px) {
    .category-slider {
        max-width: 50vw!important;
    }
}

#clientStoreSelectMobile {
    max-width: 220px;
    padding: .125rem .50rem!important;
}
#clientStoreSelect {
    min-width: 150px;
    padding: .125rem .50rem!important;
}
.icons-mobile {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 56px;
    display: flex;
}


.icons-mobile a.c-header-brand {
    flex: 1;
    min-height: 0;
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icons-mobile i {
    font-size: 14px;
}
.flex-responsive {
    display: none;
}


@media (min-width: 769px) and (max-width: 1024px) {
  .icons-mobile a.c-header-brand {
    margin: 0;
  }
  .icons-mobile i {
    font-size: 14px;
  }
}
.modal-dialog-centered {
    max-width: 50vw!important;
    width: 50vw!important;
}
.toast-container-center {
    position: fixed;
    top: 40%;
    left: 60%;
    transform: translateX(-50%);
    z-index: 1080;
}
.toast-header.bg-success {
    background-color: #28a745;
}
.toast-header.bg-danger {
    background-color: #dc3545;
}
.toast-header.bg-warning {
    background-color: #ffc107;
    color: #000;
}
#menuLockPerPageSelect {
    width: auto;
    padding: 5px 3px;
    max-width: 100px;
}
@media (max-width: 768px) {
    .icons-mobile i {
        font-size: 1.2em!important;
        margin: 15px 0!important;
    }
    .logo-box {
        align-self: stretch;
    }
    .main-content-area {
        top: 90px;
        /* width: calc(100vw - 2rem)!important; */
        width: 100vw!important;
    }
    .mobile-content {
        margin: 0 .5rem 0 .5rem;
    }
    .modal-dialog-centered {
        max-width: 95vw!important;
        width: 95vw!important;
    }
    .toast {
      width: 90vw;
      max-width: 90vw;
    }
    .toast-container-center {
        left: 50%!important;
        width: 90vw;
    }
    .toast-container-center .toast {
        width: 100%;
    }
    /* need  to set ml-1 to all first-level children (except first of them) of .lock-controls */
    .lock-controls > *:not(:first-child) {
        margin-left: 0.25rem!important;
    }
    .per-page-text {
        max-width: 26px;
    }
}

@media (min-width: 1025px) {
    .flex-responsive {
        display: flex!important;
    }
    .icons-mobile {
        display: none;
    }
}

@media (max-width: 490px) {
    #clientStoreSelectMobile {
       width: 30vw;
    }
}

.arrows {
    display: flex;
}
.left {
    padding: 0 5px 2px 0;
}
.right {
    padding: 0 0 2px 5px;
    margin-right: 15px;
}
@media (min-width: 1350px) {
    .arrows {
        display: none;
    }
}

@media(min-width: 769px) and (max-width: 940px) {
    .category-slider {
        max-width: 30vw !important;
    }
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}
.main-content-area {
    position: fixed;
    height: 100vh;
}

@media(min-width: 769px) {
    .alerts {
        width: calc(100vw - 16.5rem)!important;
    }

    .main-content-area {
        width: calc(100vw - 17rem)!important;
        z-index: 999;
        top: 70px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .main-content-area::-webkit-scrollbar {
        display: none;
    }
    #DeleteModal .modal-dialog {
        margin-left: 30rem!important;
    }
    .DeleteModal .modal-dialog,
    .BulkDeleteModal .modal-dialog,
    .ConditionDeleteModal .modal-dialog {
        margin-top: 8rem !important;
    }
}

@media (max-width: 360px) {
    .c-main {
        padding: 0 0.5rem 0 0.5rem!important;
    }
    .main-content-area {
        width: calc(100vw - 0.5rem)!important;
    }
    .mobile-content {
        margin: 0 .5rem 0 .15rem!important;
    }
    .add-new-menubook {
        margin-right: 0!important;
    }
    .width-all-screen-except-sidebar {
        width: calc(100vw - 1rem)!important;
    }
    #mobileBatchDeleteForm {
        margin-right: .25rem!important;
    }
    #mobileCopyForm {
        margin-right: .25rem!important;
    }
}

.scrollable-wrapper {
  display: flex;
  align-items: center;
  height: 67px;
  width: 100%;
  padding: 4px 6px;
  box-sizing: border-box;
  overflow: hidden;
}
.menulock-scrollable-wrapper {
  display: flex;
  align-items: center;
  height: 48px;
  width: 100%;
  padding: .25rem;
  box-sizing: border-box;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .menulock-scrollable-wrapper {
    height: 67px;
  }
  .mobile-px-1 {
    padding-left: 0.25rem!important;
    padding-right: 0.25rem!important;
  }
  .mobile-w80 {
    max-width: 80px!important;
  }
  .mobile-px-0 {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}


.scrollable-inner {
  width: 100%;
  line-height: 1.3;
  word-break: break-word;
  white-space: normal;
}

.scrollable-wrapper.scroll, .menulock-scrollable-wrapper.scroll {
  align-items: flex-start;
  overflow-y: auto;
}

.small-heading {
    font-size: 0.7rem;
    line-height: 1.2;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
}

#addSubMenuModal .modal-dialog {
    margin-top: 70px;
}
