@font-face {
    font-family: 'EST';
    src: url('est.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
.analenzor_plugin_my_1{
	margin-top: 0.25rem!important;
	margin-bottom: 0.25rem!important;
}
.analenzor_plugin_my_2{
	margin-top: 0.5rem!important;
	margin-bottom: 0.5rem!important;
}
.analenzor_plugin_mx_1{
	margin-right: 0.25rem!important;
	margin-left: 0.25rem!important;
}
.analenzor_plugin_mx_2{
	margin-right: 0.5rem!important;
	margin-left: 0.5rem!important;
}
.analenzor_plugin_px_2{
	padding-right: 0.5rem!important;
	padding-left: 0.5rem!important;
}
.analenzor_plugin_container{
	font-family: 'EST';
	background-color: #fefefe;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.25);
	padding: 1rem 2rem 3rem 3rem;
	width: max-content;
	margin: 1rem 0 1rem 2rem;
}
.analenzor_plugin_row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}
.bg-gray-100{
	background-color: #F3F4F6
}
.analenzor_plugin_title{
	font-size: 17px;
	color: #264B9F;
	font-weight: bold;
}
.analenzor_plugin_switch_lable{
	font-size: 14px;
	color: #0F1E40;
	font-weight: 500;
}
.analenzor_plugin_switch_sublable{
	font-size: 14px;
	color: #0F1E40;
	font-weight: 500;
}
.analenzor_plugin_switch_container {
	display: table-cell;
	position: relative;
	width: 120px;
	height: 45px;
	box-sizing: border-box;
}
.analenzor_plugin_switch_knobs,
.analenzor_plugin_switch_layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.analenzor_plugin_switch_button {
	position: relative;
	top: 50%;
	width: 100px;
	height: 36px;
	margin: -20px auto 0 auto;
	overflow: hidden;
}

.analenzor_plugin_switch_button,
.analenzor_plugin_switch_button .analenzor_plugin_switch_layer {
	border-radius: 10px;
}

.analenzor_plugin_switch_checkbox {
	position: relative!important;
	width: 100%!important;
	height: 100%!important;
	padding: 0!important;
	margin: 0!important;
	opacity: 0!important;
	cursor: pointer!important;
	z-index: 3!important;
}

.analenzor_plugin_switch_knobs {
	z-index: 2!important;
}

.analenzor_plugin_switch_layer {
	width: 100%!important;
	background-color: #B6C7ED!important;
	transition: 0.3s ease all!important;
	z-index: 1!important;
}
/* Button 3 */
.analenzor_plugin_switch_button .analenzor_plugin_switch_knobs:before {
	content: "خاموش"!important;
	position: absolute!important;
	top: 4px!important;
	right: 57px!important;
	width: 30px!important;
	height: 10px!important;
	color: #fff!important;
	font-size: 10px!important;
	font-weight: bold!important;
	text-align: center!important;
	line-height: 1!important;
	padding: 9px 5px!important;
	background-color: #f44336!important;
	border-radius: 20%!important;
	transition: 0.3s ease all, right 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15)!important;
}


.analenzor_plugin_switch_button .analenzor_plugin_switch_checkbox:active + .analenzor_plugin_switch_knobs:before {
	width: 46px!important;
	border-radius: 20%!important;
}

.analenzor_plugin_switch_button .analenzor_plugin_switch_checkbox:checked:active + .analenzor_plugin_switch_knobs:before {
	margin-right: -36px!important;
}
.analenzor_plugin_switch_button .analenzor_plugin_switch_checkbox:checked + .analenzor_plugin_switch_knobs:before {
	content: "روشن"!important;
	background-color: #3C78FD!important;
	right: 4px!important;
}

.analenzor_plugin_switch_button .analenzor_plugin_switch_checkbox:checked ~ .analenzor_plugin_switch_layer {
	background-color: #e0f1ff!important;
}
.analenzor_plugin_textarea {
  width: inherit;
  min-height: 200px;
  border-radius: 5px;
  background: #E7E9ED;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  resize: vertical;
}
.analenzor_plugin_textarea:focus{
	border:1px solid #3C78FD!important;
	outline: none!important;
	box-shadow: none!important;
}
.analenzor_plugin_select_multicolor_badge{
	background: #dfe8fc;
	font-size: 11px;
	border-radius: 10px;
	padding: 0.15rem 0.25rem;
	color: #0F1E40;
	margin-bottom: 4px;
	font-weight: 500;
}
.analenzor_plugin_select_sublable{
	font-size: 14px;
	color: #0F1E40;
	font-weight: 500;
}
.analenzor_plugin_select{
	font-size: 14px;
	color: #282a31 !important;
	font-weight: 500;
	border-color: rgba(0,0,0,0.25) !important;
	background-color: #ebf4fd !important;
}
.analenzor_plugin_submit_btn{
	background-color: #3C78FD;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	border-color: #3C78FD;
	border-radius: 4px;
	box-shadow: none;
	outline: none;
}
.analenzor_plugin_container2{
	width: calc(100% - 100px);
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	font-family: 'EST';
	background-color: #fefefe;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.25);
	margin-top: 6rem;
}
.analenzor_plugin_row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
.analenzor_plugin_right_box{
	flex: 1 0 0%;
	background-color: white;
	position: relative;
}
.analenzor_plugin_img_box{
	flex: 0 0 auto;
	width: auto;
}
.analenzor_plugin_right_inner_box{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	min-height: 50vh;
	align-items: center;
	flex-direction: column;
	margin-right: auto;
	margin-left: auto;
}
.analenzor_plugin_title{
	color: #0F1E40;
	font-size: 18px;
}
.checkbox_analenzor_label{
	color: #0F1E40;
	font-size: 14px;
}
.analenzor_form_box{
	padding: 20px;
	border-radius: 4px;
	width: 60%;
	margin: 20px auto;
}
.analenzor_my-3{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.input_analenzor_style{
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
	direction: ltr;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.analenzor_plugin_logotype_img{
	margin-top: 20px;
	margin-bottom: 20px;
}
.analenzor_plugin_img{
	margin-left: 30px;
	margin-right: 30px;
}
.analenzor_margin_b{
	margin:auto auto 0 auto ;
}
.analenzor_plugin_website_add{
	font-size: 13px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.analenzor_go_dashboard_btn{
	background-color:transparent;
	color:  #3C78FD;
	border: none;
	padding: 8px 8px;
	font-size: 15px;
	font-weight: 600;
	font-family: 'EST';
	width: 150px;
}
.analenzor_submit_button_wrapper p{
	margin-top: 40px!important;
	padding-bottom: 8px!important;
}
.analenzor_alert_box{
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:0.15rem 0.25rem;
	margin:0.5rem;
	border-radius:4px;
	background-color: white;
	border: 1px solid rgba(0,0,0,0.15);
}
.analenzor_alert_box_icon{
	width:1.25rem;
	height:1.25rem;
}
.analenzor_alert_box_text{
	flex:1;
	font-size:14px;
	color:#545454;
	margin:0 6px;
	font-weight: 500;
}
.analenzor_alert_box_close{
	color:#545454;
	padding:0.15rem;
	border: 1px solid #aaa;
	border-radius: 4px;
	background-color: white;
	width:1.75rem;
	height:1.75rem;
}
.analenzor_alert_box_close svg{
	width:100%;
	height:100%;
}
@media only screen and (max-width: 1100px) {
	.analenzor_plugin_img_box{
		display: none;
	}
}