@media (min-width: 1025px) {
    .h-custom {
        height: 100vh !important;
    }
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.justify-content-between {
    justify-content: space-between;
}

.code_valid {
    color: green;
}

.code_invalid {
    color: red;
}
