.rank-tracker-sticky {
    position: sticky;
    top: 103px;
    z-index: 2;
    box-shadow: 0 20px #f5f7fb, 0 -26px #f5f7fb;
}
.rank-tracker-sticky::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    background: #f5f7fb;
    bottom: -20px;
    left: 0;
}

.site_name {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-xagio-black);
    word-break: break-all;
}

.site_name span {
    font-weight: 500;
    font-size: 12px;
    border-radius: 50%;
    background-color: var(--color-xagio-blue);
    color: var(--color-xagio-white);
    height: 30px;
    width: 30px;
    display: grid;
    place-items: center;
}

.website-tags-table .tag {
    font-size: 12px;
    border-radius: 100vh;
    padding: 6px 13px;
    display: none;
}

.website-tags-table .tag.show-tag {
    display: block !important;
}

.website-tags-table .tag i {
    display: none;
}

td.term,
td.term a,
td.term a:hover {
    font-size: 13px;
    color: var(--color-xagio-deep-blue-active) !important;
    font-weight: 500;
}

td.last span,
td.next span {
    padding: 5px 9px;
    background: var(--color-xagio-gray-2);
    color: var(--color-xagio-white);
    border-radius: 100vh;
    font-size: 12px;
    white-space: nowrap;
}

td.indexed a {
    line-break: anywhere;
    color: var(--color-xagio-blue) !important;
}

/* For smaller screens, truncate more of the URL */
@media (max-width: 1500px) {
    td.indexed a {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 250px;
        line-break: anywhere;
    }
}
@media (max-width: 1300px) {
    td.indexed a {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 150px;
        line-break: anywhere;
    }

    .rank-table th:nth-child(3), .rank-table td:nth-child(3) {
        display: none;
    }
}

.term_type {
    display: inline-block;
    background: url('/assets/images/term_type_new.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    vertical-align: middle;
}

.term_type.nth {
    background-position: -0px -66px;
    width: 20px;
    height: 20px;
}

.term_type.organic_term {
    background-position: -0px -204px;
    width: 15px;
    height: 15px;
}

.term_type.na {
    background-position: -0px -46px;
    width: 20px;
    height: 20px;
}

.term_type.local_organic {
    background-position: -0px -159px;
    width: 15px;
    height: 15px;
}

.term_type.youtube {
    background-position: -0px -219px;
    width: 15px;
    height: 15px;
}

.term_type.map_term {
    background-position: -0px -174px;
    width: 15px;
    height: 15px;
}
.term_type.pm {
    background-position: -0px -125px;
    width: 19px;
    height: 19px;
}

.term_type.local_finder {
    background-position: -0px -144px;
    width: 15px;
    height: 15px;
}

.vam input,
input[type="checkbox"].check-all {
    border-radius: 5px;
    margin: 0 !important;
    height: 18px !important;
    width: 18px !important;
}

td.rank span {
    display: grid;
    margin: auto;
    place-content: center;
    border-radius: 50%;
    font-size: 13px;
    color: var(--color-xagio-black);
    font-weight: 400;
}
.tag a {
    color: inherit;
}

.active-tags {
    height: 40px;
    display: flex;
    gap: 10px;
}

.active-tags span {
    height: 100%;
    width: 20px;
    border-radius: 6px;
}

.htmlMenu.bottom {
    right: 10px !important;
    position: absolute;
    min-width: 350px;
    padding: 20px;
    background: var(--color-xagio-white);
    z-index: 999999;
    color: var(--color-xagio-black);
    border-radius: 10px;
    border: 1px solid var(--color-xagio-white-primary);
    top: 60px !important;
}

.xagio-slider-container {
    margin-bottom: 0;
}

/*TABLE*/

.rank-table.dataTable.no-footer {
    border-bottom: none !important;
    vertical-align: middle;
}

.rank-table.dataTable thead th {
    padding: 0 8px 20px !important;
}

.table.dataTable thead th:first-of-type,
.table.dataTable thead th:last-of-type {
    padding: 0 0 20px !important;
}

.rank-table.dataTable tbody td,
.rank-table.dataTable tbody tr:first-of-type td {
    padding: 8px !important;
}

.rank-table.dataTable tbody tr:first-of-type td:first-of-type,
.rank-table.dataTable tbody tr:first-of-type td:last-of-type,
.rank-table.dataTable tbody td:first-of-type {
    padding: 8px 0 !important;
}

.table.dataTable tbody td {
    border-bottom: 1px solid #f3f3fa !important;
}

.rank-table tbody td {
    font-size: 13px;
}

/*END TABLE*/

/*for graph modal*/
.highcharts-container {
    width: 100% !important;
}
.highcharts-container svg {
    width: inherit !important;
}
.zoom-dropdown {
    position: relative;
    top: 36px;
    z-index: 2;
    text-align: right;
    right: 42px;
    float: right;
}

select.zoom-to {
    border-radius: 5px;
    padding: 4px;
    border: none;
    font-weight: 500;
    outline: none;
    cursor: pointer;
}

button#actions-dropdown::after {
    display: none;
}

.dropdown .dropdown-toggle i {
    transition: all 0.3s ease;
}

.show > .dropdown-toggle i {
    transform: rotate(180deg);
}

.action-button-dropdown {
    border-radius: 10px;
    padding: 15px 2px !important;
    top: 10px !important;
    border: 1px solid var(--color-xagio-white-primary);
    z-index: 1;
}

.action-button-dropdown a {
    color: var(--color-xagio-gray);
    font-size: 14px;
}
.view_history_graph {
    margin-left: 5px;
}

.rank_refresh_cost_modal .xags-cost {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--color-xagio-black);
}

.rank_refresh_cost_modal .xags-cost div {
    background: rgba(25, 68, 118, 0.07);
    border-radius: 5px;
    padding: 2px 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.rank_refresh_cost_modal .xags-cost div span {
    font-weight: 600;
}

.th_select.sorting_asc::after, .th_select.sorting_desc::after {
    display: none !important;
}

.tracking-period-label {
    white-space: nowrap;
}

#tracking_period {
    padding: 12px 18px;
}


















.bootstrap-tagsinput {
    width: 100%;
}

input.select2-search__field {
    width: 100% !important;
}

.checkbox.medium label::before {
    width: 27px !important;
    height: 27px !important;
}

.checkbox.medium label::after {
    left: 5px !important;
    top: 5px !important;
}

.checkbox.medium.local label::before {
    margin-top: -5px !important;
    top: 2px !important;
}

.local_fieldset .checkbox.medium label::after {
    top: 2px !important;
}


.highcharts-credits {
    display: none;
}


select.form-control {
    border-radius: 0;
    height: 40px;
}

div#DataTables_Table_0_filter > label {
    font-weight: 100;
}

.form-inline label {
    display: inline-block !important;
}
/* TAGS */




table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #f3f3fa !important;
}

.tag.red, option[value="red"] {
    background: #c13f3f;
    color: white;
}

.tag.blue, option[value="blue"] {
    background: #3f79c1;
    color: white;
}

.tag.purple, option[value="purple"] {
    background: #a157bf;
    color: white;
}

.tag.orange, option[value="orange"] {
    background: #f39545;
    color: black;
}

.tag.lime, option[value="lime"] {
    background: #22ff47;
    color: black;
}

.tag.green, option[value="green"] {
    background: #379e24;
    color: white;
}

.tag.white, option[value="white"] {
    background: #ffffff;
    color: #0a0a0a;
}

.tag.darkcyan, option[value="darkcyan"] {
    background: darkcyan;
    color: #ffffff;
}

.tag.aquamarine, option[value="aquamarine"] {
    background: aquamarine;
    color: #000000;
}

.tag.yellow, option[value="yellow"] {
    background: yellow;
    color: #000000;
}

.tag.white, option[value="white"] {
    background: #ffffff;
    color: #000000;
}

.tag.black, option[value="black"] {
    background: #000000;
    color: #ffffff;
}

.tag.fire {
    background: #fe8c00; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #fe8c00, #f83600); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #fe8c00, #f83600); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}

.tag.purpleman {
    background: #9D50BB; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #9D50BB, #6E48AA); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #9D50BB, #6E48AA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
}

.tag.juicy {
    background: #ADD100; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ADD100, #7B920A); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ADD100, #7B920A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
}

.tag.flower {
    background: #FBD3E9; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #FBD3E9, #BB377D); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #FBD3E9, #BB377D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
}

.tag.space {
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #000000, #53346D); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #000000, #53346D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
}

.tag.nebula {
    background: #870000; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #870000, #190A05); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #870000, #190A05); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
}

.tag.beautiful {
    background: #00d2ff; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #00d2ff, #3a7bd5); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #00d2ff, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
}

.website-tags:hover .tag {
    padding: 3px 3px 3px 3px;
}

/* Filter Tags */
.tag-holder {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 0;
}

.tag-holder li {
    margin: 0 !important;
    white-space: nowrap;
    -webkit-column-break-inside: avoid;
    -webkit-transform: translate3d(0, 0, 0);
}

li.tag-separator {
    height: 3px;
    border-top: 2px solid #d8d8d8;
    margin: 12px 0;
}



div.DTTT_container {
    position: relative;
    float: right;
    margin-bottom: 1em;
    display: none;
}

/* /TAGS */

/* Toolbar - Pagination*/
.website-actions-single {
    display: inline-block;
}

.website-actions-single form {
    float: none !important;
}

.website-actions-single form {
    float: none !important;
}

/* /Toolbar - Pagination*/

.only_ranking_urls {
    position: relative;
    top: 7px;
    cursor: pointer;
    color: #48515c;
}



button.btn.btn-default.filter-by-tags {
    position: relative;
    outline: none;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px 1px rgb(115 121 130 / 13%);
    height: 46px;
    width: 50px;
    background: white;
    margin-right: 5px;
    margin-top: 3px;
}

button.btn.btn-default.filter-by-tags svg {
    font-size: 26px;
    color: #5b5b5b;
}

button.btn.btn-default.pagination-previous, button.btn.btn-default.pagination-next {
    padding: 11px 33px;
    height: 46px;
    box-shadow: 0 1px 1px 1px rgb(115 121 130 / 13%);
    font-size: 17px !important;
    font-weight: bold;
    color: #082440;
}

button.btn.btn-default.pagination-previous {
    margin-right: 3px;
}

button.btn.btn-default.pagination-previous .fa.fa-angle-left {
    font-size: 16px;
    font-weight: bold;
    margin-right: 2px;
}

button.btn.btn-default.pagination-next {
    margin-right: 20px;
}

button.btn.btn-default.pagination-next .fa.fa-angle-right {
    font-size: 16px;
    font-weight: bold;
    margin-left: 2px;
}

.dataTables_filter > label > input {
    border: 1px solid #f3f3fa;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 1px 1px #dddddd;
    padding-left: 15px;
    margin-right: 6px;
    height: 45px !important;
}

.dataTables_filter > label > input {
    border: 1px solid #f3f3fa;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 1px 1px #dddddd;
    padding-left: 15px;
    margin-right: 6px;
    height: 45px !important;
}

.dataTables_wrapper > div.top {
    padding: 0px 15px 0px 15px;
    width: 100%;
}

section#tools {
    position: fixed;
    width: 100%;
    padding-right: 245px;
    z-index: 1;
    top: 79px;
    height: 83px;
    background: var(--color-xagio-white-primary);
    padding-top: 16px;
}

@media (max-width: 1500px) {
    section#tools {
        height: 138px;
    }

    #tools #toolbar {
        margin-right: -207px;
        text-align: right;
    }

    .website-actions-single {
        margin-bottom: 10px;
    }
}

@media (max-width: 1533px) {

    #tools #toolbar {
        margin-top: -17px !important;
        float: left;
        margin-left: 30px;
    }
}

@media (max-width: 1183px) {
    .dropdown #add_website_dropdown {
        margin: 8px 6px;
    }
}

.ranking-domains-holder {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 15px;
}

.modal-full {
    max-width: 80% !important;
    width: 80% !important;
}
.modal-full .modal-body {
    background: white;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 0 !important;
}

span.problem-domain {
    color: #dda500;
    font-size: 12px;
    border-radius: 100vh;
    padding: 9px 20px;
    width: fit-content;
    display: flex;
    gap: 5px;
}

button.btn.btn-default.new-domain {
    padding: 9px 17px;
    font-size: 19px !important;
    box-sizing: border-box;
    transition: all 0.2s;
    outline: none;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px 1px rgb(115 121 130 / 13%);
    height: 46px;
    width: 50px;
    background: white;
    margin-right: 5px;
    margin-top: 3px;
}

#navbar ul.nav.navbar-nav.pull-right {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.rank-history-graph {
    width: 124px;
    height: 55px;
}
span.rank_indicator {
    color: black !important;
    font-weight: bold !important;
    width: 30px;
    height: 30px;
    cursor: help;
}
span.rank_neutral {
    border: 1px solid #8fa1ab;
}
span.rank_green {
    border: 1px solid #1dbd69;
}
span.rank_red {
    border: 1px solid #fd1f36;
}

/*.th_select {*/
/*    width: 3% !important;*/
/*}*/
.th_terms {
    min-width: 10ch !important;
    max-width: 30ch !important;
}
.th_terms span:not(.kw_num) {
    width: 19px;
    display: inline-block;
}
.th_mini_graph{
    width: 124px !important;
}

.rank_tracker_keyword {
    position: relative;
    display: grid;
    grid-template-columns: 19px 1fr;
    align-items: center;
}

.rank_tracker_keyword .fa-star {
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    color: #fd8d55;
    visibility: hidden;
}
.rank_tracker_keyword.main_keyword .fa-star {
    font-weight: 900;
    visibility: visible;
}

.rank_tracker_keyword.main_keyword span {
    display: none;
}

td.term:hover .rank_tracker_keyword .fa-star {
    visibility: visible;
}
.xagio-tooltip-body {
    max-width: 36ch;
    word-break:auto-phrase;
    text-align: left;
}
.rank-history-graph {
    cursor: pointer;
    position: relative;
}

.rank-history-graph.disabled::after {
    background: #f5f5f5bd;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px;
    user-select: none;
    cursor: auto;
}

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 26px;
    margin: 0 !important;
}

.switch input {
    display:none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a8a9ad;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    top: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.dropdown-toggle::after {
    display: none;
}

input:checked + .slider {
    background-color: var(--color-xagio-deep-blue);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
    left: -1px;
}

input:checked+ .slider .on {
    display: block;
}

input:checked + .slider .off{
    display: none;
}

.slider.round {
    border-radius: 100vh;
}

.slider.round:before {
    border-radius: 50%;
}

.share_btn_cell {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.share-modal-buttons {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.share-modal-link {
    background: #f1f8ff;
    padding: 9px 25px;
    border-radius: 7px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.share-modal-link a {
    color: #303233;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.share-modal-link i {
    cursor: pointer;
}

#content {
    min-height: 100vh;
}


/*shared rank tracker modal*/
.upload-image {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}

.upload-image input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.ogImage-clear-img {
    width: 50px;
    height: 50px;
    position: relative;
}

.clear-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.clear-img-btn {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 22px;
    height: 22px;
    color: var(--color-xagio-white);
    border-radius: 50%;
    background: var(--color-xagio-dark-red);
    cursor: pointer;
}

.clear-img-btn::before {
    margin-left: 5px;
    margin-top: 3px;
    display: block;
}

#saveSeoSettings {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid var(--color-xagio-white-secondary);
}

#saveSeoSettings h2 {
    font-weight: 400;
}

.share-domain-select-container {
    display: grid;
    grid-template-columns: calc(86% - 10px) calc(14% - 10px);
    gap: 20px;
    align-items: start;
}

#no-link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f8ff;
    border-radius: 7px;
}