.bor{
	border: 1px solid red;
}
.section-40 h1{
	font-size: 32px;
	font-weight: 800;
}
.section-40 .content-section{
	border-bottom: 1px solid #DDE0E5;
	padding: 30px 0px;
}
.section-40 .content-section h2{
	font-size: 18px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
	color: #000;
}
.section-40 .content-section:first-child{
	padding-top: 0px;
}
.section-40 .content-section:last-child{
	border-bottom: 0px;
	padding-bottom: 70px;
}
.section-40 .content-section .hours span{
	color: #555855;
	font-size: 16px;
	font-weight: 400;
}

.section-40 .content-section .text p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	text-align: justify;
}
.section-40 .content-section .text p:last-child{
	padding-bottom: 0px;
}
.section-40 .content-section .active-icon{
	position: relative;
}
.section-40 .content-section .active-icon:before{
	position: absolute;
	content: "\f26a";
	left: 22px;
	font-family: bootstrap-icons !important;
	z-index: 2;
	bottom: -8px;
	font-size: 14px;
}
.notification-icon .dropdown-menu{
	right: 0px;
	border: 1px solid #E5E5E5;
	left: unset;
	margin: 25px;
	border-radius: 15px;
	z-index: 9999;
	right: -55px;
	top: 35px;
}
.notification-icon .dropdown-menu h5{
	padding: 0px;
	margin: 0px 25px 10px 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 27px;

}

.notification-section {
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    border: 0;
    max-width: 500px;
}
.notification-section .hours span {
 	color: #555855;
 	font-size: 14px;
}
.notification-section .main-box{
	padding: 35px 30px;
	max-height: 500px;
	overflow-y: scroll;
}
.notification-section .main-box .content p{
	padding-left: 50px;
	font-size: 14px;
}
.notification-section .main-box a:hover{ 
	color: unset;
}

.notification-section .view-all{
	border-top: 1px solid #E5E5E5;
	padding: 20px 0px;
}
.notification-section .view-all a{
	font-weight: 700;
	font-size: 16px;
	color: #35A848;
}

.notification-section:after {
    content: "";
    position: absolute;
    top: -30px;
    right: 4px;
    content: '';
    background-image: url('../images/angle-top.png');
    background-repeat: no-repeat;
    height: 30px;
    width: 96px;
    z-index: -1;

}
.notification-section .notification-content{
    max-height: 550px;
    overflow: auto;
    padding-bottom: 20px;
}
.notification-section .notification-content:last-child .content{
	border-bottom: 0px;
	padding-bottom: 0px;

}
.notification-section .notification-content:last-child {
	padding-bottom: 0px;

}
.notification-section h5{
	font-size: 18px;
	line-height: 24px;
}
.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0 25px;
    border-bottom: 1px solid #ddd;
}

.notification-list .notification-list-img img {
    height: 32px;
    width: 32px;
    border-radius: 50px;
}

.notification-section .notification-list-detail{
	width: 70%;
}
.notification-section .notification-content .content{
	padding-bottom: 20px;
	border-bottom: 1px solid #DDE0E5;
}
.notification-section .notification-content .content p{
	margin-bottom: 10px;
	font-size: 14px;
}
.notification-section .notification-content .content p:last-child{
	margin-bottom: 0px;
}





.notification-section .notification-content .active-icon{
	position: relative;
	margin-top: 5px;
}
.notification-section .notification-content .active-icon:before{
	position: absolute;
	content: "\f26a";
	left: 22px;
	font-family: bootstrap-icons !important;
	z-index: 2;
	top: 15px;
	font-size: 16px;
}
.section-40 h5{
	font-size: 1em;
}
.section-40 .category{
	font-size: 14px;
	font-weight: 500;
	color: #7c7c7c;
}
.notification-section .category{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #7c7c7c;
	margin-left: 20px;
}

.share-section .icon-eye{
	height: 32px;
	padding: 5px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #14213D;
}
.share-section .icon-eye span{
	font-size: 14px;
	font-weight: 800;

}
.share-section .icon-eye i{
	color: #14213D;
}
@media (max-width: 992px) {
	.notification-section .category{
		margin-bottom: 10px;
		margin-left: 0px;
	}
	.notification-section .category{
		margin-left:0px;
	}
	.section-40 .category{
		font-size: 14px;
	}
	.section-40 h1{
		font-size: 22px;
	}
	.section-40 .content-section .hours{
		display: flex;
		justify-content: flex-end;
		position: absolute;
        right: 0px;
        top: -21px;
	}
	.section-40 .content-section .text p{
		padding-left: 50px;
		padding-top: 5px;
	}
	.section-40 .content-section:first-child{
		padding-top: 20px;
	}

	.section-40 .content-section{
		margin-top: 50px;
		position: relative;
	}
	.section-40 .content-section .active-icon:before{
		top: 18px;
		bottom: 0px;
	}
	
	.notification-section {
		max-width: 400px;
	}
	.notification-section:after{
		right: -17px;
	}
	.notification-icon .dropdown-menu h5{
		margin: 0px;

	}
	.notification-section .main-box .content p{
		padding-left: 0px;
	}
	.notification-section .main-box{
		padding: 20px 30px;
	}
	.notification-section .notification-list-detail{
		width: 100%;
	}
	.notification-content .hours{
		padding: 10px 0px;
	}
	.notification-section .notification-content .image{
		margin-bottom: 10px;
	}
	.notification-icon .dropdown-menu{
		right: -30px;
	}

}
@media (max-width: 576px) {
	.section-40 h1{
		font-size: 22px;
	}
	.section-40 .content-section .hours{
		display: flex;
		justify-content: flex-end;
		position: absolute;
        right: 0px;
        top: -21px;
	}
	.section-40 .content-section .text p{
		padding-left: 50px;
		padding-top: 5px;
	}
	.section-40 .content-section:first-child{
		padding-top: 20px;
	}

	.section-40 .content-section{
		margin-top: 50px;
		position: relative;
	}
	.section-40 .content-section .active-icon:before{
		top: 18px;
		bottom: 0px;
	}
	.notification-section {
		max-width: 400px;
	}
	.notification-section:after{
		right: -17px;
	}
	.notification-icon .dropdown-menu h5{
		margin: 0px;

	}
	.notification-section .main-box .content p{
		padding-left: 0px;
	}
	.notification-section .main-box{
		padding: 20px 30px;
	}
	.notification-section .notification-list-detail{
		width: 100%;
	}
	.notification-content .hours{
		padding: 10px 0px;
	}
	.notification-section .notification-content .image{
		margin-bottom: 10px;
	}
	.notification-icon .dropdown-menu{
		right: -30px;
	}


}
.no-chart-img{
	width:100%;
	object-fit: cover;
	height: 100%;
}

.small_num{
	font-size: 0.7rem;
}

.disable-events{
	pointer-events: none;
}

.blink {
    animation: blink-animation 1s infinite;
  }
  @keyframes blink-animation {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
  }

  .e_blink{
	right: -20px;
    top: 12px;
  }

  .btn-sm-custom{
	height: 24px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  .btn-sm-custom .bi{
	font-size: 14px;
  }

	.app-download-section {
	  background-color: #FAFAFA;
	  padding: 3rem 0;
	  text-align: center;
	  border-radius: 5px;
	}
  
	.app-download-title {
	  color: #00B050;
	  font-family: 'Roboto', sans-serif;
	  font-size: 18px;
	  font-weight: bold;
	  margin-bottom: 0.5rem;
	}
  
	.app-download-subtext {
	  color: #333333;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 14px;
	  margin-bottom: 1.5rem;
	}
  
	.store-buttons {
	  display: flex;
	  justify-content: center;
	  gap: 1rem;
	  flex-wrap: wrap;
	}
  
	.store-buttons a img {
	  height: 40px;
	  transition: transform 0.3s ease;
	}
  
	.store-buttons a img:hover {
	  transform: scale(1.05);
	}
  
  