/* =========================================================
   PENDAFTARAN MEDIK - STYLE MENYAMAI CARD LABKESDA
========================================================= */

.medik-page {
    min-height: 100vh;
    padding: 30px 20px 50px;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(38, 105, 140, .25),
            transparent 35%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(36, 130, 110, .20),
            transparent 35%
        ),
        #07151d;
}

/* WRAPPER */

.medik-wrapper {
    max-width: 1100px;
    margin: auto;
}


/* =========================================================
   HEADER CARD
========================================================= */

.medik-hero {
    position: relative;
    overflow: hidden;

    padding: 30px;

    border-radius: 25px 25px 0 0;

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #71819a 0%,
            #8f9db5 48%,
            #c1cad8 100%
        );

    box-shadow:
        0 15px 40px rgba(0,0,0,.25);
}

.medik-hero::after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    right: -80px;
    top: -100px;

    border-radius: 50%;

    background: rgba(255,255,255,.10);
}

.medik-brand {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;

    gap: 17px;
}

.medik-brand-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 17px;

    background: rgba(255,255,255,.18);

    border: 1px solid rgba(255,255,255,.25);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.20);

    font-size: 25px;
}

.medik-brand-text small {
    display: block;

    margin-bottom: 4px;

    font-size: 12px;

    font-weight: 500;

    opacity: .85;
}

.medik-brand-text h1 {
    margin: 0;

    font-size: 26px;

    font-weight: 700;
}

.medik-hero-desc {
    position: relative;
    z-index: 2;

    margin: 18px 0 0;

    max-width: 700px;

    font-size: 13px;

    line-height: 1.7;

    opacity: .90;
}

.medik-badge {
    display: none;
}


/* =========================================================
   WIZARD
========================================================= */

.wizard-card {
    background: #fff;

    padding: 24px 30px;

    border-left: 1px solid #e7ebf0;
    border-right: 1px solid #e7ebf0;

    box-shadow: 0 8px 25px rgba(0,0,0,.10);
}

.wizard {
    position: relative;

    display: flex;

    align-items: flex-start;
}

.wizard::before {
    content: "";

    position: absolute;

    left: 16.66%;
    right: 16.66%;

    top: 19px;

    height: 2px;

    background: #e7ebf0;
}

.wizard-step {
    position: relative;
    z-index: 2;

    width: 33.333%;

    text-align: center;
}

.wizard-number {
    width: 40px;
    height: 40px;

    margin: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #edf1f5;

    color: #98a2b3;

    font-size: 13px;

    border: 3px solid #fff;

    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.wizard-label {
    display: block;

    margin-top: 7px;

    font-size: 11px;

    font-weight: 600;

    color: #98a2b3;
}

.registration-step.active .wizard-number {
    background: #1976e8;

    color: #fff;

    box-shadow:
        0 5px 15px rgba(25,118,232,.30);
}

.registration-step.active .wizard-label {
    color: #1976e8;
}

.registration-step.completed .wizard-number {
    background: #28a745;

    color: #fff;
}

.registration-step.completed .wizard-label {
    color: #28a745;
}


/* =========================================================
   CONTENT
========================================================= */

.content-card {
    overflow: hidden;

    background: #fff;

    border-radius: 0 0 25px 25px;

    border: 1px solid #e7ebf0;

    box-shadow:
        0 20px 45px rgba(0,0,0,.20);
}

.content-header {
    padding: 25px 30px 18px;

    border-bottom: 1px solid #edf0f4;
}

.content-title {
    display: flex;

    align-items: center;

    gap: 12px;

    margin: 0;

    font-size: 20px;

    color: #263447;
}

.title-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    color: #1976e8;

    background: #eef5ff;
}

.content-subtitle {
    margin: 7px 0 0 54px;

    font-size: 12px;

    color: #8995a7;
}

.content-body {
    padding: 28px 30px 30px;
}


/* =========================================================
   SEARCH
========================================================= */

.lookup-box {
    padding: 20px;

    margin-bottom: 22px;

    border-radius: 15px;

    background: #f7f9fc;

    border: 1px solid #e7ebf0;
}

.lookup-title {
    margin-bottom: 12px;

    color: #344054;

    font-size: 13px;

    font-weight: 700;
}

.lookup-title i {
    color: #1976e8;
}

.lookup-row {
    display: flex;

    gap: 10px;
}

.lookup-input-wrap {
    position: relative;

    flex: 1;
}

.lookup-input-wrap i {
    position: absolute;

    left: 15px;
    top: 50%;

    transform: translateY(-50%);

    color: #98a2b3;
}

.lookup-input {
    width: 100%;

    height: 46px;

    padding: 0 15px 0 42px;

    border: 1px solid #dce3ec;

    border-radius: 10px;

    outline: none;

    font-size: 13px;
}

.lookup-input:focus {
    border-color: #1976e8;

    box-shadow:
        0 0 0 3px rgba(25,118,232,.08);
}

.btn-cari {
    height: 46px;

    padding: 0 20px;

    border: 0;

    border-radius: 10px;

    color: #fff;

    background: #1976e8;

    font-size: 13px;

    font-weight: 600;
}

.btn-cari:hover {
    background: #1265cc;

    color: #fff;
}


/* =========================================================
   FORM INPUT
========================================================= */

.form-group-modern {
    margin-bottom: 17px;
}

.form-group-modern label {
    display: block;

    margin-bottom: 7px;

    font-size: 12px;

    font-weight: 600;

    color: #475467;
}

.form-control-modern {
    width: 100%;

    min-height: 45px;

    padding: 9px 13px;

    border: 1px solid #dce3ec;

    border-radius: 10px;

    background: #fff;

    color: #344054;

    font-size: 13px;

    outline: none;

    transition: .2s;
}

.form-control-modern:focus {
    border-color: #1976e8;

    box-shadow:
        0 0 0 3px rgba(25,118,232,.08);
}

textarea.form-control-modern {
    min-height: 90px;
}


/* =========================================================
   SECTION
========================================================= */

.section-mini-title {
    display: flex;

    align-items: center;

    gap: 8px;

    margin: 24px 0 15px;

    font-size: 13px;

    font-weight: 700;

    color: #344054;
}

.section-mini-title i {
    color: #1976e8;
}


/* =========================================================
   BUTTON
========================================================= */

.form-footer {
    display: flex;

    justify-content: space-between;

    gap: 10px;

    padding-top: 24px;

    margin-top: 20px;

    border-top: 1px solid #edf0f4;
}

.btn-modern {
    min-height: 45px;

    padding: 0 20px;

    border: 0;

    border-radius: 10px;

    font-size: 13px;

    font-weight: 600;
}

.btn-primary-modern {
    background: #1976e8;

    color: #fff;

    box-shadow:
        0 5px 12px rgba(25,118,232,.20);
}

.btn-primary-modern:hover {
    background: #1265cc;

    color: #fff;
}

.btn-success-modern {
    background: #28a745;

    color: #fff;
}

.btn-secondary-modern {
    background: #f0f2f5;

    color: #475467;
}

/* =========================================================
   STATUS PENCARIAN PASIEN
========================================================= */

#loadingCari {
    display: none !important;
    margin-top: 8px;
    font-size: 12px;
    color: #667085;
}

#loadingCari i {
    color: #1976e8;
}


/* =========================================================
   HASIL PENCARIAN
========================================================= */

#hasilCari {
    display: none;
    margin-bottom: 20px;
    border-radius: 12px;
    font-size: 13px;
}

#hasilCari:empty {
    display: none !important;
}

/* =========================================================
   SURAT RUJUKAN
========================================================= */

.ref-choice-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.ref-option {
    position: relative;
}

.ref-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}


/* CARD PILIHAN */

.ref-label {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 13px;

    min-height: 80px;

    padding: 16px 18px;

    margin: 0;

    cursor: pointer;

    border: 1px solid #dce3ec;
    border-radius: 13px;

    background: #fff;

    transition: all .2s ease;
}


/* RADIO BULAT */

.ref-radio {
    position: relative;

    flex: 0 0 20px;

    width: 20px;
    height: 20px;

    margin-top: 1px;

    border: 2px solid #b8c2d0;

    border-radius: 50%;

    background: #fff;

    transition: .2s;
}


/* TITIK RADIO */

.ref-radio::after {
    content: "";

    position: absolute;

    width: 8px;
    height: 8px;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%) scale(0);

    border-radius: 50%;

    background: #1976e8;

    transition: .2s;
}


/* TEKS */

.ref-label strong {
    display: block;

    margin-bottom: 4px;

    color: #344054;

    font-size: 13px;
}

.ref-label small {
    display: block;

    color: #98a2b3;

    font-size: 11px;

    line-height: 1.5;
}


/* HOVER */

.ref-label:hover {
    border-color: #1976e8;

    background: #f8fbff;
}


/* TERPILIH */

.ref-option input[type="radio"]:checked + .ref-label {
    border-color: #1976e8;

    background: #f5f9ff;

    box-shadow:
        0 4px 15px rgba(25,118,232,.10);
}

.ref-option input[type="radio"]:checked + .ref-label .ref-radio {
    border-color: #1976e8;
}

.ref-option input[type="radio"]:checked + .ref-label .ref-radio::after {
    transform: translate(-50%, -50%) scale(1);
}

.ref-option input[type="radio"]:checked + .ref-label strong {
    color: #1976e8;
}


/* =========================================================
   DETAIL RUJUKAN
========================================================= */

#detailRujukan {
    display: none;

    padding: 20px;

    margin-top: 10px;

    border-radius: 15px;

    background: #f8fafc;

    border: 1px solid #e7ebf0;

    animation: fadeRujukan .25s ease;
}

@keyframes fadeRujukan {

    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================================
   FILE UPLOAD
========================================================= */
/* =========================================================
   DETAIL RUJUKAN
========================================================= */

.rujukan-detail-box {
    margin-top: 10px;

    padding: 22px;

    border: 1px solid #e5eaf1;

    border-radius: 15px;

    background: #f8fafc;
}


/* =========================================================
   LABEL
========================================================= */

.rujukan-detail-box
.form-group-modern label {

    display: block;

    margin-bottom: 8px;

    color: #344054;

    font-size: 12px;

    font-weight: 600;
}

.rujukan-detail-box
.form-group-modern label i {

    margin-right: 5px;

    color: #1976e8;
}

.rujukan-detail-box
.form-group-modern label span {

    color: #dc3545;
}


/* =========================================================
   UPLOAD BOX
========================================================= */

.upload-modern {

    position: relative;

    width: 100%;

    min-height: 155px;

    border: 2px dashed #d5deeb;

    border-radius: 14px;

    background: #fff;

    overflow: hidden;

    transition: all .2s ease;
}


/* INPUT FILE
   Tetap pakai ID lama supaya JS lama tetap bekerja */

.upload-modern input[type="file"] {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    opacity: 0;

    cursor: pointer;

    z-index: 5;
}


/* =========================================================
   CONTENT
========================================================= */

.upload-modern-content {

    min-height: 155px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    padding: 20px;

    pointer-events: none;
}


/* =========================================================
   ICON
========================================================= */

.upload-icon {

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 10px;

    border-radius: 13px;

    background: #eef5ff;

    color: #1976e8;

    font-size: 20px;

    transition: .2s;
}


/* =========================================================
   TEXT
========================================================= */

.upload-title {

    color: #344054;

    font-size: 13px;

    font-weight: 700;

    margin-bottom: 4px;
}

.upload-desc {

    color: #667085;

    font-size: 11px;

    margin-bottom: 5px;
}

.upload-format {

    color: #98a2b3;

    font-size: 10px;
}


/* =========================================================
   HOVER
========================================================= */

.upload-modern:hover {

    border-color: #1976e8;

    background: #f8fbff;

    box-shadow:
        0 4px 15px rgba(25,118,232,.06);
}

.upload-modern:hover .upload-icon {

    background: #e5f0ff;

    transform: translateY(-2px);
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px) {

    .rujukan-detail-box {

        padding: 15px;
    }

    .upload-modern {

        min-height: 140px;
    }

    .upload-modern-content {

        min-height: 140px;

        padding: 15px;
    }

}




/* =========================================================
   MOBILE RUJUKAN
========================================================= */

@media(max-width:767px) {

    .ref-choice-wrapper {
        grid-template-columns: 1fr;
    }

    .ref-label {
        min-height: auto;
    }

    #detailRujukan {
        padding: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px) {

    .medik-page {
        padding: 15px 10px 30px;
    }

    .medik-hero {
        padding: 22px 20px;

        border-radius: 20px 20px 0 0;
    }

    .medik-brand-icon {
        width: 48px;
        height: 48px;

        flex: 0 0 48px;
    }

    .medik-brand-text h1 {
        font-size: 20px;
    }

    .wizard-card {
        padding: 20px 12px;
    }

    .content-header,
    .content-body {
        padding: 20px;
    }

    .lookup-row {
        display: block;
    }

    .btn-cari {
        width: 100%;

        margin-top: 8px;
    }

    .form-footer {
        flex-direction: column-reverse;
    }

    .btn-modern {
        width: 100%;
    }

}

/* =========================================================
   KONFIRMASI PENDAFTARAN
========================================================= */

.confirm-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5eaf1;
    border-radius: 15px;
    box-shadow: 0 5px 18px rgba(31, 78, 121, .05);
}


/* =========================================================
   HEADER DATA PASIEN
========================================================= */

.confirm-header {
    display: flex;
    align-items: center;
    gap: 9px;

    padding: 14px 18px;

    border-bottom: 1px solid #edf0f4;

    background: #f8fafc;

    color: #344054;

    font-size: 14px;
    font-weight: 700;
}

.confirm-header i {
    color: #1976e8;
}


/* =========================================================
   BODY
========================================================= */

.confirm-body {
    padding: 18px;
}


/* =========================================================
   ITEM DATA
========================================================= */

.confirm-item {
    display: flex;
    align-items: center;
    gap: 12px;

    min-height: 64px;

    margin-bottom: 10px;
    padding: 11px 14px;

    border: 1px solid #e8edf3;
    border-radius: 11px;

    background: #fafbfd;

    transition: .2s ease;
}

.confirm-item:hover {
    background: #f8fbff;
    border-color: #d8e5f5;
}


/* =========================================================
   ICON
========================================================= */

.confirm-icon {
    width: 36px;
    height: 36px;

    flex: 0 0 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #eef5ff;

    color: #1976e8;

    font-size: 13px;
}


/* =========================================================
   LABEL
========================================================= */

.confirm-label {
    margin-bottom: 3px;

    color: #98a2b3;

    font-size: 10px;
    font-weight: 500;

    line-height: 1.3;
}


/* =========================================================
   VALUE
========================================================= */

.confirm-value {
    color: #344054;

    font-size: 12px;
    font-weight: 600;

    line-height: 1.5;

    word-break: break-word;
}


/* =========================================================
   ALAMAT
========================================================= */

.confirm-card .col-12 .confirm-item {
    align-items: flex-start;
    min-height: 58px;
}


/* =========================================================
   CATATAN
========================================================= */

.confirm-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;

    margin-top: 15px;
    padding: 11px 14px;

    border: 1px solid #e7ebf0;
    border-radius: 10px;

    background: #f7f9fc;

    color: #667085;

    font-size: 11px;
    line-height: 1.6;
}

.confirm-note i {
    flex: 0 0 auto;

    margin-top: 2px;

    color: #1976e8;
}


/* =========================================================
   FORM FOOTER STEP 3
========================================================= */

#step3Content .form-footer {
    margin-top: 20px;
    padding-top: 18px;

    border-top: 1px solid #edf0f4;
}

#step3Content .btn-secondary-modern {
    min-width: 95px;
}

#step3Content .btn-success-modern {
    min-width: 145px;
}


/* =========================================================
   STEP 3 - SPACING
========================================================= */

#step3Content .content-body {
    padding-top: 22px;
}

#step3Content .confirm-card {
    margin-bottom: 0;
}


/* =========================================================
   DESKTOP - RAPAT & RAPI
========================================================= */

@media (min-width: 768px) {

    .confirm-body .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .confirm-body .row > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .confirm-body {
        padding: 12px;
    }

    .confirm-item {
        min-height: 60px;

        padding: 10px 12px;
    }

    .confirm-icon {
        width: 34px;
        height: 34px;

        flex-basis: 34px;
    }

    .confirm-label {
        font-size: 10px;
    }

    .confirm-value {
        font-size: 12px;
    }

    .confirm-note {
        font-size: 10px;
    }

}


/* pendaftaran berhasil */
/* =========================================================
   PENDAFTARAN BERHASIL
   SAMAKAN DENGAN HALAMAN PENDAFTARAN MEDIK
========================================================= */

/* BACKGROUND HALAMAN */
html,
body {
    min-height: 100%;
    margin: 0 !important;
    padding: 0 !important;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(38, 105, 140, .25),
            transparent 35%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(36, 130, 110, .20),
            transparent 35%
        ),
        #07151d !important;

    background-attachment: fixed !important;
}

/* Background template Atlantis hanya pada halaman ini */
body:has(.register-container) .wrapper,
body:has(.register-container) .main-panel,
body:has(.register-container) .content,
body:has(.register-container) .page-inner {
    background: transparent !important;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.register-container {
    width: 100%;
    max-width: 1100px !important;

    margin: 0 auto;

    padding: 30px 20px 50px;

    background: transparent !important;
}


/* =========================================================
   PAKSA ROW MENJADI FULL WIDTH
   Karena kemungkinan HTML memakai col-md-8
========================================================= */

.register-container > .row {
    width: 100%;

    margin-left: 0 !important;
    margin-right: 0 !important;

    background: transparent !important;
}

.register-container > .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;

    flex: 0 0 100% !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* =========================================================
   CARD UTAMA
========================================================= */

.register-container .card {
    width: 100%;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.35) !important;

    border-radius: 25px !important;

    background: rgba(255,255,255,.96) !important;

    box-shadow:
        0 20px 50px rgba(0,0,0,.28) !important;
}


/* =========================================================
   BODY CARD
========================================================= */

.register-container .card-body {
    padding: 42px 45px 45px !important;
}


/* =========================================================
   AREA ATAS
========================================================= */

.register-container .text-center {
    position: relative;
}


/* =========================================================
   ICON BERHASIL
========================================================= */

.register-container .bg-success {
    width: 78px !important;
    height: 78px !important;

    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    border-radius: 50% !important;

    background:
        linear-gradient(
            135deg,
            #28a745,
            #22b957
        ) !important;

    box-shadow:
        0 10px 28px rgba(40,167,69,.30),
        inset 0 1px 0 rgba(255,255,255,.35);
}

.register-container .bg-success i {
    font-size: 30px !important;

    color: #fff !important;
}


/* =========================================================
   JUDUL
========================================================= */

.register-container h2 {
    color: #263447 !important;

    font-size: 26px !important;

    font-weight: 700;

    margin-top: 18px !important;
    margin-bottom: 8px !important;
}

.register-container .text-muted {
    color: #8995a7 !important;
}


/* =========================================================
   NOMOR REGISTRASI
========================================================= */

.register-container .card.border-primary {
    width: 100%;

    margin: 28px 0 !important;

    border: 1px solid rgba(25,118,232,.18) !important;

    border-radius: 17px !important;

    background:
        linear-gradient(
            135deg,
            #f7fbff,
            #eef6ff
        ) !important;

    box-shadow:
        0 8px 25px rgba(25,118,232,.08) !important;

    overflow: hidden;
}

.register-container .card.border-primary .card-body {
    padding: 25px !important;

    text-align: center;
}

.register-container .card.border-primary .small {
    color: #7d8a9b !important;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: .7px;
}

.register-container #nomorRegistrasi {
    margin: 5px 0 8px !important;

    color: #1976e8 !important;

    font-size: 30px !important;

    font-weight: 800;

    letter-spacing: 1px;
}


/* =========================================================
   STATUS
========================================================= */

.register-container .alert-warning {
    margin-bottom: 28px !important;

    padding: 17px 20px;

    border: 1px solid rgba(245,166,35,.25) !important;

    border-radius: 15px;

    background:
        rgba(255,249,235,.90) !important;

    color: #6b5a2b;

    box-shadow:
        0 5px 18px rgba(245,166,35,.06);
}

.register-container .alert-warning .fa-clock {
    color: #f5a623;

    font-size: 21px;
}


/* =========================================================
   PROSES SELANJUTNYA
========================================================= */

.register-container .text-left h5 {
    margin-bottom: 15px !important;

    color: #263447 !important;

    font-size: 17px;

    font-weight: 700;
}

.register-container .text-left h5 i {
    color: #1976e8 !important;
}


/* =========================================================
   LIST PROSES
========================================================= */

.register-container .list-group {
    overflow: hidden;

    border: 1px solid #e5eaf1;

    border-radius: 15px;

    background: #fff;

    box-shadow:
        0 6px 20px rgba(31,78,121,.05);
}

.register-container .list-group-item {
    display: flex;

    align-items: center;

    min-height: 65px;

    padding: 14px 18px;

    border: 0 !important;

    border-bottom: 1px solid #edf0f4 !important;

    background: #fff;

    transition: .2s ease;
}

.register-container .list-group-item:last-child {
    border-bottom: 0 !important;
}

.register-container .list-group-item:hover {
    background: #f8fbff;
}


/* =========================================================
   NOMOR STEP
========================================================= */

.register-container .list-group-item .badge {
    width: 35px !important;
    height: 35px !important;

    min-width: 35px;

    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    padding: 0 !important;

    margin-right: 13px;

    border-radius: 50% !important;

    background:
        linear-gradient(
            135deg,
            #eef5ff,
            #e2efff
        ) !important;

    color: #1976e8 !important;

    font-size: 12px;

    font-weight: 700;
}


/* =========================================================
   TEKS STEP
========================================================= */

.register-container .list-group-item strong {
    display: block;

    margin-bottom: 3px;

    color: #344054;

    font-size: 13px;
}

.register-container .list-group-item .small {
    color: #8995a7 !important;

    font-size: 11px;

    line-height: 1.6;
}


/* =========================================================
   INFORMASI
========================================================= */

.register-container .alert-info {
    margin-top: 22px !important;

    padding: 17px 18px;

    border: 1px solid rgba(25,118,232,.16) !important;

    border-radius: 15px;

    background:
        rgba(242,248,255,.90) !important;

    color: #475467;
}

.register-container .alert-info .fa-info-circle {
    color: #1976e8;

    font-size: 20px;
}

.register-container .alert-info strong {
    color: #344054;
}

.register-container .alert-info li {
    margin-bottom: 5px;

    font-size: 11px;

    line-height: 1.6;
}


/* =========================================================
   FOOTER BUTTON
========================================================= */

.register-container .mt-4:last-child {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    margin-top: 25px !important;

    padding-top: 20px;

    border-top: 1px solid #edf0f4;
}


/* =========================================================
   BUTTON
========================================================= */

.register-container #btnCetakPendaftaran,
.register-container a.btn {
    min-height: 45px;

    padding: 0 22px;

    border-radius: 11px !important;

    font-size: 12px;

    font-weight: 600;

    transition: .2s ease;
}


/* CETAK */

.register-container #btnCetakPendaftaran {
    border: 0;

    background:
        linear-gradient(
            135deg,
            #1976e8,
            #2584f5
        ) !important;

    color: #fff !important;

    box-shadow:
        0 7px 18px rgba(25,118,232,.22);
}

.register-container #btnCetakPendaftaran:hover {
    transform: translateY(-1px);

    box-shadow:
        0 10px 22px rgba(25,118,232,.28);
}


/* KEMBALI */

.register-container a.btn-light {
    border: 1px solid #e2e8f0 !important;

    background: #f7f9fc !important;

    color: #475467 !important;
}

.register-container a.btn-light:hover {
    background: #eef4fa !important;

    transform: translateY(-1px);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .register-container {
        padding: 15px 10px 30px;
    }

    .register-container .card {
        border-radius: 20px !important;
    }

    .register-container .card-body {
        padding: 28px 18px 30px !important;
    }

    .register-container .bg-success {
        width: 68px !important;
        height: 68px !important;
    }

    .register-container h2 {
        font-size: 21px !important;
    }

    .register-container #nomorRegistrasi {
        font-size: 24px !important;
    }

    .register-container .list-group-item {
        align-items: flex-start;

        padding: 13px 12px;
    }

    .register-container .mt-4:last-child {
        flex-direction: column;

        align-items: stretch;
    }

    .register-container #btnCetakPendaftaran,
    .register-container a.btn {
        width: 100%;

        margin: 0 !important;
    }
}


/* =========================================================
   PRINT
========================================================= */

@media print {

    body {
        background: #fff !important;
    }

    .register-container {
        max-width: 100% !important;

        padding: 0;
    }

    .register-container .card {
        box-shadow: none !important;

        border: 0 !important;
    }

    .register-container #btnCetakPendaftaran,
    .register-container a.btn {
        display: none !important;
    }
}

/* =========================================================
   FOOTER BUTTON - PENDAFTARAN BERHASIL
========================================================= */



/* Semua tombol */
.register-container .mt-4 > a {
    min-width: 160px;
    height: 46px;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    padding: 0 20px !important;

    border-radius: 11px !important;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none;

    transition: all .2s ease;
}

/* Cetak */
.register-container #btnCetakPendaftaran {
    background: #1976e8 !important;
    color: #fff !important;

    border: 0 !important;

    box-shadow:
        0 6px 15px rgba(25, 118, 232, .20);
}

.register-container #btnCetakPendaftaran:hover {
    background: #1265cc !important;
    transform: translateY(-1px);
}

/* WhatsApp */
.register-container .btn-success {
    background: #25d366 !important;
    color: #fff !important;

    border: 0 !important;

    box-shadow:
        0 6px 15px rgba(37, 211, 102, .18);
}

.register-container .btn-success:hover {
    background: #1fbd5b !important;
    color: #fff !important;

    transform: translateY(-1px);
}

/* Kembali */
.register-container .btn-light {
    background: #f7f9fc !important;
    color: #475467 !important;

    border: 1px solid #e2e8f0 !important;
}

.register-container .btn-light:hover {
    background: #eef2f6 !important;
    color: #344054 !important;

    transform: translateY(-1px);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .register-container .mt-4 {
        flex-direction: column;
        align-items: stretch;

        gap: 10px;
    }

    .register-container .mt-4 > a {
        width: 100%;
        min-width: 0;
    }
}


/* =========================================================
   PENDAFTARAN KESMAS
   OVERRIDE WARNA DARI CSS MEDIK
========================================================= */

/* HERO */
.kesmas-page .medik-hero {
    background:
        linear-gradient(
            135deg,
            #668c78 0%,
            #86a993 48%,
            #d5e3d9 100%
        );
}

/* ICON HERO */
.kesmas-page .medik-brand-icon {
    background: rgba(255,255,255,.18);
    border-color: rgba(255,255,255,.28);
}

/* TITLE ICON */
.kesmas-page .title-icon {
    color: #198754;
    background: #eef8f2;
}

/* ICON SECTION */
.kesmas-page .section-mini-title i {
    color: #198754;
}

/* JUDUL PENCARIAN */
.kesmas-page .lookup-title i {
    color: #198754;
}

/* INPUT FOCUS */
.kesmas-page .lookup-input:focus {
    border-color: #198754;
    box-shadow:
        0 0 0 3px rgba(25,135,84,.08);
}

/* TOMBOL CARI */
.kesmas-page .btn-cari {
    background: #198754;
}

.kesmas-page .btn-cari:hover {
    background: #146c43;
}

/* INPUT */
.kesmas-page .form-control-modern:focus {
    border-color: #198754;
    box-shadow:
        0 0 0 3px rgba(25,135,84,.08);
}

/* WIZARD AKTIF */
.kesmas-page .registration-step.active .wizard-number {
    background: #198754;
    box-shadow:
        0 5px 15px rgba(25,135,84,.25);
}

.kesmas-page .registration-step.active .wizard-label {
    color: #198754;
}

/* TOMBOL LANJUT */
.kesmas-page .btn-primary-modern {
    background: #198754;
    box-shadow:
        0 5px 12px rgba(25,135,84,.20);
}

.kesmas-page .btn-primary-modern:hover {
    background: #146c43;
}

/* ICON KONFIRMASI */
.kesmas-page .confirm-header i {
    color: #198754;
}

.kesmas-page .confirm-icon {
    background: #eef8f2;
    color: #198754;
}

/* CATATAN */
.kesmas-page .confirm-note i {
    color: #198754;
}

/* RADIO / PILIHAN */
.kesmas-page .ref-label:hover {
    border-color: #198754;
    background: #f5fbf7;
}

.kesmas-page .ref-option input[type="radio"]:checked + .ref-label {
    border-color: #198754;
    background: #f1faf5;
    box-shadow:
        0 4px 15px rgba(25,135,84,.10);
}

.kesmas-page .ref-option input[type="radio"]:checked + .ref-label .ref-radio {
    border-color: #198754;
}

.kesmas-page .ref-option input[type="radio"]:checked + .ref-label .ref-radio::after {
    background: #198754;
}

.kesmas-page .ref-option input[type="radio"]:checked + .ref-label strong {
    color: #198754;
}

/* UPLOAD */
.kesmas-page .upload-icon {
    background: #eef8f2;
    color: #198754;
}

.kesmas-page .upload-modern:hover {
    border-color: #198754;
    background: #f5fbf7;
}

.kesmas-page .upload-modern:hover .upload-icon {
    background: #e5f5eb;
}