.full-h {
    height:100vh;
}

.strong, .bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.form-control {
    min-height: 44px;
    height: 44px;
}

td > .form-control, td > * > .form-control, td > * > * > .form-control {
    min-height: 40px;
}

.jurnal > tr > td {
    border-top: 0px;
    padding: 2px 2px 0px 0px;
}

.jurnal > tr > td > .btn-account {
    min-height: 40px;
}

.table thead th {
    border-bottom: 0px;
    border-top: 0px;
}

.table-no-border-row > tr > td {
    border: 0px;
}

.memo {
    height: 100px;
    padding: 5px;
    background-color: white;
}

.input-error{
    outline: 1px solid red;
}

.digit {
    text-align: right;
}

.nominal {
    text-align: right;
}

.bg-nominal-negative {
    background-color: rgb(231, 231, 231);
}

.trans-meta-label {
    width: 200px;
    margin-right: 10px;
    background-color: red;
}

.w-200 {
    width: 200px;
}
.w-250 {
    width: 250px;
}
.w-300 {
    width: 300px;
}
.w-400 {
    width: 400px;
}

.tag-item {
    background-color: white;
    border-radius: 4px;
    color: rgb(85, 85, 85);
}

.border-collapse {
    border-collapse:collapse;
}
.border-collapse td, .border-collapse th {
    border-color: rgba(0,0,0,0);
}

.action-light {
    color: rgb(223, 223, 223);
}
.action-light:hover {
    color: rgb(42, 151, 214);
}
.action-light-dark {
    color: rgb(196, 196, 196);
}
.action-light-dark:hover {
    color: rgb(136, 136, 136);
}
.action-dark {
    color: rgb(94, 94, 94);
}
.action-dark:hover {
    color: rgb(42, 151, 214);
}
.action-delete:hover {
    color: rgb(214, 42, 114);
}

a {
    color: rgb(62, 177, 243);
}

.btn-add-row {
    width: 100%;
    min-width: 100%;
}

.border-all {
    border-top: 0.5px solid #d1d1d1;
    border-bottom: 0.5px solid #d1d1d1;
    border-left: 0.5px solid #d1d1d1;
    border-right: 0.5px solid #d1d1d1;
}

.border-left-right {
    border-left: 0.5px solid #d1d1d1;
    border-right: 0.5px solid #d1d1d1;
}

.border-right {
    border-right: 0.5px solid #d1d1d1;
}

.border-left {
    border-left: 0.5px solid #d1d1d1;
}

.border-right-bold {
    border-right: 2px solid #b6b6b6;
}

.border-right-light {
    border-right: 0.5px solid #e9e8e8;
}

.border-top {
    border-top: 0.5px solid #d1d1d1;
}

.border-all-bold {
    border-top: 2px solid #b6b6b6;
    border-bottom: 2px solid #b6b6b6;
    border-left: 2px solid #b6b6b6;
    border-right: 2px solid #b6b6b6;
}

.border-left-right-bold {
    border-left: 2px solid #b6b6b6;
    border-right: 2px solid #b6b6b6;
}

.border-top-bold {
    border-top: 2.2px solid rgb(172, 172, 172);
}

.border-top-bold-blue {
    border-top: 2.2px solid rgb(144, 201, 228);
}

.border-top-white, .border-bottom-white {
    border-bottom: 0.5px solid #ffffff;
}

.border-top-bottom-bold {
    border-top: 2.2px solid rgb(139, 139, 139);
    border-bottom: 2.2px solid rgb(139, 139, 139);
}

.border-top-bottom-bold-blue {
    border-top: 2.2px solid rgb(144, 201, 228);
    border-bottom: 2.2px solid rgb(144, 201, 228);
}

.border-bottom {
    border-bottom: 0.5px solid #d1d1d1;
}

.border-bottom-bold-blue {
    border-bottom: 2.2px solid rgb(144, 201, 228);
}

.border-top-bottom {
    border-bottom: 0.5px solid #d1d1d1;
    border-top: 0.5px solid #d1d1d1;
}

.border-top-bottom-dash {
    border-top: 1.5px dashed rgb(202, 202, 202);
    border-bottom: 1.5px dashed rgb(202, 202, 202);
}

.bg-green {
    background-color: rgb(43, 221, 162);
}

.bg-soft-green {
    background-color: rgb(152, 235, 207);
}

.bg-blue {
    background-color: rgb(127, 240, 255);
}

.bg-soft-blue {
    background-color: rgb(193, 236, 241);
}

.bg-red {
    background-color: rgb(240, 84, 84);
}

.bg-soft-red {
    background-color: rgb(255, 195, 195);
}

.no-border-top-bottom {
    border-top: 0px;
    border-bottom: 0px;
}

.text-small {
    font-size: 0.9em;
}

.text-smaller {
    font-size: 0.8em;
}

.text-smallest {
    font-size: 0.7em;
}

.text-big {
    font-size: 1.1em;
}

.text-bigger {
    font-size: 1.2em;
}

.text-biggest {
    font-size: 1.3em;
}

.font-dark-1 {
    color:rgb(214, 214, 214)
}

.font-dark-2 {
    color:rgb(199, 199, 199)
}

.font-dark-3 {
    color:rgb(177, 177, 177)
}

.font-dark-4 {
    color:rgb(99, 99, 99)
}

.font-dark-5 {
    color:rgb(0, 0, 0)
}

.bg-grey-1 {
    background-color:rgb(250, 250, 250)
}

.bg-grey-2 {
    background-color:rgb(230, 229, 229)
}

.bg-grey-3 {
    background-color:rgb(214, 213, 213)
}

.bg-grey-4 {
    background-color:rgb(201, 201, 201)
}

.bg-grey-5 {
    background-color:rgb(189, 187, 187)
}

.bg-grey-6 {
    background-color:rgb(177, 175, 175)
}

#simpan > img, #save > img, .loading {
    height: 20px;
    margin-right: 10px;
}

.chart-info-margin {
    margin-left: 20px;
}

.btn-size-1 {
    width: 300px;
}
.btn-size-2 {
    width: 200px;
}
.btn-size-3 {
    width: 150px;
}
.btn-size-4 {
    width: 100px;
}
.btn-size-5 {
    width: 70px;
}
.action-btn-1 {
    width: 90px
}
.action-btn-2 {
    width: 180px
}
.action-btn-3 {
    width: 270px
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgb(219, 219, 219); 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: rgba(173, 174, 175, 0.2);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b8b8b8; 
}

/* Track */
.scroll-light::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgb(247, 247, 247)0); 
    border-radius: 10px;
}

/* Handle */
.scroll-light::-webkit-scrollbar-thumb {
    /* background-color: rgba(33, 122, 238, 0.2); */
    background-color: rgba(238, 238, 238, 0.2);
    border-radius: 10px;
}

/* Handle on hover */
.scroll-light::-webkit-scrollbar-thumb:hover {
    background: #b8b8b8; 
}

.underline {
    text-decoration: underline;
}

.underline1 {
    text-decoration: underline;
    text-decoration-color: rgb(41, 146, 216);
    text-underline-offset: 5px;
}

.underline2 {
    text-decoration: underline;
    text-decoration-color: rgb(179, 223, 20);
    text-underline-offset: 5px;
}

.no-dots {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

.over-x {
    overflow-x: auto;
    padding-bottom: 2px;
}

.over-y {
    overflow-y: auto;
    padding-right: 2px;
}

.button-top-menu {
    border-radius: 5px;
    border: 1px solid rgb(182, 182, 182);
    background-color: white;
    padding: 5px 10px;
    color: rgb(59, 59, 59);
}

.button-top-menu:hover {
    background-color:  rgb(187, 187, 187);
    color: white;
}