﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    /* --input-border-color: #1E1F21;*/
    --background-light-color: #fff;
    --text-light-color: #fff;
    --primary-small: #006FDD; /*#006FDD;*/
    --primary-bright: #0092FD; /*#008FF5;*/
    --light-grey-1: #C4C4C4;
    --light-grey-2: #e0e0e0; /*#E7E7E9;*/
    --light-grey-3: #F3F3F3;
    --light-grey-4: #F7F7F7;
    --light-grey-5: #E8E7E7;
    --light-grey-6: #D5D4D4;
    --purple-color: #7332cd; /* #6B22C5;*/
    --info-color: #0070E9;
    --success-color: #00B23C; /*#00AF4C;*/
    --warning-color: #F66600; /*#E56F22;*/
    --danger-color: #ED003D; /*#D92043;*/
    --dark-color: #000;
    --blue-color: #0000FF;
    --pink-color: #ff00e3;
    --primary-color: #0072F1; /*#7800ff;*/
    --secondary-color: #A3A3A3;
    --light-color: #e2e2e2;
    --black-1: #1E1F21;
    --black-2: #464646;
    --hyperlinks-color: #006FDD;
    --hyperlinks-actived-color: #0070E9;
    --dark-text-primary-color: var(--black-2);
    --dark-text-secondary-color: var(--black-1);
    --grey-1: #798189;
    --grey-2: #8F9292;
    --grey-3: #F2F2F2;
    --topbar-background-dark: #23282F;
    --secondary-text-color: var(--grey1-color);
    --secondary-small-text-color: var(--grey2-color);
    --table-border: var(--light-grey-2);
    --row-background: rgba(0,0,0,0.04);
    --font-family-sans-serif: 'Inter', Arial, Helvetica, sans-serif;
    --row-focused: #dee8fc; /*#e4ecfb;*/
}
/*Text color*/
.text-success {
    color: var(--success-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-warning {
    color: var(--warning-color) !important;
}

.text-purple {
    color: var(--purple-color) !important;
}

.text-danger {
    color: var(--danger-color) !important;
}

.text-grey-1 {
    color: var(--light-grey-1) !important;
}
/*End text color*/
/*Background color*/
.bg-light-grey-3 {
    background: var(--light-grey-3);
}

.bg-light-grey-5 {
    background: var(--light-grey-3);
    border: 1px solid var(--light-grey-5);
}
/*End background color*/
/*
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: tranparent;
}

::-webkit-scrollbar-thumb {
    background: #E9E9E9;
    border-radius: 5.5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #E9E9E9;
    }

.btn-border {
    border: 1px solid var(--light-grey-2);
}

.btn-box {
    padding: 1px 3px;
    border-radius: 4px;
}

    .btn-box:hover {
        cursor: pointer;
    }
    /**/

body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 0.8125rem;
}

b, strong {
    font-weight: 500 !important;
}

.swal2-container {
    z-index: 999999 !important;
}

.card-header {
    padding: 0.8rem 0.5rem;
}

.card-body {
    padding: 0 12px;
}

#sidebar-menu .card-body {
    padding: 0 !important;
}

#sidebar-menu ul li a {
    color: #333; /*#6e768e*/
    display: block;
    padding: 0.25rem 0.625rem;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    /*    font-family: Arial;*/
    font-size: 0.8125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    #sidebar-menu ul li a strong {
        font-weight: 500;
        font-size: 12px
    }
    /*.nav-second-level li a, .nav-thrid-level li a {
    padding: 6px 18px !important;
}*/
    #sidebar-menu ul li a span {
        vertical-align: middle;
    }

/*    #sidebar-menu ul li a:active, #sidebar-menu ul li a:focus, #sidebar-menu ul li a:hover {
        color: #3a83f5;
        text-decoration: none;
    }*/

#sidebar-menu .menu-arrow {
    right: 0px;
}

.accordion-box {
    border-right: 1px solid rgb(237, 239, 241);
    border-left: 1px solid rgb(237, 239, 241);
    border-bottom: 1px solid rgb(237, 239, 241);
    border-radius: 0px 0px calc(0.25rem - 1px) calc(0.25rem - 1px);
}

dl, ol, ul {
    margin-bottom: 0;
    line-height: 25px;
}

.card-header-h5 {
    font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.h5, h5 {
    font-size: 14px
}

.metismenu li a i {
    padding-right: 12px;
    line-height: 20px;
}

.badge {
    font-size: 11px;
    font-weight: normal
}

.dropdown-menu-grid {
    min-width: 899px;
    border: 1px solid rgb(222, 226, 230);
}

.dropdown-menu {
    float: right;
}

.dropdown-menu-grid {
    right: -196px !important;
}

.row-no-margin {
    margin-right: 0;
    margin-left: 0;
}

.col-no-padding {
    padding-left: 0;
    padding-right: 0;
}

.dropdown-megamenu {
    padding: 0;
    left: auto !important;
    background-image: none;
}

.nav-bordered a.active {
    border-bottom: 2px solid #3A83F5 !important;
}

.page-item.active .page-link {
    background-color: #3A83F5;
    border-color: #3A83F5;
}

.notifaction-new {
    background: #fffafa;
}

.shortcut-item {
    text-align: center;
    padding: 5px;
    border: 1px solid #ffffff;
}

.shortcuts-col h5 {
    color: #888;
    font-size: 0.8rem !important;
}

.shortcut-media {
    transition: all .15s cubic-bezier(.68,-.55,.265,1.55);
}

.shortcuts .col-2 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.shortcuts .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.shortcuts .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.shortcut-item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    border: none !important;
}

    .shortcut-item.disabled small {
        color: #666666 !important;
    }

.avatar-bar {
    font-size: 1rem;
    display: inline-flex;
    width: 43px;
    height: 43px;
    color: #fff;
    border-radius: .375rem;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center;
}

    .avatar-bar.rounded-circle img, .rounded-circle {
        border-radius: 50% !important;
    }

    .avatar-bar i {
        position: absolute;
        font-size: 2em !important;
    }

.shortcut-item small {
    font-size: 13px;
    display: block;
    font-family: inherit;
    color: #333;
    font-weight: 400;
    line-height: 2rem;
}

.shortcut-item img {
    width: 35px;
    height: 35px;
}

.shortcut-item:hover {
    border: 1px solid #dfdfdf;
}

    .shortcut-item:hover small {
        color: #2096F3;
    }

.shortcuts .shortcuts-col {
    border-right: 1px solid #dfdfdf;
    margin: 10px 0
}

    .shortcuts .shortcuts-col:last-child {
        border-right: none
    }

.pcoded-inner-content {
    padding: 0 !important;
}

.page-wrapper {
    padding: 0px !important;
}

.tabs-container {
    padding: 0 15px !important;
}

.ficon {
    font-size: 1rem !important;
}

.notify-icon .rounded-circle, .card-headerImage .rounded-circle {
    width: 32px;
    height: 32px;
}

.dashboard-page {
    overflow: hidden;
    padding: 12px 0 0 0;
    min-height: 80vh;
    margin-top: 46px;
    background: #f7f7f7;
    /*height: 94vh;*/
}

.badge-ligo-blue {
    background: #3a83f5c4;
}

/**********START CSS CUSTOM TUANNT**********/
/* START 23/3/2020 Tuannt style table khachhang*/
.dxm-horizontal.dxm-autoWidth > ul > li, .dxm-horizontal.dxm-noWrap > ul > li {
    display: table-cell;
    vertical-align: middle;
}

/*
    .dxgvCSD::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}
    .dxgvCSD::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
.dxgvCSD::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

    .dxgvCSD::-webkit-scrollbar-track, div#ContentPlaceHolder1_ModuleContainer_WebUserControlID_gvCustomersList_DXFixedColumnsDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}
.dxgvCSD::-webkit-scrollbar, div#ContentPlaceHolder1_ModuleContainer_WebUserControlID_gvCustomersList_DXFixedColumnsDiv::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}
.dxgvCSD::-webkit-scrollbar-thumb, div#ContentPlaceHolder1_ModuleContainer_WebUserControlID_gvCustomersList_DXFixedColumnsDiv::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}
    div#ContentPlaceHolder1_ModuleContainer_WebUserControlID_gvCustomersList_DXFixedColumnsDiv {
    max-height: 6px;
}
*/
div#ContentPlaceHolder1_ModuleContainer_WebUserControlID_gvCustomersList_DXFixedColumnsDiv li.dxm-alignSpacing {
    max-width: 52%;
}



/*.dxgvControl_Office365AnSinh .dxgvTable_Office365AnSinh .dxgvFocusedRow_Office365AnSinh td.dxgv {
    border-bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 5px;
}*/

/*.dxgvDataRow_Office365AnSinh.dxgvFocusedRow_Office365AnSinh td.dxgv {
    border-bottom: 1px solid #2096F3;
}*/

.dxgvControl_Office365AnSinh.tbKH_new.dxgv {
    padding: 10px;
}

ul.dx.dxm-image-l h5 span {
    margin: 0;
}

.dxrpControl_Office365AnSinh td.dxrpHeader_Office365AnSinh {
    padding: 5px 10px;
    border-radius: 0;
}

/*.dxrpControl_Office365AnSinh {
    border: 0;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.08);
}*/

.dxrpControl_Office365AnSinh > tbody > tr.dxrpCR > .dxrpcontent .dx-borderBox {
    border-radius: 0;
}

/*.dxgvEditFormDisplayRow_Office365AnSinh td.dxgv, .dxgvDetailCell_Office365AnSinh td.dxgv, .dxgvDataRow_Office365AnSinh td.dxgv, .dxgvDetailRow_Office365AnSinh.dxgvADR td.dxgvAIC {
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    border-top-width: 0;
    border-left-width: 0;
    padding: 6px 6px;
    height: 36px !important;
}*/
/* END */
/* Css popup show info customer */
span#PopupWindow_popOpenControl_PWH-1T {
    font-size: 15px;
    font-weight: 500;
    color: #666;
}

.dxrpControl_Office365AnSinh > tbody > tr.dxrpCR > .dxrpcontent, .dxrpControlGB_Office365AnSinh > tbody > tr.dxrpCR > .dxrpcontent {
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.08);
    border: 0;
}

.dx-borderBox {
    border-radius: 3px !important;
}

.dxrpcontent-custom {
    -webkit-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 50%) !important;
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.50) !important;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 50%) !important;
}

/*.dxtcLite_Office365AnSinh.dxtc-top > .dxtc-stripContainer .dxtc-activeTab {*/
/*    font: 13px Arial, Helvetica,sans-serif;*/
/*background: #fff;
    border: 1px solid #dee2e6;
    border-bottom: 0;
    font-weight: bold;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    display: block;
    border-bottom: 0;
    margin-bottom: -1px;
}*/

/*.dxtcLite_Office365AnSinh > .dxtc-stripContainer .dxtc-link {
    padding: 9px 20px;
    display: block;
    height: 100%;
}*/

.dxtcSys.dxtc-flex > .dxtc-stripContainer.dxtc-wrapper .dxtc-strip {
    padding: 0;
    margin: 0;
    border-style: none;
    border-bottom: 0;
    background: #fff;
}

.dxtcLite_Office365AnSinh > .dxtc-stripContainer, .dxtcLite_Office365AnSinh > .dxtc-stripContainer .dxtc-strip {
    list-style: none outside none;
    float: left;
    padding: 0;
    margin: 0;
    background: #fff;
}

    /*.dxtcLite_Office365AnSinh.dxtc-top > .dxtc-stripContainer .dxtc-tab {
    background: #f4f6f8;
}*/

    .dxtcLite_Office365AnSinh > .dxtc-stripContainer, .dxtcLite_Office365AnSinh > .dxtc-stripContainer .dxtc-strip {
        background: #fff;
    }

.dxgvControl_Office365AnSinh .dxgvHSDC:first-child {
    border-radius: 0 !important;
}

.dxrpControl_Office365AnSinh, .dxrpControlGB_Office365AnSinh {
    border-radius: 3px !important;
}

/*.dxflFormLayout_Office365AnSinh tr.dxrpCR > .dxrpcontent {
    height: 92.9vh !important;
    padding: 10px !important;
}*/

.dxflFormLayout_Office365AnSinh .dxtcLite_Office365AnSinh > .dxtc-content {
    clear: left;
    overflow: hidden;
    padding: 10px 0 0 0 !important;
    border: 0 !important;
    border-radius: 3px;
    margin-top: -2px;
}

.dxflCustomItemSys .dxflVATSys.dxflCaptionCell_Office365AnSinh {
    padding-right: 15px;
}

/*.dxtcLite_Office365AnSinh.dxtc-top > .dxtc-stripContainer .dxtc-tab {
    border-radius: 3px 3px 0 0 !important;
}*/

/*.dxtcLite_Office365AnSinh.dxtc-top > .dxtc-stripContainer .dxtc-activeTab {
    border-radius: 3px 3px 0 0 !important;
}*/

.dxgvControl_Office365AnSinh .dxgvTable_Office365AnSinh .dxgvSelectedRow_Office365AnSinh, .dxgvControl_Office365AnSinh .dxgvTable_Office365AnSinh .dxgvSelectedRow_Office365AnSinh.dxgvDataRowHover_Office365AnSinh {
    background-color: #f7f7f7;
}

.dxrp.dxrpcontent.dx-borderBox {
    border: 0 !important;
    border-radius: 3px !important;
}
/****Css modal popup import excel*****/
.dxfmControl_Office365AnSinh.dxfm-dst .dxfm-file td.dxgv.dx-ar {
    text-align: center;
}

.dxfmControl_Office365AnSinh.dxfm-dst .dxfm-file td.dxgv {
    text-align: center;
}

.dxfmControl_Office365AnSinh.dxfm-dst .dxfm-file .dxgv.dxfm-fileNameCell {
    text-align: left;
}

tr.dxrpCR .dxrp.dxrpcontent.dx-borderBox {
    border: 0 !important;
    border-radius: 0px !important;
}
/**Css page chiết khấu**/
.badge {
    line-height: 1;
    color: #fff;
    font-size: 9px !important;
    font-weight: 500;
    padding: 7px 7px;
    border-radius: 35px;
    min-width: 24px;
    min-height: 24px;
}

/*.badge-success {
    background: #1abc9c;
}

.badge-warning {
    background: #f6b93b;
}

.badge-danger {
    background: #e74c3cad;
}
*/
/*.dxpc-headerText.dx-vam {
    font-size: 15px;
    padding-left: 6px;
}*/

.badge-primary {
    background: #0fbcf9;
}

/*.dxichSys {
    display: block !important;
    vertical-align: middle;
    margin: 0 auto !important;
}*/

.dx_acti {
    color: #2096F3;
}

.dxichCellSys.dxeBase_Office365AnSinh.dxeTAR {
    display: block;
    padding-left: 0;
    margin-top: 0px !important;
    margin-bottom: 3px;
    /*text-align: center;*/
}

.dxgvFooter_Office365AnSinh td.dxgvHEC {
    display: none;
}

/*.dxtcLite_Office365AnSinh > .dxtc-content {
    padding: 6px !important;
}*/
/**Css global**/
.width-bage {
    width: -webkit-fill-available;
    min-width: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: auto auto;
    display: block;
    vertical-align: middle;
}
/***Reposive tuannt
@media only screen and (max-width: 1920px) {
    .dxgvControl_Office365AnSinh .dxgvHSDC + .dxgvCSD {
        height: 74vh !important;
    }
}***/
div#chart-demo div#chart svg {
    width: 100% !important;
}

.dx-ar > * {
    float: inherit;
}
/*Step list style*/
@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.1);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.5);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.track-order-list ul li.completed {
    border-color: #6658dd;
}

.track-order-list ul li:first-child {
    padding-top: 0;
}

.track-order-list ul li {
    position: relative;
    border-left: 2px solid #dee2e6;
    padding: 0 0 14px 21px;
}

    .track-order-list ul li:before {
        content: "";
        position: absolute;
        left: -7px;
        top: 0;
        height: 12px;
        width: 12px;
        background-color: #6658dd;
        border-radius: 50%;
        border: 3px solid #fff;
    }

    .track-order-list ul li.completed {
        border-color: #6658dd;
    }

.track-order-list ul li {
    position: relative;
    border-left: 2px solid #dee2e6;
    padding: 0 0 3px 20px;
}

    .track-order-list ul li .active-dot.dot {
        top: -9px;
        left: -16px;
        border-color: #6658dd;
    }

.dot {
    border: 4px solid #6658dd;
    background: 0 0;
    border-radius: 60px;
    height: 30px;
    width: 30px;
    animation: pulse 3s ease-out;
    animation-iteration-count: infinite;
    position: absolute;
    top: -15px;
    right: -2px;
    z-index: 1;
    opacity: 0;
}

.header-title {
    font-size: 0.95rem;
    padding-top: 6px;
}

p {
    margin-bottom: 0.66rem;
}

hr {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    border-top: 1px solid #eaeaea;
}
/*End Step list style MRKENSI: 12-05-2020 20:59*/

.bg-ligo {
    background-color: #2296f3 !important;
}

/*Style chuyen trang thai du an*/
.list-step-complate ul.list-unstyled {
    counter-reset: my-counter;
    padding-top: 8px;
    padding-left: 9px;
}

    .list-step-complate ul.list-unstyled li.completed:before {
        content: counter(my-counter);
        counter-increment: my-counter;
        position: absolute;
        left: -12px;
        top: -7px;
        color: #f2f2f2;
        line-height: 24px;
        width: 22px;
        height: 22px;
        text-align: center;
        border-radius: 50%;
        font-size: 12px;
        font-weight: 500;
        background: #1abc9c;
        border: 0;
    }

.list-step-complate .track-order-list.text-left ul.list-unstyled li h5.mt-0.mb-1 {
    font-size: 15px;
}

.list-step-complate p.header-title.mb-2 {
    margin-top: 10px;
    font-size: 20px;
}

.list-step-complate ul.list-unstyled li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    position: absolute;
    left: -12px;
    top: -5px;
    color: #f2f2f2;
    line-height: 24px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    background: #ff0026;
    border: 0;
}

.list-step-complate .track-order-list.text-left ul.list-unstyled li {
    padding-left: 22px;
    position: relative;
}

.list-step-complate ul.list-unstyled li.completed {
    border-left: 2px solid #1abc9c;
}

.list-step-complate ul.list-unstyled li:last-child {
    border-color: transparent;
}

.list-step-complate .track-order-list.text-left ul.list-unstyled li h5.mt-0.mb-1, .list-step-complate .track-order-list.text-left ul.list-unstyled li p.text-muted {
    position: relative;
    top: -3px;
}

.list-step-complate hr {
    margin-top: 0;
    margin-bottom: 13px;
    border: 0.5px solid #dee2e6;
}

.ring-circle {
    width: 34px;
    height: 34px;
    top: -11px;
    left: -18px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #ff0026;
    border-color: #ff0026;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

/**Css History Change here**/
.tab-content-history {
    display: block;
    background: #fff;
    padding: 12px 12px 169px 12px;
    /*max-height: 512px;*/
    /*overflow-y: scroll;*/
}

    .tab-content-history .pane-item-history:last-child {
        margin-bottom: 0;
        border: 0;
    }

.pane-item-history {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 13px;
    font-size: 0.8125rem;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

    .pane-item-history span.username {
        line-height: 17px;
        font-weight: bold;
        white-space: nowrap;
        float: left;
        margin-right: 5px;
        color: #385898;
        font-size: 0.875rem;
    }

    .pane-item-history .content-top {
        overflow: hidden;
        background-color: #f2f3f5;
        border-radius: 18px;
        box-sizing: border-box;
        color: #1c1e21;
        line-height: 18px;
        max-width: max-content;
        word-wrap: break-word;
        position: relative;
        white-space: normal;
        word-break: break-word;
        padding: 10px 14px 8px;
        margin: 0px 0 5px;
        margin-left: 15px;
        -webkit-box-shadow: 8px 10px 10px rgba(0,0,0,0.5), inset 8px 10px 10px rgba(255,255,255,0.75);
        -moz-box-shadow: 8px 10px 10px rgba(0,0,0,0.5), inset 8px 10px 10px rgba(255,255,255,0.75);
        box-shadow: 8px 10px 10px #ffffff, inset 8px 10px 10px rgba(239, 239, 239, 0.75);
    }

    .pane-item-history span.datetime i {
        color: #2096f3;
    }

    .pane-item-history span.datetime {
        color: #606770;
        line-height: 1;
        font-size: 12px;
        font-weight: 300;
        position: relative;
        margin-left: 15px;
    }

.content-inner {
    margin-left: 15px;
}

.message p {
    margin-bottom: 2px;
}

    .message p:last-child {
        margin-bottom: 0;
    }

/*Css thông báo*/
div#zoomInLeft .modal-content {
    font-family: 'Roboto', sans-serif;
}

div#zoomInLeft .modal-dialog {
    -webkit-transform: none;
    transform: none;
    box-shadow: 0 8px 60px 0 rgba(255, 255, 255, 0.36), 0 12px 90px 0 rgba(0, 0, 0, 0.51);
}

div#zoomInLeft .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 10px;
    border-bottom: 3px solid #dee2e6;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    text-transform: uppercase;
}

div#zoomInLeft h4#myModalLabel42 {
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 6px;
}

div#zoomInLeft .modal-header.bg-danger.white {
    background: radial-gradient( circle closest-corner at center 125px, #4fb1ff, #0074D9 70% ) no-repeat;
    text-align: center;
    color: #fff;
    font-size: 8rem;
    line-height: 8rem;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 900;
    text-align: center;
    text-shadow: 2px 2px #323a46;
}

div#zoomInLeft .modal-footer button#button-close {
    background: #da4f49;
    color: #fafafa;
    padding: 9px 20px;
    border-radius: 3px;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
    font-size: 24px;
    line-height: 37px;
    font: small-caption;
    display: block;
    font-weight: 600;
    padding-bottom: 11px;
}

div#zoomInLeft .modal-body {
    max-height: 800px;
    overflow-x: auto;
}

    div#zoomInLeft .modal-body::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    div#zoomInLeft .modal-body::-webkit-scrollbar-thumb {
        background-color: #b1b1b1;
    }

    div#zoomInLeft .modal-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

div#zoomInLeft .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0.5px dashed #dee2e6;
    border-bottom-right-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.sub-header {
    margin-bottom: inherit;
    font-size: 0.8125rem;
}

.badge-w100 {
    min-width: 60px
}

.bold500 {
    font-weight: 500;
}

label {
    font-weight: 500;
}

.layout-item-empty-height {
    height: 29px
}

.media-box {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(154, 161, 171, 0.15);
    padding: 5px;
}

.card-box {
    padding: 1rem;
}

.currency-group {
    float: right;
    padding-top: 2px;
    padding-bottom: 2px !important;
}


#sidebar-menu li.mm-active > a > span.menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

span.header-branch-name {
    font-weight: 500;
    font-size: 15px;
}

i.mdi.mdi-chevron-down {
    font-size: 18px
}

/*.form-layout-customstyle {
    padding-bottom: 0 !important;
    border: 1px dashed #457DB5;
    border-radius: 4px;
    padding: 0 6px;
    margin-top: 6px;
}*/
.form-layout-customstyle {
    padding-bottom: 0 !important;
    border: 1px dashed #457DB5;
    border-radius: 4px;
    padding: 0 !important;
    margin-top: 5px;
}

.text-decoration {
    text-decoration: underline;
}

    .text-decoration:hover {
        cursor: pointer;
    }

.item-header {
    font-weight: 500;
}

.products-name a:hover h4 {
    text-decoration: underline;
    color: var(--hyperlinks-color);
}

.list-box-custom td.dxictb {
    height: fit-content;
    max-height: 200px;
    overflow: auto;
}

.splitter-nocontent-style {
    height: 0 !important;
}

    .splitter-nocontent-style .dxsplLCC {
        height: 0 !important;
        min-height: 0 !important;
    }

.btn-open-ref-style {
    margin-right: 0 !important
}

.dxeButtonEditButton_Office365AnSinh {
    padding: 0px 6px 0px 2px !important;
}

a:not([href]):not([tabindex]):not(.text-in-badge) {
    color: inherit;
}

.inventory-header-style td.dx-ellipsis {
    text-transform: none !important;
}

.dxgvEditFormDisplayRow_Office365AnSinh td.dxgv, .dxgvDetailCell_Office365AnSinh td.dxgv, .dxgvDataRow_Office365AnSinh td.dxgv, .dxgvDetailRow_Office365AnSinh.dxgvADR td.dxgvAIC, .dxflFormLayout_Office365AnSinh {
    /* padding: 12px 6px; */
    height: 40px;
}

.dxgvFilterBarClearButtonCell_Office365AnSinh {
    display: flex;
    width: 60px;
}

/*.dxflFormLayout_Office365AnSinh {
    padding-bottom: 0px !important;
}*/
.dxflFormLayout_Office365AnSinh {
    padding-top: 4px !important;
    padding-bottom: 0;
    border-radius: 6px;
}
/* .gvDuAn_Customize .dxgvHeader_Office365AnSinh {
    padding: 5px !important;
} */

.dxrpControl_Office365AnSinh.dxrp-noCollapsing > tbody > tr.dxrpCR > .dxrpcontent, .dxrpControl_Office365AnSinh > tbody > tr.dxrpCR > .dxrpcontent > .dxrpAW > .dxrpCW, .dxrpControl_Office365AnSinh > tbody > tr.dxrpCR > .dxrpcontent > .dxrpCW {
    padding: 6px 12px 6px 12px;
}

.dxgvHeader_Office365AnSinh {
    background: transparent;
    height: 44px;
    padding: 0 !important;
}

.gridview-header-white .dxgvHeader_Office365AnSinh {
    background: #fff !important;
}

.box-shadow-custom, .voucher-top-custom .dxflGroupContainerSys.dxflGroup_Office365AnSinh {
    border-radius: 6px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, .15); */
    margin: 10px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
}

.marin-top-6px {
    margin-top: 7px !important;
}

.marin-bottom-32px {
    margin-bottom: 32px;
}

.dxeTextBox_Office365AnSinh td.dxic, .dxeButtonEdit_Office365AnSinh td.dxic, .dxeButtonEdit_Office365AnSinh[cellspacing="0"] td.dxic {
    padding: 6px 12px;
    min-height: 28px;
    max-height: 100px;
    height: 36px;
    overflow: auto;
    border-radius: 6px;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.dxtcLite_Office365AnSinh > .dxtc-content {
    border: none !important;
}

/*.dxbButton_Office365AnSinh div.dxb {
    padding: 6px 10px;
    border-radius: 4px;
    height: 28px;
}*/
/*.form-layout-customstyle .dxbButton_Office365AnSinh div.dxb {
    padding: 4px 8px !important;
    height: 28px !important;
}*/
.dxbButton_Office365AnSinh div.dxb {
    padding: 4px 8px !important;
    height: 36px !important;
    width: 36px;
}

.tab-title-name {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #1E1F21;
}

.tab-title-detail {
    margin-left: 5px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #77818A;
}

.gvDuAn_Customize td.dxgvHEC {
    height: 28px !important;
}

.bold-600 {
    font-weight: 600;
}

.avatar {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: white;
    font-family: Inter, Arial, sans-serif;
}

.large-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white;
    font-family: Inter, Arial, sans-serif;
    font-weight: 600;
}

.dxtlHeader_Office365AnSinh, .dxtlHeader_Office365AnSinh td.dxtl {
    text-transform: none !important;
    height: 44px;
}

.gvDuAn_Customize {
    table-layout: fixed;
}

.custom_UI {
    background-color: gray
}

.custom_button .edit_button {
    background-color: var(--info-color);
}

.edit_button {
    background-color: #ffcc00 !important
}

.dxbButton_Office365AnSinh.dxbTSys,
.custom_button .dxbButton_Office365AnSinh {
    background-color: transparent;
}

.top_detail {
    background-color: #f5f5f5 !important;
}

    .top_detail .inner_top {
        margin: 16px;
        border-radius: 6px;
        padding-bottom: 0;
    }

    .top_detail .inner_top-pad {
        padding-top: 24px !important;
    }

.bottom_detail {
    background-color: #F7F7F7 !important;
    margin: 0px 16px !important;
    border-radius: 6px !important;
    border: 1px solid #F7F7F7 !important
}

.bottom_general {
    background-color: #F7F7F7 !important;
}

.bottom_detail ul {
    /*    padding: 10px !important;*/
    background-color: #FFFFFF !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.spiliter_custom .dxsplHSeparator_Office365AnSinh {
    display: none
}
/*.dxpc-header {
    background-color: #f1f1f1 !important;
}*/
.grid_list {
    border: 1px solid #F7F7F7;
    border-radius: 8px;
    padding: 16px !important;
    background-color: white
}

.custom_header .dxpc-header {
    background-color: #f5f5f5 !important
}

.custom_header span#PopupWindow_popOpenControl_PWH-1T {
    color: #464646 !important
}

.dxtcLite_Office365AnSinh {
    background-color: #fff;
    border-radius: 6px;
}

.dxgvControl_Office365AnSinh .dxgvHSDC .dxgvTable_Office365AnSinh {
    border-radius: 0px !important
}

.dxpcLite_Office365AnSinh .dxpc-mainDiv {
    background-color: #f5f5f5;
}

.button__background-white {
    background-color: #fff !important;
    height: 36px;
}

.custom-pager {
    min-width: 100% !important;
}

div.dxtcSys {
    display: block !important;
}

.bottom_general .dxtcLite_Office365AnSinh.dxtc-top > .dxtc-stripContainer {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    background: white;
}

.layout-search-list {
    padding-left: 0px
}
#form1 {
    background-color: transparent;
}
.box__container-top-left{
    border-radius: 6px;
}
.dxpcLite_Office365AnSinh .dxpc-header{
    background-color: transparent !important;
}
.dxeListBoxFilter_Office365AnSinh {
    background-color: #F5F5F5 !important;
}
.dxpcLite_Office365AnSinh.dxpc-mainDiv {
    background-color: #F5F5F5 !important;
}
.dxtlIndentWithButton_Office365AnSinh {
    height: 40px;
}
.dxmLite_Office365AnSinh .dxctToolbar_Office365AnSinh.dxm-main.dxmtb {
    background-color: var(--light-grey-4);
}
.dxgvEditFormDisplayRow_Office365AnSinh td.dxgv, .dxgvDetailCell_Office365AnSinh td.dxgv, .dxgvDataRow_Office365AnSinh td.dxgv, .dxgvDetailRow_Office365AnSinh.dxgvADR td.dxgvAIC {
    padding: 7px;
}
.dxflGroupCell_Office365AnSinh {
    padding: 0px 8px 3px;
}
.custom-margin-left {
    margin-left: 18px;
}
.dxflGroup_Office365AnSinh tr:last-child > .dxflGroupCell_Office365AnSinh > .dxflGroupBox_Office365AnSinh{
    padding: 0px 0 2px;
}
div.dxflGroupSys {
    margin-bottom: -4px;
}