.access-control > .access-control-content > *:not(:first-child) {
	margin-top: 24px;
}

.access-control > .access-control-content {
	padding-bottom: 32px;
}

/*.access-control .button-secondary {
	padding: 10px 20px;
  	width: max-content;
}*/

.access-control.share-view .share-view-on {
	display: block;
}

.access-control.share-view button.share-view-on {
	display: flex;
}

.access-control:not(.share-view) .share-view-on {
	display: none;
}

.access-control:not(.share-view) button.share-view-off {
	display: flex;
}

.access-control:not(.share-view) .share-view-off {
	display: block;
}

.access-control.share-view .share-view-off {
	display: none;
}

.inits-icon {
	width: max-content;
    border: none;
    border-radius: 200px;
    background: linear-gradient(89.97deg,#7e4a93 -8.12%,#be5a99 48.16%,#ff6d6d 99.94%);
    padding: 0;
    cursor: default;

    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
}

.inits {
	background: var(--white);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    display: inline-block;
    border-radius: 100%;
}

.user-list {
	margin-top: 24px;
}


.user-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:  16px;
	border-top: 1px solid var(--gray-divider);
}

.collaborator-list .user-row:last-child {
	border-bottom: 1px solid var(--gray-divider);
}

.access-control .tagify {
	flex:  1;
}

.access-control .button-modal-text > *:last-child {
	padding-bottom: 0px !important;
}