body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    min-width: 1366px;
    font-size: 14px;
    color: #333333;
    background-color: #f8f8f8;
}

.text-color-red {
    color: #F92B4F
}

.max-screen {
    max-width: calc(100% - 20px) !important;
}

.customer-popup-confirm>.sa-button-container>.cancel {
    background-color: #F92B4F;
    color: #fff;
    border-radius: unset;
    box-shadow: none !important;
    width: 180px;
    margin-right: 15px;
}

.customer-popup-confirm>.sa-button-container>.cancel:hover {
    background-color: #fff;
    color: #F92B4F;
    border: 1px solid #F92B4F;
    box-shadow: none !important;
}

.customer-popup-confirm>.sa-button-container>.sa-confirm-button-container>.confirm {
    background-color: #fff !important;
    color: #333333 !important;
    border: 1px solid #333333 !important;
    border-radius: unset !important;
    box-shadow: none !important;
    width: 180px;
}

.customer-popup-confirm>.sa-button-container>.sa-confirm-button-container>.confirm:hover {
    box-shadow: none !important;
    background-color: #333333 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #f62c2c !important;
    width: 60px;
    height: 60px;
}

.sweet-alert .sa-icon.sa-warning>.sa-body {
    background-color: #f62c2c !important;
    height: 27px;
}

.sweet-alert .sa-icon.sa-warning>.sa-dot {
    background-color: #f62c2c !important;
}

.sweet-alert h2 {
    font-size: 22px;
    letter-spacing: 1px;
}

.color-black {
    color: #333333;
}

.content-height {
    min-height: 100vh;
}

.login-wrapper {
    max-width: 450px;
    margin: 0 auto;
    min-height: 450px;
    padding-bottom: 50px;
}

.login-logo {
    margin-top: 80px;
    margin-bottom: 40px;
}

.login-title {
    font-size: 24px;
    font-weight: bold;
}

.login-button {
    width: 280px;
    font-size: 24px;
    background-color: #0054ce;
    margin-top: 40px;
}

.login-button:hover {
    background-color: #ffffff;
    color: #0054ce;
    border: 1px solid #0054ce;
}

.error-massage {
    font-size: 16px;
    color: #e71a19;
}

.loginId,
.password {
    font-size: 18px;
}

.login-title,
.logo-form-group {
    min-width: 360px;
}

.input-error {
    border: 1px solid #e71a19;
    background-color: #fef1f1;
}

.home {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 61px);
}

.home .text {
    font-weight: bold;
    font-size: 100px;
}

.navbar-custom {
    height: 80px;
    background-color: #ffffff;
}

.navbar-custom .nav-item-custom {
    border-bottom: 1px solid #ffffff;
    background: #0054ce;
}

.nav-link, .nav-link-css-custom {
    display: flex;
    align-items: center;
    padding-left: 15px !important;
    color: #ffffff !important;
    padding: 12px 1rem;
    gap: 15px;
}

.nav-link:hover {
    transition: all 0.4s;
}

.nav-link-collapse:after {
    float: right;
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    font-size: 14px;
}

.nav-link-show:after {
    float: right;
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    font-size: 14px;
}

.nav-item ul.nav-second-level {
    padding-left: 0;
}

.nav-item ul.nav-second-level>.nav-item {
    padding-left: 55px;
}

.sidenav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    margin-top: 80px;
    background: #0054ce;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    overflow: auto;
}

.navbar-expand-lg .sidenav {
    flex-direction: column;
}

.content-wrapper {
    background-color: #f8f8f8;
    width: 100%;
    overflow: scroll;
    margin-left: 250px;
}

.nav-second-level {
    background: #1362d3;
}

.container-wrapper {
    display: flex;
    position: relative;
}

.left-sidebar {
    width: 250px;
    background-color: #0054ce;
    transition: 0.3s;
    position: fixed;
    z-index: 1000;
}

.menu-active {
    background-color: #3f80de !important;
}

/* breadcrumb */
.breadcrumb {
    align-items: center;
}

.breadcrumb-item,
.breadcrumb-item .text {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    font-family: '';
    font-size: 16px;
}

/* input custom */

.input-custom label,
.input-custom input,
.input-custom select {
    height: 33px;
    font-size: 14px;
}

.input-custom input,
.input-custom select,
.input-custom textarea {
    border-radius: unset;
}

/* search form */

.search-wrapper {
    margin-top: 10px;
    background-color: #ffffff;
    box-shadow: 1px 2px 4px #e1e1e1;
}

.search-wrapper .header {
    height: 40px;
    width: 100%;
    background: #0054ce;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.search-wrapper .header .icon {
    position: absolute;
    right: 15px;
}

.search-wrapper .header .title {
    color: #ffffff;
    font-size: 16px;
}

.input-wrapper {
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
}

.code-label,
.radio-label,
.username-input {
    background-color: #f5f8fc;
    height: 100%;
    display: flex;
    align-items: center;
}

.code-input,
.date-input,
.katakana-input {
    display: flex;
    align-items: center;
}

.code-input input {
    width: 94px;
    height: 33px;
    border-radius: unset;
}

.code-input span,
.date-input span,
.katakana-input span {
    margin: 0 5px;
    font-size: 16px;
}

.radio-custom {
    display: flex;
    align-items: center;
}

.radio-custom input[type='radio'] {
    border: 1px solid #b9b9b9;
    padding: 0.5em;
    -webkit-appearance: none;
}

.radio-custom input[type='radio']:checked {
    background: url('../images/square.jpg') no-repeat center center;
    background-size: 30px 30px;
}

.radio-custom input[type='radio']:focus {
    outline-color: transparent;
}

.radio-wrapper {
    display: flex;
}

.username-input input {
    height: 33px;
    border-radius: unset;
}

.action-btn {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    position: relative;
}

.action-btn .delete-btn,
.action-btn .search-btn,
.export-btn,
.pass-auto-btn,
.modal-clear-btn,
.modal-register-btn,
.customer-title-btn,
.display-setting-btn,
.selection-btn {
    border-radius: unset;
    font-size: 14px;
    font-weight: bold;
}

.action-btn .delete-btn {
    width: 150px;
    background-color: #ffe57f;
    position: absolute;
    left: 15px;
}

.action-btn .delete-btn:hover {
    background-color: #ffffff;
    color: #ffe57f;
    border: 1px solid #ffe57f;
}

.action-btn .search-btn {
    width: 250px;
    background-color: #333333;
    color: #ffffff;
}

.action-btn .search-btn:hover {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
}

/* ------------ */
/* table */

.table-wrapper {
    margin-top: 40px;
}

.paginate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paginate .page-item {
    margin: 0 5px;
}

.pagination {
    align-items: center;
    color: #0054ce;
    margin: 0;
}

.page-link {
    border: 1px solid #0054ce;
    color: #0054ce;
}

.page-link:hover {
    background-color: #0054ce;
    color: #fff;
}

.page-link-active {
    background-color: #0054ce;
    color: #fff;
}

.page-item:first-child .page-link {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.page-item:last-child .page-link {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.page-link {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link .fa-minus-before {
    transform: rotate(90deg);
    position: absolute;
    left: 2px;
}

.page-link .fa-minus-after {
    transform: rotate(90deg);
    position: absolute;
    right: 2px;
}

.export-btn {
    width: 160px;
    background-color: #333333;
    color: #fff;
}

.export-btn:hover {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
}

.page-number {
    display: flex;
    align-items: center;
}

.page-select {
    width: 76px;
    height: 30px;
}

.table-container {
    margin: 28px 0;
}

.table-container table {
    background-color: #ffffff;
}

.table-container .table-striped tbody tr:nth-of-type(odd),
.data-transfer-table-left tbody tr:nth-of-type(odd),
.data-transfer-table-right tbody tr:nth-of-type(odd) {
    background-color: #f5f8fc;
}

.table-container thead tr {
    background-color: #f8f8f8;
}

.table-container th {
    border-top: unset;
    padding: 5px;
}

.table-container td {
    padding: 8px 5px;
    vertical-align: middle;
}

.table-container .fa-circle {
    font-size: 7px;
}

.table-container tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

.table-action {
    text-align: center;
}

.table-action .role {
    background-color: #333333;
    color: #fff;
    border-radius: unset;
    font-size: 14px;
}

.table-action .edit {
    background-color: #cae2fa;
    border-radius: unset;
    font-size: 14px;
}

.table-action .print {
    background-color: #DFC3FF;
    border-radius: unset;
    font-size: 14px;
}

.table-action .copy {
    background-color: #C0F4E1;
    border-radius: unset;
    font-size: 14px;
}

.table-action .delete {
    background-color: #ffb8c3;
    border-radius: unset;
    font-size: 14px;
}

.table-action .change {
    background-color: #C0F4E1;
    border-radius: unset;
    font-size: 14px;
}

.space {
    width: 160px;
}

/*  */

.register-button {
    width: 250px;
    font-size: 14px;
    background-color: #333333;
    margin-top: 15px;
    color: #ffffff;
    border-radius: unset;
}

.register-button:hover {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
}

.register-staff-btn {
    background-color: #f0bd8a;
    font-size: 14px;
    font-weight: bold;
    width: 135px;
    border-radius: unset;
}

.register-staff-btn:hover {
    background-color: #ffffff;
    color: #f0bd8a;
    border: 1px solid #f0bd8a;
}

/* modal staff*/
.modal-header-custom {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1eb465;
    color: #ffffff;
    padding: 0;
}

.modal-header-custom .title {
    font-size: 16px;
}

.modal-dialog-custom {
    max-width: 967px;
}

.pass-auto-btn {
    width: 120px;
    background-color: #333333;
    color: #fff;
    float: right;
}

.pass-auto-btn:hover {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
}

.modal-register-btn {
    width: 250px;
    background-color: #333333;
    color: #fff;
    margin-bottom: 15px;
}

.modal-register-btn:hover {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
}

.modal-clear-btn {
    width: 250px;
    background-color: #0054CE;
    color: #fff;
    margin-bottom: 15px;
}

.modal-footer-custom {
    display: flex;
    justify-content: center;
}

.modal-content hr {
    margin: 0;
}

.modal-body .form-group {
    margin: 10px 0;
}

.modal-check-custom {
    width: 22px;
    margin-top: 0;
}

/*  */

/* maker manage */

.modal-maker-dialog-custom {
    max-width: 450px;
}

.register-maker-btn {
    background-color: #f0bd8a;
    font-size: 14px;
    font-weight: bold;
    width: 135px;
    border-radius: unset;
}

.register-maker-btn:hover {
    background-color: #ffffff;
    color: #f0bd8a;
    border: 1px solid #f0bd8a;
}

.table-tr-custom {
    color: #f92b4f;
    background: #f8f8f8;
}

.table-maker-custom tr:last-child td,
.table-staff-custom tr:last-child td,
.table-product-import-custom tr:last-child td,
.table-register-sale-slip tr:last-child td,
.table-register-deposit-slip tr:last-child td,
.table-purchase-slip-custom tr:last-child td,
.table-list-payment-slip-custom tr:last-child td,
.table-invoice_issuance_by_site tr:last-child td {
    border-top: unset;
}

.border-top tr:last-child td{
    border-top: 1px solid #dee2e6;
}

.loyal-customer-table {
    min-width: 1392px;
}

.loyal-customer-paginate,
.import-place-paginate {
    max-width: 1086px;
}

.paginate-wrapper {
    position: relative;
}

.customer-title-btn {
    width: 160px;
    background-color: #dfc3ff;
    position: absolute;
    top: 0;
    left: 1106px;
}

.customer-title-btn:hover {
    background-color: #ffffff;
    color: #dfc3ff;
    border: 1px solid #dfc3ff;
}

.customer-date-field .position-absolute {
    right: -5px;
}

.scene-register-modal .scene-label {
    color: #F92B4F
}

.scene-register-modal .note-textarea-modal {
    height: 119px;
}

.import-place-table {
    min-width: 1266px;
}

.modal-change-product-import {
    max-width: 621px;
}

.import-place-table {
    min-width: 1266px;
}

.text-table-action {
    width: 15%;
    text-align: center;
}

.table-container th:last-child {
    text-align: center;
}

.search-customer-modal .modal-body {
    max-height: 530px;
    overflow-y: auto;
}

.modal-body {
    max-height: 530px;
    overflow-y: auto;
}

.overflow-auto {
    overflow-y: auto;
}

.search-customer-modal th {
    border-top: unset;
}

.modal-select-customer-btn {
    border-radius: unset;
    font-size: 14px;
    font-weight: bold;
    width: 150px;
    background-color: #333333;
    color: #fff;
    margin-bottom: 15px;
    margin-right: 15px;
}

.modal-select-customer-btn:hover {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
}

.modal-cancel-customer-btn {
    border-radius: unset;
    font-size: 14px;
    font-weight: bold;
    width: 150px;
    background-color: #fff;
    color: #333333;
    margin-bottom: 15px;
    border: 1px solid #333333;
}


.modal-cancel-customer-btn:hover {
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.modal-customer-table tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

.modal-customer-table .customer-list-column {
    width: 75%;
}

table.table-selected tbody tr.selected td {
    background-color: #ddeebd;
}

.staff-info .staff-name {
    background-color: #eeeeee;
    width: 212px;
    height: 28px;
}

.staff-save-btn {
    width: 160px;
    height: 48px;
    background-color: #CAE2FA;
    border-radius: unset;
}

.staff-save-btn:hover {
    border: 1px solid #CAE2FA;
    color: #CAE2FA;
    background-color: #fff;
}

.table-permission-custom th {
    border-bottom: unset !important;
}

.table-permission-custom th:last-child {
    width: 60%;
    text-align: left;
}

.table-permission-custom .form-check {
    margin-right: 60px;
}

.table-staff-custom-modal thead tr,
.table-scene-custom-modal thead tr {
    background-color: #fff;
}

.modal-customer-list,
.modal-scene-list {
    max-width: 1202px;
}

.table-staff-custom-modal tbody,
.table-scene-custom-modal tbody {
    display: block;
    max-height: 200px;
    overflow-y: overlay;
}

.table-staff-custom-modal thead,
.table-staff-custom-modal tbody tr,
.table-scene-custom-modal thead,
.table-scene-custom-modal tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

table tbody tr td:last-child {
    text-align: center;
}

.date-input input{
  width: 155px;
  height: 33px;
  border-radius: unset;
  font-size: 14px;
  padding-right: 1px;
}

.checkbox-custom,
.checkbox-custom .form-check {
    height: 100%;
}

.checkbox-custom input {
    width: 22px;
    height: 22px;
    margin-top: 0;
}

.katakana-input input {
    height: 33px;
    border-radius: unset;
    width: 160px;
}

.menu-collapse-back-right-icon {
    display: none;
}

.hide {
    display: none;
}

.temporary-slip {
    height: 33px;
    border: 1px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-btn,
.quotient-btn {
    height: 33px;
    width: 40px;
    border-radius: unset;
}

.quotient-btn {
    background-color: #168DFF;
    border: 1px solid #B9B9B9;
}

.history-btn {
    background-color: #E1E1E1;
    border: 1px solid #B9B9B9;
}

.table-register-sale-slip,
.table-register-purchase-slip {
    width: 1424px;
}

.table-register-sale-slip tr th,
.table-register-deposit-slip tr th,
.table-register-purchase-slip tr th {
    text-align: center;
}

.table-register-sale-slip .table-action,
.table-register-purchase-slip .table-action {
    vertical-align: top;
}

.table-register-sale-slip td,
.table-register-deposit-slip td,
.table-register-purchase-slip td {
    padding: 0px 5px;
    vertical-align: middle;
}


.table-register-sale-slip-wrapper,
.table-register-purchase-slip-wrapper {
    width: 100%;
    overflow: auto;
}

.table-register-sale-slip .actions .register,
.table-register-purchase-slip .actions .register {
    width: 160px;
    height: 48px;
    background-color: #CAE2FA;
    font-size: 14px;
    border-radius: unset;
    margin-right: 10px;
    margin-left: 10px;
}

.table-register-sale-slip .actions .delete,
.table-register-purchase-slip .actions .delete {
    width: 160px;
    height: 48px;
    background-color: #FFB8C3;
    font-size: 14px;
    border-radius: unset;
    margin-right: 10px;
}

.table-register-sale-slip .actions .print {
    width: 160px;
    height: 48px;
    background-color: #DFC3FF;
    font-size: 14px;
    border-radius: unset;
    margin-right: 10px;
}

.table-register-sale-slip .actions .cancel{
  width: 160px;
  height: 48px;
  background-color: #A9A9A9;
  font-size: 14px;
  border-radius: unset;
  margin-right: 40px;
  border: 1px solid #ced4da;
}

.table-register-sale-slip .actions .print:hover {
    background-color: #ffffff;
    color: #DFC3FF;
    border: 1px solid #DFC3FF;
}

.table-register-sale-slip .total {
    margin-right: 85px;
}

.table-register-sale-slip .total label {
    background-color: #D6E8F9;
    display: flex;
    align-items: center;
}

.register-sale-slip-btn {
    background-color: #f0bd8a;
    font-size: 14px;
    font-weight: bold;
    width: 135px;
    border-radius: unset;
    color: black;
}

.register-sale-slip-btn:hover {
    background-color: #ffffff;
    color: #f0bd8a;
    border: 1px solid #f0bd8a;
}

.table-register-deposit-slip .actions .delete:hover,
.table-register-purchase-slip .actions .delete:hover,
.table-register-sale-slip .actions .delete:hover {
    background-color: #fff;
    color: #FFB8C3;
    border: 1px solid #FFB8C3;
}

.table-register-deposit-slip .total {
    display: flex;
    justify-content: flex-end;
    margin-right: 168px;
}

.table-register-deposit-slip .total label {
    background-color: #D6E8F9;
    display: flex;
    align-items: center;
    width: 150px;
    padding-left: 16px;
}

.table-register-deposit-slip .total input {
    width: 150px;
    margin-left: 20px;
}

.table-action .add {
    background-color: #C0F4E1;
    border-radius: unset;
    font-size: 14px;
}

.table-register-deposit-slip .table-action {
    text-align: left;
    position: relative;
}

.table-register-deposit-slip .actions .register {
    width: 160px;
    height: 48px;
    background-color: #CAE2FA;
    font-size: 14px;
    border-radius: unset;
    margin: 0 33px;
}

.table-register-deposit-slip .actions .register:hover,
.table-register-purchase-slip .actions .register:hover,
.table-register-sale-slip .actions .register:hover {
    background-color: #fff;
    color: #CAE2FA;
    border: 1px solid #CAE2FA;
}

.table-register-deposit-slip .actions .delete {
    width: 160px;
    height: 48px;
    background-color: #FFB8C3;
    font-size: 14px;
    border-radius: unset;
    margin-right: 40px;
}

.import-csv-btn {
    background-color: #DFECFA;
    font-size: 14px;
    font-weight: bold;
    width: 135px;
    border-radius: unset;

}

.import-csv-btn:hover {
    background-color: #ffffff;
    color: #DFECFA;
    border: 1px solid #DFECFA;
}

.modal-import-csv .modal-body .title {
    font-weight: bold;
    text-align: center;
}

.modal-import-csv .modal-body label {
    padding: 7px 33px;
    background: #DFECFA;
    margin: 20px 0;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.modal-import-csv .modal-body .file-csv-input {
    display: none;
}

.modal-import-csv .modal-body .action .import-btn {
    width: 200px;
    height: 40px;
    color: #fff;
    border-radius: unset;
    font-weight: bold;
    background-color: #000;
    margin-top: 30px;
    font-size: 14px;
}

.table-register-purchase-slip .total {
    margin-right: 85px;
}

.table-register-purchase-slip .total label {
    background-color: #D6E8F9;
    display: flex;
    align-items: center;
}

.table-register-purchase-slip .table-action {
    padding-top: 6px;
}

.table-list-payment-slip-custom {
    width: 100%;
    overflow: auto;
}

.table-list-payment-slip-custom table {
    width: 1326px;
}

.modal-seal-label {
    max-width: 860px;
}

.customer-list-left,
.customer-list-right {
    border: 1px solid #B9B9B9;
}

.customer-list-left select,
.customer-list-right select {
    width: 100%;
    height: 330px;
    border: unset;
}

.customer-list-left select option,
.customer-list-right select option {
    padding: 12px;
    border-top: 1px solid #B9B9B9;
    cursor: pointer;
}

.customer-list-left .title,
.customer-list-right .title {
    text-align: center;
    padding: 10px;
    background-color: #EEEEEE;
}

.customer-list-left select:focus-visible,
.customer-list-right select:focus-visible {
    outline: unset;
}

.data-transfer-table-left table tr.selected,
.data-transfer-table-right table tr.selected {
    background-color: #F1FFD3 !important;
}

.data-transfer-table-left,
.data-transfer-table-right {
    border: 1px solid #B9B9B9;
    height: 369px;
    overflow: auto;
}

.data-transfer-table-left thead th,
.data-transfer-table-right thead th {
    border-top: unset;
    text-align: center;
}

.data-transfer-table-left tbody td,
.data-transfer-table-right tbody td {
    height: 40px;
    padding: 0 10px;
    vertical-align: middle;
    text-align: left !important;
    cursor: pointer;
}

.content-transfer-list-modal .transfer-icon-btn {
    border-radius: unset;
    height: 35px;
    width: 50px;
    background-color: #333333;
    color: #fff;
}

.content-transfer-list-modal .transfer-icon-btn span {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
}

.content-transfer-list-modal .actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.number-start-positon {
    margin-bottom: 20px;
}

.number-start-positon select {
    width: 60px;
    height: 33px;
}

.modal-seal-label .modal-print-btn {
    width: 150px;
    background-color: #333333;
    color: #fff;
    margin-bottom: 15px;
    border-radius: unset;
    font-size: 14px;
    font-weight: bold;
}

.modal-seal-label .modal-print-btn:hover {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
}

.total-invoice-btn,
.detail-invoice-btn,
.billing-details-output-btn,
.customer-ledger-btn,
.billing-statement-btn,
.ledger-site-btn {
    width: 160px;
    height: 35px;
    background-color: #333333;
    border-radius: unset;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.btn-add {
    background-color: #C0F4E1;
    width: 160px;
    height: 48px;
    font-size: 14px;
    border-radius: unset;
    margin-right: 40px;
}

.btn-add:hover {
    background-color: #fff;
    color: #C0F4E1;
    border: 1px solid #C0F4E1;
}

.table-invoice_issuance_by_site tr td {
    vertical-align: top;
}

.table-invoice_issuance_by_site .click-row-icon {
    cursor: pointer;
    width: 10px;
    display: inline-block;
}

.account-receivable-export {
    margin-top: 40px;
    margin-bottom: 30px;
}

.account-receivable-total {
    background-color: #FFF7D8 !important;
}

.table-account-payable thead th {
    vertical-align: middle;
}

.table-account-payable {
    width: 100%;
    overflow: auto;
}

.table-account-payable table {
    width: 1573px;
}

.product-unit-price-paginate {
    width: 1330px;
}

.display-setting-btn {
    width: 160px;
    background-color: #fff;
    color: #333;
    border: 1px solid #000;
}

.display-setting-btn:hover {
    background-color: #333;
    color: #fff;
}

.selection-btn {
    width: 160px;
    background-color: #333333;
    color: #ffffff;
}

.selection-btn:hover {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
}

.table-product-unit-price, .modal-custom-size {
    max-height: 700px;
    overflow: auto;
}

.table-product-unit-price table {
    width: 2380px;
}

.search_radio_condition {
    display: flex;
    justify-content: space-between;
}

.search_radio_condition .form-check-label {
    margin-right: 50px;
    line-height: 20px;
    padding-left: 5px;
}

@media screen and (min-width: 46.25em) {
    .customer-popup-confirm {
        padding: 15px 90px 35px;
        width: 580px;
        margin-left: -285px;
    }
}

.modal-refer-pro-unit-price-setting {
    max-width: 683px;
}

.modal-refer-pro-unit-price-setting .modal-body {
    padding: 0 40px;
}

.setting-checkbox {
    height: 30px;
    display: flex;
    align-items: center;
}

.setting-checkbox input {
    height: 22px;
    width: 22px;
}

.list-setting-item {
    margin-bottom: 20px;
}

.modal-refer-pro-unit-price-setting .description {
    margin: 20px 0;
}

.custom-arrow-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 20%;
    line-height: initial;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
}

.page-select-sales {
    width: 50px;
    height: 30px;
}

.sales-from {
    font-size: 20px;
    font-style: italic;
    font-weight: unset;
    width: 20px;
    text-align: center;
    line-height: 36px;
    ;
}

.pull-right-30 {
    margin-right: 30px;
}

.breadcrumb-collection {
    height: 80px;
    align-items: baseline !important;
}

.account-receivable-export-collection {
    margin: 30px 0;
}

.min-width-lable {
    min-width: 60px;
}

.min-width-lable-payment-status {
    min-width: 90px;
}

.input-custom-100 input {
    max-width: 100px;
}

.input-custom-200 input {
    max-width: 200px;
}

.table-register-sale-slip-100 {
    width: 100% !important;
}

/* New UI */
.table-register-deposit-slip .actions .clear:hover,
.table-register-purchase-slip .actions .clear:hover,
.table-register-sale-slip .actions .clear:hover,
.table-register-purchase-slip .actions .clear:hover,
.modal-clear-btn:hover {
    background-color: #fff;
    color: #0054CE;
    border: 1px solid #0054CE;
}

.table-register-sale-slip .actions .clear,
.table-register-deposit-slip .actions .clear,
.table-register-purchase-slip .actions .clear {
    width: 160px;
    height: 48px;
    background-color: #0054CE;
    font-size: 14px;
    border-radius: unset;
    margin: 0 10px;
}

.custom-height-textarea {
    height: 115px !important;
}

.top-negative {
    margin-top: -1.5rem;
}

.payment-slip {
    max-width: 1424px;
}

.table-container .circle-big {
    font-size: 20px !important;
}

.circle-big {
    margin: 10px 0;
}

.modal-header-custom .model-btn-close {
    position: absolute;
    right: 10px;
}

.modal-header-custom .model-btn-close:hover {
    opacity: 0.7;
}

.hide-with-opacity {
    opacity: 0;
}

.modal-marker-dialog-custom {
    max-width: 600px;
}

.textarea-modal {
    height: 87px !important;
}

.container-modal {
    position: absolute;
    z-index: 2;
    width: 450px;
    min-height: 250px;
    background-color: #fff;
    text-align: center;
    top: 260px;
    left: 37%;
    animation: fadeinPopup 0.3s;
    border-radius: 5px;
}

.container-modal .btn-close-modal {
    float: right;
    padding: 12px 14px;
    border-radius: 0 5px 0 5px;
}

.container-modal p {
    margin-bottom: 0 !important;
}

.container-modal .btn-close-modal:hover {
    background-color: #faf7f7;
    cursor: pointer;
}

.container-modal .modal-content img {
    width: 50px;
}

.container-modal .modal-content-custom {
    border: none;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
}

.toast {
    visibility: hidden;
    min-width: 400px;
    background-color: white;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 15px;
    color: black;
    text-align: center;
    border-radius: 40px;
    padding: 25px;
    position: fixed;
    z-index: 10000;
    left: 50%;
    top: 50%;
    margin-left: -175px;
    font-size: 14px;
}

.cover-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    opacity: 1.09;
    top: 0;
    left: 0;
}


.toast.show {
    visibility: visible;
    animation: fadein 0.5s;
}

@keyframes fadein {
    0% {
        transform: scale(0, 0);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes fadeinPopup {
    0% {
        transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.table-product-import {
    /* min-width: 1820px; */
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    /* background: url(../images/calender-icon.svg) no-repeat; */
    width: 20px;
    height: 20px;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: unset;
}

.modal-content, .modal-header {
    border: unset;
    border-radius: unset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    text-align: right;
}

/* selectbox wrapper */

.page-number .styled-select {
    border-radius: 3px;
    width: 76px;
    height:30px !important;
}

.styled-select {
    border:1px solid #C1C1C3;
    background-color:white;
    display: block;
    /* margin:0 2px; */
    height:33px;
    position:relative;
    width: 100%;
}

.styled-select,
.styled-select .curr {
    padding:0 20px 0 10px
}

.styled-select select {
    padding:0 0;
    margin:0 0;
    height:0;
    visibility:hidden;
}

.styled-select .curr {
    display:block;
    position:absolute;
    top:4px;
    right:0;
    left:0;
    cursor:pointer;
}

.styled-select .curr:after {
    content:"";
    display:block;
    width:0;
    height:0;
    border:5px solid transparent;
    border-top-color:black;
    position:absolute;
    top:8px;
    right:8px;
}

.styled-select ul {
    border:1px solid #ccc;
    background-color:white;
    margin:0 0;
    padding:0 0;
    position:absolute;
    top:100%;
    right:-1px;
    left:-1px;
    z-index:99;
    -webkit-box-shadow:0 1px 4px -2px rgba(0,0,0,.4);
    -moz-box-shadow:0 1px 4px -2px rgba(0,0,0,.4);
    box-shadow:0 1px 4px -2px rgba(0,0,0,.4);
    max-height: 450px;
    overflow-y: auto;
}

.styled-select li {
    list-style:none;
    cursor:pointer;
    padding: 4px 10px;
    margin:0 0;
}

.styled-select li:hover {
    background-color:#1EB465;
    color:white;
}

.styled-select li.selected,
.styled-select li.selected:hover {
    background-color:#1EB465;
    color:white;
}

.styled-select li.disabled,
.styled-select li.disabled:hover {
    color:#bbb;
    font-style:italic;
    background:none;
    cursor:text;
}

.styled-select .curr.focused {
    background-color:unset
}

.table-responsive > th, .table-responsive td {
    min-width: 100px !important;
}

.actions {
    display: flex;
    justify-content: flex-start;
}

.custom-width-csv {
    width: 200px;
}

.select-filter{
    min-width: 100px;
    z-index: 10;
}

.select-customer-filter {
    position: relative;
    background-color: #fff;
    border: 2px solid #ced4da;
    border-bottom: none;
    padding-left: 5px;
    /* width: 100px;
    white-space: nowrap; */
}

.first-col {
    background: transparent;
    border-left: 0px;
}

.select-customer-filter .select {
    position: absolute;
    top: 21px;
    left: -2px;
    max-height: 360px;
    min-height: 360px;
    width: calc(100% + 4px);;
    display: none;
    border-top: none !important;
    border: 2px solid #ced4da;
    border-radius: 0;
    padding: 0 5px;
    background-color: #fff;
    overflow-y: scroll;
}

.select-customer-filter .select option {
    padding: 3px 0 3px 10px;
    margin: 4px 0;
}

.select-customer-filter .select optgroup {
    text-align: left;
}

.select-customer-filter .select option:hover {
    cursor: pointer;
    background-color: #1EB465 !important;
}

.select-custom-btn {
    width: 100%;
    height: 33px;
    border-radius: 5px;
    border: none;
    background-color: #1EB465;
    line-height: 0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}

.select-custom-btn:hover {
    background-color: #fff;
    color: #1EB465;
    border: 1px solid #1EB465;
}

.custom-option {
    display: block !important;
    margin-top: 10px;
}

.option-custom-color {
    background-color: #1EB465;
}

/* Custom calendar */
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 19rem !important;
    height: fit-content !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 10px !important;
    border-radius: 6px !important;
    border: none !important;
}

.bootstrap-datetimepicker-widget table {
    border: 1px solid #BBBBBB !important;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #BBBBBB !important;
}

.bootstrap-datetimepicker-widget table td.day {
    line-height: 30px !important;
    border: none !important;
    padding: 5px 10px !important;
    color: #333333;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    padding: 10px 5px;
    border-top: 1px solid #BBBBBB !important;
    border-bottom: 2px solid #BBBBBB;
}

.bootstrap-datetimepicker-widget table tr:nth-child(2) th {
    border: none !important;
    padding: 10px 0;
    color: #707070 !important;
    font-weight: 500;
}

.bootstrap-datetimepicker-widget .picker-switch {
    color: #707070 !important;
    font-size: 18px;
    font-weight: 500;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child:hover,
.bootstrap-datetimepicker-widget table thead tr:first-child th:last-child:hover {
    background-color: #0054ce !important;
    color: #FFFFFF !important;
    border-radius: 50%;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child,
.bootstrap-datetimepicker-widget table thead tr:first-child th:last-child {
    border-bottom: none !important;
    transition: all 0.3s;
    line-height: 10px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #0054ce !important;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #0054ce !important;
}

.bootstrap-datetimepicker-widget table th {
    width: 40px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    display: none !important;
}

.calendar-absolute {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 6px 12px 6px 0;
}
/* End: Custom calendar */

@media screen and (max-width: 78.125em) {
    .custom-lable {
        margin-right: 13px;
    }
    .date-input-custom input {
        width: 125px;
    }
    .temporary-slip {
        width: 50px;
    }
    .styled-select .curr {
        padding: 1px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .width-custom {
        width: 10%;
    }
    .styled-select .curr:after {
        right: 5px;
    }
    .custom-input-sale-create input{
        width: 246.5px;
        margin-left: -7.5px;
    }

    .search_radio_condition input {
        margin-right: 8px;;
    }
}

.color-orange {
    background-color: #ee7d0f !important;
}

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

.none-color-readonly[readonly] {
    background-color: white !important;
}
/*fix bug https://trello.com/c/CRv9Ypdg*/
.modal{
    background: #4d4d4d73;
}

/*.after-icon-date {*/
/*    background: white url("../images/30x30.png") right no-repeat; !*Your Image Link*!*/
/*}*/

/**
 * Custom modal
 */

.full-modal-content {
    min-height: 100vh !important;
}

.full-modal-dialog {
    max-width: 100% !important;
    margin: 0 !important;
}

/**
 * End custom modal
 */

.mh-400 {
    min-height: 400px;
}

.w-90 {
    width: 90% !important;
}

.w-120 {
    width: 120px !important;
}

.w-122 {
    width: 122px !important;
}

.w-129 {
    width: 129px !important;
}

.w-131 {
    width: 131px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.cus-swap {
    cursor: pointer;
}

.action-swap:first-child .action-prev,
.action-swap:last-child .action-next {
    filter: invert(100%) sepia(5%) saturate(1000%) hue-rotate(220deg) brightness(160%) contrast(40%);
    cursor: not-allowed;
}

.nav-link-2 {
    display: flex;
    align-items: center;
    padding-left: 15px !important;
    color: #ffffff !important;
    padding: 12px 1rem;
    gap: 15px;
    text-decoration: none !important;
}

.nav-link-2:hover {
    transition: all 0.4s;
}

.table-custom-size-modal td {
    padding: 0 5px !important;
}

.table-custom-size td {
    padding: 0 5px !important;
}
.table-custom-size:not(.not-line-height) td .btn {
    line-height: .5;
}

.table-custom-size .checkbox-custom input {
    height: 21px;
    width: 21px;
}

table th, table td {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
}

table th:first-child, table td:first-child, table th:last-child:not(.border-right-custom), table td:last-child {
    border-left: none !important;
    border-right: none !important;
}

.table-custom-border-left th:first-child, .table-custom-border-left td:first-child {
    border-right: 1px solid #dee2e6 !important;
}

/* Resize table */
table th.resizing {
    cursor: col-resize;
}

.ui-resizable-e {
    cursor: ew-resize !important;
}

#modal_product_unit_price_reference .ui-resizable-e {
    width: 20px !important;
    right: -10px;
}

.h-25 {
    height: 25px !important;
}

.form-resize-custom .input-custom label, .form-resize-custom .input-custom input, .form-resize-custom .input-custom select {
    height: 25px;
}

.form-resize-custom .custom-height-textarea {
    height: 85px !important;
}

.form-resize-custom .styled-select {
    height: 25px;
}

.form-resize-custom .styled-select, .form-resize-custom .history-btn, .form-resize-custom .quotient-btn , .form-resize-custom .temporary-slip{
    height: 25px;
}

.form-resize-custom .quotient-btn, .form-resize-custom .history-btn {
    font-size: 12px !important;
    line-height: 14px !important;
}

.form-resize-custom .table-action .delete {
    font-size: 12px !important;
    line-height: 14px !important;
}

.form-resize-custom .styled-select .curr {
    top: 1px !important;
}

.form-resize-custom .table-container, .form-resize-custom .table-wrapper {
    margin: 5px 0;
}

.table-product-import table {
    width: 1820px;
}

table.table-custom-resize{
    width: auto;
}

.w-100-full {
    width: 100%;
}

.w-100-i {
    width: 100% !important;
}

table.table-reference tbody tr.selected td {
    background-color: #ddeebd;
}

.border-right-custom {
    border-right: 1px solid #dee2e6 !important;
}

.cus-table-text-nowrap td, th {
    white-space: nowrap;
}

.fixed-header-table thead, th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.icon-custom {
    position: absolute;
    bottom: 6px;
    left: 278px;
}

.sm-custom {
    margin-left: 15px;
    margin-right: 32px;
}

.table-container .add-border-top tr:last-child {
    border-top: 1px solid #dee2e6;
}

.bg-reference {
    background-color: #fcc00a !important;
}
.export-import-region {
    margin-left: auto;
}
.import-btn {
    color: #fff !important;
    border-radius: unset;
    font-size: 14px;
    font-weight: bold;
    background-color: #333333;
}
.import-btn:hover {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
}
.import-btn:hover {
    color: #333333  !important;
    background-color: #fff;
}
.modal-dialog-import-master-product {
    max-width: 300px;
}
.import-modal-content-body {
    padding: 20px;
}
.content-between {
    margin: auto;
}
.center {
    text-align: center;
}
.div-center-item {
    display: flex;
    justify-content: center;
}

.label-input-upload {
    background-color: #cae2fa;
    border-radius: unset;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 10px;
}
.sale-slip-link:hover {
    color: blue;
}