/*----------------- New Boost Dashboard------------------*/
.cwp-dashboard-new-boost-container {
    padding: 100px 0;
    width: 100%;
    text-align: center;
}

.cwp-dashboard-new-boost-container img {
    margin: auto;
}

.cwp-dashboard-new-boost-container h5 {
    margin: 16px 0 10px;
    color: #1b1d21;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.cwp-dashboard-new-boost-container p {
    color: #1b1d21;
    font-size: 18px;
    margin: 0;
}

.cwp-dashboard-new-boost-container .cwp-new-boost-btn {
    margin: 30px 0 0 0;
    background: #4339f2;
    color: #ffffff;
    border: 1px solid #4339f2;
    border-radius: 4px;
    padding: 12px 46px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.cwp-dashboard-new-boost-container .cwp-new-boost-btn:hover {
    color: #4339f2;
    background: #ffffff;
    border: 1px solid #4339f2;
}


/* .cwp-booster-frontend-form {
    background: #f3f4f6;
} */
.cwp-booster-frontend-form-head {
    padding: 11px 30px;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px #00000010;
    border-radius: 10px;
    display: none;
}

.cubewp-dashboard-boost-container .cwp-booster-frontend-form-head {
    display: block;
}

.cwp-booster-frontend-form-head h3 {
    margin: 0;
    color: #111827;
    font-size: 23px;
    line-height: 36px;
    font-weight: bold;
}

.cwp-booster-form-section {
    padding: 32px 64px;
    border-radius: 10px 10px 0 0;
    display: none;
    background: #fff;
}

.cwp-booster-form-section.cwp-booster-active {
    display: block !important;
}

.cwp-booster-form-section .cwp-booster-form-section-info {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.cwp-booster-form-section .cwp-booster-form-section-info .cwp-booster-form-section-count {
    background: #293544;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0 16px 0 0;
}

.cwp-booster-form-section .cwp-booster-form-section-info .cwp-booster-form-section-title {
    color: #070026;
    font-size: 20px;
    margin: 0;
}

.cwp-booster-form-fields .cwp-field-container {
    margin-bottom: 26px;
}

.cwp-booster-form-fields .cwp-field-container label {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 8px;
    display: block;
}

.cwp-booster-form-fields .cwp-field-container p.description {
    font-size: 14px;
    margin: 0 0 8px 0;
}

.cwp-booster-form-fields .cwp-field-container label span {
    color: #E10000;
}

/* required fields */
.cwp-booster-form-fields .cwp-field-container .cwp-required-field-notice {
    background: #ffe6e6;
    border-left: #d12626 solid 3px;
    border-radius: 3px;
    color: #d12626;
    margin-bottom: 10px;
    width: calc(100% - 3px);
}

.cwp-booster-form-fields .cwp-field-container .cwp-required-field-notice p {
    font-size: 13px;
    padding: 8px 10px;
    margin: 0;
}

.cwp-field-container.cwp-field-radio.cwp-booster-radio[data-name="cwp_boost_model"] .cwp-radio-container>label {
    display: none;
}

.cwp-field-container.cwp-field-radio.cwp-booster-radio .cwp-field-radio {
    display: flex;
    border: 1px solid #E4E7EC;
    border-radius: 12px;
    padding: 16px;
    margin-right: 18px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
    width: calc(100% / 2 - 9px);
}

.cwp-field-container.cwp-field-radio.cwp-booster-radio .cwp-field-radio.selected {
    border-color: #6852EB;
}

.cwp-field-container.cwp-field-radio.cwp-booster-radio .cwp-field-radio:last-child {
    margin-right: 0 !important;
}

.cwp-field-container.cwp-field-radio.cwp-booster-radio .cwp-field-radio label {
    color: #101828;
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 32px;
    cursor: pointer;
}

.cwp-field-container.cwp-field-radio.cwp-booster-radio .cwp-field-radio p {
    color: #101928;
    font-size: 16px;
    line-height: 24px;
    margin: 1px 0 0 0;
}

.cwp-field-container.cwp-field-radio.cwp-booster-radio .cwp-field-radio h6 {
    font-size: 16px;
    font-weight: bold;
    color: #101828;
    line-height: 24px;
    margin: 3px 0 0 0;
}

.cwp-field-container.cwp-field-radio.cwp-booster-radio .cwp-field-radio input[type="radio"] {
    position: absolute;
    right: 8px;
    height: 20px;
    width: 20px;
    top: 12px;
    display: none;
}

.cwp-booster-radio .cwp-boost-checked-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 12px;
    line-height: 18px;
}

.cwp-booster-radio .cwp-boost-checked-icon svg {
    fill: #ffffff;
    stroke: #D0D5DD;
}

.cwp-booster-radio .cwp-field-radio.selected .cwp-boost-checked-icon svg {
    fill: #6852EB;
    stroke: #6852EB;
}

.cwp-booster-bump-up-fee.active {
    display: block !important;
    pointer-events: none;
}

.cwp-field-container.cwp-field-radio.cwp-booster-radio .cwp-field-radio img {
    margin-top: 6px;
    width: 100%;
}

.cwp-field-container.cwp-booster-predefined-days.cwp-field-radio.cwp-booster-radio {
    padding: 0;
    margin-bottom: 16px;
    width: 100% !important;
}

.cwp-field-container.cwp-booster-predefined-days.cwp-field-radio.cwp-booster-radio .cwp-field-radio {
    width: calc(100% / 3 - 12px);
}

.cwp-booster-form-fields .cwp-booster-custom-days {
    font-size: 14px;
    line-height: 20px;
    color: #6852eb;
    text-decoration: underline;
    cursor: pointer;
    display: block;
}

.cwp-booster-custom-days-conatiner {
    display: flex;
    margin-top: 38px;
    flex-wrap: wrap;
    gap: 24px;
}

.cwp-booster-custom-days-conatiner .cwp-field-container.cwp-field-date_picker {
    padding: 0;
    width: calc(100% / 2 - 12px) !important;
}

.cwp-booster-form-actions {
    display: flex;
    padding: 16px;
    justify-content: space-between;
    background: #F9FAFB;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 1px 2px #0000000d;
}

.cwp-booster-form-actions button {
    border: 1px solid #E5E7EB;
    background-color: #ffffff;
    color: #1F2937;
    border-radius: 6px;
    padding: 11px 24px;
    font-size: 14px;
    line-height: 15px;
    outline: none;
    cursor: pointer;
    display: none;
}

.cwp-booster-form-actions button.cwp-booster-form-action-next,
.cwp-booster-form-actions button.cwp-booster-form-action-submit {
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    border-color: #4339F2;
    background-color: #4339F2;

}

.cwp-booster-form-actions button.active-btn {
    display: block !important;
}

.cwp-booster-form-actions button.cwp-booster-form-action-cencel.active-btn {
    display: none !important;
}

.cubewp-dashboard-boost-form-container span.select2-selection.select2-selection--single,
.cubewp-dashboard-boost-form-container .cwp-field-container input{
    border-color: #CFD9E0;
}


/*--------------- Sidebar ------------------*/
.cwp-booster-frontend-form .cwp-booster-form-sidebar {
    padding: 32px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 13px;
}

.cwp-booster-frontend-form .cwp-booster-form-sidebar h6,
.cwp-booster-post-summary h6 {
    font-size: 16px;
    margin: 0 0 12px 0;
    color: #151e42;
    font-weight: bold;
}

.cwp-booster-frontend-form .cwp-booster-form-sidebar p {
    margin: 0;
    font-size: 18px;
    color: #1F2228;
}

.cwp-booster-frontend-form .cwp-booster-form-sidebar ul,
.cwp-booster-post-summary ul {
    margin: 16px 0 24px 32px;
}

.cwp-booster-frontend-form .cwp-booster-form-sidebar ul li,
.cwp-booster-post-summary ul li {
    width: 100%;
    margin: 0 0 6px 0;
    font-size: 18px;
    list-style: disc;
    color: #1F2228;
}

.cwp-booster-frontend-form .cwp-booster-form-sidebar .cwp-booster-bump-desc,
.cwp-booster-frontend-form .cwp-booster-form-sidebar .cwp-booster-boost-desc,
.cwp-booster-frontend-form .cwp-booster-form-sidebar .cwp-booster-ppc-ppd-desc {
    display: none;
}

.cwp-booster-frontend-form .cwp-booster-form-sidebar .cwp-boost-active-desc,
.cwp-booster-frontend-form .cwp-booster-post-summary.cwp-boost-active-desc {
    display: block !important;
}

.cwp-booster-post-summary {
    background: #ffffff;
    border-radius: 10px;
    padding: 28px 40px;
    display: block;
}

.cwp-booster-post-summary ul li {
    list-style: none;
    position: relative;
}

.cwp-booster-post-summary h6 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cwp-booster-post-summary h6 svg {
    padding: 5px;
    height: 22px;
    width: 22px;
    color: #1C1B1F;
    background: #FFC700;
    border-radius: 50%;
}

.cwp-booster-preview-list li svg {
    fill: #4339F2;
    position: absolute;
    left: -28px;
    top: 10px;
}

/*-------------------- Dashboard ------------------*/
.cwp-booster-dashboard-head {
    padding: 11px 30px;
    background: #fff;
    margin-bottom: 28px;
    box-shadow: 0 1px 3px #00000010;
    border-radius: 10px;
}

.booster_content_type{
    max-width: 360px;
    margin: 30px auto 0px auto;
}

.cwp-booster-dashboard-head h3 {
    margin: 0;
    color: #111827;
    font-size: 23px;
    line-height: 36px;
    font-weight: bold;
}

.cwp-booster-dashboard-content-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cwp-booster-dashboard-content-head .cwp-booster-total-campaigns {
    color: #070026;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin: 0;
}

.cwp-campaigns-type-status-filter-container {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cwp-booster-dashboard-content-head .cwp-campaigns-type-filter-container,
.cwp-booster-dashboard-content-head .cwp-campaigns-status-filter-container
{
    min-width: 126px;
    height: 42px;
}

.cwp-campaigns-type-filter-container span.select2-selection.select2-selection--single,
.cwp-campaigns-status-filter-container span.select2-selection.select2-selection--single
{
    border: 1px solid #BEBEBE;
    border-radius: 2px;
    height: 42px;
}

.cwp-campaigns-type-filter-container span.select2-selection.select2-selection--single span.select2-selection__rendered,
.cwp-campaigns-status-filter-container span.select2-selection.select2-selection--single span.select2-selection__rendered
{
    font-size: 13px;
    padding: 0;
    line-height: 16px;
    color: #494949;
    font-weight: 500;
}

.cwp-campaigns-status-filter-container span.select2-selection.select2-selection--single span.select2-selection__arrow {
    height: calc(42px - 6px);
    top: 1px;
}

.cwp-booster-dashboard-content-head .cwp-booster-total-campaigns span {
    margin: 0 5px;
}

.cwp-campaigns-status-filter-container span.select2-selection.select2-selection--single span.select2-selection__arrow b {
    border-color: #474747 transparent transparent transparent;
}



/*----------------- Campaigns (Dashboard) ---------------*/
.cwp-dashboard-campaign {
    background: #fff;
    margin-bottom: 24px;
    border: 0.4px solid #bebebe;
}

.cwp-dashboard-campaign:hover {
    box-shadow: 0px 4.01px 3.61px #0000000d;
}

.cwp-dashboard-content-table tbody tr:last-child .cwp-dashboard-campaign {
    margin-bottom: 0;
}

.cwp-dashboard-campaign .cwp-dashboard-campaign-top {
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #BEBEBE;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-top .cwp-campaign-status-title {
    width: 58.33333333%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-top .cwp-campaign-status {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-transform: capitalize;
    background: #f9e9d1;
    border: 1px solid #FFEACA;
    color: #000000;
    line-height: 15px;
    font-size: 13px;
    width: 130px;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-top .cwp-campaign-status.active {
    border-color: #7EE6CC;
    background: #CAFFF2;
    text-transform: uppercase;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-top .cwp-campaign-status.expired {
    border-color: #BABABA;
    background: #E8E8E8;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-top .cwp-campaign-status-title .cwp-campaign-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    color: #070026;
}

.cwp-dashboard-campaign-title-outer {
    width: 100%;
    display: flex;
    align-items: center;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-title-outer span.cwp-dashboard-campaign-focus {
    cursor: pointer;
    margin-left: 16px;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-title-outer span.cwp-dashboard-campaign-focus svg path{
    fill: transparent;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-title-outer:hover span.cwp-dashboard-campaign-focus svg path,
.cwp-dashboard-campaign.cwp-focused-campaign .cwp-dashboard-campaign-title-outer span.cwp-dashboard-campaign-focus svg path{
    fill: #1C1B1F;
}
.cwp-dashboard-content-table-container.cwp-focused .cwp-dashboard-campaign:not(.cwp-focused-campaign) {
    filter: blur(4px);
    pointer-events: none;
    user-select: none;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-top .cwp-campaign-status-title .cwp-campaign-associated-post {
    font-size: 12px;
    line-height: 24px;
    color: #070026;
    margin: 0;
}

.cwp-dashboard-campaign .cwp-dashboard-campaign-top .cwp-campaign-status-title .cwp-campaign-associated-post {
    font-size: 12px;
    line-height: 24px;
    color: #070026;
    margin: 0;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-top .cwp-campaign-status-title .cwp-campaign-associated-post-id {
    font-size: 12px;
    line-height: 24px;
    color: #070026;
    margin: 0;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-top .cwp-campaign-dates-container {
    width: 41.66666667%;
    display: flex;
    align-items: center;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-top .cwp-campaign-dates-container .cwp-campaign-dates {
    width: 50%;
    text-align: center;
    display: block;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-top .cwp-campaign-dates-container .cwp-campaign-dates span {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 2px 5px;
    color: transparent;
    font-size: 10px;
}
.cwp-dashboard-campaign:hover .cwp-dashboard-campaign-top .cwp-campaign-dates-container .cwp-campaign-dates span,
.cwp-dashboard-campaign.cwp-focused-campaign .cwp-dashboard-campaign-top .cwp-campaign-dates-container .cwp-campaign-dates span{
    color: #070026;
    border-color:#BADBDD;
    background: #F0FEFF;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-top .cwp-campaign-dates-container .cwp-campaign-dates h6 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #070026;
    line-height: 21px;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-top .cwp-campaign-dates-container .cwp-campaign-dates p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    color: #070026;
}

.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-stats {
    width: 60%;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-stats .cwp-dashboard-campaign-stats-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-stats .cwp-dashboard-campaign-stats-list li {
    width: calc(100% / 4);
    border-right: 0.4px solid #bebebe;
    padding: 14px;
    text-align: center;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-stats .cwp-dashboard-campaign-stats-list li .cwp-dashboard-campaign-type {
    border: 1px solid #F1DBA2;
    background: #fff0ca;
    padding: 3px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 8px;
    font-weight: 600;
    display: inline-block;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-stats .cwp-dashboard-campaign-stats-list li .cwp-dashboard-campaign-type.ppd {
    border-color: #97CBCE;
    background: #d4e0ff;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-stats li h3 {
    font-size: 22px;
    line-height: 21px;
    margin: 0;
    color: #070026;
    font-weight: bold;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-stats li h3 span{
    color: #BFBFBF;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-stats li p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    color: #070026;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-costs {
    width: 40%;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-costs ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #F9FAFB;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-costs ul li {
    width: calc(100% / 4);
    text-align: center;
    padding: 16px;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-costs ul li h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    margin: 0;
    color: #070026;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-costs ul li h6 span{
    color: #BFBFBF;
}
.cwp-dashboard-campaign .cwp-dashboard-campaign-bottom .cwp-dashboard-campaign-costs ul li p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    color: #070026;
}

.cwp-booster-dashboard-content.cubewp-dashboard-processing .cwp-dashboard-campaign {
    border: 0;
    background: transparent;
}

@media (max-width: 480px) {
    .cwp-booster-form-fields .cwp-field-container .cwp-field-radio-container {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 22px;
    }

    .cwp-field-container.cwp-field-radio.cwp-booster-radio .cwp-field-radio {
        width: 100% !important;
        margin: 0 !important;
    }
}