:root {
    --color-main: #0B2957;
    --color-main-1: #F7CC46;
    --red-color-1: #0B2957;
    --white-color: #FFFFFF;
    --border-color: #D1D1D1;
    --text-color: #0B2957;
    --text-color-1: #ACACAC;
    --bg-color: #F5F7FA;
    --text-display-color: #878A8F;
    --black-color-1: #505050;
    --gray-color-1: #ACACAC;
    --green-color-1: #517664;
    --pink-color-1: #E37571;
    --gray-color-2: #F4F2F2;
    --gray-1: #D9D9D9;
    --gray-2: #878A8F;
    --gray-3: #F5F5F5;
    --bg-lang-1: rgba(11, 41, 87, 0.1);
    --place-holder-select: rgba(80, 80, 80, 0.66);
    --linear-gradient: #0B2957;
    --yellow-1: #ED8A19;
    --delete-btn-color: #B6333A;
    --edit-btn-color: #B6333A;
    --block-btn-color: #ACACAC;
    --unblock-btn-color: #444444;
    --error-color: #CC000A;
    --success-color: #009045;
    --warning-color: #D98E49;
    --page-size-color: #444;
}

html,
body,
#root {
    height: 100%;
}

/* menu  */
.waperSidebar {
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.2s;
    position: fixed;
    z-index: 1500;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--bs-primary);
}

.image-location-photo>img {
    width: 200px;
}

.widthFull {
    margin-left: 315px;
}

.changeWidth {
    margin-left: 0 !important;
}

.miniSideBar {
    margin-left: 80px;
}

.sideBarFull {
    margin-left: 315px;
}

.sidebarToggle {
    transition: 0.2s;
}

.waperLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.sidebarToggle a.waperLogo:hover {
    background-color: var(--bs-primary) !important;
}

.miniSidebar {
    background: #3a525f;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
}

.miniSidebar .itemIcon.logoutIcon {
    border-right: 1px solid #2d404a;
    padding-left: 15px;
}

.miniSidebar>i {
    color: #fff;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    cursor: pointer;
}

.miniSidebar .itemIcon {
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    cursor: pointer;
    width: 100%;
}

.rotageIcon {
    transform: rotate(180deg);
}

.inputSeach {
    padding: 0.8rem 1rem;
    position: relative;
}

.autoCompleteInput {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    min-height: 100px;
    background-color: #fff;
    border-radius: 7px;
    z-index: 2000;
    padding-bottom: 10px;
}

.autoCompleteItem {
    display: flex;
    justify-content: flex-start;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
}

.autoCompleteItem:hover {
    text-decoration: none;
    background-color: #3a525f;
    color: #fff;
}

.navItem {
    padding: 1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.2s;
}



.childNav {
    position: absolute !important;
    left: 100% !important;
    width: fit-content !important;
}

.childNav::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.navItemChild {
    padding: 5px !important;
}

.childNav::-webkit-scrollbar-thumb {
    background-color: rgb(135, 206, 250);
}

.navItem.navItemChild {
    padding: 0.8rem;
}

.itemIcon {
    color: #fff;
    width: 20px;
    transition: 0.2s;
}

.iconRotage {
    transform: rotate(90deg);
}

.rotageItemIcon {
    transform: rotate(-90deg);
}

.active .navLabel,
.activeNavItem .navLabel {
    color: #fff;
    font-weight: bold;
}

.navIcon {
    color: #d1d5db;
    width: 1.5rem;
    height: 1rem;
    margin-right: 1rem;
}

.navLabel {
    color: #d1d5db;
    font-size: 1rem;
}

.navLabelDropdown {
    font-size: 1rem;
    padding: 0.8rem;
    display: block;
}

.navItemHeaderButton {
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    /* display: none;
  visibility: hidden, */
}

/* .childNav>div>.nav-items-parent>div>div>.navLabel:hover {
    color: var(--bs-dropdown-link-hover-color);
    font-weight: bold !important;
} */

.childNav>div>.nav-items-parent>div>div>.navLabel {
    color: var(--bs-dropdown-link-color);
    font-weight: 400;
}

.childNav>div>.nav-items-parent>.childNav {
    display: none;
}

.nav-items-parent>.childNav>div>.nav-items-parent {
    padding: 18px !important;
    position: relative;
    transition: 0.2s;
}

.nav-items-parent>.childNav>div>.nav-items-parent::before {
    content: '\f0d9';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
}

.trans-management-wl-account .agent-item {
    max-height: 200px;
    overflow-y: scroll;
}


.childNav>div>.nav-items-parent>div>i {
    display: none;
}



.navItemHeaderChevron {
    color: #d1d5db;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    transition: all 0.25s;
}

.chevronExpanded {
    transform: rotate(180deg);
}

.navChildrenBlock {
    background-color: hsl(226, 71%, 36%);
}

/* end menu  */
.swal-button {
    background-color: var(--color-main) !important;
}

.modal-open-image {
    overflow: hidden;
}

.img-upload {
    width: 200px;
}

.logo-login {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 80px;
}

.wrapper-flex-btn fieldset .fieldset-body {
    display: flex;
}

.wrapper-flex-btn fieldset .fieldset-body>div {
    margin-right: 5px;
}

.bg-light {
    background-color: #E9ECEF !important;
}

button.btn-remove-image {
    position: absolute;
    z-index: 20;
    left: 115px;
    top: 0;
    bottom: -14px;
    border: 1px solid #ccc !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #000 !important;
    font-size: 16px;
    background-color: #fff;
}

button.btn-remove-image:hover,
button.btn-remove-image:focus {
    background: var(--white-color) !important;
    color: #000 !important;
    border: 1px solid #ccc;
}

.popup-notice-exp-icon-wrapper {
    background: var(--bs-primary-rgb);
}

.custom-placeholder.item-selected {
    color: #abaaaa;
}
.display-text-require {
    margin-left: -14px;
    color: red;
    font-weight: 600;
    margin-top: 16px;
}
.formio-component-NICForm>.field-wrapper>div:first-child,
.formio-component-password>.field-wrapper>div:first-child,
.formio-component-number>.field-wrapper>div:first-child,
.formio-component-phoneNumber>.field-wrapper>div:first-child,
.formio-component-email>.field-wrapper>div:first-child,
.formio-component-datetime>.field-wrapper>div:first-child,
.formio-component-textfield>.field-wrapper>div:first-child,
.formio-component-select>.field-wrapper>div:first-child {
    width: 120px !important;
    flex: unset !important;
    margin: 10px !important;
}

.custom-field-required>.field-wrapper>div:first-child {
    width: unset !important;
}

.breadcrumb {
    border: unset !important;
    box-shadow: unset !important;
    border-radius: unset !important;
    width: 95%;
    margin: auto;
    padding: 0;
    margin-bottom: 30px;
}

.breadcrumb .breadcrumb-item span,
.breadcrumb .breadcrumb-item a {
    color: #ACACAC;
}

.image-kyc-ctm {
    font-size: 0;
}

.custom-input-number {
    margin-top: 0;
}

.wrapper-cbb-custom-nic .formio-custom-select {
    background: #fff;
    border-radius: 5px;
}

.breadcrumb .breadcrumb-item:last-child>span,
.breadcrumb-item-active,
.breadcrumb .breadcrumb-item:last-child>a {
    color: #FFCC05;
}

.is-group {
    min-height: 87px;
    align-items: flex-end;
    display: flex;
}

.sidebar_waperLogo__xx_-J img {
    display: none !important;
}

/* .sidebar_waperLogo__xx_-J::before {
    content: '';
    width: 140px;
    height: 80px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */
.menu-left-parent>div>div>a::before {
    content: '';
    width: 140px;
    height: 80px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

p {
    line-height: 1.3;
}

.page-title {
    width: 95%;
    margin: 40px auto 0;
    font-size: 1.5rem;
}

.group-link-cif fieldset .fieldset-body {
    display: flex;
    align-items: center;
}

.group-link-cif fieldset .fieldset-body div {
    margin-right: 20px;
}

.wrapper-customer {
    background-color: #2D404A;
    border-radius: 4px;
    padding: 20px;
}

.wrapper-customer .col-form-label {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 15px;
}

.custom-input-required .invalid-feedback {
    text-align: end !important;
}

.icon-correct {
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    padding-right: calc(1.5em + .75rem);
    background-size: calc(.75em + .5rem) calc(.75em + .5rem);
}

.icon-incorrect {

    background-repeat: no-repeat;
    border-color: var(--toastify-color-error);
    background-position: right calc(.375em + .1875rem) center;
    padding-right: calc(1.5em + .75rem);
    background-size: calc(.75em + .5rem) calc(.75em + .5rem);
}

.label-correct {
    color: var(--toastify-color-success);
}

.label-incorrect {
    color: var(--toastify-color-error);
}

/* popup-otp */
.login-page-wapper .bo-popup-otp-wrapper {
    position: fixed !important;
    visibility: visible;
    transition: 0.2s;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 26%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    margin: 0;
}

.login-page-wapper .bo-popup-otp-wrapper.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    margin: 0;
}

.login-page-wapper .wrapper-popup {
    background: #ffff;
    width: 600px;
    border-radius: 10px;
}

.login-page-wapper .account-detail-block-title {
    text-align: center;
    color: white;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    font-size: 1.125rem;
}

.login-page-wapper .formio-component-authentication {
    background: #2D404A;
    border-radius: 10px 10px 0 0;
}

.login-page-wapper .input-otp input::placeholder {
    text-align: center;
}

.login-page-wapper .input-otp {
    margin: 0 20px;
}

.login-page-wapper .wapper-button-action-center fieldset .fieldset-body {
    display: flex;
    justify-content: center;
}

.login-page-wapper .wapper-button-action-center fieldset .fieldset-body button {
    width: 160px;
    margin: 0 16px;
}

.login-page-wapper .number-otp {
    text-align: center;
    font-size: 0.875rem;
}

/* end-popup-otp */
.card-body-bg>div:not(.card) .modal-information,
.card-body-bg>div:not(.card) .popup-img,
.card-body-bg>div:not(.card) .popup-img-location {
    position: fixed;
    visibility: visible;
    transition: 0.3s;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 26%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    margin: 0;
}

.card-body-bg>div:not(.card) .modal-information.active,
.card-body-bg>div:not(.card) .popup-img.active,
.card-body-bg>div:not(.card) .popup-img-location.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    margin: 0;
}

.card-body-bg>div:not(.card) .wrapper-information {
    background: var(--bs-white);
    padding: 30px;
    border-radius: 12px;
}

.card-body-bg>div:not(.card) .wrapper-information fieldset legend {
    border-bottom: 1px solid var(--bs-card-inner-border-radius);
    padding-bottom: 20px;
}

.img-view-media-wraper {}

.img-view {
    /* width: 600px; */
    /* height: 300px; */
    object-fit: contain;
    /* max-width: 75%; */
    /* max-height: 75%; */
    display: block;
    margin: 10px auto;
}

.custom-popup-img .img-view,
.popup-img-location .img-view {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.popup-img>fieldset>div {
    position: relative;
    margin: auto;
    background: #ffff;
    max-width: 675px;
    /* max-height: 675px; */
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    overflow: hidden;
}

.popup-img-location>fieldset>div {
    position: relative;
    margin: auto;
    background: #ffff;
    max-width: 75%;
    max-height: 75%;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
}

.custom-popup-img>fieldset>div,
.popup-img-location>fieldset>div {
    width: 100%;
    height: 100%;
}

.image-location-photo-popup>img {
    width: 100%;
}

.card-body-bg>div:not(.card) .button-close-img {
    background-color: transparent;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 16px;
    border: none;
    padding: 0;
    font-size: 1.5rem;
    transition: none;
    color: #000;
}

.card-body-bg>div:not(.card) .button-close-img:focus {
    border: none;
    outline: none;
    border-color: unset;
}

.card-body-bg>div:not(.card) .button-close-img:hover,
.button-close-img:active,
.button-close-img:focus {
    background-color: transparent !important;
    border: none;
    outline: none;
    transition: none;
}

.detail-customer div div {
    margin-bottom: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-form-value strong {
    color: #FFFFFF;
}

.col-form-value {
    display: block;
    text-align: end;
}

.card-body.card-body-bg {
    margin-bottom: 80px !important;
    width: 95%;
    margin: auto;
}

.col-form-value-color-bold {
    color: #6187C9;
    font-weight: 600;
    line-height: 19px;
}

.formio-component-pagination>div:first-child nav ul li button.active {
    background-color: var(--bs-primary) !important;
}

.grid-detail div div {
    margin-bottom: 0;
}

.formio-hidden {
    display: none;
}

.c-header {
    width: 100%;
}

.c-avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 50em;
}

.c-sidebar .c-sidebar-brand {
    background: #3a525f;
}

.c-sidebar-nav {
    background: #2d404a;
}

.c-sidebar .c-sidebar-minimizer {
    background: #3a525f;
}

.c-sidebar-nav-item .c-sidebar-nav-link:hover {
    background-color: #3a525f;
}

.c-sidebar-nav-dropdown .c-sidebar-nav-dropdown-toggle:hover {
    background-color: #3a525f;
}

.c-sidebar .c-sidebar-minimizer:hover {
    background: #3a525f;
}

.c-header-nav .userLogin {
    margin-bottom: 1px;
}

.logo-img {
    margin: 10px;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle {
    position: static;
}

.c-sidebar-nav-dropdown {
    position: static;
}

.c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-items .c-sidebar-nav-item {
    padding-left: 0;
}

.c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-items .c-sidebar-nav-item .c-sidebar-nav-link {
    padding-left: 80px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.table .form-check-input {
    margin-left: auto !important;
}

.btn .d-inline-block {
    min-width: 150px;
}

.wrapper-apply-change-api {
    background-color: var(--bs-primary);
    padding: 10px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.wrapper-apply-change-api:active {
    animation-name: bounce;
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

.wrapper-apply-change-api:hover {
    border-color: var(--bs-btn-hover-border-color);
    opacity: 0.8;
    cursor: pointer;
}

.selectedArea {
    display: inline-block;
    margin: 20px 0;
}

.dragArea {
    position: absolute;
    display: none;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, .15);
    background: rgba(0, 0, 0, .05);
}

.dragArea.remove {
    border: 1px solid rgba(255, 0, 0, .15);
    background: rgba(255, 0, 0, .05);
}

.dragArea.add {
    border: 1px solid rgba(0, 0, 255, .15);
    background: rgba(0, 0, 255, .05);
}

/* * Responsive table with css * Ade Budiman - art.visuadlesigner@gmail.com * 2015 */

table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.dropdownChooseTheme {
    display: flex !important;
    flex-wrap: wrap;
    width: 442px;
}

.itemChooseTheme {
    width: calc(100%/3) !important;
    padding-left: 15px !important;
}

.btn-dropdown-theme:focus {
    border-color: transparent !important;
}

.action-button-waper {
    text-align: center;
    cursor: pointer;
}

.card-body .action-page-button-wapper {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    padding: 25px 20px 10px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    z-index: 10;
}

.action-page-button-wapper>fieldset>.fieldset-body {
    display: flex;
}

.action-page-button-wapper>fieldset>.fieldset-body>div {
    margin-right: 10px;
}

.action-button-waper:hover .fieldset-body {
    display: block;
}


.bo-custom-detail-wrapper .bo-custom-item-has-border>div:not(:last-child) {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.filter-field {
    margin-bottom: 40px;
}

.filter-field .fieldset-body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.filter-field .fieldset-body .formio-component {
    width: calc((100% *4)/12 - 14px);
    margin: 0 7px;
}

.formio-component-checkbox .form-check-label {
    display: flex;
    align-items: center;
}

.logoImage {
    position: relative;
}

.logo-Image-Bank-Update>div>div>span>img {
    display: none !important;
}

.logoImage label {
    display: none;
}

.logoImage i.fa-remove {
    position: absolute;
    left: 191px;
    bottom: -14px;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
}

/* Cuong Add */
/* .type-kyc-agent .form-radio > div:last-child {
    display: none;
} */
.image-trans-detail {
    max-width: 300px;
    max-height: 200px;
}
.wraper-checkbox-roles .form-radio > .form-check-inline {
    margin-bottom: 10px;
}

.original-transaction-wraper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

.original-transaction-detail.active .original-transaction-wraper {
    opacity: 0;
    visibility: visible;
}

.original-transaction-body {
    margin-top: 20px;
}

.original-transaction-detail.active {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    opacity: 1;
    visibility: visible;
}

.original-transaction-detail.active .original-transaction-wraper {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bg-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 10px;
    overflow: hidden;
    width: 75%;
    max-height: 80%;
    overflow-y: auto;
    padding: 30px 30px 20px 30px;
}

.original-transaction-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.original-transaction-header span,
.original-transaction-close {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #212529;
}

/* CSS for auto complete control */
.formio-component-autoCompleteSelect .auto-complete-value {
    height: 45px;
    border: 1px solid rgb(206 212 218);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.autocomplete-items .auto-complete-value {
    border: none;
}

.formio-component-autoCompleteSelect .autocomplete-items {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

input#search-auto-conmplete-select {
    border: none !important;
}

.formio-component-autoCompleteSelect input {
    border-radius: unset !important;
    border-bottom: 1px !important;
    padding: 0 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

.auto-complete-list {
    margin-top: 8px;
}

.auto-complete-list div {
    font-size: 0.875rem;
    font-weight: 400;
}

.item-select-auto-complete:hover {
    background-color: #f1f3f5;

}

.auto-complete-value.is-disabled {
    background-color: #e9ecef !important;
    cursor: default;
}

.auto-complete-value.is-disabled .choices[data-type*=select-one]:after {
    visibility: hidden;
    opacity: 0;
}

.autocomplete-items {
    background-color: #fff;
}

/* End */
.custom-body-full {
    grid-template-columns: auto !important;
}

.acct-name-admin-trans {
    /* max-width: 120px; */
    word-break: break-word;
}

.wraper-item-internal>fieldset>.fieldset-body {
    display: flex;
    gap: 10px;
}

.wraper-item-internal>fieldset>.fieldset-body>div:first-child>span {
    font-weight: bold;
}

.cash-balance {
    font-weight: 500;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: unset !important;
}

.formio-error-wrapper {
    background-color: transparent !important;
}

/* CSS for agent */
.panel-item.hide {
    display: none;
}

.custom-panel-wrapper {
    border-radius: 10px;
    border: 1px solid #98A2B3;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
}

.custom-panel-wrapper {
    margin-bottom: 1rem;
}

.custom-panel-wrapper>fieldset>.fieldset-body .formio-component-datagrid {
    margin: 30px;
}

.custom-panel-wrapper.hide {
    display: none;
}

.custom-panel-header {
    text-transform: capitalize;
    padding: 18px 32px;
    border-bottom: 1px solid #98A2B3;
    color: #194185;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.custom-panel-body {
    padding: 20px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    row-gap: 30px;
}

.panel-item-title {
    color: #194185;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.panel-item-value {
    color: #667085;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mt-time-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.mt-time-wrapper>fieldset>.fieldset-body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.mt-time-wrapper>fieldset>.fieldset-body .formio-component-checkbox {
    margin-bottom: 0;
}

.terminal-id-wraper>fieldset>.fieldset-body {
    display: flex;
    align-items: end;
    gap: 30px;
}

.terminal-id-wraper>fieldset>.fieldset-body>div:first-child {
    flex: 0 0 30%;
}

button.button-add-terminal {
    width: 82px;
    height: 45px;
}

.wrapper-input-button-check>fieldset>.fieldset-body {
    position: relative;
}

.wrapper-input-button-check>fieldset>.fieldset-body .formio-component-button {
    position: absolute;
    right: 10px;
    margin-bottom: 0;
    top: 55%;
}

.wrapper-input-button-check>fieldset>.fieldset-body .formio-component-textfield.has-error+.formio-component-button {
    top: 45%;
}

.wrapper-input-button-check>fieldset>.fieldset-body .formio-component-button>button {
    height: 30px;
    display: flex;
    text-align: center;
    align-items: center;
}

.agent-hierachy-wraper {
    align-items: center;
}

div.btn-add-item-hierachy {
    margin-bottom: 25px !important;
}

/* End */
.trans-reversal-component-wraper>fieldset>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.request-add-wraper:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
}

.cron-week-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cron-week-checkbox>div {
    width: calc(100% / 4);
    padding: 5px;
    text-transform: capitalize;
}

.wapper-cron .cron_builder .cron_builder_bordering .well {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    row-gap: 20px;
}
.cron_builder_bordering select {
    border: 1px solid #DDDDDD;
    width: 10%;
    min-width: 50px;
    height: 40px;
    background-color: #fff;
    width: 75px;
    cursor: pointer;
    padding: 4px 0;
    border-radius: 4px;
    margin: 0 10px;
}

.dynamic-color {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.color-picker-wraper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 calc(100%/3);
}

.color-picker-wraper>div:first-child {
    width: 40%;
}

.color-picker-title {
    word-wrap: break-word;
    margin-bottom: 0 !important;
}

#color-picker {
    width: 30px;
    height: 30px;
}

#gradient-container {
    width: 100px;
    height: 30px;
    border: 1px solid #ccc;
    background-color: #ccc;
}

.static-color {
    margin-top: 20px;
    padding-left: 20px;
}

.liner-gradient {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bo-wapper-block {
    box-shadow: 0px 4px 12px rgba(206, 206, 206, 0.25);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 5px 20px 20px;
}

.bo-detail-page-title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
}

.bo-detail-page-content>fieldset>.fieldset-body {
    display: flex;
    flex-wrap: wrap;
}

.bo-detail-page-content>fieldset>.fieldset-body>.formio-component-htmlelement {
    width: calc(100% / 4);
    margin-top: 10px;
}

.bo-detail-page-content .fieldset-body .form-group .detail-content {
    word-break: break-word;
}

.bo-detail-page-content .detail-content-label {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.bo-detail-page-content .detail-content-info {
    max-width: 90%;
    word-break: break-word;
    color: var(--gray-2);
}

button.scan-back-button:focus,
button.scan-back-button:hover,
button.scan-back-button:focus-visible {
    background-color: unset !important;
    color: unset !important;
    box-shadow: unset !important;
    outline: none !important;
    border: none !important;
}

.wraper-Cust-OTP-Detail>fieldset>div {
    display: flex;
    justify-content: end;
    width: 100%;
}

.wraper-Cust-OTP-Detail>fieldset>div>div {
    width: 80%;
}

.form-text.error {
    font-size: 12px !important;
}

.image-pop-up-preview-wrapper {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.image-pop-up-preview-wrapper.active {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    opacity: 1;
    visibility: visible;
}

.image-popup-preview.active {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 20px;
    max-width: 75%;
    overflow: hidden;
    padding: 50px;
}

.image-popup-preview {
    opacity: 0;
    visibility: hidden;
}

.image-popup-preview>img {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.image-popup-preview.active>img {
    display: inline-block;
    /* margin: 50px; */
    object-fit: contain;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}

.image-preview-button-close {
    position: absolute;
    right: 18px;
    top: 8px;
}

.image-preview-button-close:hover {
    cursor: pointer;
}

.image-preview-button-close>i {
    font-size: 28px;
}

.image-list-media {
    object-fit: contain;
    cursor: pointer;
}

.image-emty {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.img-popup-item-name {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.search-container-wraper {
    padding: 0 16px;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.search-image-wraper {
    position: relative;
}

.search-image-input {
    width: 250px;
    padding: 10px 0px 10px 40px;
    border-radius: 9999px;
    border: solid 1px #333;
    transition: all .2s ease-in-out;
    outline: none;
    opacity: 0.8;
}

.search-image-wraper svg {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}

.search-image-input:focus {
    opacity: 1;
    width: 350px;
}

.popupImage {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    opacity: 1;
    visibility: visible;
    padding: 10px;
    display: flex;
    align-items: center;
}

.popupImage.hide {
    opacity: 0;
    visibility: hidden;
}

.popupImage .popup-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /* gap: 12px; */
    padding: 0 20px;
    margin: 20px 0;
    max-height: 300px;
    overflow-y: auto;
    row-gap: 12px;
}

.popupImage .popup-content>.img-popup-container {
    flex: 0 0 25%;
    text-align: center;
}

.popupImage .popup-content::-webkit-scrollbar {
    width: 6px;
}

.popupImage .popup-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.popupImage .popup-content::-webkit-scrollbar-thumb {
    background-color: #888;
}

.popupImage .popup-content::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.popupImage .popup-content img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    transition: transform 0.3s ease;
    box-shadow: 0px 4px 12px rgba(206, 206, 206, 0.25);
    flex: 0 0 calc(100%/5);
}

.img-popup-checkbox {
    display: none;
}

label.img-popup-wraper {
    text-align: center;
}

.img-popup-container>input:checked+label.img-popup-wraper>.img-popup-item {
    border: 3px solid #ff00ff;
    transition: all 0.2s ease;
}

.img-popup-clicked::before {
    content: ";
    position: absolute;
    ;
    background-color: #00285A;
    font-size: 20px;
}

.popup-img-btn-box {
    padding: 16px;
    text-align: right;
}

.popup-img-btn-box>button {
    padding: 16px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    border-radius: 30px;
    min-width: 150px;
}

.popup-img-btn-box>button:last-child {
    color: #fff;
    background-color: var(--bs-primary);
    margin-left: 10px;
}

.popup-img-btn-box>button:hover {
    opacity: 0.8;
}

.popupImage .popup-content img:hover {
    transform: scale(1.02);
    cursor: pointer;
}

.popup-close {
    position: absolute;
    display: flex;
    align-items: center;
    margin-left: 16px;
    height: 40px;
    right: 0;
    margin-right: 16px;
}

.popup-close i {
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}

.popup-wraper {
    width: 50%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 6px;
    animation: bounceIn 0.3s ease forwards;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.popup-wraper h3 {
    text-align: center;
    background-color: var(--bs-primary);
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.image-preview-wraper {
    display: inline-block;
}

.image-preview-wraper>img {
    max-width: 200px;
    max-height: 100px;
    object-fit: contain;
}

.image-preview-wraper>img:hover {
    cursor: pointer;
    transform: scale(1.02);
}

.popup-img-view {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.popup-img-view.active {
    opacity: 1;
    visibility: visible;
}

.popup-img-view.active>fieldset,
.popup-img-view.active>fieldset>div,
.popup-img-view.active>fieldset>div>div,
.popup-img-view.active>fieldset>div>div>div {
    width: 100%;
    height: 100%;
}

.img-view-popup-wraper {
    position: absolute;
    background-color: var(--bg-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 50px;
    max-width: 75%;
}

.img-view-popup-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fffcfc;
}

.img-view-popup {
    object-fit: contain;
    overflow: hidden;
}

.img-view-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: #000;
    font-size: 30px;
    opacity: 1;
    transition: all 0.3s ease;
}

.img-view-popup-close:hover {
    opacity: 0.8;
    cursor: pointer;
}

.img-sample {
    transition: all 0.3s linear;
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.img-sample:hover {
    cursor: pointer;
    transform: scale(1.01);
}

.product-limit-right>div:nth-child(2) {
    position: relative;
}

.product-limit-right>div:nth-child(2)>div:last-child {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.cust-container {
    margin: 4px auto;
}

.cust-logo {
    display: none;
}

.cust-logo p::before {
    content: '';
    width: 260px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10px;
}

.cust-body h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    color: #00285A;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.cust-items {
    padding: 10px 16px;
    border: 1px solid #d1d1d1;
    border-radius: 12px;
    margin-bottom: 20px;
}

.cust-item-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 24px;
    color: #00285A;
    padding: 10px 0;
    border-bottom: 1px solid #D1D1D1;
}

.cust-item-body {
    display: flex;
    flex-wrap: wrap;
}

.cust-item-content {
    flex: 0 0 25%;
    margin: 10px 0;
}

.cust-item-content-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 22px;
    text-transform: uppercase;
    color: #00285A;
}

.cust-item-content-content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 22px;
    color: #878A8F;
}

.cust-bottom {
    padding: 0 16px;
    text-align: center;
}

.cust-bottom p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    color: #00285a;
}

.cust-bottom a {
    text-decoration: none;
    font-size: 1rem;
    color: #00285a;
    font-weight: 500;
}

.detail-cust-disabeld>div>div:last-child>div>div>input.form-control.active {
    background-color: #e9ecef;
    opacity: 1;
}

.list-customer-wraper-noti>fieldset>div>div:last-child {
    background-color: #fff;
}

.bottom-thanks {
    color: #444444;
}

.group-bottom-customer {
    display: flex;
    justify-content: center;
}

.group-bottom-customer>fieldset>div {
    display: flex;
}

.formio-component-customerInfo2>div>div,
.formio-component-customerInfo1>div>div,
.formio-component-traninfo>div>div {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    justify-content: space-between;
}

.action-wapper .fieldset-body {
    display: flex;
    align-items: center;
}

.action-wapper .fieldset-body button {
    margin-right: 15px;
    min-width: 150px;
    border-radius: 31px;
}


.hearder-print-logo-wraper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.hearder-print-logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 180px;
    height: 90px;
    margin-bottom: 30px;
    -webkit-print-color-adjust: exact !important;
    -moz-print-color-adjust: exact !important;
    -ms-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

.btn-group-bottom>fieldset>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.btn-group-bottom>fieldset>div:first-child {
    margin-right: 14px;
}

.print-html {
    display: none;

}

/* Print */
@media print {


    .print-wrapper {
        width: 100%;
    }

    /* .card-body.card-body-bg .fieldset-body{
        display: none;
    } */
    .wrapper-trans-detail-new {
        display: block !important;
    }

    .wrapper-trans-wl {
        display: none !important;
    }

    .logo-img {
        display: none;
    }

    .wraper-action-bottom-detail {
        visibility: hidden;
    }

    .sidebar_waperSidebar__3qxkp,
    header,
    .page-title,
    footer,
    #wizard-es3b9o5-header,
    .pagination,
    .c-header,
    .c-footer .form-group:not(:last-child),
    .card-body>div>div.formio-component:not(:last-child),
    .card-body>div>div.formio-form>div>div>div.formio-component:not(:last-child),
    .action-page-button-wapper,
    .toast-message,
    .c-header-nav,
    breadcrumb,
    .sidebar_waperLogo__xx_-J,
    .menu-left-parent,
    nav[aria-label="breadcrumb"],
    nav[aria-label="navigation"] {
        display: none;

    }


    .sidebar_sideBarFull__2z255 {
        margin: 0;
    }

    .c-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .print-wrapper {
        padding: 10px;

    }

    .print-html {
        display: block;
        position: relative;
        height: 100vh;
        width: 100%;
    }

    .print-wrapper .title-print {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 1.5625rem;
    }

    .print-wrapper .print-component-items {
        margin-bottom: 15px;
        width: 100%;
    }

    .print-wrapper .print-component-items .print-component-item {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .print-wrapper .print-component-items .print-component-item>div {
        width: 50%;
    }


    .print-wrapper .print-component-items .print-component-item-title {
        text-transform: uppercase;
        font-weight: 600;
        width: 100%;
        /* border-bottom: 1px solid #D1D1D1; */
        margin-bottom: 10px;
        padding-bottom: 7px;
        margin-top: 20px;
    }

    .print-thanks {
        font-weight: bold;
        margin-top: 20px;
    }

    .print-bottom {
        border-top: 1px solid #D1D1D1;
        padding-top: 15px;
        margin-top: 20px;
    }

    .table-print {
        border-collapse: collapse;
        border: 1px solid #000;
        text-align: center
    }

    .thead-print tr th {
        font-weight: bold !important;
    }

    td,
    th {
        border: 1px solid #000 !important;
        padding: 8px;
    }

    .c-wrapper>header,
    footer {
        display: none !important;
    }

    /* CSS for print QA */
    .a5-section {
        width: 105mm; 
        height: 148mm; 
    }
    .QR-code-wraper.active {
        background-color: var(--white-color);
         position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        visibility: visible;
        z-index: 10000;
        
    }
    .qr-by {
        font-size: 22px;
        display: none;
    }
    .qr-bo-main {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: radial-gradient(122.80% 132.30% at -6.79% -19.50%, #143975 0%, #01193D 100%) !important;
        text-align: center;
        color: var(--white-color);
        overflow: hidden;
        border-radius: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
         justify-content: center;
        -webkit-print-color-adjust: exact !important;
        -moz-print-color-adjust: exact !important;
        -ms-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    .qr-bo-main::before {
        content: "";
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22330%22%20height%3D%22335%22%20viewBox%3D%220%200%20330%20335%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M139.395%2081.3457V43.8491C84.3515%2064.0627%2043.508%20114.153%2036.0477%20174.747H106.67C105.181%20181.258%20104.397%20188.038%20104.397%20195.008C104.397%20224.219%20118.174%20250.168%20139.504%20266.627C150.758%20275.292%20164.127%20281.328%20178.687%20283.783V359.062H178.671V390C95.8398%20383.663%2027.5843%20324.622%206.62964%20245.986H43.1318C58.5539%20292.148%2094.1628%20328.947%20139.379%20345.533V308.052C103.378%20290.437%2076.9853%20255.776%2070.528%20214.477H0.940377C0.313462%20208.061%200%20201.566%200%20195.008C0%2092.0387%2078.7563%207.63557%20178.687%200V28.9264H178.702V106.217C164.127%20108.688%20150.758%20114.724%20139.52%20123.405C132.248%20128.981%20125.885%20135.682%20120.619%20143.222H79.9004C91.9216%20116.244%20113.096%2094.2565%20139.395%2081.3457Z%22%20fill%3D%22%23183156%22%2F%3E%0A%3Cpath%20d%3D%22M281.171%20210.762C274.745%20247.561%20246.205%20276.662%20209.859%20283.49V354.348H209.844V389.881C303.881%20381.897%20378.813%20305.953%20386.321%20210.778H281.171V210.762ZM249.183%20345.065V307.379C273.444%20295.117%20293.224%20275.062%20305.276%20250.492H342.499C326.513%20294.103%20292.283%20328.78%20249.183%20345.065Z%22%20fill%3D%22%23183156%22%2F%3E%0A%3Cpath%20d%3D%22M209.844%200.157227V35.0559H209.859V106.517C246.189%20113.36%20274.73%20142.429%20281.171%20179.26H386.321C378.798%2084.0851%20303.881%208.10962%20209.844%200.157227ZM305.589%20139.53C293.553%20114.675%20273.648%2094.382%20249.167%2081.994V44.339C292.471%2060.7032%20326.826%2095.6176%20342.734%20139.53H305.589Z%22%20fill%3D%22%23183156%22%2F%3E%0A%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        height: 55vh;
        width: 80vw;
        bottom: 0;
        right: 0;
        -webkit-print-color-adjust: exact !important;
        -moz-print-color-adjust: exact !important;
        -ms-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    .qr-logo {
        background-image: url(data:image/svg+xml,%3Csvg%20width%3D%22200%22%20height%3D%2267%22%20viewBox%3D%220%200%20200%2067%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M24.372%2013.9511V7.52026C14.7482%2010.987%207.60701%2019.5777%206.30264%2029.9696H18.6503C18.39%2031.0863%2018.253%2032.2491%2018.253%2033.4445C18.253%2038.4544%2020.6617%2042.9046%2024.3912%2045.7274C26.3587%2047.2135%2028.6962%2048.2486%2031.2419%2048.6697V61.5802H31.2392V66.8863C16.7568%2065.7995%204.82289%2055.6738%201.15914%2042.1873H7.54124C10.2377%2050.1042%2016.4636%2056.4155%2024.3693%2059.26V52.832C18.0749%2049.8108%2013.4602%2043.8663%2012.3312%2036.7835H0.164417C0.0548062%2035.6832%200%2034.5693%200%2033.4445C0%2015.7849%2013.7699%201.30952%2031.2419%200V4.96098H31.2446V18.2165C28.6962%2018.6403%2026.3587%2019.6755%2024.3939%2021.1643C23.1225%2022.1206%2022.0099%2023.2699%2021.0892%2024.5631H13.9699C16.0717%2019.9363%2019.7738%2016.1653%2024.372%2013.9511Z%22%20fill%3D%22%23FFCC05%22%2F%3E%0A%3Cpath%20d%3D%22M49.1614%2036.1494C48.0379%2042.4607%2043.0478%2047.4515%2036.6931%2048.6225V60.775H36.6904V66.8689C53.132%2065.4996%2066.2333%2052.475%2067.5459%2036.1521H49.1614V36.1494ZM43.5685%2059.1829V52.7195C47.8104%2050.6167%2051.2686%2047.1771%2053.3759%2042.9633H59.8841C57.089%2050.4428%2051.1042%2056.39%2043.5685%2059.1829Z%22%20fill%3D%22%23FFCC05%22%2F%3E%0A%3Cpath%20d%3D%22M36.6923%200.0290527V6.01428H36.6951V18.27C43.047%2019.4437%2048.0371%2024.4291%2049.1633%2030.7458H67.5478C66.2325%2014.4229%2053.134%201.39291%2036.6923%200.0290527ZM53.4327%2023.9319C51.3281%2019.6692%2047.848%2016.1889%2043.5677%2014.0643V7.60636C51.1391%2010.4129%2057.1457%2016.4008%2059.9271%2023.9319H53.4327Z%22%20fill%3D%22%23FFCC05%22%2F%3E%0A%3Cpath%20d%3D%22M84.0956%2040.2032C84.9423%2040.2032%2085.6055%2040.0456%2086.0823%2039.7332C86.5591%2039.4207%2086.7975%2038.9507%2086.7975%2038.3258C86.7975%2037.8069%2086.6029%2037.3749%2086.2166%2037.0245C85.8274%2036.6767%2085.3424%2036.3534%2084.756%2036.06C84.1696%2035.7638%2083.5393%2035.4704%2082.8625%2035.1743C82.1856%2034.8781%2081.5553%2034.5141%2080.9689%2034.074C80.3825%2033.6365%2079.8975%2033.1013%2079.5084%2032.4656C79.1192%2031.8326%2078.9274%2031.0311%2078.9274%2030.0666C78.9274%2029.2461%2079.0973%2028.5017%2079.4398%2027.8415C79.7824%2027.1813%2080.2565%2026.6271%2080.8593%2026.1788C81.4622%2025.7332%2082.1746%2025.3882%2082.9967%2025.1464C83.8161%2024.9046%2084.6957%2024.785%2085.6329%2024.785C86.6057%2024.785%2087.4935%2024.8665%2088.2964%2025.0268C89.0993%2025.1871%2089.8063%2025.4018%2090.4201%2025.6707L89.8255%2029.0478C89.3021%2028.8522%2088.6801%2028.6647%2087.9594%2028.4854C87.2387%2028.3061%2086.4632%2028.2164%2085.6329%2028.2164C84.8574%2028.2164%2084.2545%2028.374%2083.8216%2028.6864C83.3886%2028.9989%2083.1721%2029.4064%2083.1721%2029.9063C83.1721%2030.3899%2083.3667%2030.792%2083.753%2031.1126C84.1394%2031.4359%2084.6327%2031.7347%2085.2273%2032.0119C85.822%2032.289%2086.4577%2032.5743%2087.1345%2032.8704C87.8114%2033.1665%2088.4471%2033.5306%2089.0418%2033.9707C89.6364%2034.4081%2090.1269%2034.9488%2090.516%2035.5927C90.9024%2036.2366%2091.097%2037.0489%2091.097%2038.0324C91.097%2038.8719%2090.9381%2039.6381%2090.6229%2040.3254C90.3078%2041.0128%2089.8419%2041.6024%2089.2309%2042.0941C88.617%2042.5859%2087.8689%2042.9662%2086.9866%2043.2325C86.1042%2043.5014%2085.0848%2043.6346%2083.9312%2043.6346C82.9748%2043.6346%2082.0102%2043.5368%2081.0374%2043.3384C80.0646%2043.1401%2079.2891%2042.9092%2078.7109%2042.6402L79.2782%2039.1816C79.9276%2039.4859%2080.6785%2039.7305%2081.5362%2039.9179C82.3939%2040.1108%2083.2461%2040.2032%2084.0956%2040.2032Z%22%20fill%3D%22%23FFCC05%22%2F%3E%0A%3Cpath%20d%3D%22M96.6682%2043.3649H92.4756V25.0533H96.6682V32.1579H103.105V25.0533H107.27V43.3649H103.105V35.7495H96.6682V43.3649Z%22%20fill%3D%22%23FFCC05%22%2F%3E%0A%3Cpath%20d%3D%22M121.765%2025.0298L123.171%2032.6179L124.198%2038.6222H124.253L125.174%2032.6179L126.363%2025.0569H130.745L126.634%2043.3957H121.82L119.359%2030.9552H119.304L116.709%2043.3957H111.87L107.921%2025.0569H112.437L113.654%2032.6179L114.547%2038.7037H114.629L115.739%2032.6179L117.199%2025.0298H121.765Z%22%20fill%3D%22%23FFCC05%22%2F%3E%0A%3Cpath%20d%3D%22M142.529%2028.4854H135.525V32.2918H142.096L141.88%2035.6688H135.525V39.9316H143.097L142.88%2043.3629H131.333V25.0513H142.743L142.529%2028.4854Z%22%20fill%3D%22%23FFCC05%22%2F%3E%0A%3Cpath%20d%3D%22M145.332%2043.3645V24.3031H151.618C153.703%2024.3031%20155.273%2024.7296%20156.326%2025.5854C157.378%2026.4412%20157.904%2027.7073%20157.904%2029.3809C157.904%2030.272%20157.649%2031.0599%20157.14%2031.7445C156.63%2032.4292%20155.934%2032.959%20155.054%2033.3339C156.093%2033.6219%20156.915%2034.1707%20157.518%2034.9776C158.121%2035.7845%20158.422%2036.7463%20158.422%2037.8629C158.422%2039.5745%20157.863%2040.9166%20156.745%2041.8947C155.627%2042.8728%20154.046%2043.3618%20152.004%2043.3618H145.332V43.3645ZM147.866%2032.4319H151.695C152.804%2032.4319%20153.69%2032.1575%20154.355%2031.606C155.021%2031.0545%20155.353%2030.3073%20155.353%2029.3619C155.353%2028.3131%20155.046%2027.5497%20154.429%2027.0715C153.813%2026.5961%20152.876%2026.357%20151.618%2026.357H147.869V32.4319H147.866ZM147.866%2034.4478V41.3079H152.051C153.229%2041.3079%20154.161%2041.0036%20154.843%2040.3977C155.526%2039.7919%20155.865%2038.9551%20155.865%2037.8901C155.865%2035.5943%20154.608%2034.4478%20152.089%2034.4478H147.866Z%22%20fill%3D%22%23FFCC05%22%2F%3E%0A%3Cpath%20d%3D%22M169.522%2043.3663C169.382%2043.0865%20169.267%2042.5893%20169.179%2041.8748C168.045%2043.0457%20166.688%2043.6298%20165.113%2043.6298C163.704%2043.6298%20162.548%2043.2359%20161.646%2042.4453C160.745%2041.6547%20160.292%2040.6549%20160.292%2039.4405C160.292%2037.9652%20160.857%2036.8214%20161.989%2036.0036C163.12%2035.1886%20164.71%2034.7783%20166.762%2034.7783H169.138V33.6644C169.138%2032.8168%20168.883%2032.143%20168.374%2031.6404C167.864%2031.1378%20167.11%2030.8878%20166.116%2030.8878C165.244%2030.8878%20164.512%2031.1052%20163.923%2031.5426C163.334%2031.98%20163.038%2032.507%20163.038%2033.1265H160.583C160.583%2032.4201%20160.835%2031.7355%20161.342%2031.078C161.849%2030.4178%20162.534%2029.8989%20163.403%2029.5131C164.269%2029.13%20165.222%2028.9371%20166.261%2028.9371C167.908%2028.9371%20169.196%2029.3446%20170.13%2030.1624C171.062%2030.9775%20171.547%2032.1022%20171.582%2033.534V40.0545C171.582%2041.3558%20171.75%2042.3882%20172.084%2043.1571V43.3663H169.522ZM165.466%2041.5189C166.231%2041.5189%20166.96%2041.3232%20167.645%2040.9293C168.332%2040.5354%20168.828%2040.0246%20169.135%2039.397V36.49H167.22C164.227%2036.49%20162.731%2037.3593%20162.731%2039.0954C162.731%2039.8534%20162.986%2040.4484%20163.496%2040.875C164.011%2041.3069%20164.666%2041.5189%20165.466%2041.5189Z%22%20fill%3D%22%23FFCC05%22%2F%3E%0A%3Cpath%20d%3D%22M176.638%2029.2006L176.717%2030.9802C177.808%2029.619%20179.236%2028.9371%20180.995%2028.9371C184.015%2028.9371%20185.538%2030.627%20185.563%2034.004V43.3636H183.121V33.9905C183.113%2032.9689%20182.878%2032.2136%20182.415%2031.7246C181.951%2031.2356%20181.233%2030.991%20180.255%2030.991C179.463%2030.991%20178.767%2031.2002%20178.17%2031.6186C177.572%2032.037%20177.104%2032.5858%20176.77%2033.2678V43.3609H174.328V29.1952H176.638V29.2006Z%22%20fill%3D%22%23FFCC05%22%2F%3E%0A%3Cpath%20d%3D%22M192.155%2036.8058L190.623%2038.3898V43.3643H188.181V23.2569H190.623V35.4175L191.93%2033.8608L196.38%2029.2013H199.351L193.793%2035.1187L200%2043.367H197.134L192.155%2036.8058Z%22%20fill%3D%22%23FFCC05%22%2F%3E%0A%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: center;
        background-size:contain;
        width: 400px;
        height: 120px; 
        margin: 0 auto;
        margin-bottom: 3%;
        -webkit-print-color-adjust: exact !important;
        -moz-print-color-adjust: exact !important;
        -ms-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
   .qr-scan {
       font-weight: bold;
       font-size: 48px;
       text-transform: uppercase;
       line-height: normal;
       margin-top: 3%;
   }
   .qr-wraper-main-content {
       display: flex;
       align-items: center;
       flex-direction: column;
       justify-content: start;
       background-color: #fff;
       border-radius: 10px;
       margin-bottom: 22px;
       margin-top: 18px;
       position: relative;
       z-index: 2;
       border: 6px solid #FFCC05;
   }
   .qr-shopname {
       font-weight: bold;
       font-size: 40px;
       text-transform: uppercase;
       color: #00285A;
       line-height: 40px;
       padding: 50px 0;
   }

   .qr-wraper-main-content canvas, .qr-wraper-main-content img {
       width: 55vw;
       height: 55vw;
       margin: 0 85px 85px 85px;
   }

    .qr-wraper-bottom {
        position: relative;
        z-index: 2;
        font-size: 30px;
        font-weight: bold;
        margin-top: 4%;
    }

    .qr-wraper-bottom .qr-bottom-phone {
        margin-bottom: 12px;
    }

    .qr-wraper-bottom span {
        font-weight: 400;
    }
    /* End */

}

/* End print */


.logtrandefine {
    display: flex;
    flex-wrap: wrap;
    width: 101%;
    transform: translateX(-12px);
}

.receiver-info {
    display: flex;
    width: calc(100%/2);
}

.receiver-info>div {
    width: calc(100%/2);
    padding: 10px;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.receiver-info>div:not(:first-child) {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.receiver-info>div:first-child {
    text-transform: capitalize;
}

.card-body .action-page-button-wapper button {
    margin-right: 15px;
    border-radius: 31px;
}

.card-body .card.form-update .action-page-button-wapper {
    position: static;
    display: block;
    padding: 0;
}

.card-body .card.form-update .action-button-waper:before {
    display: none;
}

.card-body .card.form-update .action-button-waper .fieldset-body {
    position: relative;
    display: block;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    z-index: 100;
    width: 100%;
    transform: translateX(0);
}

.card-body .card.form-update .action-wapper .fieldset-body {
    display: block;
}

.card-body .card.form-update .filter-field .fieldset-body {
    display: block;
}

.card-body .card.form-update .filter-field .fieldset-body .formio-component {
    width: 100%;
}

.c-wrapper:not(.c-wrapper-fluid) .c-header-fixed {
    display: flex;
    justify-content: space-between;
}

.card-body .formio-component-customerInfo1.detail-customer .col-form-label,
.card-body .formio-component-customerInfo2 .col-form-label,
.card-body .formio-component-customerInfo.detail-customer .col-form-label{
    max-width: 40%;
}

/*This will work on every browser*/
.table-fixed.table thead th {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    z-index: 999;
}

.col-form-label {
    width: 100%;
}

.width-label .col-form-label {
    width: 100%;
}

.formio-component .col-form-label,
.formio-component-select label,
.formio-component-textfield label {
    font-size: 0.875rem;
    font-weight: 400;
}

.table thead th {
    border-color: var(--bs-body-bg);
}

.status-list {
    border-radius: 44px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.status-list p {
    width: fit-content;
    white-space: nowrap;
    padding: 5px;
    border-radius: 44px;
    text-align: center;
}


.profile-avatar-wapper .fieldset-body {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
}

.profile-avatar-wapper .fieldset-body .logoImage {
    background: transparent;
    color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin-bottom: 0;
}

.profile-avatar-wapper .fieldset-body .logoImage i.fa-remove {
    left: 115px;
    top: 0;
    color: #000;
    z-index: 21;
}

.profile-avatar-wapper .fieldset-body .logoImage .fileSelector,
.custom-image-upload .fileSelector {
    border: none;
    font-size: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.custom-image-upload .fileSelector {
    border: none !important;
}

.box-location {
    width: 200px;
    margin-bottom: 0 !important;
}

.box-location fieldset .fieldset-body {
    position: relative;
}

.custom-image-upload {
    width: 200px;
    margin-bottom: 0px !important;
    bottom: 0;
}

.box-location>fieldset>.fieldset-body>div:first-child {
    margin-bottom: 0 !important;
}

.custom-image-upload .fileSelector {
    height: 40px;
}

.image-location-photo,
.custom-image-upload {
    background-color: #D9D9D9;
}

.custom-image-upload img,
.image-location-photo img {
    width: 200px !important;
    height: 200px;
    object-fit: contain;
}

.custom-image-upload .fa-remove:before {
    font-size: 25px;
}

.custom-image-upload .fa-remove {
    position: absolute;
    z-index: 1000;
    cursor: pointer;
}

.profile-avatar-wapper .fieldset-body .logoImage .fileSelector a,
.custom-image-upload .fileSelector a {
    font-size: 1rem;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    height: 75px;
    border-radius: 0 0 75px 75px;
    background: rgba(0, 0, 0, 0.3);
}

.custom-image-upload .fileSelector a {
    border-radius: unset !important;
    height: 40px;
}

.profile-avatar-wapper .fieldset-body .logoImage .fileSelector a:before,
.custom-image-upload .fileSelector a:before {
    content: '\f044';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    color: #000;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.profile-avatar-wapper .fieldset-body .logoImage .fileSelector a::after,
.custom-image-upload .fileSelector a:after {
    content: url('http://192.168.2.241:9000/static/image/camera-solid');
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: 10px;
    right: 7px;
}

.profile-avatar-wapper .fieldset-body .logoImage .fileSelector i,
.custom-image-upload .fileSelector i {
    display: none;
}

div.btn-remove-location-photo {
    position: absolute;
    top: -10px;
    right: -30px;
    z-index: 999;
}

button.btn-remove-location-photo {
    background: transparent;
    color: #444;
    border: none !important;
    box-shadow: none !important;
    font-size: 25px;
}

button.btn-remove-location-photo:active,
button.btn-remove-location-photo:hover,
button.btn-remove-location-photo:focus {
    background-color: transparent !important;
    background: transparent !important;
    color: #444 !important;
    border: none !important;
    box-shadow: none !important;
}

.profile-wapper-page .formio-component-information,
.profile-wapper-page .formio-component-password {
    margin-top: 40px;
}

.profile-wapper-page .formio-component-information .card,
.profile-wapper-page .formio-component-password .card

/* ,.profile-wapper-page .fieldset-body .formio-component-panel .card  */
    {
    background-color: transparent;
    box-shadow: none;
    border: none !important;
}

.profile-wapper-page .formio-component-information .card .card-body,
.profile-wapper-page .formio-component-password .card .card-body {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #444;
}

.profile-wapper-page .fieldset-body .formio-component-panel .card .card-body {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #dedede;
}

.profile-wapper-page .formio-component-information .card .card-body .formio-component-columns .formio-component-radio,
.profile-wapper-page .formio-component-password .card .card-body .formio-component-columns .formio-component-radio {
    margin-bottom: 0;
    height: 100%;
}

.profile-wapper-page .formio-component-information .card .card-body .formio-component-columns .formio-component-radio .form-radio,
.profile-wapper-page .formio-component-password .card .card-body .formio-component-columns .formio-component-radio .form-radio {
    display: flex;
    height: 100%;
    align-items: center;
}

.profile-wapper-page .formio-component-information .card .card-body .formio-component-columns .formio-component-radio .form-radio .form-check,
.profile-wapper-page .formio-component-password .card .card-body .formio-component-columns .formio-component-radio .form-radio .form-check {
    margin-right: 30px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.profile-wapper-page .formio-component-information .card .card-body .formio-component-columns .formio-component-radio .form-radio .form-check .form-check-label,
.profile-wapper-page .formio-component-password .card .card-body .formio-component-columns .formio-component-radio .form-radio .form-check .form-check-label {
    display: flex;
    align-items: center;
}

.profile-wapper-page .formio-component-information .card .card-body .formio-component-columns .password-wapper,
.profile-wapper-page .formio-component-password .card .card-body .formio-component-columns .password-wapper {
    margin-bottom: 0;
    height: 100%;
}

.profile-wapper-page .formio-component-information .card .card-body .formio-component-columns .password-wapper fieldset,
.profile-wapper-page .formio-component-password .card .card-body .formio-component-columns .password-wapper fieldset {
    height: 100%;
}

.profile-wapper-page .formio-component-information .card .card-body .formio-component-columns .password-wapper fieldset .fieldset-body,
.profile-wapper-page .formio-component-password .card .card-body .formio-component-columns .password-wapper fieldset .fieldset-body {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-wapper-page .formio-component-information .card .card-body .formio-component-columns:not(:last-child),
.profile-wapper-page .formio-component-password .card .card-body .formio-component-columns:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.profile-wapper-page .fieldset-body .formio-component-panel .card .row {
    align-items: center;
    margin: 0;
}

.profile-wapper-page .formio-component-information .card .card-body .formio-component-columns p,
.profile-wapper-page .formio-component-password .card .card-body .formio-component-columns p {
    margin-bottom: 0;
    line-height: 3.5;
}

.profile-wapper-page .fieldset-body .formio-component-panel .card .row div div p,
.profile-wapper-page .fieldset-body .formio-component-panel .card .row div div {
    margin-bottom: 0;
    padding: 2px 0;
}

.wrapper-input .fieldset-body {
    display: flex;
    align-items: center;
}

.wrapper-input>fieldset>.fieldset-body div:nth-child(2) {
    margin-bottom: 0;
}

.profile-wapper-page .formio-component-information .card .card-header,
.profile-wapper-page .formio-component-password .card .card-header {
    background: transparent;
    border: none;
    border-bottom: 1px solid #444;
    padding: 20px 0;
    font-weight: 600;
    font-size: 1rem;
}

.wraper-has-button>fieldset>.fieldset-body {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.wraper-has-button .formio-component-button {
    height: 45px;
}

.form-control:focus {
    box-shadow: none !important;
}

.choices__list--multiple .choices__item--selectable {
    background-color: #2d404a !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
}

.choices__list--multiple .choices__item--selectable .choices__button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding-left: 0;
    margin-left: 12px;
}

.formio-component-dayExchange {
    font-size: 0.75rem;
}

.day-exchange {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #26333a;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid;
    border-color: #d8dbe0;
    overflow: hidden;
    border-bottom: 0;
    margin-bottom: 0;
}

.exchange-rate-grid .datagrid-table {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: 0;
    font-size: 0.75rem !important;
}

.exchange-rate-grid .datagrid-table th {
    font-size: 0.75rem !important;
}

.wapper-form-update .fieldset-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wapper-form-update .fieldset-body>div {
    width: calc(100%/2 - 15px);
}

.wapper-form-update .fieldset-body>div:nth-child(odd) {
    margin-right: 15px;
}

.wapper-form-update .fieldset-body>div:nth-child(even) {
    margin-left: 15px;
}

.formio-component-collectAndShare .formio-component-maxAmount .col-form-label::after,
.formio-component-collectAndShare .formio-component-minAmount .col-form-label::after,
.formio-component-collectAndShare .formio-component-percent .col-form-label::after,
.formio-component-collectAndShare .formio-component-amount .col-form-label::after,
.formio-component-collectAndShare .formio-component-beneficiary .col-form-label::after,
.formio-component-collectAndShare .formio-component-beneficiaryType .col-form-label::after,
.formio-component-collectAndShare .formio-component-collectionType .col-form-label::after,
.formio-component-collectAndShare .formio-component-payer .col-form-label::after,
.custom-require-css-bo .col-form-label::after {
    content: '*';
    color: red;
}

.formio-component-select .is-disabled .dropdown {
    background-color: #e9ecef;
}

.formio-component-sampleBillImage {
    display: flex;
    flex-wrap: wrap;
}

.formio-component-sampleBillImage .fileSelector {
    display: flex;
    justify-content: center;
}

.formio-component-sampleBillImage>.formio-errors.invalid-feedback {
    display: none;
}

.formio-component-sampleBillImage>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.formio-component-sampleBillImage>div>div {
    position: relative;
    margin-right: 15px;
    width: calc((100%/6 - 15px));
    margin-bottom: 15px;
}

.formio-component-sampleBillImage>div>div img {
    width: 100% !important;
    object-fit: cover;
    height: 200px;
}

.formio-component-sampleBillImage>div>div i {
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 50%;
    top: -15px;
    right: -10px;
}

.filter-wapper-health-check .formio-component-selectBoxes1 .field-wrapper {
    padding-top: 40px;
}

.filter-wapper-health-check .formio-component-selectBoxes1 .form-radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter-wapper-health-check .formio-component-selectBoxes1 .form-radio .form-check {
    margin-right: 10px;
    width: calc(100%/3 - 15px);
}

.wapper-sample-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin-right: 10px;
}

.formio-component-datetime .input-group .form-control {
    background-color: #FFFFFF;
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 0.25rem;
}

.card-body-bg>div:not(.card) .wrapper-custinfo-data {
    margin-bottom: 0;
    position: relative;
}

/* .formio-component-label-hidden{
    display: none;
} */

.card-body-bg>div:not(.card) .custinfo-data-html {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 100px;
    border-radius: 7px;
    padding-bottom: 10px;
    top: 55%;
    display: flex;
    justify-content: end;
    z-index: 5;
}

.card-body-bg>div:not(.card) .custinfo-data-html>div {
    width: 100%;
    background-color: #fff;
}
.card-body-bg>div:not(.card) .custinfo-data-html,
.card-body-bg>div:not(.card) .user-info-data {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 100px;
    max-height: 300px;
    background-color: #FFFFFF;
    border-radius: 7px;
    z-index: 50;
    padding-bottom: 10px;
    overflow: auto;
    top: unset;
}

.card-body-bg>div:not(.card) .cust-item {
    padding: 10px 15px;
}

.card-body-bg>div:not(.card) .cust-item:hover {
    background-color: rgba(61, 61, 61, 0.149);
    cursor: pointer;
}

.card-body-bg>div:not(.card) .custinfo-data .trans-empty p {
    padding: 10px 15px;
}



/* cash flow - Hungnq  */
.branch-tree {
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    padding: 10px;
}

.branch__name {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.branch__name .icon-arcordion {
    background-color: #00285A;
    border-radius: 5px;
    margin-right: 5px;
    color: #ffff;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}

.icon-arcordion,
.brand-name-content {
    cursor: pointer;
}

.formio-choices .selection.dropdown {
    display: flex;
    align-items: center;
}

.prime-agent__list {
    transition: 0.2;
}

.prime-agent__list.active {
    height: 0;
    opacity: 0;
    z-index: -1;
}

.prime-agent-item {
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    line-height: 21px;
}

.prime-agent-item::before {
    content: '\203A';
    color: #00285A;
    margin-right: 5px;
    margin-left: 20px;
    font-weight: 700;
    padding-bottom: 3px;
}


.prime-agent-item.active::before,
.prime-agent-item.active {
    color: #6187C9;
}



/* cash flow - Hungnq end */


@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table thead {
        display: none;
    }

    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table td {
        display: block;
        text-align: right;
        font-size: 1.083rem;
        border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
}

.sidebar_miniSidebar__3RNsI {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3A525F;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1.05);
    }

    75% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    25% {
        transform: scale(0.7);
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Th?ng css menu scroll start */
.menu-scroll {
    overflow-y: scroll !important;
    padding-bottom: 100px;
    height: 100%;
}

.dropdown-menu-scroll {
    position: static !important;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
    border-color: transparent !important;
    overflow: unset !important;
    max-height: unset !important;
}

.dropdown-menu{
    float: none !important;
}

.dropdown-item-scroll,
.dropdown-item-scroll span,
.dropdown-item-scroll span:hover {
    color: #FFFFFF !important;
    font-weight: medium !important;
    font-size: 0.875rem;
}

.btn-scroll {
    display: block !important;
}

@media (max-width: 1400px) {
    .status-list>p {
        font-size: 0.625rem;
    }

    .formio-component-dataGrid,
    .formio-component-pagination {
        /* overflow-x: auto !important; */
    }

    table>tbody>tr:last-child>td:last-child>div>fieldset>div,
    table>tbody>tr:nth-last-child(2)>td:last-child>div>fieldset>div {
        top: unset !important;
        bottom: 0 !important;
    }
}
.custom-accountRole > .table-bordered > thead > tr >th:nth-child(3),
.custom-accountRole > .table-bordered > tbody > tr > td:nth-child(3) {
    display: none!important;
}
@media(min-height:601px) {
    .navItem:hover {

    font-weight: bold;
    text-decoration: none;
    }

    .navItem:hover>div>span {
        color: #fff;
    }

    .navItem:hover .childNav {
        display: block;
        visibility: visible;
        overflow: unset !important;
    }
    
.nav-items-parent>.childNav>div>.nav-items-parent:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
    text-decoration: none;
    color: var(--bs-dropdown-link-hover-color) !important;
    font-weight: bold !important;
}

.nav-items-parent>.childNav>div>.nav-items-parent:hover:before {
    transform: rotate(180deg);
}

.nav-items-parent>.childNav>div>.nav-items-parent:hover div>div>.navLabel {
    color: var(--bs-dropdown-link-hover-color) !important;
    font-weight: bold !important;
}

.nav-items-parent>.childNav>div>.nav-items-parent:hover .childNav {
    display: block;
    visibility: visible;
}
    
}

@media(max-height:600px) {
    .navItem:hover {}

    .dropdown-item,
    .dropdown-item span,
    .dropdown-item span:hover {
        color: #FFFFFF !important;
        font-weight: medium !important;
        font-size: 0.8rem !important;
    }

    .navItem.active > .childNav{
        display: block !important;
        visibility: visible;
        overflow: unset !important;
        width: 100% !important;
    }

    .nav-items-parent>.childNav>div>.nav-items-parent::before,
    .navItem.active .navLabel{
        color: var(--white-color) !important;
    }

    .navItem.active .childNav .navLabel{
        font-size: 0.8rem !important;
    }

}

/* Th?ng css menu scroll end */

.wapper-id-type>div {
    display: flex;
    align-items: center;
    gap: 41px;
}

.wapper-id-type>div>div {
    width: calc(100% / 3);
}

.wapper-id-type>div>div .formio-custom-select.disable {
    background-color: #e9ecef;
    opacity: 1;
    height: 35px !important;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.wapper-id-type>div>div .formio-custom-select.disable span {
    color: #495057;
}

.cus-table>table>tbody>tr>td {
    max-width: 426px;
}

.custom-table-level .table-bordered th:first-child {
    width: 300px;
}

.custom-table-level .table-bordered th:last-child {
    width: 200px;
}

.custome-table-kyc .table-bordered th:first-child {
    width: 300px;
}

.custom-table-agent .table-bordered th:first-child {
    width: 300px;
}

.custom-table-agent .table-bordered th:nth-child(2) {
    width: 300px;
}

.custom-table-agent .table-bordered th:nth-child(3) {
    width: 200px;
}

.des-custom .formio-editor-read-only-content {
    font-size: 0.875rem;
}

.card-body-bg>div:not(.card) .cusinfo-custom {
    z-index: 1 !important;
    top: 82% !important;
    right: 1px !important;
    min-height: unset !important;
}

.card-body-bg>div:not(.card) .cusinfo-custom>div {
    width: 100% !important;
    border: 1px solid rgb(206 212 218);
}

.agent-input {
    text-align: center;
    position: relative;
}

.agent-input input {
    width: 100%;
    padding: 8px 30px;
    border: 1px solid #fff !important;
    border-radius: 0px;
}

.agent-input input:focus-visible {
    border: unset !important;
    outline: none;
}

.agent-input .search-icon-custom i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 15px;
}

.fake-input {
    height: 45px;
    border: 1px solid rgb(206 212 218);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 10px
}

.fake-input-bg {
    background-color: #fff;
}

.input-customer-search {
    margin-bottom: 0rem !important;
}

.cusinfo-custom .custinfo-data {
    border-top-color: rgb(206 212 218) !important;

}

.fake-rednote {
    color: red;
}

.disabled-div {
    pointer-events: none;
    background-color: #e9ecef !important;
    color: #768192;
    font-weight: 400;
}

.custom-type-nrc>div .wraper-CustomerType-container .wraper-choose-CustomerType,
.custom-type-nrc>div .wraper-CustomerType-container .wraper-set-nrc,
.custom-type-nrc>div .wraper-input-license-number {
    display: flex;
    justify-content: space-between;
}

.custom-type-nrc>div .wraper-CustomerType-container .wraper-set-nrc {
    flex-wrap: wrap;
}

.wrapper-cbb-custom-nic {
    align-items: flex-end !important;
    flex: 1;
}

.custom-type-nrc>div .wraper-input-license-number {
    padding-left: 12px;
}

.custom-type-nrc>div .wraper-CustomerType-container .wraper-choose-CustomerType>span,
.custom-type-nrc>div .wraper-CustomerType-container .wraper-set-nrc>span,
.custom-type-nrc>div .wraper-input-license-number>span {
    width: 120px;
    margin-right: 10px;
}

.custom-type-nrc>div .wraper-CustomerType-container .wraper-set-nrc .wrapper-cbb-custom-nic .custom-input-number {
    margin-top: 0 !important;
}

.custom-type-nrc>div .wraper-CustomerType-container .wraper-choose-CustomerType .formio-custom-select,
.custom-type-nrc>div .wraper-CustomerType-container .wraper-set-nrc .wrapper-cbb-custom-nic,
.custom-type-nrc>div .wraper-input-license-number .form-control {
    flex: 1;
    height: 45px;
    box-shadow: none;
    border-radius: 4px;
}

.wraper-choose-CustomerType .disable,
.wrapper-cbb-custom-nic .disable {
    background-color: #e9ecef;
    opacity: 1;
}

.custom-type-nrc>div>div:first-child {
    padding-left: 12px;
}

.custom-type-nrc .field-required:after {
    content: '';
}

.custom-type-nrc>div .wraper-CustomerType-container .wraper-choose-CustomerType>span::after {
    content: '*';
    color: red;
}

.wraper-set-nrc p {
    width: 100%;
}

.custom-type-nrc>div .wraper-CustomerType-container .wraper-choose-CustomerType .select-selected span {
    font-size: 14px;
    padding-left: 12px;
}

.custom-image-upload .file {
    position: absolute;
    left: 210px;
    top: -15px;
}

.custom-image-upload .row:first-child {
    display: flex;
    width: 500px;
}

.custom-image-upload .row:first-child>div:first-child {
    padding-right: 0px;
    margin-right: 0px;
    width: 50%;
}

.custom-image-upload {
    margin-bottom: 30px !important;
}

.wraper-input-license-number span::after {
    content: '*';
    color: red;
}

.custom-required label.col-form-label:after { 
    content: '*';
    color: red;
}

/* .custom-image-upload .row > div:last-child {
    width: 30%;
} */
.row .alert-danger {
    width: 800px;
}

.custom-image-upload .bg-error {
    background: transparent !important;
    border: transparent !important;
    padding: 5px !important;
}

.choices__input {
    background-color: unset !important;
}

.expiration-select .field-label {
    display: none !important;
}

.danger-button-radius {
    border-radius: 31px !important;
}

.choices__placeholder {
    opacity: 0.9 !important;
}


button[ref="pagination-arrPrev"],
button[ref="pagination-arrNext"] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
.css-custom-grid-responsive .formio-component-datagrid {
    width: 100%;
    overflow: auto;
}
.formio-component-datagrid.formio-component-transactionDataList {
    overflow: auto;
}

.formio-component-datagrid.formio-component-transactionDataList table>tbody>tr:last-child>td:last-child>div>fieldset>div,
.formio-component-datagrid.formio-component-transactionDataList table>tbody>tr:nth-last-child(2)>td:last-child>div>fieldset>div {
    top: unset !important;
    bottom: 0 !important;
}

/* namnh bo wallet topup withdrawal start */
.access-token-popup-wrapper {
    display: none;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    transition: opacity 0.3s;
    margin-bottom: 0 !important;
}

.access-token-popup-wrapper.active {
    display: block;
}

.access-token-popup {
    background-color: #fff;
    width: 500px;
    margin: 300px auto 0 auto;
    border-radius: 12px;
}

.popup-btn-wrapper .fieldset-body {
    display: flex;
    justify-content: space-evenly;
}

.access-token-content {
    /* height: 500px; */
    word-wrap: break-word;
    padding: 30px;
    text-align: left;
}

/* namnh bo wallet topup withdrawal end */



/* hungnq billler update  */

.wrapper-sundry-panel{
    border: 1px solid #d1d1d1;
}

.wrapper-sundry-panel .wraper-title-sundry-panel{
    background-color:#d1d1d1 ;
    padding: 10px;
}

.wrapper-sundry-panel .wrapper-sundry-panel-grid,
.wrapper-sundry-panel .formio-component-columns{
    padding: 0 10px 10px;
}

/* hungnq billler update  end*/

/* CSS for QR code partner */

.wraper-selected-acount-qr > fieldset > .fieldset-body {
     opacity: 0;
    visibility: visible;
    transition: opacity 0.3s linear;
}

.wraper-selected-acount-qr.active {
        background-color: rgba(0, 0, 0, 0.3);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        visibility: visible;
        z-index: 10000;
        margin-bottom: 0;
}
.wraper-selected-acount-qr.active > fieldset > .fieldset-body{
    width: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.button-close-qr {
    position: absolute;
    right: 0;
    margin-bottom: 0 !important;
    top: 0;
}
button.button-close-qr {
    background-color: unset;
    border: none;
    color: #000;
    box-shadow: unset;
    font-size: 16px;
}
button.button-close-qr:hover,
button.button-close-qr:active,
button.button-close-qr:focus {
     background-color: unset !important;
     border: none !important;
     color: #000 !important;
    box-shadow: unset !important;
    font-size: 16px !important;
}


.wraper-selected-acount-qr.active > fieldset > .fieldset-body {
     opacity: 1;
    visibility: visible;
}
.qr-account-container.active {
    display: block;
}

.qr-account-container > label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.qr-account-container > select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.qr-account-container > button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #495057;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.qr-account-container > button:hover {
    opacity: 0.8;
}
.qr-account-container > select option {
    background-color: #f2f2f2;
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.qr-account-container > select option:hover {
    background-color: unset;
}
.qr-account-container > select:focus-visible {
    border-color: unset;
}

.QR-code-wraper {
    opacity: 0;
    visibility: visible;
    transition: all 0.3s linear;
}
/* End */


.search-current-partner > .field-wrapper > div > label {
    margin-right: 20px;
}
/* HieuHM Start css CMS ADD & Edit User */

.allow-content-cms .form-group {
    margin-bottom: 1em;
}
.allow-content-cms .form-check {
    margin-bottom: 0.5em;
}
.allow-content-cms .custom-select-container {
    position: relative;
    width: 100%;
  
}
.allow-content-cms .custom-select {
    display: none;
}
.allow-content-cms .selected-items {
    border: 1px solid #ccc;
    padding-left: 15px;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.allow-content-cms .selected-item {
   background-color: #2d404a !important;
    color: #fff;
    padding: 6px 12px !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.allow-content-cms .selected-item .remove-btn {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}
.allow-content-cms .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 12px;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    max-width: 99%;
}
.allow-content-cms .option {
    padding: 10px;
    cursor: pointer;
}
.allow-content-cms .option:hover {
    background-color: #f1f1f1;
}
.allow-content-cms .mt-100 {
    margin-bottom: 30px;
}


/* HieuHM END  */


/* Css for button clear search ddl control */
.wraper-auto-search-control > fieldset > .fieldset-body {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}
.wraper-auto-search-control > fieldset > .fieldset-body .formio-component-autoCompleteSelect {
    flex: 1;
}
/* End */
.action-page-button-billerref > fieldset > .fieldset-body{
    display: flex;
    float: right;
}
.formio-component-addFrom{
    padding-right: 20px;
}

.ct-after > .field-wrapper > .field-label {
    padding-right: 8px;
}

/* new home */
.wrapper-today-activities {
  display: flex;
  justify-content: space-around;
  gap: 0 8px;
}
.ct-wrapper-card {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 25%;
  text-align: center;
  padding: 24px 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px 0;
}
.ic-today-activities {
    width: 30px;
    height: 30px;
}
.ct-description-content {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #565656;
}
.ct-wrapper-card .ct-value {
  font-size: 24px;
  font-weight: bold;
  word-break: break-word;
  line-height: normal;
}
.ct-wrapper-card .ct-description {
  display: flex;
  align-items: center;
  gap: 0 8px;
  justify-content: center;
}
.ct-wrapper-card::after {
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.teal::after {
  background-color: #039874;
}
.purple::after {
  background-color: #7F31B6;
}
.blue::after {
  background-color: #40AADB;
}
.orange::after {
  background-color: #F9B067;
}
.dark-blue::after {
  background-color: #0067C5;
}

.transaction-count-summary-chart,
.transaction-count-summary-chart2 {
  width: 100%;
  height: 100%;
}

.ct-transaction-count-summary,
.ct-transaction-count-summary2 {
    padding: 15px 32px 20px;
    
}

.ct-wrapper-transaction-count-summary {
    border-radius: 6px;
    border: 1px solid #E8E9EC;
    background-color: #fff;
}

/* and new home */

/* namnh dashboard start*/
.custom-wapper-data {
  background-color: #fff;
}
.wrapper-dashboard {
  background-color: #fff;
  padding: 40px;
}
.recently-header-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.15px;
  color: #242424;
  padding: 16px 16px;
    margin-bottom: 0;
}
.custom-wapper-data > fieldset > .fieldset-body > div {
    margin-bottom: 0;
}
.switch-tab {
    display: flex;
      border-bottom: 1px solid var(--gray-200, #e8e9ec);

}
.switch-tab__item {
    padding: 16px 120px 16px 30px;
}
.switch-tab__item:hover {
    cursor: pointer;
}
.switch-tab__item:not(:last-child) {
    border-right: 1px solid #E8E9EC;

}
.switch-tab__item.active {
    border-bottom: 3px solid #6495F5;
}
.switch-tab__item--title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color : var(--gray-900, #101828);
    margin-bottom: 8px;
}
.switch-tab__item--name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--gray-400, #98A2B3);
    margin-top: 6px;
}
.switch-tab__item.active .switch-tab__item--name {
    color : var(--gray-900, #101828);
}

.cash-flow-chart {
    width: 70%;
    margin: 0 auto;
}

.dot-nrc {
  width: 25px;
  height: 10px;
  display: inline-block;
}

/* khoich sua */
.btn.btn-default.btn-md.btn-bottom:disabled {
    color: #fff;
    background-color: #4094F7;
}

.custlist-chart-wrapper {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.custlist-chart-wrapper .cash-flex {
  min-width: 50%;
  padding: 10px;
}

.wrapper-dashboard {
  background-color: #fff;
  padding: 20px;
}
.recently-header-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
}
.dot-nrc {
  width: 25px;
  height: 10px;
  display: inline-block;
}

.custlist-chart-wrapper {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.custlist-chart-wrapper .cash-flex {
  min-width: 50%;
  padding: 10px;
}

.switch-tab__item {
    background: var(--white-color);
    flex: 1;
    padding: 16px 0 16px 30px;
}

.switch-tab__item.active {
    border-bottom: 6px solid #033F98;
}

.custom-dashboard {
    position: fixed;
    top: 62px;
    left: 281px;
    margin-bottom: 0;
    max-height: 60px;
    width: 100%;
    background-color: var(--white-color);
    border-bottom: 1px solid #D0D5DD;
    z-index: 2;
}

.custom-select-date > div.form-group{
    color: #000000;
}

.custom-select-date > div.form-group > div.form-control {
    border: none;
    border-radius: inherit;
    color: #000000;
    padding: 0;
}

.custom-select-date .choices__list.choices__list--single {
    padding: 4px 12px;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    font-weight: 500;
}

.custom-select-date .choices__item.choices__item--selectable {
    padding-right: 15px;
}

.custom-select-date .choices[data-type*=select-one] .choices__button {
    display: none;
}

.custom-select-date .choices[data-type*=select-one]:after {
    border: 4px solid transparent;
    border-top-color: #344054 !important;
}

.custom-select-date .choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #344054 !important;                                        
}

.custom-select-date .choices__list--dropdown{
    z-index: 1;
    top: unset;
    bottom: 100%;
}

.custom-loader-home {
  width:45px;
  height:40px;
  --c:linear-gradient(#7D70CA 0 0);
  background: 
    var(--c) 0%   100%,
    var(--c) 50%  100%,
    var(--c) 100% 100%;
  background-size:9px 100%;
  background-repeat: no-repeat;
  animation:b2 1s infinite linear;
  margin: 90px auto;
}

@keyframes b2 {
    20% {background-size:9px 60% ,9px 100%,9px 100%}
    40% {background-size:9px 80% ,9px 60% ,9px 100%}
    60% {background-size:9px 100%,9px 80% ,9px 60% }
    80% {background-size:9px 100%,9px 100%,9px 80% }
}

.ct-wrapper-drop-downd {
    margin-bottom: 0;
}

.ct-wrapper-drop-downd > fieldset > .fieldset-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 0;
}

.ct-wrapper-note {
    display: flex;
    gap: 0 22px;
}

.ct-wrapper-note-data {
    display: flex;
    gap: 0 12px;
    align-items: center;
}

.ct-wrapper-note-data-nc {
    height: 10px;
    padding: 0 15px;
    background: #F9B067;
}

.ct-wrapper-note-data-tc {
    height: 10px;
    padding: 0 15px;
    background: #0067C5;
}

.ct-wrapper-note-data-st {
    height: 10px;
    padding: 0 15px;
    background: #039874;
}

.ct-wrapper-note-data-ft {
    height: 10px;
    padding: 0 15px;
    background: #E44545; 
}

.ct-wrapper-note-data-ib {
    height: 10px;
    padding: 0 15px;
    background: #0067C5;
}

.ct-wrapper-note-data-mb {
    height: 10px;
    padding: 0 15px;
    background: #40BFDB;
}

.ct-wrapper-note-data-pp {
    height: 10px;
    padding: 0 15px;
    background: #F9B067;
}

.ct-wrapper-note-data-pa {
    height: 10px;
    padding: 0 15px;
    background: #7F31B6;
}

.ct-wrapper-note-data-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.35px;
    text-align: left;
    color: #4F4F4F;
}


@media( max-width:1024px ) {
    .ct-w-customer-overview,
    .ct-wrapper-transaction-count-summary {
        overflow: auto;
    }

    .ct-w-customer-overview .custom-body-chartjs,
    .ct-wrapper-transaction-count-summary > fieldset > .fieldset-body {
        min-width: 1000px;
    }
}

@media( max-width:1500px ) {
    .ct-description-content {
        flex: 1;
    }
}


/* namnh dashboard end */