.Modal-Main-bg {
  background-image: url('../img/popup/bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  background-color: #fff5ec !important;
  border-radius:10px !important;
}


.Event-title-highlight {
  background-color: #fff; /* Light red background (customize as needed) */
  border-radius: 20px;
  padding: 6px 15px;
  display: inline-block;
  border: 1px solid #415866;
}

.Event-Top-title{
	color:#415866;
	font-size:14px !important;
}

/*** Blink Icon css Start ***/
.blinking-M-icon {
	animation: blink 1s infinite;
}

@keyframes blink {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}
/*** Blink Icon css End ***/

.custom-M-close {
    background-color: transparent;
    border: none;
	
}

.Event-Main-title{
		color:#415866;
	font-size:20px;
	 font-weight:500;
	 text-align:center;
}

.Event-title2{
	 color:#f68c24;
	 font-size:34px;
	 font-weight:bold;
	 text-align:center;
}

.Event-title3{
		color:#415866;
	font-size:12px;
	 font-weight:bold;
	 text-align:center;
}

.Event-title4{
		color:#415866;
	font-size:12px; 
	 font-weight:bold;
	 text-align:center;
}

.Event-title5{
		color:#415866;
	font-size:20px !important;
	 font-weight:bold;
	 text-align:center;
}



.E-reg-btn{
	background: #f68c24 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	border-radius: 10px !important;
	padding: 10px 20px 10px 20px !important;
}

.E-reg-btn:hover {
	background: #415866 !important; 
	color: #fff !important;
}

  
/*** Booth no and Date CSS Start ***/

  .Event-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #415866;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Event-icon-box img {
    width: 60%;
  }
  .Event-custom-card {
    background-color: #fff9f3;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	height:85px;
	
  }
  .Event-custom-card .d-flex {
    align-items: center;
  }
  .Event-custom-card .me-2 {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #6c47d8;
  }
  .Event-custom-card .me-2 img {
    width: 30px;
  }
  .Event-custom-card p {
    font-size: 13px;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 0;
  }
  /*** Booth no and Date CSS End ***/
  
  
  
  
  
  
  