:root {

    --bg-color: #f5f4ff;
    --form-border-color: #c1bdcc;
    --card-border-color: #e6e6e8;
}

body {

    overflow-x: hidden;
}

html.light-style body {
    background: var(--bg-color) !important
}

table th {
    text-wrap: nowrap !important
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}


table.dataTable thead th {
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {

    right: 5px;

}


.hor-ox {
    width: 100%;
    overflow-x: auto !important
}


.item-info p {
    font-size: .8rem;
}

.item-urai-name {
    font-size: .85rem;
}

.item-info-tree {
    position: relative;
    z-index: 0;

    overflow: auto;

    transition: 0.2s;
}

.item-info-tree .item-info-tree-children {
    padding-left: 2em;
    position: relative;
    overflow: hidden;
}

.item-info-tree .item-info-tree-node {
    position: relative;
}

.item-info-tree .item-info-tree-node:before {
    content: "";
    display: block;
    width: 1.5em;
    height: 100%;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    position: absolute;
    left: -1.5em;
    bottom: 0.85em;
    z-index: -1;
}


.text-small {
    font-size: .73rem !important
}


.akumulasi-anggaran-card .card-body {
    z-index: 1;
}




#back_button {
    position: fixed;
    bottom: 10%;
    right: 10px;
    /* top: 0; */
}


.modal.fade.show {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);

}

.badge-keg .status-badge {
    margin-right: 10px;
}

.badge-keg {
    padding: 0 0 10px 0;
}

.fancy-photos li img {

    object-fit: cover;
}

.sumderdana-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.sumderdana-modal-partial.alert {
    padding: 1.5rem;
}

.heading-line-inner {
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    column-gap: 10px;
    border-bottom: 1px solid var(--card-border-color);
}

.heading-line .heading-line-title>* {
    display: inline-flex;
    padding-bottom: var(--heading-spacing, 10px);
    border-bottom: 5px solid #ff5000;
}

.heading-line-title {
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}


.light-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #785dff;
    background-color: rgb(0, 20, 255, .08);
}


.tvt-btn-group {
    display: flex;
    /* flex-flow: nowrap; */
    flex-wrap: nowrap;
    /* column-gap: inherit; */
}

.tvt-btn-group .btn {
    height: 30px;
    margin: 0 2px;
    line-height: .8rem;
    font-size: .8rem;
}

.tvt-btn-group .btn i {
    font-size: .825rem !important;
    line-height: .825rem !important;
}

.tvt-btn-group .btn-icon.btn-sm {
    width: 30px;
    height: 30px;
    font-size: 0.8125rem;
}

.form-label {

    font-weight: 600;
}

.fancybox__container {

    z-index: 1099 !important
}

.gvnn-nav ul.nav-pills {
    background: #fff;
    border: 1px solid var(--card-border-color) !important;
    padding: 10px;
    border-radius: 0.375rem;
}

.dropify-wrapper {
    border-radius: var(--bs-border-radius) !important;
    background-color: transparent !important;
    border: 1px solid var(--form-border-color) !important;
}

html.light-style .select2-container--default .select2-selection,
html.light-style .form-control,
html.dark-style .form-select {

    border: 1px solid var(--form-border-color);

}

html.light-style .bg-menu-theme,
html.light-style .bg-menu-theme.menu-horizontal {
    background-color: #3f4e9d !important;
}

.layout-horizontal .bg-menu-theme .menu-inner>.menu-item>.menu-link {
    border-radius: 80px !important;
}

.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {

    box-shadow: none !important;

}

.tvt-theme .bg-menu-theme.menu-horizontal .menu-inner>.menu-item.active>.menu-link.menu-toggle,
.tvt-theme .menu-horizontal .menu-inner .menu-item.active>.menu-link:not(.menu-toggle) {
    background: #576bd6 !important;
    color: #fff !important;
}

.form-control {

    padding: 0.426rem 0.9375rem !important;
    font-size: 0.875rem !important;

}

.btn {
    box-shadow: none !important
}

.map-style {

    border-radius: 10px;
}

.cal-box h5 {
    font-weight: 700;
    font-size: 1.4rem;
}

input.form-control:active,
input.form-control:focus,
input.form-control:hover {
    box-shadow: none !important;
}

/** auth **/
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.login-logo img {
    height: 64px;
    width: 64px;
}

html.light-style .card {

    box-shadow: none !important;
    border: 1px solid var(--card-border-color);
}

/** end auth **/
.gvnn-numbering-item a:hover {
    background-color: rgba(98, 123, 253, 0.097);
    color: var(--bs-body-color);
}

.gvnn-numbering-item-link {
    color: var(--bs-body-color);
    padding: 15px 15px;

}

.gvnn-numbering-list {
    position: relative;
    counter-reset: items;
    list-style-type: none;
    padding-left: 0;
}

.gvnn-numbering-list li {
    counter-increment: items;
    z-index: 1;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: column;
    border-bottom: 1px solid var(--card-border-color) !important;
    overflow-y: hidden;
}

.gvnn-numbering-list li:last-child {

    border-bottom: 0 !important;

}

.gvnn-numbering-list li:before {
    position: absolute;
    -webkit-text-fill-color: rgba(218, 218, 218, 0.066);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d3d3d3;
    font-size: 90px;
    font-style: oblique;
    font-weight: 700;
    right: 15px;
    top: -15px;
    content: '00'counter(items) ' ';
    z-index: -1;
}

.gvnn-numbering-list li:nth-child(n + 10)::before {
    content: '0'counter(items) ' ';
}

.gvnn-numbering-list li:nth-child(n + 100)::before {
    content: counter(items) ' ';
}



.ikon-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.ikon-grid .ikon-grid-item {
    padding: 5px;
    flex: 0 0 auto;
    width: 100%;
}

.ikon-grid-item-content {
    display: flex;
    flex-wrap: nowrap;
}

.ikon-grid-item-text {
    width: 80%;
}

.ikon-grid-item-text h4 {
    font-weight: 700;
    margin-bottom: 0;
}

.ikon-grid-item-text p {

    margin-bottom: 0;
}

.ikon-grid-item-icon {
    width: 20%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.ikon-grid-item-icon i {
    font-size: 3rem;
}

.ikon-grid-item-border {
    border-radius: 8px;
    border: 1px solid #d4d4d4;
    padding: 1rem;
}


.ikon-grid-dark p {
    color: #dbe0f1
}

.ikon-grid-dark .ikon-grid-item-icon i,
.ikon-grid-dark .ikon-grid-item-title {
    color: #dbe0f1
}

.ikon-grid-dark .ikon-grid-item-val {
    color: #fff
}

.ikon-grid-dark .ikon-grid-item-border {
    border: 1px solid rgba(212, 212, 212, .25);
}

.text-small {

    font-size: .8rem;
}

.of-home {
    max-height: 300px;
    overflow-y: auto;
}

.user-list {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid;
    border-color: var(--bs-border-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.user-list:last-child {

    border-bottom: 0 !important;
}

.user-list .user-list-avatar img {
    width: 60px;
    height: 60px;
}

.user-list .user-list-desc {
    padding-left: 20px;
}

.main-img-user img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
}

.tvt-content-header {
    margin-bottom: 1.2rem;
}

.foto-grid-small {
    display: flex;
}

.foto-grid-small a {
    margin-left: -20px;
}

.foto-grid-small a img:hover {
    border: 4px solid #8c65ff;
}

.foto-grid-small a:first-child {
    margin-left: 0 !important;
}

.foto-grid-small img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 4px solid #fff;
    border-radius: 50%;
}

.card-footer-static {
    padding: 1rem 1.5rem !important;
}

.kalkulasi-box {
    display: flex;

    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
}

.gvnn-loader-box {
    position: relative;
    min-height: 300px;
    width: 100%;
    height: 100%;
    display: table;
}

.gvnn-loader-box-col {
    vertical-align: middle;
    display: table-cell;
}

.gvnn-loader {
    width: 48px;
    height: 48px;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #414141;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.gvnn-loader::after,
.gvnn-loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: scale(0.5) translate(0, 0);
    background-color: #414141;
    border-radius: 50%;
    animation: animloader 1s infinite ease-in-out;
}

.gvnn-loader::before {
    background-color: #5d5dff;
    transform: scale(0.5) translate(-48px, -48px);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

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

@keyframes animloader {
    50% {
        transform: scale(1) translate(-50%, -50%);
    }
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
    padding: 0.6rem !important;
    border-radius: 10px !important;
    font-size: .9rem !important;
}

div.dataTables_wrapper .page-link .ti {
    font-size: .9rem !important;

}

.keg-table table th,
.keg-table table {
    font-size: .8rem !important
}


.modal .modal-header .btn-close {

    border-radius: 50% !important
}

.akumulasi-anggaran-card {
    margin-bottom: 30px;
    border: 1px solid #7b95a1 !important;
    background: #506570 !important;
}

.akumulasi-anggaran-card h4,
.akumulasi-anggaran-card h3 {
    color: #fff;
}

.akumulasi-anggaran-card .gt-title {
    color: #c9dbe5;
}


.akumulasi-anggaran-card .selisih-text {
    font-size: 1.1rem;

    color: rgb(97 255 168) !important;

}


.akumulasi-anggaran-card #lk {
    font-size: 1.4rem;
}



.year-bg {
    text-align: right;
    width: 100%;
    top: 0;
    z-index: 0;
}

.year-bg h1 {

    -webkit-text-fill-color: rgba(161, 189, 203, .08);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(161, 189, 203, .28);
    font-size: 100px;
    font-style: oblique;
    font-weight: 700;

}


#grand_anggaran {
    position: relative;
    z-index: 1;
}

.angka-bold {
    font-weight: 700;
}


.app-logo img {
    height: 35px;
}

.layout-horizontal .app-logo img {
    height: 28px;
}


.menu-item .menu-icon {

    font-size: 1.1rem;
}

.menu-vertical .app-brand {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.menu-vertical .menu-inner>.menu-item .menu-link {

    border-radius: 80px !important;
}

.bg-menu-theme.menu-horizontal .menu-inner>.menu-item.active>.menu-link.menu-toggle {

    box-shadow: none !important;
}

.nav-profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nav-profile .nav-profile-image img {
    width: 90px;
    height: 90px;
}

.nav-profile .nav-profile-image {
    margin-bottom: 15px;
}

.nav-profile-text h6 {
    font-size: 1rem;
    margin-bottom: .5rem;
}

.nav-profile-text {
    text-wrap: wrap;
}

.card-table {
    padding-top: 25px;
    padding-bottom: 25px;
}

.dropify-wrapper .dropify-message p {

    font-size: .9rem !important
}

.dropify-wrapper {

    height: 110px;


    border: 1px solid #E5E5E5;

}

.required:after {
    content: " *";
    color: red;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {

    text-wrap: wrap;
}

.view-box {
    list-style-type: none;
    padding-left: 0;
}

.view-box {
    list-style-type: none;
    padding-left: 0;
}



.view-box-data {
    margin-bottom: 0;
}

.view-box-label {
    font-weight: 600;
    margin-bottom: 5px;
}

.view-box li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    border-color: var(--bs-border-color);
}

.view-box li:last-child {

    border-bottom: 0 !important;

}

.modal-title {

    font-weight: 600;
    font-size: 1.1rem;
}

.modal-header {

    padding: 1.5rem 1.5rem !important;

}

.fw-700 {
    font-weight: 700;
}



.expand-box {
    overflow: hidden;
    height: 180px;
    position: relative;
    transition: height 0.5s ease;
}

.expand-box.tvt-expanded {
    height: auto;
}

.expand-box:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0));
    left: 0;
    bottom: 0;
    z-index: 1;
}

button#tvt-expand {
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: -15px;
}



.gvnn-nav .nav-pills .nav-link.active,
.gvnn-nav .nav-pills .nav-link.active:hover,
.gvnn-nav .nav-pills .nav-link.active:focus {
    background-color: #1a1a1a;
    color: #fff;
}


.gvnn-nav .nav-pills .nav-link:hover,
.gvnn-nav .nav-pills .nav-link:focus {
    background-color: #1a1a1a !important;
    color: #fff;
}

.nav-align-top>.nav.nav-pills .nav-item:not(:last-child),
.nav-align-bottom>.nav.nav-pills .nav-item:not(:last-child) {
    margin-right: 0.6rem !important
}


.gvnn-nav .tab-content {
    box-shadow: none !important;
    border: 1px solid var(--card-border-color) !important;
}

.gvnn-nav .nav-link {
    color: #414141;
    background: rgb(98, 98, 98, .15);
    box-shadow: none !important;
}

#searchdata {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
}


#searchdata.input,
.searchdata-form .input-group-merge .input-group-text:first-child {

    border-color: var(--form-border-color);

}



.searchdata-form .input-group-merge .input-group-text:first-child {


    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
}

.searchdata-form input:active,
.searchdata-form input:focus,
.searchdata-form input:hover,
.searchdata-form .input-group:active,
.searchdata-form .input-group:focus,
.searchdata-form .input-group:hover {
    box-shadow: none !important;
}

.input-group:focus-within {
    box-shadow: none !important;
}

#searchdata-result {
    position: absolute;
    width: 100%;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    background: #fff;
    top: 48px;
    left: 10px;
    box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
}

#searchdata-result-ul {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;

    list-style: none;
    padding: 15px;
    position: relative;
}

.searchdata-result-li {
    padding: 10px;
    border-bottom: 1px solid var(--input-border);
}

.searchdata-result-li:hover {
    background: rgba(0, 25, 176, 0.08);
    border-radius: 8px
}

.searchdata-result-li:last-child {
    border-bottom: 0 !important;
}

.searchdata-result-li h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.searchdata-result-li p {
    font-size: 0.8rem;
    margin-bottom: 0 !important;
}

.searchdata-result-li .badge {
    margin-bottom: 5px !important;
}

#searchdata-close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: rgb(255 18 18 / 11%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
}


table.dataTable {

    --bs-table-striped-bg: #ffff;

}


@media (min-width: 992px) {

    .ikon-grid .ikon-grid-item {

        width: 33.33%;
    }

    .layout-navbar .navbar-dropdown.dropdown-user .dropdown-menu {
        min-width: 320px !important
    }

}


@media (min-width: 768px) and (max-width: 991.98px) {

    .ikon-grid .ikon-grid-item {

        width: 50%;
    }

}

@media (max-width: 575.98px) {

    #clear_cache_nav {
        display: none;
    }

    #searchdata_input {
        display: none !important
    }

    .foto-grid-small img {
        width: 50px;
        height: 50px;

    }

}
