

.validation-summary-errors {
    color: var(--error-font-color);
    font-size: var(--error-font-size);
    text-align:left;
}   

.validation-summary-valid {
    display: block;
}

.validation-summary-errors ul {
    padding-left: 0px;
}

.validation-summary-errors li {
    list-style: none;
    padding: 1px;
}

.pull-right {
}

.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: 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 {
    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;
}

.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;
}

.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('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-left"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>');
    width: 24px;
    height: 24px;
    display: inline-flex;
}

.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;
}

.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;
}

.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;
}

.trial-icon {
    background: url('/Images/Icons/Trial.svg');
    height: 24px;
    width: 24px;
    display: inline-flex;
    background-position: center;
    background-repeat: no-repeat;
}

.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;
}


.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-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 {
    float: left;
    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 {
    float: left;
    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 {
    float: left;
    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: 20px;
    padding-left: 20px;
}

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: 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);
    /*    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);
        /*    padding-left: 25px;*/
    }

    .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;
    /*  ec 3.19.24 to accomodate form-control max width  
        
        align-items: center;
    justify-content: center;*/
    align-items: left;
    justify-content: left;
}

.no-items-holder {
    display: flex;
    width: 100%;
    align-items: flex-start;
    /*    padding-top:20px;*/
}

.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-top: 10px;
    flex: 0;
}

.edit-info {
    /*display: block;*/
    width: 100%;
    /*min-width: 500px;*/
    max-width: 1200px;
    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);
}

/*
      =============
   Integrated Marketing
      =============
  */
.integrated-marketing-options {
    display: flex;
    gap: 32px;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.integrated-marketing-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;
    /*    min-width: 200px;*/
    min-width: 300px;
}

.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-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);
}

.integrated-marketing-sub-description {
    padding-top: 5px;
    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;
}

/*
      =============
      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;
}

.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-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;
}

.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;
}

.well {
    background: none !important;
}

.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 {
    /* ec 3-19-24 causing issues on modal layout (too much padding);  adding max width too*/
    /*    padding: 25px;*/
    padding: 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;
    margin: 0px 25px 5px 25px;
    padding-bottom: 5px;
    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;
}
/*
      =============
        Lead Card
      =============
  */
.lead-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    height: 100%;
    min-height: 100vh;
    /*border-radius: var(--standard-border-radius);
    border: 1px solid;
    border-color: #e3e3e3;*/
}

.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;
}

.lead-card-section {
    justify-content: flex-start;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 150px;

    border: 1px solid;
    border-color: #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;
    /*margin: auto;*/
    align-items: center;
    height: 50vh;
    justify-content: center;
}

#quickstart-t-0, #quickstart-t-1, #quickstart-t-2, #quickstart-t-3 {
    padding: 1em 1em 0em 1em;
}
/*
      =============
      Billing Plans
      =============
  */
.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(--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;
    }

.alert {
    border-radius: 0px !important;
}

.alert-link {
    text-decoration: underline !important;
}
/*
      =============
     Agency Resources
      =============
  */
.agency-resource-holder {
    gap: 24px;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.agency-resource {
    background: #fff;
    padding: 0px 0px 0px;
    margin: 10px;
    border-radius: var(--standard-border-radius);
    min-height: 275px;
    width: 275px;
    box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid var(--standard-border-color);
}

.agency-resource-icon {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding-top: 5px;
}

.agency-resource-header {
    background-color: var(--orange);
    height: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    color: white;
}

.agency-resource-title {
    width: 100%;
    display: flex;
    height: 20px;
    align-items: flex-start;
    justify-content: start;
    padding-top: 5px;
    padding-left: 10px;
    right: 10px;
    font-weight: normal;
    color: var(--black);
    font-size: 16px;
}

.agency-resource-description {
    width: 100%;
    height: 85px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    line-height: 1.3 !important;
    color: var(--grey);
    font-size: 14px;
}

.agency-resource-button-holder {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding: 5px;
}

.agency-resource-button {
    background-color: #4b4d52 !important;
    width: 200px;
    margin: 0px;
}
/*
      =============
     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;
    }

select {
    background: white;
}

.GoogleLogin_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;
    margin-top: 10px;
    margin-left: 10px;
}

.text-center-always {
    text-align: center !important;
}

.checkbox-holder {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem !important;
}

    .checkbox-holder label {
        margin-right: 10px
    }

.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;
}

.sp-row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.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;
    align-items: center;
    justify-content: center;
}

.sp-plan-btn {
    display: flex;
    justify-content: center;
}

.sp-overages-toggle-label {
    padding-right: 5px;
    font-weight: 600;
}

.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;
}




.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;
    padding-bottom:10px;
}
.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;
    font-family: Nioicon;
    content: "\e9bd";
    color: #fff;
    background: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: 100px;
    /*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 {

    max-width: 325px;
    text-align: left;
    padding-top: 10px;
}

#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;
}