﻿/*Custom table text align center for column 3,all rows*/
.app-sidebar-toggle {
    background-color: #ffffff00 !important;
    border-color: #ffffff00 !important;
}

.app-sidebar-logo {
    background-color: #1e1e2d !important;
    height: var(--bs-app-header-height) !important;
}

.menu {
    background-color: #ffffff;
}

.app-header {
    background-color: #1e1e2d !important;
}

.app-sidebar-menu {
    background-color: #f2f5fc !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active {
    background-color: #f2f6f9 !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #009EF7 !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: #009EF7 !important;
}

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: #009EF7 !important;
    }
    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        background-color: #009EF7 !important;
    }
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-arrow:after {
    background-color: #588ac9 !important;
}
    .menu-rounded{
    border-radius: 0.25rem;
}
.ta-center {
    text-align: center !important;
}

.ta-right {
    text-align: right !important;
}

.custom-header {
    background: #004CFE;
}

.custom-mt {
    margin-top: 70px;
}

.custom-modal-footer-discard {
    color: gray;
    width: 200px;
    background: #ebebec;
}

.custom-modal-footer-submit {
    color: white;
    width: 200px;
    background: #004CFE;
}

.custom-home-background {
    background: #EEF2F4;
}

.custom-align-right {
    align-self: end !important;
}

.custom-align-center {
    align-self: center !important;
}

.custom-text-align-right {
    text-align: end !important;
}


.no-border {
    border: none !important;
}

.select2-selection__choice {
    background: #7497FF !important;
    color: white !important;
}

.select2-selection__choice__remove {
    background: white !important;
}

.custom-checkbox-center {
    height: 20px !important;
    width: 20px !important;
    vertical-align: -5px !important;
    margin-right: 10px !important;
}

.custom-padding-dashboard {
    padding-left: 20px !important;
    padding-right: 0px !important;
}

.custom-display-flex {
    display: flex !important;
}

.custom-password-container {
    display: flex !important;
    flex-direction: row;
}

.custom-flex-column {
    display: flex !important;
    flex-direction: column;
}

.custom-space-between {
    display: flex !important;
    place-content: space-between;
}

.custom-justify-center {
    display: flex !important;
    justify-content: center;
}

.custom-justify-end {
    display: flex !important;
    justify-content: end;
}

.custom-end {
    display: flex !important;
    place-content: end;
}

.custom-password-margin {
    margin-top: 3%;
    margin-left: -6%;
}

.custom-icon-size-md {
    font-size: medium;
}

.custom-status-header {
    padding: 20px 30px;
    background: white;
    height: 80px;
}

.custom-btn-light-blue {
    background-color: deepskyblue;
    color: whitesmoke;
    transition: background-color 0.3s;
}

    .custom-btn-light-blue:hover {
        background-color: dodgerblue;
    }

    .custom-btn-light-blue:disabled {
        background-color: lightgray;
        color: darkgray;
        cursor: not-allowed;
    }

.fw-b {
    font-weight: bold;
}

.custom-btn-custom-width {
    width: 180px;
}

.status-open, .status-not-open, .status-aprroval-pending, status-approval-not-pending {
    display: none;
}

.custom-white-footer {
    background-color: white;
    padding: 5px;
    margin-top: 10px;
}

.custom-scrolling {
    overflow: auto;
}

.custom-stepper-circle {
    margin-left: 15px;
    margin-right: 50px;
}

.custom-stepper-line {
    align-self: center !important;
    margin-right: 85px;
}

.custom-dashboard-download {
    height: 35px;
    align-self: end;
}

.shadow {
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
}

.save-add-fundrequestdetail, .save-edit-fundrequestdetail {
    margin-right: 10px;
}

.page-heading {
    margin-bottom: 8pt !important;
}

.accordion {
    background-color: white !important;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion2 {
    background-color: white !important;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

hr.dotted {
    border-top: 3px dotted #bbb;
}

.fa-ellipsis-h {
    cursor: pointer;
}

.custom-download-width {
    transition: width 2s;
}

    .custom-download-width:hover {
        width: 100px;
    }

        .custom-download-width:hover .la-download {
            display: none;
        }

.custom-download-text {
    display: none;
    cursor: pointer;
}

.custom-download-width:hover .custom-download-text {
    display: block;
}

#chart-container {
    white-space: nowrap !important;
    overflow: scroll !important;
}

.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}

.progress-bar {
    height: 8px;
    background: #04AA6D;
    width: 0%;
}

.custom-checkbox {
    height: 14px;
    width: 15px;
}

.card-tab {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
}

.custom-accordion {
    padding: 0px;
}

    .custom-accordion:not(.collapsed) {
        background-color: transparent !important;
        color: inherit;
        box-shadow: none;
    }

.pull-right {
    float: right;
}

.button-margin-right {
    margin-right: 5px;
}

.strip1 {
    background-color: #ffffff !important;
}

.strip2 {
    background-color: #F5F8FA !important;
}

table.dataTable td {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    color: #181C32 !important;
}

.btn-turquoise {
    color: #ffffff;
    background-color: #014CFF;
}

    .btn-turquoise:hover {
        color: #66FFF2 !important;
        background-color: #004DFF !important;
    }

        .btn-turquoise:hover .text-turquoise {
            color: #66FFF2 !important;
        }

.text-turquoise {
    color: #004DFF !important;
}

.btn.btn-brightblue:hover {
    background-color: #009EF6 !important;
    color: #ffffff !important;
}

    .btn.btn-brightblue:hover .la-filter {
        color: #ffffff !important;
    }

.btn-brightblue {
    background-color: #ECF8FF;
    color: #009EF6;
}

.text-brightblue {
    color: #009EF6 !important;
}

.btn-custom-white:hover {
    background-color: #004DFF !important;
    color: #ffffff !important;
}

.icon-detail {
    fill: #004DFF;
}

.btn-custom-white:hover .icon-detail {
    fill: #ffffff !important;
}

.btn-custom-edit {
    background-color: #ECF8FF;
}

    .btn-custom-edit:hover {
        background-color: #0095E8 !important;
    }

.text-custom-edit {
    color: #009EF6 !important;
}

.btn-custom-edit:hover .text-custom-edit {
    color: #ffffff !important;
}

.custom-bottom {
    position: absolute;
    bottom: 0;
}

.title-header {
    color: #181C32 !important;
    font-size: 20pt !important;
}

.custom-toolbar {
    padding-top: 18px !important;
    padding-bottom: 24px !important;
}

.custom-breadcrumb {
    font-size: 13pt !important;
    color: #3F4254 !important;
    margin-bottom: 0 !important;
}

.custom-breadcrumb-muted {
    font-size: 13pt !important;
    color: #B5B5C3 !important;
    margin-bottom: 0 !important;
}

#profileImage {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background: #512DA8;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.btn.btn-light-danger:hover .fa-trash.text-danger {
    color: #ffffff !important;
}

.m-custom-header {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.card-body {
    padding-top: 12px !important;
}

.disableEvents {
    pointer-events: none;
}

.video-container-login {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.content-login {
    position: absolute;
    top: 50%;
    left: 72%;
    right: 16px;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1;
}

.counter {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: red;
    color: white;
    padding: 2px 4px;
    border-radius: 50%;
    font-size: 12px;
}

.top-left-item {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
}

.kendo-table th,
.kendo-table td {
    border: 1px solid #ddd; /* Atur tampilan border sesuai keinginan */
    padding: 8px; /* Atur padding sesuai keinginan */
}

.kendo-table th {
    background-color: #f4f4f5 !important; /* Atur warna latar belakang header */
    font-weight: bold; /* Atur ketebalan font untuk header */
}

.no-wrap-text { /* class buat text gk wrap di button/div */
    white-space: nowrap !important;
}

.tab-btn {
    background-color: transparent;
    color: #000; /* Text color */
    border: none;
    padding: 10px 0;
    cursor: pointer !important;
}

    .tab-btn.active {
        background-color: white !important;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        font-weight: bold;
    }

    .tab-btn:hover {
        border-bottom-color: #007bff; /* Bottom border color on hover */
    }

.tab-content, .btn-content {
    display: none;
    padding: 0px !important;
}

    .tab-content.active, .btn-content.active {
        display: block;
    }

span.underline {
    color: black;
    text-decoration: underline;
}

    span.underline a {
        color: black;
        text-decoration: none;
    }

.custom-spaceevenly { /* Space evenly default */
    justify-content: space-evenly !important;
    display: flex !important;
}

.search-container {
    position: relative;
}

    .search-container .icon {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }

        .search-container .icon i {
            font-size: 15px;
            color: white;
            opacity: 0.8;
        }

.menu-item.active { /* ngatur backrground di sidebar */
    background-color: #eff5f9 !important;
}

.menu-link.active .menu-title,
.menu-link.active i { /* ngatur warna icon+tulisan di sidebar */
    color: #588ac9 !important;
}

.menu-link.active {
    border-radius: 0px;
    border-left: 3px solid #009EF7;
}

.menu-sub .menu-link {
    border-left: none !important;
    margin: 0px !important;
    padding-left: 35px !important;
}

.menu-sub .menu-item {
    margin-top: 5px !important;
}

.strip-odd {
    background-color: #ffffff !important;
}

.strip-even {
    background-color: #f4f4f5 !important;
}

.dataTables_wrapper .dataTables_paginate {
    text-align: left;
}

.custom-br-2 {
    border-radius: 2px !important;
}

.custom-search-filter-button {
    border: 0.5px solid #009EF7 !important;
    border-color: #009EF7 !important;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.custom-clear-filter-button {
    border: 0.5px solid #76DADE !important;
    border-color: #76DADE !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.dataTable.kendo-table {
    margin-top: 0px !important;
}

.custom-table-head {
    border-left: 1px solid lightgrey;
    background-color: #f4f4f5;
    padding: 10px;
    border-top: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

.custom-sidebar.aside {
    left: 20px !important;
    top: 90px !important;
    padding-top: 10px !important;
}

.custom-body.wrapper {
    padding-top: 70px !important;
    padding-left: 260px !important;
}

.menu-sub.menu-sub-accordion {
    margin: 0px !important;
}

.max-w-75 {
    max-width: 75px !important;
}

.app-toolbar.py-3.py-lg-6 {
    padding-bottom: 0px !important;
}

.app-container.container-fluid {
    padding: 0px 25px 0px 50px !important;
}

.profileImage {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background: #512DA8;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
}

.custom-po-divider {
    border-left: 2px solid #E5E4E2;
    padding-left: 15px;
}

#search-polistingai-orderstatus + .select2-container .select2-selection {
    height: 37px !important;
}

.odd > .dtfc-fixed-right, .odd > .dtfc-fixed-left {
    background-color: #F2F2F2 !important;
    border-left: 1px solid #ccc !important; /* Tambahkan !important untuk prioritas */
    z-index: 2; /* Pastikan elemen ini berada di atas elemen lain */
}

.even > .dtfc-fixed-left {
    background-color: white;
    border-left: 1px solid #ccc !important;
}
.even > .dtfc-fixed-right {
    background-color: white;
    border-left: 1px solid #ccc !important;
}

.strip-even > .dtfc-fixed-right, .strip-even > .dtfc-fixed-left {
    background-color: #F2F2F2 !important;
    border-left: 1px solid #ccc !important;
    z-index: 2;
}

.strip-odd > .dtfc-fixed-left {
    background-color: white;
    border-left: 1px solid #ccc !important;
    z-index: 2;
}
.strip-odd > .dtfc-fixed-right {
    background-color: white;
    border-left: 1px solid #ccc !important;
    z-index: 2;
}
th.dtfc-fixed-right {
    border-left: 1px solid #ccc !important;
}
th.dtfc-fixed-left {
    border-left: 1px solid #ccc !important;
}
legend {
    float: none;
    padding: inherit;
    font-size: 14px;
    color: black;
    font-weight: 500;
}

fieldset {
    border: 1px solid #D3D3D3;
    padding: 5px;
}

.disabled-btn {
    background-color: #D3D3D3 !important;
    pointer-events: none;
}

.checkbox-container {
    gap: 10px;
}

    .checkbox-container label {
        display: flex;
        align-items: center;
    }

.modal .ki-close {
    color: black !important;
}

.btn-icon-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .btn-icon-text i {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .btn-icon-text span {
        display: block;
    }

.toggle-view-password {
    float: right;
    margin-right: 19px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.toggle-password {
    font-size: 1.2rem;
    margin-top: 0.3rem;
}
.checkbox-grid {
    display: flex;
    flex-wrap: wrap;
    max-height: 250px;
    flex-direction: column;
    padding-left: 10px;
}

    .checkbox-grid > div {
        flex: 1 0 auto;
    }

.checkbox-item {
    width: 100px;
}

.form-check-input {
    margin-right: 8px;
}

.menu-link.active {
    margin:0px !important;
}

#kt_app_main {
    background-color: #F2F5FC !important;
}

#kt_app_sidebar_menu, .custom-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.burger-btn {
    margin-left: 20px;
    font-size: 25px !important;
}

.custom-checkbox-container {
    display: flex;
    gap: 20px;
    align-items: center;
}

/*.dtfh-floatingparent-head {
    top: var(--bs-app-header-height) !important;
}

.table-responsive {
    overflow-x:unset !important;
}

.dt-length > .form-select {
    width: 35% !important;
    margin-right: 1rem;
    display: inline-block !important; 
}

div, main, ol, pre, span, ul {
    scrollbar-width: initial !important;
}*/

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}