body.ns_sidebar-modal-panel-open .ns_sidebar-modal-panel.enable[data-position="right"]{
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.ns_sidebar-modal-panel{
	width: 100%;
	max-width: 650px;
}

.ns_sidebar-modal-panel .ns_sidebar-header{
	box-shadow: none;
	border-bottom: 2px solid var(--hipnos-color-secondary-3);
}

.ns_sidebar-modal-panel .ns_sidebar-header-inner{
	border: none;
	color: var(--hipnos-color-primary-1);
	line-height: unset;
	height: 64px;
	display: flex;
	align-items: center;
	flex-direction: row;
}

.ns_sidebar-modal-panel .ns_sidebar-content{
	top: 64px;
}

.ns_sidebar-modal-panel .ns_sidebar-content .ns_sidebar-content-col{
	position: relative;
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 32px;
}

.ns_sidebar-modal-panel .ns_sidebar-content .ns_text-paragraphs,
.ns_sidebar-modal-panel .ns_sidebar-content .ns_text-paragraphs + .ns_image-placeholder{
	margin-bottom: 64px;
}

.ns_sidebar-modal-panel .ns_sidebar-content .ns_text-paragraphs + .ns_image-placeholder{
	margin-top: -32px;
}
