html {
    scroll-behavior: smooth;
}

.btn-primary {
    background-color: #058710;
    border-color: #058710;
}

.my-green {
    color: #058710
}

.swal-button--confirm,
.swal-button--confirm:focus,
.swal-button--confirm:active {
    background-color: #058710
}

.swal-button--confirm:hover {
    background-color: rgba(5, 135, 16, 0.9);
}

/* accordion width */
.accordionwidth {
    width: 50%;
}


@media(max-width:800px) {
    .accordionwidth {
        width: 90%;
    }

}

@media(max-width:991px) {
    .ndpc {
        justify-content: center;
    }
}