/*
/* ==================== Main Styles ====================
*/

body{
  background-color: #e5e5e570;
  font-family: 'Source Sans 3';
}

header{
  background: #24282f;
}

h1, h2, h3, h4, h5{
  font-family: 'Source Sans 3', sans-serif;
  font-weight:600;
}

.fullwidth{
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.block{
  margin-bottom: 35px;
  border-bottom: 1px solid #dadada;
}

.menu{
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li{
  display: inline-block;
  margin: 0 10px 0 0;
}
.menu li i{
  margin-right: 3px;
}
.menu li a{
  font-size: 22px;
  display: inline-block;
  padding: 20px 20px;
  color: #fff;
}
.menu li a:hover, .nav-item.current-page{
  text-decoration: none;
  background: #003e76;
  color: #fff;
}

footer{
  color: #fff;
  background: #333;
  padding: 50px 0 50px 0;
}

footer a{
  color: #fff;
}
footer a:hover{
  color: #fff;
}

/*
/* ==================== Page Title ====================
*/

.site-title{
  font-family: 'Source Sans 3', sans-serif;
  color: #fff;
  font-size:30px;
  font-weight: 600;
  padding: 15px 0px 7px 0px;
}

.page-title{
  background-color: #006dd0;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

.page-title h1{
  font-family: 'Source Sans 3', sans-serif;
  color: #fff;
  font-size: 58px;
  font-weight: 700;
}

.title-last-updated{
  color: #fff;
  font-size: 27px;
  font-style: italic;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
}

/*
/* ==================== Section Subtitles ====================
*/

.title-section{
  padding-top: 35px;
  margin-bottom: 20px;
}

.title-section:nth-child(1){
  padding-top: 0px;
}
.title-section h2{
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 10px;
  letter-spacing: 1px;
  font-family: 'Source Sans 3', sans-serif;
  border-bottom: 2px solid #006dd0;
}
.title-section h2 span{
  /*border-bottom: 5px solid #006dd0;*/
}
.title-section i{
  color: #006dd0;
}

/*
/* ==================== Content Layouts ====================
*/

.page-content{
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-content-alt{
  padding-bottom: 50px;
}


.content-section{
  background: #fff;
  margin-bottom: 25px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #E9E9EA;
}

.spacer-section{
  margin-bottom: 25px;
  padding: 10px;
}

.spacer-title-section{
  padding: 10px;
}

.content-section.clear{
  background: transparent;
}

.home-row{
  margin-bottom: 50px;
}


/*
/* ==================== Accounts ====================
*/

.user-group{
  background: #fff;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  border: 2px solid transparent;
}

.user-group-table{
  margin-bottom: 10px;
}

.user-group-table.expanded{
  padding-top: 15px;
  padding-bottom: 5px;
  background: #fafafa;
  border: 2px solid #dbdbdb;
  margin-bottom: 20px;
}

.user-group.expanded .fa-angle-up{
  display: none;
}
.user-group .fa-angle-down{
  display: none;
}
.user-group.expanded .fa-angle-down{
  display: inline-block;
}

.user-group-table.expanded .row.editor,
.user-group-set.expanded .row.editor{
  display: flex;
}

.user-group-set.expanded .row.editor{
  padding-top: 35px;
  padding-bottom: 35px;
}

.user-group-table.expanded .row.detail,
.user-group-set.expanded .row.detail{
  display: none;
}

.user-group-table{
  border: 2px solid transparent;
}

.user-group-table:hover{
  background: #fafafa;
  border: 2px solid #dbdbdb;
}

/*
/* ==================== UX Elements ====================
*/

a.toggler{
  cursor: pointer;
  display: inline-block;
  padding: 6px 9px;
  background: #333;
  border-radius: 10px;
  color: #fff !important;
  margin-left: 10px;
  font-size: 20px;
}

.user-group-table .row.editor{
  display: none;
}

a.delete{
  display: none;
}

a.delete.authorized{
  display: inline-block;
}

.ui-btn{
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  border: 0px solid transparent;
}

.ui-btn:hover{
  text-decoration: none;
}

.wide{
  width: 100%;
}
.ui-btn.tall{
  padding: 20px 40px;
}
.ui-btn.large-text{
  font-size: 20px;
}

select.input-select{
  border: 2px solid #d9d9d9;
  padding: 5px 6px;
  background: #f9f9f9;
  border-radius: 5px;
  width:100%;
}

label{
  font-weight: 600;
}

.form-box .highlight-field{
  background-color:#ffe8e8 !important;
  border-color:#ad2e2e !important;
}

.ui-btn.default{
  background: #006dd0;
  border-color: #006dd0;
  color: #fff !important;
}
.ui-btn.default:hover{
  background: #003e76;
  border-color: #003e76;
}

.ui-btn.continue{
  background: #10b635;
  border-color: #10b635;
  color: #fff !important;
}
.ui-btn.continue:hover{
  background:#098e27;
}

.ui-btn.edit{
  background: #0a79d1;
  border-color: #0a79d1;
  color: #fff !important;
}
.ui-btn.edit:hover{
  background:#0869b6;
}


.ui-btn.engage{
  color: #fff !important;
  background: #ff7712;
}

.ui-btn.engage:hover{
  background: #b3520a;
}

.ui-btn.save{
  background: #0eaf37;
  color: #fff !important;
}

.ui-btn.save:hover{
  color: #fff !important;
  background: #09892a;
}

.ui-btn.cancel{
  color: #fff !important;
  background: #525252;
}
  .ui-btn.cancel:hover{
    background: #2a2a2a;
  }

.ui-btn.delete-init,
.ui-btn.delete,
.ui-btn.red{
  color: #fff !important;
  background: #cf0000;
}
.ui-btn.delete-init:hover,
.ui-btn.delete:hover,
.ui-btn.red:hover{
  background: #a30404 !important;
  color:#fff !important;
}

.ui-btn.toggle{
  background: #56b578;
}
.ui-btn.toggle:hover{
  background: #2a7946;
}

.non-validated{
  display: none;
}

.row.hidden{
  display: none;
}

/*
/* ==================== Link Cards ====================
*/

.link-card a{
  background: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 4px solid #ccc;
  border-radius: 10px;
  padding: 30px 10px;
  margin-bottom: 25px;
  color: #181c21;
  cursor: pointer;
}

.static-card .block{
  background: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 4px solid #ccc;
  border-radius: 10px;
  padding: 30px 10px;
  margin-bottom: 25px;
  color: #181c21;
}

.link-card i, .static-card .intro i{
  font-size: 40px;
}

.link-card a:hover{
  border-color: #007bff;
  background: #e7f2ff;
  color: #007bff;
  text-decoration: none;
}

.link-card a:hover i{
  color: #007bff;
}

.link-card .card-title, .static-card .card-title{
  font-size: 22px;
  font-weight: 600;
}

.link-card img{
  max-width: 150px;
  height: auto;
  margin-bottom: 8px;
}

.link-card i{
  margin-bottom: 8px;
}


/*
/* ==================== Var Manager ====================
*/

.var-list{
  margin: 0;
  padding: 20px;
}

.var-list li{
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
}

.var-list .var-value{
  padding: 3px 5px;
  cursor: pointer;
}

.var-list .var-value:hover{
  background: #006dd0;
  color: #fff !important;
}

.var-edit-form-wrap{
  display: none;
}

/*
/* ==================== Pagination ====================
*/

.page-uri-projects .pagenav{
  margin-top: 25px;
  margin-bottom: 25px;
}

.pagenav{
  padding: 0;
}
.pagenav li{
  margin: 0 10px 0 0;
  display: inline-block;
}

.pagenav-item,
.pagenav-item-current,
.pagenav-item-disabled{
  border: 2px solid #ccc;
  padding: 3px 10px;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #333;
}

.pagenav-item:hover,
.pagenav-item-current{
  border-color: #003e76;
  color: #003e76;
  text-decoration: none;
}
.pagenav-item-disabled{
  border-color: #e3e3e3;
  color: #ccc;
}


/* Avatars */

.user-card-headshot{
  border-radius: 50px;
  border: 2px solid #dbdbdb;
}

.imgcol img{
  max-width: 100%;
}

/* Forms */

.form-row{
  margin-bottom: 10px;
}

/* Tabs */

.sections{
  padding-top: 25px;
}

.menu-col{
  background: #003e760f;
  padding-top: 20px;
}

.page-nav{
  text-align: left;
}

.tabs{
  padding: 0 0 15px 0;
  margin: 0;
  width: 100%;
}

.tab-group{
  margin-bottom: 10px;
}

.tab-children{
  margin: 10px 0 0 10px;
  padding: 0 0 0 10px;
  /*display: none;*/
}

.tab-children.active{
  display: block;
}

.tabs li{
  display: block;
  width: 100%;
}

.tab-children li{
  display: block;
  width: 100%;
}

.tab-link-parent {
  display: block;
  width: 100%;
  width: 100%;
  padding: 15px;
  display: inline-block;
  margin:  0;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  transition: ease-in-out all 0.25s; 
}

.tab-children a {
  display: block;
  width: 100%;
  width: 100%;
  padding: 10px 10px 10px 15px;
  display: inline-block;
  margin:  0;
  font-weight: 500;
  cursor: pointer;
  transition: ease-in-out all 0.25s;
  font-size: 15px;
  color: #222 !important;
  border-left: 3px solid #01498b14;
}

.tab-children a.disable, .tab-children a.disable:hover{
  color: #aaa !important;
  cursor:default;
}

.tab-link-parent.active, .tab-link-parent:hover{
  background: #01498b14;
  color: #006dd0 !important;
  cursor: pointer;
  transition: ease-in-out all 0.25s;
  text-decoration: none;
}

.tab-children li > a.active, .tab-children li a:hover{
  cursor: pointer;
  transition: ease-in-out all 0.25s;
  text-decoration: none;
  border-left-color: #006dd0;
  color: #006dd0 !important;
}


/*.tab-children li > a.active span{
  border-bottom: 2px solid transparent;
}
.tab-children li > a.active span, .tab-children li > a:hover span{
  border-bottom: 2px solid #ff7712;
  transition:  ease-in-out all 0.1s;
}*/


.sub-tabs{
  padding: 0;
  margin: 0;
  list-style: none;
}

.sub-tabs li{
  width: 100%;
  list-style: none;
  display: inline-block;
  margin: 0 0 10px 0;
}

.sub-tab-link{
  display: inline-block;
  padding: 10px 25px;
  margin-right: 5px;
  border: 2px solid #ccc;
  background: #fff;
  font-weight: 700;
  width: 100%;
  color: #222;
  cursor: pointer;
  transition: ease-in-out all 0.25s;
}
.sub-tab-link.active, .sub-tab-link:hover{
  background: #006dd0;
  border-color: #006dd0;
  color: #fff !important;
  cursor: pointer;
  transition: ease-in-out all 0.25s;
}

.subsection{
  display: none;
}

.subsection.active{
  display: block;
}

a.anchor{display: block; position: relative; top: -150px; visibility: hidden;}

/* Page Section UI */

.page-section{
  display: none;
}

.page-section.active{
  display: block;
  padding-top: 10px;
  padding-bottom: 50px;
}

/* Report cards */

.report-card{
  padding: 25px;
  background: #fff;
  color: #181c21;
  border: 2px solid #ccc;
  margin-bottom: 25px;
}

.report-card.featured{
  text-align: center;
  padding: 25px 10px 10px 10px;
}

.report-card.over{
  min-height: 150px;
}

.report-card.under{
  min-height: 145px;
}

.report-card strong{
  font-size: 14px;
}

.report-card .accent-value{
  color: #006dd0;
  font-size: 29px;
  font-weight: 700;
}

/* Alerts */

.alert-box{
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-right: 10px;
}

.alert-type-error{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-type-warning{
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-type-notice{
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* Tables */

.table-headers{
  background: #006dd0;
  color: #ffffff;
  /*display: inline-table;*/
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}
.table-headers > div {
  /*display: table-cell;*/
  /*vertical-align: middle;*/
}

.result-table{
  background: #fff;
  margin-bottom: 25px;
  border: 1px solid #01498b14;
}

.result-table .table-row{
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  font-size: 14px;
}

.result-table .table-row:nth-child(even){
  background: #fdfdfd;
}

.result-table .table-row:nth-child(odd){
  background: #f5f5f5;
}

/* Table Sort */
.sorter-wrap{
  display: inline-block;
}
.sorter{
  display: inline-block;
  float: left;
  clear: both;
  height: 8px;
}
.sorter:hover{
  cursor: pointer;
}
.sorter:hover i{
  color: #006dd0;
}
.sorter i{
  font-size: 16px;
}

/* Downloads */

.download-row{
  margin-top: 15px;
}

.download-pdf:hover,
.download-csv:hover{
  cursor: pointer;
}
/*.download-pdf i,
.download-csv i{
  color: #474747;
  font-size: 24px;
  margin-left: 12px;
}*/
/*.download-pdf:hover i,
.download-csv:hover i{
  color: #006dd0;
}*/

.download-list{
  margin: 0;
  padding: 0;
}
.download-list li{
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.download-list strong{
  font-weight: 500;
  color: #444;
}

/* Sticky */

@media screen and (min-width: 768px){
  
  .sticky-active{
    position: relative;
  }

  .sticky-active .sticky{
    position: fixed;
    top: 0;
    padding-top: 25px;
    transition: ease-in-out all .5s;
  }

  .sticky{
    transition: ease-in-out all .5s;
  }
}


/* Delete */

.del{
  color: #006dd0 !important;
  cursor: pointer;
  font-size: 18px;
 }
  
.del:hover{
  color: #ff7712 !important;
}

.del-confirm{
  display: none;
}

/* Audit Table */

.audit-link{
  font-size: 17px;
}

/* Favorites */

.remove-favorite, .add-favorite{
  color: #006dd0 !important;
  cursor: pointer;
  font-size: 18px;
}
.remove-favorite:hover, .add-favorite:hover{
  color: #ff7712 !important;
}

.remove-favorite .fa-heart-crack{
  display: none;
}
.remove-favorite:hover .fa-heart-crack{
  display: inline-block;
}
.remove-favorite:hover .fa-heart{
  display: none;
}

.add-favorite .fa-solid.fa-heart{
  display: none;
}
.add-favorite:hover .fa-solid.fa-heart{
  display: inline-block;
}
.add-favorite:hover .fa-regular.fa-heart{
  display: none;
}

/* Audit Table */

.audit-link{
  font-size: 15px;
  color: #000;
}

/* Add Competitor */

.domain-processing-row,
.domain-error-row,
.update-processing-row{
  display: none;
}

#process, #update{
  margin-bottom: 0px;
}

/* Sign Up Form */

.form-block{
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/* Menu */

ul.menu{
  margin: 0;
  padding: 0;
}

.child-links{
  display: none;
  position: relative;
}

.parent-menu-item:hover{
  background: #003e76;
}

.parent-menu-item:hover .child-links{
  display: block;
  position: absolute;
  width: 250px;
  z-index: 10;
  margin: 0;
  padding: 0;
  background: #181c21;
}

.parent-menu-item:hover .child-links .child-menu-item{
  display: block;
  clear: both;
  margin: 0;
  width: 100%;
  list-style: none;
}

.parent-menu-item:hover .child-links .child-menu-item a{
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
}

/* Menu Headshot */

header .user-card-headshot{
  max-width: 65px;
  max-height: 65px;
}

/* Status Bar */

.result{
  width: 100%;
}

.message{
  display: none;
  text-align: center;
}

.status-bar{
  display: none;
  transition: ease-in-out all 0.5s;
  width: 100%;
  background: #dadada;
  border: 2px solid #1d2631;
  text-align: center;
  font-size: 18px;
}
.status-bar .track{
  position: relative;
  width: 100%;
  height: 40px;
  background: #464e57;
}
.status-bar .progress{
  position: absolute;
  background: #006dd0;
  height: 40px;
  width: 0%;
  z-index: 1;
  transition: ease-in-out all 0.5s;
}
.status-bar .progress-overlay{
  position: absolute;
  display: none;
  z-index: 2;
  width: 100%;
  padding-top: 5px;
  color: #fff;
  text-shadow: 3px 3px 2px #444;
}

#view-report{
  display: none;
}

.enter-domain-parent{
  padding-top: 15px;
}

.enter-domain{
  position: relative;
}

#blocker{
  width: 100%;
  position: absolute;
  z-index: 10;
  min-height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
}

#domain-input{
  width: 100%;
  padding: 20px 15px;
}

.form-block #uid{
  display: none;
}

/* Spinner */

.loading{
  height: 0px;
  overflow: hidden;
  text-align: center;
  padding: 0;
  background: #006dd0;
  transition: ease-in-out all 0.5s;
}

.loading.enabled{
  height: auto;
  padding: 20px;
}

.loading span{
  display: none;
}
.loading.enabled span{
  display: inline-block;
}

.status{
  font-size: 25px;
  color: #fff;
}

@-webkit-keyframes spinner {
    50% {
        color: #eee;
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        color: #fff;
    }
}
@-moz-keyframes spinner {
    50% {
        color: #eee;
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        color: #fff;
    }
}
@-ms-keyframes spinner {
    50% {
        color: #ddd;
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        color: #fff;
    }
}

@-webkit-keyframes spinner2 {
    50% {
        color: #006dd0;
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        color: #006dd0;
    }
}
@-moz-keyframes spinner2 {
    50% {
        color: #006dd0;
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        color: #006dd0;
    }
}
@-ms-keyframes spinner2 {
    50% {
        color: #006dd0;
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        color: #006dd0;
    }
}

.spinner, .loaded{

}

.spinner i{
  color: #fff;
  animation: 1s spinner infinite linear;
  font-size: 30px;
}
.loaded i{
  font-size: 30px;
  color: #006dd0;
}

.spinner.small{
  margin-bottom:0px;
}

.spinner.small i{
  font-size:20px;
  animation: 1s spinner2 infinite linear;
}


/* Competitor Domains */

#add-domain{
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
}

/* Save Canvas */

#canvas-save{
  display: none;
}

/* Select Report */

.choose-report{
  margin-bottom: 50px;
}

.choose-report select{
  padding: 10px 20px;
  font-size: 17px;
  /*margin-left: 10px;*/
  border-bottom: 3px solid #006dd0;
  font-weight: 500;
}

/* Report Sections */

.report-section{
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 5px solid #003e760f;
}


/* Tooltips */

.tooltip-item{
  display: inline-block;
  border-radius: 100px;
  color: #003e76 !important;
  font-size: 20px;
}


/* Countries */

#country-selection{
  font-size: 20px;
  padding: 10px;
  margin-bottom: 15px;

}

/* Custom Styles */

.categories-wrap{
  background:#003e760f;
}

.site-categories{
  background: #f3f3f3;
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-section-toggle{
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  background: #24282f;
  color: #fff !important;
  font-size: 22px;
}

.site-section{
  margin-bottom: 25px;
}

.site-section-list{
  padding: 20px 0 0 0;
}

.site-section-list ul{
  padding: 0 0 0 25px;
}

.site-section-list li{
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0px;
}

.site-section-list li a{
  font-size: 17px;
}

.filter-section{
  padding-top: 40px;
  padding-bottom: 40px;
}

.filter-section h3{
  border-bottom: 2px solid #007bff;
}

.filters{
  list-style: none;
  padding-left: 15px;
  padding-top: 5px;
}

.filters .filter{
  margin-bottom: 10px;
  font-size: 18px;
}

.filter-vertical li::marker{
  color: #333;
}

.filter a{
  color: #333;
  font-size: 18px;
  transition: ease-in-out all 0.25s;
}

.filter a:hover{
  color: #007bff;
  text-decoration: none;
}

.filter-vertical ul{
  margin: 0;
  padding: 0 0 0 20px;
}

.filter-vertical a{
  color: #333;
  transition: ease-in-out all 0.25s;
}

.filter-vertical a:hover{
  color: #007bff;
  text-decoration: none;
}

.platform-filter-tag .on,
.platform-filter-tag.selected .off{
  display: none;
}

.platform-filter-tag:hover .on{
  display: inline-block;
}
.platform-filter-tag:hover .off{
  display: none;
}

.platform-filter-tag .off,
.platform-filter-tag.selected .on{
  display: inline-block;
}


.platform-filter-tag.selected{
  color: #333;
  font-weight: 700;
}

.top{
  float: right;
  color: #fff;
}
.top:hover{
  color: #007bff;
}

.filter-platform{
  margin-bottom: 20px;
}

.content-item{
  padding: 25px;
  background: #fff;
  color: #181c21;
  border: 2px solid #ccc;
  margin-bottom: 25px;
}

.clear-search{
  display: none;
  margin-left: 5px;
  cursor: pointer;
}

.modal-search button i{
  display: inline-block !important;
}

#vertical-filter{
  margin: 5px 0 15px 0;
}

.filter-error{
  display: none;
}

input.check {
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: inline-block;
}

.tag{
  display: inline-block;
  padding: 2px 8px;
}
.tag.shop{
  background: #006dd0;
  color: #fff;
}
.meta-delete:hover{
  color: #c82333 !important;
  cursor: pointer;
}


/* Config Form */

#project-config .config-row{
  margin-bottom: 20px;
}

#project-config .config-row label{
  font-size: 18px;
}

/* Fuel Estimator */

#fuel-estimator{

}

#keyword-sequence{
  background: #fff;
  margin-top: 50px;
}

#fuel-estimator .section-title,
#keyword-sequence .section-title{
  background: #006dd0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 25px;
}

#fuel-estimator h2,
#keyword-sequence h2{
  color: #fff;
  margin-bottom: 0;
}

.section-subtitle{
  text-align: center;
}

.fuel-top-section{
  text-align: center;
  font-size: 18px;
}

.fuel-top-section .price-val{
  font-weight: 700;
  font-size: 26px;
}

.fuel-middle-section{
  padding-top: 40px;
  margin-bottom: 30px;
  font-style: italic;
}

.fuel-calculations-section{
  text-align: center;
}

.ico-section{
  margin-bottom: 20px;
}

.value-section{
  margin-bottom: 15px;
}

@media screen and (max-width: 991px){
  .col-section{
    margin-bottom: 25px;
    border-bottom: 5px dotted #fafafa;
    padding-bottom: 25px;
  }
}

.separator{
  border-bottom: 1px dotted #fafafa;
  margin: 0 auto 15px auto;
  width: 50%;
}

.value-section .price-val{
  font-weight: 700;
  font-size: 20px;
}

.ico-section{
  font-size: 24px;
}

.recommended-budget{
  font-weight: 700;
  font-size: 15px;
}

.monthly-budget{
  font-weight: 700;
  font-size: 26px;
}

.smm-settings{
  padding-top: 40px;
  text-align: center;
}

.hidden{
  display: none;
}

.control-tabs{
  width: auto;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #006dd0;
  margin-bottom: 50px;
}
.control-tab{
  display: inline-block;
  margin: 0 15px 0 0;
  width: auto;
}

@media screen and (max-width: 991px){

  .control-tab{
    clear: both;
    width: 100%;
  }

  .control-tab a{
    padding: 10px 20px;
    display: block;
    width: 100%;
  }

}

.control-tab.active-tab span,
.control-tab a{
  font-weight: 500;
}

.control-tab.active-tab span,
.control-tab a:hover{
  display: block;
  padding: 10px 20px;
  background: #006dd0;
  color: #fff!important;
}

.control-tab a{
  padding: 10px 20px;
}

.control-tab a:hover{
  background: #006dd0;
  color: #fff!important;
  text-decoration: none;
}

#process{
  width: 100%;
  font-size: 22px;
  padding: 15px 0;
}

.add-result-keyword{
  font-size: 18px;
}

.add-result-keyword:hover, .remove-result-keyword:hover{
  color: #006dd0!important;
  cursor: pointer;
}

.base-keyword{
  display: block;
  text-align: center;
  color: #ccc;
}

.add-result-keyword-wrap{
  text-align: center;
}

.saved-keyword{
  font-size: 18px;
  display: block;
  text-align: center;
  color: #006dd0;
}

.last-edited{
  color: #fff;
}

.disabled-text{
  color: #ccc;
}

.enable-subheader{
  top: -5px;
  position: relative;
  display: inline-block;
}

.label-offset{
  cursor: pointer;
  top: -5px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

/* Ratings */
.rating-icons i{
  color: #cbcbcb;
}
.rating-icons i.highlight{
  color: #006dd0;
}

.fuel-icon{
  color: #006dd0;
  font-size: 45px;
}

/* Icons */

.ico-orange{
  color: #ff7712;
}
.ico-blue{
  color: #006dd0;
}

.field-description{
  margin-top: 5px;
  color: #888;
}

/* Select2 */

.select2-container--default .select2-results__option--selected{
  background: #fafafa!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background: #006dd0 !important;
}

.select2-selection.select2-selection--multiple{
  background: #fafafa!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background: #006dd0 !important;
  border: 1px solid #006dd0 !important;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  color: #fff !important;
  border-right: 0px solid transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
  background: #ff7712 !important;
}

/* Tables */
.col-keyword-results-est_monthly_search_volume_target,
.col-keyword-results-est_competition,
.col-keyword-results-est_cpc,
.col-keyword-results-check,
.col-saved-keyword-results-est_monthly_search_volume_target,
.col-saved-keyword-results-est_competition,
.col-saved-keyword-results-est_cpc,
.col-saved-keyword-results-check,
.header-est_monthly_search_volume_target,
.header-est_competition,
.header-est_cpc,
.header-check{
  text-align: center;
}



#canvas-save{
  display: none;
}

/* Status */

#status{
  text-align: center;
  font-size: 33px;
}

/* Spinner */

@-webkit-keyframes spinner {

    0% {
        color: rgba(255,255,255,0);
    }
    1% {
        color: rgba(255,255,255,0.0);
    }
    10% {
        color: rgba(255,255,255,0.2);
    }

    20% {
        color: rgba(255,255,255,0.40);
    }

    30% {
        color: rgba(255,255,255,0.60);
    }

    40% {
        color: rgba(255,255,255,0.80);
    }

    50% {
        color: rgba(255,255,255,1);
    }

    60% {
        color: rgba(255,255,255,0.80);
    }

    70% {
        color: rgba(255,255,255,0.60);
    }

    80% {
        color: rgba(255,255,255,0.40);
    }

    90% {
        color: rgba(255,255,255,0.2);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        color: rgba(255,255,255,0);
    }
}
@-moz-keyframes spinner {
    0% {
        color: rgba(255,255,255,0);
    }

    10% {
        color: rgba(255,255,255,0.2);
    }

    20% {
        color: rgba(255,255,255,0.40);
    }

    30% {
        color: rgba(255,255,255,0.60);
    }

    40% {
        color: rgba(255,255,255,0.80);
    }

    50% {
        color: rgba(255,255,255,1);
    }

    60% {
        color: rgba(255,255,255,0.80);
    }

    70% {
        color: rgba(255,255,255,0.60);
    }

    80% {
        color: rgba(255,255,255,0.40);
    }

    90% {
        color: rgba(255,255,255,0.2);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        color: rgba(255,255,255,0);
    }
}
@-ms-keyframes spinner {
0% {
        color: rgba(255,255,255,0);
    }

    10% {
        color: rgba(255,255,255,0.2);
    }

    20% {
        color: rgba(255,255,255,0.40);
    }

    30% {
        color: rgba(255,255,255,0.60);
    }

    40% {
        color: rgba(255,255,255,0.80);
    }

    50% {
        color: rgba(255,255,255,1);
    }

    60% {
        color: rgba(255,255,255,0.80);
    }

    70% {
        color: rgba(255,255,255,0.60);
    }

    80% {
        color: rgba(255,255,255,0.40);
    }

    90% {
        color: rgba(255,255,255,0.2);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        color: rgba(255,255,255,0);
    }
}

.spinner{
  margin-bottom: 20px;
}

.spinner i{
  color: #fff;
  animation: 1s spinner infinite linear;
  font-size: 44px;
}

/* List View */

.col-delete{
  text-align: center;
}

#form-domain-input, #form-domain-confirm{
  font-size: 20px;
}

#form-domain-confirm{
  text-align: center;
}

#create-project{
  font-size: 22px;
  padding: 15px 0;
}

#project-config{
  max-width: 100%;
}

#new-project-domain-form{
  display: none;
}

#edit-table{
  display: none;
}

#raw-table, #sort-table{
  /*display: none;*/
  padding: 10px 20px;
  background: #fff;
}

#raw-table table{
  background: #fff;
}
#raw-table table th{
  margin-bottom: 10px;
}
#raw-table table tr{
  margin-bottom: 10px;
}

#disassociate-domain{
  margin-top: 20px;
}

.key-table{
  width: 100%;
  border-collapse:separate; 
  border-spacing: 0 7px;
  margin-bottom: 15px;
}

.key-table th{
  font-size: 15px;
  text-align: left;
  padding: 10px 10px 10px 30px;
}

.key-table td{
  font-size: 15px;
  text-align: left;
  border-bottom: 2px dotted #ddd;
  padding: 10px 10px 10px 30px;
}

.key-table tr td:first-child{
  border-left: 2px dotted #ddd;
}
.key-table tr td:last-child{
  border-right: 2px dotted #ddd;
}

.ui-sortable .ui-sortable-handle:hover{
  cursor: pointer;
  color: #006dd0;
}

.ui-sortable-helper{
  width: 100%;
  display: inline-block;
  background: #0d70c91a;
}

.ui-sortable-helper td{
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}



.assign-modal ul{
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.assign-modal p{
  margin-bottom: 10px;
}

.assign-link .assign-inner{
  display: inline-block;
  padding: 2px 6px;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 5px;
}

.assign-link .assign-inner i{
}

.assign-link:hover{
  cursor: pointer;
}

.assign-link:hover .assign-inner{
  border-color: #3e1663;
  background: #66289f;
  color: #fff;
}
.assign-link:hover .assign-inner i{
  color: #fff;
}

.assign-this{
  color: #3e1663;
  display: none;
  font-weight: 700;
}

.assign-link:hover .assign-this{
  display: inline-block;
}

.toggle-all-unused{
  cursor: pointer;
  font-weight: 700;
}
.toggle-all-unused:hover{
  text-decoration: underline !important;
}

.result-row{
  padding: 10px 0;
}

.result-row:hover{
  background: #b5c6d533;
}

.result-row .ui-btn{
  margin-bottom: 0px;
}

.result-row.highlighted{
  background: #b5c6d533;
}

.bulk-update{
  margin-right: 10px;
}

#nav-helper{
  /*background: #24282f;*/
  background: rgba(36,40,47,0.9);
  position: fixed;
  bottom: -200px;
  width: 100%;
  padding: 30px 50px 20px 50px;
  color: #fff;
  transition: ease-in-out all 0.5s;
}

#nav-helper.sticky{
  bottom: 0px;
}

.tabs{}

.tabs a{
  color: #333;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.tabs a:hover{
  text-decoration: none;
  color: #006dd0;
}

.tabs .tab{
  border-bottom: 3px solid #ccc;
  transition: ease-in-out all 0.25s;
}

.tabs .active-tab{
  border-bottom: 3px solid #006dd0;
}

.tab:hover{
  transition: ease-in-out all 0.25s;
  border-bottom: 3px solid #006dd0;
}

.tabs .active-tab a{
  color: #006dd0;
}

.col-titles{
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: 20px;
  border-bottom: 2px solid #ccc;
}

.buttons.off-screen{
  transition: ease-in-out all 0.5s;
  bottom: -100%;
}

.buttons{
  transition: ease-in-out all 0.5s;
  position: relative;
  bottom: 0;
}

.buttons .spacer{
  display: inline-block;
  margin: 0 10px;
  color: #ccc;
}

.uploader{
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #333;
  background: #5c6063;
  margin-bottom: 15px;
}

.showit{
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
}

.result-row{
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

.left-col, .right-col{
  transition: ease-in-out all 0.25s;
}

.hidden{display: none;}

.f-row{
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ccc;
}
.f-row.no-border{
  border-bottom: 0px solid transparent;
}
form button{
  width: 100%;
  color: #fff;
  background: #005cb3;
  border: 2px solid #005cb3;
  padding: 10px 20px;
}
form button:hover{
  color: #fff;
  background: #02396b;
  cursor: pointer;
}
form input[type="text"]{
  min-width: 300px;
}

.form-box{
  background: #fff;
  padding:10px 20px;
  margin-bottom:50px;
  border-radius:10px;
  border:2px solid #d8d8d8;
}

.form-box .form-row{
  margin-bottom: 25px;
}

.form-box input[type="text"]{
  border:2px solid #d9d9d9;
  padding:3px 6px;
  background:#f9f9f9;
  border-radius:5px;
}

.form-box textarea{
  border:2px solid #d9d9d9;
  padding:3px 6px;
  background:#f9f9f9;
  border-radius:5px;
}


.situations .ui-state-default{
  background: #fff;
  border:0px solid transparent;
  padding-left: 5px;
  padding-right:5px;
}

.situations input{
  border:0px solid transparent;
}

.situations li:hover i{
  color:#555555;
}

.situations li .sorter:hover i.fa-grip-vertical{
  color: #006dd0 !important;
}

.situations li .sorter i{
  display: inline-block;
  padding:2px;
}

.delete-row:hover i{
  color: #d0000b !important;
}

.logo-frame{
  padding:30px 50px;
  border-radius:10px;
  border:2px solid #d8d8d8;
  background: #fff;
  text-align: center;
}

.logo-frame h3{
  display: inline-block;
  margin: o auto;
}

.logo-prev-section{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.logo-prev-section:last-child{
  margin-bottom: 0;
}

.logo-prev-asset{
  text-align: center;
}

.logo-frame.transparency {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.logo-frame.transparency h3{
  color:#fff;
  background:#006dd0;
}

.logo-frame.bounding img,
.bounding-box{
  outline:3px dashed #ccc;
  outline-offset:0;
}

.logo-frame.transparency.bounding img{
  outline-color:#006dd0;
}

.asset-frame{
  padding:25px 50px;
  border-radius:10px;
  border:2px solid #d8d8d8;
  background: #fff; 
  text-align: center;
}

.asset-frame:hover{
  border:2px solid #006dd0;
  background: #006dd0;
  text-decoration: none;
}

.logo-cropper .cropper-view-box{
  overflow: visible;
}

.cropper-container img{
    outline:3px dashed #ccc;
  outline-offset:0;
}

.asset-selection a:hover{
  text-decoration: none;
}

.asset-selection a:hover h4{
  color:#fff !important;
}

.asset-selection a:hover i{
  color:#fff;
}


.tool-btn{
  display: block;
  padding:10px;
  border-radius:10px;
  border:2px solid #d8d8d8;
  background: #fff;
  text-align: center;
  color:#626262;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.tool-btn:hover{
  border-color:#006dd0;
  background:#006dd0;
  color:#fff !important;
  text-decoration: none;
}

.tool-btn i{
  font-size:30px;
  display: block;
  margin-bottom:10px;
  color:#626262;
}

.tool-btn:hover i{
  color:#fff !important;
}

.tool-btn.processing{
  cursor:arrow;
  width: 100%;
  display: none;
  color:#fff !important;
  border-color:#006dd0;
  background:#006dd0;
}

.tool-btn.processing.visible{
  display: inline-block;
}

.tool-btn.processing i{
  color:#fff;
}

.tool-btn.save{
  background: #fff;
}
.tool-btn.save:hover{
  border-color:#00d019;
  background:#00d019;
}

.tool-btn.tiny{
  border-radius:5px;
  padding:10px;
  font-size:12px;
  width:100%;
  display: block;
}

.tool-btn.tiny:focus{
  border-color:#006dd0;
  background:#006dd0;
  color:#fff;
}

.tool-btn.tiny .fa{
  font-size:20px;
}


.tool-btn-alt{
  display: block;
  padding:5px;
  border-radius:10px;
  border:2px solid #d8d8d8;
  background: #f8f8f8;
  text-align: center;
  color:#626262;
  font-weight: 400;
  cursor: pointer;
}

.tool-btn-alt:hover{
  border-color:#006dd0;
  background:#006dd0;
  color:#fff !important;
  text-decoration: none;
}

.tool-btn-alt i{
  font-size:20px;
  display: inline-block;
  color:#626262;
}

.tool-btn-alt:hover i{
  color:#fff !important;
}

.tool-btn-alt.inline{
  display: inline-block;
}

.tool-btn-alt.tool-icon{
  padding:10px 20px;
  margin-right:8px;
}

.tool-btn-alt.tool-icon i{
  font-size:30px;
}

.tool-btn-alt.tool-icon.disable-click,
.tool-btn-alt.tool-icon.disable-click i,
.tool-btn-alt.tool-icon.disable-click:hover{
  color: #ccc !important;
  background:#ffff;
  border-color:#ccc !important;
}

.tool-btn-alt.tool-small{
  font-size:13px;
  padding:5px 10px;
}
.tool-btn-alt.tool-small i{
  font-size:16px;
  margin-right: 5px;
}

.btn-group{
  margin-bottom:15px;
}

.tool-section{
  margin-bottom:50px;
}


/* Config */

.preview-img{
  max-width: 100%;
}

.container-fluid.no-gutters{
  padding-left:0px;
  padding-right:0px;
}

/* Sorters */


.sort-row.edit-disabled .save-row{
  display: none;
}

.sort-row.edit-enabled .text-input-disabled,
.sort-row.edit-enabled .edit-row{
  display: none;
}

.situations {
  list-style: none;
  margin:0;
  padding:0;
}

/* Media Uploads */
.media-preview img{
  max-width: 100%;
  height:auto;
}
.media-preview .placeholder i{
  font-size:100px;
  color:#999;
}

.media-preview .tool-btn-alt{
  margin-top:15px;
}

.asset-selector:hover{
  border-color:#006dd0;
  cursor: pointer;
}

.asset-config{
  display: none;
}

.file-uploader{
  background:#e7ecf1;
  border:2px dashed #006dd0;
  border-radius:20px;
  width:100%;
  padding:15px;
  cursor: pointer;
  color: #006dd0;
  font-weight: 600;
}

.file-uploader:hover{
  background: #d3d6dd;
}

.file-uploader::file-selector-button{
  background: #006dd0;
  color:#fff;
  padding:10px 20px;
  font-weight: 700;
  border-radius:20px;
  border:1px dashed #006dd0;
  margin-right:10px;
}

.file-uploader:hover::file-selector-button{
  background: #0155a2;
  color:#fff;
  cursor:pointer;
  padding:10px 20px;
}

.sp-preview{
  width: 96% !important;
  height: 50px !important;
}

.sp-replacer{
  width:100%;
}

/* UI Helper ======================= */

.messages{
  width: 100%;
  text-align: center;
  padding:20px 50px;
  font-size:22px;
}

.messages i{
  margin-right:5px;
}

.messages.error{
  background:#ad2e2e;
  color:#fff;
}

.messages.info{
  background:#009379;
  color:#fff;
}

.messages.success{
  background:#0cb060;
  color:#fff;
}

.messages .spinner{
  display: inline-block;
  margin-right:10px;
  position: relative;
  top:7px;
}

/* Details Accordions */

.section-wrapper{
  margin-bottom: 20px;
}

/*.detail-block-controller {
  font-size: 30px;
  padding:10px 20px;
  width:100%;
  display: block;
  color:#ccc !important;
  border-bottom:2px solid #ccc;
}

.detail-block-controller.has-value {
  color:#888 !important;
  border-bottom:2px solid #888;
}

.detail-block-controller.selectable{
  cursor: pointer;
  border-bottom:2px solid #888;
}

.detail-block-controller.selectable:hover{
  color:#006dd0 !important;
  border-bottom:2px solid #006dd0;
}

.detail-block-controller.expanded{
  border-bottom:2px solid #006dd0;
  color:#006dd0!important;
}*/


.config-section{
  display: none;
  padding-top:25px;
}

.section-wrapper.expanded .config-section{
  display: block;

}

.accent-title{
  border-bottom:3px solid #006dd0;
  padding-bottom:10px;
  margin-bottom:35px;
}

.accent-title-alt{
  border-bottom:3px solid #006dd0;
  padding-bottom:10px;
  margin-bottom:10px;
}

.accent-title small{
  color:#006dd0;
}

.accent-subtitle{
  border-bottom:2px solid #006dd0;
  padding-bottom:5px;
  margin-bottom:15px;
}

.accent-col{
    border: 10px solid transparent;
}
.accent-col.active{
    border-color: #006dd0;
}


.article-dummy-image{
  text-align: center;
}

.asset-inner-box{
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #d8d8d8;
  background: #fff;
}

.asset-inner-box h4{
  background:#006dd0;
  width:100%;
  padding:10px 0;
  margin-bottom:10px;
  text-align: center;
  color:#fff;
}

.asset-inner-box .media-preview{
  text-align: center;
}

.asset-inner-box .ui-btn{
  margin-bottom:0px;
  margin-top:25px;
}


/* Slides ======================= */


.slide-bg{
  position: relative;
  top:0;
  left:0;
}

.slide-overlay{
  position: absolute;
  width:1500px;
}

.slide-wrapper{
  position: relative;
  width:1500px;
}

.bg-box{
  background: #fff;
  border:2px solid #ccc;
  border-radius:20px;
}

.slide-name{
  position: absolute;
  top:0px;
  left:0px;
}

.slide-name-text-box{
  color: white;
  background-color: #1a1e25;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 25px 3px 30px;
  margin: 8px;
  display: inline-block;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 2px solid #1a1e25;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

/*.slide-name-text-box::before {
  content: " ";
  display: block;
  position: absolute;
  top: -2px;
  left: -12px;
  z-index: -10;
  background-color: #1a1e25;
  width: 20px;
  height: 100%;
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  border-radius: 4px;
  border: 2px solid #1a1e25;
}*/

.slide-name-text {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);  
  display: inline-block;
  font-family: 'Source Sans 3', sans-serif;
  font-weight:600;
  letter-spacing:2px;
}

.slide-name-inner{
  position: relative;
}

.slide-name-inner .slide-triangle{
  position: absolute;
  top:0;
  left:0;
  z-index: 2;
}

.slide-name-inner .slide-name-text-box{
  z-index: 1;
}

/* Slide - Title */

.slide-title .slide-overlay{
  top:400px;
  text-align:center;
}

.slide-title .m360-logo,
.slide-title .client-logo{
  display: inline-block;
}

.slide-title .m360-logo{
  
}

.slide-title .m360-logo.right-border{
  margin-right:50px;
  padding-right:50px;
  border-right:2px solid #333;
}

.slide-title .client-logo {
  height: 125px;
  width: 290px;
}

.slide-title .client-logo img{
  height: auto;
  max-height: 210px;
  max-width: 100%;
}

/* Slide - Needs & Goals */

.slide-needs .slide-overlay{
  top:300px;
}

.slide-needs .bg-box{
  padding:10px;
}

.slide-needs .bg-box li{
  font-size:20px;
  margin-bottom:8px;
}

.slide-needs h3{
  border-bottom:2px solid #000;
  padding-bottom:10px;
  margin-bottom:20px;
}

.slide-needs h3 em{
  font-weight: 300;
  font-style: italic;
}

.needs-arrow{
  margin-bottom:35px;
}

/* Slide - What Makes Us Different */



/* Slide - Content Marketing */

.slide-cm .slide-overlay{
  top:60px;
}

.slide-cm-col-a h3,
.slide-cm-col-b h3,
.slide-cm-col-c h3{
  font-size:28px;
  margin-bottom:8px;
}

.slide-cm-col-a{
  position: absolute;
  left:10px;
  top:0px;
  width:324px;
}

.slide-cm-col-b{
  position: absolute;
  top:0px;
  left:370px;
  width:513px;
}

.slide-cm-col-b-top{
  position: relative;
}

.article-newsletter{
  position: absolute;
  display: inline-block;
  right:0px;
  bottom:-7px;
}

.slide-cm-col-c{
  position: absolute;
  top:0;
  right:20px;
  width:548px;
}

.topics-list{
  border:2px solid #b4b4b4;
  background:#fff;
  width:325px;
}

.topic{
  font-size:15px;
  text-align: center;
  margin-bottom:20px;
  height:35px;
  line-height: 17px;
}

.topic-inner{
  display: flex;
  align-items: center; /* Centers items vertically */
  justify-content: center; /* Centers items horizontally (optional) */
  height: 50px; /* Example height for the container */
  padding-left:20px;
  padding-right:20px;
}

.topic-label{
  font-size:14px;
  z-index: 99;
  text-align: center;
  display: inline-block;
  position: relative;
}

.topic-first{
  font-size:16px;
  text-align: center;
  margin-bottom:5px;
  position: relative;
  height:67px;
  text-align: left;
}

.topic-first .topic-inner{
  height:67px;
}

.topic-first img{
  position: absolute;
  left:0;
  z-index: 9;
}

.topic-first .topic-label{
  font-weight: 700;
}

.mockup-box{
  border:2px solid #b4b4b4;
  background:#fff;
}

.mockup-header{
  padding:10px;
}

.mockup-box img{
  max-width: 100%;
  max-height: 100%;
}

.mockup-logo{
  text-align: left;
  float:left;
  display: inline-block;
  height:50px;
  max-width:160px;
  margin-left:10px;
}

.mockup-wrapper{
  width:160px;
  height:50px;
}

.mockup-inner{
  display: table-cell;
  vertical-align: middle;
  width: 160px;
  height: 50px;
}

.mockup-logo img{
  max-width: 100%;
  max-height:100%;
}

.mockup-hamburger{
  text-align: right;
  float:right;
  padding-top:10px;
}

.mockup-page-title{
  padding:10px 70px;
  margin-bottom:10px;
  color:#fff;
  font-size:18px;
  text-align: center;
  font-weight: 700;
}

.mockup-line{
  padding-left:20px;
  padding-right:20px;
  margin-bottom:10px;
}

.mockup-footer{
  text-align: center;
  border-radius:10px;
  padding-top:10px;
  padding-bottom:15px;
}

.mockup-tagline{
  color:#fff;
  font-size:15px;
  margin-bottom:5px;
  font-weight: 700;
}

.mockup-cta{
  border-radius: 20px;
  color:#000;
  font-size:14px;
  font-weight: 700;
  padding:5px 20px;
  background:#fff;
  display: inline-block;
  margin:0 auto;
}

.article-dummy-image i{
  font-size: 100px;
  color:#dadada;
}

.ig-cards{
  position: relative;
  height:400px;
}

.ig-card-primary{

}

.ig-card-secondary{
  position: absolute;
  left: 181px;
  top: 48px;
}

.ig-card{
  background:#fff;
  width:254px;
  padding-top:15px;
  padding-left:15px;
  padding-bottom:15px;
  border:2px solid #b4b4b4;
}

.ig-image{
  overflow: hidden;
  background-size:cover;
  background-position: left;
  width:224px;
  height:250px;
  position: relative;
  border:2px solid #b4b4b4;
}

.ig-overlay{
  position: absolute;
  bottom:0;
  width:224px;
  height:248px;
}

.ig-overlay-inner{
  position: relative;
}

.ig-overlay-top{
  width:224px;
  height:200px;
  position: absolute;
  top:0;
}

.ig-overlay-swish{
  position: absolute;
  bottom:0;
}

.ig-overlay-image{
  width:224px;
  height:25px;
  position: absolute;
  top:0;
}

.ig-overlay img{
  max-width: 100%;
}

.ig-overlay-bottom{
  background: #fafafa;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  height:49px;
  width:100%;
}

.ig-overlay-bottom > .row{
  height:48px;
  margin-left:0px;
  margin-right:0px;
  width:100%;
}

.ig-tagline{
  line-height: 11px;
  padding-top:10px;
  text-align: right;
}

.ig-site-logo{
}

.ig-site-logo img{
  max-width: 100%;
  height:auto;
}

.ig-overlay-bottom-inner{
  position:relative;
  height:49px;
  width:100%;
}

.ig-site-logo-alt {
  width:100px;
  height:43px;
  position: absolute;
  left:5px;
  bottom:5px;
}

.ig-site-logo-alt img{
  max-width: 100%;
  max-height: 100%;
}

.ig-tagline-alt{
  width:100px;
  line-height: 11px;
  text-align: right;
  position: absolute;
  right:14px;
  bottom:11px;
}

.ig-site-logo-alt-wrapper{
  width:43px;
  height:43px;
  overflow: hidden;
  border:1px solid #ddd;
  border-radius:100px;
}

.ig-site-logo-alt-inner{
  display: table-cell;
  text-align:center;
  vertical-align: middle;
  width: 43px;
  height: 43px;
}



.ig-tagline span{
  margin-right:10px;
  display: inline-block;
}

.ig-card-primary{
  z-index: 1;
}

.ig-card-primary .ig-overlay-bottom{
  z-index: 2;
}
.ig-card-primary .ig-overlay-swish{
   z-index: 3;
}

.ig-card-secondary{
  z-index: 4;
}
.ig-card-secondary .ig-overlay-bottom{
  z-index: 5;
}
.ig-card-secondary .ig-overlay-swish{
   z-index: 8;
}

.ig-icons{
  margin-top:10px;
}

.ig-social-icons{
  position: absolute;
  top:0;
  right:0px;
}

.seomaps{
  position: relative;
  /*height:200px;*/
  margin-bottom:30px;
}
#config-search .seomaps{
  margin-bottom:0px;
}

.seomaps-map{
  border:2px solid #b4b4b4;
  background:#fff;
  padding:15px;
  width:470px;
  z-index: 2;
  /*position: absolute;*/
  /*right:0px;*/
  float:right;
}

.seomaps-map-col{
  text-align: right;
}

.seomaps-company-name{
  font-weight: 700;
  font-size:15px;
}

.seomaps-search{
  border: 2px solid #acacac;
  font-size:13px;
  border-radius:20px;
  padding:10px 20px;
  margin-top:10px;
}

.seomaps-seo{
  border:2px solid #b4b4b4;
  background:#fff;
  padding:10px;
  width:400px;
  margin-top:-65px;
  z-index: 3;
  float:left;
  position: relative;
  /*bottom:0px;*/
}

.seomaps-website-col{
  text-align: right;
}

.ai-search{
  position: relative;
  height:220px;
}

.ai-search-box{
  border:2px solid #b4b4b4;
  background:#fff;
  padding:10px;
  width: 425px;
  height:210px;
  position: absolute;
  left:40px;
}

.ai-searchbox{
  border: 2px solid #acacac;
  font-size:14px;
  border-radius:20px;
  padding:10px 20px;
  margin-top:10px;
}

.ai-search-result{
  border:2px solid #b4b4b4;
  background:#fff;
  padding:10px 10px 10px 25px;
  position: absolute;
  bottom:20px;
  left:20px;
}

.search-star{
  position: absolute;
  left:-23px;
  top:0px;
}

/* Slide 6 */

.slide-mca .slide-overlay{
  top:75px;
}

.slide-mca-col-a{
  position: absolute;
  left:35px;
  top:0px;
  width:530px;
}

.slide-mca-col-b{
  position: absolute;
  top:0px;
  left:619px;
  width:367px;
}

.slide-mca-col-c{
  position: absolute;
  top:0;
  right:20px;
  width:451px;
}

.col-google-result{
  border:2px solid #b4b4b4;
  background:#fff;
  padding:20px;
}

.multi-channel-search {
  margin-bottom: 15px;
}

.multi-channel-search .google-logo{
  display: inline-block;
}

.multi-channel-search .multi-channel-search{
  display: inline-block;
}

.multichannel-search{
  border:2px solid #b4b4b4;
  background:#fff;
  padding:8px 16px;
  border-radius:20px;
  margin-left:10px;
  width:325px;
}

.col-google-result h4{
  font-weight: 400;
  font-size:17px;
  margin-bottom:0px;
}

.col-google-result strong{
  font-weight: 600;
  font-size:11px;
}

.multi-channel-local,
.multi-channel-maps,
.multi-channel-sponsored{
  position: relative;
}

.yellow-arrow{
  position: absolute;
  left:-50px;
}

.local-col-box{
  border:2px solid #d9d9d9;
  background:#fff;
  padding:5px;
  display: inline-block;
  float:left;
}

.local-col-box-1{
  margin-right:15px;
  width:235px;
}

.local-col-box-2{
  margin-right:15px;
}

.local-col-box-3{
  
}

.multi-channel-local .yellow-arrow{
  top: 30px;
}

.multi-channel-maps .yellow-arrow{
  top: 35px;
}

.multi-channel-sponsored .yellow-arrow{
  top: 13px;
}


.local-name{
  font-weight: 700;
  font-size:12px;
  margin-bottom:5px;
}

.local-message-ico img{
  float:right;
}

.ecomm-listing-img{

}

.ecomm-listing-img img{
  max-width: 100%;
}

.multi-channel-local {
  margin-bottom:25px;
  width: auto !important;
  overflow: visible !important;
}

.multi-channel-local h4{
  margin-bottom:10px;
}


.local-boxes{
  width:600px;
  position: relative;
}

.multi-channel-maps{
  margin-bottom: 10px;
}

.multi-channel-maps .local-name{
  font-weight: 700;
  font-size:15px;
  margin-bottom:5px;
}

.multi-channel-maps-listings{
  display: inline-block;
  float:left;
}

.local-map{
  display: inline-block;
  float:right;
  margin-right:5px;
}

.sponsored-title{
  font-size: 14px;
  font-weight: 700;
  color:#0a66c2;
  margin-top:4px;
  margin-bottom:8px;
}

.col-tiktok{
  text-align: center;
}

.tt-logo{
  margin-bottom: 15px;
}

.tt-demo{
  width:357px;
  height:664px;
  background-size:contain;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.tt-demo-frame{
  z-index: 100;
  position: relative;
}

.tt-search{
  position: relative;
  margin-bottom: 20px;
}

.tt-search-text{
  position: absolute;
  width:250px;
  top: 18px;
  left: 70px;
  font-size:13px;
  text-align: left;
  z-index: 100;
}

.tt-arrow{
  position: absolute;
  top: 32px;
  right: -25px;
}

.tt-overlay-gradient{
  position: absolute;
  bottom: 81px;
  left:24px;
  width:310px;
  height: 560px;
  z-index: 1;
}

.tt-overlay-gradient.hidden{
  display: none;
}

.tt-overlay-tagline{
  position: absolute;
  left: 0;
  width:100%;
  z-index: 10;
  transform:rotate(-5deg);
}

.tt-overlay-tagline.text-top{
  top:85px;
}

.tt-overlay-tagline.text-25{
  top:153px;
}

.tt-overlay-tagline.text-50{
  top:221px;
}

.tt-overlay-tagline.text-75{
  top:289px;
}

.tt-overlay-tagline.text-bottom{
  top:360px;
}

.tt-tagline-1, .tt-tagline-2{
  color:#fff;
  display: inline-block;
  padding:5px 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size:18px;
  border:0px;
}

.tt-tagline-1, .ig-tagline-1{
  background:#be1d2d;
}

.tt-tagline-2, .ig-tagline-2{
  background:#e79a27;
}

.tt-overlay-icons{
  position: absolute;
  bottom: 109px;
  right: 33px;
  z-index: 4;
}

.tt-overlay-text{
  position: absolute;
  text-align: left;
  bottom: 100px;
  left: 33px;
  width:250px;
  z-index: 3;
}

.tt-overlay-title{
  font-size: 14px;
  margin-bottom:5px;
  color:#fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px #333;
}

.tt-overlay-tagline-1, .tt-overlay-tagline-2{
  font-size: 14px;
  color:#fff;
  line-height:14px;
  text-shadow: 1px 1px 1px #333;
  text-align:left;
}

.tt-overlay-button{
  margin-top:10px;
  color:#fff;
  font-size:13px;
  padding:10px 30px;
  background:#fe2c55;
  display: inline-block;
  font-weight: 700;
}

.col-ig{
  text-align: center;
}

.ig-logo{
  margin-bottom: 10px;
}

.ig-demo{
  width:296px;
  height:420px;
  position: relative;
  z-index: 9;
  margin:0 auto;
  overflow: hidden;
}

.ig-demo-content{
  width:268px;
  height:268px;
  background-size:contain;
  position: absolute;
  top: 49px;
  left: 14px;
  z-index: 8;
}

.ig-demo-image{
  position: relative;
  z-index: 9;
}

.ig-overlay-tagline{
  position: absolute;
  z-index: 9;
  left: 0;
  width:100%;
  transform:rotate(-5deg);
}

.ig-overlay-tagline.text-top{
  top:85px;
}

.ig-overlay-tagline.text-25{
  top:112px;
}

.ig-overlay-tagline.text-50{
  top:139px;
}

.ig-overlay-tagline.text-75{
  top:164px;
}

.ig-overlay-tagline.text-bottom{
  top:195px;
}


.ig-tagline-1, .ig-tagline-2{
  color:#fff;
  display: inline-block;
  text-align:center;
  padding:5px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size:18px;
}


.other-ad-channels{
  position: absolute;
  bottom:20px;
  right:20px;
  z-index: 1;
}

/* Slide - Keyword Opportunities */

.slide-keywords .slide-overlay{
  top:100px;
  text-align:center;
}

.slide-keywords-col-a{
  position: absolute;
  top: 0;
  left:50px;
  width:300px;
}

.slide-keywords-col-b{
  position: absolute;
  top: 0;
  left:375px;
  width:540px;
}

.slide-keywords-col-c{
  position: absolute;
  top: 0;
  right:25px;
  width:540px;
}

.slide-keywords-col-a-inner{
  position: relative;
  padding-top:100px;
}

.slide-keywords-col-a .headline-text{
  font-size: 29px;
  font-weight: 800;
  text-align: left;
  line-height: 35px;
}

.slide-keywords-col-a .arrow{
  position: absolute;
  right: -63px;
  top: 192px;
  z-index: 10;
}

.slide-keywords-col-a .we-help-you{
  margin-top:75px;
}

.keywords-col{
  background: #fff;
  border:2px solid #d8d8d8;
}

.slide-keywords-col-b .keywords-col{
  height:800px;
}
.slide-keywords-col-c .keywords-col{
  height:800px;
}


.keywords-block{
  text-align: left;
  padding:20px 45px;
}

.keywords-block-title{
  font-size:19px;
  font-weight: 700;
}

.keywords-block-subtitle{
  font-style: italic;
  font-size:16px;
  margin-bottom:15px;
}

.keywords-list{
  font-size: 14px;
}

.keywords-list ul{
  margin:0 0 0 30px;
  padding:0px;
}

.keywords-list ul li{
  margin:0;
}

.budget-estimator-research{
  margin-top:125px;
}

.slide-keywords .link-subtext{
  margin-top:8px;
}

/* Slide - Trust */

.slide-trust .slide-overlay{
  bottom:30px;
}


/* Slide - Plans & Pricing */

.slide-plan .slide-overlay{
  bottom:30px;
  text-align:center;
}

.slide-overlay-positioning-container{
  position: relative;
}

.blue-arrow-left{
  position: absolute;
  top:20px;
  left:0px;
}

.blue-arrow-right{
  position: absolute;
  top:20px;
  right:0px;
}

.static-btn{
  display: inline-block;
  font-size:18px;
  color:#fff;
  padding:17px 30px;
  background: #006dd0;
  border:0px solid transparent;
  font-weight: 600;
  border-radius: 20px;
}
.static-btn:hover{
  text-decoration: none;
  color:#fff;
}


.link-subtext{
  font-size: 14px;
  font-style: italic;
}

.slide-plan .link-subtext{
  color:#006dd0;
  margin-top:8px;
}

/* End of Slides */

.rewrite{
  display: inline-block;
  padding:5px;
  cursor: pointer;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  overflow: auto;
}

.fixed-height-slide-1000{
  height:1000px;
}

.fixed-height-slide-500{
  height:500px;
}

.slide-cm.fixed-height-slide-1000 .slide-overlay,
.slide-needs.fixed-height-slide-500 .slide-overlay{
  top:0px;
}

.slide-needs{
  overflow: hidden;
}

/* Ideas */

#ideas-list{
  list-style-type: none;
  margin:0px;
  padding:0px;
}

#ideas-list li{
  margin-bottom:10px;
}

.use-idea{
  display: block;
  width:100%;
  padding:10px 20px;
  border:4px solid #ccc;
  border-radius:4px;
}

.use-idea:hover{
  color:#fff!important;
  background:#388ee9;
  border-color:#007bff;
  cursor: pointer;
}

/* Loading */

.loading-bar{
  position: relative;
  background:#ccc;
  border:2px solid #999;
  height:25px;
  width:100%;
}

.loading-progress{
  background:#006dd0;
  height:100%;
  width:10%;
  transition:ease-in-out all 0.5s;
}

#modal-google-high-intent_toggle,
#modal-ai-search-phrase_toggle{
  cursor: pointer;
}

#modal-google-high-intent_toggle:hover,
#modal-ai-search-phrase_toggle:hover{
  color: #006dd0;
}

#modal-google-high-intent,
#modal-ai-search-phrase{
  height: 400px;
  overflow-y: scroll;
  width: 100%;
  display: none;
  padding-top:10px;
}
#modal-google-high-intent ul,
#modal-ai-search-phrase ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

#modal-google-high-intent ul li,
#modal-ai-search-phrase ul li{
  margin: 0;
  padding: 0;
}

#modal-google-high-intent .select-keyword,
#modal-ai-search-phrase .select-search-phrase{
  padding:2px 0 2px 10px;
  text-align:left;
  border:2px solid transparent;
  display: inline-block;
  width:100%;
}

#modal-google-high-intent .select-keyword:hover,
#modal-ai-search-phrase .select-search-phrase:hover{
  border-color: #006dd0;
  cursor: pointer;
}

.search-tool-bar{
  margin-top:10px;
}

.input-1{
  font-weight: 700;
}

#current_situation li,
#desired_situation li{
  padding-top:10px;
  padding-bottom:10px;
}
#current_situation li.ui-state-default,
#desired_situation li.ui-state-default{
  border-bottom: 2px dashed #ccc !important;
}

#current_situation li.ui-state-default:last-child,
#desired_situation li.ui-state-default:last-child{
  border-bottom: 0px dashed #ccc !important;
}

.delete-keywords{
  margin-top:20px;
}

.continue-row{
  margin-top: 25px;
}

.import-keywords-wrap, .import-topics-wrap{
  display: none;
  padding-top:20px;
}

.color-picker{
  width:100%;
  height:50px;
  border:4px solid transparent;
  background: transparent;
}

.color-picker:hover,
.color-picker:focus{
  cursor: pointer;
  border-color: #006dd0;
}

.hamburger-icon{
  width:22px;
}
.hamburger-line{
  width: 22px;
  background-color: #a1a1a1;
  height:3px;
  border-radius: 4px;
  margin-bottom: 3px;
}
.hamburger-icon .hamburger-line:last-child{
  margin-bottom:0px;
}

.demo-col{
  margin-bottom:20px;
}

#color-status{
  font-size: 11px;
  font-style: italic;
}

.color-demo-section .tt-demo-wrap{
  overflow: hidden;
  height:320px;
}

.sentence-edit:hover{
  cursor:pointer;
  color:#007bff !important;
}

.sentence-edit .fa-solid{
  display: none;
}

.sentence-edit:hover .fa-solid{
  display: inline-block;
}

.sentence-edit .fa-regular{
  display: inline-block;
}

.sentence-edit:hover .fa-regular{
  display: none;
}

.sentence-add, .sentence-subtract{
  padding:3px;
}

.topics-toolbar{
  margin-top:10px;
}

.color-scheme-selector{
  margin:0;
  padding:0; 
}

.color-scheme{
  list-style-type:none;
  display: block;
  width:100%;
  border:4px solid transparent;
  cursor: pointer;
  padding:5px;
}
.color-scheme:hover{
  border-color: #006dd0;
}


.color-scheme-select{
  display: block;
  padding:0;
}

.color-mode_advanced{
  display: none;
}

.color-swatch{
  display: inline-block;
  float:left;
  width:100%;
  padding:10px 0;
  color:#fff;
  text-align: center;
}

.slide-toggle:hover{
  cursor: pointer;
}

.slide-toggle.collapsed{

}

.slide-toggle.collapsed .karet-down{
  display: inline-block;
}
.slide-toggle.collapsed .karet-up{
  display: none;
}
.slide-toggle.expanded .karet-down{
  display: none;
}
.slide-toggle.expanded .karet-up{
  display: inline-block;
}