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

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