#tve-drop-handle {
	background-color: #f44336 !important;
}

.predictive-preview-box {
    position: fixed;
    width: 20px;
    /* height: 40px; */
    bottom: 6px;
    cursor: pointer;
    right: 149px;
    z-index: 99999;
}

.tve-left-side .predictive-preview-box {

    right: auto;
    left: 132px;
}
.predictive-preview-box img {
    width: 100%;
}

.predictive_thrive_form label {
	color:#000000;
	display: block;
	font-weight: 800;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 6px;
}
.predictive_thrive_form * {
	box-sizing: border-box;
}
.predictive_thrive_form select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 12px 8px;
	max-width: 100%;
	color: #333;
	font-size: 16px;
	margin-bottom: 15px;
}
.predictive_thrive_form input[type="text"] {
	color: #333;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 12px 8px;
	width: 100%;
	font-size: 16px;
}
.predictive_thrive_form input[type="submit"]:focus {background:#cccccc;}
.predictive_thrive_form .formsfirst_button {
	width: 100%;
	border: none;
	padding: 15px 32px;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background-color:#cccccc;
	color:#999999;
	margin: 10px 0px;
	cursor: pointer;
	font-weight: 700;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.predictive_thrive_form .formsfirst_button:hover {background-color:rgb(204 204 204 / 0.75);}
.predictive_thrive_form .formsfirst_button:active {background-color:#cccccc;}