.animate-card {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.animate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(61, 94, 225, 0.15) !important;
}
.captcha-img {
    height: 42px;
    min-width: 140px;
    object-fit: contain;
}
.profile-pic img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.upload-area {
    cursor: pointer;
    transition: all 0.3s;
}
.upload-area:hover {
    background-color: #f8f9fa !important;
}
.upload-area.dragover {
    background-color: #e7f3ff !important;
    border-color: #0d6efd !important;
}
#image_sign {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.preview-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.twitter-bs-wizard .nav-tabs {
    border-bottom: 0;
    margin-bottom: 24px;
}
.twitter-bs-wizard .nav-link {
    border: 0;
    padding: 0;
    background-color: transparent;
    position: relative;
    width: 100%;
    text-align: center;
}
.twitter-bs-wizard .step-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #f1f5f7;
    color: #74788d;
    font-size: 18px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

/* Garis penghubung antar step */
.twitter-bs-wizard .nav-item {
    position: relative;
    flex: 1;
}
.twitter-bs-wizard .nav-item::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%; /* Full width untuk konektor */
    height: 2px;
    background-color: #f1f5f7;
    z-index: 0;
}
.twitter-bs-wizard .nav-item:first-child::before {
    left: 50%;
    width: 50%;
}
.twitter-bs-wizard .nav-item:last-child::before {
    width: 50%;
}

/* State Active */
.twitter-bs-wizard .nav-link.active .step-icon {
    background-color: #556ee6; /* Warna Primary Template */
    color: #fff;
    box-shadow: 0 0 0 4px rgba(85, 110, 230, 0.2);
}

/* State Completed (Opsional - jika ingin membedakan step yang sudah lewat) */
.twitter-bs-wizard .nav-link.completed .step-icon {
    background-color: #34c38f; /* Warna Success */
    color: #fff;
}

.card {
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    border: none;
    margin-top: 20px;
}

