@import "progress.css";


.d-none {
    display: none;
}


h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea {

    center-screen {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 85vh;
    }



    .swal2-styled:focus {
        box-shadow: none !important;
    }
}

.active {
    color: #2563eb;

}

.invalid-feedback {
    color: red;
    font-size: 14px;
}
