*{
	font-size: 1em;
}
html {
  scroll-behavior: smooth;
}
body{
    margin:0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    overflow-wrap: break-word;
    overflow-x: hidden; 
    background-color:rgba(255,255,255,1);
}
a{
	text-decoration: none;
}
a:hover,a:active{
	text-decoration: none;
}
.bg-gradient{
	background-image: rgba(0,0,0,1);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(238,108,33,1) 100%);
	background-image: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(238,108,33,1)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(238,108,33,1) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(238,108,33,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(238,108,33,1) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(238,108,33,1) 100%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	background-attachment: fixed;
}
.bg-black{
	background-color: #131313 !important;
}

.text-primary{
	color: #FF9E3F !important;
}


.btn-border-radius{
	border-radius: 24px !important; 
}


.brand-logo-container{
	padding: 1em;
    text-align: center;
}
.brand-logo{
	max-width: 240px;
	height: auto;
}

.navbar-title{
	margin-bottom: 0;
    font-weight: 500;
    line-height: inherit;
}
.bg-title-logo{
	background-image: url("../images/ic_bull_head.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.nodata{
	min-height: 300px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.cardtitle{
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	height: 1.4em;
}
.msgbtn-fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 1em;
    z-index: 1030;
}
.msg-btn{
	border-radius: 100% !important;
	width: 54px;
	height: 54px;
	padding-top: 12px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}

.msg-box-shdow{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.msgbox-fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 1em;
    left: 0;
    z-index: 1030;
}

.menu-back{
	width: 1.6em;
}
.option-menuicon{
	width: 1.6em;
}

.next-icon{
	width: 1.6em;
}

/*message css*/
.message a{
	color: #131313;
}

.msg-box{
	background-color: #dddddd;
	width: 100%;
	height: auto;
	position: relative;
	padding: 1em;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.arrowright{
	width: 0;
    height: 0;
    border-bottom: 24px solid #dddddd;
    border-right: 24px solid transparent;
    right: -23px;
    bottom: 0;
    position: absolute;
}

.arrowleft{
	width: 0;
    height: 0;
	border-bottom: 24px solid #dddddd;
	border-left: 24px solid transparent;
    /*right: -23px;*/
    left: -23px;
    bottom: 0;
    position: absolute;
}
.msg-time{
	text-align: right;
}
.img-place{
	width: 40px;
	height: 40px;
	background-color:#dddddd;
	border-radius: 100%;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sender-user-img{
	width: 40px;
}
/*message css*/



/*job details css*/

.input-group-icon{
	width: 18px;
}
.job-map{
	width: 100%;
	min-height: 300px;
}
/*job details css*/

/*job overview*/
.job-map-navigat{
	width: 34px;
}

.job-navigat .dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.job-navigat .dropdown-menu.show {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border:none;
}

/*job overview*/

/*Profile css*/
.profile-img-content{
	width: 120px;
	height: 120px;
	background-color:#dddddd;
	border-radius: 100%;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile-img{
	width: 120px;
	height: 120px;
}
.profile-svae-btn button.btn {
    padding: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.profile-save-icon{
	width: 60px;
	height:60px;
}

/*quotes*/
.dashed-divider{
	border-bottom: 1px dashed #a09e9e;
}
.quotes-price-icon{
	width: 24px;
}
.quotePriceTxt{
	color: #8a8a8a!important;
}


/*sidebar css*/
.sidebar-container {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}
.profile-info-icon{
	width: 1em;
}

.sidebar-container .nav-pills .nav-link {
    border-radius: 0;
    color: #131313;
}
.sidebar-container .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #131313;
    font-weight: 700;
    background-color: transparent;
}
.sidebar-container {
  position: absolute;
  top: 0;
}
.share{
	position: absolute;
	bottom: 16px;
	right: 16px;
}
.share-icon{
	width: 40px;
	height: 40px;
}

.social-icon{
	width:24px;
	height:24px;
}

.terms-condi-link{
	color: #FF9E3F !important;
	text-decoration: underline;
}

.terms-condi-link:hover, .terms-condi-link:focus{
	color: #FF9E3F !important;
	text-decoration: underline;
}



@media only screen and (max-width: 576px) {
	/*body{
		font-size: 0.8em;
	}*/
	.navbar-title{
		font-size:1.2rem;
		margin-bottom: 0;
	    font-weight: 500;
	    line-height: inherit;
	    text-align: center;
	}

	.img-place{
		width: 24px;
		height: 24px;
		background-color:#dddddd;
		border-radius: 100%;
		overflow:hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sender-user-img{
		width: 24px;
	}
	.job-date{
		text-align: center;
	}
}
 
