/* Common CSS */
:root {
    --white: #ffffff;
    --black: #000000;
    --green: #339912;
    --shadow: rgba(0, 0, 0, 0.2);
    --gray: #fffbf8;
    --disable: #dddddd;
}

body {
    font-family: a-otf-midashi-go-mb31-pr6n, "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    line-height: 1.42857143;
}

a:hover,
a:focus,
a:active {
    /* color: var(--white); */
    text-decoration: none;
    font-weight: 600;
}
.card__table-container .booking-table{
    min-width: max-content !important;
    font-weight: initial !important;
}
.w-70 {
    width: 70px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.input-row {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.input-row .label-wrap {
    min-width: 210px;
}

.input-row .input-wrap {
    width: 100%;
    font-weight: normal;
}

.input-row .label-wrap .input-label {
    font-weight: normal;
    font-size: 20px;
}

.form-el {
    padding: 11.5px 15px;
    max-width: 785px;
    height: auto;
    min-height: 58px;
    font-size: 20px;
    border-radius: 8.5px;
    border-width: 2px;
    line-height: 1;
    margin-bottom: 24px;
}

.button, .button-outline-green, .button-green,
.button, .button-outline-green, .button-div-green {
    padding: 15px 10px;
    border-radius: 8.5px;
    border: 0;
    display: inline-block;
}

.button-outline-green {
    background-color: var(--white);
    border-color: var(--green) !important;
    color: var(--green) !important;
    border: solid 3px;
    border-radius: 15px;
    border: 2px solid transparent;
}

.button-green {
    background-color: var(--green);
    color: var(--white);
    border: 1px solid transparent;
}

.button-div-green {
    background-color: var(--green);
    color: var(--white);
    border: 1px solid transparent;
}

.text-green, .text-green:hover, .text-green:active {
    color: var(--green) !important;
}

.text-md {
    font-size: 16px;
}

.btn.btn-primary[disabled]:hover {
    background-color: var(--green) !important;
    color: white !important;
    opacity: 0.4;
}

.button-outline-green:hover,
.button-outline-green:focus,
.button-outline-green:active
{
    color: #ffffff !important;
    background: #d7d7d7 !important;
}
.header__logout-icon,
.header__logout-icon:hover,
.header__logout-icon:focus,
.header__logout-icon:active,
.header__account-name,
.header__account-name:hover,
.header__account-name:focus,
.header__account-name:active
{
    color: #777 !important;
}

.box-shadow {
    box-shadow: 5px 5px 5px 0 var(--shadow);
}

.full-height {
    min-height: 100vh;
}

.notification {
    margin-top: 40px;
    margin-left: 45px;
}

.button-lg {
    font-size: 25px;
    padding: 15px 40px;
}

.button[disabled], .button-outline-green[disabled], .button.disabled, .disabled.button-outline-green {
    cursor: not-allowed;
    opacity: 0.65;
}

.btn-green-light {
    border-radius: 7.5px;
    box-shadow: 5px 5px 5px 0 var(--shadow);
    background-color: var(--green);
    display: flex;
    padding: 1rem 0;
    justify-content: center;
    position: relative;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    border: 2px solid transparent;
}

.btn-green-light:hover,
.button-green:hover,
.btn.btn-primary:hover
{
    background-color: white;
    color: var(--green) !important;
    cursor: pointer;
    font-weight: 600;
    border: 2px solid var(--green);
}

.btn-green-light:disabled,
.button-green:disabled,
.btn.btn-primary:disabled
{
    cursor: not-allowed;
    font-weight: 600;
    opacity: 0.4;
}

.btn-green-light .btn-green-light-img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn.btn-primary {
    border-color: var(--green);
    background-color: var(--green);
    border: 2px solid transparent;
}

.btn.btn-outline-primary {
    border-color: var(--green);
    color: var(--green);
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active {
    background-color: #d7d7d7 !important;
    color: var(--green);
}

.btn.btn .section-profile .profile-inner-logout .btn-outfit-green-light .text-green {
    color: var(--green);
}

.btn-outfit-green-light {
    border: 3px solid var(--green);
    color: var(--green);
    padding: 0.85rem 1.5rem;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
}

.btn-outfit-green-light:hover {
    border: 2px solid var(--green);
    color: white !important;
    font-weight: 600;
    background-color: #d7d7d7 !important;
}
.btn-outfit-green-light:hover > .text-green{
    color: white !important;
}

.background-gray {
    position: relative;
    background-color: var(--gray);
}

.loading-page:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99;
}
.loading-page:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/assets/img/Loading_icon.gif') center center no-repeat;
    z-index: 100;
    background-size: 400px;
}

.w-20 {
    width: 20%;
}

.mg-b-20 {
    margin-bottom: 20px !important;
}

/* Create a custom checkbox */
.custom-checkbox {
    position: relative;
    padding-left: 30px;
    font-weight: normal;
}

.checkmark-checkbox {
    position: absolute;
    top: -4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked~.checkmark-checkbox {
    background-color: var(--green);
}

/* Create the checkmark-checkbox/indicator (hidden when not checked) */
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark-checkbox when checked */
.custom-checkbox input:checked~.checkmark-checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark-checkbox:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Customize the label (the container) */
/* Hide the browser's default radio button */
.container input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: var(--green);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--white);
}

.custom-radio {
    position: relative;
    padding-left: 30px;
    font-weight: normal;
    top: 19px;
}

.bg-green-light {
    background-color: var(--green);
}

.p-0 {
    padding: 0 !important;
}

.datepicker.dropdown-menu {
    min-width: 360px !important;
    min-height: 214px;
    padding: 0px !important;
}

.datepicker.dropdown-menu .datepicker-days table {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.datepicker.dropdown-menu .datepicker-days table thead tr:nth-child(2) th {
    border-radius: 0px;
    background-color: #000;
    color: #ffffff;
}

.datepicker.dropdown-menu .datepicker-days table thead tr:nth-child(2) th.prev {
    text-align: right;
}

.datepicker.dropdown-menu .datepicker-days table thead tr:nth-child(2) th:nth-child(2) {
    color: #fff;
    width: 48px;
}

.datepicker.dropdown-menu .datepicker-days table thead tr:nth-child(2) th.next {
    text-align: left;
}

.datepicker.dropdown-menu .datepicker-days table thead tr:nth-child(3) {
    background-color: var(--green) !important;
}

.datepicker.dropdown-menu .datepicker-days table thead tr:nth-child(3) th.dow {
    color: #ffffff;
    border: 1px solid #b3b3b3;
}

.datepicker.dropdown-menu .datepicker-days table thead tr:not(:first-child) th {
    border-radius: 0px;
}

.datepicker.dropdown-menu .datepicker-days table tbody tr td {
    border-radius: 0px;
}

.datepicker.dropdown-menu .datepicker-days table tbody tr td.day {
    border: 1px solid #b3b3b3;
    color: #005288;
}

.text-normal {
    font-size: 14px;
    font-weight: 500;
}

/* Header */
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-top .navbar {
    border-radius: 0 !important;
}

.fixed-top .navbar-nav .nav-item-style-after-login {
    background: #FFFFFF;
    border-radius: 11px;
    padding-right: 15px;
    padding-left: 15px;
    color: var(--green) !important;
}

.fixed-top .navbar-nav .nav-item-style-after-login img {
    width: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

.navbar-nav {
    float: right;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.help-block.help-block-error {
    display: block;
    color: red !important;
    font-size: 14px;
}

select option:disabled {
    background-color: #cccccc;
}

/* Login Page */
.page-template-login {
    padding-top: 40px;
}

.page-template-login .logo {
    width: 350px;
}

.login-form {
    max-width: 410px;
    margin: 60px auto;
}

.help-block.help-block-error:empty {
    display: none;
}

.login-form .create-user-button {
    display: none;
    align-items: center;
    max-width: 335px;
    font-size: 20px;
    justify-content: space-around;
    margin-top: 48px;
}

/* Reset Password Page */
.reset-password {
    padding-top: 90px;
}

.mail-reset-top h1, .reset-password-top h1 {
    padding: 11px 33px;
    border-radius: 5px;
    font-size: 26px;
    color: #000;
    font-weight: bold;
}

.notification .reset_error {
    background-color: #f2dede;
    padding: 10px;
    display: none;
    color: #a94442;
    width: auto;
    text-align: center;
}

.notification .reset_success {
    background-color: #dff0d8;
    padding: 10px;
    color: #3c763d;
    display: none;
    width: auto;
    text-align: center;
}

.mail-reset .form .form-wrap, .reset-password .form .form-wrap {
    margin-top: 40px;
    margin-left: 45px;
    padding: 45px 100px;
    background-color: #e4ecfb;
}

.mail-reset .form .form-wrap .label-form, .reset-password .form .form-wrap .label-form {
    padding-top: 11px;
    font-size: 16px;
}

.mail-reset .form .form-wrap input, .reset-password .form .form-wrap input {
    padding: 20px 8px;
}

.btn-reset-wrap {
    text-align: center;
    margin: 32px 0 0 0;
}

.btn-reset-wrap .btn-reset {
    position: relative;
    background-color: var(--black);
    color: #fff;
    padding: 14px 125px;
    font-size: 18px;
}

.btn-reset {
    margin-bottom: 20px;
    border: 2px solid transparent;
}

.btn-reset:hover {
    background: #7a7a7a !important;
    border: 2px solid var(--black) !important;
}

.btn-back-login {
    font-size: 18px;
    font-weight: bold;
}

.btn-back-login:hover {
    color: #337ab7 !important;
}

/* Signup Page */
.breadcrumb-wrap {
    padding-top: 90px;
}

.breadcrumb-wrap .breadcrumb-list {
    padding: 3px 0;
    margin-bottom: 0;
    background-color: inherit;
}

.breadcrumb-wrap .breadcrumb-list .breadcrumb-li {
    align-items: center;
}

.breadcrumb-wrap .breadcrumb-list .breadcrumb-li .breadcrumb-a {
    font-size: 13px;
    color: var(--green) !important;
}

.breadcrumb-wrap .breadcrumb-list .breadcrumb-li:before {
    display: inline-block;
    font-size: 13px;
    padding: 0 7px 0 5px;
    color: var(--green);
    content: ">";
}

.breadcrumb-wrap .breadcrumb-list .breadcrumb-li:first-child:before {
    content: "";
}

.register-form {
    padding: 30px 0 50px;
}

.register-form .form .form-el {
    margin-bottom: 0;
}

.form-el.form-error {
    margin-bottom: 10px;
    border: 1px solid red;
}

.btn-register:hover {
    background: #d7d7d7 !important;
}

.register-form .form .btn-register {
    padding: 18px 30px;
    min-width: 240px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-form .form .btn-register:not([disabled]) .invalid {
    display: none;
}

.register-form .form .btn-register[disabled] {
    border: 0;
    box-shadow: none;
    color: #fff;
    background-color: var(--disable);
}

.register-form .form .btn-register[disabled] .valid {
    display: none;
}

.child-block {
    border-top: 1px solid var(--green);
    padding-top: 30px;
    margin-bottom: 30px;
}

.child-block .child-item {
    position: relative;
    border-bottom: 1px solid var(--green);
    margin-bottom: 30px;
}

.child-item:first-child .remove-child {
    display: none;
}

.child-item .remove-child a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    color: #FF0F0F !important;
}

.child-block .child-item:last-child {
    border-bottom: none;
}

.child-block .btn-add {
    float: right;
}

.child-block a.btn-add:active {
    color: #3c763d !important;
}

/* My Page */
.section-profile .profile-inner-image {
    max-width: 170px;
    margin: 40px auto 20px;
}

.section-profile .profile-inner-image img {
    width: 100%;
    border: 2px solid var(--green);
    border-radius: 17px;
}

.section-profile .profile-inner-info {
    margin-bottom: 60px;
}

.section-profile .profile-inner-button .btn-margin-profile {
    max-width: 200px;
    margin: 0 auto 20px;
}

.section-profile .profile-inner-logout {
    margin-top: 50px;
    margin-bottom: 30px;
}

.section-profile .profile-inner-logout .btn-outfit-green-light {
    max-width: 200px;
    width: 100%;
    background: #fff;
    display: block;
    height: 40px;
    margin: 0 auto;
    position: relative;
    box-shadow: 5px 5px 5px 0 var(--shadow);
}

.section-profile .profile-inner-logout .btn-outfit-green-light .btn-green-light-img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
}

/* User Info */
.section-profile.section-profile-info .profile-inner-info {
    max-width: 450px;
    margin: 30px auto 60px;
    text-align: center;
}

.section-profile.section-profile-info .profile-inner-info .profile-inner-info-title {
    display: flex;
    text-align: left;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--green);
    padding-bottom: 12px;
}

.section-profile.section-profile-info .profile-inner-info .profile-inner-info-title span:first-child {
    width: 200px;
    color: var(--green);
}

.section-profile.section-profile-info .profile-inner-info .profile-inner-info-title span:last-child {
    color: var(--black);
}

/* Edit User */
#step-1, #step-2, #step-3 {
    font-size: 14px;
}

.section-profile.section-profile-edit-info #step-3 label.col-form-label {
    color: var(--green);
    text-align: left;
    font-size: 20px;
    min-width: 210px;
    font-weight: normal;
}

.section-profile.section-profile-edit-info #step-3 .form-group-avatar {
    align-items: center;
}

.section-profile.section-profile-edit-info #step-3 .avatar-profile {
    position: relative;
}

.section-profile.section-profile-edit-info #step-3 .avatar-profile img {
    width: 100%;
}

.section-profile.section-profile-edit-info #step-3 .avatar-profile .button-delete-avatar {
    position: absolute;
    right: 0%;
    top: -2%;
}

.section-profile.section-profile-edit-info #step-3 .form-group-avatar .form-col-avatar {
    margin-left: 10px;
}

.section-profile.section-profile-edit-info #step-3 .form-group-avatar .form-col-avatar .avatar-profile-upload {
    position: relative;
}

.section-profile.section-profile-edit-info #step-3 .form-group-avatar .form-col-avatar .avatar-profile-upload .btn-outfit-green-light {
    padding-left: 55px;
}

.section-profile.section-profile-edit-info #step-3 .form-group-avatar .form-col-avatar .avatar-profile-upload .avatar-profile-upload-image {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 24px;
}

.section-profile.section-profile-edit-info #step-3 .avatar-profile-upload-file {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.section-profile .form-el {
    margin-bottom: 0;
}

.section-profile.section-profile-edit-info .toolbar-button .btn-green-light {
    max-width: 200px;
    width: 200px;
    margin: 50px auto;
}

.calendar .calendar-wrap .form-calendar {
    padding: 0 35px;
}

.calendar .calendar-wrap .form-calendar .calendar-register {
    display: flex;
    flex-direction: column-reverse;
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-left {
    width: 100%;
}

.calendar-time {
    background-color: #fffbf8 !important;
    border: 2px solid var(--green);
    border-radius: 6px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.time-top-title {
    justify-content: space-evenly;
    background-color: var(--green);
    padding: 15px;
}

.time-top-title h1 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.calendar-time .time-top {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #fffbf8;
    color: #000;
    justify-content: center;
}

.calendar-time .time-top .time-prev-month, .calendar-time .time-top .time-next-month {
    color: var(--green);
    text-decoration: none;
    font-size: 28px;
    cursor: pointer;
}

.calendar-time .time-top .time-select {
    color: #000;
    font-size: 15px;
    margin: 0px 10px;
}

.time-main-bottom {
    padding: 0 10px;
    display: flex;
    justify-content: center;
}

.time-main-bottom .input-wrap {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 5px 0;
    position: relative;
}

.select-time {
    position: relative;
    border: none;
    display: flex;
    width: 32%;
    color: #b3b3b3;
    margin: auto 0px;
    align-items: center;
    justify-content: center;
}

.select-time>select {
    width: 90px;
}

.time-main {
    padding: 15px 15px 0;
    background-color: #fff;
}

.time-main-bottom .divider {
    margin-top: 38px;
}

.calendar-time .time-item:first-child .time-main {
    background: transparent !important;
    padding-top: 10px;
}

.time-main .time-main-top {
    padding: 10px;
    background-color: var(--green);
    font-size: 18px;
    color: #ffffff;
}

.time-ruler-wrapper {
    margin-top: 5px;
    overflow: auto;
    background-color: #ffffff;
}

.time-ruler-wrapper .time-ruler {
    display: table;
    background-color: #ffffff;
    background: url(/assets/img/table_bg.png);
    background-repeat: repeat-x;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.time-ruler-wrapper .time-ruler__label {
    position: relative;
    color: #212529;
    font-size: 12px;
    width: 61.63px;
    height: 40px;
    display: inline-block;
    margin: 0;
}

.time-ruler-wrapper .time-ruler__label span {
    padding-left: 5px;
}

.time-ruler-wrapper .time-ruler__label .booking_number {
    position: absolute;
    bottom: 0;
    left: 2px;
    font-size: 10px;
}

.time-ruler-wrapper .time-ruler__label:not(.active) {
    background-color: rgba(243, 0, 0, 0.162);
}
.time-ruler-wrapper .booking-waiting:not(.active) {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.unselect-null {
    cursor: not-allowed;
}

.select-date-calendar,
.unselect-date-calendar {
    cursor: pointer;
}

.select-date-calendar-active {
    background-color: #fff4da !important;
}

.select-date-calendar:after {
    content: url(/assets/img/calendar_o.svg);
    position: absolute;
    width: 11px;
    height: 11px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
}

.unselect-date-calendar:after {
    content: url(/assets/img/calendar_x.svg);
    color: #999;
    position: absolute;
    width: 11px;
    height: 11px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right {
    width: 100%;
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right .calendar-top {
    display: flex;
    justify-content: space-evenly;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: var(--green);
    box-shadow: 5px 5px 5px 0 var(--shadow);
    align-items: center;
    padding: 15px;
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right .calendar-top .prev-month,
.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right .calendar-top .next-month {
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right .calendar-top .date-select {
    color: #fff;
    font-size: 16px;
    margin: 0px 85px;
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right .table-calendar {
    border-collapse: separate;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 2px solid var(--green);
    box-shadow: 5px 5px 5px 0 var(--shadow);
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right .th-day {
    height: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: #000;
    background: #dedede;
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right .th-day th {
    border-color: var(--green);
}

.form-calendar .calendar-register-right .th-day th {
    text-align: center;
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right .th-day .th-saturday {
    color: #24cbff;
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right .th-day .th-sunday {
    color: #ff92c6;
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right .table-calendar tr td:last-child, .calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right .table-calendar tr th:last-child {
    border-right-width: 0;
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right .td-calendar {
    width: 55px;
    height: 50px;
    text-align: center;
    vertical-align: middle !important;
    position: relative;
    padding-top: 2px !important;
    border-color: #cccccc;
    font-size: 12px;
    background-clip: padding-box;
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-right .td-calendar {
    border-color: var(--green);
    background: #fff;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-login-wrap .btn-login {
    position: relative;
    background-color: #000;
    color: #fff;
    padding: 14px 125px;
    font-size: 18px;
    margin-bottom: 20px;
}

.btn-back {
    background-color: #787470 !important;
    border-radius: 15px;
    padding: 14px 60px;
    border: 2px solid transparent;
}

.btn-back:hover {
    background-color: #c9c9c9 !important;
    color: #787470;
    border: 2px solid #787470;
}

.btn-login-facility {
    margin: 0;
}

#btn-price-checkbox {
    padding: 9px 85px;
    color: #fff;
    background-color: var(--green);
    border: 2px solid transparent;
}

.btn-price-checkbox {
    border: 2px solid transparent;
}

.btn-price-checkbox:hover {
    background-color: #fff !important;
    color: var(--green) !important;
    border: 2px solid var(--green) !important;
    font-weight: 600;
}

.btn-price-checkbox[disabled]:hover{
    background: #DFDFDF!important;
    opacity: 1!important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 400;
}
#btn-price-checkbox.no-active {
    background: #DFDFDF;
    opacity: 1;
    border: 0;
}

.btn-waiting {
    padding: 9px 85px;
    color: #fff;
    background-color: #1e3dd5 !important;
}

.btn-waiting:hover {
    background-color: #02125c !important;
    color: #fff !important;
    border: 2px solid #02125c !important;
}

.btn-waiting[disabled]:hover {
    background-color: #b3b6c7 !important;
}

#btn-waiting.no-active {
    background: #b3b6c7;
    opacity: 1;
    border: 0;
}

.time-ruler-wrapper .time-ruler__label .minute {
    opacity: 0;
}

.calendar .calendar-wrap .form-calendar .calendar-register .calendar-register-left #time-content .time-item:last-child {
    padding-bottom: 15px;
}

/* Booking Confirm */
.booking-confirm {
    padding: 100px 40px;
    /* text-align: center; */
}

.time-picker {
    position: relative;
}

.time-unit {
    position: absolute;
    bottom: 0;
    right: -5px;
    font-weight: normal;
}

.time-space {
    display: inline-block;
    padding-top: 20px;
}

.reason-picker .custom-checkbox {
    padding-right: 20px;
    padding-bottom: 15px;
}

.last-checkbox {
    position: relative;
    top: 20px;
}

/* Booking List */
.booking-list {
    padding: 100px 0;
}

#employee-list .employee-header {
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 20px;
}

#employee-list .employee-search .employee-search-form {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

#employee-list .employee-search .employee-search-form .employee-search-group {
    display: flex;
    flex-wrap: wrap;
}

#employee-list .employee-search .employee-search-form .employee-search-group .employee-search-item .w-180 {
    width: 180px;
}

#employee-list .employee-search .employee-search-form .employee-search-group .employee-search-item .w-180 {
    width: 180px;
}

#employee-list .employee-search .employee-search-form .employee-search-group .employee-search-item:not(:last-child) {
    margin-right: 20px;
}

#employee-list .employee-search .employee-search-form .employee-search-group .employee-search-item .employee-search-label {
    font-size: 14px;
    font-weight: 500;
    margin: auto;
}

#employee-list .employee-search .employee-search-form .employee-search-group .employee-search-item .w-250 {
    width: 250px;
}

#employee-list .employee-list-content .employee-table .table-striped thead tr th.th-width-box {
    width: 220px;
}

#employee-list .employee-list-content .employee-table .table-striped thead tr th.th-increase-width {
    width: 90px;
}

.employee-modal-content {
    max-width: 380px;
    margin: 0 auto;
}

.time-top-title {
    justify-content: space-evenly;
    background-color: var(--green);
    padding: 15px;
}

.calendar-time .time-item:last-child .time-main {
    padding-bottom: 15px;
}

#employee-list .employee-list-content .employee-table .table {
    min-width: max-content !important;
}

#employee-list .employee-list-content .employee-table {
    margin-bottom: 20px;
    overflow-x: auto;
}

.time-top-title h1 {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.antd-pro-pages-misc-invoice-index-container {
    box-sizing: border-box;
    padding: 50px;
    color: rgba(0, 0, 0, 0.65);
    font-family: -apple-system, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-bottom: 20px;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-header .antd-pro-pages-misc-invoice-index-right {
    text-align: right;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-header .antd-pro-pages-misc-invoice-index-place {
    font-size: 14px;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-headerTitle {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 0.5em;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-headerSubTitle {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.85);
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-name {
    font-weight: 700;
    margin-bottom: 24px;
}

.antd-pro-pages-misc-invoice-index-container .ant-spin-nested-loading {
    position: relative;
}

.antd-pro-pages-misc-invoice-index-container .ant-spin-container {
    position: relative;
    transition: opacity .3s;
}

.antd-pro-pages-misc-invoice-index-container .ant-table {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    clear: both;
}

.antd-pro-pages-misc-invoice-index-container .ant-table table {
    width: 100%;
    text-align: left;
    border-radius: 4px 4px 0 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

.antd-pro-pages-misc-invoice-index-container .ant-table-bordered .ant-table-body table {
    border: 1px solid #e8e8e8;
    border-right: 0;
    border-bottom: 0;
}

.antd-pro-pages-misc-invoice-index-container .ant-table-bordered .ant-table-body table .ant-table-thead tr th {
    border-right: 1px solid #e8e8e8;
    word-break: break-word;
    padding: 4px !important;
    padding: 0 16px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    text-align: left;
    background: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    transition: background .3s ease;
}

.antd-pro-pages-misc-invoice-index-container .ant-table-bordered .ant-table-body table .ant-table-tbody tr td {
    border-right: 1px solid #e8e8e8;
    word-break: break-word;
    padding: 4px !important;
    padding: 4px 16px;
    font-size: 14px;
    line-height: 32px;
    border-bottom: 1px solid #e8e8e8;
    transition: all .3s, border 0s;
    font-weight: 400;
}

.antd-pro-pages-misc-invoice-index-container .ant-table-row {
    height: 49px;
    font-weight: normal;
}

.antd-pro-pages-misc-invoice-index-container .ant-table-bordered .ant-table-body table .ant-table-thead tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-tableHeader {
    height: 48px;
    box-sizing: border-box;
    padding: 8px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.2;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-tableHeader .antd-pro-pages-misc-invoice-index-title {
    font-size: 14px;
    font-weight: 700;
}

.antd-pro-pages-misc-invoice-index-container .ant-table-bordered .ant-table-body table .ant-table-tbody {
    text-align: center;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-totalTable {
    width: 100%;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-totalLabel:first-child, .antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-totalValue:first-child {
    border-left: 1px solid #e8e8e8;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-totalLabel, .antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-totalValue {
    padding: 0 16px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    text-align: center;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-totalLabel {
    text-align: center;
    background: #fafafa;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-tableHeader {
    height: 48px;
    box-sizing: border-box;
    padding: 8px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.2;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-totalLabel, .antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-totalValue {
    padding: 0 16px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    text-align: center;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-totalValue {
    text-align: right;
    background: #fff;
}

.antd-pro-pages-misc-invoice-index-container .antd-pro-pages-misc-invoice-index-foot {
    font-size: 12px;
    text-align: right;
    margin-top: 20px;
    font-weight: 400;
}

.flash {
    position: fixed;
    right: 1rem;
    z-index: 20;
    display: none;
    width: auto;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.25rem;
    padding: 0.75rem;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    top: 65px;
    opacity: 0;
    visibility: hidden;
    transform: opacity 0.2s ease-in-all, visibility 0.2s ease-in-out;
    height: 60px;
}

.flash--show {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.flash--success {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.flash--error {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.js-close-flash {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
}

.js-close-flash:hover {
    color: #fff;
}
.time-main-wrap {
    border-bottom: 2px solid var(--green);
    margin-bottom: 20px;
}
.time-main-wrap:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
#form-confirm-booking {
    width: 100%;
}
.form-ttl {
    display: inline-block;
    font-weight: bold;
    color: var(--green);
    border-bottom: 1px solid var(--green);
}
.input-label span {
    font-size: 16px;
}
.form__input-right{
    float: left;
    width: 49.5%;
    padding: 0.5rem 0.75rem;
    margin-right: 3px;
}
.form__input-left{
    float: left;
    width: 49%;
    padding: 0.5rem 0.75rem;
    margin-right: 5px;
}

.form__datepicker .datepicker {
    background-color: #000;
    width: 550px;
    margin: 0 auto;
}
.form__datepicker .datepicker .table-condensed {
    width: 500px;
    min-height: 236px;
}
tr.row-disabled {
    background-color: #4b556369;
}
.sidebar__link {
    color: var(--white) !important;
}
.input-wrap label.error {
    color: red !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}
.table-striped-booking-history {
    min-width: max-content !important;
}
span.invalid-feedback{
    color: red !important;
}
.notify-title {
    margin-bottom: 24px;
}
.notify-title {
    margin-bottom: 24px;
}
.notify-content p {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 24px;
}
.btn-back {
    background-color: #787470 !important;
    border-radius: 15px;
    padding: 14px 20px !important;
    border: 2px solid transparent;
    border-color: #787470 !important;
    color: white;
}
.btn-back:hover {
    background-color: #c9c9c9 !important;
    color: #787470;
    border: 2px solid #787470;
}
.btn-center{
    text-align: center;
}
.button--gray:hover {
    color: white !important;
    text-decoration: none !important;
}
.history_label{
    margin-bottom: 0px !important;
}
.pagination {
    display: block !important;
    margin-top: 20px;
}
.pagination__item--active .page-link {
    background-color: rgb(251, 191, 36) !important;
}
.table-scroll {
    overflow: auto;
    max-height: 700px;
}
.table thead tr {
    position: sticky;
    top: -1px;
    left: 0;
    z-index: 1;
}