.d-none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.no-scrolling {
    overflow: hidden;
}