/*used also in 'profile' template*/
.sort_headings.sort_headings_profile{
    margin-bottom: 10px;
}

.test_list-filter {
    display: flex;
    margin-bottom: 30px;
    gap: 30px;
}

.test_list-filter .multiselect-placeholder {
    text-transform: uppercase;
    font-weight: 500;
}

.tags-line-wrap{
    flex: 1;
}

.tags-line-wrap .multiselect{
    min-height: 34px
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(0.5);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
    .test_item-status div,
    .test_item-status a.test_item-temp {
        padding-left: 0;
        background-size: 0;
    }

    .tests_list .halfed .test_item_wrap {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tests_list .row.halfed {
        margin-right: -5px;
        margin-left: -5px;
    }
}
@media screen and (max-width: 767px){
    .test_list-filter {
        gap: 10px;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .sort_headings.sort_headings_profile{
        margin-bottom: 5px;
    }
}