/* *,* *, * * *{
    color: white !important;
    background-color: black !important;
} */
body #wpcontent {
    padding-left: 0;
}
.wrap,.wrap.fs-section{
    margin: 30px;
}
body.tracker-added.allow-tracker-body #wpbody-content {
    display: none;
}
.pssg_wrap .fieldwrap,.pssg_wrap .fieldwrap form, #pssg-main-configuration-form{
    width: 100%;
    display: block;
}
body .pssg-header, body .pssg-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.429;
    color: #6b625a;
}
.pssg-header {
    padding: 25px 30px;
    margin-bottom: 40px;
    background: #ffffff;
    display: flow-root;
    /* flex-basis: 100%; */
}
.pssg-header.pssg-clearfix.topbar-fixed-on-scroll {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 999;
    box-shadow: 0 4px 10px #0000001a;
}
@media (max-width: 779px) {
    .pssg-header.pssg-clearfix.topbar-fixed-on-scroll {
        top: 0;
    }
}
.topbar-fixed-on-scroll-main-element{
    margin-top: 200px;
}
.pssg-clearfix:before, .pssg-clearfix:after {
    display: table;
    content: " ";
}

.pssg-logo-wrapper-area {
    display: flex;
    gap: 0 8px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}


.pssg-main-title-secondary {
    padding-left: 9px;
    border-left: 1px solid #80808057;
}
body.already-added-tracker .pssg-main-title.pssg-main-title-secondary {
    padding-right: 25px;
    border-right: 1px solid #6868681f;
}
.pssg-main-title h2.pssg-ntitle {
    font-size: 25px;
    font-weight: normal;
    color: #4c4c4c;
    padding: 0;
    margin: 0px 0;
    position: relative;
}
.pssg-main-title h2.pssg-ntitle>span {
    color: white;
    background: #4CAF50;
    font-size: 11px;
    position: absolute;
    padding: 1px 5px;
    border-radius: 4px;
    top: -13px;
    right: 0;
    line-height: 14px;
}
.pssg-main-title h2.pssg-ntitle>span.dev-version {
    left: 0;
    background: #2d2d2d24;
    right: auto;
    max-width: 55px;
    color: #9b9a9a;
    font-size: 9px;
}
.pssg-main-title.pssg-main-title-secondary h2.pssg-ntitle {
    color: #ababab;
    font-weight: 100;
}
body.already-added-tracker .pssg-main-title.pssg-main-title-secondary h2.pssg-ntitle {
    color: #898686;
}

.pssg-logo-area img.pssg-brand-logo {
    height: 39px;
}
.header-button-wrapper {
    display: flex;
    gap: 10px 20px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 15px;
}

a.pssg-button i, button.pssg-button i {
    font-size: 112%;
    margin-right: 10px;
}



/* section part start here  */
.pssg-section-panel {
    background: white;
    margin: 40px 0;
    -webkit-box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);
    box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);
}
.pssg-section-panel.no-background{
    background: transparent !important;

    -webkit-box-shadow: none;
    box-shadow: none;
}
table.pssg-table tr td label {
    text-align: left;
    line-height: 1.3;
    font-weight: bold;
    color: #092329;
    text-shadow: none;
    font-size: 14px;
}

/* section part end here  */

/* table style start here  */
.pssg-content table {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}
.pssg-table tr>th.pssg-inside {
    background: url('../images/brand/black-small-logo.png') no-repeat 90% center;
    background-size: auto 40px;
}
.pssg-table > thead > tr > th {
    padding: 0 30px;
}
.pssg-table > tbody > tr > td {
    padding: 0 30px;
}
.pssg-table > thead > tr > th:first-child, 
.pssg-table > tbody > tr > td:first-child {
    width: 67%;
}
.pssg-table th, .pssg-table td {
    vertical-align: top;
}
.pssg-table thead > tr > th,
.pssg-table tbody > tr > th {
    text-align: left;
}
.pssg-table > thead > tr > th:first-child, 
.pssg-table > tbody > tr > td:first-child {
    width: 67%;
}

.pssg-table > thead > tr > th:last-child, 
.pssg-table > tbody > tr > td:last-child {
    background-color: #f6f6f6ba;
    border-left: 1px solid #ececec;
}

table.pssg-table thead tr h3 {
    font-size: 22px;
    font-weight: 100;
}
table.pssg-table h4.section-divider-title {
    font-size: 18px;
    font-weight: 100;
    color: #838383;
}
table.pssg-table tr.divider-row>td {
    padding-top: 20px;
    border-top: 1px solid rgba(219, 219, 219, 0.522);
    /* border-bottom: 1px solid rgba(219, 219, 219, 0.522); */
    padding-bottom: 20px;
}
table.pssg-table tr td, table.pssg-table tr th, .pssg-table > thead > tr > th {
    padding: 0 30px;
}
.pssg-table thead > tr div.pssg-table-header-inside {
    padding: 30px 0;
    border-bottom: 2px solid rgba(219, 219, 219, 0.522);
}
.pssg-table thead > tr div.pssg-table-header-right-side {
    padding: 30px 0;
}
table.pssg-table tbody tr th, table.pssg-table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}
table.pssg-table tbody tr:first-child th, table.pssg-table tbody tr:first-child td {
    padding-top: 20px;
}
table.pssg-table tbody>tr.extra-divider td,
table.pssg-table tbody tr:last-child td {
    padding-bottom: 20px;
}
/* table style end here  */


/* terms setting and edit part custom start here */
table.pssg-table table tr th,
table.pssg-table table tr td{
    width: 50%;
}
table.pssg-table table tr th label,
table.pssg-table table tr td label {
    font-weight: normal;
    color: #092329c7;
}
/* terms setting and edit part custom end here */

.pssg-licnse-form .license-module-parent {
    margin: 0 !important;
}
.pssg-licnse-form>h2{display: none;}
.pssg-license-input-box {
    margin-bottom: 20px;
}

/* common element  */

label, .pssg-label {
display: block;
font-size: 15px;
font-family: "Open Sans", "Helvetica Neue", sans-serif;
color: #291C09;
font-weight: 600;
margin-bottom: 7px;
}

h1, h2, h3, h4, h5, h6, .wrap h1 {
color: #291c09;
font-family: "Open Sans", Arial, sans-serif;
font-weight: normal;
line-height: 1.313;
padding: 0;
margin: 0;
border: 0;
}

a.pssg-button, button.pssg-button {
    padding: 11px 19px 12px 18px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.023em;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: #607D8B;
    text-decoration: none;
}

a.pssg-button:hover, button.pssg-button:hover {
    background-color: #4CAF50;
}
a.pssg-button.reverse, button.pssg-button.reverse {
    background-color: #4CAF50;
}
a.pssg-button.reverse:hover, button.pssg-button.reverse:hover {
    background-color: #607D8B;
}
a.pssg-button.reset {
    background: #e3e3e3;
    color: #747272;
}
a.pssg-button.reset:hover {
    background: #ebebeb;
    color: #3e3a3a;
}
.pssg-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
    padding: 11px 19px 12px 18px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    border: none;
    border-radius: 2px;
    color: #fff;
    background-color: #4CAF50;
    white-space: nowrap;
}
.pssg-btn strong{
    font-weight: 800;
}
strong.sync-btn-txt>i {
    font-weight: 100;
    opacity: 0.5;
    padding: 0 5px;
    font-size: 85%;
    color: #e3e3e3;
}
.pssg-btn.round {
    border-radius: 22px;
}
.pssg-btn.pssg-btn-small {
    padding: 9px 18px 9px 18px;
    font-weight: normal;
    text-transform: none;
}
.pssg-btn.pssg-btn-tiny {
    padding: 8px 16px 8px 16px;
    font-weight: normal;
    text-transform: none;
    overflow: hidden;
}
.pssg-btn.reset {
    background-color: #9E9E9E;
}
.pssg-btn:hover {
    color: white;
    background-color: #607D8B;
}
.pssg-btn.pssg-has-icon{
    padding: 0 30px 0 0;
}
.pssg-btn.pssg-btn-tiny.pssg-has-icon {
    padding: 0 8px 0 0;
}
.pssg-btn span {
    display: inline-block;
    text-align: center;
    width: 46px;
    padding: 14px 0;
    margin-right: 14px;
    border-radius: 4px 0 0 4px;
    background: #00000042;
}

.pssg-btn.pssg-btn-tiny span {
    margin-right: 6px;
    border-radius: 3px 0 0 3px;
}
.pssg-btn.round span {
    border-radius: 22px 0 0 22px;
}
.pssg-btn.pssg-btn-small span {
    padding: 10px 0;
    width: 40px;
    font-weight: bold;
}
.pssg-btn.pssg-btn-tiny span {
    padding: 8px 0;
    width: 32px;
    font-weight: bold;
}
.pssg-section-panel.no-background.pssg-full-form-submit-wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
}

.pssg-section-panel.no-background.pssg-full-form-submit-wrapper>button {
    min-width: max-content;
}

.pssg-content table tr .ua_input_number, .pssg-content table tr .ua_input_select,
.pssg-content table .ua_input_number, .pssg-content table .ua_input_select,
.pssg-content .ua_input_number, .pssg-content .ua_input_select {
    width: 100%;
    max-width: 480px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 4px 10px;
    height: 38px;
    min-width: 90px;
    box-shadow: none;
    color: #716269;
}
.pssg-hidden,
.pssg-hidden-input{
    display: none !important;
    opacity: 0 !important;
}
p.pssg-error-msg {
    color: #d00;
}
/* wrapper section start here  */
.wrap.pssg_wrap.pssg-content {
    margin: 0 10px;
}
.pssg-important-link-area {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.pssg-form-control select {
    width: 100%;
}
span#footer-thankyou.pssg-footer-thankyou a>i {
    color: #FF9800;
}
span#footer-thankyou.pssg-footer-thankyou a>i:before {
    margin-left: 0;
    margin-right: 0;
    background: white;
    padding: 2px;
}
/* inside table design  */
.pssg-content table .pssg_each_terms_header {
    margin: 0;
    padding: 6px;
    background: #607d8b26;
    color: #000;
    text-align: right;
    cursor: move;
}
.pssg-content table .pssg_each_terms table {
    background: #fefefe;
    margin-bottom: 25px;
}
i.pssg-optional {
    font-weight: normal;
    margin: 0 5px;
    font-size: 95%;
    color: gray;
}
a.pssg-doc-link {
    text-decoration: none;
    color: #4CAF50;
}
a.pssg-doc-link:hover {
    color: #000000;
}
/* ********************************
Screen and devicewise Custom CSS
******************************** */
@media (min-width: 768px) {
    .wrap.pssg_wrap.pssg-content {
        margin: 0 20px;
    }
}

@media (min-width: 992px) {
    .pssg-main-title-secondary {
        padding-left: 25px;
    }
    .pssg-logo-wrapper-area {
        gap: 0 25px;
    }

    .wrap.pssg_wrap.pssg-content {
        margin: 0 30px;
    }
    .pssg-header {
        padding: 20px 30px;
    }
}

@media (min-width: 1200px) {
    .header-button-wrapper {
        justify-content: flex-end;
        margin-top: 0;
    }
    .wrap.pssg_wrap.pssg-content {
        margin: 0 40px;
    }
    .pssg-header {
        padding: 27px 40px;
    }
    form#pssg-main-configuration-form #stick_on_scroll-on>strong {
        font-size: 12px;
        letter-spacing: 2px;
        width: 38px;
    }
    table.pssg-table tbody>tr.extra-divider td,
    table.pssg-table tbody tr:last-child td {
        padding-bottom: 40px;
    }
    .pssg-form-control select {
        width: 100%;
    }
}
@media (max-width: 782px) {
    .auto-fold #wpcontent {
        padding-left: 0;
    }
    .pssg-main-title h2.pssg-ntitle {
        font-size: 15px;
    }
    .pssg-logo-area img.pssg-brand-logo {
        height: 27px;
    }

    a.pssg-button, button.pssg-button {
        padding: 7px 14px 7px 9px;
    }
    .pssg-btn span {
        padding: 11px 0;
    }
    .pssg-btn.pssg-has-icon {
        padding: 0 18px 0 0;
    }

    .pssg-table > thead > tr > th:last-child, .pssg-table > tbody > tr > td:last-child {
        display: none !important;
        overflow: hidden;
    }
    .pssg-table > thead > tr > th:first-child, .pssg-table > tbody > tr > td:first-child {
        width: 83%;
    }
    .form-field input[type="text"], .form-field input[type="password"], .form-field input[type="email"], .form-field input[type="number"], .form-field input[type="search"], .form-field input[type="tel"], .form-field input[type="url"], .form-field textarea {
        width: 100%;
    }

    form#pssg-main-configuration-form #stick_on_scroll-on>strong {
        display: none;
    }
    .pssg-table tr>th.pssg-inside {
        background: transparent !important;
    }
    .pssg-table thead > tr div.pssg-table-header-inside a {
        display: block !important;
        margin-top: 10px;
    }
    .pssg-header.pssg-clearfix.topbar-fixed-on-scroll {
        position: static;
        width: 100%;
        background: white;
        box-shadow: none;
    }
    .topbar-fixed-on-scroll-main-element {
        margin-top: 20px;
    }
}
/* ********************************
Device and Screen wise CSS end Here
******************************** */


/* Element design  Start here */

/*******For Radio Button And Checkbox***********/
.pssg-section-panel .switch {
    position: relative;
    display: inline-block;
    width: 115px;
    height: 36px;
}

.pssg-section-panel .switch input {
    display: none;
}

.pssg-section-panel .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #bdbdbd;
}
.pssg-section-panel .switch.reverse .slider {
    border: 1px solid #3c973f;
}
.pssg-section-panel .slider:before {
    position: absolute;
    /* content: ""; */
    height: 18px;
    width: 24px;
    left: 10px;
    bottom: 5px;
    background-color: #ede9e9;
    -webkit-transition: .4s;
    transition: .4s;
    content: '\e811';
    font-family: "pssg-icon";
    text-align: center;
    padding-top: 6px !important;
    font-size: 10px;
    color: white;
}
.pssg-section-panel .switch.reverse .slider:before {
    background-color: #3c973f;
}

.pssg-section-panel input:checked+.slider {
    background-color: #ffffff;
    border: 1px solid #3c973f;
}
.pssg-section-panel .switch.reverse input:checked+.slider {
    background-color: #fff;
    border: 1px solid #d1d1d1;
}

.pssg-section-panel input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.pssg-section-panel input:checked+.slider:before {
    -webkit-transform: translateX(73px);
    -ms-transform: translateX(73px);
    transform: translateX(73px);
    background: #4CAF50;
}
.pssg-section-panel .switch.reverse .slider:before {
    -webkit-transform: translateX(73px);
    -ms-transform: translateX(73px);
    transform: translateX(73px);
}
.pssg-section-panel .switch.reverse input:checked+.slider:before {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    background: #d1d1d1;
}



.pssg-section-panel .on,
.pssg-section-panel .off {
    color: #000;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 14px;
    font-family: Verdana, sans-serif;
}
.pssg-section-panel .off {
    color: #646464;
}
.pssg-section-panel .on {
    display: none;
}
.pssg-section-panel .switch.reverse .on {
    display: block;
}
.pssg-section-panel .switch.reverse .off {
    display: none;
}
.pssg-section-panel .off {
    font-weight: bold;
    left: 60%;
}


.pssg-section-panel input:checked+.slider .on {
    display: block;
}

.pssg-section-panel input:checked+.slider .off {
    display: none;
}

.pssg-section-panel .switch.reverse input:checked+.slider .on {
    display: none;
}

.pssg-section-panel .switch.reverse input:checked+.slider .off {
    display: block;
}
/*--------- END --------*/

/* Rounded sliders */
.pssg-section-panel .slider.round {
  border-radius: 20px;
}

.pssg-section-panel .slider.round:before {
  border-radius: 50%;
}


/* uploader */
/* Style the file input container */
.json-upload-container {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    background: #f7f7f7;
}

.json-upload-container.dragover {
    border-color: #4CAF50 !important;
    background-color: #f1f1f1;
}

/* Style the file input element */
#json-file-input {
    display: none; /* Hide the default file input */
}

/* Style the label as a button */
.json-upload-container label {
    display: inline-block;
    padding: 6px 14px;
    background-color: #c1c1c1;
    color: #fff !important;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 17px;
}

/* Style the label when hovering */
.json-upload-container.no-file-founded label{
    background-color: #45a049;
}
.json-upload-container label:hover {
    background-color: #242b24;
}

/* Style the selected file message */
#json-upload-message {
    margin-top: 10px;
    font-weight: bold;
}
div#json-upload-container.error-on-json {
    border-color: #ff00006b;
}
div#json-upload-container.success-on-json {
    border-color: #716f6f;
    background-color: #d2d2d21a;
}
.old-file-data {
    /* border: 1px solid #e3e3e3; */
    background: #ffffff;
    margin: 0 auto;
    display: inline-block;
    padding: 5px 25px;
    color: #4caf50;
    border-radius: 18px;
    box-shadow: -1px 1px 7px 0 #00000030;
}
#json-upload-progress-bar {
    height: 20px;
    background-color: #4CAF50;
    width: 0;
    transition: width 0.3s ease-in-out;
    color: white;
}


div#json-upload-message-errors>span {
    display: block;
    color: #bd0808a8;
    font-style: italic;
    background: #dddddd8c;
    margin-top: 2px;
    padding: 0px 10px;
}
div#json-upload-message-success>span {
    display: block;
    color: #4CAF50;
    font-style: italic;
    background: #dddddd40;
    margin-top: 2px;
    padding: 0px 10px;
}
.pssg-animate-wrapper{display: none;}
.json-upload-container .invalid-file-type{color: red;}
div.no-file-founded p.old-file-data {
    display: none;
}
/* Element design  end here */

/*Common WP*/
.notice {
    margin-right: 40px;
}
#update-nag, .update-nag, .notice {
    margin: 20px 0 0 40px;
}

/* Bootstrap */
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.container,.container-fluid{margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.container{width:750px}.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.container{width:970px}.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}

.pssg-configure-tab-wrapper.pssg-section-panel a {
    color: black;
    background: white;
    box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);
    border: 1px solid white;
    border-right-color: #cececea3;
    text-transform: none;
    display: inline-block;
    margin-bottom: 2px;
}
.pssg-configure-tab-wrapper.pssg-section-panel a>i{
    margin-right: 3px;
}
.pssg-configure-tab-wrapper.pssg-section-panel a:last-child{
    border-right-color: white;
}
.pssg-configure-tab-wrapper.pssg-section-panel a:hover,
.pssg-configure-tab-wrapper.pssg-section-panel a.active {
    background-color: #4caf50;
    color: white;
    border: 1px solid #4caf50 !important;
}

@media (max-width: 779px) {
    .pssg-section-panel.no-background {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: stretch;
        justify-content: space-between;
        /* flex: 1 100%; */
    }
    
    .pssg-section-panel.no-background>a {flex: 1 22%;min-width: 97px;}
}
@media (min-width: 1200px) {
    .topbar-fixed-on-scroll-main-element{
        padding-bottom: 200px;
    }
    .topbar-fixed-on-scroll-main-element .pssg-configure-tab-wrapper.pssg-section-panel {
        position: fixed;
        z-index: 9999;
        margin-top: 0;
        top: 150px;
        box-shadow: 0px 9px 9px 0 #00000021;
    }
    
    .topbar-fixed-on-scroll-main-element .pssg-configure-tab-wrapper.pssg-section-panel a {
        margin-bottom: 0;
        margin: 0;
    }
}



/* recommendation area  */
#pssg-recomendation-area .ca-reuire-plugin-notice.anwwhere-notice {
    border: 1px solid white;
    margin: 10px 0;
    background: rgb(255 255 255 / 3%);
}
#pssg-recomendation-area .ca-reuire-plugin-notice a.ca-button {
    background: #4caf50;
    border-color: #38823b;
    text-transform: uppercase !important;
    padding: 6px 10px !important;
    border-left: 27px solid #38823b;
    position: relative;
}
#pssg-recomendation-area .install.ca-reuire-plugin-notice a.ca-button {
    background: #ff4200;
    border-color: #ff4200;
    border-left-color:#ce3a07;
}
#pssg-recomendation-area .ca-reuire-plugin-notice a.ca-button:hover {
    background: #9C27B0;
    border-color: #7c1b8c;
    text-transform: uppercase !important;
    padding: 6px 10px !important;
    border-left: 27px solid #7c1b8c;
    position: relative;
}
#pssg-recomendation-area .ca-reuire-plugin-notice a.ca-button:before {
    content: "☀";
    position: absolute;
    top: 3px;
    left: -20px;
    color: #ffffff;
}
#pssg-recomendation-area .anwwhere-notice.anywhere-required-plugin {
    justify-content: space-between;
}
#pssg-recomendation-area p.ca-require-plugin-msg {
    font-size: 15px;
}
small.pssg-small-title {
    font-size: 17px;
    color: #9f9f9f;
    font-weight: normal;
    white-space: nowrap;
}

.pssg-checkbox-group {
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    gap: 5px 12px;
    flex-direction: row;
    flex-wrap: wrap;
}

.pssg-checkbox-group p.each-checkbox {
    white-space: nowrap;
    display: inline-flex;
    gap: 6px;
    padding: 0;
    margin: 0;
    width: 30%;
    min-width: 200px;
}
@media screen and (min-width: 680px) {
    div#pssg-recomendation-area .ca-notice.ca-reuire-plugin-notice.anwwhere-notice {
        background: transparent no-repeat 10px center;
        background-size: 85px auto;
        padding-left: 108px;
    }
    div#pssg-recomendation-area.pssg-section-panel .ca-notice.ca-reuire-plugin-notice.anwwhere-notice {
        background: #ffffff no-repeat 12px 15px;
        background-size: 55px auto;
        padding-left: 78px;
        box-shadow: -4px 0px 15px #00000024;
        margin-bottom: 20px;
        padding-top: 12px;
        padding-bottom: 18px;
    }
    div#pssg-recomendation-area .ca-notice.ca-reuire-plugin-notice.anwwhere-notice[data-notice_id='woo-product-table']{
        background-image: url('../images/products/woo-product-table.png');
    }
    div#pssg-recomendation-area .ca-notice.ca-reuire-plugin-notice.anwwhere-notice[data-notice_id='woo-min-max-quantity-step-control-single']{
        background-image: url('../images/products/woo-min-max-quantity-step-control-single.png');
    }
    div#pssg-recomendation-area .ca-notice.ca-reuire-plugin-notice.anwwhere-notice[data-notice_id='wc-quantity-plus-minus-button']{
        background-image: url('../images/products/wc-quantity-plus-minus-button.png');
    }
    div#pssg-recomendation-area .ca-notice.ca-reuire-plugin-notice.anwwhere-notice[data-notice_id='ca-quick-view']{
        background-image: url('../images/products/ca-quick-view.png');
    }
    div#pssg-recomendation-area .ca-notice.ca-reuire-plugin-notice.anwwhere-notice[data-notice_id='ultraaddons-elementor-lite']{
        background-image: url('../images/products/ultraaddons-elementor-lite.png');
    }
}


/* CSS code, which I will change to another css file, but not common  */
.message-showing-area {
    color: #795548;
    font-weight: bold;
    margin-top: 5px;
    font-size: 25px;
}
.errors-details-area p {
    margin: 0;
}

p.error-code {
    color: #e35629;
    font-weight: 100;
}


.errors-details-area .errors-lists>p {
    display: list-item;
    color: #e32f2f;
}