#filter-op {
    position: absolute !important;
    z-index: 10000 !important;
    top: 189px;
    left: 0px;
    width: 18% !important;
    background: #F5F4F0;
    box-shadow: 0px -0px 8px 0 rgba(0,0,0,0.31);
}

.list-books {
    max-height: 55vh;
    height: auto;
    overflow: auto;
    padding-top: 0.8vw;
    margin-bottom: 0.8vw;
}

.menu-header {
    border-bottom: 0.01vw solid #979797;
    margin: 0.4vw 0.8vw !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.adv-filter {
    margin-bottom: 0.4vw !important;
}

.head-filter-icon {
    font-size: 0.95vw!important;
    margin-left: 0.2vw;
}

.head-filter-icon:hover {
    color: #019001;
}

.adv-filter .project-category-title {
    color: #01579b;
}

.accordion-arrow:hover {
    color: #019001;
}

.searchFilterText {
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background-color: transparent!important;
    font-family: 'Open Sans' !important;
    font-size: 0.75vw !important;
    padding: 0.6vw 0.5vw 0.5vw !important;
    height: 3.2vh !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 92% !important;
    padding-left: 0.95vw !important;
}

.category {
    font-size: 0.9vw;
    color: #000;
    font-weight: 600;
    line-height: 1.5vw;
}

.selectAll-row {
    font-size: 0.9vw;
    color: #000;
    font-family: 'Open Sans';
    font-weight: bold;
}

.selectall-check {
    height: 0.75vw;
    width: 0.8vw !important;
    color: #000;
    font-family: "Font Awesome";
    font-size: 0.95vw !important;
    letter-spacing: 0;
    line-height: 1.5vw;
    border: 0.01vw solid #000;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    outline: none;
    z-index: 10000;
    position: relative;
    appearance: none;
    cursor: pointer;
    margin-right: 1vw !important;
    top: 0.05vw;
}

.selectall-check:checked:before {
    background-color: transparent;
    height: 0.5vw;
    width: 0.5vw;
    position: absolute;
    font-size: 0.55vw;
    line-height: 2vw;
    color: #000;
    border-radius: 0;
    text-align: center;
    margin-top: 0.1vw;
    padding-left: 0.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '\f00c';
    font-family: 'FontAwesome';
}

label.containerc {
    font-size: 0.75vw;
    line-height: 1.2vw;
    color: #000;
    font-family: 'Open Sans';
    display: flex !important;
    align-items: baseline;
    margin-bottom: 0.1vw;
}

.selectAll-row .containerc {
    margin-bottom: 0.4vw;
}

.fiter-head {
    display: flex;
    align-items: center;
    background: #D3D1C3;
    padding: 0.4vw 0.8vw;
}

.filter-text {
    font-family: 'Open Sans';
    color: #000;
    font-size: 0.8vw;
    font-weight: bold;
    text-transform: uppercase;
}

input[type="checkbox"].checkClick  {
    height: 0.75vw;
    width: 0.8vw !important;
    color: #000;
    font-family: "Font Awesome";
    font-size: 0.95vw !important;
    letter-spacing: 0;
    line-height: 1.5vw;
    border: 0.01vw solid #000;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    outline: none;
    z-index: 10000;
    position: relative;
    appearance: none;
    cursor: pointer;
    margin-right: 1vw;
    top: 0.05vw;
}

input[type="checkbox"].checkClick:checked:before  {
    background-color: transparent;
    height: 0.5vw;
    width: 0.5vw;
    position: absolute;
    font-size: 0.55vw;
    line-height: 2vw;
    color: #000;
    border-radius: 0;
    text-align: center;
    margin-top: 0.1vw;
    padding-left: 0.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '\f00c';
    font-family: 'FontAwesome';
  }


.accordion {
    padding: 0vw 0.8vw;
    margin-right: 0.85vw;
    max-height: 14vh;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 0.4vw !important;
}

.psubheader {
    width: 100%;
    word-break: break-all;
}

.selectAll-row .psubheader {
    font-weight: bold !important;
}

.fa-caret-down:before {
    color: #000;
    font-size: 1.1vw;
    cursor: pointer;
}

.fa-caret-right:before {
    color: #000;
    font-size: 1.1vw;
    cursor: pointer;
}

.HName {
    font-size: 0.75vw;
    color: #000;
    font-weight: 600;
    line-height: 1vw;
    font-family: 'Open Sans';
}

.accordion-arrow {
    position: relative;
    font-size: 17px !important;
    margin-left: auto;
    font-weight: 600 !important;
}

.category-close {
    text-shadow: none !important;
    font-size: 1vw !important;
    line-height: 1.2vw !important;
    color: #736F55;
}

.clear-filter-icon  {
    font-size: 0.9vw !important;
    line-height: 1.2vw !important;
    margin-right: 0.1vw;
}

.clear-btn {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0.6vw;
    font-weight: 500;
    cursor: pointer;
    color: #000;
}

.clear-text {
    font-size: 0.75vw;
    line-height: 1.1vw;
    font-family: 'Open Sans';
}

.clear-btn:hover {
    color: #ff5b5b;
}

.category-close:hover {
    color: #019001;
}

.filter-containers {
    background-color: transparent !important;
    border: none !important;
    display: flex;
    align-items: center;
    margin: 0.75vw;
    margin-left: 0.5vw;
}

.filter-container {
    display: flex;
    align-items: center;
}

.search-icon {
    font-size: 0.8vw !important;
    line-height: 1vw !important;
    margin-left: 0.7vw;
    color: #9c9b99 !important;
    position: relative;
    top: 0.05vw;
}

.close.closemodal {
    color: #000;
    outline: none !important;
    opacity: 1;
    margin: 0 !important;
    display: flex;
    align-items: center;
}


.filter-button.top-header-circle {
    background: #d1d0c2;
    color: #FFF;
    border-radius: 100%;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    bottom: 0.2vw;
    display: inline-block;
    border-bottom: none !important;
    position: relative;
    margin-left: 0.5vw;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.project-category {
    margin: 0 0.8vw 0.8vw !important;
    display: flex;
    align-items: baseline;
    border-bottom: 0.01vw solid #979797;
}

.project-category:nth-of-type(2) {
    margin-bottom: 1.2vw !important;
}

.project-category .filter-containers {
    margin: 0;
    margin-left: 1.65vw;
    width: 100% !important;
    border: none !important;
    background: transparent !important;
}

#book-filter-new {
    width: 100% !important;
    border: none !important;
    background: transparent !important;
    font-size: 0.75vw;
    line-height: 1vw;
    font-family: 'Open Sans';
}

.project-category-title {
    font-size: 0.75vw;
    color: #000;
    font-weight: 600;
    line-height: 1vw;
    font-family: 'Open Sans';
}

#client-list2 {
    font-size: 0.75vw;
    color: #000;
    line-height: 1vw;
    font-family: 'Open Sans';
    border: none !important;
    background: transparent;
    width: 80%;
    padding: 0 !important;
    padding-left: 0.8vw !important;
    height: 2.2vh;
}


@media only screen and (min-device-width: 1910px) and (max-device-width: 1920px) {
    #filter-op {
        top: 209px;
    }
}

/*scroll*/
.list-books::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
.list-books::-webkit-scrollbar-track {
    background: #edece0 !important;
}

/* Handle */
.list-books::-webkit-scrollbar-thumb {
    background: #9e9d93 !important;
}

/* Handle on hover */
.list-books::-webkit-scrollbar-thumb:hover {
    background: #BFBFBF !important;
}

/*scroll*/
.accordion::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
.accordion::-webkit-scrollbar-track {
    background: #edece0 !important;
}

/* Handle */
.accordion::-webkit-scrollbar-thumb {
    background: #9e9d93 !important;
}

/* Handle on hover */
.accordion::-webkit-scrollbar-thumb:hover {
    background: #BFBFBF !important;
}