label.error {
            color: tomato;
            font-size: 12px;
            text-align: right;
            font-style: oblique;
        }
        .hurufBesar {
            text-transform:uppercase;
        }
        .hurufKecil {
            text-transform:lowercase;
        }
        .boderOrange {
            border-color:orange;
        }
        .borderGreen {
            border-color:green;
        }
        .fontHijau {
            color:green;
        }
        .fontOrange {
            color:orange;
        }
        .fontAbu {
            color:gray;
        }
        .sembunyi {
            display:none;
        }
        .ui-li-static.ui-collapsible > .ui-collapsible-heading {
            margin: 0;
        }
        .ui-li-static.ui-collapsible {
            padding: 0;
        }
        .ui-li-static.ui-collapsible > .ui-collapsible-heading > .ui-btn {
            border-top-width: 0;
        }
        .ui-li-static.ui-collapsible > .ui-collapsible-heading.ui-collapsible-heading-collapsed > .ui-btn,
        .ui-li-static.ui-collapsible > .ui-collapsible-content {
            border-bottom-width: 0;
        }

            -webkit-border-radius: .3125em;
            border-radius: .3125em;
        }
        .ui-btn.my-tooltip-btn,
        .ui-btn.my-tooltip-btn:hover,
        .ui-btn.my-tooltip-btn:active {
            background: none;
            border: 0;
        }
        .custom-label-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-on {
            text-indent: -3.4em;
        }
        .custom-label-flipswitch.ui-flipswitch .ui-flipswitch-off {
            text-indent: 0.5em;
        }
.masuk-wrapper {
    min-height: calc(100vh - 88px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 10px;
}

.masuk-card {
    width: 100%;
    max-width: 420px;
    text-align: center;
    padding: 22px 18px;
}

.masuk-logo {
    width: 230px;
    max-width: 85%;
    height: auto;
    margin: 0 auto 14px auto;
    display: block;
}

.masuk-title {
    margin: 6px 0 4px 0;
    color: #0B3D6E;
    font-size: 24px;
    font-weight: 700;
}

.masuk-subtitle {
    margin: 0 0 14px 0;
    color: #424242;
    font-size: 14px;
    line-height: 1.45;
}

.masuk-info {
    margin: 16px 0;
    padding: 12px;
    background: #F5FAFF;
    border-left: 4px solid #2196F3;
    border-radius: 6px;
    color: #424242;
    font-size: 13px;
    text-align: left;
    line-height: 1.45;
}

.masuk-aksi {
    margin-top: 18px;
}

.masuk-popup-body {
    padding: 16px 20px 18px 20px;
    min-width: 260px;
}

.masuk-popup-logo {
    width: 120px;
    max-width: 70%;
    height: auto;
    margin: 0 auto 8px auto;
    display: block;
}

.masuk-popup-title {
    text-align: center;
    margin: 0 0 14px 0;
    color: #0B3D6E;
}


.pesan {
    display: none;
    margin: 0 0 14px 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.simh-alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    line-height: 1.45;
}

.simh-alert-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simh-alert-content {
    flex: 1;
    color: #424242;
}

.simh-alert-title {
    margin: 0 0 2px 0;
    font-weight: 700;
    font-size: 14px;
}

.simh-alert-text {
    margin: 0;
    font-size: 13px;
}

.simh-alert-close {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border: 0;
    background: transparent;
    color: #757575;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    padding: 0;
}

.simh-alert-close:hover {
    color: #212121;
}

.simh-alert-success {
    border-color: #C8E6C9;
    background: #F4FFF5;
}

.simh-alert-success .simh-alert-icon {
    background: #4CAF50;
    color: #ffffff;
}

.simh-alert-success .simh-alert-title {
    color: #2E7D32;
}

.simh-alert-warning {
    border-color: #FFE0B2;
    background: #FFF8EF;
}

.simh-alert-warning .simh-alert-icon {
    background: #FB8C00;
    color: #ffffff;
}

.simh-alert-warning .simh-alert-title {
    color: #E65100;
}

.simh-alert-error {
    border-color: #FFCDD2;
    background: #FFF5F6;
}

.simh-alert-error .simh-alert-icon {
    background: #E53935;
    color: #ffffff;
}

.simh-alert-error .simh-alert-title {
    color: #C62828;
}

.simh-alert-info {
    border-color: #BBDEFB;
    background: #F3FAFF;
}

.simh-alert-info .simh-alert-icon {
    background: #2196F3;
    color: #ffffff;
}

.simh-alert-info .simh-alert-title {
    color: #0D47A1;
}

.perangkat-ringkasan {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    margin-bottom: 14px;
    border-radius: 10px;
    background: #F5FAFF;
    border: 1px solid #BBDEFB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.perangkat-ringkasan-ikon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2196F3;
    color: #ffffff;
    font-size: 20px;
}

.perangkat-ringkasan h3 {
    margin: 0 0 5px 0;
    color: #0B3D6E;
    font-size: 17px;
}

.perangkat-ringkasan p {
    margin: 2px 0;
    color: #424242;
    font-size: 13px;
    line-height: 1.35;
}

.link-koordinat-maps p {
    white-space: normal;
}

.link-koordinat-maps .fa-map-marked-alt {
    color: #2196F3;
}

.info-pembuatan-ringkasan {
    background: #F4FFF5;
    border-color: #C8E6C9;
}

.info-pembuatan-ringkasan .perangkat-ringkasan-ikon {
    background: #4CAF50;
}