#passwordInput #showHide{
	font-size: 20px;
    font-weight: 600;
    position: absolute;
    color: #090A0A80;
    right: 15px;
	margin-top: -32px;
    cursor: pointer;
    user-select: none;
    z-index: 999;
}
#passwordInput1 #showHide1{
	font-size: 20px;
    font-weight: 600;
    position: absolute;
    color: #090A0A80;
    right: 15px;
    margin-top: -33px;
    cursor: pointer;
    user-select: none;
    z-index: 999;
}
#passwordInput2 #showHide2{
	font-size: 20px;
    font-weight: 600;
    position: absolute;
    color: #090A0A80;
    right: 15px;
    margin-top: -33px;
    cursor: pointer;
    user-select: none;
    z-index: 999;
}
#passwordInput3 #showHide3{
	font-size: 20px;
    font-weight: 600;
    position: absolute;
    color: #090A0A80;
    right: 15px;
    margin-top: -33px;
    cursor: pointer;
    user-select: none;
    z-index: 999;
}

#passwordStrength{
    height: 5px;
    margin: 5px 0;
	display: flex;
}
#passwordStrength span{
	position: relative;
	height: 100%;
	width: 100%;
	background: lightgrey;
	border-radius: 5px;

}
#passwordStrength span:nth-child(2){
	margin: 0 3px;
}
#passwordStrength span:nth-child(3){
  margin: 0px 3px 0px 0px;
}
#passwordStrength span.active:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	display: flex;
}
#passwordStrength span#poor:before{
	background-color: #23ad5c;
}
#passwordStrength span#weak:before{
	background-color: #23ad5c;
}
#passwordStrength span#strong:before{
	background-color: #23ad5c;
}
#passwordStrength span#superstrong:before{
	background-color: #23ad5c;
}
#passwordInfo{
	font-size: 15px;
}
#passwordInfo #poor{
	color: green;
}
#passwordInfo #weak{
	color: green;
}
#passwordInfo #strong{
	color: green;
}
#passwordInfo #superstrong {
	color: green;
}

.report-bnp	{
	width: 78px;
    height: 78px;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    background-color: rgb(var(--color-success) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-success) / var(--tw-text-opacity));
    border-radius: 5px;
    padding: 14px;
}
.report-bnp .report-box__icon {
	width: 48px;
    height: 48px;
	color: rgb(var(--color-success) / var(--tw-text-opacity));
}
.step-form:not(.active) {
    display: none;
}
.currency {
	font-size: 10px;
}

.dashboard .pagination,.dashboard .sorting:before, .dashboard .sorting:after {
	display: none;
	content: ""!important;
}

.BNP-Reason {
	font-size: 13px;
	padding: 2px 10px;
	border-radius: 5px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));	
}
table.dataTable,
table.bnp-login-info {
    font-size: 14px;
}
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    font-weight: normal;
}
table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right!important;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
    font-weight: normal;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: center;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: center!important;
    font-weight: normal;
}
div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 100px;
    background-color: rgba(22, 78, 99, 0.5);
    display: flex;
    color: white;
    font-size: 20px;
    border: 1px solid rgba(22, 78, 99, 0.8);
    border-radius: 5px;
    z-index: 9999;
    transform: translate(-50%, -50%);
}
div.dataTables_wrapper div.dataTables_processing div.center-text {
    flex-direction: column;
    width: 400px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
div.dataTables_wrapper div.dataTables_processing div.center-text .small-text {
    font-size: 14px;
    margin-top: 5px;
}
div.dataTables_wrapper .btn {
    text-transform: uppercase;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem;
    padding-bottom: 0.45rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: rgb(71 85 105);
    transition-duration: 200ms;
    margin-right: 0.1rem;
    margin-top: 1px;
}
div.dataTables_wrapper .btn:hover {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

table.dataTable thead > tr > th.sorting_disabled,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    text-align: center;
    background: rgba(161, 172, 189, 0.25);
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}
table.dataTable.table-sm > thead > tr > th {
    padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}
div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:first-child {
    padding-left: 0;
}
div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:last-child {
    padding-right: 0;
}

table.dataTable .action-printer {
    background-color: #3498db;
    border-color: #d0eae9;
    color: #ffffff;
    padding: 7px 10px 6px 10px;
    border-radius: 4px 0px 0px 4px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
table.dataTable .action-first {
    background-color: #e6f4f3;
    border-color: #d0eae9;
    color: #16988d;
    padding: 7px 10px 6px 10px;
    border-radius: 4px 0px 0px 4px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
table.dataTable .action-first1 {
    background-color: #e6f4f3;
    border-color: #d0eae9;
    color: #16988d;
    padding: 7px 10px 6px 10px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
table.dataTable .action-first2 {
    background-color: #e6f4f3;
    border-color: #d0eae9;
    color: #16988d;
    padding: 7px 10px 6px 10px;
    border-radius: 0px 4px 4px 0px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
table.dataTable .action-trash {
    background-color: #f1d2d2;
    border-color: #eec9c9;
    color: #c13535;
    padding: 7px 10px 6px 10px;
    border-radius: 0px 4px 4px 0px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}

table.dataTable .action-thu {
    background-color: #e6f4f3;
    border-color: #d0eae9;
    color: #16988d;
}
table.dataTable .action-chi {
    background-color: #f1d2d2;
    border-color: #eec9c9;
    color: #c13535;
}
table.dataTable .action-thu,
table.dataTable .action-chi {
    padding: 7px 10px 6px 10px;
    width: 55px;
    text-align: center;
    border-radius: 4px;
    font-weight: 400;
    text-transform: uppercase;
    margin: -8px -17px -5px -20px;
    height: 29px;
}

.Select-Expense {
    width: 139px !important;
}
.Select-Category {
    margin-right: 5px;
    width: 315px;
    height: 38px;
}
.Select-Category-POS {
    margin-left: 30px;
}
.Select-Category .tom-select .ts-input,
.Select-Category .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 39px !important;
    height: 39px !important;
    padding: 7.5px 32px 7.5px 12px !important;
}

.has-upload {
    margin-top: -15px;
}
.img-thumbnail {
    margin-top: 15px;
    border: thin solid #66afe9;
}
.buttons-html5 iconify-icon {
    margin-bottom: -2px;
}

input::file-selector-button {
    font-weight: bold;
    color: #fff;
    padding: 10px 20px 11px 20px;
    border: thin solid rgb(22 78 99);
    background-color: rgb(22 78 99);
    border-radius: 5px;
    float: right;
    margin-right: -5px;
    margin-top: -13px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.dataTables_scroll {
    margin-bottom: 2px;
}
#last_activity_table tbody td:first-child, table.dataTable thead>tr>th:first-child {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}
#last_activity_table tbody td:last-child, table.dataTable thead>tr>th:last-child {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}
.bnp-dataTables-groups-filter {
    right: 11px;
    position: absolute;
}
.bnp-dataTables-groups-filter .dataTables_filter iconify-icon {
    margin-right: -35px;
    margin-bottom: -2px;
    z-index: 1;
    position: relative;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
.bnp-dataTables-groups-filter .dataTables_filter .form-control {
    border-color: none;
    margin-right: 5px;
    padding-left: 35px;
}
#bnp-dashboard .dt-buttons {display: none!important}