.ds_center {
	text-align: center;
}

.logged-in .logged_in_hide {
	display: none;
}
.logged-out .logged_out_hide {
	display: none;
}
body[data-elementor-device-mode="desktop"] .desktop_hide {
	display: none;
}

/* login form */

.login_form_light {
	padding: 20px 0;
}
.ds_logged_in_msg {
	padding: 10px 0 20px 0;
	font-weight: bold;
}
.ds_login_error {
	margin: 10px 0 20px 0;
	padding: 20px 10px 20px 10px;
	background-color: #FBDFE0;
}
.ds_login_field_error {
	padding: 10px;
	background-color: #FBDFE0;
}
.ds_login_success {
	margin: 10px 0 20px 0;
	padding: 20px 10px 20px 10px;
	background-color: #E1FCE9;
}
.ds_logout_success {
	margin: 10px 0 20px 0;
	padding: 20px 10px 20px 10px;
	background-color: #E1FCE9;
}
.ds_login_light_label {
	color: #fff;
}
.ds_login_light_submit {
	display: inline-block;
	padding: 17px 45px !important;
	color: #5D41DD !important;
	background: #fff !important;
	border-radius: 3px !important;
	font-family: "Montserrat";
	font-size: 14px !important;
	font-weight: 500 !important;
	box-shadow: 0 5px 14px 0 rgba(33, 44, 67, 0.15) !important;
	border: none !important;
	transition: all .3s !important;
	vertical-align: middle;	
}
.ds_login_light_submit.hidden {
	display: none;
}
.ds_login_form_light_error {
	display: none;
}
.ds_login_light_spinner {
	display: none;
	background-size: 30px 30px;
	background-position: center center;
	background-image: url('https://teneo.virtualbyvario.com/wp-content/plugins/ds-login-light/img/spinner.gif');
	background-repeat: no-repeat;
	padding: 0 !important;
	height: 55px;
	width: 135px;
	background-color: #fff !important;
	border-radius: 3px !important;
	box-shadow: 0 5px 14px 0 rgba(33, 44, 67, 0.15) !important;
	border: none !important;
	vertical-align: middle;
}
.ds_login_light_spinner.active {
	display: inline-block;
}
.ds_login_form_light_error.error {
	display: block;
	padding: 8px 10px;
	margin: 0 0 15px 0;
	background: #CDEFF1;
	border-radius: 3px;
	text-align: center;
}

/* first name and last name forms */

#ds_fnln_form {
	display: none;
}

/* hunt history */

.hunt_history_row {
	padding: 0 0 20px 0;
}

/* login bttns */

.ds_login_bttns {
	display: block;
	white-space: nowrap;
	text-align: right;
}
@media screen and (max-width: 768px){
	.ds_login_bttns {
		padding-top: 10px;
		text-align: center;
	}
}
/*.ds_login_bttn {
	display: inline-block;
	padding: 8px 24px;
	margin: 5px 10px;
	background-color: rgb(0, 119, 200);
	border: none;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border-radius: 20px;
	transition: all linear 200ms;
	color: #fff !important;
}
.ds_login_bttn:hover {
	background-color: rgb(161, 43, 242);
	border-radius: 5px;
} */

/* leaderboard */

.leaderboard_table {
	display: table;
	width: auto;
	max-width: 100%;
	margin: auto;
	border-collapse: collapse;
}
.leader_row {
	display: table-row;
}
.leader_cell {
	display: table-cell;
	vertical-align: top;
	padding: 5px;	
	font-size: 1.0rem;
	/*font-weight: 500; */
	border-bottom: solid 1px #ccc;	
}
/*
.leader_row:nth-child(2) .leader_cell:first-child {
	background-image: url(https://teneo.virtualbyvario.com/wp-content/plugins/ds-login-light/img/gold-medal.png);
	background-position: left center;
	background-size: auto 90%;
	background-repeat: no-repeat;
}
.leader_row:nth-child(3) .leader_cell:first-child {
	background-image: url(https://teneo.virtualbyvario.com/wp-content/plugins/ds-login-light/img/silver-medal.png);
	background-position: left center;
	background-size: auto 90%;
	background-repeat: no-repeat;
}
.leader_row:nth-child(4) .leader_cell:first-child {
	background-image: url(https://teneo.virtualbyvario.com/wp-content/plugins/ds-login-light/img/bronze-medal.png);
	background-position: left center;
	background-size: auto 90%;
	background-repeat: no-repeat;
}
.leader_row .leader_cell:first-child {
	width: 50px;
}
.leader_row .leader_cell:nth-child(1) {
	text-align: center;	
	width: 20%;
}
*/

.leader_row .leader_cell:first-child {
	padding-right: 20px;
	text-align: center;	
}
.leader_row .leader_cell:nth-child(2) {
	padding-right: 20px;
	white-space: nowrap;
}
.leader_row .leader_cell:nth-child(3) {
	padding-right: 20px;
	white-space: nowrap;
}


/* points earned popup */

#ds_points_earned_popup {
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -200px;
	width: 350px;
	height: auto;
	padding: 20px 30px 50px 30px;
	background: #fff;
	text-align: center;	
	border: solid 1px #ccc;
	border-radius: 2px;
	box-shadow: 0 0 10px #000;
	z-index: 9999;
	display: none;
}
@media screen and (max-width: 400px){
	#ds_points_earned_popup {
		left: 0px;
		margin-left: 0px;
		width: 100%;
	}
}
#ds_points_earned_title {
	font-size: 28px;
	font-weight: 500;
}
#ds_points_earned_close {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 45px;
	width: 45px;
	background-image: url(https://teneo.virtualbyvario.com/wp-content/plugins/ds-login-light/img/close.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* gravity forms */

.gfield_description {
	padding-top: 0px !important;
}

/* report */

.ds_report {
	display: table;
	margin: auto;
}
.ds_report_row {
	display: table-row;
}
.ds_report_cell {
	display: table-cell;
	padding: 5px 15px;
}
.ds_report_row:nth-child(odd) .ds_report_cell {
	background: #f5f5f5;
}

.post-password-form {
	margin: auto;
	padding: 100px;
}
.post-password-form [type=submit] {
	vertical-align: bottom;
}