#form-filter input {
    background: white;
    width: 100%;
    box-shadow: unset;
    border: unset;
    border-radius: 1px;
    padding: 5px;
    font-weight: 500;
}

select+.select2-container {
    width: 100% !important;
}

.select2-container {
    width: 100%!important;
}

.select2-search--dropdown .select2-search__field {
    width: 100%;
}


/* start */

.select2-container .select2-selection--single {
    /* width: 200px; */
    height: 35px;
}

.select2-search__field {
    font-weight: normal;
    width: 200px;
}

.select2-dropdown {
    width: 200px !important;
}

body .btn-filter {
    color: black !important;
    border-radius: 1px;
}

.content-reversed.artwork_detail {
    background-color: black;
}

.pl-0 {
    padding-left: 0px;
}

.image_list .item.inview_element .title {
    color: white;
}

.page-item .page-link {
    color: white;
}

.paginate nav ul.pagination li.active {
    background: white;
    color: black;
}

.page-item.active .page-link {
    color: black;
}

.paginate nav ul.pagination li {
    border: 1px solid white;
}

.image_list {
    display: inline-flex;
}

.card-image {
    background-color: white;
    border-radius: 10px;
}

.card-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.paginate {
    margin-top: 20px;
}

.card-image .title {
    padding: 10px 10px 0px 10px;
    font-weight: 800;
    font-size: 16px;
    line-height: 10px;
}

.card-image .series {
    padding: 13px 10px 0px 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
}

.card-image .info {
    padding: 0px 10px 15px 10px;
    font-weight: 300;
    font-size: 14px;
}

.paginate nav ul.pagination li {
    padding: 9px 10artwopx;
}

.page-item.disabled {
    border: 1px solid #484747!important;
}

.page-item.disabled .page-link {
    color: #484747;
}

.image_list div {
    margin-top: 10px;
}

.image-list {
    height: 250px;
    overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
    .pr-sm-0 {
        padding-right: 0px;
    }
    .pt-sm-10 {
        padding-top: 10px;
    }
    .image_list .item.inview_element .title {
        margin-top: 16px;
    }
    .card {
        margin-bottom: 20px;
    }
    .card-image .series {
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
