
  #Safeguard-modal img {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
  }
  #Safeguard-modal .modal-header {
	background-color: #00A07C;
	border: none;
  }
  #Safeguard-modal .modal-body {
	background-color: #f8f8f8;
	border-radius: 0 0 30px 30px;
  }
  #Safeguard-modal p {
	font-size: 18px;
	margin-bottom: 0;
  }

  #Safeguard-modal p i {
	font-weight:400;
  }
  #Safeguard-modal ul li {
	display: block;
	font-size: 16px;
	margin-bottom: 0px;
	padding: 9px 4px 4px 35px;
	vertical-align: top;
	position: relative;
	margin: 1rem 0;
  }
  #Safeguard-modal ul li:before {
	content: '';
	display: inline-block;
	background: url(/Images/HomeSC/2026/5/shop/safegaurd-checboz.svg) no-repeat center center;
	background-size: 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 7px;
	left: 0;
	z-index: 99;
  }
  #Safeguard-modal .modal-body ul.check-list {
	max-width: 655px;
  }
  #Safeguard-modal .modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 30px 30px 0 0;
  }
  #Safeguard-modal .modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	border-radius: 30px;
  }
  #Safeguard-modal .close-modal {
	display: block;
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	position: absolute;
	top: 0px;
	right: 15px;
	z-index: 999;
	width: 20px;
	height: 20px;
	padding: 0px;
	border-radius: 50%;
	cursor: pointer;
  }
  #Safeguard-modal .connected {
	width: 100%;
	text-align: center;
	padding: 10px 0 25px 0;
	background: none;
  }
  #Safeguard-modal .connected p {
	color: #fff;
  }
  @media (min-width: 1400px) {
	#Safeguard-modal .modal-dialog {
	  width: 850px;
	}
  }
  @media (max-width: 767px) {
	#Safeguard-modal ul li::before {
	  width: 20px;
	  height: 20px;
	  top: 14px;
	}
	.connected {
	  padding: 15px 15px;
	}
  }

