@charset "UTF-8";

.navbar.navbar-absolute {
    z-index: 0;
}

.fixed-plugin {
    top: 150px;
}

.fixed-plugin .fa {
    color: #fff;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    width: auto;
}

.fixed-plugin li.adjustments-line,
.fixed-plugin li.button-container,
.fixed-plugin li.header-title {
    height: 70px;
}

.fixed-plugin .dropdown .dropdown-menu {
    left: -240px !important;
}

.fixed-plugin .dropdown-menu {
    width: 220px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.table {
    margin-bottom: 1px;
}

.table .form-check .form-check-sign {
    left: 7px;
}

#btn-ck-all,
.btn-ck-all .material-icons {
    font-size: 30px;
}

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

.togglebutton label {
    color: black;
}

.fab {
    position: fixed;
    width: 56px;
    right: 6%;
    bottom: 60px;
    margin-left: -28px;
}

.fab:hover .fab-buttons {
    opacity: 1;
    visibility: visible;
}

.fab:hover .fab-buttons__link {
    transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
}

.fab-action-button:hover+.fab-buttons .fab-buttons__link:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform-origin: right center 0;
    transition-delay: 0.3s;
}

.fab-action-button {
    position: absolute;
    bottom: 0;
    display: block;
    width: 56px;
    height: 56px;
    background-color: #29b6f6;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.fab-buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.fab-buttons__item {
    display: block;
    text-align: center;
    margin: 12px 0;
}

.fab-buttons__link {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
    transition: 0.3s;
}

[data-tooltip]:before {
    top: 50%;
    margin-top: -11px;
    font-weight: 600;
    border-radius: 2px;
    background: #585858;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 12px;
    text-decoration: none;
    visibility: hidden;
    opacity: 0;
    padding: 4px 7px;
    margin-right: 12px;
    position: absolute;
    transform: scale(0);
    right: 100%;
    white-space: nowrap;
    transform-origin: top right;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform-origin: right center 0;
}

.icon-material {
    color: #585858;
    padding-top: 8px;
}

.vert-icon {
    color: white;
    padding: 16px 16px;
}

/* product */

.data-custom {
    width: 960px;
}

.margin-card {
    margin-top: 60px;
}

.margin-sp {
    margin-top: 30px;
}

.margin-describe {
    margin-top: 80px;
}

.margin-content {
    margin-top: 50px;
}

.margin-card-head {
    margin-top: 20px;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\F040";
    font-family: FontAwesome;
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.input-infomation {
    margin-top: 30px;
}

.container-fluid .card {
    margin-bottom: 10px;
}

.icon-save {
    margin-right: 10px;
}

.image-avatar {
    height: 150px;
}

.image-avatar img {
    height: 100%;
}

.preview-avatar {
    width: 27%;
}

.preview-avatar img {
    width: 100%;
}

.padding-label {
    padding-top: 8px;
}

.btn-edit-customer {
    font-size: 12px;
}

.custom-text-card-title {
    vertical-align: 4px;
    color: white !important;
    font-size: 18px;
    margin-left: 5px;
}

.btn-custom-properties {
    float: right;
    margin-top: 20px;
}

.v-bg-icon-remove {
    color: #f44336;
    position: relative;
    bottom: 25px;
    float: right;
}

.bg-icon-add {
    color: #4caf50;
}

.v-bg-icon-add {
    color: #4caf50;
    position: relative;
    bottom: 25px;
    float: right;
}

.dynamic-input-wỉdth {
    width: 90%;
}

.font-16 {
    font-size: 16px;
}

.line-table {
    border-bottom: 1px solid #bdc3c7;
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.padding-btn-5 {
    padding: 5px;
}

#input-vue {
    display: block;
}

.show-hide-btn {
    margin-left: 20px;
    border-radius: 50%;
}

.btn-properties-modal {
    padding: 0px;
    background: transparent;
    border: none;
    vertical-align: -6px;
    margin-left: 10px;
}

.btn-padding-name {
    padding: 13px 12px;
    color: #3c4858 !important;
}

.pagination {
    justify-content: center;
}

.comment-wrapper .wrapper {
    height: auto;
}

.comment-wrapper .actions .separator {
    display: inline;
    padding: 5px;
}

.money-unit {
    position: relative;
    float: left;
}

.money-unit:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\20AB";
}

.bootstrap-datetimepicker-widget {
    top: auto;
}

legend {
    width: inherit;
    /* Or auto */
    padding: 0 10px;
    /* To give a bit of padding on the left and right */
    border-bottom: none;
}

fieldset.border {
    padding-bottom: 10px;
    margin-top: 40px;
}

.cursor-default {
    pointer-events: none;
    cursor: default;
}

.top-auto {
    top: auto;
}

/* .table-bordered {
    overflow-x: unset;
} */

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: rgba(0, 0, 0, 0.8);
    padding: 2px 6px;
    font-weight: 500;
}

.text-red {
    color: red;
}

.card-wizard {
    margin: 0px;
}

.mt-4 {
    margin-top: 0rem !important;
}

.list-service {
    padding-right: 0px;
}

.list-service .form-check-label {
    padding-right: 0px !important;
}

.ck-editor__editable_inline {
    min-height: 200px !important;
    max-height: 200px !important;
}

.div-inline {
    display: inline;
}

.ck-classic,
.ck-classic-min {
    display: none;
}

.booking-search-hint {
    left: auto;
}

.left-auto {
    left: auto;
}

.nav .nav-item .nav-link {
    padding: 0 !important;
}

.nav-tabs .nav-item .nav-link {
    padding: 10px 15px !important;
}

.text-black {
    color: black;
}

.text-blue {
    color: blue;
}

.text-green {
    color: green;
}

.background-whitesmoke {
    background-color: #333;
    margin-left: 15px;
    margin-right: 15px;
}

.remove-supplier {
    display: none;
    margin: auto 0;
}

.table-item:hover .remove-supplier {
    display: inline-block;
    z-index: 100;
}

thead {
    background-color: green;
    color: white;
}

.table thead tr th {
    font-size: 15px;
}

.table .card .form-check {
    margin-top: 0px;
}

.table .form-check {
    line-height: 0;
}

.del-tag {
    display: none;
}

.selected-user-item:hover .del-tag {
    display: inline !important;
}

.background-blue {
    background-color: blue !important;
}

.background-green {
    background-color: green !important;
}

.background-gray {
    background-color: gray !important;
}

.background-pink {
    background-color: pink !important;
}

.table-scroll-x {
    width: 100%;
    display: block;
    overflow-x: auto;
    min-height: 72vh;
}

.table-responsive {
    overflow-x: unset;
}

@media (max-width: 1536px) {
    .font-12 {
        font-size: 12px;
    }

    label,
    p {
        font-size: 12px;
    }

    .main-img {
        height: 300px;
        width: 300px;
    }
}

@media (max-width: 767px) {
    #minimizeSidebar {
        display: none;
    }

    .table-bordered {
        overflow-x: auto;
    }
}

.sidebar .nav {
    margin-top: 0;
}

.sidebar .nav li a {
    margin: 8px 15px 0;
}

.sidebar .nav li.active>a {
    margin: 0px 15px 0;
}

.form-control {
    height: 24px;
}

.card .card-body .col-form-label {
    padding: 0;
}

.group-input p {
    margin: 0;
}

.caption {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ratingStars {
    font-size: 20px;
    color: grey;
    cursor: pointer;
    text-shadow: 2px 3px #ddd;
}

.hoverStars {
    color: #fd0;
    font-size: 20px;
}

.clickStars {
    color: #fd0;
    font-size: 20px;
}

.img-rounded {
    border-radius: 50%;
}

#liabilities-table tbody {
    border-top: 1px solid;
}

.liabilities-tbody .liabilities-collapse::after {
    font-family: FontAwesome;
    content: "\F106";
    float: right;
}

.liabilities-tbody .collapsed.liabilities-collapse::after {
    font-family: FontAwesome;
    content: "\F107";
    float: right;
}

.owl-carousel .owl-item img {
    display: inline;
}

.ui-autocomplete {
    z-index: 5000;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}

.hr-text:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.form-check .form-check-label {
    text-align: left;
}

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */

* html .ui-autocomplete {
    height: 500px;
}

.k-detail-row,
.k-detail-row-bk {
    background: #e9e9e9;
}

.k-detail-row .purchase-order-item-table {
    padding: 20px 0 0;
}

.k-detail-row .purchase-order-item-table table {
    margin-bottom: 15px;
}

.purchase-order-detail,
.view-booking-detail {
    color: #0a6ebd;
    cursor: pointer;
}

.k-detail-row .form-control:-moz-read-only {
    background: #fff;
}

.k-detail-row .form-control:read-only {
    background: #fff;
}

.k-detail-row .table thead tr th {
    background: #19BCD3;
}

.k-detail-row .btn-purchase-order-item-update {
    padding-top: 10px;
}

.k-detail-row .content {
    padding-bottom: 15px;
}

.kmaster-row-bk.active,
.kmaster-row.active {
    background: #CCF7FE;
}

.title-tc {
    background: #08800F;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    text-decoration: underline;
    font-weight: 500;
    min-width: 300px;
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
}

.gross-profit {
    background: #11A855;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0px;
    text-decoration: underline;
    font-weight: 500;
    min-width: 280px;
    display: inline-block;
    font-size: 24px;
}

.gross-profit.subTotal {
    text-decoration: none;
    color: #eb0903;
    font-weight: bold;
    font-size: 24px;
}

.sharp-price,
.bmd-form-group .money-tc {
    background: #11A855;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 5px;
    text-decoration: underline;
}

.bmd-form-group .money-tc {
    height: 39px;
    margin-top: 18px;
}

.dashboard .box {
    padding: 10px 0 0;
    text-align: center;
}

.dashboard .detail img {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.dashboard .avatar img {
    height: 250px;
    margin: 20px 0;
}

.img-profile {
    padding-top: 28px;
    min-height: 235px;
    position: relative;
    margin-top: 20px;
    /*background: linear-gradient(180deg, #00186C 0%, rgba(0, 24, 108, 0.74) 75%, #00186C 100%);*/
}

.img-profile img.profile-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.img-profile .bg-reward {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 235px;
}

.img-profile .hidden {
    display: none;
}

.img-profile .top-name {
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 16px;
}

.top-name,
.top-profit,
.charge-name,
.charge-profit {
    font-weight: bold;
}

.top-profit,
.charge-profit {
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
}

.in-charge {
    margin-top: 25px;
}

table.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.8);
}

.filter-deal {
    display: block;
    padding-top: 15px;
}

.card-header-success .nav-tabs .nav-item {
    flex: auto;
    text-align: center;
}

.form-check .form-check-label span.notify {
    top: -13px;
}

.ui-state-default {
    color: #000;
    background: none;
}

#fail-reason {
    width: 100%;
    min-height: 200px;
}

.comment-deal-success,
.comment-deal-process,
.comment-deal-fail {
    cursor: pointer;
    color: #0a6ebd;
}

.form-control.warehouse-code:disabled,
.form-control.warehouse-code[readonly] {
    background: none;
}

.warehouse-total,
.inventory-total,
.red {
    color: #FF0000;
}

.table-export {
    margin-top: 20px;
}

.card-title-total {
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: 400;
}

.inline-input {
    position: relative;
}

.quick-add-supplier {
    position: absolute !important;
    top: 0;
    right: 0;
}

#failDealModalLabel {
    font-weight: 400;
}

.title-box-deal {
    background: #FF0000;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    padding: 10px 25px;
    border: 1px solid #000;
}

.dashboard h4 {
    font-weight: bold;
}

.notifi {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #64B869;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 1024;
}

.btn-notifi {
    position: relative;
    padding: 11px;
    display: block;
}

#list-notifi {
    position: absolute;
    background: #fff;
    border: 1px solid #f1f0f0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    width: 320px;
    z-index: 1024;
}

#list-notifi li {
    padding: 10px;
    border-bottom: 1px solid #f1f0f0;
    font-size: 14px;
}

#list-notifi li.gray {
    background: #ededed;
}

#list-notifi li.white {
    background: #fff;
}

.nav-pills .nav-item i.fa-info-circle {
    display: inline-block;
    padding: 0;
    font-size: 18px;
}

.toast-title {
    font-weight: bold;
    padding-left: 5px;
}

.timer {
    float: right;
}

.table>tbody>tr.even {
    background: rgba(0, 0, 0, 0.05);
}

#table-process p,
#table-success p,
#table-fail p {
    margin: 0;
}

.article_in img {
    height: auto;
    border-radius: 0px;
    float: left;
    width: 100%;
    max-height: 225px;
    min-height: 225px;
    transition: all 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
}

#short-description {
    width: 100%;
}

.detail {
    display: inline-block;
}

.detail h3 {
    position: relative;
    height: 50px;
    overflow: hidden;
    font-size: 18px;
}

.detail h4 {
    font-size: 14px;
    text-align: left;
    line-height: 22px !important;
    font-weight: 400;
    color: #555;
    position: relative;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.title-name h3 {
    font-size: 24px;
}

.img-name img {
    max-width: 100%;
    margin: 20px 0;
}

.icon-again {
    vertical-align: middle;
    font-size: 14px;
    margin-right: 3px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td {
    /* white-space: nowrap; */
    padding: 2px 6px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>td a {
    position: relative;
}

.fix-width {
    min-width: 200px;
    max-width: 250px;
    white-space: normal !important;
    text-overflow: ellipsis;
}

.card-title {
    position: relative;
}

.card-title .fa-percent {
    top: -8px;
    right: unset;
}

.vinh-danh {
    font-family: "Kodchasan", sans-serif;
    font-size: 48px;
    text-align: center;
    text-shadow: 0px 0px 3px rgb(133, 100, 1);
    color: #C79500;
    -webkit-text-stroke: 1px rgba(129, 97, 1, 0.6509803922);
}

.dashboard hr {
    margin-top: 45px;
    border-top-color: blanchedalmond;
    border-top-width: 2px;
}

.purchase-order-detail {
    vertical-align: middle;
    margin: 6px;
    font-size: 22px;
    cursor: pointer;
}
.text-orange{
    color: #FF6600;
}
#notification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.notification {
    background: #333;
    color: #fff;
    padding: 12px 18px;
    margin-top: 10px;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateX(100%);
    animation: slide-in 0.4s forwards, fade-out 0.5s ease-out 3s forwards;
}

.notification.success {
    background: #4CAF50;
}

.notification.error {
    background: #f44336;
}

@keyframes slide-in {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-out {
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}
