.custom-social-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999999999 ;
    font-family: "Open Sans", sans-serif;    -webkit-animation: slide 0.5s forwards;
  
    animation: slide 0.35s forwards; 
    display: none;
    opacity: 0;
    transform: translateY(100%); 
  }
  @media(max-width:767px){
    .custom-social-proof { 
        width: calc(100% - 40px);}
     
  }
  .custom-social-proof .custom-notification {
    width: auto;
    border: 0;
    padding:10px 24px 10px 10px;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px -2px rgba(11, 10, 10, 0.2), 0 0 0 1px rgba(11, 10, 10, 0.1);
    background-color: #fff;
    position: relative;
    cursor: pointer;
  }
  @media(max-width:767px){
    .custom-social-proof .custom-notification {
width:100%;
border-radius: 5em;
background:#2d3b4e;
    }
    .custom-social-proof .custom-notification *{color:#fff;}
    .custom-social-proof svg path{fill:white}
  }
  .custom-social-proof .custom-notification .custom-notification-container {
    display: flex;
    align-items: center;
    height: auto;
  }
  .custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper svg {
    width: 44px;
    overflow: hidden;
  }
  .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: #222;
    padding-left: 15px;
    padding-right: 12px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
    font-family: inherit ;
    margin: 0 ;
    padding: 0 ;
    font-size: 14px;
    line-height: 16px;
    max-width: 230px;
    line-height: 20px;
  }
.arrow-icon--leave{display:none;}


  .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
    margin-top: 8px;
    display: flex ;
    font-size: 12px ;
    align-items: center;
  }
  .custom-social-proof .custom-notification .custom-close {
    position: absolute;
    top: 8px;
    right: 19px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
  }
  .custom-social-proof .custom-notification .custom-close svg{fill: #b0b0b0;}
  .custom-social-proof .custom-notification:hover .custom-close {
    opacity: 1;
  }
.href-underline{
	text-decoration:underline; 
}
  .poweredby {
    font-weight: 600;
    text-decoration: none;
    margin-left: 3px;
    color: #3498db;
  }
  .href-openner{position:absolute;opacity:0;width:calc(100% - 40px);height:100%;left:0;top:0;right:20px;z-index:99999999;
}
@media(max-width:767px){
	.href-openner{right:0;width:100%;}
}
  .timeout-bar-container {
    position: relative;
    width: 100%;
    bottom:-6px;
    left: 1px;display: none;
}
.desktop{display:none;}
@media(min-width:767px){
.mobile{
display:none;
}
.desktop{display: block;}
}
.timeout-bar {
    height: 8px;
    width: 100%;
    background-color: #4caf50;
    transition: width 1s linear;
    border-radius: 5em;
}
   
     @media(max-width:767px){
    .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content{
        max-width: unset;
        font-size:11px;
        color:rgba(255,255,255,.6);
    }
    .book{display:flex; align-items: center;font-size:15px;font-weight: bold;}  .arrow-icon--leave{
        position:absolute;
        right:20px;
        
      }.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper svg{
		  width:32px;height:32px;
	  }
	  .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper{
		  padding-left:8px;
		  padding-right:20px;
	  }.arrow-icon--leave{display:block;}
  }
  @keyframes slide {
      100% { opacity:1; transform: translateY(0); }
  }