.clearfix:after {
	content: '';
	display: table;
	clear: both;
	width: 100%;
}
.ds_table {
	display: table;
}
.ds_row {
	display: table-row;
}
.ds_cell {
	display: table-cell;
}
.ds_banner {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	background-color: #9BE7B8;
	font-family: 'Arial';
	line-height: 1.4em;
	font-size: 16px;
	text-align: center;
}


#ds_session_meta {
	padding: 10px;
	text-align: center;
	font-size: 16px;	
	line-height: 1.4em;	
}

/* vimeo backdrop */

#ds_debug_reset_vimeo_bd {
	position: fixed;
	bottom: 20px;
	left: 20px;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}
#ds_vt_backdrop {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.7);
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
#ds_vt_modal {
	width: 380px;
	margin: 100px auto auto auto;
	padding: 40px;
	background: #000;
	color: #fff;
	z-index: 10000;
}
#ds_vt_modal_title {
	padding: 0 0 10px 0;
	font-family: 'Arial';
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2em;
}
#ds_vt_modal_subtitle {
	padding: 0 0 18px 0;	
	font-family: 'Arial';
	font-size: 16px;
	line-height: 1.5em;	
}
#ds_vt_modal_button {
	font-size: 16px;
	border: solid 3px #fff;
	border-radius: 20px;
	text-align: center;
	cursor: pointer;
	font-family: 'Arial';
	transition: all linear 200ms;
}
#ds_vt_modal_button:hover {
	background: #fff;
	color: #000;
}

/* check in button */

.ds_check_in_bttn .elementor-button {
	cursor: pointer;
	transition: background linear 150ms;
}
.ds_check_in_bttn.checked_in .elementor-button {
	background: #1899D6;
}
.ds_check_in_bttn .checked_in_text {
	display: none;
}
.ds_check_in_bttn.checked_in .checked_out_text {
	display: none;
}
.ds_check_in_bttn.checked_in .checked_in_text {
	display: inline;
}
#ce_greenlight {
	display: table;
	border-collapse: collapse;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.ce_greenlight_fail, .ce_greenlight_success {
	display: table-row;
}
.ce_dot {
	display: table-cell;
	padding-right: 10px;
    font-size: 1.75rem;
	vertical-align: middle;
	line-height: 1em;
}
.ce_greenlight_success .ce_dot {
	color: #00d084;
}
.ce_greenlight_fail .ce_dot {
	color: #cf2e2e;
}
.ce_title {
	display: table-cell;
    font-size: .75rem;
	vertical-align: middle;
	line-height: 1em;
	padding-top: 4px;
}

/* CE tracking dashboard */

.v_ce_dash_earnings_by_cat_table {
	display: table;
	margin-bottom: 20px;
}
.v_ce_dash_earnings_by_cat_row {
	display: table-row;
}
.v_ce_dash_earnings_by_cat_cell {
	display: table-cell;
}
.v_ce_dash_earnings_by_cat_row .v_ce_dash_earnings_by_cat_cell:nth-child(1){
	padding-right: 15px;
}
.v_ce_dash_earnings_by_cat_row .v_ce_dash_earnings_by_cat_cell:nth-child(2){
	padding-right: 15px;
}
.v_ce_dash_earnings_by_cat_row .v_ce_dash_earnings_by_cat_cell:nth-child(3){
	padding-right: 15px;
}
.v_ce_dash_raw_data_wrap {
	max-height: 80vh;
	overflow-y: scroll;
}


/* BuddyBoss BB CE Tracking Tab */

tr.acf-field-61a6a1ae43501 {
	display: block;
}
tr.acf-field-61a6a1ae43501 > td {
	display: block;
	padding: 0;
	margin: 0;
	width: auto;
}
tr.acf-field-61a6a1ae43501 > td.acf-label {
	width: auto !important;
}
tr.acf-field-61a6a1ae43501 > td.acf-input {
	padding: 0 !important;
}


.v_ce_dash_earnings_by_cat_table {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #ccc;
}
.v_ce_dash_earnings_by_cat_row {
	display: table-row;
}
.v_ce_dash_earnings_by_cat_cell {
	display: table-cell;
	padding: 5px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #fff;
	font-size: .8em;
}
.v_ce_dash_earnings_by_cat_row:nth-child(even) .v_ce_dash_earnings_by_cat_cell {
	background: #fefefe;
}
.v_ce_dash_earnings_by_cat_cell:last-child {
	border-right: none;
}
.v_ce_dash_earnings_by_cat_row:last-child .v_ce_dash_earnings_by_cat_cell {
	border-bottom: none;
}

.v_ce_dash_earnings_by_cat_row .v_ce_dash_earnings_by_cat_cell:nth-child(1){
	padding-right: 15px;
}
.v_ce_dash_earnings_by_cat_row .v_ce_dash_earnings_by_cat_cell:nth-child(2){
	padding-right: 15px;
}
.v_ce_dash_earnings_by_cat_row .v_ce_dash_earnings_by_cat_cell:nth-child(3){
	padding-right: 15px;
}