:root{--color-background:255,255,255;--color-primary:#EB076F;--color-accent:#4C4A4A;--color-secondary:#F4F3F2;--color-terciary:#F7C6DF;--color-neutral:#fff;--font-family-primary:"Poppins";--font-family-secondary:inherit}.study-search-app{font-family:var(--font-family-secondary)!important}.study-search-app button{background:0 0;border:none;padding:0;margin:0;color:#000}.study-search-app button:hover{background:0 0;color:#000}.study-search-app .study-search__form{margin-block:1em}.study-search-app .study-search__form-input{border-radius:8px;border:1px solid #dbd5cd;padding:.25rem .5rem;transition:border .2s ease-in-out,box-shadow .2s ease-in-out;line-height:20px;max-width:100%;font-family:inherit;font-size:inherit;font-weight:inherit}.study-search-app .study-search__form-filters{margin-block:2rem}.study-search-app .study-search__form-filters-tech{font-family:var(--font-family-primary);margin-bottom:1rem}.study-search-app .study-search__form-filters-tech button{background:var(--color-neutral);border:1px solid var(--color-primary);min-width:110px;padding:4px 16px;margin-left:16px;margin-bottom:16px;border-radius:20px 20px;color:var(--color-accent);font-size:.75rem}.study-search-app .study-search__form-filters-tech button.selected{background:var(--color-primary);color:var(--color-neutral)}.study-search-app .study-search__form-filters-areas{font-family:var(--font-family-primary);margin-bottom:1rem}.study-search-app .study-search__form-filters-areas-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:.2rem;justify-content:space-between}@media (max-width:768px){.study-search-app .study-search__form-filters-areas-buttons{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:1rem;scrollbar-width:none}.study-search-app .study-search__form-filters-areas-buttons::-webkit-scrollbar{display:none}}.study-search-app .study-search__form-filters-areas-buttons button{background:0 0;color:#000;border:none;display:flex;flex-direction:column;align-items:center;font-size:.75rem}.study-search-app .study-search__form-filters-areas-buttons button img{margin:.5rem;width:70px;height:70px;object-fit:cover;min-width:70px;min-heigth:70px}.study-search-app .study-search__form-filters-areas-buttons button.selected{opacity:1}.study-search-app .study-search__form-filters-areas-buttons button.notselected{opacity:.5}.study-search-app .study-search__form-filters h4{font-weight:700;font-size:.75rem}.study-search-app .study-search__results{list-style:none;padding-left:0;margin:0}.study-search-app .study-search__results-study{position:relative;padding:1.5rem 2rem;margin-block:1rem;border:none;background:var(--color-secondary);border-radius:20px 20px}.study-search-app .study-search__results-study>div{padding-top:.1rem;padding-bottom:.1rem}.study-search-app .study-search__results-study-spacer{padding-top:0;padding-bottom:0;width:100%;height:.1rem;margin-top:.5rem;margin-bottom:.5rem;background-color:var(--color-neutral)}.study-search-app .study-search__results-study-ref{font-size:.8rem;color:var(--color-accent)}.study-search-app .study-search__results-study-ref-label{font-weight:700}.study-search-app .study-search__results-study-name{font-size:1.2rem;font-weight:600}.study-search-app .study-search__results-study-area-label{color:var(--color-primary)}.study-search-app .study-search__results-study-tech-label{color:var(--color-primary)}.study-search-app .study-search__results-study-gen-label{color:var(--color-primary)}.study-search-app .study-search__results-study-type-of-samples-label{color:var(--color-primary)}.study-search-app .study-search__results-study-description-cut{color:var(--color-accent);font-size:1rem;max-width:90%}.study-search-app .study-search__results-study-description-read-more{color:var(--color-accent);text-decoration:underline}.study-search-app .study-search__results-study-description h2{color:var(--color-primary);font-size:1.5rem}.study-search-app .study-search__results-study h3{color:var(--color-terciary)}.study-search-app .study-search__results-study-delivery-time{display:flex;flex-direction:column;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center;text-align:center;width:80px;height:80px;line-height:.8rem;position:absolute;bottom:1rem;right:1.5rem;border-radius:30px;background-color:var(--color-terciary)}.study-search-app .study-search__results-study-delivery-time-label{font-size:.8rem}.study-search-app .study-search__results-study-delivery-time-value{margin-top:.4rem;font-size:1rem;font-weight:700}.study-search-app .study-search__results-study-actions{position:absolute;right:1rem;top:1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.study-search-app .study-search__results-study-actions button{font-size:.75rem;color:#000;padding:.5rem 1rem;background:#fff;border-radius:20px;margin-bottom:1rem}.study-search-app .study-search__no-results{padding:2rem 0;font-size:1.2rem}.study-search-app .study-search .study-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000}.study-search-app .study-search .study-modal{background:#fff;max-width:90%;width:800px;max-height:90vh;overflow-y:auto;padding:2rem;position:relative;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.3)}.study-search-app .study-search .study-modal>div{margin-top:.1rem;margin-bottom:.1rem}.study-search-app .study-search .study-modal-ref-label{color:var(--color-primary);font-weight:600}.study-search-app .study-search .study-modal-name-label{color:var(--color-primary);font-weight:600}.study-search-app .study-search .study-modal-gen-label{color:var(--color-primary);font-weight:600}.study-search-app .study-search .study-modal-type-of-samples-label{color:var(--color-primary);font-weight:600}.study-search-app .study-search .study-modal-area-label{color:var(--color-primary);font-weight:600}.study-search-app .study-search .study-modal-tech-label{color:var(--color-primary);font-weight:600}.study-search-app .study-search .study-modal-delivery-time-label{color:var(--color-primary);font-weight:600}.study-search-app .study-search .study-modal-button-request-form,.study-search-app .study-search .study-modal-button-request-meeting{margin-top:.5rem;padding:.4rem 1rem;color:var(--color-neutral);background-color:var(--color-primary);border-radius:10px}.study-search-app .study-search .study-modal-button-request-meeting{margin-left:1rem}.study-search-app .study-search .study-modal-close{position:absolute;top:.5rem;right:1rem;font-size:2rem;background:0 0;border:none;cursor:pointer;line-height:1}
/*# sourceMappingURL=study-search-app.css.map */
