/* Overwrite color as CLAB Theme Color Start*/
/* Overwrite semua button primary color */
.btn-primary {
    background-color: #0a8986 !important;
    border-color: #0a8986 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #087370 !important;
    border-color: #087370 !important;
    color: #fff !important;
    box-shadow: none !important;
}

/* Overwrite success button (submit) */
.btn-success {
    background-color: #0a8986 !important;
    border-color: #0a8986 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #087370 !important;
    border-color: #087370 !important;
    color: #fff !important;
    box-shadow: none !important;
}

/* Overwrite bs-stepper icon circle active */
.bs-stepper .bs-stepper-header .step.active .bs-stepper-circle {
    background-color: #0a8986 !important;
    box-shadow: none !important;
    color: white !important;
}

/* Overwrite step title color */
.bs-stepper .bs-stepper-header .step.active .bs-stepper-label .bs-stepper-title,
.bs-stepper .bs-stepper-header .step.active .bs-stepper-label .bs-stepper-subtitle {
    color: #0a8986 !important;
}

/* Overwrite step icon (icon-base) */
/* .bs-stepper .step .bs-stepper-circle i,
.bs-stepper .line i {
color: #fff !important;
} */

/* Sama warna untuk step crossed */
.bs-stepper .step.crossed .bs-stepper-circle {
    background-color: #0a8986 !important;
    color: white !important;
    box-shadow: none !important;
}

/* title/subtitle */
.bs-stepper .step.crossed .bs-stepper-label .bs-stepper-title,
.bs-stepper .step.crossed .bs-stepper-label .bs-stepper-subtitle {
    color: #0a8986 !important;
}

.bs-stepper .line i {
    color: #0a8986 !important;
}

/* Link "Sign in here" style */
.authentication-wrapper a {
    color: #0a8986 !important;
    text-decoration: none !important;
    font-weight: 600;
}

.authentication-wrapper a:hover {
    text-decoration: underline !important;
    color: #087370 !important; /* darker shade if hover */
}
/* Overwrite color as CLAB Theme Color End*/