/******************************************
[alert]
******************************************/
.alert-pop {
    position: fixed;
    width: 340px;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    z-index: 3;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.alert-pop.is-active {
    opacity: 1;
    visibility: visible;
}

.alert-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.alert-bg.is-active {
    opacity: 0.5;
    visibility: visible;
    z-index: 2;
}

.alert-text {
    font-weight: bold;
    color: #fff;
}

.alert-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    font-weight: bold;
    color: #fff;
}

.alert-success.alert-pop {
    background: #1982D4;
}

.alert-success .alert-text {
    text-align: center;
}

.alert-success .alert-btn {
    background: #0F5992;
}

.alert-success .alertBody {
    padding: 35px 0;
}

.alert-error.alert-pop {
    background: #DC512C;
}

.alert-error .alert-text {
    margin: 0 10px;
}

.alert-error .alert-btn {
    background: #B33716;
}

.alert-error .alertBody {
    padding: 20px 0 30px;
}

.previous a, .next a {
    color: white !important;
}

/* progress bar */
#myBar {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 2px;
}

#myProgress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.disabled {
    pointer-events: none;
}

.timeline-th {
    z-index: 1 !important;
}

.ui-state-disabled span {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    color: #626769;
}
#style_scroll_error {
    overflow-y: auto;
    max-height: 400px;
}
#style_scroll_error::-webkit-scrollbar {
	width: 3px;
	background-color: #F5F5F5;
}
#style_scroll_error::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgb(177, 177, 177);
}

#style_scroll_error::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.event-none {
    pointer-events: none !important;
}
td.fc-day {
    text-align: center;
    vertical-align: middle;
}
.schedule .openingHours-text,.schedule .holiday-text{
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    padding: 0px
}
.timeline thead th {
    background-clip: padding-box;
}
td.custom_no {
    word-break: normal;
}

table.equal_width_col {
    min-width: 1400px;
    table-layout: fixed;
}

.displayNone {
    display: none;
}

.error-text, .success-text {
    margin: 5px;
    color: #fff;
}

.style-mess-err {
    font-weight: bold;
}

.style-mess-succ {
    text-align: center;
    font-weight: bold;
}

div.message-box {
    color: red;
    text-align: center;
    margin: 5px 0;
}

.formError {
    border: 1px solid red !important;
}

/*calendar*/
.disabled {
    pointer-events: none;
}

/*errorPage*/
.errorBody {
    width: 100%;
    min-height: 70vh;
}

.errorBody #mainInnerBox {
    margin: 20px;
    text-align: center;
}

.errorBody #mainInnerBox button {
    margin: 100px 0;
}

.displayNone {
    display: none !important;
}

.background-disable {
    opacity: 0.5;
}

/* center-vertical */
.center-vertical {
    justify-content: flex-end;
}

.alert-mess-error {
    position: absolute;
    left: 0;
    top: 50%;
    margin: auto;
    border-radius: 5px;
    padding: 15px 15px;
    background-color: #ff7a7a;
    border: 1px solid #f01;
    overflow-wrap: break-word;
    transform: 50%;
    left: 50%;
    font-weight: 600;
    font-size: 14px;
    color: #Fff;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.text-center {
    text-align: center;
}

/** member list **/
#form-list-member .tableBody {
    margin-bottom: 10px;
}
/** end **/

.js-formAddTarget{
    margin: 0 0 20px;
}

.coupon-new .select2-results__option[aria-selected=true] {
    display: none !important;
}
.scroll-custom {
    overflow-x: auto !important;
}

.disabled {
    pointer-events: none;
    cursor: default;
    background-color: transparent;
}

.btn-export-csv {
    width: 80px;
    margin: auto;
}

.open-flag {
    color: #0b0b0b;
    font-size: 14px;
}

.btn-blue-custom {
    background: #00a7ff;
    border: 1px solid #00a7ff;
}

.icon-news.gray:before {
    width: 16px;
    height: 17px;
    background-image: url(../img/icon/icon-news-gray.svg);
}

.btn-total-order {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    color: #fff;
    background-color: #626768;
    min-width: 40px;
    height: 22px;
    align-content: space-around;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.chart-total #totalItem {
    font-size: 29px !important;
    margin-left: 10px;
    vertical-align: middle;
}

.chart-total {
    float: right;
}

@media (max-width: 1160px) and (min-width: 982px) {
    .page-custom .formLabel {
        width: 180px !important;
    }
    .width-custom {
        width: 140px !important;
    }
}
.scroll-custom {
    overflow-x: auto;
}
.padding-li {
    padding-right: 2.5rem;
}

.div-align {
    align-items: baseline;
}

.div-margin {
    margin-right: 10px;
}

.btn-copy-link {
    float: right;
}
.btn-copy-link:hover {
    opacity: 0.6;
}

@media (max-width: 1160px) and (min-width: 1080px) {
    .width-purchase {
        width: 160px !important;
    }
}

@media (max-width: 1080px) and (min-width: 982px) {
    .width-purchase {
        width: 118px !important;
    }
}
.reset-process {
    text-decoration: underline;
    color: black;
}

textarea:disabled {
    resize: none !important;
    pointer-events: none;
}
.panelFooterCsv {
    justify-content: space-between;
}
.maxOrder {
    text-align: center;
    min-width: 50px;
    max-width: 100px;
}
td.td-max-order {
    text-align: center;
}
.table-custom th {
    text-align: center;
}
.td-custom {
    text-align: center;
}

.mt-3-custom {
    margin-top: 20px !important;
}
.formLabel-help-custom {
    font-size: 12px !important;
    margin-left: -50px !important;
}
.formLabel-text-custom {
    justify-content: space-between;
}
.th-w-small{
    min-width: 80px !important;
}
.th-w-middle{
    min-width: 105px !important;
}
.required-right {
    margin-left: 20px;
}
@media screen and (min-width: 992px) {
    .shop-name-custom {
        padding-top: 9px;
    }
}
.sec-custom {
    border-bottom: none;
}
.m-service-custom {
    margin-right: 5px;
}
.formSetting .formSelectCustom {
    width: 100px !important;
}

.panel-header-custom {
    height: 112px;
    display: flex;
    justify-content: center;
}

.panel-footer-custom {
    padding: 15px !important;
}

.field-word-break {
    word-break: break-all;
}

#pointer {
    width: 110px;
    height: 60px;
    position: relative;
    background: #2c2f31;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#pointer:before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #2c2f31;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

.list-timeline-hold {
    width: 220px;
}

.numberOrder {
    text-align: center;
    min-width: 50px;
    max-width: 70px;
}

/******************************************
[progress]
******************************************/
.progress-custom {
    display: flex;
    margin: 0 0 20px;
}
.progress-custom:last-child {
    margin-bottom: 0;
}
.progress-item-custom {
    width: 35%;
    color: #BEC4C7;
}
.progress-item-custom .formInput {
    pointer-events: none;
}
.progress-item-custom.is-active {
    color: #2c2f31;
}
.progress-item-custom.is-active .formInput {
    pointer-events: auto;
}
.progress-item-custom.is-active .progress-step-custom {
    background: #2c2f31;
    border-color: #2c2f31;
    color: #fff;
}
.progress-item-custom.is-active .progress-text-custom {
    font-weight: bold;
    color: #3F4446;
}
.progress-content-custom {
    display: flex;
}
.progress-content-custom:last-child {
    margin-bottom: 0;
}
.progress-step-custom {
    display: block;
    text-align: center;
    margin-top: 10px;
    min-width: 50px;
    height: 50px;
    padding: 0 2px;
    border-radius: 100px;
    border: 2px solid #BEC4C7;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1;
    background-color: #BEC4C7;
    color: #fff;
}
.progress-step-custom .step {
    font-size: 8px;
    margin-top: 10px;
}
.progress-step-custom .number-step {
    font-size: 16px;
    margin-top: 4px;
}
.progress-text-custom {
    margin: 34px 10px 10px;
    line-height: 1;
    color: #BEC4C7;
}
.progress-custom .btn.is-hide {
    display: none;
}
.line-bottom-active {
    height: 2px;
    width: 95%;
    margin-left: 5%;
    background-color: #BEC4C7;
}
.line-bottom {
    height: 2px;
    background-color: #BEC4C7;
}


.stamp-text-custom {
    margin-top: 18px;
}
.panelFooterCsv {
    justify-content: space-between;
}

@media only screen and (max-width: 550px) {
    .btnUnit-custom-1 .btn-black {
        width: 120px;
    }

    .btnUnit-custom-2 .btn-main, .btn-bd {
        min-width: 80px;
        width: 80px;
    }
}
@media only screen and (max-width: 460px) {

    .btnUnit-custom-1 {
        align-items: baseline;
        min-width: 180px;
    }

}
@media only screen and (max-width: 410px) {

    .btnUnit-custom-1 {
        align-items: baseline;
        min-width: 120px;
        margin-right: 30px;
    }
    .btnUnit-custom-2 .btn-main, .btn-bd {
        min-width: 120px;
    }

}
.stamp-csv-count {
    white-space: nowrap;
}
.formField-custom {
    display: flex;
    align-items: center;
}
.select-text-custom {
    margin-left: 5px;
    min-width: 15px;
}
.formRadio-label-custom {
    width: 60px;
}
.js-actionPushCsvModal {
    max-width: 1000px !important;
    width: 90%;
}

.complete_order {
    margin: auto;
    height:50vh;
    position: relative;
}
.link_order_list {
    display: block;
    position: absolute;
    top: 85%;
    width: 100%;
}
.complete_order .content_done {
    display: flex;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.content_done .green_tick img{
    height: 40px;
    width: 40px;
}
.content_done h2 {
    margin-top: 6px;
    margin-left: 15px;
}
.js-actionNewsCsvModal, .js-actionCouponCsvModal, .js-actionNoticeModal , .js-actionCouponPushModal{
    max-width: 1000px !important;
    width: 90%;
}
.red-border {
    border: 1px solid red;
}
.formFile-custom:not(:last-child) {
    margin-right: 10px;
}
.container-flex {
    display: flex;
}
.btn-search-delivery {
    padding: 0px 70px;
}
.panelFooterDeliveryResult {
    justify-content: start;
}
.formSelectDeliveryResult {
    width: 65%;
}
.comment-textarea-oil {
    margin-top: 15px;
    border-bottom: 1px solid #BEC4C7;
    height: 136px;
}
.comment-div-oil {
    margin-top: 15px;
    border-bottom: 1px solid #BEC4C7;
    height: 57px;
}
.height-td-custom {
    height: 61px;
}
.ul-list-custom {
    width: 200px;
}
.li-list-custom {
    margin-right: 45px;
}
.formField-list-item-custom {
    margin-right: 50px;
}
.formField-coupon-template {
    margin-left: 30px;
    width: 90%;
}
.schedule-type-text {
    width: 105px;
}

.section_search_member {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #DEE1E5;
}
.header-modal-template {
    text-align: center;
}
.panel-header-modal-template {
    height: 140px;
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 992px) {
    .formField-list-custom {
        margin-top: -2px;
    }
    .formToggle-custom {
        margin-top: 5px;
    }
}
.form-radio-mg-15 {
    margin-bottom: 15px;
}
.select-text-custom-stamp {
    margin-left: 5px;
}
.square-error {
    background: red;
    width: 6px;
    height: 6px;
    margin-right: 5px;
}
.error-custom {
    justify-content: left !important;
}
.ErrorContainer {
    padding-bottom: 20px;
}
.formToggle-unit-custom {
    margin-top: 5px;
}
.select-text-custom-expire, .select-text-custom-hour {
    margin-left: 5px;
    min-width: 56px;
}
.formField-text-custom {
    white-space: pre;
}
.table-cellFit-custom {
    text-align: center
}
.icon-book.gray:before {
    width: 20px;
    height: 21px;
}
.bs-popover-bottom .tooltip_pop {
    margin-top: 20px;
}
.bs-popover-bottom .tooltip_pop::after {
    top: -15%;
    transform: rotate(180deg)
}
.globalHeader-shop .formSelect {
    max-width: 400px !important;
}
.bike_name {
    margin: 8px 5px;
}
.search-container button:before {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Free";
    font-size: 1.1rem;
    font-weight: 900;
    color: white;
    line-height: 1;
    background: black;
    border-radius: 100%;
    padding: 3px 6px;
    content: "\f067";
}

.search-container button.is-open:before {
    content: "\f068";
}

.spread-search {
    display: none;
    margin-top: 20px;
    border: 2px black solid;
    border-bottom: none;
}

.spread-btn-search {
    font-size: 16px;
    background: white;
    border: 2px black solid;
    width: 100%;
    height: 45px;
    text-align: left;
    justify-content: left;
    padding-left: 55px;
    color: black;
}

.spread-btn-search.is-open {
    margin-top: -2px !important;
    border-top: none;
    border-radius: unset;
}
.icon-nav-car:before {
    width: 20px;
    height: 13px;
    background-image: url(../img/icon/icon-nav-car.svg);
}
.headerLabel {
    padding: 15px;
    border-left: 3px solid #DEE1E5;
    border-bottom: 1px solid #DEE1E5;
    margin-bottom: 20px;
}
.formFile-action-item-custom {
    width: 100%;
}
.lity img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100% !important;
}
.table_plate tr {
    height: 61px;
}
.table_maintenance {
    max-height: 306px;
    overflow-y: scroll;
}
.table_delivery {
    max-height: 505px;
    overflow-y: scroll;
}
.no-padding {
    padding: 0 !important;
    border: none !important;
}
.table_delivery::-webkit-scrollbar, .table_maintenance::-webkit-scrollbar {
    width: 0;
}
.lity-iframe-container img {
    width: 100%;
}
tr:last-child .coolMenu ul, tr:nth-last-child(2) .coolMenu ul {
    top: -30px;
}
.m20 {
    margin: 0 20%;
}
.font-13 {
    font-size: 13px !important;
}
.text-gray {
    color: gray !important;
}
.chart {
    width: 600px;
    height: 300px;
    margin: auto;
}
div.tableScroll {
    width: 100%;
    overflow: scroll;
}
.btn-grey {
    background-color: lightgrey;
    color: black;
    font-weight: normal;
}
.btn-border-red {
    background-color: #ffdddd;
    color: #ff0011;
    border: 1px solid #ff0011;
}
.icon-template.gray:before {
    width: 20px;
    height: 21px;
    background-image: url(../img/icon/icon-template-gray.svg);
}
.field-icon {
    float: right;
    margin-top: -25px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.formDate-oil {
    width: 84.4%;
}
.text-date-oil {
    margin-left: 7%;
    font-weight: bold;
}

.icon-oil.gray:before {
    width: 16px;
    height: 16px;
    background-image: url("../img/icon/icon-karosene-gray.svg");
}

.icon-subscribe.gray:before {
    width: 16px;
    height: 16px;
    background-image: url("../img/icon/icon-subscription-gray.svg");
}

.icon-barcode.gray:before {
    width: 16px;
    height: 16px;
    background-image: url("../img/icon/icon-barcode-gray.svg");
}

.panelFooterNotice {
    display: flex;
    justify-content: space-between;
}

.panelFooterCoupon {
    display: flex;
    justify-content: space-between;
}
.line-height-23 {
    line-height: 23px;
}
.bike_name_acc {
    margin-top: 20px;
}

.number-plate-acc {
    margin-top: 10px;
}
.formField-btn .btn-copy-url {
    padding: 10px;
    width: 150px;
    height: 29px;
}
.panelBack {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px 10px 0;
    margin-top: -40px;
}
.btn-back-search {
    height: 30px;
}
/** start responsive header  **/
@media (max-width: 360px) {
    .globalHeader {
        height: 120px;
    }

    .globalHeader-unit {
        display: block;
    }
    .globalHeader .head-contract p{
        font-size: 12px;
    }
    .head-contract-right-mail {
        display: block;
    }
    .globalHeader-unit {
        display: block;
        height: auto;
    }
    .globalHeader-action {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .globalHeader-logout {
        margin: 10px 0px;
    }

    .pageHeader-top {
        margin-top: 90px;
    }

    .globalHeader-logo {
        padding-top: 5px;
    }

    .globalWrap .globalNav {
        margin-top: 95px;
    }
}

@media (min-width: 361px) and (max-width: 768px){
    .globalHeader {
        height: 125px;
    }

    .globalHeader-unit {
        display: block;
        height: auto;
    }

    .globalHeader .head-contract{
        margin-top: 10px;
    }

    .globalHeader .head-contract p{
        font-size: 12px;
    }

    .globalHeader-action {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .globalHeader-logout {
        margin: 10px 0px;
    }

    .pageHeader-top {
        margin-top: 90px;
    }

    .globalHeader-logo {
        padding-top: 5px;
    }

    .globalWrap .globalNav {
        margin-top: 90px;
    }
}

@media (min-width: 471px) and (max-width: 768px) {
    .globalHeader .head-contract p{
        font-size: 13px;
    }
}
/** end responsive header  **/

/** start responsive reservation **/
@media (max-width: 520px){
    .panelBody .sec .progress-custom{
        display: block;
    }

    .panelBody .sec .progress-custom li{
        width: 100%;
    }
    .section_search_member .formField-list {
        display: block;
    }
}

.w-300 {
    width: 300px !important;
}

@media (max-width: 420px){
    .w-300 {
        width: 200px !important;
    }
    .globalHeader-action {
        justify-content: space-between !important;
    }
}

/** end responsive header  **/

/** start css custom menu master **/

.tableBody .service-first{
    height: 90px !important;
    padding-top: 25px !important;
}

.tableBody .service-first .d-fix{
    height: 100% !important;
}

.tableBody .service-first .text-menu-first{
    margin: 40px 8px 0px 0px !important;
}

.tableBody .service-first .text-menu-sc{
    margin-top: 14px !important;
}

.min-width-45 {
    min-width: 45px !important;
}
.form-border-line {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #DEE1E5;
}

.reportTableCustom .formTextareaMenu {
    width: 75%;
    float:left;
}

.reportTableCustom .header-menu {
    border-top: solid white;
}

.reportTableCustom .header-menu .service-first {
    height: 0 !important;
    padding-top: 0 !important;;
}

.reportTableCustom .header-menu td {
    padding: 0 !important;;
}

.reportTableCustom .header-menu .text-item {
    align-content: flex-end !important;
    height: 35px !important;
    padding-bottom: 5px;
}

.reportTableCustom .flag-comment .btnUnit {
    justify-content: space-evenly;
    margin-top:  50px !important;
}

.tableBody .header-menu .service-first .text-menu-first {
    margin: 0 !important;
}

/** end css custom menu master **/
.select2-results__option {
    white-space: nowrap !important;
}