#general-warning-alert.modal.custom-class {
	z-index: 1029
}

.rounded-circle{
	border:1px solid;
	border-radius:50%;
	width:50px;
	height:50px;
}
.roundedcircle-custom{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid black;
	border-radius: 50%;
	overflow: hidden;
	padding: 1px;
}
.circular-imagex {
    display: block;
    margin: 0 auto;
    width: 75%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: red;
}

.circular-image{
	border:1px solid;
	border-radius:50%;
	width:25px;
	height:25px;
}



.input-group > .twitter-typeahead {
	flex: 1 1 auto;
	width: auto;
 }
 /* dropzone */
 .dropzone .dz-preview.dz-image-preview .dz-close-wrapper{
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	padding: 2em 1em;
	text-align: center;
	color: rgba(137, 137, 137, 0.9);
	line-height: 150%;
  }
  .dz-close-wrapper img{
	  position: absolute;    
		  top: 5px;
		  left: 5px;   
  }

