﻿
    a {
        color: #111;
        transition: color .5s;
    }

    a:hover {
        color: #555;
    }

i.f-link {
    background-image: url(/images/icons/ext-link.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    opacity: .2;
    transition: opacity linear .3s;
    top:-1px;
    position:relative;
}

i.f-link:hover {   
    opacity: .8;
}
a.disabled {
    cursor: default;
}

a.disabled i.f-link {
    opacity: 0;
}

    a.disabled i.f-link:hover {
        opacity: 0;
    }

.con {
    background-color: #fff;
  /*  padding: 10px 20px 20px 20px;*/
    margin: 30px 0px;
    border-radius: 10px;
    min-width: 320px;
}

.opt-con-3, .opt-con-4 {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
    background-color: #fff;
}

    .opt-con-3 div.opt, .opt-con-4 div.opt {
        height: 74px;
    }

    div.k-grid {
        display: grid;
        grid-template-columns: 1fr 74px;
    }

/*div.k-grid, #input-con-layout {
    margin-top: 6px;
}*/

.opt-grid div:nth-of-type(4) div {
    padding: 20px;
}

#kt-list-con {
    margin-top: 18px;
    overflow:hidden;
    border-radius: 6px;
    border: 1px solid #cfcfcf;
    padding:2px;
}

.kt-list-inner {
    overflow-x: auto;
}
.kt-list-header-con {
    border-bottom: 1px solid #ededed;
    background-color: #fff;
    width: auto;
}

#word-frequency-con {
    margin: 20px 0px;
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
}
    #word-frequency-con h3{
        margin:0px;
    }

    #word-frequency-con section {
    }

#wordCount
{
    margin-right:-20px;
    margin-left:-20px;
}
#wordCount-list {
    width: 100%;
    padding-top:20px;
}

#wordCount-list .word-row {
    display: grid;
    grid-template-columns: auto 100px 100px;
    padding:10px;
    color:#333;
    font-size:15px;
}
    #wordCount-list .word-row div:nth-of-type(2), #wordCount-list .word-row div:nth-of-type(3) {
        text-align: right;
        padding-right:20px;
    }
    .wordCountHeader .word-row {
        text-transform: uppercase;
        font-size: 12px !important;
        color: #999999 !important;
    }
#wordCount-list .word-alt-row {
    background-color:#f6f6f6;
}



div.kz-tool, div#ktLogo {
    margin: 10px;
    background-color: #f8f9fa;
    border-radius: 6px;
    position: relative;
    height: auto;
    border: 1px solid #ddd;
}

    div.kz-tool i, div#ktLogo i {
        border-radius: 50%;
        height: 52px;
        width: 52px;
        display: inline-block;
        font-size: 32px;
        top: -3px;
        position: relative;
    }

        div.kz-tool i img, div#ktLogo i img {
            width: 36px;
            height: 36px;
            position: relative;
            top: 3px;
            left: 4px;
        }

    div.kz-tool strong, div#ktLogo strong {
        font-size: 24px;
        font-weight: 600;
        margin-left: 12px;
        top: -18px;
        position: relative;
    }

    div.kz-tool span, div#ktLogo span {
        display: block;
        margin-left: 68px;
        margin-top: -24px;
        text-transform: uppercase;
        font-size: 12px;
        color: #999999;
    }

    div.kz-tool p.p-info {
        display: block;
        margin-top: 20px;
        margin-bottom: 190px;
        text-transform: none;
        font-size: 17px;
        color: #999999;
        border: 0 !important;
    }

    div.kz-tool p.p-use {
        display: block;
        color: #111;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        margin-left: 10px;
    }

    div.kz-tool div.info {
        position: absolute;
        bottom: 60px;
        width: calc(100% - 60px);
    }

        div.kz-tool div.info ul {
            list-style: none;
            margin: 0px;
            margin-left: 20px;
        }

            div.kz-tool div.info ul li {
                text-transform: none;
                font-size: 13px;
            }

    div.kz-tool a {
        display: block;
        margin-top: 20px;
        width: calc(100% - 40px);
        height: 32px;
        color: #fff;
        background-color: #1167b1;
        border: 1px solid #299df4;
        border-radius: 4px;
        cursor: pointer;
        transition: ease .5s;
        text-align: center;
        padding-top: 14px;
        text-decoration: none;
        font-size: 17px;
        font-weight: 600;
        position: absolute;
        bottom: 20px;
    }

        div.kz-tool a:hover {
            background-color: #299df4;
        }

        div.kz-tool a img {
            width: 24px;
            height: 24px;
        }

.amazon-clr {
    color: #f90;
    border: solid 4px #f90
}

.bing-clr {
    color: #00adee;
    border: solid 4px #00adee;
}

.ebay-clr {
    color: #86B817;
    border: solid 4px #86B817;
}

.etsy-clr {
    color: #f1641e;
    border: solid 4px #f1641e;
}

.google-clr {
    color: #4285f4;
    border: solid 4px #4285f4;
}

.google-shopping-clr {
    color: #00A66C;
    border: solid 4px #00A66C;
}

.home-depot-clr {
    color: #f96302;
    border: solid 4px #f96302;
}

.walmart-clr {
    color: #ffc220;
    border: solid 4px #ffc220;
}

.youtube-clr {
    color: red;
    border: solid 4px red;
}

.internet-clr {
    color: red;
    border: solid 4px #150671;
}


#ktVersion {
    color: #1167b1;
    position: absolute;
    right: 0px;
    top: 0px;
}

    #ktVersion div {
        border: 1px solid #ddd;
        width: 100px;
        border-radius: 12px;
        background-color: #fff;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        padding: 8px 10px 6px 10px;
        margin-bottom: 6px;
    }

        #ktVersion div.ktlist {
            width: 100px;
        }

    #ktVersion span {
        display: block;
        font-size: 11px;
        text-align: center;
        font-weight: 400;
        color: #aaa;
    }

    #ktVersion div.free {
    }

    #ktVersion div.paid {
        border: 1px solid green;
    }

        #ktVersion div.paid span {
            font-size: 12px;
            color: green;
            font-weight: 600;
        }

    #ktVersion div.free span {
        font-size: 12px;
        color: #7f7f7f;
        font-weight: 600;
    }

.kl-actions {
    position: absolute;
    width: auto;
    right: 0px;
    top: 12px;
}

    .kl-actions .flex {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        gap: 2px;
    }

    .kl-actions .exportOptions {
        display: none;
    }

.kt-action-btn {
    border: 1px solid transparent;
    border-radius: 4px;
    color: rgba(0,0,0,.65);
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    font-weight: 600;
    min-width: 18px;
    padding: 6px 10px 6px 8px !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

    .kt-action-btn.disabled {
        cursor: not-allowed;
    }

    .kt-action-btn.active-action {
        background-color: #fff;
        border: 1px solid #ccc;
    }

    .kt-action-btn:hover {
        background-color: #ccc;
    }

    .kt-action-btn i.icon {
        color: #757575;
        display: inline-block;
        height: 18px;
        margin: 0 8px 0 0;
        vertical-align: -5px;
        width: 18px;
    }

    .kt-action-btn i.save-icon {
        background: url(/images/icons/kt-act-save.png);
        background-size: 18px 18px;
    }

    .kt-action-btn i.export-icon {
        background: url(/images/icons/kt-act-export.png);
        background-size: 18px 18px;
    }

    .kt-action-btn i.delete-icon {
        background: url(/images/icons/kt-act-delete.png);
        background-size: 18px 18px;
    }

    .kt-action-btn i.filter-icon {
        background: url(/images/icons/kt-act-filter.png);
        background-size: 18px 18px;
    }

    .kt-action-btn i.freq-icon {
        background: url(/images/icons/kt-act-freq.png);
        background-size: 18px 18px;
    }

.kl-filter-actions {
    text-align: right;
    width: 100%;
}

    .kl-filter-actions button {
        padding: 10px 20px;
    }

a.btn-filter, a.btn-freq {
    border-radius: 4px;
    color: rgba(0,0,0,.65);
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    font-weight: 600;
    min-width: 18px;
    padding: 6px 10px 6px 8px !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 32px;
}

    a.btn-filter i.filter-icon {
        display: inline-block;
        background: url(/images/icons/kt-act-filter.png);
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
    }

    a.btn-filter i.reset-icon {
        display: inline-block;
        background: url(/images/icons/kt-act-reset.png);
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
    }

    a.btn-freq i.freq-icon {
        display: inline-block;
        background: url(/images/icons/kt-act-freq.png);
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
    }

    a.btn-filter span, a.btn-freq span {
        position: relative;
        top: -5px;
    }


#overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.25);
    z-index: 2;
    width: 100%;
    height: 100%;
}

#ui-msg {
    display: none;
}


#ui-msg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 330px;
    width: 320px;
    margin-left: -160px;
    margin-top: -150px;
    position: relative;
    z-index: 3;
    border: 5px solid #cccccc;
    border-radius: 10px;
    background-color: #fff;
    overflow: auto;
}

#ui-msg-title {
    margin: 20px;
    font-weight: bold;
}

#ui-msg-txt {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    color: #555;
}

#ui-msg-kc {
    text-align: center;
    font-size: 60px;
    margin-bottom: 0px;
    color: #7f7f7f;
}

.ui-msg-k {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 20px;
}

#ui-search-progress-con {
    height: 32px;
    border: 1px solid #ccc;
    margin: 20px;
    background-color: #eee;
    position: relative;
    border-radius: 6px;
}

#ui-search-progress {
    width: 0%;
    background: #9dd53a;
    background: linear-gradient(to right, #02fefc 0%,#00fca0 50%,#00ff0c 100%);
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 6px;
}

#ui-search-progress-percent {
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    z-index: 3;
}

#ui-msg-export, #ui-msg-save, #ui-msg-save1, #ui-msg-delete,
#ui-msg-export-freq, #ui-msg-sign-in {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 340px;
    width: 320px;
    margin-left: -160px;
    margin-top: -180px;
    position: relative;
    z-index: 3;
    border: 5px solid #cccccc;
    border-radius: 10px;
    background-color: #fff;
    overflow: auto;
    padding: 20px;
}

#ui-msg-save {
    height: 440px; /*+40 padding 10 border*/
    margin-top: -245px;
}

#ui-msg-save1 {
    height: 200px;
    margin-top: -100px;
}

#ui-msg-delete {
    height: 220px;
}

#ui-msg-export {
    height: 420px;
}

#ui-msg-sign-in {
}

.dOption {
    height: 54px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fcfcfc;
    width: 100%;
    padding: 0px 0px 0px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #444;
}

.ui-msg-h {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.ui-msg-b {
    padding: 20px 0px;
}

    .ui-msg-b p {
        color: #777;
        padding: 0px;
        margin: 2px 6px 20px 6px;
    }

    .ui-msg-b #ui-msg-k-count, .ui-msg-b #ui-msg-dk-count {
        font-weight: 600;
        color: #111;
    }

.ui-msg-ins {
    padding: 8px 20px;
}

    .ui-msg-ins label {
        line-height: 24px;
        font-size: 16px;
        font-weight: 600;
        color: #aaa;
        text-transform: uppercase;
    }

    .ui-msg-ins input {
        width: calc(100% - 20px);
        padding: 10px;
        font-size: 16px;
        height: 32px;
        border: 1px solid #ccc;
        border-radius: 2px;
    }

.ui-msg-h strong {
    font-size: 22px;
    color: #333;
}

.ui-msg-h a {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #aaa;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Tahoma;
}

.ui-msg-actions {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
}


#kt-msg-con {
    display: none;
    position: relative;
}


#kt-msg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 52px;
    width: 100%;
    border-radius: 6px;
    background-color: transparent;
    opacity: .5;
    overflow: auto;
    z-index: 3;
}

#kt-msg-txt {
    position: absolute;
    top: 80px;
    left: 50%;
    height: auto;
    min-width: 200px;
    background-color: #f7f7f7;
    margin-left: -100px;
    padding: 6px 10px;
    border-radius: 10px;
    border: 2px dotted #7f7f7f;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    color: #7f7f7f;
    z-index: 4;
}




#filter-count-con {
    display: none;
    position: absolute;
    left: 160px;
    background-color: #ffffff;
    border: 1px solid #7f7f7f;
    color: #555;
    padding: 6px 8px;
    min-width:80px;
    top: 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    border-right: 32px solid #7f7f7f;
}
    #filter-count-con .filter-applied {
        position: absolute;
        top: -14px;
        font-size: 10px;
        text-transform: uppercase;
    }
    #filter-count-con a
    {
        position:absolute;
        right:-20px;
        top:3px;
        line-height:24px;
        font-weight:600;
        color:#fff;
    }

    .keywordCount-con #keywordCountTxt {
        display: inline-block;
        margin: 0px;
        position: relative;
        top: 8px;
        color: #777;
        font-size: 26px;
    }
.keywordCount-con span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #999999;
    position:relative;
    top:8px;
}

.kl-con {
    margin: 15px 0px 0px 0px;
    background-color: #f8f9fa;
    border: solid 1px #eee;
}


    .kl-con #kl-header {
        display: grid;
        grid-template-columns: 32px auto 142px 80px 80px 60px 80px 60px 100px;
        grid-gap: 10px;
        min-width: 1130px;
        
        padding: 10px;
        font-weight: 600;
        font-size: 16px;
        background-color: #fff;/*border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border: 1px solid #ccc;
        border-bottom:none;*/
    }

#kl-header .kl-col {
    background-color: #fff;
}
    #kl-header .kl-col span.tooltip {
        display: inline-block;
        width: 10px;
        height: 20px;
        color: #aaa;
        border-bottom: 1px dotted #aaa;
        text-align: center;
        font-size: 12px;
        position: relative;
        padding-top: 2px;
        padding-bottom: 1px;
        margin-left:4px;
        top: -2px;
    }
    #kl-header .kl-col .tooltip:before {
        content: attr(data-text); /* here's the magic */
        position: absolute;
        /* vertically center */
        top: 20px;
        /* move to right */
        right: calc(50% - 100px);
        margin-left: 15px; /* and add a small left margin */
        /* basic styles */
        width: 200px;
        padding: 10px;
        border-radius: 10px;
        background: #333;
        color: #fff;
        text-align: left;
        text-justify:auto;
        font-size:14px;
        z-index:1000;
        display: none; /* hide by default */
    }

    #kl-header .col-score .tooltip:before {
        right: -20px;
    }

    #kl-header .kl-col .tooltip:hover:before {
        display: block;
    }



#kl-header .kl-col .col-score a {
    position: relative;
    left: -10px;
}

#kl-header .kl-col .col-group{
    text-align:left;
}

.col-check input[type=checkbox] {
    width: 24px;
    height: 24px;
}

.kl-keyword-row {
    display: grid;
    grid-template-columns: 32px auto 142px 80px 80px 60px 80px 60px 80px;
    grid-gap: 10px;
    min-width: 828px;
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid #f8f9fa;
    padding: 10px;
}

    .kl-keyword-row:hover {
        background-color: #f8f9fa;
    }

    .kl-keyword-row.alt-row {
        background-color: #f8f9fa;
    }
        .kl-keyword-row.alt-row:hover {
            background-color: #dddddd;
        }

    .kl-keyword-row .col-check {
        top:6px;
        position:relative;
    }

.kl-keyword-row .col-keyword {
    font-size: 24px;
    text-overflow: ellipsis;
    min-width: 260px;
    overflow: hidden;
    white-space: nowrap;
    margin-top:-4px;
}
    .kl-keyword-row .col-group {
        text-overflow: ellipsis;
        min-width: 100px;
        overflow: hidden;
        white-space: nowrap;
    }


#kl-header .col-keyword {
    min-width: 260px;
}

.kl-keyword-row .col-ctry, #kl-header .col-ctry, .kl-keyword-row .col-source, #kl-header .col-source,
.kl-keyword-row .col-hot, #kl-header .col-hot, #kl-header .col-score, #kl-header .col-diff, #kl-header .col-ap {
    text-align: center !important;
}

.kl-keyword-row .col-score, .kl-keyword-row .col-diff, .kl-keyword-row .col-ap {
    text-align: center;
}

    .kl-keyword-row .col-source img, .kl-keyword-row .col-hot img, .kl-keyword-row .col-ctry img {
        width: 32px;
        height: auto;
    }
        .kl-keyword-row .col-ctry img
        {
            margin-top:4px;
        }
        /* .kl-con #kl-header div {
        padding-right: 20px;
    }*/
        .kl-col a, .kl-col span {
            position: relative;
            top: 6px;
            text-align: left;
        }
    .kl-keyword-row .col-keyword span {
        top: 2px;
    }

    .kl-con #kl-header div:nth-of-type(2) {
        text-align: left;
    }

.kl-con #kl-header a {
    position: relative;
    color: #777;
}



    .kl-con #kl-header a.lnkSort.desc:after {
        content: '';
        position: absolute;
        right: -20px;
        top: 8px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #333;
        clear: both;
    }

    .kl-con #kl-header a.lnkSort.asc:after {
        content: '';
        position: absolute;
        right: -20px;
        top: 0;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #333;
        clear: both;
    }

.kl-con #kl-list {
    /* border: 1px solid #ccc;*/
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  /*  border: 1px solid #cfcfcf;
    border-top: 0px;*/
    min-height: 300px;
    min-width: 1150px;
    position: relative;
    background-color: #fff;
    overflow-x: auto;
}

.ms-dd {
    width: 100%;
}

    .ms-dd .ms-dd-option-image, .ms-dd .ms-dd-selected-img {
        height: 32px;
        width:auto;
    }

    .ms-dd .ms-list-option.option-selected, .ms-dd .ms-optgroup ul .ms-list-option.option-selected {
        background-color: #fcfcfc;
    }


    ul.ms-options{
        max-height:500px;
    }

.opt-kt .ms-dd-label {
    position: relative;
    top: 7px;
    font-size: 16px;
    left: 20px;
}

.opt-c .ms-dd-label {
    position: relative;
    top: 7px;
    font-size: 16px;
    left: 20px;
}

.opt-l .ms-dd-label {
    position: relative;
    top: 7px;
    font-size: 16px;
    left: 0px;
}

.ms-dd .ms-dd-desc {
    font-size: 12px;
    position: absolute;
    top: 32px;
    left: 84px;
}


.k-grid input {
    width: 100%;
    padding: 26px 10px;
    font-size: 16px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.k-grid div:nth-of-type(1) {
}

.k-grid div:nth-of-type(2) {
    text-align: right;
}

.k-grid button {
    width: 54px;
    height: 54px;
    background-image: url('/images/icons/search.png');
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    border: 1px solid #004ac9;
    border-radius: 4px;
    cursor: pointer;
    transition: ease .5s;
    bottom: -34px;
    position: relative;
}

    .k-grid button:hover {
        background-color: #629bfd;
    }

.opt-l select, .opt-d select, .opt-m select {
    height: 54px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fcfcfc;
    width: 100%;
    padding: 0px 0px 0px 10px;
    font-size: 16px;
    font-weight: 600;
}

    .opt-l select option, .opt-d select option, .opt-m select option {
        font-size: 16px;
        font-weight: 400;
    }

.opt strong, .k-grid strong {
    display: block;
    margin-bottom: 10px;
    color: #777;
}

.loading {
    display: block;
    position: relative;
    min-width: 280px;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 52px;
}

    .loading div {
        position: absolute;
        margin-left: 100px;
        top: 20px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #f0f0f0;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .loading div:nth-child(1) {
            left: 8px;
            animation: loading1 0.6s infinite;
        }

        .loading div:nth-child(2) {
            left: 8px;
            animation: loading2 0.6s infinite;
        }

        .loading div:nth-child(3) {
            left: 32px;
            animation: loading2 0.6s infinite;
        }

        .loading div:nth-child(4) {
            left: 56px;
            animation: loading3 0.6s infinite;
        }

@keyframes loading1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes loading3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes loading2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


.loading-kw {
    display: block;
    width: 100%;
    margin:0px;
    height: 52px;
}

    .loading-kw div {
        position: absolute;
        margin-left: 49%;
        top: 40px;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: #f0f0f0;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .loading-kw div:nth-child(1) {
            left: 8px;
            animation: loadingkw1 0.6s infinite;
        }

        .loading-kw div:nth-child(2) {
            left: 18px;
            animation: loadingkw2 0.6s infinite;
        }

        .loading-kw div:nth-child(3) {
            left: 54px;
            animation: loadingkw2 0.6s infinite;
        }

        .loading-kw div:nth-child(4) {
            left: 90px;
            animation: loadingkw3 0.6s infinite;
        }

@keyframes loadingkw1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes loadingkw3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes loadingkw2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
.kt-content
{
    margin-bottom:40px;
}

.kt-content p, .kt-content ul.benefits li {
    font-size: 18px;
    color: #333;
}



.kt-content section {
    padding: 20px;
    margin-top: 10px;
}

    .kt-content section:nth-child(even) {
        background-color: #fafafa;
        border-radius: 4px;
        box-shadow: 0 1px 3px 0 #bbb;
    }


.score-result {
    text-align: center !important;
    width: 60px;
    display: block;
    margin-left: 10px;
}

.score-color {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    padding: 4px;
}

.score1 {
    background-color: #571845;
}

.score2 {
    background-color: #900C3E;
}

.score3 {
    background-color: #C70039;
}

.score4 {
    background-color: #FF5733;
}

.score5 {
    background-color: #FFC300;
}

.score6 {
    background-color: #0F270E;
}

.score7 {
    background-color: #1F4E1C;
}

.score8 {
    background-color: #2E742B;
}

.score9 {
    background-color: #3E9B39;
}

.score10 {
    background-color: #4DC247;
}

.diff-result {
    text-align: center;
}

.diff-color {
    font-weight: 400;
    font-size: 11px;
    color: #777;
}

.diff-number, #kl-list .col-ap span {
    display: block;
    text-align: center !important;
    position: initial !important;
    top: 0px !important;
    width: 40px;
    font-weight: 600;
    font-size: 18px;
    color: #555;
    border-radius: 4px;
    padding: 4px;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
}

#kl-list .col-ap sup {
    font-weight: 400;
    font-size: 11px;
    display: inline-block;
    margin-left: 0px;
    width: 11px;
    text-align: left;
    color: #888;
}

.diff-text {
    display: block;
    text-align: center !important;
    position: initial !important;
    text-transform: uppercase;
    top: 0px !important;
    font-size: 11px;
    font-weight: 400;
    margin-top: 10px;
}

.diff10 {
    color: #222;
}

.diff9 {
    color: #444;
}

.diff8 {
    color: #666;
}

.diff7 {
    color: #777;
}

.diff6 {
    color: #999;
}

.diff5 {
    color: #aaa;
}

.diff4 {
    color: #aaa;
}

.diff3 {
    color: #ccc;
}

.diff2 {
    color: #ccc;
}

.diff1 {
    color: #ccc;
}


#kl-filters {
    margin-top: 20px;
    background-color: #fff;
    padding: 20px 20px 0px 20px;
    border-radius: 6px;
    border: 1px solid #cfcfcf;
}

    #kl-filters .action-con, #word-frequency-con .action-con {
        display: grid;
        grid-template-columns: auto auto;
        border-bottom: 1px solid #ededed;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #kl-filters h3 {
        margin: 0px;
    }

.kl-filter-list {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
}

    .kl-filter-list .kl-filter {
        margin: 0px 10px 20px 0px;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 10px;
        background-color: #f8f9fa;
    }

        .kl-filter-list .kl-filter label {
            font-weight: 600;
            font-size: 15px;
            color: #444;
            padding-bottom: 10px;
            display: block;
        }

        .kl-filter-list .kl-filter input[type=text] {
            border-radius: 4px;
            border-width: 1px;
            box-sizing: border-box;
            border: 1px solid #ccc;
            padding: 8px 12px;
            min-width: 200px;
            width: 100%;
        }

        .kl-filter-list .kl-filter input:focus {
            outline: none;
            border: 1px solid #999;
        }

        .kl-filter-list .kl-filter select {
            border-radius: 4px;
            border-color: #ccc;
            padding: 8px 12px;
        }

            .kl-filter-list .kl-filter select#fSource, .kl-filter-list .kl-filter select#fCountry {
                min-width: 200px;
                width: 100% !important;
            }

            .kl-filter-list .kl-filter select:focus {
                border-color: #7f7f7f;
            }


.hot-toggle {
    display: inline-block;
    margin: 0px;
    position: relative;
}

    .hot-toggle > label.hot-toggle-inner {
        margin: 0px;
        width: 144px;
        height: 38px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 22px;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease;
        /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
        display: block;
    }

        .hot-toggle > label.hot-toggle-inner:before {
            content: attr(data-on);
            position: absolute;
            font-size: 12px;
            font-weight: 500;
            top: 11px;
            right: 20px;
        }

        .hot-toggle > label.hot-toggle-inner:after {
            content: attr(data-off);
            width: 70px;
            height: 28px;
            background: #ddd;
            font-size: 12px;
            border-radius: 36px;
            position: absolute;
            left: 4px;
            top: 4px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0px 0px 6px -2px #111;
            padding: 7px 0px 3px 0px;
        }

    .hot-toggle > .alert {
        display: none;
        background: #f24537;
        border: none;
        color: #fff;
    }

    .hot-toggle input[type="checkbox"] {
        cursor: pointer;
        width: 50px;
        height: 35px;
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: 1;
        margin: 0px;
    }

        .hot-toggle input[type="checkbox"]:checked + label.hot-toggle-inner {
            background: #fff;
            color: #999;
        }

            .hot-toggle input[type="checkbox"]:checked + label.hot-toggle-inner:after {
                content: attr(data-on);
                left: 67px;
                color: #fff;
                background: #e81a00;
                background: linear-gradient(to bottom, #e81a00 0%,#ff8600 51%,#fedf03 100%);
                cursor: pointer;
            }

            .hot-toggle input[type="checkbox"]:checked + label.hot-toggle-inner:before {
                content: attr(data-off);
                right: auto;
                left: 20px;
                cursor: default;
            }

        .hot-toggle input[type="checkbox"]:checked + label.hot-toggle-inner {
        }

        .hot-toggle input[type="checkbox"]:checked ~ .alert {
            display: block;
        }

.kl-filter-actions {
    text-align: right;
    width: 100%;
}

    .kl-filter-actions button {
        padding: 10px 20px;
    }


.amz-mkt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin: 20px 10px 10px 10px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
}

    .amz-mkt div {
        padding: 6px;
    }

    .amz-mkt span {
        position: relative;
        top: -4px;
        left: 6px;
        font-weight: 600;
        font-size: 16px;
    }

.seo-guides {
    display: flex;
    justify-content: space-evenly;
}

    .seo-guides div {
        margin: 40px;
    }

@media (max-width: 991px) {
    .opt-con-3, .opt-con-4 {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .opt-con-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .opt-con-4 {
        grid-template-columns: 1fr 1fr;
    }
}


@media (min-width: 1299px) {
    .opt-con-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .opt-con-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .opt-con-3, .opt-con-4 {
        min-width: 320px;
    }

    div.k-grid {
        min-width: 320px;
    }

    .seo-guides {
        display: block;
    }
}
@media (min-width: 800px) {
    #ui-msg {
        width: 600px;
        margin-left: -300px;
    }

    #ui-msg-save, #ui-msg-save1, #ui-msg-export, #ui-msg-delete, #ui-msg-export-freq {
        width: 600px;
        margin-left: -300px;
    }
}