.menu-archive a:hover {
    color: white !important;
}

.checkbox label {
    position: relative;
    display: flex;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    flex-flow: row nowrap;
    flex: 1 1 100%;
    align-content: start;
    align-items: start;
    justify-content: start;
    justify-items: start;
    padding-left: 0;
}

.checkbox .position-checkbox {
    position: relative !important;
    display: flex;
    flex-flow: row nowrap;
    margin-top: 0;
    margin-right: 10px;
    position: relative;
    width: 18px;
    height: 18px;
}

.checkbox .position-checkbox input[type="checkbox"] {
    position: relative !important;
    margin-top: 0;
    margin-left: 0 !important;
    width: 18px;
    height: 18px;
}