body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

.sidebar {
    width: 250px;
    height: 100%;
    background-color: white;
}
.sidebarOther {
    width: 290px;
    height: 100%;
    background-color: white;
}
.sidebarOtherFormKar {
    width: 290px;
    height: 1000px;
    background-color: white;
}

.sidebar-header {
    height: 70px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #0056b3;
}

.nav-link {
    color: #979797;
    padding: 10px 8px;
    font-weight: 700;
}

.nav-link.active {
    background-color: #0056b3;
    border-radius: 4px;
}

.card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-body h5 {
    font-size: 1.1rem;
    color: #333;
}

.card-body p {
    font-weight: bold;
    font-size: 14px;
    color: #979797;
    margin: 0;
}
.logoUnpam {
    height: 50px;
    width: auto;
    border-radius: 8px;
}
.descPN {
    color: black;
    margin-bottom: 0;
    font-size: smaller;
}
.descProfile {
    padding: 0;
}
.navCont {
    border-top: 1px solid rgb(187, 187, 187);
}
.sidebarAcc {
    padding: 15px 15px;
}
.leftNavIcons {
    margin-right: 8px;
}
.btnLeftNav {
    width: 100%;
}
.topNav {
    height: 70px;
    background: rgb(0,74,154);
    background: linear-gradient(90deg, rgb(0, 64, 133) 40%, rgb(0, 106, 219) 100%);
}
.profileLogoNav {
    height: 50px;
    margin: 10px;
}
.topNav {
    text-align: end;
}
.topContainer {
    padding: 55px 40px;
    height: 200px;
    background: rgb(0,74,154);
    background: linear-gradient(90deg, rgb(0, 106, 219) 40%, rgb(0, 64, 133) 100%);
}
.cardIcons {
    color: #ffffff;
    padding: 10px;
    font-size: 50px;
    border-radius: 8px;
    width: 100%;
}
.iconsCol {
    padding: 0;
    height: 70px;
    margin-left: 6px;
}
.divCardIcons {
    height: 100%;
    text-align: center;
}
.cardDashB {
    margin-top: -20px;
}
.colCardContainer {
    padding: 0;
    margin: 0 5px;
}
.spaceColCard {
    width: 35px;
}
.card-body {
    height: 105px;
}
.headTableKaryawan {
    display: flex;
    justify-content: space-between;
}
.tableContainer {
    margin-top: -20px;
    background-color: white;
    padding: 20px 40px;
    border-radius: 8px;
}
.divButtTambahKarywan {
    text-align: end;
}
.buttTambahKarywan {
    border-radius: 25px;
}
.divSearch {
    text-align: end;
}
.formSearch {
    width: 150px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
}
.head2TableKaryawan {
    display: flex;
    justify-content: space-between;
}
.topContainerForm {
    padding: 15px 40px;
    height: 70px;
    color: black;
}
.iconsBtnFormKar {
    margin-right: 8px;
}
.btnSaveFormTK {
    background-color: rgb(0, 194, 0);
    color: white;
}
.topContainerDashboard {
    padding: 55px 40px;
    height: 145px;
    background: rgb(0,74,154);
    background: linear-gradient(90deg, rgb(0, 106, 219) 40%, rgb(0, 64, 133) 100%);
}
.tdAksi {
    width: 80px;
}
.trDataJabatan {
    height: 60px;
    vertical-align: middle;
}
.pageItemPagination {
    border-radius: 8px;
}
.pagination {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}