body {
    background: #fff;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.uistorengah {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.bg {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
}

.panjangbiru {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    background-color: #178FE7;
}
.textatas{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.uistorejarakui {
    padding: 10px;
}
.textatas1 {
    font-weight: bold;
    font-size: 16px;
}

.image_kecil {
    width: 60px;
    height: 20px;
    vertical-align: middle;
}

.textnomor {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.gambar_tu {
    width: 100%;
}
.gambar_tu img {
    width: 250px;
    height: auto;
    margin-top: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.textcara {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}

.uistorebawahan {
    width: 100%;
    height: auto;
}

.verif_box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
}

.verif_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.verif_text {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.padaverif {
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
    color: #574C4B;
    font-weight: bold;
}