.d-none {
    display: none;
}

.flex-column-center {
    display: flex;
    -webkit-flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-row-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vw-100 {
    width: 100vw;
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75vw;
}

.w-50 {
    width: 50%;
}

.w-25 {
    width: 25%;
}

.uppercase {
    text-transform: uppercase;
}

.active-link-btn {
    color: rgb(64, 112, 244);
}

.alert-wrapper {
    display: flex;
    justify-content: center;
    width: 80%;
    max-width: 328px;
    margin-bottom: 14px;
    color: red;
    font-size: 14px;
}
