.filters {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0.30000001192092896px 0.8999999761581421px 0px rgba(0, 0, 0, 0.11), 0px 1.600000023841858px 3.5999999046325684px 0px rgba(0, 0, 0, 0.13);
    padding: 32px 24px 18px 24px;
}

.filters .filters-head {
    color: rgba(0, 0, 0, 0.90);
    font-family: AmsiPro-Black;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    margin: 0px;
    margin-bottom: 20px;
    border-bottom: unset;
}

.filters .search {
    margin-bottom: 33px;
}

.filters .search #filter-search {
    height: 32px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.60);
    background-image: url("../img/icons/filter_search.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    outline: unset!important;

    font-family: AmsiPro-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.filters .search #filter-search:focus {
    box-shadow: none;
}

/* Custom checkmarks */
.filters .check label {
    display: inline-flex;
    position: relative;
    margin: 0px;
}
.filters .check label > input {
    height: 22px;
    width: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: unset;
    border-radius: 8px;
    outline: none;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24) inset;
    margin: 0px;
    margin-right: 12px;
}
.filters .check label > input:checked {
    border: unset;
    background-color: #00F7D0;
    content: '';
    background-image: url('../img/icons/check.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.filters .check label .type-label {
    color: rgba(0, 0, 0, 0.90);
    font-family: AmsiPro-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/* Custom checkmarks */

.filters > .check {
    margin-bottom: 20px;
}

.filters .filter-section {
    margin-top: 36px;
}
.filters .filter-section .filter-section-header {
    color: rgba(0, 0, 0, 0.90);
    font-family: AmsiPro-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
}
.filters .filter-section .filter-section-dropdown {
    position: relative;
}
.filters .filter-section .filter-section-dropdown-button {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.60);
    color: rgba(0, 0, 0, 0.60);
    font-family: AmsiPro-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background-image: url('../img/icons/dropdown-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 13px center;
    height: 32px;
    padding: 6px 26px 6px 12px;
    cursor: pointer;

    /* Show only 1 row */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.filters .filter-section .filter-section-dropdown-list {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.60);
    padding: 27px 18px 26px 34px;
    display: none;
}
.filters .filter-section .filter-section-dropdown-list .filter-section-dropdown-list-header {
    color: #000;
    font-family: AmsiPro-Black;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
}

.filters .filter-section .filter-section-dropdown-list .custom-select {
    margin-top: 10px;
}

.filters .select2-container--bootstrap .select2-selection {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.60);
}

.filters .clear-and-apply {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters .clear-and-apply .clear-filters {
    color: #000;
    text-align: center;
    font-family: AmsiPro-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-decoration-line: underline;
    cursor: pointer;
}

.filters .clear-and-apply .apply-filters {
    color: #000;
    text-align: center;
    font-family: AmsiPro-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 17px 5px 17px;
    border-radius: 46px;
    border: 1px solid #CDCDCD;
    background: var(--icy-teal, #00F7D0);
}

.filters-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.filters-header .accordion-toggle {
    position: relative;
    width: 35px;
    height: 35px;
}

.filters-header .accordion-toggle span {
    display: block;
    top: 10px;
    right: 2px;
}

.filter-toggle-btn-icon,
.filter-toggle-btn-icon:before,
.filter-toggle-btn-icon:after {
    position: absolute;
    top: 42px;
    right: 30px;
    height: 5px;
    width: 32px;
    background: #FFAD00;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-radius: 4px;
}

.filter-toggle-btn-icon:before {
    content: '';
    top: -10px;
    left: 0;
}

.filter-toggle-btn-icon:after {
    content: '';
    top: 10px;
    left: 0;
}
