
/* ----------------------------  Main page (Signup and Signin) --------------------------- */
.signup .row{
	height: 100vh;
	align-items: center;
}
#signup .site-wrapper{
	background-image: url(../images/signup-bkg.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh
}
.signup-form{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	overflow: hidden;
}
.signup-form #myTab li{
	flex: 50%;
}
.signup-form #myTab li a{
	padding: 10px 30px;
	font-size:20px;
	font-weight: 600;
	border: 0;
	text-align: center;
	color:#000;
	box-shadow: inset 0 0 15px #eaecee;
	border-radius: 0;
	background-color: #F4F7F9;
}
.signup-form #myTab li a.active{
	background-color: #fff;
	box-shadow: unset;
	color: #5f7d95;
}
.signup-form .form-content{
	padding: 60px 40px;
	background-color: #fff
}
.signup-form .form-content .social-login{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.signup-form .form-content .social-login a{
	border-radius: 5px;
	text-align: center;
	min-width: 220px;
	padding: 5px 30px;
	color:#fff;
}

.signup-form .form-content .social-login a.google{
	background-color: #DD4B39;
}
.signup-form .form-content .social-login a.facebook{
	background-color: #3B5998;
}
.signup-form .form-content .social-login a span:first-child{
	margin-right: 8px;
}
.signup-form .form-content form .form-group{
	position: relative;
}
.signup-form .form-content form input,
.signup-form .form-content form textarea {
  border-color: #BAC8D3;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 30px 15px 65px;
  font-size:16px;
  height: auto;
  position: relative;

}
.signup-form .form-content form .icon{
	position: absolute;
	z-index: 2;
	color: #97a1a9;
	background-color: #F8FAFB;
	height:54px;
	width: 54px;
	top: 1px;
	left: 1px;
	border-radius: 5px 0 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #BAC8D3;
}
.signup-form .form-content form .right-icon{
	left:unset;
	right: 1px;
	border-left: 1px solid #BAC8D3;
	border-right: 0;
	border-radius: 0 5px 5px 0;
}
#password{
	padding: 15px 80px 15px 16px;
}
.lock-unlock-icon{
	position: absolute;
	top:50%;
	right: 65px;
	transform: translateY(-50%);
	color: #97a1a9 !important;
}
#termcondition{
	display: none;
}
.custom-control-label{
	font-size: 13px;
	line-height: 20px;
	color:#5f7d95
}
#auth-register-form{
	box-shadow: inset 0 0 0 100px #1273eb;
	font-size: 16px;
    height: 44px;
    line-height: 44px;
	padding: 0 1.4em;
	border-radius: 3px;
	color:#fff;
	width: 100%;
	margin-top: 15px;
}
#signin .lock-unlock-icon{
	right: 25px;
}
.forgotlink a{
	width: 100%;
	text-align: right;
	color: #EA546B;
	display: block;
	font-size:14px;
	font-weight: 600;
}
.forgotlink{
	margin-bottom: 0;
	margin-top: -10px;
}



/* ------------- Landingpage ----------------- */
.homepage{
	font-family: 'Raleway', sans-serif;
}
.landing-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 40px;
	width: 100%;
}
.landing-header.sticky{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgb(255,255,255,0.92) 0% 0% no-repeat padding-box;
    backdrop-filter: blur(12px);
        box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
}
.landing-header .brand-logo img{
	max-width: 150px;
}
.header-profile img{
	margin-left: 10px;
}
/* banner section */
.landing-banner{
	min-height: 430px;
	width: 100%;
	background-image: url('../images/homepage/landing-banner.jpg');
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.landing-banner:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(32,32,32,0.8);
	content: '';
}
.landing-content{
	text-align: center;
	position: relative;
	z-index: 1;
	color:#fff;
	font-size:23px;
	line-height: 36px;
}
.landing-content h2{
	color:#5EC3B9;
	font-size:44px;
	line-height: 48px;
	max-width: 780px;
	margin: 0 auto 22px;
}
.landing-content .btn{
	background-color: #EA546B;
	min-width: 250px;
	text-align: center;
	border-radius: 10px;
	color:#fff;
	font-weight: 500;
	font-size: 25px;
	line-height: 26px;
	border:0;
	padding: 18px 0;
	margin-top: 12px;
}
/* steps section */
.steps{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 32px 60px 0 48px;
	min-height: 265px;
}
.steps div{
	flex:0 0 50%;
}
.steps:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -20px;
	border-width: 20px;
	border-style: solid;
	z-index: 1;
}
.steps.signup-step:after{
	border-color: transparent transparent transparent #6C6977;
}
.steps.design-step:after{
	border-color: transparent transparent transparent #5EC3B9;
}
.steps.earn-step:after{
	border:unset;
}
.steps .step-content{
	color:#fff;
	text-align: right;
}
.steps .step-content span{
	font-size: 26px;
	font-weight: bold;
}
.steps .step-content h3{
	font-size: 40px;
	font-weight: 500;
	line-height: 47px;
	text-transform: uppercase;
	margin-top: 28px;
}
.signup-step{
	background-color: #6C6977;
}
.design-step{
	background-color: #5EC3B9;
}
.earn-step{
	background-color: #EA546B;
}
.login-step .col-md-4{
	padding-right: 0;
	padding-left: 0;
}
.login-step{
	border-bottom: 15px solid #3F3F3F;
}

/* about common */
.about-section{
	padding: 60px 0;
}
.about-section .row{
	align-items: center;
}
.about-content{
	font-size: 20px;
	color:#000;
	line-height: 24px;
	padding-left: 38px;
	position: relative;
}
.content-right:after{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 14px;
	height: 100%;
	background-image: url('../images/homepage/leftarrow-line.png');
}
.flexibility-section .content-right:after{
	background-image: url('../images/homepage/flexibility-arrow.png');
}
.content-left:after{
	content: '';
	position: absolute;
	top:0;
	right: 0;
	width: 15px;
	height: 100%;
	background-image: url('../images/homepage/rightarrow-line.svg');
	background-position: right;
}
.content-left{
	padding-left: 0;
	padding-right: 38px;
}
.about-content h3{
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	color:#EA546B;
	margin-bottom: 15px;
}
.visibility-section{
	padding-top: 160px;
}
.visibility-section .about-content{
	padding-bottom: 5px;
}
.growth-section{
	padding-bottom: 160px;
}
/* watchvideo-section */
.watchvideo-section{
	background-color: #6C6977;
	padding: 120px 0;
	color: #fff;
	text-align: center;
	position: relative;
}
.watchvideo-section:after{
	content: '';
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
	width: 540px;
	background: linear-gradient(90deg, #EA546B 5.32%, rgba(234, 84, 107, 0) 100%);
}
.watchvideo-section h3{
	font-weight: bold;
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 25px;
}
.watchvideo-section .btn{
	border: 2px solid #FFFFFF;
	width: 200px;
	background-color: transparent;
	border-radius: 0;
	padding: 12px 0;
	font-size: 24px;
	color:#fff;
	line-height: 24px;
	font-weight: 700;
}
/* getstarted-section */
.getstarted-section{
	padding: 105px 0;
	background-image: url(../images/homepage/getstarted.png);
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.getstarted-section a{
	background-color: #EA546B;
	text-align: center;
	border-radius: 10px;
	color:#fff;
	font-weight: 500;
	font-size: 25px;
	line-height: 26px;
	border:0;
	padding: 18px 58px;
}
/* footer */
.site-footer{
	padding: 50px 0;
}
.site-footer .footer-content .footer-link a{
	font-weight: 500;
}
.contributor{
	margin-top: 30px;
}
.contributor .btn{
	background-color: #EA546B;
	text-align: center;
	border-radius: 10px;
	color:#fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	border:0;
	padding: 10px 30px;
}

/* ------------------------- Profile Page -------------------- */
.common-header header{
	border-bottom: 2px solid #979797;
}
.profilepage .site-wrapper{
	height: auto;
}
.profile-section .profile-heading h2{
	font-size: 37px;
	font-weight: 700;
	line-height: 45px;
	color:#EA546B;
	margin-bottom: 0px;
}
.profile-section{
	padding: 50px 0;
}
.profile-section .container-fluid{
	padding: 0 40px;
}
.profile-section form .form-group{
	width: calc(50% - 15px);
	float:left
}
.profile-section form .form-group:nth-child(odd){
	margin-right: 30px;
}
.profile-section form .form-group label{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0;
}
.profile-section form .form-group select{
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%;

	  font-size: 1rem;
	  font-weight: 400;
	  line-height: 1.5;
	  color: #495057;
	  position: relative;
}
.profile-section #state-code input{
	border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%;
	  font-size: 1rem;
	  font-weight: 400;
	  line-height: 1.5;
	  color: #495057;
	  position: relative;
}
.profile-section form .form-group select:focus-visible{
	outline: unset;
}
.profile-section form .custom-dropdown{
	position: relative;
}
/* .profile-section form .custom-dropdown .dropdown-arrow{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	border-left: 1px solid #CECECE;
	text-align: center;
	color: #CECECE;
} */
.profile-section form .form-group.custom-dropdown:after{
	content: ' ';
	display: inline-block;
	border-bottom: 2px solid #CECECE;
	border-right: 2px solid #CECECE;
	height: 10px;
	width: 10px;
	transform: rotate(45deg);
	/* font-family: "Font Awesome 5 Free"; */
	/* content: "\f078"; */
	position: absolute;
	bottom: 20px;
	right: 20px;
	/* border-left: 1px solid #CECECE; */
	text-align: center;
	color: #CECECE;
}
.profile-section form .form-group.custom-dropdown:before{
	content: '';
	width: 1px;
	height: 50px;
	background-color: #CECECE;
	bottom: 0;
	right: 50px;
	position: absolute;
	z-index: 1;
}
.profile-section input,.profile-section select{
	padding: 12px 20px;
	height: auto;
}
.profile-section form.profileinfo-form .form-group{
	position: relative;
}
.profile-section form.profileinfo-form .icon{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 20px;
}
.profile-section .profile-socialinfo form.profileinfo-form input{
	padding: 12px 0 12px 70px;
}
.profile-section  form.profileinfo-form input::placeholder{
	color:#CECECE
}
.profile-section .profile-socialinfo{
	margin-top: 40px;
	width: 100%;
	float: left;
}
.profile-section .btn{
	background-color: #EA546B;
	min-width: 250px;
	text-align: center;
	border-radius: 10px;
	color:#fff;
	font-weight: 500;
	font-size: 25px;
	line-height: 26px;
	border:0;
	padding: 18px 0;
	margin-top: 20px;	
}

/* ------ Main page (Design page) ------- */
#maindesign_page{
	padding-top: 210px;
}
.design_post_box{
	border-radius: 17px;
	padding: 40px 44px;
	color:#fff
}
.industry_post{
	background-color: #EA546B;
}
.category_post{
	background-color: #5EC3B9;
}
.design_post_box h2{
	margin-bottom: 24px;
}
.design_post_box  p{
	font-size: 17px;
	line-height: 26px;
	max-width: 376px;
}
.chart iframe{
	width: 210px !important;
}
.chart{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 150px;
}
.chart p{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	max-width: 196px;
	margin-left: 25px;
}

/* ----- Status page ---------- */
.status_content{
	padding: 43px 45px 0 54px;
}
.bg-green{
	background-color: #5EC3B9;
}

.bg-red{
	background-color: red;
}

.bg-lightgray{
	background-color: #CECECE;
}
.status_top_box{
	border-radius: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 8px 6px 18px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.status_num{
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	background-color: #B8C2C9;
	
}
.status_num.bg-darkgreen{
	background-color: #4FB2A6;
}
.status_details{
	background-color: #fff;
	margin-top: 15px;
	padding: 45px 35px;
	min-height: 660px;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}
.status_details .status_detail_box{
	background: #E8EAEA;
	border-radius: 10px;
	padding: 11px;
}
.status_details .status_detail_box img{
		width: 100%;
		border-radius: 6px;
		height: 240px;
    object-fit: cover;
    object-position: top;
    border: 1px solid #fff;
}
.status_details .card-img-top{
	height: auto;
  max-width: 100%;
  border: 0;
  border-radius: 0
}
/*.status_details .card {
    padding: 4px;
}*/
/*.status_details .card-body {
    padding: 2px;
}*/
.status_details .cart-footer {
    background: #f5f7f9;
    padding: 6px 0;
    text-align: center;
}
.status_details .cust-card-title {
	text-transform: uppercase !important;
}
.status_detail_tag{
	margin: -15px 0 0px -10px;
}
.status-popup{
	background: #979797;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 12px;
	line-height: 10px;
	display: none;
	float: right;
	margin-left: auto;
	margin-top: 10px;
}
.status-popup-active{
	display: inline-block !important;
}
.status-popup a{
	color:#fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 10px;
}
.status-popup span:first-child{
	background: transparent !important;
	padding: 0 !important;

}
.status-popup ul{
	margin-bottom: 0
}
.status-popup ul li:first-child{
	padding-top: 0;
}
.status-popup ul li{
	padding-bottom: 10px;
	padding-top: 8px;
	border-bottom: 1px solid #fff;
}
.status-popup ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.status_detail_tag span:first-child{
	background: #cd5a6c;
  border-radius: 0.25rem;
  padding: 4px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase !important;
}
.status_detail_tag .tag_icon{
	background: #EA546B;
	border-radius: 3px;
	text-align: center;
	width: 20px;
	height: 20px;
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	line-height: 12px;
}
.status_detail_tag .tag_icon:hover{
	cursor: pointer;
}
.status_right{
	margin-top: 60px;
	background: #979797;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 9px 12px 16px 12px;
	color:#fff
}
.status_right img{
	border-radius: 6px;
	width: 100%;
	margin-bottom: 15px;
	height: 200px;
	object-fit: cover;
	object-position: top;
}
.status_right h6{
	font-size: 16px;
}
.status_right .status_right_details{
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 10px;
	line-height: 10px;
	font-weight: bold;
}
.tooltiptext{
	visibility: hidden;
  width: auto;
  background-color: #cecece;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 15px;
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 50%;
  margin-left: -60px;
}
.tooltiptext img{
	width: 30px;
	float: left;
	margin-right: 10px;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #cecece transparent;
}
.rejections{
	position: relative;
}
.rejections:hover .tooltiptext {
  visibility: visible;
}
/* ------- Indusry post ------ */
.create-designbtn{
	padding: 16px 40px;
	text-align: right;
}
.create-designbtn .btn{
	background-color: #EC5569;
	border-radius: 8px;
	font-size: 13px;
	color:#fff;
	padding: 9px 26px;
	display: inline-block;
	font-weight: 400;
}
.industry_content{
	padding: 0 52px;
	margin-top: 38px;
}
.post-heading{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.post_left{
	display: flex;
	align-items: center;
}
.post_left h6{
	color: #FF2D55;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 0;
	margin-left: 17px;
}
.panel-heading{
	padding: 10px 20px;
	background-color: #fff;
	width: 100%;
	border-radius: 7px;
}
.panel-group{
	margin-bottom: 13px;
}
.post_right{
	color: #BDC9D3;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}
.post_right .post_num{
	color: #121924;
	font-weight: 700;
}
.panel-body{
	padding: 10px 20px 10px 53px;
	background-color: #fff;
	width: 100%;
	border-radius: 7px;
	margin-top: 8px;
}
.panel-body .post_left h6{
	color: #7B8994;
	font-weight: 700;
	font-size: 15px;
	line-height: 23px;
	margin-left: 0;
}
.panel-body .post_right{
	font-size: 15px;
	line-height: 23px;
}

/* --------- Earning page --------- */
#earning_page{
	overflow: auto;
}
#earning_page .dashboard{
	padding: 38px 54px;
}
#earning_page .dashboard h3{
	margin-bottom: 38px ;
}
#earning_page .heading{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 18px;
}
#earning_page .heading h6{
	margin-bottom: 0;
}
#earning_page .heading a{
	line-height: 18px;
}
.earning-box{
	background-color: #fff;
	border: 1px solid #CECECE;
	border-radius: 4px;
}
.earning-box h2{
	padding: 0 18px;
	margin-bottom: 0;
	font-size: 38px;
	color: #EA546B;
	font-weight: 400;
}
.earning-month{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #CECECE;
	margin-top: 35px;
}
.earning-month span{
	width: 50%;
	padding: 14px 0;
	text-align: center;
}
.earning-month .week{
	font-size: 18px;
	color:#EA546B;
	font-size: 18px;
	font-weight: bold;
	border-right: 1px solid #CECECE;
}
#earning_page .income{
	margin-top: 60px;
}
#earning_page .income .earning-box{
	padding: 18px 18px 40px 18px;
}
#earning_page .income .earning-box h2{
	padding: 0;
	margin: 14px 0 10px;
}
#earning_page .income .earning-box .heading{
	padding: 0;
}
#earning_page .income .earning-box span{
	color:#979797;
	font-size: 18px;
}
#earning_page .income .earning-box.analytics{
	padding: 18px 0 0;
}
#earning_page .income .earning-box.analytics h6{
	padding: 0 18px;
	margin-bottom: 30px;
}
#earning_page .income .earning-box.analytics img{
	width: 100%;
}

/* ---- Design Table ----- */
/*.design_table{
	padding: 16px 30px;
	background: #FFFFFF;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	margin: 0px 54px 0;
	overflow: auto;
	max-height: 600px;
}
#design_table_page{
	padding: 70px 0 0;
}
.design_table::-webkit-scrollbar {
	width: 10px;
  }
  

  .design_table::-webkit-scrollbar-track { 
	border-radius: 10px;
	min-height: 100px;
	height: 100px;
  }
   

  .design_table::-webkit-scrollbar-thumb {
	background: #C4C4C4; 
	border-radius: 10px;
	min-height: 100px;
	height: 100px;
  }
  
  
  .design_table::-webkit-scrollbar-thumb:hover {
	background: #C4C4C4; 
  }
.design_table table{
	width: 100%;
}
.design_table table thead th{
	margin-right: 11px;
	background: #6C6977;
	border-radius: 5px;
	color:#fff;
	font-size: 15px;
	font-weight: 700;
	padding: 0px 10px;
}
.design_table table thead .spacer{
	width: 10px;
	background: transparent !important;
}

.design_table table td{
	padding:0px 10px;
	color:#7B7887
}
.design_table table tbody{
	max-height:500px ;
	overflow: auto;
}
.design_table table td.start-design a{
	background-color:#EA546B;
	color:#fff;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	padding:0px 10px;
}
.design_table table td.start-design{
	padding: 0;
}
.design_table table tbody .spacer{
	height: 9px;
}*/

/*pagination*/
.pagination-center {
  text-align: center;
  margin-top:30px;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #EC5569;
  color: white;
  border: 1px solid #EC5569;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pull-left{float: left;}
.pull-right{float: right;}
.clearfix{clear: both;}
.mt-30{margin-top: 30px;}
.mt-20{margin-top: 20px;}
.hidden{display: none;}

/*sunny*/
.dropbtn {
  background-color: #CECECE;
  color: #fff;
  padding: 6px 8px 6px 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
	border: none;
	width: 100%;
	border-radius: 10px;
	display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown {
  position: relative;
  /*display: inline-block;*/
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100%;
}

.dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
