﻿.d-page .filter-container {
    background-color: #ffffff;
    padding: 24px;
    margin-bottom: 30px;
}

    .d-page .filter-container form {
        display: flex;
        align-items: center;
    }

    .d-page .filter-container .form-entry {
        width: 268px;
        margin-right: 56px;
    }

        .d-page .filter-container .form-entry:last-child {
            margin-right: 30px;
        }

        .d-page .filter-container .form-entry .entry-title {
            font-style: normal;
            font-weight: 600;
            font-size: 12px;
            color: #000000;
            margin-bottom: 8px;
            opacity: unset;
        }

        .d-page .filter-container .form-entry input,
        .d-page .filter-container .form-entry select {
            background: #FFFFFF;
            border: 1px solid #D8DDE8;
            border-radius: 4px;
            margin-top: 0px;
        }

            .d-page .filter-container .form-entry input::placeholder,
            .d-page .filter-container .form-entry select::placeholder {
                font-style: normal;
                font-weight: normal;
                font-size: 12px;
                color: #C9CFD7;
            }


    .d-page .filter-container form span {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        color: #A2ACBA;
    }

    .d-page .filter-container form .filter {
        margin-right: 30px;
    }

.table .d-tooltip {
    z-index: 1000;
}

@media screen and (max-width: 1024px) {
    .d-page .filter-container form {
        flex-flow: wrap;
    }
}

@media screen and (max-width: 700px) {
    .d-tabs-header {
        display: flex;
        flex-flow: column;
        text-align: center;
    }
}
