html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.buttonright {
    display: flex;
    justify-content: flex-end;
}

.layout-button input {
    font-size: 14px;
    line-height: 1.7857142857;
    font-weight: 500;
    height: 44px;
    text-transform: capitalize;
    margin: 7px;
}

.layout-button a {
    font-size: 14px;
    line-height: 1.7857142857;
    font-weight: 500;
    height: 44px;
    margin: 7px;
}

.dm-button-list a {
    margin: 5px 6px;
}

.VacatureVisible i {
    color: var(--color-success);
    font-size: 30px;
}

.VacatureNotVisible i {
    color: var(--color-warning);
    font-size: 30px;
}

.navbar-right__menu i {
    font-size:25px
}

.sort {
    font-size: 25px !important
}