.select2-container {
    width: 100% !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #356832 !important;
    border-color: #356832 !important;
}

@media screen and (max-width: 767px) {
    .mt-3 {
        margin-top: 0em !important;
    }

    .pilihan {
        width: 20% !important;
    }
}

@media screen and (max-width: 580px) {

    .pilihan {
        width: 22% !important;
    }
}

@media screen and (max-width: 480px) {
    .container {
        max-width: 450px !important;
    }
}

@media screen and (max-width: 408px) {
    h2 {
        font-size: 1em !important;
    }
}

.progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    align-items: baseline;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.progress-step .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ddd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.progress-step.active .circle {
    background-color: #86b072;
    border: 4px solid #356832;
    color: #356832;
}

.progress-step p {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.progress-line {
    width: 50px;
    height: 4px;
    background-color: #ddd;
    margin: 0 10px;
}

.progress-step.active~.progress-line {
    background-color: #ddd;
}