/*! MAIN CSS  */
/*! MAIN CSS  */
/*! MAIN CSS  */

@font-face {
    font-family: 'Source Sans Pro';
    src: url(/fonts/SourceSansPro-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    font-size: 11px;
    /* border: 1px solid red; */
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html {
    position: relative;
    min-height: 100%;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}

#tabulasi_konten {
    overflow: scroll;
    margin-bottom: 30px;
}

label {
    display: block !important;
    margin-bottom: 0 !important;
}

::placeholder {
    font-style: italic !important;
    font-size: 10px !important;
}

table caption {
    caption-side: top;
    font-weight: 500;
    color: var(--text-color);
}

.title-top {
    font-weight: 600;
    color: var(--text-color);
}

.card {
    border: 1px solid var(--border) !important;
    --bs-card-border-color: var(--border) !important;
    --bs-card-bg: var(--border) !important;
}

.card, .card-body, .card-header, .card-footer {
    border-radius: 0;

}

.card-header {
    background-color: var(--card-header);
    color: var(--text-color);
}

.card-body {
    background-color: var(--card-body);
}

.card-footer {
    background-color: var(--card-body);
    color: var(--text-color);
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.main {
    display: flex;
    flex-grow: 1;
}

.content {
    flex-grow: 1;
    background-color: var(--background);
}

.merah {
    color: #D82E2E !important;
}

.hijau {
    color: #00A000 !important;
}

.form-control {
    padding: .375rem;
    border-radius: 0;
}

/*! MAIN CSS  */
/*! MAIN CSS  */
/*! MAIN CSS  */

/*! styling nav  */
/*! styling nav  */
/*! styling nav  */
.dropdown-nav {
    height: 25px;
    padding: 0;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border: transparent;
}

.dropdown-toggle {
    color: var(--text-color);
}

.dropdown-menu {
    border-radius: 0;
    background-color: var(--primary-color);
}

.dropdown-item {
    color: var(--text-color);

}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--text-color);
    background-color: var(--nav-hover);
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--text-color);
    background-color: var(--topbar-hover);
}


nav {
    background-color: var(--primary-color);
    height: 25px;
}

.nav-link {
    color: var(--text-color);
    padding-left: 3px !important;
    padding-right: 3px !important;
    width: 87px;
    text-align: center;
}

.text {
    color: var(--text-color) !important;
    margin-bottom: 0;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    background-color: var(--nav-hover);
    color: var(--text-color);
    height: 25px;
}

.navbar-nav .nav-link:hover {
    background-color: var(--nav-hover);
    color: var(--text-color);

}

.img-home {
    width: 13px;
    position: absolute;
    margin-left: -18px;
}

.nav-link:focus {
    color: var(--text-color);
}

/*! styling nav  */
/*! styling nav  */
/*! styling nav  */

/*! TOP BAR  */
/*! TOP BAR  */
/*! TOP BAR  */
.topbar {
    display: flex;
    background-color: var(--content);
    height: 55px;
}

.item-top {
    width: 87px;
    /* display: block; */
    padding-top: 8px;
    cursor: pointer;
}

.item-top:hover {
    background-color: var(--topbar-hover);
}

.item-top i {
    font-size: 18px;
    color: #272727;
    text-align: center;
    margin-bottom: 2px;
}

.item-top p {
    margin-bottom: 3px;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    color: var(--text-color);
}

.item-top a {
    text-decoration: none;
    color: #272727;

}

.item-top.active {
    text-decoration: none;
    color: #272727;
    background-color: var(--topbar-hover);
}

.divider {
    margin-top: 3px;
    border-radius: 3px;
    margin-left: 0px;
    margin-right: 0px;
    width: 1px;
    height: 90%;
    background-color: var(--border);
}

.img-topbar {
    margin-top: -4px;
    width: 25px;
    margin-bottom: 3px;
}

.img-kantor {
    margin-top: -6px;
    width: 33px;
    margin-bottom: -2px;
}

.img-gender {
    margin-top: -6px;
    width: 29px;
    margin-bottom: 2px;
}

.icon-tambah {
    width: 15px;
}

.icon-edit {
    width: 13px;
}

.icon-aksi {
    width: 15px;
}

.icon-hapus {
    width: 13px;
}

.icon-rp {
    width: 13px;
}


.logotmk {
    width: auto;
    height: 100%;
    padding: 5px 0 5px 0;
}

.text-info-lembaga {
    margin-bottom: -4px;
    color: var(--text-color);
}

/*! TOP BAR  */
/*! TOP BAR  */
/*! TOP BAR  */

/*! styling nav  */
/*! styling nav  */
/*! styling nav  */

.nav-item-profil {
    width: 16px;
    height: 16px;
    margin-left: 15px;
    display: flex;
}

.nav-item-profil img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.anchor-profile, .anchor-profile-img {
    text-decoration: none;
    cursor: pointer;
    color: #272727;
}

.anchor-profile-img:hover .anchor-profile {
    color: #fff;
    cursor: pointer;
}

.anchor-profile:hover {
    color: #fff;
}

.bulat-inggris {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.bulat-inggris img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.bulat-indonesia {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.bulat-indonesia img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.bulat-putih {
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.bulat-hitam {
    width: 15px;
    height: 15px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

/*! styling nav  */
/*! styling nav  */
/*! styling nav  */

/*! styling side bar  */
/*! styling side bar  */
/*! styling side bar  */

.divider-side {
    margin: 0 !important;
    border-top: 1px solid var(--border) !important;
    opacity: 1;
}

.sidenav {
    height: 100%;
    background-color: var(--background);
    border: 1px solid var(--border);
    border-left: none;
    border-bottom: none;
}

.sidenav-filter {
    height: 100%;
    background-color: var(--background);
    border: 1px solid var(--border);
    margin-right: 17px;
    display: none;
    width: 173px;
}

.sidebar {
    background-color: #eaeaea;
    width: 180px;
    height: 100%;
}


.nav-sidebar .nav-item .nav-link {
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-sidebar .nav-item .nav-link p {
    margin-bottom: 0;
    margin-left: 5px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #c0c0c0;
    border-radius: 0;
    color: var(--text-color);
}

/* set hover  */
.nav-sidebar .nav-item .nav-link:hover {
    background-color: #c0c0c0;
    color: var(--text-color);
    border-radius: 0;
}

.p-kiri {
    padding-left: 17px;
}

/*! styling side bar  */
/*! styling side bar  */
/*! styling side bar  */

/*! styling TOP Tabulasi  */
/*! styling TOP Tabulasi  */
/*! styling TOP Tabulasi  */
.top-tabulasi {
    padding-bottom: 0;
    width: 100%;
    height: 25px;
    background-color: transparent;
    align-items: flex-end;
    border-top: 2px solid var(--top-tabulasi) !important;
}

.btn-tab {
    display: flex;
    align-items: center;
    width: fit-content;
    padding-left: 5px;
    padding-right: 7px;
    color: #272727;
}

.btn-tab p {
    margin-bottom: 0;
    margin-left: 4px;
    color: var(--text-color);
    line-height: 11px;
}

.btn-tab i {
    padding: 3px;
    font-size: 11px;
}

.btn-kiri {
    background-color: transparent;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-radius: 0;
}

/*! styling TOP Tabulasi  */
/*! styling TOP Tabulasi  */
/*! styling TOP Tabulasi  */

/*! TOP AKSI Start  */
/*! TOP AKSI Start  */
/*! TOP AKSI Start  */
.top-aksi {
    display: flex !important;
    align-items: center !important;
    /* padding: 0 5px; */
    width: 100%;
    height: 25px;
    background-color: transparent;
    border: 1px solid var(--topaksi-color);
    /* display: flex;
    align-items: flex-end; */
}

.top-aksi button {
    background-color: transparent;
    border: none;
    color: #272727;
}

.top-aksi button:hover {
    background-color: var(--topbar-hover);
    color: #272727;
    border-radius: 0px;
}

.top-aksi button.active {
    background-color: var(--topaksi-hover) !important;
    color: #272727 !important;
    border-radius: 0px !important;
}

.divider-top-aksi {
    margin-top: 1px;
    border-radius: 3px;
    margin-left: 3px;
    margin-right: 3px;
    width: 1px;
    height: 70%;
    background-color: var(--border);
}

.aksi-search {
    border-radius: 5px;
    border-radius: 0;
    border: 1px solid var(--border);
    background-color: var(--search-bg);
    color: var(--text-color);
}

.aksi-search:focus-visible {
    outline: none;
}

.top-aksi p {
    margin-top: 1px;
}

/*! TOP AKSI END */
/*! TOP AKSI END */
/*! TOP AKSI END */

/*! Table Style  */
/*! Table Style  */
/*! Table Style  */
.table-style {
    border-bottom: 1px solid var(--table-bottom) !important;
}

.table-style th {
    text-align: center !important;
    vertical-align: middle !important;
    background-color: var(--table-bg) !important;
    box-shadow: none !important;
    /* box-sizing: border-box; */
    border: 0.5px solid var(--border) !important;
    border-collapse: collapse;
    font-weight: 500 !important;
    padding: 5px !important;
    color: var(--text-color) !important;
}

.table-style td {
    vertical-align: middle !important;
    padding: 4px !important;
    background-color: var(--td-bg);
    color: var(--text-color);
    border-right: 0.5px solid var(--border) !important;
    border-left: 0.5px solid var(--border) !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: var(--td-bg-odd);
}

table.dataTable {
    border-collapse: collapse !important;
}

.btn-lihat-profil {
    background-color: transparent;
    border: none;
    text-decoration: none;
    color: rgb(66, 66, 255);
    cursor: pointer;
    align-content: end;
    align-items: end;
}

.btn-lihat-profil:hover {
    background-color: transparent;
    text-decoration: none;
    color: rgb(38, 38, 195);
}

/*! Table Style  */
/*! Table Style  */
/*! Table Style  */



/*! user profil  */
/*! user profil  */
/*! user profil  */
.profil-show {
    position: absolute;
    right: 5px;
    z-index: 9999;
    margin-right: 5px;
    width: 28%;
}

.profile-title {
    width: 100%;
    border-bottom: 1px solid var(--border);
    margin-bottom: 10px;
}

.profile-title h2 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}

.profile-child {
    display: flex;
    border-bottom: 1px solid var(--border);
}

.profile-child p {
    margin-bottom: 0;
    width: 35%;
}

.profile-child i {
    width: 5%;
    text-align: center;
}

.profile-child span {
    width: 60%;
}

/*! user profil  */
/*! user profil  */
/*! user profil  */

/*! MODAL STYLE  */
/*! MODAL STYLE  */
/*! MODAL STYLE  */
.modal-header {
    background-color: #fff;
    color: #272727;
    border-radius: 0;
}

.modal-footer {
    background-color: #fff;
    color: #272727;
    border-radius: 0;
    justify-content: start;
    padding: 3px 5px;
    font-size: 8.5px;
}

.modal-title {
    font-size: 11px !important;
    line-height: 11px;
}

.modal-body {
    background-color: var(--input-bg);
    color: var(--text-color);
}

.modal-logout {
    width: 330px !important;
}

.modal-pengkinian {
    max-width: 95% !important;
}

.modal-upgrade {
    max-width: 50% !important;
}

.modal-mutasi {
    max-width: 30% !important;
}

.modal-profil-picture {
    max-width: 30% !important;

}

.close-button {
    color: #272727;
    font-size: 16px !important;
    padding: 1px 7px;
    border-radius: 0 !important;
    border: none;
    background-color: transparent;
}

.close-button:hover {
    background-color: #D82E2E;
    color: #fff !important;
}

.img-tanya {
    width: 30px;
    margin-right: 5px;
    padding: 3px;
}

.btn-close {
    font-size: 9px !important;
    color: #fff !important;
    box-shadow: none;
    --bs-btn-close-bg: transparent;
    opacity: 1;
    padding: 2px;
    margin-right: 3px;
    cursor: pointer;
}

.btn-close:hover {
    background-color: #D82E2E;
    color: #fff !important;
    opacity: 1;
}

/*! MODAL STYLE  */
/*! MODAL STYLE  */
/*! MODAL STYLE  */

/*! STYLING BUTTON  */
/*! STYLING BUTTON  */
/*! STYLING BUTTON  */
.btn-editing {
    background-color: transparent;
    border: none;
}

.btn-editing .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 5px;

    margin-left: 5px;
    position: absolute;
    z-index: 1;
}

.btn-editing:hover .tooltiptext {
    visibility: visible;
}

.btn-done {
    background-color: #D82E2E;
    border: 1px solid #D82E2E;
    height: 23px;
    font-size: 10px;
    color: #fff;
    border-radius: 0px;
    padding: 2px 3px;
    width: fit-content;
}

.btn-done:hover {
    background-color: transparent;
    color: #D82E2E;
    border: 1px solid #D82E2E;
}

.btn-cancel {
    background-color: transparent;
    border: 1px solid #D82E2E;
    height: 23px;
    font-size: 10px;
    color: #D82E2E;
    border-radius: 0px;
    padding: 2px 3px;
    width: fit-content;
}

.btn-cancel:hover {
    background-color: #D82E2E;
    color: #fff;
    border: 1px solid #D82E2E;
}

.btn-real {
    background-color: #e1e1e1;
    border: 1px solid #adadad;
    color: #000;
    border-radius: 0;
    padding: 2px 5px;
}

.btn-pratinjau, input::file-selector-button {
    background-color: var(--input-bg) !important;
    color: var(--input-text) !important;
}

.btn-real:hover, .btn-real:focus, .btn-real:active {
    background-color: #fff;
    border: 1px solid #909090;
    color: #000;
    border: 1.5px solid #909090 !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate {
    color: var(--text-color) !important;
}

.paginate_button {
    background-color: var(--next-bg) !important;
    border: 1px solid var(--border) !important;
    color: var(--text-color) !important;
    border-radius: 0 !important;
    padding: 2px 5px !important;
    margin-left: 0 !important;
    margin-right: 5px !important;
    margin-top: 4px !important;
}

.paginate_button:hover {
    background-color: #fff !important;
    border: 1px solid #909090 !important;
    color: #000 !important;
}

.btn-transparan-popup {
    background-color: transparent;
    border: 1px solid transparent;
    color: #666;
    border-radius: 0;
    padding: 2px 5px;
}

.btn-transparan-popup:hover {
    background-color: #e1e1e1;
    border: 1px solid #adadad;
    color: #000;
}

#swift_left i {
    color: #ff9b00;
}

/*! STYLING BUTTON  */
/*! STYLING BUTTON  */
/*! STYLING BUTTON  */

/*! FOOTER START  */
/*! FOOTER START  */
/*! FOOTER START  */
footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 4px 14px;
    border-top: 1px solid var(--footer-border);
    background-color: var(--footer-color);
    color: var(--text-color);
}

/*! FOOTER END  */
/*! FOOTER END  */
/*! FOOTER END  */

.non-aktif:hover {
    background-color: transparent !important;
}

.title-content p {
    font-size: 12px;
    font-weight: 600;
}

.title-content span {
    font-weight: 500;
    /* margin-left: 125px; */
    font-size: 11px;
}

.inputan, .input-group-text1 {
    height: 25px !important;
    border-radius: 0;
    font-size: 10px !important;
    color: var(--input-text) !important;
    background-color: var(--input-bg) !important;
    border: 1px solid #dddddd5b !important;
}

.inputan::placeholder {
    color: var(--input-text) !important;
}

.inputfile {
    line-height: 20px;
}

.title-form {
    margin-bottom: 5px;
    font-weight: 600;
}

.select2 {
    height: 25px !important;
}

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

.select2-container--default .select2-selection--single {
    height: 25px !important;
    border: 1px solid #ddd;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px;
    color: var(--input-text) !important;
    background-color: var(--input-bg) !important;
    border: 1px solid #dddddd5b !important;
}

.select2-results__option {
    text-transform: capitalize !important;
}


.select2-container--default .select2-selection--single, .select2-dropdown {
    color: var(--input-text) !important;
    background-color: var(--input-bg) !important;
    border: 1px solid #dddddd5b !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-results__option--disabled {
    background-color: var(--input-bg) !important;
    border: 1px solid #dddddd5b !important;
    color: var(--input-text) !important;
    padding: 1px;
    padding-left: 6px;
}

#select2-create_kota_sekarang-container {
    text-transform: capitalize !important;
}

.head-form {
    background-color: var(--head-form);
    margin-top: -2px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 5px;
}

.number-tab-progress {
    border: 1px solid orange !important;
    border-radius: 50% !important;
    /* background-color: orange; */
    width: 18px;
    color: var(--text-color);
    margin-right: 5px;
}

.style-pagination {
    background-color: transparent !important;
}

.badge-aktif {
    color: green;
    border: 1px solid green;
    background-color: transparent;
    padding: 1px 7px;
}

.badge-aktif:hover {
    background-color: green;
    color: #fff;
}


#form_filter {
    background-color: var(--background);
    border: 1px solid var(--border);
    margin-bottom: 10px;
}

#form_filter p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.icon-dapartment {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.table-dinamis {
    height: 570px;
    overflow-y: scroll;

}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 10px;
    display: none;
}

.btn-side {
    margin-left: -1px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #9090906f;
    background-color: var(--top-tabulasi);
    color: var(--text-color);
}

.btn-side:hover {
    border: 1px solid #9090906f;
    /* color: #fff; */
}


caption {
    caption-side: top;
    color: var(--text-color);
}

.p_caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left;
    caption-side: top;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 14px;
}

.pengkinian {
    border-bottom: 1px solid var(--border);
    margin-bottom: 5px;
}

.pengkinian p {
    margin-bottom: 0;
    color: var(--text-color);
}

#pos_alert {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999999;
}

.xmark {
    color: red;
    font-weight: 600;
    font-size: 1.5em;
    background-color: transparent;
    border: none;
    position: relative;
    right: 0;
}

.text-alert {
    white-space: nowrap;
}

.alert {
    border-radius: 0 !important;
    padding-right: 20px;
}

.alert button {
    position: absolute;
    right: 0;
}

#alert_info {
    background-color: #3967ff;
    color: #fff;
}

#alert_warning {
    background-color: #ff9b00;
    color: #fff;
}

#alert_danger {
    background-color: #ff0000;
    color: #fff;
}

#alert_success {
    background-color: #00a000;
    color: #fff;
}

.dataTables_filter {
    display: none;
}

.dataTables_length {
    display: none;
}

.icon-cancel-btn {
    width: 8px;
    height: 8px;
    margin-right: 1px;
    margin-top: -1px;
}

.icon-add-btn {
    width: 11px;
    height: 11px;
    margin-right: 1px;
    margin-top: -1px;
}

.icon-delete-btn {
    width: 11px;
    height: 10px;
    margin-right: 1px;
    margin-top: -2px;
}

.title-filter {
    font-weight: 600;
}


.tab-content>.active {
    display: block;
}

.nav-item-child {
    padding-left: 0;
}

.nav-item-child li {
    list-style: none;
}

.nav-item-child li a {
    padding-left: 2rem !important;
}

.nav .expanded>a {
    background-color: #c0c0c0;
    color: var(--text-color);
    border-radius: 0;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

.box-form-input {
    padding: 5px;
}

.box-form-input p {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--text-color);
}

.br-form-input {
    border-right: 1px solid var(--border);
}

.form-select {
    border-radius: 0;
}

.form-label {
    color: var(--text-color);
}

.form-select {
    font-size: 11px;
}

.small-label {
    font-size: 10px;
    font-style: italic;
    margin-top: -2px;
    line-height: 10px;
    margin-bottom: 5px !important;
}

.img-mesinabsen {
    width: 17px;
    position: absolute;
    margin-left: -21px;
}

.login-logo {
    width: 55px;
}

.login-logo img {
    width: 100%
}

.login-label {
    font-size: 12px;
    margin-bottom: 0;
}

.login-greeting h6 {
    font-size: 24px;
}

.login-greeting p {
    font-size: 12px;
}

.form-label-login {
    font-size: 12px;
}

.btn-login {
    font-size: 12px;
    height: 28px;
    width: 80px;
    background-color: #dfdfdf;
    border: 1px solid #eaeaea;
    border-radius: 0;
}

.btn-login:hover {
    background-color: #bbbbbb;
}

.card-login {
    padding: 10px;
    color: var(--text-color);
}

.body-login {
    padding: 0 15px 0 15px;
}

.penting {
    width: 100%;
    text-align: justify;
}

.penting p {
    text-align: justify;
}

.input-login-form {
    height: 31px;
    width: 100%;
    border: 1px solid #eaeaea;
}

.input-login-form:focus-visible {
    /* outline: none; */
    outline: 1px solid #666;
}

.form-informasi {
    width: 110px !important;
    border-radius: 0;
    height: 100%;
    background-color: var(--label-pengkinian) !important;
}

.card-tambah {
    background-color: var(--content);
    padding: 15px;
}

.card-tambahkantor {
    background-color: var(--content);
    padding: 15px;
}

.card-tambahkantor p {
    color: var(--text-color);
}

.item-profil {
    color: var(--text-color);
    margin-bottom: 10px;
}

.item-profil input {
    border: 1px solid var(--border) !important;
}

.cardtambah {
    background-color: var(--content);
}

.btn-edit {
    border-color: #cdcdcd;
    background-color: #ebeaea;
    height: 27px;
    width: 100px;
    margin-top: 10px;
    border-radius: 0;
}

.btn-edit:hover {
    background-color: #6C757D;
}

.form-table {
    border: 1px solid var(--border);
}

.icon-footer img {
    width: 53px;
}

.status-pengajuan .input-group-text {
    width: 20px;
    padding: 0px;
    height: 100%;
    display: flex;
    justify-content: center;
}

.status-pengajuan .input-group-text i {
    color: #fff;
}

.status-pengajuan input {
    background-color: transparent !important;
    padding: 1px 5px;
    height: 22px !important;
}

.status-pengajuan .warning {
    background-color: #ffc107;
}

.status-pengajuan .secondary {
    background-color: #6C757D;
}

.status-pengajuan .success {
    background-color: #198754;
}

.status-pengajuan .danger {
    background-color: #DC3545;
}

.akses-aplikasi {
    padding: 3px 10px;
    margin-left: 15px;
    color: #fff;
    background-color: #061BB1;
}

/*! End css  */
