

/*Brand styles*/

#social-top-links {
  padding: 10px 0 5px;
  background: #fff;
}

#social-top-links li {
  float: right;
}

#wrapper {
  margin: 0 12%;
  position: relative;
}

#box-holder {
  list-style-type: none;
  overflow: hidden;
  padding-top: 20px;
}

#box-holder li {
  float: left;
  margin: 10px 10px 0 10px;
  width: 23%;
}

#box-holder .box-place-holder {
  border: 4px solid #f54785;
  height: 677px;
  width: 212px;
  /*-moz-border-radius: 10px;*/
  /*-webkit-border-radius: 10px;*/
  /*border-radius: 10px;*/
  background: transparent url(images/drop-here.png) center center no-repeat;
}

#box-holder h3 {
  background: transparent url(images/a-b-c-d-yellow.png) center center no-repeat;
  color: #fff;
  font-size: 25px;
  margin: 0;
  line-height: 45px;
  text-align: center;
  height: 45px;
}

#box-holder .keyword-box {
  background: #8DB5F3;
  height: 270px;
  clear: both;
  padding: 5px;
  border-radius: 30px 0px 0px 0px;
 
}

#box-holder .checkbox {
  margin: 0 auto;
}

.drag-tab {
  background: transparent url(images/drag-tab-old.png) left top no-repeat;
  width: 29px;
  height: 24px;
  display: block;
  float: right;
  border-radius: 30px 30px 0px 0px;

}

#box-holder textarea {
	display:block;
  border: 0;
  height: 100%;
  outline: 0;
  overflow-y: auto;
  resize: none;
  background: #8DB5F3;
  color:white;
  border-radius: 30px 0px 0px 0px;
}


.advanced-options-expand {
  background: #8DB5F3;
  color: #fff;
  cursor: pointer;
  padding: 25px 12px;
  border-radius: 0px 0px 30px 30px;
  display:flex;
  justify-content:space-between;
  border-top: 1px solid white;
 
}

.advanced-options-expand .arrow {
  float: right;
}

.advanced-options-expand .open {
  background-position: left bottom;
}

.prefix-suffix {
  overflow: hidden;
  padding: 8px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
}

.prefix-suffix p,
.prefix-suffix input {
  float: left;
}

.prefix-suffix p {
  color: black;
  margin-top: 6px;
  font-size:1em;
}

.prefix-suffix input {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 57px;
	opacity: 0.7;
	line-height:1;
	height:auto;
	font-size:1em;
}
.advanced-options input:nth-of-type(2){
	margin-bottom:0px;
}
.advanced-options {
  padding: 10px 12px;
  background-color: #e4e4e4;
}

.blue-buttons {
  width: 200px;
  margin-bottom: 5px;
  height: 40px;
  /*background: transparent url(images/blue-buttons.png) left top no-repeat;*/
  background-color: #f54785;
  border: none;
  color: #fff;
  cursor: pointer;
  white-space: normal;
}

.blue-buttons:hover {
  /*background: transparent url(images/blue-buttons.png) left bottom no-repeat;*/
  background-color: #b73d68;
}

a.blue-buttons {
  width: 200px;
  margin-bottom: 5px;
  height: 40px;
  /*background: transparent url(images/blue-buttons.png) left top no-repeat;*/
  background-color: #f54785;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 40px;
}

a.blue-buttons:hover,
a.blue-buttons.active {
  /*background: transparent url(images/blue-buttons.png) left bottom no-repeat;*/
  background-color: #b73d68;
  text-decoration: none;
}

.last-list-item {
  margin-right: 0;
}

#options-holder {
  display:flex;
  justify-content: space-between;
  position:relative;
  overflow: hidden;
  clear: both;
  margin: 30px auto 0 auto;
  background-color: #fff;
  padding: 4vw;
}
#options-holder input{
	width:auto;
}
#options-holder table tr{
	align-items: center;
    display: flex;
}
#options-holder table input{
	margin:0px;
}
#options-holder input[type="checkbox"]:checked{
	/* Change background color when checked */

    background-color: orange;
    border-color: orange;
  
}
#options-holder  .include-in-output:nth-of-type(2) {
	
}
#options-holder  .include-in-output:nth-of-type(2) , #options-holder  .include-in-output:nth-of-type(3) {
	border-left: 1px solid #cccccc;
	padding-left:4vw;
	width:40%
}
.words-modifier input{
	border: 1px solid var(--unnamed-color-010b0c);
	border: 1px solid #010B0C;
	border-radius: 57px;
	opacity: 0.3;
	padding:20px;
}

.include-in-output {
  float: left;
  font-size: 14px;
  width: 30%;
}

#options-holder td.lable {
  padding-left: 5px;
  padding-top: 6px;
}
#options-holder a {
	color:#8DB5F3;
}
.holder a{
	color:white !important;
}
.select-all span, .deselect-all span{
	color:#E46E00;
	padding:5px;
}
.option-title p{
	color: black;
	text-align: left;
	font: normal normal normal 30px/33px Barlow;
	letter-spacing: 0.08px;
	color: #010B0C;
	opacity: 1;
}

.permutations {
  overflow-y: auto;
}

.permutations td.lable {
  padding-top: 3px;
  padding-right: 10px;
}

.permutations .checkboxes {
  overflow: hidden;
}

.permutations .checkboxes label {
  float: left;
  width: 80px;
  margin-bottom: 10px;
}

.create {
  border: none;
  margin-right: 0;
  position: relative;
}

.create .holder {
  margin-top: 50px;
  bottom: 0;
  float:right;
}

#results {
  margin: 30px auto;
}

#results .results-expected {
  color: #999;
  font-size: 35px;
  margin: 30px 0;
  line-height: 35px;
  text-align: center;
}

#results .results-expected strong {
  color: #4cc0c2;
  font-weight: bold;
}

#results .results-holder {
  background: #fff;
  margin: 0 10px;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display:contents;
  justify-content: center;
}


#table-holder {
  background: #fff;
  max-height: 420px;
  overflow-y: auto;
}


#table-holder textarea {
	display:block;
	border-radius:0px;
  width: 878px;
  height: 390px;
  border: solid 1px #f3f3f3;
  padding: 5px;
  resize: none;
}

li.inactive .drag-tab {
  background: transparent url(images/drag-tab-grey.png) left top no-repeat;
}

#box-holder li.inactive .keyword-box {
  background: none repeat scroll 0 0 #ccc;
}

#box-holder li.inactive .keyword-box textarea {
  color: #ccc;
  cursor: not-allowed;
   background: none repeat scroll 0 0 #ccc;

  
}

li.inactive .advanced-options-expand {
  background: none repeat scroll 0 0 #ccc;
  color: #fff;
  cursor: not-allowed;
}

#box-holder li.inactive h3 {
  background: url("images/a-b-c-d-grey.png") no-repeat scroll center center transparent;
}

.create a.generate {
  background: #010B0C 0% 0% no-repeat padding-box;
  border-radius: 57px;
  font-size: 1em;
}

.create a.generate:hover {
  /*background: transparent url(images/create-btn.png) left bottom no-repeat;*/
  /*background-color: #b73d68;*/
}

.create a.super-concatenate {
  background: #EEBA00 0% 0% no-repeat padding-box;
  border-radius: 57px;
  font-size: 1em;
}

.create a.super-concatenate:hover {
  /*background: transparent url(images/super-concatenate-btn.png) left bottom no-repeat;*/
  /*background-color: #82d4d6;*/
}

footer {
  border-top: 1px solid #ffffff;
  margin: 0 auto;
}

footer p {
  margin: 20px;
}

#dropdown-holder {
  background: none repeat scroll 0 0 #fff;
  display: none;
  padding: 30px;
}

.dropdown-div {
  background: none repeat scroll 0 0 #4cc2c4;
  margin: 0 auto;
  max-width: 960px;
  padding: 30px;
  position: relative;
  color: #fff;
}

.dropdown-div h3 {
  margin-top: 0;
  text-transform: uppercase;
}

#dropdown-holder #submit-button {
  background: #ea4885;
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  width: 80px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
}

#dropdown-holder #submit-button:hover {
  opacity: 0.8;
}

#dropdown-holder table .text-field,
.exclude {
  background: #f3f3f3;
  border: 1px solid #e4e4e4;
  color: #666666;
  font-size: 14px;
  margin-right: 20px;
  padding: 0 10px;
  width: 300px;
  height: 35px;
}

#wrapper .exclude {
  width: 100%;
  height:1vw;
}

#exclude-h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}

#dropdown-holder table textarea {
  background: #f3f3f3;
  border: 1px solid #e4e4e4;
  color: #666666;
  font-size: 14px;
  margin-right: 20px;
  padding: 10px;
  width: 300px;
  font-family: helvetica, sans serif, arial;
}

.margin-b-20 {
  margin-bottom: 10px;
}

.close {
  display: block;
  height: 31px;
  width: 31px;
  background: transparent url(images/exit.png) left top no-repeat;
  position: absolute;
  right: -15px;
  top: -15px;
  background-size: 100% auto;
}

.close:hover {
  background: transparent url(images/exit.png) left bottom no-repeat;
  background-size: 100% auto;
}

table th .up {
  background: transparent url(images/up-arrow-blue.png) right 4px no-repeat;
  padding-right: 20px;
}

table th .down {
  background: transparent url(images/down-arrow-blue.png) right 5px no-repeat;
  padding-right: 20px;
}

table th a:hover {
  text-decoration: none;
  color: #017fad;
}

#options-holder table td {
  padding: 5px 0;
}

.about-bug table {
  width: 400px;
}

.about-bug table td {
  padding: 10px 2px;
}

#intro {
  overflow: hidden;
  padding: 20px 0 20px 0;
}

#intro img {
  margin-left: 50px;
  float: left;
}

#intro .intro-text {
  color: #444444;
  float: left;
  font-size: 16px;
  margin-left: 30px;
  margin-top: 30px;
  width: 550px;
}

#intro .intro-text h2 {
  color: #301330;
  font-size: 30px;
  margin-bottom: 20px;
}

#intro .intro-text p {
  color: #555555;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}

.grey-line {
  border-bottom: solid 1px #ccc;
  height: 1px;
}

.sortable {
  padding-right: 20px;
  background: url("images/arrow-grey.png") no-repeat scroll right 0px transparent;
}

.order-asc {
  background: url("images/asc-desc-arrows.png") no-repeat scroll right 0px transparent;
  color: #301330;
}

.order-desc {
  background: url("images/asc-desc-arrows.png") no-repeat scroll right -33px transparent;
  color: #301330;
}

.dropdown-div span {
  color: #f00;
}

.align-right {
  text-align: right;
}

.error {
  background: none repeat scroll 0 0 #f3f3f3;
  border: 1px dotted #017fad;
  display: block;
  padding: 5px;
  text-align: center;
  width: 250px;
  margin-bottom: 10px;
}

#newsletter-signup .hs-error-msgs li {
  color: #fff;
  margin: 10px 0;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
}

#edit-results {
  overflow: hidden;
  margin-top: 20px;
}

#edit-results a {
  float: left;
  margin-right: 20px;
}

.font-size-12 {
  font-size: 12px;
}

.select-all {
  font-size: 13px;
  margin: 0 0 1px 0;
}

.deselect-all {
  font-size: 13px;
  margin: 0 0 10px 0;
}

.select-all:hover {
  text-decoration: hover;
}

a.reset-button {
  width: 200px;
  margin-bottom: 5px;
  height: 40px;
  /*background: transparent url(images/reset-button.png) left top no-repeat;*/
  background-color: #f54785;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}

a.reset-button:hover,
a.blue-buttons.active {
  /*background: transparent url(images/reset-button.png) left bottom no-repeat;*/
  background-color: #b73d68;
  text-decoration: none;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

#tiptip_holder.tip_top {
  padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
  padding-top: 5px;
}

#tiptip_holder.tip_right {
  padding-left: 5px;
}

#tiptip_holder.tip_left {
  padding-right: 5px;
}

#tiptip_content {
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 8px;
  border: 1px solid rgba(48, 19, 48, 0.25);
  background-color: #301330;
  background-color: rgba(48, 19, 48, 0.92);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #555;
  -webkit-box-shadow: 0 0 1px #555;
  -moz-box-shadow: 0 0 1px #555;
  text-align: center;
}

#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(48, 19, 48, 0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(48, 19, 48, 0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(48, 19, 48, 0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(48, 19, 48, 0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: rgb(48, 19, 48);
  border-top-color: rgba(48, 19, 48, 0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: rgb(48, 19, 48);
  border-bottom-color: rgba(48, 19, 48, 0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: rgb(48, 19, 48);
  border-right-color: rgba(48, 19, 48, 0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: rgb(48, 19, 48);
  border-left-color: rgba(48, 19, 48, 0.92);
}

/*------END TIPTIP-----*/

.checkbox {
  cursor: pointer;
}

#help-options p span {
  background-color: #4cc2c4;
  padding: 3px 3px 0 3px;
  margin-left: 10px;
}

/* Webkit Hacks  */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #tiptip_content {
    padding: 8px;
    background-color: rgba(48, 19, 48, 0.88);
  }

  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(48, 19, 48, 0.88);
  }

  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(48, 19, 48, 0.92);
  }
}


#newsletter-signup {
  width: 100%;
  display: none;
  background: #4cc4c2;
  margin: 0 auto 15px;
  padding: 15px 0;
  position: absolute;
  z-index: 99;
}

#newsletter-signup.active {
  display: block;
}

#newsletter-signup ul {
  list-style-type: none;
}

.hbspt-form {
  position: relative;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -20px;
}

#newsletter-signup li span, #newsletter-signup p span {
  font-size: 12px;
  color: #fff;
  line-height: 1.1;
  text-transform: none;
}

#newsletter-signup li, #newsletter-signup p {
  line-height: 1.1;
}

#newsletter-signup label#label-email-20b45354-f3bb-4152-9e79-25893dcf63e8 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

#newsletter-signup em {
  color: #fff;
}

#newsletter-signup .hs-button {
  background-color: #f54785;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  padding: 5px 20px;
  text-transform: uppercase;
  margin-top: 15px;
}

#newsletter-signup .hs-button:hover {
  background-color: #fff;
  color: #017fad;
}

#newsletter-signup .submitted-message {
  margin-bottom: 10px;
  color: #ea4885;
  font-weight: bold;
  font-size: 12px;
}

#newsletter-signup .hs-input {
  -moz-transition-duration: 400ms;
  -moz-transition-property: width, background;
  -moz-transition-timing-function: ease;
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: width, background;
  -webkit-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: width, background;
  -o-transition-timing-function: ease;
  height: 22px;
  padding: 0 5px 0px;
  margin: 10px 0;
  width: 200px;
  border: none;
  background: #ffffff;
}

#newsletter-signup #gdpr_note-20b45354-f3bb-4152-9e79-25893dcf63e8.hs-input {
  width: 15px;
  margin: 0 5px 0;
  position: relative;
  top: 8px;
  left: -4px;
}

#newsletter-signup .hs-richtext a {
  color: #fff;
  text-transform: none;
font-size: 12px;
}

#newsletter-signup .hs-input:not(#gdpr_note-20b45354-f3bb-4152-9e79-25893dcf63e8):focus {
  width: 150px;
  background: #fff;
}

#social-top-links li.rss,
.rss {
  margin-right: 0;
  width: 21px;
}

/*Alin's style*/

/*General Css*/
input[type="checkbox"] {
	filter:none;
}

button, input[type="button"], input[type="reset"] {
    border: 0px;
    background: #010B0C;
    color: white;
    border-radius: 57px;
    padding: 0.7vw 0.1vw;
}


/*Text Container*/
#ppc-keyword-tool .srv-container{
	bottom: -17vw;
}

#ppc-keyword-tool .subheader-model-3 {
    margin: 20% 12% 0;
}

/*Title Box*/
.box-title-row{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.box-title-row p{
	font-family: 'Unbounded-800';
    font-weight: 800;
    font-size: 5vw;
    font-style: normal;
    line-height: 90%;
    letter-spacing: -5.04px;
}
.box-title-row .check-holder{
	background: #8DB5F3 0% 0% no-repeat padding-box;
	border-radius: 43px;
	opacity: 1;
	width:6vh;
	height:5vh;
	position:relative;
	margin-bottom:10px;
}

.box-title-row {
	/* Style the box of the tick */
	input[type="checkbox"] {
		/* Hide the default checkbox */
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		/* Provide a fallback for older browsers */
		width: 6vh;
        height: 5vh;
        cursor: pointer;
        border-color: transparent;
	}

	/* Style the tick */
	input[type="checkbox"]::before {
		content: '\2713';
        display: inline-block;
        width: 5.5vh;
        text-align: center;
        color: white;
        font-size: 18px;
        font-weight: 100;
        visibility: hidden;
        top: 1vh;
        position: absolute;
	}

	/* Style the checkbox when checked */
	input[type="checkbox"]:checked::before {
		visibility: visible;
	}
}

/*Keywords Box*/
.advanced-text{
	background-color:#010B0C;
	color:white;
	border-radius: 57px;
	padding: 0.7vw 0.1vw;
}
.advanced-arrow {
	background-color:#010B0C;
	color:white;
	border-radius: 100px;
	padding: 0.8vw 1vw 0.8vw 1vw;
	margin-left:1vw;
}

.box-button-row{
	width:100%;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.box-button-row .advanced-text{
	flex-grow: 1;
	text-align:center;
}
.results-button{
	background: #010B0C 0% 0% no-repeat padding-box !important;
    border-radius: 57px;
    font-size: 1em;
	text-transform: none !important;
}
@media (max-width: 600px){
	#box-holder li{
		width:90%;
	}
	#options-holder{
		display:block;
	}
	.include-in-output{
		width:90%;
	}
	#options-holder .include-in-output:nth-of-type(2), #options-holder .include-in-output:nth-of-type(3){
		width:90%;
	}
}

@media (max-width: 1000px){
	#box-holder li{
		width:40%;
	}
	#options-holder{
		display:block;
	}
	.include-in-output{
		width:40%;
	}
	#options-holder .include-in-output:nth-of-type(2), #options-holder .include-in-output:nth-of-type(3){
		width:40%;
	}
}