.applications .top-section .block .filter-forms {
    background-color: #E7FDFA;
    border-radius: 8px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 45px;
    margin-right: 15px;
}

.applications .top-section .block .filter-forms img {
    width: 20px;
    height: 20px;
}

.applications .top-section .block .filter-forms svg {
    width: 20px;
    height: 20px;
}

.applications .top-section .block .filter-forms span {
    font-size: 14px;
    color: #6C6C6C;
    margin: 0 5px 0 10px;
    white-space: nowrap;
}

.applications .top-section .block .filter-forms .filter-forms--dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 100%;
    background-color: #F3FFFD;
    border-radius: 8px;
    padding: 6px 0;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
    z-index: 10;
}

.applications .top-section .block .filter-forms.active .filter-forms--dropdown {
    opacity: 1;
    transform: translateY(-4px);
    pointer-events: auto;
}

.applications .top-section .block .filter-forms .filter-forms--dropdown p {
    margin: 0;
    padding: 10px 14px;
    transition: background-color 0.15s ease;
}

.applications .top-section .block .filter-forms .filter-forms--dropdown p:hover {
    background-color: #D6F5F0;
}

.applications .top-section .block .filter-forms .filter-forms--dropdown p a {
    font-size: 14px;
    color: #222222;
    white-space: nowrap;
}

.applications .main-section.form-consents-table {
    overflow-x: auto;
}

.applications .main-section.form-consents-table table {
    min-width: 1400px;
}

.applications .main-section.form-consents-table table thead tr td,
.applications .main-section.form-consents-table table tbody tr td {
    padding-right: 25px;
    vertical-align: top;
}

.applications .main-section.form-consents-table table thead tr td {
    white-space: nowrap;
}

.applications .main-section.form-consents-table table tbody tr td .consent-badge {
    display: inline-block;
    background-color: #E7FDFA;
    color: #07584C;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    margin: 2px 4px 2px 0;
}
