@font-face {
    font-family: 'SSP Regular';
    src: url("../font/SourceSansPro-Regular.ttf");
    font-display: block;
}

@font-face {
    font-family: 'SSP Bold';
    src: url("../font/SourceSansPro-Bold.ttf");
    font-display: block;
}

#middle {
    box-shadow: 156px 189px 98px rgba(31, 39, 50, 0.01), 88px 106px 83px rgba(31, 39, 50, 0.05), 39px 47px 61px rgba(31, 39, 50, 0.09), 10px 12px 34px rgba(31, 39, 50, 0.1), 0px 0px 0px rgba(31, 39, 50, 0.1);
}

body {
    font-family: "SSP Regular";
    color: #333333;
    font-size: 14px;
}

.text-white {
    color: #ffffff !important;
}

.text-33 {
    color: #333333 !important;
}

.text-33:hover {
    font-weight: 700 !important;
}

.text-s {
    font-size: 12px !important;
}

.text-md {
    font-size: 14px !important;
}

.text-base {
    font-size: 16px !important;
}

.text-lg {
    font-size: 20px !important;
}

.text-xl {
    font-size: 24px !important;
}

.text-2xl {
    font-size: 28px !important;
}

.text-blue {
    color: #0F98D8;
}

.text-orange {
    color: #FF781F;
}

.ssbold {
    font-family: "SSP Bold";
}


.iziToast>.iziToast-body .iziToast-icon {
    opacity: 1;
}

#circle {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #1CC09F;
}

.nav-item>.active {
    color: #1CC09F !important;
    font-weight: 700;
}

.nav-link>.active {
    color: #1CC09F !important;
    font-weight: 700;
}

.dropdown-menu>.active {
    color: #1CC09F !important;
}

.dropdown-menu a:hover {
    background-color: #D2F2EC !important;
    color: #000 !important;
}

#action a:hover {
    background-color: #D2F2EC !important;
    color: #4f4f4f !important;
}

#action button:hover {
    background-color: #D2F2EC !important;
    color: #4f4f4f !important;
}

#action a:focus {
    background-color: #D2F2EC !important;
    color: #4f4f4f !important;
}

#action button:focus {
    background-color: #D2F2EC !important;
    color: #4f4f4f !important;
}

/* .dropdown-menu a:hover {
    background-color: #1CC09F;
    color:#fff;
} */

.dropdown-item.active {
    color: #1CC09F;
    background-color: #fff;
}

.nav-item:after>.active {
    content: "&bull;";
    position: absolute;
    background-color: #1CC09F;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: -10px;
    border-bottom: '1px solid black'
}

.navbar-brand b {
    color: #1CC09F;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #eee;
    z-index: 1;
    border-radius: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu-end {
    right: 0;
    left: auto;
}

.action .dropdown-menu {
    /* display: none;
    position: absolute; */
    background-color: #fff !important;
    z-index: 1;
    border-radius: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-item:hover .dropdown-menu {
    display: block;
    background-color: #fff;
}

.nav-item:hover .nav-link {
    background-color: transparent;
}

.btn-green.btn:disabled {
    color: #fff;
    background-color: #8DE0CF;
    border: 1px solid #8DE0CF !important;
}

.btn-green {
    background-color: #1CC09F;
    border: 1px solid #1CC09F !important;
    color: #fff;
    letter-spacing: 1px;
    fill: #fff;
}

button:focus:not(:focus-visible) .btn-green-outline {
    /* border: 1px solid #1CC09F !important; */
    /* background-color: #fff; */
    color: #1CC09F;
    fill: #fff;
}

/* .btn:focus, .btn-green, .btn:active {
    border: 1px solid #1CC09F !important;
    background-color: #1CC09F;
    color: #fff;
    fill: #fff;
}
.btn:focus, .btn-green-outline, .btn:active {
    border: 1px solid #1CC09F;
    background-color: transparent;
    color: #1CC09F;
    fill: #fff;
} */
/* #uploaded button:focus:not(:focus-visible) {
    background-color: #0E604F;
    color: #1CC09F;
    fill: #1CC09F;
} */
/* .btn:focus {
    outline: none;
  box-shadow: none;
} */
.status-green {
    background: rgba(28, 192, 159, 0.2);
    border-radius: 2.5px;
    color: #1CC09F;
}

.status-yellow {
    background: rgba(242, 190, 34, 0.2);
    border-radius: 2.5px;
    color: #F2BE22;
}

.status-red {
    background: rgba(205, 24, 24, 0.2);
    border-radius: 2.5px;
    color: #CD1818;
}

.btn-green:hover {
    /* border: 1px solid #0E604F !important; */
    background-color: #19B294;
    color: #fff;
    fill: #fff;
    letter-spacing: 1px;
}

.btn-green-outline {
    color: #1CC09F;
    border: 1px solid #1CC09F !important;
    letter-spacing: 1px;
}

.btn-green-outline:hover {
    border: 1px solid #19B294;
    color: #19B294;
    letter-spacing: 1px;
}

.btn-red {
    background-color: rgba(224, 0, 0, 0.2);
    color: #fff;
    letter-spacing: 1px;
}

.btn-red-outline {
    color: rgba(224, 0, 0, 0.2);
    border: 1px solid rgba(224, 0, 0, 0.2) !important;
    letter-spacing: 1px;
}

.btn-red-outline:hover {
    color: #d23a2f;
    border: 1px solid #d23a2f !important;
}

.btn-red:hover {
    background-color: #99322b;
    color: #fff !important;
    letter-spacing: 1px;
}

.btn-grey {
    background-color: #999999;
    color: #fff;
    letter-spacing: 1px;
}

.btn-grey-outline {
    color: #999999;
    border: 1px solid #999999 !important;
    letter-spacing: 1px;
}

.aver .btn-grey-outline:hover {
    color: #666666 !important;
    border: 1px solid #666666 !important;
    letter-spacing: 1px;
}

.btn-grey:hover {
    color: #666666;
    border: 1px solid #666666 !important;
}

.btn-orange-outline {
    color: #FF781F;
    border: 1px solid #FF781F !important;
    letter-spacing: 1px;
}

.btn-orange-outline:hover {
    border: 1px solid #cc5200 !important;
    color: #cc5200 !important;
}


/* .btn-green:hover{
    background-color: #9CC09F;
    color: #fff;
} */
.text-placeholder {
    color: #999999 !important;
}

.text-green {
    color: #1CC09F !important;
}

.text-red {
    color: #E91A26;
}

.text-red:hover {
    color: #F04C41;
}

.text-black {
    color: #333333 !important;
}

.text-orange {
    color: #FF781F;
}

/* .row a:hover{
    color: #0E604F !important;
} */
a .tampil:hover {
    color: #fff !important;
}

a:hover {
    color: #0E604F;
}

.aver a:hover {
    color: #fff !important;
}

/* .btn:focus {
    display: none !important;
} */
/* .btn-green .btn:active {
    background-color: #1CC09F !important;
    color: #fff !important;
}
.btn-green .btn:focus {
    background-color: #1CC09F !important;
    color: #fff !important;
}
.btn-grey-outline .btn:active {
    background-color: #999999 !important;
    color: #fff !important;
} */

.card {
    border-radius: 0;
}

.svg-inline--fa {
    padding-right: 4px !important;
}

.bg-abu {
    background-color: #F2F4F7;
}

.bg-terjual {
    background-color: #999999;
}

.text-abu {
    color: #777777;
}

/* .container, .container-fluid {
    min-width: 1200px;
} */

.title-table {
    background-color: rgba(210, 242, 236);
}

.title-table th {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
}

div input .form-control:focus {
    border: 0;
}

.form-select-report {
    padding: 10px 0rem 10px .75rem !important;
    width: 200px;
}

.form-select-aset {
    padding: 10px 0rem 10px .75rem !important;
    width: 300px;
}

.form-select {
    padding: 10px 0rem 10px .75rem !important;
    /* width: 300px; */
}

.form-select:focus {
    border-color: #BDBDBD;
    box-shadow: inset 0 0 0 1px #BDBDBD;
}

.form-control {
    padding: 10px 8px !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.simple-tree-table-closed .simple-tree-table-icon:after {
    display: inline-block;
    transform: rotate(90deg);
}

.simple-tree-table-opened .simple-tree-table-icon:after {
    display: inline-block;
    /* transform: rotate(3.142rad); */
    transform: rotate(90deg);
}

/* input-group > input {
    height: 36px;
    border:none;
    outline: none;
    font-size: 14px;
}
input-group > i {
    font-size: 13px;
    background-color: #000;
    cursor: pointer;
} */

/* .simple-tree-table-opened .simple-tree-table-icon:after {
    font-family: 'Font Awesome 5 Solid' !important;
    content: "\f530" !;
} */

/* .simple-tree-table-icon{
    float: right;
} */

tbody .tr .td .a {
    color: #0F98D8;
}

.btn {
    box-shadow: none !important;
    text-transform: none;
    font-size: 14px;
}

td .btnn {
    padding: 0;
    cursor: pointer;
    border: none;
    background-color: #E8F9F5;
}

.fa-x {
    background-color: transparent;
    color: #1CC09F;
    width: 36;
    height: 36;
}

.fa-solid-green {
    color: #1CC09F !important;
    fill: #1CC09F !important;
}

.tampil .fa-solid-green {
    color: #1CC09F !important;
    fill: #1CC09F !important;
}

.fa-regular-green {
    color: #1CC09F !important;
}

.fa-minus {
    background-color: transparent;
    color: #1CC09F;
    width: 36;
    height: 36;
}

.svg-inline--fa {
    padding-right: 0 !important;
}

.form-check-input[type=checkbox]:checked {
    background-color: #1CC09F !important;
    border-color: #1CC09F;
}

.form-check-input:focus:before {
    opacity: 0;
}

tfoot td .btn-green:hover {
    background-color: #0E604F;
    border: 1px solid #0E604F !important;
    color: #fff;
}

tfoot td .btn-green {
    background-color: #1CC09F;
    border: 1px solid #1CC09F !important;
    color: #1CC09F;
}

/* button svg {
    fill:#fff;
}
button svg:hover {
    fill:#1CC09F;
} */

.tampil a .btn-green-outline:hover {
    border: 1px solid #0E604F;
    color: #fff;
    fill: #0E604F;
}

.tampil .btn-green-outline {
    border: 1px solid #19B294;
    color: #19B294;
    fill: #19B294;
}

.tampil .btn-green-outline:hover {
    border: 1px solid #0E604F;
    color: #0E604F;
    fill: #0E604F;
}

.tampil .btn-green:hover {
    background-color: #0E604F;
    border: 1px solid #0E604F;
    color: #fff;
    fill: #0E604F;
}

.tampil .btn-green {
    background-color: #1CC09F;
    border: 1px solid #1CC09F;
    color: #fff;
    fill: #fff;
}

.tampil .btn-orange-outline {
    color: #FF781F;
    border: 1px solid #FF781F !important;
    letter-spacing: 1px;
}

.tampil .btn-orange-outline:hover {
    border: 1px solid #cc5200 !important;
    color: #cc5200 !important;
}

.tampil .btn-red-outline {
    color: #F04C41;
    border: 1px solid #F04C41 !important;
    letter-spacing: 1px;
}

.tampil .btn-red-outline:hover {
    color: #d23a2f;
    border: 1px solid #d23a2f !important;
}

textarea {
    resize: none;
}

.tablee {
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    margin-left: -20px;
    margin-right: 0;
    min-width: 400px;
}

.select2-container {
    width: 100% !important;
}

.select2-dropdown .select2-dropdown--below {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px !important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 182px !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.table {
    color: #333333;
}

/* .input-group>.form-control {
    margin-bottom: 33px;
} */

/* Jurnal Manual */


input[type="file"] {
    display: none;
}

#attach {
    border: 1px dashed #bdbdbd;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
}

#attach:hover {
    background-color: #eee;
}

#uploaded {
    cursor: pointer;
}

.file-upload {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}



@keyframes ldio-n8fn1ujlc4b {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ldio-n8fn1ujlc4b div {
    position: relative;
    animation: ldio-n8fn1ujlc4b 1s linear infinite;
    width: 160px;
    height: 160px;
    /* top: 20px;
    left: 20px; */
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #55c89d;
    transform-origin: 80px 82px;
}

.loadingio-spinner-eclipse-75jjcvsre0t {
    width: 100%;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #f1f2f3;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

.ldio-n8fn1ujlc4b {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-n8fn1ujlc4b div {
    box-sizing: content-box;
}


/* a:hover {
    color:#bdbdbd !important;
} */

.select2-container .select2-selection--single {
    height: 47px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 8px;
}

/* .form-control {
    min-height: 47.59px !important;
} */
.form-control {
    min-height: 45.59px !important;
}

#search-listing {
    padding: 7.5px 12px !important;
    min-height: 38.59px !important;
}

#upload {
    min-width: 250px;
}

/* Journal Umum */

.strip {
    border-bottom: 1px solid #333333;
    width: 9px;
    margin-bottom: 22px;
}

#mataUang {
    padding: 10px 5rem 10px .75rem !important;
}

#from-date,
#to-date {
    width: 30% !important;
}

#from-datee {
    width: 35% !important;
}

/* .select2-container--default .select2-selection--single .select2-selection__arrow b {
    content:"❯";
    transform: rotate(90deg);
} */
/* .select2-container--default .select2-selection--single .select2-selection__arrow b {
    content:"❯";
    border-color: #fff transparent transparent transparent !important;
    transform: rotate(90deg);
} */

/* Modal */
.modal-lagi {
    max-width: 1280px;
}

/* .modal-lagi {
    max-width: 580px;
} */
.text-link {
    color: #0F98D8 !important;
}

.datepicker:read-only {
    background-color: white;
    cursor: pointer;
}

.datepicker-asset:read-only {
    background-color: white;
    cursor: pointer;
}

.datepicker-journal:read-only {
    background-color: white;
    cursor: pointer;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #DDF6F1;
    color: #000;
}

.select2-container--default .select2-results__option--selected {
    background-color: #DDF6F1;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
    width: 100%;
    padding: 0.375rem 0 0.375rem 0;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* dataTable */
.dataTables_wrapper .dataTables_filter {
    padding: 1rem !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding: 1rem !important;
}

.dataTables_wrapper .dataTables_info {
    padding: 1rem !important;
}


/* #example_length, #example_filter, #example_info, #example_paginate {
    padding-left: 1,5rem !important;
    padding-right: 1,5rem !important;
    float: none;
} */

/* Nav-Tabs */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #1CC09F;
    border-color: #1CC09F;
}

.hr {
    margin: 0.5rem 0;
}


/* @media only screen and (min-width: 768px) {


    .btn-green {
        background-color: #1CC09F;
        border: 1px solid #1CC09F !important;
        color: #fff;
        letter-spacing: 1px;
        fill:#fff;
    }
} */

.bl-ccc {
    border-left: 1px solid #CCCCCC;
}

.bl {
    border-left: 1px solid #eeeeee;
}

.br {
    border-right: 1px solid #eeeeee;
}

.bt {
    border-top: 1px solid #bdbdbd;
}

.bb {
    border-bottom: 1px solid #bdbdbd;
}

.bb-green-dark {
    border-bottom: 1px solid #B3E0D8;
}

.bl2 {
    border-left: 2px solid #bdbdbd;
}

.br2 {
    border-right: 2px solid #bdbdbd;
}

.bt2 {
    border-top: 2px solid #bdbdbd;
}

.bb2 {
    border-bottom: 2px solid #bdbdbd;
}

.bg-red {
    background-color: rgba(224, 0, 0, 0.2);
}

.bg-green {
    background-color: #1CC09F;
}

.bg-green-light {
    background-color: rgba(28, 192, 159, 0.2);
}

.bg-green-dark {
    background-color: #B3E0D8 !important;
}

.bg-green-pill {
    background-color: rgba(133, 194, 38, 0.2) !important;
}

.bg-green-revenue {
    background-color: #ecfffb !important;
}

.bg-green-cogs {
    background-color: #ffeef2 !important;
}

.bg-green-expense {
    background-color: #ffeef2 !important;
}

.bg-green-profit-loss {
    background-color: #e3f4ff !important;
}

.p-1-4 {
    padding: 1.4rem !important;
}

/* table tfoot {
    border-top: 1px solid black;
} */

*::placeholder {
    color: #999999 !important;
    opacity: 1;
    /* Firefox */
}

option:hover {
    /* box-shadow: 0 0 10px 100px #DDF6F1 inset; */
    background-color: #DDF6F1 !important;
    color: #000;
}

.border-1-none {
    border-bottom-width: 0 !important;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu>li>.dropdown-submenu {
    display: none !important;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block !important;
}

#dropdownMenuLink .show {
    transform: translate(22px, 152px) !important;
}

#dropdownMenuLink {
    transform: translate(0px, 0px) !important;
}

.dropdown-rekon {
    background-color: #fff;
}

/* .dropdown-rekon > li:hover {
    background-color: rgba(210, 242, 236);;
} */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.nav-tabs .nav-link {
    text-transform: none;
}

.select2-dropdown {
    z-index: 9999;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 40px;
    margin-top: 10px;
}

.w-40 {
    width: 40%;
}

.w-30 {
    width: 30%;
}

.mw-200 {
    min-width: 200px;
}

.mw-300 {
    min-width: 300px;
}

.mw-400 {
    min-width: 400px;
}

/* Style Table Freeze yang di Add Budget */
#bulanann th:first-child,
#bulanann td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
}

#bulanann th:nth-child(2),
#bulanann td:nth-child(2) {
    position: sticky;
    left: 61px;
    z-index: 2;
}

#bulanann th:first-child,
#bulanann th:nth-child(2) {
    background-color: #D2F2EC;
    z-index: 3;
}

#bulanann td:first-child,
#bulanann td:nth-child(2) {
    background-color: #ffffff;
    z-index: 3;
}

#bulanan th:first-child,
#bulanan td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
}

/* Style Table Freeze yang di Report */
#bulanan th:first-child {
    background-color: #D2F2EC;
    z-index: 3;
}

#bulanan td:first-child {
    background-color: #ffffff;
    z-index: 3;
}

.select-period {
    width: 30%;
}

.button-action {
    position: absolute;
    background-color: rgb(255, 255, 255);
    transform: translate(-570px, -20px);
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 10px;
}

.button-action-dep {
    position: absolute;
    background-color: rgb(255, 255, 255);
    transform: translate(-460px, -20px);
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 10px;
}

.button-action-sell {
    position: absolute;
    background-color: rgb(255, 255, 255);
    transform: translate(-420px, -20px);
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 10px;
}

.flex-resp-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px
}

@media (min-width: 576px) {
    .modal-dialog-aset {
        max-width: 75% !important;
        margin: 1.75rem auto;
    }

    .flex-wrap-export {
        flex-wrap: wrap !important;
    }

    .btn-export-journal {
        margin-left: -24px;
    }

    .martop-3 {
        margin-top: 1rem !important;
    }

    .beginning-balance-full {
        width: 100% !important;
    }

    .select2-container .select2-selection--single {
        min-width: 200px;
    }

    .input-group>.form-control,
    .input-group>.form-select {
        min-width: 200px;
    }

    /* .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 280px;
    } */
    .budget-period {
        width: 70%;
    }

    .no-data {
        width: 30%;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .button-action {
        position: absolute;
        background-color: rgb(255, 255, 255);
        transform: translate(-520px, -20px);
        box-shadow: rgb(0 0 0 / 15%) 0px 1px 10px;
    }

    .button-action-dep {
        position: absolute;
        background-color: rgb(255, 255, 255);
        transform: translate(-400px, -20px);
        box-shadow: rgb(0 0 0 / 15%) 0px 1px 10px;
    }

    .button-action-sell {
        position: absolute;
        background-color: rgb(255, 255, 255);
        transform: translate(-370px, -20px);
        box-shadow: rgb(0 0 0 / 15%) 0px 1px 10px;
    }
}

@media (max-width: 576px) {
    .flex-wrap-export {
        flex-wrap: wrap !important;
    }

    .martop-3 {
        margin-top: 1rem !important;
    }

    .beginning-balance-full {
        width: 100% !important;
    }

    .select2-container .select2-selection--single {
        min-width: 200px;
    }

    .input-group>.form-control,
    .input-group>.form-select {
        min-width: 200px;
    }

    .btn-export-journal {
        margin-left: -70px;
    }

    .budget-period {
        width: 70%;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 300px;
    }

    .select2-dropdown {
        z-index: 9999;
        width: 200px !important;
    }

    .no-data {
        width: 70%;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .tgl-set {
        width: 45%;
    }

    .btn-user {
        width: 100%;
    }

}

@media (min-width: 768px) {
    .tablee {
        background: #F9F9F9;
        border: 1px solid #DDDDDD;
        margin-left: -60px;
        min-width: 500px;
    }

    .budget-period {
        width: 30%;
    }

    /* .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 220px;
    } */
    /* .tgl-set {
        width: 25%;
    } */

    .btn-user {
        width: 50%;
    }

    .button-action {
        position: absolute;
        background-color: rgb(255, 255, 255);
        transform: translate(-340px, -20px);
        box-shadow: rgb(0 0 0 / 15%) 0px 1px 10px;
    }

    .button-action-dep {
        position: absolute;
        background-color: rgb(255, 255, 255);
        transform: translate(-230px, -20px);
        box-shadow: rgb(0 0 0 / 15%) 0px 1px 10px;
    }

    .button-action-sell {
        position: absolute;
        background-color: rgb(255, 255, 255);
        transform: translate(-180px, -20px);
        box-shadow: rgb(0 0 0 / 15%) 0px 1px 10px;
    }

    .flex-resp-detail {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .tablee {
        background: #F9F9F9;
        border: 1px solid #DDDDDD;
        margin-left: -60px;
        min-width: 660px;
    }

    .select-period {
        width: 25%;
    }

    /* .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 160px;
    } */

    .button-action {
        position: absolute;
        background-color: rgb(255, 255, 255);
        transform: translate(-170px, -20px);
        box-shadow: rgb(0 0 0 / 15%) 0px 1px 10px;
    }

    .button-action-dep {
        position: absolute;
        background-color: rgb(255, 255, 255);
        transform: translate(-130px, -20px);
        box-shadow: rgb(0 0 0 / 15%) 0px 1px 10px;
    }

    .button-action-sell {
        position: absolute;
        background-color: rgb(255, 255, 255);
        transform: translate(-130px, -20px);
        box-shadow: rgb(0 0 0 / 15%) 0px 1px 10px;
    }
}

@media (min-width: 1200px) {
    .tablee {
        background: #F9F9F9;
        border: 1px solid #DDDDDD;
        margin-left: -60px;
        min-width: 792px;
    }

    .select-period {
        width: 15%;
    }

    .beginning-balance-full {
        width: 40% !important;
    }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

/* input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -5px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #aaa;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 5px;
  position: relative;
  background-color: #1CC09F;
  color:#000;
  content: '\f00c';
  font-family: 'FontAwesome';
  display: inline-block;
  visibility: visible;
  border: 2px solid #1CC09F;
}
 */

.radio-green {
    opacity: 1;
    position: absolute;
}

.radio-green,
.radio-green-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer !important;
    margin-left: 1rem;
}

.radio-green-label {
    position: relative;
}

.radio-green {
    content: '';
    background: #fff;
    border: 1px solid #535353;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    vertical-align: center;
}

.radio-green+.radio-green-label:before {
    border-radius: 50%;
}

.radio-green:checked+.radio-green-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 12px;
    background: #1CC09F;
    border: 2px solid #1CC09F;
}

/* .radio-green:focus + .radio-green-label {
    outline: 1px solid #1CC09F;
} */

.container-label {
    display: block;
    position: relative;
    padding-left: 24px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    /* background-color: #eee; */
    border-radius: 15px;
    border: 1px solid #bdbdbd;
}

/* On mouse-over, add a grey background color */
.container-label:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a green background */
.container-label input:checked~.checkmark {
    background-color: #1CC09F;
    border: 1px solid #1CC09F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-label .checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

[x-cloak] {
    display: none;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.datepicker-panel>ul>li.highlighted {
    background-color: #fff !important;
    color: black;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}

@media (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500;
    }
}

@media (min-width: 1501px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1800px;
    }
}

.hidden {
    display: none;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff rgba(28, 192, 159, 1) rgba(28, 192, 159, 1) transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.select2-dropdown {
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
    width: 300px !important;
}

.ps-6 {
    padding-left: 5rem !important;
}

.spanner {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    z-index: 1000;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner,
.spanner2,
.overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show,
.spanner2.show,
.overlay.show {
    opacity: 1;
    z-index: 9999
}

.SumoSelect>.CaptionCont {
    cursor: pointer !important;
    border-radius: 5px !important;
    border: 1px solid #bdbdbd !important;
}

.SumoSelect .select-all {
    min-height: 40px !important;
}

.SumoSelect>.CaptionCont>label {
    display: none !important;
}

.SumoSelect>.CaptionCont>span.placeholder {
    background: transparent !important;
    cursor: pointer !important;
    text-decoration: none !important;
    color: #444 !important;
    font-style: normal !important;
    font-size: 14px !important;
}

.SumoSelect.open>.optWrapper {
    top: 47px !important;
}

.SumoSelect>.optWrapper {
    width: 300px !important;
}

.SumoSelect.open .search-txt {
    padding: 10px 8px !important;
    font-size: 14px !important;
}

.SumoSelect>.CaptionCont>span {
    font-size: 14px !important;
}

.border-b-1 {
    color: #333333;
    border-bottom: 1px solid #dddddd;
}

.hover-row:hover {
    background-color: #f5f5f5;
}

[data-vc=header] {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.vc-date__popup {
    box-shadow: none !important;
    margin-top: 50px;
    min-width: 600px;
}

.text-green {
    color: #19B294;
}


/* Vertical line */
.milestone-line {
    position: absolute;
    top: 25px;
    /* Adjusts so the line starts below the dot */
    left: 55%;
    transform: translateX(-50%);
    width: 2px;
    height: 35px;
    /* Full height */
    background-color: #dddddd;
    /* Bootstrap 'success' green */
}

.vc-date__btn,
.vc-week__day {
    font-size: 16px !important;
}

.modal-xxl {
    min-width: 1280px;
}

.text-link-green {
    color: black;
}

.text-link-green:hover {
    color: #19B294;
}

/* Hide default radio */
.custom-radio {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #19B294;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-top: 2px;
}

/* Custom filled dot when checked */
.custom-radio:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #19B294;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tooltip-inner {
    min-width: 500px;
}
.toggleContainer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    height: 25px;
    border: 2px solid #F1F1F4;
    border-radius: 12px;
    background: #F1F1F4;
    font-weight: bold;
    color: #F1F1F4;
    cursor: pointer;
    font-size: 12px;
}

.toggleContainer::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0%;
    border-radius: 10px;
    background: #1CC09F;
    transition: all 0.3s;
}

.toggleContainer div {
    padding: 2px 6px;
    text-align: center;
    z-index: 1;
    line-height: 16px;
}

.toggleCheckbox:checked + .toggleContainer::before {
    left: 50%;
}

.toggleCheckbox:checked + .toggleContainer div:first-child {
    color: #99A1B7;
    transition: color 0.3s;
}

.toggleCheckbox:checked + .toggleContainer div:last-child {
    color: white;
    transition: color 0.3s;
}

.toggleCheckbox + .toggleContainer div:first-child {
    color: white;
    transition: color 0.3s;
}

.toggleCheckbox + .toggleContainer div:last-child {
    color: #99A1B7;
    transition: color 0.3s;
}

.no-hover:hover, .no-hover:focus {
    background-color: transparent !important;
    color: inherit !important;
}

.alert-reset-cycle {
    padding: 4px 12px;
    background-color: #FAE8E5;
    border: 1px solid #FAE8E5;
    color: #F64C0E;
}
