@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v19/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype')
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype')
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype')
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v19/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype')
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype')
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype')
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype')
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype')
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype')
}

html {
	font-size: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary,
title {
	display: block
}

body {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 15px;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f5f5f5
}

blockquote,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

ol,
ul {
	list-style: none
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

* {
	outline: 0 !important
}

:focus,
a:active,
a:focus,
a:hover,
input,
input[type=image],
input[type=button]:focus,
select:focus {
	outline: 0;
	text-decoration: none;
	transition: all .5s ease-in-out
}

.clearfix:after,
.clearfix:before {
	display: block;
	content: "";
	line-height: 0
}

.clearfix:after {
	clear: both
}

.clear {
	clear: both
}

.btn {
	outline: 0
}

.lists {
	list-style: none;
	margin: 0;
	padding: 0
}

.container {
	width: 100%;
	max-width: 1200px
}

select.form-control:not([size]):not([multiple]) {
	height: 54px
}

.fixed.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1s ease-in-out 0s normal none 1 running fadeInDown
}

.fixed.sticky .fixed-top {
	padding: 10px 0
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	padding: 15px 0
}

nav {
	width: 100%
}

nav ul {
	float: right;
	margin-right: 50px
}

.header-body nav .logo {
	line-height: 70px;
	padding: 0 20px
}

.header-body nav ul li {
	display: inline-block;
	line-height: 80px;
	margin: 0 5px;
	color: #fff
}

.header-body nav ul li a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 5px 0 !important;
	margin: 0 .9rem
}

.header-body nav ul li a:hover {
	color: #fff;
	transition: .5s;
	text-decoration: none
}

.header-body nav ul li a img {
	width: 20px;
	height: auto
}

.checkbtn {
	color: #fff;
	font-size: 30px;
	float: right;
	line-height: 80px;
	margin-right: 40px;
	cursor: pointer;
	display: none
}

#check {
	display: none
}

.find-search {
	width: 100%;
	/*position: fixed;*/
	background-color: #000;
	background-image: url(../images/mainpage-slider.jpg);
	height: 100vh !important;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	align-self: center
}

.find-search:before {
	position: absolute;
	top: 0;
	content: "";
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, .1)
}

.heading h1 {
	text-align: center;
	color: #fff;
	font-weight: 200;
	font-size: 46px;
	text-transform: uppercase;
	line-height: 52px
}

.heading span {
	text-transform: uppercase;
	text-align: center;
	color: #daa910;
	font-weight: 400;
	font-size: 22px;
	width: 100%;
	display: inline-block;
	line-height: 52px
}

.sec-pad {
	padding-top: 200px;
	padding-bottom: 88px
}

.sec-pad-100 {
	padding: 40px 0 0
}

.search-item {
	width: 1000px;
	margin: 0 auto
}

.wrapper {
	padding: 40px 0;
	justify-content: center;
	align-items: center
}

.wrapper .has-search .form-control-feedback {
	background-image: url(../images/search.png);
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 20px;
	display: inline-block;
	width: 50px;
	height: 100vh !important;
	text-align: center;
	pointer-events: none
}

.wrapper .has-search .form-control {
	color: #575757;
	font-size: 22px;
	font-weight: 300;
	padding: 17px 90px;
	border-radius: 0;
	background-clip: inherit;
	border: 0
}

.wrapper .input-wrapper {
	display: flex
}

.wrapper .form-group.has-search {
	width: 100%;
	position: relative
}

.wrapper .form-control:focus {
	box-shadow: inherit
}

.wrapper .btn {
	padding: 17px 40px 17px 20px;
	border-radius: 0;
	font-size: 22px;
	font-weight: 300;
	background: #fff;
	color: #575757;
	border: 0;
	position: relative;
	width: 250px;
	text-align: left
}

.wrapper .form-check {
	padding: 12px 40px;
	border-bottom: 1px solid #ccc
}

.wrapper .dropdown-toggle::after {
	display: inline-block;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	line-height: 30px;
	background-size: 90%;
	vertical-align: .255em;
	content: "";
	background-image: url(../images/right-arrow.png);
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	position: absolute;
	right: 20px;
	top: 28px;
	background-size: 100%
}

.wrapper .btn::before {
	line-height: 30px;
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
	display: inline-block;
	height: 50px;
	border-left: 1px solid #575757;
	opacity: .3
}

.btn.focus,
.btn:focus {
	box-shadow: inherit
}

label {
	cursor: pointer
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #575757;
	opacity: .2;
	min-width: 210px;
	width: 100%
}

.drop-wrapper {
	background: #fff;
	display: flex;
	align-items: left;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0 15px
}

.cbx-wrapper {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 10px
}

.cbx-wrapper input[type=checkbox] {
	display: none
}

.cbx-wrapper .cbx-label {
	display: inline-flex;
	align-items: center;
	padding: 10px 8px;
	margin: 0;
	position: relative;
	cursor: pointer;
	font-size: 22px;
	font-weight: 300
}

.cbx-wrapper input[type=checkbox]:checked+.cbx-label:before {
	content: "";
	background: 0 0;
	border-color: #575757;
	-webkit-animation: wave .4s cubic-bezier(.64, .11, .26, .96);
	animation: wave .4s cubic-bezier(.64, .11, .26, .96)
}

.cbx-wrapper input[type=checkbox]+.cbx-label:before {
	content: "";
	display: inline-block;
	margin-right: 20px;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	border: 1px solid #575757;
	transform: scale(1);
	transition: all .2s ease
}

.cbx-wrapper .cbx-label .cbx-tick {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background: 0 0;
	border-radius: 5px
}

.cbx-wrapper input[type=checkbox]:checked+.cbx-label .cbx-tick:after {
	-webkit-animation: check .8s;
	animation: check .8s;
	border-top-color: #575757;
	border-right-color: #575757
}

.cbx-wrapper .cbx-label .cbx-tick:after {
	content: "";
	display: block;
	height: 16px;
	width: 10px;
	position: absolute;
	left: 25%;
	top: 52%;
	transform: scaleX(-1) rotate(140deg);
	transform-origin: left top;
	border-right: 2px solid transparent;
	border-top: 2px solid transparent
}

.drop-wrapper input[type=checkbox] {
	visibility: hidden
}

.dropdown-menu {
	margin: 0;
	border: 0;
	border-radius: 0;
	width: 100%;
	padding: 0
}

footer {
	background: rgba(27, 40, 61, .8);
	padding: 20px 0;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 99;
	color: #fff;
	text-align: center;
	font-size: 15px
}

footer a {
	color: #fff
}

nav.fixed-top.bg-color {
	background-color: #172647;
	background-size: cover;
	position: relative
}

.login-box {
	background-color: #f5f5f5;
	padding: 30px 0 100px
}

.login-wrapper {
	background-color: #fff;
	border-radius: 16px;
	margin: 0 auto;
	max-width: 460px;
	width: 100%;
	padding: 35px
}

.payout_wrapper {
	background-color: #fff;
	border-radius: 16px;
	margin: 0 auto;
	width: 100%;
	padding: 35px
}

.login-wrapper h5 {
	font-size: 16px;
	text-align: center;
	color: #000;
	display: inline-block;
	width: 100%;
	padding-bottom: 40px;
	text-transform: uppercase;
	position: relative
}

.login-wrapper h5:before {
	width: 153px;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	height: 1px;
	background: #707070;
	opacity: .5
}

.login-wrapper h5:after {
	width: 153px;
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	height: 1px;
	background: #707070;
	opacity: .5
}

.login-wrapper .form-group .form-control {
	height: 55px
}

.login-wrapper .cbx-wrapper input[type=checkbox]+.cbx-label:before {
	border-radius: 0
}

.login-wrapper .cbx-wrapper .cbx-label {
	padding: 10px 0;
	font-size: 14px;
	color: #4e2d00
}

.login-wrapper .btn {
	width: 100%;
	color: #fff !important;
	height: 55px;
	display: flex;
	align-items: center;
	align-self: center;
	justify-content: center;
	text-transform: uppercase;
	margin-top: 10px
}

.login-wrapper .btn-primary {
	background-color: #217ab9
}

.copyright {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	text-transform: uppercase
}

.search-result-area .container {
	max-width: 1440px
}

.serach-heading h5 {
	font-size: 30px;
	color: #252525;
	font-weight: 400;
	line-height: 52px
}

.website_icon_box a {
	display: flex;
	align-items: center;
	align-self: center
}

.website_icon_box a img {
	margin-right: 15px
}

.website_icon_box a p {
	font-size: 18px;
	color: #252525;
	width: 155px;
	margin: 0;
	border-bottom: 1px solid rgba(87, 87, 87, .67)
}

.content-box {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 10px
}

.website_icon_box {
	width: 100%;
	display: inline-block
}

.price-box {
	justify-content: flex-end;
	display: flex;
	margin: -20px 0
}

.content-box-title {
	font-size: 12px;
	color: #252525;
	padding-bottom: 10px;
	font-weight: 500
}

.content-box-sub {
	font-size: 16px;
	color: #5a5a5a;
	max-width: 830px;
	margin-bottom: 0;
	font-weight: 300;
	line-height: 24px
}

.search-result-area {
	padding-top: 48px
}

.advertising-plips .serach-heading h5 {
	font-size: 16px
}

.add-img p {
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: 300
}

.section-search .row {
	display: block
}

.add-img {
	position: relative;
	overflow: hidden
}

.add-img img {
	width: 100%
}

.edit {
	padding-top: 7px;
	padding-right: 7px;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	z-index: 2;
	transform: rotate(90deg)
}

.add-img:after {
	background: #fcda70;
	content: "";
	top: -15px;
	bottom: 0;
	right: -10px;
	width: 50px;
	height: 50px;
	border-radius: 0 0 0 35px;
	position: absolute;
	z-index: 1;
	transition: all .35s ease;
	overflow: hidden
}

.edit a {
	color: #000;
	position: relative
}

.rated-box {
	padding: 13px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 3px
}

.rated-box p {
	line-height: 22px;
	max-width: 310px;
	font-size: 16px;
	margin: 0;
	font-weight: 300
}

.add-img h6 {
	padding-top: 10px;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 0;
	font-weight: 400
}

.search-result-area .col-xl-2 {
	max-width: 13.666667%
}

.pagination-search {
	background: #fff;
	margin: 40px auto;
	max-width: 430px;
	margin-bottom: 80px
}

.pagination-search ul {
	position: relative;
	display: flex;
	padding: 5px 0 5px 15px
}

.pagination-search ul li {
	list-style: none;
	line-height: 50px;
	margin: 0 5px
}

.pagination-search ul li.pageNumber {
	width: 52px;
	line-height: 50px;
	text-align: center
}

.pagination-search ul li a {
	display: block;
	text-decoration: none;
	color: #aaa;
	font-weight: 600;
	font-size: 20px;
	border-radius: 5px
}

.pagination-search ul li.pageNumber.active a,
.pagination-search ul li.pageNumber:hover a {
	background: #39f;
	color: #fff
}

.pagination-search ul li:first-child {
	margin-right: 30px;
	font-weight: 700;
	font-size: 20px
}

.pagination-search ul li:last-child {
	border-radius: 5px;
	font-weight: 700;
	font-size: 20px;
	width: 50px;
	line-height: 50px;
	text-align: center
}

.pagination-search ul li a i {
	font-size: 30px;
	line-height: 50px
}

.container {
	max-width: 1170px
}

.user-link-sec {
	padding: 40px;
	border-radius: 5px
}

.page-title h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase
}

.page-title {
	display: flex;
	align-items: center;
	align-self: center;
	justify-content: center
}

.page-title img {
	padding: 0 15px;
	width: 58px
}

.avatar-upload {
	position: relative;
	max-width: 205px;
	margin: 20px auto
}

.avatar-upload .avatar-edit {
	position: absolute;
	right: 15px;
	z-index: 1;
	bottom: 10px
}

.avatar-upload .avatar-edit input {
	display: none
}

.avatar-upload .avatar-edit input+label {
	display: inline-block;
	width: 43px;
	height: 42px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #ffebbe;
	border: 1px solid transparent;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
	cursor: pointer;
	font-weight: 400;
	transition: all .2s ease-in-out
}

.avatar-upload .avatar-edit input+label:hover {
	background: #ffebbe
}

.avatar-upload .avatar-edit input+label:after {
	content: "\f040";
	font-family: FontAwesome;
	color: #ffb624;
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto
}

.avatar-upload .avatar-preview {
	width: 192px;
	height: 192px;
	position: relative;
	border-radius: 100%;
	box-shadow: 0 2px 4px 0 rgba(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: center
}

.user-deatils ul li {
	font-size: 16px;
	font-weight: 600;
	padding: 20px 0
}

.user-deatils ul li .right {
	font-size: 14px;
	font-weight: 400
}

@media (min-width:850px) {
	.user-deatils ul li .right {
		float: right
	}
}

.tab__content .login-wrapper .form-group .form-control {
	border: 1px solid #707070;
	font-weight: 400
}

.form-group.has-error .form-control {
	border: 1px solid red !important
}

.tab__content .login-wrapper .form-group label {
	color: #000;
	opacity: .8;
	font-weight: 300
}

.tab__content .form-group {
	margin-bottom: 2rem
}

.tab__list {
	margin-bottom: 20px;
	background: #fff;
	border-radius: 5px
}

@media (min-width:768px) {
	.tab__list {
		display: flex
	}
}

.tab__item {
	overflow: hidden;
	cursor: pointer;
	padding: 20px 8px;
	text-shadow: 0 0 .5px currentColor;
	letter-spacing: 1px;
	transition: .2s;
	font-size: 14px;
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-weight: 600
}

.tab__item:before {
	content: "";
	position: absolute;
	top: 95%;
	left: 0;
	height: 5px;
	width: 100%;
	background: #ff9100;
	transition: .2s;
	visibility: hidden;
	opacity: 0
}

.tab__item.is--active {
	color: #ff9100;
	position: relative
}

.tab__item.is--active:before {
	visibility: visible;
	opacity: 1
}

.tab__content {
	background: #fff;
	border-radius: 5px
}

.tab__content-item {
	display: none
}

.tab__content-item.is--active {
	display: block
}

.tab__content-title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	width: 68%
}

.tab .tab .tab__item {
	font-size: 16px
}

.tab .tab .tab__content {
	padding: 0
}

.tab__content .login-wrapper {
	max-width: 550px;
	padding: 40px 20px
}

.search-tab {
	display: flex;
	padding: 20px
}

#submitsearch {
	border: 1px solid #8a8686;
	margin-left: -82px;
	padding: 5px;
	border-radius: 19px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 4px;
	display: none;
	box-shadow: 0 0 1px #000;
	margin-right: 110px
}

#searchInput {
	width: 100%;
	border: 1px solid #707070;
	border-radius: 5px;
	font-size: 16px;
	background-color: #fff;
	background-image: url(../images/Icon-feather-search.png);
	background-position: 12px 12px;
	background-repeat: no-repeat;
	padding: 8px 20px 8px 50px;
	-webkit-transition: width .8s ease-in-out;
	transition: width .8s ease-in-out;
	outline: 0;
	opacity: .9
}

.reward-tabs {
	padding: 20px
}

.invoice-tabs {
	padding: 20px
}

.img-reward img {
	border-radius: 50%;
	width: 125px;
	height: 125px
}

.img-reward {
	display: flex
}

.user-name {
	align-items: center;
	align-self: center;
	padding: 0 30px
}

.hire-msg {
	align-items: center;
	align-self: center;
	padding: 0 24px
}

.btn-box .btn {
	background-color: #217ab9;
	width: 100%;
	color: #fff;
	height: auto;
	display: flex;
	align-items: center;
	align-self: center;
	justify-content: center;
	text-transform: uppercase;
	margin-top: 30px;
	padding: 10px 40px;
	border-radius: 5px
}

.description_text {
	padding: 20px 20px 0
}

.user-name span {
	font-size: 16px;
	color: #b0b0b0;
	font-weight: 300
}

.hire-msg p {
	font-size: 16px;
	color: #4b4b4b;
	font-weight: 400
}

.user-name h4 {
	padding-top: 5px;
	font-size: 20px
}

.tab__content-item .pagination-search {
	margin-bottom: 0
}

.tab__content-item {
	padding-bottom: 1px
}

footer.innerfooter {
	position: inherit;
	width: 100%
}

.flowWrap {
	width: 100%;
	padding: 40px 0 70px;
	position: relative
}

.TitleBx {
	background: #fff;
	padding: 22px 20px;
	border-radius: 8px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 20px
}

.PageIndent {
	background: #fff;
	padding: 0 15px;
	border-radius: 8px
}

.PageIndent li {
	padding: 30px 0 15px;
	border-bottom: 1px solid rgba(112, 112, 112, .25)
}

.PageIndent li:last-child {
	border-bottom: 0
}

.PageIndent li h4 {
	text-align: center;
	font-size: 16px;
	color: #222;
	padding: 15px 0
}

.PageIndent li h2 {
	font-size: 20px;
	color: #111;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase
}

.PageIndent li h3 {
	font-size: 22px;
	color: #FF9100;
	font-weight: 700;
	margin-bottom: 15px
}

.PageIndent li p {
	font-size: 16px;
	line-height: 28px;
	color: #575757;
	margin-bottom: 15px
}

.btn-new {
	display: block;
	text-align: center;
	border-radius: 3px;
	padding: 15px 10px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: #000;
	background: #217AB9
}

.rewardwrap {
	width: 100%;
	padding: 40px 0 70px;
	position: relative
}

.rewardwrap .nav-tabs {
	background: #fff;
	border-radius: 8px;
	margin-bottom: 15px;
	border: 0;
	padding: 0 30px
}

.rewardwrap .nav-tabs .nav-link {
	border: 0;
	color: #111;
	font-size: 20px;
	padding: 25px 5px;
	margin-right: 45px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative
}

.rewardwrap .nav-tabs .nav-item.show .nav-link,
.rewardwrap .nav-tabs .nav-link.active {
	color: #FF9100
}

.rewardwrap .nav-tabs .nav-link i {
	display: none
}

.rewardwrap .nav-tabs .nav-link.active i {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	background: #FF9100;
	width: 100%
}

.rewardwrap .tab-content {
	background: #fff;
	padding: 0 15px;
	border-radius: 8px
}

.detailBx {
	padding: 15px 0;
	border-bottom: 1px solid rgba(112, 112, 112, .25)
}

.detailBx h2 {
	font-size: 26px;
	color: #111;
	font-weight: 700;
	margin-top: 8px
}

.searchb {
	float: right;
	width: 300px;
	position: relative
}

.searchb .form-control {
	background: url(../images/search-icon.svg) 11px 11px no-repeat;
	padding-left: 40px;
	font-size: 15px;
	height: 42px
}

.rewardbx {
	padding: 20px 15px;
	border-bottom: 1px solid rgba(112, 112, 112, .25)
}

.rewardbx h4 {
	text-align: center;
	font-size: 16px;
	color: #222;
	padding: 15px 0
}

.rewardbx h2 {
	font-size: 20px;
	color: #111;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase
}

.rewardbx h3 {
	font-size: 22px;
	color: #FF9100;
	font-weight: 700;
	margin-bottom: 15px
}

.rewardbx p {
	font-size: 16px;
	line-height: 28px;
	color: #575757;
	margin-bottom: 15px
}

.rewardbx .btn-new {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	padding: 12px 14px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	background: #217AB9;
	margin: 3px
}

.rewardbx .btn-hover {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	padding: 12px 14px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 3px
}

.rewardbx .view-btn {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	padding: 12px 14px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	background: #FF9100;
	margin: 3px
}

.rewardbx .delete-btn {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	padding: 12px 14px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	background: #FF2A00;
	margin: 3px
}

.rewardbx .contract-btn {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	padding: 12px 14px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	background: #1E1E1E;
	margin: 3px
}

.dropdown .dropdown-list {
	padding: 25px 20px;
	position: absolute;
	top: 67px;
	left: 0;
	right: 0;
	max-height: 220px;
	overflow-y: auto;
	background: #fff;
	display: none;
	z-index: 10
}

.dropdown .checkbox {
	opacity: 0;
	transition: opacity .2s
}

.dropdown .dropdown-label {
	display: block;
	font-size: 22px;
	line-height: 42px;
	background: #fff;
	padding: 15px 130px 10px 20px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #575757
}

.dropdown .dropdown-label:before {
	content: "";
	background-image: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	line-height: 30px;
	position: absolute;
	right: 20px;
	top: 68%;
	transform: translateY(-50%);
	transition: transform .25s;
	transform-origin: center center
}

.dropdown .dropdown-label::after {
	line-height: 30px;
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
	display: inline-block;
	height: 50px;
	border-left: 1px solid #575757;
	opacity: .3
}

.dropdown.open .dropdown-list {
	display: block
}

.dropdown.open .checkbox {
	transition: 2s opacity 2s;
	opacity: 1
}

.dropdown-list hr {
	margin-top: 5px;
	margin-bottom: 15px;
	min-width: 200px
}

.checkbox:last-child {
	margin-bottom: 0
}

.checkbox .checkbox-custom {
	display: none
}

.checkbox .checkbox-custom-label {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer
}

.checkbox .checkbox-custom+.checkbox-custom-label:before {
	content: "";
	background: 0 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 2px;
	margin-top: -2px
}

.checkbox .checkbox-custom:checked+.checkbox-custom-label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 28px;
	height: 10px;
	padding: 2px;
	transform: rotate(45deg);
	text-align: center;
	border: solid #575757;
	border-width: 0 2px 2px 0
}

.checkbox .checkbox-custom-label {
	line-height: 16px;
	font-size: 12px !important;
	margin-right: 0;
	margin-left: 0;
	color: #000
}

.postindent {
	width: 100%;
	padding: 40px 0 70px;
	position: relative
}

.postindent h2 {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase
}

.postform {
	background: #fff;
	padding: 40px 20px 20px;
	border-radius: 8px
}

.postform .form-group {
	width: 100%;
	max-width: 620px;
	margin: 0 auto 30px
}

.postform .form-group label {
	display: block;
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: 400
}

.postform .form-group .form-control {
	height: 54px;
	font-size: 16px;
	border-radius: 3px;
	box-shadow: none
}

.postform .form-group select {
	height: 54px;
	font-size: 16px;
	border-radius: 3px;
	box-shadow: none
}

.postform .form-group .form-control.message {
	height: 150px
}

.postform .post-btn {
	background: #217ab9;
	width: 100%;
	color: #fff;
	display: block;
	text-align: center;
	padding: 25px 10px;
	font-size: 18px;
	text-transform: uppercase
}

.profileTabs {
	border-bottom: 1px solid rgba(112, 112, 112, .25)
}

.profileTabs li {
	width: 10%;
	float: left;
	padding: 16px 5px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 26px
}

.profileTabs li:nth-of-type(2) {
	width: 15%
}

.profileTabs li:nth-of-type(3) {
	width: 40%;
	text-align: left
}

.profileTabs li:nth-of-type(4) {
	width: 12%
}

.profileTabs li:nth-of-type(5) {
	width: 18%
}

.profilebxindent {
	border-bottom: 1px solid rgba(112, 112, 112, .25)
}

.profilebxindent li {
	width: 10%;
	float: left;
	padding: 16px 5px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #333
}

.profilebxindent li:nth-of-type(2) {
	width: 15%
}

.profilebxindent li:nth-of-type(3) {
	width: 40%;
	text-align: left
}

.profilebxindent li:nth-of-type(4) {
	width: 12%
}

.profilebxindent li:nth-of-type(5) {
	width: 18%
}

html.photography-demo-2 #header.solid-header .header-body {
	background-color: #172647;
	background-size: cover;
	position: relative
}

.rated-box p a {
	color: #212529
}

.has-error .form-control {
	border: 1px solid red
}

.wrap_items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.wrap_items .image_thumbs {
	width: 8.375rem;
	padding-right: 20px
}

.wrap_items .caption {
	display: table-cell;
	vertical-align: top
}

@-webkit-keyframes load5 {

	0%,
	100% {
		box-shadow: 0 -2.6em 0 0 #fff, 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .5), -1.8em -1.8em 0 0 rgba(255, 255, 255, .7)
	}

	12.5% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .7), 1.8em -1.8em 0 0 #fff, 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .5)
	}

	25% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .5), 1.8em -1.8em 0 0 rgba(255, 255, 255, .7), 2.5em 0 0 0 #fff, 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	37.5% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .5), 2.5em 0 0 0 rgba(255, 255, 255, .7), 1.75em 1.75em 0 0 #fff, 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	50% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .5), 1.75em 1.75em 0 0 rgba(255, 255, 255, .7), 0 2.5em 0 0 #fff, -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	62.5% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .5), 0 2.5em 0 0 rgba(255, 255, 255, .7), -1.8em 1.8em 0 0 #fff, -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	75% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .5), -1.8em 1.8em 0 0 rgba(255, 255, 255, .7), -2.6em 0 0 0 #fff, -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	87.5% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .5), -2.6em 0 0 0 rgba(255, 255, 255, .7), -1.8em -1.8em 0 0 #fff
	}
}

@keyframes load5 {

	0%,
	100% {
		box-shadow: 0 -2.6em 0 0 #fff, 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .5), -1.8em -1.8em 0 0 rgba(255, 255, 255, .7)
	}

	12.5% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .7), 1.8em -1.8em 0 0 #fff, 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .5)
	}

	25% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .5), 1.8em -1.8em 0 0 rgba(255, 255, 255, .7), 2.5em 0 0 0 #fff, 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	37.5% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .5), 2.5em 0 0 0 rgba(255, 255, 255, .7), 1.75em 1.75em 0 0 #fff, 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	50% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .5), 1.75em 1.75em 0 0 rgba(255, 255, 255, .7), 0 2.5em 0 0 #fff, -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	62.5% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .5), 0 2.5em 0 0 rgba(255, 255, 255, .7), -1.8em 1.8em 0 0 #fff, -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	75% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .5), -1.8em 1.8em 0 0 rgba(255, 255, 255, .7), -2.6em 0 0 0 #fff, -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	87.5% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .5), -2.6em 0 0 0 rgba(255, 255, 255, .7), -1.8em -1.8em 0 0 #fff
	}
}

.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .4)
}

.loader {
	margin: 100px auto;
	font-size: 25px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	left: 50%;
	position: fixed;
	top: 10%
}

.clip-check label:before {
	background-color: #fff;
	border: 1px solid #c8c7cc;
	content: "";
	display: inline-block;
	height: 20px;
	left: 0;
	margin-right: 10px;
	position: absolute;
	width: 20px;
	border-radius: 0;
	top: 1px;
	-webkit-transition: border .2s linear 0s, color .2s linear 0s;
	transition: border .2s linear 0s, color .2s linear 0s
}

.clip-check label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.clip-check label {
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	margin-right: 15px;
	padding-left: 30px !important;
	position: relative;
	line-height: 23px;
	-webkit-transition: border .2s linear 0s, color .2s linear 0s;
	transition: border .2s linear 0s, color .2s linear 0s;
	white-space: nowrap
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}

.clip-check input[type=checkbox] {
	display: none
}

.clip-check label:after {
	display: inline-block;
	font-size: 11px;
	height: 19px;
	left: 4px;
	position: absolute;
	top: 0;
	-webkit-transition: border .2s linear 0s, color .2s linear 0s;
	transition: border .2s linear 0s, color .2s linear 0s;
	width: 19px
}

.clip-check input[type=checkbox]:checked+label:after {
	color: #fff;
	content: "\f00c";
	font-family: FontAwesome
}

.clip-check.check-primary input[type=checkbox]:checked+label:before {
	border-color: #3f4eae
}

.clip-check input[type=checkbox]:checked+label:before {
	border-width: 10px
}

.top30 {
	margin-top: 20px
}

.wrap_items.is-active {
	border: 5px solid #ececec;
	padding: 5px
}

.list_pdf {
	position: absolute;
	left: 100%;
	top: 0;
	width: 300px;
	background-color: #ffff;
	min-height: 100%;
	padding: 5px
}

.audio_link_detail,
.pdf_link_detail {
	border-radius: 56px;
	height: 28px;
	vertical-align: middle;
	margin-left: 0;
	font-size: 14px;
	border: 1px solid #dfe1e5;
	color: #3c4043;
	display: inline-block;
	font-weight: 400;
	-webkit-tap-highlight-color: rgba(255, 255, 255, .161);
	padding: 0 10px 0 10px;
	position: relative;
	text-align: center
}

.audio_link_detail img,
.pdf_link_detail img {
	border-radius: 25px;
	display: inline;
	object-fit: cover;
	overflow: hidden;
	vertical-align: middle;
	width: 20px;
	text-align: center
}

.card-head-img .img-fluid {
	max-width: 100%;
	height: 100%;
	object-fit: cover
}

.card-head-img {
	height: 150px;
	width: 150px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5
}

.profile_header {
	background-color: #172647;
	border-radius: 30px;
	padding-left: 20px;
	overflow: hidden
}

.profile_header .user-link-sec {
	padding-top: 20px
}

@media (max-width:849px) {
	.profile_header .user-link-sec {
		padding-bottom: 20px
	}
}

@media (min-width:850px) {
	.profile_header .user-link-sec .avatar-upload {
		float: left
	}
}

@media (max-width:849px) {
	.profile_header .user-link-sec .avatar-upload {
		width: 100%;
		overflow: hidden
	}
}

.profile_header .user-link-sec .avatar-upload .avatar-edit {
	margin-right: -10px;
	margin-bottom: 120px
}

.profile_header .avatar-preview {
	float: left
}

.profile_header .user_deatils_left {
	list-style: none;
	color: #fff
}

@media (min-width:850px) {
	.profile_header .user_deatils_left {
		display: inline-block;
		margin: 80px 30px 0
	}
}

@media (max-width:849px) {
	.profile_header .user_deatils_left {
		width: 100%;
		overflow: hidden
	}
}

.profile_header .user_deatils_right {
	color: #fff
}

@media (min-width:850px) {
	.profile_header .user_deatils_right {
		float: right
	}
}

@media (max-width:849px) {
	.profile_header .user_deatils_right {
		width: 100%;
		overflow: hidden
	}
}

.profile_header .user_deatils_right .list_unstyled_left {
	margin-right: 100px
}

@media (min-width:850px) {
	.profile_header .user_deatils_right .list_unstyled_left {
		float: left;
		margin-top: 60px;
		margin-bottom: 15px
	}
}

.profile_header .user_deatils_right .list_unstyled_right {
	margin-right: 50px
}

@media (min-width:850px) {
	.profile_header .user_deatils_right .list_unstyled_right {
		float: right;
		margin-top: 60px
	}
}

.profile_body {
	margin-top: 20px;
	border-radius: 50px
}

.profile_body .tab__list {
	text-align: center;
	border-bottom: 1px solid #000
}

@media (min-width:768px) {
	.profile_body .tab__list {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 10px
	}
}

@media (max-width:767px) {
	.profile_body .tab__list {
		margin-bottom: -3px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px
	}
}

@media (min-width:849px) {
	.profile_body .tab__list {
		margin-bottom: -15px
	}
}

@media (max-width:850px) {
	.profile_body .tab__list {
		margin-bottom: -3px
	}
}

.profile_body .tab__content {
	padding-top: 20px
}

@media (min-width:768px) {
	.profile_body .tab__content {
		padding-left: 20px;
		padding-right: 30px
	}
}

.profile_body .tab__content-item {
	max-width: 100%
}

.description_text {
	padding-bottom: 20px
}

@media (min-width:768px) {

	.tab_invoice .tab__content-title,
	.tab_reward .tab__content-title {
		margin-left: -20px
	}
}

@media (min-width:768px) {

	.tab_invoice .search-container,
	.tab_reward .search-container {
		margin-left: 100px
	}
}

hr {
	margin-top: 12px
}

.invoice #wrapper {
	padding-top: 20px
}

.invoice #wrapper {
	min-height: 100%;
	position: relative
}

.invoice .customers #wrapper {
	margin-left: 0;
	width: 100%
}

.invoice .mtop15 {
	margin-top: 15px
}

@media (min-width:1281px),
(min-width:1025px) and (max-width:1280px) {
	.invoice .preview-top-wrapper {
		margin-top: 25px
	}
}

.invoice .clearfix {
	display: block
}

.invoice .panel_s {
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 30px 2px rgba(0, 0, 0, .1) !important;
	box-shadow: 0 2px 30px 2px rgba(0, 0, 0, .1) !important
}

.invoice .panel_s {
	background-color: none;
	margin-bottom: 25px
}

.invoice .panel_s {
	border: 0;
	-webkit-box-shadow: 0 1px 15px 1px rgba(90, 90, 90, .08);
	box-shadow: 0 1px 15px 1px rgba(90, 90, 90, .08)
}

.invoice .mtop20 {
	margin-top: 20px
}

.invoice .label {
	font-size: 13px;
	font-weight: 500;
	padding: .3em .9em .3em
}

.invoice .label {
	font-size: 12px;
	font-weight: 400;
	padding: .4em .9em .4em
}

.invoice .s-status {
	display: inline-block;
	padding: 6px 18px;
	text-transform: uppercase
}

.invoice .mtop7 {
	margin-top: 7px
}

.invoice .no-mbot {
	margin-bottom: 0
}

.invoice .hide {
	display: none !important
}

.invoice .label-warning {
	background: 0 0;
	border: 1px solid #ff6f00;
	color: #ff6f00
}

.invoice .btn.btn-default {
	border: 1px solid #e6e9eb
}

.invoice .mright5 {
	margin-right: 5px
}

.invoice .panel-body {
	background: #fff !important
}

.invoice .panel_s .panel-body {
	border: 1px solid #e4e5e7;
	border-radius: 4px;
	position: relative
}

@media (min-width:992px) {
	.invoice .col-md-offset-1 {
		margin-left: 8.33333333%
	}
}

.invoice .btn-default {
	color: #fff !important;
	border-color: #9480dd !important;
	background-color: #9480dd !important
}

.invoice .btn.btn-default {
	border: 1px solid #e6e9eb
}

@media (min-width:992px) {
	.col-md-offset-6 {
		margin-left: 50%
	}

	.panel_s .panel-body>div[class*=col-md-]:first-child:after,
	body.customers .panel_s .panel-body.proposal-content:after {
		content: '';
		background: url(https://crm.3tc.vn/assets/images/bottom-bg.svg) no-repeat right -60px bottom 0;
		position: absolute;
		bottom: -20px;
		right: 0;
		width: 250px;
		height: 110px;
		background-size: contain;
		z-index: -2
	}

	#content {
		padding-bottom: 80px
	}

	p.bold {
		font-size: 18px
	}

	.panel_s .panel-body {
		padding-bottom: 20px
	}

	.preview-sticky-header {
		z-index: 1;
		background: #fff;
		padding-top: 15px;
		-webkit-box-shadow: 0 1px 15px 1px rgba(90, 90, 90, .08);
		box-shadow: 0 1px 15px 1px rgba(90, 90, 90, .08);
		width: 100% !important;
		left: 0 !important;
		padding-bottom: 15px
	}

	div:not(.preview-sticky-header) .preview-sticky-container {
		padding-left: 0;
		padding-right: 0
	}

	.estimate-html-logo img {
		width: 200px
	}
}

@media (min-width:768px) {
	.hidden-desktop {
		display: none
	}

	.custom_width {
		min-width: 650px
	}

	.row_total span {
		text-align: right;
		float: right;
		padding-top: 13px
	}

	.row_action span {
		text-align: right;
		float: right
	}
}

@media (max-width:767px) {
	.hidden-mobile {
		display: none
	}

	.col-xs-12 {
		width: 100%;
		max-width: 100%;
		flex: auto
	}

	.col-xs-6 {
		width: 50%;
		max-width: 50%;
		flex: auto
	}

	.footer_button {
		text-align: left !important
	}
}

.form .row>[class^=col-] {
	padding-top: .75rem;
	padding-bottom: .75rem;
	border: 1px solid #f4f4f4
}

@media (min-width:768px) {
	.form .row>[class^=col-] span {
		display: table-cell;
		height: 38px;
		vertical-align: middle
	}
}

nav .navbar {
	padding-top: 0
}

.dropbtn {
	background-color: transparent;
	border-radius: 20px;
	color: #fff;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer
}

.dropdown {
	display: inline-block
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	z-index: 1
}

.dropdown-content a {
	color: #000;
	padding: 12px 16px;
	text-decoration: none;
	display: block
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
	border-radius: 15px
}

.dropdown:hover .dropdown-content {
	display: block
}

.dropdown:hover .dropbtn {
	background-color: #1a312b
}