.modal-box-rename-collection{display:flex;flex-direction:column;width:100%;max-width:500px;gap:16px}.modal-box-rename-collection h2{margin:0;font-family:Inter-SemiBold;font-size:18px;line-height:28px}.modal-box-rename-collection>div{display:flex;flex-direction:row;justify-content:center;gap:12px;width:100%}.modal-box{z-index:var(--modal-content-z-index);background:#1d1d1d;box-shadow:0 20px 24px -4px rgba(16,24,40,.08),0 8px 8px -4px rgba(16,24,40,.03);border-radius:12px;padding:24px}.modal-box-share-collection{display:flex;flex-direction:column;gap:24px;width:40vw}.modal-box-share-collection div:first-child{display:flex;flex-direction:column;gap:8px}.modal-box-share-collection div h2{color:white;font-family:Inter-Semibold;font-size:18px;line-height:28px;margin:0}.modal-box-share-collection div h3{color:white;font-family:Inter-Medium;font-size:14px;line-height:20px}.modal-box-share-collection>div>p{color:#eaeaea;font-family:Inter-Regular;font-size:12px;line-height:18px;margin:0}.modal-box-share-collection>div>label>p{color:#7e7e7e;font-family:Inter-Medium;font-size:12px;line-height:18px;margin:0}.modal-box-share-collection div:first-child label{display:flex;flex-direction:row;align-items:center;gap:10px}.modal-box-share-collection div:last-child{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;width:100%}@media (max-width:1000px){.modal-box-share-collection{width:100%}}