.renotify-notification-window .notification {
/*   overflow: hidden; */
  transition: all 0.4s;
/*     opacity 0.4s ease,
    transform 0.4s ease,
    max-height 0.4s ease,
    margin-bottom 0.4s ease,
    padding 0.4s ease; */
/*   max-height: 12.5rem; /* Approximate max height */ */
  opacity: 1;
  transform: translateY(0);
}
.notification-description img{
	width:100%;
}
p.notification-description {
/*     max-height: 3rem;
    overflow: auto; */
}

.edit-page-preview-container.tablet .renotify-notification-container {
    scale: 0.9;
	margin-left: -19rem;
}

.edit-page-preview-container.mobile .renotify-notification-container {
    scale: 0.6;
	margin-left: -10.375rem;
}

.edit-page-preview-container.mobile .renotify-notification-icon{
	display: none;
}

.renotify-notification-window .notification.closing {
  opacity: 0;
  transform: translateY(10px);
  max-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1.25rem;
}


.renotify-no-notifications{
       display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
/*     margin-top: 121px;	 */
}

/* noticication */

form#renotify_notification .edit-page-preview-container {
/*     justify-content: center; */
    align-items: unset;
}

.renotify-notification-container{
	position:relative;
/* 	display:none; */
	margin-top: 1.5rem;
	transition: 0.6s;
/* 	margin-left: -21.375rem; */
}

.renotify-notification-icon{
	width:1.25rem;
	height:1.25rem;
	cursor:pointer;
	position: relative;
/* 	padding-left: 1.875rem;
	padding-top: 1.875rem; */
}

.renotify-notification-icon svg{
	width:1.25rem;
	height:1.25rem;
	position: relative;
}

span.renotify-notification-icon-badge {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    width: 0.875rem;
    height: 0.875rem;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    user-select: none;
    font-size: 0.625rem;
    line-height: normal;
}

.renotify-notification-window{
    display: none;
    position: absolute;
/*     overflow: auto; */
    left: 0;
    width: 17.813rem;
    min-height: 20rem;
/* 	height: 20rem;
	overflow: auto; */
    display: flex;
    background: #FFF;
    flex-direction: column;
    gap: 1.25rem;
    box-shadow:0px 0px 18px 0px #989A9C;
    z-index: 99;
    border-radius: 0.25rem;
}

.renotify-notification-window-head{
	display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.125rem;
    margin: 0 1.75rem;
    border-bottom: 0.063rem solid rgba(0, 0, 0, 0.13);
	font-size: 0.875rem;
}


.renotify-close-notification-window{	
    padding: 0;
    background: none;	
    border: none;
	transition: all 0.4s;
	height:1rem;
	cursor:pointer;
}

.renotify-close-notification-window svg{
 height:1rem;
}

.renotify-close-notification-window:hover{
	background:none;
	scale: 1.2;
}

.renotify-close-notification-window:focus{
	outline: none;
}

.renotify-notification-window-content {
    display: flex;
    gap: 0.313rem;
    flex-direction: column;
    overflow: auto;
    margin-bottom: 1rem;
    height: 100%;
}

.renotify-notification-window-content p:first-child{
	margin-top: 0;
}

.renotify-notification-window-content p:last-child{
	margin-bottom: 0;
}

.renotify-notification-window .notification {
    background: #F0F0F0;
    border-radius: 0.625rem;
    padding: 0.625rem;
    margin: 0 0.938rem;
    column-gap: 0.625rem;
}

.renotify-notification-window .notification .notification-avatar img{
	width: 3.375rem;
	height: 3.375rem;
	border-radius: 50%;
	object-fit:cover;
}

.renotify-notification-window .notification p.notification-title {
    margin: 0 0 1rem 0;
    font-weight: 600;
    font-size: 1rem;
	color: #6A6A6A;
}

.renotify-notification-window .notification p.notification-description {
    margin: 0;
	color: #6A6A6A;
	font-size: 0.875rem;
	word-break: break-word;
}

.renotify-notification-window .notification p.notification-description p:first-child{
	margin-top: 0;
}

.renotify-notification-window .notification p.notification-description p:last-child{
	margin-bottom: 0;
}

.renotify-notification-window .notification .notification-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 0.313rem;
}

.renotify-notification-window .notification .notification-footer time, .renotify-notification-window .notification .notification-footer button{
	font-size: 0.75rem;
}

.renotify-notification-window .notification button.mark-as-read.read_btn_color{
	background-color: unset!important;
	border: none;
}

.renotify-notification-window .notification button.mark-as-read{
	cursor: pointer;
}

.notification-body {
    display: grid;
    grid-template-columns: 3.375rem auto;
    column-gap: 0.625rem;
}

div.renotify-notification-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
	height: 20rem;
	margin-bottom: 1.25rem;
	overflow: auto;
/* 	scrollbar-width: thin; */
}
.renotify-notification-content::-webkit-scrollbar {
  width: 0.25rem;
  border-radius: 0.25rem;
}

::-webkit-scrollbar-thumb {
  background: #BDDCE1; 
}

@media screen and (min-width: 992px){
	
html{
/* 	font-size : calc( 100vw * 16 / 1500); */
}
	
.notification-body {
	grid-template-columns: 3.375rem auto;
}
	
.edit-page-preview-container.desktop .renotify-popup-content.image-only-popup.bg-color {
	width: 25rem;
}
	
.edit-page-preview-container.desktop .renotify-notification-container {
    margin-left: -21.375rem;
}

form#renotify_notification .edit-page-preview-container {
    justify-content: center;
}
	
.renotify-notification-window{
	width: 22.5rem;	
	top: 1.875rem;
}
	
.renotify-notification-icon svg{
	width: 1.875rem;
	height: 1.875rem;
}
	
span.renotify-notification-icon-badge {
    position: absolute;
    top: -0.3rem;
    right: -0.875rem;
    width: 1.25rem;
    height: 1.25rem;	
}
	
}