.photoGallery_container__MRbPV{flex:1 1;background-color:#d7dfe5;color:#6b6f70;display:flex;justify-content:center;align-items:center}.photoGallery_container__MRbPV button{border:none;outline:none;background-color:transparent;color:inherit;cursor:pointer}.photoGallery_content__kIYuQ{background-color:#fff;box-shadow:10px 10px 20px 4px rgba(0,0,0,.15),-10px -10px 20px 4px #fff;padding:40px 121px 120px;border:1px solid #f8f9fc;border-radius:24px;flex:1 1;max-width:1024px;display:flex;flex-direction:column;gap:50px}.photoGallery_navbar__nQaEy{display:flex;align-items:center;justify-content:flex-end;gap:30px;font-size:18px;font-weight:600}.photoGallery_navbar__nQaEy a,.photoGallery_navbar__nQaEy a:visited{text-decoration:none;color:#6b6f70;position:relative;cursor:pointer}.photoGallery_navbar__nQaEy a:after{content:"";background-color:#6b6f70;position:absolute;bottom:-10px;height:3px;border-radius:10px;left:50%;width:0;transform:translateX(-50%);transition:width .4s ease}.photoGallery_navbar__nQaEy a[aria-current=page]:after{width:30px}.photoGallery_navbar__nQaEy a:focus:after,.photoGallery_navbar__nQaEy a:hover:after{width:100%}.photoGallery_actions__4uxez{display:flex;align-items:center;justify-content:space-between;gap:30px}.photoGallery_gallery__1ZD0F{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,max-content));grid-auto-rows:200px;justify-content:center;grid-gap:15px;gap:15px;justify-items:center}.photoGallery_gallery_item__m_Pvy{position:relative;overflow:hidden}.photoGallery_gallery_item__m_Pvy>img{object-fit:cover;border-radius:4px}.photoGallery_gallery_item_info__lsU3N{position:absolute;bottom:-30%;left:0;right:0;height:30%;padding:10px 15px;background-color:hsla(192,2%,43%,.5);color:#fff;text-shadow:0 0 3px #000;transition:bottom .4s ease;display:flex;gap:5px;justify-content:space-between;align-items:center}.photoGallery_gallery_item_info__lsU3N svg{width:20px;height:20px}.photoGallery_gallery_item_info__lsU3N>div:first-child{flex:1 1}.photoGallery_gallery_item_info__lsU3N>div>div:first-child{font-size:16px;font-weight:600}.photoGallery_gallery_item_info__lsU3N>div>div:last-child{display:flex;gap:5px;font-size:12px}.photoGallery_gallery_item__m_Pvy:hover>div{bottom:0}.photoGallery_search__r_hB8{display:flex;gap:20px;padding:0 10px 10px;border-bottom:1px solid #cad4dd;color:#cad4dd}.photoGallery_search__r_hB8>svg{width:20px;height:20px}.photoGallery_search__r_hB8>input{background-color:#fff;color:#cad4dd;border:none;font-size:16px;width:75px;transition:width .4s ease}.photoGallery_search__r_hB8>input:focus{outline:none;width:100px}@media screen and (min-width:480px){.photoGallery_search__r_hB8>input:focus{width:250px}}.photoGallery_search__r_hB8>input::placeholder{color:#cad4dd}.photoGallery_search__r_hB8>input:focus::placeholder{color:transparent}button.photoGallery_btn_upload__xg4Wc{background-color:#2c3235;color:#d0d1d2;border-radius:8px;padding:15px 50px;box-shadow:5px 5px 10px 4px rgba(0,0,0,.15),-5px -5px 10px 4px #fff;font-size:18px;transition:transform .4s ease,box-shadow .4s ease}.photoGallery_btn_upload__xg4Wc:focus,.photoGallery_btn_upload__xg4Wc:hover{box-shadow:5px 5px 10px 4px rgba(0,0,0,.35),-5px -5px 10px 4px #d9d9d9}.photoGallery_btn_upload__xg4Wc:active{transform:scale(.9)}