#mobile_settings_block
{
	background:#fff !important;
	display:none;
}
#mobile_settings_block ul li
{
	padding:5px;
}
#in_video_instructions
{
	margin-left:10px;
	padding:15px 0px;
}
#in_video_comment_button
{
	visibility: hidden;
	font-size:2px !important;
}
#invite_rater_signup .modal-body
{
	max-height:75%;
}
#invite_rater_signup_step_2
{
	width:315px;
}
.mobile-auto
{
	width:auto;
}
#invite_rater_signup
{
	z-index:10001;
}
#recover_dialog
{
	z-index:10002;
	position:absolute
}
#graph
{
	width:auto;
}
/* 230928 - baltoro - fixing survey in mobile view */
@media screen and (max-width: 720px) {
	#preroll {
	  width: auto !important;
	}

	#player,
	#player_api,
	#player_wrapper,
	#beta_player{
	  width: auto !important;
	}

	/* 231006 - baltoro */
	#vote_to_pitch
	{
		margin-top:10px;
		justify-content: center;
		display: flex;
		margin-left: 0px !important;
	}

	/* 231008 - baltoro - enable rate buttons for mobile view */
	.mobile_view_enable {
		display: block !important;
	}
	.desktop_view_enable
	{
		display: none;
	}

	/* 231008 - baltoro - Removed extra width in mobile view mode */
	#video_click_canceller{
		width: auto !important;
	}

	/* 231017 - baltoro - Comment Buttom Modified for Mobile View */
	#mobile_comment_button{
		display: block !important;
	}

	/* #in_video_instructions {
		padding: 8px 0px !important;
	} */
	
	/* 231017 - baltoro - Comment Field Modified for Mobile View */

	#video_comment_block {
		width: 100% !important;
	}

	#video_comment_field {
		width: 85% !important;
	}

	#submit_comment_button{
		margin-top: 12px !important;
	}

	.in_video_instructions_desktop{
		display: none !important;
	}
	
	#vote_to_pitch > form{
		margin: 0px 0px 0px;
	}

	#in_video_instructions_mobile{
		display: block !important;
	}
	
}

/* 231008 - baltoro - disable rate buttons for desktop view */
.mobile_view_enable {
	display: none;
}

#mobile_comment_button{
	display: none;
}

#in_video_instructions_mobile{
	display: none;
}

/* 231025 - baltoro - Changed Like / Dislike Button Colors */

.x-up-arrow-button {
    background-color: #ccdfc9 !important;
    color: black !important;
    font-size: 16px !important;
    border-color: #40b240!important;
    font-weight: bold !important;
    text-shadow: none !important;
}

.x-down-arrow-button {
    font-weight: bold !important;
    background-color: #eebab5 !important;
    color: black !important;
    font-size: 16px !important;
    text-shadow: none !important;
    border-color: #eb7c7c !important;
}

.x-vote-button-label{
	margin-top: 4px;
}

.x-add-comment-button {
	background-color: #d9d8d8 !important;
	width: 85% !important;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 10px 55px !important;
}
