.dataTables_processing {
    display: none !important;
}

.dataTables_filter {
    display: none !important;
}

/*
.app-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1 !important;
}

#kt_app_main {
    z-index: 0 !important;
}*/

.app-header {
    box-shadow: none !important;
}

#kt_app_header_container {
    background-color: var(--kt-app-header-base-bg-color) !important;
}

#kt_app_toolbar {
    top: 0 !important;
    z-index: 1 !important;
}

#master-data-table thead {
    background-color: var(--kt-app-bg-color) !important;
}

.modal-fullscreen {
    width: calc(100vw - 20px) !important;
    max-width: none !important;
    margin: 0 !important;
    margin-top: 50px !important;
    margin-bottom: 10px !important;
    height: calc(100% - 60px) !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.btn-sm-datatable {
    padding: calc(0.02rem + 1px) calc(0.6rem + 1px) !important;
    height: calc(1em + 0.8rem + 2px) !important;
    width: calc(1em + 1rem + 2px) !important;
}

.app-sidebar, .app-sidebar-toggle {
    box-shadow: 2px 0 5px 0px #00000024 !important;
}
.justify-content-left{
    justify-content: left!important;
}
.text-hover-1:hover{
    color: #007bff!important;
}
.parent-custom-file{
    text-align: start;
}
.custom-file-input {
    display: none;
}

.custom-file-label {
    display: inline-block;
    background-color: #FAFAFAFA;
    color: #7E8299;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #F0F0F0;
}

.custom-file-name {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}