@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

#setting-buttons ul {
	list-style: none;
	margin-left: 20px;
	width: 700px;
	clear: both;
}
#setting-buttons {
	width: 60%;
	clear: both;
	position: fixed;
	top: 10px;
	border: 1px solid #dadada;
	box-shadow: 1px 1px 1px #000000;
	padding: 10px;
	background: #ffffff;
	display: block;
	left: 20%;
	z-index: 99999999;
}
#setting-buttons ul li {
	width: 120px;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	color: rgb(68, 63, 63);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(199, 214, 199);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(169, 182, 169);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(172, 182, 172);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 17px;
	float: left;
	background: rgb(173, 187, 173);
	margin-left: 3px;
}
#setting-buttons ul li.active {
	width: 120px;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	color: rgb(255, 255, 255);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: green;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: green;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: green;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 17px;
	float: left;
	background: green;
	margin-left: 3px;
}
#embed_area {
	width: 800px;
	/* margin-top: -56px; */
	margin-top: -5;
	background: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 1px #000000;
	border-radius: 4px;
}
#embed_area textarea {
	width: 100%;
	border: 0px;
}
#btns {
	width: 400px;
}
#previewmedia {
	padding: 7px;
	border: 1px solid rgb(0, 0, 0);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 150px;
	/*height: 150px;*/
	float: right;
	display: none;
	margin-right: 20px;
}
#btns button {
	width: 100px;
	margin-left: 10px;
	padding: 5px;
	background: green;
	border: 1px solid green;
	box-shadow: 1px 1px 1px #000000;
	border-radius: 4px;
	color: #ffffff;
}
.close {
	float: right;
	margin-right: 20px;
}
.showeditorbuttons {
	position: fixed;
	background: blue;
	color: white;
	width: 100px;
	border-radius: 4px;
	border: 1px solid black;
	display: none;
	top: 28px;
	left: 40%;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}
.addurlinpuits {
	display: none;
	width: 700px;
	clear: both;
	/*height: 130px;*/
}
.addurlinpuits div {
	clear: both;
}
.addurlinpuits label {
	float: left;
	padding: 15px;
	/* width: 200px; */
	width: 300px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.addurlinpuits input {
	float: left;
	margin-left: 20px;
	width: 200px;
	margin: 10px;
}
.addvideoinputs {
	display: none;
	width: 700px;
	clear: both;
	/*height: 130px;*/
}
.addvideoinputs div {
	clear: both;
}
.addvideoinputs label {
	float: left;
	width: 300px;
	margin: 10px;
	width: 200px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.addvideoinputs input {
	float: left;
	margin-left: 20px;
	width: 200px;
	margin: 10px;
}
.addvideoinputs textarea {
	float: left;
	margin-left: 20px;
	width: 400px !important;
	height: 80px;
	border: 1px solid #000000 !important;
}
#help {
	background-image: url(../images/info-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 13px;
	float: left;
	width: 500px;
}
.ie-tooltip {
	position: absolute;
	/* top: 0px; */
	/* left: 0px; */
	font-size: 12px;
	margin-left: 5px;
	width: 200px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #000000;
	display: none;
}
.savebuttons {
	width: 100%;
	position: fixed;
	font-family: 'Poppins', sans-serif;
	top: 0%;
	right: 0px;
    /*padding: 10px;*/
    /*border-radius: 0 10px 10px 0px;*/
	background: rgb(9,9,121);
	background: linear-gradient(141deg, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);

	/*background: #000;
	background: -moz-linear-gradient(top, #000 2%, #600 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(2%, #000),
		color-stop(100%, #600)
	);
	background: -webkit-linear-gradient(
		top,
		#000 2%,
		#600 100%
	);
	background: -o-linear-gradient(top, #000 2%, #600 100%);
	background: -ms-linear-gradient(top, #000 2%, #600 100%);
	background: linear-gradient(to bottom, #000 2%, #600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf3a', endColorstr='#f25e25',GradientType=0 ); */
	text-align: center;
	z-index: 99999999999999;
}

	#buttons .column{
		width: 100%;
		padding: 0px 15px;
	    border: 1px solid #202020;
    	border-top: 0px;
	}
	#buttons .column:hover{
		background: rgb(63,94,251);
	    background: linear-gradient(124deg, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
	    transition: 1s;
	}

	.bfydbtn {
	    width: 100%;
	    text-align: left;
	    padding: 8px 0px;
	    /*border: 1px solid #6273ca;*/
	    display: inline-block;
	    border-radius: 5px;
	    margin: 5px -3px;
	    -webkit-transition: background-color 2s ease-out;
	    -moz-transition: background-color 2s ease-out;
	    -o-transition: background-color 2s ease-out;
	    transition: background-color 2s ease-out;
        background: transparent;
	}
	.bfydbtn:hover {
	    
	}
	.bfydbtn ion-icon {
	    font-size: 20px;
	    /*width: 100%;*/
	    text-align: left;
	    color: #fff;
	    margin-bottom: -5px;
	}
	.bfydbtn span {
	    color: #fff;
	    text-align: center;
	    width: 100%;
	    font-size: 13px;
	    margin-left: 7px;
	}

	.bifyBtnSet3 {
	  /*width: 270px; */
    bottom: 0;
    background: #002f5f;
    display: block;
    /* height: 97px; */
    position: fixed;
    z-index: 9999999;
    border-radius: 10px 0 0 0;
    padding: 6px 0 6px 15px;
    right: 0;
    /* padding: 10px 15px; */
    text-align: center;
	}
	.bifyBtnSet3 .column {
	    padding-right: 10px;
	    width: 80px;
	}
/*
.savebuttons input {
	background: #ffffff;
	color: #000000;
	padding: 5px;
	border: 1px solid #dadada;
	box-shadow: 1px 1px 1px #000000;
	margin-left: 10px;
}*/
.addedvideopopup {
	position: fixed;
	z-index: 999999;
	background: #000000;
	width: 700px;
	height: auto;
	padding: 20px;
	top: 30%;
	left: 30%;
	border: 1px solid #ffffff;
	box-shadow: 1px 1px 1px #dadada;
	border-radius: 14px;
	display: none;
}
.addedvideopopup img {
	float: right;
	cursor: pointer;
}
.mask {
	display: none;
	background: #dadada;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 99999;
}
document {
	z-index: 999;
}
.changeimage {
	bottom: 0;
	position: absolute;
	padding: 20px;
	left: 0;
	text-align: left;
	border-radius: 5px;
	background: black;
	width: 300px;
	/*height: 100px;*/
	border: 1px solid #dadada;
	box-shadow: 1px 1px 1px #cccccc;
	display: none;
	z-index: 999999;
}
.changeimage label {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}
.changeimage .okbutton {
	background: green;
	color: #ffffff;
	width: 100px !important;
	padding: 2px;
	float: left;
}
.changeimage .closebutton {
	background: green;
	color: #ffffff;
	width: 100px !important;
	padding: 2px;
	float: left;
	margin-left: 10px;
}
#change_image_url {
	float: left;
	clear: both;
	width: 200px;
	padding-top: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
}
#loaderimage {
	position: absolute;
	display: none;
	margin-top: -100px;
	z-index: 99999999;
}
#warningimage {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
	margin-top: 5px;
}
.changelink {
	bottom: 0;
	position: absolute;
	padding: 20px;
	left: 0;
	text-align: left;
	border-radius: 5px;
	background: black;
	width: 300px;
	/*height: 100px;*/
	border: 1px solid #dadada;
	box-shadow: 1px 1px 1px #cccccc;
	display: none;
	z-index: 999999;
}
.changelink label {
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
}
.changelink .okbutton {
	background: green;
	color: #ffffff;
	width: 100px !important;
	padding: 2px;
	float: left;
}
.changelink .closebutton {
	background: green;
	color: #ffffff;
	width: 100px !important;
	padding: 2px;
	float: left;
	margin-left: 10px;
}
#loaderlink {
	position: absolute;
	display: none;
	margin-top: -100px;
	z-index: 99999999;
}
#warninglink {
	display: none;
	margin-left: 10px;
	float: left;
	height: 20px;
	margin-top: -15px;
}
#change_link_url {
	float: left;
	width: 150px;
}
.changevideo {
	bottom: 9%;
	position: absolute;
	padding: 20px;
	left: 530px;
	text-align: left;
	border-radius: 5px;
	background: #fff;
	width: 300px;
	/*height: 100px;*/
	border: 1px solid #dadada;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
	display: none;
	z-index: 999999;
}
#change_video_code{
	border-radius: 0px;
    border: 1px solid #adadad;
    background: #fff;
}
.changevideo label {
	color: #333;
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
}
.changevideo .okbutton {
	background: #2374bf;
    color: #ffffff;
    width: 100px !important;
    padding: 2px;
    padding: 9px;
    float: left;
    font-weight: bold;
    border-radius: 3px;
}

.changevideo .closebutton {
	background: #2374bf;
    color: #ffffff;
    width: 100px !important;
    padding: 2px;
    padding: 9px;
    float: left;
    margin-left: 10px;
    border-radius: 3px;
}
#warningchangevideo {
	display: none;
	margin-left: 10px;
	float: left;
	height: 20px;
	margin-top: -15px;
}
.addhtmlcode {
	/*bottom: 10%;
	position: absolute;
	padding: 20px;
	left: 20%;
	text-align: left;
	border-radius: 5px;
	background: #fff;
	width: 300px;
	border: 1px solid #dadada;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
	display: none;
	z-index: 999999;*/
	position: fixed;
    padding: 5px 15px 15px;
    right: 15%;
    bottom: 8%;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    width: 300px;
    /* height: 150px; */
    border: 8px solid #46b7f8;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
    display: none;
    z-index: 999999;
    font-family: 'Poppins', sans-serif;
}
.addhtmlcode label {
	color: #333;
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
}
.addhtmlcode .okbutton {
	background: #2374bf;
    color: #ffffff;
    width: 100px !important;
    padding: 2px;
    padding: 9px;
    float: left;
    border-radius: 3px;
    font-weight: bold;
}
.addhtmlcode .closebutton {
	background: #2374bf;
    color: #ffffff;
    width: 100px !important;
    padding: 2px;
    padding: 9px;
    float: left;
    margin-left: 10px;
    border-radius: 3px;
}
#loaderhtmlcode {
	position: absolute;
	display: none;
	margin-top: -100px;
	z-index: 99999999;
}
#warninghtmlcode {
	display: none;
	margin-left: 10px;
	float: left;
	height: 20px;
	margin-top: -15px;
}
.left-buttons1 {
	width: 100px;
	border-radius: 4px;
	background: black;
	margin-left: -10px;
	padding: 5px;
	color: #000000;
	border: 1px solid #ffffff;
	position: fixed;
	top: 30%;
	left: 0;
	margin-top: 20px;
	cursor: pointer;
}
.left-buttons2 {
	width: 100px;
	border-radius: 4px;
	background: black;
	margin-left: -10px;
	padding: 5px;
	color: #000000;
	border: 1px solid #ffffff;
	position: fixed;
	top: 40%;
	left: 0;
	cursor: pointer;
	margin-top: 20px;
}
.left-buttons3 {
	width: 100px;
	border-radius: 4px;
	background: black;
	margin-left: -10px;
	padding: 5px;
	color: #000000;
	border: 1px solid #ffffff;
	position: fixed;
	top: 50%;
	left: 0;
	cursor: pointer;
	margin-top: 20px;
}
.addimage {
	position: fixed;
    padding: 5px 15px 15px;
    right: 15%;
    bottom: 8%;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    width: 300px;
    /* height: 150px; */
    border: 8px solid #46b7f8;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
    display: none;
    z-index: 999999;
    font-family: 'Poppins', sans-serif;
}
.clicked {
	background-color: black !important;
	color: #ffffff !important;
	font-weight: bold !important;
	border: 1x solid #ffffff !important;
}
.addimage label {
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.addimage .okbutton {
	/*background: green;
	color: #ffffff;
	width: 100px !important;
	padding: 2px;
	float: left;*/
	background: #2273bf;
    border-radius: 3px;
    width: 80px !important;
    font-size: 14px;
    padding: 10px;
    float: left;
    border: 0px;
    color: #fff;
    font-weight: bold;
}
.addimage .closebutton {
	/*background: green;
	color: #ffffff;
	width: 100px !important;
	padding: 2px;
	float: left;
	margin-left: 10px;*/
    background: #2273bf;
    border-radius: 3px;
    font-size: 14px;
    width: 80px !important;
    border: 0px;
    padding: 10px;
    color: #fff;
    margin-left: 10px;
    float: left;
    font-weight: bold;
}
#add_image_url {
	float: left;
	width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#add_image_link_url {
	border-radius: 0px;
    background: transparent;
    border: 1px solid #adadad;
    padding: 10px 4px;
}
#loaderaddimage {
	position: absolute;
	display: none;
	margin-top: -100px;
	z-index: 99999999;
}
.addimage .crsls-div {
	/*padding: 5px 0;*/
}
#warningaddimage {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
}
#warningaddimageurl {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
}
.add_dynamic {
	border: 0px;
}
.add_url_dynamic {
	border: 0px;
}
.add_button_dynamic {
	border: 0px;
}
.add_image_dynamic {
	border: 0px;
}
.add_video_dynamic {
	border: 0px;
}
.add_overvideo_dynamic {
	border: 0px;
}
.add_overimage_dynamic {
	border: 0px;
}
.add_overhtml_dynamic {
	border: 0px;
}
.add_htmlcode_dynamic {
	border: 0px;
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea{
	float: left;
    width: 100% !important;
    padding: 8px !important;
    border-radius: 0px;
    border: 1px solid #d2d2d2;
}
.crsls-div input[type=color], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea{
	margin: 0 0 10px 0;
    font-family: sans-serif;
    font-size: 16px;
}
.addurl {
	position: fixed;
    padding: 5px 15px 15px;
    right: 15%;
    bottom: 8%;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    width: 300px;
    /* height: 150px; */
    border: 8px solid #46b7f8;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
    display: none;
    z-index: 999999;
    font-family: 'Poppins', sans-serif;
	/*position: fixed;
	padding: 20px;
	left: 20%;
	bottom: 5%;
	text-align: left;
	border-radius: 5px;
	background: #fff;
	width: 300px;
	border: 1px solid #dadada;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
	display: none;
	z-index: 999999;*/
}
.addurl label {
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.addurl .okbutton {
	background: #2273bf;
    border-radius: 3px;
    width: 80px !important;
    border: 0px;
    font-size: 14px;
    padding: 10px;
    float: left;
    color: #fff;
    font-weight: 700;
}
.addurl .closebutton {
    background: #2273bf;
    border-radius: 3px;
    font-size: 14px;
    width: 80px !important;
    padding: 10px;
    color: #fff;
    margin-left: 10px;
    float: left;
    font-weight: bold;
    border: 0px;
}
.addbutton {
	position: fixed;
	padding: 20px;
	left: 20%;
	bottom: 10%;
	text-align: left;
	border-radius: 5px;
	background: #fff;
	width: 300px;
	/*height: 170px;*/
	border: 1px solid #dadada;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
	display: none;
	z-index: 999999;
}
.addbutton label {
	color: #333;
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
}
.addbutton .okbutton {
	background: #2273bf;
    border-radius: 3px;
    width: 80px !important;
    font-size: 14px;
    padding: 10px;
    float: left;
    color: #fff;
    border: 0px;
    font-weight: bold;
}
.addbutton .closebutton {
	background: #2273bf;
    border-radius: 3px;
    width: 80px !important;
    font-size: 14px;
    border: 0px;
    padding: 10px;
    float: left;
    color: #fff;
    font-weight: 700;
	margin-left: 10px;
}
#add_url_url {
	float: left;
	width: 150px;
}
#loaderurl {
	position: absolute;
	display: none;
	margin-top: -100px;
	z-index: 99999999;
}
#warningaurl {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
	margin-top: 5px;
}
#warningatext {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
	margin-top: -15px;
}
#warningburl {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
	margin-top: 5px;
}
#warningbtext {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
	margin-top: -15px;
}
.addvideo {
	/*position: fixed;
	padding: 20px;
	left: 30%;
	bottom: 10%;
	text-align: left;
	border-radius: 5px;
	background: #fff;
	width: 300px;
	border: 1px solid #dadada;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
	display: none;
	z-index: 999999;*/
	position: fixed;
    padding: 5px 15px 15px;
    right: 15%;
    bottom: 8%;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    width: 300px;
    /* height: 150px; */
    border: 8px solid #46b7f8;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
    display: none;
    z-index: 999999;
    font-family: 'Poppins', sans-serif;
}
.addvideo label {
	color: #333;
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
}
.addvideo .okbutton {
	background: #2273bf;
    border-radius: 3px;
    width: 80px !important;
    font-size: 14px;
    padding: 10px;
    border: 0px;
    float: left;
    color: #fff;
    font-weight: bold;
}
.addvideo .closebutton {
	background: #2273bf;
    border-radius: 3px;
    width: 80px !important;
    font-size: 14px;
    padding: 10px;
    float: left;
    color: #fff;
    border: 0px;
    font-weight: 700;
	margin-left: 10px;
}
#warningatext {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
	margin-top: -15px;
}
.addovervideo {
	/*position: fixed;
	padding: 20px;
	left: 30%;
	bottom: 10%;
	text-align: left;
	border-radius: 5px;
	background: #fff;
	width: 300px;
	border: 1px solid #dadada;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
	display: none;
	z-index: 999999;*/
	position: fixed;
    padding: 5px 15px 15px;

    right: 3%;
    bottom: 8%;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    width: 300px;
    border: 8px solid #46b7f8;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
    display: none;
    z-index: 999999;
    font-family: 'Poppins', sans-serif;
}
.addovervideo label {
	color: #333;
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
}
.addovervideo .okbutton {
	background: #2273bf;
    border-radius: 3px;
    width: 80px !important;
    font-size: 14px;
    padding: 10px;
    border: 0px;
    float: left;
    color: #fff;
    font-weight: bold;
}
.addovervideo .closebutton {
	background: #2273bf;
    border-radius: 3px;
    width: 80px !important;
    font-size: 14px;
    padding: 10px;
    border: 0px;
    float: left;
    color: #fff;
    font-weight: 700;
	margin-left: 10px;
}
.addoverimage {
	/*position: fixed;
	padding: 20px;
	left: 20%;
	bottom: 10%;
	text-align: left;
	border-radius: 5px;
	background: #fff;
	width: 300px;
	border: 1px solid #dadada;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
	display: none;
	z-index: 999999;*/
	position: fixed;
    padding: 5px 15px 15px;
    right: 15%;
    bottom: 8%;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    width: 300px;
    border: 8px solid #46b7f8;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
    display: none;
    z-index: 999999;
    font-family: 'Poppins', sans-serif;
}
.addoverimage label {
	color: #333;
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
}
.addoverimage .okbutton {
	background: #2273bf;
    border-radius: 3px;
    width: 80px !important;
    font-size: 14px;
    padding: 8px;
    float: left;
    border: 0px;
    color: #fff;
    font-weight: bold;
	float: left;
}
.addoverimage .closebutton {
	background: #2273bf;
    border-radius: 3px;
    width: 80px !important;
    font-size: 14px;
    padding: 10px;
    border: 0px;
    float: left;
    color: #fff;
    font-weight: 700;
	margin-left: 10px;
}
.addoverhtml {
	/*position: fixed;
	padding: 20px;
	left: 30%;
	bottom: 10%;
	text-align: left;
	border-radius: 5px;
	background: #fff;
	width: 300px;
	border: 1px solid #dadada;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
	display: none;
	z-index: 999999;*/
	position: fixed;
    padding: 5px 15px 15px;
    right: 15%;
    bottom: 8%;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    width: 300px;
    border: 8px solid #46b7f8;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 12px 1px rgba(0,0,0,0.75);
    display: none;
    z-index: 999999;
    font-family: 'Poppins', sans-serif;
}
.addoverhtml label {
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.addoverhtml .okbutton {
	background: #2273bf;
    border-radius: 3px;
    width: 80px !important;
    font-size: 14px;
    padding: 10px;
    border: 0px;
    font-weight: bold;
    float: left;
    color: #fff;
}
.addoverhtml .closebutton {
	background: #2273bf;
    border-radius: 3px;
    width: 80px !important;
    font-size: 14px;
    padding: 10px;
    float: left;
    border: 0px;
    color: #fff;
    font-weight: 700;
	margin-left: 10px;
}
.sls-overlay {
	/*max-width: 100%;*/
    width: 350px;
    display: inline;
    border-radius: 0px;
    position: fixed;
    bottom: 2%;
    right: 12.3%;
    border: 5px dashed #08278d;
    padding: 10px;
    background: #fff;
    min-width: 300px;
    z-index: 99999999;
    min-height: 240px;
    box-shadow: 0px 2px 5px 3px rgb(0 0 0 / 61%);
    -webkit-box-shadow: 0px 2px 5px 3px rgb(0 0 0 / 61%);
    -moz-box-shadow: 0px 2px 5px 3px rgba(0,0,0,0.61);
}
#warningvideo {
	float: left;
	width: 20px;
	vertical-align: top;
	display: none;
}
.ls-cross-btn {
	background: #1b7b30;
	font-size: 14px;
	color: #fff;
	border: none;
	padding: 8px 12px;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
img#closeoverylay {
    width: 22px;
    height: 22px;
    position: absolute;
    top: -5.5%;
    right: -2.5%;
}
#video_overlay h3 {
    padding: 0;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-size: 22px;
    font-family: sans-serif;
}
#video_overlay iframe{
	width: 100%;
	height: 100%;
	min-height: 197px;
}

#image_overlay h3{
/*	padding: 5px 0 14px 0;
    font-size: 18px;	*/
    padding: 0;
    font-size: 18px;
    margin: 0px 0 10px 0;
    font-size: 22px;
    text-decoration: none;
}
#image_overlay a{
	text-decoration: none;
}
.replace {
	    /* float: left; */
    background: #ed3a50;
    font-size: 13px;
    font-weight: 600;
    width: 80px !important;
    margin: 54px 0 0 0;
    padding: 7px;
    color: #fff;
    width: 64px;
    /*height: 36px;*/
    text-align: center;
    /* top: 29px; */
    border-radius: 3px;
    /* position: absolute; */
    /* bottom: 48px; */
    /* right: 60px; */
}
}
.column {
	float: left;
	width: 30%;
	cursor: pointer;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
.newbutton {
	background-color: #9c0;
	border-radius: 9px;
	border: none;
	color: white;
	padding: 20px 34px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 3px 2px;
	cursor: pointer;
}
.newbutton a,
active {
	text-decoration: none;
	color: white;
}
.newbutton:hover,
a:focus {
	background-color: #1c87c9;
	text-decoration: none;
	color: #fff;
}
/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: white;
	color: #000;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.crsls-div label {
	display: inline-block;
    padding: 10px 0px;
}
.bfyimge{
	width: 100%;
}

#bwfyifrme iframe{
	width: 100%;
	height: 85% !important;
}
#bwfyifrme.box{
	height: 315px;
}

#html_overlay h3 {
    margin: 0 0 0 0;
}
#html_overlay a{
	text-decoration: none;
}

#bwfyifrme.out h3{
	margin: 0;
	font-size: 16px;
}
#bwfyifrme.out h3 a{
	text-decoration: none;
}
#bwfyifrme.out {
   	position:fixed;
   	background: #ffff;
   	border: 4px solid #333;
  	bottom:30px !important;
  	padding: 10px;
  	right:40px;
  	width:350px;
  	height: 200px;
  	z-index:99999;
  	animation: slideout 0.5s;
}

#bwfyifrme.in { animation: slidein 1s; }