:root {
    --primary: #8d4bee;
    --primary-dark: #6b21b8;
    --white: #fff;
    --jibser-blue: #123393;
    --jisber-orange: #ff621b;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    background-color: #f8f9fd;
    font-family: "Poppins", sans-serif !important;
}
.admin_main {
    font-family: "Poppins", sans-serif !important;
}
.day-column {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
}

.day-label {
    font-weight: bold;
    margin-bottom: 10px;
}

.form-check-input {
    margin-right: 5px;
}
.ui-datepicker-clear-month {
    position: absolute;
    top: 14px;
    right: 9px;
    height: auto;
    line-height: 100%;
    cursor: pointer;
}
.modal_calender .ui-datepicker .ui-datepicker-header {
    width: 85%;
}
.modal .ui-datepicker {
    width: 100%;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--primary-dark);
    background: var(--primary);
}

.schedule-time {
    display: none;
}

/* Login */
.login_page {
    padding: 30px 0;
}
.login_logo {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
}
.login_logo img {
    max-width: 200px;
}

/* Schedule Calender */
.schedule_calender .fc-col-header-cell-cushion,
.schedule_calender .fc .fc-daygrid-day-number {
    color: #000 !important;
    text-decoration: unset !important;
    font-weight: 500;
}
.fc .fc-daygrid-day-number {
    color: #000 !important;
    text-decoration: unset !important;
    font-weight: 400;
}
.schedule_calender .fc-col-header-cell {
    background-color: #f8f9fa;
}

/* Sidebar */

#sideNav.sideNav_open {
    width: 280px;
    padding: 16px;
}
@media screen and (max-width: 1479px) and (min-width: 769px) {
   #sideNav{
        width: 220px !important;
    }
    .admin_content{
        margin-left: 220px !important;
    }
    #openNav{
        display: none !important;
    }
}
@media (min-width: 1480px) {
   #sideNav{
        width: 280px !important;
    }
    .admin_content{
        margin-left: 280px !important;
    }
    #openNav{
        display: none !important;
    }
}
#sideNav.sideNav_open {
    width: 280px;
    padding: 16px;
}
@media (max-width: 768px) {
    #sideNav {
    width: 0px;
    overflow: hidden;
    margin-left: -5px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
   } 
   #sideNav.sideNav_open{
        margin-left: 0px;
   }
}
.sidebar_main .sidebar_logo {
    position: relative;
    display: block;
    margin: 0 auto;
}
.sidebar_main .sidebar_logo img {
    position: relative;
    display: block;
    width: 150px;
}

/* Admin */
.btn-primary,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.btn.btn-primary:focus-visible,
.btn-check:checked + .btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:first-child:active,
:not(.btn-check) + .btn.btn-primary:active {
    background-color: var(--primary);
    border-color: var(--primary);
    cursor: pointer;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}
.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
    cursor: pointer;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
.active > .page-link,
.page-link.active {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.nav-link {
    color: var(--primary);
    cursor: pointer;
}
.nav-link:hover,
.nav-link:focus {
    color: var(--primary-dark);
}
.admin_main {
    position: relative;
    display: block;
}
.sidebar_main {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}
.sideNav_show.admin_content {
    margin-left: 280px;
}
.admin_content {
    position: relative;
    padding: 30px;
    min-height: 100vh;
    background: #f8f9fc;
    /* -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; */
}
.admin_inner_content {
    position: relative;
    padding: 20px;
    border-radius: 10px;
}

.page_title,
.page_sub_title {
    position: relative;
    display: flex;
    align-items: center;
}
.page_title h2 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.page_sub_title h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.page_title_btn {
    margin-left: auto;
}

/* Calender */
.fc .fc-toolbar-title {
    font-size: 20px;
}
.fc-today-button,
.fc-button,
.fc-button span {
    line-height: 20px !important;
}

/* Form */
.form_layout .btn.btn-outline-danger
/* .table .btn.btn-outline-danger */ {
    padding: 5px 10px;
}
.form_layout .btn.btn-outline-danger {
    margin-bottom: 19px !important;
}

/* DataTable */
.dataTable thead tr td {
    background-color: #f8f9fa;
}
table thead tr td {
    white-space: nowrap;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}
table .btn {
    margin-bottom: 4px !important;
    white-space: nowrap;
}

/* Responsive */
@media (min-width: 1600px) {
    .btn_group {
        display: flex;
    }
    .btn_group .btn {
        margin-right: 3px;
    }
}
@media (max-width: 1600px) {
    .schedule_calender {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1024px) {
    body {
        font-size: 15px;
    }
    #sideNav.sideNav_open {
        width: 220px;
        padding: 12px;
    }
    .sideNav_show.admin_content {
        margin-left: 220px;
    }
    .page_title h2 {
        font-size: 20px;
    }
    .admin_inner_content {
        padding: 16px;
    }
    .admin_content {
        padding: 16px;
    }
    .sidebar_main .sidebar_logo img {
        width: 120px;
    }
    .form-control {
        padding: 6px 12px;
    }
    .res_border_bottom {
        border-bottom: 1px solid var(--bs-gray-200);
        margin-bottom: 16px;
    }
}

@media (max-width: 600px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }
    div.table-responsive
        > div.dataTables_wrapper
        > div.row
        > div[class^="col-"]:last-child {
        padding-left: 0;
    }

    .page_title,
    .page_sub_title {
        display: block;
    }
    .page_title h2 {
        margin-bottom: 12px;
    }
}

.presc_tab_head .send_btn {
    position: absolute;
    right: 60px;
    top: 7px;
}
.presc_tab_head .accordion-button:not(.collapsed) {
    color: unset;
    background-color: #f8f9fa;
    box-shadow: unset;
    border-bottom: 1px solid #dee2e6;
}
.presc_tab_head .accordion-button.collapsed {
    color: unset;
    background-color: var(--white);
    box-shadow: unset;
    border-color: #dee2e6;
}
[type="file"] {
    background-color: var(--bs-body-bg) !important;
    border-color: var(--bs-border-color) !important;
    border-width: var(--bs-border-width) !important;
    border-radius: var(--bs-border-radius) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

/* Dashboard */
.dash_content {
}
.dash_heading h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.dash_card a {
    position: relative;
    text-decoration: unset;
}
.dash_icon i {
    font-size: 32px;
    color: var(--primary);
}
.dash_content h2 {
    position: relative;
    color: var(--primary);
    margin-bottom: 4px;
}
.dash_content p {
    color: #000;
    margin-bottom: 0;
}

/* Plans */
.applogo img {
    width: 175px;
    height: auto;
    object-fit: contain;
    padding: 16px;
    margin: 0 auto !important;
    border-radius: 10px !important;
    background-color: #f9f9f9;
}
.ourplans h1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.ourplans p strong {
    font-size: 28px;
}

/* My Plan */
.ourplans .nav-link {
    cursor: unset;
}
.ourplans .nav-link h1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.myplan.ourplans p strong {
    font-size: unset;
}

/* Modal */
.event_modal .appoi_pop_head,
.hvr_pop .hvr_pop_head {
    margin-bottom: 15px;
}
.event_modal .appoi_pop_head h5,
.hvr_pop h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #3c4043;
    margin: 12px 0 15px;
}
.event_modal .appoi_pop_head p,
.hvr_pop .hvr_pop_head p {
    margin-bottom: 0;
}
.event_modal p,
.hvr_pop p {
    font-size: 15px;
    font-weight: 400;
    color: #3c4043;
    margin-bottom: 6px;
}
.event_modal p i,
.hvr_pop p i {
    color: #87898d;
    margin-right: 6px;
}
.event_modal p:last-child,
.hvr_pop p:last-child {
    margin-bottom: 0;
}

.ui-dialog .ui-dialog-buttonpane button {
    background-color: var(--primary);
    border-color: var(--primary);
    display: inline-block;
    padding: 4px 10px;
    margin: 4px 2px 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    border-radius: 4px;
    /* background-color: var(--bs-btn-bg); */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ui-dialog .ui-dialog-buttonpane button:hover,
.ui-dialog .ui-dialog-buttonpane button:focus {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}
.ui-dialog .ui-dialog-titlebar {
    display: none;
}

/* Popover */
/* .btn_icons {
	text-align: end;
	margin-bottom: 8px;
}
.btn_icons a{
	font-size: 15px;
	color: #87898d;
	margin-left: 12px;
}
.btn_icons a:hover{
	color: #3c4043;
} */

/* Subscriber profile */

#sideNav {
    background-color: #123393 !important;
    background-image: url(/assets/admin/images/bg04.png);
    background-repeat:  repeat-x;
    background-position: bottom left;
    border-right: 5px solid #ff621b;
}
#sideNav.sideNav_open {
    padding: 0;
}

.sidebar_logo {
    padding: 40px 20px 100px;
}
.nav-pills li {
    transition: all 0.7s;
    border-radius: 0;
    width: 98.5%;
    position: relative;
}
.nav-pills li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    border-radius: 0 !important;
}

.dashboard__icon .icon__new {
    background: #314ea1;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin-right: 10px;
    transition: all 0.7s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-pills li.dashboard__icon:hover a .icon__new {
    background: #fff;
    color: #10a8a2;
    transition: all 0.7s;
}

.nav-pills li.dashboard__icon a.nav-link.active .icon__new {
    background: #fff;
    transition: all 0.7s;
    color: #10a8a2;
}

.keyword__icon .icon__new {
    background: #314ea1;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin-right: 10px;
    transition: all 0.7s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-pills li.keyword__icon:hover a .icon__new {
    background: #fff;
    transition: all 0.7s;
    color: #10a8a2;
}
.nav-pills li.keyword__icon a.nav-link.active .icon__new {
    background: #fff;
    transition: all 0.7s;
    color: #10a8a2;
}

.search__icon .icon__new {
    background: #314ea1;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin-right: 10px;
    transition: all 0.7s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-pills li.search__icon:hover a .icon__new {
    background: #fff;
    transition: all 0.7s;
    color: #10a8a2;
}
.nav-pills li.search__icon a.nav-link.active .icon__new {
    background: #fff;
    transition: all 0.7s;
    color: #10a8a2;
}

.plan__icon .icon__new {
    background: #314ea1;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin-right: 10px;
    transition: all 0.7s;
}
.nav-pills li.plan__icon:hover a .icon__new {
    background: #fff;
    transition: all 0.7s;
    color: #10a8a2;
}

.nav-pills li.plan__icon a.nav-link.active .icon__new {
    background: #fff;
    transition: all 0.7s;
    color: #10a8a2;
}

.nav-pills li a.nav-link.active {
    background: #10a8a2;
    color: #fff;
}
.nav-pills li:hover {
}
.nav-pills li a:hover {
    background: #10a8a2;
    color: #fff !important;
}
.nav-pills li a:visited {
    color: #fff;
}

.nav-pills li a:focus {
    color: #fff;
}

.nav-pills li ul {
    padding-left: 0;
}
.nav-pills li ul li {
    list-style: none;
    width: 99.8%;
}

.dropdown-menu {
    display: block !important;
}
.login__icom a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.login__icom a button {
    display: flex;
    color: #fff;
    width: 100%;
    align-items: center;
    padding: 20px 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
}

.login__icom a button span {
    margin-right: 20px;
}

#openNav {
    background-color: #22419d;
    border-color: #22419d;
}

.table__custom__style {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: 30px;
}

.table__custom__style th {
    color: #757294;
    font-size: 14px;
    font-weight: 400;
    border: none;
}

.table__custom__style tbody tr td {
    padding: 10px 20px;
    background: #eff2fa !important;
    color: #0f093c;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    /* --bs-table-bg-type:#eff2fa !important; */
    border: none !important;
    border-top: 15px solid #fff !important;
    border-bottom: 15px solid #fff !important;
}
.table__custom__style tbody tr td:first-child {
    border-radius: 20px 0 0 20px;
}
.table__custom__style tbody tr td:last-child {
    border-radius: 0 20px 20px 0;
}

.table__custom__style .btn.btn-sm.btn-primary {
    border: 1px solid #123393 !important;
    padding: 10px 30px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 13px;
    color: #123393;
    font-weight: 600;
    background: none;
    transition: all 0.7s;
}

.table__custom__style .btn.btn-sm.btn-primary:hover {
    color: #fff;
    background: #123393;
}
.btn-blue{
    background: #123393 !important;
    color: #fff !important;
}
.btn-blue:hover{
    background: #ff621b !important;
    color: #fff !important;
}
.accept-strategy{
    /* display: inline-flex !important; */
    align-items: center;
    gap: 10px;
    height: 44px;
}
.accept-strategy i{
    font-size: 20px;
}
.customcard .form-select {
    background-color: #f1f4fe !important;
    border: none;
}

.customcard {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.customcard .form-control {
    background-color: #f1f4fe !important;
    border: none;
    border-radius: 5px;
}
.cs__btn {
}
#searchButton {
    background: #123393;
    border: 1px solid #123393;
    border-radius: 0;
    box-shadow: 8px 8px 0 #ff621b;
    transition: all 0.7s;
}

#searchButton:hover {
    background: #ff621b;
    border: 1px solid #ff621b;
    box-shadow: 8px 8px 0 #123393;
    transition: all 0.7s;
}

.mydoble__layer {
    background: #123393;
    border: 1px solid #123393;
    border-radius: 0;
    box-shadow: 8px 8px 0 #ff621b;
    transition: all 0.7s;
}

.mydoble__layer:hover {
    background: #ff621b;
    border: 1px solid #ff621b;
    box-shadow: 8px 8px 0 #123393;
    transition: all 0.7s;
}

.customcolor {
    background: #ff621b;
    border: 1px solid #ff621b;
    border-radius: 0;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.7s;
}
.customcolor:hover {
    background: #123393;
    border: 1px solid #123393;
}

#keywordSearch,
#categoryFilter {
    background-color: #f1f4fe !important;
    border: none;
    border-radius: 5px;
    height: 40px;
}

.table__custom__style.table__custom__styletop {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.myflexclass {
    display: flex;
    flex-wrap: wrap;
}
.justspacbet {
    justify-content: space-between;
}

#exportReportButton {
    color: #fff;
}
#runAiButton:hover {
    background: #123393;
    border: 1px solid #123393;
    color: #fff;
}

.adsContainer {
}
.cc__delivery__title {
    background: #123393;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.cc__delivery__description {
    font-size: 14px;
    font-weight: 400;
    color: #0f093c;
    margin-bottom: 10px;
}
.cc__same {
    font-size: 14px;
    font-weight: 400;
    color: #0f093c;
    margin-bottom: 10px;
}

.cc__delivery__btn {
    margin: 15px 0;
    background: #ff621b;
    border: 1px solid #ff621b;
    color: #fff;
    font-size: 16px;
    transition: all 0.7s;
    border-radius: 0;
}
.cc__delivery__btn:hover {
    background: #123393;
    border: 1px solid #123393;
}

.cs__loadder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
}

.cs__lodder_inner {
    width: 120px;
}
.cs__lodder_inner img {
    width: 100%;
    vertical-align: middle;
}

#searchButton,
#searchButton:hover,
#searchButton:focus {
    box-shadow: none;
    border-radius: 5px;
}
.keywordSearchBtn {
    display: flex;
    gap: 30px;
}
.keywordSearchBtn #keywordSearch {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 10px center;
    padding-left: 40px;
}
.searchKeyWordMain {
    max-width: calc(100% - 155px);
    width: 100%;
}
.keywordSearchBtn #searchButton {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 10px center;
    padding-left: 40px;
    padding-left: 30px;
}
.keywordSearchBtn .cs__btn {
    width: 155px;
}
#additionalFilters .form-control,
#additionalFilters .form-select,
.searchBarMain .form-select,
.searchBarMain .form-control {
    font-size: 14px;
    min-height: 38px;
    height: auto;
}

.adsContainer .card {
    background-color: #fff;
    border: 1px solid #e9eaeb;
    border-radius: 8px;
    box-shadow: #e9eaeb 0 2px 8px;
    overflow: visible;
    overflow: hidden;
}

.adsContainer .card .card-text {
    color: rgba(0, 0, 0, 0.85) !important;
    margin-bottom: 5px !important;
    font-size: 12px;
}
.adsContainer .card .card-text strong {
    color: rgba(0, 0, 0, 0.85) !important;
    font-weight: 600;
}
.adsContainer .card .card-text.cc__pagename {
    width: calc(100% - 30px);
}
.adsContainer .card .cc__delivery__btn {
    width: 100%;
    border-radius: 5px;
}
.adsContainer .cc__delivery__title {
    background: none;
    color: rgba(0, 0, 0, 0.85) !important;
    padding: 0px 0px 0px 0px !important;
    font-weight: bold;
    font-size: 0.875rem !important;
    /* border-top: 1px solid rgba(0,0,0,.15); */
    margin-top: 0px;
    margin-bottom: 4px;
}
.adsContainer .cc__platforms img {
    display: inline-block;
}
.adsContainer .ad-checkbox {
    position: absolute;
    right: 10px;
    top: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    border: 0px none;
    border-radius: 4px;
    background-color: #000;
    cursor: pointer;
}
.adsContainer input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #fff;
    background-image: none !important;
}

.adsContainer input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    width: 8px;
    height: 16px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}
.adsContainer .cc_adsImg {
    background: #0000000d;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.adsContainer .cc_adsImg img,
.adsContainer .cc_adsImg video {
    width: auto;
    max-width: 100%;
    max-height: 400px;
}
.adsContainer .cc_bottom_callBtn {
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.adsContainer .cc_bottom_callBtn .cc_bottom_left,
.adsContainer .cc_bottom_callBtn .cc_bottom_left p {
    color: rgba(0, 0, 0, 0.85) !important;
    font-size: 12px;
}
.adsContainer .cc_bottom_callBtn .cc_bottom_right {
    min-width: 100px;
}
.adsContainer .cc_bottom_callBtn .cc_bottom_right .cc_btn_call {
    background: rgba(0, 0, 0, 0.05);
    font-size: 14px;
}
.adsContainer .cc_bottom_callBtn .cc_bottom_right .cc_btn_call:hover {
    background: rgba(0, 0, 0, 0.09);
    font-size: 14px;
}
.countrySelect .select2 {
    max-width: 100%;
}
.countrySelect .select2-container--default .select2-selection--multiple,
.publisherPlatforms .select2-container--default .select2-selection--multiple,
.searchPageIds .select2-container--default .select2-selection--multiple {
    height: 38px;
    font-size: 14px;
    background: #f1f4fe;
    border: 0px none;
    padding-top: 4px;
}
.select2-results__option {
    font-size: 14px;
}
.publisherPlatforms .select2 {
    width: 100% !important;
}
.searchPageIds .select2 {
    width: 100% !important;
}
.card-ads-header {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 15px;
    padding-bottom: 15px;
}
.card-ads-header .card-ads-userImg .card-ads-user-photo {
    width: 30px;
    height: 30px;
    border: 1px solid #e9eaeb;
    border-radius: 50%;
    margin-right: 8px;
    background: #123393;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}
.card-ads-header .card-ads-userImg .card-ads-user-photo img {
    height: 30px;
    width: 30px;
    object-fit: cover;
}
.card-ads-header .card-ads-sponsored {
    color: rgba(0, 0, 0, 0.55) !important;
    font-size: 0.75rem !important;
    font-weight: bold;
}
.userProfileTop {
    display: flex;
    justify-content: end;
}
.userProfileTop .dropdown-toggle {
    padding: 0px;
    display: flex;
    gap: 5px;
    align-items: center;
    /* position: absolute; */
    color: #0f093c;
    font-weight: 600;
    border: 0px none !important;
    padding: 2px 5px;
}
.userProfileTop .dropdown-toggle:hover {
    background: #fff;
}
.userProfileTop .dropdown-toggle:focus {
    border: 0px none !important;
}
.userProfileTop .dropdown-toggle::after {
    display: none;
}
.userProfileTop .dropdown-menu {
    display: none !important;
}
.userProfileTop .dropdown-menu.show {
    display: block !important;
}
.chartInnerWrapper {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 1.5rem !important;
}
.chartInnerWrapper h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.chartInnerWrapper .card .card-header{
    display: flex;
    align-items: center;
}
.chartInnerWrapper .card .card-header .smallsize{
    height: auto;
    margin-left: 10px;
}
.container-fluid h2,
.container-fluid .h2 {
    font-size: 1.5rem;
}
.searchResult-keyword {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.85) !important;
}
.searchResult-keyword li strong {
    font-weight: 600;
}
.searchResult-keyword li {
    margin-bottom: 5px;
}
.searchResult-keyword h4 {
    font-size: 16px;
}
.btn-primary {
    background: #ff621b;
    border: 1px solid #ff621b;
    color: #fff;
}
.btn-primary:hover {
    background: #123393;
    border: 1px solid #123393;
}
.btn-primary-auth {
    background: #ff621b !important;
    border: 1px solid #ff621b !important;
    color: #fff !important;
}
.btn-primary-auth:hover {
    background: #123393 !important;
    border: 1px solid #123393 !important;
}
.card-customTop {
    /* border: 1px solid #dee2e6; */
    border: 0px none !important;
    height: 100%;
    font-size: 14px;
    position: relative;
}
.card-customTop .statusBadge {
    position: absolute;
    right: 15px;
    top: 15px;
}
.card-customTop h5 {
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}

#creditModal {
    font-size: 14px;
}
.plan__listing {
    padding: 40px 0;
    background: #ff621b;
    border-radius: 60px;
    box-shadow: 10px 10px #123393;
    height: 100%;
    font-size: 14px;
}

.anss {
    width: 60px;
    margin: 0 auto;
}

.plan__listing h1 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.plan__listing p {
    color: #fff;
}
.plan__listing ul {
    padding-left: 0px;
    list-style: none;
}
.plan__listing ul li {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 5px;
}
.customhei {
    min-height: 100px;
}

.csbtnnew {
    background: #f1f4fe;
    border: 1px solid #f1f4fe;

    border-radius: 0;
    box-shadow: 8px 8px 0 #123393;
    transition: all 0.7s;
}
.buyCredits {
    margin-top: 30px;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 8px;
}
.buyCredits h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.paymentModalCustom.show {
    background: rgba(0, 0, 0, 0.5);
}
.paymentModalCustom .form-control {
    padding: 12px;
}
.table-responsive table tr th {
    font-weight: bold;
    color: #000;
}
.table-responsive table tr td {
    border-radius: 0px !important;
    background: none !important;
    border: 0px none !important;
    line-height: 24px !important;
}
.table-responsive table tr:nth-child(odd) {
    background-color: #eff2fa;
}
.table__custom__style .btn.btn-sm.btn-primary {
    padding: 10px !important;
}

.campaign__header {
    margin-top: -77px;
}
.admin_content__paddingless {
    padding-top: 0px !important;
}

.custom__camp--gray {
    background: #f8f9fc;
    padding: 20px;
    border-radius: 0px;
}
.camp__cs--heading {
    position: relative;
    z-index: 999;
    color: #0f093c;
    font-size: 24px;
    font-weight: 700;
}
.border-bottom__cpmcus {
    border-bottom: 1px solid #f3f4f7 !important;
}

.camp__custom-card {
    padding: 20px;
    box-sizing: border-box;
}

.camp__custom-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 134px;
    box-shadow: 11px 15px 15px rgba(0, 0, 0, 0.1);
}
.card__colect--camp {
    background: #f8f9fc;
    padding: 30px 15px;
}

.camp__custom-cardcontent {
    padding-left: 30px;
}
.camp__custom-cardcontent h4 {
    color: #0f093c;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}
.camp__custom-cardcontent p {
    color: #637381;
    font-size: 16px;
    margin: 0;
}

.flexnone {
    flex-wrap: wrap;
    text-align: center;
    cursor: pointer;
    justify-content: center;
}

.camp__custom-card a {
    text-decoration: none;
}

.camp__custom-cardth--full {
    width: 100%;
}

.camp__custom-cardth--full img {
    text-align: center;
    margin: 0 auto;
}
.camp__custom-cardcontentfull {
    text-align: center;
    width: 100%;
}

.camp__custom-cardcontentfull h4 {
    color: #123393;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.my__custom--datatable {
    padding: 30px 0;
}

.my__custom--datatable .dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: right;
}

.my__custom--datatable .dataTables_wrapper .dataTables_length {
    display: none;
}

.my__custom--datatable #datatable__camp_filter {
    margin-bottom: 20px;
}

.my__custom--datatable #datatable__camp_filter input {
    background: #f6f9fc url(/assets/admin/images/search.png) no-repeat center
        left 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #d8e4ed;
    border-radius: 10px;
    padding-left: 30px;
    box-sizing: border-box;
    height: 44px;
    width: 237px;
    font-size: 14px;
}

#datatable__camp tr th {
    border: none;
    background: #f8f9fc;
    color: #8583a1;
    font-weight: 400 !important;
    font-size: 14px;
    padding: 15px 10px;
    border-bottom: 10px solid #fff;
}

#datatable__camp tr:nth-child(odd) td {
    border: none;

    background: #fff;
    color: #0f093c;
    font-weight: 400 !important;
    font-size: 14px;
    padding: 15px 10px;
}

#datatable__camp tr:nth-child(even) td {
    border: none;
    background: #eff2fa;
    color: #0f093c;
    font-weight: 400 !important;
    font-size: 14px;
    padding: 15px 10px;
}

#datatable__camp tr:nth-child(odd) {
    background: #fff;
}

#datatable__camp tr:nth-child(even) {
    background: #eff2fa;
}

#datatable__camp tr th:first-child {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

#datatable__camp tr th:last-child {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

#datatable__camp tr td:first-child {
    border-radius: 10px 0 0 10px;
}

#datatable__camp tr td:nth-child(5) {
    color: #2ec4b6;
}
#datatable__camp tr td:nth-child(6) {
    color: #ff621b;
}

#datatable__camp tr td:last-child {
    border-radius: 0 10px 10px 0;
}

#datatable__camp tr th:last-child {
    text-align: right;
}

.my__custom--datatable table.dataTable.no-footer {
    border-bottom: none !important;
}

.my__custom--datatable .dataTables_wrapper .dataTables_info {
    clear: both;
    float: right;
    color: #2e323852;
    font-size: 14px;
}

.my__custom--datatable .dataTables_wrapper .dataTables_paginate {
    float: left;
    text-align: left;
}

.my__act--new {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.my__act--new a {
    width: 40px;
    display: inline-block;
}

.my__custom--datatable
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current {
    background: none !important;
    border: none;
    font-size: 14px;
    color: #2e3238;
}

.my__custom--datatable #datatable__camp_paginate .paginate_button.previous {
    font-size: 0;
    background: url(/assets/admin/images/prv.png) no-repeat center left;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.my__custom--datatable #datatable__camp_paginate .paginate_button.next {
    font-size: 0;
    background: url(/assets/admin/images/next.png) no-repeat center right;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.my__custom--datatable .dataTables_wrapper .dataTables_paginate {
    float: left;
    text-align: left;
    display: flex;
    align-items: center;
}

.create__campng {
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
}

.create__campng__outer {
    background: #f8f9fc;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
}
.create__campng--heading {
    font-size: 22px;
    color: #0f093c;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.goback__sec {
    padding-right: 20px;
}

.border__steps--cap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.border__steps--cap span {
    width: 19%;
    background: #eeeeee;
    height: 5px;
    border-radius: 5px;
}
.border__steps--cap span.active__c {
    background: #ff621b;
}

.create__camp--main--hd {
    font-size: 18px;
    color: #0f093c;
    font-weight: 600;
}

.create__camp--mainouter {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30vw;
    flex-wrap: wrap;
}
.create__camp--maincard {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    flex-wrap: wrap;
}

.create__camp--maincardleft {
    width: 400px;
    margin: 20px 20px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.7s;
    min-height: 217px;
}
.create__camp--maincardleft a {
    display: block;
    text-decoration: none;
}
.create__camp--maincardleft__icon {
    background: #f3f4f6;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    width: 80px;
    margin: 0 auto;
}

.create__camp--maincardleft__icon.rc--icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.create__camp--maincardleft__icon.rc--icon svg {
    width: 30px;
    height: 30px;
    color: #000;
}

.create__camp--maincardleft__icon img {
    width: 30px;
    margin: 0 auto;
}
.create__camp--maincardleft__content {
    margin-top: 15px;
}
.create__camp--maincardleft__content p {
    font-size: 22px;
    color: #0f093c;
    font-weight: 400;
    text-align: center;
}
.create__camp--maincardleft.active {
    background: #ff621b1f;
}
.create__camp--maincardleft.active .create__camp--maincardleft__icon {
    background: #fff;
}

.create__camp--maincardleft:hover {
    background: #ff621b1f;
}
.create__camp--maincardleft:hover .create__camp--maincardleft__icon {
    background: #fff;
}
.mainouter__heightauto {
    height: auto;
    display: block;
}

.create__camp__section1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.create__camp--main--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.campsec__back {
    margin-right: 15px;
}
.campsec__back a {
    font-size: 14px;
    color: #00020e;
    background: #f3f4f6;
    padding: 12px 30px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    display: inline-block;
}
.campsec__back a:hover {
    background: #123393;
    color: #fff;
}
.campsec__next a {
    font-size: 14px;
    color: #fff;
    background: #123393;
    padding: 12px 30px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
}
.campsec__skip a {
    font-size: 14px;
    color: #fff;
    background: #FF621B;
    padding: 12px 30px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
}
.campsec__skip a:hover {
    background: #123393 !important;
}
.create__camp__section2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #cececefc;
}
.create__camp__section2__lefts {
    width: 47%;
}
.create__camp__section2__lefts h4 {
    color: #0f093c;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 15px;
}

.create__camp__section2__leftsinnercheck {
    position: relative;
    width: 49%;
}

.create__camp__section2__leftsinnercheckinner {
    box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.create__camp__section2__leftsinner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.create__camp__section2__leftsinnercheck input {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.create__camp__section2__leftsinnercheckth {
    background: #f3f4f6;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

.create__camp__section2__leftsinnercheckinner {
    display: flex;
    align-items: center;
}
.create__camp__section2__leftsinnercheckinner p {
    color: #0f093c;
    font-size: 14px;
}
.create__camp__section2__leftsinnerchecklable {
    padding-left: 20px;
}

.create__camp__section2__leftsinnercheck
    input:checked
    + .create__camp__section2__leftsinnercheckinner, .create__camp__section2__leftsinnercheck
    input:checked
    + label + .create__camp__section2__leftsinnercheckinner {
    background: #ff621b1f;
}

.create__camp__section2__leftsinnercheck
    input:checked
    + .create__camp__section2__leftsinnercheckinner
    .create__camp__section2__leftsinnercheckth {
    background: #fff;
}
.create__camp__section2__lefts {
    position: relative;
}
.create__camp__section2__lefts:first-child:after {
    content: "";
    position: absolute;
    top: 29%;
    right: -6%;
    width: 1px;
    height: 69%;
    background: #cececefc;
}

.create__camp__section2__lefts:last-child
    .create__camp__section2__leftsinnercheckinner
    p {
    color: #0f093c;
    font-size: 12px;
    font-weight: 400;
}
.create__camp__section2__lefts:last-child
    .create__camp__section2__leftsinnercheckinner
    h5 {
    color: #0f093c;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.create__camp__section3fieldlable {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.create__camp__section3fieldlableinner h4 {
    font-size: 16px;
    color: #0f093c;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 5px;
}
.create__camp__section3fieldlableinner p {
    margin-top: -10px;
}
.create__camp__section3fieldlableinner {
    display: flex;
    align-items: center;
}

.create__camp__section3grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.create__camp__section3field {
    width: 48%;
    padding: 30px 0 0;
}

.create__camp__section3fieldinner input[type="text"] {
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
}

.create__camp__section3fieldinner select.select {
    background: #eff2fa url(/assets/admin/images/dro.png) no-repeat center right
        20px;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    padding-right: 50px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    -webkit-appearance: none;
}

.create__camp__section3fieldinner select.select option {
    color: #0f093c;
}

.create__camp__section3fieldinner input[type="text"].date {
    background: #eff2fa url(/assets/admin/images/cal.png) no-repeat center right
        20px;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    padding-right: 50px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
}

.create__camp__section3fieldcounter {
    font-size: 14px;
    color: #0f093c;
    font-weight: 500;
}

.create__camp__section3field.w33 {
    width: 32%;
}

.camp__pakageouter {
    display: flex;
    flex-wrap: wrap;
}
/*.camp__pakage--grid{
	width:24%;
}*/
.camp__pakage--gridpopular {
    background: #22419d;
    color: #fff;
}

.camp__pakage--gridblack {
    background: #fff;
    /* box-shadow: 8px 13px 15px rgba(0, 0, 0, 0.1);*/
    box-shadow: 10px 15px 50px 0px rgba(0, 63, 83, 0.05);
}

.camp__pakage--grid {
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: 100px;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
}

.camp__pakage--grid--mainicon {
    text-align: center;
}
.camp__pakage--grid--mainicon img {
    margin: -70px auto 0;
    border: 10px solid #fff;
    border-radius: 35px;
}
.camp__pakage--grid--title {
    padding: 25px 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.camp__pakage--gridblack .camp__pakage--grid--title {
    padding: 25px 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #0f093c;
}

.color-white {
    color: #fff !important;
}
.camp__pakage--days {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.camp__pakage--gridblack .camp__pakage--days {
    color: rgba(0, 0, 0, 0.5);
}

.camp__pakage--gridpopular .camp__pakage--price {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
    margin: 15px 0;
    font-size: 32px;
    font-weight: 700;
    color: #52ecdd;
    text-align: center;
}

.camp__pakage--price {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    margin: 15px 0;
    font-size: 32px;
    font-weight: 700;
    color: #52ecdd;
    text-align: center;
}

.camp__pakage--price span {
    font-size: 16px;
    font-weight: 700;
    color: #52ecdd;
}

.camp__pakage--buynow a {
    font-size: 16px;
    padding: 15px 15px;
    font-weight: 500;
    display: block;
    border: 1px solid #ff621b;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.7s;
    text-decoration: none;
}

.fullbgorabge {
    background: #ff621b;
    color: #fff;
}
.camp__pakage--buynow a.fullbgorabge:hover {
    background: #fff;
    color: #ff621b;
}

.camp__pakage--gridblack .camp__pakage--buynow a {
    color: #ff621b;
}

.camp__pakage--gridblack .camp__pakage--buynow a:hover {
    color: #fff;
    background: #ff621b;
}

.camp__pakage--list1 {
}
.camp__pakage--list1 ul {
}
.camp__pakage--list1 ul li {
}

.camp__pakage--gridpopular .camp__pakage--list1 {
}
.camp__pakage--gridpopular .camp__pakage--list1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.camp__pakage--gridpopular .camp__pakage--list1 ul li {
    background: #415cab url(/assets/admin/images/tic.png) no-repeat center right
        20px;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.camp__pakage--gridpopular .camp__pakage--list1 ul li.noactive {
    background: #415cab url(/assets/admin/images/cls.png) no-repeat center right
        20px;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.camp__pakage--gridblack .camp__pakage--list1 ul li:nth-child(odd) {
    background: #fff url(/assets/admin/images/tic.png) no-repeat center right
        20px;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #0f093c;
    box-shadow: 8px 13px 15px rgba(0, 0, 0, 0.1);
}

.camp__pakage--gridblack .camp__pakage--list1 ul li:nth-child(even) {
    background: #eff2fa url(/assets/admin/images/tic.png) no-repeat center right
        20px;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #0f093c;
}

.camp__pakage--gridblack .camp__pakage--list1bgnone ul li:nth-child(even) {
    background: #eff2fa !important;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #0f093c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.camp__pakage--gridblack .camp__pakage--list1bgnone ul li:nth-child(odd) {
    background: #fff !important;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #0f093c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.camp__pakage--list1bgnone span:last-child {
    font-weight: 600;
    font-size: 14px;
}

.camp__pakage--gridpopular .camp__pakage--list2 {
}
.camp__pakage--gridpopular .camp__pakage--list2 ul {
    padding-top: 20px;
    padding-left: 0;
}
.camp__pakage--gridpopular .camp__pakage--list2 ul li {
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.camp__pakage--gridpopular .camp__pakage--list2 ul li:last-child {
    border: none;
}

.camp__pakage--gridblack .camp__pakage--list2 {
}
.camp__pakage--gridblack .camp__pakage--list2 ul {
    padding-top: 20px;
    background: #fefefe;
    padding-left: 0;
}
.camp__pakage--gridblack .camp__pakage--list2 ul li {
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f9f9f9;
}

.camp__pakage--gridblack .camp__pakage--list2 ul li:last-child {
    border: none;
}

.camp__pakage--gridblack .camp__pakage--list2 ul li .camp__pakage--target {
    display: flex;
    align-items: center;
}

.camp__pakage--gridblack .camp__pakage--target--icon img {
    box-shadow: 8px 13px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.camp__pakage--gridpopular .camp__pakage--target {
    color: #fff;
    display: flex;
    align-items: center;
}
.camp__pakage--target--icon {
    padding-right: 10px;
    display: inline-block;
}
.camp__pakage--gridpopular .camp__pakage--count {
    color: #2ec4b6;
    font-size: 14px;
}

.lmorefor__pkj {
}

.lmorefor__pkj a {
    font-size: 14px;
    color: #00020e;
    font-weight: 500;
    display: block;
    padding: 15px 0;
    text-align: center;
    background: #f3f4f6;
    transition: all 0.7s;
    border-radius: 10px;
}

.lmorefor__pkj a:hover {
    background: #ff621b;
    color: #fff;
}

.csmp__creatingstrategy .create__camp__section3field {
    width: 100%;
}

.create__camp__section3__csany--caption {
    color: #0f093c;
    font-size: 12px;
    padding: 0 0 5px;
    opacity: 0.28;
}
.create__camp__section3fieldinner textarea {
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    height: 160px;
}

.create__camp__section3__csany {
    display: flex;
    align-items: center;
}

.csmp__creatingstrategy .create__camp__section3fieldlableinner {
    flex-wrap: wrap;
}
.create__camp__section3__csany--caption {
    width: 100%;
}
.create__camp__section3fieldcounter.margin-bootm5 {
    margin-bottom: 10px;
    cursor: pointer;
}

.create__camp__section__regenrateall {
    border-top: 1px solid #cececefc;
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
}
.campsec__back_reall_comp {
    margin: 0 10px;
}
.campsec__back_reall_comp a {
    display: inline-block;
}

.camp__gcs--grid1 {
    background: #fff;
    box-shadow: 8px 13px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 20px;
}

.camp__gcs--grid1 label {
    display: flex;
    align-items: center;
}

.camp__gcs--grid1__left {
    position: relative;
    padding-right: 30px;
}
.camp__gcs--grid1__right {
}
.camp__gcs--grid1__right h4 {
    font-size: 16px;
    color: #0f093c;
    font-weight: 500;
    margin-bottom: 15px;
}
.camp__gcs--grid1__right p {
    font-size: 16px;
    color: #0f093c;
    font-weight: 400;
    margin-bottom: 15px;
}
.camp__gcs--grid1__right a {
    font-size: 16px;
    color: #ff621b;
    font-weight: 500;
    text-decoration: underline;
}

.camp__gcs--grid1.active,
.camp__gcs--grid1.current {
    background: rgba(255, 98, 27, 0.12);
}

.camp__gcs--grid1 input[type="radio"]:focus {
    outline: none;
}

.camp__gcs--grid1 input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(206, 206, 206, 0.45);
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

/* Default background color */
.camp__gcs--grid1 input[type="radio"] {
    background-color: rgba(206, 206, 206, 0.45);
}

/* Change background color when checked */
.camp__gcs--grid1 input[type="radio"]:checked {
    background-color: rgba(255, 98, 27, 0.12);
    outline: none;
}

/* Add a checkmark effect */
.camp__gcs--grid1 input[type="radio"]:checked::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 98, 27, 1);
    margin: auto;
    position: relative;
    top: 3px;
    outline: none;
}

.create__campngstrategiespopup__outer {
    position: relative;
}

.create__campaign--strategiespopup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.create__campaign--strategiespopup__inner {
    background: #fff;
    /* width:90%; */
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 8px 13px 15px rgba(0, 0, 0, 0.1);
    height: 660px;
    width: 1000px !important;
    overflow-y: scroll;
}
.create__campaign--strategiespopup__inner--section1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.create__campaign--strategiespopup__inner--section1 h4 {
    font-size: 24px;
    color: #0f093c;
    font-weight: 600;
}

.create__campaign--strategiespopup__inner--section2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    width: 100%;
    padding: 100px 30px;
    border-radius: 20px;
    margin: 30px 0;
    height: 40vh;
}

.camp__abtest--hd {
    font-size: 14px;
    color: #0f093c;
    font-weight: 500;
    margin: 10px 0 10px;
}
.camp__abtest--gridouter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.camp__abtest--grid {
    width: 24%;
    background: #fff;
    box-shadow: 5px 5px 20px 0px #d6dcec;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.camp__abtest--gridinner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.camp__abtest--gridinnerloeft span {
    background: #f3f4f6;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
}
.camp__abtest--gridinnerloeft input[type="checkbox"] {
    background: #d0d3d8;
    border: none;
    outline: 0;
}
.camp__abtest--gridinnerloeft input[type="checkbox"]:checked {
    background: #ff621b;
    border: none;
    outline: 0;
    position: relative;
}

.camp__abtest--gridinnerloeft input[type="checkbox"]:checked:after {
    content: "âœ“";
    position: absolute;
    color: #fff;
    top: -1px;
    left: 3px;
    width: 15px;
    height: 15px;
    font-size: 12px;
}

.camp__abtest--gridinnerright {
    padding-left: 15px;
    color: #0f093c;
    font-size: 14px;
}

.camp__abtest--grid.current,
.camp__abtest--grid.active {
    background-color: rgba(255, 98, 27, 0.27);
}

.camp__abtest--section2 {
    border-top: 1px solid #cececefc;
    display: flex;
    justify-content: space-between;
}
.camp__abtest--section2inner--section1 {
    border-bottom: 1px solid #cececefc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.camp__abtest--section2inner {
    width: 48%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 5px 5px 20px 0px #d6dcec;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 20px;
}
.camp__abtest--section2inner--section2 {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.camp__abtest--section2inner--sectionright a {
    display: block;
}
.camp__abtest--section2inner--sectionleft span {
    padding-left: 10px;
    display: inline-block;
}

.camp__abtest--section2inner.active,
.camp__abtest--section2inner.current {
    background: rgba(255, 98, 27, 0.12);
}

.camp__abtest--section2inner input[type="radio"]:focus {
    outline: none;
}

.camp__abtest--section2inner input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(206, 206, 206, 0.45);
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

/* Default background color */
.camp__abtest--section2inner input[type="radio"] {
    background-color: rgba(206, 206, 206, 0.45);
}

/* Change background color when checked */
.camp__abtest--section2inner input[type="radio"]:checked {
    background-color: rgba(255, 98, 27, 0.12);
    outline: none;
}

/* Add a checkmark effect */
.camp__abtest--section2inner input[type="radio"]:checked::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 98, 27, 1);
    margin: auto;
    position: relative;
    top: 3px;
    outline: none;
}

.camp__abtest--section2inner.active .campsec__back a,
.camp__abtest--section2inner.current .campsec__back a {
    background: #fff;
}

.camp__abtest--section2inner.active .campsec__back a:hover,
.camp__abtest--section2inner.current .campsec__back a:hover {
    background: #ff621b;
}

.camp__abtest--section2inner--sectiongray__bg {
    background: #eff2fa;
    margin-top: 20px;
    border-radius: 15px;
}

.camp__abtest--section4__leadformcs {
    margin-top: 0;
}

.w100 {
    width: 100%;
}

.campgin__lead--submit button {
    font-size: 14px;
    color: #fff;
    background: #123393;
    padding: 12px 30px;
    border-radius: 15px;
    box-sizing: border-box;
    transition: all 0.7s;
    width: 100%;
    border: 1px solid #123393;
    margin-top: 30px;
}
.campgin__lead--submit button:hover {
    background: #fff;
    color: #123393;
}
.camp__abtest--section2inner--section1margin {
    margin: 0;
}

.camp__abtest--section2inner--sectionleft {
    font-size: 18px;
    color: #0f093c;
    font-weight: 500;
}

.campan__chooseads--desktop__cstable--header {
    background: #eeeeee;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.campan__chooseads--desktop__cstable--header p {
    color: #757294;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.campan__chooseads--desktop__cstable--col1 {
    width: 8%;
}
.campan__chooseads--desktop__cstable--col2 {
    width: 23%;
}
.campan__chooseads--desktop__cstable--col3 {
    width: 23%;
}
.campan__chooseads--desktop__cstable--col4 {
    width: 23%;
}
.campan__chooseads--desktop__cstable--col5 {
    width: 23%;
}

.campan__chooseads--desktop__cstable--accordianheading {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    margin: 20px 0;
    box-shadow: 5px 5px 10px 0px rgba(214, 220, 236, 0.2);
    border-radius: 10px;
}

.campan__chooseads--desktop__cstable--accordianheading-col1 {
    width: 70px;
    padding-left: 20px;
    box-sizing: border-box;
}
.campan__chooseads--desktop__cstable--accordianheading-col2 {
    width: 23%;
    font-size: 14px;
    color: #0f093c;
    font-weight: 500;
}
.campan__chooseads--desktop__cstable--accordianheading-col3 {
    width: 23%;
    font-size: 14px;
    color: #0f093c;
    font-weight: 500;
}
.campan__chooseads--desktop__cstable--accordianheading-col4 {
    width: 23%;
    font-size: 14px;
    color: #0f093c;
    font-weight: 500;
}
.campan__chooseads--desktop__cstable--accordianheading-col5 {
    width: 23%;
    text-align: right;
}

.campan__chooseads--desktop__cstable--accordianheading-col5 a {
    font-weight: 500;
}
.campan__chooseads--desktop__cstable--accordianbody {
    border-top: 1px solid rgba(206, 206, 206, 0.3);
    display: none;
}

.campan__chooseads--desktop__cstable--accordianbody__section1 {
    display: flex;
    justify-content: space-between;
}
.campan__chooseads--desktop__cstable--accordianbody__section1 {
    margin: 20px 0;
}
.campan__chooseads--desktop__cstable--accordianbody__section1right a {
    display: block;
}

.campan__chooseads--desktop__cstable--accordianbody__section1left {
}
.campan__chooseads--desktop__cstable--accordianbody__section1left ul {
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    border-radius: 10px;
    display: flex;
}
.campan__chooseads--desktop__cstable--accordianbody__section1left ul li {
    list-style: none;
}
.campan__chooseads--desktop__cstable--accordianbody__section1left ul li a {
    padding: 20px 20px 20px 50px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 10px;
    display: block;
    font-weight: 400;
    text-decoration: none;
    color: #9a9ea8;
}
.campan__chooseads--desktop__cstable--accordianbody__section1left
    ul
    li.active
    a {
    color: #fff;
}

.campan__chooseads--desktop__cstable--accordianbody__section1left
    ul
    li.camp__slide--dsktop
    a {
    background: url(/assets/admin/images/desktopnormal.png) no-repeat center
        left 15px;
}
.campan__chooseads--desktop__cstable--accordianbody__section1left
    ul
    li.camp__slide--mobile
    a {
    background: url(/assets/admin/images/mobile__normal.png) no-repeat center
        left 15px;
}
.campan__chooseads--desktop__cstable--accordianbody__section1left
    ul
    li.camp__slide--story
    a {
    background: url(/assets/admin/images/last-icon.png) no-repeat center left
        15px;
}

.campan__chooseads--desktop__cstable--accordianbody__section1left
    ul
    li.camp__slide--dsktop.active
    a {
    background: #123393 url(/assets/admin/images/computer.png) no-repeat center
        left 15px;
    color: #fff;
}
.campan__chooseads--desktop__cstable--accordianbody__section1left
    ul
    li.camp__slide--mobile.active
    a {
    background: #123393 url(/assets/admin/images/mobileact.png) no-repeat center
        left 15px;
    color: #fff;
}
.campan__chooseads--desktop__cstable--accordianbody__section1left
    ul
    li.camp__slide--story.active
    a {
    background: #123393 url(/assets/admin/images/last-active.png) no-repeat
        center left 15px;
    color: #fff;
}

.campan__chooseads--desktop__cstable--accordianbody__section2 {
    display: flex;
    flex-wrap: wrap;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid {
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px 0px rgba(214, 220, 236, 0.2);
    border-radius: 7px;
}

.campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 33%;
    margin-bottom: 20px;
    padding: 0 5px;
}

.campan__chooseads--desktop__cstable--accordianbody__section2-grid__left {
    font-size: 16px;
    color: #0f093c;
    font-weight: 400;
    background: url(/assets/admin/images/check.png) no-repeat center left;
    padding: 10px 10px 10px 50px;
    box-sizing: border-box;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-gridrating {
    background: rgba(46, 196, 182, 0.16);
    padding: 10px;
    border-radius: 15px;
    font-size: 14px;
    color: #2ec4b6;
    text-align: center;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-griddetails a {
    font-size: 14px;
    color: #00020e;
    background: #f3f4f6;
    padding: 10px 15px;
    border-radius: 13px;
    box-sizing: border-box;
    transition: all 0.7s;
    font-weight: 500;
    text-decoration: none;
}

.campan__chooseads--desktop__cstable--accordianbody__section2-griddetails
    a:hover {
    color: #fff;
    background: #123393;
}

.platform-tabs li a {
    padding: 0;
}

.campan__chooseads--desktop__cstable--accordianbody__section2-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    display: flex;
    align-items: center;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-gridrating {
    margin-right: 10px;
}

.campan__chooseads--desktop__cstable--accordianbody__section2-btnlist a {
    padding-left: 5px;
    display: inline-block;
    vertical-align: bottom;
}

.campan__chooseads--desktop__cstable--accordianbody__section2-grid__input {
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__input
    input[type="checkbox"] {
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__input
    input[type="checkbox"]:checked {
    background: #ff621b;
    position: relative;
}

.campan__chooseads--desktop__cstable--accordianbody__section2-grid__input
    input[type="checkbox"]:checked:after {
    content: "âœ“";
    position: absolute;
    color: #fff;
    top: -1px;
    left: 3px;
    width: 15px;
    height: 15px;
    font-size: 12px;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__left.rmove__bg {
    font-size: 16px;
    color: #0f093c;
    font-weight: 400;
    background: #f3f4f6;
    border-radius: 12px;
    padding: 7px 12px;
    box-sizing: border-box;
}

.campan__chooseads--desktop__cstable--accordianbody__section2-gridth img {
    width: 100%;
    vertical-align: top;
}

.campan__chooseads--desktop__cstable--accordian:nth-child(odd)
    .campan__chooseads--desktop__cstable--accordianheading {
    background: #fff;
}
.campan__chooseads--desktop__cstable--accordian:nth-child(even)
    .campan__chooseads--desktop__cstable--accordianheading {
    background: #eff2fa;
}

.campan__chooseads--desktop__cstable--accordianheading-col2 span {
    display: block;
    color: #ff621b;
    font-size: 10px;
}

.campan__chooseads--desktop__cstable--accordian:nth-child(even)
    .campan__chooseads--desktop__cstable--accordianheading-col5
    a {
    background: #fff;
}
#tab2camp {
    justify-content: start;
}

#tab2camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 15%;
    margin-right: 20px;
}

#tab2camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    width: 100%;
}
#tab2camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    justify-content: space-between;
}
#tab2camp .tsm {
    width: auto;
}

#tab3camp {
    justify-content: start;
}

#tab3camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 15%;
    margin-right: 20px;
}

#tab3camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    width: 100%;
}
#tab3camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    justify-content: space-between;
}
#tab3camp .tsm {
    width: auto;
}

#tab5camp {
    justify-content: start;
}

#tab5camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 15%;
    margin-right: 20px;
}

#tab5camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    width: 100%;
}
#tab5camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    justify-content: space-between;
}
#tab5camp .tsm {
    width: auto;
}

#tab6camp {
    justify-content: start;
}

#tab6camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 15%;
    margin-right: 20px;
}

#tab6camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    width: 100%;
}
#tab6camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    justify-content: space-between;
}
#tab6camp .tsm {
    width: auto;
}

#tab8camp {
    justify-content: start;
}

#tab8camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 15%;
    margin-right: 20px;
}

#tab8camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    width: 100%;
}
#tab8camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    justify-content: space-between;
}
#tab8camp .tsm {
    width: auto;
}

#tab10camp {
    justify-content: start;
}

#tab10camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 15%;
    margin-right: 20px;
}

#tab10camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    width: 100%;
}
#tab10camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    justify-content: space-between;
}
#tab10camp .tsm {
    width: auto;
}

#tab12camp {
    justify-content: start;
}

#tab12camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 15%;
    margin-right: 20px;
}

#tab12camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    width: 100%;
}
#tab12camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    justify-content: space-between;
}
#tab12camp .tsm {
    width: auto;
}

#tab14camp {
    justify-content: start;
}

#tab14camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 15%;
    margin-right: 20px;
}

#tab14camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    width: 100%;
}
#tab14camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    justify-content: space-between;
}
#tab14camp .tsm {
    width: auto;
}

.edit__facebook__camp--new {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.edit__facebook__camp--newleft {
    width: 35%;
}

.edit__facebook__camp--newright {
    width: 60%;
}

.edit__facebook__camp--newleft--post--btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.edit__facebook__camp--newleft--post--btn .campsec__back {
    width: 48%;
    text-align: center;
    margin: 20px 0;
}

.edit__facebook__camp--newleft--post--btn .campsec__back a {
    display: block;
    width: 100%;
    text-align: center;
    background: #f3f4f6;
    font-size: 14px;
    color: #00020e;
    font-weight: 500;
    text-decoration: none;
}

.edit__facebook__camp--newleft--postth img {
    width: 100%;
    vertical-align: top;
}

.edit__facebook__camp--new {
    margin-top: 30px;
}

.edit__campaning--new .create__campaign--strategiespopup {
    pointer-events: inherit;
    z-index: 999999999;
}

.create__camp__section3fieldpaddingtop {
    padding-top: 0;
}

.libkcolor {
    color: #ff621b !important;
}

.edit__facebook__camp--newfull .edit__facebook__camp--newleft {
    width: 100%;
}

.edit__facebook__camp--newfull .edit__facebook__camp--newright {
    width: 100%;
}

.edit__campaning--new {
    position: relative;
    padding: 100px 0;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.w70 {
    width: 70% !important;
}

.w70__new {
    margin: 30px 0;
}

.edit__facebook__camp--newrightinner .create__camp__section3field {
    width: 100%;
}

.edit__facebook__camp--newrightinner .create__camp__section3field textarea {
    width: 100%;
}

#cs_cap_url {
    color: #ff621b;
}

.post__style__facebook {
    background: #fff;
}

.post__style__facebook .po1 {
    display: flex;
    justify-content: space-between;
    padding: 30px 10px 10px;
    box-sizing: border-box;
    align-items: center;
}

.camp__abtest--section2inner--section2 .post__style__facebook {
    border: 1px solid #eff2fa;
    border-radius: 5px;
}

.camp__abtest--section2inner--section2new {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.camp__abtest--section2inner--section2 .owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.camp__abtest--section2inner--section2 .owl-carousel .owl-next {
    position: absolute;
    top: 46%;
    right: 0;
    background: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px !important;
}

.camp__abtest--section2inner--section2 .owl-carousel .owl-prev {
    position: absolute;
    top: 46%;
    left: 0;
    background: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px !important;
}

.post__style__facebook--header {
    border: 1px solid #eff2fa;
    border-radius: 5px;
    border-bottom: none;
}

.camp__abtest--section2inner--section2 .post__style__facebook--header {
    border: none;
}

.post__style__facebook .po--left {
    display: flex;
    align-items: center;
}
.po-profile__details p {
    display: flex;
}

.po-profile__details {
    padding-left: 10px;
}

.po-profile__details h4 {
    font-size: 9px;
    margin: 0;
    font-weight: bold;
    color: #000;
}

.po-profile__details p {
    color: #65676b;
    font-size: 7px;
    margin: 3px 0 0;
}

.po-profile__details span {
    color: #65676b;
    font-size: 7px;
    margin: 3px 0 0;
}

.po--right span {
    font-size: 18px;
}

.po-profile__details p span {
    display: inline-block;
    margin-left: 20px;
}

.post__style__facebook .po2 {
    padding: 0 10px 10px;
}
.post__style__facebook .po2 p {
    font-size: 9px;
    color: #000000;
    margin: 0;
}
.post__style__facebook .po2 small {
    font-size: 9px;
    color: #000000;
    margin: 0;
}
#tab2camp .po__images--caption--left p {
    font-size: 9px;
    color: #000;
    margin: 0;
}

.post__style__facebook .po__images img {
    width: 100%;
    vertical-align: middle;
}

.po__images--caption {
    background: #f0f2f5;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#po__tile__name {
    font-size: 9px;
    color: #000;
    font-weight: bold;
}
#po__url--name {
    font-size: 8px;
    color: #ff621b;
    text-decoration: none;
    margin: 0;
}
#po__url--name a {
    font-size: 8px;
    color: #ff621b;
    text-decoration: none;
}

.po__images--caption--right {
}
.po__images--caption--right a {
    font-size: 9px;
    color: #000;
    background: #ced0d4;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
}

.commemets__and_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ced0d4;
}

.commemets__and_list--left__icon img {
    display: inline-block;
    margin-left: -7px;
    vertical-align: baseline;
}

.commemets__and_list--left {
    display: flex;
    align-items: center;
}
.commemets__and_list--left__icon__count {
    margin-left: 10px;
    font-size: 9px;
    color: #65676b;
}
.commemets__and_list--rightinner {
    display: inline-block;
    padding-left: 10px;
}
.commemets__and_list--rightinner span {
    margin-left: 10px;
    font-size: 9px;
    color: #65676b;
    display: inline-block;
}

.commemets__and_list2 {
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
}

.commemets__and_list21 {
    display: flex;
    align-items: center;
    font-size: 9px;
    color: #000;
}
.commemets__and_list21 span {
    display: inline-block;
    padding-right: 5px;
}

.paddingtopzero {
    padding-top: 0;
}

.po__images--caption--insta {
    background: none;
    border-bottom: 1px solid #ced0d4;
    padding: 15px 10px;
    box-sizing: border-box;
}
.po__images--caption--insta a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    width: 100%;
    color: #1ea1f7;
    font-size: 13px;
}
.po__images--caption--insta a h4#po__tile__name {
    color: #1ea1f7;
    font-size: 13px;
    font-weight: 500;
}
.po__ss--caption--insta .commemets__and_list--left__icon span {
    display: inline-block;
    padding-right: 5px;
}
.po__ss--caption--insta .commemets__and_list--left__icon img {
    display: inline-block;
    margin: 0;
    padding-right: 3px;
    vertical-align: baseline;
}

.po__ss--caption--insta .commemets__and_list--left__icon {
    display: flex;
    align-items: center;
    border: none;
}

.po__ss--caption--insta .commemets__and_list {
    border: none;
}

.inspost__cont--new p {
    font-size: 9px;
    color: #000;
    padding: 0 10px;
}

.create__campngstrategiespopup__outerssaddes {
    width: 100%;
    background: url(../images/bgnn.png) no-repeat top center;
    background-size: cover;
    padding: 0;
}

.create__campngstrategiespopup__outerssaddes
    .create__campaign--strategiespopup {
    position: static;
    padding: 3vw 1.5vw;
}

.po__ss--caption--jobnew {
    display: flex;
    justify-content: space-between;
    background: #030033;
}

.po__ss--caption--job__lft {
    width: 50%;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.po__ss--caption--job__lft1 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.po__ss--caption--job__lft2 a {
    color: #0a00cc;
    background: #fff;
    font-size: 7px;
    display: inline-block;
    padding: 5px 7px;
    border-radius: 5px;
    box-sizing: border-box;
}

.po__ss--caption--job__rgt {
    width: 50%;
}

.po__ss--caption--job__rgt img {
    width: 100%;
}

.brake--full__all {
    display: block;
}

.brake--full__all .edit__facebook__camp--newleft {
    width: 100%;
}

.brake--full__all .edit__facebook__camp--newright {
    width: 100%;
}

.post__style__facebookmmm .po__ss--caption--job__rgt {
    width: 65%;
}

.post__style__facebookmmm .po__ss--caption--job__lft {
    width: 35%;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post__style__facebookmmm .po__ss--caption--job__lft1 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.post__style__facebookmmm .po__ss--caption--job__lft2 a {
    color: #0a00cc;
    background: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 5px 7px;
    border-radius: 5px;
    box-sizing: border-box;
}

.campaing__overview_finalreviewgrid {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cececefc;
    padding: 20px 0;
}
.campaing__overview_finalreviewgrid--left {
    width: 48%;
}

.campaing__overview_finalreviewgrid--left img {
    width: 100%;
}

.campaing__overview_finalreview__left .create__camp__section3field {
    box-shadow: 5px 5px 10px 0px rgba(214, 220, 236, 0.2);
    border-radius: 15px;
}

.campaing__overview_finalreview__left .create__camp__section3fieldinner {
    display: none;
}

.campaing__overview_finalreview__left .create__camp__section3fieldlable {
    padding-left: 20px;
    padding-right: 20px;
}

.campaing__overview_finalreview__left
    .create__camp__section3fieldlable.active
    .create__camp__section3fieldcounter
    img {
    transform: rotate(180deg);
}

.campaing__overview_finalreview__left {
    width: 60%;
}
.campaing__overview_finalreview__right {
    width: 38%;
}

.campaing__overview_finalreview__left .create__camp__section3field {
    margin-bottom: 20px;
}
.campaing__overview_finalreview__left .create__camp__section3field {
    width: 100%;
    padding: 10px 0 0;
}

.campaing__overview_finalreview__rightmain {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 8px 13px 15px rgba(0, 0, 0, 0.1);
}

.campaing__overview_finalreview__outer {
    display: flex;
    justify-content: space-between;
}

.campaing__overview_finalreview__rightmain {
}
.campaing__overview_finalreview__rightmain h4 {
    font-size: 16px;
    color: #0f093c;
    font-weight: 500;
    padding: 10px 0 20px;
    border-bottom: 1px solid rgba(206, 206, 206, 0.3);
}

.campaing__overview_finalreview__rightgrid {
    display: flex;
}

.campaing__overview_finalreview__rightgrid {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.campaing__overview_finalreview__rightgrid h5 {
    margin: 0;
    padding-right: 10px;
    font-size: 14px;
    color: #0f093c;
    font-weight: 500;
}
.campaing__overview_finalreview__rightgrid p {
    margin: 0;
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 300;
}
.campaing__overview_finalreview__rightgrid span {
    margin: 0;
    background: #eeeeee;
    color: #1e1e1e;
    padding: 5px 12px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 400;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
    content: "" !important;
    background: url(/assets/admin/images/updown.png) no-repeat center center !important;
    opacity: 1 !important;
    width: 20px;
    height: 20px;
    top: 16px;
}

table.dataTable thead > tr > th:first-child().sorting:before,
table.dataTable thead > tr > th:first-child().sorting_asc:before,
table.dataTable thead > tr > th:first-child().sorting_desc:before,
table.dataTable thead > tr > th:first-child().sorting_asc_disabled:before,
table.dataTable thead > tr > th:first-child().sorting_desc_disabled:before {
    content: "" !important;
    background: none !important;
    opacity: 1 !important;
    width: 20px;
    height: 20px;
    top: 16px;
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    content: "" !important;
}

table.dataTable thead > tr > th.sorting_disabled.sorting_asc:after,
table.dataTable thead > tr > th.sorting_disabled.sorting_asc:before {
    content: "" !important;
    background: none !important;
}

#datatable__camp tr th:last-child {
    text-align: right;
    padding-right: 33px;
}

.shot__new {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: -46px;
    position: relative;
    z-index: 99;
    width: 45%;
    float: right;
    overflow: hidden;
}

.table__filter1--capssimh {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.table__filter1--capssimh span {
    color: #757294;
    font-size: 12px;
    padding-right: 10px;
    display: block;
    font-family: "Poppins", sans-serif;
}
.table__filter1--capssimh select {
    border: 1px solid #d3e0eb;
    background: #f6f9fc url(/assets/admin/images/drop_1.png) no-repeat center
        right 10px !important;
    border-radius: 10px;
    padding: 10px 10px;
    height: 44px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100px;
    font-family: "Poppins", sans-serif;
}
.date__filter__capm {
    width: 100px;
    margin: 0 15px 0 0;
    font-size: 13px;
    color: #262626;
}
.date__filter__capm--filter {
    width: 130px;
    margin: 0 15px 0 0;
    font-size: 13px;
    color: #262626;
}
.date__filter__capm {
    margin-right: 20px;
}
.date__filter__capm select {
    border: 1px solid #d3e0eb;
    background: #f6f9fc url(/assets/admin/images/drop_1.png) no-repeat center
        right 10px !important;
    border-radius: 10px;
    padding: 10px 10px;
    height: 44px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 130px;
    font-family: "Poppins", sans-serif;
}

.cs__drop--new {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.table__filter3 {
    padding-left: 20px;
}
.table__filter3 ul {
    padding: 0;
    list-style: none;
    background: #f7f7f7;
    display: flex;
    border-radius: 15px;
    margin: 0;
}
.table__filter3 ul li {
}
.table__filter3 ul li a {
    padding: 10px 20px;
    display: block;
}

.table__filter3 ul li.active a.list__camp__filter {
    background: #123393 url(/assets/admin/images/ion_list.png) no-repeat center
        center;
    width: 50px;
    height: 44px;
    border-radius: 10px;
}

.table__filter3 ul li:hover a.list__camp__filter {
    background: #123393 url(/assets/admin/images/ion_list.png) no-repeat center
        center;
    width: 50px;
    height: 44px;
    border-radius: 10px;
}

.table__filter3 ul li a.list__camp__filter {
    background: #f7f7f7 url(/assets/admin/images/ion_list.png) no-repeat center
        center;
    width: 50px;
    height: 44px;
    border-radius: 10px;
}

.table__filter3 ul li a.list__camp__filter1 {
    background: #f7f7f7 url(/assets/admin/images/basil_calendar-solid.png)
        no-repeat center center;
    width: 50px;
    height: 44px;
    border-radius: 10px;
}
.table__filter3 ul li.active a.list__camp__filter1 {
    background: #123393 url(/assets/admin/images/basil_calendar-solid.png)
        no-repeat center center;
    width: 50px;
    height: 44px;
    border-radius: 10px;
}

.table__filter3 ul li:hover a.list__camp__filter1 {
    background: #123393 url(/assets/admin/images/basil_calendar-solid.png)
        no-repeat center center;
    width: 50px;
    height: 44px;
    border-radius: 10px;
}

.popular__tag {
    position: absolute;
    right: 10px;
    top: 20px;
}
.popular__tag span {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
    font-weight: 500;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    background: #2ec4b6;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.camp__pakage--gridpopular {
    position: relative;
}

.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1;
    transform: translateY(0);
    z-index: 1000; /* Ensure it appears above other content */
}

.hidden {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none; /* Prevent interaction when hidden */
}

.success {
    background-color: #4caf50; /* Green */
    color: white;
}

.error {
    /* background-color: #f44336; Red */
    color: #f44336;
}

.warning {
    background-color: #ff9800; /* Orange */
    color: white;
}

/* start key*/

.countrySelect .select2-container {
    border-radius: 4px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    outline: 0;
}
.countrySelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.countrySelect .select2-container .select2-selection,
#keywordSearch__tus .select2-container .select2-selection {
    background: #eff2fa url(/assets/admin/images/dro.png) no-repeat center right
        20px !important;
    border: 1px solid #d9dfec !important;
    border-radius: 10px !important;
    width: 100% !important;
    color: #0f093c !important;
    font-size: 14px;
    -webkit-appearance: none;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 8px !important;
    padding-right: 50px !important;
    height: auto;
}

.countrySelect .select2-selection__arrow {
    display: none;
}

#keywordSearch__tus
    .select2-container
    .select2-search--inline
    .select2-search__field {
    margin-top: 0 !important;
}

.countrySelect .select2-container:focus {
    outline: 0;
}
.countrySelect
    .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: none;
}

/*
#select2-countrySelect-container .select2-selection__choice{
	position: relative;
    padding-left: 0;
    border: none;
   padding: 15px 0;
    background: none;
    margin-top: -9px;
}
#select2-countrySelect-container .select2-selection__choice__remove{
	    position: absolute;
    top: -4px;
    right: 0;
    left: auto;
    border: none;
}
#select2-countrySelect-container .select2-selection__choice__display{
	background: rgba(46, 1961, 182, 0.2);
    padding: 5px 11px;
    border: 1px solid rgba(46, 1961, 182, 0.6) !important;
    color: #2EC4B6;
    border-radius: 20px;
}

*/

#select2-countrySelect-container .select2-selection__choice {
    border: 1px solid #a4e5df !important;
    background: #ecfaf8 !important;
}
#select2-countrySelect-container .select2-selection__choice__remove {
    border-right: 1px solid #a4e5df !important;
}
#select2-countrySelect-container .select2-selection__choice__display {
    color: #2ec4b6;
}

.countrySelect .select2-container--default .select2-selection--multiple,
.publisherPlatforms .select2-container--default .select2-selection--multiple,
.searchPageIds .select2-container--default .select2-selection--multiple {
    background: #eff2fa !important;
}

#keywordSearch__tus .select2-container {
    border-radius: 4px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    outline: 0;
}

#keywordSearch__tus .select2-container:focus {
    outline: 0;
}
#keywordSearch__tus
    .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: none;
}

#keywordSearch__tus .select2-selection__choice {
    /* border: 1px solid #a4e5df !important;
    background: #ecfaf8 !important; */
}
#keywordSearch__tus .select2-selection__choice__remove {
    /* border-right: 1px solid #a4e5df !important; */
}
#keywordSearch__tus .select2-selection__choice__display {
    /* color: #2ec4b6; */
}

#keywordSearch__tus .select2-container--default .select2-selection--multiple {
    background: #eff2fa !important;
}
#keywordSearch__tus .select2-selection.select2-selection--multiple {
    padding-top: 4px;
    min-height: 42px;
}
#keywordSearch__tus .select2-container--default .select2-selection--multiple {
    border: none;
}

.ftbycity .select2-container {
    border: 1px solid #d9dfec !important;
    border-radius: 4px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    outline: 0;
}

.ftbycity .select2-container:focus {
    outline: 0;
}
.ftbycity
    .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: none;
}

.ftbycity .select2-selection__choice {
    border: 1px solid #a4e5df !important;
    background: #ecfaf8 !important;
    padding-left: 5px !important;
}
.ftbycity .select2-selection__choice__remove {
    border-right: 1px solid #a4e5df !important;
    display: none !important;
}
.ftbycity .select2-selection__choice__display {
    /* color: #2ec4b6; */
}

.ftbycity .select2-container--default .select2-selection--multiple {
    background: #eff2fa !important;
}
.ftbycity .select2-selection.select2-selection--multiple {
    padding-top: 4px;
    min-height: 38px;
}
.ftbycity .select2-container--default .select2-selection--multiple {
    border: none;
}

@media screen and (max-width: 1400px) {
    .ftbycity .select2-selection.select2-selection--multiple {
        padding-top: 4px;
        min-height: 38px;
    }
}

.smallsize {
    width: 20px;
    height: 20px;
    font-size: 14px;
    margin-left: 3px;
}

.card-header {
    font-size: 15px;
}

.margintop20 {
    margin-top: 20px !important;
}
.mycs__ttads {
    display: flex;
    flex-wrap: wrap;
}

.mycs__ttadsinner {
    width: 100%;
}
.minheightsixt {
    display: flex;
    width: 100%;
    min-height: 61px;
    align-items: center;
}

.create__camp__section3fieldinner .tag-container {
    width: 100%;
}
.create__camp__section3fieldinner {
    width: 100% !important;
}
.create__camp__section3fieldinner #tag-input,
input,
select {
    border: none;
    padding: 0.5rem 0.75rem;
}

#autocomplete {
    margin: 0 !important;
    width: 100% !important;
}

#tags-container .tag,
#tags .tag {
    background: #123393;
    padding: 5px 25px 5px 7px !important;
    border: 1px solid #123393 !important;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    margin-top: 15px;
    
}
#tags-container .remove-tag,
#tags .remove-tag {
    position: absolute;
    top: 7px;
    right: 4px;
    background: #fff;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 17px;
    color: #123393;
    font-weight: 600;
    line-height: 16px;
}

.camp__custom-card a {
    color: #637381;
    font-size: 18px;
}

/*end key*/

.campan__chooseads--desktop__cstable--accordianheading-col1
    input[type="checkbox"]:checked {
    background: #ff621b;
    position: relative;
}
.campan__chooseads--desktop__cstable--accordianheading-col1
    input[type="checkbox"]:checked:after {
    position: absolute;
    color: #fff;
    top: -1px;
    left: 3px;
    width: 15px;
    height: 15px;
    font-size: 12px;
}

/* The container */
.containerssss {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerssss input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.containerssss .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ff621b;
}

/* On mouse-over, add a grey background color */
.containerssss:hover input ~ .checkmark {
    background-color: #ff621b;
}

/* When the checkbox is checked, add a blue background */
.containerssss input:checked ~ .checkmark {
    background-color: #ff621b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.containerssss .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerssss input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerssss .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.loginlogut ul {
    padding-left: 0;
}
.loginlogut ul li {
    list-style: none;
}

.contentbased__cam--tag {
    background: #f0f0f0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.contentbased__cam--taginner {
    border: 1px solid #c2c5c8;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.contentbased__cam--taginnerheading {
    display: flex;
}

.contentbased__cam--taginnerheading span {
    display: flex;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    color: #000;
}
.contentbased__cam--taginnerheading select {
    border: none;
    background: none;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    padding: 0 20px;
    color: #000;
}

.contentbased__cam--taginner h4 {
    font-size: 13px;
    color: #3624be;
    font-weight: 500;
    padding: 5px 0;
    margin: 0;
}
.contentbased__cam--taginner p {
    font-size: 13px;
    color: #000;
    margin: 0;
}

.w100 {
    width: 100% !important;
}

.linked__post--cmp--thinner img {
    width: 100%;
    vertical-align: top;
}
.linked__post--cmp--th {
    position: relative;
}

.linked__post--cmp--thinnertop {
    position: absolute;
    top: -30px;
    left: 10px;
}

.linked__post--cmp--thinnertop {
    width: 100px;
}
.linked__post--cmp--body {
    position: relative;
    padding: 54px 0 10px;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    border-top: none;
}

.linked__post--cmp--body--title {
    font-size: 9px;
    color: #000000;
    font-weight: bold;
}

.linked__post--cmp--body--rate {
    display: flex;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
}
.linked__post--cmp--body--rate span {
    color: #65676b;
    font-size: 10px;
    display: inline-block;
    padding-right: 20px;
    font-weight: 500;
}

.linkdin__looka {
    padding-top: 12px;
    font-size: 10px;
    color: #65676b;
}

.linkdin__looka--details {
    font-size: 8px;
    color: #65676b;
}

.linkdin__looka--btn {
    padding-top: 16px;
    display: flex;
}

.applylinkdin {
    background: #2557a7 url(../images/exurl.png) no-repeat center right 10px;
    padding: 3px 20px 3px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
}

.addtowhish {
    display: inline-block;
}

.rattingstart {
    padding-left: 10px;
    display: inline-block;
}

.camp__linkdin--locaktion {
    margin: 20px 0 10px;
    padding: 10px;
    border-top: 1px solid #ced0d4;
    border-bottom: 1px solid #ced0d4;
}
.linked__post--cmp--body1 {
    padding: 0 15px;
}
.camp__linkdin--locaktion {
}
.camp__linkdin--locaktion h4 {
    font-size: 9px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 4px;
}

.linkdin__loaction--name {
    display: flex;
}

.linkdin__loaction--name span {
    display: flex;
    align-items: center;
}

.linkdin__loaction--name span span {
    padding-left: 10px;
    display: inline-block;
    font-size: 9px;
    color: #65676b;
}

.camp__linkdin--locaktionfulljd h4 {
    font-size: 9px;
    color: #000000;
    font-weight: bold;
    padding: 0 15px;
}

.po__images--caption__lkdinsapp {
    background: #f3f6f8;
}
#po__tile__name1 {
    font-size: 9px;
    color: #000;
    font-weight: bold;
}
#po__url--name1 {
    font-size: 8px;
    color: #666666;
    text-decoration: none;
    margin: 0;
}

.po__images--caption__lkdinsapp .po__images--caption--right a {
    font-size: 9px;
    color: #2f72ac;
    border: 1px solid #2f72ac;
    background: none;
    padding: 5px 10px;
    border-radius: 0;
    display: inline-block;
    font-weight: bold;
}
.commemets__and_list--left__icon__count span {
    padding-left: 6px;
}

.camp__abtest--chooseaddpre {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.camp__abtest--chooseaddpre--left {
    width: 60%;
}
.camp__abtest--chooseaddpre--right {
    width: 35%;
}
.camp__abtest--chooseaddpre--rep--grid {
    padding: 0 20px;
    margin-top: 15px;
    box-sizing: border-box;
    box-shadow: 5px 5px 20px 0px #d6dcec;
    border-radius: 10px;
}
.camp__abtest--chooseaddpre--rep--heading {
    background: #fff url(../images/uppp.png) no-repeat center right 15px;
    font-size: 16px;
    color: #0f093c;
    font-weight: 600;
    padding: 20px 0;
}

.camp__abtest--chooseaddpre--rep--heading.active {
    background: #fff url(../images/arrow-doew.png) no-repeat center right 15px;
    font-size: 16px;
    color: #0f093c;
    font-weight: 600;
    padding: 20px 0;
}
.camp__abtest--chooseaddpre--rep--details {
}
.camp__abtest--chooseaddpre--rep--detailsinner {
    border-top: 1px solid #eff2fa;
    padding: 20px 5px;
    display: flex;
    flex-wrap: wrap;
}

.camp__abtest--chooseaddpre--rep--detailsinner__left {
    width: 48%;
}
.camp__abtest--chooseaddpre--rep--details {
    display: none;
}

.camp__abtest--chooseaddpre--right {
    margin-top: 10px;
}
.camp__abtest--chooseaddpre--right--inner {
    box-sizing: border-box;
    box-shadow: 5px 5px 20px 0px #d6dcec;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}
.camp__abtest--chooseaddpre--right h4 {
    font-size: 16px;
    color: #0f093c;
    font-weight: 600;
    padding: 0 0 20px;
    border-bottom: 1px solid #eff2fa;
    margin-bottom: 10px;
}

.camp__abtest--chooseaddpre--right--grid {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.camp__abtest--chooseaddpre--right--grid h5 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #0f093c;
    font-weight: 500;
}
.camp__abtest--chooseaddpre--right--grid p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: rgba(15, 9, 60, 0.28);
    padding-left: 10px;
    box-sizing: border-box;
    font-weight: 500;
}

.camp__abtest--chooseaddpre--right--grid p span {
    color: #1e1e1e;
    font-size: 12px;
    background: #f7f7f7;
    padding: 5px 10px;
    margin-left: 3px;
    border-radius: 10px;
    display: inline-block;
}

.wherethisappr {
    width: 100%;
    background: url(../images/bgsss.png) no-repeat top center;
    background-size: cover;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.wherethisapprinner {
    position: static;
    padding: 3vw 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
}

.wherethisapprinnerss {
    max-width: 700px;
    width: 100%;
}

.wherethisapprinnerss__grid a {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #0f093c;
    padding: 20px 20px;
    box-sizing: border-box;
    box-shadow: 8px 13px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
}

.wherethisapprinnerss__grid.active a {
    background: #eff2fa;
}

@media (max-width: 1440px) {
    .camp__custom-cardcontent {
        padding-left: 15px;
    }
    .camp__custom-card {
        padding: 10px;
    }
    .camp__custom-cardcontent p {
        font-size: 13px;
    }
    .camp__custom-cardcontentfull h4 {
        font-size: 14px;
    }
    .card__colect--camp .col-md-3 {
        width: 50% !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .keywordSearchBtn {
        flex-direction: column;
    }
    .userProfileTop .dropdown-toggle {
        position: relative;
    }
    .appHeaderTop {
        display: flex;
        justify-content: space-between;
    }
    .appHeaderTop .userProfileTop {
        width: 70%;
    }
}
.introjs-skipbutton {
    padding: 10px;
    margin-right: 30px;
}
.introjs-bullets {
    display: none; /* This will hide the entire bullet list */
}

.intro-disabled {
    display: none; /* This will hide the
    color: #888888; /* Gray color for disabled state */
    text-decoration: none; /* Removes underline */
    cursor: default; /* Changes cursor to default */
    opacity: 0.6; /* Makes it slightly transparent */
}

.ads-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.ads-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.ad-item {
    background: #f9f9f9; /* Gray background */
    border: 1px solid #ddd; /* Border */
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s;
}

.ad-item:hover {
    transform: translateY(-5px);
}

.quality-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.quality-check input {
    margin-right: 10px;
}

.quality-check span {
    margin-right: 10px;
}

.quality-check .score {
    background-color: #e0e0e0; /* Score background */
    border-radius: 12px;
    padding: 2px 8px;
}

.ad-content h4,
.ad-content p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #333;
}

.ad-footer .btn-list {
    display: flex;
    justify-content: flex-end;
}

.btn-list img {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.create__campaign--strategiespopup {
    display: block; /* Change to 'none' when not needed */
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.create__camp__section3field {
    margin-bottom: 15px;
}

.create__camp__section3fieldlable {
    margin-bottom: 5px;
}

.create__camp__section3fieldinner input,
.create__camp__section3fieldinner textarea,
.create__camp__section3fieldinner select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.create__camp--main--btn {
    display: flex;
    justify-content: space-between;
    /* margin-top: 20px; */
}

.add__new--popup--section {
    width: 100% !important;
    max-width: 1024px;
}

.add__new--popup--section
    .create__campaign--strategiespopup__inner--section1
    h4 {
    margin: 0;
}

.add__new--popup--section .create__camp--main--btn {
    margin: 0;
}
.mycustom__file-uploadmain {
    position: relative;
}
.mycustom__file-uploadmain input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
    border-radius: 10px;
}
.mycustom__file-uploadmain img {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    width: 100%;
}

.mycustom__file-upload {
    display: flex;
    justify-content: row-reverse;
}
.show__th--fb--images {
    width: 125px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    margin-left: 10px;
}
.show__th--fb--images img {
    height: 74px;
}

.edit__facebook__camp--newmain .edit__facebook__camp--newright {
    width: 45%;
}
.edit__facebook__camp--newmain .edit__facebook__camp--left {
    width: 45%;
}

.mycustom__file-upload {
    margin-bottom: 10px;
}

.edit__facebook__camp--newmain
    .edit__facebook__camp--newright
    .create__camp__section3fieldlable
    h4 {
    font-size: 16px;
    margin: 0;
}
.edit__facebook__camp--newmain .create__camp__section3fieldinner textarea {
    height: 100px;
}
.edit__facebook__camp--newmain .create__camp__section3field {
    margin-bottom: 0;
    padding: 20px 0 0;
}

.preview-section__facebook {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.2);
}

.preview-section__facebookhead {
    padding: 10px 15px;
    box-sizing: border-box;
}
.preview-section__facebookbody {
    /* max-height: 220px;
    overflow: hidden;*/
}
.preview-section__facebookbody img {
    width: 100%;
}
.preview-section__facebookfooter {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#preview-headline {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    word-break: break-all;
}

.likdintextview #preview-primary-text {
    font-size: 11px;
}

.linkdinaddfooterpre {
    background: rgba(243, 246, 248, 1);
}

.linkdinaddfooterpre .cta.new__adctanew a {
    font-size: 9px;
    color: #2f72ac;
    border: 1px solid #2f72ac;
    background: none;
    padding: 5px 10px;
    border-radius: 0;
    display: inline-block;
    font-weight: bold;
    line-height: 9px;
}

.preview-section__facebookfooter.linkdinaddfooterpre {
    align-items: flex-start;
}

#preview-link-description {
    font-size: 10px;
    color: rgba(102, 102, 102, 1);
    margin: 0 0 0;
    font-weight: 300;
}
#preview-primary-text {
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    word-break: break-all;
}

.linkdinpostviewfooter {
    background: rgba(243, 246, 248, 1);
}

.linkdinpostviewfooter .preview-headline__view h4 {
}

.linkdinpostviewfooter .preview-headline__view h4 {
    font-size: 10px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.linkdinpostviewfooter .preview-descview p {
    font-size: 10px;
    color: rgba(102, 102, 102, 1);
    margin: 0 0 0;
    font-weight: 300;
}

.cta.new__adctanew a {
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    background: #ced0d4;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}

.edit__facebook__camp--newright
    .create__camp__section3fieldinner
    select.select {
    background: #eff2fa url(/assets/admin/images/dro.png) no-repeat center right
        10px;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    padding-right: 50px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    -webkit-appearance: none;
}

.preview-section__facebookfooter .text-preview {
    width: 78%;
}

/*
.campan__chooseads--desktop__cstable--accordianheading-col1 input[type="checkbox"]:checked:after,
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__input input[type="checkbox"]:checked:after{
	display:none;
}*/

.field-group.heading__group--google,
.description__group--google {
    display: flex;
    justify-content: space-between;
}
.heading__group--googleinner,
.description__group--googleinner {
    width: calc(100% - 25px);
}
.heading__group--googleinner input {
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
}

.description__group--googleinner textarea {
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
}

.heading__group--googleinner span,
.description__group--googleinner span {
    display: block;
    font-size: 10px;
    color: #ccc;
}

.removeheading__group--google button,
.removedescription__group--google button {
    border: none;
    height: 40px;
    width: 35px;
    padding: 0 10px;
    background: none;
    border-radius: 0 10px 10px 0;
}
.removeheading__group--google img,
.removedescription__group--google img {
    width: 100%;
}

.field-group.heading__group--google,
.description__group--google {
    margin-bottom: 15px;
}

.google__add--hed button,
.google__add--description button {
    color: #000;
    background: #f3f4f6;
    padding: 10px 30px;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    font-size: 14px;
    border: none;
}
.google__add--hed button:hover,
.google__add--description button:hover {
    background: #123393;
    color: #fff;
}

.google__add--desclist {
    margin-top: 30px;
}

.preview-section__google {
    padding: 15px;
    box-sizing: border-box;
}

.preview-section__google h4 {
    color: #1a0dab;
    font-size: 20px;
    font-weight: 500;
    word-break: break-all;
}

.preview-section__google p {
    font-size: 12px;
    color: #b3b4b7;
    margin: 7px 0 0;
    word-break: break-all;
}

.static__ad--conentgoogle {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    word-break: break-all;
    margin-bottom: 20px;
}
#instagram-ad #preview-headline {
    color: #000;
    font-size: 11px;
    font-weight: 500;
    word-break: break-all;
    line-height: 12px;
}
#instagram-ad #preview-primary-text {
    font-size: 10px;
    color: #000;
    word-break: break-all;
}

.campan__chooseads--desktop__cstable--accordianbody__section2-grid__input
    .containerssss {
    margin: 0;
    padding: 0;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__input {
    width: 19px;
    padding: 2px 0;
}

.campan__chooseads--desktop__cstable--accordianbody__section2-grid__left.rmove__bg {
    font-size: 16px;
    color: #0f093c;
    font-weight: 400;
    background: #f3f4f6;
    border-radius: 10px;
    padding: 7px 12px;
    box-sizing: border-box;
    width: 42px;
    height: 37px;
}

/*.image-preview.preview-section__facebookbodyview {
    max-height: 230px;
    overflow: hidden;
}*/
.image-preview.preview-section__facebookbodyview img {
    width: 100%;
}
.ad-content {
    border: 1px solid #f2f2f2;
    margin-top: 10px;
}
.preview-primary-text__primarytt {
    padding: 10px;
    box-sizing: border-box;
}
.preview-primary-text__primarytt p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    word-break: break-all;
}

.preview-headline__view h4 {
    color: #8e95a9;
    font-size: 13px;
    font-weight: 500;
    word-break: break-all;
    margin: 0;
}
.preview-descview p {
    font-size: 12px;
    color: #b3b4b7;
    margin: 7px 0 0;
}
.text-preview_view {
    padding: 10px;
    box-sizing: border-box;
}

.scfirst
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__left {
    display: none;
}
.scfirst
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    justify-content: space-between;
}

#tab2camp
    .scsec
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    justify-content: initial;
    width: auto;
}

.commemets__and_list--left__icon img {
    width: auto !important;
}

.commemets__and_list--rightinner {
    display: flex;
    padding-left: 10px;
}

@media screen and (max-width: 1366px) {
    #tab2camp
        .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
        width: 25%;
        margin-right: 20px;
    }
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
        width: 48%;
        margin-bottom: 30px;
    }
}

.po__tile__name {
    font-size: 9px;
    color: #000;
}

.po__url--name {
    font-size: 8px;
    color: #ff621b;
    text-decoration: none;
    margin: 0;
}

#tab2camp .po__tile__name {
    margin: 0;
}
.po__images--caption--right a {
    text-decoration: none;
}
#tab2camp .post__style__facebook .po1 {
    display: flex;
    justify-content: space-between;
    padding: 9px 10px 10px;
}

#tab2camp .po__images--caption--left {
    overflow: hidden;
    width: 65%;
}
#tab3camp
    .scsec
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right,
#tab33camp
    .scsec
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right,
#tab53camp
    .scsec
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    justify-content: initial;
    width: auto;
}

#tab3camp .post__style__facebook .po1,
#tab33camp .post__style__facebook .po1,
#tab53camp .post__style__facebook .po1 {
    padding: 10px 10px 10px;
}

#tab3camp .post__style__facebook,
#tab33camp .post__style__facebook,
#tab53camp .post__style__facebook {
    background: rgb(192, 122, 56);
    background: linear-gradient(
        176deg,
        rgba(192, 122, 56, 1) 0%,
        rgba(131, 79, 30, 1) 100%
    );
    overflow: hidden;
    border-radius: 7px;
}

#tab3camp .post__style__facebook--header,
#tab33camp .post__style__facebook--header,
#tab53camp .post__style__facebook--header {
    border: none;
    border-radius: 0;
}

#tab3camp .po--right,
#tab33camp .po--right,
#tab53camp .po--right {
    display: flex;
    align-items: center;
}
#tab3camp .po--right img,
#tab33camp .po--right img,
#tab53camp .po--right img {
    width: auto;
}

#tab3camp .po-profile__details h4,
#tab33camp .po-profile__details h4,
#tab53camp .po-profile__details h4 {
    color: #fff;
    text-shadow: 2px 2px rgab(0, 0, 0, 0.5);
}
#tab3camp .po-profile__details p,
#tab33camp .po-profile__details p,
#tab53camp .po-profile__details p {
    color: #fff;
    text-shadow: 2px 2px rgab(0, 0, 0, 0.5);
}
#tab3camp .po--right span.dots__link,
#tab33camp .po--right span.dots__link,
#tab53camp .po--right span.dots__link {
    color: #fff;
    display: block;
}
#tab3camp .po--right span img,
#tab33camp .po--right span img,
#tab53camp .po--right span img {
    margin-left: 10px;
    vertical-align: middle;
}

.colorwhite {
    color: #fff !important;
}

.scrollup--story__arrow {
    text-align: center;
    padding-top: 100px;
}

.scrollup--story__arrow img {
    width: auto;
}
.scrollup--story__btn {
    text-align: center;
    padding: 0 0 30px;
}
.scrollup--story__btn a {
    color: #000;
    text-align: center;
    padding: 5px 10px;
    border-radius: 20px;
    background: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
}

.story__th--new {
    max-height: 400px;
    overflow: hidden;
}

#tab3camp .post__style__facebook .po2,
#tab33camp .post__style__facebook .po2,
#tab53camp .post__style__facebook .po2 {
    padding-top: 20px;
}

.post__story__progress progress {
    border-radius: 7px;
    width: 100%;
    height: 4px;
    display: block;
}
.post__story__progress {
    padding: 7px 5px;
    display: block;
}
.post__story__progress progress::-webkit-progress-bar {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 7px;
}
.post__story__progress progress::-webkit-progress-value {
    background: rgba(255, 255, 255, 1);
    border-radius: 7px;
}
.post__story__progress progress::-moz-progress-bar {
    background: rgba(255, 255, 255, 0.2);
}

#google_modal:hover {
    background: #123393;
    color: #fff;
}

.google__ads--listing-desktop {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.google__ads--listing-desktopinner {
    border: 1px solid #c2c5c8;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

.google__ads--listing-desktopinner h4 {
    color: #3624be;
    font-size: 20px;
}
.google__ads--listing-desktopinner p {
    color: #404854;
    font-size: 13px;
    margin: 0;
    word-break: break-all;
}

#tab32camp
    .scfirst
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    width: 100%;
}

#tab52camp
    .scfirst
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    width: 100%;
}
#tab53camp
    .scfirst
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__right {
    width: 100%;
}

#tab21camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 25%;
    margin-right: 0;
}
#tab32camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 25%;
    margin-right: 0;
}

#tab2camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 25%;
    margin-right: 0;
}
#tab3camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 25%;
    margin-right: 0;
}
#tab33camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 25%;
    margin-right: 0;
}

#tab52camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 25%;
    margin-right: 0;
}

#tab53camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 25%;
    margin-right: 0;
}

@media screen and (max-width: 1366px) {
    #tab21camp
        .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
        width: 25%;
        margin-right: 0;
    }
    #tab32camp
        .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
        width: 25%;
        margin-right: 0;
    }
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
        width: 50%;
        margin-bottom: 20px;
    }
    #tab52camp
        .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
        width: 25%;
        margin-right: 0;
    }

    #tab53camp
        .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
        width: 25%;
        margin-right: 0;
    }
}

/*.image-preview.preview-section__facebookbodyview {
    max-height: 230px;
    overflow: hidden;
}*/

.preview-box__main .swiper-pagination {
    position: static;
}

.preview-box__main .previewIntro__bg {
    width: 90%;
    margin: 0 auto;
    background: #f5f7fb;
    border-radius: 5px;
    margin-top: 18px;
}

.preview-box__main #previewHeadline {
    font-size: 16px;
    word-break: break-all;
    text-align: center;
    font-weight: 600;
}
.preview-box__main #previewDescription {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 10px;
}

#predefinedQuestions .form-check-input,
.preview-question .form-check-input {
    width: 20px;
    height: 20px;
    padding: 10px;
}

#predefinedQuestions .form-check {
    margin-bottom: 5px;
}

.previewIntro__bg--form .preview-question {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
.preview-question label {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
}
.preview-question label.form-check-label{
    font-weight: normal;
}
.preview-question .form-check label {
    font-size: 12px;
}

.preview-question.predefined-preview_question:empty {
    display: none;
}

#previewPrivacy p {
    font-size: 14px;
    margin: 0;
    color: #7f7f7fbf;
}
#previewPrivacy p a {
    font-size: 14px;
    margin: 0;
    color: #123393;
}

#previewCompletion h5 {
    font-size: 16px;
}
#previewCompletion p {
    font-size: 14px;
    margin: 0;
}

.preview-question .form-control {
    font-size: 12px;
}

.custom-package-btn {
    margin-top: 20px;
    text-align: center;
    margin-right: 15px;
}
.custom-package-btn button.btn-primary {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    padding: 0;
    background: none;
    color: rgba(102, 102, 102, 0.63);
    border: none;
}
.custom-package-btn button.btn-primary:hover {
}

.camp__pakage--list1 ul {
    padding-left: 0;
}
.camp__pakage--list1 ul li {
    list-style: none;
}

#customPackageForm .form-check {
    display: flex;
    align-items: center;
}
#customPackageForm .form-check .form-check-input {
    padding: 10px;
    background-color: #ff621b;
    border: 1px solid #ff621b;
}
#customPackageForm .form-check label {
    display: inline-block;
    font-size: 14px;
}
#customPackageForm .platform-row {
    margin-bottom: 20px;
}
#customPackageForm #totalPrice {
    color: #123393 !important;
    font-weight: bold;
    padding-left: 10px;
}
#customPackageForm .tcap {
    font-size: 17px;
}
#customPackageForm .tcapouter {
    display: flex;
}

.camp__abtest--gridinnerloeft input[type="checkbox"]:after {
    display: none;
}
.camp__abtest--section2inner--sectionleft input[type="radio"] {
    padding: 0;
}

.mycustomn__ads--form--rightn {
    /* padding-top: 10px; */
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
    /* box-shadow: 5px 5px 20px 0px #d6dcec; */
    margin-top: 0px;
    border-radius: 0px;
    /* padding: 15px; */
}

.prv__logo--new {
    width: 80px !important;
    height: 80px !important;
}
#previewCompletion,
#previewPrivacy,
#previewHeadline,
.my__ss--formprivewpost {
    padding-top: 0px;
}

.campaign-media-type {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8px;
}

.campaign-media-type.video {
    background-color: #e5f2ff;
    color: #0066cc;
}

.campaign-media-type.image {
    background-color: #e6ffe6;
    color: #008000;
}

.mycustom__file-upload small {
    display: block;
    margin-top: 4px;
    font-style: italic;
}
.show__th--fb--media {
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.show__th--fb--media video,
.show__th--fb--media img {
    width: 100%;
    height: auto;
    display: block;
}

.preview-section video {
    width: 100%;
    max-height: 400px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.preview-media {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

.employer__analysis--innerchek {
    display: flex;
    background: rgba(247, 247, 247, 1);
    border-radius: 10px;
    width: 352px;
}

.employer__analysis--innerchekinner {
    max-width: 176px;
    width: 100%;
    height: 47px;
    line-height: 47px;
    position: relative;
}
.employer__analysis--innerchekinner input[type="radio"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.employer__analysis--innerchekinner
    input[type="radio"]
    + .cs__rdo.ai__gen--check {
    background: rgba(247, 247, 247, 1) url(/assets/admin/images/ai-hover.png)
        no-repeat center left 30px;
    padding-left: 74px;
    max-width: 176px;
    width: 100%;
    height: 47px;
    line-height: 47px;
    background-size: 28px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 20px;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.employer__analysis--innerchekinner
    input[type="radio"]:checked
    + .cs__rdo.ai__gen--check {
    background: rgba(18, 51, 147, 1) url(/assets/admin/images/ai.png) no-repeat
        center left 30px;
    background-size: 28px;
    color: #fff;
}

.employer__analysis--innerchekinner
    input[type="radio"]
    + .cs__rdo.men__gen--check {
    background: rgba(247, 247, 247, 1) url(/assets/admin/images/manual.png)
        no-repeat center left 30px;
    padding-left: 74px;
    max-width: 176px;
    width: 100%;
    height: 47px;
    line-height: 47px;
    background-size: 28px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 20px;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.employer__analysis--innerchekinner
    input[type="radio"]:checked
    + .cs__rdo.men__gen--check {
    background: rgba(18, 51, 147, 1) url(/assets/admin/images/manual-hover.png)
        no-repeat center left 30px;
    background-size: 28px;
    color: #fff;
}

.employer__analysis--inner .expandable__div {
    margin-top: 10px;
    padding: 30px 0;
    border-top: 0.3px solid rgba(206, 206, 206, 0.99);
}

.employer__analysis--inner .campsec__back a {
    font-size: 13px;
    padding: 12px 20px;
}

.employer__analysis--inner .create__camp--main--btn {
    margin-top: 0;
}

.create__camp__section3fieldinnermain {
    padding-top: 10px;
}
.create__camp__section3fieldinnermain input[type="text"] {
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
}

.employer__analysis--innerchekscnd {
    padding-top: 30px;
}
.create__camp__section3__csany--caption {
    padding-top: 10px;
}

.employer__analysis--inner .create__camp__section3fieldforbox {
    margin: 20px 0;
    border-radius: 20px;
    box-shadow: 10px 15px 50px 0px rgba(0, 63, 83, 0.05);
    padding: 30px 30px 10px;
    box-sizing: border-box;
}
.create__camp__section3fieldforbox .create__camp__section3field {
    width: 48%;
    padding: 15px 0 0;
}

.employer__analysis--inner
    .expandable__div
    .create__camp__section3fieldlableinner {
    display: flex;
    align-items: center;
    flex-wrap: initial;
}

.employer__analysis--inner
    .expandable__div
    .create__camp__section3fieldlableinner
    h4 {
    margin-bottom: 5px;
}
.csflx {
    display: flex;
    justify-content: space-between;
}
.csflx .w48 {
    width: 48%;
}
.fwrap {
    flex-wrap: wrap;
}

.strategy__tiles.active {
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 98, 27, 1);
    border-radius: 10px;
    box-shadow: 5px 5px 20px 0px rgba(255, 98, 27, 0.13);
    margin-bottom: 30px;
}
.strategy__tiles {
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid tranparent;
    border-radius: 10px;
    box-shadow: 5px 5px 20px 0px rgba(214, 220, 236, 0.34);
    margin-bottom: 30px;
}

.strategy__tiles label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.strategy__tiles--outerfirst {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.camp__gcs--grid1__left {
    display: flex;
    align-items: center;
}
.ths__lth__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: left;
    color: rgba(15, 9, 60, 1);
}
.ths__lth {
    padding: 0 20px;
    box-sizing: border-box;
}
.ths__lth img {
    border-radius: 10px;
}
.ths__lthchecl input[type="radio"] {
    background-color: rgba(255, 98, 27, 0.12);
    outline: none;
    border-radius: 50%;
}
.ths__lthchecl input[type="radio"]:checked {
    background-color: rgba(255, 98, 27, 0.12);
    outline: none;
    border-radius: 50%;
}
.ths__lthchecl [type="checkbox"]:checked,
.ths__lthchecl [type="radio"]:checked {
    border-color: transparent;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.ths__lthchecl [type="checkbox"],
.ths__lthchecl [type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

.ths__lthchecl input[type="radio"]:checked::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 98, 27, 1);
    margin: auto;
    position: relative;
    top: 3px;
    outline: none;
}

.strategy__tiles--outersec--rep {
    margin-top: 20px;
    background: rgba(243, 244, 246, 0.38);
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
}
.strategy__tiles--outersec {
    width: 100%;
}
.strategy__tiles--outersec--reptitle {
    display: flex;
    align-items: center;
    flex-wrap: initial;
    margin-bottom: 5px;
}
.strategy__tiles--outersec--reptitle h4 {
    font-size: 16px;
    color: #0f093c;
    font-weight: 500;
    margin-bottom: 8px;
    padding-right: 5px;
}
.strategy__tiles--outersec--reptitle p {
    margin-top: -10px;
}

.strategy__tiles--outersectag {
}
.strategy__tiles--outersectag ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.strategy__tiles--outersectag ul li {
    list-style: none;
    margin-right: 20px;
}
.strategy__tiles--outersectag ul li a {
    padding: 8px 16px 8px 16px;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 5px 5px 20px 0px rgba(214, 220, 236, 0.34);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.35px;
    text-align: center;
    color: rgba(15, 9, 60, 0.28);
    text-decoration: none;
    transition: all 0.7s;
}
.strategy__tiles--outersectag ul li a:hover {
    background: #ff621b;
    color: #fff;
}

.strategy__tilescolouter {
    display: flex;
    justify-content: space-between;
}
.strategy__tilescolinner {
    width: 32%;
}

.create__camp__section3fieldinner .error {
    background: none !important;
    color: #f44336;
    font-size: 11px;
}
.create__camp__section3field .select2.select2-container {
}

.create__camp__section3field
    .select2-container--default
    .select2-selection--multiple {
    background: #eff2fa url(/assets/admin/images/dro.png) no-repeat center right
        20px !important;
    border: 1px solid #d9dfec !important;
    border-radius: 10px !important;
    padding-right: 50px !important;
    width: 100% !important;
    color: #0f093c !important;
    font-size: 14px;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding-top: 1px !important;
    padding-bottom: 6px !important;
}
.create__camp__section3field .select2-selection--multiple {
    padding: 0 !important;
}
.create__camp__section3field .select2-container.select2-container--default {
    width: 100% !important;
}
.create__camp__section3field
    .select2-container
    .select2-search--inline
    .select2-search__field {
    margin-top: 0 !important;
    resize: none !important;
    height: 28px !important;
    line-height: 32px !important;
}

.fa-chevron-down {
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.fa-chevron-down:hover {
    color: #333;
}
.textarea_full {
}
.textarea_full textarea {
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    height: 336px;
}

.google__adtitle {
    color: #1a0dab;
    font-size: 20px;
}

.campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer
    .containerssss
    .checkmark:after {
    display: none;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer
    .containerssss
    input:checked
    ~ .checkmark:after {
    display: none;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer
    .containerssss {
    padding-left: 0;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer
    .checkmark {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer
    .checkmark::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer
    .checkmark:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28),
        0 0 0 20px rgba(128, 128, 128, 0.1);
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer
    input:checked
    + .checkmark {
    background: #ff621b;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer
    input:checked
    + .checkmark::before {
    left: 27px;
    background: #fff;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer
    input:checked
    + .checkmark:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__left.rmove__bg {
    padding: 0 !important;
    background: none !important;
}
.error-message {
    color: #f44336;
}

.strategies_llnew {
}

.strategies_llnew--search input[type="search"] {
    background: #f6f9fc url(/assets/admin/images/search.png) no-repeat center
        left 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #d8e4ed;
    border-radius: 10px;
    padding-left: 30px;
    box-sizing: border-box;
    height: 44px;
    width: 237px;
    font-size: 14px;
}

.strategies_llnew--filterouter {
    display: flex;
    justify-content: space-between;
}

.strategies_llnew--filterright .shot__new {
    display: flex;
    align-items: center;
    width: 100%;
    float: none !important;
    overflow: visible !important;
    margin-bottom: 0;
}
.strategies_lstouter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.strategies_lstr {
    width: 32%;
    margin: 30px 0 0;
}
.strategies_lstr--head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 8.63px 12.94px 43.13px 0px rgba(0, 63, 83, 0.12);
    padding: 8px;
    border-radius: 9px;
    box-sizing: border-box;
}
.strategies_lstr-headl a {
    background: rgba(243, 244, 246, 1);
    padding: 7px;
    border-radius: 8.63px;
    display: inline-block;
    position: relative;
    bottom: -2px;
}
.strategies_lstr-headl a img {
    border-radius: 8.63px;
}
.strategies_lstr-headr a {
    background: rgba(243, 244, 246, 1);
    padding: 13px 29px 13px 29px;
    border-radius: 10px;
    color: rgba(0, 2, 14, 1);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.strategies_lstrbody {
    box-shadow: 5px 5px 20px 0px rgba(221, 234, 250, 1);
    padding: 20px;
    /*border: 1px solid rgba(255, 255, 255, 0.74);*/
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24.35px;
    color: rgba(15, 9, 60, 1);
    margin-top: 10px;
}

.strategies_lstrbodyhd {
    border: 1px solid rgba(217, 223, 236, 1);
    background: rgba(239, 242, 250, 1);
    padding: 8px 16px;
    box-sizing: border-box;
    font-family: Poppins;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 24.35px;

    color: rgba(15, 9, 60, 1);
    border-radius: 10px;
}

.strategies_lstrbodybd {
    border: 1px solid rgba(217, 223, 236, 1);
    background: rgba(239, 242, 250, 1);
    padding: 8px 16px;
    box-sizing: border-box;
    margin: 16px 0;
    border-radius: 10px;
}

.strategies_lstrbodybd h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 20.87px;
    text-align: left;
    color: rgba(15, 9, 60, 1);
}

.strategies_lstrbodybd p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24.35px;
    text-align: left;
    color: rgba(15, 9, 60, 1);
}
.strategies_lstrbodyfoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid rgba(217, 223, 236, 1);
    background: rgba(239, 242, 250, 1);
    padding: 8px 16px;
}
.strategies_lsfootleft {
    font-size: 14px;
    font-weight: 400;
    line-height: 24.35px;
    text-align: left;
    color: rgba(15, 9, 60, 1);
}
.strategies_lsfootright {
    font-size: 14px;
    font-weight: 400;
    line-height: 24.35px;
    text-align: left;
    color: rgba(15, 9, 60, 1);
}

.myfilteraddres {
    padding: 20px 0;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 41.74px;
    text-align: left;
}

.srdetail__outermain {
    background: rgba(243, 244, 246, 0.38);
    padding: 16px;
    border-radius: 20px 20px 0px 0px;
    border: none;
}

.srdetail__header {
    position: relative;
}

.srdetail__header h4 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.82px;
    text-align: left;
    color: rgba(15, 9, 60, 1);
    margin: 0;
    background: url(/assets/admin/images/up.png) no-repeat top right;
    padding: 10px 0 20px;
    background-size: 40px;
    border-bottom: 1px solid rgba(206, 206, 206, 0.99);
}
.srdetail__body {
    padding: 20px 0;
}
.srdetail__body .card-text {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    align-items: center;
}
.srdetail__body .card-text strong {
    font-size: 12px;
    font-weight: 500;
    line-height: 20.87px;
    text-align: left;
}

.srdetail__body .card-text span {
    box-shadow: 5px 5px 20px 0px rgba(214, 220, 236, 0.34);
    padding: 8px 16px 8px 16px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20.87px;
    color: rgba(15, 9, 60, 0.59);
    display: block;
}

.cc__delivery__endp {
    margin-bottom: 10px;
}

.srdetail__body .cc__platforms img {
    margin: 0 3px;
}
.seeaddall {
}
.seeaddall a {
    padding: 12.21px 27.24px 12.21px 27.24px;
    border-radius: 15.03px;
    display: block;
    background: rgba(243, 244, 246, 1);
    font-family: Poppins;
    font-size: 13.15px;
    font-weight: 500;
    line-height: 19.73px;
    text-align: center;
    color: rgba(0, 2, 14, 1);
    text-decoration: none;
    border: 1px solid rgba(243, 244, 246, 1);
}

.cs__apds .camp__abtest--section2inner--section2 {
    min-height: inherit;
    display: block;
}

.cs__apds .post__style__facebook .po1 {
    padding: 10px 10px 10px;
}

.cs__apds .camp__abtest--section2inner--section2 .post__style__facebook {
    border: none;
}
.cs__apds .post__style__facebook--header {
    border: 1px solid #eff2fa;
}

.your_analysis {
    padding: 20px 24px 20px 24px;
    border-radius: 16px;
    background: rgba(239, 242, 250, 0.45);
}

.your_analysis h4 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    text-align: left;
    color: rgba(15, 9, 60, 1);
    border-bottom: 0.3px solid rgba(206, 206, 206, 0.99);
    padding-bottom: 20px;
}

.your_analysis--outer {
    display: flex;
}

.your_analysis--outer ul {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    margin-top: 10px;
}

.your_analysis--outer ul li {
    list-style: none;
}
.your_analysis--outer ul li a {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: rgba(154, 158, 168, 1);
    padding: 15px 20px;
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.7s;
}
.your_analysis--outer ul li.active a {
    background: rgba(18, 51, 147, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 10px;
}
.your_analysis--outer ul li:hover a {
    background: rgba(18, 51, 147, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.your_analysis--secnd {
    margin: 40px 0 30px;
    padding-bottom: 20px;
    border-bottom: 0.3px solid rgba(206, 206, 206, 0.99);
}

.your_secndhd {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.your_secndhd h4 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 41.74px;
    text-align: left;
    color: rgba(15, 9, 60, 1);
}
.your_secndhd p {
    margin-left: 5px;
}

.your_analysis--search {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.your_analysis--searchrep {
    width: 38%;
}
.your_analysis--searchrep:last-child {
    width: 20%;
}
.your_analysis--searchrep .create__camp__section3field {
    width: 100%;
    padding-top: 15px;
}

.your_analysis--searchrep button {
    font-size: 14px;
    color: #fff;
    background: #123393;
    padding: 12px 30px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    margin-bottom: 13px;
    width: 100%;
}
.your_analysis--searchrep button:hover {
}

.create__camp__section3flex {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.create__camp__section3left {
    width: 48%;
    box-sizing: border-box;
    border-right: 1px solid rgba(206, 206, 206, 0.99);
    padding-right: 2%;
}

.create__camp__section3right {
    width: 48%;
    padding-left: 2%;
    box-sizing: border-box;
}

.create__camp__section3left .create__camp__section3field:first-child {
    padding: 0;
}
.create__camp__section3right .create__camp__section3field:first-child {
    padding: 0;
}

#your-calendar-newpage {
    width: 100%;
    box-shadow: 5px 5px 20px 0px rgba(214, 220, 236, 0.34);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
}

#your-calendar-newpage .ec-day-grid .ec-day-head {
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    border: none;
}
#your-calendar-newpage .ec-day-grid .ec-day {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    color: rgba(17, 25, 40, 1);
}

#your-calendar-newpage .ec-header,
#your-calendar-newpage .ec-all-day,
#your-calendar-newpage .ec-body,
#your-calendar-newpage .ec-days,
#your-calendar-newpage .ec-day,
#your-calendar-newpage .ec-list .ec-day-head {
    border: none;
}

#your-calendar-newpage .ec-day-grid .ec-today {
    background: rgba(255, 98, 27, 1) !important;
    border-radius: 7px !important;
    color: #fff !important;
}

#your-calendar-newpage .ec-toolbar button {
    background: rgba(243, 244, 246, 1);
    border-radius: 16px;
    border: none;
    width: 55px;
    height: 46px;
}
#your-calendar-newpage .ec-toolbar button:hover i {
    color: #000;
}

#your-calendar-newpage .ec-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: rgba(17, 25, 40, 1);
}

#your-calendar-newpage .ec-header .ec-day {
    text-align: center;
    padding: 15px 10px;
    box-sizing: border-box;
    border: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: rgba(99, 115, 129, 1) !important;
}

#your-calendar-newpage div.ec-days .ec-day {
    margin: 10px 0;
}

.selecteddate__div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.selecteddate__divleft {
    width: 48%;
}

.selecteddate__divleft {
    border: 2px solid rgba(46, 196, 182, 0.38);
    padding: 8px 16px 8px 16px;
    border-radius: 15px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(46, 196, 182, 0.09);
}

.selecteddate__divleft p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.35px;
    text-align: left;
    color: rgba(15, 9, 60, 0.28);
}

.ss_dt {
    display: flex;
    align-items: center;
    marggin-top: 10px;
}

.ip__date input {
    width: auto;
    border: none;
    background: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.35px;
    text-align: left;
    color: rgba(15, 9, 60, 1);
    padding: 0;
    width: 80px;
}
.ip__date input:focus {
    outline: none;
    --tw-ring-color: none !important;
}
.ip__date--close {
    background: rgba(46, 196, 182, 1);
    color: #fff !important;
    font-size: 11px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 50%;
    text-align: center;
}

.campan__chooseads--desktop__cstable--accordianbody__section2-btnlist
    .dropdown-menu {
    display: none !important;
    outline: none;
    border: none;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-btnlist
    .dropdown-menu
    a {
    text-decoration: none;
    display: block;
    color: #000;
    font-size: 14px;
    padding: 5px 10px !important;
    border: none;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-btnlist
    .dropdown-menu.show {
    display: block !important;
    outline: none;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}

.campan__chooseads--desktop__cstable--accordianbody__section2-btnlist
    a.dropdown-toggle {
    white-space: nowrap;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
}

.selecteddate__divleft p {
    margin: 0;
}

.ip__date input {
    padding: 0 !important;
}

.camp__pakage--grid.camp__pakage--gridblack
    .camp__pakage--grid--title.color-white {
    color: #0f093c !important;
}

.preview-section__list {
}

.custom__tabb--list ul {
    display: flex;
    padding-left: 0;
    justify-content: space-between;
}

.custom__tabb--list ul li {
    list-style: none;
    text-align: center;
}
.custom__tabb--list ul li a {
    padding: 10px 0;
    text-decoration: none;
    display: block;
}
.custom__tabb--list ul li a img {
    display: block;
}
.custom__tabb--list ul li a span {
    font-size: 14px;
    color: #000;
    border-bottom: 2px solid tranparent;
    display: block;
    padding-top: 5px;
}
.custom__tabb--list ul li.active a span {
    color: #0064e6;
    border-bottom: 2px solid #0064e6;
    display: inline-block;
}

.custom__tabbdata {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.2);
    padding: 15px;
    box-sizing: border-box;
}

.gmads__content--header {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.paddigright {
    padding-right: 40px;
    box-sizing: border-box;
}

.gmads__contentth {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    line-height: 35px;
    margin-right: 10px;
    overflow: hidden;
    flex: 0 0 40px;
}
.gmads__contentth img {
    width: 100%;
}

.gmads__contentnew {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.gmads__contentnew h2 {
    font-size: 14px !important;
    line-height: 14px;
    color: #000;
    margin: 0;
}

.gmads__contentnew span {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    margin: 0;
}
.gmads__contentnew p {
    margin: 0;
}
.gmads__contentnew p {
    font-size: 10px;
    color: #000;
    text-decoration: none;
}
.gmads__contentnew a {
    font-size: 10px;
    color: #000;
    text-decoration: none;
}

.gmads__content--body {
    white-space: normal;
    word-wrap: break-word;
}
.gmads__content--body h3 {
    margin: 7px 0;
    line-height: 14px;
}
.gmads__content--body h3 a {
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color: #0064e6;
}
.gmads__content--body p {
    margin: 0;
    font-size: 11px;
    color: #000;
}

.gmads2__th {
}
.gmads2__th img {
    width: 100%;
    vertical-align: top;
}
.gmads2__conent {
    text-align: center;
    padding: 15px;
}
.gmads2__conent h1 {
    color: #545454;
    font-size: 18px;
    font-weight: bold;
    margin: 7px 0;
}
.gmads2__conent p {
    color: #868686;
    font-size: 14px;
}

.gmads2__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gmads2__btn a {
    width: 45%;
    border: 1px solid #ccc;
    color: #d7d7d7;
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 7px 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}
.gmads2__btn a.gmads2__btnlearn {
    background: #ccc;
    color: #000;
}
.gmads3__conent a {
    background: #f2f8ff;
    padding: 5px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    color: #007aff;
    text-decoration: none;
    align-items: center;
}
.gmads3__conent a p {
    font-size: 10px;
    margin: 0;
    color: #007aff;
}
#gmads3 .gmads__content--header {
    padding: 15px 0;
    align-items: flex-start;
}

#gmads3 .gmads__content--header p {
    font-size: 10px;
    margin: 0;
}

.add__redirect {
    text-align: right;
}
.add__redirect a {
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #e9eaed;
    display: inline-block;
    margin-top: 20px;
}
.add__redirect a img {
    width: 17px;
}

.custom__tabbcontentdata {
    display: none;
}

.add--mylogosquare {
    padding: 30px 0 0;
}

.add--mylogosquarehd {
    font-size: 16px;
}
.add--mylogosquare .logo-section h4 {
    font-size: 16px;
}
.add--mylogosquare .logo-section .logo-input-wrapper {
    position: relative;
}
.add--mylogosquare .logo-section .logo-input-wrapper input {
    position: absolute;
}
.add--mylogosquare .image-input-wrapper {
    position: relative;
}
.add--mylogosquare .image-input-wrapper input {
    position: absolute;
}

.image-input-wrapper {
    margin-top: 10px;
}

button.add-more-btn {
    color: #000;
    background: #f3f4f6;
    padding: 10px 30px;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    font-size: 14px;
    border: none;
    margin-bottom: 0;
}
button.add-more-btn:hover {
    background: #123393;
    color: #fff;
}

.logo-section {
    margin-bottom: 30px;
}

.vc__hd {
    font-size: 16px;
}

.add--mylogosquaresc {
    padding-top: 0;
}

.mycustomvc__rgmainhd {
    padding-top: 30px;
    font-size: 16px;
}

.mycustomvc__rg {
    margin-top: 30px;
}

.mycustomvc__rg .image-section {
    margin-bottom: 0;
}

.mycustomvc__rg .image-section h4 {
    font-size: 16px;
}

.mycustomvc__rg--new {
    margin-top: 30px;
}

.mycustomvc__rg--new {
    padding: 10px 0 30px;
}
.google__add--videoupload {
    margin-top: 10px;
}
.google__add--videoupload button {
    color: #000;
    background: #f3f4f6;
    padding: 10px 30px;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    font-size: 14px;
    border: none;
    margin-bottom: 0;
}

.google__add--videoupload button:hover {
    background: #123393;
    color: #fff;
}

.image-input-wrapper {
    position: relative;
}

.image-input-wrapper .preview-container {
    top: 0 !important;
}

.logo-actions .change-icon,
.change-icon {
    cursor: pointer;
    width: 14px !important;
    height: 14px !important;
}

.chage__outer {
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 9px;
    text-align: center;
    width: 35px;
}

.chage__outer + .removeheading__group--google button {
    background: #fff;
    padding: 5px;
    margin-top: 2px;
    box-sizing: border-box;
    border-radius: 9px;
    text-align: center;
    width: 35px;
    height: auto !important;
}

.chage__outer + .removeheading__group--google button img {
    cursor: pointer;
    width: 14px !important;
    height: 14px !important;
}

.upload-placeholder {
    padding: 5px 15px;
}
.logo-actions .removeheading__group--google button,
.logo-actions .removedescription__group--google button {
    border: none;
    height: 34px;
    width: 35px;
    padding: 0 10px;
    background: none;
    border-radius: 0 10px 10px 0;
}

.logo-actions .removeheading__group--google {
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    margin-top: 4px;
}
.video-input-wrapper {
    margin-top: 5px;
}
.image-input-wrapper .preview-container .logo-actions {
    position: absolute;
    top: 0;
    right: 0;
}

.add--mylogosquare .image-input-wrapper .image-actions {
    position: absolute !important;
    top: 0;
    right: 0;
    display: block;
}

.preview-image {
    margin-bottom: 0 !important;
}
.image-input-wrapper .image-actions {
    position: static !important;
}
.image-input-wrapper {
    margin-top: 5px !important;
}

.upload-placeholder button.upload-trigger {
    font-size: 14px;
    color: #fff;
    background: #123393;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    border: none;
}

.chrg {
    border: none;
    padding: 0 0 0 10px;
    background: none;
}
.chrg img {
    width: 16px;
}

.google__add--videoitem {
    height: auto !important;
    position: relative;
}
.video-input-wrapper,
.image-input-wrapper {
    position: relative;
}
.video-input-wrapper input,
.image-input-wrapper input {
    position: absolute;
    top: 0;
}

.removeheading__group--google button {
    border-radius: 0;
    box-shadow: none;
}

.create__camp__section3fieldinner .select2-container .select2-selection {
    background: #eff2fa url(/assets/admin/images/dro.png) no-repeat center right
        20px !important;
    border: 1px solid #d9dfec !important;
    border-radius: 10px !important;
    width: 100% !important;
    color: #0f093c !important;
    font-size: 14px;
    -webkit-appearance: none;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 8px !important;
    padding-right: 50px !important;
    height: auto;
}
.create__camp__section3fieldinner.textarea_full input {
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    padding: 8px;
}
.create__camp__section3fieldinner .select2-container .select2-selection__arrow {
    display: none;
}

.my__profile_inner {
    padding: 30px;
    box-shadow: 10px 15px 50px 0px rgba(0, 63, 83, 0.12);
    width: 850px;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
}

.my__profile_inner .create__camp--main--hd {
    font-size: 24px;
}

.my__profile_inner .create__camp__section1 {
    padding-top: 0;
}
.my__profile_inner .campsec__back a {
    display: block;
}
.my__profile_inner .create__camp--main--btn {
    margin: 0;
}

.my__profile--body {
    display: flex;
}

.my__profile--left {
    width: 225px;
    padding-right: 30px;
    box-sizing: border-box;
}
.my__profile--right {
    width: calc(100% - 225px);
}

.my__profiledata {
    display: none;
}
.my__profile--tab ul {
    padding: 0;
}
.my__profile--tab ul li {
    list-style: none;
    margin: 7px 0;
}
.my__profile--tab li a {
    padding: 10px 10px 10px 60px;
    border-radius: 5px;
    display: block;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgba(117, 114, 148, 1);
    text-decoration: none;
}

.my__profile--tab li.active a {
    color: #fff;
}

.my__profile--tab li a.p__info {
    background: url(/assets/admin/images/pw1.png) no-repeat center left 20px;
    background-size: 25px;
}
.my__profile--tab li a.p__email {
    background: url(/assets/admin/images/pw2.png) no-repeat center left 20px;
    background-size: 25px;
}
.my__profile--tab li a.p__pass {
    background: url(/assets/admin/images/pw3.png) no-repeat center left 20px;
    background-size: 25px;
}

.my__profile--tab li.active a.p__info {
    background: rgba(46, 196, 182, 1) url(/assets/admin/images/pw1a.png)
        no-repeat center left 20px;
    background-size: 25px;
}
.my__profile--tab li.active a.p__email {
    background: rgba(46, 196, 182, 1) url(/assets/admin/images/pw2a.png)
        no-repeat center left 20px;
    background-size: 25px;
}
.my__profile--tab li.active a.p__pass {
    background: rgba(46, 196, 182, 1) url(/assets/admin/images/pw3a.png)
        no-repeat center left 20px;
    background-size: 25px;
}

.my__profilimage {
    position: relative;
    width: 100px;
}

.my__profilclose {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}
.my__profilclose img {
    width: 25px;
}
.my__profilimageth img {
    width: 100%;
    border-radius: 10px;
}

.my__profilimageth img {
    width: 100%;
    border-radius: 10px;
}

.my__profiledata .create__camp__section3field {
    padding: 6px 0 0;
}
.my__profiledata .create__camp__section3fieldlableinner h4 {
    margin: 0;
}

.create__camp__section3fieldinner input[type="password"],
.create__camp__section3fieldinner input[type="email"] {
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    padding: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.5rem;
}

.mainjobtit {
    margin-bottom: 10px;
}

.jobsecform .form-group {
    margin-top: 20px;
}

.jobsecform .form-group select {
    background: #eff2fa url(/assets/admin/images/dro.png) no-repeat center right
        20px;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    padding: 8px;
    padding-right: 50px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    -webkit-appearance: none;
}
.jobaddt label {
    display: block;
}
.jobsecform .form-group input[type="email"],
.jobsecform .form-group input[type="url"] {
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
}

.edit__facebook__camp--left h2 {
    font-size: 1.5em;
}

.jobaddt .heading__group--googleinner span,
.description__group--googleinner span {
    display: block;
    font-size: 13px;
    color: #000;
}

.jobaddt
    .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
}

.jobaddt .select2-container--default .select2-selection--multiple {
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
}
.jobaddt .select2-container--default .select2-selection--multiple {
    padding: 8px 0;
}
.jobaddt .select2-container .select2-search--inline .select2-search__field {
    font-size: 15px;
    color: #0f093c;
    margin-top: 0;
    line-height: 16px;
}

.jobaddt .heading__group--googleinner {
    width: 100%;
}

.mbnews {
    display: flex;
    flex-wrap: wrap;
}
.mbnews
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    padding: 0 10px;
    box-sizing: border-box;
}

#tab2camp
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 23%;
    margin-right: 0;
}
.preview-section {
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
}

.campan__chooseads--desktop__cstable--accordianbody__section2134 {
    flex-wrap: wrap;
}

.newgads h4 {
    color: #3624be;
    font-size: 13px;
}
.newgads p {
    color: #404854;
    font-size: 11px;
    margin: 0;
    word-break: break-all;
}

#tabs-nav2.platform-tabs li {
}
#tabs-nav2.platform-tabs li a {
}
.campan__chooseads--desktop__cstable--accordianbody__section1left
    ul#tabs-nav2.platform-tabs
    li
    a
    .fa {
    font-size: 18px;
    padding-right: 7px;
}
.campan__chooseads--desktop__cstable--accordianbody__section1left
    ul#tabs-nav2.platform-tabs
    li
    a {
    padding: 20px;
}
.campan__chooseads--desktop__cstable--accordianbody__section1left
    ul#tabs-nav2.platform-tabs
    li.active
    a {
    background: #123393;
    color: #fff;
}
.campan__chooseads--desktop__cstable--accordianbody__section1left
    ul#tabs-nav2.platform-tabs
    li:hover
    a {
    background: #123393;
    color: #fff;
}
.gpxma {
    display: flex;
    flex-wrap: wrap;
}
.gpmaxr .banner-image {
    width: 100%;
}
.gpmaxr .video-thumbnail {
    width: 100%;
}

.nodelett,
.nodelett .heading__group--googleinner {
    width: 100% !important;
    margin-bottom: 10px;
}

.jjobcster .mainjobtitle {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #2d2d2d;
    text-transform: capitalize;
}
.gmads__content--header {
    display: flex;
    align-items: center;
    padding: 0 0 10px;
}
.jjobcster .companyname {
    font-size: 13px;
    margin: 0 0 10px;
    word-break: break-all;
}
.jjobcster .btn-primary {
    font-size: 13px;
    padding: 5px 0;
}

.jjobcster .gmads__contentnew span.badge {
    font-size: 9px;
    line-height: 14px;
    color: #000;
    margin: 0;
    padding: 2px 5px;
}
.jobcategory {
}
.jobtypeoter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.jobtypeoter .jobtype span {
    font-size: 13px;
    background: #f3f2f1;
    padding: 3px 10px;
    box-sizing: border-box;
    color: #595959;
}
.jobtypeoter .badge {
    margin-left: 5px;
    font-size: 13px;
    background: #f3f2f1 !important;
    padding: 5px 10px !important;
    box-sizing: border-box;
    color: #595959 !important;
    border-radius: 2px;
    font-weight: 400;
}
.jjobcster .job-description ol,
.jjobcster .job-description ul {
    padding-left: 10px;
}

.jjobcster .job-description ol li,
.jjobcster .job-description ul li {
    font-size: 13px;
    margin-bottom: 3px;
}
.jjobcster .job-description {
    font-size: 13px;
    margin-bottom: 3px;
}
.jjobcster .job-description p {
    font-size: 13px;
    margin-bottom: 3px;
}

.monster__ads--listing-desktopinner .monster-header .mainjobtitle {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #2d2d2d;
    text-transform: capitalize;
}

.monster__ads--listing-desktopinner .monster-header .companyname {
    font-size: 12px;
    color: #2d2d2d;
    text-transform: capitalize;
}
.monster__ads--listing-desktopinner .location-badge {
    font-size: 12px;
}
.monster__ads--listing-desktopinner .job-highlights {
    display: flex;
    flex-wrap: wrap;
}
.monster__ads--listing-desktopinner .job-highlights .highlight-item {
    margin-right: 5px;
    margin-bottom: 3px;
    font-size: 12px;
    background: #f3f2f1;
    padding: 3px 10px;
    box-sizing: border-box;
    color: #595959;
    border-radius: 2px;
}

.monster__ads--listing-desktopinner .job-teaser {
    font-size: 13px;
    color: #2d2d2d;
}

.monster__ads--listing-desktopinner .job-description {
    font-size: 13px;
    margin-bottom: 3px;
}

.monster__ads--listing-desktopinner .btn.btn-success {
    background: #ff621b;
    border: 1px solid #ff621b;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
}

.llstrerjober .mainjobtitle {
    font-size: 13px;
    margin-bottom: 5px;
}
.llstrerjober .companyname {
    font-size: 13px;
    margin: 0 0;
    word-break: break-all;
}
.llstrerjober .btn-primary {
    font-size: 13px;
    padding: 5px 0;
}
.llstrerjober .salary span {
    font-size: 13px;
    padding: 5px;
}
.llstrerjober .salary span:last-child {
    padding-left: 10px;
    display: inline-block;
}
.llstrerjober .employmenttype {
    margin-bottom: 10px;
}
.llstrerjober .gmads__contentnew .badge {
    margin-left: 5px;
}

.heading__group--googleinner textarea {
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
}

.llstrerjober .mainjobtitleads {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #2d2d2d;
    text-transform: capitalize;
}

.slary__paidads {
    margin-right: 5px;
    margin-bottom: 3px;
    font-size: 12px;
    background: #f3f2f1;
    padding: 3px 10px;
    box-sizing: border-box;
    color: #595959 !important;
    border-radius: 2px;
    display: inline-block;
}
.jobttp {
    margin: 10px 0;
}
.llstrerjober .gmads__content--header {
    display: flex;
    align-items: center;
    padding: 0 0 16px;
}

.llstrerjober .companyname {
    margin: 10px 0;
}

.jobttp span.slaser__title {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #2d2d2d;
    text-transform: capitalize;
}
.jobttp span.slaser {
    margin-right: 5px;
    margin-bottom: 3px;
    font-size: 12px;
    background: #f3f2f1;
    padding: 3px 10px;
    box-sizing: border-box;
    color: #595959;
    border-radius: 2px;
    font-weight: 400;
}

.employmenttype span.slaser__title {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #2d2d2d;
    text-transform: capitalize;
}
.employmenttype span.slaser {
    margin-right: 5px;
    margin-bottom: 3px;
    font-size: 12px;
    background: #f3f2f1;
    padding: 3px 10px;
    box-sizing: border-box;
    color: #595959;
    border-radius: 2px;
    font-weight: 400;
}

.llstrerjobersec span.slaser {
    margin-right: 5px;
    margin-bottom: 3px;
    font-size: 12px;
    background: #f3f2f1;
    padding: 3px 10px;
    box-sizing: border-box;
    color: #595959;
    border-radius: 2px;
    font-weight: 400;
}

.llstrerjobersec .mainjobtitle {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #2d2d2d;
    text-transform: capitalize;
}

.llstrerjobersec .companyname {
    margin: 10px 0;
}

.llstrerjobersec .mainjobtitledec {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #2d2d2d;
    text-transform: capitalize;
}

.insftr #preview-headline {
    width: 72%;
}

.inphd p {
    font-size: 10px;
    padding: 0;
    margin: 0;
}
.inpftr {
    display: block;
}
.inpftr .text-preview {
    width: 100%;
}
.inpftr .preview-headline {
    font-size: 9px;
    color: #000;
    padding: 0;
    word-break: break-all;
    margin: 0;
    font-weight: bold;
}
.po__tile__name {
    word-break: break-all;
}
.insrtamob .po__images--caption--left {
    width: 72%;
}
.insrtamob .po__images--caption--left h4 {
    margin: 0;
}

.linkmob--ecsouter {
    display: flex;
    flex-wrap: wrap;
}
.linkmob--ecsouter .linkmob--ecs {
    width: 25%;
    padding: 0 5px;
}

.myreviewsads
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 50%;
}
.myreviewsads
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    width: 50%;
}

.myreviewsads .camp__abtest--chooseaddpre--rep--heading {
    margin: 0;
}

.gdbreview .google__ads--listing-desktopinner h4 {
    color: #3624be;
    font-size: 14px;
}

.gdbreview .google__ads--listing-desktopinner p {
    color: #404854;
    font-size: 11px;
    margin: 0;
    word-break: break-all;
}

.linkrev {
    display: flex;
    flex-wrap: wrap;
}
.linkrev .campan__chooseads--desktop__cstable--accordianbody__section2-grid {
    display: block;
    width: 50%;
    padding: 0 5px;
}
.gdbreview
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
    margin-bottom: 0;
}

.mbfacrev {
    margin-bottom: 0;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background: #123393 !important;
    border: #123393 !important;
    color: #fff;
    border-radius: 4px !important;
    padding: 5px 25px 5px 7px !important;
    margin: 1px !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-right: 0px none !important;
    right: 4px;
    left: inherit !important;
    background: #fff !important;
    border-radius: 50px !important;
    height: 18px;
    width: 18px;
    top: 6px !important;
    /*color:#000 !important;
	background: #2ec4b6 !important;*/
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    line-height: 19px !important;
    display: block !important;
    font-size: 16px !important;
    color: #123393 !important;
}
/*nen startr*/

.csany--captionprvform {
    display: flex;
    width: 60%;
}
.cr__anyc-btn {
    width: 375px;
    margin-left: 15px;
}
.cr__anyc-btn button {
    font-size: 14px;
    color: #00020e;
    background: #f3f4f6;
    padding: 10px 20px;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    border: none;
}
.generate_strategy--btn {
    text-align: right;
}
#generate_strategy {
    font-size: 14px;
    background: #123393;
    color: #fff;
    padding: 10px 20px;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    border: none;
}

.cr__anyc-btn a {
    font-size: 14px;
    color: #00020e;
    background: #f3f4f6;
    padding: 10px 20px;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    border: none;
    text-decoration: none;
    display: inline-block;
}

.cr__anyc-btn button:hover {
    color: #fff;
    background: #123393;
}
.aigen {
    margin-top: 10px;
}
.w32 {
    width: 32%;
}
.genaisubmit {
    text-align: right;
    margin: 20px 0 0;
    padding: 0 0 20px;
    border-bottom: 0.3px solid rgba(206, 206, 206, 0.99);
}
.genaisubmit button {
    font-size: 14px;
    color: #fff;
    background: #123393;
    padding: 10px 20px;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
}

#scrapaidata {
    border: none;
}

.paddingcust {
    padding-top: 38px;
}

.genaisubmit button:hover {
    color: #00020e;
    background: #f3f4f6;
}
.flex-wrap {
    width: 100%;
}

.fwrap-none {
    flex-wrap: inherit;
}

.text-right-w100 {
    text-align: right;
    width: 100%;
}

/*
#custom-select .select2-container--open .select2-dropdown--below{
	background:rgba(239, 242, 250, 1);
	border: 1px solid rgba(217, 223, 236, 1)
}
#custom-select .select2-container--default .select2-results>.select2-results__options {
    padding: 10px;
}
#custom-select .select2-container--default .select2-results>.select2-results__options li {
    border-bottom:1px solid #fff;
}*/
#custom-input {
    width: 100%;
    border: 1px solid rgba(217, 223, 236, 1);
    border-radius: 12px;
}
/*end new stag*/

.csrageselect {
    border: 1px solid rgba(217, 223, 236, 1);
    background: rgba(239, 242, 250, 1);
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}

.csrageselectlbl {
    display: flex;
    justify-content: space-between;
}
.csrageselectlbl p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24.35px;
    margin: 0;
}

.csrag input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: calc(100% + 6px);
    cursor: pointer;
    border-radius: 16px;
    background: rgba(255, 98, 27, 0.06);
    padding: 0;
    padding: 0;
    border: none;
    height: 20px;
}

.csrag input[type="range"]::-webkit-slider-runnable-track {
    background: rgba(255, 98, 27, 0.06);
    height: 20px;
    width: calc(100% + 6px);
    border-radius: 10px;
}

.csrag input[type="range"]::-webkit-slider-thumb {
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: none;
    -webkit-appearance: none;
    background-color: rgba(255, 98, 27, 1);
    box-shadow: -1px 0px 4px rgba(255, 98, 27, 1);
    margin-top: 1px;
    z-index: 99;
    position: relative;
}

.csrag {
    position: relative;
}

.csrag .sliderageover {
    background: rgba(255, 98, 27, 1);
    height: 12px;
    border-radius: 10px;
    position: absolute;
    top: 4px;
    left: 3px;
}

.csrageselectinner {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.create__camp__section3fieldinner {
    position: relative;
}

.csrageselect {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 45px;
    display: none;
}

.selectdrops {
    background: #eff2fa url(/assets/admin/images/dro.png) no-repeat center right
        20px;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    padding-right: 50px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    -webkit-appearance: none;
    padding: 8px;
    height: 40px;
}
.selectdrops1 {
    background: #eff2fa url(/assets/admin/images/dro.png) no-repeat center right
        20px;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    padding-right: 50px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    -webkit-appearance: none;
    padding: 8px;
    height: 40px;
}
.switchcollectmain {
    display: none;
}
.switchcollectouter {
    width: 100%;
    flex-wrap: wrap;
    background: rgba(239, 242, 250, 1);
    border: 1px solid rgba(217, 223, 236, 1);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}

.switchcollectrep {
    padding: 10px;
    box-sizing: border-box;
    width: 48%;
    background: #fff;
    border-radius: 15px;
    margin: 7.5px 1%;
}
.switchcollectrep1 .checkmark {
    width: 100%;
}

.switchcollectrep1
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__input {
    width: 100%;
}

.switchcollectrep1 .containerssss .checkmark:after {
    display: none;
}
.switchcollectrep1 .containerssss input:checked ~ .checkmark:after {
    display: none;
}
.switchcollectrep1 .containerssss {
    padding-left: 0;
}
.switchcollectrep1 .checkmark {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 25px;
    border-radius: 20px;
    background: rgba(255, 98, 27, 0.06);
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.switchcollectrep1 .containerssss:hover input ~ .checkmark {
    background: rgba(255, 98, 27, 0.06);
}
.switchcollectrep1 .checkmark::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: 20px;
    height: 20px;
    background: #ff621b;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switchcollectrep1 .checkmark:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28),
        0 0 0 20px rgba(128, 128, 128, 0.1);
}
.switchcollectrep1 input:checked + .checkmark {
    background: rgba(255, 98, 27, 0.06);
}
.switchcollectrep1 input:checked + .checkmark::before {
    left: calc(100% - 30px);
    background: #ff621b;
}

.switchcollectrep1
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__input
    input[type="checkbox"]:checked {
    position: absolute;
}

.switchcollectouter p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 24.35px;
    text-align: left;
    color: rgba(117, 114, 148, 1);
    padding-bottom: 5px;
    margin: 0;
}

.switchcollectrep2 {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.switchcollectrep2 p {
    width: 48%;
}
.switchcollectrep2 p:last-child {
    text-align: right;
}

.yourana__header {
    background: rgba(239, 242, 250, 0.45);
    padding: 20px;
    border-radius: 20px;
}
.yourana__header h1 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    text-align: left;
    color: rgba(15, 9, 60, 1);
    margin: 0;
    padding: 10px 0;
    border-bottom: 0.3px solid rgba(206, 206, 206, 0.99);
}

.yourana__headertab {
}
.yourana__headertab ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.yourana__headertab ul li {
    list-style: none;
    margin: 0;
}
.yourana__headertab ul li a {
    background: rgba(255, 255, 255, 1);
    padding: 10px 25px;
    color: rgba(154, 158, 168, 1);
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
}
.yourana__headertab ul li.active a {
    background: rgba(18, 51, 147, 1);
    color: #fff;
}

.yourana__headertab ul li:hover a {
    background: rgba(18, 51, 147, 1);
    color: #fff;
}

.youranabody {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.youranabodyleft {
    width: 48%;
    box-shadow: 5px 5px 20px 0px rgba(214, 220, 236, 0.34);
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.youranabodyright {
    width: 48%;
    padding: 0;
    box-sizing: border-box;
    border-radius: 20px;
}

.youranabodyleft .create__camp__section3field {
    padding: 0 0 10px;
}
.youranabodyleft .create__camp__section3fieldlableinner h4 {
    margin-bottom: 2px;
}

.create__campbtn--submit {
    width: 100%;
}
.create__campbtn--submit button {
    font-size: 14px;
    color: #fff;
    background: #123393;
    padding: 10px 20px;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    border: none;
    width: 100%;
}
.youranabodyrighthd {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 31.3px;
    text-align: left;
    color: rgba(15, 9, 60, 1);
    margin: 0;
    padding-bottom: 20px;
}

.youryrightouter {
    border: 1px solid rgba(217, 223, 236, 1);
    background: rgba(239, 242, 250, 1);
    padding: 24px 14px 24px 24px;
    border-radius: 10px;
}

.youryrightouterrep {
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 20px;
}
.youryrightouterrep h4 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 24.35px;
    text-align: left;
    color: rgba(15, 9, 60, 0.9);
    margin: 0;
    padding-bottom: 15px;
}
.youryrightouterrep p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.35px;
    text-align: left;
    color: rgba(15, 9, 60, 0.9);
    margin: 0;
}

#youryrightouterscoll {
    height: 555px;
}
.strategy__tiles--outersectag ul li.editable-item {
    background: #123393;
    padding: 5px 7px;
    border: 1px solid #123393 !important;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    position: relative;
    margin-top: 12px;
    margin-right: 10px;
    position: relative;
    display: flex;
    gap: 10px;
}
.strategy__tiles--outersectag ul li span.remove-item {
    /* position: absolute;
    top: -8px;
    right: -7px; */
    background: #fff;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: #123393;
    cursor: pointer;
    font-weight: 600;
}

[contenteditable~="true"] {
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ff621b !important;
    border-radius: 5px;
}

.preview-section__list {
    padding: 0 15px;
    box-sizing: border-box;
}

.mycustom__file-upload {
    padding-top: 5px;
}

.preview-logo {
    height: auto !important;
}

.custom__tabbns {
    width: 100%;
}
.custom__tabbns ul {
    display: flex;
    justify-content: center;
}
.custom__tabbns ul li {
    list-style: none;
    text-align: center;
    margin: 0 10px;
}
.custom__tabbns ul li span {
    display: block;
    margin-top: 2px;
}
.custom__tabbns ul li.active {
    border-bottom: 2px solid #0064e6;
}
.custom__tabbns ul li.active span {
    color: #0064e6;
}

.google-search-previewn .ad-logo {
    width: 30px;
    height: 30px;
}
.google-search-previewn .business-name {
    font-size: 12px !important;
    line-height: 14px;
    color: #000;
    margin: 0 0 0 6px;
    display: inline-block;
}

.google-search-previewn .headline {
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
.google-search-previewn .ad-header {
    margin-bottom: 10px;
}

.google-search-previewn .description {
    font-size: 12px;
    line-height: 16px;
}
.google-search-previewn .final-url {
    font-size: 12px;
    line-height: 16px;
}

.youtube-previewn-outer .youtube-preview {
    padding: 0 !important;
}

.google-search-previewnouter,
.youtube-previewn-outer,
.display-previewn-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
}

.tb__content--outer.tb__content--outermaintab {
    width: 100% !important;
}

.youtube-previewn-outer .ad-video {
    width: 100% !important;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.google-search-previewnouter .google-search-preview,
.youtube-previewn-outer .youtube-preview {
    width: calc(50% - 20px);
}

.video-details {
}
.youtube-previewn-outer .video-details h4 {
    font-size: 11px;
    margin: 0;
}
.youtube-previewn-outer .video-details p {
    font-size: 10px;
    margin: 0;
}
.desp__bbt {
    padding: 0 10px 10px;
    box-sizing: border-box;
}
.desp__bbt p {
    font-size: 10px;
    margin: 0;
}

.display-previewn-outer .display-preview {
    padding: 0 !important;
    width: calc(50% - 20px);
}

.display-previewn-outer .display-preview .banner-content {
    padding: 15px;
    box-sizing: border-box;
}
.disp__headn {
    display: flex;
    align-items: center;
}
.disp__headn h4 {
    font-size: 12px;
    line-height: 16px;
    padding-left: 10px;
    margin: 0;
}
.disp__bodyn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.disp__bodyn p {
    font-size: 11px;
    margin: 10px 0;
    width: calc(100% - 100px);
}
.deslrn {
    width: 100px;
    text-align: right;
}
.disp__bodyn .cta-button {
    font-size: 10px;
    color: #00020e;
    background: #f3f4f6;
    padding: 5px 10px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    border: none;
}

.my__custom--datatable {
    padding: 30px 25px;
}
.ad-content {
    padding: 0 !important;
}
.gpmaxr {
    margin-top: 15px;
}

.gpmaxr .youtube-preview {
    border: 1px solid #c2c5c8;
    border-radius: 10px;
}
.gpmaxr .google-display-ad {
    max-width: 100%;
}
.gpmaxr .google-display-ad .ad-content {
    padding: 12px !important;
}

.campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer
    .po-profile__details
    h4 {
    font-size: 9px;
    margin: 0;
    font-weight: bold;
    color: #000;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer
    .po-profile__details
    p {
    color: #65676b;
    font-size: 7px;
    margin: 3px 0 0;
}
.campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer
    .post__style__facebook
    .po1 {
    padding: 10px 10px;
}

.edit__facebook__camp--left .post__style__facebook .po1 {
    padding: 10px 10px 0;
}

.preview-section__facebookfooter {
    background: #f0f2f5;
}

.cloadding {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.cloadinner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
}
.cloadinner img {
    width: 100%;
}

.mycustom__file-uploadmain {
    margin-top: 20px;
}

.mycustom__file--inner .up--load {
    padding: 13px 29px 13px 29px;
    border-radius: 16px;
    background: rgba(243, 244, 246, 1);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: rgba(0, 2, 14, 1);
    width: 100%;
}

.sugg__note {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.35px;
    text-align: center;
    color: rgba(15, 9, 60, 0.28);
}
.margintop0 {
    margin-top: 0 !important;
}
.paddingtopzero {
    padding-top: 0 !important;
}
input[type="text"]:focus,
select:focus,
textarea:focus {
    outline: none;
}
.edit__facebook__camp--newright
    .create__camp__section3fieldinner
    input[type="text"] {
    height: 40px;
    line-height: 40px;
    padding: 8px 16px 8px 16px;
    border-radius: 10px;
    border: 1px solid rgba(217, 223, 236, 1);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: rgba(15, 9, 60, 0.9);
}
.edit__facebook__camp--newright .create__camp__section3fieldinner textarea {
    padding: 8px 16px 8px 16px;
    border-radius: 10px;
    border: 1px solid rgba(217, 223, 236, 1);
    font-family: Poppins;
    font-size: 14px;
    line-height: 24px;
    height: 200px;
    font-weight: 400;
    color: rgba(15, 9, 60, 0.9);
}
.edit__facebook__camp--newmain
    .edit__facebook__camp--newright
    .create__camp__section3fieldlable
    h4 {
    font-size: 16px;
    margin: 0;
    color: rgba(15, 9, 60, 1);
}

.shadownone {
    box-shadow: none;
}

.preview-section__facebook.newradius {
    border-radius: 5px 5px 0 0;
}

.preview-section__facebookfooter.newfbfoot #preview-headline {
    font-size: 9px;
}
.preview-section__facebookfooter.newfbfoot #preview-link-description {
    font-size: 8px;
}
.preview-section__facebookfooter.newfbfoot .cta.new__adctanew a {
    font-size: 7px;
}
.preview-section__facebookfooter.newfbfoot {
    font-size: 10px;
}

.pr_adouter {
    background: rgba(240, 242, 245, 1);
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
}

.newprimarytt {
    padding: 0 10px 5px;
}

.newprimarytt p {
    margin: 0;
    font-size: 9px;
}

.pr_adouter .prnleft {
    width: calc(100% - 90px);
    padding: 0;
}
.pr_adouter .prnright {
    width: 90px;
    text-align: right;
}

.pr_adouter .prnright a {
    font-size: 7px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    background: #ced0d4;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

.pr_adouter .preview-headline__view h4 {
    font-size: 9px;
    color: #000;
}

.pr_adouter .preview-descview p {
    font-size: 8px;
    color: #000;
}

/*.set__fbad{
	height:230px;
	overflow:hidden;
}*/
.set__fbadth {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.set__fbad {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.po__imagesoutflx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    border-left: 1px solid #eff2fa;
    border-right: 1px solid #eff2fa;
}

.post__style__facebook .po2 small {
    line-height: 14px;
    display: block;
}

.crnes__marginouter {
    margin-left: 10px;
}

.linkdinpostviewfooter .preview-section__facebookfooterview {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.linkdinpostviewfooter .linkdinpostviewfooterleft {
    width: calc(100% - 120px);
}
.mylinkdincta {
    width: 100px;
    padding: 8px 10px;
}
.mylinkdincta a {
    font-size: 8px;
    line-height: 8px;
    color: #2f72ac;
    border: 1px solid #2f72ac;
    background: none;
    padding: 5px 10px;
    border-radius: 0;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
}

.linkdinpostviewfooter {
    background: rgba(243, 246, 248, 1);
}

.post__style__facebook .po1.linkdinmobviewreview {
    padding: 10px 10px 0;
}

.linkdinmobview .po-profile__details {
}
.linkdinmobview .po-profile__details h4 {
    font-size: 9px;
    margin: 0;
    font-weight: bold;
    color: #000;
}
.linkdinmobview .po-profile__details p {
    color: #65676b;
    font-size: 7px;
    margin: 3px 0 0;
}

.linkdinmobview .post__style__facebook .po1 {
    padding: 10px 10px 0;
}

.linkdinmobview .preview-primary-text__primarytt p {
    font-size: 9px;
}

.paddingbottom0 {
    padding-bottom: 0 !important;
}
.instaaddfooterpre {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.instaaddfooterpre .text-preview {
    width: calc(100% - 120px);
}
.instaaddfooterpre .new__adctanew {
    width: 100px;
    padding: 0 0 0 10px;
    text-align: right;
}
.instaaddfooterpre .new__adctanew a {
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    background: #ced0d4;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}

#createCustomPackageModal .platform-row .form-check {
    display: flex;
    align-items: center;
    margin: 0 10px;
    padding-left: 0;
}
#createCustomPackageModal .platform-row {
    display: flex;
    align-items: center;
}

#createCustomPackageModal .platform-row .platform-price-input {
    width: 120px;
    font-size: 13px;
}

#createCustomPackageModal #submitpackage {
    text-align: center;
    margin: 20px auto 30px;
    display: block;
}

#createCustomPackageModal .platform-row .form-check-label {
    font-size: 13px;
    width: 150px;
}

#createCustomPackageModal .platform-row .switch {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 19.5px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
#createCustomPackageModal .platform-row .switch::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    width: 17px;
    height: 17px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
#createCustomPackageModal .platform-row .switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28),
        0 0 0 20px rgba(128, 128, 128, 0.1);
}
#createCustomPackageModal .platform-row input:checked + .switch {
    background: #ff621b;
}
#createCustomPackageModal .platform-row input:checked + .switch::before {
    left: 22px;
    background: #fff;
}
#createCustomPackageModal .platform-row input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.po-profile__icon {
    border-radius: 50%;
    overflow: hidden;
}
.multidropdownmenu {
    display: none;
}

.multidropdownmenu li a {
    padding-left: 35px;
    box-sizing: border-box;
}
.submenu-left-sidebar li a{
    padding-left: 20px;
}
.submenu-left-sidebar li a span{
    padding: 10px;
}
.nav-pills li a {
    position: relative;
}
.nav-pills li span.multidropdownarrow {
    padding-right: 30px;
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 15px;
}

.nav-pills li .fa-solid {
    color: #fff;
}

.jobaddt .datepicker-cell {
    height: 2.25rem;
    text-align: center !important;
    line-height: 2.25rem !important;
}
.jobaddt .datepicker-dropdown {
    padding: 0 !important;
    box-shadow: none !important;
}

.adsContainer .srdetail__header input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

.adsContainer .srdetail__header .ad-checkbox {
    right: -5px;
    top: -5px;
    width: 18px;
    height: 18px;
    background-color: #ff621b;
}

.adsContainer .srdetail__header input[type="checkbox"]:checked {
    background-color: #ff621b;
}

.mclaswwer {
    font-size: 16px;
    color: #0f093c;
    font-weight: 500;
    margin-bottom: 10px;
    padding-right: 5px;
}

.cr__anyc-btn.employeranabtn.autowidth400 {
    width: 400px;
}

.csany--captionprvform.changewidthoption {
    width: 65%;
}

@media screen and (max-width: 1480px) {
    .employer__analysis--inner .campsec__back a {
        display: inline-block;
        margin: 5px 0;
    }

    #sideNav.sideNav_open {
        width: 220px;
    }
    .sideNav_show.admin_content {
        margin-left: 220px;
    }
    .admin_content {
        padding: 30px 0;
    }
    .colstep3 .camp__pakage--grid {
        width: 31.33%;
    }
    .colstep4 .camp__pakage--grid {
        width: 23%;
    }
    .camp__pakage--gridblack .camp__pakage--grid--title {
        font-size: 15px;
    }
    .camp__pakage--days {
        font-size: 12px;
    }
    .camp__pakage--price {
        font-size: 19px;
    }
    .camp__pakage--buynow a {
        font-size: 12px;
        padding: 9px 6px;
    }
    .camp__pakage--gridblack .camp__pakage--list1 ul li:nth-child(odd) {
        font-size: 13px;
    }
    .camp__pakage--gridblack .camp__pakage--list1 ul li:nth-child(even) {
        font-size: 13px;
    }

    .camp__pakage--gridpopular .camp__pakage--price {
        font-size: 19px;
    }
    .camp__pakage--grid {
        padding: 20px 15px;
    }
    .camp__pakage--gridpopular .camp__pakage--list1 ul li {
        background: #415cab url(/assets/admin/images/tic.png) no-repeat center
            right 10px;
        padding: 20px 31px 20px 12px;
    }

    .csany--captionprvform.changewidthoption {
        width: 100%;
    }
}

@media screen and (max-width: 1366px) {
    .linkmob--ecsouter .linkmob--ecs {
        width: 33%;
    }
    #tab32camp
        .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
        width: 33%;
        margin-right: 0;
    }
    #tab21camp
        .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
        width: 33%;
        margin-right: 0;
    }
    #tab2camp
        .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer {
        width: 33%;
        margin-right: 0;
    }
    .create__campaign--strategiespopup__inner {
        height: 495px;
    }

    .csany--captionprvform {
        width: 82%;
    }
}
.create-compngNew {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.create-compngNew .create__campng--heading {
    margin-bottom: 20px;
}
.create-compngNew .backBtn {
    height: 40px;
    width: 40px;
    background: #f8f9fc;
    border: 0px none;
    border-radius: 10px;
    padding: 4px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
}
.create-compngNew .backBtn i {
    color: #000000;
    font-size: 20px;
}
.create-compngNew .backBtn:hover {
    background: #e3e3e3;
}
.create-compngNew .border__steps--cap {
    padding: 0px;
}
.create-compngNew .create__camp__section1 {
    padding: 0px;
}
.create-compngNew .create__camp--main--btn {
    margin: 0px;
}
.create-compngNew .create__camp--main--btn a {
    display: inline-block;
    font-weight: 500;
}
.create-compngNew .main-compng-Area .campan-chooseads .greyHeader {
    background: #eeeeee;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.create-compngNew .main-compng-Area .campan-chooseads .greyHeader {
    background: #eeeeee;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.campan-chooseads .greyHeader .col {
    color: #757294;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0px 10px;
}
.campan-chooseads .greyHeader .checkbox-col1 {
    width: 48px;
    flex-basis: 48px;
    min-width: 48px;
    max-width: 48px;
}
.campan-chooseads .greyHeader .checkbox-col2 {
    width: 30%;
}
.campan-chooseads .greyHeader .checkbox-col3 {
    width: 30%;
}
.campan-chooseads .greyHeader .checkbox-col4 {
    width: 30%;
}

.campan-social-header {
    display: flex;
}
.campan-social-header .col {
    font-size: 14px;
    color: #0f093c;
    font-weight: 500;
    padding: 5px 10px;
}
.campan-social-header .checkbox-col1 {
    width: 48px;
    flex-basis: 48px;
    min-width: 48px;
    max-width: 48px;
}
.campan-social-header .checkbox-col2 {
    width: 30%;
    display: flex;
    gap: 15px;
}
.campan-social-header .checkbox-col2 i {
    font-size: 20px;
    color: #666;
}
.campan-social-header .checkbox-col3 {
    width: 30%;
}
.campan-social-header .checkbox-col4 {
    width: 30%;
}

.accordion-campan-ads .accordion-item {
    margin-top: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
    border-radius: 10px !important;
    border: 0px none !important;
    overflow: hidden;
}
.accordion-campan-ads .accordion-item .accordion-header {
    position: relative;
}
.accordion-campan-ads .accordion-item .accordion-header button {
    position: absolute;
}
.accordion-campan-ads .accordion-item .accordion-header .adver-btn {
    font-size: 14px;
    color: #00020e;
    font-weight: 500;
    /* background: #f3f4f6; */
    background: #fff;
    padding: 12px 30px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #123393 !important;
}
.accordion-campan-ads .accordion-item .mobile-phone-tabs {
    display: flex;
    background: #f7f7f7;
    border-radius: 10px;
    border: 0px none;
    width: 202px;
}
.accordion-campan-ads .accordion-item .mobile-phone-tabs .nav-item {
    width: 101px;
}
.accordion-campan-ads .accordion-item .mobile-phone-tabs .nav-link {
    height: 47px;
    width: 101px;
    border-radius: 10px;
    color: #9a9ea8;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.accordion-campan-ads .accordion-item .mobile-phone-tabs .nav-link.active {
    background: #123393;
    color: #fff;
}
.accordion-campan-ads .accordion-item .mobile-phone-tabs .nav-link.active img {
    filter: brightness(0) invert(1);
}
.tabs-mobile-desktop-Content {
    border-top: 1px solid #cececefc;
    padding-top: 20px;
    margin-top: 20px;
}

.accordion-campan-ads .accordion-item:nth-child(even) .accordion-header {
    background: rgba(239, 242, 250, 1);
}
.accordion-campan-ads
    .accordion-item:nth-child(even)
    .accordion-header
    .adver-btn {
    background: #ffffff;
}
.accordion-campan-ads .icon-toggle {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}
.accordion-campan-ads .collapsed .icon-toggle {
    transform: rotate(0deg);
}
.accordion-campan-facebook-desktop-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.accordion-campan-facebook-desktop-list
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer,
.google-max-column {
    margin-bottom: 0px;
    padding: 0px;
    width: calc(33.9% - 27px);
}
.google-max-column img {
    max-width: 100%;
}
.google-max-column .google-display-ad {
    max-width: 100%;
}
.accordion-campan-facebook-desktop-list
    .campan__chooseads--desktop__cstable--accordianbody__section2-grid {
    box-shadow: 7.94px 7.94px 31.74px 0px rgba(214, 220, 236, 0.34);
}
.accordion-campan-facebook-desktop-list .card-sub-header-campan {
    box-shadow: 7.94px 7.94px 31.74px 0px rgba(214, 220, 236, 0.34);
    border: 0p none;
    margin-top: 10px;
}
.accordion-campan-facebook-desktop-list .body-card-campan {
    border: 0px none;
    border-radius: 10px !important;
}
.accordion-campan-facebook-desktop-list .ad-content .head-card-campan {
    box-shadow: 10px 15px 50px 0px rgba(0, 63, 83, 0.12);
    border: 0px none;
    border-radius: 10px !important;
}
.accordion-campan-facebook-desktop-list .body-card-campan .card-footerview {
    border: 0px none;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}
.accordion-campan-facebook-Mobile .accodion-campan-facebook-list {
    width: 180px;
}
.tabs-jobBoard .google__ads--listing-desktopinner {
    margin: 15px;
}
.accordion-body-top {
    display: flex;
    justify-content: space-between;
}
.google-max-column .video-title {
    font-size: 20px;
    font-weight: bold;
}
.google-max-column .ad-content {
    padding: 10px;
}
.ad-content .image-preview video{
    max-width: 100% !important;
}
@media (max-width: 768px) {
    .accordion-campan-facebook-desktop-list
        .campan__chooseads--desktop__cstable--accordianbody__section2-grid__outer,
    .google-max-column {
        width: 100%;
    }
}

.create__campaign--strategiespopup {
    display: none !important;
}
.create__campaign--strategiespopup.popblocker {
    display: block !important;
}
.create__campaign--strategiespopup .create__campaign--strategiespopup__inner {
    margin: auto;
}
.dataTables_wrapper {
    width: 100%;
    overflow-x: auto;
}
/* card skeleton */
.card-skeleton {
    display: flex;
    flex-direction: column;
    flex-basis: 300px;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    margin: 1rem;
}
.card-skeleton .card-img {
    padding-bottom: 56.25%;
    position: relative;
}

.card-skeleton .card-body {
    padding: 1.5rem;
}
.card-skeleton .card-title {
    font-size: 1.25rem;
    line-height: 1.33;
    font-weight: 700;
}
.card-skeleton .card-title.skeleton {
    min-height: 28px;
    border-radius: 4px;
}
.card-skeleton .card-intro {
    margin-top: 0.75rem;
    line-height: 1.5;
}
.card-skeleton .card-intro.skeleton {
    min-height: 72px;
    border-radius: 4px;
}
.skeleton {
    background-color: #e2e5e7;
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0)
    );
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    animation: shine 1s ease infinite;
}
@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

/* loader 2 */
div.cl1 {
    display: inline-block;
    width: 14px;
    border-radius: 50%;
    height: 14px;
    position: relative;
    -webkit-animation: mymove 2s infinite;
    -webkit-animation-timing-function: linear;
    animation: mymove 2s infinite;
    animation-timing-function: linear;
}
div.cl2 {
    animation: mymove1 3s infinite !important;
}
div.cl3 {
    animation: mymove2 4s infinite !important;
}
div.cl4 {
    animation: mymove3 5s infinite !important;
}

@-webkit-keyframes mymove {
    from {
        left: 0%;
        background: white;
    }
    to {
        left: 100%;
        background: red;
    }
}

@keyframes mymove {
    from {
        left: 0%;
        background: white;
    }
    to {
        left: 100%;
        background: red;
    }
}

@-webkit-keyframes mymove1 {
    from {
        left: 0%;
        background: white;
    }
    to {
        left: 100%;
        background: green;
    }
}

@keyframes mymove1 {
    from {
        left: 0%;
        background: white;
    }
    to {
        left: 100%;
        background: green;
    }
}

@-webkit-keyframes mymove2 {
    from {
        left: 20%;
        background: white;
    }
    to {
        left: 100%;
        background: orange;
    }
}

@keyframes mymove2 {
    from {
        left: 20%;
        background: white;
    }
    to {
        left: 100%;
        background: orange;
    }
}
@-webkit-keyframes mymove3 {
    from {
        left: 10%;
        background: white;
    }
    to {
        left: 100%;
        background: blue;
    }
}

@keyframes mymove3 {
    from {
        left: 10%;
        background: white;
    }
    to {
        left: 100%;
        background: blue;
    }
}
.loader_box {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 50px auto;
    border-radius: 100px;
    padding-left: 10px;
}
.blink {
    animation: blink 2s linear infinite;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}

.base-timer {
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: #f1f1f1;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: rgb(3, 164, 92);
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.jobBoard-modal-tabs {
    display: flex;
    width: 184px;
    border: 0px none;
    border-radius: 8px;
    background: #f1f1f1;
}
.jobBoard-modal-tabs li button {
    border: 0px none;
}
.jobBoard-modal-tabs li button.active {
    background: #123393 !important;
    border: 0px none;
}
.jobBoard-modal-tabs li button:hover {
    background: #ff621b !important;
    border: 0px none;
    transition: all 0.7s;
    color: #fff;
}
.jobBoard-modal-Tabs-content {
    margin-top: 15px;
}
.organization-input input {
    width: 100%;
}
.modal-main-content .edit__facebook__camp--left {
    width: 40%;
}
.modal-main-content .edit__facebook__camp--newright {
    width: 55% !important;
    height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 29px;
}
.jobsecform .form-group input[type="text"] {
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
}
.jobBoard-modal-edit-create {
    height: 90vh;
    overflow: hidden;
}
.jobBoard-modal-edit-create .modal-main-content {
    margin: 0;
    max-height: calc(100vh - 145px);
    overflow-y: auto;
    overflow-x: hidden;
}
.selected-City .removeIcon-tags {
    background: #fff;
    height: 12px;
    width: 12px;
    border: 0px none;
    border-radius: 10px;
    text-align: center;
    color: #123393 !important;
    font-weight: 800;
}
.selected-City .badge {
    display: inline-flex;
    font-weight: 500;
}
@media screen and (min-width: 1169px) {
    .create__campaign--strategiespopup__inner {
        height: calc(100vh - 40px);
    }
}

.steps-tabs-wrapper {
    background-color: #eeeeee;
    padding: 7px 10px;
    border-radius: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 15px;
}

.steps-tabs ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0px none;
    overflow-y: hidden;
    overflow-x: auto;
}
.steps-tabs ul li{
    flex: 1;
    min-width: max-content;
}
.steps-tabs .nav-link {
    color: #9a9a9a;
    border: none;
    background-color: transparent;
    font-weight: 500;
    text-align: center;
    padding: 4px 8px;
    font-size: 14px;
    pointer-events: none;
}
.steps-tabs .nav-link.active {
    color: #FF621B;
    background: transparent;
    pointer-events: all;
}
.steps-tabs .nav-link.current-active, .steps-tabs .nav-link.active:hover {
    background-color: #FF621B;
    color: #fff !important;
    border-radius: 6px;
}
.form-check-input:checked{
    background-color: #123393;
    border-color: #123393;
}
.custom-tags .tag{
    background-color: #123393 !important;
    padding: 1px 5px !important;
    font-size: 14px;
    align-items: center;
    display: inline-flex;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}
.custom-tags .tag .remove-tag{
    color: #fff;
    font-size: 16px;
    position: relative;
    height: 18px;
    margin-top: -5px;
}
.btn-custom-outline{
    font-size: 14px;
    font-weight: 500;
    padding: 3px 15px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #123393;
    color: #123393;
    background: #fff;
    cursor: pointer;
}
.btn-custom-outline:hover, .btn-custom-outline.collapsed{
    background: #123393;
    color: #fff;
}
.accordion-btnArea a{
    margin-left: 10px;
}
.campan-social-header-custom .social-name{
    width: 400px;
    flex: 1 1 250px;
    display: flex;
    gap: 10px;
    padding-left: 35px;
}
.campan-social-header-custom .accordion-btnArea{
    flex: 1 0 60%;
    text-align: right;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.campan-social-header-custom a{
    padding: 8px 15px !important;
    position: inherit;
    margin: 0px;
}
.campan-social-header-custom a i.icon-toggle{
    position: absolute;
    left: 10px;
}
.campan-social-header-custom .form-switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
    background-color: red;
    border-color: red;
    background-image: none;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 1.5rem;
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer;
}
.campan-social-header-custom .form-switch .form-check-input::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 1.1rem;
    height: 1.1rem;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}
.campan-social-header-custom .form-switch .form-check-input:checked {
    background-color: green;
    border-color: green;
}
.campan-social-header-custom .form-switch .form-check-input:checked::before {
    transform: translateX(1.4rem);
}
.campan-social-header-custom .form-switch .form-check-input:focus {
    box-shadow: none;
}
.meta-ui-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 90px;    
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.meta-ui-card .btn{
    padding: 12px;
    border-radius: 40px;
}
.meta-ui-card .confg-btn{
    font-size: 14px;
    color: #fff;
    background: #123393;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;

}
.meta-ui-card .confg-btn:hover{
    background: #123393;
}
.meta-ui-card .meta-rightArea{
    display: flex;
    gap: 10px;
    align-items: center;
}
.config-modals-campaign label.font-weight-semibold{
    font-size: 16px;
    color: rgba(15, 9, 60, 1);
    font-weight: 600;
}
.config-modals-campaign .modal-header .btn-close{
    background-color: #dddbdb;
    border-radius: 100px;
}
.config-modals-campaign .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: #123393 !important; 
    color: #fff;
    border: 0px none !important;
    padding-left: 5px !important;
    padding-right: 25px !important;
}
.config-modals-campaign .select2-container--default .select2-selection--multiple .select2-selection_choice_remove, .config-modals-campaign .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border: 0px none !important; 
    color: #fff !important;
    left: inherit !important;
    right: 2px !important;
}
.config-modals-campaign .select2-container--default .select2-selection--multiple .select2-selection_choice_remove:hover, .config-modals-campaign .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: none !important;
    color: #fff !important;
}
.config-modals-campaign .select2-container--default .select2-selection--multiple .select2-selection_choice_remove span, .config-modals-campaign .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{
    margin-top: 4px;
    background: #fff;
    color: #123393;
    height: 16px;
    width: 16px;
    display: inline-block;
    border: 0px none;
    border-radius: 40px;
    line-height: 17px;
    font-weight: 600;
}
.config-modals-campaign .select2-container--default .select2-selection--multiple .select2-selection_choice_remove span:hover, .config-modals-campaign .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span:hover{
    background: #f1f1f1 !important;
}
.config-modals-campaign .select2-container--default .select2-selection--multiple .select2-selection_choice_display{
}

.audience-estimate-outer{
    display: flex;
    gap: 10px;
    align-items: center;
}
.audience-estimate-outer .btn, .audience-estimate-outer .btn:hover{
    border: 0px none !important;
}
.config-Modal-Action-Btn{
    display: flex;
    justify-content: end;
    gap: 15px;
    padding: 20px 0px;
}
.config-Modal-Action-Btn .btn{
    border-radius: 70px;
    padding-left: 20px;
    padding-right: 20px;
}
.config-Modal-Action-Btn .btn.btn-primary{
    font-size: 14px;
    color: #fff;
    background: #123393;
    box-sizing: border-box;
    transition: all 0.7s;
    text-decoration: none;
    border: 0px none !important;
}
.config-Modal-Action-Btn .btn.btn-primary:hover{
    background: #123393;
    border: 0px none !important;
}

.plateform-outter{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.plateform-status-list{
    display: flex;
    gap: 15px;
}
.plateform-status-list .plateform-name{
    font-size: 16px;
    font-weight: 500;
    min-width: 250px;
}
.plateform-status-list .plateform-action{
    display: flex;
    gap: 15px;
}
.plateform-status-list .btn{
    font-size: 13px;
}
.plateform-status-list .btn-group{
    border-color: #6c757d;
    color: #6c757d;
}
.plateform-status-list .btn.btn-outline-primary{
    border-color: #6c757d;
    color: #6c757d;
}
.plateform-status-list .btn.btn-outline-primary:hover, .plateform-status-list .btn.btn-outline-primary:focus{
    border-color: #ff621b;
    background: #ff621b;
    color: #fff;
}
.plateform-status-list .btn-check:checked+.btn, .plateform-status-list .btn.active, .plateform-status-list .btn.show, .plateform-status-list .btn:first-child:active, .plateform-status-list :not(.btn-check)+.btn:active{
    background-color: #ff621b;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .plateform-status-list{
        flex-direction: column;
    }
}
.header-resource-top {
    display: flex;
    justify-content: space-between;
}
.header-resource-top a.pulse-button {
    position: relative;
    border: none;
    border-radius: 20px;
    padding: 6px 15px;
    background-color: #ff621b;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(138, 130, 251, 0.9);
    animation: pulse 2s infinite;
    display: flex;
    gap: 10px;
    font-weight: normal;
    text-decoration: none;
    align-items: center;
}
.header-resource-top a.pulse-button:hover {
    background-color: #123393;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(138, 130, 251, 0.9);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(138, 130, 251, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(138, 130, 251, 0);
    }

}

.select-role-outer {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.select-role-outer .text-gray-900 {
    color: #111827 !important;
}
.select-role {
    padding: 15px;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    align-items: center;
    display: flex;
    gap: 20px;
    cursor: pointer;
}
.select-role:hover {
    background: #ff621b1f;
    border-color: #ff621b;
}
.select-role-outer .role-option input[type="radio"]:checked + label,
.select-role-outer .vacancy-option input[type="radio"]:checked + label {
    background: #ff621b1f;
    border-color: #ff621b;
}
.swal2-confirm{
    background: #123393 !important;
}
.swal2-styled{
    border-radius: 100px !important;
}
/* .swal2-cancel{
    background: #fff !important;
    border: 1px solid 
} */
/* .swal2-cancel{
    border: 1px solid #6c757d !important;
    color: #6c757d !important;
    background: transparent;
} */
/* .swal2-cancel:hover{
    background: #6c757d !important;
} */
 div:where(.swal2-icon).swal2-info {
    border-color: #ff621b !important;
    color: #ff621b !important;
}
.header-right{
    display: flex;
    justify-content: end;
    gap: 20px;
}
.header-right .premium-label{
    display: flex;
    gap: 10px;
    align-items: center;
}
.btn-time-header{
    border: 1px solid #ff621b;
    padding: 6px 15px;
    border-radius: 100px;
    color: #ff621b;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    gap: 6px;
    background: #fff;
    align-items: center;
}
.btn-time-header i{
    color: #0f093c;
    font-size: 16px;
}
.btn-time-header:hover{
    background: #ff621b;
    color: #fff;
}
.btn-time-header:hover i{
    color: #fff;
}
.job-signifiers{
    border: 1px solid #aaa;
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.job-signifiers .taglist-custom{
    background: #123393 !important;
    color: #fff;
    border: 0px none !important;
    display: flex;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    /* white-space: nowrap; */
    border-radius: 4px;
    padding: 3px 4px 3px 6px;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.job-signifiers .taglist-custom span{
    color: #fff;
    font-size: 14px;
}
.job-signifiers .taglist-custom button{
    background: #fff;
    height: 20px;
    width: 20px;
    border: 0px none;
    border-radius: 20px;
    overflow: hidden;
    color: #123393;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.job-signifiers .taglist-custom button.add-Tag{
    background: #ff621b;
    color: #fff;
}
.job-signifiers-outer .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    padding: 0px 0px 0px 1px;
    height: 20px !important;
    width: 20px !important;
}
.job-signifiers-outer .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background: #fff !important;}
.job-signifiers-outer .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00d";
    padding: 0px;
    background: none;
    margin: 0px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #123393 !important;
}
.job-seeker-signifiers .select2-container{
    width: 100% !important;
}
.job-seeker-signifiers .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    padding: 0px 0px 0px 1px;
    height: 20px !important;
    width: 20px !important;
}
.job-seeker-signifiers .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00d";
    padding: 0px;
    background: none;
    margin: 0px;
}
#facebook_success_message, #instagram_success_message{
    position: absolute;
    bottom: 67px;
    right: 15px;
    z-index: 999999;
    left: 15px;
}
.form-scroll-area{
    max-height: calc(90vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
}

.btn-apappointment {
    background: #FF621B;
    transition: all 0.7s;
}
.btn-apappointment:hover {
    background:#123393;
}


@keyframes bounce-delay {
  0%, 90%, 100% { transform: translate(-40%, 0); } 
  25% { transform: translate(-40%, -25px); }
  50% { transform: translate(-40%, 0); }
  75% { transform: translate(-40%, -20px); }
}

/* Main floating button style */
.next-step-floating {
  padding: 10px 15px;
  position: fixed;
  bottom: 20px;
  margin: 0 !important;
  border: 0;
  border-radius: 9px;
  left: 50%;
  transform: translateX(-40%);
  width: 1000px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  color: #123393;
  align-content: center;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0  8px 10px  -6px rgba(0, 0, 0, 0.1) !important;
  align-items: center;
  font-size: 16px;
  background: #d9e2fb;
  border: 1px solid #99a9d8;

  /* Two animations at once: pulse always, bounce every 6s */
  /* animation:
    pulse-animation 2s infinite,
    bounce-delay 4s ease infinite; */
}

.next-step-floating .btn{
    border-radius: 100px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    background: #123393 !important;
    color: #fff;
    border: 1px solid #123393;
    font-weight: 400;
    display: flex;
    gap: 6px;
    align-items: center;
}
.next-step-floating .btn:hover{
    background: #ff621b !important;
    color: #fff !important;
    border: 1px solid #ff621b !important;
}


.navigation-buttons{
    padding: 20px 25px;
    position: fixed;
    bottom: 20px;
    margin: 0 !important;
    border: 0;
    border-radius: 12px;
    left: 50%;
    transform: translateX(-40%);
    width: 1000px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-content: center;
    box-shadow: 0px -10px 30px #000 !important;
    align-items: center;
    font-size: 20px;
    background: #000;
    animation:
    pulse-animation 2s infinite,
    bounce-delay 4s ease infinite;
}
.navigation-buttons .strategy-counter{
    color: #fff !important;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
}
.navigation-buttons button{
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0px;
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.navigation-buttons button:hover{
    color: #fff !important;
    background: #000 !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
}
.navigation-buttons button:disabled:hover, .navigation-buttons button:disabled{
    pointer-events: none;
    box-shadow: none;
    background: #fff;
    opacity: 0.5;
}
.navigation-buttons button i{
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .navigation-buttons{        
        padding: 10px;        
        transform: translateX(-50%);
        width: 300px;
    }
    .navigation-buttons .nav-btn{        
        padding: 6px 10px;
        font-size: 12px;
    }
     .navigation-buttons .strategy-counter{        
        padding: 6px 10px;
        font-size: 12px;
        margin: 0px;
        width: 80px;
        justify-content: center;
    }
}
.ai-regenerate-btn{
    border: 1px solid #123393;
    color: #123393;
}
.ai-regenerate-btn:hover{
    border: 1px solid #123393;
    color: #fff;
    background: #123393;
}


@keyframes bounce-delay {
  0%, 90%, 100% { transform: translate(-40%, 0); } 
  25% { transform: translate(-40%, -25px); }
  50% { transform: translate(-40%, 0); }
  75% { transform: translate(-40%, -20px); }
}

/* Main floating button style */
/* .next-step-floating {
  padding: 20px 25px;
  position: fixed;
  bottom: 20px;
  margin: 0 !important;
  border: 0;
  border-radius: 12px;
  left: 50%;
  transform: translateX(-40%);
  width: 1000px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-content: center;
  box-shadow: 0px -10px 30px #000 !important;
  align-items: center;
  font-size: 20px;
  background: #000;
  animation:
    pulse-animation 2s infinite,
    bounce-delay 4s ease infinite;
}

.next-step-floating .btn{
    border-radius: 100px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff !important;
    color: #000;
    border: 1px solid #000;
}
.next-step-floating .btn:hover{
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff;
} */


.navigation-buttons{
    padding: 20px 25px;
    position: fixed;
    bottom: 20px;
    margin: 0 !important;
    border: 0;
    border-radius: 12px;
    left: 50%;
    transform: translateX(-40%);
    width: 1000px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-content: center;
    box-shadow: 0px -10px 30px #000 !important;
    align-items: center;
    font-size: 20px;
    background: #000;
    animation:
    pulse-animation 2s infinite,
    bounce-delay 4s ease infinite;
}
.navigation-buttons .strategy-counter{
    color: #fff !important;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
}
.navigation-buttons button{
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0px;
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.navigation-buttons button:hover{
    color: #fff !important;
    background: #000 !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
}
.navigation-buttons button:disabled:hover, .navigation-buttons button:disabled{
    pointer-events: none;
    box-shadow: none;
    background: #fff;
    opacity: 0.5;
}
.navigation-buttons button i{
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .navigation-buttons{        
        padding: 10px;        
        transform: translateX(-50%);
        width: 300px;
    }
    .navigation-buttons .nav-btn{        
        padding: 6px 10px;
        font-size: 12px;
    }
     .navigation-buttons .strategy-counter{        
        padding: 6px 10px;
        font-size: 12px;
        margin: 0px;
        width: 80px;
        justify-content: center;
    }
}
.ai-regenerate-btn{
    border: 1px solid #123393;
    color: #123393;
}
.ai-regenerate-btn:hover{
    border: 1px solid #123393;
    color: #fff;
    background: #123393;
}

.ai-modal p.ai-modal-subtitle{
    margin-bottom: 0px;
    font-size: 12px;
}
.ai-modal .ai-icon-wrapper{
    padding-top: 10px;
    padding-right: 10px;
}
.ai-modal .ai-modal-header{
    padding-bottom: 5px;
}
.ai-modal .ai-modal-title-wrapper{
    display: flex;
}
.ai-modal-body .ai-warning-card{
    display: flex;
    gap: 10px;
    margin-bottom: 50px !important;
    padding: 10px !important;
}
.ai-modal-body .ai-warning-card i{
    /* color: #ff621b; */
    position: relative;
    top: 5px;
}
.ai-modal-body .ai-warning-content p{
    font-size: 14px;
    margin-bottom: 0px;
}
.ai-modal-body .ai-form-group i{
    color: #ff621b;
    position: relative;
    top: 0px;
}
.ai-modal-body .ai-optional-badge{
    background: #123393;
    color: #fff;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 12px;
}
.ai-modal-body .ai-help-text{
    font-size: 12px;
}
.ai-modal-body .ai-form-check{
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0px;
}
.ai-modal-body .ai-checkbox{
    height: 25px;
    width: 25px;
    margin-right: 0px;
    border: 1px solid #123393;
}
.ai-modal .ai-textarea-wrapper{
    margin-top: 10px;
}
.media-select-action .btn-group {
    border-radius: 8px;
    border: 1px solid rgba(217, 223, 236, 1);
    background: #eeeeee;
}
.media-select-action .btn-group .btn{
    padding: 5px 15px;
    border-radius: 4px !important;
    background: #eeeeee;
    border: 0px none;
    color: rgba(15, 9, 60, 1);
    font-size: 14px;
}
.media-select-action .btn-group .btn:hover{
    border-radius: 4px !important;
}
.media-select-action .btn-group .btn-check:checked+.btn{
    background: #14309b;
    color: #fff;
    border: 0px none;
}
.upload-media-box-modal {
    border: 2px dashed #ccc;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    transition: border-color 0.3s;
    background: #e5eafd;
    width: 100%;
    font-size: 14px;
}
.upload-media-box-modal:hover {
    border-color: #007bff;
}
.upload-media-box-modal .upload-icon {
    font-size: 24px;
    color: #fd6509;
    margin-bottom: 10px;
}

.csmp__creatingstrategy-new .create__camp__section3fieldforbox{
    background: #fff;
    padding-bottom: 30px;
}
.report-fillter-box{
    border-radius: 20px;
    box-shadow: 10px 15px 50px 0px rgba(0, 63, 83, 0.05);
    padding: 30px;
    background: #fff;
}
.report-fillter-box .accordion{
    margin-top: 15px;
}
.report-fillter-box .accordion, .report-fillter-box .accordion .accordion-item{
    border: 0px none !important;
}
.report-fillter-box .accordion .accordion-item .accordion-button{
    background: none !important;
    width: auto;
    border: 0px none !important;
    box-shadow: none !important;
    padding-left: 0px;
    font-weight: bold;
    color: #212529 !important;
    gap: 10px !important;
    flex-direction: row-reverse;
}
.report-fillter-box .collapse:not(.show) {
    display: none !important;
}
.report-fillter-box .collapse.show {
    display: block !important;
    visibility: visible !important;
}
.report-fillter-box .accordion .accordion-body{
    background: #f8f9fc;
    padding: 15px;
    border: 0px none;
    border-radius: 8px;
}
.report-fillter-box .accordion .accordion-body .select2-container--default .select2-selection--multiple {
    background: #eff2fa !important;
}
.report-fillter-box .accordion .accordion-body .remove-filter{
    color: red;
    font-size: 22px;
    height: 34px;
    width: 34px;
    padding: 0px;
}
.report-fillter-box .accordion .accordion-body .remove-filter:hover{
    outline: 1px solid red;
    background: #fff;
}

.select-custom{
    border: 1px solid #d9dfec;
    border-radius: 10px;
    padding-right: 50px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
    -webkit-appearance: none;
    padding: 8px;
    background: #eff2fa url('/assets/admin/images/dro.png') no-repeat center right 20px;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 98, 27, 0.8);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 98, 27, 0);
  }
}

@keyframes bounce-delay {
  0%, 90%, 100% { transform: translate(-40%, 0); } 
  25% { transform: translate(-40%, -25px); }
  50% { transform: translate(-40%, 0); }
  75% { transform: translate(-40%, -20px); }
}

/* Main floating button style */
/* .next-step-floating {
  padding: 20px 25px;
  position: fixed;
  bottom: 20px;
  margin: 0 !important;
  border: 0;
  border-radius: 12px;
  left: 50%;
  transform: translateX(-40%);
  width: 1000px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-content: center;
  box-shadow: 0px -10px 30px #000 !important;
  align-items: center;
  font-size: 20px;
  background: #000;
  animation:
    pulse-animation 2s infinite,
    bounce-delay 4s ease infinite;
}

.next-step-floating .btn{
    border-radius: 100px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff !important;
    color: #000;
    border: 1px solid #000;
}
.next-step-floating .btn:hover{
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff;
} */
@media screen and (max-width: 768px) {
    .next-step-floating{        
        padding: 10px;        
        transform: translateX(-50%);
        width: 300px;
    }
}
.create__camp__section2-new{
    align-items: start;
}
.create__camp__section2-new .create__camp__section2__leftsinner{
    align-items: start;
}
.create__camp__section2-new .create__camp__section2__leftsinnercheckinner{
    display: block;
    position: relative;
    padding-left: 80px;
}
.create__camp__section2-new .create__camp__section2__leftsinnercheckth{
    width: 59px;
    height: 59px;
    position: absolute;
    left: 20px;
}
.create__camp__section2-new .create__camp__section2__leftsinnerchecklable{
    white-space: normal;
    word-wrap: break-word;
}
.edit-google-p-max-modal .image-input-wrapper{
    height: auto;
    min-height: 130px;
}
.edit-google-p-max-modal .preview-container{
    height: auto;
}
.edit-google-p-max-modal .preview-container .preview-image{
    max-width: 100%;
    max-height: max-content;
    height: auto;
    width: auto;
}

/* setting add budget */
.budget-form-setting .card{
    border: 0px none;
    padding: 0px;
    margin-top: 30px;
}
.budget-form-setting .card h4{
    color: var(--jibser-blue);
    font-size: 20px;
    font-weight: 600;
}
.budget-form-setting .form-group{
    margin-bottom: 20px;
}
.budget-form-setting .form-group label{
    font-size: 16px;
    color: var(--jibser-blue);
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 5px;
}
.budget-form-setting input[type="text"], .budget-form-setting input[type="date"]{
    background: #eff2fa;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
}
.budget-form-setting .form-group.budget-type-toggle .btn{
    background: #fff;
    color: var(--jibser-blue);
    border-color: var(--jibser-blue);
}
.budget-form-setting .form-group.budget-type-toggle .btn.active, .budget-form-setting .form-group.budget-type-toggle .btn:hover{
    background: var(--jisber-orange);
    color: #fff;
    border-color: var(--jibser-orange);
}
.budget-form-setting .form-group .form-switch .form-check-input{
    width: 42px;
    height: 20px;
}
.budget-form-setting .alert-warning{
    border: 1px solid #FFBB33;
    background: rgba(255, 187, 51, 0.4);
    color: var(--jisber-orange);
    font-size: 14px;
}
.budget-form-setting .select-channel .list-group{
    gap: 10px;
}
.budget-form-setting .select-channel .list-group .list-group-item{
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    color: var(--jibser-blue)
}
.budget-form-setting .select-channel .list-group .list-group-item .social-channel-select{
    display: flex;
    align-items: center;
}

.budget-form-setting .select-channel .list-group .list-group-item .social-budget-icon{
    width: 35px;
}
.budget-form-setting .budget-overflow{ 
    padding: 15px 16px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}
.budget-form-setting .budget-overflow h5{
    font-size: 22px;
    color: var(--jibser-blue);
}
.budget-form-setting .per-kanaal{
    color: var(--jibser-blue)
}
.budget-form-setting .price-budget-box{
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 4px;
    color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
}
.budget-form-setting .price-budget-box .text-primary{
    color: var(--jibser-blue) !important;
    font-weight: normal !important;
    font-size: 16px;
}
.budget-form-setting .price-budget-box .text-primary .text-muted{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3) !important;
}
.budget-form-setting .price-budget-box .text-muted{
    color: rgba(0, 0, 0, 0.3) !important;
    font-size: 12px;
}
.budget-form-setting .price-budget-box .price-budget-box-inner{
    align-items: center;
}
.budget-form-setting .price-budget-box .price-budget-box-inner .total-price{
    color: var(--jisber-orange);
}
.input-Calendar-icon{
    padding-left: 45px;
    background-image: url(../images/Calendar-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    background-size: 24px 24px !important;
}
.input-Calendar-icon::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
    -webkit-appearance: none;
}
.input-Calendar-icon::-moz-calendar-picker-indicator {
    display: none;
}
.input-Calendar-icon::-ms-clear {
    display: none;
}
.input-budget-price{
    display: none;
    margin-top: 15px;
    position: relative;
}
.input-budget-price .currency-icon{
    position: absolute;
    left: 10px;
    top: 6px;
    font-size: 18px;
    color: rgb(0 0 0 / 43%) !important;
}
.input-budget-price input{
    background: #fff !important;
    padding-left: 35px;
    border: 1px solid #d9dfec;
    border-radius: 10px;
    width: 100%;
    color: #0f093c;
    font-size: 14px;
}
.list-group-item.selected-item {
    background-color: #fff0e9;
    border: 1px solid var(--jisber-orange) !important;
}
.list-group-item.selected-item .input-budget-price{
    display: block;
}
.strategy__tiles-New{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.strategy__tiles-New .strategy-changes{
    display: flex;
    flex-direction: column;
}
.strategy__tiles-New .strategy-changes h5{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.strategy__tiles-New .strategy-changes .chance-success-box{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: 3px solid #008000;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    background: #fff;
    margin: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
.choose-strategy-new .ths__lth{
    width: 85px;
    padding: 0px 15px 0px 0px;
}
.choose-strategy-new .ths__lth img{
    max-width: 100%;
}
.choose-strategy-new .strategy__tiles{
    background: #f3f3ff;
    padding: 15px;
    margin-bottom: 80px;
}
.choose-strategy-new .ths__lth__title{
     font-size: 18px;
     font-weight: 600;
}
.choose-strategy-new .camp__gcs--grid1__left{
    padding-left: 0px;
}
.choose-strategy-new .strategy__tiles--outersec--rep{
    margin-top: 10px;
    background: #fff;
    padding: 10px 15px;
}
.choose-strategy-new  .strategy__tiles--outersec--reptitle h4{
    margin-bottom: 0px;
    font-weight: 500;
}
.choose-strategy-new .strategy__tiles--outersec--reptitle p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.choose-strategy-new .strategy__tiles--outersectag ul li.editable-item{
    margin: 5px 5px 5px 0px;
    /* background: #e0e0e0;
    color: #000; */
    border: 0px none !important;
    /* font-weight: 500; */
}
.choose-strategy-new .strategy__tiles--outersectag p{
    margin-bottom: 0px;
    font-size: 14px;
}
.choose-strategy-new .campsec__back{
    margin-right: 0px !important;
}
.choose-strategy-new .campsec__back a{
    border: 1px solid #123393;
}


.progress-ring {
    --size:100px; 
    --bar-width:10px; 
    --bar-color:#00cc66; 
    --bg-color:#eaf6ff;
  --pgPercentage: calc(var(--value) * 1%);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    conic-gradient(var(--bar-color) var(--pgPercentage), var(--bg-color) 0);
  position: relative;
  animation: progressSmooth 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.progress-ring::before {
  content: "";
  position: absolute;
  inset: var(--bar-width);
  background: white; /* Inner background */
  border-radius: 50%;
}
@keyframes progressSmooth {
  0% {
    --pgPercentage: 0%;
  }
  100% {
    --pgPercentage: calc(var(--value) * 1%);
  }
}
.progress-ring span {
  position: relative;
  font-weight: bold;
  color: var(--bar-color);
  font-size: 20px;
}
.create__campaign--strategiespopup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
div div.create__camp--main--btn-new .campsec__back button, div div.create__camp--main--btn-new .campsec__back a{
    font-size: 12px !important;
    padding: 4px 10px !important;
    height: 32px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 3px !important;
    border-radius: 18px;
}
.create__camp--main--btn-new .campsec__back{
    display: flex;
}
.create__camp--main--btn-new .edit-strategy{
    background: #fff;
}
.create__camp--main--btn-new .edit-strategy:hover{
    color: var(--jibser-blue);
    background: #fff;
}
.create__camp__section3field .select2-container .select2-search--inline .select2-search__field{
    font-family: "Poppins", sans-serif !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
    font-family: "Poppins", sans-serif !important;
}
.how-help-search{
    font-size: 12px;
    margin-bottom: 10px;
}
.how-help-search ul{
    list-style: auto;
    margin-left: 16px;
}
#infoModal .modal-body h6{
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}
#infoModal .modal-body p{
    font-size: 14px;
    margin-bottom: 20px;
}
#infoModal ul{
    margin-top: 6px;
    margin-left: 20px;
    list-style: disc;
}
#infoModal ul li{
    margin-bottom: 4px;
}

.edit-mode-visible input, .edit-mode-visible textarea, .edit-mode-visible select[multiple]{
    border: 2px solid #123393 !important;
}
.edit-mode-visible select[multiple] option{
    padding: 4px 12px !important;
    margin: 2px 0px !important;
    border-radius: 2px !important;
}
.edit-mode-visible select[multiple] option:checked{
    background: var(--jibser-blue) !important;
 }
.edit-mode-visible select[multiple]{
    font-size: 14px;
}
.edit-mode-visible .form-text{
    font-size: 14px;
}
.edit-mode-visible .tone-range-item{
    background: none !important;
    padding: 10px !important;
    margin-bottom: 5px;
    border: 0px none;
}
.edit-mode-visible .tone-range-item:last-child{
    margin-bottom: 0px;
}
.edit-mode-visible .tone-range-item label{
    font-size: 14px;
    color: #0f093c;
    margin-bottom: 0px;
}
.adjust-intensity-level{
    font-size: 12px;
}
.edit-mode-visible .tone-range-item .tone-value{
    color: #ff621b !important;
}
.edit-mode-visible .tone-range, .edit-mode-visible .range-labels{
    margin: 0px !important;
}
.tone-range-container{
    margin: 0px !important;
   /*  border: 1px solid rgba(217, 223, 236, 1);
    background: #fff;
    background: rgba(239, 242, 250, 1); */
    border-radius: 10px;
    /* padding: 15px; */
}


.edit-mode-visible input.tone-range[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: calc(100% + 6px);
    cursor: pointer;
    border-radius: 16px;
    background: rgba(255, 98, 27, 0.06);
    padding: 0;
    padding: 0;
    border: none;
    height: 20px;
    border: 0px none !important;
}
.edit-mode-visible input.tone-range[type="range"]::-webkit-slider-runnable-track {
    background: rgba(255, 98, 27, 0.06);
    height: 20px;
    width: calc(100% + 6px);
    border-radius: 10px;
}

.edit-mode-visible input.tone-range[type="range"]::-webkit-slider-thumb {
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: none;
    -webkit-appearance: none;
    background-color: rgba(255, 98, 27, 1);
    box-shadow: -1px 0px 4px rgba(255, 98, 27, 1);
    margin-top: 1px;
    z-index: 99;
    position: relative;
}

/* .edit-mode-visible .tone-range::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #123393;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.edit-mode-visible .tone-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #123393;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
} */
.strategy__tiles--outerfirst-New{
    flex-direction: column;
    align-items: start;
}
.strategy__tiles--outerfirst-New .strategy__tiles--right{
    width: 100%;
}
.strategy__tiles--outerfirst-New .strategy__tiles--right .create__camp--main--btn{
    justify-content: end;
}
.edit-mode-visible .select2-container textarea{
    border: 0px none !important;
}
.edit-mode-visible .select2-container .select2-selection {
    background: #eff2fa url(/assets/admin/images/dro.png) no-repeat center right 20px !important;
    border: 1px solid #d9dfec !important;
    border-radius: 10px !important;
    width: 100% !important;
    color: #0f093c !important;
    font-size: 14px;
    -webkit-appearance: none;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 8px !important;
    padding-right: 50px !important;
    height: auto;
    min-height: 42px !important;
}
.selectdrops{
    cursor: pointer;
}
.select2-container--default .select2-results__option--selected{
    background: var(--jibser-blue) !important;
    color: #fff !important;
    box-shadow: 0 -1px 0 0 #fff;
}
.employer__analysis--inner .expandable__div.target_audience_div .create__camp__section3fieldlableinner h4{
    margin-bottom: 0px;
}
.employer__analysis--inner .expandable__div.target_audience_div .create__camp__section3fieldlableinner p{
    margin-bottom: 0px;
    margin-top: 0px;

}
.auth-container{
    background: var(--jibser-blue);
}
.auth-container .steps-auth-left{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.auth-container .steps-auth-left li{
    display: flex;
    gap: 10px;
}
.left-auth-guest{
    background: url("/assets/admin/images/auth-bg-left.png") repeat-x left bottom;
}
.auth-right-area{
    background: #F8F9FD;
    box-shadow: 0px 0px 10px 9px rgba(186, 186, 186, 0.25);
    border-radius: 26px 0px 0px 26px;
    color: #212529;
}
.auth-right-area .card-body-auth{
    padding: 25px 90px;
    width: 100%;
}
.auth-right-area .link-primary{
    color: var(--jisber-orange) !important;
}
.auth-container-main, .auth-container, .row.g-0{
    min-height: 100vh;
}
.auth-container-main .auth-right-area{
    display: flex;
    align-items: center;
}
.accordion-item.unchecked, .accordion-item.unchecked .accordion-header {
    background: #e0e0e0 !important;
}
.accordion-item.unchecked .accordion-header .campan-social-header-custom .col {
    opacity: 0.5;
}
.accordion-item.unchecked .accordion-header .campan-social-header-custom .col.accordion-btnArea{
    opacity: 1;
}
.accordion-item.unchecked .accordion-header .campan-social-header-custom .col.accordion-btnArea a{
    opacity: 0.8;
}
#editModeBtn.btn-outline-warning{
    border-color: var(--jisber-orange);
    color: var(--jisber-orange);
}
#editModeBtn.btn-outline-warning:hover{
    background: var(--jisber-orange);
    color: var(--white);
}
.accordion-item.unchecked .accordion-campan-facebook-desktop-list .campan__chooseads--desktop__cstable--accordianbody__section2-grid{
    box-shadow: none;
}
.google-ads-heading{
    display: flex;
    gap: 5px;
}
.google-ads-heading h4{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-weight: 600;
    color: #3624be;
    font-size: 13px;
}
.google-ads-heading h4 span:last-child{
    display: none;
}
.google__ads--sitelinks-list{
    margin-left: 10px;
    margin-top: 10px;
}
.google__ads--sitelinks-list ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.google__ads--sitelinks-list ul li{
    border-top: 1px solid #dadce0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url('data:image/svg+xml,<svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%235e5e5e" d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"></path></svg>');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: right center;
}
.google__ads--sitelinks-list ul li h5{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #3624be;
    font-size: 13px;
    margin-bottom: 0px;
}
.google__ads--sitelinks-list ul li .text-muted{
    /* word-wrap: break-word; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}
.genrateAds-righ-area .genrate-with-AI{
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .auth-right-area .card-body-auth{
        padding: 15px;
    }  
    .auth-right-area{
        border-radius: 26px 26px 0px 0px;
    }
}