.ucl-login-wrap {
	position: relative;
	display: block;
	background: #fff;
	padding: 30px;
	box-shadow: 0px 20px 60px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	max-width: 600px !important;
	margin: 0 auto;
}

.ucl-login-wrap h2 {
	margin: 0;
}

.ucl-lost-pass {
    position: relative;
    text-align: right;
    padding-bottom: 9px;
    display: block;
}

.ucl-lost-pass a, .ucl-register-link {
	font-size: 15px;
	color: #808080;
}

.ucl-status {
	padding: 10px;
	background-color: #dcecf1;
	border-radius: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #808080;
	display: none;
}

.ucl-upload-picture {
	position: relative;
}

.ucl-upload-picture .seller-dp-prev {
	position: absolute;
	width: 100px;
	right: 20px;
	bottom: 0;
	height: 50px;
	overflow: hidden;
}

.ucl-dashboard a {
	text-decoration: none !important;
}

.ucl-dashboard .listing-thumb {
	width: 80px;
}

.media-frame-router .media-menu-item {
	color: #000;
}

.ucl-dashboard .wp-switch-editor {
	height: auto;
}

.ucl-dashboard .ucl-screen-wrapper,
.ucl-dashboard .list-group {
	background: #fff;
	box-shadow: 0px 20px 60px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
}

.ucl-dashboard .ucl-screen-header {
	padding: 7px 20px;
	background-color: #505454;
	color: #FFF;
	overflow: hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.ucl-dashboard .ucl-screen-content {
	padding: 20px;
}

.ucl-dashboard .list-group .active {
	background-color: #505454;
	color: #FFF;
	border: none;
}

.ucl-before-text, .ucl-after-text {
	color: #808288;
	font-size: 12px;
}

.uclwp-price-amount {
	color: #01c601;
}

.ucl-pic-wrap {
	margin: 5px auto;
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	border: 5px solid #f5f5f5;
}

.ucl-pic-wrap img, .ucl-pic-wrap .ucl-pp {
	width: 100%;
	height: 100%;
	display: block;
}

.ucl-pic-wrap a {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #fff3f3bf;
	border-top: 2px dashed #f5f5f5;
	color: #575555;
}

.edit-profile-wrap table {
	border: none;
}