.eniv-sidebar {
    width: 300px;
    background: #fff;
    border-right: 1px solid #eceef0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100vh;
    padding: 20px;
}
.eniv-content {
    width: 100%;
    padding: 40px 28px 28px 328px;
}
.eniv-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.eniv-menu a {
    color: var(--text);
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.eniv-menu a i {
    font-size: 24px;
}
.eniv-menu a:hover, .eniv-menu a.active {
    background: var(--primary);
    color: #fff;
}
.eniv-brand {
    display: block;
    margin-bottom: 30px;
}
.eniv-brand img {
    height: 44px;
}
.eniv-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #d8dadd;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.eniv-profile img {
    height: 48px;
}
.eniv-profile h1 {
    margin-bottom: 4px;
    font-size: 15px;
}
.eniv-profile span {
    font-size: 13px;
    color: #a1a1a1;
}
.eniv-employee-profile {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.eniv-public-screen {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    flex-direction: column;
    gap: 20px;
    background-image: url('/assets/images/screen-public.png');
    background-size: cover;
}
.eniv-public-screen img {
    height: 80px;
}
.eniv-public-screen p {
    margin: 0;
    font-size: 22px;
    color: #fff;
}
.eniv-splash-screen {
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100dvh;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
}
.eniv-splash-screen img {
    height: 60px;
}
.eniv-login-screen {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 20px;
    background-image: url(/assets/images/screen-login.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    gap: 14px;
}
.eniv-login-screen img {
    height: 48px;
}
.eniv-login-screen p {
    margin-bottom: 8px;
    color: #ffffffb0;
}
.eniv-screen-scan {
    width: 100%;
    transition: .4s;
    position: fixed;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    bottom: -100%;
    padding: 20px;
    border-radius: 12px 12px 0 0;
    max-width: 520px;
}
.eniv-screen-scan.show {
    bottom: 0;
}
.eniv-screen-scan-overlay {
    background: #00000038;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    display: none;
    transition: .2s;
}
.eniv-screen-scan-overlay.show {
    display: block;
    opacity: 1;
}
.eniv-splash-screen-loader {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #00000038;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.eniv-employee-device-active {
    display: flex;
    gap: 18px;
}
.eniv-employee-device-active-start {
    width: 200px;
    background: #eaf7fe;
    height: 130px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #caebfd;
    flex-shrink: 0;
}
.eniv-employee-device-active-start img {
    height: 64px;
}
.eniv-employee-device-active-end {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.eniv-employee-device-active-end ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}
.eniv-employee-device-active-end ul li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #dee1e4;
}
.eniv-employee-device-active-end ul li h1 {
    font-size: 18px;
}
.eniv-employee-device-active-end ul li span {
    color: #777777;
}
.eniv-alert-warning {
    background: #ffc1074f;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    color: #8f8054;
    border: 1px solid #edd928;
}
.eniv-device-connected {
    background: #e2f2e3;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    gap: 12px;
    border: 1px solid #b1dcb3;
    flex-direction: column;
    color: #367738;
}
.eniv-device-connected img {
    height: 48px;
}

.eniv-header {
    background: var(--primary);
    padding: 24px 20px;
    background-image: url(/assets/images/bg-header.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 76px;
}
.eniv-header-home {
    display: flex;
    gap: 18px;
}
.eniv-header-profile {
    background-color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    flex-shrink: 0;
}
.eniv-header h1 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #fff;
}
.eniv-header h2 {
    font-size: 12px;
    margin: 0;
    color: #ffffffe8;
    font-weight: 400;
}
.eniv-header h4 {
    font-size: 11px;
    margin: 0;
    color: var(--primary);
    margin-top: 12px;
    background: #ffffff;
    padding: 6px 8px;
    border-radius: 6px;
    font-weight: 500;
    width: fit-content;
}
.eniv-screen {
    min-height: calc(100dvh - 100px);
    background-color: #fff;
    border-radius: 26px 26px 0 0;
    margin-top: -54px;
    padding: 20px 20px 130px 20px;
}
.eniv-button-absen {
    padding: 12px;
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    gap: 10px;
    color: #fff;
}
.eniv-button-absen.disabled {
    opacity: 40%;
}
.eniv-admin-login-area {
    display: flex;
    min-height: 100dvh;
}
.eniv-admin-login-area-start {
    width: 100%;
    max-width: 520px;
    background: #fff;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    flex-direction: column;
}
.eniv-admin-login-area-start h1 {
    margin-bottom: 10px;
    font-size: 26px;
}
.eniv-admin-login-area-start p {
    margin: 0;
}
.eniv-admin-login-area-end {
    background-image: url(/assets/images/screen-public.png);
    width: 100%;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eniv-admin-login-area-end img {
    height: 80px;
}
.eniv-employee-home-scheedule-today-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.eniv-employee-home-scheedule-today-header h1 {
    margin: 0;
    font-size: 18px;
    color: #0C092A;
}
.eniv-employee-home-scheedule-today-header p {
    margin: 0;
}
.eniv-employee-home-scheedule-today-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.eniv-employee-home-scheedule-today-body ul li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(90, 117, 167, 0.10);
    padding: 14px 18px;
    border-radius: 14px;
}
.eniv-employee-home-scheedule-today-body ul li p {
    font-size: 13px;
    margin-bottom: 0;
}
.eniv-employee-home-scheedule-today-body ul li h1 {
    font-size: 18px;
    margin: 0;
    color: #0C092A;
}
.eniv-employee-home-scheedule-today-body ul li .eniv-employee-home-scheedule-today-body-icon {
    width: 44px;
    height: 44px;
    background: #e1f5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.eniv-statistic-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.eniv-statistic-header h1 {
    margin: 0;
    font-size: 18px;
    color: #0C092A;
}
.eniv-statistic-body {

}
.eniv-statistic-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.eniv-statistic-body ul li {
    width: calc(50% - 6px);
    padding: 16px;
    border-radius: 12px;
}
.eniv-statistic-body ul li p {
    margin-bottom: 6px;
    font-size: 13px;
    color: #ffffff;
}
.eniv-statistic-body ul li h1 {
    margin: 0;
    font-size: 20px;
    color: #fffffff0;
}
.eniv-statistic-body ul li.eniv-statistic-body-primary {
    background: #05a2f7;
}
.eniv-statistic-body ul li.eniv-statistic-body-warning {
    background: #f7c705;
}
.eniv-statistic-body ul li.eniv-statistic-body-success {
    background: #30beb7;
}
.eniv-statistic-body ul li.eniv-statistic-body-danger {
    background: #ff8074;
}
.eniv-header-title {
    position: relative;
    text-align: center;
    width: 100%;
}
.eniv-header-title a {
    position: absolute;
    left: 0;
    margin-top: -4px;
}
.eniv-header-title h3 {
    margin: 0;
    font-size: 16px;
    color: #fff;
}
.eniv-periode {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.eniv-periode button {
    width: 22px;
    height: 22px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
}
.eniv-periode h1 {
    min-width: 188px;
    font-size: 16px;
    margin: 0;
    text-align: center;
    padding: 0 30px;
}
.eniv-absen-history-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.eniv-absen-history-header h1 {
    margin: 0;
    font-size: 18px;
    color: #0C092A;
}
.eniv-absen-history-body {

}
.eniv-absen-history-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.eniv-absen-history-body ul li {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(90, 117, 167, 0.10);
    padding: 14px;
    border-radius: 14px;
}
.eniv-absen-history-body ul li.active {
    background: var(--primary);
}
.eniv-absen-history-body ul li .eniv-absen-history-body-date {
    width: 70px;
    background: var(--primary);
    height: 70px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.eniv-absen-history-body ul li.active .eniv-absen-history-body-date {
    background: #fff;
}
.eniv-absen-history-body ul li .eniv-absen-history-body-date h1 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    color: #fff;
}
.eniv-absen-history-body ul li .eniv-absen-history-body-date p {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    color: #fff;
}
.eniv-absen-history-body ul li.active .eniv-absen-history-body-date h1, .eniv-absen-history-body ul li.active .eniv-absen-history-body-date p {
    color: var(--primary);
}
.eniv-absen-history-body ul li .eniv-absen-history-body-time {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.eniv-absen-history-body ul li .eniv-absen-history-body-time-inout {
    width: 40%;
    flex-shrink: 0;
    text-align: center;
}
.eniv-absen-history-body ul li .eniv-absen-history-body-time h1 {
    font-size: 20px;
    margin-bottom: 4px;
}
.eniv-absen-history-body ul li .eniv-absen-history-body-time p {
    margin: 0;
    font-size: 13px;
    color: #8F9BB3;
}
.eniv-absen-history-body ul li.active .eniv-absen-history-body-time h1, .eniv-absen-history-body ul li.active .eniv-absen-history-body-time p {
    color: #fff;
}
.eniv-absen-history-body ul li .eniv-absen-history-body-time span {
    width: 5px;
    height: 5px;
    display: block;
    background: #8F9BB3;
    border-radius: 50%;
}
.eniv-absen-history-body ul li.active .eniv-absen-history-body-time span {
    background: #fff;
}
.eniv-form-vertical label {
    display: block;
    margin-bottom: 8px;
}
.eniv-submission .nav {
    min-height: 37px;
    margin-bottom: 18px;
    border: none;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}
.eniv-submission .nav .nav-item {
    width: 50%;
}
.eniv-submission .nav .nav-item .nav-link {
    border: none;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid transparent;
    outline: none !important;
    box-shadow: none !important;
    color: var(--text);
    padding: 0 0 14px 0;
    white-space: nowrap;
}
.eniv-submission .nav .nav-item .nav-link.active {
    border-color: var(--primary);
    color: var(--primary);
}
ul.eniv-pengajuan-list-status {
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 10px;
}
ul.eniv-pengajuan-list-status li {
    padding: 6px 16px;
    white-space: nowrap;
    background: #F6F6F6;
    border-radius: 100px;
    color: var(--text);
    cursor: pointer;
}
ul.eniv-pengajuan-list-status li.active {
    background: var(--primary);
    color: #fff;
}
.eniv-pengajuan-history {
    list-style: none;
    padding: 0;
    margin: 0;
}
.eniv-pengajuan-history li {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(90, 117, 167, 0.10);
    padding: 18px;
    border-radius: 14px;
    margin-bottom: 16px;
}
.eniv-pengajuan-history li .eniv-pengajuan-history-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F6F6F6;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.eniv-pengajuan-history li .eniv-pengajuan-history-header h1 {
    font-size: 14px;
    margin: 0;
    position: relative;
    padding-left: 16px;
}
.eniv-pengajuan-history li .eniv-pengajuan-history-header h1::before {
    content: ' ';
    width: 4px;
    height: 27px;
    display: block;
    background: var(--primary);
    position: absolute;
    left: 0;
    top: -6px;
    border-radius: 38px;
}
.eniv-pengajuan-history li .eniv-pengajuan-history-header span {
    padding: 3px 12px;
    display: block;
    border-radius: 100px;
    border: 2px solid transparent;
}
.eniv-pengajuan-history li .eniv-pengajuan-history-header span.danger {
    border-color: #F95A5A;
    color: #F95A5A;
    background: #F95A5A1A;
}
.eniv-pengajuan-history li .eniv-pengajuan-history-header span.success {
    border-color: #48BF50;
    color: #48BF50;
    background: #48BF501A;
}
.eniv-pengajuan-history li .eniv-pengajuan-history-header span.warning {
    border-color: #F7C705;
    color: #F7C705;
    background: #F7C7051A;
}
.eniv-pengajuan-history li .eniv-pengajuan-history-body {
    display: flex;
}
.eniv-pengajuan-history li .eniv-pengajuan-history-body p {
    font-size: 12px;
    margin-bottom: 4px;
}
.eniv-pengajuan-history li .eniv-pengajuan-history-body h1 {
    margin: 0;
    font-size: 14px;
}
.eniv-card {
    border: none;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(90, 117, 167, 0.10)
}
.eniv-card .card-body {
    padding: 18px;
}
.eniv-pengajuan-detail ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.eniv-pengajuan-detail ul li {
    padding: 16px 0;
    border-bottom: 1px dashed #dddddd;
}
.eniv-pengajuan-detail ul li:first-child {
    padding-top: 0;
}
.eniv-pengajuan-detail ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.eniv-pengajuan-detail ul li p {
    font-size: 13px;
    margin-bottom: 6px;
}
.eniv-pengajuan-detail ul li h1 {
    margin: 0;
    font-size: 14px;
}
.eniv-pengajuan-detail ul li span {
    padding: 3px 14px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid transparent;
}
.eniv-pengajuan-detail ul li span.warning {
    color: #F7C705;
    background: #F7C7051A;
    border-color: #F7C705;
}
.eniv-pengajuan-detail ul li span.success {
    color: #48BF50;
    background: #48BF501A;
    border-color: #48BF50;
}
.eniv-pengajuan-detail ul li span.danger {
    color: #F95A5A;
    background: #F95A5A1A;
    border-color: #F95A5A;
}
.eniv-header-menu-profile {
    padding-bottom: 166px;
}
.eniv-profile-header {

}
.eniv-profile-header-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -110px;
    margin-bottom: 8px;
}
.eniv-profile-header-image-photo {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #fff;
}
.eniv-profile-header-image-change {
    width: 47px;
    height: 47px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 5px solid #fff;
    margin-top: -36px;
    margin-right: -90px;
}
.eniv-profile-header-info {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: center;
}
.eniv-profile-header-info h3 {
    margin: 0;
    font-size: 18px;
    color: #0C092A;
}
.eniv-profile-header-info p {
    margin: 0;
    color: var(--text);
    font-size: 13px;
    text-align: center;
}
.eniv-profile-header-info span {
    margin-top: 8px;
    background: #5fc5fa;
    padding: 4px 14px;
    display: block;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
}
.eniv-profile-menu {
    display: flex;
    flex-direction: column;
}
.eniv-profile-menu a {
    position: relative;
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #F6F6F6;
}
.eniv-profile-menu a .eniv-profile-menu-icon {
    height: 38px;
    width: 38px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.eniv-profile-menu a h1 {
    margin: 0;
    font-size: 14px;
    color: #0C092A;
}
.eniv-profile-menu a span {
    width: 20px;
    height: 20px;
    text-align: center;
    background: #F7C705;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: inline-block;
    margin-left: 4px;
    line-height: 20px;
    font-weight: 500;
    position: absolute;
    right: 28px;
}
.eniv-profile-menu a::after {
    content: ' ';
    width: 26px;
    height: 26px;
    background-image: url(/assets/images/arrow-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
}
.eniv-profile-menu a:last-child {
    border-bottom: none;
}
.eniv-profile-menu a:last-child h1 {
    color: #FF7F74;
}
.eniv-profile-menu a:last-child:after {
    background-image: url(/assets/images/arrow-right-danger.png);
}
.eniv-statistic {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.eniv-statistic li {
    padding: 14px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(90, 117, 167, 0.10);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
}
.eniv-statistic li::after {
    content: ' ';
    width: 30px;
    height: 30px;
    background-image: url(/assets/images/arrow-right.png);
    position: absolute;
    right: 10px;
}
.eniv-statistic li .eniv-statistic-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.eniv-statistic li.primary .eniv-statistic-icon {
    background: #05A4F7;
}
.eniv-statistic li.warning .eniv-statistic-icon {
    background: #F7C705;
}
.eniv-statistic li.success .eniv-statistic-icon {
    background: #30BEB6;
}
.eniv-statistic li.danger .eniv-statistic-icon {
    background: #FF7F74;
}
.eniv-statistic li p {
    font-size: 13px;
    margin-bottom: 8px;
    color: #8F9BB3;
}
.eniv-statistic li h1 {
    margin: 0;
    font-size: 20px;
    color: #0C092A;
}
.eniv-area {
    overflow: hidden;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    position: relative;
    background: #f9fbfc;
}
.eniv-menu-home {
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}
.eniv-menu-home li {
    width: 25%;
}
.eniv-menu-home li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}
.eniv-menu-home li a .eniv-menu-home-icon {
    width: 44px;
    height: 44px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eniv-menu-home li a .eniv-menu-home-icon svg * {
    fill: #fff;
}
.eniv-menu-home li a span {
    font-size: 12px;
    color: #5c6067d6;
}
.eniv-history-absen-status {
    text-transform: capitalize;
    padding: 4px 14px;
    width: fit-content;
    margin: 0 auto 14px auto;
    border-radius: 100px;
}
.eniv-history-absen-status.warning {
    color: #F7C705;
    background: #FEF9E6;
}
.eniv-history-absen-status.success {
    color: #30BEB6;
    background: #EAF9F8;
}
.eniv-history-absen-status.primary {
    color: #05A4F7;
    background: #E6F6FE;
}
.eniv-history-absen-status.danger {
    color: #FF7F74;
    background: #FFF2F1;
}
.eniv-badge-counter {
    width: 20px;
    height: 20px;
    text-align: center;
    background: #F7C705;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: inline-block;
    margin-left: 4px;
    line-height: 20px;
    font-weight: 500;
}
.eniv-absen-popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgb(0 0 0 / 23%);
    justify-content: center;
    align-items: center;
    z-index: 100;
    flex-direction: column;
}
.eniv-absen-popup .eniv-absen-popup-overlay {
    display: flex;
}
.eniv-absen-popup-area {
    width: 340px;
}
.eniv-absen-popup-box {
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    animation: pop 0.3s ease;
}
.eniv-absen-popup-box h1 {
    font-size: 18px;
}
.eniv-absen-popup-box table {
    margin-bottom: 12px;
}
.eniv-absen-popup-box table tr th {
    text-align: start;
}
.eniv-absen-popup-box table tr th, .eniv-absen-popup-box table tr td {
    padding: 8px 0 !important;
    text-align: start;
}
.eniv-absen-popup-box table tr td:nth-child(2) {
    padding: 8px 18px !important;
}
@keyframes pop {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.eniv-card-potongan-absensi {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 7px #2121211f;
}
.eniv-card-potongan-absensi table {
    margin-bottom: 14px;
}
.eniv-card-potongan-absensi table tr td, .eniv-card-potongan-absensi table tr th {
    padding: 8px 12px !important;
}
.eniv-card-potongan-absensi table tr th {
    padding-left: 0 !important;
}
.eniv-notif-popup {
    position: absolute;
    top: 22px;
    background: #fff;
    padding: 12px;
    right: 12px;
    border-radius: 8px;
    max-width: 228px;
    text-align: end;
    box-shadow: 0 0 5px #8b848469;
    transition: .3s;
    margin-right: -244px;
}
.eniv-notif-popup.show {
    margin-right: 0;
}