body {
    --primaryColor: #1c80ff;
    background-color: #f6f7f7;
}

.button.btn-wordpress-cta-primary {
    color: #fff;
    background-color: var(--primaryColor);
    border-color: var(--primaryColor)
}

.button.btn-wordpress-cta-primary:hover {
    color: #fff;
    background-color: #0a65db
}

.gap-5 {
    height: 5px
}

.gap-10 {
    height: 10px;
}

.gap-20 {
    height: 20px;
}

.gap-30 {
    height: 30px;
}

form.SSuprydp_form {
    --field_round: 4px
}

#easy-sticky-sidebar-toast {
    color: #fff;
    position: fixed;
    bottom: -20px;
    left: 50%;
    font-size: 20px;
    padding: 12px 20px;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    border-radius: 6px;
    transform: translateX(-50%);
    background-color: #000;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    transition: all 130ms;
}

#easy-sticky-sidebar-toast.shown {
    opacity: 1;
    bottom: 40px;
    visibility: visible;
    z-index: 9999;
}

.wrap-easy-sticky-sidebar {
    margin: 0 auto 0 -20px;
}

.wrap-easy-sticky-sidebar .updated {
    display: none !important
}

.easy-sticky-sidebar-container {
    margin: 0 auto;
    padding: 20px
}

.easy-sticky-sidebar-container.medium {
    max-width: 1160px
}

.easy-sticky-sidebar-header {
    color: #fff;
    padding: 10px 0;
    /* background-image: linear-gradient(90deg, #1c80ff 0%, #35b4ff 100%); */
    background-image: linear-gradient(90deg, #ffd22b 0%, #FFB300 100%);
    border: 1px solid #ffd22b;    
}

.easy-sticky-sidebar-header .easy-sticky-sidebar-container {
    display: flex;
    align-items: center;
}

.easy-sticky-sidebar-header a {
    color: inherit;
    text-decoration: none !important
}

.easy-sticky-sidebar-header h3 {
    color: #fff;
    font-size: 30px;
    margin: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.easy-sticky-sidebar-header h3 a {
    color: #fff;
}

.easy-sticky-sidebar-header h3 i {
    font-size: 85%;
    margin-right: 13px;
}



.easy-sticky-sidebar-header ul.easy-sidebar-header-navs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 0 auto;
}

ul.easy-sidebar-header-navs {
    font-size: 20px;
}

ul.easy-sidebar-header-navs>li {
    margin: 0;
}

ul.easy-sidebar-header-navs>li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

ul.easy-sidebar-header-navs li a {
    display: block;
}

ul.easy-sidebar-header-navs a:hover {
    color: inherit;
}

.easy-sticky-sidebar-tab-panel {
    display: flex;
}

.easy-sticky-sidebar-tab-panel .tab-nav {
    width: 200px;
    margin-right: 20px;
}

.easy-sticky-sidebar-tab-panel .tab-nav a {
    color: inherit;
    padding: 12px 16px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none !important;
}

.easy-sticky-sidebar-tab-panel .tab-nav a.active {
    color: #000;
    border-color: #e3e6ef;
    background-color: #fff;
    box-shadow: 1px 3px 5px rgb(18 25 97 / 8%);
}

.easy-sticky-sidebar-tab-panel .easy-sticky-sidebar-tab-content {
    flex: 1;
    background-color: #fff;
    border: 1px solid #e3e6ef;
    box-shadow: 0 1px 4px rgb(18 25 97 / 8%);
}

.easy-sticky-sidebar-tab-panel .easy-sticky-sidebar-tab-content>div {
    display: none;
    padding: 20px;
    border-radius: 4px;
}

.easy-sticky-sidebar-tab-panel .easy-sticky-sidebar-tab-content>div:first-child {
    display: block;
}

.easy-sticky-sidebar-tab-content header {
    padding: 12px 20px;
    margin: -20px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e6ef;
}



/* custom css */

.uip div#design_template_section {
    flex-basis: 50%;
}
.uip .SSuprydp_field_wrap {
    flex-basis: 50%;
}
.uip {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    gap: 40px;
}
.uip div#design_template_section {
    padding: 10px 0;
}
.uip h4.wordpress-cta-heading {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 700;
}


/* // */




/* Style for disabled inputs */


/* Style for lock icon */
/* Style for disabled inputs */
.wordpress-cta-dimension-field input[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #f5f5f5;
}

/* Style for lock icon */












table.fixed {
    table-layout: auto !important;
}
 

span#cust-imp{
    filter: blur(0px)!important;
}








.location-blur {
    color: rgba(0, 0, 0, 0.5) !important;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    opacity: 0.7;
}
select:disabled {
    opacity: 1 !important; /* Ensure select doesn't look disabled */
}
select option:not(:disabled) {
    color: #000 !important;
    font-weight: normal;
}




.SSuprydp_field_wrap label {
    font-weight: bold;
    display: table;
    margin-bottom: 5px;
}

.SSuprydp_input {
    width: 100% !important;
}

.SSuprydp_hidden {
    display: none;
}

span.SSuprydp_error {
    display: block;
    color: #ff0000;
    margin: 4px 0px;
    font-weight: 600;
}

p.SSuprydp_information {
    background: #00a0d2;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    font-weight: bold;
}

.SSuprydp_field_wrap,
.SSuprydp_btn_wrap {
    padding: 10px 0;
}

.SSuprydp_field_wrap.adjacent-field {
    padding-bottom: 0;
}

.select2-container {
    width: 100% !important;
}

.SSuprydp_ajax_processing {
    background-image: url('../img/loader.gif');
}

.SSuprydp_progress_bar_wrap {
    border: 1px solid #ccc;
    height: 30px;
    margin: 10px 0px;
    background: #e2e2e2;
    position: relative;
}

.SSuprydp_process_status {
    display: none;
}

.SSuprydp_location_fields,
.SSuprydp_page_fields,
.SSuprydp_markup_fields {
    width: 100%;
}

.SSuprydp_row {
    display: flex;
}

span.SSuprydp_success_message {
    font-size: 20px;
    padding: 17% 0%;
    display: inline-block;
    text-align: center;
    width: 100%;
}

span.SSuprydp_progress_bar {
    position: absolute;
    height: 100%;
    width: 0%;
    background: green;
}

.SSuprydp_confirmation_text strong {
    font-weight: bolder;
}

#SSuprydp_modal {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
    left: 0
}

.SSuprydp_modal_content {
    max-height: 80vh;
    padding: 20px;
    overflow: auto
}

.SSuprydp_modal_heading {
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

.SSuprydp_modal_footer {
    border-top: 1px solid #e2e2e2;
    padding: 15px;
    text-align: right;
    position: relative;
    float: right;
    width: 100%;
}

.SSuprydp_modal_alert {
    width: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin: 0 auto;
    position: absolute;
    max-width: 600px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    transition-duration: 0.7s;
}

.SSuprydp_overlay {
    background: rgba(0, 0, 0, .7)
}

strong.SSuprydp_shortcode {
    display: block;
    margin: 4px 0px;
}

.SSuprydp_popup_close {
    position: absolute;
    right: 10px;
    background: #ec2662;
    color: #fff;
    border-radius: 50%;
    padding: 8px 8px;
    top: 10px;
    text-align: center;
    line-height: 0px;
}

.SSuprydp_detailed_status {
    max-height: 200px;
    overflow: auto;
}

.SSuprydp_detailed_status span {
    display: inline-block;
    width: 100%;
    line-height: 27px;
    font-size: 14px;
}

.citiespopulation {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}

.citiespopulation ul {
    width: 100%;
    float: left;
}

.citiespopulation ul li {
    width: 30%;
    padding: 5px;
    float: left;
}

.citiespopulation ul li span {
    font-weight: bold;
}

.SSuprydp_modal_content {
    max-height: 80vh;
    padding: 20px;
    overflow: auto;
    background: #bcbdb7;
    border-radius: 13px;
    width: auto;
    color: #fff;
    font-size: 22px;
}

.success_msg {
    color: green;
    font-size: 17px;
    padding: 10px;
    margin: 0;
    background: #d9d7d7;
    font-weight: bold;
}

.error_msg {
    color: red;
    font-size: 17px;
    padding: 10px;
    margin: 0;
    background: #d9d7d7;
    font-weight: bold;
}

.heading {
    font-size: 18px;
    margin-bottom: 13px;
    font-weight: bold
}

h4.heading {
    margin-top: 0;
    margin-bottom: 10px;
}


.meta_title {
    max-width: 40rem;
}

.SSuprydp_field_wrap input,
.SSuprydp_field_wrap select,
.SSuprydp_field_wrap .font-select {
    max-width: 400px !important
}

.SSuprydp_field_wrap .font-select {
    width: min(400px, 100%);
}

.SSuprydp_field_wrap select,
.SSuprydp_field_wrap input,
.SSuprydp_field_wrap textarea,
.SSuprydp_field_wrap .font-select>span {
    border-color: #252527
}

.SSuprydp_field_wrap input[type="number"] {
    text-align: right;
    padding-right: 0 !important;
}

[name="SSuprydp_content_option_text"] {
    min-height: 100px;
}

.develop_check {
    float: left;
}

.develop_mode {
    font-size: 16px;
}

.develop_mode .SSuprydp_yes_btn {
    margin: 0px 10px;
    /* float:left; */
}

.develop_mode .SSuprydp_no_btn {
    margin: 0px 10px;
    /* float:left; */
}

.develop_mode input {
    margin: 0px 10px;
}

/* sticky sidebar */
.modal-open .sticky-sidebar-wrap,
.sticky-sidebar-wrap {
    display: none;
}

#SSuprydp_builder_form {
    padding: 20px;
}

#SSuprydp_builder_form .sticky-sidebar-wrap {
    display: block;
    position: fixed !important;
    right: 0;
    z-index: 999999 !important;
    width: 475px;
    /* top: 176px !important; */
    background-color: white;
    transition: ease all 0.4s;
    box-shadow: 0 0 10px 0 rgba(19, 19, 19, .2);
}

@media(max-width: 768px) {
    .sticky-sidebar-two {
        display: none;
    }
}

.stick-sidebar-container {
    display: block;
    position: relative;
    height: 100%;
    padding: 14px 24px;
}

.sticky-sidebar-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -48px;
    padding: 15px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sticky-sidebar-button>div {
    transform-origin: 0 0;
    transform: rotate(90deg);
    width: 100%;
    position: relative;
    overflow: hidden;
    left: 34px;
}

.sticky-sidebar-wrap a {
    position: relative;
    background-color: white;
    height: 100%;
    display: block;
    text-decoration: none;
}

.sticky-sidebar-wrap .sticky-sidebar-call-to-action {
    border-top: 2px solid #cad1dd;
    margin-top: 13px;
    padding-top: 16px;

}

.shrink {
    right: -475px !important;
    transition: ease all 0.4s !important;
}

.grow {
    right: 0;
    transition: ease all 0.4s;
}

.sticky-arrow {}

.sticky-sidebar-wrap .sticky-sidebar-image {
    height: 250px;
    width: 475px;
    background-size: cover;
    background-position: center center;
}

.sticky-sidebar-wrap h1,
.sticky-sidebar-wrap h2,
.sticky-sidebar-wrap h3,
.sticky-sidebar-wrap h4,
.sticky-sidebar-wrap h5,
.sticky-sidebar-wrap h6,
.sticky-sidebar-wrap p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.sticky-sidebar-text {
    line-height: 37px;
}

#SSuprydp_builder_form .SSuprydp-preview-warning {
    position: fixed !important;
    right: 0 !important;
    z-index: 999999 !important;
    width: 610px !important;
    top: 64px !important;
    background-color: white;
    padding: 6px 5px;
    font-size: 16px;
    border: solid black 1px;
    line-height: 21px;
    text-align: justify;
}

.modal-open .SSuprydp-preview-warning {
    display: none;
}

.SSuprydp-form-col {
    width: min(100%, 1100px)
}

.develop_mode {}

.SSuprydp-instructions {
    font-size: 16px;
}

.SSuprydp-icon {
    margin-left: 8px;
}

.SSuprydp_bk_title {
    margin: 15px 0px 0px 0px;
    font-size: 30px !important;
    font-weight: 800;
}

.SSuprydp_setting_title {
    margin: 0px;
    padding: 20px 0px 7px 0px;
    font-size: 25px;
}

.disabled_m {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.4);
}

.disabled_m select {
    border: 1px solid #ccc;
    color: #ccc;
}

.website_off {
    color: green;
    padding: 6px 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.website_on {
    color: red;
    padding: 6px 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;

}

.SSuprydp_location_info {
    display: flex;
    flex-direction: column;
}

.SSuprydp_location_info span {
    font-size: 16px;
    margin-bottom: 5px;
}

.SSuprydp_icon {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: rgb(44, 108, 128);
    position: relative;
    display: inherit;
    cursor: pointer;
}

.SSuprydp_hidden {
    display: none;
}

.SSuprydp_plus_icon::after,
.SSuprydp_minus_icon::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    height: 2px;
    margin-top: -5px;
    top: 70%;
    left: 5px;
    right: 5px;
    z-index: 9;
}

.SSuprydp_plus_icon::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 3px;
    margin-left: -5px;
    left: 68%;
    top: 5px;
    bottom: 5px;
    z-index: 9;
}

.SSuprydp_slideup,
.ss_slidedown {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

.SSuprydp_slidedown {
    max-height: 500px;
}

.SSuprydp_related_articles .single_related_article {
    margin: 0px 8px 0px 0px;
}

/* sticky sidebar */

@media(max-width: 768px) {
    .sticky-sidebar-two {
        display: none;
    }
}

.stick-sidebar-container {
    display: block;
    position: relative;
    height: 100%;
    padding: 14px 24px;
}

.sticky-sidebar-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -48px;
    /* padding: 15px 0; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

.sticky-sidebar-button>div {
    transform-origin: 0 0;
    transform: rotate(90deg);
    width: 100%;
    position: relative;
    overflow: hidden;
    left: 38px;
    padding: 0 15px;
}

.sticky-sidebar-wrap a {
    position: relative;
    background-color: white;
    height: 100%;
    display: block;
    text-decoration: none !important;
}

.sticky-sidebar-wrap .sticky-sidebar-call-to-action {
    border-top: 2px solid #cad1dd;
    margin-top: 13px;
    padding-top: 16px;
}

.grow {
    right: 0;
    transition: ease all 0.4s;
}

.sticky-sidebar-wrap .sticky-sidebar-image {
    height: 250px;
    width: 475px;
    background-size: cover;
    background-position: center center;
}

.wordpress-cta-instruction {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}

.wordpress-cta-instruction.text-bold {
    font-weight: bold;
}

.wordpress-cta-heading {
    font-size: 18px;
    margin: 0 0 10px 0;
}

h2.wordpress-cta-heading {
    font-size: 28px;
    line-height: 1.1;
}

:is(.heading, .wordpress-cta-heading)+.wordpress-cta-instruction {
    margin-top: -8px
}

.wordpress-cta-heading+.SSuprydp_field_wrap {
    padding-top: 0;
}

.wordpress-cta-instruction+.SSuprydp_switch {
    margin-top: 7px;
}

.sticky-sidebar-wrap h1,
.sticky-sidebar-wrap h2,
.sticky-sidebar-wrap h3,
.sticky-sidebar-wrap h4,
.sticky-sidebar-wrap h5,
.sticky-sidebar-wrap h6,
.sticky-sidebar-wrap p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.SSuprydp-icon {
    margin-left: 8px;
}

@media(max-width: 767px) {
    .mobile-none {
        display: none;
    }
}

.radio_text_style {
    line-height: 25px;
}

.radio_text_style span {
    margin-left: 10px;
}

#upload_image_button {
    margin-top: 20px;
}

.rightscroll {
    display: none;
}

.nofollow-label,
.radio-label {
    margin-left: 7px;
    display: inline-block !important;
}

.nofollow-label,
.radio-label {
    margin-left: 7px;
    display: inline-block !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #70d4f8;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #e1e3e2;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #393e42;
    /* #393e42  #2ab934*/
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
    /*#e0e1e3 */
}

input:checked+.slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on {
    color: #e1e3e2;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 35%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.off {
    color: #e1e3e2;

    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 58%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked+.slider .on {
    display: block;
}

input:checked+.slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.SSuprydp_sliderview {
    display: flex;
}

.SSuprydp_sliderview .switch {
    margin-left: 15px;
}

.field_title {
    margin-left: 10px;
}

.right_text {
    position: relative;
    left: 34px;
    top: 6px;
}

.left_text {
    position: relative;
    left: 0px;
    top: 6px;
}


.SSuprydp_btn_save {

    position: fixed;
    bottom: 64px;
    right: 30px;
}

.SSuprydp_btn_save input {
    background: var(--primaryColor);
    color: #fff;
    padding: 16px 25px;
    border: none !important;
    font-size: 16px;
    border-radius: 25px;
    outline: 0;
    cursor: pointer;

}

.SSuprydp_btn_save input:focus {
    border: none !important;
    outline: 0;
}

.SSuprydp_btn_save input:hover {
    border: none !important;
    outline: 0;
}

.ssuprydp_load {
    position: fixed;
    background: #000;
    color: #fff;
    z-index: 999;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    left: 0px;
}

.ssuprydp_load p {
    text-align: center;
    position: relative;
    top: 29%;
    font-size: 76px;
    color: #fff;
    font-weight: bold;
}

.collapse_slide .off {
    left: 64% !important;
}


.wpcta-unit-input {
    display: inline-flex;
    line-height: 1;
    align-items: center;
}

.wpcta-unit-input label {
    margin: 0 !important;
    font-weight: normal !important;
    display: flex;
    align-items: center;
}

.wpcta-unit-input input {
    display: none !important
}

.wpcta-unit-input input+span {
    padding: 3px 6px 6px;
    display: inline-block;
    border-radius: 4px
}

.wpcta-unit-input input:checked+span {
    color: #fff;
    background-color: var(--primaryColor);
}

.SSuprydp_switch>input[type="checkbox"] {
    display: inline-block;
    width: 46px;
    height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 8px !important;
    position: relative;
    outline: none !important;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 100px;
}

.SSuprydp_switch>input[type="checkbox"]:focus {
    outline: none !important;
    box-shadow: none;
}

.SSuprydp_switch>input[type="checkbox"]:checked {
    border-color: var(--primaryColor)
}


.SSuprydp_switch>input[type="checkbox"]:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    left: 3px;
    margin: 0 !important;
    display: inline-block;
    background: #8c8f94;
    border-radius: 100px;
    transition: all 150ms;
}

.SSuprydp_switch>input[type="checkbox"]:checked:before {
    left: calc(100% - 14px - 2px);
    background: var(--primaryColor);
}

.SSuprydp_switch>input[type="checkbox"]:after {
    content: "Off";
    font-size: 11px;
    line-height: 1;
    font-weight: normal;
    margin-left: 13px;
}

.SSuprydp_switch>input[type="checkbox"]:checked:after {
    content: "On";
    margin-left: 0;
    margin-right: 13px;
}

.SSuprydp_switch>input[type="checkbox"].checkbox-hide-show,
.SSuprydp_switch>input[type="checkbox"].checkbox-show-hide {
    text-align: center;
    width: 58px;
    font-size: 11px;
    line-height: inherit;
    font-weight: normal;
    padding-left: 20px !important;
    background-color: #000;
    border-color: #000;
}

.SSuprydp_switch>input[type="checkbox"].checkbox-show-hide:checked {
    padding-right: 20px !important;
    padding-left: 8px !important;
    background-color: var(--primaryColor);
    border-color: var(--primaryColor)
}

.SSuprydp_switch>input[type="checkbox"].checkbox-hide-show:before,
.SSuprydp_switch>input[type="checkbox"].checkbox-show-hide:before {
    background-color: #fff;
}

.SSuprydp_switch>input[type="checkbox"].checkbox-show-hide:after {
    color: #fff;
    content: "Hide";
    margin: 0 !important;
}

.SSuprydp_switch>input[type="checkbox"].checkbox-show-hide:checked:after {
    content: "Show";
}

.SSuprydp_switch>input[type="checkbox"].checkbox-hide-show {
    color: #fff;
    padding-right: 20px !important;
    padding-left: 8px !important;
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.SSuprydp_switch>input[type="checkbox"].checkbox-hide-show:checked {
    border-color: #000;
    background-color: #000;
}

.SSuprydp_switch>input[type="checkbox"].checkbox-hide-show:after {
    content: "Show"
}

.SSuprydp_switch>input[type="checkbox"].checkbox-hide-show:checked:after {
    content: "Hide"
}

input[type="checkbox"].checkbox-switch {
    --theme: #000
}

input[type="checkbox"].checkbox-switch:checked {
    --theme: #2271b1
}

input[type="checkbox"].checkbox-switch.checkbox-inside-outside {
    width: 70px;
    color: #fff;
    border-color: var(--theme);
    background-color: var(--theme);
}

input[type="checkbox"].checkbox-switch.checkbox-inside-outside:before {
    background-color: #fff;
}

input[type="checkbox"].checkbox-switch.checkbox-inside-outside:after {
    content: "Inside"
}

input[type="checkbox"].checkbox-switch.checkbox-inside-outside:checked:after {
    content: "Outside"
}

input[type="checkbox"].checkbox-close-cta {
    width: 88px
}

input[type="checkbox"].checkbox-close-cta:after {
    content: "URL";
    text-align: center;
    width: 100%;
}

input[type="checkbox"].checkbox-close-cta:checked:after {
    content: "Close CTA"
}



.SSuprydp_switch.has-label {
    display: inline-flex !important;
    align-items: center;
}

.SSuprydp_switch.has-label input {
    margin-right: 10px;
}


.cta-display-settings {
    display: flex;
    flex-wrap: wrap;
}

label.display-radio-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
}

label.display-radio-button input {
    color: #8c8f94;
    width: auto !important;
    height: auto !important;
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    appearance: none;
    -moz-appearance: none;
    font-family: dashicons !important;
}

label.display-radio-button input:before {
    float: none !important;
    content: "\f339" !important;
    margin: 0 !important;
    float: none;
    line-height: normal !important;
    vertical-align: top !important;
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
}

label.display-radio-button input[value="live"]:checked {
    color: #4cc500
}

label.display-radio-button input[value="development"]:checked {
    color: #e8b704
}

label.display-radio-button input[value="off"]:checked {
    color: #d63638
}

label.display-radio-button input[value="draft"]:checked {
    color: #8c8f94;
}


select[name="buzzbar_status"] {
    font-weight: 600;
}

select[name="buzzbar_status"].status-live {
    color: #4cc500 !important;
}

select[name="buzzbar_status"].status-draft {
    color: #8c8f94 !important;
}

.sticky-cta-status-menu {
    position: relative;
    display: inline-block;
}

.sticky-cta-status-menu>label {
    display: flex;
    align-items: center;
    padding: 6px 0;
    padding-right: 18px;
    margin: 0 !important;
}

.sticky-cta-status-menu>label:after {
    content: "\f347";
    position: relative;
    top: 1px;
    margin-left: auto;
    font-family: dashicons !important;
}

.sticky-cta-status-menu>label:before,
.sticky-cta-status-menu ul.statuses li:before,
.sticky-sidebar-nav-tab-wrapper .nav-tab.nav-tab-status:after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #4cc500;
    margin-right: 5px;
    border-radius: 100px;
}

.sticky-cta-status-menu>label.status-development:before,
.sticky-cta-status-menu ul.statuses li[data-status="development"]:before,
[data-status="development"] .sticky-sidebar-nav-tab-wrapper .nav-tab.nav-tab-status:after {
    background-color: #e8b704;
}

.sticky-cta-status-menu>label.status-off:before,
.sticky-cta-status-menu ul.statuses li[data-status="off"]:before,
[data-status="off"] .sticky-sidebar-nav-tab-wrapper .nav-tab.nav-tab-status:after {
    background-color: #d63638;
}

.sticky-cta-status-menu>label.status-draft:before,
.sticky-cta-status-menu ul.statuses li[data-status="draft"]:before,
[data-status="draft"] .sticky-sidebar-nav-tab-wrapper .nav-tab.nav-tab-status:after {
    background-color: #8c8f94;
}
.sticky-cta-status-menu ul.statuses {
    position: absolute;
    left: -11px;
    right: 0;
    z-index: 3;
    opacity: 0;
    min-width: 100%;
    width: max-content;
    pointer-events: none;
    visibility: hidden;
    background-color: #fff;
    border: 1px solid #e3e6ef;
}

.sticky-cta-status-menu ul.statuses li {
    padding: 8px 10px;
    padding-right: 15px;
    cursor: pointer;
    display: flex;
    margin: 0 !important;
    align-items: center;
}

.sticky-cta-status-menu ul.statuses li:not(:last-child) {
    border-bottom: 1px solid #e3e6ef
}

.sticky-cta-status-menu ul.statuses li:hover {
    background-color: #e3e6ef;
}

.sticky-cta-status-menu:hover>label {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sticky-cta-status-menu:hover ul.statuses {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}


.sticky-cta-status-menu>label {
    width: 125px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #e3e6ef;
}

.sticky-cta-status-menu ul.statuses {
    width: auto;
    min-width: 0;
    left: 0;
    margin-top: -1px;
}


.nav-tab-wrapper.sticky-sidebar-nav-tab-wrapper {
    border-bottom: none;
    display: flex;
    gap: 4px
}

.nav-tab-wrapper.sticky-sidebar-nav-tab-wrapper:after {
    content: none !important
}

.nav-tab-wrapper.sticky-sidebar-nav-tab-wrapper .nav-tab {
    color: #fff;
    border-color: #e3e6ef;
    font-size: 14px;
    padding: 10px;
    /* flex: 1; */
    text-align: center;
    margin: 0;
    background-image: linear-gradient(90deg, #ff8503 0%, 	#ff9524 100%);
    border-radius: 6px 6px 0 0 !important;
}

.sticky-sidebar-nav-tab-wrapper a.nav-tab {
    outline: none;
    text-decoration: none !important;
    box-shadow: none !important;
}

.sticky-sidebar-nav-tab-wrapper a.nav-tab.nav-tab-active {
    color: #ff9524;
    background-color: #fff;
    border-bottom: none;
    text-decoration: none;
}

.sticky-sidebar-nav-tab-wrapper a.nav-tab i {
    position: relative;
    top: 2px;
    font-size: 1.4em;
    margin-right: 10px;
}

.sticky-sidebar-nav-tab-wrapper .nav-tab.nav-tab-status:after {
    position: relative;
    top: 1px;
    margin-left: 5px;
    margin-right: 0;
}

.sticky-sidebar-tab-content {
    margin-top: -1px;
    border: 1px solid #c3c4c7;
    background-color: #fff
}

.sticky-sidebar-tab-content .tab-content {
    display: none;
    padding: 30px
}

.wrap-easy-sticky-sidebar .wp-heading-inline {
    padding: 0;
    margin-right: 10px !important;
    display: inline-flex !important;
    align-items: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.wrap-easy-sticky-sidebar .wp-heading-inline i {
    font-size: 80%;
    width: auto;
    height: auto;
    margin-right: 10px;
}

.wrap-easy-sticky-sidebar table.wp-list-table .column-edit {
    width: 30px;
    text-align: center;
}

.wrap-easy-sticky-sidebar table.wp-list-table th.column-id {
    width: 40px;
    text-align: center;
}

.wrap-easy-sticky-sidebar table.wp-list-table tbody td.column-id {
    text-align: center;
}

.wrap-easy-sticky-sidebar table.wp-list-table th.column-name {
    width: 180px
}

.wrap-easy-sticky-sidebar table.wp-list-table .column-status {
    width: 155px
}

.wrap-easy-sticky-sidebar .sticky-sidebar-name-input {
    border: none;
    min-height: 0;
    line-height: 1;
    padding: 0;
    width: calc(100% - 25px);
    box-shadow: none !important;
    background-color: transparent;
    border-bottom: 1px dashed transparent;
}

.wrap-easy-sticky-sidebar .sticky-sidebar-name-input+i {
    cursor: pointer;
    font-size: 17px;
    position: relative;
    top: 2px;
    visibility: hidden;
}

.wrap-easy-sticky-sidebar .sticky-sidebar-name-input:hover+i {
    visibility: visible;
}

.sticky-sidebar-tab-content {
    border: 1px solid #e3e6ef;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.sticky-sidebar-tab-content .easy-sticky-sidebar-fieldset {
    padding: 0 20px;
    margin-bottom: 15px;
    border: 1px solid #e3e6ef;
    background-color: #fff;
    box-shadow: 0 1px 4px rgb(18 25 97 / 8%);
}

.sticky-sidebar-tab-content .easy-sticky-sidebar-fieldset[open] {
    padding-bottom: 15px
}

.sticky-sidebar-tab-content .easy-sticky-sidebar-fieldset:last-child {
    margin-bottom: 0
}

.sticky-sidebar-tab-content .easy-sticky-sidebar-fieldset summary {
    margin: 0 -20px;
    padding: 15px 20px;
    cursor: pointer
}

.sticky-sidebar-tab-content .easy-sticky-sidebar-fieldset summary h2 {
    margin-block: 0 !important;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.sticky-sidebar-tab-content .easy-sticky-sidebar-fieldset summary:before {
    content: "\f345";
    line-height: 1;
    font-size: 16px;
    margin-right: -10px;
    float: right;
    font-family: dashicons !important;
    transform: rotateZ(0deg);
    transition: all 100ms;
}

.sticky-sidebar-tab-content .easy-sticky-sidebar-fieldset[open]>summary {
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e6ef
}

.sticky-sidebar-tab-content .easy-sticky-sidebar-fieldset[open]>summary:before {
    transform: rotateZ(90deg)
}

.sticky-sidebar-tab-content .easy-sticky-sidebar-fieldset>.SSuprydp_field_wrap:last-child {
    padding-bottom: 0
}


.easy-sticky-sidebar-guideline {
    display: inline-block;
    position: relative;
}

.easy-sticky-sidebar-guideline .dashicons {
    cursor: pointer;
}

.easy-sticky-sidebar-guideline .guideline-text {
    position: absolute;
    top: -2px;
    left: calc(100% + 5px);
    padding: 10px;
    z-index: 2;
    width: 350px;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    font-weight: normal;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 4px;
    transition: all 150ms;
}

.easy-sticky-sidebar-guideline:hover .guideline-text {
    z-index: 888888888;
    opacity: 1;
    visibility: visible;
}

.easy-sticky-sidebar-guideline img {
    max-width: 100%;
}

.cta-name-field {
    display: flex;
    padding: 20px;
    align-items: center;
    border-radius: 6px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.cta-name-field>.heading {
    margin: 0 10px 0 0;
}

.cta-name-field input {
    padding: 0 8px;
    border: none;
    line-height: 1;
    background-color: transparent !important;
}

#sticky-cta-banner-image {
    display: none
}

form.SSuprydp_form[data-template="sticky-cta"] :is(#cta-link-text-options, #sticky-cta-banner-image) {
    display: block !important
}

form.SSuprydp_form:not([data-template="sticky-cta"]) :is(#cta-line-separator-options, .sticky-cta-option) {
    display: none !important
}

form.SSuprydp_form[data-template="tab-cta"] :is(#sticky_cta_banner_img, #sticky-cta-content-text-container, .call-to-action-button-wrapper,
    #cta-adjustment-options, #sticky-cta-content-text-container-text-container, #cta-content-options, #cta-button-text-alignment, #cta-line-separator-options, #cta-link-text-options),
form.SSuprydp_form:not([data-template="tab-cta"]) .easy-sticky-sidebar-tab-cta-url-options {
    display: none !important
}

form.SSuprydp_form[data-template="tab-cta"] [name="position_distance"] {
    display: none
}

.status-notice {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);

    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    border-left-color: #d63638;
}

.status-notice p {
    margin-block: 0;
}

.status-notice.status-notice-development {
    border-left-color: #e8b704;
}

.SSuprydp_form:not([data-status="development"]) .status-notice-development,
.SSuprydp_form:not([data-status="off"]) .status-notice-off {
    display: none !important
}

form.SSuprydp_form:not([data-template="gdpr"]) .button-text-color .button-text-hover-color {
    display: none !important
}

.button-text-color,
.button-background-options {
    display: flex
}

:is(.button-text-color, .button-background-options)> :is(:first-child) {
    width: 260px
}

form.SSuprydp_form:not([data-template="gdpr"]) :is(.button-text-color, .button-background-options) :is(.button-text-hover-color, .button-background-hover) {
    display: none
}

:is(.button-text-color, .button-background-options) :is(.button-text-hover-color, .button-background-hover) {
    margin-left: 30px
}

.tooltip {
    z-index: 8999999999 !important
}

/* Container styling */
.wordpress-cta-advertisement{
   display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background-color: #f5f5f5; /* Background color for the container */
    gap: 20px; /* Adjust the gap between images */
}

/* Individual span containing each image */
.wordpress-cta-advertisement .div-two {
    flex: 1; /* Makes each image span take equal space */
    text-align: center; /* Centers the images */
    padding: 10px;
}

/* Image styling */
.wordpress-cta-advertisement .div-two img {
    max-width: 100%; /* Ensures the image scales within the container */
    height: auto;
    border-radius: 5px; /* Rounded corners, if needed */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
}


.wordpress-cta-advertisement {
    margin-top: 50px;
}

.wordpress-cta-advertisement img {
    border-radius: 5px;
}

form.SSuprydp_form[data-template="html"] :is(#sticky-cta-content-text-container-link-options-container),
form.SSuprydp_form:not([data-template="html"]) .html-cta-option {
    display: none !important
}

.cta-stats-title {
    margin: 0 0 15px 0;
    font-weight: bold
}








.wordpress-cta-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 200ms;
}

.wordpress-cta-popup .popup-content {
    display: flex;
    align-items: center;
    font-size: 25px;
    text-align: center;
    padding: 25px;
    padding-top: 12px;
    min-height: 200px;
    max-width: 600px;
    border-radius: 5px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}


.wordpress-cta-popup .popup-content footer {
    text-align: center;
    margin-top: 20px;
}

.wordpress-cta-popup .close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 100px;
    background: url(../img/close.svg) no-repeat center #000;
    background-size: 40% auto;
}


body.has-wordpress-cta-free-popup {
    overflow: hidden
}

body.has-wordpress-cta-popup .wordpress-cta-popup.active {
    opacity: 1;
    z-index: 99999999999;
    pointer-events: all;
    visibility: visible;
}

#wordpress-cta-popup-load-design footer {
    margin-top: 50px;
}

#wordpress-cta-popup-load-design footer a {
    min-width: 100px;
    padding: 2px 15px;
    font-size: 16px;
}

ul.wordpress-cta-dimension-field {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex
}

ul.wordpress-cta-dimension-field>li {
    text-align: center;
    flex: 0 0 50px;
    margin: 0 -1px 0 0 !important
}

ul.wordpress-cta-dimension-field input {
    text-align: center !important;
    width: 100%;
    border-radius: 0 !important;
}

ul.wordpress-cta-dimension-field span {
    color: #ccc;
    display: block;
    font-size: 11px
}

ul.wordpress-cta-dimension-field .wpcta-unit-input {
    margin-top: 6px
}

ul.wordpress-cta-dimension-field>li:first-child input {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

ul.wordpress-cta-dimension-field>li.input-link {
    height: 28px;
    color: #fff;
    flex: 0 0 40px;
    display: flex;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #252527;
    border-radius: 0 4px 4px 0;
    margin-inline-end: 3px !important;
    background-color: #8f8f8f
}

ul.wordpress-cta-dimension-field.linked>li.input-link {
    background-color: #3c434a
}

.wordpress-cta-content-container>div:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

form.SSuprydp_form[data-template="floating-buttons"] .wordpress-cta-content-container>div:not(#floating-buttons-options),
form.SSuprydp_form:not([data-template="floating-buttons"]) .wordpress-cta-content-container #floating-buttons-options,
form.SSuprydp_form:not([data-template="floating-buttons"]) #section-floating-button-style-options {
    display: none !important
}

form.SSuprydp_form[data-template="floating-buttons"] .wordpress-cta-styling-container>* {
    display: none !important
}

form.SSuprydp_form[data-template="floating-buttons"] :is(.floating-buttons-options) {
    display: block !important
}

.floating-buttons {
    margin-bottom: 20px;
}

.floating-buttons .floating-button-item {
    position: relative;
    padding-right: 60px !important
}

.floating-buttons .floating-button-item:not(:last-child) {
    margin-bottom: 15px
}

.floating-buttons .floating-button-item .actions {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.floating-buttons .floating-button-item .btn-button-remove {
    cursor: pointer;
}

.floating-button-item .button-field-item {
    display: flex;
    margin-bottom: -1px;
    border: 1px solid #eee;
}

.floating-button-item .button-field-item>label {
    flex: 0 0 70px;
    padding: 9px 13px 7px;
    margin: 0 !important;
    display: flex;
    cursor: auto;
    align-items: center;
    border-right: 1px solid #eee;
}

.floating-button-item .button-field-item input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}



.sticky-sidebar-select-icon {
    padding: 10px;
    display: flex;
    align-items: center;
}

.sticky-sidebar-select-icon .icon {
    margin-inline-start: 10px;
    font-size: 20px;
}

#easy-sticky-sidebar-icon-library-popup {
    position: fixed;
    top: 32px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    display: flex;
    z-index: -666666666;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all 300ms;
}

#easy-sticky-sidebar-icon-library-popup.opened {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    z-index: 666666666;
}

#easy-sticky-sidebar-icon-library-popup .dialog-container {
    height: 80vh;
    margin: auto;
    width: min(1200px, 90vw);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
}

#easy-sticky-sidebar-icon-library-popup .dialog-header {
    color: #fff;
    display: flex;
    min-height: 30px;
    align-items: center;
    padding: 10px 20px;
    position: relative;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    background-color: var(--primaryColor);
}

#easy-sticky-sidebar-icon-library-popup .dialog-header h3 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}

#easy-sticky-sidebar-icon-library-popup .dialog-header .close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    display: flex;
    height: auto;
    opacity: 0.8;
    justify-content: center;
    align-items: center;
}

#easy-sticky-sidebar-icon-library-popup .dialog-content {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 20px
}

#easy-sticky-sidebar-icon-library-popup .dialog-footer {
    display: flex;
    margin-top: auto;
    padding: 15px 20px;
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    background-color: #f1f3f5;
    box-shadow: 0 8px rgb(0 0 0 / 10%)
}

#easy-sticky-sidebar-icon-library-popup .btn-add-icon {
    font-size: 18px;
    min-width: 120px;
    text-align: center;
}

#easy-sticky-sidebar-icon-library-popup .form-search-icons {
    position: sticky;
    top: 0;
    padding: 20px;
    background-color: #fff;
}

#easy-sticky-sidebar-icon-library-popup .form-search-icons input {
    width: 100%;
    display: block;
    border-radius: 0;
    font-size: 15px;
    outline: none !important;
    box-shadow: none !important;
}

#easy-sticky-sidebar-icon-library-popup .form-search-icons button {
    position: absolute;
    pointer-events: none;
    right: 25px;
    top: 50%;
    border: none;
    background-color: transparent;
    transform: translateY(-50%);
}

.easy-sticky-sidebar-icon-grid {
    gap: 10px;
    display: grid;
    padding-inline: 20px;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr))
}

.easy-sticky-sidebar-icon-grid::after {
    content: "";
    flex: auto
}

.easy-sticky-sidebar-icon-grid .icon {
    height: 70px;
    flex: 0 0 auto;
    font-size: 16px;
    padding: 10px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.easy-sticky-sidebar-icon-grid .icon i {
    display: none
}

.easy-sticky-sidebar-icon-grid .icon span {
    font-size: 20px;
    display: block
}

.easy-sticky-sidebar-icon-grid .icon.selected,
.easy-sticky-sidebar-icon-grid .icon:hover {
    color: #fff;
    background-color: var(--primaryColor);
}

#floating-single-button-styles {
    margin-top: 10px
}

.easy-sticky-sidebar-fieldset-floating-button summary .icon {
    width: 28px;
    margin-right: 3px
}

.form-table-export label {
    font-weight: normal
}

ul.export-cta-list {
    margin: 0;
}

ul.export-cta-list label {
    display: flex
}

ul.export-cta-list label input {
    margin: 0 10px 0 0;
}

.easy-sticky-sidebar-group-fields {
    display: flex;
    gap: 40px
}

#global-style-tab {
    display: none !important
}

form.SSuprydp_form[data-template="floating-buttons"] #global-style-tab {
    display: block !important
}

form.SSuprydp_form.hide-floating-button-text :is(.button-field-item-text, .default_font_family) {
    display: none !important
}


.group-inline-field {
    display: flex;
    gap: 12px;
    align-items: baseline
}

.group-inline-field [type="number"] {
    width: 80px;
    text-align: left
}

.group-inline-field-position {
    max-width: 450px
}

.group-inline-field-position select {
    flex: 1
}

.group-inline-field-position [name="horizontal_vertical_position"][data-position="center"] {
    border-top-right-radius: var(--field_round);
    border-bottom-right-radius: var(--field_round)
}


.horizontal_vertical_position-wrapper {
    flex: 1 0 auto
}

.horizontal_vertical_position-wrapper select {
    width: 100%;
}

.position2_distance-wrapper>label:after {
    content: attr(data-position) " - optional"
}

.position2_distance-wrapper {
    width: 280px
}

.position2_distance-wrapper input {
    width: min(100%, 140px) !important
}

#cta-horizontal-vertical-position[data-position="center"] .position2_distance-wrapper {
    display: none
}

.sticky-cta-range-slider[data-value] {
    display: flex;
    align-items: center
}

.sticky-cta-range-slider[data-value]:after {
    font-weight: bold;
    content: attr(data-value);
    margin-inline-start: 8px
}

.sticky-cta-range-slider input[type="range"] {
    max-width: 150px !important
}

#SSuprydp_form[data-disable-google-font] :is(.sticky-sidebar-button_font, .field-google-font) {
    display: none !important
}


.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}






.blurred {
    filter: blur(2px);
    pointer-events: none;
    opacity: 0.5;
}



.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.375rem
}



/* Header */
.buzzbar-header {
    background: linear-gradient(90deg,#2d8cff,#1b6fd1);
    padding: 18px 25px;
    margin-bottom: 20px;
}

.buzzbar-header h1 {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

/* Name box */
.buzzbar-name-box {
    background: #fff;
    padding: 18px;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.buzzbar-name-box label {
    display:block;
    font-weight:600;
    margin-bottom:8px;
}

.buzzbar-name-box input {
    width:100%;
    padding:8px 10px;
    font-size:14px;
}

/* Settings Box */
.buzzbar-settings {
    background:#fff;
    padding:20px;
    border-radius:6px;
    box-shadow:0 2px 6px rgba(0,0,0,0.05);
}

.buzzbar-settings-header {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
    margin-top: 80px;
    flex-wrap: wrap;
    gap: 10px;
}

.buzzbar-settings-header .notice {
    order: 1;
    width: 100%;
    margin: 0;
}

.buzzbar-settings-header .wordpress-cta-heading {
    order: 2;
}

.buzzbar-settings-header #buzzbar-save-settings-ajax {
    order: 3;
}

/* CTA STYLE TABS */
.buzzbar-tabs {
    margin-top:20px;
    display:flex;
    gap:4px;
}

.buzzbar-tab {
    background: #ff9524;
    border:none;
    color:#fff;
    padding: 11px 16px;
    border-radius: 9px 7px 9px 13px !important;
    font-size:13px;
    cursor:pointer;
    border-radius:3px 3px 0 0;
    transition:0.2s ease;
}

/* .buzzbar-tab:hover {
    background:#1b6fd1;
} */

.buzzbar-tab.active {
    background: #fffcfc !important;
    color: #ff9524 !important;
    border: 1px solid #fbf0f0 !important;
    border-radius: 0px !important;    
    position: relative;
}

.buzzbar-tab.active::after {
    content:'';
    position:absolute;
    bottom:-1px;
    left:0;
    width:100%;
    height:3px;
    background:#fff;
}

/* Tab Content */
.buzzbar-tab-content {
    display:none;
    padding:20px 0 0 0;
}

.buzzbar-tab-content.active {
    display: block;
    background: white;
    padding: 25px;
    border: 1px solid white;
    border-radius: 2px;
}

.buzzbar-tab-content textarea {
    width:100%;
    padding:10px;
    font-size:14px;
}

.buzzbar-tab-content .wp-picker-container,
.buzzbar-tab-content p input {
    margin-top: 5px;
}

/* Bottom Save */
.buzzbar-bottom-save {
    margin-top:20px;
}

.custom-btn{
    /* background: #1c80ff; */
    background-image: linear-gradient(90deg, #ff8503 0%, #d67308 100%);
    color: #fff;
    padding: 16px 25px;
    border: none !important;
    font-size: 16px;
    border-radius: 25px;
    outline: 0;
    cursor: pointer;
}

.custom-btn:hover {
    background: #e77904;
}

.tab-content {
    display: none;
}

.tab-content.active-content {
    display: block;
}

/* Loading state */
.buzzbar-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
}

/* Spinner inside button */
.buzzbar-loading::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: abSpin 0.7s linear infinite;

    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

/* Spin animation */
@keyframes abSpin {
    from { transform: translateY(-50%) rotate(0deg); }
    to   { transform: translateY(-50%) rotate(360deg); }
}

/* ===============================
   GLOBAL PAGE LOADER
=================================*/

#buzzbar-global-loader{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
}

#buzzbar-global-loader.active{
    opacity: 1;
    visibility: visible;
}

.buzzbar-loader-box{
    background:#fff;
    padding:35px 40px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.25);
}

.buzzbar-spinner{
    width:45px;
    height:45px;
    border:4px solid #e5e5e5;
    border-top:4px solid #1c80ff;
    border-radius:50%;
    margin:0 auto 15px;
    animation: abSpin 0.8s linear infinite;
}

@keyframes abSpin{
    from{ transform: rotate(0deg); }
    to{ transform: rotate(360deg); }
}

.buzzbar-back-btn{
    text-decoration: none;
}
.buzzbar-back-btn:hover{
    color: #fff;
}

.banner-button {
    border-color: #ffc315 !important;
    background-image: linear-gradient(90deg, #ff8503 0%, #d67308 100%) !important;
    color: #fff !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

.banner-button:hover {
    border-color: #ffc315 !important;
    background-image: linear-gradient(90deg, #fa8a13 0%, #fa9326 100%) !important;
    color: #fff !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="url"]:focus,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:active {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid grey !important;
}

/* Optional: also remove default border highlight */
textarea,
input[type="text"],
input[type="url"],
.wp-core-ui .button-primary {
    box-shadow: none !important;
}


/* Media Queries */
@media screen and (max-width: 782px) {

    .easy-sticky-sidebar-header h3 {
        color: #fff;
        font-size: 19px !important;
        margin: 0;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

  /* Remove WP mobile padding */
    .wrap-easy-sticky-sidebar 
    .wp-list-table tr:not(.inline-edit-row):not(.no-items) 
    td.column-primary ~ td:not(.check-column) {
        padding: 8px !important;
    }

    /* Disable WP stacking */
    .wrap-easy-sticky-sidebar .wp-list-table,
    .wrap-easy-sticky-sidebar .wp-list-table tbody,
    .wrap-easy-sticky-sidebar .wp-list-table thead,
    .wrap-easy-sticky-sidebar .wp-list-table tfoot {
        display: table !important;
        width: 100%;
    }

    .wrap-easy-sticky-sidebar .wp-list-table tr {
        display: table-row !important;
    }

    .wrap-easy-sticky-sidebar .wp-list-table td,
    .wrap-easy-sticky-sidebar .wp-list-table th {
        display: table-cell !important;
        width: auto !important;
    }

    /* Internal horizontal scroll */
    .buzzbar-table-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .buzzbar-table-scroll table {
        min-width: 750px;
        white-space: nowrap;
    }
    .wrap-easy-sticky-sidebar 
    .wp-list-table td::before {
        display: none !important;
        content: none !important;
    }
    /* edit page */
    /* ===== Header Title ===== */
    .easy-sticky-sidebar-header h3 {
        font-size: 18px !important;
    }

    /* ===== Buttons Smaller ===== */
    .custom-btn,
    .SSuprydp_btn_save .custom-btn {
        padding: 10px 16px !important;
        font-size: 14px;
        border-radius: 18px;
    }

    .buzzbar-settings-header {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    /* ===== Tabs Horizontal Scroll ===== */
    .sticky-sidebar-nav-tab-wrapper {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        gap: 6px;
        padding-bottom: 5px;
    }

    .sticky-sidebar-nav-tab-wrapper .nav-tab {
        flex: 0 0 auto;
        font-size: 13px;
        padding: 8px 14px;
    }

    /* ===== Tab Content Card ===== */
    .buzzbar-tab-content {
        width: 100%;
        padding: 16px;
        box-sizing: border-box;
    }

    /* Inputs full width */
    .buzzbar-tab-content input,
    .buzzbar-tab-content select,
    .buzzbar-tab-content textarea {
        width: 100%;
        max-width: 100%;
    }

    /* Banner name card spacing */
    .cta-name-field {
        padding: 15px;
    }    
}

.buzzbar-custom-notices .notice {
    margin: 15px 0;
}

.buzzbar-admin-header {
    padding: 31px 9px !important;
    background-image: linear-gradient(90deg, #ffd22b 0%, #ffb300 100%) !important;
    border: 1px solid #ffd22b !important;
    position: relative !important;
    right: 20px !important;
    width: 100% !important;
}

.buzzbar-admin-header h1 {
    color: #000 !important;
    margin: 0 !important;
}

body.toplevel_page_buzzbar-promobar-banners #wpbody-content > .wrap > h1,
body.toplevel_page_buzzbar-promobar-banners #wpbody-content > h1,
body.toplevel_page_buzzbar-promobar-banners #wpbody-content > .wrap > .wp-heading-inline,
body.toplevel_page_buzzbar-promobar-banners #wpbody-content > .wp-heading-inline,
body.buzzbar-promobar-banners_page_buzzbar-promobar-add-new #wpbody-content > .wrap > h1,
body.buzzbar-promobar-banners_page_buzzbar-promobar-add-new #wpbody-content > h1,
body.buzzbar-promobar-banners_page_buzzbar-promobar-add-new #wpbody-content > .wrap > .wp-heading-inline,
body.buzzbar-promobar-banners_page_buzzbar-promobar-add-new #wpbody-content > .wp-heading-inline {
    display: none !important;
}

.buzzbar-add-new-btn {
    margin-right: 10px;
}

.sticky-cta-status-menu .statuses {
    display: none;
}

@media (min-width: 783px) {
    .buzzbar-admin-header {
        margin-left: -11px !important;
        padding-left: 20px !important;
    }
}

@media (max-width: 782px) {
    .buzzbar-admin-header {
        top: 46px;
        margin-left: -10px !important;
        right: 0 !important;
        width: 100% !important;
    }
}



