@charset "UTF-8";
@font-face {
    font-family: "SFProText";
    src: url("../fonts/SFProText-Light.eot");
    src: local("☺"), url("../fonts/SFProText-Light.woff") format("woff"),
        url("../fonts/SFProText-Light.ttf") format("truetype"),
        url("../fonts/SFProText-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "SFProText";
    src: url("../fonts/SFProText-Regular.eot");
    src: local("☺"), url("../fonts/SFProText-Regular.woff") format("woff"),
        url("../fonts/SFProText-Regular.ttf") format("truetype"),
        url("../fonts/SFProText-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "SFProText";
    src: url("../fonts/SFProText-Medium.eot");
    src: local("☺"), url("../fonts/SFProText-Medium.woff") format("woff"),
        url("../fonts/SFProText-Medium.ttf") format("truetype"),
        url("../fonts/SFProText-Medium.svg") format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "SFProText";
    src: url("../fonts/SFProText-Semibold.eot");
    src: local("☺"), url("../fonts/SFProText-Semibold.woff") format("woff"),
        url("../fonts/SFProText-Semibold.ttf") format("truetype"),
        url("../fonts/SFProText-Semibold.svg") format("svg");
    font-weight: 600;
    font-style: normal;
}
/* CSS Document
	nxCloud E-Commerce Theme Boostrap 5
	Author: Pham Loc - dackro@gmail.com - locpdt@nxcloud.com
	Date Create: 02/02/2021
*/
/*------------------------------------ Setup Scrollbar Windows */
:root {
    scroll-behavior: auto;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(233, 233, 233, 0.4);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }
    #printSection,
    #printSection * {
        visibility: visible;
    }
    #printSection {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}
/*------------------------------------ Setup Dropdown BS */
.fs-6 {
    font-size: 0.875rem !important;
}
.fs-7 {
    font-size: 0.75rem !important;
}
/*------------------------------------ Setup Dropdown BS */
.dropdown-menu {
    box-shadow: 0 4px 5px 0 rgb(60 75 100 / 14%),
        0 1px 10px 0 rgb(60 75 100 / 12%), 0 2px 4px -1px rgb(60 75 100 / 20%);
    border: 0;
}
/*------------------------------------ Setup Simple Tooltip */
/* [data-simple-toggle="tooltip"]{position: relative;}
[data-simple-toggle="tooltip"]::after,
[data-simple-toggle="tooltip"]::before{
	content: '';
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	transition: all 0.3s ease;
}
[data-simple-toggle="tooltip"]:hover::after,
[data-simple-toggle="tooltip"]:hover::before{
	visibility: visible;
	opacity: 1;
}
[data-simple-placement="top"]::before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: 5px solid #4e4f50;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: calc(-100% + 30px);
	left: 0px;
	right: 0px;
	margin: auto;
}
[data-simple-placement="top"]::after{
	position: absolute;
  top: calc(-100% + 5px);
  right: -100%;
}
[data-simple-title]::after{
	content: attr(data-simple-title);
	background: #4e4f50;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
	padding: 5px;
	border-radius: 5px;
	margin: auto;
	font-size: 10px;
	right: 0px;
	left: 0px;
	width: max-content;
} */
/* .tooltipOuter {
	-webkit-box-shadow:  2px 2px 3px 0px #292926;
	box-shadow:  2px 2px 3px 0px #292926;
	position: absolute;
	z-index: 5000;
	display:block;
	top:200px;
	left:200px;
	min-width:130px;
	max-width:300px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display:none;
}
.tooltipInner {
	background: #AAC44D;
	-webkit-box-shadow: inset 2px 2px 3px 0px #414D17;
	box-shadow: inset 2px 2px 3px 0px #414D17;
	padding: 0.75em;
	color:#292926;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.tooltipInner::before {
	content: " ";
	display: block;
	background-color: transparent;
	position: absolute;
	bottom: -6px;
	margin: 0 0 0 -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #AAC44D;
} */

/*------------------------------------ Setup Progress Bar */
#modalBackup .progress {
    margin: 2rem 2rem 3rem;
}
.progress .progress-label:before {
    content: attr(aria-valuenow) "%";
    position: absolute;
    color: #000;
    right: 0px;
    left: 0px;
    width: calc(100% - 6rem);
    margin: auto;
    top: 38%;
    font-size: 1.5rem;
}
.progress ~ .infomation-label-auto {
    margin: 2rem 0px;
    text-align: center;
}
/*------------------------------------ Setup Modal */
.modal-custom {
}
.modal-custom .modal-fullscreen .modal-body {
    overflow-y: hidden;
}
.modal-primary .modal-header {
    background: linear-gradient(to right, #da8cff, #9a55ff);
}
.modal-secondary .modal-header {
    background: linear-gradient(to right, #e7ebf0, #868e96);
}
.modal-success .modal-header {
    background: linear-gradient(to right, #84d9d2, #07cdae);
}
.modal-danger .modal-header {
    background: linear-gradient(to right, #ffbf96, #fe7096);
}
.modal-warning .modal-header {
    background: linear-gradient(to right, #f6e384, #ffd500);
}
.modal-info .modal-header {
    background: linear-gradient(to right, #90caf9, #047edf 99%);
}
.modal-light .modal-header {
    background: linear-gradient(to bottom, #f4f4f4, #e4e4e9);
}
.modal-dark .modal-header {
    background: linear-gradient(89deg, #5e7188, #3e4b5b);
}
.modal-info .btn-close{
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.modal-backdrop {
    background: transparent;
}
.modal-backdrop.show {
    opacity: 1;
}
.modal-backdrop::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    z-index: 2;
}
/*------------------------------------ Setup Button */
.btn-group-sm > .btn,
.btn-sm {
    font-size: 0.75rem;
}
.btn-gradient-primary,
.btn-gradient-secondary,
.btn-gradient-success,
.btn-gradient-danger,
.btn-gradient-warning,
.btn-gradient-info,
.btn-gradient-dark {
    box-shadow: inset 0px 0px 3px 0px #fff;
    border: 0;
    transition: opacity 0.3s ease;
}
.btn-gradient-primary:not(.btn-gradient-light),
.btn-gradient-secondary:not(.btn-gradient-light),
.btn-gradient-success:not(.btn-gradient-light),
.btn-gradient-danger:not(.btn-gradient-light),
.btn-gradient-warning:not(.btn-gradient-light),
.btn-gradient-info:not(.btn-gradient-light),
.btn-gradient-dark:not(.btn-gradient-light) {
    color: #ffffff;
}
.btn-gradient-primary {
    background: linear-gradient(to right, #da8cff, #9a55ff);
}
.btn-gradient-secondary {
    background: linear-gradient(to right, #e7ebf0, #868e96);
}
.btn-gradient-success {
    background: linear-gradient(to right, #84d9d2, #07cdae);
}
.btn-gradient-danger {
    background: linear-gradient(to right, #ffbf96, #fe7096);
}
.btn-gradient-warning {
    background: linear-gradient(to right, #f6e384, #ffd500);
}
.btn-gradient-info {
    background: linear-gradient(to right, #90caf9, #047edf 99%);
}
.btn-gradient-light {
    background: linear-gradient(to bottom, #f4f4f4, #e4e4e9);
}
.btn-gradient-dark {
    background: linear-gradient(89deg, #5e7188, #3e4b5b);
}
.btn-gradient-primary:hover,
.btn-gradient-secondary:hover,
.btn-gradient-success:hover,
.btn-gradient-danger:hover,
.btn-gradient-warning:hover,
.btn-gradient-info:hover,
.btn-gradient-light:hover,
.btn-gradient-dark:hover {
    opacity: 0.8;
}
.btn-gradient-primary:not(.btn-gradient-light):hover,
.btn-gradient-primary:not(.btn-gradient-light):focus,
.btn-gradient-primary:not(.btn-gradient-light):active {
    color: #fff;
}
/*------------------------------------ Setup Badge */
.badge {
    border-radius: 0.125rem;
    font-size: 11px;
    line-height: 1;
    padding: 0.375rem 0.5625rem;
}
.badge-gradient-primary {
    background: linear-gradient(to right, #da8cff, #9a55ff);
}
.badge-gradient-secondary {
    background: linear-gradient(to right, #e7ebf0, #868e96);
}
.badge-gradient-success {
    background: linear-gradient(to right, #84d9d2, #07cdae);
}
.badge-gradient-danger {
    background: linear-gradient(to right, #ffbf96, #fe7096);
}
.badge-gradient-warning {
    background: linear-gradient(to right, #f6e384, #ffd500);
}
.badge-gradient-info {
    background: linear-gradient(to right, #90caf9, #047edf 99%);
}
.badge-gradient-light {
    background: linear-gradient(to bottom, #f4f4f4, #e4e4e9);
}
.badge-gradient-dark {
    background: linear-gradient(89deg, #5e7188, #3e4b5b);
}
/*------------------------------------ Setup Filter */
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active,
.btn-group:not(.show),
.btn-group-vertical:not(.show) {
    z-index: 30;
}
.custom-dropdown .dropdown-menu,
.custom-dropdown-style .dropdown-menu {
    padding: 0.5rem;
    animation: opacity_cs 0.3s ease;
}
.custom-dropdown .dropdown-menu ul,
.custom-dropdown-style .dropdown-menu ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.custom-dropdown .dropdown-menu .form-check,
.custom-dropdown .dropdown-menu .form-check > .form-check-label,
.custom-dropdown-style .dropdown-menu .form-check,
.custom-dropdown-style .dropdown-menu .form-check > .form-check-label {
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.custom-dropdown > .btn,
.custom-dropdown-style > .btn,
.box-warp-mode-table .card-action .btn {
    min-height: 34px;
}
.custom-dropdown .dropdown-menu .form-check-input,
.custom-dropdown-style .dropdown-menu .form-check-input {
    margin-top: 3px;
}
/*------------------------------------ Setup */
* {
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
        helvetica neue, Arial, noto sans, sans-serif, apple color emoji,
        segoe ui emoji, segoe ui symbol, noto color emoji;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
a {
    color: #272727;
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
    color: #27aae0;
    text-decoration: none;
    outline: none;
}
a:active {
    outline: none;
}
.form-control:focus,
.btn:focus,
.form-select:focus,
.form-check-input:focus,
.page-link:focus {
    box-shadow: 0px 0px 0px 0px transparent;
    outline: none;
}
.highcharts-credits {
    visibility: hidden;
}
.box-main-warp > section {
    min-height: calc(100vh - 165px);
}
body {
    background: linear-gradient(45deg, #0288d1, #26c6da);
}
body,
article {
    overflow-x: hidden;
}
body.bg-authencation {
    background: linear-gradient(#0288d1, #26c6da);
    overflow: hidden;
}
.row-5px {
    margin-right: -5px;
    margin-left: -5px;
}
.col-5px {
    padding-left: 5px;
    padding-right: 5px;
}
.row-0-25rem {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}
.col-0-25rem {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.card-custom {
    background: #fff;
    background: linear-gradient(
        to right top,
        rgba(255, 255, 255, 0.7),
        rgba(255, 255, 255, 0.3)
    );
    border-radius: 15px;
    padding: 15px;
    box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
    border-color: transparent;
    position: relative;
}
/* #dataTablesLoader{
	width: 100%;
	height: 200px;
	background: url(../images/grid.svg) no-repeat center center rgb(0 0 0 / 50%);
	background-size: 50px 50px;
	backdrop-filter: blur(4px);
} */
/*------------------------------------ Setup Card Action */
.card-action {
}
.card-action .btn {
    padding: 0.25rem 0.55rem;
    font-size: 14px;
}
.card-action .btn > i {
    width: 14px;
    transition: all 0.5s ease;
}
.card-action .btn > i.rotate {
    transform: rotate(180deg);
}
/*------------------------------------ Setup Checkbox */
.checkbox {
    position: relative;
    display: inline-block;
}
.checkbox input[type="checkbox"] {
    display: none;
}
.checkbox label {
    text-transform: none;
    font-size: 1rem;
    margin-left: 1.75rem;
    margin-bottom: 0;
}
.checkbox label:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
}
.checkbox label:after {
    content: " ";
    height: 20px;
    width: 20px;
    border: 1px solid #a7a7a7;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: 100ms ease-in-out;
}
.checkbox input:checked ~ label:before {
    background-color: #ffffff;
    border: 1px solid #a7a7a7;
}
.checkbox input:checked ~ label:after {
    border-top-style: none;
    border-right-style: none;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 0.4rem;
    width: 0.8rem;
    border-color: #5a8dee;
    border-radius: 0;
    border-width: 2px;
    top: 6px;
    left: 4px;
}
.custom-checkbox.checkbox label:after {
    top: 2px;
}
.custom-checkbox.checkbox label:before {
    top: 3px;
}
.custom-checkbox.checkbox input:checked ~ label:after {
    top: 8px;
}
/*------------------------------------ Box Overview */
.box-overview {
    margin-top: 20px;
    min-height: calc(100vh - 260px);
}
.box-overview > .container,
.box-overview > .container > .row {
    height: 100%;
}
.box-overview > .container > .row {
    align-items: center;
}
.block-overview-location .overview-user--header h2 {
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.block-overview-location .overview-user--header .block-avatar {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    margin: auto;
    box-shadow: 0px 0px 5px 0px #b9b9b9;
}
.block-overview-location .overview-user--header .block-avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.block-overview-location .overview-user--content {
    text-align: center;
}
.block-overview-location
    .overview-user--content
    .block-timezone-datetime
    .time {
    font-size: 50px;
    text-shadow: 0 1px 10px rgb(0 0 0 / 30%);
}
.block-overview-location
    .overview-user--content
    .block-timezone-datetime
    .time
    > span {
    font-size: 32px;
}
.block-overview-location
    .overview-user--content
    .block-timezone-datetime
    .date {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 0 20px 0;
}
.block-overview-tasklist .block-header-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dedede;
    padding-top: 0px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.block-overview-tasklist .block-header-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #272727;
    margin-bottom: 0px;
}
.block-overview-tasklist .block-content ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}
.block-overview-tasklist .block-content ul li {
    position: relative;
    background: transparent;
    padding: 5px 0px;
}
.block-overview-tasklist .block-content .notifications-viewall {
    text-align: center;
    padding: 10px 0px 0px;
    border-top: 1px solid #dedede;
}
.block-overview-tasklist .block-content .notifications-viewall > p,
.block-overview-tasklist .block-content .notifications-viewall > a {
    margin-bottom: 0px;
    color: #777777;
    transition: all 0.3s ease;
}
.block-overview-tasklist .block-content .notifications-viewall > p:hover,
.block-overview-tasklist .block-content .notifications-viewall > a:hover {
    color: #27aae0;
}
/*------------------------------------ Block Notification Item */
.notification-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px -5px;
}
.notification-item > div {
    padding: 0px 5px;
}
.notification-item .notice-avatar {
    flex: 0 0 auto;
    width: 8%;
    text-align: center;
}
.notification-item .notice-avatar img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px #b9b9b9;
}
.notification-item .notice-title {
    flex: 0 0 auto;
    width: 72%;
}
.notification-item .notice-title {
    font-size: 14px;
    text-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: rgba(0, 0, 0, 0.8);
    line-height: 2;
    transition: all 0.3s ease;
}
.notification-item .notice-info {
    flex: 0 0 auto;
    width: 20%;
    text-align: right;
}
.notification-item .notice-info {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    padding-right: 15px;
}
/*------------------------------------ Monitor Ipad Landspace */
.tab-scroll-x .block-header-tab {
}
.tab-scroll-x ul.nav {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0px;
}
.tab-scroll-x ul::-webkit-scrollbar {
    height: 2px;
}
.tab-scroll-x ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.tab-scroll-x ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(233, 233, 233, 0.4);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
/*------------------------------------ Setup Radio Button */
.radio input[type="radio"] {
    display: none;
}
.radio label {
    text-transform: none;
    font-size: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}
.radio label::before {
    content: "";
    border: 1px solid #dfe3e7;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
}
.radio label::after {
    position: absolute;
    display: inline-flex;
    content: "";
    height: 6px;
    width: 6px;
    background-color: #5a8dee;
    border-radius: 50%;
    left: 5px;
    opacity: 0;
    transform: scale(3.6);
}
.radio input[type="radio"]:checked ~ label::after {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}
.radio input:checked ~ label::after {
    border-color: #fff;
}
.radio input:checked ~ label::after {
    background-color: #fff;
    transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}
.radio.radio-primary label {
    color: #5a8dee;
}
.radio.radio-secondary label {
    color: #475f7b;
}
.radio.radio-success label {
    color: #39da8a;
}
.radio.radio-danger label {
    color: #ff5b5c;
}
.radio.radio-info label {
    color: #00cfdd;
}
.radio.radio-warning label {
    color: #fdac41;
}
/*------------------------------------ Setup Radio Button Color */
.radio.radio-primary input:checked ~ label::before {
    background-color: #5a8dee;
    border-color: #5a8dee;
}
.radio.radio-primary.radio-glow input:checked ~ label::before {
    box-shadow: 0 0 6px 0 rgb(90 141 238 / 70%);
}
.radio.radio-secondary input:checked ~ label::before {
    background-color: #475f7b;
    border-color: #475f7b;
}
.radio.radio-secondary.radio-glow input:checked ~ label::before {
    box-shadow: 0 0 6px 0 rgb(71 95 123 / 70%);
}
.radio.radio-success input:checked ~ label::before {
    background-color: #39da8a;
    border-color: #39da8a;
}
.radio.radio-success.radio-glow input:checked ~ label::before {
    box-shadow: 0 0 6px 0 rgb(57 218 138 / 70%);
}
.radio.radio-danger input:checked ~ label::before {
    background-color: #ff5b5c;
    border-color: #ff5b5c;
}
.radio.radio-danger.radio-glow input:checked ~ label::before {
    box-shadow: 0 0 6px 0 rgb(255 91 92 / 70%);
}
.radio.radio-info input:checked ~ label::before {
    background-color: #00cfdd;
    border-color: #00cfdd;
}
.radio.radio-info.radio-glow input:checked ~ label::before {
    box-shadow: 0 0 6px 0 rgb(0 207 221 / 70%);
}
.radio.radio-warning input:checked ~ label::before {
    background-color: #fdac41;
    border-color: #fdac41;
}
.radio.radio-warning.radio-glow input:checked ~ label::before {
    box-shadow: 0 0 6px 0 rgb(253 172 65 / 70%);
}
/*------------------------------------ Setup Switch Button */
.custom-switch > input {
    cursor: pointer;
}
.custom-switch.form-check {
    display: inline-block;
}
.custom-switch.form-switch {
    padding-left: 0px;
}
.custom-switch.form-switch .form-check-input {
    margin-left: 0px;
    margin-top: 5px;
    width: 3em;
}
.custom-switch .form-check-input {
    height: 1.5em;
}
/*------------------------------------ Setup Custom Select2 */
span.select2-selection.select2-selection--single {
    outline: none;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-radius: 0.5rem;
    background: linear-gradient(
        to right top,
        rgba(255, 255, 255, 0.7),
        rgba(255, 255, 255, 0.3)
    );
    box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
    border-color: transparent;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #5c6873;
}
.select2-md
    ~ .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 35px;
}
.select2-md ~ .select2-container .select2-selection--single {
    height: 35px;
}
.select2-md
    ~ .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 33px;
}
.select2-md ~ .select2-container {
    width: 100% !important;
}
.select2-results__option,
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
}
.form-floating .form-select ~ .select2-container {
    width: 100% !important;
    padding-top: 30px;
    border: 1px solid #ced4da;
    height: auto;
    padding: 1.75rem 0.25rem 0px;
    border-radius: 0.25rem;
}
.form-floating
    .form-select
    ~ .select2-container--default
    .select2-selection--single,
.form-floating
    .form-select
    ~ .select2-container--default
    .select2-selection--multiple {
    box-shadow: 0px 0px 0px 0px transparent;
    border-radius: 0px;
}
.form-floating
    .form-select
    ~ .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 28px;
}
.form-floating .button-action-floating {
    padding: 0px;
    line-height: 1;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
}
/*------------------------------------ Setup Form Check */
.form-check-custom .form-check-input:checked {
    background-color: #46c1be;
    border-color: #46c1be;
}
.form-check-custom .form-check-label {
    font-size: 14px;
}
/*------------------------------------ Setup Sidebar */
.etcmobiletoggle {
    display: none;
}
.box-sidebar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 270px;
    margin-left: -270px;
    height: 100%;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.5)
    );
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    border-radius: 0px 15px 15px 0px;
    z-index: 4;
    transition: width 0.3s ease, margin-left 0.3s ease;
}
.overlapblackbg {
    opacity: 0;
    visibility: hidden;
}
.box-sidebar .sidebar-logo {
    padding: 15px;
    box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
}
.box-sidebar .sidebar-logo img {
    width: 60%;
}
.box-sidebar .sidebar-dropdownmenu {
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}
.box-sidebar .sidebar-dropdownmenu ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.box-sidebar .sidebar-dropdownmenu ul > li {
    position: relative;
}
.box-sidebar .sidebar-dropdownmenu ul > li > a {
    display: block;
    padding: 10px;
    font-size: 14px;
    border-radius: 0px;
    position: relative;
}
.box-sidebar .sidebar-dropdownmenu ul > li > a:hover,
.box-sidebar .sidebar-dropdownmenu ul > li.active > a,
.box-sidebar .sidebar-dropdownmenu ul > li.open,
.box-sidebar .sidebar-dropdownmenu ul > li ul .active {
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.1)
    );
    box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
    border-radius: 0px 17px 17px 0px;
    color: #21356b;
}
.box-sidebar .sidebar-dropdownmenu ul li.has-sub > a::after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    display: inline-block;
    position: absolute;
    right: 15px;
    transform: rotate(0deg);
    transition: -webkit-transform 0.4s ease-in-out;
}
.box-sidebar .sidebar-dropdownmenu ul li.open > a::after {
    transform: rotate(-90deg);
}
.box-sidebar .sidebar-dropdownmenu i {
    width: 30px;
    text-align: center;
}
.box-sidebar .sidebar-dropdownmenu ul > li:not(.open) > ul {
    display: none;
}
.box-sidebar .sidebar-dropdownmenu ul > li > ul {
}
.box-sidebar .sidebar-collapse i {
    margin: 0px;
}
.box-sidebar .sidebar-collapse a {
    display: block;
    text-align: right;
    padding: 10px 15px;
    font-size: 14px;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.1)
    );
    box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
    border-radius: 0px 17px 17px 0px;
    color: #21356b;
}
body.sidebar-collapsed .box-sidebar {
    width: 50px;
    margin-left: -50px;
}
body.sidebar-collapsed .box-sidebar .sidebar-dropdownmenu {
    overflow: visible;
    height: calc(100vh - 90px);
}
body.sidebar-collapsed .box-sidebar .sidebar-logo {
    padding: 10px;
}
body.sidebar-collapsed .box-sidebar .sidebar-logo .logo-full {
    display: none;
}
body:not(.sidebar-collapsed) .box-sidebar .sidebar-logo .logo-min {
    display: none;
}
body.sidebar-collapsed .box-sidebar .sidebar-logo img {
    width: 100%;
}
body.sidebar-collapsed .box-sidebar i {
    margin-right: 10px;
}
body.sidebar-collapsed .box-sidebar .sidebar-dropdownmenu ul > li > a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0px;
    transition: all 0.3s ease;
}
body.sidebar-collapsed .box-sidebar .sidebar-dropdownmenu ul > li:hover > a {
    width: 285px;
    background: #fff;
    border-radius: 0px 17px 17px 0px;
}
body.sidebar-collapsed .box-sidebar .sidebar-dropdownmenu ul > li.has-sub > a {
    border-radius: 0px 17px 0px 0px;
}
body.sidebar-collapsed .box-sidebar .sidebar-dropdownmenu ul > li > a:after {
    display: none;
}
body.sidebar-collapsed .box-sidebar .sidebar-dropdownmenu ul > li > ul {
    position: absolute;
    top: 100%;
    left: 50px;
    width: 235px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
body.sidebar-collapsed
    .box-sidebar
    .sidebar-dropdownmenu
    ul
    > li.has-sub:hover
    > ul {
    opacity: 1;
    visibility: visible;
    border-radius: 0px 0px 17px 0px;
}
body.sidebar-collapsed .box-sidebar .sidebar-dropdownmenu ul > li.show-up > ul {
    bottom: 100%;
    top: initial;
}
body.sidebar-collapsed
    .box-sidebar
    .sidebar-dropdownmenu
    ul
    > li.has-sub.show-up:hover
    > ul {
    border-radius: 0px 17px 0px 0px;
}
body.sidebar-collapsed
    .box-sidebar
    .sidebar-dropdownmenu
    ul
    > li.has-sub.show-up
    > a {
    border-radius: 0px 0px 17px 0px;
}
body.sidebar-collapsed
    .box-sidebar
    .sidebar-dropdownmenu
    ul
    > li
    > ul
    > li:hover
    > a {
    width: auto;
}
body.sidebar-collapsed .box-sidebar .sidebar-collapse a {
    text-align: center;
}
body.sidebar-collapsed .box-sidebar .sidebar-collapse i {
    margin: 0px;
    transform: rotate(180deg);
}
body.sidebar-collapsed.etcmenu-active .box-sidebar,
body.etcmenu-active .box-sidebar {
    margin-left: 0px;
}
/*------------------------------------ Setup Main Warp */
.box-main-warp {
    background: #fff;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.1)
    );
    border-radius: 0px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    margin-left: 0px;
}
body.etcmenu-active .box-main-warp {
    margin-left: 285px;
    border-radius: 15px 0px 0px 15px;
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}
body.sidebar-collapsed .box-main-warp {
    margin-left: 65px;
}
/*------------------------------------ Setup Header */
.box-header {
    padding: 15px 0px;
}
.box-header .block-header--welcome h1 {
    margin: 0px;
    font-size: 14px;
}
.box-header .block-header--logo img {
    width: 30%;
    margin: 5px auto;
    display: block;
}
.box-header .block-header--logo .block-header-logo--infomation p {
    font-size: 13px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}
.block-header--user .btn {
    border-radius: 10px;
    font-size: 14px;
}
.block-header--user .btn-dropdown-user {
    background: linear-gradient(
        to right top,
        rgba(255, 255, 255, 0.7),
        rgba(255, 255, 255, 0.3)
    );
    box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
}
.block-header--user .block-avatar {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.block-header--user .block-avatar::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    background: #1bcfb4;
    border: 2px solid #fff;
    border-radius: 50%;
}
.block-header--user .block-avatar img {
    border-radius: 50%;
}
.block-header--user .block-name {
    display: inline-block;
}
.block-header--user .dropdown-menu,
.header-toolbar--order .dropdown-menu,
.header-toolbar--notice .dropdown-menu {
    min-width: 10rem;
    padding: 0px;
    transform-origin: top;
    animation: opacity_cs 0.3s ease;
}
.header-toolbar--order .dropdown-menu,
.header-toolbar--notice .dropdown-menu {
    min-width: 15rem;
    width: 15rem;
}
.block-header--user .dropdown-item {
    padding: 0.5rem 1rem 0.25rem;
    font-size: 14px;
    border-radius: 0.25rem;
}
.block-header--user .dropdown-item:last-child {
    padding-bottom: 0.5rem;
}
.block-header-toolbar ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: right;
}
.block-header-toolbar ul li {
    display: inline-block;
}
.block-header-toolbar li a:not(.block-header-toolbar .dropdown-item) {
    display: block;
    position: relative;
    background: linear-gradient(
        to right top,
        rgba(255, 255, 255, 0.7),
        rgba(255, 255, 255, 0.3)
    );
    box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
    padding: 10px 15px;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.block-header-toolbar .notification-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    border-radius: 50%;
    background-color: #ff4081;
    box-shadow: 0 0 2px 0 #ff4081;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}
.block-header-toolbar .dropdown-menu {
    text-align: left;
}
.block-header-toolbar .dropdown-menu > div {
    height: 220px;
    overflow-y: auto;
}
.block-header-toolbar .dropdown-menu li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 7px 0px;
}
.block-header-toolbar .dropdown-item {
    font-size: 13px;
    padding: 0px 7px;
    border-radius: 0px;
    white-space: normal;
    height: 40px;
    overflow: hidden;
}
.block-header-toolbar .dropdown-item:hover {
    background-color: #fff;
}
.block-header-toolbar .dropdown-menu li.read,
.block-header-toolbar .dropdown-menu li:hover {
    background-color: #f8f9fa;
}
.block-header-toolbar .dropdown-menu li.read .dropdown-item,
.block-header-toolbar .dropdown-menu li:hover .dropdown-item {
    background-color: #f8f9fa;
    color: #1e2125;
    box-shadow: 0 0 0 0 transparent;
}
.block-header-toolbar
    .dropdown-menu
    li:first-child:not(.dropdown-menu > div > li:first-child) {
    padding: 0px;
}
.block-header-toolbar .dropdown-menu div ~ li {
    padding: 0px;
}
.block-header-toolbar .dropdown-menu .dropdown-header,
.block-header-toolbar .dropdown-menu .dropdown-footer {
    text-align: center;
    height: auto;
    border-bottom: none;
    font-size: 12px;
    color: #047edf;
}
.block-header-toolbar .dropdown-menu .dropdown-header {
    background: linear-gradient(45deg, #31afd5, #8adef7);
    color: #fff;
    padding: 5px;
    text-align: left;
    border-radius: 4px 4px 0px 0px;
}
.block-header-toolbar .dropdown-menu .dropdown-footer {
    padding: 5px;
}
.block-header-toolbar .dropdown-menu .dropdown-footer:hover {
    color: #333;
}
/*------------------------------------ Block Main Navigation Item */
.box-main-navigation {
}
.box-main-navigation .main-nav-color-danger .main-navigation-item {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgb(255 191 150 / 100%)),
        to(rgb(254 112 150 / 100%))
    );
    background: linear-gradient(
        to right,
        rgb(255 191 150 / 100%),
        rgb(254 112 150 / 100%)
    );
}
.box-main-navigation .main-nav-color-danger .main-navigation-item::before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgb(255 191 150 / 100%)),
        to(rgb(254 112 150 / 100%))
    );
    background: linear-gradient(
        to right,
        rgb(255 191 150 / 100%),
        rgb(254 112 150 / 100%)
    );
}
.box-main-navigation .main-nav-color-primary .main-navigation-item {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(19, 184, 188, 100%)),
        color-stop(99%, rgba(0, 127, 150, 100%))
    );
    background: linear-gradient(
        to right,
        rgba(19, 184, 188, 100%),
        rgba(0, 127, 150, 100%) 99%
    );
}
.box-main-navigation .main-nav-color-primary .main-navigation-item::before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(144, 202, 249, 100%)),
        color-stop(99%, rgba(4, 126, 223, 100%))
    );
    background: linear-gradient(
        to right,
        rgba(144, 202, 249, 100%),
        rgba(4, 126, 223, 100%) 99%
    );
}
.box-main-navigation .main-nav-color-success .main-navigation-item {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(132, 217, 210, 100%)),
        to(rgba(7, 205, 174, 100%))
    );
    background: linear-gradient(
        to right,
        rgba(132, 217, 210, 100%),
        rgba(7, 205, 174, 60%)
    );
}
.box-main-navigation .main-nav-color-success .main-navigation-item::before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(132, 217, 210, 100%)),
        to(rgba(7, 205, 174, 100%))
    );
    background: linear-gradient(
        to right,
        rgba(132, 217, 210, 100%),
        rgba(7, 205, 174, 100%)
    );
}
.box-main-navigation .main-nav-color-settings .main-navigation-item {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(140, 38, 65, 100%)),
        to(rgba(191, 36, 109, 100%))
    );
    background: linear-gradient(
        to right,
        rgba(140, 38, 65, 100%),
        rgba(191, 36, 109, 100%)
    );
}
.box-main-navigation .main-nav-color-settings .main-navigation-item::before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(140, 38, 65, 100%)),
        to(rgba(191, 36, 109, 100%))
    );
    background: linear-gradient(
        to right,
        rgba(140, 38, 65, 100%),
        rgba(191, 36, 109, 100%)
    );
}
/*------------------------------------ Block Main Navigation Item */
.main-navigation-item {
    box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
    border-radius: 0.3125rem;
    display: block;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
}
.main-navigation-item:hover {
    color: #fff;
}
.main-navigation-item::after {
    content: "";
    position: absolute;
    background: url(../images/circle.svg) no-repeat center center;
    background-size: cover;
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0px;
}
.main-navigation-item::before {
    content: "";
    position: absolute;
    border-radius: 0.3125rem;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transition: all 0.5s ease;
}
.main-navigation-item:hover::before {
    opacity: 1;
}
.main-navigation-item i[class*="fa"] {
    position: absolute;
    top: 15px;
    right: var(--bs-gutter-x);
    font-size: 35px;
    width: 45px;
    text-align: center;
}
.main-navigation-item h3 {
    margin: 0px;
    font-size: 16px;
    position: relative;
}
/*------------------------------------ Box Trade Customer */
.box-header-dashboard-chart {
    margin-bottom: 10px;
}
.box-header-dashboard-chart .block-header-title {
    margin-bottom: 15px;
}
.box-header-dashboard-chart .block-header-title h3 {
    font-size: 14px;
    margin-bottom: 0px;
}
.box-header-dashboard-chart .block-header-title .btn-toolbar {
    border-radius: 7.5px;
    padding: 0px 10px;
}
.box-header-dashboard-chart .block-header-title .input-group-text,
.box-filter-searchbox .input-group-text {
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    border-color: transparent;
    font-size: 12px;
}
.box-filter-searchbox .block-action-loaddata.inline .btn-sm {
    padding: 0.6rem 0.75rem;
    line-height: 1.5;
}
.box-header-dashboard-chart .block-header-title .form-select {
    height: calc(1.5em + 0.75rem + 1px);
    margin: 0px 5px;
    font-size: 12px;
    border-color: transparent transparent #3c4b64 transparent;
    border-style: dashed;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
}
.box-header-dashboard-chart .block-header-title input[type="date"],
.box-header-dashboard-chart .block-header-title input[type="datetime-local"] {
    height: calc(1.5em + 0.75rem + 1px);
    margin: 0px 5px;
    font-size: 14px;
    border-color: transparent transparent #3c4b64 transparent;
    border-style: dashed;
    background-color: transparent;
}
.box-header-dashboard-chart .block-header-title .block-action-viewmode {
    display: inline-block;
    margin-left: 0.5rem;
    background: linear-gradient(45deg, #31afd5, #8adef7) !important;
    border-radius: 0.25rem;
}
.box-header-dashboard-chart
    .block-header-title
    .block-action-viewmode
    .form-select {
    border: 1px solid #ced4da;
    margin: 0px;
}
.block-chart {
    min-height: 259px;
}
.block-dashboard-top {
}
.block-dashboard-top .box-warp-mode-table {
    padding: 0px;
}
.block-dashboard-top .table-responsive {
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 15px;
}
.block-dashboard-top .box-warp-mode-table table.dataTable thead > tr > th {
    position: sticky;
    top: 0px;
    background: linear-gradient(to bottom, #31afd5, #8adef7);
    z-index: 1;
}
/*------------------------------------ Block Statistic */
.statistic-item {
    margin-bottom: 10px;
}
.statistic-item .block-header-title h3 {
    font-size: 16px;
    border-bottom: 1px solid #3c4b64;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.statistic-item .block-content {
    padding: 19px 0px 9px;
}
.statistic-item .block-content h3 {
    margin-bottom: 0px;
    font-size: 20px;
}
.statistic-item .block-content > i[class*="fa"] {
    width: 25px;
    text-align: center;
    margin-right: 5px;
}
/*------------------------------------ Box Filter Searchbox */
.box-filter-searchbox {
    margin-bottom: 10px;
}
.box-filter-searchbox .form-control-parent-select2 {
    display: block;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.box-filter-searchbox .input-group-text {
    font-weight: 500;
}
.box-filter-searchbox input[type="date"] {
    border-radius: 0.5rem;
    background: linear-gradient(
        to right top,
        rgba(255, 255, 255, 0.7),
        rgba(255, 255, 255, 0.3)
    );
    box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
    border-color: transparent;
    font-size: 14px;
}
.box-filter-searchbox
    .input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 0.5rem;
}
/*------------------------------------ Box Warp Mode Table */
.box-warp-mode-table {
    padding: 15px;
}
.box-warp-mode-table,
.box-warp-mode-table .box-template-datatables {
    border-radius: 0.75rem;
    background: linear-gradient(
        to right top,
        rgba(255, 255, 255, 0.7),
        rgba(255, 255, 255, 0.3)
    );
    box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
}
.box-warp-mode-table .box-template-datatables {
    background: rgb(255 255 255 / 70%);
}
.box-warp-mode-table .box-template-datatables {
    position: relative;
}
.box-warp-mode-table .box-template-datatables table.dataTable {
    margin: 0px !important;
}
.box-warp-mode-table .box-template-datatables table.dataTable thead > tr > th {
    font-size: 14px;
    font-weight: 500;
}
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting:before,
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting:after,
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting_asc:before,
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting_asc:after,
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting_desc:before,
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting_desc:after,
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting_asc_disabled:before,
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting_asc_disabled:after,
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting_desc_disabled:before,
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting_desc_disabled:after {
    bottom: 0.5em;
}
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting:after,
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting_asc:after,
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting_desc:after,
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting_asc_disabled:after,
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    thead
    .sorting_desc_disabled:after {
    right: 0.3em;
}
.box-warp-mode-table .box-template-datatables table.dataTable td,
.box-warp-mode-table .box-template-datatables table.dataTable th {
    font-size: 12px;
    vertical-align: middle;
}
.box-warp-mode-table
    .box-template-datatables
    div.dataTables_wrapper
    div.dataTables_paginate
    ul.pagination {
    margin: 5px 5px 5px 0px;
}
.box-warp-mode-table .box-template-datatables .dataTables_length {
    margin: 5px 0px 5px 5px;
}
.box-warp-mode-table
    .box-template-datatables
    div.dataTables_wrapper
    div.dataTables_length
    label {
    font-size: 14px;
}
.box-warp-mode-table
    .box-template-datatables
    .page-item:first-child
    .page-link {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.box-warp-mode-table .box-template-datatables .page-item:last-child .page-link {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.box-warp-mode-table .box-template-datatables .page-item.disabled .page-link,
.box-warp-mode-table .box-template-datatables .page-link {
    background: rgb(255 255 255 / 100%);
    font-size: 12px;
}
.box-warp-mode-table .box-template-datatables .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background: linear-gradient(45deg, #0288d1, #26c6da) !important;
    border-color: #26c6da;
}
.box-warp-mode-table
    .box-template-datatables
    .page-item:not(.previous):not(.next)
    .page-link {
    border-radius: 50%;
}
.box-warp-mode-table
    .box-template-datatables
    .page-item:not(.previous):not(.next) {
    margin: 0px 2.5px;
}
.box-warp-mode-table
    .box-template-datatables
    table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    top: 15px;
}
.box-warp-mode-table
    .box-template-datatables
    table.dataTable
    > tbody
    > tr.child
    > td.child
    > table {
    width: 100%;
}
.box-warp-mode-table .box-header-overview {
    margin-bottom: 15px;
}
.box-header-overview h2 {
    font-size: 16px;
    margin-bottom: 0px;
}
.box-header-overview .nav-single-post {
    list-style: none;
    padding-left: 0px;
    font-size: 14px;
}
.box-header-overview .nav-single-post li {
    display: inline-block;
}
.box-header-overview .nav-single-post li + li {
    margin-left: 5px;
}
.box-header-overview .nav-single-post li i {
    color: #0288d1;
}
/*------------------------------------ Overview Item */
.overview-item {
    font-size: 14px;
    margin-bottom: 15px;
}
.overview-item .badge {
    transform: translateY(-1px);
}
/*------------------------------------ Box Footer */
.box-footer {
    padding: 10px 15px;
}
.box-footer p {
    font-size: 14px;
}
/*------------------------------------ Statistic Card Item */
.statistic-card-item {
    margin-bottom: 15px;
}
.statistic-card-item .avatar-icons {
    display: inline-block;
    margin-bottom: 0;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    text-align: center;
    line-height: 2.5;
    font-size: 18px;
}
/*------------------------------------ Setup Fullscreen */
.panel-fullScreen {
    position: absolute;
    top: 5px;
    right: 5px;
}
.panel-fullScreen .btn {
    border-radius: 5px 12px 5px 5px;
}
#closeScreen {
    display: none;
}
#fullScreen {
    display: block;
}
@media all and (display-mode: fullscreen) {
    #elem-fullScreen {
        padding: 10px 0px;
        background: #fff;
        overflow-y: auto;
    }
    #closeScreen {
        display: block;
    }
    #fullScreen {
        display: none;
    }
}
@keyframes opacity_cs {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*------------------------------------ Box Toolbar Action */
#toTopBtn {
    position: fixed;
    bottom: 65px;
    right: 10px;
    display: none;
}
.box-toolbar-action a {
    position: relative;
}
#toTopBtn::after,
.box-toolbar-action a:after {
    content: attr(data_title);
    position: absolute;
    right: calc(100% - 1px);
    width: 150px;
    height: 38px;
    top: -1px;
    line-height: 2.9;
    background: #0d6efd;
    border: 1px solid;
    border-radius: 5px 0px 0px 5px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
#toTopBtn:hover::after,
.box-toolbar-action a:hover::after {
    opacity: 1;
    visibility: visible;
}
.box-toolbar-action {
    position: fixed;
    bottom: 110px;
    right: 10px;
}
.box-toolbar-action,
#toTopBtn {
    z-index: 3;
}
/*------------------------------------ Block Support Modal */
.modal-custom .block-support-modal p {
    margin-bottom: 0.5rem;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
}
.modal-custom .block-support-modal i {
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 5px;
}
.modal-custom .block-support-modal svg {
    width: 20%;
    display: block;
    margin: 0px auto 1rem;
    fill: #22356b;
}
/*------------------------------------ Wrapper Login */
.wrapper-login {
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
}
.wrapper-login .login-container {
    position: relative;
}
.wrapper-login .login-container .card-custom {
    /* background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
	backdrop-filter: blur(1rem); */
    z-index: 2;
    background: #fff;
    padding: 0px;
}
.wrapper-login .login-form .card-custom {
    box-shadow: 0 0 0 0 transparent;
}
.wrapper-login .login-container::before,
.wrapper-login .login-container::after {
    content: "";
    /* background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0.5)
    ); */
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    position: absolute;
}
.wrapper-login .login-container::before {
    content: "";
    top: -15%;
    right: -10%;
}
.wrapper-login .login-container::after {
    content: "";
    bottom: -15%;
    left: -15%;
}
.wrapper-login .login-form {
    padding: 20px 0px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.wrapper-login .login-form--copyright p {
    margin: 0px;
    font-size: 12px;
    padding: 0px 0.5rem;
    text-align: center;
}
.wrapper-login .login-banner {
    position: relative;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0.5)
    );
    padding: 30px 15px;
    border-radius: 0px 15px 15px 0px;
    overflow: hidden;
}
.wrapper-login .login-banner svg {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
}
.wrapper-login .login-banner img ~ svg {
    bottom: 0px;
    top: initial;
}
/*------------------------------------ Block Profile */
.block-profile {
    padding: 0px;
}
.block-profile .block-header-title {
    background: linear-gradient(
        to bottom,
        rgba(0, 127, 150),
        rgba(19, 184, 188)
    );
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 30px;
}
.block-profile .block-header-title .block-avatar {
    flex: 0 0 auto;
    width: 25%;
}
.block-profile .block-header-title .block-info-position {
    flex: 0 0 auto;
    width: 75%;
    padding-left: 15px;
    color: #fff;
}
.block-profile .block-header-title .block-avatar {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 41%);
    background: #fff;
    border-radius: 5px;
    margin-bottom: -30px;
}
.block-profile .block-header-title .block-info-position h3,
.block-profile .block-header-title .block-info-position small {
    margin-bottom: 0px;
}
.block-profile .block-header-title .block-info-position h3 {
    font-size: 16px;
}
.block-profile .block-header-title .block-info-position small {
    font-size: 13px;
}
.block-profile .block-content {
    padding: 0px 15px 15px;
}
.block-profile .block-content p {
    margin-bottom: 10px;
    font-size: 13px;
}
.block-profile.block-profile-customer .block-content p {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.block-profile .block-content p:last-child {
    margin-bottom: 0px;
}
.block-profile .block-content p i:not(.not-style) {
    padding: 5px;
    background: linear-gradient(
        to bottom,
        rgba(0, 127, 150),
        rgba(19, 184, 188)
    );
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 1.5;
    color: #fff;
    margin-right: 10px;
}
.block-profile.block-profile-customer
    .block-content
    p
    i
    + span:not(span[style]) {
    flex: 0 0 auto;
    width: calc(100% - 40px);
}
.block-form-edit-profile .file-caption-main .btn {
    border-radius: 0px;
}
.block-form-edit-profile .file-caption-main .btn:last-child {
    border-radius: 0 0.25rem 0.25rem 0;
}
.block-form-edit-profile button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
/*------------------------------------ Block Form Wizard */
.block-form-wizard {
}
.block-form-wizard .block-step-progress {
}
.block-form-wizard .block-step-progress ul {
    list-style: none;
    padding-left: 0px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
}
.block-form-wizard .block-step-progress ul li {
    flex: 0 0 auto;
    width: 33.3333333333%;
    position: relative;
    text-align: center;
}
.block-form-wizard .block-step-progress ul li::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0px auto 10px auto;
    line-height: 3;
    font-size: 14px;
    background: #eaeaea;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgb(208 208 208 / 50%);
    z-index: 2;
    position: relative;
    transition: all 0.5s ease;
}
.block-form-wizard .block-step-progress ul li[progress-icon="edit"]::before {
    content: "\f044";
}
.block-form-wizard .block-step-progress ul li[progress-icon="image"]::before {
    content: "\f302";
}
.block-form-wizard .block-step-progress ul li[progress-icon="finish"]::before {
    content: "\f00c";
}
.block-form-wizard .block-step-progress ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    top: 20px;
    background: #eaeaea;
    transition: all 0.5s ease;
}
.block-form-wizard .block-step-progress ul li.active::before,
.block-form-wizard .block-step-progress ul li.active::after {
    background: #047edf;
    color: #fff;
}
.block-form-wizard .block-form-content .block-last-submit h3 {
    text-align: center;
    font-size: 0.875rem;
}
/*------------------------------------ Box Template Sortable */
.box-template-sortable {
}
.box-template-sortable ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.box-template-sortable ul li {
    margin-bottom: 15px;
    min-height: 46px;
}
.box-template-sortable ul li a {
    display: block;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    cursor: grab;
}
.box-template-sortable .ui-state-highlight,
.box-template-sortable .ui-widget-content .ui-state-highlight,
.box-template-sortable .ui-widget-header .ui-state-highlight {
    border: 1px dashed rgb(3 169 244 / 50%);
    border-radius: 5px;
    background: rgb(3 169 244 / 20%);
    /* background: url(../images/) no-repeat center center rgb(3 169 244 / 20%); */
}
/*------------------------------------ Box Layer Mask Progess Bar */
.layermask-progress-bar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    backdrop-filter: blur(4px);
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-progress-bar-mask {
    flex: 0 0 auto;
    width: 25%;
    padding-top: 25px;
    background: #fff;
    border-radius: 5px;
    padding: 25px 5px 5px;
}
.block-progress-bar-mask ul {
    list-style: none;
    border-radius: 5px;
    border: 1px solid #6c6c67;
    box-shadow: inset 0px 0px 3px 0px rgb(17 17 17 / 50%);
    display: flex;
    flex-wrap: wrap;
    padding: 2px;
    background: #fff;
    margin-bottom: 0px;
    position: relative;
}
.block-progress-bar-mask ul:after {
    content: attr(data-label);
    position: absolute;
    bottom: calc(100% + 4px);
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    font-size: 14px;
}
.block-progress-bar-mask ul li {
    flex: 0 0 auto;
    width: 10%;
    height: 5px;
    background: #fff;
    box-shadow: 0px 0px 2px 2px #ffffff;
}
.block-progress-bar-mask ul li.active {
    background: linear-gradient(
        rgba(41, 219, 42, 0.35),
        #29db2a,
        rgba(41, 219, 42, 0.35)
    );
}
/*------------------------------------ Block Accordion Rows */
.block-accordion-rows {
}
.block-accordion-rows .accordion-body {
    position: relative;
    padding: 2rem;
}
.block-accordion-rows .accordion-body::before,
.block-accordion-rows .accordion-body::after {
    position: absolute;
    font-weight: 900;
    color: #0288d1;
    font-family: "Font Awesome 5 Pro";
}
.block-accordion-rows .accordion-body::before {
    content: "\f10d";
    top: 10px;
    left: 13px;
}
.block-accordion-rows .accordion-body::after {
    content: "\f10e";
    bottom: 10px;
    right: 13px;
}
/*------------------------------------ Block Post Item */
.post-item {
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
}
.post-item .block-images {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.post-item .block-images img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    transform: scale(1);
    transition: all 0.3s ease;
}
.post-item .block-images::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(to top, rgb(0 0 0 / 40%), transparent);
    z-index: 1;
    transition: all 0.3s ease;
}
.post-item:hover .block-images::before {
    height: 0px;
}
.post-item:hover .block-images img {
    transform: scale(1.1);
}
.post-item .block-content {
    padding: 0.5rem;
}
.post-item .block-content h3 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 1;
    height: 25px;
}
.post-item .block-content p {
    font-size: 13px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
}
/*------------------------------------ Block Cover Book */
.block-cover-book {
    background: linear-gradient(45deg, #0288d1, #26c6da);
    box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
    border-radius: 0.5rem;
    position: relative;
    /* display: flex;
	flex-wrap: wrap;
	justify-content: flex-end; */
    -webkit-perspective: 3000;
    min-height: 500px;
}
.block-cover-book .block-background-mockup {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    box-shadow: 6px 6px 30px 5px rgb(122 122 122 / 40%);
    margin: auto;
}
.block-background-book {
    background-color: #fff;
    padding: 10px;
    box-shadow: 6px 6px 30px 5px rgb(122 122 122 / 40%);
    position: relative;
    z-index: 1;
    /* flex: 0 0 auto;
	width: 100%; */
    transform: rotateY(0deg);
    transform-origin: 0;
    min-height: 500px;
    transition: all 0.5s ease;
}
.block-cover-book .block-background-book .btn {
    position: absolute;
    top: 0px;
    right: 0px;
}
.block-background-book h3 {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 16px;
}
.block-background-book p {
    font-size: 14px;
}
.block-cover-book .block-book-navigation {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0px;
    right: 0px;
}
.block-cover-book .block-book-navigation ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block-cover-book .block-book-navigation ul li {
    width: 35px;
    height: 35px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}
.block-cover-book:hover .block-book-navigation ul li {
    visibility: visible;
    opacity: 1;
}
.block-cover-book .block-book-navigation ul li.prev-post {
    transform: translateX(0px);
}
.block-cover-book .block-book-navigation ul li.next-post {
    transform: translateX(-0px);
}
.block-cover-book:hover .block-book-navigation ul li.prev-post {
    transform: translateX(25px);
}
.block-cover-book:hover .block-book-navigation ul li.next-post {
    transform: translateX(-25px);
}
.block-cover-book .block-book-navigation ul li a {
    display: block;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    background: #1793c9;
    color: #fff;
}
.block-footer-navigation-post {
    margin: 1rem 0px;
}
.block-footer-navigation-post ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block-footer-navigation-post li {
    font-size: 14px;
}
.block-footer-navigation-post a {
    background: #11a2d5;
    color: #fff;
    padding: 10px 25px;
    display: block;
    border-radius: 20px;
}

.box-pagination ul.pagination {
    justify-content: center;
    margin-top: 1rem;
}
/*------------------------------------ Box Permission */
.box-sidebar-permission {
    padding-bottom: 20px;
}
.box-sidebar-permission ul {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.5rem;
    border: 1px solid #1db6d7;
    box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
    list-style: none;
}
.box-sidebar-permission ul li {
    cursor: pointer;
    padding: 7px 10px;
    box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 20%);
    transition: all 0.5s ease;
}
.box-sidebar-permission ul li:first-child {
    border-radius: 0.5rem 0.5rem 0 0;
}
.box-sidebar-permission ul li:last-child {
    box-shadow: 0px 0px 0px 0px transparent;
    border-radius: 0 0 0.5rem 0.5rem;
}
.box-sidebar-permission ul li:hover,
.box-sidebar-permission ul li.active {
    background: linear-gradient(45deg, #0288d1, #26c6da);
    color: #fff;
}
/*------------------------------------ Block Setting Global Basic */
.block-setting-global-basic {
}
.setting-global-basic-item {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.setting-global-basic-item .setting-basic-label {
    font-size: 14px;
    margin-bottom: 5px;
}
.setting-global-basic-item .setting-basic-action {
}

/* style file export */
.fileinput-upload-button {
    display: none;
}
/*------------------------------------ Modal Content Export */
#modalContentExport .modal-body {
    max-height: 500px;
    overflow-y: scroll;
}
#modalContentExport .buton-group {
    width: 92px;
    position: absolute;
    right: calc(100% + 3px);
    top: 0px;
    background: #fff;
    border-radius: 5px;
}
#modalContentExport .buton-group .btn {
    width: 100%;
}
#modalContentExport .modal-content button {
    margin-bottom: 5px;
}
#modalContentExport .modal-content button:last-child {
    margin-bottom: 0px;
}
/*------------------------------------ Block Card Member */
.block-card-member {
    padding: 1.25rem;
    border-radius: 1rem;
    color: #fff;
    margin-bottom: 1rem;
}
.block-card-member .card-member-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.block-card-member .card-member-header img {
    opacity: 0.5;
    width: 120px;
}
.block-card-member .card-member-header .member-header-label {
    font-size: 0.75rem;
}
.block-card-member .card-member-header .member-header-label span {
    font-size: 1.75rem;
    font-weight: 600;
    display: block;
}
.block-card-member .card-member-main {
    margin: 1rem 0px;
}
.block-card-member .card-member-main .member-main-id {
    font-weight: 500;
    text-shadow: 0px 0px 5px #4f4f4f;
    text-align: center;
    letter-spacing: 5px;
    font-size: 1.25rem;
}
.block-card-member .card-member-main .member-main-date-valid {
    font-size: 0.875rem;
    text-align: center;
}
.block-card-member .card-member-main .member-main-date-valid span {
    font-weight: 600;
}
.block-card-member .card-member-footer .member-footer-name {
    font-weight: 500;
    text-shadow: 0px 0px 5px #4f4f4f;
    letter-spacing: 5px;
    font-size: 1rem;
}
/*---------------------------- Box Rows Partals */
.box-rows-portals{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.box-rows-portals.sticky-portal .sticky-portal-content{
  position: sticky;
  top: 120px;
}
.box-rows-portals .col-portals{
  padding: 0px 15px;
  margin-bottom: 1rem;
  flex: 0 0 auto;
  width: 100%;
}
.box-rows-portals .col-portals-description{
  padding: 0px 15px;
  flex: 0 0 auto;
  width: 100%;
}
.box-rows-portals .col-portals-description .block-edit-portal{margin-bottom: 1rem;}
.portal-payments-item{
  background: #fff;
  display: block;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 2px 2px 0 rgb(60 75 100 / 14%), 0 3px 1px -2px rgb(60 75 100 / 12%), 0 1px 5px 0 rgb(60 75 100 / 20%);
  border: 1px solid #bcbcbc;
  color: #212121;
  transition: all 0.3s ease;
}
.portal-payments-item .block-images{
  position: relative;
  overflow: hidden;
  padding: 10px;
  padding-top: calc(100% - 275px);
  margin-bottom: 10px;
}
.portal-payments-item .block-images>img{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 35%;
  object-fit: contain;
}
.portal-payments-item .block-images .overlay-action{
  position: absolute;
  top: 0px;
  right: 0px;
}
.portal-payments-item .block-images .overlay-action .btn,
.box-rows-portals-detail .btn{
  padding: 5px 15px;
  border-radius: 7px;
}
.portal-payments-item .block-images .overlay-action>img{
  width: 50px;
  height: 50px;
  object-fit: contain;
  opacity: 0.3;
  display: none;
  margin: 10px auto 10px;
}
.portal-payments-item:hover{
  text-decoration: none;
  box-shadow: 0 2px 2px 0 rgb(0 127 150 / 14%), 0 3px 1px -2px rgb(0 127 150 / 12%), 0 1px 5px 0 rgb(0 127 150 / 20%);
  border-color: #007f96;
  color: #212121;
}
.portal-payments-item.active .block-images .overlay-action>img{display: block;}
.portal-payments-item.active{
  box-shadow: 0 2px 2px 0 rgb(19 184 188 / 14%), 0 3px 1px -2px rgb(19 184 188 / 12%), 0 1px 5px 0 rgb(19 184 188 / 20%);
  border-color: #13b8bc;
}
.portal-payments-item .block-content{
  padding: 0px 10px;
}
.portal-payments-item .block-content h3{
  font-size: 18px;
  margin-bottom: 0px;
}
.portal-payments-item .block-content p{
  font-size: 13px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.btn-active-portal{
  background: #13b8bc;
  border-color: #13b8bc;
  color: #fff;
}
.btn-active-portal:hover{
  background: #007f96;
  border-color: #007f96;
  color: #fff;
}
.block-searchbox-content{
  position: relative;
  width: 50%;
  float: right;
}
.block-searchbox-content::after{
  content: '\f002';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  color: #c7c7c7;
  top: 10px;
  right: 10px;
  margin-top: -6px;
}
.col-portals-description .portals-description-header{
  margin-bottom: 1rem;
}
.col-portals-description .portals-description-header h3{
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}
.col-portals-description .portals-description-header p{
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
}
.col-portals-description .portals-description-content h3{
  font-size: 18px;
  margin-bottom: 15px;
}
.col-portals-description .portals-description-content p{
  font-size: 14px;
}
.col-portals-description .portals-description-content img{
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 15px;
}
.box-config-portal-base{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.box-config-portal-base .config-portal-item{
  flex: 0 0 auto;
  width: 100%;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-config-portal-base .config-portal-item .btn{
  margin: 0px 35px 0px 40px;
  font-size: 12px;
  padding: 4px 10px;
}
.box-config-portal-base .config-portal-item:first-child{width: 79%;}
.box-config-portal-base .config-portal-item+.config-portal-item{margin-top: 1rem;}
.box-config-portal-base .config-portal-item input{
  margin-left: 15px;
}
.config-portal-action{
  position: absolute;
  right: 30px;
  top: 15px;
}
.config-portal-action .btn{
  font-size: 14px;
  padding: 5px 10px;
}
.btn-add-config{
  background: #008c88;
  border-color: #008c88;
  color: #fff;
}
.btn-add-config:hover{
  background: #037a77;
  border-color: #037a77;
  color: #fff;
}
/*------------------------------------ Block List Bank Connect */
.block-list-bank-connect{

}
.block-list-bank-connect .list-bank-connect-header{
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(0, 127, 150);
}
.block-list-bank-connect .list-bank-connect-content{
  height: 517px;
  overflow-y: auto;
  overflow-x: hidden;
}
.list-bank-connect-header div{
  flex: 0 0 auto;
  text-align: center;
  padding: 5px 10px;
  font-weight: 500;
}
.list-bank-connect-header div:first-child{width: 10%;}
.list-bank-connect-header div:nth-child(2){width: 30%;}
.list-bank-connect-header div:last-child{width: 60%;}
.list-bank-connect-item{
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(0, 127, 150);
}
.list-bank-connect-item div{
  flex: 0 0 auto;
  text-align: center;
  padding: 5px 10px;
}
.list-bank-connect-item div:first-child{width: 10%;}
.list-bank-connect-item div:nth-child(2){width: 30%;}
.list-bank-connect-item div:last-child{
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-bank-connect-item div:first-child{
  flex: 0 0 auto;
  width: 10%;
}
@media (min-width: 567px) {
  .portal-payments-item .block-images{padding-top: calc(100% - 135px);}
  .portal-payments-item .block-images>img{right: 25%;}
  .block-searchbox-content{width: 60%;}
  .box-rows-portals .col-portals{width: 33.33333333%;}
  .portal-payments-item .block-content h3,
  .box-rows-portals-detail .portal-payments-item .block-content h3{font-size: 14px;}
  .portal-payments-item .block-content p,
  .box-rows-portals-detail .portal-payments-item .block-content p{
    font-size: 11px;
    line-height: 20px;
    height: 60px;
  }
  .portal-payments-item .block-images .overlay-action .btn,
  .box-rows-portals-detail .portal-payments-item .block-images .overlay-action .btn,
  .box-rows-portals-detail .btn{font-size: 12px;}
  .portal-payments-item .block-images .overlay-action>img{
    width: 30px;
    height: 30px;
    margin: 5px auto 0px;
  }
  .box-rows-portals-detail.box-rows-portals .col-portals-description{width: 100%;}
  .block-list-bank-connect .list-bank-connect-content{height: 443px;}
  .box-rows-portals-detail .block-edit-portal{
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .box-rows-portals-detail .portal-payments-item .block-images{padding-top: calc(100% - 195px);}
  .box-rows-portals-detail .portal-payments-item .block-images>img{right: 30%;}
  .box-rows-portals-detail.box-rows-portals .col-portals{width: 45%;}
  .box-rows-portals-detail .portal-payments-item .block-images .overlay-action>img{
    width: 40px;
    height: 40px;
    margin: 10px auto 0px;
  }
}
@media (min-width: 992px) {
  .portal-payments-item .block-images{padding-top: calc(100% - 135px);}
  .portal-payments-item .block-images>img{right: 25%;}
  .block-searchbox-content{width: 70%;}
  .box-rows-portals .col-portals{width: 33.33333333%;}
  .portal-payments-item .block-content h3,
  .box-rows-portals-detail .portal-payments-item .block-content h3{font-size: 14px;}
  .portal-payments-item .block-content p,
  .box-rows-portals-detail .portal-payments-item .block-content p{
    font-size: 11px;
    line-height: 20px;
    height: 60px;
  }
  .portal-payments-item .block-images .overlay-action .btn,
  .box-rows-portals-detail .portal-payments-item .block-images .overlay-action .btn,
  .box-rows-portals-detail .btn{font-size: 12px;}
  .portal-payments-item .block-images .overlay-action>img,
  .box-rows-portals-detail .portal-payments-item .block-images .overlay-action>img{
    width: 30px;
    height: 30px;
    margin: 10px auto 5px;
  }
  .box-rows-portals-detail.box-rows-portals .col-portals-description{width: 100%;}
  .block-list-bank-connect .list-bank-connect-content{height: 443px;}
  .box-rows-portals-detail .block-edit-portal{
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .box-rows-portals-detail .portal-payments-item .block-images{padding-top: calc(100% - 175px);}
  .box-rows-portals-detail .portal-payments-item .block-images>img{right: 30%;}
  .box-rows-portals-detail.box-rows-portals .col-portals{width: 40%;}
}
@media(min-width: 1200px){
  .portal-payments-item .block-images,
  .box-rows-portals-detail .portal-payments-item .block-images{padding-top: calc(100% - 135px);}
  .portal-payments-item .block-images>img,
  .box-rows-portals-detail .portal-payments-item .block-images>img{right: 25%;}
  .block-searchbox-content{width: 60%;}
  .box-rows-portals .col-portals,
  .box-rows-portals-detail.box-rows-portals .col-portals{width: 25%;}
  .portal-payments-item .block-content h3,
  .box-rows-portals-detail .portal-payments-item .block-content h3{font-size: 14px;}
  .portal-payments-item .block-content p,
  .box-rows-portals-detail .portal-payments-item .block-content p{
    font-size: 11px;
    line-height: 20px;
    height: 60px;
  }
  .portal-payments-item .block-images .overlay-action .btn,
  .box-rows-portals-detail .portal-payments-item .block-images .overlay-action .btn,
  .box-rows-portals-detail .btn{font-size: 12px;}
  .portal-payments-item .block-images .overlay-action>img,
  .box-rows-portals-detail .portal-payments-item .block-images .overlay-action>img{
    width: 40px;
    height: 40px;
    margin: 15px auto 10px;
  }
  .box-rows-portals-detail.box-rows-portals .col-portals-description{width: 100%;}
  .block-list-bank-connect .list-bank-connect-content{height: 443px;}
  .box-rows-portals-detail .block-edit-portal{
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
@media(min-width: 1400px) and (max-width: 1600px){
  .portal-payments-item .block-images,
  .box-rows-portals-detail .portal-payments-item .block-images{padding-top: calc(100% - 135px);}
  .portal-payments-item .block-images>img,
  .box-rows-portals-detail .portal-payments-item .block-images>img{right: 25%;}
  .block-searchbox-content{width: 50%;}
  .box-rows-portals .col-portals,
  .box-rows-portals-detail.box-rows-portals .col-portals{width: 20%;}
  .portal-payments-item .block-content h3,
  .box-rows-portals-detail .portal-payments-item .block-content h3{font-size: 14px;}
  .portal-payments-item .block-content p,
  .box-rows-portals-detail .portal-payments-item .block-content p{
    font-size: 11px;
    line-height: 20px;
    height: 60px;
  }
  .portal-payments-item .block-images .overlay-action .btn,
  .box-rows-portals-detail .portal-payments-item .block-images .overlay-action .btn,
  .box-rows-portals-detail .btn{font-size: 12px;}
  .portal-payments-item .block-images .overlay-action>img,
  .box-rows-portals-detail .portal-payments-item .block-images .overlay-action>img{
    width: 30px;
    height: 30px;
    margin: 7px auto 5px;
  }
  .box-rows-portals-detail.box-rows-portals .col-portals-description{width: 80%;}
  .block-list-bank-connect .list-bank-connect-content{height: 443px;}
  .box-rows-portals-detail .block-edit-portal{margin: 0px;}
}
@media(min-width: 1600px){
  .portal-payments-item .block-images,
  .box-rows-portals-detail .portal-payments-item .block-images{padding-top: calc(100% - 165px);}
  .portal-payments-item .block-images>img,
  .box-rows-portals-detail .portal-payments-item .block-images>img{right: 25%;}
  .block-searchbox-content{width: 50%;}
  .box-rows-portals .col-portals,
  .box-rows-portals-detail.box-rows-portals .col-portals{width: 20%;}
  .portal-payments-item .block-content h3,
  .box-rows-portals-detail .portal-payments-item .block-content h3{font-size: 18px;}
  .portal-payments-item .block-content p,
  .box-rows-portals-detail .portal-payments-item .block-content p{
    font-size: 13px;
    line-height: 25px;
    height: 75px;
  }
  .portal-payments-item .block-images .overlay-action .btn,
  .box-rows-portals-detail .portal-payments-item .block-images .overlay-action .btn,
  .box-rows-portals-detail .btn{font-size: 14px;}
  .portal-payments-item .block-images .overlay-action>img,
  .box-rows-portals-detail .portal-payments-item .block-images .overlay-action>img{
    width: 50px;
    height: 50px;
    margin: 20px auto 10px;
  }
  .box-rows-portals-detail.box-rows-portals .col-portals-description{width: 80%;}
  .block-list-bank-connect .list-bank-connect-content{height: 517px;}
  .box-rows-portals-detail .block-edit-portal{margin: 0px;}
}
/*------------------------------------ Monitor Ipad Landspace */
@media (max-width: 1024px) {
    .main-navigation-item i[class*="fa"] {
        font-size: 20px;
    }
    .statistic-item .block-footer-wrap .block-content h3 {
        font-size: 16px;
    }
    .main-navigation-item {
        font-size: 15px;
    }
    .main-navigation-item h3,
    .statistic-item .block-header-title h3 {
        font-size: 14px;
    }
    .box-header-dashboard-chart .block-header-title h3 {
        margin: 0px 0px 10px;
    }
    .card-custom {
        padding: 10px;
        border-radius: 10px;
    }
    .block-chart {
        min-height: 230px;
    }
    .statistic-item .block-content {
        padding: 25.5px 0px 12px;
    }
    .card-action .btn {
        padding: 0.25rem 0.35rem;
    }
}
/*------------------------------------ Monitor Ipad Portrial */
@media only screen and (max-width: 991px) {
    .box-sidebar,
    .box-sidebar .sidebar-logo {
        box-shadow: 0px 0px 0px 0px transparent;
    }
    .etcmenu-active .box-sidebar {
        box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    }
    .etcmenu-active .box-sidebar .sidebar-logo {
        box-shadow: 6px 6px 20px 0px rgb(122 122 122 / 20%);
    }
    .etcmobiletoggle {
        display: block;
    }
    .etcmobiletoggle {
        position: fixed;
        background: linear-gradient(
            to right,
            rgba(0, 127, 150),
            rgba(19, 184, 188) 99%
        );
        width: 40px;
        height: 40px;
        z-index: 102;
        top: 10px;
        left: 5px;
        border-radius: 8px;
        border: 1px solid #1db6d7;
        transition: left 0.3s ease;
    }
    .etcmenu-active .etcmobiletoggle {
        left: 225px;
    }
    .etcanimated-arrow {
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
    }
    .etcanimated-arrow span,
    .etcanimated-arrow span:before,
    .etcanimated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #fff;
        position: absolute;
        display: block;
        content: "";
    }
    .etcanimated-arrow span:before {
        top: -7px;
        width: 23px;
        left: -2.5px;
    }
    .etcanimated-arrow span:after {
        bottom: -7px;
        width: 23px;
        left: -2.5px;
    }
    .etcanimated-arrow span,
    .etcanimated-arrow span:before,
    .etcanimated-arrow span:after {
        transition: all 500ms ease-in-out;
    }
    .etcmenu-active .etcanimated-arrow span {
        background-color: transparent;
    }
    .etcmenu-active .etcanimated-arrow span:before,
    .etcmenu-active .etcanimated-arrow span:after {
        top: 0px;
    }
    .etcmenu-active .etcanimated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0px;
    }
    .etcmenu-active .etcanimated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .overlapblackbg {
        right: 0;
        width: calc(100% - 270px);
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }
    .etcmenu-active .box-sidebar .overlapblackbg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 1.5s ease-in-out;
        -moz-transition: opacity 1.5s ease-in-out;
        -ms-transition: opacity 1.5s ease-in-out;
        -o-transition: opacity 1.5s ease-in-out;
    }
}
@media (max-width: 780px) {
    .box-header {
        padding: 5px 0px 10px;
    }
    .box-header .block-header--logo img {
        width: 40%;
    }
    .box-header-dashboard-chart .block-header-title h3 {
        margin: 0px;
    }
    .panel-fullScreen {
        top: initial;
        bottom: 5px;
    }
    .panel-fullScreen .btn {
        border-radius: 5px 5px 12px 5px;
    }
    .statistic-item {
        flex: 0 0 auto;
        width: 25%;
    }
    .statistic-item + .statistic-item {
        width: calc(25% - 10px);
    }
    .statistic-item + .statistic-item {
        margin-left: 10px;
    }
    .overview-item {
        text-align: center;
    }
    table.dataTable thead > tr > th:nth-child(1),
    table.dataTable thead > tr > th:nth-child(2) {
        width: 20px !important;
    }
}
/*------------------------------------ Monitor Mobile Landspace */
@media screen and (min-width: 576px) and (max-width: 767px) {
    .main-navigation-item {
        padding: 15px;
        font-size: 13px;
    }
    .main-navigation-item i[class*="fa"] {
        top: 13px;
    }
}
/*------------------------------------ Monitor Mobile Portrial */
@media (max-width: 480px) {
    .block-header--user {
        text-align: right;
    }
    .block-header--user .btn-dropdown-user::after {
        content: "";
        clear: both;
    }
    .block-header--user .block-avatar {
        float: left;
        width: 20%;
    }
    .block-header--user .block-name {
        float: left;
        width: calc(80% - 5px);
        overflow: hidden;
        text-align: left;
        font-size: 12px;
    }
    .box-header .block-header--logo {
        margin: 10px 0px;
    }
    .box-header .block-header--logo img {
        width: 50%;
    }
    .box-header .block-header--logo .block-header-logo--infomation p {
        font-size: 11px;
    }
    .statistic-item,
    .statistic-item + .statistic-item {
        width: 100%;
    }
    .statistic-item + .statistic-item {
        margin-left: 0px;
    }
    .box-footer p {
        text-align: center !important;
    }
    .overview-item small {
        display: block;
    }
    .box-header-overview h2 {
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .box-header-dashboard-chart .block-header-title h3 {
        margin: 0px 0px 10px;
        text-align: center;
    }
    .box-header-dashboard-chart .block-header-title .input-group-text,
    .box-header-dashboard-chart .block-header-title input[type="date"],
    .box-header-dashboard-chart .block-header-title .form-select {
        font-size: 10px;
    }
    .main-navigation-item {
        padding: 15px 10px;
    }
    .main-navigation-item h3 {
        font-size: 11px;
    }
    .main-navigation-item i[class*="fa"] {
        font-size: 15px;
        right: 0px;
    }
    .block-header-toolbar li a:not(.block-header-toolbar .dropdown-item) {
        padding: 10px 14px;
    }
    body.light .box-header-dashboard-chart .block-header-title .btn-toolbar {
        margin-top: 0.5rem;
    }
    div.table-responsive
        > div.dataTables_wrapper
        > div.row
        > div[class^="col-"]:first-child {
        padding-left: 1rem;
    }
    div.table-responsive
        > div.dataTables_wrapper
        > div.row
        > div[class^="col-"]:last-child {
        padding-right: 1rem;
    }
    .box-warp-mode-table .btn-toolbar .input-group {
        width: 100%;
        margin-bottom: 1rem;
    }
    .box-filter-searchbox {
        padding-bottom: 45px;
    }
}
