/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2026 | 18:23:31 */
.fill-transparent svg {
	fill: transparent !important;
}

#exit-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.popup-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  width: 400px;
}

.popup-box button{
	background: #007F76;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 8px;
	min-width: 120px;
	text-align: center;
}

.popup-box button:hover{
	background: #102538;
}