#collection-modal.reveal-modal{padding:0}#collection-modal.reveal-modal,.modalBackground{width:max-content;max-width:100%;max-height:100vh}.modalBackground{font-family:Lato,Open Sans,sans-serif;background-color:#fff;border-radius:5px;padding:20px;overflow:auto;margin:auto}@media only screen and (max-width:40em){#collection-modal.reveal-modal{width:100%}}.loading-flex{display:flex;align-items:center}.loading-flex p{margin-left:10px}.AddToCollection{display:flex;flex-direction:column;align-items:center;max-height:calc(100vh - 40px)}.AddToCollection .titleAndClose{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.AddToCollection .titleAndClose .modalTitle{font-size:18px;font-family:inherit;margin:0 0 20px}.AddToCollection .titleAndClose>div{height:10px;width:10px}.AddToCollection .createNewCollectionButton{background-color:#1da1f2;color:#fff;font-weight:inherit;font-size:14px;border-radius:3px;box-shadow:0 3px 6px rgba(0,0,0,.2);margin:0;padding:5px 10px}.collectionList{min-height:0;overflow:auto}.collection{margin-bottom:20px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.collection .checkbox{margin:0}.collection label{font-family:inherit;font-size:18px;display:inline-block;margin-left:.5rem;margin-right:1rem;margin-bottom:0;vertical-align:initial}.collectionList{flex-shrink:1}.AddNewCollection{display:flex;flex-direction:column;max-height:calc(100vh - 40px);min-height:260px;width:300px}.AddNewCollection .titleAndClose{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.AddNewCollection .titleAndClose .modalTitle{font-size:18px;font-family:inherit;margin:0 0 20px}.AddNewCollection .errorMessage{padding:0 10px;margin:0 0 10px;background-color:azure}.AddNewCollection .AddNewCollectionForm{max-height:100%}.AddNewCollection .AddNewCollectionForm,.AddNewCollection .AddNewCollectionForm .textAreaDiv{display:flex;flex-direction:column;flex-shrink:1;min-height:0}.AddNewCollection .AddNewCollectionForm textarea{resize:vertical;flex-shrink:1}.AddNewCollection .AddNewCollectionForm .IsPrivateDiv{display:flex;align-items:center;margin-bottom:1rem}.AddNewCollection .AddNewCollectionForm .IsPrivateDiv #isPrivate{margin:0}.AddNewCollection .AddNewCollectionForm .buttonBox{display:flex;justify-content:flex-end}.AddNewCollection .AddNewCollectionForm .buttonBox .button{color:#fff;font-weight:inherit;font-size:14px;border-radius:3px;box-shadow:0 3px 6px rgba(0,0,0,.2);height:27px;width:85px;padding:0;margin:0;display:flex;justify-content:center;align-items:center}.AddNewCollection .AddNewCollectionForm .buttonBox .button input{color:inherit;background:none;border:none;font-size:inherit;font-family:inherit}.AddNewCollection .AddNewCollectionForm .buttonBox .button input[type=submit]{outline:none}.AddNewCollection .AddNewCollectionForm .buttonBox .createButton{background-color:#1da1f2;margin-left:10px}.AddNewCollection .AddNewCollectionForm .buttonBox .backButton{background-color:#c5c5c5}