.document-wrapper{display:block!important}.documents-container{text-align:center;padding:20px;background-color:var(--color-background)}.documents-container h2{font-size:32px!important;color:var(--color-black);margin-bottom:20px;font-weight:700}.documents-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4rem;width:100%}.documents-header .header-dropmenu{display:flex;align-items:center;justify-content:center;gap:2rem}.documents-header .header-dropmenu .select-category,.documents-header .header-dropmenu .select-type{width:200px}.documents-header .search-input{width:250px;max-width:250px}.documents-header .search-input .ant-input-outlined{border-radius:16px;border-start-start-radius:16px!important;border-end-start-radius:16px!important}.documents-header .search-input-wrapper{position:relative}.documents-header .search-input-wrapper .search-icon{position:absolute;z-index:2;top:28%;left:5%;cursor:pointer}.documents-header .search-input-wrapper .search-input{direction:rtl}.documents-header .search-input-wrapper .search-input .ant-input{text-align:left!important;border-radius:16px;direction:ltr;border-left:none;position:relative;padding-left:3.5rem}.documents-header .search-input-wrapper .search-input .ant-input:focus,.documents-header .search-input-wrapper .search-input .ant-input:hover{transition:none;border-color:transparent}.documents-header .search-input-wrapper .search-input .ant-input:focus-within{transition:none;border-color:transparent}.documents-header .search-input-wrapper .search-input .ant-btn{display:none!important}.documents-header .search-input-wrapper .suggestions-dropdown{position:absolute;top:110%;left:0;width:100%;max-height:300px;overflow-y:auto;background-color:var(--color-white);border:1px solid var(--color-custom-grey);border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:1;padding:8px 0;scrollbar-width:none;-ms-overflow-style:none}.documents-header .search-input-wrapper .suggestions-dropdown::-webkit-scrollbar{display:none}.documents-header .search-input-wrapper .suggestion-item{display:grid;grid-template-columns:6rem auto;align-items:center;padding:8px 12px;cursor:pointer;transition:background-color .5s}.documents-header .search-input-wrapper .suggestion-item:hover{background-color:var(--color-grey-100)}.documents-header .search-input-wrapper .suggestion-item .suggestion-thumb{width:5rem;height:5rem;object-fit:cover;margin-right:12px}.documents-header .search-input-wrapper .suggestion-item .suggestion-name{font-size:16px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.documents-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.documents-grid .no-documents-text{text-align:center;font-size:30px;color:var(--color-white);margin:auto;width:100vw}.document-card{border:none;background:transparent;max-width:100%;width:100%;margin:auto}.document-card .ant-card-cover{position:relative}.document-card .thumb-container{overflow:hidden;background-color:var(--color-white);border-radius:0}.document-card .thumb-container .document-thumb{margin:auto;object-fit:fill;height:300px;max-width:100%;max-height:100%;border:none}.document-card .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s;gap:2rem}.document-card:hover .overlay{opacity:1}.document-card .document-description{padding:0 2rem;max-height:15rem;text-align:justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;color:var(--color-white)}.document-card .action-button{display:inline-grid;align-items:center;gap:1rem}.document-card .action-button .overlay-button,.document-card .action-button .read-online{background:var(--color-blue-600);color:var(--color-white);border:none;padding:5px 10px;letter-spacing:.1rem;text-align:center;cursor:pointer}.document-card .ant-card-meta-detail{flex:unset;margin:auto}.document-card .ant-card-meta-detail .ant-card-meta-title{text-align:center;font-size:16px;font-weight:700;max-width:30rem;white-space:normal;min-height:7rem}.document-card .ant-card-meta-detail .ant-card-meta-title .document-title{display:inline;position:relative}.document-card .ant-card-meta-detail .ant-card-meta-title .crown-icon{display:inline;font-size:20px;color:var(--color-yellow-500);margin-left:8px;margin-bottom:8px;animation:blink 1s infinite,glow 1.5s infinite}.documents-pagination{margin-top:1rem;display:flex;justify-content:right}.documents-pagination .ant-pagination-item{border:1px solid var(--color-custom-grey)}.documents-pagination .ant-pagination-item:hover{background-color:var(-color-grey-200)!important}.documents-pagination .ant-pagination-item a{color:inherit}.documents-pagination .ant-pagination-item-active{border:1px solid var(--color-grey-400)}.documents-pagination .ant-pagination-item-active a{color:var(--color-black)}.documents-pagination .ant-pagination-item-link:hover{background-color:var(--color-grey-100)}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:426px){.documents-container h2{font-size:28px!important;width:100%}.documents-grid{grid-template-columns:repeat(1,1fr)}.documents-grid .no-documents-text{width:100%}.documents-header{flex-direction:column-reverse;width:100%}.documents-header .header-dropmenu{gap:1rem}.documents-header .select-category,.documents-header .select-type{width:150px!important}.documents-header .search-input-wrapper .search-icon{top:32%}.documents-header .search-input-wrapper .search-input{max-width:250px}.document-card{max-width:80%}.document-card .ant-card-meta-title .document-title{font-size:10px!important}.document-card .ant-card-meta-title .crown-icon{width:14px!important;height:14px!important}}@media(min-width:426px)and (max-width:715px){.documents-container h2{width:100%}.documents-grid{grid-template-columns:repeat(1,minmax(200px,1fr));gap:10px;padding:2rem 0}.documents-grid .no-documents-text{width:100%}.documents-header{flex-direction:column-reverse;width:100%}.documents-header .header-dropmenu{gap:1rem}.documents-header .search-input-wrapper .search-icon{top:30%}.documents-header .search-input-wrapper .search-input{max-width:250px}.document-card{max-width:80%;max-height:80%}}@media(min-width:715px)and (max-width:769px){.documents-container h2{width:100%}.documents-grid{grid-template-columns:repeat(2,minmax(200px,1fr));gap:10px}.documents-header{width:100%}.documents-header .header-dropmenu{gap:1rem}.documents-header .search-input-wrapper .search-icon{top:30%!important}.documents-header .search-input-wrapper .search-input{max-width:250px}.document-card{max-width:100%}}@media(min-width:768px)and (max-width:915px){.documents-grid{grid-template-columns:repeat(2,minmax(200px,1fr))!important}}@media(min-width:768px)and (max-width:1295px){.documents-grid{grid-template-columns:repeat(4,minmax(200px,1fr))}}@media(min-width:1296px){.documents-grid{grid-template-columns:repeat(5,minmax(200px,1fr))}}.description-left-text:after{content:"";position:absolute;bottom:-20px;left:0;width:0;height:0;border-color:#5ab2ff transparent transparent;border-style:solid;border-width:10px 0 11px 11px}