@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');
@import url("skin.css");
@import url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@7.0.0/css/flag-icons.min.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Manrope';
}

body {

    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    overflow-x: hidden;
    color: var(--darkgrey);
    background-color: var(--bgcolor);

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "roca", sans-serif;
}

.container {
    max-width: 1400px;
}

/* Video Logo */
.logo-wrap {
    height: 40px;
    position: relative;
    width: 120px;
}

.logo-wrap video {
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin-left: -13px;
    transform: scale(1.6);
    pointer-events: none;
}

/* Nav */
.navbar {
    padding: 15px 0;
}

.navbar-brand {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.9px;
    color: #051834 !important;
}

.navbar-brand img {
    width: 100%;
    max-width: 114px;
}

.sticky-top {
    z-index: 999999999 !important;
}

.myaccount-span {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--paneltitle)
}

.myaccount {
    gap: 10px;
}

.myaccount .navbar-nav .dropdown-menu {
    position: absolute;
    margin-left: -50px;
    font-size: 12px;
    line-height: 1;
    width: 193px;
    border-radius: 0;
    margin-top: 21px;
    background: #fff;
    border: 0;
    padding: 0;
    box-shadow: 0px 0px 60px 0px rgba(22, 26, 27, 0.05);
}

.profile-nav .dropdown {
    position: relative;
}

.profile-nav .dropdown-item {
    color: var(--darkcolor);
    height: 39px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: 0.4s ease-in-out;
}

.profile-nav .dropdown-item:hover {
    background-color: #E2E774;
}

.profile-nav .dropdown-menu li:not(:last-child) {
    border-bottom: solid 1px #F1F2F2 !important;
}



.p-name {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--paneltitle) !important;
}

.breadcrumb {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.breadcrumb a {
    color: #4B5058;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

.breadcrumb-item.active {
    color: var(--paneltitle);
    font-weight: 600;
}

.bg-applegreen {
    background-color: var(--applegreen);
}

.link-cursor {
    cursor: pointer;
}

/* Login Page */
.login-video {
    height: auto;
    overflow: hidden;
    min-height: 100vh;

}

#login-page {
    display: none;
}

#myVideo {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.login-page {
    padding: 20px;
    background-color: var(--applegreen);
    height: 100vh;
}

h1.fisher-tagline {
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: -1.95px;
    color: #051834;
    max-width: 604px;
    margin-left: 80px;
    margin-bottom: 67px;
}

.single-input .fa {
    color: #2E2E2E;
}

.field-icon.toggle-password,
.field-icon.toggle-password2 {
    margin-right: 25px;
}

span.fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
    font-size: 14px;
}

.fa-eye-slash,
.fa-eye {
    color: #4B5058;
}

.site-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -1.2px;
}

.welcome {
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.05px;
    font-family: 'roca';
    color: var(--darkblue);
}

.sub-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--copyright);
}

.login-form-wrap {
    /* margin-top: 121px; */
}

.login-wrap {
    border-radius: 10px;
    padding: 60px 60px 35px;
    width: 100%;
    max-width: 570px;
}

.login-footer,
.footer {
    font-size: 10px;
}

.single-input {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    height: 45px;
    border-radius: 30px;
    background-color: #F9F9F9;
    overflow: hidden;
    border: solid 1px transparent;
    border: 1px solid #F1F2F2;
}

.single-input.focused,
.form-icon-wrap.focused {
    border: solid 1px #804BF8;
}

.single-input i,
.locked {
    padding: 8px 16px;
}

.single-input input {
    border: 0px solid #F9F9F9;
    width: 100%;
    outline: none;
    height: 30px;
    font-size: 13px;
    color: #051834;
    background-color: transparent;
}

.single-input input::placeholder {
    color: #051834;
}


.submit-btn {
    border: 0px solid #c1c1c1;
    margin-top: 30px;
    background-color: transparent;

}

.submit-btn input {
    background: var(--btncolor);
    color: var(--whitetext);
    cursor: pointer;
    height: 45px;
    transition: 0.4s ease-in-out;
}

.submit-btn input:hover {
    background-color: #827DEB;
    transition: 0.4s ease-in-out;
}

.remember-box {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.remember-box a,
.terms-wrap a {
    text-decoration: none;
    color: var(--copyright);
    transition: 0.4s ease-in-out all;
}

.remember-box a:hover,
.terms-wrap a:hover,
.bookmarked-list a:hover,
.breadcrumb a:hover {
    text-decoration: none;
    color: #827DEB;
    transition: 0.4s ease-in-out all;
}

.remember-cb-wrap label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.remember-cb-wrap input {
    width: 18px;
    height: 17px;
    border-radius: 2px;
    border: 1px solid #E2E3E4;
    background: #EFF3F4 !important;
}

/* Reset Password */
.back-login a {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    color: #4B5058;
}

/* Off Canvas */
.offcanvas.offcanvas-start {
    top: 81px;
    width: 100%;
    max-width: 735px;
    z-index: 999999;
    background: linear-gradient(180deg, #F6F9FA 0%, #FFF 7.7%);
}

.offcanvas-body {
    padding-top: 0px;
}

.offcanvas-wrap {
    height: 100%;
    padding: 30px 20px;
    overflow-x: hidden;
    overflow-y: scroll;
}

button.offcanvas-btn {
    width: 55px;
    height: 55px;
    color: #fff;
    background: #000;
    border: none;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 9000;
}

/* Start / Search Page */
.startpage {
    padding: 70px 20px 30px;
    min-height: 100vh;

}

.start-page {
    background-color: var(--applegreen);

}

.search-wrap {
    margin-bottom: 150px;
    position: relative;
}

.search-tabs-wrap {
    display: flex;
    align-items: center;
    margin-top: 40px;
    background: #fff;
    padding: 0px 5px;
    border-radius: 30px;
    height: 50px;
    position: relative;
}

.footer {
    max-width: 360px;
}


/* Search  Style*/
.tab {
    overflow: hidden;
    background-color: #F1F2F2;
    border-radius: 30px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 30px;
    width: 116px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    gap: 8px;
}

.tab button.active {
    background-color: var(--btncolor);
    color: #E2E774;
}

.dark-mode .tab button.active svg path {
    stroke: #1E1E1E;
}

.dark-mode .tab button.active {
    color: #1E1E1E;
}

.tab button.active svg path {
    stroke: #E2E774;
}

.search-container {
    display: none;
}

.search-container.active {
    display: block;
}

.search-container input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 4px;
    background-image: url('/assets/images/Searchicon.png');
    background-position: 95%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    padding-left: 20px;
    border: 0;
    width: 418px;
    background-color: transparent;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.search-container input[type=text]::placeholder {
    color: #051834;
}

.search-container input[type=text]:focus {
    outline: none;
    border: none;
}

/* Bookmarks */
.bookmarked-wrap {
    width: 100%;
    margin-top: 57px;
    position: absolute;
    top: 100%;
}

.bookmarked-wrap h3 {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.57px;
    color: var(--btncolor);
}

.bookmarks {
    max-height: 171px;
    overflow-x: hidden;
    height: 171px;
    position: relative;
}

.bookmarked-list {
    position: absolute;
    width: 100%;
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

.bookmarked-list li {
    display: flex;
    justify-content: space-between;
    height: 40px;
    padding: 0 20px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--btncolor);
    align-items: center;

}

.bookmarked-list a {
    color: var(--paneltitle);
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

.bookmarked-list li:not(:last-child) {
    border-bottom: solid 1px var(--lightgreen);
}



/* Dashboard */
.dash-content-wrap {
    position: relative;
}

.dashboard.page {
    padding-left: 0;
    padding-right: 0;
    min-height: calc(100vh - 81px);
}

.tooltip {
    font-size: 11px;
}

.panels-wrap {
    max-width: 1010px;
    width: 100%;
    max-height: 75vh;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: -20px;
    padding-top: 1px;
}

/* Hide scrollbar cross-browser */
.panels-wrap {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.panels-wrap::-webkit-scrollbar {
    display: none;
    /* WebKit browsers */
}

.panel-title-wrap svg {
    margin-right: 7px;
}

.domain-search-pane svg {
    margin-top: -5px;
}

.card-wrap {
    gap: 20px;
    flex-direction: row;
    transition: 0.4s ease-in-out;
}

.keydash.card-wrap {
    flex-wrap: wrap;
}

.keydash .card {
    width: calc(50% - 10px) !important;
    min-width: calc(50% - 10px);
}

.detailed_view .keydash .card {
    width: 100% !important;
    min-width: 100%;
}



.card-body {
    /* overflow-y: auto;
    overflow-x: hidden; */
    overflow: auto;
}

.left-card {
    min-width: 476px;
    max-width: 476px;

}

.right-card {
    min-width: 630px;
    max-width: 630px;

}

.allview {
    background: #F8F8F1;
    text-align: center;
    padding: 5px 20px;
    width: 100%;
    height: 37px;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
}

.page {
    min-height: calc(100vh - 81px);
    padding: 30px 20px;
}

.page .panels:not(:last-child) {
    margin-bottom: 26px;
}

.page aside {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
}

.mont-wrap {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;

}

.month {
    transition: 0.4s ease-in-out;
}

.month.active {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.month:hover {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.ranking-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.this-month-wrap {
    margin-bottom: 10px;
}

.this-month-wrap span {
    font-weight: 500;
}

.dashboard-wrap {
    gap: 20px;
}

.panel-title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.panels-title {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.57px;
    color: var(--paneltitle);
    margin-bottom: 0;
}

.panels .card,
aside .card {
    border: none;
    border-radius: 10px;
    padding: 20px 15px;
    background-color: var(--whitetext);
    overflow: hidden;
}

/* .panels .card {
    height: 310px;
} */

.panels .card-body,
aside .card-body {
    padding: 0;
}

.spacer {
    max-width: 150px;
    width: 150px;
}

.domain-dash {
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.05px;
    color: var(--darkblue);
    font-family: 'roca';
    display: flex;
    min-width: auto;
    justify-content: center;
    /* padding-right: 35px !important; */
    pointer-events: none;

}

.domain-dash.dropdown-toggle::after {
    transition: 0.4s;
    border: none;
    content: "";
    margin-left: 10px;
    background-image: url(/assets/images/caret-down.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 3px;
    display: none;

}

.domain-dash:hover,
.domain-dash:active,
.domain-dash:focus {
    color: var(--darkcolor);
}

.domain-link {
    color: #4B5058;
}

.book-btn-wrap {
    min-width: 150px;
    text-align: right;
}

.bookmark-btn:hover {
    color: var(--whitetext);
    background-color: #1E1E1E;
}

.bookmark-btn:hover svg path {
    stroke: var(--whitetext);
}

.bookmark-btn,
.view-style,
.view-style:hover {
    border-radius: 5px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0px solid var(--paneltitle);
    height: 40px;
    padding: 0 inherit;
    color: var(--paneltitle);
    padding: 0 10px;

}



.domain-settings {
    gap: 20px;
    display: flex;
    /* justify-content: end; */

}

.domain-booking {
    gap: 70px;
    justify-content: space-between;
    /* padding-right: 18px; */
    /* padding-top: 20px; */

}

.copyright-wrap {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: var(--copyright)
}

.dropdown-toggle::after {
    transition: 0.4s;
}

.domain-dash.show.dropdown-toggle::after {
    transform: rotate(180deg);
    transition: 0.4s;

}

.data-table-caption i,
.panel-title-wrap i,
.domain-copy .fa-info-circle,
aside i {
    font-size: 12px;
    opacity: 0.2;
    margin-left: 7px;
    transform: translateY(-2px);
    z-index: 98;
    position: relative;
}

.bookmark-btn svg {
    margin-right: 5px;
}

.bookmark-btn:focus {
    box-shadow: none;
    outline: none;
}

.bookmark-btn.active {
    background-color: var(--paneltitle);
    color: var(--whitetext);
}

.bookmark-btn.active svg {
    fill: var(--whitetext);
}

.bookmark-btn.active path {
    stroke: var(--whitetext);
}

.domain-copy h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.54px;
    color: var(--paneltitle);
    margin-bottom: 0;
}

.domain-score-title svg {
    margin-top: -5px;
    margin-right: 8px;
}

.domain-rank-history {
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #4B5058;
    transition: 0.3s ease-in-out;
}

.domain-rank-history:hover {
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}

.domain-rank-history i {
    font-size: 9px;
    margin-left: 7px;
}

.domain-rating {
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.05px;
    font-family: "roca", sans-serif;
    color: var(--paneltitle)
}

.domain-score {
    padding: 20px 20px 20px 20px !important;
    background: #F8F8FF;
    padding-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #827DEB !important;
    width: 100%;
    min-width: 360px;
    max-width: 360px;

}

.domain-score-title {
    align-items: center;
}

.domain-copy {
    padding-left: 20px;
}

.copies-btn {
    border-radius: 10px;
    background-color: #dede;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    justify-content: space-between;
    color: #fff;


}

.copies-view-all {
    display: flex;
    align-items: center;
}

.copies-btn .fa-arrow-right {
    opacity: 1;
    margin-bottom: -5px;
}

.ad-copies {
    background-color: #E2E774;
    color: #1E1E1E;
    transition: 0.3s ease-in-out;
}

.ad-copies:hover {
    background-color: #f6ff51;
    color: #1E1E1E;
    transition: 0.3s ease-in-out;
}

.pla-copies {
    background-color: #1E1E1E;
    color: #E2E774;
    transition: 0.3s ease-in-out;

}

.pla-copies:hover {
    background-color: #000;
    color: #E2E774;
    transition: 0.3s ease-in-out;

}

.pla-keywords-table td:nth-child(6) {
    text-align: left !important;
}

.copies-title-wrap {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.54px;
    font-family: 'roca';
    margin-bottom: -3px;
}

.copies-title-wrap i {
    font-size: 12px;
    opacity: 0.3;
    transform: translateY(-4);
    margin-left: 7px;
}

.copies-view-all span {
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}

.copies-view-all i {
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    margin-left: 7px;
}

.organic-traffic {
    padding: 15px !important;
}

/* Data Tables */
.panel-table tbody tr:hover,
.offcanvas-table tbody tr:hover {
    background-color: var(--hilightedtd) !important;
}

.panel-table tbody tr,
.offcanvas-table tbody tr {
    background-color: transparent !important;
    background: transparent !important;
}

.panel-table td,
.offcanvas-table td {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Manrope';
}

.panel-table th,
.offcanvas-table th,
#keywords-history-table th {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Manrope';
    padding-right: 13px !important;
    padding-left: 13px !important;
    color: var(--paneltitle) !important;
    padding-bottom: 10px !important;
    vertical-align: bottom !important;
    background-repeat: no-repeat;
}

.panel-table th:first-child,
.panel-table td:first-child {
    padding-left: 5px !important;
}



.panel-table th:first-child .dt-column-order {
    display: none;
}

.panel-table tbody td:not(tr:last-child td),
.offcanvas-table tbody td:not(tr:last-child td) {
    border-bottom: solid 1px var(--bordertd) !important;
}

.panel-table tfoot {
    display: none !important;
    border-bottom: none !important;
}

table.dataTable.no-footer {
    border: none;
}

.panel-table .dt-column-order {
    left: 3px !important;
}


.panel-table .dt-column-order:before,
.panel-table .dt-column-order:after {
    line-height: 6px !important;
    opacity: 1 !important;
}

.panel-table th:not(:first-child) {
    padding-left: 25px;
}

.panel-table th:hover {
    outline: 0 transparent !important;
    outline-offset: 0;
}

table#competitors-organic .dt-column-order,
.comp-organic-table .dt-column-order,
.domain-competitors-table .dt-column-order {
    top: 5px !important;
}

.panel-table td:first-child {
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #4B5058;
}

table#keywords-organic th,
#keywords-paid th {
    background-position: 98% 10px;
}

.data-table-caption {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.54px;
    font-family: 'manrope';
    color: var(--paneltitle);
    margin-bottom: -7px;
    padding-left: 5px;
}

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

.dt-button .fas {
    margin-right: 5px;
    width: 10px;
}

button.btn.btn-secondary.buttons-collection.dropdown-toggle {
    background: transparent;
    color: var(--paneltitle);
    border: 0;
    padding: 0;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: Manrope;
}

button.btn.btn-secondary.buttons-collection.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;

}

div.dt-button-collection div.dropdown-menu {
    margin-top: 7px;
    margin-left: -10px;
}

.dt-buttons {
    padding: 5px 10px;
    border: solid 1px #1e1e1e;
    transition: 0.3s ease-in-out;
}

.dt-buttons:hover {
    background-color: #1e1e1e12;
}

.dt-buttons.btn-group {
    float: right;
    transform: translateY(-13px);
    z-index: 97;
    margin-right: 0;
    max-width: max-content;
}

.dt-button-collection .dropdown-menu a {
    font-size: 11px;
    line-height: 1;
}

.comp-organic-table th:not(:first-child) {
    padding: 5px;
}

.comp-organic-table th {
    padding-bottom: 7px !important;
    padding-top: 4px;
}

.comp-organic-table td:nth-child(n+3):nth-child(-n+7),
.comp-organic-table th:nth-child(n+3):nth-child(-n+7) {
    font-family: 'Inter';
    font-weight: 500;
}

.comp-organic-table td:nth-child(n+3):nth-child(-n+7) {
    text-align: left;
}

.comp-organic-table th:nth-child(n+3):nth-child(-n+7) {
    color: var(--paneltitle);
    text-align: left;
}

/* .global-volume-table th:nth-child(2),
.global-volume-table th:nth-child(4),
.global-volume-table td:nth-child(2),
.global-volume-table td:nth-child(4) {
    text-align: center;
} */

.switch-btn {
    border-radius: 5px;
    background-color: #EFF3F4;
    height: 29px;
    padding: 5px 15px;
    border: none;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    transition: 0.4s ease-in-out;
}

.switch-btn:hover {
    background-color: var(--btncolor);
    color: var(--whitetext);
    transition: 0.4s ease-in-out;
}

.switch-btn-wrap {
    margin-bottom: 0;
    padding-left: 5px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
    padding-bottom: 17px;
}

.switch-btn.active {
    background-color: var(--btncolor);
    color: var(--whitetext);
}

.comp-organic-table th:nth-child(2) {
    text-align: left !important;
}

button.type-btn {
    height: 16px;
    border-radius: 3px;
    border: solid 1px;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    background: transparent;
    padding: 2px 5px;
    margin: 0 1px;
}

.placopies-table-wrap .dt-buttons {
    display: none;
}

table#keywords-history-table th {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}

.keywords-inner-table th,
.keywords-inner-table td {
    font-size: 12px !important;
}

.keywords-inner-table .inhead th {
    border-bottom: 1px solid #F1F2F2 !important;
    font-weight: 500 !important;
}

.keywords-inner-table .inhead th:nth-child(3) {
    font-weight: 600 !important;
}

.keywords-inner-table td {
    padding: 15px 15px !important;
    text-align: left !important;
    font-weight: unset I !important;
    font-family: 'manrope';
}

table#keywords-history-table .ranktd {
    font-size: 10px;
    font-weight: 600;
    font-family: 'inter';
    text-align: center !important;
    border-bottom: solid 1.5px #D2D1E9;
}

table#keywords-history-table .rankth {
    text-align: center;
}

.keywords-inner-table .inhead th:nth-child(n+2):nth-child(-n+4) {
    text-align: center;
}

.keywords-inner-table .inhead th:last-child {
    text-align: center;
}

table#keywords-history-table .keybody tr {
    border-bottom: solid 1.5px #D2D1E9;
}

.keywords-inner-table tbody tr {
    border-bottom: 0 !important;
}

table#keywords-history-table a {
    color: #1E1E1E;
}

table#keywords-history-table .keyhead th {
    background-image: url(/assets/images/sort.svg);
    background-position: 3px 22px;
    background-repeat: no-repeat;
}

table#keywords-history-table .keyhead th:first-child {
    background-position: 20px 22px;
}

/* Result Colors */
.high-color,
.hard {
    color: #F04C27;
    display: inline-flex;
    align-items: center;
}

.low-color,
.easy {
    color: #A3AE22;
    display: inline-flex;
    align-items: center;
}

.average {
    color: #FF7D35;
    display: inline-flex;
    align-items: center;
}

.easy svg,
.average svg,
.hard svg {
    margin-right: 4px;
}

.domain-competitors-table th:nth-child(5),
#competitors-paid th:nth-child(5),
.domain-competitors-table td:nth-child(5),
#competitors-paid td:nth-child(5),
#pla-competitors td:nth-child(5),
#pla-competitors th:nth-child(5),
#domain-rank-history th:nth-child(1),
#domain-rank-history td:nth-child(1),
#ads-copies-table td:nth-child(1),
#ads-copies-table th:nth-child(1),
#placopies-table th:first-child,
#placopies-table td:first-child,
table#keywords-history-table .rankth,
table#keywords-history-table .ranktd {
    background-color: var(--hilightedtd) !important;
}

.domain-competitors-table td:nth-child(5),
#pla-competitors td:nth-child(5) {
    font-weight: 600 !important;
    font-family: 'Inter';
    color: var(--tdhighlight);
}

.domain-competitors-table tbody td:first-child,
.domain-competitors-table tbody th:first-child {
    width: 23% !important;
}

/* .domain-competitors-table td:nth-child(n+2):nth-child(-n+7),
.domain-competitors-table th:nth-child(n+2):nth-child(-n+7) {
    min-width: 12% !important;
    width: 12% !important;
} */

.domain-keywords-table tbody td:first-child,
.domain-keywords-table tbody th:first-child {
    width: 20% !important;
    min-width: 20% !important;
}

.domain-keywords-table tbody td:nth-child(2),
.domain-keywords-table tbody th:nth-child(2) {
    width: 20% !important;
    min-width: 20% !important;
}

.domain-keywords-table tbody td:nth-child(3),
.domain-keywords-table tbody th:nth-child(3) {
    width: 100px !important;
    min-width: 100px !important;
}

.domain-keywords-table tbody td:nth-child(4),
.domain-keywords-table tbody th:nth-child(4) {
    width: 55px !important;
    min-width: 55px !important;
}

.domain-keywords-table tbody td:nth-child(5),
.domain-keywords-table tbody th:nth-child(5) {
    width: 12% !important;
    min-width: 12% !important;
}

.domain-keywords-table tbody td:nth-child(6),
.domain-keywords-table tbody th:nth-child(6),
.domain-keywords-table tbody td:nth-child(7),
.domain-keywords-table tbody th:nth-child(7) {
    width: 112px !important;
    min-width: 112px !important;
}

.domain-keywords-table tbody td:nth-child(6),
.domain-keywords-table tbody th:nth-child(6) {
    background-color: #FBFBF9 !important;
}

.domain-keywords-table tbody td:nth-child(7),
.domain-keywords-table tbody th:nth-child(7) {
    background-color: #F8F8FF !important;
}

.keywords-table th {
    background-position: 0 9px !important;
}

.informational {
    color: #00B0E2;
    border-color: #00B0E2;
}

.commercial {
    color: #A3AE22;
    border-color: #A3AE22;
}

.transactional {
    color: #804BF8;
    border-color: #804BF8;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 7px 13px;
}

table.dataTable thead .sorting {
    background-image: url(/assets/images/sort.svg);
}

table.dataTable thead .sorting_asc {
    background-image: url(/assets/images/sort-up.svg) !important;
}

table.dataTable thead .sorting_desc {
    background-image: url(/assets/images/sort-down.svg) !important;
}

table.dataTable thead .sorting:nth-child(n+5):nth-child(-n+6),
table.dataTable thead .sorting_asc:nth-child(n+5):nth-child(-n+6) {
    padding-left: 18px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc {
    background-size: 12px 10px;
}

table.dataTable th:first-child {
    background-size: 0px;
}

table#competitors-paid td:first-child,
table#pla-competitors td:first-child {
    min-width: 10%;
    width: 100%;
}

table#competitors-paid th:nth-child(3) {
    min-width: 47px !important;
    width: 47px;
}

table#keywords-paid td:last-child {
    min-width: 28px;
    width: 15%;
}

table#keywords-paid td:nth-child(2) {
    max-width: 28px;
    width: 43%;
}

table#keywords-paid td:nth-child(1) {
    max-width: 28px;
    width: 43%;
}

#domain-rank-history td:not(:last-child) {
    text-align: center;
}

#domain-rank-history td:nth-child(1),
#domain-rank-history td:nth-child(3),
#domain-rank-history td:nth-child(6) {
    font-weight: 600;
    font-family: 'Inter';
    color: #1E1E1E;
}

#ads-copies-table td {
    font-size: 12px;
    font-weight: 500;
}

#ads-copies-table td:first-child {
    font-weight: 600 !important;
}

#ads-copies-table th {
    padding-left: 22px !important;
}

.global-volume-table th {
    padding-left: 12px !important;
    text-align: left;
}

#placopies-table th:nth-child(1) {
    background-size: 12px 10px;
    padding-left: 25px !important;
}


#placopies-table th:nth-child(2),
#placopies-table td:nth-child(2) {
    text-align: center;

}

#placopies-table td:nth-child(1) {
    padding-left: 15px !important;
    font-size: 12px;
    font-weight: 600;
    font-family: 'inter';
}

#placopies-table td:nth-child(2) {
    font-size: 12px;
    font-weight: 600;
    font-family: 'inter';
}

/* Search Volume Section */
.global-content {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    padding: 5px 0;
    max-width: 400px;
    padding-bottom: 0;
}

.global-item {
    padding: 0 10px;
    text-align: center;
    width: 33.33%;
}

.global-item.search-vol {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 0 !important;
    gap: 10px;
    justify-content: center;
}

.global-item h6 {
    margin: 0;
    font-size: 20px;
    line-height: 1;
    margin-bottom: -5px;
}

.global-item p {
    margin: 0;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    color: #1E1E1E;
}

.global-item.comp-item {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
    border-left: solid 1px #dede;
    border-right: solid 1px #dede;
}

.comp-level {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    margin-top: 3px;
    color: #F18A2A;
}

.global-item.costclick {
    text-align: center;
    font-size: 10px;
}

.competition {
    background-color: #F18A2A;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}

.search-volume {
    border: 1px solid #827DEB !important;
    padding: 0 !important;
    min-height: 85px !important;
}

.search-volume .card-body {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Dimmer Section */
.dimmer,
.dimmer2 {
    overflow: hidden;
}

.dimmer .container.page:before,
.dimmer2 .container.page:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #09090933;
    z-index: 111;
}


.search-dd {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 65px);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #FFF;
    border: 0;
    box-shadow: 0px 0px 60px 0px rgba(22, 26, 27, 0.05);
    padding: 0;

}

.search-dd li {
    display: flex;
    padding: 5px 20px;
    height: 40px;
    align-items: center;
}

.search-dd li img {
    max-width: 9px;
}

.search-dd li:not(:last-child) {
    border-bottom: solid 1px #F1F2F2;
}

.search-dd li:hover {
    background-color: #E2E774;
}

.search-dd li a {
    color: #1E1E1E;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 0;
}

.search-dd li a:focus {
    background-color: transparent;
    color: #1E1E1E;
}

.search-dd li:hover a {
    color: #1E1E1E;
    background-color: transparent;
}

.bookaction {
    display: flex;
    gap: 10px;
    align-items: center;
}

.domain-drop {
    z-index: 998;
    position: relative;
}

.domain-drop a:focus,
.domain-drop a:active {
    background-color: transparent !important;
}

.domain-drop .dropdown-menu {
    width: calc(100% - 50px);
    border-radius: 5px;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    min-width: 300px;
    max-width: 300px;
    border: none;
}

.domain-drop a.dropdown-item {
    height: 39px;
    display: flex;
    align-items: center;
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.domain-drop a.dropdown-item:hover {
    color: #1E1E1E;
}

.domain-drop .dropdown-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

.domain-drop .dropdown-menu li:hover {
    background-color: #E2E774;
}

.domain-drop .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #F1F2F2;
}

.dash-drop {
    left: 50% !important;
    transform: translate3d(-50%, 44px, 0px) !important;
}

/* Keywords Page */
.fi {
    margin-right: 10px;
    border-radius: 3px;
}

.global-volume-table td:nth-child(2) {
    font-weight: 600;
    font-family: 'Inter';
}

.global-volume-table td:nth-child(3) {
    text-align: left !important;
    font-weight: 500;
    font-family: 'Inter';
}

.global-volume-table td:last-child {
    font-weight: 600;
}

.ads-history-table td:last-child strong {
    margin-bottom: 20px;
    color: #1E1E1E;
}

.ads-history-table td:last-child span {
    line-height: 13px;
    color: #4B5058 !important;
    display: block;
}

/* .global-volume-table tbody tr:hover td:first-child,
.global-volume-table tbody tr:hover td:nth-child(3) {
    font-weight: 600;
} */

.phrases-table td:nth-child(5) {
    text-align: right;
}

.domain-result-table tbody td:first-child a {
    color: var(--darkgrey);
}

.top-organic td:nth-child(2) {
    text-align: left !important;
}

/* .domain-result-table td:nth-child(2) {
    text-align: center !important;
} */

/* Keyword Questions Table */
/* table#keywords-question tbody td:nth-child(2),
table#keywords-question tbody td:nth-child(3) {
    text-align: center;
}

table#keywords-question tbody td:nth-child(2) {
    font-weight: 600;
    font-family: 'Inter';
}

table#keywords-question tbody td:first-child {
    width: 50%;
}

table#keywords-question tbody td:nth-child(2),
table#keywords-question tbody td:nth-child(3) {
    width: 18%;
} */

/* Article Writer Style */
.write-article-btn {
    border-radius: 5px;
    background: #F7F7F7;
    border: none;
    padding: 5px 8px;
    font-size: 11px;
    font-family: 'Manrope';
    transition: 0.3s;
    color: #1E1E1E;
    margin-right: 10px;
}

.write-article-btn:hover {
    background-color: #E2E774;

}


/* Domain Search Results Table */
.domain-result-table tbody td:first-child {
    width: 100%;
}

/* Off Canvas Table */
.offcanvas-table.dataTable th:first-child {
    background-size: 12px 10px !important;
    background-repeat: no-repeat;
    background-position: unset 18px;
}

.offcanvas-table.dataTable thead .sorting {
    background-position: unset 18px;
}

table#domain-rank-history td:last-child,
table#domain-rank-history th:last-child {
    width: 12%;
    text-align: right;
    background-position: 30px 18px;
}

table#domain-rank-history td:nth-child(1),
table#domain-rank-history td:nth-child(2) {
    width: 12%;
}

table#domain-rank-history th:nth-child(5),
table#domain-rank-history th:nth-child(6) {
    background-position: 12px 18px !important;
}

table#domain-rank-history th:not(:last-child) {
    padding-left: 25px !important;
    background-position: 12px 18px;
}

/* Scroll style */

.scroller {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    /* Adjust the height here */
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #4B5058;
}


/* Animated Graphic */

.graph1 {
    z-index: 3;
    position: absolute;
    right: 40px;
    max-width: 15%;
    top: 100px;
    animation: zoomOne 1s infinite alternate ease-in-out;
    overflow: hidden;
    border-radius: 10px;
}

.graph2 {
    z-index: 3;
    position: absolute;
    left: 30px;
    max-width: 18%;
    bottom: 75px;
    animation: zoomtwo 1s infinite alternate ease-in-out;
    overflow: hidden;
    border-radius: 10px;
}

.graph2 video,
.graph1 video {
    transform: scale(1.08);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, -55%);
        /* Adjust the Y translation to control the floating range */
    }
}

@keyframes zoomOne {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes zoomtwo {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999999999999;
    /* Ensure it's on top */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E2E774;
    /* Background color */
    overflow: hidden;
    /* Prevent interaction with content */

}

#preloader video {
    min-width: 100%;
    min-height: 100%;
}

.hide-on-preload {
    z-index: 0;
}

/* Login2 */
.login-page-two .fisher-graphic video {
    position: relative;
    max-width: 80%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.login-page-two h1.fisher-tagline {
    margin: 0 auto;
    text-align: center;
}

.login-page-two .fisher-graphic {
    text-align: center;
}

.tooltip {
    z-index: 9999999;
}

/* Modals */
.modal {
    background: #09090933;
}

.modal-header {
    border-bottom: 0;
    padding: 0;
}

.modal-title {
    color: #1E1E1E;
}

.modal-footer {
    border-top: 0;
    padding: 0;
}

.modal-body {
    padding: 0;
}

.modal-content {
    padding: 40px;
}

.two-fields {
    display: flex;
    gap: 10px;
}

.modal-dialog {
    max-width: 570px;
}

.edit-form label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-icon-wrap {
    border-radius: 30px;
    border: 1px solid #F1F2F2;
    background: #F9F9F9;
    overflow: hidden;
    height: 45px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    position: relative;
}

.form-icon-wrap svg {
    margin-right: 10px;
}

.form-icon-wrap {
    width: 100%;
    max-width: 365px;
}

.two-fields .form-icon-wrap {
    max-width: 178px;
}

.form-icon-wrap input {
    border: 0;
    height: 35px;
    background-color: transparent;
    width: 100%;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4B5058;
}

.form-icon-wrap input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.edit-form .label {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;

}

.edit-form label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #F1F2F2;
}

.two-fields svg {
    width: 17px;
}

.mobile svg {
    transform: translateX(3px);
}

.reg {
    color: #F04C27;
    display: inline-block;
    margin-left: 1px;
}

.save-btn {
    border-radius: 30px;
    height: 45px;
    background-color: #1E1E1E;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0px 25px;
    padding-bottom: 2px;
}

.save-btn:hover {
    background-color: #E2E774;
}

.cancel-btn {
    border-radius: 30px;
    border: 1px solid #4B5058;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    height: 45px;
    min-width: 94px;
}

.cancel-btn:hover {
    background-color: #4B5058;
    color: #fff;
}

.change-pw-btn {
    border-radius: 30px;
    background: #F8F8FF;
    height: 45px;
    padding: 0 25px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    color: #827DEB;
}

.change-pw-btn:hover {
    background-color: #dedede;
}



/* Charts */
text.highcharts-credits {
    display: none important;
}

.traffic_cb {
    position: relative;
    overflow: hidden;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: solid 1px #dedede;
}

.organic_cb:checked {
    background-color: #A3AE22;
}

.paid_cb:checked {
    background-color: #827DEB;
}

.traffic_cb:checked::after {
    content: '';
    background: url(/assets/images/cb-checked.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

div#trafficSelectorContainer {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 10px;
    max-width: 150px;
    flex-direction: column;
    position: absolute;
    top: 21px;
    right: 60px;
    height: 100px;
    z-index: 1;
}

div#trafficSelectorContainer label {
    display: flex;
    gap: 5px;
    align-items: center;
}

.month-range button {
    border: 0;
    background: no-repeat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #B6BAC0;
    margin-bottom: 21px;
}

.month-range {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    padding-left: 10px;
}

.month-range button.active {
    color: #1E1E1E;
    border-bottom: solid 2px #1E1E1E;
}

/* Trend Chart */
/* #container {
    height: 230px;
} */

.highcharts-figure,
.highcharts-data-table table {
    min-width: 100%;
    max-width: 800px;
    margin: 10px auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.chart-position {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.chart-position button {
    border: 0;
    background: none;
    font-size: 10px;
    background: #d5d3ff;
    padding: 1px 10px;
    border-radius: 30px;
}

.difficulty-wrap span {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
}

.difficulty-wrap {
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: -10px;
}

/* Chat GPT Fisher Style */
.chatbox {
    padding: 10px;
    white-space: pre-wrap;
    /* Preserve whitespace and line breaks */
}

.message {
    margin-bottom: 0;
}

.user-message {
    font-weight: bold;
}

.chat-ui {
    max-width: 100%;
    margin: auto;
    margin-top: auto;
    margin-top: 10px;
    max-height: 800px;
    height: 380px;
    padding-right: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.chatbox {
    padding: 10px;
    white-space: pre-wrap;
    height: 350px;
    overflow: auto;
    display: none;
}

#chatbox p,
.typing {
    margin-bottom: 0;
    font-size: 12px;
    line-height: normal;
}

.d-flex.input-bar {
    width: 500px;
    margin: auto;
}

.input-bar input {
    width: 100%;
}

form#articleForm {
    max-width: 800px;
    margin: auto;
    margin-top: 30px;
    padding: 20px;
}

.message.user {
    display: none;
}

.writer-space-wrap {
    padding: 20px;
    background: #F1F2F2;
    border-radius: 10px;
    margin-bottom: 30px;
}

label[for="title"] {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roca';
}

#titleInput {
    width: 100%;
    text-align: center;
    height: 40px;
    border: none;
    background: transparent;
    font-size: 20px;
    font-family: 'Roca';
    margin-bottom: 20px;
    color: #1E1E1E;
    font-weight: 700;
}

.ai-assistant {
    font-size: 12px;
    font-weight: 500;
    color: #1E1E1E;
}

.ai-assistant .fa {
    opacity: 0.2;
}

.ai-instruction {
    font-size: 12px;
    /*  max-width: 257px; */
    line-height: normal;
    width: 100%;
    white-space: break-spaces;
}

/* GPT Buttons */
.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.button-group input[type="radio"] {
    display: none;
}

.button-group label {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #A3AE22;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    line-height: 1;
    font-size: 13px !important;
    color: #A3AE22;
}

.button-group input[type="radio"]:checked+label {
    background-color: #A3AE22;
    color: white;
}

.button-group label:hover {
    background-color: #A3AE22;
    color: white;
}

.radiogroup-wrap {
    display: flex;
    align-items: center;
    margin: 10px 0;
    gap: 10px;
}

.write-btn {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    border: none;
    background: #1E1E1E;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.write-btn:hover {
    background-color: #A3AE22;
    color: #fff;
}

#writediv[disabled="disabled"] {
    opacity: 0.5;
    pointer-events: none;
}

.radiogroup-wrap label {
    font-size: 12px;
    font-weight: 500;
}

.labelbox {
    min-width: 100px;
}

.copyButton.btn {
    background: #F8F8FF;
    height: 45px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
    border-radius: 30px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #827DEB;
}


/* Dashboard View */
.detailed_view .card-wrap {
    flex-direction: column !important;
}

.detailed_view .card-wrap .card {
    width: 100%;
}

.dashview .card-body {
    overflow: auto;
}

/* Custom Select */
.custom-select {
    position: relative;
    display: inline-block;
    min-width: 95px;
    /*    margin-bottom: -20px; */
    z-index: 5;
    margin-top: 3px;
    margin-left: auto;
    /*  margin-right: 100px;
    transform: translateY(1px); */
}

.custom-select .fi {
    margin-right: 5px;
}

/* .detailed_view .custom-select {
    position: relative;
    display: inline-block;
    width: 140px;
    margin-bottom: -20px;
    z-index: 5;
    margin-top: 3px;
    margin-right: 0;
    transform: translateY(1px);
} */

.select-selected {
    background-color: #fff;
    /* padding: 3px 10px; */
    padding-right: 20px;
    font-size: 11px;
    /* border: solid 1px #1e1e1e; */
    border-radius: 6px;
    height: 27px;
}

.select-items {
    margin-left: -20px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 99;
    width: 130px;
    display: none;
    border-radius: 0.375rem;
}

.select-items div {
    padding: 3px 5px;
    cursor: pointer;
    font-size: 11px;
}

.select-items div:hover {
    background-color: #f1f1f1;
}

.select-items div span {
    margin-right: 10px;
}

/* Dropdown Arrow */
.select-selected::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-100%);
    border: 4px solid transparent;
    border-top-color: #333;
}

.global-select {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.detailed_view .global-select {
    display: flex;
    justify-content: space-between;
    margin-right: 100px;
    flex-direction: row;
    gap: 10px;
}

/* Dashview Table Column */
.dashview .card-body table th:nth-child(n+5):not(#phrase-question th:nth-child(5)),
.dashview .card-body table td:nth-child(n+5):not(#phrase-question td:nth-child(5)) {
    display: none;
}

.dashview #phrase-question th:nth-child(4),
.dashview #phrase-question td:nth-child(4) {
    display: none;
}

.dashview .card-body table {
    width: 100% !important;
    min-width: 100% !important;
}

.dashview .card-wrap .card {
    width: calc(50% - 10px) !important;
    min-width: calc(50% - 10px);
}


.detailed_view #competitors-organic th,
.detailed_view #pla-competitors th,
.detailed_view #keywords-organic th {
    width: 0 !important;
}



.dashview #keywords-organic th:nth-child(1),
.dashview #keywords-paid th:nth-child(1) {
    min-width: 150px;
}

.dashview #keywords-organic th:nth-child(2),
.dashview #keywords-paid th:nth-child(2) {
    width: 0 !important;
}

.dashview #keywords-organic th:nth-child(3),
.dashview #keywords-paid th:nth-child(3) {
    width: 0 !important;
}

.dashview #keywords-organic th:nth-child(4),
.dashview #keywords-paid th th:nth-child(4) {
    width: 0 !important;
}

/* .dashview #competitors-organic th:nth-child(2), */
.dashview #competitors-organic th:nth-child(3),
.dashview #competitors-organic th:nth-child(4),
.dashview #competitors-paid th:nth-child(2),
.dashview #competitors-paid th:nth-child(3),
.dashview #competitors-paid th:nth-child(4) {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
}

.dashview #competitors-organic th:nth-child(2) {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
}

.dashview #competitors-paid th:nth-child(2) {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
}

.dashview #competitors-paid th:nth-child(4) {
    min-width: 10px !important;
    width: 10px !important;
    max-width: 20px !important;
}

.dashview #competitors-organic th:nth-child(1),
.dashview #competitors-paid th:nth-child(1) {
    min-width: 170px;
}

.dashview #pla-keywords th:nth-child(4) {
    width: 50px !important;
}


.dashview #pla-keywords th:nth-child(3) {
    width: 80px !important;
}


.dashview #pla-competitors th:not(:first-child) {
    width: 50px !important;
}

.dashview #pla-competitors th:first-child {
    min-width: 170px;
}

.global-volume-table th:nth-child(4) {
    width: 40px !important;
}

.dashview #global-volume th:nth-child(1) {
    width: 130px !important;
    min-width: 130px !important;
}

.dashview #global-volume th:nth-child(n+2) {
    width: 70px !important;
    min-width: 70px !important;
}

.dashview #phrase-question th {
    width: 70px !important;
    min-width: 70px !important;
}

.dashview #phrase-question th:nth-child(1),
.dashview #phrase-question td:nth-child(1) {
    width: 170px !important;
    min-width: 170px !important;
}

.dashview #phrase-question th:nth-child(4),
.dashview #phrase-question td:nth-child(4) {
    width: 100px !important;
    min-width: 100px !important;
}

.dashview #keywords-question th:nth-child(4) {
    width: 80px !important;
}

/* #keywords-question th:nth-child(3) {
    width: 0 !important;
} */

.dashview #keywords-ads-history th:nth-child(n+2) {
    width: 60px !important;
    min-width: 60px !important;
    text-align: left;
}


.dashview .write-article-btn {
    line-height: 1.1;
}


.detailed_view .card-body,
.dashview .card-body {
    overflow: hidden;
}


/* Authority Progress */
.progress-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 20px 0 auto;
    display: flex;
    gap: 3px;
}

.progress-column {
    flex: 1;
    height: 3px;
    border-radius: 2px;
    position: relative;
}

.column-1 {
    background-color: #F04C27;
    /* red */
    border-radius: 30px 0px 0px 30px;
}

.column-2 {
    background-color: #F18A2A;
    /* orange */
    border-radius: 0;
}

.column-3 {
    background-color: #A3AE22;
    /* green */
    border-radius: 0px 30px 30px 0px;
}

.marker {
    position: absolute;
    top: -20px;
    transform: translateX(-50%);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.marker-label {

    color: white;
    padding: 6px 8px;
    border-radius: 30px;
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 2px;
    height: 16px;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marker-label-low {
    background-color: #ef4444;
}
.marker-label-medium {
    background-color: #F18A2A;
}
.marker-label-high {
    background-color: #A3AE22;
}

.marker-arrow-low {
    border: solid 2px #F04C27;
}

.marker-arrow-medium {
    border: solid 2px #F18A2A;
}

.marker-arrow-high {
    border: solid 2px #A3AE22;
}

.marker-arrow {
    width: 9px;
    height: 9px;
    background-color: #fff;
    margin-top: -1px;
    border-radius: 50%;
}

.panel-table tbody td {
    padding-left: 13px !important;
}