/* This file is reserved for overriding and extending the template styles. */
html {
    width: 100%;
}

body {
    overflow-x: hidden !important;
    /* line-height: 1.5; */
}

ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.no-padding {
    padding: 0;
}

.modal .modal-body,
.modal .modal-footer,
.modal .modal-header {
    padding: 0.75rem 1.75rem !important;
}

.modal-backdrop.show {
    opacity: .5 !important;
}

/* Hide everything under body tag */

body.show-spinner>* {
    opacity: 0;
}


/* huynh them */

input#image {
    margin-bottom: 10px;
}

img.img-list {
    width: 50px;
    height: auto;
    object-fit: cover;
}

span.toggle-handle.btn.btn-default {
    background: #fff;
    border: 1px solid #eee;
}

.w-5 {
    width: 5%;
}

.w-6 {
    width: 6%;
}

.w-8 {
    width: 8%;
}

#displayOptions .form-search button:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #8f8f8f !important;
    cursor: pointer
}

button.btn-search {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    z-index: 100;
    width: 15%;
    border: none;
    background-color: #880a1f;
    border-color: #880a1f;
    color: #fff;
    cursor: pointer;
}

.timkiem.search-sm {
    position: relative;
}

a.link-back {
    color: #007bff !important;
    font-size: 30px;
}

.check-role .form-check {
    display: inline-flex;
    width: 15%;
}


/* end huynh them */


/* Spinner */

body.show-spinner::before {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0.3);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: fixed;
    z-index: 1;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.timkiem.search-sm {
    width: 290px !important;
}

.timkiem.search-sm input {
    width: 100% !important;
    border-radius: 0 !important;
    height: 41px !important;
}

.timkiem.search-sm:after {
    top: 12px !important;
}

.row.loc-div {
    margin-bottom: 25px;
}

.top-thuchi {
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
}

.jconfirm .jconfirm-box {
    background: #6F202C !important;
    color: #fff;
}


/* tr.tr-success {
        background: #28a745;
    }
    tr.tr-info {
        background: #10707f;
    }
    tr.tr-danger{
        background: #bd2130;
    } */

.timkiem.search-sm {
    width: 290px !important;
}

.timkiem.search-sm input {
    width: 100% !important;
    border-radius: 0 !important;
    height: 41px !important;
}

.timkiem.search-sm:after {
    top: 12px !important;
}

.row.loc-div {
    margin-bottom: 25px;
}

.top-thuchi {
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
}

.jconfirm .jconfirm-box {
    background: #6F202C !important;
    color: #fff;
}


/* .theme-colors.default-transition {
  display: none;
} */


/* tr.tr-success {
    background: #28a745;
}
tr.tr-info {
    background: #10707f;
}
tr.tr-danger{
    background: #bd2130;
} */

/* select2 */
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background: var(--primary) !important;
    color: #fff !important;
}

.select2-search__field {
    width: 100% !important;
}

/* dathen */
.card-padding {
    padding: 15px 15px;
}

.dathen-title {
    display: flex;
    float: left;
    padding: 0 .5rem;
}

.dathen-title h4 {
    margin: 5px 30px 0 0;
}

.dathen-title h5 {
    margin: 0;
}

.dathen-title i {
    margin-top: 10px;
    margin-right: 10px;
}

.dathen-option {
    display: flex;
    float: right;
}

.dathen-option .dathen-time {
    margin-right: 10px;
}

.dathen-option .dathen-tab {
    margin-right: 20px;
}

.dathen-option .dathen-addcalendar {
    padding: .65rem .75rem .5rem;
}

.dathen-option .dathen-addcalendar span {
    font-size: 14px;
}

.dathen-option .dathen-addcalendar span.addcalendar {
    margin-right: -5px;
}

.dathen-option .button-add-new {
    padding: 10px;
}

.dathen-option .button-add-new .btn-add-link {
    color: #fff;
    padding: 8px 12px;
    background: #28a745;
    transition: 0.3s;
}

.dathen-option .button-add-new .btn-add-debt {
    color: #fff;
    padding: 8px 12px;
    background: #880a1f;
    transition: 0.3s;
}

.dathen-option .button-add-new .btn-add-link:hover,
.dathen-option .button-add-new .btn-add-debt:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.dathen-option .button-add-new span {
    font-size: 1em;
}

.dathen-option .button-add-new span.addcalendar {
    margin-right: -5px;
}

.dathen-tab .nav-item {
    margin-right: 10px;
}

.dathen-tab .nav-item>a>i {
    margin-right: 10px;
}

.frm-time .loading {
    display: none
}

#ul-pills-time {
    margin-bottom: 10px;
    text-align: center;
    display: block;
    width: 20%;
}

.list-box-time .box-time {
    padding: .25rem .75rem .25rem;
    display: inline-block;
    width: 13%;
    cursor: pointer;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-weight: 700;
    text-align: center;
    margin: 0 4px 4px 0;
}

.list-box-time .box-time.unavailable {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc;
    cursor: default;
}

.list-box-time .box-time.disabled {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc;
    cursor: default;
}

.list-box-time .box-time.active {
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
}

.list-box-time .box-time.ordered {
    background: #e2863b;
    color: #fff;
    border: 1px solid #e2863b;
}

.list-box-time .box-time .seat {
    font-size: 12px;
}

.list-box-time .box-time.active .seat {
    color: #fff;
    font-size: 12px;
}

.select2-container--default .select2-selection--multiple {
    min-height: calc(2.4rem + 3px);
}

/* .nav-link { 
    padding: .75rem .75rem .5rem;
} */
.icon-box {
    margin-bottom: 20px
}

.col-tab {
    padding: 0
}

#calendar-book {
    overflow: auto;
    display: block;
}

.table-order {
    margin-bottom: 0;
    background-color: transparent;
    max-width: none;
    height: 100%;
}

.table-order thead th {
    height: 36px !important;
    text-align: center;
    line-height: 36px;
    font-weight: 700;
    background: #f0fcff;
    vertical-align: text-top;
    min-width: 200px;
}

.table-order tbody td {
    min-height: 150px;
    background: #fff;
    /* border: solid 2px #dbe4eb;
    line-height: 20px;
    overflow: visible;
    padding: 0; */
}

.table-order tbody td.td-time {
    text-align: center;
    vertical-align: middle;
    background: #f0fcff;
    color: #1E88E5;
    font-size: 14px;
    font-weight: 700;
}

.table-order .order-task.hide {
    display: none;
}

.table-order .order-task.show {
    animation: fadein 1s;
}

.table-order .order-task.bg-orange {
    background-color: #fff1da;
    color: rgba(255, 152, 1, 1);
    border: 1px solid #fff;
}

.table-order .order-task.bg-blue {
    background-color: #d9f2fe;
    color: rgba(3, 169, 244, 1);
    border: 1px solid #fff;
}

.table-order .order-task.bg-green {
    background-color: #dff3f1;
    color: rgba(38, 166, 154, 1);
    border: 1px solid #fff;
}

.table-order .order-task.bg-red {
    background-color: #f7e0e0;
    color: rgba(198, 40, 40, 1);
    border: 1px solid #fff;
}

.table-order .order-task {
    margin: 0 2px 2px 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    word-break: break-all;
    border-right: solid 1px #dbe4eb;
    border-radius: 3px;
    text-indent: 10px;
    z-index: 3;
    position: relative;
    line-height: 18px;
    width: 100%;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.table-order .order-task.bg-orange::before {
    background-color: rgba(255, 152, 1, 1);
}

.table-order .order-task.bg-green::before {
    background-color: rgba(38, 166, 154, 1);
}

.table-order .order-task.bg-blue::before {
    background-color: rgba(3, 169, 244, 1);
}

.table-order .order-task.bg-red::before {
    background-color: rgba(198, 40, 40, 1);
}

.table-order .order-task::before {
    content: "";
    bottom: 0;
    width: 4px;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
}

.table-order .order-task .task-order-name {
    font-weight: 700;
    /* max-width: 75%; */
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
}

.table-order .order-task .task-order-guest {
    max-width: 25%;
    float: right;
    color: #EF5350;
    text-align: right;
    padding-right: 5px;
    text-indent: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    font-size: 12px;
}

.table-order .order-task .task-order-new {
    max-width: 25%;
    float: right;
    color: #EF5350;
    text-align: right;
    padding-right: 2px;
    text-indent: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    font-size: 12px;
}

.table-order .order-task .task-order-time {
    clear: both;
    display: block;
    color: #12a700;
    float: left;
    width: 40px;
    line-height: 10px;
    text-transform: none;
    font-size: 10px;

}

.table-order .see-more-btn button {
    width: 100%;
    border: none;
    padding: 4px 0;
    cursor: pointer;
    background: #f1fcff;
    font-size: 12px;
    font-weight: 600;
}

.table-order .see-more-btn .icon-see-more {
    font-size: 9px;
    margin-left: 4px;
    vertical-align: middle;
    font-weight: 700;
}

.order-today {
    height: 54vh;
    overflow: auto;
    position: relative;
}

.search-passenger {
    padding-bottom: 10px;
    border-bottom: 3px solid #8F2C85;
}

.search-passenger .search-sm:after {
    top: 5px;
    right: 15px;
}

.search-passenger .search-sm input {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border-radius: 20px
}

.search-passenger .cb-1 {
    padding-right: 5px;
}

.search-passenger .cb-2 {
    padding-left: 5px;
}

.text-book-today p {
    margin: 0;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
}

.text-book-today .book-today-number {
    color: #880a1f;
}

.calendar-event {
    border-top: 3px solid #ccc;
    position: relative;
}

.ce-content {
    position: relative;
    width: 100%;
    padding-top: 6rem;
}

.vertical-timeline {
    border-left: 3px solid #ccc;
    height: 100%;
    position: absolute;
    left: 10%
}

.tag-timeline {
    position: absolute;
    z-index: 1;
    background: #007bff;
    color: #fff;
    top: 30px;
    left: 20px;
    padding: 10px;
    border-radius: 6px;
    width: 250px;
}

.event-timeline {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px
}

.circle-timeline {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 3px solid #eee;
    left: 4%;
    top: 0px;
    border-radius: 50%;
    background: #eee;
}

.circle-timeline span {
    display: block;
    text-align: center;
    line-height: 53px;
}

.content-timeline {
    display: inline-block;
    width: 100%;
}

.content-timeline .content-left {
    float: left;
    margin-left: 20%;
    margin-top: 5px
}

.content-timeline .content-left .customer-name-today {
    font-size: 0.9rem
}

.content-origin {
    padding: 3px 5px;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
}

.content-confirm {
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 10px;
}

.content-confirm.bg-orange {
    background: #e2863b;
    color: #fff;
}

.content-confirm.bg-green {
    background: #26A69A;
    color: #fff;
}

.content-confirm.bg-blue {
    background: #03A9F4;
    color: #fff;
}

.content-confirm.bg-red {
    background: #C62828;
    color: #fff;
}

.content-timeline .content-right {
    float: right;
    position: relative;
}

.content-timeline .content-right .confirm {
    margin-bottom: 10px
}

.content-timeline .content-right .btn-confirm {
    font-size: 12px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 4px;
    width: 84px;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    transition: 0.3s;
}

.content-timeline .content-right .btn-confirm:hover {
    transition: 0.3s;
    background-color: var(--primary);
    color: #fff;
}

.content-timeline .content-right .btn-confirm:active {
    box-shadow: 0 2px #ccc;
    transform: translateY(2px);
}

.content-timeline .content-right .btn-choose-option {
    font-size: 12px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 4px 8px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -4px;
    border-radius: 3px;
}

.content-right .ul-list-option {
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    position: absolute;
    z-index: 10;
}

.content-right .ul-list-option .item-option {
    padding: 8px 15px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}

.content-right .ul-list-option .item-option:hover {
    transition: 0.3s;
    background-color: var(--primary);
    color: #fff;
}

.event-timeline.disabled .circle-timeline span {
    color: #ccc;
}

.event-timeline.disabled .content-left h5 {
    color: #ccc;
}

.event-timeline.disabled .content-left .content-origin {
    background-color: #ddd;
    border-color: #ddd;
    color: #fff;
}

.event-timeline.disabled .content-left .content-confirm {
    background-color: #ddd;
    border-color: #ddd;
    color: #fff;
}

.event-timeline.disabled .content-right .btn-confirm {
    background-color: #fcfcfc;
    border-color: #d3dae7;
    color: #ccc;
}

.event-timeline.disabled .content-right .btn-choose-option {
    background-color: #fcfcfc;
    border-color: #d3dae7;
    color: #ccc;
}

/* Modal đặt hẹn */
h5#bookModalLabel {
    color: var(--primary) !important;
    font-weight: 700 !important;
    font-size: 30px;
}

.row.row-header-dathen {
    width: 100%;
}

#taodathen .modal-dialog.modal-lg {
    max-width: 1100px;
}

#taokhachhang .modal-dialog.modal-lg,
#suakhachhang .modal-dialog.modal-lg {
    max-width: 992px;
}

.btn-booking {
    width: 200px;
}

/* Search customer */
.customer-filter {
    position: relative;
}

.lookfor-customer {
    position: absolute;
    top: 12px;
    right: 20px;
}

.lookfor-customer::before {
    font-size: 18px;
}

.addCustomer .simple-icon-plus::before {
    font-size: 38px;
}

.sh-cus-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: var(--primary);
    margin-right: 30px
}

.sh-edit-customer {
    margin-right: 30px;
    color: #fff;
    background: var(--primary);
    padding: 3px 10px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid var(--primary);
}

.sh-edit-customer:hover {
    color: var(--primary);
    background: #fff;
    border: 1px solid var(--primary);
    transition: 0.3s;
}

.sh-bill-customer {
    margin-right: 30px;
    color: #fff;
    background: #28a745;
    padding: 3px 10px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #28a745;
}

.sh-customer-info i,
.sh-customer-address i {
    margin-right: 5px;
}

.list-search-customer,
.list-search-bill {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    background: #f9f9f9;
    max-height: 320px;
    overflow-y: scroll;
}

.list-search-customer .item-customer,
.list-search-bill .item-bill {
    display: flex;
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
}

.list-search-customer .item-customer:hover,
.list-search-bill .item-bill:hover {
    cursor: pointer;
}

.list-search-customer [class^="item-customer-img-"] {
    margin-right: 20px;
}

.list-search-customer [class^="item-customer-name-"] span,
.list-search-bill [class^="item-bill-name-"] span {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary);
    font-weight: bold;
}

.list-search-customer [class^="item-customer-phone-"] span,
.list-search-customer [class^="item-customer-address-"] span,
.list-search-customer [class^="item-customer-code-"] span {
    font-size: 12px;
}

.not-found {
    margin: 0;
    text-align: center;
    padding: 15px;
    color: var(--primary);
    font-weight: bold;
}

.row-update-customer {
    margin: 10px 0;
}

.type-customer {
    background: #4a90e2;
    color: #fff;
    padding: 3px 10px;
}

.status-box .status-btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    padding: 7px 12px;
    border: 1px solid #d3dae7;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.status-box .status-btn:hover {
    color: #303030;
}

.status-box .status-btn.active:hover {
    color: #fff;
}

.status-box .status-btn.active {
    background-color: #4a90e2;
    border-color: #4a90e2;
    color: #fff;
}

.status-box .status-color {
    border-radius: 8px;
    display: inline-block;
    height: 16px;
    margin-bottom: -3px;
    margin-right: 5px;
    width: 16px;
}

.status-box .status-color.bg-orange {
    background-color: #FF9800;
    border-color: #FF9800;
    color: #fff;
}

.status-box .status-color.bg-blue {
    background-color: #03A9F4;
    border-color: #03A9F4;
    color: #fff;
}

.status-box .status-color.bg-green {
    background-color: #26A69A;
    border-color: #26A69A;
    color: #fff;
}

.status-box .status-color.bg-red {
    background-color: #C62828;
    border-color: #C62828;
    color: #fff;
}

.source-btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    padding: 7px 12px;
    border: 1px solid #eee;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.item-source.active>a {
    background-color: #4a90e2;
    border-color: #4a90e2;
    color: #fff;
}

.item-source>a:hover {
    color: #303030;
}

.item-source.active>a:hover {
    color: #fff;
}

/* dashboard */
.dashboard-line-chart {
    height: 320px !important;
}

.filter-dashboard {
    float: right;
}

/* Customer */
.cus-addcustomer {
    padding: 10px;
}

.cus-addcustomer>a {
    color: #fff;
    background: #28a745;
    padding: 10px;
    transition: 0.3s;
}

.cus-addcustomer>a:hover {
    opacity: 0.8;
    transition: 0.3s;
    color: #fff;
}

.cus-editcustomer {
    float: right;
    padding: 0 12px
}

.cus-editcustomer>a {
    color: #fff;
    background: #145388;
    padding: 5px;
    transition: 0.3s;
}

.cus-editcustomer>a:hover {
    opacity: 0.8;
    transition: 0.3s;
    color: #fff;
}

.customer-statics {
    display: flex;
    margin: 10px 0;
}

.count-all-customer {
    width: 22%;
}

.today-new-customer,
.month-birthday-customer {
    width: 25%;
}

.today-birthday-customer {
    width: 28%;
}

.text-cus {
    margin-right: 5px;
    font-weight: 700;
    color: #5e6d8c;
    font-size: 15px
}

.number-cus {
    font-weight: 800;
    font-size: 20px;
    color: #5e6d8c;
}

@media screen and (min-width: 1200px) {
    .col-info-cus {
        padding-right: .5rem;
    }

    .col-detail-cus {
        padding-right: .25rem;
    }

    .col-service-cus {
        padding-left: .5rem
    }
}

@media screen and (max-width: 1199px) {

    .col-info-cus,
    .col-detail-cus,
    .col-service-cus {
        margin-bottom: 1rem;
    }
}

/* Table left customer */
.cus-op {
    padding: 15px 12px;
    border-bottom: 1px solid #d3dae7;
}

.table-left-customer,
.table-middle-customer,
.table-right-customer {
    height: 80vh;
    position: relative;
}

.table-middle-customer .loading,
.table-right-customer .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
}

@media (max-height: 768px) {

    .table-left-customer,
    .table-middle-customer,
    .table-right-customer {
        height: 59vh;
        position: relative;
    }
}

.search-customer .search-input {
    width: 60%;
    float: right;
    position: relative;
}

.search-customer .search-input input {
    padding: 8px 12px;
    border-radius: 20px;
    margin-bottom: -5px;
    margin-top: -5px;
}

.search-customer .search-sm:after {
    right: 12px;
    top: 0px;
}

.search-customer .search-label {
    font-weight: 700;
    font-size: 14px;
    color: #5e6d8c;
}

.list-customer::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.list-customer::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ddd;
}

.list-customer::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}

.list-customer {
    overflow: auto;
    width: 100%;
    height: calc(100% - 50px);
}

.list-customer .ul-list-customer {
    overflow-y: hidden;
}

.list-customer .item-list-customer {
    padding: 5px 10px;
    border-bottom: 1px solid #d3dae7;
    cursor: pointer;
    overflow: hidden;
    padding: 8px 15px;
}

.list-customer .item-list-customer img {
    float: left;
    border-radius: 50%;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #d6e0ef;
}

.list-customer .item-info-customer {
    float: left;
    margin-left: 15px;
    width: calc(100% - 100px);
}

.list-customer .item-info-customer .item-info-customer-name {
    margin: 0;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 700;
    font-size: 15px;
}

.list-customer .item-info-customer .item-info-customer-code,
.list-customer .item-info-customer .item-info-customer-phone,
.list-customer .item-info-customer .item-info-customer-address {
    font-size: 12px;
    font-weight: 600;
    color: #aaa;
}

/* Table center customer */
.detail-customer {
    height: calc(100% - 50px);
    overflow-x: auto;
}

.detail-customer-sum {
    margin: 10px 0;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.detail-customer-sum .detail-avatar-customer img {
    float: left;
    height: 70px;
    margin-right: 10px;
    width: 70px;
    border-radius: 50%;
}

.detail-customer-sum .detail-name-customer {
    font-size: 18px;
    color: var(--primary);
    text-transform: uppercase;
}

.detail-customer-sum .detail-basic-customer {
    float: left;
    overflow: hidden;
    font-size: 12px;
    width: calc(100% - 190px);
}

.detail-customer-sum .detail-point-customer {
    float: right;
    overflow: hidden;
    text-align: center;
}

.detail-customer-sum .detail-point-customer .point {
    background: var(--primary);
    border-radius: 50%;
    clear: both;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 60px;
    display: inline-block;
}

.detail-customer-sum .detail-point-customer .point-text {
    color: var(--primary);
    display: block;

}

.order-overview .row {
    margin-left: -10px;
    margin-right: -10px;
}

.pl-10x {
    padding-left: 10px
}

.pr-10x {
    padding-right: 10px
}

.order-overview .percent-bar {
    width: calc(100% - 60px);
    display: inline-block;
}

.order-overview .bar {
    height: 7px;
    margin-top: 4px;
    float: right;
}

.order-overview .bg-green {
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}

.order-overview .bg-blue {
    background: #145388;
    border-color: #145388;
    color: #fff;
}

.order-overview .bg-red {
    background: #880a1f;
    border-color: #880a1f;
    color: #fff;
}

.order-overview .text-red {
    color: #EF5350;
}

.detail-info-customer .detail-info-text {
    border-bottom: 2px solid #007bff;
    display: inline-block;
}

.detail-info-customer .detail-info-text span {
    font-size: 16px;
}

.detail-info-list .item-detail-info {
    overflow: hidden;
}

.detail-info-list .item-detail-info>strong {
    width: 30%;
    float: left;
}

.detail-info-list .item-detail-info>span {
    width: 70%;
    float: left;
}

/* Table right customer */
.other-info {
    height: calc(100% - 50px);
    overflow-x: auto;
}

.other-info-option .option-tit {
    margin: 10px 0;
    font-weight: 700;
    position: relative;
}

.other-info-option .option-tit>i {
    position: absolute;
    right: 10px;
    padding: 0px 5px;
    cursor: pointer;
}

.simple-icon-arrow-down::before {
    font-size: 10px
}

.item-upcoming-history {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
}

.item-upcoming-history .upcoming-history-time {
    float: left;
    font-weight: 700;
    color: #2196F3;
    font-size: 12px;
}

.item-upcoming-history .upcoming-history-status.text-green {
    color: #66bb6a;
    float: right;
    font-size: 12px;
}

.item-upcoming-history .upcoming-history-status.text-orange {
    color: #FF9800;
    float: right;
    font-size: 12px;
}

.item-upcoming-history .upcoming-history-status.text-red {
    color: #C62828;
    float: right;
    font-size: 12px;
}

.item-upcoming-history .upcoming-history-source {
    clear: both;
    color: #999;
    float: left;
    font-size: 12px;
}

.ul-mg {
    overflow-y: auto;
    padding-right: 15px;
    margin-top: 10px;
    display: none;
}

.ul-mg li {
    display: flex;
    justify-content: space-between;
}

.ul-load-trt li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    overflow: hidden;
}

.ul-treament-order {
    max-height: 200px;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.ul-load-bill .load-bill-time {
    font-weight: 700;
}

.ul-load-bill .load-bill-time .bill-time {
    color: #2196F3;
    font-size: 12px;
}

.ul-load-bill .load-bill-time .bill-debt {
    font-size: 12px;
    color: #C62828;
}

.ul-load-bill .bill-price {
    text-align: center;
}

.ul-load-bill .bill-price .price {
    display: block;
    color: #66bb6a;
    position: relative;
    white-space: nowrap;
    font-size: 12px;
}

.ul-load-bill .bill-price .status {

    font-size: 12px;
    line-height: 10px;
    text-transform: none;
    padding: 2px 5px 1px;
    font-weight: 500;
    color: #fff;
    display: block;
}

.ul-load-bill .bill-price .status.bg-green {
    background-color: #8BC34A;
    border-color: #8BC34A;
}

.ul-load-bill .bill-price .status.bg-green {
    background-color: #8BC34A;
    border-color: #8BC34A;
}

.ul-load-bill .bill-price .status.bg-red {
    background-color: #C62828;
    border-color: #C62828;
}

.ul-load-sc .load-sc-name {
    float: left;
    font-weight: 700;
    max-width: calc(100% - 110px);
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2196F3;
}

.ul-load-sc .sc-times {
    float: right;
    text-align: center;
}

.ul-load-sc .sc-times .times {
    display: block;
    font-size: 12px;
}

.ul-load-sc .sc-times .uses {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 0 5px;
    background-color: #8BC34A;
    border-color: #8BC34A;
    font-size: 10px;
}

.ul-load-se .load-se-detail,
.ul-load-pr .load-pr-detail,
.ul-load-trt .load-trt-detail {
    float: left;
    font-weight: 700;
    max-width: calc(100% - 70px);
    text-overflow: ellipsis;
    width: 100%;
}

.ul-load-se .load-se-detail .se-name,
.ul-load-se .load-se-detail .se-price,
.ul-load-pr .load-pr-detail .pr-name,
.ul-load-trt .load-trt-detail .trt-name {
    color: var(--primary);
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.ul-load-se .load-se-count,
.ul-load-pr .load-pr-count,
.ul-load-trt .load-trt-count {
    float: right;
    text-align: center;
}

.ul-load-se .load-se-count .count,
.ul-load-pr .load-pr-count .count,
.ul-load-trt .load-trt-count .count {
    display: block;
    font-size: 12px;
}

.custom-option a,
.custom-option span {
    color: #007bff;
    font-size: 1.3em;
    padding-right: 6px;
}

.custom-option a:hover,
.custom-option span:hover {
    cursor: pointer;

}

.custom-option a.done,
.custom-option span.done {
    color: #28a745;
}

.custom-option a.danger,
.custom-option span.danger {
    color: #dc3545;
}

/* label.custom-checkbox.mb-0{
    display: flex;
}
label.custom-checkbox.mb-0 a {
    font-size: 15px;
    margin-right: 8px;
}
label.custom-checkbox.mb-0>a:hover{
    color: #0056b3 !important;
    cursor: pointer;
}
label.custom-checkbox.mb-0>a{
    color: #007bff;
} */
.check-treatment {
    width: 22px;
    height: 22px;
    background: transparent !important;
    color: transparent !important;
    margin-left: 10px;
    margin-top: 10px;
}

.label-treatment {
    vertical-align: middle;
    margin-bottom: 0.7rem
}

.row-service-treatment.hide {
    display: none;
}

.row-service-treatment.hide .staff-bill {
    display: none;
}

.trt-info {
    font-size: 1rem;
    line-height: 1.5rem;
}

.app-order-cancel {
    background-color: #fbbfbd;
}

.app-order-unconfirm {
    background-color: #ddd;
}

.h4-dashboard {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    color: #303030;
    font-weight: 500;
    margin-top: 10px;
}

.p-dashboard {
    font-size: 14px;
    line-height: 1;
    color: #303030;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: top;
    white-space: nowrap;
}

.form-select-branch {
    width: 28%;
}

.app-menu {
    z-index: 1;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    width: 280px;
    height: 100%;
    float: right;
    background: #fff;
    transition: transform .3s;
    position: fixed;
    right: 0;
    top: 120px;
}

.app-row {
    padding-right: 280px;
}