:root {
    --white: #fffefe;
    --light-white: #f3f3f3;
    --red: #E76B6B;
    --black: #333;
    --dark-grey: #666;
    --grey: #A6A6A6;
    --light-grey: #b8bfc5;
    --soft-grey: #e4e4e4;
    --border-form: #e1e3ea;
    --border-form-focus: #b5b5c3;
    --bg-menu: linear-gradient(90deg, #f18082 0%, #f11d21 104.42%);
    --bg-sub-menu: #f8f8f840;
}
.bg-red {
    background: #E76B6B !important;
}
.bg-silver {
    background: #88919c !important;
}
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
::-webkit-scrollbar-thumb {
    background: #ababab;
    border: none;
}
::-webkit-scrollbar-track {
    background: #dedede;
}
.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}
.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fs-7{font-size:.8rem!important}.fs-8{font-size:.6rem!important}
.flex{display:flex}.justify-center{display:flex!important;justify-content:center!important;align-items:center!important}.justify-start{display:flex!important;justify-content:start!important;align-items:center!important}.justify-end{display:flex!important;justify-content:end!important;align-items:center!important}.justify-sb{display:flex;justify-content:space-between;align-items:center}.justify-sb-res{display:flex;justify-content:space-between;align-items:center}@media (max-width:800px){.justify-sb-res{flex-direction:column;gap:1rem}}
.gap-1{gap:.2rem}.gap-2{gap:.4rem}.gap-3{gap:.6rem}.gap-4{gap:.8rem}.gap-5{gap:1rem}.gap-6{gap:1.2rem}.gap-7{gap:1.4rem}.gap-8{gap:1.8rem}.gap-9{gap:2rem}.gap-10{gap:2.6rem}

.title-md-dark {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.relative {
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}

.table-responsive::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
    background: #cccccc !important;
    border: none;
}
.table-responsive::-webkit-scrollbar-track {
    background: #e6e6e6 !important;
}

.w-100 {
    width: 100% !important;
}

.inputDate {
    position: relative;
}
.inputDate .form-control {
    border-radius: 13px !important;
}
.inputDate .input-group-addon {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(-50%, -50%);
    z-index: 99;
    border: none;
}
.inputDate i {
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translate(-50%, -50%);
    color: var(--dark-grey);
    background: var(--white);
    padding: 6px;
    font-size: 16px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px 14px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 16px;
    color: #181C32;
    background-color: #ffffff;
    border: 1px solid var(--border-form);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.searchInput {
    border-radius: 20px;
    padding-left: 2.6rem;
    background-color: #f9f9f9 !important;
    border: transparent !important;
    transition: all .2s;
}
.searchInput:focus {
    background-color: #f1f1f1 !important;
    transition: all .2s;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
    transition: none;
}
}
.form-control[type=file] {
    overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #181C32;
    background-color: #ffffff;
    border-color: var(--border-form-focus);
    outline: 0;
    /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08); */
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::placeholder {
    font-size: 14px;
    color: #A1A5B7;
    font-weight: 400;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #EFF2F5;
    opacity: 1;
}

/* ======== FLOATING LABEL  ======== */

.form-group {
    margin-bottom: 1.7rem;
}

.floating-label-content {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
}

.floating-label-content textarea {
    min-height: 120px;
    padding: 10px 20px;
}

.floating-label {
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 7px;
    background: #fff;
    color: #A1A5B7;
    cursor: text;
    transition: 0.2s ease all;
}

.floating-input:focus,
.floating-select:focus {
    outline: none;
}

.floating-input {
    font-size: 12px;
}

.floating-input:focus~.floating-label {
    top: -10px;
    left: 10px;
    font-size: 12px;
}

.floating-input:not(:-moz-placeholder-shown)~.floating-label {
    top: -10px;
    left: 10px;
    font-size: 12px;
}

.floating-input:not(:-ms-input-placeholder)~.floating-label {
    top: -10px;
    left: 10px;
    font-size: 12px;
}

.floating-input:not(:placeholder-shown)~.floating-label {
    top: -10px;
    left: 10px;
    font-size: 12px;
}

.floating-select:not([value=""]):valid~.floating-label {
    top: -10px;
    left: 10px;
    font-size: 12px;
}

textarea {
    min-height: 120px;
    padding: 14px 20px;
}

/* ======== END FLOATING LABEL  ======== */

.footerAction {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: .4rem;
}

.h-38 {
    height: 38px !important;
}

.roundedBtn {
    font-family: 'poppins' !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    gap: .6rem;
    border-radius: 16px !important;
}
.roundedBtn i {
    color: var(--white) !important;
    font-size: 18px;
}

.badgeBtn {
    font-family: 'poppins' !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    gap: .6rem;
    font-size: 14px;
    opacity: .7;
    border-radius: 14px !important;
}
.badgeBtn i {
    color: var(--white) !important;
    font-size: 18px;
}

.badgeBlue {
    font-family: 'poppins' !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .6rem;
    font-size: 12px;
    border-radius: 12px !important;
    padding: 4px 16px;
    color: #0073EE;
    background: #daedff;
    border: 1px solid #2b8df5;
    transition: .3s;
}
.badgeBlue i {
    color: var(--white) !important;
    font-size: 18px;
    transition: .3s;
}

.badgeBlue:focus {
    border: 1px solid #2b8df5;
    transition: .3s;
}

.badgeBlue.act:hover,
.badgeBlue.act:focus,
.badgeBlue.active {
    color: #daedff;
    background: #2b8df5;
    transition: .3s;
}

.badgeSecondary {
    font-family: 'poppins' !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .6rem;
    font-size: 12px;
    border-radius: 12px !important;
    padding: 4px 16px;
    color: #333;
    background: #e9e9e9;
    border: 1px solid #333;
}
.badgeSecondary i {
    color: var(--white) !important;
    font-size: 18px;
}

.badgeSecondary:focus {
    border: 1px solid #333;
}

.label-form {
    font-size: 14px;
    font-weight: 400;
    color: #1f2233;
    margin-bottom: 4px;
}

body {
    background: var(--white);
}
.navBar {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    z-index: 1000;
}
.navBar .nav-start {
    display: flex;
    justify-content: start;
    align-items: center;
}
.navBar .nav-toggle {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 40px;
}
.navBar .nav-toggle i {
    font-size: 24px;
    color: var(--black);
    cursor: pointer;
}
.navBar .nav-logo {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: .3rem;
    width: 218px;
}
.navBar .nav-logo img {
    width: 90px;
}
.navBar .nav-logo .version {
    font-size: 12px;
    font-weight: 600;
    color: var(--grey);
}
.navBar .nav-title {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}
.navBar .nav-title .title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}
.navBar .nav-title .title::after {
    content: '';
    position: absolute;
    top: 4px;
    right: -8px;
    height: 16px;
    width: 1px;
    background: var(--dark-grey);
}
.navBar .nav-title .sub-title {
    font-size: 12px;
    font-weight: 500;
    color: var(--grey);
}

.nav-account {
    position: relative;
}
.nav-account .container-account .account {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem;
    background: #f5f5f5;
    padding: 8px 15px 8px 24px;
    border-radius: 18px;
    cursor: pointer;
}
.nav-account .container-account .account .text {
    text-align: end;
}
.nav-account .detail-account .header .text .name,
.nav-account .container-account .account .text .name {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--black);
}
.nav-account .detail-account .header .text .role {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--grey);
}
.nav-account .container-account .account .text .role {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--grey);
}
.nav-account .container-account .second-account i,
.nav-account .container-account .account i,
.nav-account .detail-account .header i {
    font-size: 28px;
    color: var(--dark-grey);
}
.nav-account .detail-account {
    background: #fff;
    height: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .1s ease;
    top: 100%;
    margin-top: 10px;
    min-width: 260px;
    border-radius: 10px;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    z-index: 999;
}
.nav-account .detail-account.left {
    right: -50% !important;
    min-width: 260px !important;
}
.nav-account .container-account:hover .detail-account {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
    transform: translateY(-10px);
    z-index: 999;
}
.nav-account .detail-account .header {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    padding: 18px 24px;
}
.nav-account .detail-account .header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f4f4f4;
}
.nav-account .detail-account .feature {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 14px;
}
.nav-account .detail-account .feature a {
    display: flex;
    justify-content: start;
    align-items: center;
    text-decoration: none;
    width: 100%;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--black);
    border-radius: 10px;
    transition: all .2s ease;
}
.nav-account .detail-account .feature a:hover {
    background: #f4f6fa;
    color: #3e97ff;
    transition: all .2s ease;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    background: var(--bg-menu);
    z-index: 100;
    border-top-right-radius: 20px;
    transition: all 0.5s ease;
    margin-top: 5.5rem;
    overflow: hidden;
    opacity: 1 !important;
    text-shadow: none !important;
}
.sidebar .bg-sidebar {
    position: absolute;
    height: 100vh;
    z-index: -1;
    object-fit: cover;
}
.sidebar.close {
    width: 68px;
}
.sidebar.close:hover {
    width: 260px;
}
.sidebar.close:hover .nav-links,
.sidebar .nav-links {
    height: 100%;
    padding: 20px 0 150px 0;
    overflow: auto;
}
.sidebar .nav-links .nav-menu,
.sidebar.close .nav-links .nav-menu {
    margin-bottom: 8px;
}
.sidebar.close:hover .nav-links .nav-menu.active i,
.sidebar.close .nav-links .nav-menu.active {
    background: transparent;
}
.sidebar.close .nav-links {
    overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}
.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.2s ease;
}
.hideBar {
    position: absolute;
    top: 0;
    left: 260px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: none;
}
.sidebar .nav-links li .arrow-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar.close .nav-links li .arrow-link {
    display: block
}
.sidebar .nav-links .nav-icon i {
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    margin-left: 7px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.sidebar.close .nav-links .nav-menu.active i {
    height: 46px;
    width: 46px;
    text-align: center;
    background: var(--bg-sub-menu);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-left: 7px;
    border-radius: 14px;
    transition: all .2s ease;
}
.sidebar.close:hover .nav-links .nav-menu.active,
.sidebar .nav-links .nav-menu.active {
    width: 95%;
    border-radius: 0 18px 18px 0;
    background: var(--bg-sub-menu);
    transition: all .2s ease;
}
.sidebar .nav-links .nav-menu i.arrow {
    color: #fff;
    margin-left: 8px;
    font-size: 14px;
    transition: all .3s ease;
}
.sidebar.close:hover .nav-links .arrow-link a[aria-expanded=true] i.arrow,
.sidebar .nav-links .arrow-link a[aria-expanded=true] i.arrow {
    transform: rotate(-180deg);
    transition: all .2s ease;
}
.sidebar.close .arrow-link i.arrow {
    display: none;
}
.sidebar.close:hover .arrow-link i.arrow {
    display: block;
    opacity: 0;
    visibility: hidden;
    animation: arrowDelay .3s .4s forwards;
}
@keyframes arrowDelay {
    to {
        opacity: 1;
        visibility: visible;
    }
}
.sidebar.close:hover .nav-links li a,
.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.sidebar.close:hover .nav-links li a .nav-name,
.sidebar .nav-links li a .nav-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar.close:hover .nav-links li a .link_name,
.sidebar .nav-links li a .link_name {
    width: 160px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.2s ease;
}
.sidebar.close .nav-links li a .link_name {
    display: none;
}

.sidebar.close:hover .nav-links .collapse-level-1 li,
.sidebar .nav-links .collapse-level-1 li {
    display: block;
    overflow: hidden;
}
.sidebar.close .nav-links .collapse-level-1 li {
    display: none;
}
.sidebar .nav-links .other.collapse-level-1 li {
    position: relative;
    padding-left: 45px;
    padding-right: 8px;
    transition: all .2s ease;
}
.sidebar .nav-links .payment.collapse-level-1 li {
    position: relative;
    padding-left: 10px;
    padding-right: 8px;
    transition: all .2s ease;
}
.sidebar .nav-links .payment.collapse-level-1 .other li {
    position: relative;
    padding-left: 50px;
    padding-right: 8px;
    margin-left: -10px;
    transition: all .2s ease;
}

.sidebar .nav-links .nav-menu .collapse-level-1 li a,
.sidebar .nav-links .nav-menu .submenu .submenu-link a {
    position: relative;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
    opacity: 0.7;
    transition: all .2s ease;
}
.sidebar .nav-links .nav-menu .collapse-level-1 li.active,
.sidebar .nav-links .nav-menu .submenu .submenu-link.active {
    width: 93%;
    border-radius: 0 20px 20px 0;
    padding-right: 10px;
    background: var(--bg-sub-menu);
    transition: all .2s ease;
}
.sidebar .nav-links .nav-menu .collapse-level-1 li.active a,
.sidebar .nav-links .nav-menu .submenu .submenu-link.active a {
    margin-left: 8px;
    transition: all .2s ease;
}
.sidebar .nav-links .nav-menu .other.collapse-level-1 li a::before,
.sidebar .nav-links .nav-menu .submenu .submenu-link a::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bg-sub-menu);
    transition: all .2s ease;
}
.sidebar .nav-links .nav-menu .other.collapse-level-1 li.active a::before,
.sidebar .nav-links .nav-menu .submenu .submenu-link.active a::before {
    background: var(--white);
}

.cards {
    background: #fff;
    box-shadow: 2px 10px 30px rgba(221, 221, 221, 0.1);
    border-radius: 20px;
}

.card {
    position: relative;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 2px 10px 30px rgba(221, 221, 221, 0.1);
    border-radius: 20px;
    margin-bottom: 24px;
    transition: .2s;
}
.card.hoverable:hover {
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.1));
    transition: .2s;
}
.card-header {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.4rem;
}
.card-header::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--soft-grey);
}
.card-header i {
    font-size: 28px;
    color: #444;
}
.card-header img {
    width: 40px;
}
.card-header .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: var(--dark-grey);
    text-transform: uppercase;
}
.card-header .subtitle {
    font-size: 12px;
    font-weight: 400;
    color: var(--grey);
}

.containerHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.title-tbl {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-grey);
}
.containerRight {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
}
.containerRight .relative i {
    position: absolute;
    top: 11px;
    left: 16px;
    font-size: 18px;
    color: #747785;
}
.btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    height: 35px;
    padding: 0 14px;
    border-radius: 20px;
    font-size: 12px;
    border: none;
    outline: none;
    color: #fff;
    background: var(--red);
    cursor: pointer;
    transition: all .2s ease;
}
.btn-round-lg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 40px;
    min-width: 140px;
    padding: 0 24px;
    border-radius: 20px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease;
}
.btn-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: none;
    outline: none;
    color: #fff;
    background: var(--red);
    cursor: pointer;
    transition: all .2s ease;
}
.btn-circle-sm {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: none;
    outline: none;
    color: #fff;
    background: var(--red);
    cursor: pointer;
    transition: all .2s ease;
}
.btnRefresh:hover i {
    transform: rotate(360deg);
    transition: all 1s ease;
}

.btn-round:hover,
.btn-round-lg.bg-blue:hover,
.btn-circle-sm:hover,
.btn-circle:hover {
    box-shadow: 0px 9px 12px -8px rgba(32, 37, 128, 0.78);
    transition: all .2s ease;
}
.btn-round-lg.bg-lightblue:hover {
    box-shadow: 0px 9px 12px -8px rgba(0, 77, 165, 0.565);
}

.title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #3b3b3b;
}

@media (min-width: 800px) {
    .nav-account .container-account .second-account {
        display: none;
    }
}
@media (min-width: 600px) {
    .hideBar {
        display: none;
    }
    #data_content {
        position: relative;
        min-height: 100vh;
        left: 245px;
        margin-top: 5.5rem;
        width: calc(100% - 245px);
        padding: 0 1.5rem 1rem 2.2rem;
        transition: all 0.5s ease;
        overflow: hidden;
    }
    .sidebar.close ~ #data_content {
        left: 55px;
        width: calc(100% - 55px);
    }
}
@media (max-width: 800px) {
    .nav-account .container-account .account {
        display: none;
    }
}
@media (max-width: 600px) {
    .navBar .nav-title {
        display: none;
    }   
    .navBar {
        z-index: 99;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    }
    .sidebar.close{
        left: -100%;
    }
    .sidebar{
        width: 260px;
    }
    .sidebar {
        margin-top: 0;
        z-index: 9999999;
    }
    .sidebar-backdrop .hideBar {
        display: block;
    }
    .sidebar-backdrop {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(2px);
        z-index: 999;
    }
    #data_content {
        padding: 5rem 1rem 1rem 1rem;
    }
    .sidebar.close ~ #data_content {
        left: 0;
        width: 100%;
    }
    .containerHead {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 450px) {
    .containerRight {
        flex-direction: column;
    }
}


.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 60px;
    width: 100%;
    background: linear-gradient(to bottom, var(--white) 0%, #B4262530 104.42%);
}
.footer p {
    font-size: 12px;
    font-weight: 400;
    color: var(--grey);
}


/* DASHBOARD */
.title-dashboard {
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-grey);
}
.note-count {
    font-size: 14px;
    font-weight: 600;
    color: var(--red);
}
.range_inputs {
    display: flex;
    gap: 10px;
}
.applyBtn, .cancelBtn {
    border-radius: 20px;
}
.containerChart {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
/* .containerChart::before {
    content: '';
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.01);
} */
.apexcharts-legend {
    position: relative;
}
.apexcharts-menu-icon {
    margin-right: 2rem;
}
.apexcharts-menu-item {
    white-space: nowrap;
}

.dashboard .conainerStatusTrx {
    position: relative;
    z-index: 9;
    margin-top: 2.4rem;
    padding-top: 1rem;
    padding-right: 3rem;
    height: 230px;
}
.dashboard .conainerStatusTrx::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    height: 120px;
    width: 1px;
    border-right: 1px solid var(--light-white);
}
.dashboard .statusTransaksi {
    position: relative;
    z-index: 9;
    margin-bottom: 1.2rem;
}
.dashboard .statusTransaksi .containerIcon {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .8rem;
    z-index: 9;
    margin-top: 2rem;
}
.dashboard .statusTransaksi .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffdada;
    background: #fff5f5;
    color: var(--red);
    font-size: 16px;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    z-index: 9;
}
.dashboard .statusTransaksi .name {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;
    z-index: 9;
}
.dashboard .statusTransaksi .containers {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: .7rem;
}
.dashboard .statusTransaksi .containerCount {
    width: 40%;
    color: var(--dark-grey);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}
.dashboard .statusTransaksi .containerMoney {
    width: 60%;
    color: #19c273;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}
.dashboard .statusTransaksi .count {
    color: var(--dark-grey);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}
.dashboard .statusTransaksi .money {
    color: #19c273;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}
.dashboard .statusTransaksi .money .rp {
    color: var(--light-grey);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.dashboard .statusTransaksi .desc {
    color: var(--dark-grey);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.dashboard .titleStatus .name {
    position: relative;
    width: 30%;
    font-size: 12px;
    font-weight: 400;
    color: var(--dark-grey);
}
.dashboard .titleStatus .count {
    position: relative;
    width: 25%;
    font-size: 12px;
    font-weight: 400;
    color: var(--dark-grey);
    text-align: right;
}
.dashboard .titleStatus .money {
    position: relative;
    width: 45%;
    font-size: 12px;
    font-weight: 400;
    color: var(--dark-grey);
    text-align: right;
}
.dashboard .titleStatus,
.dashboard .statusTrx {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    z-index: 9;
    margin-bottom: .6rem;
    padding-bottom: .6rem;
}
.dashboard .statusTrx .name {
    width: 30%;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #a5a5a5;
    z-index: 9;
}
.dashboard .statusTrx .count {
    width: 25%;
    color: var(--dark-grey);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    text-align: right;
}
.dashboard .statusTrx .money {
    width: 45%;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    text-align: right;
}
.dashboard .statusTrx .money.sukses {
    color: #00db76;
}
.dashboard .statusTrx .money.suspect {
    color: #ffd300;
}
.dashboard .statusTrx .money.Xsukses {
    color: #6a994e;
}
.dashboard .statusTrx .money.Xsuspect {
    color: #ff0000;
}
.dashboard .statusTrx .money.Dsukses {
    color: #007bff;
}
.dashboard .statusTrx .money.Dsuspect {
    color: #fb5b5b;
}
.dashboard .statusTrx .money.total {
    color: #333;
}
.dashboard .statusTrx .money .rp {
    position: relative;
    z-index: 9;
    color: var(--light-grey);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.dashboard .containerHistory {
    position: relative;
    height: 234px;
    margin-top: 2rem;
    overflow-y: scroll;
}
.dashboard .containerHistory::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.dashboard .containerHistory::-webkit-scrollbar-thumb,
.dashboard .containerHistory::-webkit-scrollbar-track {
    background: transparent;
}
.dashboard .containerHistory .contents {
    position: relative;
    margin-bottom: .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid var(--light-white);
}
.dashboard .history {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dashboard .history .containers {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .4rem;
}
.dashboard .history .containers i {
    font-size: 16px;
    color: var(--grey);
}
.dashboard .history .containers .type {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-grey);
}
.dashboard .history .datetime {
    display: flex;
    justify-content: start;
    align-items: flex-end;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    color: var(--grey);
}
.dashboard .history .datetime .date {
    font-size: 12px;
    font-weight: 500;
    color: var(--dark-grey);
    margin-bottom: -6px;
}
.contents.panel {
    box-shadow: none;
}
.dashboard .containerHistory .contents .txtHide {
    font-size: 11px;
    font-weight: 400;
    color: var(--grey);
}

.dashboard .loaderDashboard {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    flex-direction: column;
    gap: 1rem;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
}

.ui.dimmer .container-dimmer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.ui.dimmer .logo,
.dashboard .loaderDashboard .logo {
    width: 140px;
}

.loadingPulse {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 14px;
    font-weight: 600;
    color: #101415
}

.loadingPulse .containerDots {
    position: relative;
}
.dotPulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #101415;
    color: #101415;
    box-shadow: 9999px 0 0 -5px;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: 0.25s;
}
.dotPulse::before, .dotPulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #101415;
    color: #101415;
}
.dotPulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dotPulse-before 1.5s infinite linear;
    animation-delay: 0s;
}
.dotPulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dotPulse-after 1.5s infinite linear;
    animation-delay: 0.5s;
}
  
@keyframes dotPulse-before {
    0% {
      box-shadow: 9984px 0 0 -5px;
    }
    30% {
      box-shadow: 9984px 0 0 2px;
    }
    60%, 100% {
      box-shadow: 9984px 0 0 -5px;
    }
}
@keyframes dotPulse {
    0% {
      box-shadow: 9999px 0 0 -5px;
    }
    30% {
      box-shadow: 9999px 0 0 2px;
    }
    60%, 100% {
      box-shadow: 9999px 0 0 -5px;
    }
}
@keyframes dotPulse-after {
    0% {
      box-shadow: 10014px 0 0 -5px;
    }
    30% {
      box-shadow: 10014px 0 0 2px;
    }
    60%, 100% {
      box-shadow: 10014px 0 0 -5px;
    }
}

/* Proses Reconcile */

.containerWizard {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerWizard .wizard {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    border: 1px solid #eee;
}
.containerWizard .wizard .wizardTab {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    padding: 1rem 0;
    border-right: 1px solid #eee;
    pointer-events: none;
}
.containerWizard .wizard .wizardTab:last-child {
    border-right: 1px solid transparent;
}
.containerWizard .wizard .wizardTab:first-child {
    border-radius: 18px 0 0 18px;
}
.containerWizard .wizard .wizardTab:last-child {
    border-radius: 0 18px 18px 0;
}
.containerWizard .wizard .wizardTab.active {
    background: #f3f3f3;
}
.containerWizard .wizard .wizardTab:nth-child(1):before,
.containerWizard .wizard .wizardTab:not(.edc):nth-child(2):before {
    content: '';
    position: absolute;
    top: 50%;
    right: -8%;
    transform: translate(-50%, -50%);
    width: 0; 
    height: 0; 
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #eee;
    z-index: 99;
}
.containerWizard .wizard .wizardTab:nth-child(1):after,
.containerWizard .wizard .wizardTab:not(.edc):nth-child(2):after {
    content: '';
    position: absolute;
    top: 50%;
    right: -7%;
    transform: translate(-50%, -50%);
    width: 0; 
    height: 0; 
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    z-index: 99;
}
.containerWizard .wizard .wizardTab.active:nth-child(1):before,
.containerWizard .wizard .wizardTab.active:not(.edc):nth-child(2):before {
    content: '';
    position: absolute;
    top: 50%;
    right: -8%;
    transform: translate(-50%, -50%);
    width: 0; 
    height: 0; 
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #eee;
}
.containerWizard .wizard .wizardTab.active:nth-child(1):after,
.containerWizard .wizard .wizardTab.active:not(.edc):nth-child(2):after {
    content: '';
    position: absolute;
    top: 50%;
    right: -7%;
    transform: translate(-50%, -50%);
    width: 0; 
    height: 0; 
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #f3f3f3;
}
.containerWizard .wizard .wizardTab .wizardLink {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .6rem;
}
.containerWizard .wizard .wizardTab .wizardLink i {
    font-size: 28px;
    color: #6F7684;
}
.containerWizard .wizard .wizardTab .wizardLink .name {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-grey);
    margin-bottom: -4px;
}
.containerWizard .wizard .wizardTab .wizardLink .desc {
    font-size: 10px;
    font-weight: 400;
    color: var(--light-grey);
    margin-top: -4px;
}

.uploadType {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}
.uploadType.wizard {
    flex-wrap: nowrap;
}

.uploadType .containers {
    position: relative;
    margin-bottom: 2rem;
    width: 50%;
}
.uploadType .containers input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
.uploadType .containers .containeruploadFile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100% !important;
    padding: 1rem 1.4rem;
    border-radius: 20px;
    background: #F9FAFB;
    border: 2px dashed var(--light-grey);
    cursor: pointer;
}
.uploadType .containers .uploadFile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100% !important;
    background: #F9FAFB;
    border-radius: 14px;
    margin: 4px 0;
    padding: 10px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}
.uploadType .containers .uploadFile:hover {
    background: #b6b6b6;
}
.uploadType .containers .uploadFile .trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100% !important;
}
.uploadType .containers .name {
    font-size: 14px;
    font-weight: 500;
    color: var(--grey);
}
.uploadType .containers .uploadFile i {
    font-size: 62px;
    color: var(--grey);
}
.uploadType .containers .uploadFile .desc {
    font-size: 14px;
    font-weight: 400;
    color: var(--grey);
    text-align: center;
}
.uploadType .containers .selectedFile {
    position: relative;
    width: 100% !important;
}
.uploadType .containers .selectedFile .containerStatusUpload {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .6rem;
    width: 100% !important;
}
.uploadType .containers .selectedFile .statusUpload {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 18px;
    background: #F9FAFB;
    border: 1px solid #e0e0e0;
    padding: .8rem 1.4rem;
    margin: .6rem 0;
    overflow: hidden;
}
.uploadType .containers .selectedFile .statusUpload .leftSide {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}
.uploadType .containers .selectedFile .statusUpload .leftSide i {
    font-size: 32px;
    color: var(--grey);
}
.uploadType .containers .selectedFile .statusUpload .leftSide .filename {
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-grey);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.uploadType .containers .selectedFile .statusUpload .leftSide .size {
    font-size: 12px;
    font-weight: 400;
    color: var(--light-grey);
}
.uploadType .containers .selectedFile .statusUpload .status {
    font-size: 32px;
    color: var(--grey);
}
.uploadType .containers .selectedFile .statusUpload .loading {
    font-size: 26px !important;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}

.removeRow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 12px;
    background: #F9FAFB;
    border: 1px solid #e0e0e0;
    height: 34px;
    width: 34px;
    z-index: 10;
    cursor: pointer;
    transition: .3s;
}
.removeRow:hover {
    background: #e0e0e0;
    transition: .3s;
}

/* WIZARD RECONCILE */

.loadingReckon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 14px;
    font-weight: 500;
    color: var(--grey)
}

.containerDots {
    position: relative;
}
.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--grey);
    color: var(--grey);
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--grey);
    color: var(--grey);
}
.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.5s infinite linear;
    animation-delay: 0s;
}
.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s infinite linear;
    animation-delay: 0.5s;
}

.loadingReckon.white {
    color: #fff;
}

.loadingReckon.white .dot-pulse,
.loadingReckon.white .dot-pulse::before,
.loadingReckon.white .dot-pulse::after {
    width: 5px;
    height: 5px;
    color: #fff;
    background-color: #fff;
}
  
@keyframes dot-pulse-before {
    0% {
      box-shadow: 9984px 0 0 -5px;
    }
    30% {
      box-shadow: 9984px 0 0 2px;
    }
    60%, 100% {
      box-shadow: 9984px 0 0 -5px;
    }
}
@keyframes dot-pulse {
    0% {
      box-shadow: 9999px 0 0 -5px;
    }
    30% {
      box-shadow: 9999px 0 0 2px;
    }
    60%, 100% {
      box-shadow: 9999px 0 0 -5px;
    }
}
@keyframes dot-pulse-after {
    0% {
      box-shadow: 10014px 0 0 -5px;
    }
    30% {
      box-shadow: 10014px 0 0 2px;
    }
    60%, 100% {
      box-shadow: 10014px 0 0 -5px;
    }
}

.containerSum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
}
.containerSum .title-sum {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-grey);
}
.containerSum .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #f9fafb;
    border: 1px solid var(--soft-grey);
}
.containerSum .icon i {
    font-size: 14px;
    color: var(--dark-grey);
}
.bodySum {
    position: relative;
    margin-top: 2rem;
}
.bodySum .containerScroll {
    position: relative;
    overflow-y: scroll;
    max-height: 100px;
}
.bodySum .containerScroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.bodySum .containerScroll::-webkit-scrollbar-thumb,
.bodySum .containerScroll::-webkit-scrollbar-track {
    background: transparent;
}
.bodySum .containers {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .6rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid var(--light-white);
}
.bodySum .containers .name {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-grey);
}
.bodySum .containers .date {
    font-size: 14px;
    font-weight: 500;
    color: var(--grey);
}
.bodySum .suksesSum {
    font-size: 20px;
    font-weight: 500;
    color: #0CAE63;
}
.bodySum .suksesSum .trxText {
    font-size: 16px;
    font-weight: 400;
    color: #0CAE6390;
    margin-left: 2px;
}
.bodySum .suspectSum {
    font-size: 20px;
    font-weight: 500;
    color: #FB5B5B;
}
.bodySum .suspectSum .trxText {
    font-size: 16px;
    font-weight: 400;
    color: #FB5B5B90;
    margin-left: 2px;
}
.bodySum .totalSum {
    font-size: 20px;
    font-weight: 500;
    color: #0073EE;
}
.bodySum .totalSum .trxText {
    font-size: 16px;
    font-weight: 400;
    color: #0073EE90;
    margin-left: 2px;
}
.bodySum .feeSum {
    font-size: 20px;
    font-weight: 500;
    color: #ffbe25;
}
.bodySum .feeSum .trxText {
    font-size: 16px;
    font-weight: 400;
    color: #ffbe25;
    margin-left: 2px;
}
.bodySum .reversal {
    font-size: 20px;
    font-weight: 500;
    color: #a85bfd;
}
.bodySum .reversal .trxText {
    font-size: 16px;
    font-weight: 400;
    color: #a85bfd;
    margin-left: 2px;
}
.bodySum .force {
    font-size: 20px;
    font-weight: 500;
    color: #1283b6;
}
.bodySum .force .trxText {
    font-size: 16px;
    font-weight: 400;
    color: #1283b6;
    margin-left: 2px;
}

.modal-header button span {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 20px;
}

.titleTrx {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.countTrx {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-top: 6px;
}

.bordered {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid  var(--soft-grey);
    margin: 1rem 0;
}

.kt-radio-inline {
    padding: 0 0; 
}
.kt-radio-inline .kt-radio {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
.kt-radio-inline .kt-radio:last-child {
    margin-right: 0; 
}
  
.form-group.row .kt-radio-inline {
    margin-top: 0.75rem; 
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {

    .customCheck {
        --active: #007bff;
        --active-inner: #fff;
        --focus: 2px rgba(0, 123, 255, .3);
        --border: #bbc1e1;
        --border-hover: #007bff;
        --background: #fff;
        --disabled: #f6f8ff;
        --disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
  
    .customCheck:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
  
    .customCheck:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
        box-shadow: 0px 0px 0px 2px rgb(188, 219, 253);
    }
  
    .customCheck:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
  
    .customCheck:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
  
    .customCheck:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
  
    .customCheck:focus {
        box-shadow: 0 0 0 var(--focus);
    }
  
    .customCheck:not(.switch) {
        width: 21px;
    }
  
    .customCheck:not(.switch):after {
        opacity: var(--o, 0);
    }
  
    .customCheck:not(.switch):checked {
        --o: 1;
    }
  
    .customCheck+labell {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }
  
    .customCheck:not(.switch) {
        border-radius: 7px;
    }
  
    .customCheck:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }
  
    .customCheck:not(.switch):checked {
        --r: 43deg;
    }
  
    .customCheck.switch {
        width: 38px;
        border-radius: 11px;
    }
  
    .customCheck.switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }
  
    .customCheck.switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }
  
    .customCheck.switch:disabled:not(:checked):after {
        opacity: 0.6;
    }
  }