body {
    padding-left: 5px;
    padding-right: 5px;
    /*padding-bottom: 40px;*/
}

input[type], textarea, select{
    -webkit-appearance: none;
    background: #fcfcfc;
    padding: 0.46428571em;
    border-radius: 6px;
    border: 1px solid #ececec;
}

.container {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

/* Custom container */
.container-narrow {
    margin: 0 auto;
    max-width: 880px;
}

.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    margin: 60px 0;
    text-align: center;
}

.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}

.analyseBtn {
    /*
    margin-right: 1px;
    font-size: 21px !important;
    padding: 14px 24px !important;
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
    */
}

.website-input {
    /*border-right: none !important;
    margin-right: 1px;*/
    padding: 14px 24px !important;
}

.noFloat {
    float: none !important;
}

#errors {
    margin: 0 auto 20px auto;
}

/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

.wrapper textarea {
    width: auto !important;
}

div.form .errorSummary {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #b94a48;
    padding: 7px 7px 12px 7px;
    margin: 0 0 20px 0;
    font-size: 0.9em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.form .errorMessage {
    color: red;
    font-size: 0.9em;
}

div.form .errorSummary p {
    margin: 0;
    padding: 5px;
}

div.form .errorSummary ul {
    margin: 0;
    padding: 0 0 0 20px;
}

input.error,
select.error,
textarea.error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #b94a48;
}

input.error:focus,
select.error:focus,
textarea.error:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/*.no-top-line*/
.table td {
    padding: 10px;
}

.no-top-line td {
    border-top: none !important;
}

.lead {
    margin: 10px 0 10px !important;
    font-size: 16px;
}

.over-max, .btn.collapse-task {
    display: none;
}

.stat-td #website-form .error {
    margin-left: 0 !important;
}

.stat-td #website-form {
    margin-bottom: 0 !important;
}

.h-review {
    font-size: 24px;
    margin-top: 0 !important;
}

#update_stat {
    font-weight: bold;
    cursor: pointer;
}

#upd_help {
    font-size: 16px;
    padding-left: 10px;
    vertical-align: top;
    margin-top: 15px;
    display: none;
}

.marketing-img {
    padding: 4px;
    margin: 0 10px 5px 0;
}

.compare {
    font-size: 12px;
    font-weight: bold;
}

.adv-icon {
    width: 50px;
    height: 50px;
}

.adv-icon-warning {
    background: url(../img/warning.png) no-repeat;
}

.adv-icon-success {
    background: url(../img/success.png) no-repeat;
}

.adv-icon-error {
    background: url(../img/error.png) no-repeat;
}

.adv-icon-neutral {
    background: url(../img/neutral.png) no-repeat;
}

.cloud-container span {
    margin: 0 2px;
    display: inline-block;
}

.cloud-container .grade-1 {
    font-weight: 300;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.cloud-container .grade-2 {
    font-weight: 300;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.cloud-container .grade-3 {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
}

.cloud-container .grade-4 {
    font-size: 20px;
    color: #315d86;
}

.cloud-container .grade-5 {
    font-weight: 600;
    font-size: 24px;
    color: #315d86;
}

.rating_ico {
    width: 205px !important;
    height: 154px !important;
}

.recaptchatable .recaptcha_r1_c1,
.recaptchatable .recaptcha_r3_c1,
.recaptchatable .recaptcha_r3_c2,
.recaptchatable .recaptcha_r7_c1,
.recaptchatable .recaptcha_r8_c1,
.recaptchatable .recaptcha_r3_c3,
.recaptchatable .recaptcha_r2_c1,
.recaptchatable .recaptcha_r4_c1,
.recaptchatable .recaptcha_r4_c2,
.recaptchatable .recaptcha_r4_c4,
.recaptchatable .recaptcha_image_cell {
    background: none !important;
}

#recaptcha_table {
    width: 100%;
}

#recaptcha_image,
#recaptcha_challenge_field_holder,
.recaptcha_input_area,
.recaptcha_image_cell,
.recaptcha_input_area input {
    width: 220px !important;
}

.download_form {
    display: none;
}

#affix-menu.affix,
.screenshot.affix {
    position: fixed;
    top: 20px;
}

.screenshot.affix-bottom {
    position: relative;
}

#navbar-review-mobile.affix {
    position: fixed;
    top: 0;
}

.score-label {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.score-label:first-child {
    margin-top: 0;
}

.score-header {
    font-size: 18px;
}

.advice-caret {
    color: #333;
    margin-right: 5px;
}

.advice-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.advice-container {
    margin-bottom: 20px;
}

.impact-title {
    font-size: 16px;
    margin-bottom: 12px
}

.screenshot {
    height: 485px;
    margin-top: 30px;
    position: relative;
    width: 250px;
}

.screenshot.mobile {
    background: url(../img/mobile.png) no-repeat;
}

.screenshot.mobile .screenshot-img-container {
    width: 225px;
    height: 375px;
    clip: rect(0, 225px, 375px, 0);
    top: 54px;
    left: 12px;
    right: 13px;
}

.screenshot.desktop .screenshot-img-container {
    width: 181px;
    height: 121px;
    clip: rect(0, 181px, 121px, 0);
    top: 45px;
    left: 32px;
}

.screenshot.desktop {
    background: url(../img/desktop.png) no-repeat;
    height: 220px;
}

.screenshot.tablet .screenshot-img-container {
    width: 301px;
    height: 417px;
    clip: rect(0, 301px, 417px, 0);
    top: 41px;
    left: 32px;
}

.screenshot.tablet {
    background: url(../img/tablet.png) no-repeat;
    height: 500px;
    width: 363px;
}

.screenshot-img-container {
    position: absolute;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.url-block {
    background-color: #fff;
    max-height: 324px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0;
    margin-left: 0;
}

ul.url-block li {
    border-top: 1px #ccc dashed;
    list-style: none;
    padding: 3px;
    word-wrap: break-word;
}

ul.url-block li:first-child {
    border-top: none;
}

.group-divider:last-child {
    display: none;
}

/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
    width: 228px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
    .bs-docs-sidenav {
        width: 258px;
    }

    .bs-docs-sidenav > li > a {
        width: 230px \9; /* Override the previous IE8-9 hack */
    }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {

    /* When affixed, space properly */
    .bs-docs-sidenav {
        top: 0;
        width: 218px;
        margin-top: 30px;
        margin-right: 0;
    }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    /* Adjust sidenav width */
    .bs-docs-sidenav {
        width: 166px;
        margin-top: 20px;
    }

    .bs-docs-sidenav.affix {
        top: 0;
    }
}

@media (min-width: 768px) {
    .screenshot {
        float: right;
    }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
    /* Sidenav */
    .bs-docs-sidenav {
        width: auto;
        margin-bottom: 20px;
    }

    .bs-docs-sidenav.affix {
        position: static;
        width: auto;
        top: 0;
    }

    #navbar-review-mobile.affix {
        width: 95%;
        overflow: hidden;
    }

    .screenshot {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    #navbar-review-mobile.affix {
        width: 91%;
    }

    h1 {
        font-size: 28px;
        line-height: 1.36363636em !important;
    }
}

@media (max-width: 768px) {
    #home-wrapper .row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/**
* RESPONSIVE RULES
*/
@media only screen and (min-width: 768px) {
    .compare {
        width: 172px;
    }
}

.hint {
    font-size: 0.9em;
    color: darkgray;
    margin: 3px;
}

#call-results {
    border: 1px darkgray dashed;
    background: whitesmoke;
    padding: 7px;
    width: 50%;
    display: inline-block;
}

.agency-settings-webhook_url {
    width: 100% !important;
}

.search-404page {
    position: relative;
    display: inline-block;
    font-size: 20px;
}

.search-404page a {
    position: absolute;
    top: 5px;
    right: 20px;
    color: #c4c4cd;
}

.search-404page .form-control,
.search-404page .form-control:focus {
    border: none;
    font-size: 18px;
    color: #a29595;
    padding-left: 20px;
    padding-right: 40px;
    background: #ebeff2;
    box-shadow: none;
    border-radius: 30px;
    height: 40px;
    width: 300px;
}

@media (max-width: 600px) {
    .search-404page, .search-404page .form-control {
        width: 100%;
    }
}

.chart-title {
    text-align: center;
    font-size: 20px;

    page-break-after: avoid !important;
}

.keywords .chart-title,
.phrases .chart-title {
    margin: 20px 0 20px;
}

/* mobile iframe styles detect by js adding top parent class wrapper-mobile */
.wrapper-mobile .p-20 {
    padding: 10px !important;
}

/*
.wrapper-mobile .table-responsive table {
    table-layout: fixed !important;
}
.wrapper-mobile .table-responsive th, .wrapper-mobile .table-responsive td {
    word-wrap: break-word;
    white-space: normal;
}
*/
.wrapper-mobile .keywords,
.wrapper-mobile .btn-show-images,
.wrapper-mobile .btn-hide-images,
.wrapper-mobile .field-on-page-links .task-list,
.wrapper-mobile .recommendations-toggles,
.wrapper-mobile .btn-show-uimobile,
.wrapper-mobile .btn-hide-uimobile,
.wrapper-mobile .btn-show-seo,
.wrapper-mobile .btn-hide-seo,
.wrapper-mobile .btn-show-performance,
.wrapper-mobile .btn-hide-performance,
.wrapper-mobile .btn-show-subpagesmore,
.wrapper-mobile .btn-hide-subpagesmore,
.wrapper-mobile .images {
    display: none;
}

.wrapper-mobile .seo,
.wrapper-mobile .performance,
.wrapper-mobile .subpagesmore,
.wrapper-mobile .uimobile {
    display: block;
}

.section.closed .subsection,
.section.closed .lockable,
.section.closed .checkbox {
    display: none;
}

.section-header {
    /*background: lightgray;*/
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.section-button {
    height: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #555555;
    width: 30px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.subsection {
    font-weight: bold;
}

.js-collapse-in {

}

.faq-box .field-answer {
    margin-bottom: 16px !important;
}

.field-images .answer.field-value {

}

.table-agency-audits {
    min-width: 430px;
}

.table-agency-audits tbody tr td:nth-child(2) {
    min-width: 180px;
}

.table-agency-audits thead tr th:nth-child(2) {
    min-width: 180px;
}


.field-value-table {
    margin-top: 10px;
}

.field-keywords .field-value-table td {
    width: 15%;
}

.field-keywords .field-value-table td:first-child,
.field-keywords .field-value-table td:last-child {
    width: 20%;
}

.field-keywords .field-value-table td:last-child {
    text-align: left;
}

.btn-shared_link {
    /*max-width: 100% !important;*/
    /*overflow: hidden !important;*/
    /*height: 34px !important;*/
    /*white-space: nowrap !important;*/
}

.field-onPageLinks .table {
    table-layout: fixed;
}

.field-onPageLinks .table td,
.field-onPageLinks .table th {
    overflow: hidden;
}

#check-require {
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .menu-extras .navbar-nav > li {
        float: none;
    }
}

.section .checkbox {
    margin-bottom: 12px;
}

.submit-loader-box {
    display: inline-block;
}

.submit-loader-box.submit-loader::before {
    display: inline-block;
    content: '';
    border: 4px solid #a0a0a09e;
    border-radius: 50%;
    border-top: 4px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-animation: spin_loader 1s linear infinite;
    animation: spin_loader 1s linear infinite;
    vertical-align: middle;
    margin-top: 0px;
    margin-left: 16px;
    margin-right: 8px;
}

@-webkit-keyframes spin_loader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin_loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.score_name {
    width: 120px;
    word-wrap: break-word;
}

.seo-score-description {
    margin-bottom: 10px;
}

#seo .panel .panel-body {
    padding: 15px;
}

#widget-preview-field-consent {
    font-size: 1em !important;
}

#widget-preview-field-consent input {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    top: 3px;
    width: auto;
    height: auto;
}

#widget-preview-field-consent input:active, #widget-preview-field-consent input:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#widget-preview-field-consent input:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

#widget-preview-field-consent input:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

/* new left sidebar */
#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.side-menu {
    width: 240px;
    z-index: 2000;
    background: #36404a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    top: 70px;
    bottom: 0;
    margin-top: 0;
    /*padding-bottom: 70px;*/
    position: fixed;
}

.content-page {
    margin-left: 286px;
    /*overflow: hidden;*/
    /*margin-top: 70px;*/
    margin-right: 20px;
}

.topbar .topbar-left {
    float: left;
    position: relative;
    width: 240px;
    z-index: 1;
    background-color: #36404a;
    height: 70px;
}

.navbar-with-sidebar {
    background-color: #ffffff;
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    margin-bottom: 0;
    padding: 0 10px 0 0;
    margin-left: 240px;
    min-height: 70px;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.float-right {
    float: right !important;
}

.navbar-with-sidebar .nav-link {
    padding: 0;
    line-height: 70px;
    color: rgba(255, 255, 255, 0.6);
}

.nav-user img {
    height: 36px;
    /*width: 36px; */
}

.rounded-circle {
    border-radius: 50% !important;
}

.profile-dropdown {
    width: 170px;
}

.notification-list .noti-title {
    margin: 0;
    width: auto;
    padding: 0 20px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.notification-list .notify-item {
    padding: 10px 20px;
}

.notification-list .profile-dropdown .notify-item {
    padding: 4px 20px;
}

.topbar-left .logo img {
    max-width: 240px;
    max-height: 50px;
    margin-top: 15px;
    margin-left: -5px;
}

.nav-user .mini-stat-icon {
    color: var(--theme-color);
}

#sidebar-menu {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
}

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

#sidebar-menu > ul > li > a {
    color: #aaa;
    display: block;
    padding: 12px 20px;
    margin: 4px 0;
    border-left: 3px solid transparent;
}

#sidebar-menu > ul > li > a:hover {
    color: #ffffff;
    text-decoration: none;
}

#sidebar-menu a {
    line-height: 1.3;
}

body {
    padding-left: 0;
    padding-right: 0;
}

#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

#sidebar-menu .active {
    border-left: 3px solid #ffffff;
    color: #ffffff !important;
}

.content {
    background: #ffffff;
    padding: 30px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
    min-height: 300px;
}

.logo .icon-c-logo {
    display: none;
}

@media (max-width: 991px) {
    .logo .icon-c-logo {
        display: block;
        line-height: 70px;
        font-size: 20px;
    }

    .logo img {
        display: none;
    }

    .left.side-menu {
        width: 70px;
        z-index: 5;
    }

    .topbar .topbar-left {
        width: 70px !important;
        overflow: hidden !important;
    }

    .navbar-with-sidebar {
        margin-left: 70px;
    }

    .content-page {
        margin-left: 90px;
    }

    .left.side-menu #sidebar-menu ul > li {
        position: relative;
        white-space: nowrap;
    }

    .left.side-menu #sidebar-menu > ul > li > a {
        padding: 15px 20px;
        min-height: 52px;
    }

    .left.side-menu #sidebar-menu > ul > li > a i {
        margin-right: 20px !important;
        font-size: 20px;
    }

    .left.side-menu #sidebar-menu ul > li > a span {
        display: none;
        padding-left: 10px;
    }

    .left.side-menu #sidebar-menu ul > li:hover > a {
        position: relative;
        width: 260px;
        background: #2b333b;
        color: #ffffff;
        border-color: #ffffff;
    }

    .left.side-menu #sidebar-menu ul > li:hover a span {
        display: inline;
    }

    .icon-list.icon-c-logo {
        color: #36404a;
    }

    #sidebar-menu .subtitle {
        display: none;
    }

    #tag-generator .loader {
        bottom: -100px !important;
    }
}

@media (max-width: 767px) {
    .left.side-menu {
        margin-left: -75px;
        display: none;
    }

    .content-page.agency-dashboard {
        margin-left: 20px;
    }

    .left.side-menu.small-menu {
        margin-left: 0 !important;
    }

    .icon-list.icon-c-logo {
        color: white;
    }

    .topbar-left {
        display: none;
    }

    .navbar-with-sidebar {
        margin-left: 0;
    }

    .topbar-left .white-logo {
        display: block !important;
        margin: 5px 0 0 15px !important;
    }
}

#topnav .progress.progress-lg {
    height: 30px !important;
}

#topnav .progress.progress-lg .progress-bar {
    line-height: 30px;
}

.dataTables_info {
    margin-bottom: 10px;
}

.quick-check .js-ajax-alert {
    width: 100%;
}

.button-menu-mobile {
    border: none;
    color: #36404a;
    display: inline-block;
    height: 62px;
    width: 50px;
    background-color: #ffffff;
    font-size: 22px;
}

div.hopscotch-bubble .hopscotch-bubble-number {
    display: none !important;
}

div.hopscotch-bubble .hopscotch-bubble-content {
    margin: 0 !important;
}

.white {
    background-color: white !important;
}

.white-logo, .white .black-logo {
    display: none;
}

.white .white-logo {
    display: block;
    margin: 5px 0 0 15px !important;
}

.sidebar-closed .left.side-menu {
    display: none;
}

.sidebar-closed .content-page {
    margin-left: 20px;
}

.sidebar-closed .black-logo {
    display: none;
}

.sidebar-closed .white-logo {
    display: block !important;
    margin: 15px 0 0 25px !important;

    width: 172px;
    height: 39px;
}

.sidebar-closed .topbar-left {
    background-color: white !important;
}

.sidebar-closed .navbar-with-sidebar {
    margin-left: 0;
}

.hopscotch-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: gray;
    opacity: 0.5;
    top: 0;
    z-index: 2000;
}

#sidebar-menu .subtitle {
    padding: 12px 27px;
    margin: 20px 0 4px 0;
}

/******** Sidebar in report ******/
.report-sidebar {
    position: relative;
}

.report-sidebar .container {
    margin-left: 250px;
}

.report-sidebar .card-box-thumb {
    zoom: 1;
}

@media (max-width: 768px) {
    .report-sidebar .container {
        margin-left: 5px;
    }
}

@media (min-width: 768px) {
    .report-sidebar .container {
        width: 750px;
        margin-left: 80px;
    }

    .report-sidebar .card-box-thumb {
        zoom: 0.9;
    }
}

@media (max-width: 840px) {
    .report-sidebar .left.side-menu {
        margin-left: -75px;
        display: none;
    }

    .report-sidebar .left.side-menu.small-menu {
        margin-left: 0 !important;
    }

    .report-sidebar .icon-list.icon-c-logo {
        color: white;
    }

    .report-sidebar .container {
        margin-left: 5px;
    }

    .report-sidebar .topbar-left {
        display: none;
    }

    .report-sidebar .navbar-with-sidebar {
        margin-left: 0 !important;
    }
}

@media (min-width: 990px) and (max-width: 1070px) {
    .report-sidebar .card-box-thumb {
        zoom: 0.7;
    }

    .report-sidebar .screenshot {
        zoom: 0.8;
    }
}

@media (min-width: 1070px) {
    .report-sidebar .container {
        width: 970px;
    }
}

@media (min-width: 1240px) {
    .report-sidebar .container {
        margin-left: 250px;
    }
}

@media (max-width: 1240px) {
    .report-sidebar .logo .icon-c-logo {
        display: block;
        line-height: 70px;
        font-size: 20px;
    }

    .report-sidebar .logo img {
        display: none;
    }

    .report-sidebar .left.side-menu {
        width: 70px;
        z-index: 2000;
    }

    .report-sidebar .topbar .topbar-left {
        width: 70px !important;
        overflow: hidden !important;
    }

    .report-sidebar .navbar-with-sidebar {
        margin-left: 70px;
    }

    .report-sidebar .left.side-menu #sidebar-menu ul > li {
        position: relative;
        white-space: nowrap;
    }

    .report-sidebar .left.side-menu #sidebar-menu > ul > li > a {
        padding: 15px 20px;
        min-height: 52px;
    }

    .report-sidebar .left.side-menu #sidebar-menu > ul > li > a i {
        margin-right: 20px !important;
        font-size: 20px;
    }

    .report-sidebar .left.side-menu #sidebar-menu ul > li > a span {
        display: none;
        padding-left: 10px;
    }

    .report-sidebar .left.side-menu #sidebar-menu ul > li:hover > a {
        position: relative;
        width: 260px;
        background: #2b333b;
        color: #ffffff;
        border-color: #ffffff;
    }

    .report-sidebar .left.side-menu #sidebar-menu ul > li:hover a span {
        display: inline;
    }

    .report-sidebar .icon-list.icon-c-logo {
        color: #36404a;
    }

    .report-sidebar #topnav .navigation-menu > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1440px) {
    .report-sidebar .container {
        width: 1170px;
        margin-left: 250px;
    }
}

@media (min-width: 1680px) {
    .report-sidebar .container {
        margin-left: auto;
    }
}

/********** SCANS *************/
.table-issues td i {
    font-size: 18px;
    cursor: pointer;
}

.table-issues td .pages {
    display: none;
    padding-left: 30px;
    padding-top: 10px;
}

#task-list ul.list {
    padding: 0;
    list-style: none;
    max-width: 900px;
    margin: 0 auto;
}

#task-list .filter-group {
    width: 200px;
    vertical-align: text-top;
}

#task-list ul.list li {
    display: block;
    cursor: pointer;
    width: 280px;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
}

#task-list ul.list li:hover button {
    display: block;
}

#task-list ul.list li .top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white;
    background-color: var(--theme-color);
    padding: 20px;
}

#task-list ul.list li .top i.fa {
    float: right;
    font-size: 28px;
}

#task-list ul.list li .top .search-name {
    height: 90px;
    font-size: 16px;
    overflow: hidden;
}

#task-list ul.list li .top .website {
    overflow: hidden;
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}

#task-list ul.list li .top .section {
    text-transform: uppercase;
    font-weight: bold;
}

#task-list ul.list li .bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid rgba(54, 64, 74, 0.05);
    padding: 20px;
    background-color: #f7f7f7;
    height: 140px;
}

#task-list ul.list li .bottom .desc {
    height: 60px;
    overflow: hidden;
}

#task-list ul.list li button {
    position: absolute;
    bottom: 15px;
    left: 20px;
    display: none;
}

#task-list ul.list li button.mark-skipped {
    left: 220px;
}

#task-modal {
    z-index: 2001;
}

#task-modal h4 {
    text-decoration: underline;
}

#task-modal #modal-page {
    display: inline-block;
    text-decoration: underline;
}

#task-modal #modal-answer {
    margin-top: 15px;
}

#task-modal .modal-body .btn {
    margin: 10px 10px 0 0;
}

.task-filter {
    display: block;
    margin-bottom: 10px;
}

.task-hover {
    width: 280px;
}

.scan-overview h3 {
    margin-bottom: 100px;
}

.scan-overview h2 {
    font-weight: bold;
}

.scan-overview .recrawl {
    margin-right: 30px;
}

.scan-overview #progress-bar {
    padding-right: 0 !important;
    padding-left: 0 !important;
    height: 40px !important;
}

.scan-widgets a {
    font-size: 12px;
}

.scan-widgets .widget-panel {
    height: 131px;
    border: 1px solid rgba(54, 64, 74, 0.05);
    padding-left: 5px;
}

.table-issues.table-striped > tbody > tr.issue-row:nth-of-type(odd):hover {
    cursor: pointer;
    background-color: lightyellow !important;
}

.table-issues.table-striped > tbody > tr.issue-row:nth-of-type(even):hover {
    cursor: pointer;
    background-color: lightyellow !important;
}

.scan-overview .card-box-thumb {
    margin: 0 auto;
}

.scan-widgets .md-warning {
    color: #ffbd4a;
}

.scan-widgets .md-format-list-numbered {
    color: #5fbeaa;
}

.scan-widgets .md-find-in-page {
    color: #34d3eb;
}

.scan-widgets .btn {
    width: auto;
    float: right;
    position: relative;
}

#welcome-diy label {
    font-weight: normal;
    color: darkgrey;
}

#welcome-diy .form-group {
    text-align: center;
}

#welcome-diy input {
    height: 50px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    min-width: 50px;
}

#task-list .search {
    width: 200px;
}

#task-list .task-group .seo .top, #task-list .filter-group .seo {
    background-color: #5fbeaa;
    color: white;
}

#task-list .task-group .social .top, #task-list .filter-group .social {
    background-color: var(--theme-color);
    color: white;
}

#task-list .task-group .security .top, #task-list .filter-group .security {
    background-color: #81c868;
    color: white;
}

#task-list .task-group .ui .top, #task-list .filter-group .ui {
    background-color: #ffbd4a;
    color: white;
}

/********** KEYWORDS *************/
.chosen {
    position: relative;
    min-height: 473px;
    padding-bottom: 65px;
}

.chosen .counter {
    text-align: center;
}

.chosen-keywords {
    min-height: 60px;
}

.chosen-keywords .keyword {
    border: 1px solid #E3E3E3;
    padding: 8px;
    margin-top: 5px;
    background-color: white;
    border-radius: 4px;
}

#ranked .dataTables_wrapper,
#suggested .dataTables_wrapper {
    display: none;
}

.table-rankings .rgraph_domtext_wrapper {
    margin: -20px 0;
}

.table-rankings .label-success {
    margin-left: 10px;
}

.table-rankings > thead > tr > th, .table > tbody > tr > th,
.table-rankings > tfoot > tr > th,
.table-rankings > thead > tr > td,
.table-rankings > tbody > tr > td,
.table-rankings > tfoot > tr > td {
    padding: 0.92857143em;
}

.autogenerate {
    float: right;
    height: 38px;
    padding-top: 8px;
}

#input-keywords {
    min-height: 90px;
}

@media (max-width: 375px) {
    .input-keywords-container {
        padding: 0 10px;
    }

    #reportform-value {
        min-width: 220px !important;
    }
}

#ui-datepicker-div {
    z-index: 3000 !important;
}

.border {
    border-bottom: 1px solid #e7e7e7;
}

.check-checkboxes .input-checkbox {
    margin: 0;
}

.tools-links .icon--lg {
    font-size: 5.57142857em;
}

p.home-description {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
}

/*styles for support messenger*/
#launcher {
    top: calc(100vh - 100px);
}

.loading-label {
    background-color: #5fbeaa;
    letter-spacing: 0.05em;
    padding: .2em .6em .3em;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.no-rank-label {
    background-color: #909399;
    letter-spacing: 0.05em;
    padding: .2em .6em .3em;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

#tag-generator .loader {
    position: absolute;
    bottom: 50px;
    top: unset;
}

.progress-container {
    height: 24px;
}

.p-l-0 {
    padding-left: 0;
}

.loader-spinner,
.loader-spinner:after {
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
}

.loader-spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    border-top: 0.6rem solid rgba(0, 0, 0, 0.2);
    border-right: 0.6rem solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.6rem solid rgba(0, 0, 0, 0.2);
    border-left: 0.6rem solid var(--theme-color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.modal-spinner {
    margin-bottom: 50px;
}

#google-auth-error {
    display: none;
}

.table-unbordered td {
    border-top: none !important;
}

.domain-table .p-0 {
    position: relative;
    top: 13px;
}

.domain-table .first-column {
    position: relative;
    top: 10px;
}

.domain-tabs .tab-pane {
    padding-top: 20px;
    padding-bottom: 10px;
}

.badge-outline {
    display: inline-block;
    border-radius: 2em;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.badge-outline-notice {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}

.badge-outline-success {
    border: 1px solid #5cb85c;
    color: #5cb85c;
}

.tooltip.left {
    margin-left: -5px !important;
}

#post-locations option {
    padding: 5px;
}

.btn-warning#finish-btn:hover {
    background-color: #ffbd4a !important;
    border: 1px solid #ffbd4a !important;
    opacity: 0.8;
}

.background-custom {
    background: var(--theme-color);
}

.flatpickr-confirm {
    cursor: pointer;
    padding: 6px;
    background: #e8e8e8;
}

#map.geogrid {
    position: relative;
}

#map.geogrid > div {
    background: transparent !important;
}

.geogrid-map-wrapper .loader-spinner {
    position: absolute;
    top: 44.5%;
    left: 47.6%;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.geogrid-map-wrapper .loader-spinner {
    z-index: 20;
}

#listing-wrapper .loader-spinner {
    position: absolute;
    top: 15%;
    left: 48%;
    border-top-color: #eee;
    border-right-color: #eee;
    border-bottom-color: #eee;
    width: 2rem;
    height: 2rem;
    z-index: 99;
    display: none;
}

.geogrid-form {
    margin-top: 15px;
}

.geogrid-form #add_keyword {
    /* width: 200px;
    display: inline; */
}

.geogrid-form label {
    font-size: 14px;
    margin-bottom: 3px;
}

.geogrid-form .tabs-container {
    margin-top: 0;
}

.geogrid-form .tabs {
    border-radius: 0 !important;
    border: none;
}

.geogrid-form .tabs li:not(:first-child) {
    margin-left: -4px;
}

.geogrid-form .tabs > li.active {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.geogrid-tabs-disabled-bg {
    background: #eee;
}

.geogrid-form .tabs li {
    padding: 0 10px;
    min-width: 0;
}

.geogrid-form .tabs-content {
    padding: 0 !important;
    border: 0 !important
}

.geogrid-form .tab__content {
    top: 0 !important;
}

.geogrid-form label {
    font-weight: 600;
    color: #252525;
    opacity: .5;
}

#keywords_wrapper {
    font-size: 15px;
}

.keyword_item {
    display: inline-block;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
}

.keyword_item:first-child {
    border-left: 1px solid #ececec;
}

.keyword_item.active {
    border-bottom: none;
    border-top: 3px solid var(--theme-color);
}

.keyword_item.active a.keyword_main {
    color: var(--theme-color);
    font-weight: 600;
}

.keyword_item.off {
    background: #eee;
    pointer-events: none;
}

.keyword_item.active.off {
    background: #fff;
}

.keyword_close {
    cursor: pointer;
    padding: 3px 10px 3px 5px;
    text-decoration: none;
    color: #666;
}

.keyword_close:hover {
    text-decoration: none;
}

.keyword_main {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 0 4px 3px 13px;
    color: #666;
}

.keyword_main:hover {
    text-decoration: none;
}

.map_iframe_wrapper {
    margin-top: 20px;
}

.vcenter {
    display: flex;
    align-items: center;
}

.modal-location-listing tr {
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-location-listing tr td {
    border-bottom: 1px dotted #ccc;
}

.modal-location-listing tr:last-child td {
    border-bottom: none;
}

.modal-location-listing tr:first-child:not(.emphasis) {
    padding-top: 0;
}

.modal-location-listing tr:last-child:not(.emphasis) {
    padding-bottom: 0;
}

.modal-location-listing tr:first-child {
    margin-top: 0;
}

.modal-location-listing tr td:first-child {
    padding: 0 0 0 10px;
}

.modal-location-listing h3,
.modal-location-listing .business-name h4 {
    margin-bottom: 0;
}

#listingSearchModal .business-name,
#listingSearchModal .business-address,
#listingSearchModal .business-star-rating,
#listingSearchModal .business-reviews {
    line-height: 20px;
}

#listingSearchModal .modal-body,
#listingSearchModal .modal-location-listing {
    padding-top: 5px;
    padding-bottom: 5px;
}

#listingSearchModal .modal-body {
    max-height: 400px;
    overflow-y: scroll;
}

#listingSearchModal .business-name a {
    color: var(--theme-color);
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
}

#listingSearchModal .business-name a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    #listingSearchModal .modal-sm {
        width: 450px;
    }   
}

.modal-location-listing .business-star-rating .checked {
    color: orange;
}

.modal-location-listing .business-star-rating .score {
    margin-left: 5px;
}

.modal-location-listing .business-link a {
    font-weight: normal;
    font-size: 13px;
}

.modal-location-listing .emphasis {
    background: #f2f2f2;
}

#listing-wrapper .public-search-control,
#listing-select-group .clear-select{
    cursor: pointer;
}

.save-geogrid-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

.grid-save-options {
    margin-top: 15px;
}

.grid-save-options td {
    vertical-align: middle !important;
}

.save-geo-checkbox {
    appearance: auto !important;
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
    width: 20px !important;
    cursor: pointer !important;
}

.grid-save-options .well {
    background: transparent !important;
}

.complete-save-button {
    width: 100%;
}

.disabled_tab {
    pointer-events: none;
    background: #d8d8d8;
}

.glyphicon-refresh-animate {
    -webkit-animation-name: rotateThis;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

#review-modal .glyphicon-refresh {
    margin-left: 4px;
}

@-webkit-keyframes "rotateThis" {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.swal2-styled.swal2-cancel {
    background: #fff !important;
    border: 1px solid #d3d3d3 !important;
    color: #666 !important;
}

.google-account-state-label {
    width: 120px !important;
}

#delete-reply {
    background: #c1080e;
    color: #fff;
    margin-left: 7px;
    border: none;
}

#delete-reply:hover {
    opacity: 0.7;
    border-color: transparent;
}

#delete-reply-spinner {
    margin-left: 5px;
}

#delete-reply-button {
    display: none;
    border: 0;
    height: 0;
}

#save-reply-spinner,
#save-post-draft-spinner,
#create-post-spinner,
#deschedule-post-spinner {
    display: none;
}

.review-inside p {
    margin-bottom: 0;
}

.review-inside li {
    margin-bottom: 1.85714286em;
}

.gmb-review .tweets-feed-1 {
    border-color: #ccc;
}

#gmb-edit-reply-link {
    cursor: pointer;
    font-size: 12px;
}

.review-inside .user {
    text-align: center;
}

#time-responded {
    font-size: 13px;
    margin-right: 5px;
}

#post-modal .modal-content {
    padding: 15px;
}

#post-modal .modal-title {
    margin-bottom: 15px;
}

#post-modal .tabs {
    margin-bottom: 0;
}

.alert-danger {
    border-color: #cf463f !important;
    border-width: 2px !important;
}

.gmb-listing-loader {
    margin-top: 30px;
}

.btn.gmb-listing-sync-btn {
    margin: 0 7px !important;
}

.listing-toggle-switch {
    margin: 4px 0 !important;
}

.reviews-table .label {
    width: 130px !important;
}

.review-inside li {
    padding-left: 0 !important;
}

.tweets-feed-1 .user img {
    margin-right: 0 !important;
}

.flatpickr-confirm {
    background: var(--theme-color) !important;
    color: #fff !important;
}

.flatpickr-confirm:hover {
    background: var(--theme-color-lighter) !important;
    color: #fff !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: var(--theme-color);
}

.text-wrap {
    white-space: normal;
}

.gmb-reply-actions {
    margin-bottom: 10px;
}

.edit-delete-reply-buttons .input-checkbox {
    margin-top: 6px;
    margin-right: 5px;
}

#respond-as-text {
    display: none;
    margin-bottom: 5px;
}

.white-space {
    white-space: pre-wrap;
}

.disable-click {
    pointer-events: none
}

.geogrid-main-title {
    margin-bottom: 0 !important;
    margin-bottom: 20px;
    position: relative;
    top: -10px;
}

.manage-geogrid-wrapper button,
.manage-geogrid-wrapper.guest button {
    margin-bottom: 7px;
    margin-right: 7px;
}

.manage-geogrid-wrapper button:last-child
.manage-geogrid-wrapper.guest button:last-child {
    margin-right: 0 !important;
}

.geogrid-manage-button {
    display: none;
}

@media (min-width: 768px) {
    .manage-geogrid-wrapper {
        text-align: right;
    }
}

@media (max-width: 1150px) {
    .geogrid-main-title {
        font-size: 2.35714286em;
    }
}

.geogrid-guest-hero .manage-geogrid-wrapper {
    margin-bottom: 10px;
    text-align: right;
}

.geogrid-guest-hero .manage-geogrid-wrapper button {
    pointer-events: none;
}

.geogrid-map-wrapper .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    cursor: pointer;
}

a.forbidden {
    /* pointer-events: none; */
    cursor: not-allowed;
    opacity: 0.5;
}

.subscription-page .loader {
    top: 200px !important;
}

.geogrid-progress {
    margin-bottom: 20px !important;
}

.geogrid-form .tabs > li.active,
.geogrid-form .tabs li:not(.active) {
    opacity: 1;
}

.geogrid-form .tabs li:not(.active) .tab__title .h5 {
    opacity: .5;
}

.schedule-results-wrapper, #download-image-view {
    display: none;
}

#quota-balance {
    width: auto;
    min-width: 0;
    display: table;
    padding: 8px 20px !important;
    height: auto;
}

.geogrid-display-quota {
    margin-bottom: 10px;
}

.clearfix {
    clear: both;
}

.d-none {
    display: none;
}

.custom-input-select {
    position: relative;
}

.custom-input-select > select {
    padding-left: 0.46428571em;
    -moz-appearance: textfield;
    width: 100%;
    text-align: center;
}

.custom-input-select > select::-webkit-inner-spin-button {
    display: none;
}

.custom-input-select .custom-input-select__controls {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    padding: 0 0.92857143em;
}

.custom-input-select .custom-input-select__controls > span {
    position: absolute;
    display: block;
    width: 10%;
    min-width: 3.71428571em;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    padding-top: 6px;
    transition: all 0.3s ease;
}

.custom-input-select .custom-input-select__controls > span.disable {
    cursor: default;
    background: #ececec;
    color: #aaa;
}

.custom-input-select .custom-input-select__controls > span.disable:hover {
    color: #aaa;
}

.custom-input-select .custom-input-select__controls .custom-input-select__increase.disable {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.custom-input-select .custom-input-select__controls .custom-input-select__decrease.disable {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.custom-input-select .custom-input-select__controls > span:hover {
    color: var(--theme-color);
}

.custom-input-select .custom-input-select__controls .custom-input-select__increase {
    right: 0;
    border-left: 1px solid #ececec;
}

.custom-input-select .custom-input-select__controls .custom-input-select__decrease {
    left: 0;
    border-right: 1px solid #ececec;
}

.adventure-block {
    padding-top: 4.9523em;
    padding-bottom: 4.9523em;
}

@media (max-width: 991px) {
    .adventure-block {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }
}

.adventure-block .desc {
    text-align: center;
    margin-bottom: 23px;
    color: white;
    font-size: 25px;
    line-height: 38px;
}

.b-side-blog-banner {
    position: relative;
    overflow: hidden;
    padding: 1.85714286em;
    margin-bottom: 30px;
    border-radius: 6px;
}

.b-side-blog-banner .desc {
    margin-bottom: 10px;
    color: white;
    font-size: 1.2em;
}

.author .full-name {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: -5px;
}

.b-side-blog-banner .desc {
    margin-bottom: 20px;
}

.b-side-blog-banner .lear-more {
    margin-bottom: 25px;
}


.btn.btn--primary.btn-file {
    cursor: pointer;
}

input[type="file"] {
    opacity: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    font-size: 0;
    position: absolute;
}

section.switchable.no-padding-bottom {
    padding-bottom: 0;
}

section.switchable.no-padding-top {
    padding-top: 0;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

section.switchable {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}

section.switchable .switchable__text {
    margin-top: 0;
}


@media (max-width: 991px) {
    .vertical-align {
        display: block;
        align-items: center;
    }

    .switchable.switchable--switch .row > div {
        float: right !important;
    }

    .switchable img.main {
        max-width: 100% !important;
    }
}

@media (max-width: 540px) {
    .switchable img {
        max-width: 100% !important;
    }
}

.switchable.switchable--switch .row > div {
    float: none !important;
}


.switchable.switchable--switch .row > div:first-child {
    margin-left: auto;
    order: 2;
}

.switchable .row > div {
    padding-right: 15px;
    padding-left: 15px;
}

.switchable .row > div img {
    padding-bottom: 10px;
}

.switchable .row > div:last-child {
    padding-right: 15px;
    padding-left: 35px;
}

.switchable.switchable--switch .row > div:last-child {
    padding-right: 35px;
    padding-left: 15px;
}

@media (max-width: 991px) {

    .switchable .row > div.col-md-6:first-child {
        float: none !important;
    }

    .switchable .row > div {
        padding-right: 30px;
        padding-left: 30px;
    }

    .switchable .row > div:last-child {
        padding-right: 30px;
        padding-left: 30px;
    }

    .switchable.switchable--switch .row > div:last-child {
        padding-right: 30px;
        padding-left: 30px;
    }
}


.background-top-section {
    background-image: url(/img/homepage/street-map-greyscale.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
}

@media (min-width: 767px) and (max-width: 998px) {
    .feature.boxed {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.socials-list {
    text-align: center;
}

@media (min-width: 992px) {
    .socials-list {
        text-align: left;
        margin-left: 5px;
    }
}

.socials-list .list-inline li:not(:last-child) {
    margin-right: 0.9em
}

@media only screen and (min-width: 768px) {
    .row-flex, .row-flex > div[class*='col-'] {
        display: flex;
    }

    .row-flex-wrap {
        -webkit-flex-flow: row wrap;
        align-content: flex-start;
        flex: 0;
    }

    .row-flex > div[class*='col-'] {
        margin: -.2px; /* hack adjust for wrapping */
    }
}

.images-padding {
    padding-bottom: 20px;
}


.check-ranking-button {
    background-color: #248aff;
}

.check-list li {
    margin-bottom: 10px;
}

.check-list li .fa {
    border-radius: 50%;
    background-color: #26B99A;
    color: white;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 5px;
}

.input-checkbox {
    float: left;
    margin-right: 6px;
}

.input-checkbox + span {
    float: left;
    display: block;
    width: calc(100% - 45px);

}

.register-form.guest .input-checkbox + span {
    margin-top: -5px !important;
    line-height: 18px;
}

.switchable .row .row > div:last-child {
    padding-right: 15px;
    padding-left: 15px;
}

.signup-required {
    font-size: 16px;
}

.check-ranking-button {
    height: 55px !important;
    line-height: 35px !important;
    border: 2px solid rgba(255, 255, 255, .7) !important;
}

.check-box-float .checkmark {
    float: left;
}

.check-box-float .checkmark + span {
    float: left;
    width: calc(100% - 40px);
    margin-top: -5px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .checkmark:before {
        top: -2px !important;
    }
}

.background-top-section-pages {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.run-geogrid {
    display: block;
    width: 100%;
}

.geogrid-guest-header-description {
    font-size: 23px;
}

.listing-name-country-selector-row .listing-keyword-row {
    padding-right: 0;
}

.listing-name-country-selector-row .listing-keyword-row .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.listing-name-country-selector-row .listing-country-row {
    padding-left: 0;
}

.listing-name-country-selector-row .listing-country-row .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.listing-name-country-selector-row.activate-border .form-control {
    border-right: 1px solid #ccc;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.report-listing-widget .form-group {
    margin-bottom: 0;
}

.report-listing-redirect {
    display: none;
}

a.homepage-links {
    font-size: 1.35714286em !important;
    line-height: 1.68421053em !important;
    font-weight: normal !important;
}

.home-hero-wrapper {
    position: relative;
}
.home-hero-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url(/img/homepage/home-blue-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.hero-content-image {
    margin-bottom: 50px;
}

.home-hero-wrapper .top-nav-dir,
.home-hero-wrapper .top-nav-dir:link,
.home-hero-wrapper ul.sma-navbar-menu-links li.dropdown span.dropdown__trigger.top-nav-dir,
.home-hero-wrapper .top-nav-dir b {
    color: #fff !important;
    font-weight: 900;
}

.home-hero-wrapper .dropdown__trigger.js-full-name {
    color: #fff !important;
    opacity: 1 !important;
    font-weight: 700;
}

.sma-navbar-login-buttons .btn--sm {
    letter-spacing: .5px;
    margin-right: -0.5px;
    line-height: 1.85714286em;
    color: #252525;
    border-color: #252525;
    font-weight: 700;
    font-size: 0.85714286em;
}

.home-hero-wrapper .sma-navbar-login-buttons .btn--sm {
    border-width: 2px !important;
    border-color: #fff !important;
    color: #fff !important;
}

.home-hero-wrapper .sma-navbar-login-buttons .btn--sm:hover {
    border-color: #fff !important;
    background-color: #fff;
}

.home-hero-wrapper .sma-navbar-login-buttons .btn--sm.btn--primary {
    border: 2px solid #fff !important;
    padding-top: 7px;
}

.home-hero-wrapper .sma-navbar-login-buttons .btn--sm.btn--primary:hover {
    color: var(--theme-color) !important;
}

.home-hero-wrapper .sma-navbar-login-buttons .btn--sm:not(.btn--primary) {
    border: none !important;
    margin-top: 2px;
}

.home-hero-wrapper .sma-navbar-login-buttons .btn--sm:not(.btn--primary):hover {
    background: transparent !important;
}

.home-hero-wrapper .border {
    border: none !important;
}

.sma-navbar-login-buttons .btn--sm {
    padding: 8px 12px !important;
}

.sma-navbar-login-buttons .btn--sm:hover {
    padding: 8px 12px !important;
}

.hero-content {
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

@media (min-width: 992px) {
    .hero-content h1 {
        font-size: 60px !important;
    }

    .hero-content h4 {
        font-size: 30px !important;
    }

    .home-gmb-audit-section .audit-content {
        padding-left: 35px !important;
        padding-right: 35px !important;
        padding-bottom: 0 !important;
    }
    .home-geogrid-gif {
        padding-top: 100px !important;
    }
}

.hero-content h1 {
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 0 !important;
}

.hero-content h4 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 20px !important;
}

.hero-content a,
.hero-content a:link,
.hero-content a:visited {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
}

.hero-content p {
    font-size: 19px;
    font-weight: lighter;
    margin-bottom: 20px !important;
}

.hero-content .hero-link {
    margin-bottom: 40px;
}

.hero-content .hero-link .btn--lg:hover {
    color: var(--theme-color);
    background: #fff;
}

.home-hero-content-wrapper h1,
.home-hero-content-wrapper h4 {
    color: #fff !important;
}

.home-gmb-audit-section {
    padding-top: 50px;
    border-bottom: 1px solid #ccc;
}

.home-gmb-audit-section .audit-content {
    padding: 20px;
}

.homepage-geogrid {
    background-image: url(/img/homepage/home-geogrid-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-geogrid-text {
    background: #fff;
    padding: 40px;
}

.home-geogrid-gif {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
}

.home-hero-content-wrapper {
    padding: 0 15px;
}

.audit-content-container-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn.background-gray {
    background-color: #ccc !important;
}

.table-gmb-locations .input-checkbox__green input:not(:checked) + label {
    border-color: red;
}

.table-gmb-locations .input-checkbox__green.input-checkbox--switch input:not(:checked) + label:before {
    background-color: red;
    border-color: red;
}

@media (max-width: 992px) {
    .sma-logo-container > .sma-logo {
        background-size: 160px auto !important;
        width: 160px !important;
    }
}

.table-gmb-locations :scope .tooltip-inner {
    max-width: 150px;
}

.icon.icon--md {
    font-size: 20px;
}

.no-border {
    border-color: transparent !important;
}

.masonry__item .blog-article-item {
    min-height: 140px;
}

.tc-accept-checkbox-wrapper {
    font-size: 16px;
    position: relative;
    /* top: -1px; */
}

.testimonial-wrapper {
    background: #4A9EFF;
    color: #fff;
    font-size: 1.2em;
    padding-top: 5.428em;
    padding-bottom: 4em;
}

.testimonial__body {
    background: #6BB0FF !important;
    border: none !important;
}

.testimonial-wrapper h5 {
    color: #fff;
    margin-bottom: 0 !important;
    font-weight: 700;
}

.testimonial-wrapper h2 {
    color: #fff;
}

@media (min-width: 768px) {
    .height-75 {
        height: 75vh;
    }
}

.testimonial-wrapper a,
.testimonial-wrapper a:link,
.testimonial-wrapper a:visited {
    color: #fff;
    font-weight: normal;
}

.testimonial-item {
    margin-bottom: 30px;
}

@media (max-width: 990px) {
    .testimonial-2 p {
        min-height: 0 !important;
    }
    .testimonial-items-wrapper {
        margin: 0 10px;
    }
}

.testimonial-header {
    margin: 0 15px;
}

@media (min-width: 767px) and (max-width: 998px) {
    .testimonial .boxed {
        padding-left: 1.5em !important;
        padding-right: 1.5em !important;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .pricing-wrapper .container {
        max-width: 100%;
    }
}

.testimonial-wrapper .container {
    margin-top: 50px;
}

.pricing-page-section {
    padding-top: 50px;
    padding-bottom: 0;
}

#pricing-section-testimonials .testimonial-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 35px
}

.js-competitors-ranking p {
    margin-bottom: 0 !important;
}

/* Geogrid guest page */
.geogrid-guest-hero {
    position: relative;
}
.geogrid-guest-hero::before {
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url(/img/geogrid/guest/hero.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 680px;
    opacity: 0.4;
}

.geogrid-guest-hero h1,
.geogrid-guest-hero h4 {
    color: #000 !important;
}

.geogrid-guest-hero .form-container {
    border: 8px solid var(--theme-color);
    padding: 15px;
    background: #fff;
    border-radius: 25px;
    margin-top: 120px;
    margin-bottom: 50px;
}

.geogrid-guest-hero .geogrid-map-wrapper {
    display: none;
}

@media (min-width: 992px) {
    /* .geogrid-guest-hero .form-container {
        margin-top: 250px;
    } */
    .geogrid-guest-hero .form-container {
        padding: 40px;
    }

    .geogrid-guest-hero::before {
        top: 120px;
        height:400px;
    }
}

.geogrid-guest-below-hero {
    margin-bottom: 100px;
}

.geogrid-guest-below-hero p {
    font-size: 23px;
    margin-bottom: 30px;
    line-height: 30px;
}

.geogrid-guest-how-to .how-to-header h2 {
    text-align: center;
    font-size: 2.95714286em;
}

.geogrid-guest-how-to .how-to-title {
    font-weight: bold;
    font-size: 20px;
    color: #777;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.geogrid-guest-how-to .how-to-title span {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background: var(--theme-color);
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.geogrid-guest-how-to p:last-child {
    margin-bottom: 0;
}

.geogrid-guest-how-to .how-to-column {
    margin-bottom: 80px;
}

.geogrid-guest-how-to .how-to-column h2 {
    font-size: 2.4714286em;
}

.how-to-non-bulletted {
    margin-top: 50px;
}

.custom-grid .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mb-20 {
    padding-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ash-border-bottom {
    border-top: 1px solid #ececec;
}

.animate-btn {
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(255, 189, 74, 0.7);
}

.animate-btn:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

/* Animation */

@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@media (max-width: 767px) {
    #keywords_wrapper {
        margin-top: 10px;
    }
}

.pricing .btn:hover {
    opacity: 0.8;
}

.js-competitors-ranking .business-name {
    margin-top: 10px;
}

.js-competitors-ranking .business-link {
    margin-bottom: 10px;
}

.top-ranking-header {
    margin-top: 50px;
}

.top-ranking-competitor-right {
    padding: 10px 40px 30px 30px;
}

.your-average-box {
    border: 1px solid #ececec;
    border-radius: 6px;
    text-align: center;
    padding: 10px 40px 30px 30px;
    margin-bottom: 30px;
}

.your-average-box h2 {
    margin: 30px 0 !important;
}

.competitor-average {
    padding-top: 30px;
    padding-right: 30px;
}

@media (min-width: 767px) {
    .competitor-average {
        white-space: nowrap;
    }
}

.competitor-rank {
    padding-left: 20px !important;
    padding-right: 5px !important;
}

@media (max-width: 1024px) {
    .animated-map-gif {
        margin-top: 70px;
    }
}

.averages-competitors-wrapper {
    border: 1px solid #ececec;
    border-radius: 8px;
}

.search-listing-btn {
    background: #ffbd4a;
    color: #fff;
}

.clear-listing-btn {
    background: #eee;
    color: #555;
}

.checkbox-label {
    cursor: pointer;
}

.home-tools-try-now {
    color: #777 !important;
    margin-bottom: 7px;
}

.toolset-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.toolset-feature {
    width: 250px;
    margin: 12px;
}

@media (min-width: 992px) {
    .home-toolset-section {
        margin-top: 120px;
    }

    .hero-main-wrapper {
        margin-top: 30px;
    }
}

.home-toolset-section {
    padding-top: 0;
}

.home-toolset-section h2 {
    margin-bottom: 30px;
}

.custom-col-xl-3,
.custom-col-xl-9 {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1400px) {
    .custom-col-xl-3,
    .custom-col-xl-9 {
        position: relative;
        float: left;
    }
    .custom-col-xl-3 {
        width: 25%;
    }
    .custom-col-xl-9 {
        width: 75%;
    }
    .custom-col-xl-push-9 {
        left: 75%;
    }
    .custom-col-xl-pull-3 {
        right: 25%;
    }
}

.offscreen-hidden {
    position: absolute;
    left: 9999px;
}

#listing-selection-form .location-selection-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

#listing-selection-form .location-selection-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.locations-to-import-modal-content {
    max-height: calc(100vh - 400px);
    overflow-y: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#listing-selection-form .location-name {
    padding-right: 20px;
}

#listing-selection-form .location-name h4 {
    margin-bottom: 0;
}

.modal.modal-vertical-centered {
    display: none;
    align-items: center;
}

.modal.modal-vertical-centered.format-center {
    display: flex !important;
}

.modal.modal-vertical-centered.format-block {
    display: block !important;
}

.modal.modal-vertical-centered .modal-content {
    margin: auto;
}

.listings-import-quota {
    position: absolute;
    top: 20px;
    right: 35px;
}

.close-listings-import-modal {
    position: absolute;
    top: 23px !important;
}

#selectLocationsModal .modal-header,
#selectLocationsModal .modal-body {
    padding-left: 20px;
    padding-right: 20px;
}
