.navbar.navbar-main{
	background: #fff;
	margin-top: 16px !important;
}
a{
	text-decoration: none;
}
ul, ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
.custom-form input[type=text],
.custom-form input[type=tel],
.custom-form input[type=email],
.custom-form input[type=number],
.custom-form input[type=password],
.custom-form select,
.custom-form textarea{
	background: #fff;
	border: 1px solid #000;
	border-radius: 0;
	height: 38px;
	width:  100%;
}
.custom-form select{
	border-radius: 10px;
}
.custom-form textarea{
	height: 200px;
	resize: none !important;
}
.less-padding input{
	padding-left: 2px;
	padding-right: 2px;
}
.custom-form input[type=submit]{
	width: 100% !important;
	color: #fff !important;
}
.custom-form label{
	color: #000;
	font-weight: bold;
}
.custom-form .acf-label{
	margin-bottom: 5px !important;
}
.custom-form-body label,
.custom-form-body input[type=text],
.custom-form-body input[type=password]{
	display: block;
	width: 100%;
}
.button.button-primary {
  box-shadow: 0 3px 3px 0 rgba(233, 30, 99, 0.15), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.15);  
  border: 1px solid #e91e63;
  background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 100%);
  letter-spacing: 0;
  text-transform: uppercase;
  background-size: 150%;
  background-position-x: 25%;
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 10px !important;
  font-size: 12px;
  font-weight: bold;
}
.button.button-primary:hover {
  background-color: #e91e63;
  border-color: #e91e63;
  box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.4), 0 4px 23px 0 rgba(233, 30, 99, 0.15), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
}
.button.button-primary:focus {
  color: #fff;
}
.footer.position-absolute{
	left: 0;
}
.select2-container--default .select2-selection--multiple{
	border-radius: 0 !important;
}
.navbar-vertical .navbar-nav .nav-link>i{
	display: inline-block;
	margin-right: 10px;
}
.current_page_item a{
    background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 100%);
}
.custom-table th{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse{
	height: auto !important;
}
thead .filters th:nth-child(10) input{
	display: none !important;
}
.navbar-nav a{
	color: #fff;
	padding: 10px;
	display: block;
}
.models-checkboxes{
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.models-checkboxes li{
    width: 25%;
    float: left;
}
.models-checkboxes li span{
    display: inline-block;
    margin-left: 5px;
}
.login-bg{
    background-image: url('../img/form-bg.png')
}
.table thead th,
.table thead td{
	padding: 10px;
}
.table .action-td{
	width: 150px;
}
.action-link span.divider{
	display: inline-block;
	padding: 0 10px;
}
.dashboard-model{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}
.dashboard-model .dashboard-model-holder{
	width: 700px;
	padding: 30px;
	background: #fff;
	position: relative;
}
.dashboard-model .close-model{
	position: absolute;
	top: -3px;
	right: 0;
}
.dashboard-model .close-model svg{
	fill: #000;
	height: 24px;
	width: 24px;
}
.dashboard-model table{
	width: 100%;
}
.dashboard-model th,
.dashboard-model td{
	border: 1px solid #eee;
	padding: 10px;
}
.close-model{
	cursor: pointer;
}
.dashboard-model .dashboard-model-holder input{
	width: 100%;
}
.dashboard-model .dashboard-model-holder button{
	margin-top: 30px;
	width: 100%;
}
.bid-amount.error{
	border-color: #c36;
	color: #c36;
}
.bid-amount.error:placeholder{
	color: #c36;
}
.custom-form input{
	margin-bottom: 30px;
}
.login-form-holder.custom-form input{
	margin-bottom: 0;
}
.bg-gradient-primary,
.button.button-primary,
.current_page_item a{
    background: var(--e-global-color-accent) !important;
}
input[type=button], input[type=submit], button{
	color: var(--e-global-color-accent) !important;
	border-color: var(--e-global-color-accent) !important;
}
input[type=button]:hover, input[type=submit]:hover, button{
	color: #fff !important;
	background: var(--e-global-color-accent) !important;
}
.login-form-holder p{
	margin-bottom: 5px;
}
.error{
	color: var(--e-global-color-accent);
}
#custom_signup_form .google-map-holder{
	height: 200px !important;
}
