/* 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');
}

.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;
}

.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;
}

.con_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;
}

.conv-container,
.modal-dialog {
    color: #5F6368;
    border-color: #CBCDD0;
    font-size: 14px;
}

.conv-container input[type=radio]:checked::before {
    background-color: #1967D2;
}

.btn-close {
    opacity: 1;
}

.convcard {
    background: #fff;
}

.conv-container p {
    color: #5F6368;
    margin: 0 0 10px 0;
}

.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-arrow {
    background-color: #ddd;
    float: right;
    width: 40px;
    display: flex;
    justify-content: center;
}

.conv-blue-grad-bg {
    background: linear-gradient(90deg, #002BFC -12.5%, #00CFF6 103.95%);
}

.conv-green-grad-bg {
    background: radial-gradient(119.38% 1615.01% at 123.67% 0%, #198085 11.07%, #0CA6AD 40.43%, #10979D 95.83%);
}

.conv-badge {
    border: 1px solid;
    display: inline-block;
    padding: 3px 10px;
    font-weight: normal;
    font-size: 14px;
    color: #4A4A4A;
}

.conv-badge-yellow {
    background-color: #FEE487;
    border-color: #E5CB6E;
}

.conv-badge-red {
    border: 1px solid #FD95A2;
    background: #FFE1E5;
    color: #F43E56;
}

.conv-badge-green {
    background-color: #A1F6E2;
    border-color: #85E1CC;
}

.conv-link-blue {
    color: #1085F1;
    cursor: pointer;
}

.conv-success-bg {
    background-color: #09BD83;
}

.btn-success,
.btn-success:hover {
    color: #fff;
    background-color: #09BD83 !important;
    border-color: #09BD83 !important;
}

.text-success {
    color: #09BD83 !important;
}

.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 .conv_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;
}


.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;
    box-shadow: none !important;
}

.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;
}

.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: .20rem;
    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-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;
}

.conv_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;
    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;
}

.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 .onbrdpp-body p:last-child,
#tvc_google_signin_ga .onbrdpp-body p:last-child {
    padding-left: 0;
}

#tvc_google_signin .acccretppcntnr,
#tvc_google_signin_ga .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);
}

.conv_default_cls_enabled {
    background: #4285f4;
}

.conv_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-conv_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;
} */
.conv_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: 8px;
}

.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;
    z-index: 9999;
}

.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: #1085F1 !important;
    border-color: #1085F1 !important;
    border-radius: 2px !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;
}

.ecbuttonbox {
    box-shadow: 0px 0px 5px #d4d4d4;
    background: #1967d2 !important;
    position: fixed;
    right: 0;
    width: 222px;
    bottom: 100px;
}

#starttrackingbut {
    background-color: #fff;
    cursor: pointer;
    color: #1967d2 !important;
}

.convdisabledbox {
    opacity: 0.5;
    pointer-events: none;
}

.convecbuttext {
    font-size: 16px;
    font-weight: bold;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}

.hr-text:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;

    &::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg,
                rgba(#fff, 0) 0,
                rgba(#fff, 0.2) 20%,
                rgba(#fff, 0.5) 60%,
                rgba(#fff, 0));
        animation: shimmer 5s infinite;
        content: '';
    }

    @keyframes shimmer {
        100% {
            transform: translateX(100%);
        }
    }
}

.disabledsection {
    opacity: 0.5;
    pointer-events: none;
}

.accordion-button:not(.collapsed) {
    color: #1085F1;
    background-color: #fff !important;
    box-shadow: none !important;
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #aaa !important;
    border-color: #aaa !important;
}

.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

:focus,
.focus-visible:focus:not(:focus-visible) {
    outline: 0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #1085F1 !important;
    border-color: #1085F1 !important;
}

.btn-outline-primary {
    color: #1085F1 !important;
    border-color: #1085F1 !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #1085F1 !important;
    border-color: #1085F1 !important;
}

.btn-primary.disabled {
    background: #aaa !important;
    border-color: #aaa !important;
}

.topfull_loader {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

/* Overlay animation */
/* The Overlay_loader_conv (background) */
.overlay_loader_conv {
    /* Height & width depends on how you want to reveal the overlay_loader_conv (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.6);
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay_loader_conv (height or width, depending on reveal) */
}

/* Position the content inside the overlay_loader_conv */
.overlay_loader_conv-content {
    position: relative;
    top: 25%;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
    color: #fff !important;
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay_loader_conv a {
        font-size: 20px
    }

    .overlay_loader_conv .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.convwizard_pixtitle img {
    width: 24px;
}

.pawizard_tab_but {
    pointer-events: none !important;
}

.pawizard_tab_but.active h5 {
    color: #1085F1;
}

.pawizard_tab_but .material-symbols-outlined {
    font-size: 28px;
    padding-right: 8px;
}

.convwiz_border,
.convgawiz_form {
    border-bottom: 2px solid #E8E8E8;
}

.list-styled {
    list-style: disc;
    font-size: 14px;
    color: #5f6368;
}

.pixel-setup.card .accordion-button {
    font-size: 18px;
    color: #1085F1;
    font-weight: bold;
    padding: 5px;
}

.google_signing_image {
    max-width: 200px;
}

.tvc_google_signinbtn_ga,
.google_connect_url_ga {
    background-color: transparent !important;
    box-shadow: none !important;
}

.tvc_google_signinbtn_ga img,
.google_connect_url_ga img {
    max-width: 200px !important;
}

.scaleyourbusiness {
    background-color: #006BCD;
    color: #fff;
}

.convprolist img {
    width: 45px;
}

.gobackwizard div {
    border-bottom: 1px dashed;
}

.gobackwizard {
    cursor: pointer;
}

.gobackwizard:hover {
    color: #1085F1;
}

/* 
.dash-convo span {
    font-size: 24px !important;
} */

.setupinfive {
    position: absolute;
    bottom: 40px;
    width: 125px;
    right: 0;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.scroll-bounce {
    animation: bounce 2s infinite;
}

.videocard.recent-post.card a span {
    font-size: 14px !important;
}

.videocard.recent-post.card a {
    margin-bottom: 5px;
}

.accbutbox {
    position: relative;
}

#wizsetconfirm #conv_pixel_list_box .conv-pixel-list-item {
    width: 243px;
    height: 66px;
    border-radius: 10px !important;
    margin: 5px;
}

#wizsetconfirm .channel_pixelid {
    white-space: nowrap;
    overflow: hidden;
    width: 160px;
}

#wizsetconfirm #conv_pixel_list_box h4 {
    border-left: 5px solid;
    padding: 10px;
    background: #ebf5ff;
}

.welcome-wholebox .accordion-item,
#gadsConversionAcco .accordion-item {
    border: 1px solid #CCC !important;
    border-radius: 10px !important;
    margin-top: 8px;
    box-shadow: 0px 0px 5px 0px #00000038;
}

.upgradetopro_badge_invert:hover img {
    filter: brightness(0) invert(1);
}

.overlay_loader_conv-content .spinner-border {
    width: 125px;
    height: 125px;
    font-size: 22px;
    position: absolute;
    right: 47%;
    top: 15px;
    left: 853px;
}

.convutp_bot h5 {
    font-size: 14px !important;
}

.convutp_bot .material-symbols-outlined {
    font-size: 20px !important;
    align-self: center;
}

.pawizard_tab_but h5 {
    color: #5F6368;
}

.convunderline {
    font-size: 14px !important;
    color: #5f6368 !important;
    border-bottom: 1.5px dashed #5f6368;
    font-weight: bold;
    letter-spacing: 1px;
}

.convexitwizard {
    color: #5F6368 !important;
    cursor: pointer;
}

.text-dark {
    color: #2A2D2F !important;
}

.convps_threefive {
    padding-left: 35px;
}

.convpremiumdisabled_in:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffffbd;
    top: 0;
    background-image: url(../images/upgrade_crown.png);
    background-repeat: no-repeat;
    background-position: center;
}

.convpremiumdisabled {
    pointer-events: none;
}

.pixconfirmsuccess {
    box-shadow: 0px 0px 1px 1px #09BD83 !important;
    border-color: #09BD83;
}

.pixconfirmnotsuccess {
    box-shadow: 0px 0px 1px 1px #a9a9a9 !important;
    border-color: #a9a9a9;
}

#gasettings_form .progress-steps li,
#gadssetings_form .progress-steps li {
    min-height: 85px;
}

#conversioshead_notice {
    background: #19357c !important;
}

#convga360modal .container-fluid {
    margin: 0px !important;
}

.fixedcontainer_conversios_notice {
    max-width: 900px;
    margin: auto;
    height: 40px;
}

.prmoupgrdbtn button {
    color: #19357c;
    background: #fff;
    border: none;
    outline: none;
    padding: 5px 6px;
    border-radius: 3px;
    font-size: 13px;
}

.promobandmsg span {
    color: #ffc700;
    font-weight: bold;
}

#convga360_left {
    background-color: #19357c;
    text-align: justify;
}

.promobandmsg span {
    color: #ffc700;
    font-weight: bold;
}

.prmoupgrdbtn button {
    color: #19357c;
    background: #fff;
    border: none;
    outline: none;
    padding: 5px 6px;
    border-radius: 3px;
    font-size: 13px;
}

#convga360_left {
    background-color: #19357c;
    text-align: justify;
}

#convga360_left img {
    width: 100px;
}

.convmodalcta h3 {
    font-size: 25px;
    color: #ffc700;
}

.convmodalcta {
    background: rgb(201 190 185 / 30%);
    padding: 11px;
    border-radius: 5px;
    border: 1px solid #6373a3;
}
.convmodalcta div {
    font-size: 12px;
}
#convga360modal .modal-dialog {
    max-width: 950px !important;
}
#convga360_right button#convga360submit_but {
    background-color: #19357c;
    padding: 12px;
}
div#conv_ga360successmessage {
    line-height: 20px !important;
}
.conv_dim_box
{
    opacity: 0.5;
    pointer-events: none;
}
.pricingcard-wholebox .card .card-body .feature-listing span {
    display: none !important;
}
.pricingcard-wholebox .card .card-body .feature-listing h5 .tooltipc.remove {
    font-weight: 700;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .feature-listing li::after {
    color: #07BB4F !important;
}
.convo-pricingpage .title-text h4 mark {
    background-color: #BAFFD6 !important;
}