/* clearout theme */
:root {
    --theme-color: 255, 158, 48;
    --theme-dark-text-color: 64, 64, 64;
    --theme-text-color: 253, 139, 8;
    --theme-font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --theme-font-weight: 400;
    --theme-button-color: 255, 158, 48;
    --theme-notification-color: 255, 233, 205;
    --theme-gradient: #3e5151 linear-gradient(27deg, #3e5151, #decba4);
    --theme-announcement-bar-color: #485957;
    --theme-color-high-contrast: 238, 124, 47;
    --theme-color-low-contrast: 246, 181, 108;
    --theme-page-alert-background-image: radial-gradient(circle, #f1cf90, #f3d6a3, #f4ddb6, #f5e5ca, #f5ecdd);
}

.btn-clearout {
    background-color: rgba(var(--theme-button-color)) !important;
    border-color: rgba(var(--theme-button-color)) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.btn-clearout:focus,
.btn-clearout:hover {
    background-color: rgba(var(--theme-button-color), 0.7) !important;
    border-color: rgba(var(--theme-button-color), 0.7) !important;
    color: #fff
}

.text-clearout {
    color: rgba(var(--theme-color)) !important;
    font-weight: 600;
    font-size: 15px;
}

.text-clear input.credit-input:focus {
    box-shadow: 0 0 10px 1px rgba(var(--theme-color), 0.7) !important;
    border: 1px solid rgba(var(--theme-color), 0.7) !important;
}

input.coupon-input {
    border: 1px solid rgba(var(--theme-color), 0.7) !important;
}

input.coupon-input:focus {
    box-shadow: 0 0 10px 1px rgba(var(--theme-color), 0.7) !important;
    border: 1px solid rgba(var(--theme-color), 0.7) !important;
}

/* notification toast pop up */
.notification.notification-success.notification-visible {
    border-top: 2px solid rgba(var(--theme-color), 1) !important;
    background-color: rgba(var(--theme-notification-color), 1) !important;
    color: rgb(75, 88, 58) !important;
    box-shadow: rgba(var(--theme-color), 0.7) 0px 0px 1px !important;
}

.notification-title {
    color: rgba(var(--theme-color)) !important;
}

.notification-dismiss {
    background-color: rgba(var(--theme-color), 0.7) !important;
    color: #fff !important;
}

.download-btn-shadow {
    background-color: rgba(var(--theme-text-color));
    border-color: rgba(var(--theme-text-color));
    color: #fff;
    /* text-decoration: underline; */
}

.page-sub-header-nav .nav-item>a.nav-link,
.page-sub-header-nav .nav-item>button,
.page-sub-header-nav .nav-item>div>button {
    padding: 7px 8px;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'SofiaProRegular', sans-serif;
}

.line-chart-preset li {
    font-size: 12px;
    font-weight: 700;
    background-color: rgba(var(--theme-color));
    color: #fff;
    padding: 0;
    border-radius: 3px;
    margin-right: 15px;
    margin-top: 5px;
}

.profile-page-sidebar.nav-tabs .nav-link.active {
    background-color: transparent;
    color: rgba(var(--theme-color));
    border-right: 3px solid rgba(var(--theme-color));
}

.profile-page-sidebar.admin.nav-tabs>li:nth-child(2)>a.active {
    border-left: 3px solid rgba(var(--theme-color));
    border-right: none;
}

.pricing-page-nav.nav-tabs .nav-link.active {
    background-color: transparent;
    color: rgba(var(--theme-color));
    border-bottom: 3px solid rgba(var(--theme-color));
}

.support-text>span {
    color: rgba(var(--theme-text-color));
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: 700;
}

.support-text>.delete-your-account {
    color: black;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: 700;
}

.custom-pricing-text>a {
    color: rgba(var(--theme-color));
    font-weight: bold;
}


.active .addlist-leads-svg,
.active .addlist-mailchimp-svg,
.active .addlist-apollo-svg,
.active .addlist-acttive-campaign-svg,
.active .addlist-clevertap-svg,
.active .addlist-upload-svg,
.active .addlist-moosend-svg,
.active .addlist-hubspot-svg,
.active .addlist-mailerlite-svg,
.active .addlist-sendgrid-svg,
.active .addlist-automizy-svg {
    color: rgba(var(--theme-color));
}

.download-checkmark {
    color: rgba(var(--theme-color));
    display: inline-block;
}

.price-slabs-display tbody tr:hover {
    background-color: #fff;
    border: 2px solid rgba(var(--theme-color));
    cursor: pointer;
}

.main-header {
    background: var(--theme-gradient);
}

.instant-search-form .individual-userverify-button {
    margin: 10px 0px;
    background-color: rgba(var(--theme-color));
    border-color: rgba(var(--theme-color));
    color: #fff;
    border-radius: 0px;
    padding: 6px 25px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.individual-userverify-button:hover,
.individual-userverify-button:active {
    margin: 10px 0px;
    background-color: rgba(var(--theme-text-color));
    border-color: rgba(var(--theme-text-color));
    color: #fff;
    border-radius: 0px;
    padding: 6px 25px;
    font-size: 16px;
    letter-spacing: 1px;
}


.instant-search-form .email-input-form {
    letter-spacing: 1px;
    border-color: rgba(var(--theme-color), 0.7);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.instant-search-form .email-input-form:focus {
    /* margin-top: 10px; */
    border-color: rgba(var(--theme-color), 0.7);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0px 0px 10px 2px rgba(var(--theme-color), 0.3);
}

.individual-user-profileinfo {
    color: rgba(var(--theme-color));
}

.profile-info-shown {
    color: rgba(var(--theme-color));
}

.in-progress-all-message {
    color: rgba(var(--theme-color));
    margin-bottom: 0;
    font-size: 14px;
}

.custum-sign-up-button a {
    color: #fff;
    background: rgba(var(--theme-color)) !important;
    border-radius: 3px !important;
    border-color: rgba(var(--theme-color)) !important;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 7px 30px;
    margin-right: 20px !important;
    font-size: 16px;
}


.integration-card-status-active {
    padding: 10px !important;
    width: 100%;
}

.clearout-hero-text>span {
    font-weight: bold;
    color: rgba(var(--theme-color));
    text-transform: uppercase;
}


.verify-tab.nav-tabs .nav-link.active {
    background-color: #fff;
    color: #404040;
    border-bottom: 3px solid rgba(var(--theme-color));
    padding: 12px 30px;
    border-top: 0;
    border-left: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

@media(max-width: 768px) {

    .profile-page-sidebar.admin.nav-tabs>li:nth-child(2)>a.active {
        border-left: none;
    }

    .instant-search-form .email-input-form {
        width: 100%;
        border-color: rgba(var(--theme-color));
        border-radius: 0px;
    }
}

@media(max-width: 950px) {

    .profile-page-sidebar.nav-tabs .nav-link.active,
    .pricing-page-nav.nav-tabs .nav-link.active {
        border-right: 0px !important;
        border-bottom: 3px solid rgba(var(--theme-color));
    }
}