.billing-plan-summary {
    min-block-size: 250px;
}

.dx-nodata {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 18px 28px;
    background: rgba(240, 240, 240, 0.75);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    z-index: 5;
}

.grid-stack {
    background: transparent;
}

.grid-stack-item-content {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.chart-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chart-footer {
    display: flex;
    justify-content: flex-end;
}

.chart-action {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chart-loading-indicator {
    border-style: double;
    border-color: #ccc transparent;
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.validation-summary-errors, .field-validation-error {
    color: rgba(var(--bs-danger-rgb),1);
    font-size: var(--error-font-size);
    text-align: left;
}

.validation-summary-errors {
    padding-top: 5px;
}

.validation-summary-valid {
    display: block;
}

.validation-summary-errors ul {
    padding-left: 0px;
}

.validation-summary-errors li {
    list-style: none;
    padding: 1px;
}

.btn-default {
    border-color: var(--standard-border-color) !important;
    background-color: var(--button-color);
    border-radius: var(--standard-border-radius);
    color: #fff;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-list:before {
    content: "\e012";
}


.glyphicon-download-alt:before {
    content: "\e025";
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #0082be;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: var(--gray);
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.pull-left {
    float: left !important;
}

.form-inline ul li a label {
    text-align: left !important;
    justify-content: left !important;
}

    .form-inline ul li a label input[type=checkbox], input[type=radio] {
        margin-right: 5px;
    }



.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    padding-left: 30px !important;
    margin: 0px !important;
    padding-bottom: 0px !important;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: var(--grey);
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff !important;
        background-color: var(--button-color);
        border-color: var(--grey);
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

/*.row {
    align-items: center !important;
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center !important;
    -webkit-box-align: center !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}
*/
.form-group select[data-mvcgrid-type="pageSize"] {
    height: 30px !important;
    padding: 0px !important;
    margin-left: 10px !important;
}

.audience-basic-btn-danger {
    background-color: var(--secondary-button-color);
    border-radius: 12px;
    border: 1px solid;
    border-color: var(--secondary-button-border-color);
}

.audience-basic-btn {
    padding: 0.6rem;
    text-shadow: none;
    white-space: normal;
    word-wrap: break-word;
    transition: .2s ease-out;
    touch-action: manipulation;
    cursor: pointer;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
    will-change: opacity, transform;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    display: flex;
    flex: 1;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    margin: 10px;
    font-family: var(--secondary-text-regular-font-family);
    font-weight: var(--secondary-text-regular-font-weight);
    font-size: var(--secondary-text-regular-font-size);
    text-align: center;
    letter-spacing: var(--secondary-text-regular-letter-spacing);
    line-height: var(--secondary-text-regular-line-height);
    white-space: nowrap;
    font-style: var(--secondary-text-regular-font-style);
    max-width: 250px;
    padding: 1rem;
}

    .audience-basic-btn:hover {
        transform: translateY(-3px);
    }

.audience-basic-btn-primary {
    color: #fff !important;
    border: none !important;
    background-color: var(--button-color);
    border-radius: var(--standard-border-radius);
}


#filters > .form-group > .form-control {
    margin-bottom: 10px;
}

#filter-button {
    margin-left: 30px;
}

.report-button-holder {
    display: flex;
    align-items: center;
}

.report-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/*report footer on grid*/
.MVCGridContainer > div > div.row .col-xs-6 {
    padding-left: 20px;
    padding-right: 20px;
    color: var(--grey);
}


.url-list > ul {
    padding-inline-start: 0px;
}

.contacts-block__item {
    padding: 10px;
}



.row [class*="col-"] h4, .add-button-row h4 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-weight: normal;
    color: var(--black);
    font-size: var(--h4-semi-bold-font-size);
    letter-spacing: var(--h4-semi-bold-letter-spacing);
    line-height: var(--h4-semi-bold-line-height);
    white-space: wrap;
    font-style: var(--h4-semi-bold-font-style);
    margin: 0;
    /*padding-left: 10px;
    padding-right: 10px;*/
}

.fileinput-button input {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 1000;
}

fileinput-button {
    cursor: pointer;
}

div.steps.clearfix > ul > li.current.error {
    color: none !important;
}

.error {
    color: red !important;
    border-color: red;
}

textarea .error {
    border-color: red;
}

.view-dictionary-button {
    background: url('/Images/Icons/Dictionary.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin: 10px;
}

.view-file-button {
    background: url('/Images/Icons/View.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
}

.view-file-Icon {
    display: inline-block;
    width: 1.5em;
    height: 100%;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    -webkit-mask: url('/Images/Icons/View.svg') no-repeat center / contain;
    mask: url('/Images/Icons/View.svg') no-repeat center / contain;
}

.edit-button {
    background: url('/Images/Icons/Edit.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
}

.add-credits-button {
    background: url('/Images/Icons/AddCredits.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.delete-button {
    background: url('/Images/Icons/Delete.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
}

.lead-campaign-active-icon {
    background: url('/Images/Icons/LeadCampaignActive.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    cursor: help;
}

.lead-campaign-icon {
    background: url('/Images/Icons/LeadCampaign.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    cursor: help;
}

.direct-mail-campaign-icon {
    background: url('/Images/Icons/DirectMailCampaign.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    cursor: help;
}

.direct-mail-campaign-active-icon {
    background: url('/Images/Icons/DirectMailCampaignActive.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    cursor: help;
}


.email-campaign-icon {
    background: url('/Images/Icons/EMailCampaign.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    cursor: help;
}

.email-campaign-active-icon {
    background: url('/Images/Icons/EMailCampaignActive.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    cursor: help;
}



.display-campaign-icon {
    background: url('/Images/Icons/DisplayCampaign.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    cursor: help;
}


.display-campaign-active-icon {
    background: url('/Images/Icons/DisplayCampaignActive.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    cursor: help;
}

.undo-button {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 454.839 454.839"><path d="M404.908,283.853c0,94.282-76.71,170.986-170.986,170.986h-60.526c-10.03,0-18.158-8.127-18.158-18.157v-6.053 c0-10.031,8.127-18.158,18.158-18.158h60.526c70.917,0,128.618-57.701,128.618-128.618c0-70.917-57.701-128.618-128.618-128.618 H122.255l76.905,76.905c8.26,8.257,8.26,21.699,0,29.956c-8.015,8.009-21.964,7.997-29.961,0L56.137,149.031 c-4.001-4.001-6.206-9.321-6.206-14.981c0-5.656,2.205-10.979,6.206-14.978L169.205,6.002c7.997-8.003,21.958-8.003,29.956,0 c8.26,8.255,8.26,21.699,0,29.953l-76.905,76.911h111.666C328.198,112.866,404.908,189.573,404.908,283.853z"/></svg>');
    width: 24px;
    height: 24px;
    display: inline-flex;
}

.left-button {
    background: url('/images/icons/Back.svg');
    background-size: 24px;
    padding-left: 30px;
    background-position: left;
    background-repeat: no-repeat;
}


.right-button {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
    width: 24px;
    height: 24px;
    display: inline-flex;
}

.details-button {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>');
    width: 24px;
    height: 24px;
    display: inline-flex;
}


.install-pixel {
    background: url('/Images/Icons/InstallPixel.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
}

.history-button {
    background: url('/Images/Icons/ImportHistory.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
}




.attributes-button {
    background: url('/Images/Icons/Attributes.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
}

.graph-button {
    background: url('/Images/Icons/PixelStats.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
}

.suppression-stats-button {
    background: url('/Images/Icons/PieChart.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
}

.troubleshoot-button {
    background: url('/Images/Icons/Troubleshoot.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
}

.posting-options-button {
    background: url('/Images/Icons/PostingOptions.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
}

/* Email/CRM audience posting options: full width when left nav is hamburger (below lg), ~75% with persistent sidebar, 50% ultrawide; cap absolute width */
.posting-options-content {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
}

@media (min-width: 992px) {
    .posting-options-content {
        width: 75%;
    }
}

@media (min-width: 1920px) {
    .posting-options-content {
        width: 50%;
    }
}

/* Posting options: remove default expandable-container top margin between sections */
.posting-options-content .expandable-container {
    margin-top: 0;
}

/* Keep collapse buttons looking like standard primary buttons - prevent size and color changes */
button.btn-primary[data-bs-toggle="collapse"],
button.btn-primary[data-bs-toggle="collapse"].collapsed,
button.btn-primary[data-bs-toggle="collapse"]:not(.collapsed),
button.btn-primary[data-bs-toggle="collapse"]:focus,
button.btn-primary[data-bs-toggle="collapse"]:active {
    color: #fff !important;
    font-size: var(--button-font-size) !important;
    padding: 0.6rem !important;
    line-height: var(--secondary-text-regular-line-height) !important;
    font-weight: var(--secondary-text-regular-font-weight) !important;
}

.angle-down-button {
    background: url('/images/icons/angle-down-solid.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
}

.angle-up-button {
    background: url('/images/icons/angle-up-solid.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
}

.dowload-file-button {
    background: url('/images/icons/download-file-icon.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
}

.code-icon {
    background: url('/Images/Icons/InstallPixel.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
}

.filter-item {
    margin-left: 10px;
}

.add-filter {
    background: url('/Images/Icons/AddFilter.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
}

.edit-filter {
    background: url('/Images/Icons/EditFilter.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
}
/*
.add-filter {
    background-image: url(/images/add_filter.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    padding-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}*/
/*
.edit-filter {
    background-image: url(/images/edit_filter.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    padding-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}
*/
.login-button {
    /*background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-unlock"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 9.9-1"></path></svg>');*/
    background: url('/Images/Icons/LoginAs.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
}


.export-csv-button {
    background: url('/Images/Icons/ExportCSVFile.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
}


.posting-options {
    background: url('/Images/Icons/PostingOptions.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
}

.reset-icon {
    background: url('/Images/Icons/Reset.svg');
    height: 24px;
    width: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

}

.reset-icon-orange {
    background: url('/Images/Icons/ResetOrange.svg');
    height: 24px;
    width: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

}




.add-credits-icon {
    background: url(/Images/Icons/AddCredits.svg);
    height: 32px;
    width: 32px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 3px;
}


.trial-icon {
    background: url('/Images/Icons/Trial.svg');
    height: 24px;
    width: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    cursor: help;
}

.trial-icon-green {
    background: url('/Images/Icons/TrialGreen.svg');
    height: 24px;
    width: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    cursor: help;
}

.trial-icon-orange {
    background: url('/Images/Icons/TrialOrange.svg');
    height: 24px;
    width: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    cursor: help;
}

.trial-icon-red {
    background: url('/Images/Icons/TrialRed.svg');
    height: 24px;
    width: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
    cursor: help;
}

.green-check {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="green" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>');
    width: 24px;
    height: 24px;
    display: inline-flex;
}

.red-check {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>');
    width: 24px;
    height: 24px;
    display: inline-flex;
}

.swap-button {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-repeat"><polyline points="17 1 21 5 17 9"></polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"></path><polyline points="7 23 3 19 7 15"></polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"></path></svg>');
    width: 24px;
    height: 24px;
    display: inline-flex;
}

.copy-button {
    /*background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-copy"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>');*/
    background: url('/Images/Icons/Copy.svg');
    height: 24px;
    width: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
}

.copy-action-button {
    background: url('/Images/Icons/Copy.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
}

.proof-action-button {
    background: url('/Images/Icons/Proof.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
}

.lead-delivery {
    background: url('/Images/Icons/LeadDelivery.svg');
    height: 24px;
    width: 24px;
    background-position: center;
    background-repeat: no-repeat;
}


.letter-button {
    /*background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>');*/
    background: url('/Images/Icons/Proof.svg');
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.plus-button {
    width: 24px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
    height: 24px;
    display: inline-flex;
}

.system-alert {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-circle"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg>');
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: inline-flex;
}

.add-button-flex {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
}

.add-button-row {
    align-items: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-align: center;
}

    .add-button-row button {
        margin-left: 0px;
        margin-left: 0px;
        padding: 0.6rem 1rem 0.6rem 1rem;
        flex-grow: 0;
        flex: 0;
    }

.add-button-flex svg {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
}

.add-button-flex h4 {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
}

.setup > .collapsed {
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    color: currentColor;
    padding-top: 5px;
    background-position-y: 17px;
}

.setup > .expanded {
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    color: currentColor;
    padding-top: 5px;
    background-position-y: 17px;
}

.setup label {
    cursor: pointer;
}

.setup-holder {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.delivery {
    padding-left: 30px;
}

.statusSelect {
    /*    padding: 6px 35px 10px 15px;*/
    /*max-height: 40px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    max-height: 40px;*/
}

#adFormat {
    margin-bottom: 10px;
    margin-top: 10px;
}

.connection-domain-label {
    margin-left: 10px;
    width: 55px;
    text-align: left;
    font-size: 12px;
    border-bottom: solid;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: black;
}

.connection-domain-total {
    margin-left: 5px;
    margin-right: 5px;
    width: 65px;
    text-align: left;
    border-top: double;
    border-top-style: double;
    border-top-color: black;
}

.connection-domain-percent {
    padding-left: 5px;
    padding-right: 5px;
    width: 65px;
}

    .connection-domain-percent input {
        width: 60px;
        font-size: .75em;
        border: 1px solid var(--standard-border-color);
        color: var(--grey);
        border-radius: var(--standard-border-radius);
        padding: 10px;
    }

.clear-fix {
    clear: both;
}

.label-name {
    text-align: center;
    font-size: 1em;
    padding-left: 20px;
    padding-right: 10px;
    float: left;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
}

.value-name {
    text-align: center;
    font-size: 1em;
    padding-left: 20px;
    padding-right: 10px;
    float: left;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.color-picker-holder {
    height: 60px;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid #000 !important;
}

.auth-logo {
    height: 56px;
    padding: 7px;
}

.campaign-instructions {
    padding-left: 20px;
}

.campaign-label {
    text-align: center;
    font-size: 1em;
    padding-left: 20px;
    padding-right: 10px;
    float: left;
    width: 125px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
}

.campaign-value {
    text-align: center;
    font-size: 1em;
    padding-left: 20px;
    padding-right: 10px;
    float: left;
    width: 125px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.table > thead > tr > th {
    vertical-align: top;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

div.widget-content.widget-content-area.report-grid > div.row > div.col-md-3 {
    flex: none !important;
}

#billing-method-holder .validation-summary-errors ul {
    display: block !important;
}

/*.not-completed {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>');
    background-size: 24px;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 17px;
    color: red;
    font-weight: bold;
    padding-bottom: 10px;
}

.completed {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="green" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>');
    background-size: 24px;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 17px;
    color: green;
    font-weight: bold;
    padding-bottom: 10px;
}
*/
.indent-left-40 {
    padding-left: 40px;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    /*background: #eee;
    color: #aaa;*/
    cursor: default;
}

ul[role='tablist'] .current > a > .step-menu-holder > .number-holder {
    /*    background-color: var(--button-color);
    border-color: var(--grey);
    color: white;*/
}

ul[role='tablist'] .done > a > .step-menu-holder > .number-holder {
    background-color: var(--secondary-button-color);
}

.wizard > .steps .disabled > a {
    opacity: .3;
}

.wizard > .steps li:not(.current):not(.disabled) > a {
    opacity: .7;
}

    .wizard > .steps li:not(.current):not(.disabled) > a .step-menu-holder > .number-holder {
        background-color: var(--secondary-button-color);
    }

    .wizard > .steps li:not(.current):not(.disabled) > a:hover {
        opacity: 1
    }


.loading {
    z-index: 100000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

body.waiting * {
    cursor: progress;
}

.download-option-check {
    margin: 10px;
}

#email-csv-check {
    margin: 10px;
}

#email-check {
    margin: 10px;
}

#display-check {
    margin: 10px;
}

#directmail-check {
    margin: 10px;
}

.manual-download-icon {
    background: url('/Images/download.png') !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    padding-left: 30px !important;
    font-size: 17px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.ftp-icon {
    background: url('/Images/ftp.png') !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.email-icon {
    background: url('/Images/email_icon.png') !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.display-icon {
    background: url('/Images/display_icon.png') !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.directmail-icon {
    background: url('/Images/directmail-icon.png') !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.facebook-icon {
    background: url('/Images/facebook_icon.png') !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.csv-icon {
    background: url('/Images/csv-file.jpg') !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.zapier-icon {
    background: url('/Images/zapier-300x300.png') !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.webhook-icon {
    background: url('/Images/webhook.png') !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.zoho-icon {
    background: url('/Images/zoho-300x300.png') !important;
    background-size: 50px !important;
    background-repeat: no-repeat !important;
    padding-left: 60px !important;
    padding-bottom: 20px !important;
    padding-top: 10px !important;
}

.mailchimp-icon {
    background: url('/Images/mailchimp.png') !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    padding-left: 35px !important;
    padding-bottom: 20px !important;
    padding-top: 10px !important;
}

.salesforce-icon {
    background: url('/Images/logo-salesforce.svg') !important;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    padding-left: 40px !important;
    padding-bottom: 20px !important;
    padding-top: 0px !important;
}

.hubspot-icon {
    background: url('/Images/hubspot.png') !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    padding-top: 3px !important;
}

.getresponse-icon {
    background: url('/Images/getresponse.png') !important;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    padding-left: 35px !important;
    padding-bottom: 10px !important;
    padding-top: 7px !important;
}

.campaignmonitor-icon {
    background: url('/Images/campaign-monitor.png') !important;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    padding-left: 35px !important;
    padding-bottom: 10px !important;
    padding-top: 7px !important;
}

.klaviyo-icon {
    background: url('/Images/klaviyo.jpg') !important;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    padding-left: 35px !important;
    padding-bottom: 10px !important;
    padding-top: 7px !important;
}

.robly-icon {
    background: url('/Images/robly.png') !important;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    padding-left: 35px !important;
    padding-bottom: 10px !important;
    padding-top: 7px !important;
}

.highlevel-icon {
    background: url('/Images/high-level.png') !important;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    padding-left: 35px !important;
    padding-bottom: 10px !important;
    padding-top: 7px !important;
}

.FreshSales-icon {
    background: url('/Images/freshsales_logo.png') !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    padding-left: 35px !important;
    padding-bottom: 10px !important;
    padding-top: 1px !important;
}

.activecampaign-icon {
    background: url('/Images/active-campaign.png') !important;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    padding-left: 35px !important;
    padding-bottom: 10px !important;
    padding-top: 4px !important;
}

.constantcontact-icon {
    background: url('/Images/constant-contact.png') !important;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    padding-left: 35px !important;
    padding-bottom: 10px !important;
    padding-top: 7px !important;
}

.aweber-icon {
    background: url('/Images/aweber.png') !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.zendesksell-icon {
    background: url('/Images/zendesksell.png') !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

#append-fields-select-holder > div > button {
    color: #3b3f5c !important;
    outline: none !important;
    font-size: 15px !important;
}

#append-fields-select-holder > div > .error {
    background: #fbe3e4 !important;
    border: 1px solid #fbc2c4 !important;
    color: #8a1f11 !important;
}

#append-fields-select-holder .btn:hover, .btn:focus {
    font-weight: normal !important;
}

#append-fields-select-holder .dropdown-item-inner[aria-selected="true"] {
    font-weight: bold;
    color: #1b55e2;
}

#append-fields-select-holder .dropdown-menu {
    background-color: #e3e3e3 !important;
}

#append-fields-select-holder .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner {
    padding: 9px 19px !important;
}

.btn-group .dropdown-menu a.dropdown-item {
    background-color: inherit !important;
}

.btn-group .dropdown-menu a.dropdown-item {
    /*color: #3b3f5c !important;*/
    color: var(--grey) !important;
}

.help-button.red {
    background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><defs><style>.cls-1{fill:red;stroke-width:0px;}</style></defs><g id="Layer_2-2"><path class="cls-1" d="M8.83,13.29h-2.38c-.14,0-.25-.11-.25-.25v-7.4c0-.14.11-.25.25-.25h2.38c.14,0,.25.11.25.25v7.4c0,.14-.11.25-.25.25ZM6.7,12.79h1.88v-6.9h-1.88v6.9Z"/><path class="cls-1" d="M7.64,4.87c-.79,0-1.44-.65-1.44-1.44s.65-1.44,1.44-1.44,1.44.65,1.44,1.44-.65,1.44-1.44,1.44ZM7.64,2.49c-.52,0-.94.42-.94.94s.42.94.94.94.94-.42.94-.94-.42-.94-.94-.94Z"/><path class="cls-1" d="M7.64,15.28C3.43,15.28,0,11.86,0,7.64S3.43,0,7.64,0s7.64,3.43,7.64,7.64-3.43,7.64-7.64,7.64ZM7.64.5C3.7.5.5,3.7.5,7.64s3.2,7.14,7.14,7.14,7.14-3.2,7.14-7.14S11.58.5,7.64.5Z"/></g></svg>');
}

.help-button.orange {
    background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><defs><style>.cls-1{fill:orange;stroke-width:0px;}</style></defs><g id="Layer_2-2"><path class="cls-1" d="M8.83,13.29h-2.38c-.14,0-.25-.11-.25-.25v-7.4c0-.14.11-.25.25-.25h2.38c.14,0,.25.11.25.25v7.4c0,.14-.11.25-.25.25ZM6.7,12.79h1.88v-6.9h-1.88v6.9Z"/><path class="cls-1" d="M7.64,4.87c-.79,0-1.44-.65-1.44-1.44s.65-1.44,1.44-1.44,1.44.65,1.44,1.44-.65,1.44-1.44,1.44ZM7.64,2.49c-.52,0-.94.42-.94.94s.42.94.94.94.94-.42.94-.94-.42-.94-.94-.94Z"/><path class="cls-1" d="M7.64,15.28C3.43,15.28,0,11.86,0,7.64S3.43,0,7.64,0s7.64,3.43,7.64,7.64-3.43,7.64-7.64,7.64ZM7.64.5C3.7.5.5,3.7.5,7.64s3.2,7.14,7.14,7.14,7.14-3.2,7.14-7.14S11.58.5,7.64.5Z"/></g></svg>');
}

.help-button.green {
    background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><defs><style>.cls-1{fill:green;stroke-width:0px;}</style></defs><g id="Layer_2-2"><path class="cls-1" d="M8.83,13.29h-2.38c-.14,0-.25-.11-.25-.25v-7.4c0-.14.11-.25.25-.25h2.38c.14,0,.25.11.25.25v7.4c0,.14-.11.25-.25.25ZM6.7,12.79h1.88v-6.9h-1.88v6.9Z"/><path class="cls-1" d="M7.64,4.87c-.79,0-1.44-.65-1.44-1.44s.65-1.44,1.44-1.44,1.44.65,1.44,1.44-.65,1.44-1.44,1.44ZM7.64,2.49c-.52,0-.94.42-.94.94s.42.94.94.94.94-.42.94-.94-.42-.94-.94-.94Z"/><path class="cls-1" d="M7.64,15.28C3.43,15.28,0,11.86,0,7.64S3.43,0,7.64,0s7.64,3.43,7.64,7.64-3.43,7.64-7.64,7.64ZM7.64.5C3.7.5.5,3.7.5,7.64s3.2,7.14,7.14,7.14,7.14-3.2,7.14-7.14S11.58.5,7.64.5Z"/></g></svg>');
}

.help-button {
    background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.28 15.28"><defs><style>.cls-1{fill:black;stroke-width:0px;}</style></defs><g id="Layer_2-2"><path class="cls-1" d="M8.83,13.29h-2.38c-.14,0-.25-.11-.25-.25v-7.4c0-.14.11-.25.25-.25h2.38c.14,0,.25.11.25.25v7.4c0,.14-.11.25-.25.25ZM6.7,12.79h1.88v-6.9h-1.88v6.9Z"/><path class="cls-1" d="M7.64,4.87c-.79,0-1.44-.65-1.44-1.44s.65-1.44,1.44-1.44,1.44.65,1.44,1.44-.65,1.44-1.44,1.44ZM7.64,2.49c-.52,0-.94.42-.94.94s.42.94.94.94.94-.42.94-.94-.42-.94-.94-.94Z"/><path class="cls-1" d="M7.64,15.28C3.43,15.28,0,11.86,0,7.64S3.43,0,7.64,0s7.64,3.43,7.64,7.64-3.43,7.64-7.64,7.64ZM7.64.5C3.7.5.5,3.7.5,7.64s3.2,7.14,7.14,7.14,7.14-3.2,7.14-7.14S11.58.5,7.64.5Z"/></g></svg>');
    width: 24px;
    height: 24px;
    display: inline-flex;
    cursor: pointer;
    margin-right: 10px;
}

#MVCGrid_Loading_DataDistributionDetail {
    float: left !important;
}
/* END LP*/
.tooltip {
    pointer-events: none;
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

    .dot.red {
        background-color: darkred;
    }

    .dot.green {
        background-color: darkgreen;
    }

    .dot.orange {
        background-color: darkorange;
    }

.marketing {
    display: flex;
    align-items: baseline;
}
/*
.widget-header h4{
    padding-left:0px !important;
}*/
.menu-logo {
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
}

table {
    border-collapse: separate;
    border-left: 0;
    border-radius: var(--standard-border-radius) var(--standard-border-radius) 0px 0px;
    border-spacing: 0px;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    border-collapse: separate;
    background-color: var(--table-head-color);
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

th, td {
    padding: 5px 4px 6px 4px;
    text-align: left;
    vertical-align: middle;
    font-family: var(--secondary-text-medium-font-family);
    font-weight: var(--secondary-text-medium-font-weight);
    color: var(--black);
    font-size: var(--secondary-text-medium-font-size);
    letter-spacing: var(--secondary-text-medium-letter-spacing);
    line-height: var(--secondary-text-medium-line-height);
    /*    white-space: nowrap;*/
    font-style: var(--secondary-text-medium-font-style);
}

td {
    /*  ec 3.19.24*/
    word-break: auto-phrase;
}

.table-bordered td {
    border-bottom: 1px solid var(--standard-border-color);
    background-color: white;
}

    .table-bordered td:first-child, .table-bordered th:first-child {
        border-left: 1px solid var(--standard-border-color);
    }

    .table-bordered td:last-child, .table-bordered th:last-child {
        border-right: 1px solid var(--standard-border-color);
    }

.table-bordered th:first-child {
    border-radius: var(--standard-border-radius) 0 0 0;
}

.table-bordered tbody:last-child > tr > td[colspan]:not([colspan="1"]) {
    border-radius: 0px 0px var(--standard-border-radius) var(--standard-border-radius);
}

.round-td-bottom > td {
    border-radius: 0px 0px var(--standard-border-radius) var(--standard-border-radius) !important;
}

.round-td-bottom {
    margin-right: 25px;
}

.table-bordered tbody:last-child > tr:last-child > td:last-child:not(td:only-child) {
    border-radius: 0 0 var(--standard-border-radius) 0;
}

.table-bordered tbody:last-child > tr:last-child > td:first-child:not(td:only-child) {
    border-radius: 0 0 0 var(--standard-border-radius);
}

.border-bottom > td:first-child {
    border-radius: 0 0 0 var(--standard-border-radius);
}

.border-bottom > td:last-child {
    border-radius: 0 0 var(--standard-border-radius) 0;
}

.table-bordered th:last-child {
    border-radius: 0 var(--standard-border-radius) 0 0;
}

.table-bordered th {
    border-top: 1px solid var(--standard-border-color);
}

.button-holder {
    display: flex;
    justify-content: center;
}

.no-items-holder {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.no-items-message {
    background-color: var(--no-items-holder-background-color);
    border-radius: 12px;
    border: 1px solid;
    border-color: var(--standard-border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    height: 200px;
    flex-direction: column;
    text-align: center;
}

.no-items-text {
    position: relative;
    width: fit-content;
    opacity: 0.5;
    font-family: var(--main-text-regular-font-family);
    font-weight: var(--main-text-regular-font-weight);
    color: var(--black);
    font-size: var(--main-text-regular-font-size);
    letter-spacing: var(--main-text-regular-letter-spacing);
    line-height: var(--main-text-regular-line-height);
    white-space: normal;
    text-align: center;
    font-style: var(--main-text-regular-font-style);
    padding: 10px;
}

.no-items-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.clear-link-holder {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

.clear-link-label {
    position: relative;
    width: fit-content;
    padding-right: 20px;
    color: var(--grey);
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}


option {
    font-weight: normal;
    display: block;
    min-height: 1.2em;
    padding: 0px;
    white-space: nowrap;
}

.special-instructions {
    font-size: var(--special-instructions-font-weight);
    font-style: var(--special-instructions-font-style);
    color: var(--grey);
    padding-top: 4px;
}

.btn-flex-pad-30 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    flex: 0;
}

.btn-flex-pad-50 {
    padding-left: 50px;
    padding-right: 50px;
    margin: 10px;
    flex: 0;
}

.edit-info {
    /*display: block;*/
    width: 100%;
    max-width: 1800px;
    overflow-x: auto;
    background-color: #ffffff;
    border-radius: var(--standard-border-radius);
    /*margin-left: 5px;*/
    /*padding-bottom: 20px;*/
    border: 1px solid var(--standard-border-color);
}

.edit-info-holder {
    gap: 24px;
    width: 100%;
    padding: 20px;
}

.edit-info-row {
    display: flex;
    /*align-items: center;*/
    align-items: center;
    /*justify-content: space-between;*/
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    padding: 10px;
}


    .edit-info-row:not(:last-child) {
        border-bottom: 0.5px solid var(--standard-border-color);
    }

.edit-info-field {
    width: 33%;
    font-family: var(--secondary-text-regular-font-family);
    font-weight: var(--secondary-text-regular-font-weight);
    color: var(--black);
    font-size: var(--secondary-text-medium-font-size);
    letter-spacing: var(--secondary-text-regular-letter-spacing);
    line-height: var(--secondary-text-regular-line-height);
    font-style: var(--secondary-text-regular-font-style);
    word-break: break-word;
}

.edit-info-header {
    width: 33%;
    font-family: var(--secondary-text-regular-font-family);
    font-weight: var(--secondary-text-regular-font-weight);
    color: var(--black);
    background-color: var(--table-head-color);
    font-size: var(--secondary-text-regular-font-size);
    letter-spacing: var(--secondary-text-regular-letter-spacing);
    line-height: var(--secondary-text-regular-line-height);
    font-style: var(--secondary-text-regular-font-style);
}

.edit-info-action {
    display: flex;
    justify-content: right;
    padding-right: 10px;
}

.edit-info-row > .edit-info-field:nth-child(2) {
    font-weight: normal !important;
    color: var(--black) !important;
    font-size: var(--secondary-text-semi-bold-font-size) !important;
}

.logged-out-message {
    width: fit-content;
    margin-top: -1px;
    font-weight: var(--secondary-text-regular-font-weight);
    color: var(--grey);
    font-family: var(--secondary-text-regular-font-family);
    font-size: var(--secondary-text-regular-font-size);
    letter-spacing: var(--secondary-text-regular-letter-spacing);
    line-height: var(--secondary-text-regular-line-height);
    font-style: var(--secondary-text-regular-font-style);
}

/*
      =============
      Lead Delivery
      =============
  */
.lead-delivery-options {
    display: flex;
    gap: 32px;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 20px;
}

.lead-delivery-option {
    justify-content: flex-start;
    display: flex;
    /*width: 30%;*/
    height: 300px;
    border-radius: var(--standard-border-radius);
    border: 1px solid;
    border-color: var(--standard-border-color);
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 300px;
    background: white;
}

.lead-delivery-option-icon {
    margin-top: 40px;
    width: 64px;
    height: 64px;
    background-color: #faf4ef;
    border-radius: var(--standard-border-radius);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.lead-delivery-description {
    padding-top: 15px;
    font-family: var(--secondary-text-semi-bold-font-family);
    color: var(--black);
    font-size: var(--secondary-text-semi-bold-font-size);
    text-align: center;
    letter-spacing: var(--secondary-text-semi-bold-letter-spacing);
    line-height: var(--secondary-text-semi-bold-line-height);
    font-style: var(--secondary-text-semi-bold-font-style);
}

.lead-delivery-sub-description {
    padding: 15px;
    max-width: 300px;
    font-family: var(--small-text-regular-font-family);
    font-weight: var(--small-text-regular-font-weight);
    color: #8c8c8c;
    font-size: var(--small-text-regular-font-size);
    text-align: center;
    letter-spacing: var(--small-text-regular-letter-spacing);
    line-height: var(--small-text-regular-line-height);
    font-style: var(--small-text-regular-font-style);
    overflow: hidden;
    text-overflow: ellipsis;
}

.lead-delivery-enable-disable {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
/*
      =============
      Width Options
      =============
  */
.form-flex-distribute {
    display: flex;
    justify-content: space-between;
}

.one-third-width {
    width: 32% !important;
}

.two-third-width {
    width: 66% !important;
}

.half-width {
    width: 49% !important;
}

.quarter-width {
    width: 24% !important;
}

.ten-percent-width {
    width: 9% !important;
}

.fourty-percent-width {
    width: 39% !important;
}

.full-width {
    width: 99% !important;
}

.input-validation-error {
    border: 1px solid red;
}

.orange {
    color: var(--orange) !important;
}


.green {
    color:#006400 !important;
}



.max-width-100 {
    max-width: 100px;
}

.max-width-50 {
    max-width: 50px;
}

.max-width-75 {
    max-width: 75px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-500 {
    max-width: 500px;
}

.max-width-800 {
    max-width: 800px;
}

.max-width-1000 {
    max-width: 1000px;
}


.max-width-1200 {
    max-width: 1200px;
}

.max-width-1800 {
    max-width: 1800px;
}

.width-120 {
    width: 120px;
}

.width-200 {
    width: 200px;
}

.width-300 {
    width: 300px;
}


, max-height-200 {
    max-width: 200px;
}

.padding-top-30 {
    padding-top: 30px;
}


.padding-50 {
    padding: 50px;
}


.padding-20 {
    padding: 20px;
}

#content > div.container > div.report-options > div > div.pull-left > div > div > div {
    padding-left: 30px;
}

#content > div.container > div.report-options > div > div.col-md-3 > div > div > label {
    padding-bottom: 10px;
}

div.MVCGridContainer > div.text-center {
    text-align: left !important;
    color: var(--grey);
    margin-bottom: 3px;
}

.MVCGridContainer > div.row > div:nth-child(1) {
    font-weight: var(--secondary-text-regular-font-weight);
    color: var(--grey);
    font-family: var(--secondary-text-regular-font-family);
    font-size: var(--secondary-text-regular-font-size);
    letter-spacing: var(--secondary-text-regular-letter-spacing);
    line-height: var(--secondary-text-regular-line-height);
    font-style: var(--secondary-text-regular-font-style);
}

.input-error {
    border-color: red !important;
}

.form-flex-column {
    display: flex;
    flex-direction: column;
}

.center-align {
    align-items: center;
}

.form-flex-row {
    display: flex;
    flex-direction: row;
}

.flex {
    display: flex;
}

.background-light-grey {
    background-color: var(--grey-light);
}

/*a:not(#mainNav > li > a ):not(.page-navbar-menu > a ):not(.MVCGridContainer > div.row > div > ul > a):not(.MVCGridContainer > div > div > ul > li > a):not(.pagination > li > a):not(.dropdown-menu > li > a):not(.plus-button):not(.delete-button):not(.view-file-button):not(.dropdown-item a):not(#logoutForm > a):not(.letter-button):not(.wizard > .steps a):not(a[role=menuitem]):not(.btn):not(.alert-link):not(.day-selector-href) {
    color: var(--grey);
    text-decoration: underline;
}
*/
:focus-visible {
    outline: none;
}

.text-small {
    font-size: var(--small-text-regular-font-size);
    font-weight: var(--small-text-regular-font-weight);
    color: var(--grey);
    font-family: var(--small-text-regular-font-family);
    font-size: var(--small-text-regular-font-size);
    letter-spacing: var(--small-text-regular-letter-spacing);
    line-height: var(--small-text-regular-line-height);
    font-style: var(--small-text-regular-font-style);
}

.white-space-break-spaces {
    white-space: break-spaces;
}

input[type=file]::file-selector-button {
    cursor: pointer;
    padding: 10px;
}

.round-td-bottom {
    border-radius: 0px 0 var(--standard-border-radius) var(--standard-border-radius);
}

.setup-item {
    padding-right: 5px;
    word-break: break-word;
}

.flex-justify-space-between {
    justify-content: space-between;
}

.flex-justify-end {
    justify-content: flex-end;
}

.mr-10 {
    margin-right: 10px;
}

.file-upload-holder {
    width: 100%;
    min-height: 100px;
    background-color: var(--secondary-button-color);
    border-radius: 12px;
    border: 1px dashed;
    border-color: var(--secondary-button-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .file-upload-holder > span > label {
        padding: 5px;
        text-align: center;
    }

.wizard > .steps .current a {
    /*    background: #fff;*/
    font-family: var(--secondary-text-regular-font-family);
    font-weight: var(--secondary-text-regular-font-weight);
    color: var(--black);
    font-size: var(--secondary-text-regular-font-size);
    letter-spacing: var(--secondary-text-regular-letter-spacing);
    line-height: var(--secondary-text-regular-line-height);
    white-space: nowrap;
    font-style: var(--secondary-text-regular-font-style);
}

a > .step-menu-holder > .number-holder {
    position: relative;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border-radius: var(--standard-border-radius);
    border: 1px solid;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.current > a > .step-menu-holder > .number-holder {
    background-color: var(--secondary-button-color);
    border-color: var(--secondary-button-border-color);
}

not:(.current) > a > .step-menu-holder > .number-holder {
    background-color: var(--gray);
}

.step-menu-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.steps > ul > li:not(.disabled) > a > .step-menu-holder {
    cursor: pointer;
}

.step-title {
    padding-left: 20px;
}

#quickstart-t-0 > div > div > .step-title::after, #quickstart-t-1 > div > div > .step-title::after, #quickstart-t-2 > div > div > .step-title::after {
    content: url('/Images/next-step-arrow.svg');
    display: inline-block;
    width: 12px;
    height: 12px;
    padding-left: 15px;
}

#step-holder > div.actions.clearfix > ul > li.disabled > a {
    cursor: default;
}
/*
#quickstart-t-0 > div > div > span::after, #quickstart-t-1 > div > div > span::after, #quickstart-t-2 > div > div > span::after {
    content: url('/Images/next-step-arrow.svg');
    display: inline-block;
    width: 12px;
    height: 12px;
    padding-left: 15px;
}
*/
a:any-link {
    color: var(--grey);
    text-decoration-color: none;
    text-decoration: none;
}

#step-holder > div.steps.clearfix > ul, .wizard.vertical > .content {
    border-radius: var(--standard-border-radius);
    padding-bottom: 20px;
    border: 1px solid var(--standard-border-color);
}

.actions > ul > li > .btn {
    width: 200px;
}

.title.current {
    position: relative !important;
    left: .8em !important;
    margin-block-start: 0em;
    margin-block-end: 0em;
    /*    width: 20%;*/
}
/*#campaignValidationSummary {
    padding-bottom: 10px;
}*/
#campaignValidationSummary.validation-summary-valid {
    display: none;
}

#campaignValidationSummary > ul > li:not([style*='display:none']) {
    padding: 10px 0px 0px 15px;
}

.page-navbar {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    flex-wrap: wrap;
    gap: 5px 30px;
    border-bottom: 1px solid #aaa;
}

.page-navbar-menu a {
    color: var(--black);
}

.page-navbar-menu {
    position: relative;
    width: fit-content;
    margin-page: -1px;
    font-family: var(--main-text-regular-font-family);
    font-weight: var(--main-text-regular-font-weight);
    color: var(--black);
    font-size: var(--top-nav-menu-font-size);
    letter-spacing: var(--main-text-regular-letter-spacing);
    line-height: var(--main-text-regular-line-height);
    white-space: nowrap;
    font-style: var(--main-text-regular-font-style);
    opacity: 0.5;
    cursor: pointer;
}

    .page-navbar-menu:hover {
        opacity: 0.8;
    }

    .page-navbar-menu.active {
        opacity: 1;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-thickness: 2.5px;
        text-underline-offset: 6px;
    }

.warning-holder {
    background: var(--grey-light);
}

.mouse-pointer {
    cursor: pointer;
}
/*
      =============
      Data Delivery
      =============
  */
#data-download-instructions > div.pt-2 > div > div > div:nth-child(1) > div > h4 {
    padding-left: 0px !important;
}

.delivery-instructions-modal {
    display: grid;
}

.delivery.setup-item {
    width: 90%;
    max-width: 800px;
}

.delivery-instructions-modal > h3 {
    margin-top: 0px;
}

.display-contents {
    display: contents;
}

.btn-remove {
    background-color: var(--grey-stroke-50);
    border-radius: var(--standard-border-radius);
    /*    border: 1px solid;
    border-color: var(--grey);*/
}

.data-delivery-option-icon {
    margin-top: 40px;
    width: 64px;
    height: 64px;
    border-radius: var(--standard-border-radius);
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid;
    border-color: var(--standard-border-color);
}
/*
      =============
        Dashboard
      =============
  */
.dashboard-panel {
    flex-grow: 1;
    max-width: 600px
}

.apexchart_holder {
    /*margin: 20px 20px 0px 0px;*/
    margin: 10px 5px;
    background-color: white;
    border-radius: var(--standard-border-radius);
    border: 1px solid var(--standard-border-color);
}

#chart-holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-top: 5px;
}

.chartFilter {
    margin: 10px;
}

.add-button-holder-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget {
    padding: 0px 10px 10px 10px;
    max-width: 1200px;
}

.icon-container {
    float: right;
    cursor: move;
}

.no-chart-results {
    align-items: center;
    justify-content: center;
    white-space: normal;
    text-align: center;
    display: flex;
    min-height: 200px;
    position: relative;
    width: 100%;
    opacity: 0.5;
    font-family: var(--main-text-regular-font-family);
    font-weight: var(--main-text-regular-font-weight);
    color: var(--black);
    font-size: var(--main-text-regular-font-size);
    letter-spacing: var(--main-text-regular-letter-spacing);
    line-height: var(--main-text-regular-line-height);
    font-style: var(--main-text-regular-font-style);
    padding-bottom: 80px;
}

.chart-billing-plan-row {
    display: flex;
    justify-content: space-between;
    padding-top: 2px;
    padding-bottom: 2px;
    height:30px;
    align-items: center;
}

    .chart-billing-plan-row:not(:last-child) {
        border-bottom: 1px solid #aaa;
    }
/*
      =============
      Billing Plans
      =============
  */
#BillingPlanSummary_holder {
    padding-bottom: 1.5rem !important;
}

.apexchart_holder > .widget {
    padding: 15px !important;
}

.billing-plan-action {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
}

.dependant-service-required {
    opacity: .4;
    cursor: not-allowed !important;
}
/*
      =============
        Lead Card
      =============
  */
.lead-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    min-height: 50vh;
}

.lead-card-image {
    display: inline-flex;
    height: 18px;
}

    .lead-card-image > img {
        padding-right: 5px;
    }

.lead-card-link {
    color: var(--black) !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
}

.lead-card-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 0;
    border: 1px solid #e3e3e3;
    border-radius: var(--standard-border-radius);
}

    .lead-card-section h4 {
        margin-top: 0.5em;
    }

.lead-card > div:nth-child(1) {
    background: var(--grey-medium);
    border-radius: var(--standard-border-radius);
}

.lead-card-field {
    display: flex;
    flex-direction: column;
    padding-bottom: .5em;
    max-width: 90%;
}

.lead-card-field-logo {
    display: flex;
    padding-bottom: .5em;
    align-items: center;
}

.lead-card-field-social {
    display: flex;
    padding-bottom: 0.5em;
    align-items: flex-start;
    flex-direction: column;
}

.lead-card-field-social-icons a {
    text-decoration: none !important;
    padding-right: 5px;
}

.lead-card-field p, .lead-card-field p > a, .lead-card-field > a {
    color: black !important;
}

.url-list > ul {
    display: inline-flex;
    padding-left: 20px;
    flex-direction: column;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}


#site-activity > ul > li {
    word-break: break-all;
    max-width: 285px;
}

.lead-card-divider {
    width: 1px;
    margin: 6px 0;
    background: var(--standard-border-color);
    height: 50vh;
    align-items: center;
    margin-top: 30px;
}
/*
      =============
       Quick Start
      =============
  */
.qs-step-complete {
    background: url('/images/created-check-mark.png');
    background-size: contain;
    border: none !important;
}

.qs-step-number-hide {
    display: none;
}

#quickstart > div > h3 {
    display: none;
}

#launch-ready, #launch-not-ready, #campaign-launched {
    padding: 20px;
}

#launch-ready, #campaign-launched, #all-set, #subscription-cancelled {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 100px 100px 100px;
    min-width: 400px;
    justify-content: center;
}

#quickstart-t-0, #quickstart-t-1, #quickstart-t-2, #quickstart-t-3 {
    padding: 1em 1em 0em 1em;
}
/*
      =============
      Billing Plans
      =============
  */

.billing-current {
    background-color: var(--button-color, var(--orange));
}

.billing-plans {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.billing-plan {
    justify-content: flex-start;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    border-radius: var(--standard-border-radius);
    border: 1px solid;
    border-color: var(--standard-border-color);
    margin: 0px 10px 10px 10px;
    padding-bottom: 20px;
    max-width: 350px;
}

    .billing-plan > p {
        color: var(--black);
        font-weight: var(--main-text-semi-bold-font-size);
    }

    .billing-plan > ul {
        color: var(--grey);
        margin-block-start: 0.2em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 20px;
        list-style: circle;
        font-size: var(--secondary-text-medium-font-size);
    }

.billing-plan-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

    .billing-plan-title > p, .enterprise-option > p {
        font-weight: normal;
        color: var(--black);
        font-size: var(--main-text-semi-bold-font-size);
    }

    .billing-plan-title > h4, .enterprise-option > h4 {
        position: relative;
        width: fit-content;
        margin-top: -1px;
        font-weight: normal;
        color: var(--button-color, var(--orange));
        font-size: var(--h4-semi-bold-font-size);
        letter-spacing: var(--h4-semi-bold-letter-spacing);
        line-height: var(--h4-semi-bold-line-height);
        white-space: nowrap;
        font-style: var(--h4-semi-bold-font-style);
        margin: 0;
        border-bottom: 1px solid #aaa;
        padding-bottom: 1px;
        font-weight: bold;
    }

.overage-option {
    padding-top: 10px;
}

    .overage-option > p {
        font-size: var(--main-text-semi-bold-font-size);
        color: black;
    }

.overages-enabled > p, .overages-disabled > p {
    font-size: var(--special-instructions-font-weight);
    font-style: var(--special-instructions-font-style);
    color: var(--grey);
    padding-top: 4px;
    width: 300px;
    min-width: 100%;
}

.overage-toggle {
    display: flex;
    align-items: center;
}

    .overage-toggle:not(.billing-period) > span {
        height: 25px;
        font-size: var(--secondary-text-medium-font-size);
        color: var(--grey);
    }

.billing-plan-button-holder {
    display: flex;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
    padding-top: 10px;
}

.billing-plan-instructions {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    align-items: center;
}

    .billing-plan-instructions p {
        color: black;
        font-size: 19px;
    }

.current-plan {
    border-color: black;
}

.current-plan-label {
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 16px !important;
}

.enterprise-option {
    justify-content: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    border-radius: var(--standard-border-radius);
    border: 1px solid;
    border-color: #e3e3e3;
    margin: 0px 10px 25px 10px;
    padding: 20px 20px 20px 20px;
}

.plan-update-info {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

    .plan-update-info label {
        color: black;
    }
/*
      =============
          System Alerts
      =============
  */
.system-message-holder {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
}

    .system-message-holder > span {
        text-align: center;
    }

.system-message-shell {
    padding: 12px 24px 0;
    margin-bottom: 15px;
}

.system-message-banner {
    --system-message-accent: #d97706;
    --system-message-accent-soft: rgba(217, 119, 6, 0.16);
    --system-message-surface-start: #fff9ec;
    --system-message-surface-end: #ffffff;
    --system-message-text: #000000;
    align-items: center;
    background: linear-gradient(180deg, var(--system-message-surface-start), var(--system-message-surface-end));
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-left: 4px solid var(--system-message-accent);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
    color: var(--system-message-text);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 14px 48px 14px 16px;
    position: relative;
}

.system-message-warning {
    --system-message-accent: #d97706;
    --system-message-accent-soft: rgba(217, 119, 6, 0.16);
    --system-message-surface-start: #fff9ec;
    --system-message-surface-end: #ffffff;
    --system-message-text: #000000;
}

.system-message-danger {
    --system-message-accent: #dc2626;
    --system-message-accent-soft: rgba(220, 38, 38, 0.14);
    --system-message-surface-start: #fff4f4;
    --system-message-surface-end: #ffffff;
    --system-message-text: #000000;
}

.system-message-success {
    --system-message-accent: #15803d;
    --system-message-accent-soft: rgba(21, 128, 61, 0.14);
    --system-message-surface-start: #f2fbf5;
    --system-message-surface-end: #ffffff;
    --system-message-text: #000000;
}

.system-message-info {
    --system-message-accent: #2563eb;
    --system-message-accent-soft: rgba(37, 99, 235, 0.14);
    --system-message-surface-start: #f3f7ff;
    --system-message-surface-end: #ffffff;
    --system-message-text: #000000;
}

.system-message-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.system-message-main {
    align-items: flex-start;
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 12px;
    min-width: 0;
}

.system-message-title {
    color: var(--system-message-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.system-message-text {
    color: rgba(15, 23, 42, 0.82);
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

.system-message-icon {
    align-items: center;
    background: var(--system-message-accent-soft);
    border-radius: 999px;
    color: var(--system-message-accent);
    display: inline-flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
    position: relative;
    width: 36px;
}

    .system-message-icon::before {
        content: "";
        background-color: currentColor;
        height: 16px;
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3Cpath d='M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0Z'/%3E%3C/svg%3E");
        mask-position: center;
        mask-repeat: no-repeat;
        mask-size: contain;
        width: 16px;
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3Cpath d='M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0Z'/%3E%3C/svg%3E");
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
    }

.system-message-action {
    align-items: center;
    align-self: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    color: var(--system-message-text) !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    text-decoration: none !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
}

.system-message-dismiss {
    opacity: 0.55;
    position: absolute;
    right: 12px;
    top: 12px;
}

    .system-message-dismiss:hover,
    .system-message-dismiss:focus {
        opacity: 0.9;
    }

.system-message-action:hover,
.system-message-action:focus {
    border-color: rgba(15, 23, 42, 0.14);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .system-message-shell {
        padding: 10px 16px 0;
    }

    .system-message-banner {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 12px 40px 12px 14px;
    }

    .system-message-main {
        gap: 10px;
    }

    .system-message-icon {
        flex-basis: 32px;
        height: 32px;
        width: 32px;
    }



    .system-message-dismiss {
        right: 10px;
        top: 10px;
    }

    .system-message-title {
        font-size: 15px;
    }

    .system-message-text {
        font-size: 13px;
    }
}

.alert {
    border-radius: 0px !important;
}

.alert-link {
    text-decoration: underline !important;
}
/*
    Color Overrides
*/

.file-upload {
    color: var(--button-color, var(--orange));
}

.file-upload-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--button-color, var(--orange));
    -webkit-mask-image: url('/Images/file-upload.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url('/Images/file-upload.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}


/*
      =============
     White Label DNS
      =============
  */
.dns-record-holder {
    border-radius: var(--standard-border-radius);
    border: 1px solid var(--standard-border-color);
    padding: 10px 15px 15px 15px;
    margin-bottom: 15px;
}

#dns-instructions h4 {
    padding-left: 0px;
}

.dns-instructions-button-holder {
    display: flex;
    width: 30%;
}

.dns-record-status {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

.ssl-pending {
    color: var(--orange);
    padding-right: 10px
}

.ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
}
/*
      =============
     Fancy Box Close
      =============
  */
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    /*  border-radius: 50%;
    background: var(--grey-light);
    z-index: 10;
    cursor: pointer;
    border: 1px solid var(--grey-stroke);*/
    border: none;
    background: url('/Images/Icons/X.svg');
}

    .fancybox-close-small:after {
        /* content: 'x';*/
    }

.fancybox-slide--iframe .fancybox-close-small {
    /*    top: 0px;
    right: 18px;*/
    top: 5px;
    right: 5px;
}

    .fancybox-slide--iframe .fancybox-close-small:after {
        position: absolute;
        top: 0px;
        right: 10px;
    }

.collapsed:not(.dropdown-toggle), .expanded:not(.dropdown-toggle) {
    font-weight: normal !important;
    color: var(--black) !important;
    font-size: var(--main-text-semi-bold-font-size) !important;
}

.main-text-header {
    font-weight: normal !important;
    color: var(--black) !important;
    font-size: var(--main-text-semi-bold-font-size) !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

#mobile-top-nav {
    background-color: var(--nav-menu-background-color);
    color: white;
    height: 50px;
    padding-left: 0px;
    display: flex;
    align-items: center;
}

.attribute-holder {
    width: 50vh;
    overflow: auto;
    display: flex;
    text-align: left;
    max-height: 400px;
}
/*
      =============
         Login
      =============
  */
.login-holder {
    flex-direction: column;
    min-height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.login-form {
    border: 1px solid var(--standard-border-color);
    border-radius: var(--standard-border-radius);
    padding: 50px;
    display: flex;
    flex-direction: column;
    background: white;
    width: 80%;
    max-width: 450px;
}


.login-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .login-logo > img {
        max-height: 100px;
        max-width: 300px;
    }

.login-button-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgot-register {
    display: flex;
}

.signup-link {
    font-size: 14px;
    flex-grow: 1;
}

    .signup-link.register {
        display: flex;
        justify-content: flex-end;
    }

    .signup-link > a:hover {
        color: black;
    }

select {
    background: white;
}

.google-login-button {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--standard-border-color);
    border-radius: var(--standard-border-radius);
    padding: 10px 10px 10px 40px;
    margin-top: 10px;
    margin-left: 10px;
    background: url('/Images/Icons/GoogleLogo.svg');
    display: inline-flex;
    background-size: 24px;
    background-position-x: 10px;
    background-position-y: center;
    background-repeat: no-repeat;
    color: var(--grey);
}

    .google-login-button:hover {
        color: black;
    }

.text-center-always {
    text-align: center !important;
}

.checkbox-holder {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

    .checkbox-holder label {
        margin-right: 10px;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .checkbox-holder > input[type='checkbox'] {
        height: 20px;
        width: 20px;
    }

.tooltip-icon {
    display: inline-block;
    line-height: var(--secondary-text-regular-line-height);
    padding-right: 30px;
    background: url(/Images/Icons/Info.svg) no-repeat scroll 0 0 transparent;
    /*    top: -2px;*/
    background-size: 18px;
    background-position-x: right;
}

.day-selector-holder {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.day-selector {
    position: relative;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border-radius: var(--standard-border-radius);
    border: 1px solid;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .day-selector.selected {
        background-color: var(--secondary-button-color);
        border-color: var(--secondary-button-border-color);
    }

.text-align-center {
    text-align: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.no-scroll {
    overflow: unset !important;
}

.custom-webhook-field-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.lead-flag {
    min-width: 150px;
}






.wizard > .content > .body {
    position: relative !important;
}

.wizard > .content {
    min-height: inherit !important;
}
/* ec 8.23.24 - css updates for Bootstrap-select v1.13.14*/
.bootstrap-select.with-ajax > .dropdown-toggle {
    border: 1px solid var(--standard-border-color);
    font-family: var(--secondary-text-regular-font-family);
    font-weight: var(--secondary-text-regular-font-weight);
    border-radius: var(--standard-border-radius);
    color: var(--grey);
    letter-spacing: 1px;
    background-color: #fff;
    box-shadow: none;
    width: 100%;
    height: calc(1.4em + 1.4rem + 2px);
    padding: 8px 5px 8px 15px;
    margin: 0px !important;
}

    .bootstrap-select.with-ajax > .dropdown-toggle:hover {
        box-shadow: none !important;
        transform: none !important;
    }

    .bootstrap-select.with-ajax > .dropdown-toggle:focus {
        outline: none !important;
    }

    .bootstrap-select.with-ajax > .dropdown-toggle:after {
        display: inline-block;
        width: 12px;
        height: 12px;
        vertical-align: middle;
        border: none !important;
        background: url(/images/icons/angle-down-solid.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

.bootstrap-select.with-ajax.btn {
    margin: 0px !important;
}

.bootstrap-select.with-ajax > .dropdown-toggle > .filter-option {
    height: auto !important;
}

.dropdown-menu.show {
    border-color: var(--standard-border-color) !important;
    border-radius: var(--standard-border-radius);
}

.dropdown-menu.inner.show > li {
    display: flex !important;
    flex-wrap: wrap !important;
}

    .dropdown-menu.inner.show > li > a.dropdown-item {
        padding: 8px !important;
    }

.dropdown-item.opt.selected .text {
    padding-left: 12px !important;
}

.dropdown-header.optgroup-1 {
    padding-left: 8px !important;
}

    .dropdown-header.optgroup-1 > .text {
        font-size: 15px;
        color: var(--grey) !important;
        font-weight: bold;
    }
/*
      =============
      Subscriptions
      =============
*/
.sp-plan-name {
    font-size: 13px;
}

    .sp-plan-name > p {
        font-size: 15px;
    }

.sp-plan-desc {
    border-top: 0;
    padding-top: 0;
    margin-top: -.5rem;
}

    .sp-plan-desc p > span {
        font-weight: 600;
        display: block;
    }

    .sp-plan-desc li {
        padding: .375rem 0;
        font-weight: 500;
    }

.sp-plan-name > h6 {
    font-size: 1.05rem;
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight: 600;
}

.sp-row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.card-inner {
    padding: 1rem;
}

    .card-inner > ul {
        margin: 0px;
        padding: 0px;
    }

.sp-row > li {
    list-style: none;
}

.sp-plan-action {
    background: rgb(241, 242, 243);
    height: 100%;
    border-left: 1px solid #dbdfea;
    border-radius: 0 var(--standard-border-radius) var(--standard-border-radius) 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sp-plan-btn {
    display: flex;
    justify-content: center;
}

.sp-overages-toggle-label {
    color:black;
}

.sp-plan-opt {
    display: flex;
    justify-content: flex-end;
}

.sp-toggle-holder {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: center;
}


.sp-plan-btn > .btn {
    margin: 10px 10px 10px 10px !important;
    width: 125px;
}




.sp-package-head > p {
    font-size: medium;
}

.sp-package-head > h1 {
    margin-block-end: 0px;
}


.sp-details-button-holder {
    display: contents;
}

.bg-info {
    cursor: pointer;
    display: inline-block;
}

.sp-details-holder > ul {
    padding-inline-start: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.sp-plan-info {
    padding-bottom: 10px;
}


.sp-package-choose {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px;
}


.sp-package-desc {
    padding-left: 2.75rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    border: 1px solid #dbdfea;
    border-radius: var(--standard-border-radius);
    flex-direction: row;
}

.sp-package-choose ~ label:after, .sp-package-choose ~ label:before {
    left: 1.25rem;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}

.sp-package-head {
    text-align: center;
}


.plan-step-subheader {
    font-size: medium;
    padding-bottom: 10px;
    color: var(--black);
}

.sp-package-choose ~ label:before {
    content: "";
    border: 2px solid #dbdfea;
}

.sp-package-choose:checked ~ label {
    border-color: #6576ff;
}

.sp-package-choose ~ label:after, .sp-package-choose ~ label:before {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    height: 22px;
    width: 22px;
    border-radius: 50%;
}


input[type=radio]:checked ~ label {
    cursor: default;
}


.sp-package-choose ~ label {
    position: relative;
    border-width: 2px;
    cursor: pointer;
    transition: border-color .4s;
    margin-bottom: 0;
    width: 100%;
}

    .sp-package-choose ~ label:after, .sp-package-choose ~ label:before {
        left: 1.25rem;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
    }


.sp-package-choose:checked ~ label {
    border-color: var(--black);
}

.sp-package-choose ~ label:after {
    line-height: 22px;
    font-size: 12px;
    content: "\F26E"; /* Unicode for 'house-door' icon */
    font-family: "bootstrap-icons"; /* Crucial for linking the content value to the icon font */
    color: #fff;
    background: var(--button-color, var(--orange));
    text-align: center;
    opacity: 0;
    transition: opacity .4s;
}

.sp-package-choose:checked ~ label:after {
    opacity: 1;
}

.sp-package-choose ~ label:after, .sp-package-choose ~ label:before {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    top: 50%;
}


.package-list-body {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.sp-package-list {
    list-style: none;
    padding-inline-start: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}


.sp-package-item {
    display: flex;
    justify-content: left;
}


    .sp-package-item:not(:last-child) {
        margin-bottom: 1.25rem;
    }



.sp-package-detail {
    color: var(--grey);
    padding-top: 5px;
}

.sp-package-title {
    color: black;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    flex-wrap: wrap;
}

.sp-package-info, .sp-package-price {
    /*padding: 1.5rem 1.25rem;*/
    padding: 20px;
}


.sp-package-info {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    /*width: 80%;*/
    flex-grow: 4;
    justify-content: center;
}

.sp-package-price {
    border-left: 1px solid #e5e9f2;
    background: rgb(241, 242, 243);
    border-radius: 0 var(--standard-border-radius) var(--standard-border-radius) 0;
    border-top: 1px solid #e5e9f2;
    min-width: 180px;
    /*width: 20%;*/
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-switch {
    display: inline-flex;
    margin-bottom: 1.5rem;
    border: 1px solid #dbdfea;
    border-radius: 30px;
    padding: 5px;
}

.sp-package-amount {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .sp-package-amount .overage-cost {
        font-size: 10px;
        font-weight: normal;
    }


.sp-package-action {
    display: flex;
    justify-content: left;
}

.sp-plan-change-info {
    display: flex;
    justify-content: center;
}

#charge-details {
    margin-right: 10%;
    text-align: left;
}

#charge-failed-error {
    max-width: 325px;
    text-align: left;
}

.invoice-link-p {
    text-align: center !important;
    padding-top: 5px;
    width: 100%;
}

.badge-active {
    color: #fff !important;
    background-color: #145322 !important;
}

a.badge-active:hover, a.badge-active:focus {
    color: #fff !important;
    background-color: #0f3f1a !important;
}

a.badge-active:focus, a.badge-active.focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(20, 83, 34, 0.5) !important;
}

.badge-inactive {
    color: #fff !important;
    background-color: #6e1a22 !important;
}

a.badge-inactive:hover, a.badge-inactive:focus {
    color: #fff !important;
    background-color: #5e1018 !important;
}

a.badge-inactive:focus, a.badge-inactive.focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(110, 26, 34, 0.5) !important;
}
/* Column Mapping */
.mapping-holder {
    border: 1px solid var(--standard-border-color);
    border-radius: var(--standard-border-radius) var(--standard-border-radius) var(--standard-border-radius) var(--standard-border-radius);
}

.mapping-field {
    padding: 5px;
    text-align: left;
    vertical-align: top;
    font-family: var(--secondary-text-medium-font-family);
    font-weight: var(--secondary-text-medium-font-weight);
    color: var(--black);
    font-size: var(--secondary-text-medium-font-size);
    letter-spacing: var(--secondary-text-medium-letter-spacing);
    line-height: var(--secondary-text-medium-line-height);
    font-style: var(--secondary-text-medium-font-style);
    word-break: auto-phrase;
}

.mapping-column {
    display: flex;
}

.mapping-dropdown {
    width: 150px;
}


.append-info-right {
    display: flex;
    justify-content: flex-end;
}

.append-details-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #aaa;
}

.append-details-total {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
}

.underline {
    text-decoration: underline;
}


.inactive-service {
    color: lightslategrey;
}

.code-icon-holder {
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    flex: 0 0 auto;
    width: 100%;
}



.custom-field-mapping-link-holder > a {
    font-size: 14px !important;
    text-decoration: none !important;
    color: var(--button-color) !important;
}

#platform-instructions > p {
    font-size: 12px;
}

.web-push-icon {
    background: url('/Images/Icons/push-notification.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-size: contain;
}


.slack-icon {
    background: url('/Images/Icons/slack.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-size: contain;
}

.notification-history {
    margin-left: 0.5rem !important;
    background: url('/Images/Icons/history.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-size: contain;
}



.opacity-30 {
    opacity: .3;
}


.form-control:disabled {
    background-color: #e9ecef !important;
    color: #666;
    cursor: not-allowed;
    opacity: 0.5 !important;
}


tbody > tr.notification-history-row:nth-last-child(1 of .notification-history-row ) td:first-child {
    border-radius: 0px 0px 0px var(--standard-border-radius);
}



tbody > tr.notification-history-row:nth-last-child(1 of .notification-history-row ) td:last-child {
    border-radius: 0px 0px var(--standard-border-radius) 0;
}
/* Jacob Weinrich
    Fix for Task-86b7cbrcm | Formating for the Textarea where the Integration Response is displayed & for Copy BTN
    Note: Also links to a Custom.js Keydown Event Handler
*/
.integration-response-display-box {
    width: 400px;
    height: 200px;
    padding: 10px;
    border-radius: 4px;
    background: #f4f4f4;
    font-family: monospace;
    cursor: text;
    resize: vertical;
}

.visitdetails-copybtn {
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 8px;
}

    .visitdetails-copybtn.copied {
        opacity: 0;
        background-image: url(/images/check-icon.png);
        background-size: 75%;
        transition: opacity 1s ease-in-out; /* Smooth transition definition */
    }


.admin-toggle {
    border-radius: 0px 15px 15px 0px;
    border-left: 1px solid white;
    opacity: 1;
    color: white;
    background-color: var(--button-color);
    border-bottom: 1px solid var(--button-color);
    border-right: 1px solid var(--button-color);
    border-top: 1px solid var(--button-color);
}

    .admin-toggle:hover {
        opacity: .8;
    }

.show > .admin-toggle {
    color: #fff !important;
    background-color: var(--secondary-button-border-color);
    border-color: var(--secondary-button-border-color);
}

.left-menu-logo {
        max-height: 110px;
        width: 90%;
        object-fit: contain;
}
/* actions column */
.actions-header {
    width: 110px;
}

.actions-cell {
    white-space: nowrap;
}

.table-controls {
    display: inline-flex;
    align-items: flex-end;
    gap: 12px;
}
/* long text */
.cell-email {
    overflow-wrap: anywhere;
    word-break: break-word;
}
/* =========================
   Phone layout (cards)
   ========================= */
@media (max-width: 767.98px) {
    /* table-responsive can cause odd horizontal sizing in card mode */
    .users-table-wrap.table-responsive {
        overflow-x: visible;
    }
    /* wrapper becomes plain (no rounded container on phone) */
    .users-table-wrap {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        overflow: visible;
    }
    /* hide header row */
    .users-table thead {
        display: none !important;
    }
    /* each row becomes a card */
    .users-table tbody tr {
        display: block !important;
        width: 100% !important;
        margin: 0 0 12px 0;
        padding: 10px 12px;
        background: #fff !important;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 12px;
    }
    /* cells stack */
    .users-table tbody td {
        display: block !important;
        width: 100% !important;
        padding: 10px 4px !important;
        border: 0 !important;
        background: transparent !important;
    }
        /* label above value */
        .users-table tbody td::before {
            content: attr(data-label);
            display: block;
            margin-bottom: 4px;
            font-weight: 600;
            opacity: .75;
        }
        /* actions at top, no label */
        .users-table tbody td.actions-cell::before {
            display: none !important;
        }

        .users-table tbody td.actions-cell {
            padding-top: 6px !important;
            padding-bottom: 12px !important;
        }
    /* remove striping in card mode */
    .users-table tbody tr:nth-of-type(odd) {
        background: #fff !important;
    }
}
/* =========================
   Top Nav
   ========================= */

.user-profile-dropdown {
    height: 24px;
}


.sidebar-toggle-button {
    background: url('/Images/Icons/SidebarToggleButton.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-size: contain;
}

.dropdown-toggle-button {
    background: url('/Images/Icons/DropdownToggleButton.svg');
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-size: contain;
}

.lead-card-link {
    word-break: break-all
}

.data-delivery-option-icon {
    position: relative; /* so badge can be absolute */
    width: 32px;
    height: 32px;
}

.rd-health-dot {
    position: absolute;
    right: -10px;
    bottom: -10px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    cursor: pointer;
}

.fit-content {
    width: fit-content;
}

.admin-client-list-search-holder {
    padding: 0.6rem 0rem 0.6rem 0rem;
}

.enrichment-history-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    overflow: hidden;
}

    .enrichment-history-card .table-responsive {
        margin-bottom: 0;
        max-height: 80vh;
        overflow-y: auto;
    }

/* Narrow expand column — table-basic default actions-header is wider */
.enrichment-history-table thead th.actions-header {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    padding-inline: 0.35rem;
}

/* Expanded row: KPI list + enrichment field summary (legacy layout; scoped under .enrichment-field-results-legacy only) */
.enrichment-history-details-row .enrichment-field-results.enrichment-field-results-legacy {
    padding: 0.5rem 0.75rem;
    margin: 0;
    background: #ffffff;
    max-width: 100%;
}

.enrichment-field-results-legacy .enrichment-history-stat-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    column-gap: 1rem;
    border-bottom: 1px solid #ebedf2;
    padding: 0.4rem 0;
    font-size: 13px;
    color: black;
}

.enrichment-field-results-legacy .enrichment-history-stat-label {
    text-align: left;
}

.enrichment-field-results-legacy .enrichment-history-stat-value {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.enrichment-field-results-legacy .enrichment-field-summary-title {
    font-weight: 600;
    color: var(--bs-body-color, #212529);
    border-top: 1px solid #d1d5db;
    margin-top: 0.65rem;
    padding-top: 0.7rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0;
    font-size: 13px;
}

/* Summary table uses half of the expanded detail cell; table fills the wrapper */
.enrichment-field-results-legacy .enrichment-field-summary-table-wrap {
    width: 50%;
    max-width: 100%;
}

.enrichment-field-results-legacy .enrichment-field-summary-table {
    width: 100%;
}
.enrichment-field-results-legacy .enrichment-field-summary-table tbody td:first-child {
    white-space: normal;
    word-break: break-word;
    min-width: 6.5rem;
    max-width: 18rem;
}

.enrichment-field-results-legacy .enrichment-field-summary-table thead th:nth-child(n + 2),
.enrichment-field-results-legacy .enrichment-field-summary-table tbody td:nth-child(n + 2) {
    width: 7.25rem;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    /* Center numeric columns; scoped !important beats stacked-table media query text-align */
    text-align: center !important;
}

.enrichment-history-table > tbody > tr:not(.enrichment-history-details-row) > td {
    background: #ffffff;
    border-color: #f1f5f9;
    vertical-align: middle;
}


.grid-stack-item-content {
    cursor: grab;
}

.grid-stack:has(.ui-draggable-dragging),
.grid-stack:has(.grid-stack-placeholder) {
    cursor: grabbing !important;
}


.integrated-marketing-option-icon {
    margin-top: 40px;
    width: 64px;
    height: 64px;
    background-color: #faf4ef;
    border-radius: var(--standard-border-radius);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .integrated-marketing-option-icon > img {
        height: 24px;
    }

.integrated-marketing-description {
    padding-top: 5px;
    font-family: var(--secondary-text-semi-bold-font-family);
    color: var(--black);
    font-size: 14px;
    text-align: center;
    letter-spacing: var(--secondary-text-semi-bold-letter-spacing);
    line-height: var(--secondary-text-semi-bold-line-height);
    font-style: var(--secondary-text-semi-bold-font-style);
}

.integrated-marketing-sub-description {
    max-width: 250px;
    font-family: var(--small-text-regular-font-family);
    font-weight: var(--small-text-regular-font-weight);
    color: #8c8c8c;
    font-size: var(--small-text-regular-font-size);
    text-align: center;
    letter-spacing: var(--small-text-regular-letter-spacing);
    line-height: var(--small-text-regular-line-height);
    font-style: var(--small-text-regular-font-style);
    overflow: hidden;
    text-overflow: ellipsis;
}

.integrated-marketing-cost {
    margin-top: 8px;
    max-width: 250px;
    font-family: var(--small-text-regular-font-family);
    font-size: 12px;
    color: var(--black);
    text-align: center;
    line-height: 18px;
}

button[disabled] {
    opacity: 0.5;
}




.impersonation-banner {
    --system-message-accent: #d97706;
    --system-message-accent-soft: rgba(217, 119, 6, 0.16);
    --system-message-surface-start: #fff9ec;
    --system-message-surface-end: #ffffff;
    --system-message-text: #000000;
    align-items: center;
    background: linear-gradient(180deg, var(--system-message-surface-start), var(--system-message-surface-end));
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
    color: var(--system-message-text);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 5px 20px 5px 20px;
    position: relative;
}

.impersonation-message-viewing-as {
    font-weight: normal;
}

.impersonation-message-title {
    color: var(--system-message-text);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.impersonation-message-text {
    color: var(--system-message-text);
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
}

#globalSearch {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px;
}

div.left-align {
    justify-content: flex-start;
}


.table-outer-border tbody:last-child > tr:nth-last-child(1 of :not(.table-filter-empty-row)) > td:first-child:not(:only-child) {
    border-radius: 0 0 0 var(--standard-border-radius);
}


.table-outer-border tbody:last-child > tr:nth-last-child(1 of :not(.table-filter-empty-row):not(.filtered-hidden):not(.no-row-count):not([style*="display: none" i]):not([style*="display:none" i])) > td:first-child:not(:only-child) {
    border-radius: 0 0 0 var(--standard-border-radius);
}



.table-outer-border tbody:last-child > tr:nth-last-child(1 of :not(.table-filter-empty-row):not(.filtered-hidden):not(.no-row-count):not([style*="display: none" i]):not([style*="display:none" i])) > td:last-child:not(:only-child) {
    border-radius: 0 0 var(--standard-border-radius) 0;
}
.version-alert {
    display: flex;
    flex-direction: row;
    height: 40px;
    width: 325px;
    justify-content: space-between;
    border-radius: var(--standard-border-radius);
    padding: 2px;
    border: 1px solid var(--standard-border-color);
    align-items: center;
    color: #0c5460;
    background-color: #d1ecf1;
}

    .version-alert > .header {
        font-style: italic;
    }

.version-alert-text {
    padding-top: 2px;
    text-align: center;
    line-height: 23px;
}

.version-alert > a {
    color: #0c5460 !important;
    text-decoration: underline;
}

.version-alert-sub-text {
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
}

.version-alert-close {
    padding-right: 7px;
    color: #0c5460;
    background-color: transparent;
    border: 0;
}

.version-alert-close > span {
    font-size: 24px;
}

.enrichment-progress {
    height: 22px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 0.35rem;
    border-radius: 16px;
}
.enrichment-progress-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto;
    width: 200px;
}

.enrichment-progress-bar {
    box-shadow: none;
    height: 100%;
    border-radius: inherit;
    min-width: 0;
    line-height: 0;
    font-size: 0;
    padding: 0;
}

.enrichment-percentage-text {
    padding-top: 5px;
}

.enrichment-download-link {
    color: black !important;
}

.enrichment-download-link.disabled {
    opacity: 0.3;
    pointer-events: none
}


.enrich-waiting {
    top: 35px;
    left: 80px;
    position: relative;
    width: 300px;
}

.enrich-waiting p {
    font-size: 16px;
}
 
.enrich-loader {
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #000;
    box-shadow: 0 0 0 0 #0004;
    animation: l2 1.5s infinite linear;
    position: relative;
    top: 50px;
    left: 30px;
    }

    .enrich-loader:before,
    .enrich-loader:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        box-shadow: 0 0 0 0 #0004;
        animation: inherit;
        animation-delay: -0.5s;
    }

    .enrich-loader:after {
        animation-delay: -1s;
    }

    @keyframes l2 {
        100% {
            box-shadow: 0 0 0 40px #0000
        }
    }