/* Material Icons */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url(gmi_outline.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url(gmi_filled.woff2) format('woff2');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #515151;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-weight: normal;
    background: #f1f1f1 !important;
}

.row-x-0 {
    --bs-gutter-x: 0;
}

.px-45 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.px-50 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

a {
    color: #1967D2;
}

a:hover,
a:focus {
    color: #0b5ed7
}

.btn:hover {
    filter: contrast(1.3);
}

.conv-header .rate-us {
    color: #2A2D2F;
}

.convo_sst {
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    padding: 8px;
}

.convo_sst .conv-pixel-logo {
    height: 30px;
    padding-right: 8px;
}

.convo_sst .conv-pixel-logo .convcard-logo {
    width: 32px;
    height: 32px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.convo_sst .convcard-center {
    padding: 0px 10px;
}

.convo_sst .convcard-center .convcard-title h3 {
    color: #2A2D2F;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}

.convo_sst .convcard-center .convcard-title p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
}

.convo_sst .convcard-center .convcard-title p span {
    color: #2A2D2F;
    font-weight: 500;
}

.disabledsection {
    opacity: 0.5;
    pointer-events: none;
}

.disabledsection .material-symbols-outlined {
    color: gray;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 500,
        'GRAD' 0,
        'opsz' 48;
    font-size: 24px;
}

.material-symbols-outlined.md-18 {
    font-size: 18px;
}

.material-symbols-outlined.md-24 {
    font-size: 24px;
}

.material-symbols-outlined.md-36 {
    font-size: 36px;
}

.material-symbols-outlined.md-48 {
    font-size: 48px;
}

.material-symbols-outlined.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-symbols-outlined.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

.material-symbols-outlined.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-symbols-outlined.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

/* Material Icons End*/


/* Global styles and WP style override */
input[type=checkbox] {
    transition: none !important;
}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    border-color: #CBCDD0 !important;
    outline: 0px !important;
    border: 0px !important;
    box-shadow: 0 0 0 1px #CBCDD0;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    border: 1px solid #E4E4E4;
}

#gtmsstsettings_form input::placeholder {
    color: rgba(128, 128, 128, 0.479);
    /* Change this to your desired color */
    opacity: 1;
    /* Adjust opacity if needed */
    font-style: italic;
    /* Optional: change font style */
    font-size: initial;
    font-weight: normal;
}

.email-modal input::placeholder {
    font-size: 12px;
}

.conv-success-check-big {
    font-size: 150px;
    color: #09bd3a !important;
    text-shadow: 0px 2px 1px #000;
    display: block;
}

textarea::placeholder {
    color: rgba(128, 128, 128, 0.459);
    /* Change this to your desired color */
    opacity: 1;
    /* Adjust opacity if needed */
    font-style: italic;
    /* Optional: change font style */
    font-size: 16px;
}

.text-secondary {
    color: #94979A !important;
}

.form-control {
    padding: 9px !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.5 !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    color: #5F6368 !important;
}

#advset_customintegration_form input {
    padding: 0 8px !important;
    border: 1px solid #acacac !important;
}

.convsst_dynamic_box .form-control::placeholder {
    color: #5F6368;
    opacity: 1;
}

.fw-bold-400 {
    font-weight: 400 !important;
}

.fw-bold-500 {
    font-weight: 500 !important;
}

.fw-bold-600 {
    font-weight: 600 !important;
}

.conv-border-danger {
    box-shadow: 0 0 0 1px #F43E56 !important;
}

a {
    text-decoration: none;
}

input[type="checkbox"]:checked::before {
    content: none !important;
}

.convfixedcontainermid {
    max-width: 680px;
}

.convfixedcontainerfull {
    max-width: 984px;
}

[class*="conversios"] #wpwrap,
[class*="convsst"] #wpwrap,
.toplevel_page_convsst_conversios #wpwrap {
    background-color: #F1F4FA;
    min-height: 900px;
}

.conv-setting-container {
    background-color: #F1F4FA;
    padding-bottom: 48px;
}

.conv-container,
.modal-dialog {
    color: #5F6368;
    border-color: #CBCDD0;
    font-size: 14px;
}

.conv-container input[type=radio]:checked::before {
    background-color: #1967D2;
}

.active .tooltipsst {
    display: none;
}

.tooltipsst {
    background-color: #ffc107;
    color: #2A2D2F;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 15px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -12px;
    width: 110px;
}

.tooltipsst::before {
    content: '';
    position: absolute;
    left: 2px;
    bottom: -6px;
    transform: rotate(293deg);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffc107;
}

.btn-close {
    opacity: 1;
}

.convcard {
    background: #fff;
}

.convcard.accordion .accordion-button:not(.collapsed) {
    background-color: white;
}

.convcard.accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    transition: none;
}

.convcard.accordion .accordion-button {
    font-weight: 700;
    color: #5F6368;
    font-size: 14px;
}

.convcard.accordion .accordion-button:focus {
    box-shadow: none;
}

.convcard.accordion .convcard .list-group-item {
    border: none;
    color: #4d5054;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.convcard.accordion .convcard .list-group-item+.list-group-item {
    border-top: 1px solid #e9ecef;
}

.convcard.accordion .convcard {
    border: none;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.convcard.accordion .convcard .card-header {
    background-color: #ffffff;
    border-radius: 8px;
    border: none;
}

.conv-container p {
    color: #5F6368;
    margin: 0 0 10px 0;
}

.knowledge-center-item {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.knowledge-center-item:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.btn-primary {
    background: #1967D2
}

.btn-primary:hover {
    background: #0E57BB
}

.btn-outline-primary {
    color: #1967D2;
    border-color: #1967D2
}

.btn-outline-primary:hover {
    background: #0E57BB;
    color: white;
    border-color: #1967D2
}

.btn-outline-secondary:hover {
    background: #0E57BB;
    color: white;
    border-color: #1967D2
}

.server-placeholder {
    border: 1px solid #E2E2E2
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}

.conv-container h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2A2D2F
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    line-height: 19px;
}

.convcard-logo img {
    width: 24px;
}

.convcard-right a {
    background-color: #1967D2;
}

.convcard-right-arrow {
    float: right;
    width: 40px;
    display: flex;
    justify-content: center;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-button::after {
    color: #212529;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    background: none !important;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: 'keyboard_arrow_down';
    transition: transform 0.3s;
}

.conv-blue-grad-bg {
    background: linear-gradient(90deg, #002BFC -12.5%, #00CFF6 103.95%);
}

.conv-pro-placeholder {
    background-color: #D5C1FF;
}

.conv-pro-placeholder .heading {
    color: #7D4FDF;
}

.conv-pro-placeholder span {
    color: #5E39AC;
}

.conv-pro-placeholder .btn {
    background: #7D4FDF;
    font-weight: 500;
}

.conv-badge {
    border: 1px solid;
    display: inline-block;
    padding: 3px 10px;
    font-weight: normal;
    font-size: 12px;
}

.conv-badge-yellow {
    background-color: #FEE487;
    border-color: #E5CB6E;
    color: #8d6f06;
}

.conv-badge-green {
    background-color: #E4FFF9;
    border-color: #45AF96;
    color: #45AF96;
}

.conv-badge-red {
    border: 1px solid #ff8c8d;
    color: #ff8c8d;
}

.conv-blue {
    color: #1967D2;
}

.btn-newgreen {
    background-color: #07BB4F;
    color: #fff;
    font-weight: 500;
}

span.card-rating {
    font-size: 17px;
    color: #FBBC05;
    font-weight: bold;
}

.ext-wpinfo svg {
    fill: #515151;
}

.conv-link-blue,
.conv-link-blue:hover {
    color: #1967D2 !important;
    cursor: pointer;
}

.conv-success-bg {
    background-color: #09BD83;
}

.conv-error-bg {
    background-color: #F43E56;
}

.conv-info-bg {
    background-color: #1085F1;
}

.conv-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5F6368 !important;
}

.conv-container .convsst_disable_text .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #eee !important;
}

.conv-container input:disabled,
input.disabled,
select:disabled,
select.disabled,
textarea:disabled,
textarea.disabled {
    background: #eee;
    border-color: #eee;
    box-shadow: none;
    border: 1px solid #C6C6C6;
    color: #767676;
}

.conv-header {
    box-shadow: 0px 0px 4px 0px #00000029;
}

.navbar-light .navbar-brand {
    margin-right: 5%;
}

.navbar-light .navbar-nav .nav-item {
    margin-bottom: 0;
}

.notification-bar {
    background: linear-gradient(90deg, #a8e6cf 0%, #dcedc8 30%, #ffd3b6 70%, #f5c98a 100%);
    color: #2d3a2e;
    text-align: center;
    padding: 10px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
}

.notif-earth-icon {
    font-size: 20px;
    line-height: 1;
}

.notif-text {
    color: #2d3a2e;
    letter-spacing: 0.2px;
}

.notif-text strong {
    color: #1a6b3c;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.notif-cta-btn {
    display: inline-block;
    background: #2e7d32;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 100px;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
    border: none;
}

.notif-cta-btn:hover {
    background: #1b5e20;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(46, 125, 50, 0.4);
    color: #fff !important;
    text-decoration: none;
}

.notification-bar .material-icons {
    vertical-align: middle;
}

.notification-bar .close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #2d3a2e;
    font-size: 20px;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-item:not(.rich-blue) .nav-link:hover,
.navbar-light .navbar-nav .nav-item:not(.rich-blue) .nav-link:focus {
    border-bottom: 2px solid #1f5166;
    color: #000;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    box-shadow: none;
    color: #000;
    font-family: system-ui;
    padding: 12px 0;
}

.progress,
progress[value] {
    width: 100%;
    border: none;
    margin: 5px 0;
    height: 5px;
    display: block;
    appearance: none;
    -webkit-appearance: none;
}

.progress::-webkit-progress-bar,
progress[value]::-webkit-progress-bar {
    background-color: #e2ecfe;
}

.progress::-webkit-progress-value,
progress[value]::-webkit-progress-value {
    background-color: #387ef5;
}

.progress-materializecss {
    margin: 5px 0;
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #e2ecfe;
    border-radius: 2px;
    margin: 0px;
    overflow: hidden;
}

.progress-materializecss .indeterminate {
    background-color: #387ef5;
}

.progress-materializecss .indeterminate:before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress-materializecss .indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

.tvc_google_signinbtn {
    cursor: pointer;
}

.after-ads-acc-creation {
    -webkit-animation: fadeAnimation 0.5s;
}


@-webkit-keyframes fadeAnimation {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/* Global styles and WP style override End */

/* All pixel setting list */
.conv-watch-video {
    margin-left: 0px;
    display: none;
}

.conv-watch-video .material-symbols-outlined {
    font-size: 17px;
    max-width: 50px;
}

.conv-pixel-list-item .conv-pixel-logo img {
    width: 24px;
}

.conv-heading-box h3 {
    letter-spacing: .10rem;
    font-weight: 700;
}

.conv-gtm-not-connected img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.conv-gtm-not-connected a {
    pointer-events: none;
}

.conv-gtm-not-connected a.conv-watch-video {
    pointer-events: inherit !important;
}

.conv-yellow-bg {
    background: #FCCB1E;
}

.conv-blue-bg {
    background: #1085F1;
}

.conv-grey-bg {
    background: #CCCCCC;
}

.conv-pink-bg {
    background: #F439A0;
}

.conv-text-grey {
    color: #5F6368;
}

.conv-text-blue,
.conv-text-blue:hover {
    color: #1085f1 !important;
}

.conv-pixel-list-item .conv-link-blue {
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.conv-pixel-list-item:hover .conv-link-blue {
    visibility: visible !important;
    opacity: 1;
}

.convsst_pixel_settings_head img {
    width: 32px;
}

/* All pixel setting list */


/* Single pixel setting page */
.conv-btn-connect {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08), inset 0px -1px 0px rgba(0, 0, 0, 0.2);
}

.conv-btn-connect-enabled,
.conv-btn-connect-enabled-google,
.conv-btn-connect-enabled-custint,
.conv-btn-connect-enabled-gmc,
.conv-btn-connect-enabled-sstgtm {
    background: #1085F1;
}

.conv-btn-connect-disabled {
    background: #CCCCCC;
    pointer-events: none;
}

.conv-btn-disconnect {
    background-color: #68809A;
}

/* Single pixel setting page end */



/*--- signin popoup style -----*/
.onbrd-popupwrp {
    position: fixed;
    opacity: 0;
    left: 0;
    visibility: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 205;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.onbrdppmain {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.onbrdnpp-cntner {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.06);
    max-height: 100%;
    overflow: auto;
}

.onbrdnpp-hdr {
    padding: 15px 40px 15px 15px;
    border-bottom: 1px solid #E9E9E9;
    position: relative;
}

#tvc_google_signin .onbrdnpp-hdr {
    border-bottom: none;
}

.onbrdnpp-hdr h4 {
    margin-bottom: 0px;
    font-weight: 500;
}

.onbrdpp-body {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #515151;
}

.onbrdpp-body p {
    line-height: 24px;
}

.onbrdpp-body p:last-child {
    margin-bottom: 0px;
    padding-left: 1rem;
}

#tvc_google_signin .onbrdpp-body p:last-child {
    padding-left: 0;
}

.onbrdpp-body p strong {
    color: #1e1e1e;
}

.onbrdpp-body h5 {
    margin-bottom: 15px;
}

.onbrdpp-body ul,
.onbrdpp-body ol {
    padding: 0;
    margin: 0;
}

.onbrdpp-body ul li,
.onbrdpp-body ol li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
}

.onbrdpp-body ul li:last-child,
.onbrdpp-body ol li:last-child {
    margin-bottom: 0px;
}

.onbrdpp-body ol {
    padding-left: 20px;
}

.onbrdpp-body ol li {
    padding-left: 5px;
}

.onbrdpp-body em {
    font-weight: 500;
    font-style: italic;
    color: #1e1e1e;
}

.ppclsbtn {
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer
}

.ggladsppcntnr {
    width: 100%;
    max-width: 390px;
}

.ppfooterbtn {
    padding: 15px 15px 24px;
}

.ppblubtn {
    background-color: #002BFC;
    border-radius: 6px;
    border: none;
    padding: 9px 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    min-width: 154px;
    text-align: center;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
}

.ppblubtn:hover {
    background-color: #0022c7;
}

.showpopup {
    opacity: 1;
    visibility: visible;
}

.scrlnone {
    overflow: hidden;
}

.acccretppcntnr {
    width: 100%;
    max-width: 592px;
}

.congratppcntnr {
    width: 100%;
    max-width: 592px;
}

#tvc_google_signin .acccretppcntnr {
    max-width: 700px;
    padding: 0 20px 20px 20px;
}

.cngrtppdtl-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
    color: #515151;
    font-size: 14px;
    line-height: 22px;
}

.congratppbody {
    max-width: 454px;
    margin: 0 auto;
    text-align: center;
}

.cngtrpplft {
    position: relative;
    padding-left: 22px;
}

.cngrtchckicon {
    position: absolute;
    left: 0;
    top: 3px;
}

.cngtrpprgt {
    text-align: right;
    font-weight: 700;
    flex: 1 1 0px;
}

.congratppcntnr .ppfooterbtn {
    text-align: center;
}

.congratppcntnr .onbrdnpp-hdr {
    padding-top: 30px;
    padding-left: 40px;
    text-align: center;
    border-bottom: none;
}

.congratppcntnr .onbrdnpp-hdr h2 {
    font-size: 42px;
    margin-bottom: 0px;
    line-height: 48px;
    background-color: #002BFC;
    background-image: linear-gradient(45deg, #002BFC, #00D2F6);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.google-btn {
    margin: 0 auto;
    width: 184px;
    height: 42px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

.google-btn .google-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
}

.google-btn .google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
}

.google-btn .btn-text {
    float: right;
    margin: 11px 11px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    /* font-family: "Roboto"; */
}

.google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
    cursor: pointer;
}

.google-btn:active {
    background: #1669f2;
}

.google-btn .btn-text.mr-35 {
    margin-right: 35px;
}

.google_signin_sec_left {
    width: 40%;
    display: inline-block;
    padding-top: 130px;
    vertical-align: top;
    border-right: 1px dashed;
    padding-right: 10px;
}

.google_signin_sec_right {
    width: 59%;
    display: inline-block;
    /* ; */
    padding-left: 20px;
}

/*--- signin popoup style End-----*/

/* onboarding custom toggle */
.switch input {
    position: absolute;
    opacity: 0;
}

.switch {
    display: inline-block;
    font-size: 20px;
    /* 1 */
    height: 1em;
    width: 2em;
    border-radius: 1em;
}

.switch div {
    height: 1em;
    width: 1em;
    border-radius: 1em;
    background: #FFF;
    box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.switch input:checked+div {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.convsst_default_cls_enabled {
    background: #4285f4;
}

.convsst_default_cls_disabled {
    background: #BDB9A6;
}

.pp-modal p {
    font-size: 13px !important;
}

/* onboarding custom toggle End*/


/* Free Only */
#gtmsettings_form .select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    padding: 5px !important;
}

#gadssetings_form .form-check-input:checked {
    background-color: #1085F1;
    border-color: #0073dd;
}

/* #gtmsettings_form li.select2-selection__choice
{
    margin-bottom: 0px !important;
}

#select2-ee_disabled_users-container .select2-selection__choice
{
    padding: 5px 5px 5px 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    padding: 9px 4px !important;
} */
.convsst_hero_block li {
    margin-bottom: 20px;
}

.conv-green-banner-list li,
.conv-upgrade-banner-list li {
    list-style: disc;
}

.conv-upgrade-banner-list li {
    margin-bottom: 15px;
}

.conv-notification-alert {
    font-size: 12px;
}

.conv-light-grey-bg {
    background-color: #f0f0f1;
}

.con-header-bg {
    background-color: #E4E4E4;
}

.unorder-list {
    list-style-type: disc !important;
    padding-left: 1em !important;
    margin-left: 1em;
}

.pt-4-5 {
    padding-top: 2rem !important;
}

.fs-7 {
    font-size: 12px;
}

.progress,
progress[value] {
    width: 100%;
    border: none;
    margin: 5px 0;
    height: 5px;
    display: block;
    appearance: none;
    -webkit-appearance: none;
}

.progress::-webkit-progress-bar,
progress[value]::-webkit-progress-bar {
    background-color: #E2ECFE;
}

.progress::-webkit-progress-value,
progress[value]::-webkit-progress-value {
    background-color: #387EF5;
}

.progress-materializecss {
    margin: 5px 0;
    position: relative;
    height: 4px;
    display: block;
    width: 99%;
    background-color: #E2ECFE;
    border-radius: 2px;
    margin: auto;
    overflow: hidden;
    margin-bottom: -4px;
}

.progress-materializecss .indeterminate {
    background-color: #387EF5;
}

.progress-materializecss .indeterminate:before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress-materializecss .indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.form-check .form-check-input {
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
}

.net_revenue_setting_box .form-check .form-check-input {
    height: 18px;
    width: 18px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}

.select2-container--default .select2-selection--single.selectError {
    border: 1px solid #f43e56;
}


/*
* CSS for Google Tag Manager
 */
.conv-text-white {
    color: #fff !important;
}

.conv-green-bg {
    background: #34A853;
}

.conv-orange-bg {
    background: #FA7B17;
}

.conv-purple-bg {
    background: #7627BB;
}

.conv-d-flex {
    display: flex;
}

.conv-justify-space-between {
    justify-content: space-between;
}

.conv-text-center {
    text-align: center;
}

.conv-blue-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;

    width: 112px;
    height: 38px;

    /* Primary Blue */

    background: #1085F1;
    border-radius: 4px;

    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.conv-cancel-btn {

    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 10px;

    width: 112px;
    height: 38px;

    /* Pure White */

    background: #FFFFFF;
    /* Text Grey */

    border: 1px solid #5F6368;
    /* Shadow Button */

    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.conv-font-22 {
    font-size: 22px;
}

.conv-font-20 {
    font-size: 20px;
}

.conv-b-grey {
    border: 1px solid #a9aeb4;
}

.blg-body-med {
    height: 30px;
    margin: auto;
    padding: 5px;
}

.stepper {
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;

    width: 32px;
    height: 32px;

    /* Primary Blue */

    background: #1085F1;
    /* Primary Blue */

    border: 1px solid #1085F1;
    border-radius: 40px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    color: #ffff;
}

.stepper-parent-div {
    display: flex;
    justify-content: center;
    margin: auto;
}

.stepper-conv-bg-grey {
    background: #F1F2F4 !important;
    color: #1085F1 !important;
}

.conv-gtm-guide {
    /* width: 592px; */
    /* height: 44px; */

    /* font-family: 'Inter'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* or 157% */


    /* Text Grey */

    color: #5F6368;


    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 1;
}

.conv-link-disabled {
    pointer-events: none;
    color: #94979A
}

.button-five {
    background-color: #50d8d7;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    padding: 0;
    border: none;
    /* font: inherit; */
    color: inherit;
    /* background-color: transparent; */
    cursor: pointer;
}

.conv-nav-tab.active {
    color: #0d6efd !important;

}

.conv-nav-tab {
    color: #5F6368;
    padding: 0.3rem 1rem !important;
}

.conv-down-arrow,
.conv-up-arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.conv-down-arrow {
    border-top: 5px solid #1967D2;
}

.conv-up-arrow {
    border-bottom: 5px solid #1967D2;
}

.conv-error {
    color: red;
}

.swal2-icon-show {
    justify-content: center !important;
}

.swal2-confirm {
    color: var(--text-black, #2A2D2F) !important;
    text-align: center !important;
}

.importContainerDetail {
    /* max-width: 900px !important; */
    width: calc(100% - 355px);
    max-width: inherit;
    min-width: inherit;
}

.google_connect_url {
    cursor: pointer;
}

.tab-content .nav-automatic .progress-steps::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: auto;
    border-left: 2px solid #ccc;
}

.progress-steps {
    list-style: none;
    padding-left: 42px;
    position: relative;
    z-index: 1;
}

.tab-content .nav-automatic .progress-steps li {
    counter-increment: list;
    position: relative;
    margin: 0px 0px;
    padding: 6px;
}

.tab-content .nav-automatic .progress-steps li::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -24px;
    height: 100%;
    width: 10px;
    height: 100%;
    width: 2px;
    background-color: #cacaca;
}

.tab-content .nav-automatic .progress-steps li::after {
    content: counter(list);
    width: 32px;
    height: 32px;
    background-color: #1085f1;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -39px;
    top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}

.tab-content .nav-automatic .progress-steps .stepper-deactivate::after {
    background-color: #9ED1FF;
}

.conv-btn-save-disabled {

    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--dark-stroke, #E4E4E4);
    background: var(--inactive-fill, #F5F6F6);
    color: var(--lightest-grey, #CACACA);
    /* font-family: Inter; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 8px;
    pointer-events: none;
}

.conv-pointer-none-opacity {
    pointer-events: none;
    opacity: 0.5;
}

.conv-pointer-auto-opacity {
    pointer-events: auto;
    opacity: 1;
}

.conv-info-box {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--primary-blue, #1085F1);
    background: var(--pure-white, #FFF);
}

.boxdisabled {
    pointer-events: none;
}

/* reduce the height of the 4th stepper in sst */
.reduceHeight::before {
    height: 5% !important;
}

.convsst_limitchannelmodal_btn {
    cursor: pointer;
}

.conv_rgrid_data_num {
    font-size: 20px;
    font-weight: 500;
}

.conv_rgrid_in .conv-link-blue {
    white-space: nowrap;
}

.dshboardwelcome h2 {
    font-size: 25px;
    color: #1967d2;
}

.dshboardwelcome h4 {
    font-weight: 400;
    font-size: 16px;
    padding: 0px 145px;
    color: #6c6c6c;
    line-height: 26px;
}

.convhori-step-list {
    background: #edfaff;
    width: 475px;
    margin: auto;
    border-radius: 8px;
    padding: 20px 0px;
}

.conv-green-checklist li {
    position: relative;
    font-size: 14px;
}

.convhori-step-box {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #28a745;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #b9b9b9;
}

.convhori-step-line {
    height: 1.5px;
    width: 100px;
    background-color: #b9b9b9;
}

.convhori-step-box img {
    width: 23px;
}

.convhori-step-text div {
    font-size: 13px;
    max-width: 153px;
    text-align: center;
    line-height: 17px;
    margin-top: 12px;
    width: 200px;
    color: #2a2d2f;
}

ul,
ol {
    margin: 0;
}

.conv-green-checklist li::before {
    content: "\2713";
    color: #28a745;
    font-weight: bold;
    /* margin-right: 10px; */
    position: absolute;
    left: -24px;
    border: 2px solid;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 15px;
    /* padding: 5px; */
    line-height: 19px;
}

.convhori-step-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.conv_report_mainbox .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1085f1;
}

#myTab li button {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 1px 10px;
    margin-right: 10px;
}

.pawizard_tab_but h5 {
    color: #5f6368;
    font-size: 14px;
    font-weight: 400;
}

.pawizard_tab_but.active {
    background: #cff4fc !important;
    border-color: #9eeaf9 !important;
    color: #055160;
}

.convdott {
    width: 10px;
    height: 10px;
    background: #0094d5;
    border-radius: 20px;
}

.pawizard_tab_but.active {
    background: #cff4fc !important;
    border-color: #9eeaf9 !important;
    color: #055160;
}

.conv_channel_logo {
    width: 24px;
}

#myTabContent .convgauthcol .convpixsetting-inner-box .convgauthsigned {
    border-left: 3px solid #09bd83;
}

.convwizard_pixtitle img {
    width: 24px;
}

.pawizard_tab_but {
    pointer-events: none !important;
}

.pawizard_tab_but .material-symbols-outlined {
    font-size: 28px;
    padding-right: 8px;
}

.convwiz_border,
.convgawiz_form {
    border-bottom: 2px solid #e8e8e8;
}

.gobackwizard div {
    border-bottom: 1px dashed;
}

.gobackwizard {
    cursor: pointer;
}

.gobackwizard:hover {
    color: #1085f1;
}

.list-styled {
    list-style: disc;
    font-size: 14px;
    color: #5f6368;
}

.google_signing_image {
    max-width: 200px;
}

.tvc_google_signinbtn_ga {
    background-color: transparent !important;
    box-shadow: none !important;
}

.tvc_google_signinbtn_ga img,
.google_connect_url_ga img {
    max-width: 200px !important;
}

.conv_bordershadow {
    border: 1px solid #ebecee;
    box-shadow: 1px 2px 3px 1px #ccc;
}

.conv_report_mainbox h3,
.conv_report_mainbox h4,
.conv_report_mainbox h5 {
    font-weight: 700;
}

.tooltip .tooltip-inner {
    font-size: 12px;
    text-align: left;
}

.conv_report_mainbox .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1085f1;
}

.conv_report_tabs .nav-link {
    border: 1px solid #1085f1;
    color: #1085f1;
    font-size: 12px;
    padding: 4px 8px !important;
    font-weight: 500;
}

.conv_ai_prompt_note {
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.conv_rgrid_data_icon_black {
    filter: grayscale(100%);
}

.conv_rgrid_data_icon {
    width: 18px;
    height: 18px;
    text-align: center;
}

.conv_rgrid_data_icon img {
    display: flex;
}

.noresultimg img {
    margin: auto;
    display: block;
    width: 200px;
    height: 200px;
    margin: 40px auto;
    filter: opacity(0.4);
}

.table-responsive-fixed thead,
.table-responsive-fixed thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff !important;
}

.table-responsive-fixed thead th {
    padding: 16px !important;
}

.table-responsive-fixed tbody td {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    padding: 16px !important;
}

.fw-bold {
    font-weight: 500 !important;
}

.text-secondary {
    color: #5f6368 !important;
}

/*schedule email configuration css*/
.email-modal {
    padding: 0px 0px;
}

.email-modal .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    margin: 0 auto;
    padding: 50px 20px;
    max-width: 520px;
}

.email-modal .modal-body {
    padding: 0px 0px;
}

.email-modal .modal-dialog .modal-content {
    padding: 40px 29px;
}

.email-modal .form-box {
    margin-bottom: 16px;
    position: relative;
}

.email-modal .toggle-switch {
    margin-bottom: 16px;
}

.email-modal .scheduleemail-box h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #2A2D2F;
    margin-bottom: 8px;
}

.email-modal .scheduleemail-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #5F6368;
    margin-bottom: 16px;
}

.email-modal .scheduleemail-box .llabel {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2A2D2F;
}

.email-modal .scheduleemail-box .icontrol {
    background: #F5F6F7;
    border: 1px solid #E4E4E4 !important;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5F6368;
    position: relative;
}

.email-modal .scheduleemail-box .icontrol:focus {
    box-shadow: none;
    outline: none;
    background: #F5F6F7;
    border-bottom: 1px solid #E4E4E4;
    border-radius: 4px;
    border: 1px solid #E4E4E4;
}

.email-modal .scheduleemail-box .scontrol {
    width: 100%;
    max-width: 100%;
}

.email-modal .scheduleemail-box .scontrol option {
    border-radius: 0px;
    padding: 20px 20px;
}

.email-modal .form-box h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #5F6368;
}

.email-modal .form-box .save .save-btn {
    background-color: #1085F1;
    border: 2px solid #1085F1;
    border-radius: 4px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    transition: all .3s ease;
    text-transform: capitalize;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.email-modal .form-box .save .save-btn:hover {
background-color: transparent;
color: #1085F1;
border: 2px solid #1085F1;
}*/
.email-modal .toggle-switch .form-switch {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

.email-modal .form-switch .slabel {
    margin-right: 52px;
    position: absolute;
    right: 0px;
}

.email-modal .form-check .form-check-input.sactive:hover .email-modal .form-switch .slabel {
    opacity: 1;
    color: Grey;
    background-color: #2A2D2F;
}

.email-modal .form-check .form-check-input:focus {
    box-shadow: none;
}

.email-modal .dropdown {
    background: #F5F6F7;
    border-bottom: 1px solid #C1C7CD;
    border-radius: 0px 0px 4px 4px;
    padding: 0px;
    list-style: none;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    top: 73px;
    z-index: 1;
    transition: all .3s ease;
}

.email-modal .dropdown .email-items {
    padding: 5px 20px;
    transition: all .3s ease;
}

.email-modal .dropdown .email-items:hover {
    background-color: #1085F1;
    color: white;
}

.email-modal .down-arrow {
    content: url('../images/dropdown-arrow.svg');
    position: absolute;
    top: 47px;
    right: 10px;
    cursor: pointer;
}

.convEmail_default_cls_enabled {
    background-color: #4285f4 !important;
    /*BDB9A6*/
}

.convEmail_default_cls_disabled {
    background-color: #BDB9A6 !important;
    /*4285f4*/
}

.email-modal .form-switch .form-check-input {
    background-image: none;
}

.email-modal .switch input:checked+div,
.switch div {
    position: relative;
    top: -1px;
}

#upgradetopromodal h2 {
    font-size: 38px;
    font-weight: 700;
}

#upgradetopromodal h4 {
    font-weight: bold;
    color: #1967d2;
}

#upgradetopromodal .btn-success {
    background: #00B649 !important;
}

#upgradetopromodal .btn-close {
    position: absolute;
    right: 35px;
    top: 40px;
}

.btn-soft-secondary {
    background-color: white;
    color: #1967D2;
    border-color: #1967D2;
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active {
    box-shadow: none;
    border-color: #000;
}

.fb-kapi.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(#5ad696 0% 90%, #e0e0e0 90% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.fb-kapi.circle:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
}

.fb-kapi.circle .text {
    color: #333;
    position: absolute;
}

ul.conv-green-checklis.fb-kapi li {
    color: #474747;
}

ul.conv-green-checklis.fb-kapi li .text-success {
    color: #2ab364 !important;
}

.conv-green-checklis span.material-symbols-outlined {
    margin-right: 5px;
}

.conv_create_gads_new_card {
    background: #e8f0fe;
}




#upgradetopromodal ul.list-unstyled li {
    font-size: 16px;
    font-weight: 500;
}

#upgradetopromodal ul.list-unstyled span {
    color: #1967d2;
    margin-right: 4px;
}