.to_plugin_wrapper .r .scrollable {
	padding-right: 5px;
}

.to_plugin_wrapper .r .scrollable::-webkit-scrollbar {
    width: 9px;
}

.to_plugin_wrapper .r .scrollable::-webkit-scrollbar-button {
    background: #ccc;
}

.to_plugin_wrapper .r .scrollable::-webkit-scrollbar-track-piece {
    background: #888;
}

.to_plugin_wrapper .r .scrollable::-webkit-scrollbar-thumb {
    background: #eee;
}

.to_plugin_wrapper .l .scrollable {
	padding-left: 5px;
}

.to_plugin_wrapper .l .scrollable::-webkit-scrollbar {
    width: 9px;
}

.to_plugin_wrapper .l .scrollable::-webkit-scrollbar-button {
    background: #ccc;
}

.to_plugin_wrapper .l .scrollable::-webkit-scrollbar-track-piece {
    background: #888;
}

.to_plugin_wrapper .l .scrollable::-webkit-scrollbar-thumb {
    background: #eee;
}

.to_plugin_wrapper .common_sentence result div {
	display: flex;
	align-items: center;
}

.to_plugin_wrapper .btn_check.btn_check_sm, .btn_check.btn_check_sm:hover {
	padding: 0 20px 0 48px;
}

.to_plugin_wrapper .btn:active {
	background-color: #007aab;
}

.to_plugin_wrapper .no_underline, .no_underline a {
    text-decoration: none !important;
}

.to_plugin_wrapper .bg_rocket_btm_l {
	background-size: 110px;
}

.to_plugin_wrapper .nice-select.small {
	font-size: 15px;
}

.to_plugin_wrapper .nice-select .list { 
    max-height: 300px; 
    overflow-y: auto; 
}

/*
    position fixed -> absolute
*/
.to_plugin_wrapper .textoptimizer_popup {
    position: absolute;
	padding: 0px 5px;
}

.to_plugin_wrapper .textoptimizer_popup .close_popup_btn {
	cursor: pointer;
}

.to_plugin_wrapper #content-scene .textoptimizer_extension {
	padding: 0;
}

.to_plugin_wrapper #content-scene .textoptimizer_extension .textoptimizer_popup table td[data-balloon]:after {
    font-size: 1rem !important;
    padding: 1.5em 1em;
}

.to_plugin_wrapper #help-scene .panel ul li {
	list-style: initial;
	margin-left: 1em;
}

body.to_plugin_wrapper {
    user-select: none;
    overflow-y: scroll;
}

.to_plugin_wrapper lang.l_french {
	display: none;
}

.to_plugin_wrapper .logo {
	cursor: pointer;
}

.to_plugin_wrapper .logo.gohome {
	width: 140px;
}

.to_plugin_wrapper .logo.gohome.french {
	width: 90px;
}

.to_plugin_wrapper .large_logo {
	width: 193px;
}

.to_plugin_wrapper .large_logo.french {
	width: 130px;
}

.to_plugin_wrapper .gohome {
	cursor: pointer;
}

.to_plugin_wrapper .optimize_text {
	display: none;
}

.to_plugin_wrapper .tip-box {
	display: none;
	margin-top: 20px;
}

.to_plugin_wrapper .notificationOnSelection {
	display: none;
}

.to_plugin_wrapper #optimize-button {
	display: flex;
	justify-content: flex-end;
}

.to_plugin_wrapper #optimize-button .optimize_text {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
}

.to_plugin_wrapper #optimizer-widget {
	display: none;
	width: 80%; 
	margin: 0 auto;
}

.to_plugin_wrapper #optimizer-widget button#refresh-optimize {
	background: #00afd8;
    color: #fff;
    font-weight: 800;
    border-radius: 5px;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 35px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 35px;
}

.to_plugin_wrapper .scene {
	display: none;
}

.to_plugin_wrapper .scene.active {
	display: block;
}

.to_plugin_wrapper .scene-header {
	height: 55px;
	padding: 15px 10px;
	background-image: url(../i_extension/gear-anim3-right.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

.to_plugin_wrapper .scene-header-btns .btn_sm span {
	display: flex;
	align-items: center;
}

.to_plugin_wrapper .scene-header-btns .btn_sm span img {
	margin-right: 3px;
}

.to_plugin_wrapper .btn-shortcut {
	display: none;
}

.to_plugin_wrapper .btn-shortcut img {
	cursor: pointer;
	max-height: 30px;
}

.to_plugin_wrapper .scene-body {
	padding: 0px 10px;
	min-height: calc(100vh - 45px - 55px - 145px);
}

.to_plugin_wrapper .main-scene-body-widget {
	display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.to_plugin_wrapper .main-scene-body-widget.active {
	display: flex;
}

.to_plugin_wrapper .scene-footer {
	width: 100%;
	height: 145px;
	padding: 50px 10px 10px 10px;
}

.to_plugin_wrapper .scene-footer-objects {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.to_plugin_wrapper .scene-footer-about {
	text-align: left;
	padding-left: 5px;
}

.to_plugin_wrapper .scene-footer-btns {
	padding-left: 20px;
}

.to_plugin_wrapper .scene-footer-btns a {
	cursor: pointer;
	text-decoration: none;
	margin-right: 30px;
}

.to_plugin_wrapper .scene-footer-btns .gohome img {
	max-width: 28px;
}

.to_plugin_wrapper .scene-footer-btns .signin img, .scene-footer-btns .signout img {
	max-width: 23px;
}

.to_plugin_wrapper .scene-footer-btns .setting img {
	max-width: 24px;
}

.to_plugin_wrapper .scene-footer-btns .help img {
	max-width: 23px;
}

.to_plugin_wrapper .terms-policy {
	font-size: 12px;
}

.to_plugin_wrapper .terms-policy a {
	text-decoration: none;
}

.to_plugin_wrapper .message {
	margin: 1em 0;
	width: 100%;
}

.to_plugin_wrapper #message-template {
	display: flex;
	justify-content: center;
}

/*
	position fixed -> absolute
*/
.to_plugin_wrapper #message-template .message {
	display: none;
	position: absolute;
	top: -1em;
    padding: 12px 29px 12px;
}

/*
	CSS for Loading screen
	position fixed -> absolute
*/
.to_plugin_wrapper .loading-screen {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 550px;
	background: white;
}

.to_plugin_wrapper .loading-screen .cancel_loading {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	cursor: pointer;
}

.to_plugin_wrapper .loading-screen .loading-girl {
	display: none;
	text-align: center;
	margin-top: 200px;
}

.to_plugin_wrapper .loading-screen .loading-gif {
	display: none;
	text-align: center;
	margin-top: 30px;
}

/*
  CSS for Processing screen of api call
*/
.to_plugin_wrapper .processing-screen {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgb(227 227 227 / 80%);
  text-align: center;
  padding-top: 45px;
}


/*
	CSS for WP plugin
*/
#textoptimizer-widget {
	position: fixed;
    right: -480px;
    top: 0;
    bottom: 0;
    width: 480px;
    height: 100%;
    overflow: auto;
    background: white;
    border: 2px solid black;
    z-index: 999999;
    border: 2px solid #00afd8;
    border-radius: 5px 0 0 5px;
    border-right: none;
    border-style: groove;
	user-select: none;
    box-sizing: border-box;
}

#close-textoptimizer-widget {
	position: absolute;
    right: 0;
    top: 0;
    background: url(../i_extension/close_popup_btn2.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-indent: -9999px;
}

/*
	Reuse styling of online css without media due to screen width difference
*/

/*@media all and (max-width:990px){*/
  body{font-size:16px;line-height:28px}
  p{margin:0 0 15px}
  hr{margin:15px 0}

  .float_none-sm{float:none}

  .w100pc-sm{width:100%}
  .w49{width:49px}

  .h10{height:5px}
  .h20{height:10px}
  .h30{height:15px}
  .h40{height:20px}
  .h50{height:25px}
  .h60{height:30px}
  .h70{height:35px}
  .h80{height:40px}
  .h90{height:45px}
  .h100{height:50px}
  .h110{height:55px}
  .h120{height:60px}
  .h130{height:65px}
  .h140{height:70px}
  .h150{height:75px}

  .h10-sm{height:10px}
  .h20-sm{height:20px}
  .h15-sm{height:15px}
  .h30-sm{height:30px}
  .h60-sm{height:60px}

  .p10{padding:5px}
  .p20{padding:10px}
  .p30{padding:15px}
  .p40{padding:20px}
  .p50{padding:25px}
  .p60{padding:30px}
  .p70{padding:35px}
  .pt10{padding-top:5px;}
  .pr10{padding-right:5px;}
  .pb10{padding-bottom:5px;}
  .pl10{padding-left:5px;}
  .pt15{padding-top:7px;}
  .pr15{padding-right:7px;}
  .pb15{padding-bottom:7px;}
  .pl15{padding-left:7px;}
  .pt20{padding-top:10px;}
  .pr20{padding-right:10px;}
  .pb20{padding-bottom:10px;}
  .pl20{padding-left:10px;}
  .pt30{padding-top:15px;}
  .pr30{padding-right:15px;}
  .pb30{padding-bottom:15px;}
  .pl30{padding-left:15px;}
  .pt40{padding-top:20px;}
  .pr40{padding-right:20px;}
  .pb40{padding-bottom:20px;}
  .pl40{padding-left:20px;}
  .p50{padding:25px}
  .pt50{padding-top:25px;}
  .pr50{padding-right:25px;}
  .pb50{padding-bottom:25px;}
  .pl50{padding-left:25px;}
  .pt60{padding-top:30px;}
  .pr60{padding-right:30px;}
  .pb60{padding-bottom:30px;}
  .pl60{padding-left:30px;}
  .pt70{padding-top:35px;}
  .pr70{padding-right:35px;}
  .pb70{padding-bottom:35px;}
  .pl70{padding-left:35px;}
  .pt80{padding-top:40px;}
  .pr80{padding-right:40px;}
  .pb80{padding-bottom:40px;}
  .pl80{padding-left:40px;}
  .pt90{padding-top:45px;}
  .pb90{padding-bottom:45px;}
  .pt100{padding-top:50px;}
  .pr100{padding-right:50px;}
  .pb100{padding-bottom:50px;}
  .pl100{padding-left:50px;}
  .pt110{padding-top:55px;}
  .pb110{padding-bottom:55px}

  .pt20-sm{padding-top:20px}
  .pt40-sm{padding-top:40px}
  .pb50-sm{padding-bottom:50px}
  .pt60-sm{padding-top:60px}
  .pr60-sm{padding-right:60px}
  .pb90-sm{padding-bottom:90px}
  .p0-sm{padding:0px}
  .p10-sm{padding:10px}
  .p15-sm{padding:15px}
  .p30-sm{padding:30px}

  .mb5{margin-bottom:5px}
  .mb10{margin-bottom:5px}
  .mb18{margin-bottom:9px}
  .mb20{margin-bottom:10px}
  .mb25{margin-bottom:25px}
  .mb30{margin-bottom:15px}

  .mb15-sm{margin-bottom:15px}
  .mb25-sm{margin-bottom:25px}
  .mb30-sm{margin-bottom:30px}

  .td_pr10 td{padding-right:5px}
  .td_pr20 td{padding-right:10px}
  .td_pr30 td{padding-right:15px}

  h1{font-size:34px;line-height:36px}
  h2{margin-bottom:20px;font-size:24px;line-height:26px}
  h3{font-size:20px;line-height:24px}
  h4{font-size:18px;line-height:20px}
  h5{font-size:17px;line-height:20px}
  h6{margin-bottom:23px;font-size:16px;line-height:18px}

  .font13{font-size:11px}
  .font14{font-size:12px}
  .font15{font-size:13px}
  .font16{font-size:14px}
  .font19{font-size:17px}
  .font20{font-size:18px}
  .font24{font-size:22px}
  .font30{font-size:28px}
  .font36{font-size:34px}
  .font40{font-size:38px}
  .font60{font-size:50px}

  .font12-sm{font-size:12px}
  .font14-sm{font-size:14px}
  .font15-sm{font-size:15px}
  .font16-sm{font-size:16px}
  .font18-sm{font-size:18px}
  .font20-sm{font-size:20px}
  .font24-sm{font-size:24px}

  .lh16{line-height:14px}
  .lh17{line-height:15px}
  .lh20{line-height:18px}
  .lh22{line-height:20px}
  .lh24{line-height:22px}
  .lh25{line-height:23px}
  .lh26{line-height:24px}
  .lh30{line-height:26px}
  .lh35{line-height:32px}

  .lh12-sm{line-height:12px}
  .lh16-sm{line-height:16px}
  .lh17-sm{line-height:17px}
  .lh18-sm{line-height:18px}
  .lh20-sm{line-height:20px}
  .lh22-sm{line-height:22px}

  ul.list2 li, ul.list3 li{background-position:left 8px;padding-left:20px}
  ul.list1 li, ul.list4 li, ul.list5 li{background-size:18px;background-position:left 5px;padding-left:30px}
	ol.ordered_list li::before{--size:22px;top:2px}

  .center-sm{text-align:center}
  .hidden-sm{display:none}

  .block-sm{display:block}

  .accordion .panel{padding:20px}

  input{padding:0 15px}
  input[type=submit]{padding:0 15px;font-size:16px}
  .input_group input[type=submit]{font-size:16px}
  .input_group input[type=submit].submit_gears{background-position:5px center;background-size:18px;}

  .btn{font-size:14px}
  .btn span{padding:0 15px}
  .btn.btn_lg{font-size:16px}
  .btn.btn_big{font-size:18px;line-height:50px}
  .btn_check{background-position:10px 19px;padding:0 10px 0 40px}
  .btn_check:hover{background-position:10px 19px}
  .btn_check.demo img.demo{width:100px;top:11px;right:-36px}
  .optimize_btn strong, .enrich_btn strong{font-size:15px}
  .btn .btn_gears{margin-bottom:-10px}

  ul.list1, ul.list2, ul.list3, ul.list4, ul.list5{margin-bottom:15px}

  .header{min-height:inherit!important}
  .header_top .btn span{padding:0 10px}
  .header_top .menu{display:none}
  .header_top.mob_drpdwn{background:#273b4d}
  .header_top.mob_drpdwn .logo{display:none}
  .mobile_menu{display:inline-block;margin-left:20px;cursor:pointer;float:left;z-index:1}
  .bar1, .bar2, .bar3{width:30px;height:3px;background-color:#fff;margin:8px 0;transition:0.4s}
  .close .bar1{-webkit-transform:rotate(-45deg) translate(-9px, 6px);transform:rotate(-45deg) translate(-9px, 6px)}
  .close .bar2{opacity:0}
  .close .bar3{-webkit-transform:rotate(45deg) translate(-8px, -8px);transform:rotate(45deg) translate(-8px, -8px)}
  #mobile_menu_overlay{position:fixed;width:100%;height:100%;background:#273b4d;margin-top:30px;z-index:2}
  #mobile_menu_overlay li{text-align:center}
  #mobile_menu_overlay li a{line-height:48px;color:#fff;text-decoration:none}
  #mobile_menu_overlay li a:hover{color:#687683}
  .header_top .nice-select{margin-left:10px}
  .header_tall, .header_medium{background-size:cover!important}
  .header_tall .header_btm .container, .header_medium .header_btm .container{min-height:inherit}
  .header_tall .header_btm .container .middle, .header_medium .header_btm .container .middle{position:relative;top:inherit;left:inherit;transform:none;-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none}
  .header_btm .col-lg-7, .header_btm .col-lg-5{text-align:center}
  .header_btm .col-lg-7{min-height:inherit}
  .header_btm h1{margin-bottom:5px}
  .header_btm h4{margin-bottom:5px}
  .over_header{margin-top:-60px!important}
  .header_tall, .header_medium{padding-bottom:60px!important}
  .header_small .header_btm{padding-bottom:70px}
  .header .vertical_middle{position:relative;top:0;transform:none;-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none}

  .bg_rocket,.bg_rocket2,.bg_rocket5,.bg_rocket6,.bg_rocket7{background-image:none}
  .bg_gear, .bg_gear2{background-size:70px}
  .bg_question_anim2{background-size:35px}

  .half_side{position:relative;width:100%}

  .question_table tr th .l{background-size:16px;background-position:10px center;padding-left:43px;line-height:16px}
  .question_table tr.sep th{height:10px}
  .question_table td img{width:auto;height:18px;margin:0}
  .question_table td span i{left:5px;font-size:12px}

  .price_mod_l{margin-right:auto}

  .info_popup{top:10px}
  .close_popup_btn{top:8px;right:8px}

  .info_popup .popup, .info_popup2 .popup{max-width:820px}

  .header_btm .video_holder{margin-left:inherit;}
  body.home .video_holder{right:inherit}

  .premium_ribbon{width:152px;height:88px}

  .example_box .elem3 td{height:auto}

  .packages_table thead td .elem1{font-size:14px}
  .packages_table thead td .elem2 span.custom_elem1{top:-48px;font-size:14px}
  .packages_table thead td .elem2{line-height:28px}
  .packages_table thead td .elem2 span{font-size:14px}
  .packages_table thead td .elem2 strong{font-size:30px}
  .packages_table thead td .elem2 em{font-size:14px}
  .packages_table thead td .elem2 .elem2_custom em{line-height:14px}
  .packages_table tbody th, .packages_table tbody td{padding:8px 5px}
  .rocket_holder td{height:180px}

  .package_switch{padding:3px 5px}
  .toggle, .toggler{margin:3px 0}

  .months_free{top:-7px}

  .slick_nav_container{max-width:100%}
  .slick-arrow.slick-prev{left:10px}
  .slick-arrow.slick-next{right:10px}
  .testimonial{width:600px}

  #center_keyword{min-width:99px}

  .circles_icon{width:100px;height:74px}
/*}*/

/*@media all and (max-width:820px){*/

  .common_sentence result{height:18px;padding:0 5px;margin-left:3px;margin-right:3px;line-height:12px!important;white-space:pre-wrap}
  .common_sentence result div{height:100%;display:table}
  .common_sentence result em{display:table-cell;vertical-align:middle;font-style:normal;font-size:13px;letter-spacing:-0.7px}


  .common_sentence th result::before{left:-5px;width:5px}
  .common_sentence th result::after{right:-5px;width:5px}
  .common_sentence td.l result::after{right:-13px;width:12px}

  .common_sentence td.l result#active_sentence_left::after{right:-11px;width:10px}
  .common_sentence td.r result::before{left:-6px;width:6px}


  .subkeyholder{margin-left:20px}
  .subkeyholder.left_subkey{margin-right:20px}
  .subkeyholder .keyword::before{width:10px;top:6px}
  .subkeyholder.left_subkey .keyword::before{right:-11px}
  .subkeyholder.left_subkey result{margin-right:10px}
  .subkey_line_holder::after{height:17px}

  .info_popup .popup, .info_popup2 .popup{max-width:767px}
/*}*/

/*@media all and (max-width:767px){*/
  body.home .header_tall .header_btm .container{min-height:inherit}
  .bg_chart, .bg_chart3{padding-bottom:150px}
  .score_indicator th{padding:10px 65px 10px 15px}
  .score_indicator td{padding:10px 15px 10px 60px}
  .score_indicator .botholder div{width:120px}
  .info_popup .popup{right:-35px;width:640px}
  .info_popup2.top .popup{width:640px}
  .info_popup .pop_arw{margin-right:33px}
  .info_popup .popup, .info_popup2 .popup{max-width:640px}
  .link_lock{padding-left:35px}
  .footer{text-align:center}
  .testimonial{width:500px}
  .rocket_holder td{height:175px}
/*}*/

/*@media all and (max-width:640px){*/
  .font10-xs{font-size:10px}
  .font14-xs{font-size:14px}
  .lh10-xs{line-height:10px}
  .header_top .logo.logo2, .header_tall .header_top .logo.logo2, .header_medium .header_top .logo.logo2,.header_top .logo.logo3, .header_tall .header_top .logo.logo3, .header_medium .header_top .logo.logo3{background-size:contain;width:130px}
  .mobile_menu{margin-left:10px}
  .info_popup .popup, .info_popup2.top .popup{max-width:480px}
  .info_popup2.fit .popup{max-width:500px}
  .video_holder{min-height:250px}
  .header_btm .video_holder{width:inherit;}
  .question_table td span i{left:inherit;right:2px;top:-20px;background:#fff;font-size:10px}
  .packages_table thead td .elem1, .packages_table thead td .elem2 span, .packages_table thead td .elem2 em{font-size:12px}
  .packages_table thead td .elem2 span.custom_elem1{top:-40px;font-size:12px}
  .packages_table thead td .elem2{line-height:14px}
  .packages_table thead td .elem2 strong{font-size:18px}
  .packages_table td:last-child{position:relative}
  .rocket_holder td{height:145px}
  .small_screen{width:80px;height:42px;padding:1px 10px 0 10px;margin-left:-20px}
  .testimonial{background-position:20px 20px;width:400px;padding:40px 20px}
  .testimonial_cnt{padding:0}
  .months_free{right:-80px;width:100px}
  .common_sentences_popup .white_box{margin-top:0}
  .common_sentences_popup .white_box .input_group input[type=text]{font-size:12px}
  .white_pop .pop_cnt{padding:15px}
  .premium_member{background-size:28px;padding:2px 0 2px 32px;margin-left:60px;}
/*}*/

/*@media all and (max-width:540px){*/
  .rocket_holder td{height:120px}
  .testimonial{width:350px}
  .info_popup2.fit .popup{max-width:440px}
  .input_group input[type=submit].submit_gears{background-position:3px 3px;background-size:14px;}
/*}*/
