#wpwrap{
	background-color: #f8f9fa!important;
}

.olws-settings-wrapper .jumbotron{
	padding: 2rem 2rem;
	background-color: #ff6d6d;
	background: linear-gradient(45deg, #f1a6f9, #ff6d6d);
	text-align: center;
}

.olws-settings-wrapper .jumbotron .heading-icon{
	width: 90px;
}

.olws-settings-wrapper .jumbotron small{
	font-size: 0.8rem;
	font-weight: 400;
	color: #ffffff;
}

.olws-you-tube-icon {
	color: #ff0000;
}

.olws-section-title{
	background-color: #ef737d;
}

.olws-section-title img.heading-icon{
	width: 80px;
}

.olws-section-title.bg-two{
	background-color: #4096f7;
}

.olws-section-title.bg-three{
	background-color: #f5a841;
}

.olws-section-title.bg-guide{
	background-color: #23282c;
}

.olws-input-icon{
	color: white;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	margin-right: .5rem!important;
	align-items: center;
}

.olws-bg-one{
	background: #4096f7 !important;
}

.olws-bg-two{
	background: #b09df1 !important;
}

.olws-bg-three{
	background: #e661aa !important;
}

.olws-bg-four{
	background: #f5a80e !important;
}

.olws-input-icon .fa, .olws-input-icon .olws-my-icons{
	margin: 0 auto;
}

.olws-input-wrap{
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.olws-tooltip-container{
	position: relative;
	cursor: pointer;
}

.olws-input-wrap .d-block{
	min-width: 220px;
}

.olws-tooltip-text{
	visibility: hidden;
	width: 168px;
	font-weight: 400;
	background-color: #eaecef;
	color: #555;
	box-shadow: 0 5px 10px 2px rgba(195,192,192,.5) !important;
	text-align: center;
	border-radius: 6px;
	padding: 6px 10px;
	left: 0;
	top: 24px;
	position: absolute;
	z-index: 999;
}

.olws-tooltip-text::before {
	content: '';
	position: absolute;
	top: -16px;
	left: 20px;
	margin-left: -5px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #eaecef transparent;
}

.olws-tooltip-container:hover .olws-tooltip-text,
.olws-tooltip-container:focus .olws-tooltip-text{
	visibility: visible;
}

.olws-input-wrap label{
	margin-bottom: 0;
}

.config-input-class{
	padding: 5px 10px;
	border-radius: 5px;
	width: 20rem;
	font-size: 12px !important;
}

.olws-otp-red {
	color: #ff293f;
}

#submit {
	height: 100%;
	max-width: 272px;
	width: 100%;

	/*margin: 0 auto;*/
	display: block;
	outline: none;
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	background: linear-gradient(135deg, #70bee7 0%,#5c74ea 100%);
	box-sizing: border-box;
	text-align: center;
	line-height: 14px;
	font-weight: 200;
	letter-spacing: 1px;
	text-decoration: none;
	box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
	border: none;
	text-shadow: none;
	font-size: 16px;
	cursor: pointer;
}

.olws-api-option-wrapper.lighten{
	position: relative;
}

.olws-api-option-wrapper.lighten > div:after{
	content: '';
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	height: 100%;
	width: 100%;
}

.olws-page-banners{
	width: 100%;
	max-width: max-content;  
}

.olws-instructions .olws-list{
	font-size: 14px;
}

.olws-instructions .section-title{
	font-weight: bold;
}

.olws-video-card.card{
	padding: 0 0 24px 0;
}

.olws-embed-video-icon-wrapper{
	margin-top: -15px;
	position: relative;
    text-align: right;
    padding-right: 10px;
}

.olws-embed-video-icon{
	background: #fff;
	padding: 0 4px;
	font-size: 30px;
	color: red;
	line-height: 1;
    border-radius: 5px;
    box-shadow: 1px 0px 2px #bdbdbd;
}

.olws-video-title{
	font-size: 1.2rem;
}

.olws-video-description{
	font-size: 0.9rem;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #a7a7a7;
	color: #424242;
}