/*----------- common css -----------*/
:root {
    --primary-color: #683996;
    --secondary-color: #2B2B2B;
    --lighr-gray: #F0F0F0;
}

body {
    margin: 0 0;
    background-color: #f3f3f3;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--secondary-color);
}

/* Hide legacy scanner header blocks (ada-cc-*) only on pages that actually contain the scanner legacy header. */
.cc-aa-user-admin:has(.ada-cc-searchmain) .ada-cc-searchmain {
    display: none !important;
}

* {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
    margin-top: 0;
    outline: 0;
    box-shadow: none;
    text-transform: capitalize;
}

*:last-child {
    margin-bottom: 0;
}

.disable {
    pointer-events: none;
    opacity: 0.5;
}

.d-flex {
    display: flex;
}

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

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-item-center {
    align-items: center;
}

.flex-item-end {
    align-items: flex-end;
}

.flex-content-end {
    justify-content: flex-end;
}

.flex-content-center {
    justify-content: center;
}

.flex-content-space-between {
    justify-content: space-between;
}

.d-grid {
    display: grid;
}

.grid-column-2 {
    grid-template-columns: 1fr 1fr;
}

.grid-column-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-column-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    font-family: "Inter", sans-serif;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 24px;
}

h2,
.h2 {
    font-size: 22px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

.large-text {
    font-size: 16px;
}

.small-text {
    font-size: 12px;
}

.font-light {
    font-weight: 300;
}

.font-reg {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-bolder {
    font-weight: 800;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a:hover{
    text-decoration: none !important;
}
ul,
ol {
    padding-left: 18px;
    margin-bottom: 16px;
}

ul li:not(:last-child),
ol li:not(:last-child) {
    margin-bottom: 6px;
}

.cc-aa-user-admin-none {
    display: none;
}

.cc-aa-user-admin-text-link {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
}

.cc-aa-user-admin-stickey {
    position: sticky;
    top: 20px;
}

.mb-0 {
    margin-bottom: 0;
}

a.cc-aa-user-admin-button:hover, a.cc-aa-user-admin-button:focus, a.cc-aa-user-admin-button:active {
        background-color: #E5E3E3;
    color: var(--secondary-color);
}

a.cc-aa-user-admin-button.cc-aa-user-admin-gray-button.open-tawk-chat:hover {
    background: #000;
}

a.cc-aa-user-admin-button.cc-aa-user-admin-gray-button:hover {
    background: #000000;
    color: #ffffff;
}

h5.cc-aa-user-admin-recommended-apps-card-title {
    font-size: 16px;
}

/* ----- button ----- */
.cc-aa-user-admin-button {
    border: 0;
    text-decoration: none;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    min-height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    text-align: center;
    min-width: 108px;
    background-color: var(--secondary-color);
    color: #fff;
    max-width: fit-content;
    cursor: pointer;
}

.cc-aa-user-admin-button .cc-aa-user-admin-button-arrow {
    max-width: 12px;
}

.cc-aa-user-admin-button .cc-aa-user-admin-button-icon {
    max-width: 20px;
}

.cc-aa-user-admin-squer-button {
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none !important;
    line-height: 1.2;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 18px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    text-align: center;
    min-height: 36px;
}

a.cc-aa-user-admin-squer-button:focus, a.cc-aa-user-admin-squer-button:active {
    color: #fff;
}

label.cc-aa-user-admin-language-label.font-semibold {
    margin-bottom: 0;
    font-size: 16px;
}

.cc-aa-user-admin-gray-button {
    background-color: #E5E3E3;
    color: var(--secondary-color);
}

.cc-aa-user-admin-primary-color-button {
    background-color: var(--primary-color);
}

.cc-aa-user-admin-large-button {
    min-height: 48px;
}

.cc-aa-user-admin-back-button .cc-aa-user-admin-button-arrow {
    transform: rotate(180deg);
}

/* ----- end button ----- */

.cc-aa-user-admin {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 30px;
}

/* ----- main card ----- */
.cc-aa-user-admin-card-title {
    margin-bottom: 16px;
}

.cc-aa-user-admin-card-background {
    background-color: #F9F9F9;
    padding: 25px;
    border: 1px solid #E5E3E3;
    border-radius: 16px;
    box-shadow: 0 4px 30px 16px rgba(0, 0, 0, 0.08);
    margin-bottom: 30PX;
}


.cc-aa-user-admin-card-header {
    gap: 10px;
    margin-bottom: 16px;
}

.cc-aa-user-admin-card-header:last-child {
    margin-bottom: 0;
}

.cc-aa-user-admin-card-header .cc-aa-user-admin-card-title {
    margin-bottom: 0;
}

.cc-aa-user-admin-card-title-main {
    column-gap: 10px;
    row-gap: 6px;
}

.cc-aa-user-admin-card-link {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 500;
}

/* ----- end main card ----- */

/* ----- Gray card ----- */
.cc-aa-user-admin-gray-cards {
    column-gap: 30px;
    row-gap: 20px;
}

.cc-aa-user-admin-gray-card {
    background-color: var(--lighr-gray);
    border-radius: 10px;
    padding: 20px 20px;
    gap: 20px;
}

.cc-aa-user-admin-gray-card-icon-back {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cc-aa-user-admin-gray-card-icon-back .cc-aa-user-admin-gray-card-icon {
    max-height: 30px;
    object-fit: contain;
}

.cc-aa-user-admin-gray-card-text:not(:last-child) {
    margin-bottom: 6px;
}

.cc-aa-user-admin-gray-card-number {
    color: #606B7B;
    font-size: 16px !important;
}

.cc-aa-user-admin-gray-cards-small .cc-aa-user-admin-gray-card {
    padding: 15px;
}

.cc-aa-user-admin-gray-cards-small .cc-aa-user-admin-gray-card-icon-back {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

.cc-aa-user-admin-card-title-subtext .cc-aa-user-admin-card-text {
    margin-top: 6px;
}

/* ----- Gray card ----- */

/* ----- yellow notice ----- */
.cc-aa-admin-user-notice {
    background-color: #FFF1E3;
    padding: 22px 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.cc-aa-admin-user-notice:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    background-color: #D0A273;
    height: 100%;
}

.cc-aa-admin-user-notice .cc-aa-admin-user-notice-heading {
    color: #9E744A;
    margin-bottom: 6px;
    gap: 5px;
}

.cc-aa-admin-user-notice .cc-aa-admin-user-notice-text {
    color: #9E744A;
}

/* ----- end yellow notice ----- */

/* ----- form field ----- */
.cc-aa-user-admin-form-fields {
    column-gap: 30px;
    row-gap: 25px;
}

.cc-aa-user-admin-form-fields:not(:last-child) {
    margin-bottom: 30px;
}

.cc-aa-user-admin-form-field:not(:last-child) {
    margin-bottom: 25px;
}

.cc-aa-user-admin-form-fields .cc-aa-user-admin-form-field {
    margin-bottom: 0;
}

.cc-aa-user-admin-form-field-label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.cc-aa-user-admin-form-input,
.cc-aa-user-admin-form-select {
    border: 1px solid #D0D0D0;
    background-color: transparent;
    color: var(--secondary-color);
    font-size: 14px;
    padding: 12px 45px 12px 18px;
    line-height: 1.2;
    border-radius: 10px;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    appearance: none;
    -webkit-appearance: none;
    height: 48px;
    text-transform: lowercase;
}

.cc-aa-user-admin-form-input::placeholder {
    color: var(--secondary-color);
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
}

.cc-aa-user-admin-form-select {
    position: relative;
    background-image: url(../images/dropdown-arrow.webp);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position-y: center;
    background-position-x: calc(100% - 20px);
    cursor: pointer;
}

.cc-aa-user-admin-form-field-buttons {
    margin-top: 25px;
}

.cc-aa-user-admin-form-input[type="number"] {
    padding-right: 18px;
}

textarea.cc-aa-user-admin-form-input {
    height: 100px;
    max-width: 100%;
    padding-right: 18px;
}

/* ----- end form field ----- */

/* ----- color picker field ----- */
input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
}

.cc-aa-user-admin-color-field-main {
    position: relative;
}

.cc-aa-user-admin-colorpicker {
    padding: 0;
    border: 0;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    cursor: pointer;
}

.cc-aa-user-admin-form-input {
    color: #606B7B;
}

/* ----- end color picker field ----- */

/* ----- radio button ----- */
.cc-aa-user-admin-radio-input {
    margin: 0 0 !important;
    display: none !important;
}

.cc-aa-user-admin-radio-button {
    display: block;
    cursor: pointer;
    margin-bottom: 20px;
    max-width: fit-content;
}

.cc-aa-user-admin-radio-button:last-child {
    margin-bottom: 0;
}

.cc-aa-user-admin-radio-label-text {
    padding-left: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.cc-aa-user-admin-radio-label-text:before {
    content: "";
    min-width: 18px;
    width: 18px;
    height: 18px;
    display: block;
    background-color: #D9D9D9;
    border-radius: 100%;
    margin-right: 16px;
    border: 4px solid #D9D9D9;
}

.cc-aa-user-admin-radio-input:checked~.cc-aa-user-admin-radio-label-text:before {
    border-color: var(--primary-color);
    background-color: var(--lighr-gray);
}

/* Disabled + checked radios (scanner page uses read-only radios) */
.cc-aa-user-admin-radio-input:checked:disabled~.cc-aa-user-admin-radio-label-text:before {
    border-color: var(--primary-color);
    background-color: var(--lighr-gray);
}

/* Scanner page: make small radio visuals closer to the mockup (thinner ring). */
.cc-aa-user-admin-scan-accessibility-fields .cc-aa-user-admin-radio-small .cc-aa-user-admin-radio-label-text:before {
    border-width: 2px;
}

.cc-aa-user-admin-scan-accessibility-fields .cc-aa-user-admin-radio-input:checked~.cc-aa-user-admin-radio-label-text:before {
    border-width: 2px;
}

.cc-aa-user-admin-scan-accessibility-fields .cc-aa-user-admin-radio-input:checked:disabled~.cc-aa-user-admin-radio-label-text:before {
    border-width: 2px;
}

.cc-aa-user-admin-radio-button:has(.cc-aa-user-admin-radio-input:checked) .cc-aa-user-admin-none {
    display: flex;
}

.cc-aa-user-admin-radio-form-field .cc-aa-user-admin-form-field-label {
    margin-bottom: 20px;
}

.cc-aa-user-admin-radio-small .cc-aa-user-admin-radio-label-text:before {
    width: 12px;
    height: 12px;
    min-width: 12px;
    margin-right: 10px;
}

/* Scanner URL validation message */
.cc-aa-user-admin-scan-url-error {
    color: #d0312d;
    font-size: 12px;
    margin-top: 6px;
}

.cc-aa-user-admin-status-pending .h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px;
}

.cc-aa-user-admin-form-field-buttons a.cc-aa-user-admin-button.cc-aa-user-admin-gray-button:hover {
    background: #ffffff;
    color: #000000;
    border-color: #fff;
}

h5.cc-aa-admin-user-notice-heading.d-flex.flex-item-center {
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    line-height: 1.2;
}

/* ----- full page Loader Start ----- */
.loader {
    position: fixed;
    top: 32px;
    left: 160px;
    width: calc(100% - 160px);
    height: calc(100% - 32px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 80%);
    z-index: 99999;
}

.loader:after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%, #683996);
    -webkit-mask: radial-gradient(farthest-side,
            #0000 calc(100% - 6px),
            #000 0);
    mask: radial-gradient(farthest-side,
            #0000 calc(100% - 6px),
            #000 0);
    animation: loader 1s infinite linear;
    position: absolute;
}

@keyframes loader {
    to {
        transform: rotate(1turn);
    }
}

@media(max-width:960px) {
    .loader {
        width: calc(100% - 36px);
        left: 36px;
    }
}

@media(max-width:782px) {
    .loader {
        width: 100%;
        left: 0;
        top: 46px;
        height: calc(100% - 46px);
    }
}
/* ----- end full page Loader ----- */

/* Scanner: force the locked default selection to show as "filled" even when the
   radio input is disabled (some browsers don't reliably apply :checked rules). */
.cc-aa-user-admin-radio-locked-selected:before {
    border-color: var(--primary-color);
    background-color: var(--lighr-gray);
    border-width: 2px;
}

.cc-aa-user-admin-label-with-note {
    margin-bottom: 10px;
    gap: 10px;
}

.cc-aa-user-admin-label-with-note .cc-aa-user-admin-form-field-label {
    margin-bottom: 0;
    width: auto;
}

/* ----- end radio button ----- */

/* ----- squer checkboox button ----- */
.cc-aa-user-admin-checkbox {
    margin: 0 0 !important;
    display: none !important;
}

div#aa-success-alert {
    background-color: #F1EAFF;
    border: 1px solid #E8E8E8;
    color: var(--primary-color);
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 10px;
    margin-top: 15px;
}

.close {
    font-size: 26px;
    line-height: 100%;
    height: 100%;
    margin: 0;
    color: #613c91 !important;
    padding: 8px 20px !important;
}

.alert-success{
    background-color: #F1EAFF !important;
    border: 1px solid #E8E8E8 !important;
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
    margin-top: 15px !important;
}
.cc-aa-user-admin-squer-checkbox {
    background-color: #D9D9D9;
    padding: 5px;
    border-radius: 6px;
    height: 100%;
    min-width: 50px;
    cursor: pointer;
}

.cc-aa-user-admin-squer-checkbox .cc-aa-user-admin-squer-checkbox-navigaor {
    width: 20px;
    height: 18px;
    border-radius: 4px;
    background-color: #fff;
    display: block;
    transition: all 0.5s;
}

.cc-aa-user-admin-squer-checkbox:has(.cc-aa-user-admin-checkbox:checked) {
    background-color: var(--primary-color);
}

.cc-aa-user-admin-squer-checkbox:has(.cc-aa-user-admin-checkbox:checked) .cc-aa-user-admin-squer-checkbox-navigaor {
    margin-left: auto;
}

/* ----- end squer checkboox button ----- */

/* ----- squer checkmark ----- */
.cc-aa-user-admin-checkmark-box-squer {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    background-size: 14px;
}

.cc-aa-user-admin-checkmark-big {
    width: 26px;
    height: 26px;
    background-size: 16px;
}

.cc-aa-user-admin-checkmark-box-squer:checked {
    border-color: var(--secondary-color);
    background-image: url(../images/checkmark-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
}

/* ----- end squer checkmark ----- */

/* ----- switch button ----- */
.cc-aa-user-admin-switch-button {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cc-aa-user-admin-switch-input {
    margin: 0;
    display: none;
}

.cc-aa-user-admin-switch-navigator {
    display: block;
    min-width: 40px;
    width: 40px;
    height: 18px;
    background-color: #D9D9D9;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
}

.cc-aa-user-admin-switch-navigator:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-color: #606B7B;
    border-radius: 100%;
    position: absolute;
    top: -4px;
    left: 0;
    box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.3);
    transition: all 0.3s;
}

.cc-aa-user-admin-switch-button:has(.cc-aa-user-admin-switch-input:checked) .cc-aa-user-admin-switch-navigator {
    background-color: rgba(187, 134, 252, 0.38);
}

.cc-aa-user-admin-switch-button:has(.cc-aa-user-admin-switch-input:checked) .cc-aa-user-admin-switch-navigator:before {
    background-color: var(--primary-color);
    left: auto;
    right: 0;
}

/* ----- end switch button ----- */

/*----- steper progress -----*/
.cc-aa-user-admin-steper-container {
    position: relative;
    max-width: 100%;
    height: 10px;
    background: #EDE5FD;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 90px;
}

.cc-aa-user-admin-steper-container .cc-aa-user-admin-steper-bar {
    position: absolute;
    height: 100%;
    background: #683996;
    width: 0;
    border-radius: 4px;
}

.cc-aa-user-admin-steper-container .cc-aa-user-admin-steper-pointer {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #683996;
    border-radius: 100%;
    cursor: pointer;
    top: 50% !important;
    transform: translateY(-50%) translateX(0px);
}

.cc-aa-user-admin-steper-container .cc-aa-user-admin-box-item-main {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    width: 101%;
    padding-left: 7px;
    padding-right: 10px;
}

.cc-aa-user-admin-steper-container .cc-aa-user-admin-box-item-main [class^="item-"] {
    font-weight: bold;
    font-size: 14px;
}

.cc-aa-user-admin-position-text {
    margin-top: 20px;
}

.cc-aa-user-admin-steper-container .cc-aa-user-admin-steper-value {
    color: #fff;
    background-color: #683996;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin: -36px 0px 0 -1px;
    position: relative;
}

.cc-aa-user-admin-steper-container .cc-aa-user-admin-steper-value:before {
    top: 80%;
    left: 32%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #683996;
    border-width: 10px;
    margin-left: -6px;
}

/*----- end steper progress -----*/

/*----- Tab -----*/
.tabs {
    padding: 8px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    max-width: max-content;
    margin: 0 auto;
}

.tab-button {
    font-size: 14px;
    background-color: transparent;
    border: 0;
    padding: 10px 20px;
    font-weight: 500;
    cursor: pointer;
}

.tab-button.active {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px;
}

.tab-content:not(.active) {
    display: none;
}

/*----- end Tab -----*/

/*----- popup -----*/
.cc-aa-user-admin-popup-main {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.cc-aa-user-admin-popup-main.open {
    display: block;
}

.cc-aa-user-admin-popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.cc-aa-user-admin-popup-content {
    background-color: #fff;
    position: absolute;
    max-width: 775px;
    width: calc(100% - 40px);
    height: auto;
    margin: auto;
    left: 0;
    right: 0;
    max-height: calc(100% - 40px);
    border-radius: 15px;
    overflow: auto;
    top: 50%;
    transform: translatey(-50%);
    padding: 25px;
}

.cc-aa-user-admin-popup-header .cc-aa-user-admin-popup-header-title {
    margin-bottom: 0;
}

.cc-aa-user-admin-popup-close {
    background-color: transparent;
    border: 0;
    outline: 0;
    width: 22px;
    height: 22px;
    padding: 0;
    cursor: pointer;
}

.cc-aa-user-admin-popup-header {
    margin-bottom: 20px;
}

/*----- end popup -----*/

/*----- table -----*/
.cc-aa-user-admin-table-scroll {
    overflow: auto;
}

table th {
    font-size: 16px;
    vertical-align: top;
}

table td,
table tr td>* {
    color: #606B7B;
}

table td a {
    text-transform: none;
}

table :is(th, td) {
    text-align: left;
    padding: 20px 25px;
    border-bottom: 1px solid rgba(184, 184, 184, 0.5);
    min-width: 100px;
}

table td svg {
    display: block;
    margin: 0 auto;
}

table tr:last-child td {
    border-bottom: 0;
}

.cc-aa-user-admin-table-product-img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    object-fit: contain;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    background-color: #fff;
}

.cc-aa-user-admin-rank-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.cc-aa-user-admin-rank-btn {
    width: 22px;
    height: 22px;
    background-color: #F1EAFF;
    border: 0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cc-aa-user-admin-rank-btn svg {
    width: 100%;
    height: auto;
}

.cc-aa-user-admin-edit-link .cc-aa-user-admin-edit-icon {
    display: inline;
}

.cc-aa-user-admin-table-list-count {
    font-weight: 500;
    margin-bottom: 0;
}

.cc-aa-user-admin-table-list-count span {
    font-weight: 600;
}

table td .cc-aa-user-admin-button {
    white-space: nowrap;
}

.cc-aa-user-admin-status-badge {
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 30px;
    white-space: nowrap;
}

.cc-aa-user-admin-warning-badge {
    background-color: #FEF3C7;
    color: #92400E;
}

.cc-aa-user-admin-success-badge {
    background-color: #E5F3E5;
    color: #457745;
}

.cc-aa-user-admin-danger-badge {
    background-color: #f2dede;
    color: #a94442;
}

/* pagination */
.cc-aa-user-admin-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.cc-aa-user-admin-pagination button,
.cc-aa-user-admin-pagination span {
    height: 25px;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #F1F1F1;
    cursor: pointer;
    border-radius: 5px;
    min-width: 25px;
}

.cc-aa-user-admin-pagination button[disabled] {
    color: #606B7B;
}

.cc-aa-user-admin-pagination .active-page {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

/*end pagination*/

/*----- end table -----*/

/*----- circle progress -----*/
.cc-aa-user-admin-scanner-circle-prgress {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    position: relative;
    background: conic-gradient(#683996 0deg var(--deg), #e5e7eb var(--deg) 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cc-aa-user-admin-scanner-circle-prgress:before {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    background: white;
    border-radius: 50%;
}

.cc-aa-user-admin-scanner-prgress-score {
    font-weight: bold;
    color: var(--primary-color);
    z-index: 1;
}

/*----- end circle progress -----*/


/*----- status message -----*/
.cc-aa-user-admin-status-banner {
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    backdrop-filter: blur(10px);
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    flex-wrap: wrap;
    gap: 10px;
}

.cc-aa-user-admin-status-banner .cc-aa-user-admin-button svg {
    width: 14px;
}

.cc-aa-user-admin-status-banner .cc-aa-user-admin-button path {
    color: #fff;
}

.cc-aa-user-admin-status-pending {
    background: #f3e8ff;
    color: #6b21a8;
    border-left: 6px solid #a855f7;
}

.cc-aa-user-admin-status-working {
    background: #dbeafe;
    color: #1e40af;
    border-left: 6px solid #3b82f6;
}

.cc-aa-user-admin-status-failed {
    background: #fee2e2;
    color: #991b1b;
    border-left: 6px solid #ef4444;
}

.cc-aa-user-admin-status-completed {
    display: none;
}

.cc-aa-user-admin-status-pending .cc-aa-user-admin-button {
    background-color: #6b21a8;
}

.cc-aa-user-admin-status-working .cc-aa-user-admin-button {
    background-color: #1e40af;
}

.cc-aa-user-admin-status-failed .cc-aa-user-admin-button {
    background-color: #991b1b;
}

/*----- end status message -----*/

.cc-aa-user-admin-features-option-cards {
    gap: 30px;
}

.cc-aa-user-admin-features-option-card-header-title {
    margin-bottom: 0;
}

.cc-aa-user-admin-features-option-card {
    background-color: var(--lighr-gray);
    padding: 20px;
    border-radius: 10px;
    min-height: 155px;
    position: relative;
}

.cc-aa-user-admin-features-option-card-header {
    margin-bottom: 16px;
}

.cc-aa-user-admin-features-option-card-text {
    color: #606B7B;
    max-width: 80%;
}

.cc-aa-user-admin-features-option-card.no-access-allowed {
    opacity: 0.6;
    pointer-events: none;
}

.cc-aa-user-admin-features-option-card.no-access-allowed input[type="checkbox"] {
    cursor: not-allowed;
}

.cc-aa-user-upgrade-plan-message-with-icon {
    gap: 5px;
    color: var(--primary-color);
}

.cc-aa-user-admin-footer {
    margin-top: 30px;
    text-align: center;
}

.cc-aa-user-admin-footer a {
    color: var(--primary-color);
}

/*----------- end common css -----------*/

/*----------- header css -----------*/
.cc-aa-user-admin-header {
    gap: 20px;
    margin-bottom: 20px;
}

.cc-aa-user-admin-header>div {
    flex: 1;
}

.cc-aa-user-admin-header-name {
    margin-bottom: 15px;
    gap: 10px;
}

.cc-aa-user-admin-header-plan-info {
    background-color: #EDDAFF;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 7px;
    border-radius: 6px;
}

.cc-aa-user-admin-header-welcome-message {
    margin-bottom: 20px;
}

.cc-aa-user-admin-header .cc-aa-user-admin-squer-button {
    min-width: 160px;
    margin-left: auto;
}

.cc-aa-user-admin-language {
    gap: 10px;
}

.cc-aa-user-admin-language select {
    min-height: 36px;
    max-width: 300px;
    flex: 1;
    background-color: #E9E9ED;
    border: 0;
    padding: 9px 45px 9px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #606B7B;
    min-width: 274px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    background-image: url(../images/dropdown-arrow.webp);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position-y: center;
    background-position-x: calc(100% - 20px);
    cursor: pointer;
}

/*----------- end header css -----------*/


/*----------- dashboard -----------*/
.cc-aa-user-admin-content .cc-aa-user-admin-content-left {
    width: 65%;
}

.cc-aa-user-admin-content .cc-aa-user-admin-content-right {
    padding-left: 30px;
    width: 35%;
}

.cc-aa-user-admin-progress-main {
    column-gap: 30px;
    row-gap: 16px;
    margin-bottom: 25px;
}

.cc-aa-user-admin-progress-bar {
    background-color: #D9D9D9;
    height: 10px;
    border-radius: 16px;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.cc-aa-user-admin-progress {
    background-color: var(--primary-color);
    width: 50%;
    height: 100%;
    border-radius: 16px;
}

.cc-aa-user-admin-quickstart .cc-aa-user-admin-radio-button {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
}

.cc-aa-user-admin-quickstart .cc-aa-user-admin-radio-button:has(.cc-aa-user-admin-radio-input:checked) {
    background-color: var(--lighr-gray);
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cc-aa-user-admin-radio-input:checked~.cc-aa-user-admin-radio-label-text {
    font-weight: 600;
}

.cc-aa-user-admin-quickstart .cc-aa-user-admin-radio-note {
    margin-bottom: 0;
    margin-top: 6px;
    padding-left: 40px;
}

.cc-aa-user-admin-quickstart .cc-aa-user-admin-radio-button-part {
    padding-left: 40px;
    margin-top: 16px;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}

.cc-aa-user-admin-app-status-info {
    background-color: #D9D9D9;
    padding: 2px 14px;
    border-radius: 50px;
}

.cc-aa-user-admin-card-inner {
    border: 1px solid #E6E6E6;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.cc-aa-user-admin-card-inner-title {
    margin-bottom: 10px;
}

.cc-aa-user-admin-card-inner .cc-aa-user-admin-button {
    margin-top: 28px;
}

.cc-aa-user-admin-other-platforms .cc-aa-user-admin-multi-button {
    gap: 10px;
}

.cc-aa-user-admin-other-platforms .cc-aa-user-admin-multi-button .cc-aa-user-admin-button {
    gap: 5px;
}

.cc-aa-user-admin-analytics-overview .cc-aa-user-admin-gray-cards,
.cc-aa-user-admin-features-overview .cc-aa-user-admin-gray-cards {
    grid-template-columns: 1fr 1fr 1fr;
}

.cc-aa-user-admin-features-overview .cc-aa-user-admin-card-header {
    margin-bottom: 10px;
}

.cc-aa-user-admin-recommended-apps-cards {
    column-gap: 50px;
    row-gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.cc-aa-user-admin-recommended-apps-card {
    background-color: var(--lighr-gray);
    padding: 25px;
    border-radius: 10px;
}

.cc-aa-user-admin-recommended-apps-card-icon-back {
    min-width: 70px;
    width: 70px;
}

.cc-aa-user-admin-recommended-apps-card-content {
    padding-left: 15px;
}

.cc-aa-user-admin-recommended-apps-card-title {
    margin-bottom: 10px;
}

.cc-aa-user-admin-recommended-apps-review {
    margin-bottom: 10px;
    gap: 10px;
}

/*----------- end dashboard -----------*/

/*----------- Accessibility Scanner -----------*/
.cc-aa-user-admin-scan-accessibility-fields {
    width: 50%;
}

.cc-aa-user-admin-form-note {
    margin-top: 12px;
}

/*----------- end Accessibility Scanner -----------*/

/*----------- accessibility scanner history page -----------*/
.cc-aa-user-admin-scanner-history-list .cc-aa-user-admin-card-background {
    padding-left: 0;
    padding-right: 0;
}

.cc-aa-user-admin-scanner-history-header {
    margin-bottom: 25px;
}

.cc-aa-user-admin-scanner-history-list table th:nth-child(2),
.cc-aa-user-admin-scanner-history-list table td:nth-child(2) {
    width: 25%;
}

/*----------- end accessibility scanner history page -----------*/

/*----------- accessibility scanner result page -----------*/
.cc-aa-user-admin-scanner-result-cards {
    column-gap: 30px;
    row-gap: 20px;
    max-width: 1300px;
    margin: 0 auto 30px auto;
}

.cc-aa-user-admin-scanner-result-card {
    background-color: #ffffff;
    border: 1px solid #e5e3e3;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 30px 16px rgba(0, 0, 0, 0.08);
}

.cc-aa-user-admin-scanner-label {
    margin-bottom: 10px;
}

.cc-aa-user-admin-scanner-label.fail {
    color: #dc2626;
}

.cc-aa-user-admin-scanner-result-card:has(.cc-aa-user-admin-website-ss) {
    padding: 0 0;
    overflow: hidden;
}

.cc-aa-user-admin-website-ss {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.cc-aa-user-admin-scanner-badge {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.cc-aa-user-admin-scanner-badge.a {
    background: #d1fae5;
    color: #065f46;
}

.cc-aa-user-admin-scanner-badge.aa {
    background: #dbeafe;
    color: #1e40af;
}

.cc-aa-user-admin-scanner-badge.aaa {
    background: #e9d5ff;
    color: #6b21a8;
}

.cc-aa-user-admin-scanner-info-category {
    max-width: 1300px;
    margin: 0 auto;
}

.cc-aa-user-admin-scanner-info-category-cards {
    column-gap: 30px;
    row-gap: 20px;
}

.cc-aa-user-admin-scanner-info-category-cards .cc-aa-user-admin-card-background {
    margin-bottom: 0;
}

.cc-aa-user-admin-scan-process-work {
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 70px 20px;
    text-align: center;
}

.cc-aa-user-admin-scan-process-work-title {
    margin-bottom: 10px;
}

.cc-aa-user-admin-scan-process-work .cc-aa-user-admin-scan-process-work-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/*----------- end accessibility scanner result page -----------*/

/*----------- Headless Settings -----------*/
.cc-aa-user-admin-headless-widget-copy {
    background-color: var(--lighr-gray);
    padding: 20px;
    border-radius: 10px;
}

.cc-aa-user-admin-headless-widget-title {
    margin-bottom: 9px;
}

.cc-aa-user-admin-copy-script-container {
    gap: 15px;
}

.cc-aa-user-admin-script-input {
    border: 1px solid #D0D0D0;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    flex: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
    font-size: 14px;
}

.cc-aa-user-admin-headless-widget-header {
    margin-bottom: 30px;
}

/*----------- end Headless Settings -----------*/

/*----------- menu Settings -----------*/
.cc-aa-user-admin-statement-card .cc-aa-user-admin-card-title {
    margin-bottom: 20px;
}

.cc-aa-user-admin-page-title-inner {
    margin-bottom: 30px;
}

.cc-aa-user-admin-statement-header {
    margin-bottom: 18px;
}

.cc-aa-user-admin-content-part-with-background {
    background-color: var(--lighr-gray);
    padding: 25px;
    border-radius: 10px;
}

.cc-aa-user-admin-content-part-with-background .title {
    margin-bottom: 8px;
}

.cc-aa-user-admin-content-part-with-background p,
.cc-aa-user-admin-content-part-with-background li {
    color: #606B7B;
}

.cc-aa-user-admin-bottom-button .cc-aa-user-admin-button {
    margin: 0 auto;
}

.cc-aa-user-admin-blue-button {
    background-color: var(--primary-color);
    color: #fff;
    border: 0;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    text-decoration: none;
}

.cc-aa-user-admin-blue-button:hover {
    opacity: 0.9;
}

.cc-aa-user-admin-footer-save-actions {
    margin-bottom: 0;
    margin-top: 30px;
}

.cc-aa-user-admin-footer-save-button {
    background-color: var(--primary-color);
    color: #fff;
    border: 0;
    padding: 12px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    min-height: 42px;
    text-decoration: none;
}

.cc-aa-user-admin-footer-save-button:hover {
    opacity: 0.9;
}

.cc-aa-user-admin-statement-editor {
    margin-bottom: 20px;
}

.cc-aa-user-admin-statement-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cc-aa-user-admin-footer-branding {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #E5E3E3;
}

.cc-aa-user-admin-footer-branding-text {
    color: #606B7B;
    margin: 0;
    font-weight: 500;
}

.cc-aa-user-admin-footer-branding-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

/* Menu page new-ui parity */

.cc-aa-user-admin.cc-aa-user-admin-menu-settings * {
    text-transform: none;
}

p.no-plan-notice {
    margin-top: 30px;
    background: #613c91;
    padding: 10px 30px;
    color: #ffffff;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 30px;
    display: none;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-page-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-header {
    margin-bottom: 40px;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 12px;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-squer-button {
    min-width: 160px;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-content {
    background: transparent;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-page-title-inner p {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #2b2b2b;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-features-sections {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
/* 
.cc-aa-user-admin-menu-settings .cc-aa-user-admin-card-background {
    background-color: #f7f7fa;
    border: 1px solid #e5e3ea;
    border-radius: 16px;
    box-shadow: none;
    padding: 22px 20px;
    margin-bottom: 0;
} */

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-card-title {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
    color: #2b2b2b;
}

/* .cc-aa-user-admin-menu-settings .cc-aa-user-admin-features-option-cards {
    gap: 16px;
} */

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-feature-card-wrap {
    margin: 0;
}


.cc-aa-user-admin-menu-settings .cc-aa-user-admin-features-option-card-header {
    margin-bottom: 10px;
}

.cc-aa-user-admin-menu-settings .toggle-row {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.cc-aa-user-admin-menu-settings .toggle-row input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cc-aa-user-admin-menu-settings .toggle-row .cc-aa-user-admin-switch-navigator {
    width: 48px;
    min-width: 48px;
    height: 24px;
    border-radius: 30px;
    background-color: #c9cdd6;
    margin-left: auto;
    position: relative;
    cursor: pointer;
}

.cc-aa-user-admin-menu-settings .toggle-row .cc-aa-user-admin-switch-navigator:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
    transition: transform 0.2s ease;
}

.cc-aa-user-admin-menu-settings .toggle-row input[type="checkbox"]:checked + .cc-aa-user-admin-switch-navigator {
    background-color: rgba(104, 57, 150, 0.28);
}

.cc-aa-user-admin-menu-settings .toggle-row input[type="checkbox"]:checked + .cc-aa-user-admin-switch-navigator:before {
    background-color: #683996;
    transform: translateX(24px);
}

.cc-aa-user-admin-menu-settings .toggle-row label {
    order: -1;
    flex: 1;
    margin: 0;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-features-option-card-text {
    margin: 0;
    max-width: 100%;
    color: #606b7b;
    font-size: 13px;
    line-height: 1.45;
}

.cc-aa-user-admin-menu-settings .toggle-row input[type="checkbox"]:disabled + .cc-aa-user-admin-switch-navigator {
    opacity: 0.7;
    cursor: not-allowed;
}

.cc-aa-user-admin-menu-settings .no-access-allowed {
    opacity: 0.82 !important;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-statement-card {
    padding: 20px;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-content-part-with-background {
    background-color: #ececf0;
    border-radius: 10px;
    padding: 18px;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-statement-header {
    margin-bottom: 14px;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-statement-header .cc-aa-user-admin-switch-button {
    gap: 10px;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-statement-header .cc-aa-user-admin-switch-button-label {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 600;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-statement-header .cc-aa-user-admin-switch-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-statement-header .cc-aa-user-admin-switch-input + .cc-aa-user-admin-switch-navigator {
    width: 48px;
    min-width: 48px;
    height: 24px;
    border-radius: 30px;
    background-color: #c9cdd6;
    position: relative;
    margin: 0;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-statement-header .cc-aa-user-admin-switch-input + .cc-aa-user-admin-switch-navigator:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
    transition: transform 0.2s ease;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-statement-header .cc-aa-user-admin-switch-input:checked + .cc-aa-user-admin-switch-navigator {
    background-color: rgba(104, 57, 150, 0.28);
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-statement-header .cc-aa-user-admin-switch-input:checked + .cc-aa-user-admin-switch-navigator:before {
    background-color: #683996;
    transform: translateX(24px);
}

.cc-aa-user-admin-menu-settings .reset-btn-main .cc-aa-user-admin-squer-button {
    min-width: 160px;
    min-height: 42px;
}

.cc-aa-user-admin-menu-settings .statement_link_box .cc-aa-user-admin-form-input {
    width: 100%;
    height: 44px;
    background-color: #fff;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-statement-editor {
    margin: 0;
}

.cc-aa-user-admin-menu-settings .editor_wrapper .wp-editor-wrap {
    border: 1px solid #d5d5db;
    border-radius: 8px;
    overflow: hidden;
}

.cc-aa-user-admin-menu-settings .editor_wrapper .mce-top-part::before {
    box-shadow: none;
}

.cc-aa-user-admin-menu-settings .editor_wrapper .wp-editor-area {
    min-height: 220px;
}

/* TinyMCE toolbar icons inside this editor wrapper
   Our admin CSS uses a global `font-family` rule that can interfere with TinyMCE
   icon fonts, causing toolbar buttons to render as blank squares. */
.cc-aa-user-admin-menu-settings .editor_wrapper .tox-toolbar .tox-icon,
.cc-aa-user-admin-menu-settings .editor_wrapper .tox-toolbar .tox-tbtn__icon,
.cc-aa-user-admin-menu-settings .editor_wrapper .mce-ico,
.cc-aa-user-admin-menu-settings .editor_wrapper .mce-i {
    font-family: "tinymce" !important;
    text-transform: none !important;
}

/* Some WP themes/builds render TinyMCE toolbar buttons outside the exact
   `.editor_wrapper` subtree (or rely on `::before` inheriting font-family).
   Force the icon pseudo-element to use TinyMCE's icon font. */
.cc-aa-user-admin-menu-settings [class*="mce-i-"]::before {
    font-family: "tinymce" !important;
    text-transform: none !important;
}

.cc-aa-user-admin-menu-settings .mce-ico::before {
    font-family: "tinymce" !important;
    text-transform: none !important;
}

/* TinyMCE 6+ (tox-icon) also relies on ::before pseudo-elements */
.cc-aa-user-admin-menu-settings [class*="tox-icon"]::before,
.cc-aa-user-admin-menu-settings .tox-tbtn__icon::before,
.cc-aa-user-admin-menu-settings .tox-toolbar [class*="tox-icon"]::before {
    font-family: "tinymce" !important;
    text-transform: none !important;
}


.cc-aa-user-admin-menu-settings .cc-aa-user-admin-bottom-button {
    margin-top: 22px;
    display: flex;
    justify-content: center;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-bottom-button .cc-aa-user-admin-button {
    min-width: 110px;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-footer {
    margin-top: 30px;
    text-align: center;
}

.cc-aa-user-admin-menu-settings .cc-aa-user-admin-footer-text {
    margin: 0;
}

@media (max-width: 1199px) {
    .cc-aa-user-admin-menu-settings .cc-aa-user-admin-features-option-cards.grid-column-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .cc-aa-user-admin-menu-settings .cc-aa-user-admin-header-right {
        width: 100%;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .cc-aa-user-admin.cc-aa-user-admin-menu-settings {
        padding: 18px 14px;
    }

    .cc-aa-user-admin-menu-settings .cc-aa-user-admin-features-option-cards.grid-column-3 {
        grid-template-columns: 1fr;
    }

    .cc-aa-user-admin-menu-settings .cc-aa-user-admin-statement-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*----------- end menu Settings -----------*/

/*----------- widget Settings -----------*/
.cc-aa-user-admin-widget-options-card .cc-aa-user-admin-card-title {
    margin-bottom: 25px;
}

.cc-aa-user-admin-widget-option-row {
    column-gap: 30px;
    row-gap: 20px;
    margin-bottom: 30px;
}

.cc-aa-user-admin-widget-option-row .cc-aa-user-admin-switch-button {
    margin-bottom: 20px;
}

.cc-aa-user-admin-widget-option-column p {
    color: #606B7B;
}

.cc-aa-user-admin-link-print {
    margin-bottom: 5px;
    color: var(--primary-color) !important;
    text-transform: none;
}

.cc-aa-user-admin-design-description-container {
    border: 1px solid #D0D0D0;
    padding: 14px 45px 14px 18px;
    border-radius: 10px;
    flex: 1;
    margin-bottom: auto;
}

.cc-aa-user-admin-widget-design-option,
.cc-aa-user-admin-widget-design-choose {
    column-gap: 20px;
    row-gap: 16px;
}

.cc-aa-user-admin-widget-design-choose-text {
    white-space: nowrap;
}

.cc-aa-user-admin-widget-design-choose .cc-aa-user-admin-form-select {
    min-width: 240px;
}

.cc-aa-user-admin-widget-design-option-left {
    margin-bottom: auto;
}

.cc-aa-user-admin-widget-design-option-left .cc-aa-user-upgrade-plan-message-with-icon {
    margin-top: 16px;
}

.cc-aa-user-admin-floating-widget .cc-aa-user-admin-card-title,
.cc-aa-user-admin-color-schema .cc-aa-user-admin-card-title {
    margin-bottom: 25px;
}

.cc-aa-user-admin-widget-icon .cc-aa-user-admin-card-header {
    margin-bottom: 25px;
}

.cc-aa-user-admin-icon-box-wrapper {
    gap: 20px;
    margin-top: 16px;
}

.cc-aa-user-admin-icon-box-wrapper .cc-aa-user-admin-widget-icon-preview-container {
    width: 55px;
    height: 55px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cc-aa-user-admin-icon-box-wrapper .cc-aa-user-admin-widget-icon-preview-container .cc-aa-user-admin-widget-icon-preview-image {
    object-fit: contain;
    width: auto;
    height: auto;
    max-height: 40px;
}

.cc-aa-user-admin-widget-icon-preview-container.selected {
    border-color: #653b94;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
}

/*----------- end widget Settings -----------*/

/*----------- Plan page -----------*/
.tabs.cc-aa-user-admin-pricing-plan-tab {
    margin-bottom: 50px;
}

.cc-aa-user-admin-pricing-plan-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.cc-aa-user-admin-plan-card {
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 0 8px 80px rgba(167, 167, 167, 0.36);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.cc-aa-user-admin-plan-header .cc-aa-user-admin-plan-name {
    margin-bottom: 0;
    font-weight: bold;
    color: var(--primary-color);
}

.cc-aa-user-admin-plan-header .cc-aa-user-admin-plan-trial-info {
    position: relative;
    color: #606B7B;
    font-weight: 500;
}

.cc-aa-user-admin-plan-header {
    margin-bottom: 25px;
}

.cc-aa-user-admin-plan-price-yearly {
    margin-bottom: 0;
}

.cc-aa-user-admin-plan-price h2 {
    font-size: 50px;
    font-weight: bold;
    display: flex;
    align-items: baseline;
}

.cc-aa-user-admin-plan-price h2:not(:last-child) {
    margin-bottom: 20px;
}

.cc-aa-user-admin-plan-price sub {
    color: #606B7B;
    font-size: 16px;
    font-weight: 400;
}

.cc-aa-user-admin-plan-price {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.cc-aa-user-admin-plan-features {
    padding: 0 0;
    margin: 0 0 14px 0;
}

.cc-aa-user-admin-plan-features li {
    color: #606B7B;
    list-style: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}

.cc-aa-user-admin-plan-features li strong {
    color: #606B7B;
}

.cc-aa-user-admin-plan-features .icon svg path {
    color: var(--primary-color);
}

.cc-aa-user-admin-plan-features .icon svg {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.cc-aa-user-admin-plan-button {
    background-color: #F1EAFF;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 25px;
    border-radius: 10px;
    outline: 0;
    box-shadow: none;
    margin-top: auto;
}

.cc-aa-user-admin-highlited-plan-card {
    background-color: var(--primary-color);
}

.cc-aa-user-admin-highlited-plan-card * {
    color: #fff !important;
}

.cc-aa-user-admin-highlited-plan-card .cc-aa-user-admin-plan-button {
    background-color: #fff;
    color: var(--primary-color) !important;
}

.cc-aa-user-admin-testimonials {
    padding: 80px 20px;
}

.cc-aa-user-admin-testimonial-card {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(167, 167, 167, 0.16);
    border-radius: 10px;
    padding: 40px 35px;
    min-height: 100%;
}

.cc-aa-user-admin-testimonial-card-header {
    margin-bottom: 25px;
}

.cc-aa-user-admin-testimonial-profile-img {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
}

.cc-aa-user-admin-testimonial-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cc-aa-user-admin-testimonial-name {
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 4px !important;
    font-size: 20px;
}

.cc-aa-user-admin-testimonial-country {
    color: #606B7B;
    font-weight: 500;
}

.cc-aa-user-admin-testimonial-card>p {
    line-height: 1.6;
}

.cc-aa-user-admin-swiper-navigation {
    gap: 30px;
    margin-top: 40px;
}

.cc-aa-user-admin-swiper-navigation .swiper-button-prev,
.cc-aa-user-admin-swiper-navigation .swiper-button-next {
    position: unset;
    width: 25px;
    height: 25px;
    margin: 0;
}

.cc-aa-user-admin-swiper-navigation .swiper-button-prev svg,
.cc-aa-user-admin-swiper-navigation .swiper-button-next svg {
    width: 14px;
}

.cc-aa-user-admin-swiper-navigation .swiper-pagination {
    max-width: max-content;
    position: unset;
}

.cc-aa-user-admin-swiper-navigation .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 45px;
}

.cc-aa-user-admin-swiper-navigation .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 16px;
}

.cc-aa-user-admin-faqs-main {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    box-shadow: 0 4px 50px 20px rgba(0, 0, 0, 0.03);
    margin-bottom: 16px;
}

.cc-aa-user-admin-faq-question {
    padding: 20px 50px 20px 20px;
    cursor: pointer;
    position: relative;
}

.cc-aa-user-admin-faq-question>* {
    margin: 0 0;
}

.cc-aa-user-admin-faq-ans {
    padding: 0 20px 20px;
    display: none;
}

.cc-aa-user-admin-faq-ans hr {
    border-color: #E5E5E5;
    border-top: 0;
    margin-bottom: 20px;
    margin-top: 0;
}

.cc-aa-user-admin-faq-ans :is(h1, h2, h3, h4) {
    margin-bottom: 16px;
}

.cc-aa-user-admin-faq-ans :is(h5, h6) {
    margin-bottom: 10px;
}

.cc-aa-user-admin-faqs-main.active .cc-aa-user-admin-faq-ans {
    display: block;
}

.cc-aa-user-admin-faq-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    max-width: 16px;
    height: auto;
}

.cc-aa-user-admin-faqs-main.active .cc-aa-user-admin-faq-question .cc-aa-user-admin-faq-arrow {
    transform: translatey(-50%) rotate(180deg);
}

.cc-aa-user-admin-swiper-navigation:has(.swiper-pagination.swiper-pagination-lock) {
    display: none;
}

/*----------- end Plan page -----------*/

/*----------- page language -----------*/
.cc-aa-user-admin.cc-aa-user-admin-language-settings {
    padding: 30px;
}

.cc-aa-user-admin-language-settings * {
    text-transform: none;
}

.cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-header-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-page-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 12px;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-squer-button {
    min-width: 160px;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-content {
    background: transparent;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-language-actions {
    margin-bottom: 14px;
}

.cc-aa-user-admin-language-settings .save-ranking-btn {
    min-width: 138px;
    min-height: 40px;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-language-table-wrap {
    width: 100%;
}


.cc-aa-user-admin-language-settings .cc-aa-user-admin-manage-languages-list-table {
    width: 100%;
    border-collapse: collapse;
}


.cc-aa-user-admin-language-settings .cc-aa-user-admin-manage-languages-list-table th {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 700;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-manage-languages-list-table td {
    color: #606b7b;
    font-size: 15px;
    font-weight: 500;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-manage-languages-list-table tbody tr:last-child td {
    border-bottom: 0;
}

.rank-controls p.chkbox-tooltip{
    position: absolute;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-language-status-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin: 0 auto;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-edit-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-edit-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-rank-controls {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-rank-btn {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 0;
    background-color: #ebe3f7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-rank-btn svg {
    width: 14px;
    height: 14px;
}

.cc-aa-user-admin-language-settings .rotate-down {
    transform: rotate(180deg);
}

.cc-aa-user-admin-language-settings .no-access-allowed {
    opacity: 0.82 !important;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-footer {
    margin-top: 30px;
    text-align: center;
}

.cc-aa-user-admin-language-settings .cc-aa-user-admin-footer-text {
    margin: 0;
}

@media (max-width: 991px) {
    .cc-aa-user-admin-language-settings .cc-aa-user-admin-header-right {
        width: 100%;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .cc-aa-user-admin.cc-aa-user-admin-language-settings {
        padding: 18px 14px;
    }

}

/*----------- end page language -----------*/

/*----------- page edit language -----------*/


.cc-aa-user-admin-language-controller-settings * {
    text-transform: none;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-header {
    margin-bottom: 16px;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-page-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 10px;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-header .cc-aa-user-admin-squer-button {
    min-width: 150px;
    margin-bottom: 0;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-language-controller-hidden-language-switch {
    display: none;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-content {
    background: transparent;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-language-controller-inner {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}


.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-lang-controller-card:first-child {
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-lang-controller-card:first-child .cc-aa-user-admin-card-header {
    display: none;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-card-header {
    margin-bottom: 16px;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-card-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #2b2b2b;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-language-controller-switches {
    gap: 18px;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-language-controller-switches .cc-aa-user-admin-switch-button {
    gap: 10px;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-language-controller-switches .cc-aa-user-admin-switch-button-label {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 600;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-language-controller-switches .cc-aa-user-admin-switch-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-language-controller-switches .cc-aa-user-admin-switch-navigator {
    width: 48px;
    min-width: 48px;
    height: 24px;
    border-radius: 30px;
    background-color: #c9cdd6;
    position: relative;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-language-controller-switches .cc-aa-user-admin-switch-input:checked + .cc-aa-user-admin-switch-navigator {
    background-color: rgba(104, 57, 150, 0.28);
}


.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-form-fields {
    column-gap: 22px;
    row-gap: 18px;
    margin-bottom: 0;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-form-field > label {
    display: block;
    margin-bottom: 8px;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-form-input {
    height: 48px;
    background-color: transparent;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-bottom-button {
    margin-top: 22px;
    display: flex;
    justify-content: center;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-bottom-button .cc-aa-user-admin-button {
    min-width: 110px;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-footer {
    margin-top: 30px;
    text-align: center;
}

.cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-footer-text {
    margin: 0;
}

.cc-aa-user-admin-language-controller-settings .no-access-allowed {
    opacity: 0.82 !important;
}

@media (max-width: 1199px) {
    .cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-form-fields.grid-column-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-header-right {
        width: 100%;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .cc-aa-user-admin.cc-aa-user-admin-language-controller-settings {
        padding: 18px 14px;
    }

    .cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-form-fields.grid-column-3 {
        grid-template-columns: 1fr;
    }

    .cc-aa-user-admin-language-controller-settings .cc-aa-user-admin-language-controller-switches {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*----------- end page edit language -----------*/

/*----------- analytics overview page  -----------*/
.cc-aa-user-admin-activity-highlights .cc-aa-user-admin-gray-cards {
    row-gap: 30px;
}

.cc-aa-user-admin-chart-container canvas {
    max-height: 550px;
    height: auto !important;
    width: 100%;
}

.cc-aa-user-admin-chart-container .cc-aa-user-admin-chart-legend {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 16px;
    margin-bottom: 16px;
}

.cc-aa-user-admin-chart-container .cc-aa-user-admin-chart-legend .cc-aa-user-admin-chart-legend-item-dot {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 5px;
}

.cc-aa-user-admin-chart-container .cc-aa-user-admin-chart-legend .cc-aa-user-admin-chart-legend-item {
    display: flex;
    gap: 5px;
    color: #606B7B;
    cursor: pointer;
}

.cc-aa-user-admin-chart-container .cc-aa-user-admin-chart-legend .cc-aa-user-admin-chart-legend-item.hidden {
    text-decoration: line-through;
    opacity: 0.6;
}

.cc-aa-user-admin-chart-legend-item-dot.pink {
    background-color: #DC6EB3;
}

.cc-aa-user-admin-chart-legend-item-dot.purple {
    background-color: #683996;
}

.cc-aa-user-admin-chart-controls {
    position: relative;
}

.cc-aa-user-admin-chart-controls .cc-aa-user-admin-form-select {
    color: #606B7B;
    min-width: 300px;
    height: 42px;
}

.cc-aa-user-admin-custom-date {
    position: absolute;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.2);
    right: 0;
    width: 100%;
    min-width: fit-content;
    gap: 10px;
}

.cc-aa-user-admin-custom-date .cc-aa-user-admin-form-input {
    height: 42px;
    padding-right: 18px;
}

/*----------- end analytics overview page -----------*/

/*----------- dashboard page (new layout) -----------*/
.cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-quickstart-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-quickstart-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid transparent;
}

.cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-quickstart-step.is-completed {
    background-color: var(--lighr-gray);
    border-color: #e5e3e3;
}

.cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-quickstart-step-marker {
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-quickstart-step-content {
    flex: 1;
}

.cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-quickstart-step-title {
    color: #2b2b2b;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-quickstart-step-note {
    margin-top: 6px;
    margin-bottom: 0;
    color: #606b7b;
}

.cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-quickstart-step-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-app-status-info.is-active {
    background-color: #dbf2e0;
    color: #2f7a43;
}

.cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-app-status-info.is-inactive {
    background-color: #d9d9d9;
    color: #2b2b2b;
}

.cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-recommended-apps-card {
    text-decoration: none;
    color: #2b2b2b;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-recommended-apps-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/*----------- end dashboard page (new layout) -----------*/

/*----------- analytics overview page (new layout) -----------*/
p.free-trial-note {
    padding: 10px 30px;
    background: #613c91;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 20px;
}

.cc-aa-user-admin-analytics-overview-page .cc-aa-user-admin-gray-card {
    padding: 14px;
}

.cc-aa-user-admin-analytics-overview-page .cc-aa-user-admin-activity-highlights .cc-aa-user-admin-gray-card-icon-back {
    width: 46px;
    min-width: 46px;
    height: 46px;
}

.cc-aa-user-admin-analytics-overview-page .cc-aa-user-admin-activity-highlights .cc-aa-user-admin-gray-card-text {
    margin-bottom: 2px;
}

.cc-aa-user-admin-analytics-overview-page .no-data-message {
    background-color: #fff;
    border: 1px solid #e5e3e3;
    border-radius: 10px;
    padding: 14px;
    color: #606b7b;
    font-weight: 500;
}

/*----------- end analytics overview page (new layout) -----------*/

/*----------- ai alt text page -----------*/
.cc-aa-user-admin-header-credit-info {
    background-color: #EDDAFF;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 14px;
    border-radius: 6px;
    color: var(--primary-color);
}

.cc-aa-user-admin-buy-credit-history {
    margin-bottom: 25px;
}

.cc-aa-user-product-search-filter {
    column-gap: 30px;
    row-gap: 20px;
    margin-bottom: 25px;
}

.cc-aa-user-product-search-filter .cc-aa-user-product-search {
    flex: 1;
}

.cc-aa-user-product-search-filter .cc-aa-user-admin-form-select {
    max-width: 250px;
}

.cc-aa-user-admin-multi-button {
    margin-bottom: 25px;
}

.cc-aa-user-admin-product-selection-empty {
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 70px 20px;
    text-align: center;
}

.cc-aa-user-admin-product-selection-empty img {
    margin: 0 auto 20px;
    max-height: 157px;
    object-fit: contain;
}

.cc-aa-user-admin-product-selection-empty .cc-aa-user-admin-product-selection-empty-title {
    margin-bottom: 10px;
}

.cc-aa-user-admin-product-selection-empty .cc-aa-user-admin-button {
    margin: 0 auto;
}

.cc-aa-user-admin-credit-info {
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.cc-aa-user-admin-credit-info>div:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.cc-aa-user-admin-generate-ai-button {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    color: #fff;
    border: 0;
    background-color: var(--primary-color);
    padding: 5px 20px;
    border-radius: 50px;
    cursor: pointer;
    white-space: nowrap;
}

.cc-aa-user-admin-generate-ai-button img {
    display: block;
    max-width: 16px;
    height: auto;
    object-fit: contain;
}

.cc-aa-user-admin-alttext-product-list .cc-aa-user-admin-card-background {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cc-aa-user-admin-alttext-product-list table td,
.cc-aa-user-admin-alttext-product-list table th {
    text-align: left;
}

.cc-aa-user-admin-alttext-product-list th:first-child,
.cc-aa-user-admin-alttext-product-list td:first-child {
    min-width: auto;
}

.cc-aa-user-admin-alttext-product-list th:nth-child(3),
.cc-aa-user-admin-alttext-product-list td:nth-child(3) {
    width: 20%;
    min-width: 160px;
}

.cc-aa-user-admin-alttext-product-list table td:nth-child(4),
.cc-aa-user-admin-alttext-product-list table th:nth-child(4) {
    min-width: 200px;
    width: 40%;
}

.cc-aa-user-admin-alttext-product-history-list .cc-aa-user-admin-button {
    margin-bottom: 20px;
}

.cc-aa-user-admin-alttext-product-history-list .cc-aa-user-admin-card-background {
    padding-left: 0;
    padding-right: 0;
}

.cc-aa-user-admin-alttext-product-history-list th:nth-child(3),
.cc-aa-user-admin-alttext-product-history-list td:nth-child(3) {
    width: 40%;
    min-width: 250px;
}

.cc-aa-user-admin-alttext-product-history-list th:nth-child(4),
.cc-aa-user-admin-alttext-product-history-list td:nth-child(4) {
    min-width: 140px;
}

.cc-aa-user-admin-generate-alt-text-alert {
    display: flex;
    align-items: flex-start;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    border-radius: 6px;
    padding: 12px;
    line-height: 1.5;
    font-size: 12px;
    margin-bottom: 16px;
}

.generate-alt-text-alert-success {
    background: #d1fae5;
    border: 1px solid #6ee7b7;
}

/*----------- end ai alt text page -----------*/

h2.cc-aa-user-admin-header-name {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
}

h2.cc-aa-user-admin-page-title {
    font-size: 24px;
    font-weight: 600;
}

h4.cc-aa-user-admin-card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}

a.cc-aa-user-admin-quickstart-step-title {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
    margin-top: 0;
    outline: 0;
}


/*1670*/
@media screen and (max-width: 1430px) {

    /*----------- Plan page -----------*/
    .cc-aa-user-admin-plan-header .cc-aa-user-admin-plan-name {
        font-size: 18px;
    }

    .cc-aa-user-admin-plan-price h2 {
        font-size: 40px;
    }

    .cc-aa-user-admin-plan-features li {
        gap: 12px;
    }

    .cc-aa-user-admin-plan-card {
        padding: 30px 25px;
    }

    /*----------- end Plan page -----------*/
}

/* 1440 */
@media screen and (max-width: 1260px) {

    /*----------- common css -----------*/
    .cc-aa-user-admin-card-background {
        padding: 20px;
    }

    .cc-aa-user-admin-card-inner {
        padding: 16px;
    }

    .large-text {
        font-size: 14px;
    }

    /*----------- end common css -----------*/

    /*----------- header css -----------*/
    .cc-aa-user-admin-header {
        margin-bottom: 30px;
    }

    /*----------- end header css -----------*/

    /*----------- dashboard -----------*/
    .cc-aa-user-admin-recommended-apps-cards {
        column-gap: 30px;
    }

    .cc-aa-user-admin-recommended-apps-card {
        padding: 20px;
    }

    .cc-aa-user-admin-recommended-apps-card-icon-back {
        min-width: 80px;
        width: 80px;
    }

    /*----------- end dashboard -----------*/

    /*----------- Accessibility Scanner -----------*/
    .cc-aa-user-admin-scan-accessibility-fields {
        width: 70%;
    }

    /*----------- end Accessibility Scanner -----------*/

    /*----------- Plan page -----------*/
    .cc-aa-user-admin-plan-card {
        padding: 30px 25px;
    }

    .cc-aa-user-admin-plan-features li {
        margin-bottom: 12px !important;
        gap: 12px;
        font-size: 12px;
    }

    .cc-aa-user-admin-plan-price h2 {
        font-size: 40px;
    }

    .cc-aa-user-admin-plan-header {
        margin-bottom: 18px;
    }

    .cc-aa-user-admin-plan-header .cc-aa-user-admin-plan-name {
        font-size: 16px;
    }

    .cc-aa-user-admin-plan-header .cc-aa-user-admin-plan-trial-info {
        font-size: 12px;
    }

    .cc-aa-user-admin-plan-button {
        font-size: 16px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    /*----------- end Plan page -----------*/
}

/* 1350 */
@media screen and (max-width: 1110px) {

    /*----------- common css -----------*/
    .grid-column-4 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .cc-aa-user-admin-features-option-card-text {
        max-width: 100%;
    }

    table :is(th, td) {
        padding: 16px 20px;
    }

    /*----------- end common css -----------*/

    /*----------- dashboard -----------*/
    .cc-aa-user-admin-recommended-apps-cards {
        grid-template-columns: 1fr;
    }

    .cc-aa-user-admin-analytics-overview .cc-aa-user-admin-gray-cards,
    .cc-aa-user-admin-features-overview .cc-aa-user-admin-gray-cards {
        grid-template-columns: 1fr 1fr;
    }

    /*----------- end dashboard -----------*/

    /*----------- Plan page -----------*/
    .cc-aa-user-admin-plan-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .cc-aa-user-admin-plan-price h2 {
        font-size: 28px;
    }

    .cc-aa-user-admin-plan-price sub {
        font-size: 14px;
    }

    .cc-aa-user-admin-plan-price-yearly,
    .cc-aa-user-admin-plan-price-save {
        font-size: 12px;
    }

    .cc-aa-user-admin-plan-button {
        font-size: 14px;
    }

    /*----------- end Plan page -----------*/
}

/* 1200 */
@media screen and (max-width: 960px) {

    /*----------- common css -----------*/
    .grid-column-3 {
        grid-template-columns: 1fr 1fr;
    }

    .grid-column-4 {
        grid-template-columns: 1fr 1fr;
    }

    /*----------- end common css -----------*/

    /*----------- dashboard -----------*/
    .cc-aa-user-admin-content .cc-aa-user-admin-content-left {
        width: 100%;
    }

    .cc-aa-user-admin-content .cc-aa-user-admin-content-right {
        padding-left: 0;
        width: 100%;
        padding-top: 30px;
    }

    /*----------- end dashboard -----------*/

    /*----------- widget Settings -----------*/
    .cc-aa-user-admin-widget-design-option-left {
        width: 100%;
    }

    /*----------- end widget Settings -----------*/

    /*----------- Plan page -----------*/
    .cc-aa-user-admin-pricing-plan-cards {
        grid-template-columns: 1fr 1fr;
    }

    /*----------- end Plan page -----------*/

    /*----------- ai alt text page -----------*/
    .cc-aa-user-admin-alttext-product-list table td:nth-child(4),
    .cc-aa-user-admin-alttext-product-list table th:nth-child(4) {
        min-width: 200px;
    }

    /*----------- end ai alt text page -----------*/
}

/* 1007 and alsu use in mobile */
@media screen and (max-width: 767px) {

    /*----------- common css -----------*/
    .grid-column-2 {
        grid-template-columns: 1fr;
    }

    .cc-aa-user-admin {
        padding: 20px;
    }

    .cc-aa-user-admin-card-background {
        padding: 20px;
    }

    .cc-aa-user-admin-language select {
        min-width: 230px;
    }

    /*----------- end common css -----------*/

    /*----------- dashboard -----------*/
    .cc-aa-user-admin-recommended-apps-card-icon-back {
        min-width: 60px;
        width: 60px;
    }

    .cc-aa-user-admin-analytics-overview .cc-aa-user-admin-gray-cards,
    .cc-aa-user-admin-features-overview .cc-aa-user-admin-gray-cards {
        grid-template-columns: 1fr;
    }

    /*----------- end dashboard -----------*/

    /*----------- Accessibility Scanner -----------*/
    .cc-aa-user-admin-scan-accessibility-fields {
        width: 100%;
    }

    /*----------- end Accessibility Scanner -----------*/

    /*----------- Plan page -----------*/
    .tabs.cc-aa-user-admin-pricing-plan-tab {
        margin-bottom: 30px;
    }

    .cc-aa-user-admin-pricing-plan-cards {
        grid-template-columns: 1fr;
    }

    .cc-aa-user-admin-testimonial-card {
        padding: 25px 25px;
    }

    .cc-aa-user-admin-testimonials {
        padding: 40px 16px;
    }

    .cc-aa-user-admin-swiper-navigation .swiper-pagination-fraction .swiper-pagination-current {
        font-size: 35px;
    }

    .cc-aa-user-admin-swiper-navigation {
        margin-top: 25px;
    }

    /*----------- end Plan page -----------*/

    /*----------- analytics overview page -----------*/
    .cc-aa-user-admin-custom-date {
        flex-direction: column;
    }

    .cc-aa-user-admin-chart-controls {
        width: 100%;
    }

    /*----------- end analytics overview page -----------*/
}

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

    /*----------- common css -----------*/
    .grid-column-3 {
        grid-template-columns: 1fr;
    }

    .grid-column-4 {
        grid-template-columns: 1fr;
    }

    /*----------- end common css -----------*/
}

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

    /*----------- header css -----------*/
    .cc-aa-user-admin-header>div {
        flex: auto;
        width: 100%;
    }

    .cc-aa-user-admin-header .cc-aa-user-admin-language {
        justify-content: flex-start;
    }

    .cc-aa-user-admin-header .cc-aa-user-admin-squer-button {
        margin-left: 0;
    }

    .cc-aa-user-admin-language select {
        max-width: 100%;
    }

    /*----------- end header css -----------*/

    /*----------- widget Settings -----------*/
    .cc-aa-user-admin-widget-design-choose .cc-aa-user-admin-form-select {
        min-width: auto;
    }

    /*----------- end widget Settings -----------*/
}


/* CUSTOM OVERRIDES FOR DYNAMIC SYSTEM */
.cc-aa-user-admin-switch-input {
    display: none !important;
}

.cc-aa-user-admin,
.cc-aa-user-admin * {
    font-family: 'Inter', sans-serif !important;
}

.cc-aa-user-admin {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #2B2B2B;
}

.cc-aa-user-admin p {
    font-size: 14px;
}

.cc-aa-user-admin .large-text {
    font-size: 16px !important;
}

.no-pointer-allowed,
.disabled {
    pointer-events: none !important;
    opacity: 0.7 !important;
}

input:disabled,
input[disabled],
.clrpicker:disabled,
.no-pointer-allowed * {
    pointer-events: none !important;
}


.cc-aa-user-admin-form-select {
    max-width: 100% !important;
}

.cc-aa-user-admin-header .cc-aa-user-admin-squer-button:hover {
    color: #ffffff;
}

/*----------- Plan page new-ui parity (scoped) -----------*/
.cc-aa-user-admin.cc-aa-user-admin-plan-settings {
    padding: 30px;
}

.cc-aa-user-admin.cc-aa-user-admin-plan-settings * {
    text-transform: none;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-header {
    margin-bottom: 18px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-page-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 12px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-squer-button {
    min-width: 160px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-language {
    justify-content: flex-end;
}

.cc-aa-user-admin-plan-settings .language-switcher-form {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 0;
}

.cc-aa-user-admin-plan-settings .language-switcher-form label {
    margin: 0;
    white-space: nowrap;
    color: #2b2b2b;
    font-weight: 600;
}

.cc-aa-user-admin-plan-settings .language-switcher-form .plugin_language {
    min-height: 42px;
    min-width: 320px;
    border: 0;
    border-radius: 8px;
    background-color: #d6d6dc;
    color: #606b7b;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 42px 10px 16px;
}

.cc-aa-user-admin-plan-settings .ada-cc-priceplan-main {
    background: transparent;
    padding-top: 25px;
}

.cc-aa-user-admin-plan-settings .main-section .container {
    max-width: 100%;
    padding: 0;
}

.cc-aa-user-admin-plan-settings ul.tabs.cc-aa-user-admin-pricing-plan-tab {
    list-style: none;
    padding: 8px;
    margin: 0 auto 40px;
    width: max-content;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cc-aa-user-admin-plan-settings ul.tabs.cc-aa-user-admin-pricing-plan-tab li {
    margin: 0;
    list-style: none;
}

.cc-aa-user-admin-plan-settings ul.tabs.cc-aa-user-admin-pricing-plan-tab .tab-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    color: #2b2b2b;
    user-select: none;
}

.cc-aa-user-admin-plan-settings ul.tabs.cc-aa-user-admin-pricing-plan-tab .tab-link.current {
    background-color: var(--primary-color);
    color: #fff;
}

.cc-aa-user-admin-plan-settings .tab-content {
    display: none !important;
}

.cc-aa-user-admin-plan-settings .tab-content.current {
    display: block !important;
}

.cc-aa-user-admin-plan-settings .pricing-tab {
    min-width: 0;
    display: flex;
}


.cc-aa-user-admin-plan-settings .pricing-tab.plan-selected .pricing-card.cc-aa-user-admin-plan-card {
    border-color: #7749a6;
    box-shadow: 0 10px 30px rgba(104, 57, 150, 0.15);
}

.cc-aa-user-admin-plan-settings .pricing-card .card-header-sec {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 0;
}

.cc-aa-user-admin-plan-settings .price-heading-main {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 14px;
}

.cc-aa-user-admin-plan-settings .price-heading-main .text {
    margin: 0;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: var(--primary-color);
}

.cc-aa-user-admin-plan-settings .price-heading-main .dm-sans {
    margin: 0;
    color: #687588;
    font-weight: 500;
    font-size: 14px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-price {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 0px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-price .currency {
    font-size: 36px;
    line-height: 0.95;
    font-weight: 700;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-price .price-value {
    font-size: 36px;
    line-height: 0.95;
    font-weight: 700;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-price .price-duration {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #606B7B;
    margin-bottom: 0px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-price-meta {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 16px;
    margin-bottom: 18px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-price-meta p {
    margin: 0 0 6px;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 1.3;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-price-meta p:last-child {
    margin-bottom: 0;
}

.cc-aa-user-admin-plan-settings .paypal-btn-main {
    margin-top: auto;
    margin-bottom: 18px;
}

.cc-aa-user-admin-plan-settings .paypal-btn-main>div[id^="paypal-button-container-"] {
    min-height: 52px;
}

.cc-aa-user-admin-plan-settings .ada-cc-selected-btn-violate,
.cc-aa-user-admin-plan-settings .ada-cc-selected-btn-white,
.cc-aa-user-admin-plan-settings .ada-cc-free-plan-btn {
    width: 100%;
    min-height: 40px;
    border: 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    background-color: #f1eaff;
    cursor: pointer;
    padding: 8px 16px;
}

.cc-aa-user-admin-plan-settings .ada-cc-selected-btn-violate[disabled],
.cc-aa-user-admin-plan-settings .ada-cc-selected-btn-white[disabled],
.cc-aa-user-admin-plan-settings .ada-cc-free-plan-btn[disabled] {
    cursor: not-allowed;
    opacity: 0.85;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-highlited-plan-card {
    background: var(--primary-color) !important;
    border-color: transparent !important;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-highlited-plan-card * {
    color: #fff !important;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-highlited-plan-card .cc-aa-user-admin-plan-price .price-duration {
    color: #fff !important;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-highlited-plan-card .cc-aa-user-admin-plan-price-meta {
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-highlited-plan-card .ada-cc-selected-btn-white,
.cc-aa-user-admin-plan-settings .cc-aa-user-admin-highlited-plan-card .ada-cc-selected-btn-violate {
    background-color: #fff;
    color: var(--primary-color) !important;
}

.cc-aa-user-admin-plan-settings .features-list.cc-aa-user-admin-plan-features {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}


.cc-aa-user-admin-plan-settings .features-list.cc-aa-user-admin-plan-features li img {
    width: 16px;
    min-width: 16px;
    margin-top: 2px;
}

.cc-aa-user-admin-plan-settings .features-list.cc-aa-user-admin-plan-features li strong {
    color: #2b2b2b;
}

body.ada-cc-popup-open {
    overflow: hidden;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup,
.cc-aa-user-admin-plan-settings .ada-cc-otp-popup,
.cc-aa-user-admin-plan-settings .ada-cc-exists-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    padding: 24px;
    background-color: rgba(0, 0, 0, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .container {
    max-width: 620px;
}

.cc-aa-user-admin-plan-settings .ada-cc-otp-popup .container,
.cc-aa-user-admin-plan-settings .ada-cc-exists-popup .container {
    max-width: 430px;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .container,
.cc-aa-user-admin-plan-settings .ada-cc-otp-popup .container,
.cc-aa-user-admin-plan-settings .ada-cc-exists-popup .container {
    width: 100%;
    max-height: 92vh;
    overflow: auto;
    background-color: #fff;
    border-radius: 14px;
    padding: 26px;
    position: relative;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .ada-cc-close,
.cc-aa-user-admin-plan-settings .ada-cc-otp-popup .ada-cc-otp-close,
.cc-aa-user-admin-plan-settings .ada-cc-exists-popup .ada-cc-exists-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .ada-cc-popup-title,
.cc-aa-user-admin-plan-settings .ada-cc-otp-popup .ada-cc-otp-title,
.cc-aa-user-admin-plan-settings .ada-cc-exists-popup .exists-title {
    margin: 0 0 12px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #222;
    width: 90%;
    text-transform: capitalize;
}

.cc-aa-user-admin-plan-settings .ada-cc-otp-popup .ada-cc-otp-subtitle,
.cc-aa-user-admin-plan-settings .ada-cc-exists-popup .exists-message {
    margin: 0 0 16px;
    text-align: center;
    color: #606b7b;
    font-size: 14px;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .ada-cc-form,
.cc-aa-user-admin-plan-settings .ada-cc-otp-popup .ada-cc-otp-form,
.cc-aa-user-admin-plan-settings .ada-cc-exists-popup .ada-cc-otp-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .ada-cc-form .field-main input,
.cc-aa-user-admin-plan-settings .ada-cc-otp-popup .ada-cc-otp-form .field-main input,
.cc-aa-user-admin-plan-settings .ada-cc-exists-popup .ada-cc-otp-form .field-main input {
    display: block;
    width: 100%;
    border: 1px solid #cfd3db;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 16px;
    line-height: 1.1;
    color: #3f4b5d;
    box-shadow: none;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .ada-cc-form .field-main.phone {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 10px;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .ada-cc-phn-main {
    position: relative;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .ada-cc-phn-main .plus-icon {
    position: absolute;
    left: 12px;
    top: 7px;
    color: #2b2b2b;
    font-size: 24px;
    line-height: 1;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .ada-cc-phn-main input {
    text-align: center;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .free-plan-siteurl-note {
    display: block;
    margin-top: 8px;
    color: #222;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .submit-btn,
.cc-aa-user-admin-plan-settings .ada-cc-otp-popup .submit-btn,
.cc-aa-user-admin-plan-settings .ada-cc-exists-popup .submit-btn {
    margin-top: 4px;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .submit-btn .button,
.cc-aa-user-admin-plan-settings .ada-cc-otp-popup .submit-btn .button,
.cc-aa-user-admin-plan-settings .ada-cc-exists-popup .submit-btn .button {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .error-message,
.cc-aa-user-admin-plan-settings .ada-cc-otp-popup .error-message,
.cc-aa-user-admin-plan-settings .ada-cc-exists-popup .error-message {
    color: #d0312d;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.cc-aa-user-admin-plan-settings .ada-cc-otp-footer {
    text-align: center;
    font-size: 14px;
    margin-top: 4px;
}

.cc-aa-user-admin-plan-settings .ada-cc-otp-footer .resend-button {
    border: 0;
    background: transparent;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
}

.cc-aa-user-admin-plan-settings .inline-message {
    display: block;
    margin-top: 6px;
    font-size: 13px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-highlited-plan-card .features-list.cc-aa-user-admin-plan-features li strong {
    color: #fff;
}

.cc-aa-user-admin-plan-settings .slidertestimonial.cc-aa-user-admin-testimonials {
    padding: 52px 0 24px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-helpbar {
    margin-top: 40px;
    background-color: #ffffff;
    padding: 25px;
    border: 1px solid #E5E3E3;
    border-radius: 16px;
    box-shadow: 0 4px 30px 16px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-helpbar-content {
    gap: 16px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-helpbar-text {
    flex: 1 1 520px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-helpbar-text .cc-aa-user-admin-card-title {
    margin-bottom: 8px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-helpbar-text .cc-aa-user-admin-card-text {
    margin: 0;
    color: #606b7b;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-helpbar-actions {
    gap: 10px;
    flex: 0 0 auto;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-helpbar-actions .cc-aa-user-admin-button {
    min-width: 150px;
}

.cc-aa-user-admin-plan-settings .testimonial-slider {
    overflow: hidden;
}

.cc-aa-user-admin-plan-settings .testimonial-slider .swiper-slide {
    height: auto;
    display: flex;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-testimonial-card-header {
    margin-bottom: 14px;
    align-items: flex-start;
}

.cc-aa-user-admin-plan-settings .testimonial-box.cc-aa-user-admin-testimonial-card {
    height: 100%;
    border-radius: 14px;
    border: 1px solid #e9e7ee;
    box-shadow: 0 6px 20px rgba(16, 24, 40, 0.06);
    padding: 22px;
    background: #fff;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-testimonial-profile-info {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-testimonial-name {
    margin: 0;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-testimonial-country {
    display: inline-block;
    margin-top: 4px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-testimonial-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1;
    color: #f4b400;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-testimonial-card .large-text {
    margin: 0;
    line-height: 1.55;
    color: #344054;
    margin-top: 4px;
}

.cc-aa-user-admin-plan-settings .swiper-custom-pagination {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.cc-aa-user-admin-plan-settings .swiper-custom-pagination .custom-arrow {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cc-aa-user-admin-plan-settings .swiper-custom-pagination .custom-arrow img {
    display: block;
    width: 100%;
    height: auto;
}

.cc-aa-user-admin-plan-settings .swiper-custom-pagination .custom-next img {
    transform: rotate(180deg);
}

.cc-aa-user-admin-plan-settings .swiper-custom-pagination .page-count {
    display: flex;
    align-items: flex-end;
    gap: 4px;
}

.cc-aa-user-admin-plan-settings .swiper-custom-pagination .page-count .current {
    font-size: 42px;
    line-height: 1;
    color: #2b2b2b;
}

.cc-aa-user-admin-plan-settings .swiper-custom-pagination .page-count .divider,
.cc-aa-user-admin-plan-settings .swiper-custom-pagination .page-count .total {
    font-size: 18px;
    line-height: 1;
    color: #606b7b;
    margin-bottom: 7px;
}


.cc-aa-user-admin-plan-settings .cc-aa-user-admin-faqs .cc-aa-user-admin-card-title {
    margin-bottom: 6px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-faqs .cc-aa-user-admin-card-text {
    margin: 0 0 14px;
    color: #2b2b2b;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-faqs-main {
    margin-bottom: 12px;
    border: 1px solid #e5e3e3;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: none;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-faqs-main:last-child {
    margin-bottom: 0;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-faq-question {
    padding: 16px 48px 16px 16px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-faq-question h5 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-faq-ans {
    padding: 0 16px 16px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-faq-ans h6 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-faq-ans p {
    color: #606b7b;
    margin: 0;
    line-height: 1.5;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-faq-arrow {
    transition: transform 0.25s ease;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-cancel {
    margin-top: 24px;
}

.cc-aa-user-admin-plan-settings .cancel-sub-sec {
    border: 1px solid #e5d4c0;
    border-radius: 12px;
    background: #fff6ec;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.cc-aa-user-admin-plan-settings .cancel-plan-note {
    margin: 0;
    color: #6d4f33;
    line-height: 1.45;
}

.cc-aa-user-admin-plan-settings .cancel-plan-btn {
    border: 0;
    border-radius: 8px;
    background: var(--primary-color);
    color: #fff;
    min-height: 40px;
    min-width: 132px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.cc-aa-user-admin-plan-settings .cancel-plan-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-footer {
    margin-top: 30px;
}

.cc-aa-user-admin-plan-settings .cc-aa-user-admin-footer-text {
    font-size: 18px;
}

@media screen and (max-width: 1430px) {
    .cc-aa-user-admin-plan-settings .pricing-grid.cc-aa-user-admin-pricing-plan-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1200px) {
    .cc-aa-user-admin-plan-settings .price-heading-main .text {
        font-size: 28px;
    }

    .cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-price .price-value {
        font-size: 48px;
    }
}

@media screen and (max-width: 960px) {
    .cc-aa-user-admin-plan-settings .cc-aa-user-admin-header>div {
        flex: auto;
        width: 100%;
    }

    .cc-aa-user-admin-plan-settings .cc-aa-user-admin-header-right {
        align-items: flex-start;
    }

    .cc-aa-user-admin-plan-settings .cc-aa-user-admin-language {
        justify-content: flex-start;
    }

    .cc-aa-user-admin-plan-settings .pricing-grid.cc-aa-user-admin-pricing-plan-cards {
        grid-template-columns: 1fr;
    }

    .cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-helpbar-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-helpbar-actions {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cc-aa-user-admin.cc-aa-user-admin-plan-settings {
        padding: 20px;
    }

    .cc-aa-user-admin-plan-settings .language-switcher-form {
        width: 100%;
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .cc-aa-user-admin-plan-settings .language-switcher-form .plugin_language {
        min-width: 100%;
    }

    .cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup,
    .cc-aa-user-admin-plan-settings .ada-cc-otp-popup,
    .cc-aa-user-admin-plan-settings .ada-cc-exists-popup {
        padding: 14px;
    }

    .cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .container,
    .cc-aa-user-admin-plan-settings .ada-cc-otp-popup .container,
    .cc-aa-user-admin-plan-settings .ada-cc-exists-popup .container {
        padding: 20px 14px;
        border-radius: 10px;
    }

    .cc-aa-user-admin-plan-settings .ada-cc-free-plan-popup .ada-cc-popup-title,
    .cc-aa-user-admin-plan-settings .ada-cc-otp-popup .ada-cc-otp-title,
    .cc-aa-user-admin-plan-settings .ada-cc-exists-popup .exists-title {
        font-size: 19px;
    }

    .cc-aa-user-admin-plan-settings ul.tabs.cc-aa-user-admin-pricing-plan-tab {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .cc-aa-user-admin-plan-settings ul.tabs.cc-aa-user-admin-pricing-plan-tab .tab-link {
        flex: 1;
        text-align: center;
    }

    .cc-aa-user-admin-plan-settings .testimonial-box.cc-aa-user-admin-testimonial-card {
        padding: 20px;
    }

    .cc-aa-user-admin-plan-settings .cc-aa-user-admin-testimonial-stars {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .cc-aa-user-admin-plan-settings .swiper-custom-pagination .page-count .current {
        font-size: 34px;
    }

    .cc-aa-user-admin-plan-settings .cc-aa-user-admin-faq-question h5 {
        font-size: 18px;
    }

    .cc-aa-user-admin-plan-settings .cc-aa-user-admin-footer-text {
        font-size: 16px;
    }

    .cc-aa-user-admin-plan-settings .cc-aa-user-admin-plan-helpbar-actions .cc-aa-user-admin-button {
        width: 100%;
    }
}

/*----------- end Plan page new-ui parity (scoped) -----------*/

/*----------- dashboard + analytics responsive (new layout) -----------*/
@media screen and (max-width: 960px) {
    .cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-quickstart-step {
        flex-direction: column;
    }

    .cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-quickstart-step-actions {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-quickstart-step-title {
        font-size: 16px;
    }

    .cc-aa-user-admin-dashboard-settings .cc-aa-user-admin-quickstart-step-actions .cc-aa-user-admin-button {
        min-width: 92px;
    }

    .cc-aa-user-admin-analytics-overview-page .cc-aa-user-admin-chart-controls .cc-aa-user-admin-form-select {
        min-width: 100%;
    }
}
/*----------- end dashboard + analytics responsive (new layout) -----------*/

/* ==========================================================
   Welcome + Thank you popups (new UI parity)
   Affects: `admin/partials/popups/installation-popup.php` and `thankyou-popup.php`
   ========================================================== */
body.ada-cc-popup-open,
body.loader-show {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ada-cc-welcome-popup-main,
.ada-cc-popup-main {
    font-family: "Inter", sans-serif;
    position: fixed;
    inset: 32px 0 0 160px;
    width: calc(100% - 160px);
    height: calc(100% - 32px);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
}

@media(max-width:960px) {
    .ada-cc-welcome-popup-main,
    .ada-cc-popup-main {
        inset: 32px 0 0 36px;
        width: calc(100% - 36px);
    }
}

@media(max-width:782px) {
    .ada-cc-welcome-popup-main,
    .ada-cc-popup-main {
        inset: 46px 0 0 0;
        width: 100%;
        height: calc(100% - 46px);
    }
}

.ada-cc-popup-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.ada-cc-popup-background {
    position: relative;
    background-color: #fff;
    padding: 28px;
    border-radius: 16px;
    width: min(760px, 100%);
    max-height: 100%;
    overflow: auto;
    box-sizing: border-box;
    z-index: 1;
    border: 1px solid #e5e3e3;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
}

.ada-cc-popup-close,
.thankyou-close,
.ada-cc-plan-popup-close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 14px;
    top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e5e3e3;
    cursor: pointer;
    z-index: 2;
}

.ada-cc-popup-close .ada-cc-close,
.thankyou-close .ada-cc-close,
.ada-cc-plan-popup-close .ada-cc-close {
    display: block;
}

.ada-cc-popup-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ada-cc-welcome-popup-banner-image,
.ada-cc-popup-banner-image {
    border-radius: 12px;
    overflow: hidden;
}

.ada-cc-popup-content .ada-cc-welcome-message,
.ada-cc-message {
    text-align: center;
}

.ada-cc-welcome-message-title,
.ada-cc-message-title {
    color: var(--primary-color);
    font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.ada-cc-welcome-message-text,
.ada-cc-message-text {
    color: #475467;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 auto;
    max-width: 560px;
}

.ada-cc-welcome-message-title-strong {
    margin: 12px 0 0 0;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 14px;
}

.ada-cc-popup-offer-part,
.ada-cc-navigate-info {
    background-color: #f9f3ff;
    border: 1px solid #ece2ff;
    border-radius: 12px;
    padding: 18px;
}

.ada-cc-popup-offer-part .ada-cc-popup-offer-text {
    font-size: 13px;
    line-height: 1.45;
    margin: 0 0 6px 0;
    color: #475467;
    font-weight: 600;
}

.ada-cc-popup-offer-part .ada-cc-popup-offer-text span,
.ada-cc-popup-offer-part .ada-cc-popup-offer-text .highlight {
    color: #df6da7;
    font-weight: 700;
}

.ada-cc-popup-offer-part .ada-cc-popup-offer-heading {
    color: #282828;
    font-size: 18px;
    margin: 14px 0 14px 0;
    font-weight: 700;
}

.ada-cc-popup-offer-part .ada-cc-popup-offer-list {
    margin: 0;
    list-style: none;
    padding-left: 18px;
}

.ada-cc-popup-offer-part .ada-cc-popup-offer-list li {
    position: relative;
    margin-bottom: 14px;
    font-size: 13px;
    color: #475467;
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 500;
}

.ada-cc-popup-offer-part .ada-cc-popup-offer-list li:last-child {
    margin-bottom: 0;
}

.ada-cc-popup-offer-part .ada-cc-popup-offer-list li:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-image: url("../assets/images/list-style-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.ada-cc-popup-offer-part .ada-cc-popup-offer-list li b {
    color: var(--primary-color);
}

.ada-cc-welcome-popup-footer,
.ada-cc-popup-footer {
    margin-top: 6px;
    text-align: center;
}

.ada-cc-welcome-popup-button,
.thank-you-btn,
.ada-cc-plan-popup-button {
    width: max-content;
    padding: 10px 36px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    background-color: var(--primary-color);
    border: 0;
    color: #fff;
    margin: 0 auto 14px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.ada-cc-welcome-popup-support,
.ada-cc-popup-support {
    font-size: 12px;
    line-height: 1.45;
    color: #475467;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
}

.ada-cc-welcome-popup-support a,
.ada-cc-popup-support a {
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}

.ada-cc-welcome-popup-support a:hover,
.ada-cc-popup-support a:hover {
    text-decoration: underline;
}

.ada-cc-navigate-step {
    font-size: 13px;
    color: #475467;
    line-height: 1.45;
}

.ada-cc-save-tag {
    display: inline-flex;
    padding: 2px 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e5e3e3;
    color: var(--secondary-color);
    font-weight: 600;
}

.ada-cc-popup-header {
    display: flex;
    justify-content: center;
}

.cc-aa-user-admin-scanner-result-card h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
span.cc-aa-user-admin-scanner-prgress-score.h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
.cc-aa-user-admin-scanner-label {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}
.cc-aa-user-admin-scanner-info-category h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}
p.cc-aa-user-admin-card-title.h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.cc-aa-user-admin-scan-process-work {
    display: none;
}
.cc-aa-user-admin-status-banner.cc-aa-user-admin-status-pending {
    display: none;
}
.cc-aa-user-admin-card-background{
    padding: 45px 25px;
}
