#RegistrationProfile .input-wrap input[type="text"], .skillsPrompt .input-wrap input[type="text"] {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-shadow: none;
	display: block;
	width: 100%;
	padding: 15px 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	border-radius: 10px;
}
#RegistrationProfile .input-wrap input[type="text"]:focus, .skillsPrompt .input-wrap input[type="text"]:focus {
	/* border-bottom: 2px solid #1298FF; */
}

#RegistrationProfile .input-wrap input[type="text"][disabled], .skillsPrompt .input-wrap input[type="text"][disabled] {
	background-color: #f9f9f9;
}

#RegistrationProfile .input-wrap, .skillsPrompt .input-wrap {
	position: relative;
	margin-bottom: 25px;
}

#RegistrationProfile .input-wrap .corner, .skillsPrompt .input-wrap .corner {
	color: #666;
	position: absolute;
	right: 12px;
	bottom: 15px;
}

#RegistrationProfile select.form-select {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 20px;
	border-radius: 10px;
	height: 50px;
	background-color: #f9f9f9 !important;
	border-color: #f9f9f9;
}

#RegistrationProfile .skill-input, .skillsPrompt .skill-input{
	display:inline-block;
	position: relative;
	width: 280px;
	border-radius: 15px;
	box-shadow: 1px 1px 1px #ddd;
	z-index: 11;
}

#RegistrationProfile .skill-wrap, .skillsPrompt .skill-wrap{
	display: inline-block;
	position: relative;
}

#RegistrationProfile .skill-wrap .note, .skillsPrompt .skill-wrap .note  {
	padding: 7px 0px;
	color: #999;
	/* border-bottom: 1px solid #ddd; */
}

#RegistrationProfile .skill-wrap .no-matching, .skillsPrompt .skill-wrap .no-matching {
	padding: 7px 0px;
	/* padding-top: 15px; */
	padding-bottom: 0px;
	color: rgb(192, 0, 0);
	/* border-bottom: 1px solid #ddd; */
}

#RegistrationProfile .skill-wrap .custom-skill, .skillsPrompt .skill-wrap .custom-skill  {
	color: rgb(15, 180, 0);
}

#RegistrationProfile .skill-drop, .skillsPrompt .skill-drop {
	position: absolute;
	left: 12px;
	top: 33px;
	width: 256px;
	max-height: 200px;
	border: 1px solid #ddd;
	border-top: none;
	background-color: white;
	z-index: 10;
	overflow: auto;
}

#RegistrationProfile .skill-drop:focus, .skillsPrompt .skill-drop:focus {

	border: 1px solid rgb(12, 143, 219);
	border-top: none;

}

#RegistrationProfile .skill-drop .found-skills, .skillsPrompt .skill-drop .found-skills {
	text-align: left;
	padding-bottom: 3px;
}

#RegistrationProfile .skill-drop .found-skills .a-skill, .skillsPrompt .skill-drop .found-skills .a-skill{
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	padding: 6px 12px;
	margin: 2px 5px;
	border-radius: 20px;
	color: rgb(51, 51, 51);
	background-color: white;
	border: 1px solid #ddd;
}

#RegistrationProfile .skill-drop .found-skills .a-skill .skillword .highlight, .skillsPrompt .skill-drop .found-skills .a-skill .skillword .highlight {
	background-color: rgb(251, 255, 0);
}

#RegistrationProfile .skilltip, .skillsPrompt .skilltip {
	position:relative;
	top: 2px;
	margin: 0 auto;
	width: 280px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 2px #ddd;
	color: rgb(12, 143, 219);
	border-radius: 10px;
	z-index: 13;
}

#RegistrationProfile .skilltip:after, .skillsPrompt .skilltip:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent rgb(12, 143, 219) transparent;
	top: -20px;
	left: 10px;
}

#RegistrationProfile .maxSkills, .skillsPrompt .maxSkills {
	color: orange;
}

#RegistrationProfile .skillhint, .skillsPrompt .skillhint {
	text-align: center;
	color: rgb(12, 143, 219);
}
.flat-contain-letters{
	background: #FFFFFF;
	box-shadow: 0 2px 6px 0 rgba(47,83,151,0.10);
	background-image: linear-gradient(135deg,#eee,#ccc 100%);
	border-radius: 3px;
	margin: 2px 2px;
	vertical-align: middle !important;
	color:#000;
	text-transform: uppercase;
	font-weight: bold !important;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 300ms;
	width: 100px;
	height: 100px;
	border-radius:50%;
	font-size:40px
}
.reg-profile-photo-contain {
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-flex;
	align-items: center;
	gap: 15px;
}

@media screen and (max-width: 600px) {
	.reg-profile-photo-contain{width: 99% !important;margin: auto;}
	#RegistrationProfile{width: 100%;}
}
.snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
}
.show {
	visibility: visible !important;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}
.form-control-md{
	border-radius: 10px;
	min-height: 120px;
	border: 1px solid #000;
	background: #eee;
}
.form-control-rounded{
	border-radius: 20px;
	height: 40px;
	background: #eee;
	border: 1px solid #000;
	width: 320px;
	margin: auto;
	margin-top: 10px;
}
.search__dropdown{
	width: 500px;
	max-width:100%;
    background: #fff;
    position: absolute;
    padding: 10px;
	margin: auto;
    z-index: 100;
    border-radius: 4px;
    top: 70px;
	box-shadow: 0px 0px 19px -10px rgba(0,0,0,0.6);
	left: 50%;
	transform: translateX(-50%);
}
.item__hidden{
	display:none !important;
}
.item__block{
	display: block !important;
}
.skill__item{
	background: #eee;
	color:#000;
	font-weight: normal;
	border-radius:20px;
	padding:8px;
	text-align:center;
	display: inline-block;
	margin: 5px;
}
.skill__item-outline{
	border: 2px solid #000 !important;
	border-radius: 20px !important;
	margin: 5px;
}
.skill__item-notapproved{
	border: 2px solid #F3BB3A !important;
}
.btn__disable{
	opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed;
}