 @import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Noto+Sans:wght@200;300;400;500;600;700&display=swap');



 *{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
 }

.library-section{
    overflow: hidden;
    padding-left: 20px;
    background: #E5E5E5;
}
#box-section .preloader {
	background: #eeeeeed1;
}
ul{
    list-style: none;
    padding-left: 0;
}

.library-section .access-box img {
    width: 60px;
}

.library-section .write-explore {
   height: 110px;
   background-position: center !important;
   background-size: cover !important;
   background-repeat: no-repeat !important;
   border-radius: 0px 0px 20px 20px;
}
.library-section .explore-btn {
    height: 100% !IMPORTANT;
    align-items: end;
    display: flex;
    justify-content:right;
    padding: 20px;
}

.library-section .access-box {
    justify-content: space-between;
    padding: 0px 20px;
}

section{
    position: relative;
}

.library-section .access-box h5 {
    font-size: 14px;
    border-bottom: 2px solid #e42127;
    padding-right: 20px;
    margin-bottom: 24px;
}

.library-section .write-box {
    margin-bottom: 60px;
    background: #fff;
    border-radius: 20px;
    padding-top: 20px;
}


.library-section .content {
    padding: 0px 20px;
}

.library-section .explore-btn a {
    background: #E42127;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid #fff;
    letter-spacing: 3px;
}

.library-section select#categoryFilter {
    width: 70%;
}

.library-section .sort-list h5 {
    font-size: 16px !important;
    margin-right: 5px;
    color: #000;
}

.library-section input.filters_value {
    margin-right: 5px;
}

.library-section li.groupselection {
    font-size: 14px;
    color: #000;
    padding: 2px 0px;
}

.library-section .content p {
    font-size: 14px;
    margin-bottom: 30px;
}

.library-section h3.common-style {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.library-section .box-section {
    margin-top: 90px;
}

