/* Base CSS
#017C11
main color: #017C11
*/
html{
	height: 100%;
}

.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	color: #1B1B21;
	font-family: 'Noto Sans', sans-serif;
}
body {
	color: #333333;
	font-weight: 300;
	font-family: 'Noto Sans', sans-serif;
	height: 100%;
}

body .site-tab{
	height: 100%;
}

@font-face {
	font-family:RusticLoveTattoo;
	src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
	box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}

/* Header bar section start */


.headre-brand {
	float: right;
	display: flex;
	justify-content: end;
	align-items: center;
}
.single-brand {
	margin-left: 60px;
	cursor: pointer;
}
.header-area {
	height: 115px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	border-bottom: 3px solid #EEEEEE;
}
.header-logo {
	display: flex;
	align-items: center;
	height: 100%;
	width: 80%;
}

.header-logo img {
	width: 100%;
}

/* Header bar section  END */


/*regestation-area-css*/


/* The container */
.container-ck {
	display: inline;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #828282;
	margin-top: 5px;
}

/* Hide the browser's default checkbox */
.container-ck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: transparent;
	border: 1px solid #BDBDBD;
}

/* On mouse-over, add a grey background color */
.container-ck:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-ck input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-ck input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-ck .checkmark::after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.registation-title {
	text-align: center;
	margin-bottom: 35px;
}
.registation-title h3 {
	font-size: 36px;
	color: #017C11;
	font-weight: ;
	font-weight: 600;
	margin: 0;
}
.regestation-form,
.type-select-form{
	width: 450px;
	margin: auto;
}
.single-reg-input label {
	font-size: 14px;
	color: #BDBDBD;
	display: block;
	font-weight: 400;
}
.single-reg-input input {
	width: 100%;
}




.single-reg-input {
	margin-bottom: 30px;
}
.single-pos {
	position: relative;
}
.single-pos a {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #27AE60;
}
.Registration-area {
	padding: 80px 0;
}
.single-reg-input input {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #C4C4C4;
	border: 0;
	color: #333333;
	font-size: 20px;
	font-weight: 400;
}
.single-reg-input.tt {
	margin-top: 40px;
}

.single-reg-input p {
	margin-top: 10px;
	font-size: 12px;
	color: #EB5757;
	font-weight: 500;
}
.single-pos.color-r input {
	color: #EB5757;
}
.single-pos.color-r a {
	color: #EB5757;
}
.single-reg-input p {
	margin-top: 10px;
	font-size: 12px;
	color: #EB5757;
	font-weight: 500;
	margin-bottom: 0;
}

::-webkit-input-placeholder { /* Edge */
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 1;
}

::placeholder {
	opacity: 1;
}


.color {
	color: #2D9CDB;
}


.next-btn {
	text-align: right;
	width: 870px;
	margin: auto;
	margin-top: 60px;
}
.next-btn a {
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	justify-content: end;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.next-btn a img {
	margin-left: 10px;
}

.site-left-area {
	height: 100%;
	background-color: #FAFAFA;
	border-right: 1px solid #DDDDDD;
}

.site-left-area input, .site-left-area .nice-select{
	background-color: #FAFAFA;
}

.site-body-area {
	width: 100%;
	background: #ffffff;
}
.main-body-area {
	display: grid;
	height: 100%;
	grid-template-columns: 400px auto;
}
.reg-stap-area {
	padding: 50px 55px;
}
.reg-title h3 {
	font-size: 24px;
	color: #017C11;
	font-weight: 700;
	margin: 0;
}
.reg-title {
	margin-bottom: 50px;
}
.single-stap a {
	color: #00B1EB;
	font-size: 20px;
	font-weight: 400;
	display: block;
	position: relative;
	padding-left: 40px;
}
.ss a:before {
	position: absolute;
	content: "";
	background: #00B1EB;
	height: 20px;
	width: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.single-stap {
	position: relative;
	height: 90px;
}
.ss::after {
	position: absolute;
	content: "";
	border: 1px dashed #00B1EB;
	width: 1px;
	height: 100%;
	top: 10px;
	left: 9px;
	z-index: -1;
	height: 54px;
	top: 67%;
	transform: translateY(-50%);
}

.last-child::before {
	color: #00B1EB !important;
	border: 2px solid #00B1EB !important;
}

a.last-child {
	color: #00B1EB !important;
}

.single-stap.ss.ss2 a::before {
	background: #fff;
	border: 2px solid;
}

.single-stap.ss.s3:before {
	background: #fff;
}
.single-stap.ss.s3 a:before {
	background: #fff;
	border: 2px solid #BDBDBD;
}
.single-stap.ss.s3:after {
	border-color: #BDBDBD;
}
.single-stap.ss.s3.bb::after {
	display: none;
}
.single-stap.ss.s3 a {
	color: #BDBDBD;
}

.site-left-area {
	height: 100%;
}



.info-area {
	padding: 50px 80px;
}
.info-title h3 {
	font-size: 26px;
	color: #333333;
	font-weight: 500;
	margin: 0;
}
.info-title {
	margin-bottom: 30px;
}
.single-input label {
	font-size: 14px;
	color: #BDBDBD;
	display: block;
	margin: 0;
}
.single-input input {
	width: 100%;
	color: #333;
	border: 0;
	border-bottom: 1px solid #DADADA;
	font-size: 20px;
	height: 40px;
	outline:none;
}
.single-input {
	margin-bottom: 30px;
}
.look-input label {
	display: block;
	color: #DADADA;
	font-size: 14px;
}
.look-input input {
	width: 100%;
	border: 0;
	text-align: right;
	border-bottom: 1px solid #DADADA;
	height: 40px;
	width: 260px;
}
.look-input {
	margin-bottom: 20px;
}


.single-frm-blk.upload-grp {
	margin-bottom: 0;
	margin-top: 24px;
}
.single-frm-blk {
	position: relative;
}
.single-frm-blk {
	border-bottom: 0;
	margin-bottom: 22px;
	padding-bottom: 0;
	padding-top: 0;
	border-radius: 3px;
	font-size: 20px;
	color: #333333;
	font-weight: 400;
}
.single-frm-blk.upload-grp input {
	height: 46px;
}
.single-frm-blk input {
	width: 100%;
	border: none;
	background: transparent;
	color: #000;
	font-weight: 600;
}
.fileUpload.btn.btn--browse {
	position: relative;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 100px;
	border: 1px solid#017C11;
	border-radius: 5px;
}
.btn--browse {
	border-left: 0;
	height: 45px;
	line-height: 45px;
	padding: 0;
	width: 92px;
	border-radius: 0;
}

.fileUpload {
	position: relative;
	overflow: hidden;
}

.single-frm-blk.upload-grp span {
	position: absolute;
	right: 0;
	width: 100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
}
.fileUpload.btn.btn--browse {
	cursor: pointer;
}
.btn--browse {
	line-height: 45px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.single-frm-blk.upload-grp input {
	height: 46px;
}

.bt-fl {
	display: flex;
	justify-content: space-between;
}


.fileUpload.btn.btn--browse.upp {
	width: 120px;
	background: #00B1EB;
	border: 0;
}
.fileUpload.btn.btn--browse.upp span {
	width: 100%;
	color: #fff;
}
.fileUpload.btn.btn--browse.upp span i {
	margin-left: 10px;
}
.single-frm-blk.upload-grp input {
	height: 46px;
	border-bottom: 1px solid#DADADA;
	margin-bottom: 20px;
}

.fileUpload.btn.btn--browse input {
	margin: 0;
}




/*.info-right*/


/* The container */
.container-cg {
	display: block;
	position: relative;
	padding-left: 45px;
	margin-bottom: 18px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #333;
}

/* Hide the browser's default radio button */
.container-cg input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.container-cg .checkmark {
	position: absolute;
	top: 50%;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #BDBDBD;
	transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */
.container-cg:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-cg input:checked ~ .checkmark {
	background-color: transparent;
	border-color: #017C11;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-cg input:checked ~ .checkmark:after {
	display: block;
}



/* Style the indicator (dot/circle) */
.container-cg .checkmark::after {
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #017C11;
}


.info-left {
	width: 560px;
}

/*font-family: 'Ubuntu', sans-serif;*/

.radio-top {
	padding-top: 64px;
}

.radio-top h3 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	margin-bottom: 30px;
	font-family: 'Ubuntu', sans-serif;
}


.radio-fl {
	display: flex;
	align-items: center;
	margin-top: -10px;
}
.radio-fl label {
	margin-right: 49px;
	padding-left: 32px;
}

.radio-top.radio-bottom {
	padding-top: 30px;
}

.look-input label {
	color: #333333;
	font-size: 20px;
}


.info-con {
	padding-top: 60px;
}
.con-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.con-title p {
	font-size: 18px;
	color: #BDBDBD;
	margin: 0;
}
.con-title {
	margin-bottom: 15px;
}
.con-title a {
	color: #EB5757;
	font-size: 18px;
	font-weight: 400;
}
.con-title a i {
	margin-left: 10px;
}

.info-area {
	padding: 50px 80px;
	padding-bottom: 0;
}



.next-btn.fl {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 60px 0;
}
.next-btn.fl a {
	font-size: 20px;
}


.ccd img {
	margin: 0;
	margin-right: 10px;
}
.ccd {
	color: #828282 !important;
}

.single-stap {
	position: relative;
	height: 115px;
}



.ss::after {
	height: 71px;
	top: 62%;
}

.info-area {
	padding: 50px 80px;
	padding-bottom: 0;
	border-left: 1px solid #E5E5E5;
}



/*startup-page-css*/
#pills-tab {
	padding-left: 45px;
}
.site-tab ul li a {
	color: #017C11 !important;
	font-size: 18px;
	padding-left: 0;
	padding-right: 0;
	font-weight: 500;
}
.site-tab ul li a.active {
	font-weight: 600;
}

.site-tab ul {
}
.site-tab u li {
	margin-right: 70px;
}
.site-tab ul li {
	margin-right: 70px;
}
.nav-link.active:before {
	position: absolute;
	height: 5px;
	width: 100%;
	background: #CCC;
	content: "";
	bottom: 0;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: transparent;
	position: relative;
}

.header-area.bor {
	border: 0;
}



.start-form-area {
	display: block;
	padding: 24px 20px;
	border-bottom: 1px solid #DDDDDD;

}
.single-ffl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
.start-form-area .single-start-input ul.list{
	width: 100%;
}

.single-start-input input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #C4C4C4;
	height: 26px;
	font-size: 16px;
	color: #000;
	outline:none;
}
.site-left-area.startup-left {
	overflow-y: scroll;
}
.single-start-input {
	position: relative;
	margin-bottom: 30px;
}
.single-start-input a {
	position: absolute;
	right: 0;
	color: #BDBDBD;
	font-size: 16px;
	background: transparent;
	width: 23px;
}
.single-start-input .nice-select {
	width: 100%;
	border: 0;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px solid #C4C4C4;
	border-radius: 0;
	outline:none;
	padding-left: 5px;
}
.single-start-input .nice-select span {
	/* color: #BDBDBD; */
	color: #000;
	font-size: 16px;
	overflow: hidden;
	max-width: 200px;
	display: inline-block;
}
.single-start-input label {
	position: absolute;
	left: 0;
	top: -15px;
	font-size: 10px;
	color: #BDBDBD;
}

#pills-tab {
	padding-left: 45px;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 !important;
}


.start-left-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.start-left-menu ul li a {
	color: #333333 !important;
	font-weight: 400 !important;
	font-size: 18px;
	/* height: 66px !important; */
	transition: .3s;
	display: inline-block;
	padding: 10px 25px;
}
.start-left-menu ul li .checkboxSelector {
	color: #333333 !important;
	font-weight: 400 !important;
	font-size: 16px;
	height: 55px !important;
	transition: .3s;
	display: inline-block;
	padding: 10px;;
	width: 15%;
	display: inline-block;
}


.start-left-menu ul li {
	margin: 0 !important;
}

.start-left-menu ul li a:hover {
	background: #E9EBF3;
}

.start-left-menu ul li a.active {
	background: #E9EBF3;
}

.start-left-menu {
	/*
    height: 390px;
    overflow-y: scroll;
    */
	height: auto;
}



.export-area {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 95px;
	padding: 0 45px;
}
.export-area p {
	font-size: 14px;
	color: #333333;
	margin: 0;
}
.theme-btn {
	color: #017C11;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	width: 155px;
	height: 40px;
	border: 1px solid #017C11;
	justify-content: center;
	border-radius: 6px;
}
.export-area a img {
	margin-left: 10px;
}


.start-body-area {
	border-left: 1px solid #DDDDDD;
}
.start-body-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 56px;
	background: #4F4F4F;
	padding: 0 40px;
}
.start-body-title h3 {
	font-size: 18px;
	margin: 0;
	color: #F2F2F2;
	font-weight: 500;
}
.start-body-title a {
	width: 73px;
	height: 36px;
	font-size: 18px;
	color: #f2f2f2;
	background: #00B1EB;
	text-align: center;
	line-height: 42px;
	border-radius: 6px;
}
.start-body-blog-area {
	padding: 30px 18px;
	border-bottom: 1px solid #ddd;
}
.start-body-containt-title h3 {
	font-size: 24px;
	color: #00B1EB;
	font-weight: 700;
	margin-bottom: 15px;
}
.start-body-containt-title p {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}
.start-body-containt-title {
	margin-bottom: 20px;
}
.start-body-containt-para {
	display: flex;
	text-align: justify;
	justify-content: space-between;
}
.start-body-containt-para p {
	width: 360px;
	margin: 0;
	font-size: 14px;
}
.start-body-containt-para {
}
.mobile-img {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: end;
	float: right;
}



.start-loca-area {
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
}
.start-loca-text h3 {
	font-size: 16px;
	color: #017C11;
	font-weight: 700;
	margin-bottom: 10px;
}
.start-loca-text p {
	font-size: 14px;
	margin-bottom: 6px;
}
.start-loca-area a {
}
.start-loca-text a {
	color: #333333;
	font-size: 14px;
}
.start-loca-socail a {
	display: block;
	color: #333333;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.start-loca-socail a img {
	margin-right: 20px;
}
.start-loca-socail a:last-child {
	margin: 0;
}
.start-loca-socail {
}
.start-loca-lor-img {
	display: flex;
	align-items: center;
	justify-content: left;
}

.lac-fl {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 60px;
}


.start-lll {
	display: flex;
	align-items: center;
}

.start-loca-area.hii {
	height: auto;
	padding-top: 28px;
	padding-bottom: 28px;
}

.section-title h3 {
	font-size: 16px;
	margin-bottom: 9px;
	color: #017C11;
	font-weight: 700;
}
.date-fl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}
.date-fl {
}

.single-dete  {
	margin-bottom:10px;
}

.single-dete p {
	font-size: 12px;
	color: #828282;
	margin: 0;
}
.single-dete span {
	font-size: 14px;
	color: #333333;
	font-weight: 500;
}
.team-color h3 {
	color: #828282;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
}




.color-re {
	display: flex;
	align-items: center;
}
.color-re a {
	height: 19px;
	width: 19px;
	border-radius: 50%;
	background: #68C690;
	margin-right: 4px;
	font-size: 8px;
	text-align: center;
	line-height: 19px;
}

.color-1 {
	background: #B985E9 !important;
}
.color-2 {
	background: #89DBF6 !important;
}
.color-3 {
	background: #F6D982 !important;
}
.color-4 {
	background: #9ADDB6 !important;
}
.color-5 {
	background: #F6B880 !important;
}
.color-5 {
	background: #F6B880 !important;
}
.color-6 {
	background: #6CBAE6 !important;
}
.color-7 {
	background: #E0E0E0 !important;
}

.borr {
	position: relative;
}

.borrr {
	position: relative;
}
.borr::before {
	position: absolute;
	content: "";
	background: #DDDDDD;
	height: 120%;
	width: 1px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.borr::before {
	position: absolute;
	content: "";
	background: #DDDDDD;
	height: 120%;
	width: 1px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


.ffl {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.single-fffll {
	width: 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}


.col-lg-6.borr {
	position: relative;
}
.col-lg-8.brroo::before {
	position: absolute;
	content: "";
	background: #ddd;
	width: 1px;
	height: 120%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.cool-up-area {
	height: 55px;
	display: flex;
	align-items: center;
	background: #4F4F4F;
	padding: 0 20px;
}
.single-up a {
	color: #f2f2f2;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.single-up a img {
	margin-left: 10px;
}
.upp-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-up {
	position: relative;
}
.single-up i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -73px;
	color: #828282;
}


.acctive {
	background: #DFF3E7;
	height: 88px;
	width: 275px;
	display: block;
	text-align: center;
	line-height: 88px;
	border-radius: 15px;
}


.fltab {
	display: flex;
	justify-content: space-between;
	padding-right: 40px;
	align-items: center;
}
.prof a {
	color: #017C11;
	font-size: 18px;
	font-weight: 600;
	margin-left: 10px;;
}

.single-start-input {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
}


.pablic-table {
	border-left: 1px solid #EAEAEA;
	height: 100vh;
	overflow-y: scroll;
}
.export-area.dd {
	position: absolute;
	bottom: 0;
	background: #fff;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}


.table thead th {
	vertical-align: middle !important;
	border-bottom: 2px solid #dee2e6;
}


.pablic-table th {
	font-size: 16px;
	color: #4F4F4F;
	font-weight: 700;
}

.pablic-table td {
	font-size: 16px;
	color: #333333;
}
.acctive2 {
	height: 88px;
	display: block;
	padding: 0 25px;
	border-radius: 15px;
	line-height: 88px;
}

.nav-link.sse.active::before {
	background: #CD5149;
}


.kp-area {
	width: 100%;
}
.kp-area {
	width: 100%;
	padding: 0 20px;
}


.kp-devolop {
	padding: 20px 0;
}
.kp-devolop h3 {
	font-size: 22px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 17px;
}
.kp-devolop .table thead th {
	border: 0;
	vertical-align: bottom !important;
	text-align: center;
}
.kp-devolop .table td, .table th {
	border: 0;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}
.flkp {
	display: flex;
	justify-content: space-between;
}
.colorr1 {
	background: #EAF2FD;
	width: 150px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}


.bdn {
	border-radius: 0 !important;
}
.bd-lst {
	border-bottom-left-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
}


.colorr2 {
	width: 150px;
	background: #F2ECE5;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.colorr3 {
	background: #FFEEE8;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	width: 150px;
}

.colorr4 {
	width: 150px;
	background: #E9F4EE;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.colorr5 {
	width: 150px;

	background: #F2F2F2;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.kp-devolop .table {
	margin-left: -15px;
}
.fltab {
	border-bottom: 1px solid #ddd;
}
#pills-tab {
	padding-left: 45px;
	border-bottom: 0;
	margin: 0 !important;
}
.kp-bold {
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
}
.wdll {
	width: 85px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding: 0 !important;
}

.wdll .flkp {
	justify-content: center;
}


.kp-devolop.dev-2 {
	border-left: 1px solid #ddd;
	padding-left: 30px;
}

.kp-devolop.dev-2.dd3 {
	position: relative;
}
.kp-devolop.dev-2.dd3::before {
	position: absolute;
	content: "";
	background: #ddd;
	height: 1px;
	width: 103.9%;
	left: 0;
	top: 0;
}

.kp-devolop.dev-2 th {
	font-size: 14px;
}

.flle {
	display: flex;
	justify-content: space-evenly;
}



.wdemx {
	width: 116px;
}

.kp-devolop .table {
	margin-left: -15px;
	border-collapse: separate;
	border-spacing: 20px 0;
}
.bbd {
	width: 100px;
}


.kp-devolop .table {
	margin-left: -35px;
	border-collapse: separate;
	border-spacing: 20px 0;
}
.kp-devolop.dev-2 .table {
	border-spacing: 28px 0;
}

.wdll .flkp {
	justify-content: center;
	width: 100%;
	align-items: center;
}

.y {
	margin: auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: transparent;
}




.y .flkp {
	width: 80px;
	background: #EAF2FD;
	margin: auto;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}


.bdn .flkp {
	border: ;
	border-radius: 0;
}

.bd-lst.y .flkp {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.colorr2.wdll.y .flkp {
	background: #F2ECE5;
}

.colorr3.wdll.y .flkp {
	background: #FFEEE8;
}

.colorr4.wdll.y .flkp {
	background: #E9F4EE;
}
.colorr5.wdll.y .flkp {
	background: #F2F2F2;
}





.card-header {
	padding: 0;
	background: transparent;
	border: 0;
}
.card-header button {
	padding: 0;
	font-size: 20px;
	color: #00B1EB;
	position: relative;
}
.card {
	border: 0;
}
.card-body {
	padding: 0;
}
.card-body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.card-body ul li a {
	color: #00B1EB !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 38px;
}
.card {
	margin-bottom: 30px;
}

.card-body ul li  {
	padding-left: 35px;
}




.btn.btn-link.btn-block.text-left .down {
	display: none;
}
.btn.btn-link.btn-block.text-left .rig {
	display: block;
}
.btn.btn-link.btn-block.text-left.collapsed .rig {
	display: none;
}
.btn.btn-link.btn-block.text-left.collapsed .down {
	display: block;
}



.card-header button a {
	position: absolute;
	top: 50%;
	left: 0;
	color: #00B1EB;
	transform: translateY(-50%);
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	background: #fff;
}
.card-header button {
	padding: 0;
	font-size: 20px;
	color: #00B1EB;
	position: relative;
	padding-left: 28px;
}
.card-body ul li {
	margin: 0 !important;
}
.card-body ul li a {
	color: #00B1EB !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 38px;
}
.down {
	top: 10px !important;
}




.mid-ttable span {
	display: block;
	text-align: ;
}

.mid-ttable th {
	text-align: center;
}



.mid-ttable span {
	display: block;
	text-align: ;
}

.mid-ttable th {
	text-align: center;
	border: 0 !important;
}
.mid-ttable tr {
	border: 0 !important;
}
.mid-ttable td {
	border: 0 !important;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ccr .container-cg .checkmark {
	left: 50%;
	transform: translate(-50%, -50%);
}


.conl {
	text-align: center;
	background: #F7BCBC;
	height: 40px;
	line-height: 40px;
	border-radius: 15px;
	width: 150px;
	margin: auto;
}


.conl.c2 {
	background: #FAD6B7;
}
.conl.c3 {
	background: #FAE9B7;
}
.conl.c4 {
	background: #C7EAAB;
}
.conl.c5 {
	background: #A6D5BA;
}

.site-body-area.clpp {
	border-left: 1px solid #ddd;
}

.mid-ttable {
	padding: 0 80px;
	padding-top: 60px;
}


.backk-brn a {
	color: #017C11;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.backk-brn a img {
	margin-right: 10px;
}
.backk-brn {
	position: absolute;
	bottom: 60px;
	left: 60px;
}
.reg-stap-area {
	padding: 50px 55px;
	height: 911px;
	/*   width: 400px;
    position: fixed; */
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: unset;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}





/*ofcanvass*/




.header-area {
	position: relative;
	border-bottom: solid 3px #CCC;
}
.menu-trigger {
	position: absolute;
	right: 15px;
	background: #017C11;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	z-index: 999;
}
.menu-trigger a {
	color: #fff;
}

.off-canvas-menu {
	position: absolute;
	background: #fff;
	z-index: 999;
	width: 300px;
	left: -100%;
	height: 100%;
	padding-top: 74px;
	transition: .3s;
}
.off-canvas-menu a img {
	max-width: 190px;
	margin-bottom: 30px;
	text-align: ;
}
.off-canvas-menu {
	text-align: center;
}

.off-canvas-menu.active {
	left: 0;
}

.close-menu a {
	position: absolute;
	right: 20px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	top: 15px;
	background: #017C11;
	width: 30px;
}

.menu-trigger {
	display: none;
}
.menu-trigger2 {
	display: none;
}

.menu-trigger2 {
	position: absolute;
	height: 30px;
	width: 30px;
	background: #017C11;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	z-index: 999;

}

.menu-trigger2 a {
	color: #fff;
}



.off-canvas-menu.active {
	left: 0;
	box-shadow: 0 0 10px #0000002b;
}



.off-canvas-menu {
	position: fixed;
	background: #fff;
	z-index: 999;
	width: 300px;
	left: -100%;
	height: 100vh;
	padding-top: 74px;
	transition: .3s;
}

.main-body-area {
	position: relative;
}
.site-left-area.active {
	position: absolute !important;
}.single-start-input.weed {
	 width: 100%;
 }

.single-frm-blk.upload-grp input {
	font-size: 18px;
	color: #333333;
	font-weight: 500;
}

.option {
	margin-right: 0 !important;
}
/* .nice-select {
padding: 0;
} */
.table-responsive {
	display: inline-table;
	width: 100%;
	overflow-x: unset;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}













.form-wrapper {
	max-width: 30%;
	min-width: 300px;
	padding: 50px 30px 50px 30px;
	margin: 50px auto;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
}

.form-group {
	position:relative;

& + .form-group {
	  margin-top: 30px;
  }
}

.form-label {
	position: absolute;
	left: 0;
	top: 10px;
	color: #999;
	background-color: #fff;
	z-index: 5;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
	transform: translateY(-125%);
	font-size: .75em;
}

.form-input {
	position: relative;
	padding: 12px 0px 5px 0;
	width: 100%;
	outline: 0;
	border: 0;
	box-shadow: 0 1px 0 0 #e5e5e5;
	transition: box-shadow 150ms ease-out;

&:focus {
	 box-shadow: 0 2px 0 0 blue;
 }
}

.form-input.filled {
	box-shadow: 0 2px 0 0 lightgreen;
}


.single-brand {
	display: flex;
	align-items: center;
}
.single-brand p {
	margin: 0;
	margin-left: 10px;
	font-size: 18px;
	color: #4F4F4F;
	font-weight: 500;
}
.single-brand p span {
	display: block;
	color: #2F80ED;
	font-weight: 700;
}

.ss4 {
	color: #813E00 !important;
}
.ss5 {
	color: #CD5149 !important;

}
.ss6 {
	color: #219653 !important;
}

.single-reg-input.tt {
	margin-top: 0;
}

.off-canvas-menu.active {
	display: flex;
	justify-content: center;
	z-index: 99999;
}

.acctive {
	background: #DFF3E7;
	height: 88px;
	width: auto;
	/* display: block; */
	border-radius: 15px;
	display: flex;
	justify-content: center;
	line-height: unset !important;
	text-align: left;
	padding: 0 20px;
}
.acctive .single-brand {
	margin-left: 0;
}
.site-left-area.startup-left.active .single-start-input {
	width: 250px;
	background-color: rebeccapurple;
}

.acctive2 {
	background: #F7E5E4;
	height: 88px;
	display: flex;
	padding: 0 25px;
	border-radius: 15px;
	line-height: unset;
	align-items: center;
	margin-left: 60px;
}

.acctive2 .single-brand {
	margin-left: 0;
}

.single-reg-input.form-group.focused label {
	color: #017C11;
}


.single-reg-input.form-group::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 0;
	background: #017C11;
	bottom: 0;
	transition: .3s;
	z-index: 9999;
}


.single-reg-input.form-group .single-pos::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 0;
	background: #017C11;
	bottom: 0;
	transition: .3s;
	z-index: 9999;
}

.single-reg-input.form-group.focused::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #017C11;
	bottom: 0;
	transition: .3s;
}

.single-reg-input.form-group.focused .single-pos::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #017C11;
	bottom: 0;
	transition: .3s;
}

.single-reg-input.form-group.llt.focused::before {
	display: none;
}

.error-message, #error-message-mainFocusArea, .error-message-if, .error-msg-file-upload {
	margin-top: 10px !important;
	font-size: 12px !important;
	color: #EB5757 !important;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
}


.nice-select ul.list {
	max-height: 300px;
	overflow-y: scroll;
}

#error-box {
	text-align: center;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	margin: 10px;
	display: none;
	margin-bottom: 50px;
	border-radius: 3px;
}

.success-box {
	text-align: center;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 15px;
	margin: 10px;
	margin-bottom: 50px;
	border-radius: 3px;
	display: none;
}

.nextStep {
	background-color: transparent;
	border: 0px;
	color: #00B417;
	font-size: 24px;
	font-weight: 600;
	justify-content: end;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	cursor: pointer;
}

#previousStep {
	background-color: transparent;
	border: 0px;
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	justify-content: end;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	cursor: pointer;
}

.select-plus-text {

}

.select-plus-text label{
	display: block;
	font-size: .75em;
	color: #BDBDBD;
	display: block;
	margin: 0;
}

.select-plus-text select {

}
.select-plus-text input {
	width: 87%;
	color: #333;
	border: 0;
	border-bottom: 1px solid #DADADA;
	font-size: 20px;
	height: 40px;
	outline: none;
}

.vvValue {

}

.vvValue input {
	width: 100%;
	border: 0;
	text-align: left;
	border-bottom: 1px solid #DADADA;
	height: 40px;
	width: 255px;

}

.vvValue input:last-child {
	text-align: right;
}

.vvValue label{
	margin-left: 5px;
	margin-right: 5px;
}

.next-btn span {
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	justify-content: end;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	cursor: pointer;
}

.next-btn span img {
	margin-left: 10px;
}

.searchButton {
	float: right;
	font-size: 16px;
	color: #f2f2f2;
	background: #017C11;
	text-align: center;
	line-height: 36px;
	border-radius: 6px;
	border: solid 1px #017C11;
	cursor: pointer;
	outline: none;
}

.searchButton:hover {

}

.searchButton:focus {
	outline: none;
}

.companiesList li {
	cursor: pointer;
	border-bottom: 1px solid #C4C4C4 !important;
}


.textareaInput {
	width: 100% !important;
	min-height: 160px;
	border: 1px solid #C4C4C4 !important;
}

.inputCustom {
	width: 87%;
	color: #333;
	border: 0;
	border-bottom: 1px solid #DADADA;
	font-size: 20px;
	height: 40px;
	outline: none;
}

.callBox {
	background:#D9D9D9;
	border: solid 1px #A6A6A6;
	margin-top: 35px;
	padding: 10px;
	margin-bottom: 35px;.
}

.callBox-buttons {
	float: right;
}

.callBox:after {
	content: '';
	display: block;
	clear: both;
}

.callBox-buttons a {
	font-size: 18px;
	color: #f2f2f2;
	background: #00B1EB;
	text-align: center;
	line-height: 36px;
	border-radius: 6px;
	padding: 10px 15px;
}

.customButton {
	font-size: 18px;
	color: #f2f2f2;
	background: #00B1EB;
	text-align: center;
	line-height: 36px;
	border-radius: 6px;
	padding: 10px 15px;
}

.uploadCompletePhase {
	color:green !important;
	right:-30px !important;
	font-size:22px !important;
}

/*
.showCompany {
position: absolute;
}
*/

.customTextrea {
	display: block;
	width: 100%;
	min-height: 150px;
	border: 1px solid #DADADA;
}

@media (max-width: 1440px)
{

	.filterResize {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.radio-fl {
		padding: 10px;
	}

	/*
    a.showCompany {
    height: 50px !important;
    width: 80% !important;
    }
    */

	ul.companiesList span.checkmark {
		left: 0px !important;
	}

	.searchButton {
		margin-right:10px;
	}

}

.croppie-containe {
	height: auto !important;
}

#image_demo {
	height: auto !important;
}

/* .cropAndUploadButton {
margin-top:-50px;
} */

.cropAndUploadButton {
	position: relative !important;
	top: 460px !important;
}

#floating-button {
	position: absolute;
	left: 50px;
	top: 50px;
	padding: 5px 20px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	background-color: #00B1EB;
	border: solid 1px #00B1EB;
}

#floating-button:hover {
	background-color: #017C11;
	border: solid 1px #017C11;
}

.call-box {
	width: 100%;
	color: #4F4F4F;
	padding: 20px;
	border-radius: 8px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: 25px;
	background-color: #F4F4F4;
}
.call-box table tr td:first-child {
	min-width:  220px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 10px;
	margin-right: 80px;
}

.coloredBorder {
	border-radius: 15px 0px 0px 15px;
	margin-right:-15px;
	height:100%;
	float:right;
	width:15px;
}

.coloredBorder.red{
	background: #F8B7B7;
}

.coloredBorder.green{
	background: #B7E3A3;
}

.call-box-editable {
	position: relative;
	height: 100%;
	cursor: pointer;
	font-size: 20px;
}

.call-box-editable span:last-child {
	bottom: 0px;
	position: absolute;
	color:#000000;
	left: -20px;
}


.call-box-editable span:first-child {
	bottom: 40px;
	position: absolute;
	color:#CD5149;
	left: -20px;
}

.call-box-editable span a {
	color: inherit;
}

#selectCompanyScreen {
	text-align: center;
	font-size: 30px;
	margin-top: 35px;
}

.call-box.even  {
	background-color: #D8D8D8;
}

.exportButton {
	cursor: pointer;
	background: #ffffff;
}

#companyControlsButtons a {
	padding: 6px;
	margin-left: 10px;
}

.landingPageBox {
	text-align: center;
}

.landingPageBox #title {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 20px;
}

.landingPageBox p {
	margin-top: 20px;
	padding: inherit;

}

.landingPageBox #loginText {
	margin-top: 80px;
	margin-bottom: 15px;
	font-weight: bold;
}

.redirectLoginButton {
	background: #00B1EB;
	border-radius: 6px;
	padding: 10px 55px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.redirectLoginButton:hover {
	color: #017C11;
}

.landingPageBox .loginRegisterBox {
	width: 70%;
	margin-left: 15%;
}

.landingPageBox  #registerText {
	font-weight: bold;
	margin-top: 45px;
	margin-bottom: 15px;
}


.redirectRegisterButton {
	background: transparent;
	border-radius: 6px;
	padding: 10px 55px;
	color: #017C11;
	display: block;
	font-weight: bold;
	border: solid 1px #017C11;
	text-decoration: none;
}

.redirectRegisterButton:hover {
	color: #00B1EB;
}

.nav-item a {
	display:initial;
	line-height:43px;
}

.active_756 {
	background-color: #EAF2FD;

}

.active_755 {
	background-color: #F2ECE5;
}

.active_757 {
	background-color: #E9F4EE;
}

.active_754 {
	background-color:#FFEEE8;
}
.active_1000 {
	background-color:#E5E5E5;
}


.contactPersoon {
}

.contactPersoon .contactPersoonImg {
	position: relative;
	float: left;
	margin-top: 5px;
}

.contactPersoon .contactPersoonImg img.PersoonImg  {
	border-radius: 50%;
	height: 110px;
}


.contactPersoon .contactPersoonImg img.socialLink  {
	position: absolute;
	width: 25px;
	bottom: 0px;
	right: 0px;
}

.contactPersoon .contactPersonDetails {
	float: right;
	margin-top: 0px;
}

.contactPersoon .contactPersonDetails a {
	color: inherit;
	text-decoration: underline;
}

.contactPersoon .contactPersonDetails span {
	display: block;
	margin-bottom: 6px;
}
.contactPersoon .contactPersonDetails span .fas{

	margin-right: 5px;
}
.contactPersoon .contactPersonDetails span.label {
	color: #828282;
	font-size: 14px;
}

.customWidth {
	width: 150px;

}

.allTypes {
	display: none;
}

.uploadFile_1, .uploadFile_1 {
	margin-top: 10px;
}

#uploadFile {
	display: none;
}

.uploadFileButton {

	font-size: 16px;
	color: #f2f2f2;
	background: #00B1EB;
	text-align: center;
	line-height: 36px;
	border-radius: 6px;
	border: solid 1px #00B1EB;
	cursor: pointer;
	outline: none;
}

.companiesList .container-ck {
	margin-bottom:30px;
}




::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#656768;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #232526
}

.tab-content-bg {
	background-color: #FAFAFA;
}

.linkMaterial {
	position: absolute;
	right: 2px;
	bottom: -7px;
}

.linkMaterial img {
	width: 25px;
}

.ssll {
	min-width: 110px;
}
.min-width-th {
	min-width: 100px;
}

#choosePDFFile {
	cursor: pointer;
	border: 1px solid#017C11;
	border-radius: 5px;
	padding: 8px 10px;
	background-color: transparent;
	display: inline-block;
	margin-right: 15px;
}

#uploadPDFFile {
	cursor: pointer;
	border-radius: 5px;
	padding: 8px 10px;
	background-color: #00B1EB;
	display: inline-block;
	margin-right: 15px;
	border: 0px;
	color: #ffffff;
}

#previewFile {
	cursor: pointer;
	border-radius: 5px;
	padding: 8px 10px;
	background-color: #27AE60;
	display: inline-block;
	margin-right: 15px;
	border: 0px;
	color: #ffffff;
}

#removeFile {
	cursor: pointer;
	border-radius: 5px;
	padding: 8px 10px;
	background-color: #d9534f;
	display: inline-block;
	margin-right: 15px;
	border: 0px;
	color: #ffffff;
}

#external-ma::after {
	content: "";
	display: table;
	clear: both;
}

#external-main {
	width: 70%;
	float: left;
}

#external-main .content {
}

#external-main .content .top-details {
	border-bottom: solid 1px #ddd;
	padding: 20px;
}

#external-main .content .text {
	padding: 20px;
}

#external-main .content .text span.label {
	font-size: 13px;
	margin: 0;
	display: block;
	color: #017C11;
	font-weight: 700;
}

#external-main .content .top-details::after {
	content: "";
	display: table;
	clear: both;
}

#external-main .content .top-details .left {
	width: 60%;
	float: left;
}

#external-main .content .top-details .right {
	width: 40%;
	float: right;
}

#external-main .content .top-details .right span {
	display: block;
	margin-bottom: 5px;
}


#external-main .content .top-details .right span.label {
	font-size: 14px;
	color: #017C11;
	margin: 0;
	display: inline-block;
}

#external-main .content .top-details .left span.label {
	font-size: 14px;
	color: #017C11;
	margin: 0;
	display: block;
}

#external-main .content h3 {
	font-size: 24px;
	color: #00B1EB;
	font-weight: 700;
	margin-bottom: 15px;
}

#external-aside {
	width: 30%;
	float: right;
	border-left: solid 1px #ddd;
}

#external-aside .content {

}

#external-aside .content .box {
	font-size: 14px;
	border-bottom: solid 1px #ddd;
	padding: 20px;
}

#external-aside .content .box span {
	display: block;
	margin-bottom: 5px;
}

#external-aside .content .box span.label {
	font-size: 14px;
	color: #017C11;
	margin: 0;
	display: inline-block;
}

.application-form-welcome {

}

.application-form-welcome .box-data {
	display: block;
}

.application-form-welcome .box-data label {
	display: inline-block;
	font-weight: 900;
}

.application-form-welcome .box-data .text-data {
	display: inline-block;
}

.HV-center-box {
	margin: auto;
	width: 550px;
	padding: 10px;
	margin-top: 5%;
}

.showCountCharLabel {
	display: inline;
	float: right;
	margin-top: 5px;
}

.logtype {
	width: 100% !important;
	max-width: none;
}

.logtypeScaleup4Europe {
	width: 50% !important;
	max-width: none;
}

.cropAndUploadButton {
	top: 300px !important;
}

@media only screen and (max-width: 1400px) {
	.logtypeScaleup4Europe {
		width: 70% !important;
	}
}

@media only screen and (max-width: 992px) {
	.logtype {
		width: 200px !important;
	}

	.logtypeScaleup4Europe {
		width: 100px !important;
	}


	.cropAndUploadButton {
		top: 350px !important;
	}



}

@media only screen and (max-width: 500px) {
	.logtype {
		width: 80% !important;
	}

}

.reg-stap a{
	cursor: default;
}

.wellcome-call-page-title {

}

.required-character-sign {
	color: red;
}

.regestation-form label.container-cks span{
	color: #00B417;
}

.single-reg-input.llt:nth-last-of-type(2){
	margin-bottom: 0 !important;
}

.log-in-text{
	text-align: center;
	margin-bottom: 0;
}

.Registration-area .regestation-form .login-link{
	text-align: center;
}
#regestationForm{
	margin-bottom: 0;
}

.type-select-form{
	text-align: center;
}

.type-select-form .btn-type-of-seeker img,
.type-select-form .btn-home img {
	right: 25px;
	position: absolute;
	padding-top: 6px;
}

.type-select-form .btn-type-of-seeker button,
.type-select-form .btn-home button{
	padding: 0 25px;
	text-align: left;
	font-size: 18px;
	background: #F2F2F2;
	width: 100%;
	height: 64px;
	color: #000;
	border-radius: 8px;
	border: 0;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.type-select-form .btn-type-of-seeker button:hover,
.type-select-form .btn-home button:hover{
	background: #c7c7c7;
}

.types-spacer{
	padding-bottom: 10px;
}

.container.register-pronet{
	max-width: 1920px;
}

.register-pronet .header__flex{
	padding: 20px 0;
	border-bottom: 1px solid #E0E0E0;
}

.register-pronet .header__logo img{
	height: 54px;
}

.registration-side{
	border-right: 1px solid #E0E0E0;
}

.grid-container-registration{
	display: grid;
	grid-template-columns: 370px auto;
	height: 100%;
}

.content-side,
.registration-side{
	padding: 50px;
}

.registration-side h3{
	color: #017C11;
	font-size: 24px;
	font-weight: bold;
}

.registration-side .registration-steps{
	margin-top: 50px;
}

.registration-side .step-title{
	color: #BDBDBD;
	margin-bottom: 0;
}

.registration-side .step-title.active{
	color: #00B417;
	font-weight: bold;
}

.registration-side .step-title.finished{
	color: #00B417;
	font-weight: bold;
}

.registration-steps .step-title img{
	padding-right: 25px;
}

.registration-steps .btw-step-spacer{
	height: 20px;
	border-left: 1px dashed #BDBDBD;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.registration-steps .btw-step-spacer:last-of-type{
	display: none;
}

.general-info-form{
	margin-top: 50px;
	height: 100%;
}

.general-info-form .general-info-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.general-info-form form{
	height: 100%;
	position: relative;
}

.nice-select.title-select-general,
.man-height-itm{
	height: 40px;
}

.nice-select.title-select-general {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #DADADA;
	border-radius: 0;
	font-size: 20px;
	outline: none;
	color: #333;
	padding-left: 0;
}

.general-info-form .img-upload-text{
	color: #BDBDBD;
	font-size: 12px;
	margin-bottom: 10px;
}

input[type="file"] {
	display: none;
}

/* Custom button */
.custom-file-upload {
	display: inline-block;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #017C11;
	color: #017C11 !important;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	width: 120px;
}

.custom-file-upload:hover {
	background-color: #017C11;
	color: #fff !important;
}

.outer-container{
	height: 100vh;
}

.content-side .navigation-buttons{
	position: absolute;
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 50px;
}

.navigation-buttons .next-btn.fl{
	padding: 0;
}

.check-tags h4{
	margin-bottom: 0;
}

p.check-instructions{
	color: #BDBDBD;
	font-size: 12px;
}

.check-tags .checkbox-container input{
	margin-right: 15px;
	accent-color: #017C11;
	width: 16px;
	height: 16px;
}

.check-tags .checkbox-container label{
	padding-bottom: 8px;
}

.expertise-container{
	background: #F5F5F5;
	padding: 15px;
	margin-bottom: 15px;
	max-width: 800px;
}

.expertise-container h6{
	color: #017C11;
	font-size: 20px;
	padding-bottom: 15px;
}

.expertise-container .single-score{
	border: 1px solid #017C11;
	padding: 5px 10px;
	width: 100%;
	border-radius: 8px;
	margin-bottom: 10px;
	font-size: 20px;
	background: #fff;
}

.expertise-container .single-score input{
	margin-right: 15px;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	border: 5px solid;
	accent-color: #017C11;
}

.expertise-container .single-score label{
	margin-bottom: 0;
}

.services-description{
	color: #BDBDBD;
	font-size: 12px;
	padding-top: 15px;
	max-width: 800px;
}

#previousStep img{
	transform: rotate(180deg);
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.nextStep img{
	padding-left: 10px;
}

.checkbox-container .service-checkbox{
	margin-right: 10px;
	accent-color: #017C11;
}

.expertise-container .data-container p{
	color: #017C11;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 6px;
}

textarea.service-description{
	width: 100%;
	height: 110px;
	max-height: 110px;
	font-size: 13px;
	border: 1px solid #BDBDBD;
	padding: 10px;
}
.data-container.add-training{
	margin-bottom: 15px;
}

.add-training textarea.training-description{
	width: 100%;
	font-size: 13px;
	border-radius: 3px;
	border: 1px solid #BDBDBD;
	padding: 10px;
	margin-bottom: 5px;
}

.add-training input.training-title,
input.service-title{
	width: 100%;
	border-radius: 3px;
	border: 1px solid #BDBDBD;
	padding: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.add-training p.training-title{
	color: #828282;
	font-size: 14px;
}

p.service-title{
	color: #828282 !important;
	font-size: 14px !important;
}

.add-training-btn{
	max-width: 800px;
	text-align: center;
}

.add-training-btn p{
	color: #00B417;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

.popup-container{
	display: none;
}

.popup-container .popup-content.success{
	color: #fff;
	background: #017C11;
	font-weight: bold;
	padding: 15px;
	border-radius: 5px;
	font-size: 18px;
	margin-bottom: 24px;
}

.popup-container .popup-content.success p{
	margin: 0;
	padding: 0;
}

.select-container{
	display: flex;
	flex-direction: column;
}

.expertise-dropdown{
	height: 40px;
	width: 100%;
	padding-left: 10px;
}

.expertise-dropdown.spacing{
	margin-bottom: 15px;
}

.validation-error-message {
	display: none;
	margin-top: 2px;
	font-size: 13px;
	color: #c54b0f;
}

.validation-error-message.extra-ts {
	margin-top: 5px;
}

.validation-error {
	border-bottom: solid 1px #c54b0f !important;
}

.validation-error-message {
	display: none;
	margin-top: 2px;
	font-size: 13px;
	color: #c54b0f;
}

.field-small-text{
	font-size: 13px;
}

.validation-error-message.extra-ts {
	margin-top: 5px;
}

select.validation-error + div.nice-select {
	border-color: #c54b0f;
}

input[type="checkbox"].validation-error + span.checkmark {
	border-color: #c54b0f;
}

.border-full{
	border: solid 1px #c54b0f !important;
}

.disable-option{
	pointer-events: none;
	opacity: 0.5;
}

.expertise-container .list .option{
	padding-left: 30px;
}

.expertise-container .list .option.disabled{
	padding-left: 18px;
}

.o-desc{
	padding: 0 15px;
	margin-bottom: 10px !important;
}

.disable-option{
	display: none;
}

.finish-data-container{
	margin-top: 50px;
}

.finish-data-container .add-role {
	margin-bottom: 50px;
}

.finish-data-container h3{
	text-align: center;
}

.general-info-grid .width-100{
	grid-column: 1 / -1;
}

.groups-expertise{
	margin-top: 20px;
}

.groups-expertise h2{
	margin-bottom: 25px;
}

.description-solutions{
	padding-left: 30px;
	font-size: 12px;
	color: #017C11;
}

.mp-0{
	padding: 0;
	margin: 0;
}

.general-info-grid .checkbox-container label{
	color: #000;
	padding-left: 25px;
	width: 100%;
}

.pad-min{
	margin-bottom: 10px;
}

.other-description{
	display: none;
	width: 100%;
	height: 100px;
	padding: 5px;
}

p.check-instructions.other{
	display: none;
	margin-bottom: 5px;
	font-size: 14px;
}

.serviceInfrastructureCheck label{
	font-size: 14px;
	padding-bottom: 0 !important;
}

.serviceInfrastructureCheck input[type='checkbox']{
	width: 14px;
	height: 14px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -1px;
}

.nice-select.title-select-general.company-size{
	font-size: 16px;
}

.expertise-container input[type=checkbox], input[type=radio]{
	margin-right: 5px;
}

#solution_seeker .check-top .check-fl .container-cg{
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 35px;
}

.grid-start-area{
	display: grid;
	grid-template-columns: 1fr 400px;
	width: 100%;
}

.grid-start-area .company-tittle{
	color: #017C11 !important;
	font-size: 32px;
	font-weight: 500;
}

.grid-start-area .company-info-side{
	border-left: 1px solid #ddd;
	padding: 15px;
}

.grid-start-area .start-loca-lor-img{
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.grid-start-area .company-info-side h3{
	font-size: 20px;
	color: #017C11;
	margin-bottom: 5px;
}



.company-profile .company-profile-data{
	padding-bottom: 10px;
}

.grid-start-area .main-side .main-content{
	padding: 40px;
}

.start-body-area{
	display: flex;
	flex-direction: column;
	height: 100%;
}

.start-loca-area.first{
	border-bottom: none;
	flex-grow: 1; /* This makes the first .start-loca-area expand */
	display: flex;
	flex-direction: column;
	height: 100%;
}

.start-loca-area.first .container-fluid{
	height: 100%;
}

.start-loca-area.first .container-fluid .row{
	height: 100%;
}

.company-profile h6{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}

.company-profile .market-areas-experts span{
	border: 1px solid #E1F0E3;
	border-radius: 6px;
	padding: 4px 8px;
	margin-bottom: 5px;
	display: inline-block;
	color: #017C11;
	font-size: 16px;
	background: #E1F0E3;
}

.company-profile .market-areas-experts{
	margin-bottom: 15px;
}

.contactPersonDetails{
	padding: 0 40px;
	padding-top: 40px;
}

.content_area h3{
	color: #017C11;
}

.grid-view-2{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
}

.single-company-solution{
	padding: 5px;
	margin-bottom: 15px;
}

.single-company-solution h5{
	margin-bottom: 6px;
}

.single-company-solution span{
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 5px;
}

.testingServices-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.use-case-checkbox-tag span{
	border: 1px solid #ddd;
	display: inline-block;
	padding: 10px;
	margin: 10px;
}

.content-container {
	height: 100%;
	max-width: 2527px;
	padding: 25px;
}

.content-inside {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.content-card {
	border: none;
	background: #F5F5F5;
	border-radius: 20px;
	padding: 24px;
}

.content-card h2 {
	margin-top: 0;
	font-size: 28px;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #017C11;
}

.content-card p {
	font-size: 14px;
	margin-bottom: 15px;
}

.content-container .buttons {
	display: flex;
	gap: 10px;
}

.doc-button {
	border-radius: 8px;
	border: 1px solid #017C11;
	color: #017C11;
	padding: 10px 16px;
	cursor: pointer;
}

.access-button {
	background-color: #017C11;
	border: none;
	cursor: pointer;
	color: #fff;
	border-radius: 8px;
	padding: 10px 16px;
}

.general-info-form .type-container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

.type-cube button{
	width: 100%;
	border: 2px solid #017C11;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	padding: 10px 16px;
	cursor: pointer;
	background: #017C11;
}

.border-full{
	border: solid 1px #c54b0f !important;
}

.single-reg-input.form-group.focused.about label{
	font-size: 14px;
}

textarea.form-input{
	height: 100px;
}

.custom-upload {
	display: inline-block;
	padding: 10px 20px;
	background-color: #4CAF50;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	border: none;
	margin-top: 15px;
}

.custom-upload:hover {
	background-color: #45a049;
}

.single-reg-input.file label.custom-upload{
	display: inline-block;
	color: #fff !important;
}

.single-reg-input.file p{
	color: #000;
}

.uploadedFiles {
	font-size: 14px;
}

.uploadedFiles a{
	color: #017C11;
}

.registration-side .profile .step-title{
	font-size: 20px;
	display: inline-flex;
	align-items: center;
}

.contact-area span{
	display: block;
}

.type-container.facilitators .type-cube{
	width: 100%;
	color: #017C11;
	font-weight: 700;
	font-size: 18px;
	padding: 10px;
}

.type-container.facilitators{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

.type-container.facilitators .f-title{
	color: #000;
}

.focus-area .market-areas-experts{
	margin-bottom: 5px;
}

.main-content .content_area{
	background: #F5F5F5;
	padding: 20px;
	margin-bottom: 24px;
	border-radius: 20px;
}

.contactPersonDetails h3{
	font-weight: bold;
}

.company-profile .project-logo{
	text-align: center;
}

.main-content .market-area,
.main-content .needs-area{
	background: #F5F5F5;
	padding: 20px;
	margin-bottom: 24px;
	border-radius: 20px;
}

.content_area .tag-group h4{
	margin-bottom: 5px;
	font-size: 16px;
}

.content_area .tag-group span{
	border-radius: 6px;
	background: #E1F0E3;
	color: #017C11;
	padding: 4px 8px;
	margin-right: 5px;
}

.mobile-menu{
	padding: 8px;
	background: #F5F5F5;
	border-radius: 10px;
	position: absolute;
	left: 20px;
	top: 20px;
	display: none;
}

.content-card .tool-content h3{
	color: #1B1B21;
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	margin-bottom: 5px;
}

.content-card h2 img{
	float: right;
	transform: scaleX(-1) rotate(180deg);
	cursor: pointer;
}

.content-card .tool-content{
	margin-top: 20px;
	display: none;
}

.rotated {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.general-info-form .connect-profiles{
	margin-top: 50px;
	border: 1px solid #d0d0d0;
	padding: 15px;
}

.profiles-container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.general-info-form .connect-profiles a{
	display: list-item;
	margin-left: 30px;
	color: #00B417;
	width: fit-content;
}

.general-info-form .connect-profiles a:hover{
	color: #008210;
}

@media only screen and (max-width: 1280px) {
	.general-info-form .type-container{
		grid-template-columns: 1fr 1fr;
	}

	.content-side, .registration-side{
		padding: 30px;
	}

	.grid-container-registration{
		grid-template-columns: 300px auto;
	}
}

.grid-container-registration .registration-side{
	display: block;
}

a.offcanvas__trigger{
	display: none!important;
}

@media only screen and (max-width: 870px) {
	.grid-container-registration{
		grid-template-columns: auto;
	}

	.grid-container-registration .registration-side{
		display: none;
		position: absolute;
		z-index: 99;
		background: rgb(255, 255, 255);
		height: 100%;
	}

	a.offcanvas__trigger{
		display: flex !important;
	}
}

@media only screen and (max-width: 600px) {
	.general-info-form .type-container {
		grid-template-columns: 1fr;
	}

	.profiles-container {
		grid-template-columns: 1fr;
	}

	.connect-profiles.marketplace{
		margin-top: 20px;
	}
}