/* 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: 2;
    font-family:
    "Hiragino Kaku Gothic ProN",
    "Helvetica Neue",
    Arial,
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.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;
}

.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;
}

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

.c-header-logo {
    width: 160px;
    margin-right: 12px;
}

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

/* 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: 4rem;
}

.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;
}
.flex-row {
    display: flex;
    flex-direction: row;

}
.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-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;
}
.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;
}
@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;
}
.maxw-275 {
    max-width: 275px !important;
}
.maxw-400 {
    max-width: 400px !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;
}
