@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* _content/Deft/Components/AnalyticsStatusBoxComponent.razor.rz.scp.css */
[b-xiycyxq76s] .status-box > * {
    display: inline-block;
    vertical-align: middle;
}

[b-xiycyxq76s] .status-box > span.status {
    background-color: #D1DADE;
    color: #7E7979;
    border-radius: 9px;
    padding: 1px 7px;
    font-size: 13px;
    margin-left: 5px;
    cursor: default;
}

    [b-xiycyxq76s] .status-box > span.status.step-replied {
        background-color: #AEDFD3;
    }

    [b-xiycyxq76s] .status-box > span.status.step-ignored {
        background-color: #FBD4D4;
    }

    [b-xiycyxq76s] .status-box > span.status.step-unsent {
        background-color: #D1DADE;
    }

[b-xiycyxq76s] .status-box.clickable > span.status {
    cursor: pointer;
}

[b-xiycyxq76s] .status-box > span.value {
    font-size: 15px;
}
/* _content/Deft/Components/AnsweringMachineDetection/ConfigurationForm.razor.rz.scp.css */
.slider .slider-label[b-qxw8la6f09] {
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #eee;
    color: #7d7d7d;
    border-radius: 5px;
    margin-right: 6px;
}

    .slider .slider-label:last-child[b-qxw8la6f09] {
        margin-right: 0;
    }

    .slider .slider-label.active[b-qxw8la6f09] {
        background: var(--button-primary-blue);
        color: #fff;
    }
/* _content/Deft/Components/BadgeComponent.razor.rz.scp.css */
.badge[b-w7nyb6q9vy] {
    padding-bottom: 2px;
}
/* _content/Deft/Components/BarChartComponent.razor.rz.scp.css */
[b-c437409nil] .c3-axis-x .domain, [b-c437409nil] .c3-axis-x .tick line {
    display: none;
}

[b-c437409nil] .c3-axis-x .tick text {
    font-size: 16px;
}

[b-c437409nil] .c3-chart-texts .c3-text {
    font-size: 16px;
    fill: #000 !important;
}
/* _content/Deft/Components/Buttons/DismissCallButton.razor.rz.scp.css */
[b-08wjnzyzei].dismiss-call-btn {
    color: #ed5565;
    position: relative;
    border: none;
    height: 30px;
    width: 30px;
    background: transparent;
    border-radius: 4px;
    font-size: 20px;
}

    [b-08wjnzyzei].dismiss-call-btn .fa-times {
        position: absolute;
        font-size: 9px;
        left: 15px;
        top: 5px;
    }
/* _content/Deft/Components/Buttons/InfoButton.razor.rz.scp.css */
[b-4wgh3vhxxs].info-call-btn {
    color: #f8ac59;
    border: none;
    height: 30px;
    width: 30px;
    background: transparent;
    border-radius: 4px;
    font-size: 20px;
}
/* _content/Deft/Components/Buttons/SnoozeCallButton.razor.rz.scp.css */
[b-vh4fnz5m48].snooze-call-btn {
    color: #1ab394;
    border: none;
    height: 30px;
    width: 30px;
    background: transparent;
    border-radius: 4px;
    font-size: 18px;
}
/* _content/Deft/Components/CallModalLeadTimeline.razor.rz.scp.css */
.timeline-details .vertical-container[b-9gkcptrpg1] {
    padding: 5px 10px;
    margin: 0 !important;
    width: 100%;
}

@media (max-width: 991px) {
    .vertical-timeline-content .vertical-date[b-9gkcptrpg1] {
        margin-top: 0px;
    }

    .vertical-timeline-content[b-9gkcptrpg1] {
        position: relative;
        margin-left: 50px;
    }
}
/* _content/Deft/Components/CampaignFunnelsComponent.razor.rz.scp.css */
[b-hsuk7g81of] .chart-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

    [b-hsuk7g81of] .chart-wrapper .funnel-box {
        min-width: 255px;
        position: relative;
    }

        [b-hsuk7g81of] .chart-wrapper .funnel-box:first-child {
            min-width: 170px;
        }

        [b-hsuk7g81of] .chart-wrapper .funnel-box .count {
            font-size: 18px;
            position: absolute;
            top: -30px;
            width: 100%;
        }

        [b-hsuk7g81of] .chart-wrapper .funnel-box:not(:first-child) .count {
            position: absolute;
            width: 65%;
            right: 0;
        }

        [b-hsuk7g81of] .chart-wrapper .funnel-box .title {
            font-size: 21px;
        }

        [b-hsuk7g81of] .chart-wrapper .funnel-box:not(:first-child) .title {
            position: absolute;
            width: 65%;
            right: 0;
        }

        [b-hsuk7g81of] .chart-wrapper .funnel-box a {
            font-size: 18px;
            color: #18a689;
        }

        [b-hsuk7g81of] .chart-wrapper .funnel-box:not(:first-child) a {
            position: absolute;
            width: 65%;
            right: 0;
            margin-top: 30px;
        }

        [b-hsuk7g81of] .chart-wrapper .funnel-box .area {
            background: #18a6892e;
            height: 200px; /* if this value is changed, it should be updated on backend as well (BoxHeight property) */
            position: relative;
        }

        [b-hsuk7g81of] .chart-wrapper .funnel-box .active {
            background: #18a689;
            width: 65%;
            height: 100%;
            position: absolute;
            bottom: 0;
            right: 0;
        }


        [b-hsuk7g81of] .chart-wrapper .funnel-box:first-child .active {
            width: 100%;
        }

        [b-hsuk7g81of] .chart-wrapper .funnel-box .change {
            width: 35%;
            height: 100%;
            background: #fff;
            left: 0;
            border-bottom: 0 solid #EAEAEA;
        }

            [b-hsuk7g81of] .chart-wrapper .funnel-box .change .used {
                width: 0;
                height: 0;
                position: absolute;
                border-bottom: 0px solid #EAEAEA;
                border-right: 89px solid transparent;
            }

            [b-hsuk7g81of] .chart-wrapper .funnel-box .change .value {
                position: absolute;
                bottom: 10px;
                left: 0;
                right: 0;
                width: 35%;
                z-index: 1;
            }
/* _content/Deft/Components/CampaignsPanelAdmin.razor.rz.scp.css */
[b-fj4w0i2gu9] td.unapproved-campaign {
    color: var(--unapproved-campaign-color)
}

a.btn.btn-primary.btn-orange[b-fj4w0i2gu9] {
    color: var(--sa-button-primary-orange) !important;
    background-color: transparent !important;
    border: transparent !important;
}

a.btn.btn-primary.btn-green[b-fj4w0i2gu9] {
    color: var(--sa-button-primary-green) !important;
    background-color: transparent !important;
    border: transparent !important;
}

button.btn.btn-secondary.btn-gray[b-fj4w0i2gu9] {
    color: var(--text-light-gray) !important;
    background-color: transparent !important;
    border: transparent !important;
}

button.btn.btn-primary.btn-red[b-fj4w0i2gu9] {
    color: var(--sa-button-error-red) !important;
    background-color: transparent !important;
    border: transparent !important;
}

button.btn.btn-primary.btn-blue[b-fj4w0i2gu9] {
    color: var(--sa-button-primary-blue) !important;
    background-color: transparent !important;
    border: transparent !important;
}

.btn.btn-info[b-fj4w0i2gu9] {
    background-color: var(--sa-button-primary-blue) !important;
}

.label.label-info[b-fj4w0i2gu9] {
    background-color: var(--sa-button-primary-blue) !important;
}
/* _content/Deft/Components/Card.razor.rz.scp.css */
.card .card-header[b-yj96st9qsd] {
    color: var(--sa-button-primary-blue)
}

.card[b-yj96st9qsd] {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    border-radius: 12px;
}

    .card .card-header[b-yj96st9qsd] {
        font-size: 20px;
        font-weight: 600;
        background-color: rgb(232, 244, 248);
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        padding: 20px;
    }

        .card .card-header svg[b-yj96st9qsd] {
            margin-right: 8px;
        }

    .card .card-body[b-yj96st9qsd] {
        padding: 15px 20px;
    }
/* _content/Deft/Components/Charts/CashFlowChart.razor.rz.scp.css */
[b-ylh4vn5zty] .c3-axis-x .domain, [b-ylh4vn5zty] .c3-axis-x .tick line {
    display: none;
}

[b-ylh4vn5zty] .c3-axis-x .tick text {
    font-size: 16px;
}

[b-ylh4vn5zty] .c3-chart-texts .c3-text {
    font-size: 16px;
    fill: #000 !important;
}
/* _content/Deft/Components/Charts/PipelineReportCharts/TargetsBarChart.razor.rz.scp.css */
.chart-wrapper[b-m147eo1va4] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.chart[b-m147eo1va4] {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0 10px 0px;
}

.bar[b-m147eo1va4] {
    color: #000;
    height: 35px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .bar.active[b-m147eo1va4] {
        width: 100%;
        justify-content: flex-start;
        flex-direction: row;
    }

        .bar.active.color[b-m147eo1va4] {
            background-color: #1AB394;
            height: 35px;
            flex-shrink: 0;
            flex-grow: 0;
        }

    .bar.active.value[b-m147eo1va4] {
        padding-left: 5px;
    }

    .bar.target[b-m147eo1va4] {
        text-align: center;
        position: relative;
        width:100%;
        justify-content:flex-start;
        flex-direction:row;
    }

        .bar.target.spacer[b-m147eo1va4] {
            height: 35px;
            flex-shrink: 0;
            flex-grow: 0;
        }
        .bar.target.color[b-m147eo1va4] {
            background-color: #D9D9D9;
            height: 35px;
            flex-shrink: 0;
            flex-grow: 0;
        }

    .bar.target.value[b-m147eo1va4] {
        padding-left:5px;
    }

    .bar.unknown[b-m147eo1va4] {
        background-color: #FFF;
        border: 1px solid #000;
        border-left: none;
    }

.legend[b-m147eo1va4] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .legend div[b-m147eo1va4] {
        position: relative;
        margin: 0 10px;
    }

        .legend div[b-m147eo1va4]:before {
            position: absolute;
            content: '';
            width: 10px;
            height: 10px;
            top: 4px;
            left: -15px;
        }

        .legend div:first-child[b-m147eo1va4]:before {
            background-color: #1AB394;
        }

        .legend.unknown div:first-child[b-m147eo1va4]:before {
            background-color: #FFF;
            border: 1px solid #000;
        }

        .legend div:last-child[b-m147eo1va4]:before {
            background-color: #D9D9D9;
        }
/* _content/Deft/Components/ColorPicker.razor.rz.scp.css */
.color-picker[b-3cvf8z7pf8] {
    border-radius: 6px;
    border: 1px solid #D9DCE1;
    padding: 15px 15px;
}

.color-option[b-3cvf8z7pf8] {
    border: 1px solid #E8E9ED;
    width: 45px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
    margin: 0 6px 0 0;
}

    .color-option.selected[b-3cvf8z7pf8] {
        position: relative;
        outline: 1px solid #1D4ED8;
    }

        .color-option.selected span[b-3cvf8z7pf8] {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-weight: 900;
            font-size: 16px;
        }

.row-break[b-3cvf8z7pf8] {
    width: 100%;
    margin: 4px 0;
}

.colors-palette[b-3cvf8z7pf8] {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

label[b-3cvf8z7pf8] {
    font-weight: 600;
}

input[type="color"][b-3cvf8z7pf8] {
    display: inline-block;
    vertical-align: top;
    max-width: 80px;
}

input[type="text"][b-3cvf8z7pf8] {
    display: inline-block;
    vertical-align: top;
    max-width: 90px;
    text-align: center;
}
/* _content/Deft/Components/CompanyPhoneNumbersPanelComponent/CompanyPhoneNumbersPanel.razor.rz.scp.css */
[b-wncc9k4thf] .business-profile-ibox .ibox-title strong {
    font-weight: 700;
}

[b-wncc9k4thf] .status-approved {
    color: var(--sa-button-primary-green);
}

[b-wncc9k4thf] .status-rejected {
    color: var(--sa-button-error-red);
}

[b-wncc9k4thf] .status-in-process {
    color: var(--sa-button-primary-blue);
}
/* _content/Deft/Components/CompanyPhoneNumbersPanelComponent/CompanyPhoneNumbersPanelAdmin.razor.rz.scp.css */
[b-qz1lvpfg4j] .business-profile-ibox h5 {
    display: block;
}

[b-qz1lvpfg4j] .business-profile-ibox .ibox-title {
    padding-right: 15px;
}

    [b-qz1lvpfg4j] .business-profile-ibox .ibox-title strong {
        font-weight: 700;
    }

[b-qz1lvpfg4j] .status-approved {
    color: var(--sa-button-primary-green);
}

[b-qz1lvpfg4j] .status-rejected {
    color: var(--sa-button-error-red);
}

[b-qz1lvpfg4j] .status-in-process {
    color: var(--sa-button-primary-blue);
}
/* _content/Deft/Components/CompanyVirtualInboxDetails.razor.rz.scp.css */
[b-gj4lb99l7s] .ibox-title {
    padding-right: 15px;
}

    [b-gj4lb99l7s] .ibox-title h5 {
        width: 100%;
    }

[b-gj4lb99l7s] .virtual-inbox-status.enabled {
    color: #23c6c8;
}

[b-gj4lb99l7s] .virtual-inbox-status.disabled {
    color: #ed5565;
}
/* _content/Deft/Components/ContentEditableComponent.razor.rz.scp.css */
.editable-content.edit[b-d0l25ivik0] {
    background-color: #fff;
}

[b-d0l25ivik0].editable-content.edit.no-options .ql-toolbar {
    padding: 0;
    border-bottom: none;
}

[b-d0l25ivik0].editable-content.edit.no-options .ql-editor {
    padding: 3px 5px;
    min-height: auto;
}

    [b-d0l25ivik0].editable-content.edit.no-options .ql-toolbar .ql-formats {
        display: none;
    }

[b-d0l25ivik0].editable-content.edit.no-options .ql-container {
    min-height: auto;
}
/* _content/Deft/Components/CrmItemsConfigurationTableComponent.razor.rz.scp.css */
[b-6qd1u3owkp] .table-scrollable {
  max-height: 300px;
  overflow-y: scroll;
}
/* _content/Deft/Components/DeftCheckbox.razor.rz.scp.css */
.deft-checkbox[b-ai4a7kxgr6]
{
    display:flex;
}

.deft-checkbox input[b-ai4a7kxgr6] {
    margin-right:5px; 
}
/* _content/Deft/Components/DeftCustomIconCheckbox.razor.rz.scp.css */
input[b-v4ka7e40ri] {
    display: none;
}

.deft-checkbox-container[b-v4ka7e40ri] {
    cursor: pointer;
}

    .deft-checkbox-container.active .inactive-icon[b-v4ka7e40ri] {
        display: none;
    }

    .deft-checkbox-container:not(.active) .active-icon[b-v4ka7e40ri] {
        display: inline-block;
    }

    .deft-checkbox-container:not(.active) .inactive-icon[b-v4ka7e40ri] {
        display: none;
    }
/* _content/Deft/Components/EditableDropdown.razor.rz.scp.css */
.input-group[b-s4xxxquype] {
    width: fit-content;
}

[b-s4xxxquype].input-group > button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/* _content/Deft/Components/EmailConnectedComponent.razor.rz.scp.css */
[b-y01sc2vaou] a {
    display: block;
    color: #007bff;
}
/* _content/Deft/Components/FileUploaderComponent/FileUploader.razor.rz.scp.css */
[b-0k4hlx5ykt] .drop-area {
  border: 2px dashed lightgray;
  border-radius: 3px;
  margin: 0 auto;
  text-align: center;
  min-height: 150px;
  position: relative;
}

  [b-0k4hlx5ykt] .drop-area:hover {
    background-color: lightskyblue;
    color: #333;
  }

  [b-0k4hlx5ykt] .drop-area input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    left: 0;
  }

[b-0k4hlx5ykt] .drop-area-drug {
  background-color: lightseagreen;
}

[b-0k4hlx5ykt] .drop-area small {
  position: absolute;
  left: 10px;
  bottom: 5px;
  font-size: 14px;
}

[b-0k4hlx5ykt] .drop-area {
  border: 2px dashed lightgray;
  border-radius: 3px;
  margin: 0 auto;
  text-align: center;
  min-height: 150px;
  position: relative;
}

  [b-0k4hlx5ykt] .drop-area button {
    margin-top: 55px;
  }

  [b-0k4hlx5ykt] .drop-area:hover {
    cursor: pointer;
    background: #ccc;
    border: 2px solid #ccc;
  }

  [b-0k4hlx5ykt] .drop-area .selected-file {
    margin-top: 65px;
  }
/* _content/Deft/Components/FilteredLeadListFiltersComponent.razor.rz.scp.css */
[b-1mrae8a4nx].filter {
    cursor: default;
    display: block;
}
/* _content/Deft/Components/FloatSaveButtonComponent.razor.rz.scp.css */
[b-0hncoj4psa] .floating-bottom-button {
  position: fixed;
  bottom: 0px;
  background: white;
  width: 100%;
  margin-left: -15px;
  padding: 10px;
  border-top: #0000006b;
  border-top-style: solid;
}
/* _content/Deft/Components/IBox.razor.rz.scp.css */
[b-jz4u7sc8ot].full-width-ibox h5 {
    display: block;
}

[b-jz4u7sc8ot].full-width-ibox .ibox-title {
    padding-right: 15px;
}

.collapsible .ibox-title h5[b-jz4u7sc8ot] {
    cursor: pointer;
}
/* _content/Deft/Components/ICheckComponent.razor.rz.scp.css */
/* Customize the label (the container) */
[b-z7jgocr9j8] .deft-checkbox-container {
    display: block;
    position: relative;
    height: 22px;
    cursor: pointer;
    margin-bottom: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    [b-z7jgocr9j8] .deft-checkbox-container.disabled {
        cursor: not-allowed;
    }

    /* Hide the browser's default checkbox */
    [b-z7jgocr9j8] .deft-checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
[b-z7jgocr9j8] .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border: 1px solid #D3CFC8;
}

[b-z7jgocr9j8] .deft-checkbox-container.disabled .checkmark {
    background-color: #E9ECEF;
}

/* On mouse-over, add a grey background color */
[b-z7jgocr9j8] .deft-checkbox-container:not(.disabled):hover input ~ .checkmark {
    background-color: transparent;
    border: 2px solid var(--button-primary-blue);
}

/* When the checkbox is checked, add a blue background */
[b-z7jgocr9j8] .deft-checkbox-container:not(.disabled) input:checked ~ .checkmark {
    background-color: var(--button-primary-blue);
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
[b-z7jgocr9j8] .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
[b-z7jgocr9j8] .deft-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
[b-z7jgocr9j8] .deft-checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

[b-z7jgocr9j8] .deft-checkbox-container.disabled .checkmark:after {
    border-color: #495057;
    left: 8px;
    top: 4px;
}

.deft-checkbox-container.inline[b-z7jgocr9j8] {
    display: inline-block;
}
/* _content/Deft/Components/InfoLabelsComponent.razor.rz.scp.css */
[b-4kyz5vb1t7] {
  display: inline-block;
}
/* _content/Deft/Components/InputPasswordComponent.razor.rz.scp.css */
[b-bc9ngsk9nv] {
    position: relative;
}

    [b-bc9ngsk9nv] .fa {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
    }
/* _content/Deft/Components/IPhoneUploadInstructions.razor.rz.scp.css */
.alert[b-ihlzz099fy] {
    background-color: #6C757D;
    color: #fff;
    font-size: 16px;
}

    .alert ul[b-ihlzz099fy] {
        padding-left: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .alert:not(.expanded) .image-wrapper[b-ihlzz099fy] {
        display: none;
    }

.image-wrapper[b-ihlzz099fy] {
    margin-top: 10px;
}

.toggle-btn[b-ihlzz099fy] {
    min-width: 155px;
    color: #fff;
    background-color: #989FA4;
    border-color: #989FA4;
}

    .toggle-btn:active[b-ihlzz099fy] {
        background: #8a8a8b !important;
        border-color: #8a8a8b !important;
    }

.close[b-ihlzz099fy] {
    color: #fff;
}
/* _content/Deft/Components/LandingPageAssignedCampaigns.razor.rz.scp.css */
[b-hojueu7c9d] .assigned-campaign,
[b-hojueu7c9d] .more {
    background: #E5F0FA;
    color: #5A93BF;
    display: inline-block;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 15px;
}

    [b-hojueu7c9d] .assigned-campaign:hover,
    [b-hojueu7c9d] .more:hover {
        color: #5A93BF;
        cursor: pointer;
    }

[b-hojueu7c9d].assigned-campaigns > .assigned-campaign:not(:last-child),
[b-hojueu7c9d] .hidden-campaigns > .assigned-campaign:not(:last-child) {
    margin-right: 5px;
}

.has-more[b-hojueu7c9d] {
    margin-right: 25px;
}

    .has-more:hover[b-hojueu7c9d] {
        background: #fff;
    }

    .has-more .hidden-campaigns[b-hojueu7c9d] {
        display: none;
    }

    .has-more:hover .hidden-campaigns[b-hojueu7c9d] {
        display: inline-block;
        position: absolute;
        outline: 5px solid #fff;
        background: #fff;
    }

    .has-more:hover .more[b-hojueu7c9d] {
        display: none;
    }

    .has-more .more[b-hojueu7c9d] {
        position: absolute;
    }
/* _content/Deft/Components/LandingPageBuilder/ComponentEditor.razor.rz.scp.css */
select option:disabled[b-npz8t15xrq] {
    background-color: #a5a5a5;
}
/* _content/Deft/Components/LandingPageBuilder/Components/GifPreview.razor.rz.scp.css */
[b-epzouy73oh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

img[b-epzouy73oh] {
    max-height: 300px;
    max-width: 250px;
    border: 2px solid #F6F6F6;
}
/* _content/Deft/Components/LandingPageBuilder/Components/SelectedVideoComponent.razor.rz.scp.css */
.selected-video-component[b-8m0uooxeyx] {
    border: 1px solid rgb(229, 229, 229);
    border-radius: 4px;
    padding: 15px;
    background-color: rgb(249, 249, 249);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.video-info[b-8m0uooxeyx] {
    display: flex;
    align-items: center;
    flex: 1 1 0%;
}

    .video-info > .fa[b-8m0uooxeyx] {
        color: rgb(92, 184, 92);
        margin-right: 12px;
        font-size: 18px;
    }

.video-name[b-8m0uooxeyx] {
    font-weight: 600;
    color: rgb(51, 51, 51);
    font-size: 14px;
    margin-bottom: 2px;
}

.video-status[b-8m0uooxeyx] {
    color: rgb(92, 184, 92);
    font-size: 12px;
    font-weight: 500;
}

    .video-status > .fa[b-8m0uooxeyx] {
        margin-right: 4px;
    }

button[b-8m0uooxeyx] {
    padding: 6px 12px;
    font-size: 12px;
}
/* _content/Deft/Components/LandingPageBuilder/GenericComponent.razor.rz.scp.css */
.component-wrapper[b-r27piq3rc5] {
    position: relative;
    cursor: pointer;
}

    .component-wrapper:hover[b-r27piq3rc5] {
        outline: 1px solid #d0d0d0;
        z-index: 1;
    }

    .component-wrapper.selected[b-r27piq3rc5] {
        outline: 2px solid #1b6ec2;
        z-index: 3;
    }

        .component-wrapper.selected > .edit-component[b-r27piq3rc5] {
            display: flex;
            align-items: center;
        }

.edit-component[b-r27piq3rc5] {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 8px;
    margin-top: 8px;
    z-index: 1000;
    flex-direction: row;
    gap: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

    .edit-component > div[b-r27piq3rc5] {
        display: flex;
        gap: 2px;
    }

        .edit-component > div:not(:last-child)[b-r27piq3rc5]::after {
            content: '';
            width: 1px;
            height: 24px;
            background: rgba(0, 0, 0, 0.1);
            margin: 0 6px;
            align-self: center;
        }

    .edit-component .btn[b-r27piq3rc5] {
        background: transparent;
        border: none;
        border-radius: 8px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #64748b;
        font-size: 14px;
        transition: all 0.15s ease;
        cursor: pointer;
        position: relative;
    }

        .edit-component .btn:hover[b-r27piq3rc5] {
            background: rgba(59, 130, 246, 0.1);
            color: #3b82f6;
            transform: translateY(-1px);
        }

        .edit-component .btn:active[b-r27piq3rc5] {
            transform: translateY(0);
            background: rgba(59, 130, 246, 0.15);
        }

        .edit-component .btn i[b-r27piq3rc5] {
            pointer-events: none;
        }

        .edit-component .btn:has(.fa-trash):hover[b-r27piq3rc5] {
            background: rgba(239, 68, 68, 0.1);
            color: #ef4444;
        }

        .edit-component .btn:has(.fa-pencil):hover[b-r27piq3rc5] {
            background: rgba(34, 197, 94, 0.1);
            color: #22c55e;
        }

        .edit-component .btn:has(.fa-plus):hover[b-r27piq3rc5] {
            background: rgba(168, 85, 247, 0.1);
            color: #a855f7;
        }

[b-r27piq3rc5] .editable-content.edit .editor-wrapper {
    background: none;
}
/* _content/Deft/Components/LandingPageBuilder/LandingPageBuilder.razor.rz.scp.css */
.content[b-fw9qqkwjlv] {
    flex: 1;
    margin-right: 600px;
    padding: 1.5rem;
}

.panel[b-fw9qqkwjlv] {
    position: fixed;
    right: 0;
    top: 0;
    width: 600px;
    height: 100vh;
    background: #fff;
    border-left: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.panel-header[b-fw9qqkwjlv] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.actions button[b-fw9qqkwjlv] {
    border: 2px solid #808080;
    background: #fff;
    color: #808080;
    width: 40px;
    height: 40px;
}

.component-preview[b-fw9qqkwjlv] {
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 10px;
}

    .component-preview:hover[b-fw9qqkwjlv] {
        background: #f0f0f0;
    }

select option:disabled[b-fw9qqkwjlv] {
    background-color: #a5a5a5;
}

@media (max-width: 1200px) {
    .panel[b-fw9qqkwjlv] {
        width: 400px;
    }
}
/* _content/Deft/Components/LandingPageSessionEventComponent.razor.rz.scp.css */
.event[b-il5g7tqji5] {
    display: flex;
    align-items: center;
}

    .event span i[b-il5g7tqji5] {
        margin: 0px 5px;
    }

    .event.MouseSectionClick[b-il5g7tqji5],
    .event.MouseButtonClick[b-il5g7tqji5] {
        color: #43906F;
    }

    .event.CalendlyMeetingBooked[b-il5g7tqji5] {
        color: #003ff9;
    }

    .event.VideoPlay[b-il5g7tqji5],
    .event.VideoFinish[b-il5g7tqji5],
    .event.VideoSeek[b-il5g7tqji5],
    .event.VideoPause[b-il5g7tqji5] {
        color: #4168B4
    }
/* _content/Deft/Components/LandingPageVideoPlayer.razor.rz.scp.css */
.bitmovinplayer-container[b-5zftdhx94y] {
    margin: 0 auto !important;
    border-radius: 8px;
    z-index:5;
}
/* _content/Deft/Components/LandingPageVideoUploader.razor.rz.scp.css */
.alert[b-xsqhtpq82k] {
    background: #cfe2ff;
    border: 1px solid #b6d4fe;
    border-radius: 6px;
    padding: 12px 16px;
}

    .alert h3[b-xsqhtpq82k] {
        color: #052c65;
        font-size: 14px;
        margin: 0 0 4px 0;
        font-weight: 600;
    }

    .alert h4[b-xsqhtpq82k] {
        color: #084298;
        font-size: 13px;
        margin: 0;
        font-weight: 400;
    }

.header-wrapper[b-xsqhtpq82k] {
    padding: 20px 24px;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
}

.uploader-wrapper[b-xsqhtpq82k] {
    padding: 20px 24px;
}

[b-xsqhtpq82k].header-wrapper .timeline-guide {
    justify-content: center;
    margin-bottom: 16px;
}

    [b-xsqhtpq82k].header-wrapper .timeline-guide .line {
        width: 60px;
    }

.gif-modal-body[b-xsqhtpq82k] {
    display: flex;
    height: auto;
    min-height: 420px;
}

.left-section[b-xsqhtpq82k] {
    flex: 1.4;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.video-wrapper[b-xsqhtpq82k] {
    background: #000;
    border-radius: 8px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.video-placeholder[b-xsqhtpq82k] {
    background: #2a2a2a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}

    .video-placeholder.vertical[b-xsqhtpq82k] {
        height: 85%;
        aspect-ratio: 9/16;
    }

    .video-placeholder.horizontal[b-xsqhtpq82k] {
        width: 85%;
        aspect-ratio: 16/9;
        max-height: 100%;
    }

.controls-container[b-xsqhtpq82k] {
    background: white;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.control-group[b-xsqhtpq82k] {
    margin-bottom: 16px;
}

    .control-group:last-child[b-xsqhtpq82k] {
        margin-bottom: 0;
    }

.control-label[b-xsqhtpq82k] {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6c757d;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: block;
}

.slider-wrapper[b-xsqhtpq82k] {
    position: relative;
    flex: 1;
}

.slider-container[b-xsqhtpq82k] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.slider-track[b-xsqhtpq82k] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    border-radius: 3px;
    pointer-events: none;
}

.slider-track-bg[b-xsqhtpq82k] {
    width: 100%;
    background: #dee2e6;
}

.slider-track-highlight[b-xsqhtpq82k] {
    background: #28a745;
    opacity: 0.3;
    transition: all 0.2s ease;
}

.slider-input[b-xsqhtpq82k] {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
}

    .slider-input[b-xsqhtpq82k]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #0d6efd;
        cursor: pointer;
        position: relative;
        z-index: 3;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    .slider-input[b-xsqhtpq82k]::-moz-range-thumb {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #0d6efd;
        cursor: pointer;
        border: none;
        position: relative;
        z-index: 3;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

.slider-value[b-xsqhtpq82k] {
    background: #0d6efd;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    min-width: 45px;
    text-align: center;
}

.duration-controls[b-xsqhtpq82k] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.duration-btn[b-xsqhtpq82k] {
    width: 24px;
    height: 24px;
    border: 1px solid #dee2e6;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #495057;
}

    .duration-btn:hover[b-xsqhtpq82k] {
        background: #f8f9fa;
    }

.duration-input[b-xsqhtpq82k] {
    width: 60px;
    text-align: center;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 14px;
}

.duration-display[b-xsqhtpq82k] {
    margin-left: 8px;
    font-weight: 600;
    color: #212529;
}

.right-section[b-xsqhtpq82k] {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.preview-wrapper[b-xsqhtpq82k] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.preview-label[b-xsqhtpq82k] {
    font-size: 11px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.preview-box[b-xsqhtpq82k] {
    background: linear-gradient(135deg, #e9ecef, #f8f9fa);
    outline: 2px dashed #dee2e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

    .preview-box img[b-xsqhtpq82k] {
        border-radius: 8px;
    }

    .preview-box.vertical[b-xsqhtpq82k] {
        width: 140px;
        height: 250px;
    }

    .preview-box.horizontal[b-xsqhtpq82k] {
        width: 250px;
        height: 140px;
    }

.preview-info[b-xsqhtpq82k] {
    text-align: center;
    margin-bottom: 20px;
}

.preview-range[b-xsqhtpq82k] {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 4px;
}

.preview-duration[b-xsqhtpq82k] {
    background: #e0cffc;
    color: #3d2462;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
}

.action-buttons[b-xsqhtpq82k] {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 280px;
}

.btn-cancel[b-xsqhtpq82k] {
    flex: 1;
    padding: 8px 16px;
    border: 1px solid #dee2e6;
    background: white;
    color: #495057;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.btn-generate[b-xsqhtpq82k] {
    flex: 1;
    padding: 8px 16px;
    border: none;
    background: #0d6efd;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.qr-code-wrapper[b-xsqhtpq82k] {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #fff;
}

[b-xsqhtpq82k] .qr-code-wrapper > img {
    border-radius: 4px;
    max-width: 200px;
}

.gif-wrapper > img[b-xsqhtpq82k] {
    margin: 0 auto;
    height: 100%;
}

.progress-overlay[b-xsqhtpq82k] {
    height: 270px;
    display: flex;
    align-items: center;
}

    .progress-overlay .progress-content[b-xsqhtpq82k] {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 11px;
        font-weight: 700;
    }

.progress-content .progress-details[b-xsqhtpq82k],
.progress-content .progress-status[b-xsqhtpq82k] {
    margin-bottom: 5px;
}

[b-xsqhtpq82k] .bitmovinplayer-container {
    min-width: auto;
}

[b-xsqhtpq82k] .bmpui-ui-titlebar {
    display: none;
}

[b-xsqhtpq82k] .bmpui-ui-controlbar {
    padding: 1em 0 0;
}

[b-xsqhtpq82k] .bmpui-ui-playbacktogglebutton,
[b-xsqhtpq82k] .bmpui-ui-piptogglebutton,
[b-xsqhtpq82k] .bmpui-ui-settingstogglebutton {
    display: none;
}

[b-xsqhtpq82k] .bmpui-ui-container.bmpui-controlbar-top {
    display: none;
}

[b-xsqhtpq82k] .bmpui-ui-recommendation-overlay > .bmpui-container-wrapper {
    padding: 0;
}
/* _content/Deft/Components/LandingPageVideoUploaderComponent.razor.rz.scp.css */
[b-073i5b3j3d].sk-spinner {
    margin: 80px auto;
}
/* _content/Deft/Components/LeadColumnsComponent/LeadColumnsComponent.razor.rz.scp.css */
[b-xy5ecdcgku] {
    display: inline-block;
}

    [b-xy5ecdcgku] .lead-columns-wrapper {
        position: relative;
    }

        [b-xy5ecdcgku] .lead-columns-wrapper ul {
            padding: 0;
            list-style: none;
            position: absolute;
            width: 200px;
            right: 0;
            background: #fff;
            border: medium none;
            border-radius: 3px;
            box-shadow: 0 0 3px rgb(86 96 117 / 70%);
        }

        [b-xy5ecdcgku] .lead-columns-wrapper.show ul {
            display: block;
            z-index: 1;
        }

        [b-xy5ecdcgku] .lead-columns-wrapper.hide ul {
            display: none;
        }

        [b-xy5ecdcgku] .lead-columns-wrapper.show ul li:last-child {
            padding: 4px 6px 6px 8px;
        }

        [b-xy5ecdcgku] .lead-columns-wrapper.show ul li {
            width: 100%;
            padding: 2px 9px;
            vertical-align: middle;
            display: inline-block;
        }

            [b-xy5ecdcgku] .lead-columns-wrapper.show ul li label {
                margin: 0;
                width: 100%;
            }
/* _content/Deft/Components/LeadLandingPageAnalytics.razor.rz.scp.css */
.title[b-vgrz4vidqr] {
    color: var(--dark-blue-color);
}

.metrics[b-vgrz4vidqr] {
    display: flex;
    gap: 20px;
}

[b-vgrz4vidqr].metrics .ibox {
    flex: 1;
    display: flex;
    flex-direction: column;
}

[b-vgrz4vidqr].metrics .ibox-content {
    flex: 1;
    color: #575757;
    font-size: 30px;
    font-weight: 700;
}

[b-vgrz4vidqr].sessions .ibox {
    margin-bottom: 0;
}

    [b-vgrz4vidqr].sessions .ibox .ibox-content {
        border-bottom: none;
        background: #F8F9FD;
    }

[b-vgrz4vidqr].sessions > .ibox:last-child {
    border-bottom: 1px solid #e7eaec;
}

[b-vgrz4vidqr].sessions .ibox:first-child .ibox-title {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

[b-vgrz4vidqr].sessions .ibox:last-child,
[b-vgrz4vidqr].sessions .ibox:last-child .ibox-content,
[b-vgrz4vidqr].sessions .ibox:last-child:not(.expanded) .ibox-title {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

[b-vgrz4vidqr].sessions .ibox-title h4 {
    margin-bottom: 0px;
}

[b-vgrz4vidqr].sessions .ibox-title small {
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 300;
}

[b-vgrz4vidqr].sessions .expanded .ibox-title {
    background-color: #EFF7FE;
}

[b-vgrz4vidqr].sessions .ibox.expanded .ibox-title:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    background: #2075C8;
    left: 0px;
    top: 0px;
}

[b-vgrz4vidqr].sessions .ibox.expanded:first-child .ibox-title:before {
    border-top-left-radius: 6px;
}

[b-vgrz4vidqr].sessions .ibox .ibox-tools {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

[b-vgrz4vidqr] .event {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    padding: 10px 15px;
    transition: background 0.3s ease;
    position: relative;
}

    [b-vgrz4vidqr] .event:last-child {
        margin-bottom: 0;
    }

    [b-vgrz4vidqr] .event:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: 3px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    [b-vgrz4vidqr] .event .icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 13px;
        font-size: 18px;
    }

    [b-vgrz4vidqr] .event .type {
        font-weight: 700;
    }

    [b-vgrz4vidqr] .event .time {
        font-size: 0.85em;
        color: #666;
    }

    [b-vgrz4vidqr] .event.MouseSectionClick:before,
    [b-vgrz4vidqr] .event.MouseButtonClick:before {
        background: #21A051;
    }

    [b-vgrz4vidqr] .event.MouseSectionClick .icon,
    [b-vgrz4vidqr] .event.MouseButtonClick .icon {
        color: #21A051;
        background-color: #ebf9f1;
    }

    [b-vgrz4vidqr] .event.CalendlyMeetingBooked .icon {
        background-color: #EBF2F9;
        color: #003ff9;
    }

    [b-vgrz4vidqr] .event.CalendlyMeetingBooked:before {
        background: #003ff9;
    }

    [b-vgrz4vidqr] .event.VideoPlay .icon,
    [b-vgrz4vidqr] .event.VideoPause .icon,
    [b-vgrz4vidqr] .event.VideoSeek .icon,
    [b-vgrz4vidqr] .event.VideoFinish .icon {
        background-color: #EBF2F9;
        color: #2374CF;
    }

    [b-vgrz4vidqr] .event.VideoPlay:before,
    [b-vgrz4vidqr] .event.VideoPause:before,
    [b-vgrz4vidqr] .event.VideoSeek:before,
    [b-vgrz4vidqr] .event.VideoFinish:before {
        background: #2374CF;
    }
/* _content/Deft/Components/LeadsFilterPanelComponent/FilterGroup.razor.rz.scp.css */
[b-2bwnp9cjqx] .filter-wrapper > div:last-child label {
    margin: 0;
}

.filter-group .title[b-2bwnp9cjqx] {
    padding: 15px 15px;
    cursor: pointer;
    margin: 0;
}

.filter-group[b-2bwnp9cjqx] {
    border-bottom: 1px solid #ccc;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .filter-group.open[b-2bwnp9cjqx] {
        border-bottom: none;
    }

    .filter-group:not(.open) .content[b-2bwnp9cjqx] {
        display: none;
    }

.state-arrow[b-2bwnp9cjqx] {
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
}

.filter-group.open > .title .state-arrow[b-2bwnp9cjqx] {
    transform: rotate(90deg);
}

.filter-group .filter-group[b-2bwnp9cjqx] {
    margin-left: 5px;
    border: none;
}

    .filter-group .filter-group .title[b-2bwnp9cjqx] {
        border-left: 4px solid #ccc;
        background: #f6f6f6;
        border-radius: 4px;
        margin-bottom: 3px;
        padding-left: 10px;
        font-size: 12px;
    }

    .filter-group .filter-group .content[b-2bwnp9cjqx] {
        background: #f6f6f6;
        border: 1px solid #ddd;
        margin: 0px 0px 5px 10px;
        padding: 10px;
    }


    .filter-group .filter-group .state-arrow[b-2bwnp9cjqx] {
        font-size: 14px;
        font-weight: normal;
    }

    .filter-group .filter-group.active .title[b-2bwnp9cjqx] {
        background: #E3F2FD;
        border-color: #007BFF;
        color: #4788FF;
    }
/* _content/Deft/Components/LeadsFilterPanelComponent/LeadsFilterPanelComponent.razor.rz.scp.css */
[b-4w5glrh4ps] .filter-component {
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(+100%, 0, 0);
    transition: transform .3s cubic-bezier(0, .52, 0, 1);
    width: 400px;
    height: 100vh;
    background: #fff;
    border-left: 1px solid #ccc;
    overflow-y: scroll;
    padding-top: 10px;
}

    [b-4w5glrh4ps] .filter-component.visible {
        transform: translate3d(0, 0, 0);
    }

[b-4w5glrh4ps] .filter-header {
    font-size: 18px;
    color: #000;
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

[b-4w5glrh4ps] .single-filter > input[type="checkbox"] {
    width: 5%;
    vertical-align: top;
    margin-top: 4px;
    display: inline-block;
}

[b-4w5glrh4ps] .single-filter > .form-group {
    width: 94%;
    display: inline-block;
    padding-left: 5px;
}

[b-4w5glrh4ps] .single-filter .filter-friendly-name {
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
    cursor: pointer;
}

[b-4w5glrh4ps] a.close-link {
    color: #ddd;
    float: right;
}

.top-buttons[b-4w5glrh4ps] {
    display: flex;
    width: 100%;
}

    .top-buttons button[b-4w5glrh4ps] {
        flex: 1;
        margin: 1px;
    }

[b-4w5glrh4ps] .days-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

[b-4w5glrh4ps] .filter-options {
    margin-bottom: 7px;
    height: 28px !important;
    padding: 0px 5px;
    font-size: 14px;
}

[b-4w5glrh4ps] input.filter-options {
    padding-left: 10px;
    margin-bottom: 0;
}

.saved-filtered-lead-list[b-4w5glrh4ps] {
    margin: 0 15px 10px 15px;
    border-bottom: 1px solid #bdbdbd;
}

    .saved-filtered-lead-list small[b-4w5glrh4ps] {
        font-size: 12px;
    }

    .saved-filtered-lead-list h3[b-4w5glrh4ps] {
        font-size: 18px;
        color: #000;
        font-weight: 400;
    }

    .saved-filtered-lead-list .list-action[b-4w5glrh4ps] {
        margin-left: 8px;
        cursor: pointer;
        font-size: 15px;
    }
/* _content/Deft/Components/LeadSourceComponent.razor.rz.scp.css */
[b-ua879p23xg] td.lead-type-name-space {
    padding-left: 21px;
}

[b-ua879p23xg] table select.form-control {
    width: 100% !important;
}

[b-ua879p23xg] .no-campaign-option, [b-ua879p23xg] .no-crm-option {
    font-style: italic;
    color: #ff0000;
}

[b-ua879p23xg] .default-option {
    font-style: italic;
    color: #808080
}

[b-ua879p23xg] .round-robin, [b-ua879p23xg] select option.round-robin {
    font-weight: 600;
    color: #495057
}

[b-ua879p23xg] select.no-campaign-option option:not(.no-campaign-option):not(.unapproved-campaign), [b-ua879p23xg] select.default-option option:not(.default-option), [b-ua879p23xg] select.default-option option:not(.unapproved-campaign), [b-ua879p23xg] select option {
    font-style: normal;
    color: #495057;
}

[b-ua879p23xg] select.default-option option.no-campaign-option, [b-ua879p23xg] select.default-option option.no-crm-option {
    font-style: italic;
    color: #ff0000;
}

[b-ua879p23xg] table tbody tr td:first-child {
    vertical-align: middle;
}

[b-ua879p23xg] table tbody tr.non-saved-lead-type {
    font-weight: 700;
}

[b-ua879p23xg] select.unapproved-campaign,
[b-ua879p23xg] select option.unapproved-campaign,
[b-ua879p23xg] select.default-option option.unapproved-campaign,
[b-ua879p23xg] select.no-campaign-option option.unapproved-campaign {
    color: var(--unapproved-campaign-color);
}

option.round-robin-group-divider[b-ua879p23xg] {
    text-align: center;
    font-weight: bold;
    color: #666;
    background-color: #f8f9fa;
}

select option:not(.round-robin-group)[b-ua879p23xg] {
    background-color: #fff;
    color: #495057;
}
/* _content/Deft/Components/LeadSourceComponentAdmin.razor.rz.scp.css */
[b-s0jr2kzpy0] td.lead-type-name-space {
    padding-left: 21px;
}

[b-s0jr2kzpy0] table select.form-control {
    width: 100% !important;
}

[b-s0jr2kzpy0] .no-campaign-option {
    font-style: italic;
    color: #ff0000;
}

[b-s0jr2kzpy0] .default-option {
    font-style: italic;
    color: #808080
}

[b-s0jr2kzpy0] .round-robin, [b-s0jr2kzpy0] select option.round-robin {
    font-weight: 600;
    color: #495057
}

[b-s0jr2kzpy0] select.no-campaign-option option:not(.no-campaign-option):not(.unapproved-campaign), [b-s0jr2kzpy0] select.default-option option:not(.default-option), [b-s0jr2kzpy0] select.default-option option:not(.unapproved-campaign), [b-s0jr2kzpy0] select option {
    font-style: normal;
    color: #495057;
}

[b-s0jr2kzpy0] select.default-option option.no-campaign-option {
    font-style: italic;
    color: #ff0000;
}

[b-s0jr2kzpy0] table tbody tr td:first-child {
    vertical-align: middle;
}

[b-s0jr2kzpy0] table tbody tr.non-saved-lead-type {
    font-weight: 700;
}

[b-s0jr2kzpy0] select.unapproved-campaign, [b-s0jr2kzpy0] select option.unapproved-campaign, [b-s0jr2kzpy0] select.default-option option.unapproved-campaign, [b-s0jr2kzpy0] select.no-campaign-option option.unapproved-campaign {
    color: var(--unapproved-campaign-color);
}

option.round-robin-group-divider[b-s0jr2kzpy0] {
    text-align: center;
    font-weight: bold;
    color: #666;
    background-color: #f8f9fa;
}

select option:not(.round-robin-group)[b-s0jr2kzpy0] {
    background-color: #fff;
    color: #495057;
}
/* _content/Deft/Components/LeadStatusLabel.razor.rz.scp.css */
.active-campaign[b-ymx74n7vum] {
    background-color: var(--mid-blue-color);
}

.no-campaign[b-ymx74n7vum] {
    background-color: var(--line-gray-3);
}
/* _content/Deft/Components/ManageLeadTagsComponent.razor.rz.scp.css */
[b-m8pvo6kkkf] .lead-tags-wrapper {
    display: inline-block;
    margin-right: 2px;
}

    [b-m8pvo6kkkf] .lead-tags-wrapper > span {
        background-color: #cdcdcd;
        margin-right: 2px;
        color: #fff;
        font-weight: 100;
        cursor: default;
        display: inline-block;
        font-size: 14px;
        vertical-align: middle;
    }

        [b-m8pvo6kkkf] .lead-tags-wrapper > span > span {
            display: inline-block;
            padding-top: 2px;
            padding-bottom: 2px;
        }

            [b-m8pvo6kkkf] .lead-tags-wrapper > span > span:first-child {
                padding-left: 4px;
                padding-right: 2px;
            }

            [b-m8pvo6kkkf] .lead-tags-wrapper > span > span:last-child {
                padding-left: 2px;
                padding-right: 4px;
            }

                [b-m8pvo6kkkf] .lead-tags-wrapper > span > span.remove-tag:hover {
                    cursor: pointer;
                    background: #afafaf;
                }

                [b-m8pvo6kkkf] .lead-tags-wrapper > span > span:last-child i {
                    margin: 0px 3px;
                }

    [b-m8pvo6kkkf] .lead-tags-wrapper span:last-child {
        margin-right: 0;
    }


[b-m8pvo6kkkf] .search-wrapper {
    position: relative;
    max-width: 170px;
    z-index: 1;
    display: inline-block;
}

.search-wrapper input[b-m8pvo6kkkf] {
    width: calc(100% - 28px);
    border: 1px solid #e5e6e7;
}

    .search-wrapper input:focus[b-m8pvo6kkkf] {
        outline: none;
    }

.search-wrapper button.expand[b-m8pvo6kkkf]  {
    margin-left:-2px;
    margin-top:-2px;
}

.search-wrapper.expanded ul[b-m8pvo6kkkf] {
    max-height:inherit;
}

[b-m8pvo6kkkf] .search-wrapper ul {
    list-style: none;
    padding-left: 0;
    max-height: 90px;
    overflow-y: scroll;
    border: 1px solid #e5e6e7;
    cursor: pointer;
    position: absolute;
    width: 100%;
    background: #fff;
    margin-top: -1px;
}

    [b-m8pvo6kkkf] .search-wrapper ul li {
        padding: 2px 5px;
        color: #676a6c;
    }

        [b-m8pvo6kkkf] .search-wrapper ul li:hover {
            background-color: #ededed;
        }
/* _content/Deft/Components/ManageRolesComponent/ManageRolesComponent.razor.rz.scp.css */
.roles-list[b-0e92rhw2yn] {
    padding: 0;
}

    .roles-list li[b-0e92rhw2yn] {
        border: 1px solid #ddd;
        border-radius: 3px;
        background: #eee;
        padding: 2px 5px;
        display: block;
        margin-bottom: 2px;
        width: fit-content;
    }

button[b-0e92rhw2yn] {
    display: block;
}
/* _content/Deft/Components/MappingComponent/MappingComponent.razor.rz.scp.css */
[b-e532sjphyo] td.inner-custom-field .control-label {
    display: none;
}
[b-e532sjphyo] tr.default-mapping {
    font-weight: 600;
}
/* _content/Deft/Components/ModalComponent.razor.rz.scp.css */
@media (max-width: 768px) {
    [b-ll2srjnoup] .modal-body {
        background: #f8fafb;
        padding: 20px 15px 20px 15px;
    }

    [b-ll2srjnoup] .modal-header {
        padding: 15px 15px;
    }

    [b-ll2srjnoup] .modal-title {
        font-size: 22px;
    }
}

[b-ll2srjnoup].minimized .modal-body {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px !important;
}

[b-ll2srjnoup].minimized {
    width: 250px;
    height: 35px;
    margin: 0px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    top: auto;
    left: auto;
    overflow: hidden;
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 2px #c3c3c3;
    background: #f8fafb;
    padding: 0 !important;
}

    [b-ll2srjnoup].minimized .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    [b-ll2srjnoup].minimized .actions {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }

        [b-ll2srjnoup].minimized .actions > button {
            background: transparent;
            border: none;
            display: flex;
            align-items: center;
            height: 100%;
            margin-right: 5px;
            pointer-events: all;
        }
/* _content/Deft/Components/Multiselect/Multiselect.razor.rz.scp.css */
.multiselect[b-fjgdr5zrsu] {
    width: 100%;
}

.toggler[b-fjgdr5zrsu] {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.multiselect ul[b-fjgdr5zrsu] {
    display: none;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 200px;
    left: 0;
    background: #fff;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgb(86 96 117 / 70%);
    width: 100%;
}

.multiselect.show ul[b-fjgdr5zrsu] {
    display: block;
    z-index: 1;
}

.multiselect + ul.selected-items[b-fjgdr5zrsu] {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

[b-fjgdr5zrsu] ul > .multiselect-option:not(:last-child) {
    border-bottom: 1px solid #c1c1c1;
}
/* _content/Deft/Components/Multiselect/MultiselectOption.razor.rz.scp.css */
.multiselect-option[b-yuxen889di] {
    display: flex;
    align-items: center;
    padding: 5px;
}
/* _content/Deft/Components/NewsletterQueuePaginationComponent.razor.rz.scp.css */
.pagination-wrapper[b-btouejjqtu] {
    margin-bottom: 20px;
    display: flex;
}

.step[b-btouejjqtu] {
    display: flex;
    font-weight: 600;
    font-size: 12px;
    color: #495057;
    border: 1px solid #bebebe;
    padding: 5px 10px;
    cursor: pointer;
    width: 80px;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #dddddd;
    justify-content: center;
}

    .step.previous-step[b-btouejjqtu] {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .step.next-step[b-btouejjqtu] {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .step.disabled[b-btouejjqtu] {
        cursor: not-allowed;
        background-color: #95BCF2;
    }
/* _content/Deft/Components/Newsletter/ContentForm.razor.rz.scp.css */
.content-preview[b-iw5454y273] {
    min-height: 200px;
}

[b-iw5454y273] .has-tags .tag {
    color: var(--tag-color);
}

.tab-button svg[b-iw5454y273] {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

[b-iw5454y273] .ql-toolbar {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

[b-iw5454y273] .ql-container {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
/* _content/Deft/Components/Newsletter/NewsletterQueueItem.razor.rz.scp.css */
.email[b-1ftjtxc553] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    cursor: pointer;
}

    .email:hover[b-1ftjtxc553] {
        box-shadow: 2px 2px 5px 0px #e7e7e7;
    }

.emails .email:not(:last-child)[b-1ftjtxc553] {
    margin-bottom: 10px;
}

.details[b-1ftjtxc553] {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

    .details svg[b-1ftjtxc553] {
        margin-right: 12px;
    }

    .details div[b-1ftjtxc553] {
        flex: 1;
        min-width: 0;
    }

    .details .subject[b-1ftjtxc553] {
        font-weight: 500;
        color: #111827;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .details .scheduled[b-1ftjtxc553] {
        font-weight: 400;
        color: #6B7280;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.metrics-status-container[b-1ftjtxc553] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.status[b-1ftjtxc553] {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    min-width: 200px;
}

    .status svg[b-1ftjtxc553] {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }

    .status > span[b-1ftjtxc553] {
        padding: 2px 10px;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .status .sent[b-1ftjtxc553] {
        color: rgb(30, 64, 175);
        background-color: rgb(219, 234, 254);
    }

    .status .approved[b-1ftjtxc553] {
        color: rgb(22, 101, 52);
        background-color: rgb(220, 252, 231);
    }

    .status .pending[b-1ftjtxc553] {
        color: rgb(133, 77, 14);
        background-color: rgb(254, 249, 195);
    }

    .status .late[b-1ftjtxc553] {
        color: rgb(133, 77, 14);
        background-color: rgb(254 225 195);
    }

    .status .missed[b-1ftjtxc553] {
        color: rgb(87 87 87);
        background-color: rgb(233 233 233);
    }

    .status .failed[b-1ftjtxc553] {
        color: rgb(169 0 0);
        background-color: rgb(255 212 212);
    }

.stats[b-1ftjtxc553] {
    text-align: center;
    margin-right: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

    .stats .value[b-1ftjtxc553] {
        font-weight: 700;
        font-size: 22px;
    }

    .stats .name[b-1ftjtxc553] {
        color: #808080;
        font-size: 12px;
        font-weight: 500;
    }
/* _content/Deft/Components/PageHeaderComponent/PageHeaderComponent.razor.rz.scp.css */
[b-0d0ntd3syw] h2 {
    margin-bottom: 0;
    margin-top: 8px;
    font-family: 'museo-sans';
    font-size: 32px;
}

    [b-0d0ntd3syw] h2 span {
        color: var(--dark-blue-color);
        font-weight: 700;
    }

[b-0d0ntd3syw].page-heading {
    padding-bottom: 15px;
    padding-top: 5px;
    position: relative;
}

[b-0d0ntd3syw] .breadcrumb {
    margin-top: 8px;
}

[b-0d0ntd3syw] .leads-stat {
    position: absolute;
    right: 20px;
    top: 15px;
}

[b-0d0ntd3syw] .breadcrumb {
    align-items: center;
}

@media (max-width: 768px) {
    [b-0d0ntd3syw] h2 {
        font-size: 18px;
    }
}
/* _content/Deft/Components/PipelineReportBar.razor.rz.scp.css */
.bar-container[b-dh566dr3du] {
    margin-bottom: 20px;
    position: relative;
}

.bar[b-dh566dr3du], .active[b-dh566dr3du], .bad-fit[b-dh566dr3du], .not-interested[b-dh566dr3du] {
    height: 30px;
}

.split-bar[b-dh566dr3du] {
    display: flex;
}

.label[b-dh566dr3du] {
    background-color: transparent;
    font-size: 14px;
    position: absolute;
    text-align: center;
}

/* Correct label positioning based on bar width */
.active-label[b-dh566dr3du], .bad-fit-label[b-dh566dr3du], .not-interested-label[b-dh566dr3du] {
    position: absolute;
    bottom: -20px; /* Increased distance for clarity */
    text-align: center;
}
/* New styles for number values */
.number-value[b-dh566dr3du] {
    font-weight: bold; /* Make numbers bold */
    color: var(--dark-blue-color);
    font-size: 1.1em; /* Slightly larger */
}
/* _content/Deft/Components/QuillEditor.razor.rz.scp.css */
.template-body-editor[b-y1f5egnwmp] {
    min-height: 200px;
}

.ql-container[b-y1f5egnwmp] {
    height: auto;
}

[b-y1f5egnwmp] .ql-editor {
    min-height: 200px;
}
/* _content/Deft/Components/QuillEditorOld.razor.rz.scp.css */
[b-tlid59ejz2] .ql-editor {
    min-height: 200px;
}

[b-tlid59ejz2].editor-wrapper {
    background: #fff;
}
/* _content/Deft/Components/RedtailActivityTemplatesComponent.razor.rz.scp.css */
[b-ux4n3twq8w] .days-delay-input {
  display: inline-block;
  width: 38px;
  height: 25px;
}
/* _content/Deft/Components/RedtailWorkflowTemplatesComponent.razor.rz.scp.css */
[b-2c9vz18yaj] .days-delay-input {
  display: inline-block;
  width: 38px;
  height: 25px;
}
/* _content/Deft/Components/ReferralPromoBanner.razor.rz.scp.css */
.banner-wrapper[b-gyt8txo8gp] {
    background-color: var(--sa-button-primary-blue);
    padding: 10px;
    margin: 10px 0 5px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

    .text-gold[b-gyt8txo8gp] {
        color: #ffde56;
        font-weight: bold;
    }

    a[b-gyt8txo8gp] {
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
    }

@media (max-width: 1199px) {
    .banner-wrapper[b-gyt8txo8gp] {
        padding: 8px;
        font-size: 16px;
    }
}
/* _content/Deft/Components/ROIReport/CPLTierOption.razor.rz.scp.css */
.tier-template[b-u737sp6yaj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 0 5px;
}

    .tier-template .quantity[b-u737sp6yaj], .tier-template .price[b-u737sp6yaj] {
        display: flex;
        align-items: center;
    }

    .tier-template .price[b-u737sp6yaj] {
        margin-left: 4px;
    }

    .tier-template .controls[b-u737sp6yaj] {
        display: flex;
    }

[b-u737sp6yaj].tier-template input {
    padding: 5px 4px;
    font-size: 14px;
    margin-left: 2px;
}

[b-u737sp6yaj].tier-template .quantity input {
    width: 30px !important;
}

[b-u737sp6yaj].tier-template .price input {
    width: 50px !important;
}
/* _content/Deft/Components/RoundRobinGroupsPanel.razor.rz.scp.css */
[b-5x5opmrlsa] .ibox-title h5 {
    width: 100%;
}

[b-5x5opmrlsa] .ibox-title {
    padding-right: 15px;
}

.round-robin-group[b-5x5opmrlsa] {
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .round-robin-group:not(:last-child)[b-5x5opmrlsa] {
        margin-bottom: 10px;
    }

    .round-robin-group .head[b-5x5opmrlsa] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }

.title[b-5x5opmrlsa] {
    width: 100%;
    padding: 10px 10px;
}

    .title .badge[b-5x5opmrlsa] {
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 5px;
    }

    .title .name[b-5x5opmrlsa] {
        font-size: 16px;
        font-weight: 600;
    }

.actions-wrapper[b-5x5opmrlsa] {
    display: flex;
    gap: 5px;
    padding: 10px 10px;
}

.content[b-5x5opmrlsa] {
    background: #f2f2f2;
}

.single-user[b-5x5opmrlsa] {
    padding: 7px 0 7px 55px;
    position: relative;
}

    .single-user[b-5x5opmrlsa]:before {
        position: absolute;
        content: '';
        background: #b1b1b1;
        width: 10px;
        height: 1px;
        left: 35px;
        top: 50%;
    }

    .single-user[b-5x5opmrlsa]:after {
        position: absolute;
        content: '';
        background: #b1b1b1;
        width: 1px;
        height: 5px;
        left: 35px;
        bottom: 50%;
    }

.content .single-user:not(:last-child)[b-5x5opmrlsa] {
    border-bottom: 1px solid #ddd;
}

.expanded-arrow[b-5x5opmrlsa] {
    margin: 0 6px;
}

.badge.blue[b-5x5opmrlsa] {
    color: var(--round-robin-group-text-color-blue);
    background-color: var(--round-robin-group-bg-color-blue);
}

.badge.red[b-5x5opmrlsa] {
    color: var(--round-robin-group-text-color-red);
    background-color: var(--round-robin-group-bg-color-red);
}

.badge.green[b-5x5opmrlsa] {
    color: var(--round-robin-group-text-color-green);
    background-color: var(--round-robin-group-bg-color-green);
}

.badge.yellow[b-5x5opmrlsa] {
    color: var(--round-robin-group-text-color-yellow);
    background-color: var(--round-robin-group-bg-color-yellow);
}
/* _content/Deft/Components/SmartAssetIntroductoryComponent.razor.rz.scp.css */
[b-pw9umijfl8] pre {
    word-break: keep-all;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

[b-pw9umijfl8] .tag {
    color: var(--tag-color);
}
/* _content/Deft/Components/SmartAssetIntroductoryComponentAdmin.razor.rz.scp.css */
[b-kekkbbt9ts] pre {
    word-break: keep-all;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

[b-kekkbbt9ts] .tag {
    color: var(--tag-color);
}
/* _content/Deft/Components/SpinInput.razor.rz.scp.css */
.spin-input[b-8e64d8f4fz] {
    display: inline-flex;
}

    .spin-input > div[b-8e64d8f4fz] {
        display: flex;
        flex-direction: column;
    }

        .spin-input > div button[b-8e64d8f4fz] {
            width: 20px;
            height: 50%;
            padding: 0px 0 !important;
            line-height: 1;
            border-radius: 0 !important;
        }

            .spin-input > div button:first-child[b-8e64d8f4fz] {
                border-bottom: 1px solid #cfcfcf;
            }
/* _content/Deft/Components/Table/Pagination.razor.rz.scp.css */
[b-z8oprwc3ca] .pagination > li > button,
[b-z8oprwc3ca] .pagination > li > span {
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

[b-z8oprwc3ca] .pagination > li:not(.active) > button:not([disabled]),
[b-z8oprwc3ca] .pagination > li > span {
    background-color: #FFFFFF;
}

[b-z8oprwc3ca] .pagination .active button {
    background-color: var(--line-gray-2);
    color: #333;
}
/* _content/Deft/Components/Table/Table.razor.rz.scp.css */
[b-tp30pnmijr] .sk-spinner {
    display: none;
}

[b-tp30pnmijr] .sk-loading .sk-spinner {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}

[b-tp30pnmijr] .sk-loading {
    position: relative;
}

    [b-tp30pnmijr] .sk-loading:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
/* _content/Deft/Components/Tablist/Tablist.razor.rz.scp.css */
.tab-items[b-4n0gvbd103] {
    margin-top: 10px;
    margin-bottom: 5px;
}

.tab-buttons[b-4n0gvbd103] {
    background: rgb(243, 244, 246);
    border-radius: 8px;
    padding: 4px;
    width: fit-content;
    display: flex;
}

.tab-button[b-4n0gvbd103] {
    font-size: 13px;
    font-weight: 500;
    border: none;
    outline: none;
    color: rgb(107, 114, 128);
    display: flex;
    align-items: center;
    background: none;
    padding: 3px 11px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

    .tab-button.active[b-4n0gvbd103] {
        background: #fff;
        color: rgb(3, 7, 18);
        border-radius: 6px;
    }
/* _content/Deft/Components/Tablist/TablistItem.razor.rz.scp.css */
.tab-item:not(.active)[b-kx3t6mnyvp] {
    display: none;
}

.tab-item[b-kx3t6mnyvp] {
    border-radius: 6px;
    border: 1px solid rgb(229, 231, 235);
}
/* _content/Deft/Components/TemplateTagsDropdown.razor.rz.scp.css */
[b-2g47v1uk1s] ul.dropdown-menu .dropdown-divider:last-child {
    display: none;
}

[b-2g47v1uk1s] .dropdown-item.disabled {
    pointer-events: all;
}

.snippets-btn[b-2g47v1uk1s] {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 1;
}

    .snippets-btn button[b-2g47v1uk1s] {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: linear-gradient(135deg, #1ab394 0%, #18a689 100%);
        border: none;
        color: white;
        box-shadow: 0 4px 12px rgba(26, 179, 148, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        transition: all 0.3s ease;
        cursor: pointer;
    }

        .snippets-btn button:hover[b-2g47v1uk1s] {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(26, 179, 148, 0.5);
        }

    .snippets-btn .dropdown-toggle[b-2g47v1uk1s]::after {
        display: none;
    }

.dropdown-header[b-2g47v1uk1s] {
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
    font-size: 13px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.dropdown-menu[b-2g47v1uk1s] {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    width: 250px;
}

.group[b-2g47v1uk1s] {
    padding: 8px 16px;
    font-size: 11px;
    text-transform: uppercase;
    color: #6c757d;
    font-weight: 600;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.dropdown-menu ul[b-2g47v1uk1s] {
    list-style: none;
    padding: 0;
}

.dropdown-items li:not(.group)[b-2g47v1uk1s] {
    padding: 0;
}

.dropdown-items li a[b-2g47v1uk1s] {
    padding: 8px 16px;
    transition: background 0.2s;
    color: #495057;
    font-size: 14px;
    display: block;
}

    .dropdown-items li a.disabled[b-2g47v1uk1s],
    .dropdown-items li a.disabled i[b-2g47v1uk1s] {
        color: #a7a7a7;
    }

.dropdown-items li i[b-2g47v1uk1s] {
    margin-right: 10px;
    color: #6c757d;
    width: 16px;
}

[b-2g47v1uk1s] .tooltip-wrapper:hover .tooltip-content {
    min-width: fit-content !important;
    white-space: nowrap !important;
}

[b-2g47v1uk1s] .tooltip-wrapper {
    margin-left: 0 !important;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
/* _content/Deft/Components/TermsAndConditionsComponent.razor.rz.scp.css */
[b-2eum044g8o].terms-and-condition {
    background: #fff;
    top: 20px;
    border-radius: 20px;
    padding: 20px 30px;
    max-height: calc(100% - 40px);
    height: 100%;
    position: relative;
}

    [b-2eum044g8o].terms-and-condition .text-content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow-y: scroll;
        width: 100%;
        padding: 0 40px;
        margin-top: 120px;
        margin-bottom: 70px;
        font-size: 16px;
    }

    [b-2eum044g8o].terms-and-condition .bottom-section {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
    }

        [b-2eum044g8o].terms-and-condition .bottom-section .small {
            margin: 5px 0;
        }
/* _content/Deft/Components/TimelineGuide/TimelineGuide.razor.rz.scp.css */
.timeline-guide[b-fay5aygast] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .timeline-guide .step:first-child[b-fay5aygast] {
        text-align: left;
    }

    .timeline-guide .step:last-child[b-fay5aygast] {
        text-align: right;
    }
/* _content/Deft/Components/TimelineGuide/TimelineGuideStep.razor.rz.scp.css */
.step[b-nhj9igjvyk] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .step .index[b-nhj9igjvyk] {
        font-size: 12px;
        border-radius: 12px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(229, 231, 235);
        font-weight: 300;
    }

    .step .title[b-nhj9igjvyk] {
        color: rgb(75, 85, 99);
        font-size: 14px;
        margin-left: 10px;
        font-weight: 300;
    }

    .step.active .index[b-nhj9igjvyk] {
        color: #fff;
        background: rgb(34, 197, 94);
    }

    .step.active .title[b-nhj9igjvyk] {
        font-weight: 500;
        color: rgb(21, 128, 61);
    }

.line[b-nhj9igjvyk] {
    height: 1px;
    background: rgb(209, 213, 219);
    width: 100%;
    margin-left: 32px;
    margin-right: 32px;
}

    .line:has(+ .step.active)[b-nhj9igjvyk] {
        background: rgb(34, 197, 94);
    }
/* _content/Deft/Components/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-7a23070ou0] {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

    .tooltip-wrapper .tooltip-content[b-7a23070ou0] {
        visibility: hidden;
        width: 0;
        height: 0;
    }

    .tooltip-wrapper:hover .tooltip-content[b-7a23070ou0] {
        visibility: visible;
        position: absolute;
        min-width: 200px;
        height: auto;
        text-wrap: auto;
        z-index: 9999;
        background: rgba(0,0,0,0.7);
        text-align: center;
        color: #fff;
        font-size: 12px;
        border-radius: 5px;
        pointer-events: none;
        padding: 2px 4px;
    }

        .tooltip-wrapper:hover .tooltip-content[b-7a23070ou0]::before {
            content: "";
            position: absolute;
            top: -6px;
            left: 50%;
            border-width: 4px 6px 0 6px;
            border-style: solid;
            border-color: rgba(0,0,0,0.7) transparent transparent transparent;
            z-index: 9999;
            margin-left: 5px;
        }

[tooltip-position='bottom'].tooltip-wrapper:hover .tooltip-content[b-7a23070ou0] {
    margin-top: 20px;
    transform: translateX(-50%) translateY(0%);
}

    [tooltip-position='bottom'].tooltip-wrapper:hover .tooltip-content[b-7a23070ou0]::before {
        top: 0;
        transform: translateX(-50%) translateY(-100%) rotate(-180deg);
        left: calc(50% + 2px);
    }

[tooltip-position='top'].tooltip-wrapper:hover .tooltip-content[b-7a23070ou0] {
    margin-top: 20px;
    transform: translateX(-50%) translateY(0%);
}

    [tooltip-position='top'].tooltip-wrapper:hover .tooltip-content[b-7a23070ou0]::before {
        top: -8px;
        transform: translateX(-50%) translateY(100%) rotate(180deg);
    }

[tooltip-position='left'].tooltip-wrapper:hover .tooltip-content[b-7a23070ou0] {
    right: 55px;
    top: 12px;
}

    [tooltip-position='left'].tooltip-wrapper:hover .tooltip-content[b-7a23070ou0]::before {
        top: 8px;
        right: -8px;
        left: auto;
        transform: rotate(270deg);
    }
/* _content/Deft/Components/UserInformationForm.razor.rz.scp.css */
[b-rt4nmzdqfs] .custom-tags a {
    margin-right: 4px;
}
/* _content/Deft/Components/VerifiedEmailsPanel.razor.rz.scp.css */
td.text-info[b-96uikmmuav] {
    color: var(--sa-branding-primary-green) !important;
}
td.text-warning[b-96uikmmuav] {
    color: var(--sa-accent-orange-3) !important;
}
/* _content/Deft/Components/VerifiedEmailsPanelAdmin.razor.rz.scp.css */
td.text-info[b-seccqi8nxs] {
    color: var(--sa-branding-primary-green) !important;
}

td.text-warning[b-seccqi8nxs] {
    color: var(--sa-accent-orange-3) !important;
}
/* _content/Deft/Components/VoiceCallLogs.razor.rz.scp.css */
[b-diuv12r3fd] .logs ul {
    list-style: none;
    background: #fbfbfb;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px 16px;
    margin-top: 12px;
}

    [b-diuv12r3fd] .logs ul li.success {
        color: #08ae00;
    }

    [b-diuv12r3fd] .logs ul li.error {
        color: #c10000;
    }
/* _content/Deft/Components/VolumeLevelIndicator.razor.rz.scp.css */
[b-8u3fhq3n46].volume {
    width: 100%;
    height: 3px;
    background-color: #808080;
    border-radius: 2px;
}

[b-8u3fhq3n46] .level {
    height: 3px;
}

    [b-8u3fhq3n46] .level.good-level {
        background-color: #07da00;
    }

    [b-8u3fhq3n46] .level.bad-level {
        background-color: #f30000;
    }

    [b-8u3fhq3n46] .level.upper-good-level {
        background-color: #d77700;
    }
/* _content/Deft/Components/WealthboxConfigurationComponent.razor.rz.scp.css */
[b-5ou2qv402o] .table-scrollable {
    max-height: 300px;
    overflow-y: scroll;
}
/* _content/Deft/Components/WizardComponent/Wizard.razor.rz.scp.css */
[b-2fzufgqlm2] > .nav li a.nav-link {
  background: var(--button-primary-blue);
  color: #fff;
  cursor: default;
  text-align: left;
  border: none;
  margin: 0 0.5em 0.5em;
  padding: 8px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

  [b-2fzufgqlm2] > .nav li a.nav-link:not(.active) {
    background: #eee;
    color: #aaa;
  }

[b-2fzufgqlm2] > .nav li:first-child a.nav-link {
  margin-left: 0;
}

[b-2fzufgqlm2] > .nav li:last-child a.nav-link {
  margin-right: 0;
}

[b-2fzufgqlm2] .step-container {
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 35px;
}

[b-2fzufgqlm2] > .nav {
  margin-bottom: 5px;
}

[b-2fzufgqlm2] .buttons-wrapper {
  margin-top: 10px;
}
/* _content/Deft/DomainModules/CiMO/UI/Components/DashboardItem.razor.rz.scp.css */
.email[b-569fguotpl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    cursor: pointer;
}

    .email:hover[b-569fguotpl] {
        box-shadow: 2px 2px 5px 0px #e7e7e7;
    }

.emails .email:not(:last-child)[b-569fguotpl] {
    margin-bottom: 10px;
}

.details[b-569fguotpl] {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

    .details svg[b-569fguotpl] {
        margin-right: 12px;
    }

    .details div[b-569fguotpl] {
        flex: 1;
        min-width: 0;
    }

    .details .subject[b-569fguotpl] {
        font-weight: 500;
        color: #111827;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .details .scheduled[b-569fguotpl] {
        font-weight: 400;
        color: #6B7280;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.metrics-status-container[b-569fguotpl] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.status[b-569fguotpl] {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    min-width: 200px;
}

    .status svg[b-569fguotpl] {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }

    .status > span[b-569fguotpl] {
        padding: 2px 10px;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .status .sent[b-569fguotpl] {
        color: rgb(30, 64, 175);
        background-color: rgb(219, 234, 254);
    }

    .status .approved[b-569fguotpl] {
        color: rgb(22, 101, 52);
        background-color: rgb(220, 252, 231);
    }

    .status .pending[b-569fguotpl] {
        color: rgb(133, 77, 14);
        background-color: rgb(254, 249, 195);
    }

    .status .late[b-569fguotpl] {
        color: rgb(133, 77, 14);
        background-color: rgb(254 225 195);
    }

    .status .missed[b-569fguotpl] {
        color: rgb(87 87 87);
        background-color: rgb(233 233 233);
    }

    .status .failed[b-569fguotpl] {
        color: rgb(169 0 0);
        background-color: rgb(255 212 212);
    }

.stats[b-569fguotpl] {
    text-align: center;
    margin-right: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

    .stats .value[b-569fguotpl] {
        font-weight: 700;
        font-size: 22px;
    }

    .stats .name[b-569fguotpl] {
        color: #808080;
        font-size: 12px;
        font-weight: 500;
    }

.approval-status[b-569fguotpl] {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    min-width: 150px;
}
/* _content/Deft/DomainModules/CiMO/UI/Components/Modals/ScheduleNewsletterModal.razor.rz.scp.css */
[b-3hnos2q0x3] .modal-content {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

[b-3hnos2q0x3] .modal-header {
    padding: 10px 20px;
    text-align: left;
    color: rgb(107, 114, 128);
    font-size: 14px;
    border: none;
}

[b-3hnos2q0x3] .modal-title {
    font-size: 18px;
    color: rgb(15, 20, 25);
}

[b-3hnos2q0x3] .modal-body {
    padding: 10px 20px 20px 20px;
    background: #fff;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.option[b-3hnos2q0x3] {
    display: flex;
    width: 100%;
    align-items: center;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 6px;
    padding: 12px 0;
    cursor: pointer;
}

    .option:hover[b-3hnos2q0x3] {
        background: rgb(243, 244, 246);
    }

    .option .icon[b-3hnos2q0x3] {
        width: 50px;
        font-size: 16px;
        text-align: center;
        display: block;
        padding: 10px 0px;
    }

.options .option:not(:last-child)[b-3hnos2q0x3] {
    margin-bottom: 13px;
}

.option .name[b-3hnos2q0x3] {
    color: rgb(15, 20, 25);
    font-size: 14px;
    font-weight: 500;
}

.option:hover .name[b-3hnos2q0x3] {
    color: rgb(107, 114, 128);
}

.option .description[b-3hnos2q0x3] {
    color: rgb(107, 114, 128);
    font-size: 12px;
    font-weight: 500;
}

.send-to-compliance .icon[b-3hnos2q0x3] {
    color: rgb(234, 88, 12);
}

.approve .icon[b-3hnos2q0x3] {
    color: rgb(22, 163, 74);
}

.skip-for-now .icon[b-3hnos2q0x3] {
    color: rgb(75, 85, 99);
}

.option[b-3hnos2q0x3], .option .name[b-3hnos2q0x3] {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
/* _content/Deft/DomainModules/CiMO/UI/Components/NewsletterPreferences/NewsletterPreferencesModal.razor.rz.scp.css */
[b-7k1nyzhtat] .inner-content {
    max-width: none !important;
}
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferenceControls/CallToActionControl.razor.rz.scp.css */
.inner-content[b-5y7p9zi33v] {
    max-width: 650px;
    margin: 0 auto;
}

[b-5y7p9zi33v] .option:not(:first-child) {
    margin-top: 16px;
}
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferenceControls/ClientDescriptionControl.razor.rz.scp.css */
.inner-content[b-hp1731boyi] {
    max-width: 650px;
    margin: 0 auto;
}

.client-type-options[b-hp1731boyi],
.ideal-client-age-range-options[b-hp1731boyi] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

button[b-hp1731boyi] {
    padding: 16px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 2px solid #dde0e4;
    text-align: center;
    transition: all .2s ease;
}

    button:hover[b-hp1731boyi] {
        transform: translateY(-1px);
        box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    }

    button.selected[b-hp1731boyi] {
        background-color: #3c83f6;
        border-color: #3c83f6;
        color: #ffffff;
    }

.name[b-hp1731boyi] {
    font-size: 14px;
    font-weight: 500;
}

svg[b-hp1731boyi] {
    color: #3c83f6;
}

.selected svg[b-hp1731boyi] {
    color: #ffffff;
}
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferenceControls/CompletionSummary.razor.rz.scp.css */
.setting-row[b-5rfv8vcvqv] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

    .setting-row:last-child[b-5rfv8vcvqv] {
        border-bottom: none;
        padding-bottom: 0;
    }

    .setting-row strong[b-5rfv8vcvqv] {
        font-weight: 600;
        color: #374151;
    }

    [b-5rfv8vcvqv] .setting-row > *:last-child {
        color: #6b7280;
        text-align: right;
        max-width: 60%;
    }
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferenceControls/ComplianceReviewControl.razor.rz.scp.css */
.inner-content[b-jxim1g4r72] {
    max-width: 650px;
    margin: 0 auto;
}

    [b-jxim1g4r72] .option:not(:first-child) {
        margin-top: 16px;
    }
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferenceControls/ExpandableTextRenderer.razor.rz.scp.css */
.expandable-text[b-46q5b0egq5] {
    overflow: hidden;
}

[b-46q5b0egq5]:not(.has-toggle) {
    max-height: none !important;
}

a[b-46q5b0egq5] {
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

    a:hover[b-46q5b0egq5] {
        text-decoration: underline;
    }
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferenceControls/LogoUploadControl.razor.rz.scp.css */
.inner-content[b-q9apuway3s] {
    max-width: 500px;
    margin: 0 auto;
}

.logo-preview[b-q9apuway3s] {
    display: flex;
    padding: 16px;
    position: relative;
}

    .logo-preview img[b-q9apuway3s] {
        max-width: 100px;
        margin-right: 16px;
    }

    .logo-preview button[b-q9apuway3s] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
        padding: 0;
        background: transparent;
        border: none;
        color: #647812;
    }

        .logo-preview button:hover[b-q9apuway3s] {
            color: #f3202e;
        }
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferenceControls/NewsletterFrequencyControl.razor.rz.scp.css */
.frequency-options[b-ldsb1w1u5a] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

button[b-ldsb1w1u5a] {
    padding: 24px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 2px solid #dde0e4;
    text-align: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .2s;
    animation-duration: .2s;
}

    button.selected[b-ldsb1w1u5a],
    button:hover[b-ldsb1w1u5a] {
        border-color: #3c83f6;
    }

.name[b-ldsb1w1u5a] {
    font-size: 18px;
    font-weight: 500;
}

.description[b-ldsb1w1u5a] {
    font-size: 14px;
}

i[b-ldsb1w1u5a] {
    color: #3c83f6;
    font-size: 20px;
    margin-bottom: 12px;
}
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferenceControls/NewsletterTopic.razor.rz.scp.css */
.item[b-bwfusk7h3x] {
    padding: 24px;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(229, 231, 235);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

    .item:hover[b-bwfusk7h3x], .item.selected[b-bwfusk7h3x] {
        border-color: rgb(147, 197, 253);
        background: rgb(239, 246, 255);
    }

.title[b-bwfusk7h3x] {
    margin: 0;
    color: rgb(17, 24, 39);
}

.category[b-bwfusk7h3x] {
    margin: 4px 0 0 0;
    color: rgb(107, 114, 128);
    font-size: 14px;
    font-weight: 600;
}
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferenceControls/PreferenceOption.razor.rz.scp.css */
.option[b-rm28ohyzpt] {
    padding: 19px;
    border-radius: 8px;
    border: 2px solid #dde0e4;
    transition: all .2s ease;
    display: flex;
    align-items: start;
    gap: 14px;
    cursor: pointer;
}

    .option.selected[b-rm28ohyzpt] {
        border-color: #3c83f6;
    }

    .option .info[b-rm28ohyzpt] {
        flex: 1;
    }

.indicator[b-rm28ohyzpt] {
    border: 2px solid #3c83f6;
    border-radius: 8px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected .indicator .active[b-rm28ohyzpt] {
    width: 7px;
    height: 7px;
    background: #3c83f6;
    border-radius: 4px;
}

.name[b-rm28ohyzpt] {
    color: var(--sa-text-black);
    font-weight: 500;
    font-size: 18px;
    line-height: 13px;
}

.description[b-rm28ohyzpt] {
    margin-top: 8px;
    font-size: 14px;
}
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferenceControls/SignatureConfigurationControl.razor.rz.scp.css */
[b-j3t1atb3q3] .ibox-title {
    padding-right: 10px;
}

    [b-j3t1atb3q3] .ibox-title h5 {
        width: 100%;
    }
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferenceControls/TopicsSelectionControl.razor.rz.scp.css */
.topic-options[b-zkqqgghqno] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

button[b-zkqqgghqno] {
    padding: 16px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 2px solid #dde0e4;
    text-align: center;
    transition: all .2s ease;
}

    button:hover[b-zkqqgghqno] {
        transform: translateY(-1px);
        box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    }

    button.selected[b-zkqqgghqno] {
        background-color: #3c83f6;
        border-color: #3c83f6;
        color: #ffffff;
    }

.name[b-zkqqgghqno] {
    font-size: 14px;
    font-weight: 500;
}

i[b-zkqqgghqno] {
    font-size: 18px;
    margin-bottom: 8px;
    color: #3c83f6;
}

.selected i[b-zkqqgghqno] {
    color: #ffffff;
}
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferenceControls/WebsiteUrlControl.razor.rz.scp.css */
.inner-content[b-sgtpg5q6bt] {
    max-width: 500px;
    margin: 0 auto;
}
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferenceControls/WritingToneControl.razor.rz.scp.css */
.inner-content[b-foboda1sj9] {
    max-width: 650px;
    margin: 0 auto;
}

[b-foboda1sj9] .option:not(:first-child) {
    margin-top: 16px;
}

textarea[b-foboda1sj9] {
    margin-top: 8px;
}
/* _content/Deft/DomainModules/CiMO/UI/Components/PreferencesWizard/PreferencesWizard.razor.rz.scp.css */
.settings-wizard[b-rnl4li46ub] {
    display: flex;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.nav-side[b-rnl4li46ub] {
    width: 230px;
    padding: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nav-step[b-rnl4li46ub] {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: var(--sa-button-primary-blue);
}

    .nav-step:hover[b-rnl4li46ub] {
        background: var(--dark-blue-color);
        transform: translateX(4px);
    }

    .nav-step.active[b-rnl4li46ub] {
        background: var(--dark-blue-color);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .nav-step.error[b-rnl4li46ub] {
        background: #c0392b;
    }

.step-title[b-rnl4li46ub] {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
}

.nav-step.active .step-title[b-rnl4li46ub] {
    font-weight: 600;
}

.step-side[b-rnl4li46ub] {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.step-header[b-rnl4li46ub] {
    margin-bottom: 32px;
}

.step-title-main[b-rnl4li46ub] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.step-description[b-rnl4li46ub] {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.step-content[b-rnl4li46ub] {
    margin-bottom: 32px;
}
/* _content/Deft/DomainModules/CiMO/UI/Components/Survey/Survey.razor.rz.scp.css */
.survey[b-8w73dhfhen] {
    max-width: 900px;
    margin: 30px auto 0px auto;
}

.steps[b-8w73dhfhen] {
    font-size: 14px;
}

.step-title[b-8w73dhfhen] {
    font-weight: 500;
    font-size: 18px;
}

.progress[b-8w73dhfhen] {
    height: 8px;
}

.progress-bar[b-8w73dhfhen] {
    background-color: hsl(217, 91%, 60%);
    border-radius: 0.25rem;
}

.content[b-8w73dhfhen] {
    padding: 32px;
}

.question h3[b-8w73dhfhen] {
    font-size: 20px;
}

.question p[b-8w73dhfhen] {
    font-size: 18px;
}

.navigation[b-8w73dhfhen] {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #dde0e4;
}

    .navigation > button:first-child i[b-8w73dhfhen] {
        padding-right: 15px;
    }

    .navigation > button:last-child i[b-8w73dhfhen] {
        padding-left: 15px;
    }
/* _content/Deft/DomainModules/CiMO/UI/Pages/ComplianceReviewNewsletter.razor.rz.scp.css */
[b-venoxg51yv].wrapper {
    min-height: 100vh;
}

[b-venoxg51yv] h4.modal-title {
    color: inherit;
}

[b-venoxg51yv] .status .badge {
    text-transform: uppercase;
}

.header[b-venoxg51yv] {
    font-size: 14px;
    padding: 20px 0;
    gap: 10px;
}

    .header .title[b-venoxg51yv],
    .newsletter .title[b-venoxg51yv] {
        gap: 20px;
    }

.logo[b-venoxg51yv] {
    max-width: 40px;
}

.subject > h3[b-venoxg51yv] {
    font-size: 24px;
}

.main[b-venoxg51yv] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 150px);
}

.main-wrapper[b-venoxg51yv] {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    gap: 1rem;
}

.newsletter[b-venoxg51yv] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

    .newsletter > .bg-light[b-venoxg51yv] {
        flex: 0 0 auto;
        position: sticky;
        top: 0;
        z-index: 2;
    }

.content[b-venoxg51yv] {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
}

.newsletter .content[b-venoxg51yv] {
    flex: 1 1 0;
    min-height: 350px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.newsletter .content-inner[b-venoxg51yv] {
    flex: 1 1 0;
    overflow-y: auto;
}

.details[b-venoxg51yv] {
    flex: 0 0 auto;
    align-self: flex-start;
    width: 350px;
}

.bg-blue[b-venoxg51yv] {
    background-color: #125E8A;
}

.deadline[b-venoxg51yv] {
    background: #F0F8FF;
    border-left: 4px solid #125E8A;
    border-radius: 4px;
}

    .deadline h5[b-venoxg51yv] {
        font-size: 24px;
    }

.actions button.btn.btn-primary.approve-btn[b-venoxg51yv] {
    background: var(--sa-button-primary-green);
    border-color: var(--sa-button-primary-green);
}

    .actions button.btn.btn-primary.approve-btn:active[b-venoxg51yv],
    .actions button.btn.btn-primary.approve-btn:hover[b-venoxg51yv] {
        background: var(--sa-button-hover-green);
    }

.actions button.btn.btn-primary.approve-btn[b-venoxg51yv],
.actions button.btn.btn-outline-danger.reject-btn[b-venoxg51yv] {
    font-size: 14px !important;
    padding: 8px 16px;
}

@media (max-width: 768px) {
    .main-wrapper[b-venoxg51yv] {
        flex-direction: column;
    }

    .newsletter[b-venoxg51yv],
    .details[b-venoxg51yv] {
        width: 100%;
        max-height: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .container[b-venoxg51yv] {
        max-width: none;
    }

    .main-wrapper[b-venoxg51yv] {
        flex-direction: row;
        gap: 0.75rem;
    }

    .newsletter[b-venoxg51yv] {
        flex: 2 1 0;
    }

    .details[b-venoxg51yv] {
        flex: 1 1 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .details[b-venoxg51yv] {
        width: 300px;
    }
}
/* _content/Deft/DomainModules/CiMO/UI/Pages/Dashboard.razor.rz.scp.css */
[b-06h932wq0c].header-actions {
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
}

.card .card-body h3[b-06h932wq0c] {
    font-weight: 700;
    font-size: 30px;
    color: var(--sa-button-primary-blue);
}

.card .card-body h4[b-06h932wq0c] {
    font-size: 16px;
    color: var(--sa-button-primary-blue);
}

.card .card-body h5[b-06h932wq0c] {
    font-size: 16px;
    font-weight: 400;
}
/* _content/Deft/DomainModules/CiMO/UI/Pages/ViewEditNewsletterQueue.razor.rz.scp.css */
[b-hfze3se3jg] input[type="date"] {
    border: none;
    margin-left: 2px;
    cursor: pointer;
}

.actions > .action-item:not(:last-child)[b-hfze3se3jg] {
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

.actions > .action-item:not(:first-child)[b-hfze3se3jg] {
    padding-left: 20px;
}

.version-history[b-hfze3se3jg] {
    font-size: 17px;
    cursor: pointer;
}

.main-container[b-hfze3se3jg] {
    background-color: rgb(255 255 255);
    border: 1px solid rgb(229 231 235);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.head-section[b-hfze3se3jg] {
    border-bottom: 1px solid rgb(229, 231, 235);
}

.content-preview[b-hfze3se3jg] {
    min-height: 270px;
}

[b-hfze3se3jg] .ql-toolbar.ql-snow {
    border-color: rgb(229 231 235);
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 18px;
    padding-right: 18px;
}

[b-hfze3se3jg] .ql-container.ql-snow {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-left: none;
    border-right: none;
    min-height: 270px;
}

[b-hfze3se3jg] .ql-editor {
    padding: 24px;
    min-height: inherit;
}

[b-hfze3se3jg] .input-subject {
    border: none;
    border-bottom: 2px solid rgb(209, 213, 219);
    padding-left: 0;
    padding-bottom: 4px;
    font-size: 30px;
    font-weight: 700;
    height: 36px;
    color: rgb(17, 24, 39);
}

    [b-hfze3se3jg] .input-subject:focus {
        border-color: rgb(75, 85, 99);
        color: rgb(17, 24, 39);
    }

.back-to-newsletter-btn[b-hfze3se3jg] {
    position: relative;
    padding: 8px 17px;
    border: none;
    background: transparent;
    color: rgb(75, 85, 99);
    font-size: 14px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    border-radius: 6px;
}

    .back-to-newsletter-btn:hover[b-hfze3se3jg] {
        background: #ebebeb;
        color: rgb(17, 24, 39);
    }

    .back-to-newsletter-btn[b-hfze3se3jg]:after {
        position: absolute;
        content: '';
        width: 0px;
        height: 100%;
        border-right: 1px solid rgb(205 205 205);
        right: -20px;
        top: 0;
    }

.newsletter-topics[b-hfze3se3jg] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

[b-hfze3se3jg] .snippets-btn {
    right: 10px;
    bottom: 10px;
}

[b-hfze3se3jg] .has-tags .tag {
    color: var(--tag-color);
}
/* _content/Deft/Pages/Admin/Admin.razor.rz.scp.css */
/*::deep #tab-user-dashboard .table-wrapper table {
    table-layout: fixed;
}
*/

.admin-user-table[b-gba5p241xd] {
    overflow: auto;
}

.admin-user-table thead th[b-gba5p241xd] {
    position: sticky;
    top: 0;
}

.admin-user-table th:first-child[b-gba5p241xd], td:first-child[b-gba5p241xd] {
    white-space: nowrap;
    position: sticky;
    left: 0px;
    background: white;
    z-index: 100;
}

[b-gba5p241xd] #tab-user-dashboard .table-wrapper .table-hover tbody tr:hover {
    background-color: transparent;
}
/* _content/Deft/Pages/Admin/CreateEditAllowedUser.razor.rz.scp.css */
[b-03g2zgvec5] .template-tags-editor-wrapper {
    position: absolute;
    right: 12px;
    top: 8px;
}

[b-03g2zgvec5] .ql-editor {
    min-height: 200px;
}
/* _content/Deft/Pages/Admin/IncompletePhoneNumbers.razor.rz.scp.css */
[b-kjtmmolaf2] .business-profile-column {
    background-color: #c3c3c3;
}
/* _content/Deft/Pages/Admin/Newsletter/NewsletterEmailTemplates.razor.rz.scp.css */
[b-93nv0g5bdx] .collapsible:not(.expanded) .ibox-title {
    border-bottom: 1px solid #e7eaec;
}
/* _content/Deft/Pages/Admin/Newsletter/NewslettersPage.razor.rz.scp.css */
[b-ej5gm2wq3o] .add-newsletter-stream-ibox .ibox-title h5 {
    width: 100%;
}

[b-ej5gm2wq3o] .add-newsletter-stream-ibox .ibox-title {
    padding-right: 15px;
}

.available-states .state[b-ej5gm2wq3o] {
    background: rgb(230 230 230);
    border-radius: 50px;
    padding: 2px 10px;
    margin-right: 2px;
    cursor: default;
}

.available-states .expand[b-ej5gm2wq3o] {
    cursor: pointer;
}

    .available-states .expand:hover[b-ej5gm2wq3o] {
        background: rgb(208 208 208);
    }
/* _content/Deft/Pages/Admin/Newsletter/StreamDetailsPage.razor.rz.scp.css */
[b-6i4r9nr4yz] .newsletter-stream-details-ibox .ibox-title h5 {
    width: 100%;
}

[b-6i4r9nr4yz] .newsletter-stream-details-ibox .ibox-title {
    padding-right: 15px;
}
/* _content/Deft/Pages/Admin/TwilioA2PSubmissionsPage.razor.rz.scp.css */
[b-84sgc4u8v7] .filters ul {
    list-style: none;
    padding: 0;
}

    [b-84sgc4u8v7] .filters ul li {
        display: inline-block;
        margin-right: 8px;
    }
/* _content/Deft/Pages/Admin/Users/UserDetail.razor.rz.scp.css */
body[b-mxumnxde9p] {
}


#select-campaign[b-mxumnxde9p]{
    min-width:150px;
    max-width:250px;
}
/* _content/Deft/Pages/AnalyticsPage.razor.rz.scp.css */
[b-hrsnkhmj0n] .analytics-status-badge {
    color: #fff;
    border-radius: 8px;
    padding: 0px 5px;
    font-size: 12px;
}

[b-hrsnkhmj0n] .activities-table .name {
    font-weight: 700;
}

[b-hrsnkhmj0n] .activities-table .action {
    color: #4688D3;
}

    [b-hrsnkhmj0n] .activities-table .action a {
        color: #007bff;
        font-weight: 700;
    }

[b-hrsnkhmj0n] .activities-table .time {
    color: #BBBBBB;
    text-decoration: underline;
    text-decoration-style: dashed;
    cursor: pointer;
    display: inline-block;
}

[b-hrsnkhmj0n] table tr th {
    font-size: 14px;
    font-weight: 600;
    color: rgb(103, 106, 108);
}


.clickable[b-hrsnkhmj0n] {
    cursor: pointer;
}

[b-hrsnkhmj0n] table tr.active {
    background-color: rgb(208 208 208 / 65%);
}

[b-hrsnkhmj0n] table td.step {
    font-weight: 600;
    color: var(--sa-branding-secondary-blue);
    font-size: 16px;
}

    [b-hrsnkhmj0n] table td.step .fa {
        margin-right: 6px;
    }

[b-hrsnkhmj0n] .filters-wrapper .status-box {
    margin-top: 23px;
}

.edit-campaigns[b-hrsnkhmj0n] {
    float: right;
    position: absolute;
    right: 20px;
    top: calc(50% + 10px);
}

.edit-campaigns a[b-hrsnkhmj0n] {
    color: #808080;
}

[b-hrsnkhmj0n] .icon-col {
    margin: auto;
    text-align: left
}

[b-hrsnkhmj0n] .green-text {
    color: #18a689;
    font-weight: 900;
}

[b-hrsnkhmj0n] span.help-text {
    display: block;
    color: #777;
    font-weight: 400;
    font-size: 14px;
}

[b-hrsnkhmj0n] table.sequence-table th {
    cursor: pointer;
}
/* _content/Deft/Pages/CampaignPage.razor.rz.scp.css */
[b-mga4ug3w8o] .signature-preview {
    padding-top: 8px;
    border: 1px solid #808080;
}

[b-mga4ug3w8o] .template-tags-editor-wrapper {
    position: absolute;
    right: 20px;
    top: 8px;
}

[b-mga4ug3w8o].page-heading .deft-checkbox-container {
    display: inline-block;
}

.approve-info[b-mga4ug3w8o] {
    font-size: 15px;
    vertical-align: middle;
}

[b-mga4ug3w8o] .has-landing-page .editor-wrapper > .ql-toolbar {
    padding-right: 190px;
}
/* _content/Deft/Pages/CampaignsPage.razor.rz.scp.css */
[b-eyah386rh4] td.unapproved-campaign {
    color: var(--unapproved-campaign-color)
}

a.btn.btn-primary.btn-orange[b-eyah386rh4] {
    color: var(--sa-button-primary-orange) !important;
    background-color: transparent !important;
    border: transparent !important;
}

a.btn.btn-primary.btn-green[b-eyah386rh4] {
    color: var(--sa-button-primary-green) !important;
    background-color: transparent !important;
    border: transparent !important;
}

button.btn.btn-secondary.btn-gray[b-eyah386rh4] {
    color: var(--text-light-gray) !important;
    background-color: transparent !important;
    border: transparent !important;
}

button.btn.btn-primary.btn-red[b-eyah386rh4] {
    color: var(--sa-button-error-red) !important;
    background-color: transparent !important;
    border: transparent !important;
}

button.btn.btn-primary.btn-blue[b-eyah386rh4] {
    color: var(--sa-button-primary-blue) !important;
    background-color: transparent !important;
    border: transparent !important;
}

.btn.btn-info[b-eyah386rh4] {
    background-color: var(--sa-button-primary-blue) !important;
}

.label.label-info[b-eyah386rh4] {
    background-color: var(--sa-button-primary-blue) !important;
}
/* _content/Deft/Pages/DashboardAsAServicePage.razor.rz.scp.css */
#page-wrapper .content button.float[b-seb3r36y39] {
    position:absolute;
    right:10px;
}
#page-wrapper .content iframe[b-seb3r36y39] {
    height: calc(100% - 30px);
    width: 100%;
    border:0px;
}
/* _content/Deft/Pages/DashboardPage.razor.rz.scp.css */
[b-2po08a2lau] .icon-col {
    margin: auto;
    text-align: left
}

[b-2po08a2lau] .chart-wrapper {
    border: 1px solid #e5e6e7;
    margin-top: 12px;
}

[b-2po08a2lau] .lead-responses-row .widget {
    cursor: pointer;
}

[b-2po08a2lau] .widget {
    background-color: var(--sa-accent-blue-3) !important;
    color: #333;
    border: 1px solid #cccccc;
}

[b-2po08a2lau] .chart-wrapper .c3-tooltip-container {
    top: auto !important;
    bottom: 0 !important;
}
/* _content/Deft/Pages/FilteredLeadListsPage.razor.rz.scp.css */
[b-bwt5yu2knr] .fa-star,
[b-bwt5yu2knr] .fa-star-o {
    font-size: 22px;
}

.default-list-row[b-bwt5yu2knr] {
    background-color: #F8F9FA;
}

.list-name i[b-bwt5yu2knr] {
    color: #6C757D;
    margin-right: 8px;
    cursor: help;
    position: relative;
    display: inline-block;
}

[b-bwt5yu2knr] .tooltip-wrapper:hover .tooltip-content {
    min-width: fit-content;
}

.dropdown-item.disabled[b-bwt5yu2knr] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* _content/Deft/Pages/InboxPage.razor.rz.scp.css */
[b-rlr5oxmgfk] .mail-box .sk-spinner {
    display: none;
}

[b-rlr5oxmgfk] .mail-box.sk-loading .sk-spinner {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}

[b-rlr5oxmgfk] .mail-box.sk-loading {
    position: relative;
}

    [b-rlr5oxmgfk] .mail-box.sk-loading:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

[b-rlr5oxmgfk] .lead-name {
    cursor: pointer;
}

[b-rlr5oxmgfk] ul.action-list li {
    display: inline-block;
    font-size: 18px;
    margin-right: 14px;
}

    [b-rlr5oxmgfk] ul.action-list li a i {
        margin-right: 4px;
    }

[b-rlr5oxmgfk] table.table-mail thead td {
    font-size: 16px;
    font-weight: 600;
    color: #6E6E6E;
}

[b-rlr5oxmgfk] table.table-mail tr td:first-child {
    padding-left: 20px;
}

[b-rlr5oxmgfk] .text-purple {
    color: #5C4499;
}

[b-rlr5oxmgfk] .mail-ontact .action {
    display: block;
}

[b-rlr5oxmgfk] .unread .mail-ontact .action {
    font-weight: normal;
}

[b-rlr5oxmgfk] .email-color {
    color: var(--orange-3-color);
}

[b-rlr5oxmgfk] .text-color {
    color: var(--branding-primary-green);
}

[b-rlr5oxmgfk] .call-color {
    color: var(--dark-blue-color);
}

[b-rlr5oxmgfk] .meeting-color {
    color: var(--branding-primary-orange);
}

[b-rlr5oxmgfk] .landing-page-activity-color, [b-rlr5oxmgfk] .video-click-color {
    color: var(--sa-accent-blue-5);
}

[b-rlr5oxmgfk] .table-hover tbody tr.unread:hover td {
    background-color: transparent;
}

[b-rlr5oxmgfk] .table-hover tbody tr.unread:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

[b-rlr5oxmgfk] .open-email-link {
    display: block;
    color: #007bff;
}

[b-rlr5oxmgfk] .pagination > li > button,
[b-rlr5oxmgfk] .pagination > li > span {
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

[b-rlr5oxmgfk] .pagination > li:not(.active) > button:not([disabled]),
[b-rlr5oxmgfk] .pagination > li > span {
    background-color: #FFFFFF;
}

[b-rlr5oxmgfk] .pagination .active button {
    background-color: var(--line-gray-2);
    color: #333;
}

.filters[b-rlr5oxmgfk] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
/* _content/Deft/Pages/LeadImportPage.razor.rz.scp.css */
[b-5d02lnsrwr] select.assigned-campaign option:not(.unapproved-campaign) {
    font-style: normal;
    color: #495057;
}

[b-5d02lnsrwr] select.assigned-campaign.unapproved-campaign {
    color: var(--unapproved-campaign-color);
}

[b-5d02lnsrwr] select.assigned-campaign option.unapproved-campaign {
    color: var(--unapproved-campaign-color);
}

[b-5d02lnsrwr] select.assigned-campaign.no-campaign-option {
    color: #ff0000;
}

[b-5d02lnsrwr] select.assigned-campaign option.no-campaign-option {
    color: #ff0000;
}
/* _content/Deft/Pages/LeadPage.razor.rz.scp.css */
.contact-info button.btn.btn-primary[b-mdfv3lfwwa] {
    border-radius: 4px;
    font-size: 14px !important;
    padding: 5px 13px;
    background: var(--sa-button-primary-green);
    border-color: var(--sa-button-primary-green);
}

    .contact-info button.btn.btn-primary:active[b-mdfv3lfwwa],
    .contact-info button.btn.btn-primary:hover[b-mdfv3lfwwa] {
        background: var(--sa-button-hover-green);
    }

.notice[b-mdfv3lfwwa] {
    font-size: x-large;
    color: var(--sa-button-error-red);
    text-align:center;
}

.contact-info > strong[b-mdfv3lfwwa] {
    font-size: 16px;
}
/* _content/Deft/Pages/LeadsPage.razor.rz.scp.css */
.active-lead[b-jtiavacw9w] {
    background-color: #1ab3944a !important;
}

.contact-info[b-jtiavacw9w] {
    white-space: nowrap;
}

[b-jtiavacw9w] .leads-search-input {
    display: inline-block;
    width: auto;
    min-width: 500px;
}

[b-jtiavacw9w] .actions-wrapper {
    display: flex;
    justify-content: space-between;
}

.add-tags-modal-body[b-jtiavacw9w] {
    min-height: 110px;
}

[b-jtiavacw9w] .actions-wrapper button[data-toggle="dropdown"] {
    border-radius: 0.25rem !important;
}

[b-jtiavacw9w] .dropdown-menu a.dropdown-item.disabled {
    background: #ddd;
}

[b-jtiavacw9w] .actions-section {
    font-size: 0;
}

    [b-jtiavacw9w] .actions-section > button, [b-jtiavacw9w] .actions-section > div {
        font-size: 13px;
        vertical-align: top;
    }

.contact-info button.btn.btn-primary[b-jtiavacw9w] {
    border-radius: 4px;
    font-size: 14px !important;
    padding: 5px 13px;
    background: var(--sa-button-primary-green);
    border-color: var(--sa-button-primary-green);
}

    .contact-info button.btn.btn-primary:active[b-jtiavacw9w],
    .contact-info button.btn.btn-primary:hover[b-jtiavacw9w] {
        background: var(--sa-button-hover-green);
    }

.project-completion.empty .progress[b-jtiavacw9w] {
    background-color: var(--line-gray-3);
}

.project-completion.active .progress-bar[b-jtiavacw9w] {
    background-color: var(--primary-blue-color);
}

.project-completion.full .progress-bar[b-jtiavacw9w] {
    background-color: var(--primary-green-color);
}

@media (max-width: 1550px) {
    [b-jtiavacw9w] .leads-search-input {
        min-width: 300px;
    }
}

@media (max-width: 1350px) {
    [b-jtiavacw9w] .actions-wrapper {
        display: block;
    }

    [b-jtiavacw9w] .leads-search-input {
        min-width: 100%;
    }

    .actions-section[b-jtiavacw9w] {
        order: -1;
        margin-top: 12px;
    }
}

@media (max-width: 768px) {
    .clients-list table tr td[b-jtiavacw9w] {
        padding: 4px;
    }
}
/* _content/Deft/Pages/Newsletter/NewslettersPage.razor.rz.scp.css */
[b-wl47f07e3i].configuration-btn {
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
}

.card .card-body h3[b-wl47f07e3i] {
    font-weight: 700;
    font-size: 30px;
    color: var(--sa-button-primary-blue)
}

.card .card-body h4[b-wl47f07e3i] {
    font-size: 16px;
    color: var(--sa-button-primary-blue)
}

.card .card-body h5[b-wl47f07e3i] {
    font-size: 16px;
    font-weight: 400;
}
/* _content/Deft/Pages/NextCallPage.razor.rz.scp.css */
.toggle-button[b-azy6f6xkmi] {
    width: 25px;
}

.details-table th[b-azy6f6xkmi], .details-table td[b-azy6f6xkmi] {
    border: none;
}
/* _content/Deft/Pages/PipelineReportPage.razor.rz.scp.css */
[b-maddb1y4da] .chart-container .content .head {
    margin-top: 0;
}

[b-maddb1y4da] .chart-container .head h4 span {
    color: #1AB394;
}
/* _content/Deft/Pages/RedtailConfigurationPage.razor.rz.scp.css */
[b-jc1me53fte] a.nav-link {
  min-height: 41px;
}
/* _content/Deft/Pages/ROIReport.razor.rz.scp.css */
h3[b-ot6l59t0ga], h4[b-ot6l59t0ga], .control label[b-ot6l59t0ga] {
    color: var(--sa-button-primary-blue)
}

.fa[b-ot6l59t0ga] {
    color: #676a6c;
}

.calculator .card .header h3[b-ot6l59t0ga] {
    font-size: 24px;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.calculator .card .header small[b-ot6l59t0ga] {
    font-size: 16px;
    margin-bottom: 30px;
    display: block;
}

.card .card-body h3[b-ot6l59t0ga] {
    font-weight: 700;
    font-size: 30px;
}

.card .card-body h4[b-ot6l59t0ga] {
    font-size: 16px;
}

.card .card-body h5[b-ot6l59t0ga] {
    font-size: 16px;
    font-weight: 400;
}

.card .card-header small[b-ot6l59t0ga] {
    display: block;
    font-size: 16px;
    color: #676a6c;
}

[b-ot6l59t0ga] .tab-buttons {
    width: 100%;
}

[b-ot6l59t0ga] .tab-button {
    width: 50%;
    justify-content: center;
}

[b-ot6l59t0ga] .calculator .tab-item {
    padding: 15px 20px;
}

[b-ot6l59t0ga] .cpl-multiselect .multiselect ul {
    width: 320px;
}

[b-ot6l59t0ga] .cpl-multiselect .options-header {
    display: flex;
    justify-content: space-between;
    background: #eee;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #333;
    padding: 4px 5px;
}

    [b-ot6l59t0ga] .cpl-multiselect .options-header > div:last-child {
        display: flex;
    }

    [b-ot6l59t0ga] .cpl-multiselect .options-header > div > div {
        display: flex;
        margin: 0 8px;
    }

[b-ot6l59t0ga] .tablist .tab-item .control:last-child {
    margin-bottom: 0;
}

.description[b-ot6l59t0ga], .description-sm[b-ot6l59t0ga] {
    color: var(--sa-button-primary-blue)
}

.description[b-ot6l59t0ga] {
    font-size: 16px;
}

.description-sm[b-ot6l59t0ga] {
    font-style: italic;
    padding: 0 20px;
}

.slider[b-ot6l59t0ga] {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.alert[b-ot6l59t0ga] {
    font-size: 15px;
}

[b-ot6l59t0ga] .year-line line {
    stroke-dasharray: 3, 3;
    fill: #676a6c;
}

[b-ot6l59t0ga] .year-line text {
    fill: #676a6c;
}

.cpl-multiselect[b-ot6l59t0ga] {
    font-size: 16px;
}


#converted-clients[b-ot6l59t0ga] {
    font-size:28px;
    position:relative;
    top:-8px;
    left:8px;
}
/* _content/Deft/Pages/Settings/CompanyPages/CompanyTimeSettingsPage.razor.rz.scp.css */
[b-q919pj8y4n] .prevent-same-lead-days-group input {
  display: inline-block;
  max-width: 50px;
}
/* _content/Deft/Pages/Settings/CompanyPages/CompanyZapierSettingsPage.razor.rz.scp.css */
[b-cmbnbrxvd5] .card-header small {
    display: block;
    font-size: 16px;
    color: #676a6c;
}

[b-cmbnbrxvd5] .tooltip-wrapper {
    vertical-align: top;
}
/* _content/Deft/Pages/Settings/UserPages/UserSettingsSummaryPage.razor.rz.scp.css */
[b-9t9zxafqq4] .snippets-btn {
    right: 20px;
    bottom: 20px;
}
/* _content/Deft/Pages/Shared/LeadDetailsPanel.razor.rz.scp.css */
.lead-details dt[b-7j6di27hxn] {
    font-size: 14px;
}

.lead-details dd[b-7j6di27hxn] {
    font-size: 16px;
}
/* _content/Deft/Pages/Shared/LeadTimelineComponent.razor.rz.scp.css */
[b-r260j56jsr] .vertical-container {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

@media (max-width: 768px) {
    [b-r260j56jsr] .show-future-steps-switch-wrapper {
        padding: 0 20px;
    }
}
/* _content/Deft/Pages/Shared/Modals/AssignLeadCampaignModal.razor.rz.scp.css */
[b-y4fy5lgdv7] .campaign-selector .unapproved-campaign {
    color: var(--unapproved-campaign-color)
}
/* _content/Deft/Pages/Shared/Modals/CallModal.razor.rz.scp.css */
[b-th5tod46dk] .modal .modal-header {
    display: none;
}

[b-th5tod46dk] .modal .modal-body {
    padding: 0;
}

[b-th5tod46dk] .advanced {
    padding: 10px 15px 10px 15px;
}

    [b-th5tod46dk] .advanced .ibox {
        margin-bottom: 0;
        border-bottom: 1px solid #e7eaec;
    }

[b-th5tod46dk] .notes,
[b-th5tod46dk] .timeline {
    height: 500px;
    overflow-y: scroll;
    padding-right: 5px;
    padding-bottom: 5px;
}

[b-th5tod46dk] .timeline {
    height: 543px;
}

table tr:hover[b-th5tod46dk], table tr:nth-of-type(odd)[b-th5tod46dk] {
    background-color: #F8FAFB;
}

[b-th5tod46dk] .notes {
    scrollbar-color: #808487 #E3ECEF;
    overflow: auto;
    display: flex;
    flex-direction: column-reverse;
}

    [b-th5tod46dk] .notes .message {
        margin-bottom: 10px;
    }

    [b-th5tod46dk] .notes::-webkit-scrollbar {
        width: 2px;
    }

    [b-th5tod46dk] .notes::-webkit-scrollbar-thumb {
        background: #808487;
    }

    [b-th5tod46dk] .notes::-webkit-scrollbar-track {
        background: #E3ECEF;
    }

[b-th5tod46dk] .call-info-header {
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

table[b-th5tod46dk] {
    margin: 0;
}

    table th.call-info-header[b-th5tod46dk] {
        vertical-align: middle;
    }

        table th.call-info-header > h3[b-th5tod46dk] {
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 0;
        }

        table th.call-info-header:last-child[b-th5tod46dk] {
            width: 50%;
            border-left: 2px solid #ddd;
        }


    table .lead-details[b-th5tod46dk] {
        border-left: 2px solid #ddd;
        position: relative;
        padding: 0;
        vertical-align: top !important;
    }

        table .lead-details .info[b-th5tod46dk] {
            padding: 10px 15px 10px 15px;
            height: 515px;
            overflow-y: scroll;
        }

        table .lead-details h3[b-th5tod46dk],
        table .lead-details h4[b-th5tod46dk] {
            font-weight: 300;
            margin-bottom: 0;
            color: #a9a9a9;
        }

        table .lead-details span[b-th5tod46dk] {
            font-weight: 300;
            margin-bottom: 20px;
            display: block;
        }

    table .notes-details[b-th5tod46dk] {
        vertical-align: bottom;
        padding: 10px 15px 10px 15px;
    }

    table .lead-details .end-campaign-btn[b-th5tod46dk] {
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        padding: 12px 0 !important;
    }

[b-th5tod46dk] .call-btn {
    color: #fff;
    border: none;
    height: 30px;
    width: 30px;
    background: #1ab394;
    border-radius: 4px;
    font-size: 20px;
}

[b-th5tod46dk] .dismiss-call-btn {
    color: #fff;
    background: #ed5565;
}

[b-th5tod46dk] .snooze-call-btn {
    color: #fff;
    background: #1ab394;
}

.call-tabs[b-th5tod46dk] {
    width: 100%;
}

    .call-tabs .call-tab[b-th5tod46dk] {
        width: 50%;
    }

    .call-tabs tr:first-child > td[b-th5tod46dk] {
        border: none;
        padding: 0;
    }

    .call-tabs .call-tab:not(.active)[b-th5tod46dk] {
        display: none;
    }

    .call-tabs .nav-tabs[b-th5tod46dk] {
        border-bottom: none;
        margin: 13px 13px;
        text-align: left;
    }

    .call-tabs .timeline[b-th5tod46dk] {
        overflow: auto;
    }

@media (max-width: 991px) {
    .call-tabs .call-tab[b-th5tod46dk] {
        width: 268px;
    }
}

@media (max-width: 1200px) {
    table .lead-details span[b-th5tod46dk][b-th5tod46dk] {
        margin-bottom: 10px;
    }
}
/* _content/Deft/Pages/Shared/Modals/CampaignSettingsModal.razor.rz.scp.css */
[b-h1nz4bz1r1] .template-tags-editor-wrapper {
    position: absolute;
    right: 12px;
    top: 8px;
}
/* _content/Deft/Pages/Shared/Modals/CreateEditUserModal.razor.rz.scp.css */
[b-d185nbd4fh].modal h5.modal-title {
    font-size: 16px;
}
/* _content/Deft/Pages/Shared/Modals/CrmConfigurationModal.razor.rz.scp.css */
[b-zq9gbm52rm] .deft-tabs ul.nav li a {
    padding: 5px 12px;
}
/* _content/Deft/Pages/Shared/Modals/EmailConfigurationModal.razor.rz.scp.css */
body[b-kefnluttxm] {
}

.ggl-btn[b-kefnluttxm] {
    background: white;
    color: black;
    border-radius: 10px;
    border-color: 0 0 0 .2;
    border-color: lightgray;
}


.ggl-btn:hover[b-kefnluttxm]{
    background:#eeeeee;
}
/* _content/Deft/Pages/Shared/Modals/NoNewsletterSubscribersModal.razor.rz.scp.css */
.subscribe-option[b-du8d2h7i8v] {
    display: flex;
    cursor: pointer;
    gap: 12px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    padding: 16px;
    transition: all 0.2s;
    position: relative;
    margin-bottom: 20px;
}

    .subscribe-option.selected[b-du8d2h7i8v] {
        border-color: #3b82f6;
        background: #eff6ff;
    }

.title[b-du8d2h7i8v] {
    font-weight: 600;
    color: #111827;
    font-size: 14px;
    margin-bottom: 4px;
}

.description[b-du8d2h7i8v] {
    color: #6b7280;
    line-height: 1.4;
}

.leads-selector[b-du8d2h7i8v] {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.summary-box[b-du8d2h7i8v] {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 16px;
}

.summary-title[b-du8d2h7i8v] {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 8px;
}

.summary-details[b-du8d2h7i8v] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.summary-item:not(.selected)[b-du8d2h7i8v] {
    color: #9ca3af;
}

.summary-item.selected .fa[b-du8d2h7i8v] {
    color: var( --green);
}
/* _content/Deft/Pages/Shared/Modals/ShareLandingPageModal.razor.rz.scp.css */
.search-leads[b-m4iwsucho0] {
    position: relative;
}

.clear-btn[b-m4iwsucho0] {
    position: absolute;
    right: 0;
    top: 2px;
}

[b-m4iwsucho0] .sk-spinner-fading-circle.sk-spinner {
    position: absolute;
    top: 8px;
    right: 8px;
}

[b-m4iwsucho0] .modal-body {
    background: #fff;
}
/* _content/Deft/Pages/Shared/Modals/SyncSmartAssetLeadsModal.razor.rz.scp.css */
[b-df3qiz7zcb].sync-smart-asset-leads-modal {
    width: 340px;
    height: 70px;
    right: 20px;
    bottom: 20px;
    top: auto;
    left: auto;
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 2px #c3c3c3;
    background: #f8fafb;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/Deft/Pages/Shared/Modals/UploadVideoModal.razor.rz.scp.css */
[b-b5qv03hpqr] .modal-header {
    padding: 10px 20px;
}

[b-b5qv03hpqr] .modal-title {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

[b-b5qv03hpqr] .modal-dialog {
    max-width: 900px !important;
}

[b-b5qv03hpqr] .modal-body {
    padding: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* _content/Deft/Pages/Shared/SwitcherComponent.razor.rz.scp.css */
.switchery[b-0uyb3lohg9] {
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
}

    .switchery.active[b-0uyb3lohg9] {
        border-color: var(--button-primary-blue);
        box-shadow: var(--button-primary-blue) 0px 0px 0px 16px inset;
        transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
    }

    .switchery.disabled[b-0uyb3lohg9] {
        opacity: 0.65;
    }

        .switchery.disabled:not(.active)[b-0uyb3lohg9] {
            background: #cbcbcb;
        }
/* _content/Deft/Pages/TwilioA2pRegistration/Components/A2PBrandFormModal.razor.rz.scp.css */
[b-pb0pjhir8q] .modal-body {
    height: 80vh;
    overflow-y: auto;
}

[b-pb0pjhir8q] .modal-footer {
    margin: 0;
}
/* _content/Deft/Pages/TwilioA2pRegistration/Components/A2PCampaignFormModal.razor.rz.scp.css */
[b-ypgdt8vc9a] .blazored-typeahead__results .blazored-typeahead__result {
    border: 1px solid #ddd;
    padding: 0;
}

    [b-ypgdt8vc9a] .blazored-typeahead__results .blazored-typeahead__result .option-element {
        padding: 0.5rem;
    }

        [b-ypgdt8vc9a] .blazored-typeahead__results .blazored-typeahead__result .option-element.disabled {
            background: #ccc;
        }

[b-ypgdt8vc9a] .blazored-typeahead__result:hover .option-element.disabled {
    color: rgb(103, 106, 108);
    cursor: not-allowed;
}


[b-ypgdt8vc9a] .modal-body {
    height: 80vh;
    overflow-y: auto;
}

[b-ypgdt8vc9a] .modal-footer {
    margin: 0;
}
/* _content/Deft/Pages/TwilioA2pRegistration/Components/BusinessProfilePanel.razor.rz.scp.css */
.customer-profile-flow button[b-llutkq1yfa] {
    width: 100%;
    height: 100%;
}
/* _content/Deft/Pages/TwilioA2pRegistration/Components/SecondaryCustomerProfileFormModal.razor.rz.scp.css */
[b-1dv1ny3abt] .modal-body {
    height: 80vh;
    overflow-y: auto;
}

[b-1dv1ny3abt] .modal-footer {
    margin: 0;
}
/* _content/Deft/Pages/VideoLandingPages/CreateEditVideoLandingPage.razor.rz.scp.css */
[b-nsjuxzc8jo] .landing-page-builder {
    margin: 0 -15px 0 -15px;
    background: #FFFFFF;
}
/* _content/Deft/Pages/VideoLandingPages/LandingPageAnalytics.razor.rz.scp.css */
.metrics[b-mxfgcib79d] {
    display: flex;
    gap: 15px;
}

    .metrics > div[b-mxfgcib79d] {
        flex-direction: column !important;
        flex-grow: 1;
        max-width: 100%;
        gap: 15px;
    }

.title[b-mxfgcib79d] {
    color: #81797C;
    font-size: 16px;
}

.value[b-mxfgcib79d] {
    font-weight: bold;
    color: #286BE1;
    font-size: 24px;
}

.table thead th[b-mxfgcib79d] {
    font-weight: 600;
}

.row-half[b-mxfgcib79d] {
    flex: 1;
}

.analytics-card[b-mxfgcib79d] {
    display: flex;
    flex-direction: column;
    background-color: #EEF6FF;
    padding: 15px;
    border-radius: 7px;
}

.table-wrapper[b-mxfgcib79d] {
    border-radius: 7px;
    background: #FFFFFF;
    padding: 10px 15px;
}

table td[b-mxfgcib79d] {
    font-size: 16px;
}

table th[b-mxfgcib79d] {
    color: #81797C;
    font-size: 18px;
    font-weight: 700;
}

table th[b-mxfgcib79d] {
    color: #81797C;
    font-size: 18px;
    font-weight: 700;
}

table thead tr th:last-child[b-mxfgcib79d],
table tbody tr td:last-child[b-mxfgcib79d] {
    text-align: right;
}

.details-table[b-mxfgcib79d] {
    width: 100%;
    text-align: left;
}

    .details-table th[b-mxfgcib79d] {
        font-size: 15px;
        padding: 6px 0px;
        border: none;
    }

    .details-table td[b-mxfgcib79d] {
        font-size: 13px;
        padding: 6px 0px;
    }

    .details-table tr > td:last-child[b-mxfgcib79d],
    .details-table tr > th:last-child[b-mxfgcib79d] {
        text-align: left;
    }

    .details-table tr > td:first-child[b-mxfgcib79d] {
        color: #81797C;
        font-weight: 300;
    }


.toggle-button[b-mxfgcib79d] {
    width: 25px;
}

tr.expanded[b-mxfgcib79d],
tr.session-details[b-mxfgcib79d] {
    background-color: #F9FBFC;
}

.session-details .title[b-mxfgcib79d] {
    font-size: 14px;
    font-weight: 600;
}

.sections-table-wrapper[b-mxfgcib79d] {
    max-height: 265px;
    overflow-y: auto;
}
/* _content/Deft/Pages/VideoLandingPages/MobileUploadVideoPage.razor.rz.scp.css */
.wrapper[b-bcuf5fxxeq] {
    height: 100vh;
}

.wrapper h4[b-bcuf5fxxeq] {
    color: #676a6c;
}
/* _content/Deft/Pages/VideoLandingPages/VideoLandingPages.razor.rz.scp.css */
[b-i63i77lcar] .page-heading .create-landing-page-btn {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.metrics[b-i63i77lcar] {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0px 0 20px 0;
}

.analytics-card[b-i63i77lcar] {
    background: #fff;
    border-radius: 4px;
    width: 100%;
    padding: 15px 15px;
    box-shadow: 1px 1px 1px #dadada;
}

.title[b-i63i77lcar] {
    font-size: 13px;
    color: #a5a5a5;
}

.value[b-i63i77lcar] {
    font-size: 26px;
    line-height: 1;
    margin-top: 11px;
    color: #333;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle)[b-i63i77lcar] {
    border-radius: 3px;
}
/* _content/Deft/Pages/WealthboxConfigurationPage.razor.rz.scp.css */
[b-24k05nzkd5] a.nav-link {
    min-height: 41px;
}

[b-24k05nzkd5] #active-campaign-labels > .label:first-child {
    margin-left: 0 !important;
}

[b-24k05nzkd5] .card-header small {
    display: block;
    font-size: 16px;
    color: #676a6c;
}
/* _content/Deft/Pages/WizardPage.razor.rz.scp.css */
[b-o56ubfyd9u] .deft-wizard .step-container {
    background: #fff;
}

[b-o56ubfyd9u] .deft-wizard {
    margin-top: 10px;
}

    [b-o56ubfyd9u] .deft-wizard .step-content {
        max-width: 800px;
        margin: 0 auto;
    }

[b-o56ubfyd9u] .phoneConfigurationBody .ibox-content .col-form-label {
    width: 100px !important;
    justify-content: flex-start;
}

[b-o56ubfyd9u] .crmConfigurationBody .connect-btn-wrapper, [b-o56ubfyd9u] .calendarConfigurationBody .connect-btn-wrapper {
    display: none;
}

[b-o56ubfyd9u] .crm-configuration-component .assigned-lead-sources-wrapper {
    display: none;
}

[b-o56ubfyd9u] .crm-configuration-component .row > div {
    max-width: 100% !important;
    flex: 0 0 100%;
}

[b-o56ubfyd9u] .crm-configuration-component .actions-wrapper {
    display: none;
}
/* _content/Deft/Shared/EmptyLayout.razor.rz.scp.css */
[b-q2fb6diozr] h4 {
    color: #fff;
}
/* _content/Deft/Shared/Header.razor.rz.scp.css */
[b-wi6vtwxy7n] .header-banner {
    margin-left: 75px;
    margin-top: 14px;
    font-weight: 700;
    padding: 2px 24px;
    color: #fff;
    background-color: #F0B83F;
    font-size: 16px;
}

[b-wi6vtwxy7n] .navbar-header {
    max-width: 90%;
}
[b-wi6vtwxy7n] .navbar-top-links {
    max-width: 10%;
}

[b-wi6vtwxy7n].navbar-header .navbar-minimalize {
    padding: 3px 12px;
    font-size: 14px !important;
    border-radius: 3px;
}
/* _content/Deft/Shared/Nav/NavMenu.razor.rz.scp.css */
[b-frl7bbrst7] .nav-item-action {
    margin-left: 4px;
}

    [b-frl7bbrst7] .nav-item-action:hover {
        color: #ddd;
    }

    [b-frl7bbrst7] .nav-item-action i {
        margin-right: 0px;
    }

[b-frl7bbrst7].navbar-default {
    padding-bottom: 100px;
}

.deft-ad[b-frl7bbrst7] {
    text-align: center;
    color: #ececec;
    margin-top: 20px;
    padding: 0px 17px;
}

[b-frl7bbrst7] .nav li .badge {
    float: right;
}

.nav-priority[b-frl7bbrst7], .nav-header[b-frl7bbrst7] {
    background: linear-gradient(to right, #2A4960 0%, #2E4051 100%);
}

.filtered-lead-lists-menu.border-bottom[b-frl7bbrst7] {
    border-bottom-color: #3E5669 !important;
}
