
.smartbanner-close {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 10px;
  font-family: inherit;
  font-size: 30px;
  text-align: center;
  background-color: rgb(234, 234, 234);
  border-radius: 99px;
  -webkit-font-smoothing: subpixel-antialiased;
  color: rgb(224, 37, 37);
  
}

.smartbanner-ios .smartbanner-close, .smartbanner-android .smartbanner-close {
  border: 0;
  width: 30px;
  height: 30px;
  
    color: rgb(224, 37, 37);
  text-shadow: none;
 display: inline-flex;
  align-items: center;
  justify-content: center;
 
  
  
}
/* - ios - apple */
.smartbanner-ios .smartbanner-close {
  display: inline-block;
   position: relative;
   font-size:1px;
}
.smartbanner-ios .smartbanner-close::before{
 content: "\f00d";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
 
  
}


.smartbanner-title {
  font-size: 18px;
  line-height: 24px;
}
.smartbanner-button {
 
  text-shadow: none;
}

.smartbanner-android .smartbanner-button {
  padding: 2px 12px;
  
}
