.ManagePhotos_wrapper{width:97%;margin:0 auto;display:flex;flex-direction:column;gap:16px}.ManagePhotos_wrapper h1{text-align:center;font-size:22px;font-weight:700;margin-top:-12px;margin-bottom:8px}.ManagePhotos_wrapper h2{text-align:center;margin-top:-8px;line-height:1.1;font-weight:400;font-size:20px;color:var(--App_purp_90)}.Gallery_Title_edit{display:flex;flex-direction:column;gap:16px;flex:1 1 auto;align-items:flex-end;justify-content:space-between}.Gallery_Title{display:grid;grid-template-columns:50% 1fr;grid-gap:8px;gap:8px;margin-bottom:16px}.Gallery_Title p{font-size:24px}@media(max-width:600px){.Gallery_Title{margin-right:8px;display:flex;flex-direction:column}}.GT_1fr{grid-template-columns:1fr}.MP_GT_left{margin-top:12px;width:100%}.MP_GT_right{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-end;gap:12px}.MP_GT_right p{font-size:18px;white-space:nowrap}.UserGalleryTitle{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding-left:8px;padding-right:16px}.UserGalleryTitle span{text-align:center;font-size:20px;color:var(--App_purp_90);padding:2px 8px;cursor:default;border:1px solid var(--App_purp_90);border-radius:4px}.MP_GT_R_top{width:100%;margin-top:8px;margin-left:12px;margin-bottom:4px}.MP_GT_R_top p{font-weight:600;text-align:center;font-size:20px;color:var(--App_BlockTitle)}.Gallery_title{width:100%;margin-top:8px;margin-left:12px;margin-bottom:16px}.Gallery_title p{text-align:center;font-size:20px;color:var(--App_BlockTitle)}.Gallery_Control_Line,.MP_GT_R_bottom{display:flex;align-items:center;justify-content:space-between}.Gallery_Control_Line{width:100%;gap:16px}@media(max-width:600px){.Gallery_Control_Line{flex-direction:column-reverse;align-items:flex-end;margin-right:12px}}.Gallery_Btn_Line{margin-top:0;display:flex;align-items:center;gap:20px}@media(max-width:600px){.Gallery_Btn_Line{width:95%;justify-content:space-between}}.MP_Spinner{width:60%;display:flex;justify-content:center;align-items:center}.Gallery_photo_container{display:grid;grid-template-columns:repeat(auto-fill,110px);justify-content:space-between;grid-gap:4px;gap:4px}@media(max-width:600px){.Gallery_photo_container{grid-template-columns:repeat(auto-fill,31vw);margin-right:4px}}.G_box{position:relative;width:22vw;height:22vw;max-width:110px;max-height:110px;border-radius:4px;overflow:hidden}.G_box:hover .Gallery_photo{transform:scale(1.1)}@media(max-width:600px){.G_box{width:31.5vw;height:31.5vw;max-width:185px;max-height:185px;border-radius:1}}.Gallery_photo{object-fit:cover;cursor:move;transition:all .2s ease-in-out}@media(max-width:600px){.Gallery_photo{width:31.5vw;height:31.5vw;max-width:185px;max-height:185px}}.Gallery_empty{display:flex;align-items:center;justify-content:center;padding:12px;border-radius:10px;box-shadow:var(--App_Card_shadow);background:var(--App_OrangeBg);color:var(--App_purp60_grey40);font-weight:700}.MP_LeftBtn{position:absolute;z-index:3;top:80%;left:32px}.MP_LeftBtn img{width:8px;height:10px}.MP_RightBtn{position:absolute;z-index:3;top:80%;right:32px}.MP_RightBtn img{width:8px;height:10px}.MP_btn{height:36px;width:-moz-fit-content;width:fit-content;padding:8px 12px;background:var(--App_MenuBg2);display:flex;justify-content:center;align-items:center;gap:6px;border-radius:8px;box-shadow:var(--App_Card_shadow);cursor:pointer}.MP_btn h4{font-size:14px;font-weight:700}.MP_btn:hover{background:var(--App_Card_hover_bg)}.MP_btn:disabled{background:#f6f6f6;cursor:default}.Gallery_Switch{display:flex;align-items:center;gap:16px}.Gallery_Switch p{font-size:16px;font-weight:700}.GP_deleteBtn{position:absolute;top:5px;right:5px;width:30px;height:30px;padding:4px;display:flex;justify-content:center;align-items:center;border-radius:6px;background:#fff;cursor:pointer}.GP_deleteBtn:hover{background:#f6f6f6}.GP_deleteBtn .GP_cross{width:15px;height:15px}