.view-list {
    min-height: 400px;
    margin-top: 51px;
    /*background: #EDEDED;*/
}


/*.select-search-field {*/
/*    box-shadow: 0px 2px 4px 0px #00000040;*/
/*    border-radius: 8px;*/
/*    font-size: 20px;*/
/*    font-weight: 400;*/
/*    transition: all 0.1s ease-in-out;*/
/*    -webkit-transition: all 0.1s ease-in-out;*/
/*    -moz-transition: all 0.1s ease-in-out;*/
/*    -ms-transition: all 0.1s ease-in-out;*/
/*    -o-transition: all 0.1s ease-in-out;*/
/*    position: relative;*/
/*    display: inline-block;*/

/*    padding: 8px 20px 8px 10px;*/
/*}*/

/*.select-search-field {*/
/*    padding: 6px 13px 7px 4px;*/
/*}*/
/*.select-search-field:hover {*/
/*    box-shadow: 0px 5px 8.399999618530273px -4px #00000040;*/
/*    border: 1px solid #0000001A;*/
/*    cursor: pointer;*/
/*    background: #FFF3DA;*/
/*}*/


/*.input-search {*/
/*    height: 51px;*/
/*    padding: 0px 15px 0px 20px;*/
/*    border-radius: 7px;*/
/*    gap: 10px;*/
/*    box-shadow: 0px 5px 8.399999618530273px -4px #00000040;*/
/*    transition: all 0.1s ease-in-out;*/
/*    -webkit-transition: all 0.1s ease-in-out;*/
/*    -moz-transition: all 0.1s ease-in-out;*/
/*    -ms-transition: all 0.1s ease-in-out;*/
/*    -o-transition: all 0.1s ease-in-out;*/
/*    font-size: 22px;*/
/*}*/

/*.input-search:hover {*/
/*    box-shadow: 0 0 5pt 0.5pt #D3D3D3;*/

/*}*/

/*.search-button {*/
/*    width: 123px;*/
/*    height: 51px;*/
/*    border-radius: 7px;*/
/*    font-size: 22px;*/
/*    font-weight: 400;*/
/*    box-shadow: 0px 2px 4px 0px #00000040;*/
/*}*/

/*.search-button:hover {*/
/*    box-shadow: 0px 3px 23.600000381469727px 0px #E9A000B2;*/
/*    color: #FFFFFF;*/
/*}*/

/*.advanced-search {*/
/*    width: 155px;*/
/*    height: 51px;*/
/*    border-radius: 7px;*/
/*    margin-right: 20px;*/

/*}*/

.record-image-container {
    /*width: 430px;*/
    width: 100%;
    height: 274px;
    height: 234px;
    border-radius: 7px

}

.record-image:hover .download {
    opacity: 0.8;
}

.record-image {
    position: relative;
    max-width: 100%;
    background-position: center;
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 7px;
    padding: 8px;
}

.record-item, .card-title-vertical {
    position: relative;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    border-radius: 7px;
    min-height: 626px;
    /*min-height: 255px;*/
    box-shadow: 0px 5px 8.399999618530273px -4px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(243, 243, 243, 1);
    padding: 11px;
    overflow: hidden; /* Ensure the overflow is hidden to contain the gradient */
}

.record-item:hover .record-image::before, .card-title-vertical:hover .record-image-vertical::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 7px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.record-item-info a {
    text-decoration: auto;
    font-size: 32px;
    font-weight: 400;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: right;
    color: rgba(34, 34, 34, 1);
}

.author-span {
    color: rgba(90, 90, 90, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: right;
    margin-top: 3px;
    display: block;

}

.line-title {
    height: 40px;
    border-bottom: 1px solid rgba(90, 90, 90, 1);
}

.record-field-label {
    font-size: 20px;
    float: right;
}

.record-field-value {
    color: rgba(151, 151, 151, 1);
    font-size: 20px;
    text-align: left;
    text-align: right;
    display: block;
    float: right;
    width: 75%;
}

.record-field {
    margin-top: 6px;
    margin-bottom: 2px;
    border-bottom: 0.5px solid rgb(165 155 155 / 60%);
    min-height: 35px;
    display: flex;
    display: -webkit-box;
}

.icon-item {
    margin-left: 5px;
}


.download {
    background: rgba(255, 255, 255, 1);
    width: 34px;
    height: 34px;
    padding: 3px;
    border-radius: 7px;
    gap: 8px;
    text-align: center;
    margin-bottom: 6px;
    opacity: 0;
}

.download:hover .icon-item {
    background: rgba(0, 0, 0, 0.7);
}

.download:hover {
    background: rgba(246, 185, 51, 1);
}

.accordion-button {
    background: rgba(255, 255, 255, 1);
    height: 45px;
    box-shadow: 0px 5px 8.399999618530273px -4px rgba(0, 0, 0, 0.25) !important;
    padding: 6px !important;
    color: #000000;
    font-size: 20px !important;
    border-radius: 6px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    font-size: 20px !important;
}

.accordion-item {

    border-color: #FFFFFF !important;
}

.accordion-button:focus, .accordion-button:hover, .accordion-button:not(.collapsed) {
    background-color: rgba(255, 243, 218, 1) !important;
    color: rgba(233, 160, 0, 1);
}

.card-title-vertical {
    border: 0.91px solid rgba(243, 243, 243, 1);
    min-height: 626px;
    /*min-height: 498px;*/
    border-radius: 7px;
    box-shadow: 0px 5px 8.399999618530273px -4px rgba(0, 0, 0, 0.25);


}

.card-title-vertical:hover {
    box-shadow: 0px 9px 13.100000381469727px -4px rgba(0, 0, 0, 0.25);

}

.record-image-vertical {
    border-radius: 7px;
    max-width: 100%;
    height: 275px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.card-title-vertical:hover .record-image-vertical::before {
    top: 10px;
    right: 10px;
    bottom: 0;
    width: 95%;
    height: 277px;
}

.card-title-vertical .author-span {
    margin-top: 2px;
    font-size: 17px;
}

.card-title-vertical .record-item-info {
    margin-top: 18px;
}

.card-title-vertical .record-item-info a {
    font-size: 22px;
    line-height: 29px;
}

.card-title-vertical .record-field-value {
    float: inline-end;
}

.card-title-vertical .record-field {
    width: 100%;
}

.facet-checkbox {
    height: 38px;
    /*font-size: larger;*/
}

.accordion-collapse {
    box-shadow: 0px 5px 8.399999618530273px -3px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
}

.facet-item-show-more {
    cursor: pointer;
    width: 88px;
    text-align: center;
    background: #F6B933;
    border-radius: 7px;
    color: #fff;
    font-size: medium;
}

#nav-tabContent .record-field {
    padding-bottom: 11px;
    display: flow-root;
}

#nav-tabContent .record-field-label {
    min-width: 81px;
    font-weight: bold;
}

.grid-list, .grid-vertical, .sort-section {
    width: fit-content;
    font-size: 26px;
    float: left;
    margin-right: 29px;
    cursor: pointer;
}

.grid-list, .grid-vertical {
    margin-top: 4px;
}

.select-sort {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.16);
    width: 143px;
    height: 41px;
    padding: 3px 7px 5px 6px;
    font-size: 15px;
}

#list-vertical {

}

#list-horizontal {

}

.grid-vertical .active {

}

#listVerticalButton.active,.mobile-facet-button {
    color: #e9a000;
}
.mobile-facet-button{
    font-size: 30px;
}
.page-item{
    cursor: pointer;
}
