.card {
    border-radius: 14px !important;
}

.form-control {
    border-radius: 12px !important;
}

.input-group .form-control:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.input-group .form-control:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

#camera-container {
    width: 100%;
    height: 350px;
    background: #000;
    color: white;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#camera-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alur-card {
    border-radius: 12px;
}

.alur-vertical {
    position: relative;
    left: 10px;
    padding-left: 35px;
    border-left: 2px dashed #313450; /* Warna biru Google-style */
}

.alur-step {
    position: relative;
    margin-bottom: 28px;
}

.alur-step:last-child {
    margin-bottom: 0;
}

.alur-number {
    position: absolute;
    left: -52px;
    top: 0;
    width: 32px;
    height: 32px;
    border: 2px solid #313450;
    background: #fff;
    color: #313450;
    border-radius: 50%;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.alur-text h6 {
    font-size: 14px;
}

.alur-text .desc {
    font-size: 12px;
    color: #555;
    margin-bottom: 0;
    line-height: 1.3;
}
