@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400&display=swap');
:root{
  --yellow:  #fbbe15;
  --dyellow:#fbbe15;
}
@font-face {
    font-family: 'Riven';
    src: url('Riven.woff2') format('woff2'),
        url('Riven.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a:hover {
  color: black !important;
  text-decoration: underline;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    padding-right: 21px !important;
}
body{
  font-family: 'Nunito Sans', sans-serif !important;
  background: #F4F4F4 !important;
}

/* Connect's Payment */
.init-freelancer-connect-payment{
  background: #494949 !important;
  cursor: not-allowed;
}

.init-freelancer-connect-payment.enabled{
  background: #000000 !important;
  cursor: pointer;
}

.freelancer-connects-warning{
  display: none;
  color: #da1a1a;
  margin: 5px 0px;
}
.btn-primary {
    background-color: #212529;
    border-color: #212529;
}
.btn-primary:hover {
    background-color: #212529;
    border-color: #212529;
}

.freelancer-connect-payment-iframe{
  width: 100%;
  height: 535px;
  border: none;
  margin: 15px 0px;
}

/* Offer Payment */
.offer-payment-iframe{
  width: 100%; 
  height: 535px;
  border: transparent;
  overflow: hidden;
} 

.badge-warning {
    background-color: #fbbe15;
}

/* Agency Payment */
.init-agency-connect-payment{
  background: #494949 !important;
  cursor: not-allowed;
}

.init-agency-connect-payment.enabled{
  background: #000000 !important;
  cursor: pointer;
}

.agency-connects-warning{
  display: none;
  color: #da1a1a;
  margin: 5px 0px;
}

.agency-connect-payment-iframe{
  width: 100%;
  height: 535px;
  border: none;
  margin: 15px 0px;
}

/* Freelancer Plus Payment */
.init-freelancer-plus-payment{
    background: #494949 !important;
    cursor: not-allowed;
}

.init-freelancer-plus-payment.enabled{
  background: #000000 !important;
  cursor: pointer;
}

.freelancer-plus-payment-iframe{
  width: 100%;
  height: 535px;
  border: none;
  margin: 15px 0px;
}
/* Agency Plus Payment */
.agency-plus-payment-iframe{
  width: 100%;
  height: 535px;
  border: none;
  margin: 15px 0px;
}

.init-agency-plus-payment{
    background: #494949 !important;
    cursor: not-allowed;
}

.init-agency-plus-payment.enabled{
  background: #000000 !important;
  cursor: pointer;
}

/*
Selection Colors
================================================== */
.page-item.active .page-link {
    background-color: #fbbe15;
    border-color: #fbbe15;
}
::selection {
	color: #fff;
	background-color: var(--yellow);
}
::-moz-selection {
	color: #fff;
	background-color: var(--yellow);
}

thead{
	    background: #fbbe15;
}
/* Navbar
==================================================
*/

.start-header {
	opacity: 1;
	/* transform: translateY(0); */
	padding: 10px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	/* position: fixed; */
	width: 100%;
	/* top: 0; */
	/* left: 0; */
	/* z-index: 1000; */
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}


.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 45px;
	width: auto;
	display: block;
  margin-top: -8px;
  /* filter: brightness(10%); */
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 0.2s linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 0.2s linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 0.2s linear;
}
.nav-item:hover .nav-link{
	color: var(--yellow) !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: var(--yellow);
	opacity: 0;
    transition: all 0.2s linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 0.2s linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 0.2s linear;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 0.2s linear;
    z-index: 1000;

}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
    z-index: 1000;
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
    z-index: 1000;
	font-size: 14px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 0.2s linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
  line-height: 30px;
  border-bottom:1px solid var(--yellow);
	color: #212121;
	border-radius: 2px;
    transition: all 0.2s linear;
    z-index: 1000;
}
.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: var(--yellow);
  z-index: 1000;
}

 /* /==== getting-started ====/ */

  .get-started .btn{
    width: 170px;
    font-size: 20px;
    border-radius: 0%;
    background-color: #0a54a6;
}

.get-started .top-text-wrapper {
	margin: 20px 0 30px 0;
}
.get-started .top-text-wrapper h4{
	font-size: 24px;
  margin-bottom: 10px;
}


.get-started .grid-wrapper {
	display: grid;
	grid-gap: 30px;
	place-items: center;
	place-content: center;
}
.get-started .grid-col-auto{
  grid-template-columns: repeat(auto-fill, minmax(280px, .1fr));
  grid-template-rows: auto;
}
.get-started .grid-col-1{
	grid-template-columns: repeat(1, auto);
	grid-template-rows: repeat(1, auto);
}
.get-started .grid-col-2{
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(1, auto);
}
.get-started .grid-col-3{
	grid-template-columns: repeat(3, auto);
	grid-template-rows: repeat(1, auto);
}
.get-started .grid-col-4{
	grid-template-columns: repeat(4, auto);
	grid-template-rows: repeat(1, auto);
}


  /* ====== Selection Radio Item ===== */

.get-started .selected-content{
	text-align: center;
	border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0);
    border: solid 1px #E5E5E5;
	background: #fff;
	max-width: 280px;
	height: 230px;
	padding: 15px;
	display: grid;
	grid-gap: 15px;
	place-content: center;
	transition: .3s ease-in-out all;
}


.get-started .selected-content img {
    width: 230px;
		margin: 0 auto;
}
.get-started .selected-content h4 {
	font-size: 16px;
  letter-spacing: -0.24px;
  text-align: center;
  color: #1f2949;
margin-top: 13px;
}
.get-started .selected-content h5 {
	font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #686d73;
}

.get-started .selected-label{
	position: relative;
}
.get-started .selected-label input{
	display: none;
}
.get-started .selected-label .icon{
	width: 20px;
  height: 20px;
  border: solid 2px #e3e3e3;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 15px;
	transition: .3s ease-in-out all;
	transform: scale(1);
	z-index: 1;
}
.get-started .selected-label .icon:before{
	content: "\f00c";
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	color: #000;
	text-align: center;
	opacity: 0;
	transition: .2s ease-in-out all;
	transform: scale(2);
}
.get-started .selected-label input:checked + .icon{
	background: #FBBE15;
	border-color: #FBBE15;
	transform: scale(1.2);
}
.get-started .selected-label input:checked + .icon:before{
	color: #fff;
	opacity: 1;
	transform: scale(.8);
}
.get-started .selected-label input:checked ~ .selected-content{
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5);
  border: solid 2px #FBBE15;
}
/* #Media
================================================== */

@media (max-width: 767px) {
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 0.2s linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 10px !important;
		background-color: white;
		box-shadow: none;
		transition: all 0.2s linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
}

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	/* transition: all 250ms linear; */
}
.logo img {
	/* height: 66px; */
	width: 100px;
	display: block;
  /* filter: brightness(100%); */
	/* transition: all 250ms linear; */
}
.blink{
  color:var(--yellow);
}

/* Homepage
============================================ */
._card a:hover {
    text-decoration: none;
    color : black !important;
}
.main{
  background: var(--dyellow);
  color:white
}
.dheading{
  font-family: 'Riven',sans-serif;;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.main .dheading{
  font-size: 56px;
}
.main .content p{
  font-size: 17px
}
.main .content{
  padding: 70px 0px 60px 0px;
}
.blue_btn{
  background: #000;
  color:white;
  font-size: 16px;
  padding: 8px 40px 8px 40px;
  border:1px solid #000;
}
.white_btn{
  background:#fff;
  color: var(--yellow);
  font-size: 16px;
  padding: 8px 40px 8px 40px;
  border:1px solid #fff;
}
.content .blue_btn{
margin-top: 30px;
}
.content .white_btn{
  margin-top: 30px;
  margin: 5px 10px 5px 10px;
}
.margin{
  margin-top: 30px;
}
._card{
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 4px silver;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0 10px 0;
}
.icon{
  display: block;margin: 0 auto;
  width: 80px;
  margin-bottom: 10px
}
.icon-sm{
  display: block;margin: 0 auto;
  width: 50px;
  margin-bottom: 10px
}

._card h6{
  color: black !important;
  font-weight: bold
}

._card .bcard:hover h6{
  color: var(--yellow) !important;
  font-weight: bold;
}
._card a:hover {
  text-decoration: none;
  color: black !important;
}



.bgwhite{
  background: white;
  padding: 40px 0
}
.strip{
  background: var(--yellow);
  height: 10px;
  width: 40px;
  margin: 20px 0 ;
}
.border_right{
border-right: 1px solid silver;
}
.blog-card{
  background: #fff;
  box-shadow: 0 2px 4px silver;
  border-radius: 5px;
  cursor: pointer;
}
.blog-card .content{
  padding: 20px;
}
.blog-card .content h4{
  font-weight: bold
}
.blog-card .content p{
  font-size: 15px
}

footer{
  background: #EFEFEF ;
  padding: 40px 0;
  color: #000 !important;
}
footer h4{
  color: #000;
}
.foot-menu{
  padding-left: 0px;
  list-style: none;
}
.foot-menu li{
  line-height: 40px;
}
.foot-menu li a{
  color: #000;
  font-size: 15px
}
.social-icon{
padding-left: 0px;
list-style: none;
}
.social-icon li{
  height: 40px;
  width: 40px;
  background: white;
  border-radius: 50px;
  position: relative;
  display: inline-block
}
.social-icon li a i{
  color: #000;
  position: absolute;
  top:50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
.btn-success {
    color: #fff;
    background-color: #fbbe15;
    border-color: #000000;
}
.hidden{
  display: none
}
.req{
    color:red;
}
.form-control{
  border-radius: 0px !important;
}
.progress{
  height:35px !important;border-radius:0px !important;
  margin-bottom: 10px !important
}
.progress-bar{
  background:var(--yellow) !important;text-align:left !important;padding-left:10px !important;
}
.verifications{
  list-style: none;
  padding: 0px;
  text-align: left;
  line-height: 35px;
}
.verifications li .fa-check-circle{
color:#33B744;
font-size: 20px;
padding-right:12px
}
.verifications li .fa-times-circle{
  color:#ff0000;
  font-size: 20px;
  padding-right:12px
}
.profile-completion{
  border-radius: 180px !important
}
.lang-btn{
  width: 30px;
  height: 30px;
  background: #fbbe15;
  color:white;
  border:1px solid var(--yellow);
  border-radius: 50px;
}
.skill{
  background: var(--yellow);
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  color:white;
  border-radius: 50px;
  cursor:pointer;
  display: inline-block;
  margin: 2px !important;
}
.fa-star{
  font-size:18px;color:#ffb33e !important
}
.silver{
  color:#999;
}
.chat{
  background: #FAFAFA;
  cursor: pointer;
  transition: 0.2s;
}
.chat:hover{
  background: var(--yellow);
  color:white
}
.chat:hover small{
  color:white
}
#protabs{
  background: #FAFAFA;
}
#protabs li{
  color:black;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #dedede;
}
#protabs li .active{
  color:var(--yellow) !important;
  background: transparent !important;
}
#protabs .nav-item::before{
  display: none;
}
#protabs .nav-item:hover:after{
  opacity: 0
}



#estats li{
  color:black;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #dedede;
  /* background: #FAFAFA; */
  text-align: left;
}
#estats li a{
  font-size: 30px;
}
#estats li .active{
  color:var(--yellow) !important;
  background: #fff !important;
}
#estats .nav-item::before{
  display: none;
}
#estats .nav-item:hover:after{
  opacity: 0
}
#on-going{
  background: #FAFAFA;
}

.five-stars i{
  color:#ffb33e;
}
.project-date{
  color:#aaa;
}
.modal-content{
  border-radius: 0px !important
}
.trash{
  color:#aaa; font-size:14px; cursor:pointer
}
.client-image{
  position: relative;
}
.client-image img{
  width:72px;
  height: 72px;
  display: block;
  margin: 0 auto;
  border-radius: 50px
}
.freelancer-image{
  position: relative;
}
.freelancer-image img{
  width:170px;
  height: 170px;
  border-radius: 150px
}
.edit-icon{
 
    height:25px; width:25px;color:black;border-radius:50px;
    position:absolute;right:0px;font-size:15px;padding:1px;cursor:pointer;
    z-index: 10
    ;top:0px
}
.freelancer-image .edit-icon{
  background:#efefef;
   height:45px; width:45px;color:black;
   border-radius:50px;
   position:absolute;
  left:125px;font-size:15px;
  padding:4px;cursor:pointer;
}
.freelancer-image .edit-icon i{
  position: absolute;
  top:50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
.badge-info{
  background: var(--dyellow) !important;
}
a{
  color:var(--yellow);
}
a:hover{
  color: black !important;
}
.page-header{
  background:url("../../media/blog/header.jpg") no-repeat;
  background-size:cover;
  background-position: center center;
}
.page-header .overlay{
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.7);
  color:white
}
small{
  font-size: 14px;
  line-height: 25px;
  color:gray
}
.bcard{
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-top:15px;
  cursor: pointer;
  
}
.bcard img{
  width: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom:10px
}
.accordion-container {
		position: relative;
		width: 100%;
		/* border: 1px solid #0079c1; */
		/* border-top: none; */
		outline: 0;
		cursor: pointer;
}

.accordion-container .article-title {
		display: block;
    box-shadow: 0 0 3px silver;
		position: relative;
		margin: 0;
    margin-top: 5px;
		padding: 0.625em 0.625em 0.625em 2em;
		/* border-top: 1px solid #0079c1; */
		font-size: 18px;
		font-weight: normal;
		color: var(--dyellow);
		cursor: pointer;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
		background-color:var(--dyellow);
		color: white;
    transition: 0.2s;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
		color: white;
}

.accordion-container .content-entry i {
		position: absolute;
		top: 3px;
		left: 12px;
		font-style: normal;
		font-size: 1.625em;
		color: var(--dyellow);
}

.accordion-container .content-entry i:before {
		content: "+ ";
}

.accordion-container .content-entry.open i:before {
		content: "- ";
}

.accordion-content {
		display: none;
    padding: 10px
}
.article-featured-image{
border-radius: 10px;
margin-top: -450px;
}
.margin-article{
padding-top: 400px
}
.article{
  font-size: 18px;
  color: #444;
  line-height: 30px
}
.social ul{
  list-style: none;
  padding-left: 0;
}
.social ul li{
  display: inline-block;
  background: var(--dyellow);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: relative;
}
.social ul li a i{
  position: absolute;
  color:white;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.qDetail{
    font-size:15px !important;
    line-height: 20px;
}
.replies{
    margin-left: 20px;
    border-left: 1px solid silver;
    margin-top: 10px ;
}


.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    /*border: 6px solid #F8F8F8;*/
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin:0 auto;
}
.avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}



.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 220px;
    height: 40px;
}

.select-styled {
    position: relative;
    top: 0;
    width:100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--yellow);
    padding: 7px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
.select-styled:hover {
    background-color: var(--dyellow);
}
.select-styled:active, .select-styled.active {
    background-color: var(--yellow);
}
.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    color:var(--dyellow);
    max-height: 300px;
    overflow-y: scroll;
}
.select-options li:last-child {
    border-bottom: 1px solid var(--yellow);
}
.select-options li {
    margin: 0;
    padding: 7px 0;
    text-indent: 15px;
    border: 1px solid var(--yellow);
    border-bottom: none;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.select-options li:hover {
    color:#fff;
    background: var(--yellow);
}
.select-options li[rel="hide"] {
    display: none;
}


.jlink{
  text-decoration: none !important;
}

.fileuploader {
    position: relative;
    width: 60%;
    margin: auto;
    height:150px;
    border: 4px dashed #ddd;
    background: #f6f6f6;
    margin-top: 25px;
}
.fileuploader #upload-label{
  background: rgba(231, 97, 92, 0);
  color: #fff;
  position: absolute;
  height: 115px;
  top: 12%;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  min-width: 20%;
  text-align: center;
  cursor: pointer;
}
.fileuploader.active{
  background: #fff;
}
.fileuploader.active #upload-label{
  background: #fff;
  color: #e7615c;
}

.fileuploader #upload-label i:hover {
    color: #444;
    font-size: 7.5rem;
    -webkit-transition: width 2s;
}

.fileuploader #upload-label span.title{
  font-size: 1em;
  font-weight: bold;
  display: block;
}

span.tittle {
    /* position: relative; */
    /* top: 222px; */
    color: var(--dyellow);
    /* bottom: 10%; */
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;bottom: 0
}

.fileuploader #upload-label i{
  text-align: center;
  display: block;
  color: var(--dyellow);
  height: 100px;
  font-size: 7.5rem;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
/** Preview of collections of uploaded documents **/
.preview-container{
  position: relative;
  bottom: 0px;
  width: 60%;
  margin: auto;
  top: 25px;
  visibility: hidden;
  /* padding: 10px ; */
}
.preview-container #previews{
  max-height: 400px;
  overflow: auto;
}
.preview-container #previews .zdrop-info{
  width: 90%;
  /* margin-right: 2%; */
  float: left
}
.preview-container #previews.collection{
  margin: 0;
  box-shadow: none;
}

.preview-container #previews.collection .collection-item {
    background-color: #e0e0e0;
    padding: 10px
}

.preview-container #previews.collection .actions a{
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  margin-top: 30px;
  float: left;
  left: 8px;
  position: relative;
  font-size: 20px;
  top: -5px;
  color: red;
}
.preview-container #previews.collection .actions a i{
  font-size: 1em;
  line-height: 1.6;
}
.preview-container #previews.collection .dz-error-message{
  font-size: 0.8em;
  margin-top: -12px;
  color: #F44336;
}

.progress .determinate{
  top:0;left:0;bottom:0;background-color:var(--yellow);transition:width .3s linear}



  /* autocomplete tagsinput*/
  .label-info {
    background-color:var(--dyellow);
    display: inline-block;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.1;
  }
.bootstrap-tagsinput{
  border-radius: 0px !important;
  line-height: 35px !important
}

.tt-suggestion:hover, .tt-suggestion:focus{
  background-color: var(--dyellow) !important
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--yellow);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}


.table {
  border-spacing: 0 0.85rem !important;
}

.table .dropdown {
  display: inline-block;
}

.table td,
.table th {
  vertical-align: middle;
  margin-bottom: 10px;
  border: none;
}

.table thead tr,
.table thead th {
  border: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
}

.table td {
  background: #fff;
}

.table td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.avatar {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 3rem;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  position: relative;
  text-align: center;
  color: #868e96;
  font-weight: 700;
  vertical-align: bottom;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.83333rem;
  line-height: 1.5;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  top: 28px;
  left: 14px;
  border: none;
  box-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-left: 48px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}

table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 50%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  padding: 0.75rem 1rem 0.125rem;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 1rem;
  }
}

.btn-icon {
  background: #fff;
}
.btn-icon .bx {
  font-size: 20px;
}

.btn .bx {
  vertical-align: middle;
  font-size: 20px;
}

.dropdown-menu {
  padding: 0.25rem 0;
}

.dropdown-item {
  padding: 0.5rem 1rem;
}

.badge {
  padding: 0.5em 0.75em;
}

.badge-success-alt {
  background-color: #d7f2c2;
  color: #7bd235;
}

.table a {
  color: #212529;
}

.table a:hover,
.table a:focus {
  text-decoration: none;
}

table.dataTable {
  margin-top: 12px !important;
}

.icon > .bx {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  text-align: center;
  font-size: 1.0625rem;
}

.btn {
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
}

.avatar-blue {
      background-color: #c8d9f1;
      color: #467fcf;
    }

    .avatar-pink {
      background-color: #fcd3e1;
      color: #f66d9b;
    }


/*media queries*/

@media only screen and (max-width: 601px){
  .fileuploader {
    width: 100%;
  }

 .preview-container {
    width: 100%;
  }
}


@media (max-width:768px) {
.content .dheading{
  font-size:48px;
}
.border_right{
  border:none
}
#on-going{
  display: none;
}
}
@media (max-width:395px) {
.content .white_btn, .content .blue_btn{
  display: block;
  margin-left: 0px;
  width: 100%
}
}
