.btn-remove{
    color: #FFF;
    background: #329daf;
    border: none;
    border-radius: 15px;
    width: 20px;
    height: 20px;
    padding-top: 0px;
    outline: 0;
}
.imagename {
	font-weight: 400;
	color: #444444;
	text-transform: capitalize;
	font-size: 13px;
	padding: 8px 0 0 54px;
	background-image: url(../images/uploadimage02.png);
	background-repeat: no-repeat;
	background-position: 15px 7px;
	float: left;
}
/* Lightbox strart */

.inputpopup {
	width: 100%;
	padding: 5px;
}
.inputpopup p {
	width: 100%;
	margin: 5px;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}
.inputpopupwrap .modal-body {
	width: 100%;
	float: left;
	padding:0;
	background-color: #fff;
    height: 500px;
    overflow-y: auto;
    
}
.inputpopupwrap .modal-header {
	border-bottom: 1px solid #f6f6f6;
	padding: 10px 0 10px 30px;
	margin:0 0 24px;
}
.inputpopupwrap .modal-content {
	border-radius:0;
	box-shadow:none;
}

.inputpopupwrap .modal-title {
	margin: 6px 20px 0 0;
	color:#333333;
	font-size:16px;
	text-transform:capitalize;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
}
.inputpopupwrap .modal-dialog {
	/*width: 1200px;*/
	width:70%;
	margin: 0 auto;
    top: 21.2%;
}

.inputpopupwrap .modal-header .close {
	margin-top: 0;
	position: relative;
	top: -46px;
	right: -30px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	opacity: 1;
	border-radius: 50%;
	font-size: 15px;
	color: #333;
	text-align: center;
	line-height: 30px;
}

/* Lightbox ennd */