.nav-submenu-link {
    color: black !important;
    padding-top: .5em !important;
    padding-bottom: .5em !important;
}

.nav-submenu-item {
    display: block !important;
}

.nav-submenu-link:hover {
    color: white !important;
}

/* Datatable */

/* tambahan */

.dataTables_info {
    font-family: montserratregular;
    color: #000;
    font-size: 0.7rem;
    padding: 0.6em 0.7em 0.5em;
    font-weight: bold;
}

a.paginate_button {
    font-family: montserratregular;
    color: #000;
    font-size: 0.7rem;
    display: inline-block;
    padding: 0.6em 0.7em 0.5em;
    font-weight: bold;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
    a.paginate_button .current {
        background: #5448e6;
        color: #fff;
        border-radius: 0.5em;
    }

.show {
    display: block;
}

.hide {
    display: none;
}

.attachment {
    position: absolute;
    background-color: #c0c0c0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10em;
    border-radius: 4px;
}

.attachment-button {
    position: absolute;
    right: 0;
    top: 0;
}

.attachment-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
}

    .attachment-body img {
        max-width: 1400px;
        max-height: 550px;
    }

.resp-dropdown {
    overflow: auto;
    /* overflow: visible !important; */
    white-space: normal !important;
}

.dot-dropdown {
    overflow: visible !important;
    white-space: normal !important;
}

.dot-dropdown-resolve {
    white-space: nowrap;
    overflow: auto;
    max-width: 160px;
}

@media only screen and (max-width : 2600px) {
    .blazored-typeahead__input-mask {
        max-width: 640px;
    }
}

@media only screen and (max-width: 2000px) {
    .blazored-typeahead__input-mask {
        max-width: 630px;
    }
}

@media only screen and (max-width: 1900px) {
    .dot-dropdown {
        white-space: nowrap;
        overflow: auto;
        max-width: 150px;
    }
}

@media only screen and (max-width: 1500px) {
    .dot-dropdown {
        white-space: nowrap;
        overflow: auto;
        max-width: 150px;
    }

    .blazored-typeahead__input-mask {
        max-width: 430px;
    }
}

@media only screen and (max-width: 1400px) {
    .dot-dropdown {
        white-space: nowrap;
        overflow: auto;
        max-width: 100px;
    }

    .blazored-typeahead__input-mask {
        max-width: 390px;
    }
}

@media only screen and (max-width: 1300px) {
    .blazored-typeahead__input-mask {
        max-width: 350px;
    }
}

@media only screen and (max-width: 1200px) {
    .attachment-body img {
        max-width: 1400px;
        max-height: 420px;
    }

    .dot-dropdown {
        white-space: nowrap;
        overflow: auto;
        max-width: 100px;
    }
}

@media only screen and (max-width: 1100px) {
    .blazored-typeahead__input-mask {
        max-width: 240px;
    }
}

@media only screen and (max-width: 900px) {
    .blazored-typeahead__input-mask {
        max-width: 190px;
    }
}

@media only screen and (max-width: 800px) {
    .attachment-body img {
        /*height: 69em;*/
        width: 100%;
        height: auto;
        max-width: 1400px;
        max-height: 400px;
    }

    .blazored-typeahead__input-mask {
        max-width: 130px;
    }
}

@media only screen and (max-width: 600px) {
    .attachment-body img {
        max-width: 1400px;
        max-height: 400px;
    }

    .dot-dropdown {
        white-space: nowrap;
        overflow: auto;
        max-width: 100px;
    }

    .dot-dropdown-resolve {
        white-space: nowrap;
        overflow: auto;
        max-width: 100px;
    }

    .blazored-typeahead__input-mask {
        max-width: 340px;
    }
}

@media only screen and (max-width: 500px) {
    .dot-dropdown {
        white-space: nowrap;
        overflow: auto;
        max-width: 80px;
    }

    .dot-dropdown-resolve {
        white-space: nowrap;
        overflow: auto;
        max-width: 80px;
    }

    .blazored-typeahead__input-mask {
        max-width: 400px;
    }
}

@media only screen and (max-width: 400px) {
    .dot-dropdown {
        white-space: nowrap;
        overflow: auto;
        max-width: 70px;
    }

    .dot-dropdown-resolve {
        white-space: nowrap;
        overflow: auto;
        max-width: 70px;
    }

    .blazored-typeahead__input-mask {
        max-width: 280px;
    }
}

@media only screen and (max-width: 360px) {
    .attachment-body img {
        max-width: 1400px;
        max-height: 400px;
    }

    .blazored-typeahead__input-mask {
        max-width: 220px;
    }
}

.table-block .chart {
    height: auto;
    text-align: center;
    padding: 1em;
}

.filter-title i {
    vertical-align: middle !important;
}

.filter-title button {
    top: 50%;
    position: absolute !important;
}

.table-block .title a {
    padding-top: 5px;
    padding-right: 10px;
}

.button-table {
    margin-left: 10px;
}

.modal-center {
    top: 40%;
}

.chart-summary {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1em 1.5em 0 1.5em;
}

.line-top {
    border-top: 2px inset #5448e6;
}

.chart-min-height {
    height: 360px;
}

.rz-data-grid {
    border-radius: 5px;
}

.input-column > .input {
    padding: unset;
    background-color: #ffff;
}

    .input-column > .input > .rz-dropdown {
        border-radius: unset;
        position: absolute;
        top: 50%;
        left: 54%;
        transform: translate(-50%, -50%);
        border-block: none;
        overflow: hidden;
        width: 91%;
        box-shadow: unset;
        border: unset;
    }

        .input-column > .input > .rz-dropdown:focus {
            border-radius: unset;
            position: absolute;
            top: 50%;
            left: 54%;
            transform: translate(-50%, -50%);
            border-block: none;
            overflow: hidden;
            width: 91%;
            box-shadow: unset;
            border: unset;
        }

        .input-column > .input > .rz-dropdown:hover {
            border-radius: unset;
            position: absolute;
            top: 50%;
            left: 54%;
            transform: translate(-50%, -50%);
            border-block: none;
            overflow: hidden;
            width: 91%;
            box-shadow: unset;
            border: unset;
        }

.input > .valid.modified:not([type=checkbox]) {
    outline: unset;
}

.input > * > .rz-calendar > input {
    border-radius: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -10%);
    border-block: none;
    overflow: hidden;
    width: 98%;
    box-shadow: unset;
    border: unset;
}

    .input > * > .rz-calendar > input:focus {
        border-radius: unset;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -10%);
        border-block: none;
        overflow: hidden;
        width: 98%;
        box-shadow: unset;
        border: unset;
    }

    .input > * > .rz-calendar > input:hover {
        border-radius: unset;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -10%);
        border-block: none;
        overflow: hidden;
        width: 98%;
        box-shadow: unset;
        border: unset;
    }

.input > * > inputtext:not(:disabled):not(.rz-state-disabled):focus {
    box-shadow: unset;
    border: unset;
}

.input > * > inputtext:not(:disabled):not(.rz-state-disabled):hover {
    box-shadow: unset;
    border: unset;
}

.input > * > .rz-calendar .rz-inputtext:not(:disabled):not(.rz-state-disabled):hover {
    box-shadow: unset;
    border: unset;
}

.input > * > .rz-calendar > button {
    border-radius: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-5%, 10%);
    border-block: none;
    overflow: hidden;
    width: 98%;
    box-shadow: unset;
    border: unset;
}

/*update dikit*/
