.provenotif-name, .provenotif-desc, .provenotif-loc {
	width: 100%;
}
.ProvenotifPreviewVerified {
	float:right;
}
.provenotif-name {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.provenotif-desc {
	font-weight: 400;
	color: #636363;
	font-size: 12px;
}
.provenotif-loc {
	font-weight: 300;
	font-size: 11px;
	color: #47525d;
}
.provenotif-veri-square {
    color: #008fff;
    margin-right: 8px;
    font-size: 11px;
    font-weight: 300;
}
.provenotif-veri-rounded {
    color: #008fff;
    margin-right: 18px;
    font-size: 11px;
    font-weight: 300;
}
.provenotif-preview a {
	text-decoration:none!important;
}

.provenotif-times {
  	font-weight: 300;
	color: #636363;
	font-size: 11px;
	float: left;
}
section.provenotif-wrap {
	display: none;
}
.bottomright {
	bottom: 20px;
    right: 15px;
}
.bottomleft {
	bottom: 20px;
    left: 15px;
}

.topright {
	top: 20px;
    right: 15px;
}
.topleft {
	top: 20px;
    left: 15px;
}
.provenotif-wrap {
    position: fixed;
    z-index: 9999999999999 !important;
	text-decoration: none!important;
}
.provenotif-style-sharp {
    min-width: 290px;
    max-width: 340px;
	z-index: 99999 !important;
	box-sizing: border-box;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: auto;
	border-radius: 0px;
    border: 1px solid #ececec;
    background-color: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.1)!important;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.1)!important;
    position: relative;
    cursor: pointer;
}
.provenotif-style-square {
    min-width: 290px;
    max-width: 340px;
	z-index: 99999 !important;
	box-sizing: border-box;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: auto;
	border-radius: 8px !important;
    border: 1px solid #ececec;
    background-color: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.1)!important;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.1)!important;
    position: relative;
    cursor: pointer;
}

.blob {
	margin: auto !important;
	border-radius: 8px !important;
	width: 100%;
    height: 100%;
  	cursor: pointer;
  	animation: pulse 2s infinite;
}
.blob:hover {
  animation: none;
}

.blob-sharp {
	margin: auto !important;
	border-radius: 0px !important;
	width: 100%;
    height: 100%;
  	cursor: pointer;
  	animation: pulse 2s infinite;
}
.blob-shrap:hover {
  animation: none;
}

.blob-square {
	margin: auto !important;
	border-radius: 8px !important;
	width: 100%;
    height: 100%;
  	cursor: pointer;
  	animation: pulse 2s infinite;
}
.blob-square:hover {
  animation: none;
}

.blob-rounded {
	margin: auto !important;
	border-radius: 50px !important;
	width: 100%;
    height: 100%;
  	cursor: pointer;
  	animation: pulse 2s infinite;
}
.blob-rounded:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(50,126,208, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(50,126,208, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(50,126,208, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(50,126,208, 0.4);
    box-shadow: 0 0 0 0 rgba(50,126,208, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(50,126,208, 0);
      box-shadow: 0 0 0 10px rgba(50,126,208, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(50,126,208, 0);
      box-shadow: 0 0 0 0 rgba(50,126,208, 0);
  }
}
.provenotif-style-rounded {
    min-width: 290px;
    max-width: 340px;
	z-index: 99999 !important;
	box-sizing: border-box;
	padding: 5px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: auto;
	border-radius: 50px;
    border: 1px solid #ececec;
    background-color: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.1)!important;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.1)!important;
    position: relative;
    cursor: pointer;
}
.SquareProvenotifPreviewPicture img {
	width: 55px !important;
	height: 55px !important;
/*	margin-top: 1px;
	margin-left: 1px;*/
	border-radius: 8% !important;
}
.SquareProvenotifPreviewPicture {
	float:left;
	margin-right:5px;
/*    margin-bottom: -6px;*/
/*	padding: 5px;*/
}
.RoundedProvenotifPreviewPicture {
	float:left;
	margin-right:5px;
/*    margin-bottom: -6px;*/
/*	padding: 5px;*/
}
.RoundedProvenotifPreviewPicture img {
	width: 55px !important;
	height: 53px !important;
/*	margin-top: 1px;
	margin-left: 1px;*/
	border-radius: 50% !important;
}
.provenotif-image-wrapper {
    width: 60px;
	height: 60px;
	margin-left: 15px;
	border-radius: 50%;
}
.provenotif-content-wrapper {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
	padding: 5px !important;
}
.provenotif-content {
/*    font-family: 'Poppins', sans-serif;*/
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
}
.provenotif-circle {
	background-image: url( "../../assets/img/check.svg" );
	width:10px !important;
	height:10px !important;
	display:inline-block !important;
	background-size:100% 100%;
	background-repeat:no-repeat;
	margin: 1px 5px -2px 0px;
}
.provenotif-woo {
	background-image: url( "../../assets/img/download.png" );
	width:12px !important;
	height:12px !important;
	display:inline-block !important;
	background-size:100% 100%;
	background-repeat:no-repeat;
	margin: 1px 3px -2px 0px;
}
.ProvenotifVerified {
	color:#008fff;
	font-size:11px;
}

