/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 27, 2018, 5:36:26 PM
    Author     : Magazine3
*/
#saswp-default-rating{
    width: 100px !important;
}
.saswp-settings-container .nav-tab-wrapper{
    display: flex;
}
.saswp_review_form_toggle_check{
    margin:10px !important;   
}
.saswp-show-form-on-tab{
    padding: 5px;
    display: inline-block;
    width: 100%;
}
.saswp-show-form-on-tab strong{    
    display: inline-block;
    width: 30%;
}
.saswp-show-form-on-tab input{        
    width: 45%;
    text-align: center;
}
.saswp-disable-btn-container{
    float: right;
    padding:10px;
}
.saswp-enable-btn-container{
    float: right;
    padding:10px;
}
.saswp-disable-label{
    padding: 10px;
    color: #999;
}
.saswp-enable-label{
    padding: 10px;
    color: #999;
}
.saswp-setup-schema-btn{
    margin: 5px !important;
}
.saswp-static-container .spinner{            
    padding: 5px;    
    float: none;
    margin: 0 auto;    
    display: block;
}
.saswp-item-list-div{
    display: flex;
    width: 100%;    
    align-items: center;    
}
.saswp-enable-modify-schema{
    padding-top: 10px;
    padding-left: 10px;
}
.saswp-enable-modify-schema strong{
    margin-right: 10px;    
}
.saswp-item-list-div{
        display: flex;
        width: 100%;    
        align-items: center;    
}

#saswp_item_list_tags{
        width: 100%;
        margin-left: 10px;
}
#saswp_item_list_custom{
        width: 100%;
        margin-left: 10px;
}
.saswp_warning{
    color: #ef6c00 !important;   
}

.saswp_hide_imp{
    display: none !important;
}

.saswp_hide{
    display: none;
}
.saswp-general table th{
    width: auto;
    font-weight: 600;
    padding: 0px;
} 
.saswp-general table{
    margin-top: 0px;   
} 
.saswp-general table td{
    padding: 5px;   
} 
.saswp-knowledge table th{    
    width: auto;
    padding: 0px;
}
.saswp-knowledge table{
    margin-top: 0px;   
} 
.saswp-knowledge table td{
    padding: 5px;   
} 
.saswp-schema table th{    
    width: auto;
    padding: 0px;
}
.saswp-schema table{
    margin-top: 0px;   
} 
.saswp-schema table td{
    padding: 5px;   
}
.saswp-amp table th{    
    width: auto;
    padding: 0px;
}
.saswp-amp table{
    margin-top: 0px;   
} 
.saswp-amp table td{
    padding: 5px;   
}
.saswp-help table th{    
    width: auto;
    padding: 0px;
}
.saswp-support table th{    
    width: auto;
    padding: 0px;
}
.saswp-review table th{    
    width: auto;
    padding: 0px;
}
.saswp-help table{
    margin-top: 0px;   
} 
.saswp-help table td{
    padding: 5px;   
}
.saswp-settings-list{
    display:inline-block;
    width:100%
}
.saswp-settings-list li{    
    padding-left:0px;    
}
.saswp-settings-list li div label{
    font-weight: 600;
}
.saswp-general h2{
    margin-bottom: 0px;
}
.saswp-knowledge h2{
    margin-bottom: 0px;
}
.saswp-schema h2{
    margin-bottom: 0px;
}
.saswp-help h2{
    margin-bottom: 0px;
}
.saswp-settings-form p.submit{
    margin-top:0px;
}
.saswp_qanda_p{
    font-weight: 500;
}
.saswp-display-none{
display: none !important;    
}
.saswp-placement-groups{
    border: 1px solid #e5e5e5;
}
.saswp-query-success{
    color: #006600;
}
.saswp-query-error{
    color: #bf3322;
}
.saswp-tools table th{    
    width: auto;
    padding: 0px;
}
.saswp-tools table{
    margin-top: 0px;   
} 
.saswp-tools table td{
    padding: 5px;   
}
.saswp-tools-field-title strong{
    padding-right: 130px;
}
.saswp-tools .saswp-tooltip{
    width: 230px;
}
.saswp-tools .saswp-knowledge-label {
   float: left;
}
.saswp-error{
    color: #ff0000 !important;
}
/*
Tooltip css starts here

*/
.saswp-tooltip {
    position: relative;
    display: inline-block;   
}
.saswp-tooltip .saswp-tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -25px;
}
/*.saswp-tooltip:hover .saswp-tooltiptext {
    visibility: visible;
}*/

.saswp-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

/*
Tooltip css ends here

*/
.saswp-knowledge-base .saswp-knowledge-label{
    width:200px;
    float:left;
    clear: both;
    
}
.saswp-knowledge-base .saswp-knowledge-field{
    width:75%; 
    float:right;
}

.saswp-social-fileds ul{
       display: grid;
       grid-template-columns: 26.5%  1fr;
}
.saswp-social-fileds li{
       display: flex;    
}
.saswp-social-fileds .saswp-knowledge-field{
    width: 100%;
    margin-left: 10px;
}
.saswp-social-fileds .saswp-knowledge-field input{
    float: right;
    margin: inherit;
}
.saswp-schema-type-fields .saswp-knowledge-label{
    width:200px;
    float:left;
    clear: both;
}
.saswp-schema-type-fields .saswp-knowledge-field{
    width:75%; 
    float:right;
}
.saswp-settings-first-div{
    width: 75%;
}
.saswp-settings-container{
    display: inline-flex;
    width: 100%;
}
.saswp-settings-second-div{
    float: right; 
    position: relative;
    top: 20px;
    margin-right: 0;
    margin-top: 37px;
}
.saswp-feedback-panel{
    height: 200px;
    width: 280px;
    background: #ffffff;    
    position: relative;
  
}
.saswp-start-quck-setup{
   position: relative;
   float: inherit;
   top: 7px;
   left:15px;
}
.saswp-feedback-panel ul{
    list-style-type: circle;
    list-style:decimal;
    padding-left: 30px;
    font-size: 15px;
    
}
.saswp-feedback-panel a{
    text-decoration: none;
    
}
.saswp-feedback-panel h2{
    text-align: center;
    padding-top: 18px;
    
}
.saswp-social-sharing-buttons {
    text-align: center;
    padding-top: 20px;
    
    
}
.saswp-facebook-share{
    background: #3B5998;
    box-shadow: 0 0px 0 #1b95e0 !important;
    color: #fff !important;
    line-height: 20px !important;
    height: 21px !important;
    border-radius: 3px;
    margin-right: 5px;
}
.saswp-social-sharing-buttons a{
    text-align: center;
    padding: 8px;
    
    
}
.twitter-share-button{
    background: #1b95e0 !important;
    box-shadow: 0 0px 0 #1b95e0 !important;
    color:#fff !important;
    line-height: 20px !important;
    height: 21px !important;
    border-radius: 3px;
    margin-left: 5px;
    
}
.saswp-placement-button{
    padding: 3px 10px; 
    color: #0d0d0d; 
    font-size: 14px; 
    border: 1px solid #aaa; 
    border-radius: 2px; 
    background: linear-gradient(#ededed, #ffffff);
}
.saswp-placement-table td {
    padding: 5px 10px !important;
}
.saswp-archive-div .saswp-knowledge-field{
float: right;
width: 75%;
padding-bottom: 10px;
}
.saswp-archive-div .saswp-knowledge-label{
float:left;
clear: both;
}
label[for="saswp_archive_schema_type"] {
    padding-left: 10px !important;
}
label[for="saswp_archive_list_type"], label[for="saswp_author_schema_type"] {
    padding-left: 10px !important;
}
label[for="saswp-single-price-type"] {
    padding-left: 10px;
}
label[for="saswp_woocommerce_archive_list_type"] {
    padding-left: 10px !important;
}
.saswp-amp .saswp-knowledge-field{
float: right;
width: 75%;
padding-bottom: 10px;
}
.saswp-amp .saswp-knowledge-label{
float:left;
clear: both;
}

.saswp-review .saswp-knowledge-field{
float: right;
width: 75%;
padding-bottom: 10px;
}
.saswp-review .saswp-knowledge-label{
float:left;
clear: both;
}

.saswp-compativility-div .saswp-knowledge-field{
float: right;
width: 75%;
padding-bottom: 10px;
}
.saswp-compativility-div .saswp-knowledge-label{
float:left;
clear: both;
}
.saswp-compativility-div li {
    display: inline-flex;
}
.saswp-seller-div .saswp-knowledge-label{
    float: left;
   
    clear: both;
}
.saswp-seller-div .saswp-knowledge-field{
    float: left;
    width: 70%;   
}
.saswp-post-specific-tab-wrapper{
   display: inline-block;
    width: 25%;
    vertical-align: top; 
    box-sizing: border-box;    
}
.saswp-post-specific-container{
    display: inline-block;
    width: calc(75% - 1px );
    border-left: 1px solid #eee;       
}
.saswp-post-specific-wrapper{
    padding: 10px;
}
.saswp-tab a.selected {    
    color: #555;    
    background-color: #fff;
}
.saswp-tab-links{
    display: block;
    padding: 12px 14px;
    outline: 0;
    text-align: left;
    cursor: pointer;
    transition: .3s;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    text-decoration: none;
    line-height: 20px!important;
    border-bottom: 1px solid #eee;
}
#post_specific .inside{
    padding: 0px;
    margin: 0px;
}
.saswp-star-rating{
    cursor: pointer;
}
.saswp-post-specific-wrapper select{
    width: 100%;
}
.saswp-review-tables{
    width: 100%;
}
.saswp-over-all-raring{
    float: right;
}

.saswp-review-pros-and-cons{
    position: relative;
    clear:both;
}
.saswp-review-pros-and-cons > div:first{
    padding-left: 10px;
}
.saswp-review-pros-and-cons > div{
    width: 49%;
    display: inline-block;
}
.saswp-review-pros-and-cons > div:nth-child(2){
    padding-left: 12px;
}
.saswp-wp-ediot-desc{
    margin-bottom: -23px;
    display: block;   
}
.saswp-review-description{
    margin-top: 40px;
    padding-top: 10px;
    border-top:  1px solid #eee;
}
.saswp-review-pros-and-cons{
    margin-top: 40px;
     padding-top: 10px;
    border-top:  1px solid #eee;
}
.saspw-review-item-list{
    margin-top: 20px;   
    border-top:  1px solid #eee;
}
.saswp-review-item-list-table{
    padding-bottom: 10px;
}
#sasw-review input[type=text] {
    width: 180px;
}
#sasw-review input[type=number] {
    width: 180px;
}
#saswp-review-item-enable{
    width: 10px;
}
.saswp-enable-review-on-post{
    padding-bottom: 10px;
}
.saswp-enable-review-on-post label{
    font-weight: 500;
}
/*
Compatibility tab css starts here
*/
.saswp-compatibility table th{    
    width: auto;
    padding: 0px;
}
.saswp-compatibility .saswp-knowledge-label {
    float: left;
    clear: both;
}
.saswp-tools .saswp-knowledge-label {
    float: left;
    clear: both;
}
.saswp-tools .saswp-knowledge-field {
    float: right;
    width: 69%;
    padding-bottom: 15px;
}
.saswp_kg_logo, .saswp_person_fields{
    background-color: #fff !important;
}
.saswp-license-label{
    display:inline-block;
    width:400px;
}
.saswp-clear-images{
    margin-left: 10px !important;
}
.saswp_image_thumbnail{
    padding-top: 5px;
    display: inline-block;
}
.saswp-compatibility .saswp-knowledge-field {
    float: right;
    width: 75%;
    padding-bottom: 10px;
}
.saswp-schem-type-note, .saswp-job-posting-note{
    color: chocolate;
}
.saswp-custom-fields-name{
    border: 1px solid #aaa;    
    border-radius: 4px;
}
/*
Compatibility tab css ends
*/
.saswp-option-table-class p{
    margin: auto;
    font-style: italic;
    color: #666;
}
/*
On/Off Buttons starts here
*/
.saswp-switch {
        position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    border: 20px;
}

.saswp-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.saswp-slider {
 position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b5b5b5;
    transition: .4s;
    border-radius: 20px;
}

.saswp-slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 3px;
    background-color: #fff;
    transition: .4s;
    border-radius: 20px;
}

input:checked + .saswp-slider {
  background-color: #00a0d2;
  border-radius: 30px;
}

input:focus + .saswp-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .saswp-slider:before {
  
  transform: translateX(15px);
}

/* Rounded sliders */
.saswp-slider.saswp-round {
  border-radius: 34px;
}

.saswp-slider.saswp-round:before {
  border-radius: 50%;
}
.saswp-tab-nav{
    background-color: #f9f9f9;
    margin-top: 0px;
}
.saswp-tab-nav li{
    display: flex;    
    align-items: center;
    justify-content: space-between;
    margin-bottom:0px;    
}

.saswp-tab-nav .selected{    
    width: 100.5%;
    z-index: 9999;
}
.saswp-single-post-restore .saswp-switch{
    height: 28px;
}
.saswp-single-post-restore .saswp-slider:before{
    height: 20px;
}
/*
On/Off Buttons ends here
*/
.option-table-class {width:100%;}
.option-table-class tr td {padding: 10px 10px 10px 10px ;}
.option-table-class tr > td{width: 30%;}
.option-table-class tr td:last-child{width: 60%;}

.saswp-custom-fields-table{
    width: 100%;
}
.saswp-custom-fields-table input{
    width: 100%;
}
.saswp-custom-fields-table tr td {padding: 10px 10px 10px 10px ;}
.saswp-custom-fields-table td{
    width: 30%;
    vertical-align: top;
}

.saswp-option-table-class input[type="text"], .saswp-option-table-class select{
    width:100%;
}
.saswp-paywall-table-class input[type="text"], .saswp-paywall-table-class select{
    width:100%;
}

/*
Compatibility tab css starts here
*/
.saswp-email_schema table th{    
    width: auto;
    padding: 0px;
}
.saswp-email_schema .saswp-knowledge-label {
    float: left;
    clear: both;
}
.saswp-email_schema .saswp-knowledge-field {
    float: right;
    width: 75%;
    padding-bottom: 10px;
}
/*
Compatibility tab css ends
*/
.saswp-add-on-plugin label{
    margin-top: 10px; 
}
.saswp-add-on-plugin span{
    width: 250px;
    display: inline-block;
}
.saswp-knowledge-label label[for="saswp_search_box_schema_checkbox"] {
    padding-left: 10px;
}
.saswp-knowledge-label label[for="saswp_breadcrumb_remove_cat_checkbox"] {
    padding-left: 10px;
}
.saswp-knowledge-label label[for="saswp_breadcrumb_exclude_shop_checkbox"] {
    padding-left: 10px;
}
.saswp-knowledge-label label[for="saswp_breadcrumb_home_page_title_text"] {
    padding-left: 10px;
}
.saswp-knowledge-label label[for="saswp_breadcrumb_include_parent_cat_checkbox"] {
    padding-left: 10px;
}
.saswp-knowledge-label label[for="saswp-woocommerce-booking-checkbox"], .saswp-knowledge-label label[for="saswp-woo-discount-rules-checkbox"] {
    padding-left: 10px;
}

.saswp-knowledge-label label[for="saswp-woocommerce-membership-checkbox"] {
    padding-left: 10px;
}

.saswp-global-selected{
    border-bottom: 1px solid #f1f1f1;
    background: #f1f1f1;
    color: #000000;
    font-weight: 500;
    margin-bottom: -1px;
}
#saswp-global-tabs a{
    cursor: pointer;
}
#saswp-global-tabs{
    padding-left: 5px;
}
#saswp-tools-tabs a{
    cursor: pointer;
    text-decoration: none;
}
#saswp-tools-tabs a:focus{
    box-shadow: none;
}
#saswp-review-tabs a{
    cursor: pointer;
}
#saswp-tools-tabs{
    padding-left: 5px;
}
.saswp-need-help {
    padding-left: 60px;
}
.saswp-heading{
    display: inline-flex;
    align-items: baseline;    
}
.saswp-heading h2{
    margin-bottom: 0px;
}
.saswp-view-docs a{      
    margin-right: 5px !important;
    margin-top: 10px !important;
    float: right;
}
.saswp-tabs .nav-tab{
    margin-left: 4px;
}

/*
Google review module starts here
*/
.saswp-panel {
  padding: 7px 18px;
  background-color: white;
  box-shadow: 0px 0px 20px 1px #d2cccc;
}

/*** Review Design CSS ****/
.saswp-g-review-header{
    margin-top: 50px;
}
.saswp-g-review-body{
    display:inline-grid;
    grid-template-columns: 1fr 300px;
    grid-gap:30px;
    margin-top:30px;
}
.saswp-review-list{}
.saswp-channel-list{
    margin-right: 15px;
}
.saswp-input-fields{
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    width: 100%;
}
.saswp-input-fields label{
    width: 130px;
}
.saswp-input-fields select{
    width:100%;
}
.saswp-panel h3{
    font-size: 20px;
    line-height: 1.4;
    color: #222;
    text-align: center;
    margin: 10px 0px 20px 0px;
}
.saswp-input-fields a.button-primary{
    margin-top:10px;
}
.saswp-glg-review-body{
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 20px 1px #d2cccc;
    margin-bottom: 30px;
}
.saswp-g-plus{
    float: right;
    font-size: 15px;
}
.saswp-rtng{
    padding-left: 5px;
    font-size: 14px;
}
.saswp-pt-dt {
    font-size: 12px;
    color: #999;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
}
.saswp-str{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.saswp-athr{
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.saswp-r5-rng .saswp-rvw-str{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    width: auto;
}
.saswp-rv-cnt p{
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin: 10px 0px 0px 0px;
}
.saswp-rv-img img{
    max-width:100px;
    border-radius: 100%;
}
/*
Google review module ends here
*/

/** Premium Feature CSS **/
.saswp-premium_features table th, .saswp-services table th{
    width: auto;
    padding: 0px;
}
.saswp-features-blocks{
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.saswp-features-blocks li{
    background:#fff;
    padding: 25px;
    border: 1px solid #d8d8d8;
}
.saswp-features-blocks li a{
    text-decoration: none;
}
.saswp-ele-ic{
    border-radius: 256px;
    display: inline-block;
    padding: 8px 10px 8px 10px;
    width: 70px;
    margin-right: 20px;
    height: 70px;
    float: left;
}
.saswp-ele-ic img{
    width: 80%;
    left: 10%;
    position: relative;
    top: 9%;
}
.saswp-ele-1{
    background: #96588a;
}
.saswp-ele-2{
    background: #00a97e;
}
.saswp-ele-3{
    background: #cacaca;
}.saswp-ele-4{
    background: #9c56cc;
}
.saswp-ele-tlt h3{
    margin:0;
    font-size: 18px;
    line-height: 1.4;
}
.saswp-ele-tlt p{
    margin-top:10px;
}
.saswp-sts-btn {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 6px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    display: block;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.saswp-d-btn{
    background: #d2150a;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    float: right;
    margin-top: -31px;
}
.saswp-settings-form-wrap .saswp-sts-txt{
    font-size: 14px;
    color:#000;
}
.saswp-sts-txt{font-size:14px;color:#000}

/** star rating Feature CSS **/
.saswp_review_platform .saswp-g-plus{
    float: left;
}
.saswp-pc-wrap{background-color:#004f74;padding:15px 15px 15px 30px;color:#fff;display:inline-flex;width:100%;flex-wrap:wrap;margin-bottom:20px}.saswp-pc-wrap .saswp-lst span{font-size:18px;font-weight:500;margin-bottom:10px;display:inline-block;line-height:1.3}.saswp-pc-wrap .saswp-lst{flex:1 0 42%}.saswp-pc-wrap .saswp-lst ul{margin:0}.saswp-pc-wrap .saswp-lst p{list-style-type:none;font-size:15px;font-weight:lighter;line-height:1.2;margin-bottom:10px;position:relative;padding-left:20px;color:#eee}.saswp-pc-wrap .saswp-lst p:before{content:'';position:absolute;width:8px;height:8px;background-color:#ccc;left:0;top:6px;border-radius:10px}.sgl .saswp-rvw{width:100%;margin-bottom:34px;font-size:13px;border-bottom:1px solid #ededed}.saswp-rvw-hd span,.saswp-rvw-sm span{background-color:#222;color:#fff;display:inline-block;font-size:15px}.saswp-rvw-hd span{line-height:1.4;padding:8px 12px 6px;margin:26px 0}.saswp-rvw td{padding:7px 14px}.saswp-rvw td,.sgl table td{border:1px solid #ededed}.saswp-rvw tbody{width:100%}.saswp-rvw-sm span{padding:8px 12px 6px;margin-bottom:13px;position:relative;line-height:1.2}.saswp-rvw-fs{line-height:1.5;font-size:48px;font-weight:600;margin-bottom:5px}.saswp-rvw-ov .ovs{font-size:11px;font-weight:600}.sgl .saswp-rvw tr td{background:#fff;width:100%}.sgl .saswp-rvw tr:hover td{background-color:#fcfcfc}.saswp-rvw .saswp-rvw-sm{padding:21px 14px}
.str-ic{font-size:18px;line-height:1.2}.saswp-rvw-str{display:inline-flex;width:100%;margin-top: 5px;}.saswp-rvw-str .df-clr,.saswp-rvw-str .half-str,.saswp-rvw-str .str-ic{display:inline-block;width:20px;height:16px;background-repeat:no-repeat}.saswp-rvw-ov{text-align:center}.saswp-rvw-str .half-str{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0ODIuMjA3IDQ4Mi4yMDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4Mi4yMDcgNDgyLjIwNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cGF0aCBkPSJNNDgyLjIwNywxODYuOTczbC0xNTkuNjk5LTMzLjcwNUwyNDEuMTA0LDExLjgwM2wtODEuNDA0LDE0MS40NjVMMCwxODYuOTczbDEwOS4zODgsMTIxLjEzNEw5Mi4wOTQsNDcwLjQwNGwxNDkuMDEtNjYuNiAgbDE0OS4wMSw2Ni42bC0xNy4yOTQtMTYyLjI5Nkw0ODIuMjA3LDE4Ni45NzN6IE0yNDEuMTA0LDM3MC45NDNWNzEuOTUzbDYyLjA5LDEwNy45TDQyNSwyMDUuNTYxbC04My40MzMsOTIuMzkzbDEzLjE5MSwxMjMuNzg4ICBMMjQxLjEwNCwzNzAuOTQzeiIgZmlsbD0iI2ZmZDcwMCIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)}.saswp-rvw-str .str-ic{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0ODIuMjA3IDQ4Mi4yMDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4Mi4yMDcgNDgyLjIwNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cG9seWdvbiBwb2ludHM9IjQ4Mi4yMDcsMTg2Ljk3MyAzMjIuNTA4LDE1My4yNjkgMjQxLjEwNCwxMS44MDMgMTU5LjY5OSwxNTMuMjY5IDAsMTg2Ljk3MyAxMDkuMzg4LDMwOC4xMDggOTIuMDk0LDQ3MC40MDQgICAyNDEuMTA0LDQwMy44MDMgMzkwLjExMyw0NzAuNDA0IDM3Mi44MTgsMzA4LjEwOCAiIGZpbGw9IiNmZmQ3MDAiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)}.saswp-rvw-str .df-clr{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0ODIuMjA3IDQ4Mi4yMDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4Mi4yMDcgNDgyLjIwNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cG9seWdvbiBwb2ludHM9IjQ4Mi4yMDcsMTg2Ljk3MyAzMjIuNTA4LDE1My4yNjkgMjQxLjEwNCwxMS44MDMgMTU5LjY5OSwxNTMuMjY5IDAsMTg2Ljk3MyAxMDkuMzg4LDMwOC4xMDggOTIuMDk0LDQ3MC40MDQgICAyNDEuMTA0LDQwMy44MDMgMzkwLjExMyw0NzAuNDA0IDM3Mi44MTgsMzA4LjEwOCAiIGZpbGw9IiM2MzVlNjMiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)}
/*** Review Design CSS ****/
.saswp-g-review-header{
    margin-top: 50px;
}
.saswp-g-review-body{
    display:inline-grid;
    grid-template-columns: 1fr 300px;
    grid-gap:30px;
    margin-top:30px;
    width:100%;
}
.saswp-review-list{}
.saswp-channel-list{
    margin-right: 15px;
}
.saswp-input-fields{
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    width: 100%;
}
.saswp-input-fields label{
    width: 130px;
}
.saswp-panel h3{
    font-size: 20px;
    line-height: 1.4;
    color: #222;
    text-align: center;
    margin: 10px 0px 20px 0px;
}
.saswp-input-fields a.button-primary{
    margin-top:10px;
}
.saswp-glg-review-body{
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 20px 1px #d2cccc;
    margin-bottom: 30px;
}
.saswp-g-plus{
    float: right;
    font-size: 15px;
    width: 25px;
    height: 25px;
}
.saswp-g-plus img{
    max-width:100%;
}
.saswp-rtng{
    padding-left: 5px;
    font-size: 14px;
}
.saswp-pt-dt {
    font-size: 12px;
    color: #999;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
}
.saswp-athr{
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}
.saswp-rv-cnt p{
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin: 10px 0px 0px 0px;
}
.saswp-rv-img img{
    max-width:100px;
}
.saswp-g-review-header div{
    margin-top:10px;
}

/*** Upgrade Pro CSS ***/
.saswp-upgrade-pro{
     background: #fff;
    padding: 25px;
    border: 1px solid #d8d8d8;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
}
.saswp-upgrade-pro h2{
    font-size: 20px;
    margin: 0;
    color: #23282d;
    font-weight: 600;
    text-align: center;
}
.saswp-upgrade-pro ul{
    margin: 25px 0px 20px 0px;
    display: inline-block;
}
.saswp-upgrade-pro ul li{
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.saswp-upgrade-pro ul li:before {
    content: "\f147";
    background-repeat: no-repeat;
    font-family: dashicons;
    position: absolute;
    color: #46b450;
    font-size: 25px;
    left: 0px;
    line-height: 1;
    top: 0px;
}
.saswp-upgrade-pro a{
    background: #d2150a;
    padding: 10px 0px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
}
.saswp_image_prev{
    max-width: 200px;
    max-height: 200px;
    float: left;
    padding-left:2px;
}
.saswp_prev_close {    
    position: relative;
    width:30px;
    height:30px;
    top: 12px;    
    font-size: 20px;
    top: -5px;
    text-decoration:none;
    } 
.saswp-add-custom-schema-div{   
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 5px;
}

.saswp-nav-menu-list label{
    padding-left: 10px;
}    
/*** How to schema css starts here ***/    

.saswp-dynamic-properties
{
    /* border: 1px solid #aaa; */
    margin-top: 5px;
    margin-bottom: 5px;
    
            
}
.thepros_main_section_outer{
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 20px;
}
.thepros_main_section_outer h3 {
    margin: 0;
}
.saswp-product_cons-table-div, .saswp-product_pros-table-div{
    border:none !important;
}
.saswp-product_cons-section-main {
    margin-top: 30px;
}
.hideoldclosebtn{
    display: none !important; 
}
.saswp-table-close-new-td{
    cursor: pointer;
}
.saswp-table-close-new {
    color: #000;
    background: #dddd;
    padding: 4px 6px;
    border-radius: 80px;
    width: 16px;
    height: 20px;
    font-family: sans-serif;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}
.saswp-table-close-new:hover {
    color: white !important;
    background: black;
}
.saswp-table-close{
    color: #000;
    background: #dddd;
    padding: 4px 6px;
    border-radius: 80px;
    width: 16px;
    height: 20px;
    font-family: sans-serif;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin: 10px 0 0 0;    
}

.saswp-table-close:hover {
    color: white !important;
    background: black;
}
.saswp-product_reviews-section-main {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 20px;
}
.saswp-dynamic-properties {
    margin-top: 0;
    margin-bottom: 30px;
}


.saswp-table-close{
    float: right;
    cursor: pointer;
}
.saswp-table-create-onajax table th, .saswp-table-create-onajax table td{
    padding: 5px;
}
.saswp-table-create-onajax select{
    width: 98%;
}

/*** How to schema css ends here ***/    

.saswp-g-reviews-settings-table input{
    width: 100%;
}
.saswp-s-reviews-settings-table input{
    width: 100%;
}
.saswp_rv_module_pro_notice{
    border: 1px solid #d8d8d8;
    background: #fff;
}

/*** Review Module section ***/

.saswp-settings-list .saswp-rev-mod{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}
.saswp-rev-mod .saswp-knowledge-label{
    width: 100%;
    display: inline-block;
    padding: 10px 16px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    background: #f9f9f9;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    box-sizing: border-box;
}
.saswp-rev-mod .saswp-knowledge-field{
    width:100%;
    display: inline-block;
}
.saswp-rev-mod .saswp_rv_module_pro_notice{
    padding:20px;
}
.saswp_cmpny_lst{
    width:100%;
    display: inline-block;
    margin-top:30px;
}
.saswp_rv_module_pro_notice ul{
    margin: 15px 0px 20px 0px;
    width: 100%;
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.saswp_rv_module_pro_notice ul li{
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    margin: 0;
}
.saswp_rv_module_pro_notice ul li span{
    padding-left:3px;
}
/*.saswp_rv_module_pro_notice ul li.check-img:before{
    content: "";
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2px;
    top: 6px;
}*/
.saswp_rv_module_pro_notice h2{
    text-align: center;
    font-size: 31px;
}
.saswp_rv_module_pro_notice .saswp_desc{
    text-align: center;
    font-size: 18px;
    font-style: normal;
    color: #000;
}
.saswp_rv_module_pro_notice .saswp_desc a{
    font-style: italic;
}
.saswp_rv_module_pro_notice .saswp_lst{
    color: #808080;
    font-family: georgia;
    font-style: italic;
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
}
.saswp_rv_module_pro_notice .saswp_avlbl{
    color: #2a902e;
    font-family: georgia;
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
}
.saswp_rv_module_pro_notice ul li img{
    width:20px;
    height:20px;
    position: relative;
    top: 4px;
}
.saswp-rev-btn{
    width:100%;
    display: inline-block;
    margin-top:20px;
    text-align: center;
}
.saswp-rev-btn span{
    display: block;
    font-size: 13px;
    margin-bottom: 15px;
}
.saswp-rev-btn a{
    padding: 12px 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    background: #0085ba;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.select2-container{
    width:100% !important;
}
.saswp-schema-modify-section{
    margin-top: 15px;    
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.saswp-custom-meta-list{
    border: 1px solid #aaa;
    border-radius: 4px;
}
.saswp-custom-fields-table tr td:nth-child(3n+3) input{
    border: 1px solid #aaa;
    border-radius: 4px;
}
/** Notification CSS **/
.updated.notice p{    
    width: 100%;
    align-items: center;
}
.updated.notice .dashicons-thumbs-up{
    margin-right:10px;
}
a.saswp-feedback-remindme, a.saswp-feedback-no-thanks{    
    cursor: pointer;
}
a.saswp-revws-lnk{
    display: inline-block;
    background: #0085ba;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 0.6;
    cursor: pointer;
}
.saswp-update-notice-btns {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.saswp-update-notice-btns ul{
    list-style: inside;
    margin: 0 10px 20px 20px;
}
.saswp-notice-p{
    font-size: 16px;
    color: #28672d;
}
.saswp-update-notice-btns li a{
    text-decoration:underline;
}
.saswp-update-notice-btns li{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.saswp-about-contact-page{
    width:75%; 
    float:right;
}
.saswp-about-contact-page-tooltip{
    float:left;
    clear: both;
}
.saswp-quick-setup{
    float: left;
}
.saswp_add_schema_fields_on_fly{
    margin-bottom: 5px !important;
}
.saswp-custom-fields-table .saswp_image_prev{
    max-width:62px !important;
}
.saswp-custom-fields-table .saswp_prev_close{
    font-size: 15px;
}
.saswp-review-content-table td:nth-child(2){
    width: 50%;
    float: left;
}
.saswp-review-content-table input{
    width: 100%;    
}
.saswp-review-content-table select{
    width: 100%;    
}
.saswp-review-content-table textarea{
    width: 100%;    
}
.saswp-social-links-table{
    width: 100%;
}
.saswp-social-links-table input{
    width: 100%;
}
.saswp-add-social-links{
    margin: 3px !important;
}
.saswp-social-links-table td{
    padding-left: 0px !important;
}
#saswp-compatibility-tabs a{
    cursor: pointer;
}

/*
Collection css starts here
*/
.saswp-add-dynamic-section{
    padding: 0px 30px;
}
.saswp-add-dynamic-btn{
    text-align: center;
    margin-bottom: 10px;
}
.saswp-add-single-rv{
    margin-left: 10px !important;
}
.saswp-dynamic-platforms{
    display: flex;
    width: 100%;
}
.saswp-dynamic-platforms select{
    margin-right: 10px;
    width: 40%;
}
.saswp-add-rv-btn{
    font-size: 25px;
    margin-left: -8px;
    padding-top: 15px;
    cursor: pointer;
}
.saswp-remove-coll-rv{
    position: absolute;
    top: 2;
    top: 0px;
    right: 0px;
}
.saswp-rmv-coll-rv{
    padding: 3px;
    cursor: pointer;
}
.saswp-collection-placement-post{    
    width: -webkit-fill-available;
}
.saswp-collection-placement-post td{
    vertical-align: top;
    width: -webkit-fill-available;
}

.saswp-grid-pagination{
    display: inline-block;
    padding: 20px;
}
.saswp-grid-pagination a{
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.saswp-grid-pagination a.active {
    background-color: #4CAF50;
    color: white;
}
.saswp-grid-pagination a:hover:not(.active) {
    background-color: #ddd;
}
.saswp-collection-body{
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
.saswp-collection-lp{
    flex:1 0 68%; 
    margin-right: 20px;
    width:68%; 
    background:#fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    padding-bottom: 22px;
}
.saswp-collection-settings{
    flex:1 0 27%;
    height:100%;
    width:28%;
}

.saswp-collection-container{
    margin-top: 60px;
    width:100%;
    display: inline-block;
    padding-right: 20px;
    box-sizing: border-box;
}
.saswp-collection-preview-table{
    width: 100%;
}
.saswp-collection-preview-table td{
    width: 30%;
}
.saswp-platform-added-list{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.saswp-collection-title input{
    width: 96%;
    padding: 3px 8px;
    font-size: 15px;
    line-height: 2;
    height: 1.7em;
    outline: 0;
    margin: 0 0 3px;
    background-color: #fff;
    color: #32373c;
}
.saswp-collection-title{
    margin-bottom: 10px;
    padding: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
.saswp-collection-preview{
    padding:0px 30px;
}

/** Review Design 1 **/

.saswp-r1{
  margin-bottom:50px;
  text-align: center;
}
.saswp-r1 ul{
  padding:0px;
  list-style-type:none;
  display:grid;
  width:100%;
  grid-template-columns:1fr 1fr 1fr;
  grid-gap:15px;
  margin:0;
}
.saswp-r1 li{
  padding:20px;
  position: relative;
  color: #777;
  border: 1px solid #ededed;
  background-color: #fafafa;
  border-radius: 4px;
  margin:0px;
}
.saswp-rc{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.saswp-r1 .saswp-rc-lg{
    position: absolute;
    right:-5px;
}
.saswp-r1-aimg img {
    float: left;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
    border-radius: 100px;
}
.saswp-rc-a >img {
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
    margin-right: 10px;
    border-radius: 100px;
}
.saswp-rc-lg img{
  width:25px;
  height:25px;
  border-radius: 100px;
}

.saswp-rc-nm a{
  text-decoration: none;
  color: #427fed;
  font-size: 16px;
  font-weight:600;
  display: inline-block;
  line-height: 1.1;
  letter-spacing: 0;
  width:80%;
  text-align: left;
}
.saswp-rc-dt{
  margin-top:5px;
  font-size:12px;
  line-height:1.2;
  color:#999;
  display:block; 
}
.saswp-rc-a{
  flex: 1 0 85%;
  display: flex;
  justify-content: flex-start;
}
.saswp-rc-nm{
  width:100%;
  margin-left: 8px;
  text-align: initial;
}
.saswp_reviewer_image .saswp-rv-img span{
  vertical-align: top;
}
.saswp-rc-cnt{
  position: static;
  height: 80px;
  overflow-y: auto;
  font-size: 14px;
  line-height:1.6;
  text-align: left;
  padding: 0 2px 0 0;
  margin: 10px 0 0;
}
.saswp-r2-strs{
    text-align: center;
}
.saswp-rc-cnt p{
  margin:0;
}
.saswp-rc-cnt::-webkit-scrollbar {
  width: 4px;
  display:inline-block;
    
}
.saswp-rc-cnt::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.saswp-rc-cnt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/** colltection settings CSS **/
.saswp-collection-settings{
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.saswp-collection-settings ul{
    margin:0;
    padding:0px;
}
.saswp-collection-settings ul li {
    border-bottom: 1px solid #ddd;
    margin: 0;
    position: relative;
}
.saswp-dp-dsg{
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-gap: 0px 5px;
    align-items: center;
    color:#666;
    padding-bottom: 8px;
    margin-top: 10px;
}
.saswp-dp-dtm{
    margin-top:13px;
}
.saswp-slider-display{
    margin-top: 15px;
}
.wp-admin .saswp-collection-settings select{
    margin:0px;
    min-height: 30px;
    max-height: 30px; 
    max-width: 100%;
}
.saswp-slider-display span{
    width: 30%;
    display: inline-block;
}
.saswp-collection-settings ul li a{
    padding:12px 15px;
    background:#fff;
    color: #23282d;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    transition: all 0.5s ease-in-out 0s;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.saswp-collection-settings ul li input{
    width:100%;
}
.saswp-collection-settings ul li input[type=checkbox] {
    width:16px;
}
.saswp-collection-settings ul li a:hover, .saswp-collection-settings ul li a.active{
    background: #f5f5f5;
}
.saswp-accordion.active + .saswp-accordion-panel{
    border-top:1px solid #ddd;
}
.saswp-plf-lst-rv-cnt{
    display: inline-grid;
    width: 100%;
    flex-wrap: wrap;
    grid-template-columns: 180px 57px 1fr;
    grid-gap: 5px
}
.saswp-accordion-panel {
  padding: 15px 18px ;
  display: none;
  background-color: white;
  overflow: hidden;
  border-top: 1px solid #ddd;
}
.saswp-collection-settings a.saswp-add-to-collection{
    text-align: center;
    height: 30px;
    font-weight: normal;
    position: relative;
    top: 1px;
    line-height: 27px;
}
.wp-core-ui a.button.saswp-remove-platform{
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 6px;
    min-height: 0px;
}
.wp-core-ui a.button.saswp-remove-platform:hover{
    color:#c00;
}
.wp-core-ui a.button.saswp-remove-platform:after{
    content: "\f153";
    display: block;
    font: normal 16px/20px dashicons;
}
.cancel-btn{
    margin-right:10px;
    margin-bottom: 5px;
    float: left;
    display: inline-flex;
}
.wp-admin .saswp-accordion-panel select.saswp-collection-desing{
    width: 100%;
}
.saswp-slider-display.saswp-desing-options{
    margin-top:10px;
}
.saswp-slider-display.saswp-desing-options span{
    margin-right: 10px;
    display: inline-block;
}
.saswp-collection-settings li a.saswp-accordion:after{
    content: "\f140";
    font: normal 20px/1 dashicons;
    speak: none;
    display: block;
    position: absolute;
    color: #72777c;
    top: 13px;
    right: 18px;
}
.saswp-collection-settings li a.saswp-accordion.active:after{
    content: "\f142";
    top: 13px;
}
.saswp-sv-btn{
    background: #f5f5f5;
    padding: 8px 10px;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
}
.saswp-collection-settings .button-primary{
    width: 100px;
    margin: 0;
    display: inline-block;
    padding: 2px 0px;
}
.saswp-collection-shortcode{
    color: #555;
    margin-top: 10px;
    padding: 4px;
    background: #f1f1f1;
    display: inline-block;
    border: 1px solid #ddd;
    margin-left:75px;
}

/** Badges CSS **/
.saswp-rd3-warp ul{
   padding:0px;
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  list-style-type:none;
  margin:0;
  justify-content: center;
}
.saswp-rd3-warp li{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  margin:0px;
}
.saswp-rd3-warp li a{
  text-decoration:none;
}
.saswp-r3-lg{
    background: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6px 8px;
    box-sizing: border-box;
}
.saswp-r3-lg span img{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.saswp-r3-lg span {
    line-height: 0px;
}
.saswp-r3-lg .saswp-r3-tlt{
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #555;
    font-weight: 400;
}
.saswp-lg{
  line-height: 0;
}
.saswp-r3-rtng{
    padding: 13px 10px 10px 10px;
    background: #fff;
    border-radius: 0px 0px 3px 3px;
    text-align: center;
}
.saswp-r3-rtxt{
    display: flex;
    align-items: center;
    line-height: 0;
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
}
.saswp-r3-rtxt .saswp-r3-num{
    color: #23282d;
    margin-right: 5px;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    top: 2px;
    word-break: normal;
}
.saswp-rd3-warp .saswp-rvw-str .df-clr, .saswp-rd3-warp .saswp-rvw-str .half-str, .saswp-rd3-warp .saswp-rvw-str .str-ic {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-right: 3px;
}
.saswp-r3-brv{
    color: #666;
    font-size: 13px;
    line-height: 1;
}

/** Fomo CSS **/
.saswp-r5{
  position:fixed;
  bottom:20px;  
  width: calc(100% - 20px);
  max-width: 325px;
  border-radius: 12px;
  background: #fff;
   border: 1px solid #e6e6e6;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.05);
  transition: all .3s ease-in;
  display: none;
}
.saswp-r5 .saswp-rvw-str .df-clr, .saswp-r5 .saswp-rvw-str .half-str, .saswp-r5 .saswp-rvw-str .str-ic {
  display: inline-block;
  width: 23px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.saswp-r5-r .saswp-r5-rng .saswp-rvw-str{
    padding-left:0px;
    margin-bottom: 3px;
}
.saswp-r5-r{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  height:80px;
}
.saswp-r5-rng{
  flex:1 0 60%;
  padding-left: 15px;
}
.saswp-r5-lg{
  width: 80px;
  height: 100%;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  background: linear-gradient(to bottom,#fefefe 0,#f2f2f2 100%);
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 12px 0px 0px 12px;
}
.saswp-r5-r .saswp-r5-lg span{
  border-radius: 10px 0px 0px 10px;
}
.saswp-r5-r .saswp-r5-lg img{
  position: relative;
  max-width: 40px;
  max-height: 40px;
  left: 20PX;
  border-radius: 10px 0px 0px 10px;
  top: 2px;
}
.saswp-r5-txrng{
  font-size: 12px;
  line-height: 1.2;
  color: #444;
  display: flex;
  margin-bottom: 5px;
}
.saswp-r5-txrng span{
    font-weight: 600;
    color: #666;
    margin-right: 5px
}
.saswp-r5-rng span.saswp-r5-dt{
    display: block;
    font-size: 11px;
    color: #ababab;
    font-weight: normal;
}
.saswp-r5 a{
  text-decoration:none;
}

/** Popup2 CSS **/
.saswp-popup-btn{
  position: fixed;
  top: auto;
  bottom: 0;  
  font-family: "Arial",sans-serif;
  z-index: 9;
  box-shadow: 0 20px 40px 8px rgba(0,0,0,.25);
  width:300px;
  background: #fff;
  border:none;
  padding:0;
}
.saswp-open-class.saswp-popup-btn{
  width:300px;
}
#saswp-reviews-cntn {
    display:none;    
}
#saswp-sticky-review .saswp-open-class #saswp-reviews-cntn{  
  width: 100%;
}
.saswp-opn-cls-btn{
  display: flex;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  background: #fba306;
  width:100%;
  padding:0px 15px;
  border-radius:4px 4px 0px 0px;
  cursor: pointer;
  box-sizing: border-box;
}
.saswp-opn-cls-btn svg path{
  /* fill:#fff; */
}
.saswp-opn-cls-btn span{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.saswp-onclick-hide, .saswp-onclick-show{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.saswp-r4-info ul{
  list-style-type:none;
  padding:0;
  margin:0;
  text-align:left;
  height: 350px;
  overflow-y: scroll;
}
.saswp-r4-info ul li{
  border-bottom:1px solid #e4e4e4;
  padding:20px;
}
.saswp-r4-b{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.saswp-r4-b .saswp-r4-str{
  margin-right:10px;
}
.saswp-r4-b span.saswp-r4-tx{
  font-size:14px;
  color:#444;
}
.saswp-r4-b span.saswp-r4-nm:after{
  content:"-";
  display:inline-block;
  margin:0px 10px;
}
.saswp-r4-info .saswp-rvw-str .df-clr, .saswp-r4-info .saswp-rvw-str .half-str, .saswp-r4-info .saswp-rvw-str .str-ic {
    display: inline-block;
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 18px;
}
.saswp-r4-cnt h3{
  margin: 10px 0px 8px 0px !important;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.saswp-r4-cnt p{
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  color: #333;
}
.saswp-r4-info ul li.saswp-r4-r{
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
}
.saswp-r4-info ul li span.saswp-r4-rnm{
  margin-left: 10px;
  font-size: 18px;
  color:#666;
}

.btn .saswp-onclick-hide, .btn.saswp-open-class .saswp-onclick-show {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.btn .saswp-onclick-show, .btn.saswp-open-class .saswp-onclick-hide{
  display:none;
}
span.saswp-mines{
  line-height:0;
}
.saswp-mines:before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #fff;
  position: relative;
  top: 5px;
}

/** Slider Design CSS **/
.saswp-rd2-warp{
  width:100%;
  display:inline-block;
  margin-bottom:50px;
}
.saswp-rd2-warp div {
  width:350px;
  margin-right:25px;
}
.saswp-rd2-warp .saswp-rc-cnt{
  white-space: initial;
}
.saswp-rd2-warp .saswp-r2-b{
  position: relative;
  color: #777;
  border: 1px solid #ededed;
  background-color: #fafafa;
  border-radius: 4px;
}
.saswp-rd2-warp .saswp-rc-cnt{
  height: 150px;
  margin: 20px 20px 20px 40px;
}

.saswp-rd2-warp .saswp-rc{
  padding: 20px;
}
.saswp-r2-b .saswp-r2-s{
  display:inline-block;
}
.saswp-r2-b .saswp-rc-cnt p{
  display:inline; 
}
.saswp-r2-b .saswp-rc-lg{
  line-height: 0;
  position: absolute;
  right: 13px;
  top: 13px;
  background: #fafafa;
}
.saswp-r2-q svg{
  width: 20px;
  fill: #bbb;
  position: absolute;
  height: 30px;
  top: 15px;
  left: 12px;
}
.saswp-rd2-warp .saswp-r2-b:before {
  position: absolute;
  bottom: -8px;
  left: 35px;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #ededed;
  border-top: none;
  border-left: none;
  background-color: #fafafa;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel-preview{
  text-align:center;
}
.carousel-preview button{
  width:12px;
  height:12px;
  border-radius:100px;
  border:none;
  margin:0px 5px;
  cursor: pointer;
}
.carousel-preview button.saswp-active{
  background:#427fed;
}

/**Slider csss starts here **/


/** Single Slider CSS Start here **/
.saswp-cst .saswp-cs{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    position:relative;
}
.saswp-r2-b{
    padding: 20px 40px 20px 40px;
    background-color: #fafafa;
    position: relative;
    color: #777;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-sizing: border-box;
}
.saswp-cst .saswp-rc{
    padding: 20px;
    box-sizing: border-box;
}
.saswp-si .saswp-r2-b:before {
    position: absolute;
    bottom: -8px;
    left: 35px;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #ededed;
    border-top: none;
    border-left: none;
    background-color: #fafafa;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.saswp-si .saswp-rc-cnt{
    margin:0px;
}
.saswp-cs .saswp-slider-controls {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
      z-index: 9;
    position: relative;
    top: 10px;
}
.saswp-slider-controls a.saswp-slider-prev-btn{
    position: absolute;
    left: 10px;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    line-height: 0;
    border-radius: 100px;
    width: 30px;
    height: 30px;
}
.saswp-slider-controls a.saswp-slider-prev-btn:before{
    content:"";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(135deg);
    position: relative;
    top: 11px;
    left: 12px;
}
.saswp-slider-controls a.saswp-slider-next-btn{
    position: absolute;
    right: 10px;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    line-height: 0;
    border-radius: 100px;
    width: 30px;
    height: 30px;
}
.saswp-slider-controls a.saswp-slider-next-btn:after{
    content:"";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(135deg);
    transform: rotate(-45deg);
    position: relative;
    top: 11px;
    right: -9px;
}
.saswp-si .saswp-rc-lg img {
    width: 25px;
    height: 25px;
}
.saswp-cs .saswp-slider-dots .saswp-dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  transition: 0.15s ease-in-out;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 12px;
}
.saswp-cs .saswp-slider-dots .saswp-dot.saswp-active {
  background: #0071a1;
}
.saswp-cst .saswp-sic .saswp-si {
  width: 100vw;
  max-width: 640px;
  display: block;
}
.spinner.saswp-spinner{
    float:none;
    margin: 0px auto;
    display: block;
}
/** Single Slider CSS Ends here **/

/** Carousel Slider CSS Starts here **/
.saswp-cct .saswp-cs { 
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.saswp-cct .saswp-sic .saswp-si {
  width: 100%;
  max-width: 800px;
  display: flex;
}
.saswp-cct .saswp-r2-sli{
    width: 100%;
    margin-right: 20px;
    max-width: 40%;
}  
.saswp-cct .saswp-rc {
    padding: 20px 10px;
    box-sizing: border-box;
}
.saswp-cct .saswp-rc-cnt{
    height:120px;
}
.saswp-cs .saswp-sic {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  transition: transform 0.35s ease-in-out;
}
.saswp-cs .saswp-slider-controls a {
  color: #333;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
.saswp-cs .saswp-slider-controls a:hover {
  color: #888;
}
.saswp-cs .saswp-slider-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
    position: relative;
    top: -10px;
}
.saswp-onclick-show{
    display: none;
}
.saswp-dp-dsg.saswp_hide{
    display: none;
}
/** Carousel Slider CSS Ends here **/


/** Responsive CSS **/
@media(max-width:1200px){
    .saswp-plf-lst-rv-cnt{
        grid-template-columns: 1fr;
    }
}

@media(max-width:767px){
    .saswp-collection-lp{
        flex: 1 0 100%;
        margin-right: 0px;
        width: 100%;
    }
    .saswp-collection-settings {
        flex: 1 0 100%;
        height: 100%;
        width: 100%;
    }
    .wp-admin .saswp-collection-settings select{
        max-width:100%;
    }
}
/*** Upgrade Pro CSS starts here***/
.saswp-upgrade-pro h2{
    font-size: 20px;
    margin: 0;
    color: #23282d;
    font-weight: 600;
    text-align: center;
}
.saswp-upgrade-pro ul{
    margin: 25px 0px 20px 0px;
    display: inline-block;
}
.saswp-upgrade-pro ul li{
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.saswp-upgrade-pro a{
    background: #d2150a;
    padding: 10px 0px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
}
.saswp-settings-second-div .saswp-upgrade-pro.promo-cpn{
    display:block;
}
.saswp-upgrade-pro.promo-cpn{
    border: 1px solid #558B2F
}
/*** Upgrade Pro CSS ends here***/

/** Coupon Code CSS **/
.saswp-hide{
    display:none;
}
.saswp-settings-second-div .saswp-upgrade-pro.promo-cpn{
    display: block;
    margin: 0;
}
.saswp-upgrade-pro.promo-cpn{
    border: 1px solid #558B2F;
    border-radius: 8px;
}
.saswp-upgrade-pro.promo-cpn h2{
	color: #2E7D32;
    font-size: 24px;
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.saswp-upgrade-pro.promo-cpn span {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    color: #777;
    padding: 0px 20px;
    box-sizing: border-box;
    line-height: 1.4;
    font-weight: 400;
}
.saswp-promo {
    font-size: 20px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.saswp-upgrade-pro.promo-cpn .prm-txt {
    display: block;
    line-height: 1;
}
.saswp-upgrade-pro.promo-cpn .saswp-promo .prm-cpn {
    border: 1px dashed #1B5E20;
    border-radius: 100px;
    margin-top: 5px;
    color: #388E3C;
    font-size: 20px;
    padding: 2px 15px 2px 15px;
}
.saswp-upgrade-pro a{
	background:#43A047;
}
.saswp-upgrade-pro{border-radius: 8px;}
.saswp-settings-second-div a{
	text-decoration: none;
}
/* Add review thickbox csss starts here */

.saswp-thick-box-container{    
    width: 580px;
}
#saswp-add-rv-manual{
    padding: 10px;
}
#saswp-add-rv-automatic, #saswp-add-rv-collection{
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    overflow-y: scroll;
    height: 260px;
}
.saswp-add-rv-loop, .saswp-add-collection-loop{
    padding-bottom: 10px;
}
.saswp-add-rv-title{
    padding: 10px;
}
.close-attached-reviews-popup{
    float: right;    
    margin-right: 20px !important;
}
.saswp-add-rv-note{
 padding-bottom: 10px;   
}
.saswp-accept-rv-container{
    margin-right: 20px;
}
.saswp-post-specific-setting{
    border-bottom: 1px solid #eee;
    text-align: center;
    padding-bottom: 10px;
}
.saswp-ps-text{
    padding: 20px 5px;
}
.saswp-ps-text span{
    font-weight:600;
}
.saswp-ps-toggle{
    padding: 10px;
}
/* Add review thickbox csss ends here */
.saswp-stars-post-table td{
padding: 2px;
}
.saswp-modify-schema-on-taxonomy td{
    background: #fff;
}
.saswp-modify-schema-on-taxonomy .form-table th{
    width: auto !important;
}
.saswp-modify-schema-on-taxonomy #saswp_specific_custom textarea{
    width: 100% !important;
}
.saswp-modify-schema-on-taxonomy .form-table fieldset input[type="text"]{
    width: 75% !important;
}
.saswp-modify-schema-on-taxonomy .form-table fieldset input[type="button"]{
    width: 24% !important;
}.activated-plugins {
    position: relative;
    display: inline-block;
    color: #222;
    font-size: 14px;
    letter-spacing: 0;
    right: 5px;
    margin-left: 4px
}

.saswppro_icon:before {
    content: "\f147";
    background: #388e3c;
    border-radius: 40px;
    color: #fff;
    position: relative;
    left: 1px;
    border-radius: 40px;
    padding: 1px 1px 0 0;
    top: 1px;
    margin: 0;
    font-size: 14px
}

.pro_icon {
    margin: 0;
    font-size: 16px;
    margin-left: 3px;
    margin-top: 1px;
    right: 5px
}

.expiredinner_span {
    color: green
}

i.dashicons-before.dashicons-admin-generic {
    color: #666
}

#exp {
    color: red
}

.dashicons-no {
    background: red;
    color: #fff;
    border-radius: 10px;
    position: relative;
    font-size: 15px
}

.dashicons-no:before {
    content: "\f158";
    top: 3px;
    position: relative;
    left: 0
}

.saswp-addon-alert {
    color: red;
    font-size: 14px;
    letter-spacing: 0;
    cursor: default
}

.dashicons-alert::before {
    content: "\f534";
    background: #ffb900;
    border-radius: 40px;
    color: #fff;
    border-radius: 40px;
    padding: 4px 3px 4px 4px;
    top: 0;
    right: 9px;
    margin: 0;
    position: relative
}

a.renewal-license {
    margin-left: 5px;
    font-size: 12px !important;
    padding: 4px 10px 5px;
    letter-spacing: .1px;
    border-radius: 60px;
    margin-right: 0;
    background: #388e3c;
    color: #fff;
    box-shadow: 0 .15em .65em 0 rgb(0 0 0 / 25%);
    text-decoration: none
}

span.renew-lic {
    font-size: 14px
}

.sasfwp_key_user_name {
    font-weight: 700
}

.before_msg {
    margin-left: 4px;
    cursor: default
}

.before_msg_active {
    margin-left: 3px
}

.saswp_addon_inactive {
    margin-left: 3px
}

.ext_settings_url {
    margin-left: 8px;
    text-decoration: unset
}

.sasfwp-main {
    float: right;
    background-color: #fff;
    border: 8px solid #fff;
    border-radius: 21px;
    padding: 1px 0 0 7px
}

.sasfwp-main .activated-plugins {
    color: #222
}

a.ext_url {
    text-decoration: unset
}

span#saswp-addon-dashicons-yes {
    top: 20px;
    left: 60px;
    position: relative;
    margin: 0;
    font-size: 16px
}

p.saswp_license_status_msg {
    display: inline-block;
    margin: 0 0 0 7px;
    position: relative;
    bottom: 10px
}

span#saswp-addon-dashicons-no {
    display: none;
    position: relative;
    top: 22px;
    left: 59px
}

.saswp-d-btn-1,
.saswp-d-btn-2,
.saswp-d-btn-3 {
    background: #d2150a;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    display: inline-block
}

.saswp-reviews-dashicons {
    float: right;
    left: -163px
}

.saswp_license_key_input_inactive {
    display: inline-block;
    bottom: 8px;
    position: relative
}

.saswp-woocommerce-dashicons {
    float: right;
    margin-right: 45px
}

.saswp-addon-no {
    position: relative;
    display: block
}

span.saswp_addon_icon.dashicons.dashicons-yes.pro_icon {
    top: 0;
    position: relative
}

p#enter_key_reviews {
    position: relative;
    top: 20px
}

p.enter_key_Reviews {
    position: relative;
    top: 8px
}

label.saswp-sts-txt {
    font-size: 14px;
    color: #000;
    text-align: left;
}

p#enter_key_woocommerce {
    position: relative;
    top: 20px
}

input.saswp_license_key_input_active::placeholder {
    color: #000
}

.saswp-sts-active-main {
    margin-top: -21px;
    padding: 6px 15px
}

.saswp-active-input {
    float: left
}

span.addon-activated {
    color: green;
    padding-left: 5px
}

.saswp-sts-deactive-main {
    margin-top: -21px;
    padding: 6px 15px
}

.saswp-sts-active-main.woocommerce_addon {
    margin-top: 0
}

.saswp-deactive-input.woocommerce_addon {
    margin: -49px 0 0 0
}

.saswp-addon-sub-inactive.woocommerce {
    margin: 29px 0 0 0
}

.saswp-sts-deactive-main.woocommerce_addon {
    margin-top: 0;
    padding: 1px 15px
}

.saswp-active-inputbtn.woocommerce_addon {
    position: relative;
    bottom: 20px
}

.saswp-woocommerce-dashicons {
    float: right;
    margin-right: 45px;
    top: 20px;
    left: 14px;
    position: relative;
    margin: 0;
    font-size: 16px
}

span.saswp-woocommerce-addondashicon-yes {
    position: relative;
    right: 51px
}

.saswp-addon-sub-inactive.reviews {
    margin-top: -20px
}

.saswp-sts-deactive-main.reviews_addon {
    margin-top: 0
}

.saswp-active-inputbtn.reviews_addon {
    bottom: 18px;
    position: relative
}

input.saswp_reviewslicense_key_input_inactive.reviews_addon_inactive {
    margin: 0 0 0 10px
}

span.saswp-limit-span {
    font-weight: 400;
    color: #646970;
}

input.saswp_license_key_input_inactive.reviews_addon_inactive {
    display: none
}

a.button.button-default.saswp_license_activation.reviews {
    display: none
}

a#saswp_license_deactivationbtn {
    display: none
}

a#saswp_license_activation_ {
    display: none
}

.saswp_license_key_input_inactive {
    top: 0
}

span.saswp_reviews_inactive {
    padding-left: 5px;
    font-weight: 400
}

.saswp-settings-form-wrap label {
    display: block;
    padding: 0 0
}

.saswp-settings-form-wrap label {
    display: block;
    padding: 8px 0
}

.saswp-sts-active-main.reviews_addon {
    margin: -7px 0 0 -1em
}

input.saswp_license_key_input_active {
    margin-left: 10px
}

input.saswp_license_key_input_inactive {
    margin-left: 10px
}

.saswp-sts-active-main.woocommerce_addon {
    margin-top: -4px
}

label.saswp-sts-txt.inactive {
    padding: 10px 0 6px 16px
}

a#saswp_license_deactivation_internal {
    display: none
}

.inner_span_expiring {
    color: red;
    margin-right: 2px
}

i#refresh_license_icon_top {
    cursor: pointer;
    display: none
}

.dashicons.spin {
    animation: dashicons-spin 2s infinite;
    animation-timing-function: linear
}

@keyframes dashicons-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(-360deg)
    }
}

span#lic_exp {
    color: red;
    margin-left: 4px
}

i#refresh_expired_addon {
    cursor: pointer;
    display: none
}

i#user_refresh_expired_addon {
    cursor: pointer
}

span.one_of_expired {
    color: red
}

.pro_warning {
    color: #ffb229;
    right: 3px;
    position: relative;
    bottom: 1px
}

.saswppro_alert {
    color: #ffb229;
    top: 2px;
    position: relative;
    right: 1px
}

#lic_active {
    color: green;
    margin-left: 8px
}

.saswp-license-tenure {
    display: inline-block;
    margin-top: 8px
}

.lic_is_active {
    color: #000
}

#lic_inactive {
    color: #bebfc0;
    margin-left: 8px
}

.single_addon_warning {
    color: #ffb229
}

.expire_msg {
    color: red
}

.less_than_zero {
    color: red;
    cursor: default
}

.lifetime_ {
    color: green
}

.saswp_pro_alert {
    color: #ffb229;
}

.user_refresh_single_addon {
    cursor: pointer;
}

.saswp_pro_alert {
    color: #ffb229;
}.single_addon_warning {
    color: #ffb229;
}.saswp-license-tenure {
    display: inline-block;
    margin-top: 8px;
}.before_msg {
    margin-left: 4px;
    cursor: default;
}label.saswp-sts-txt {
    font-size: 14px;
    color: #000;
}span.renew-lic {
    font-size: 14px;
}
.saswp_inactive_key {
    color: #bebfc0;
    padding-left: 5px;
}
span.saswp_inactive_status_reviews{padding-left:5px;font-weight:400}
label.saswp-sts-txt.active {font-weight: 400;}
span.saswp_inactive_Reviews { font-weight: 400; font-size: 14px; color: #000; }
.saswp-sts-active-main.reviews_addon span.saswp-license-tenure {display: none;}
.saswp-load-more-rv{cursor:pointer;}

.saswp_star_color, .saswp_star_color_gray{
    font-size: 25px;
    color: gray;
}
.saswp_half_star_color{
    font-size: 25px;
    color: #808080;
    margin-top: auto;
    overflow: hidden;
}
.saswp-popup2 .saswp_half_star_color{
    margin-top: 4px;
}
.saswp-faq_repeater_question-table-div{
  background-color: #FFF;
  margin-bottom: 10px ;
  border-radius: 10px;
  border: 2px solid #E5E5E5;
}
.saswp-p-l-10{
    padding-left: 10px !important;
}
/* Offer Banner Starts Here */
/* .saswp-offer-banner{
    background: #ca4a1f;
    color: #fff;
    cursor: pointer;
    border-color: #ca4a1f;
}
.saswp-offer-banner:hover{
    background: hsl(15deg 73% 46%);
    color: #fff;
    cursor: pointer;
} */
/* Offer Banner Ends Here */
.saswp-faq-font-wrapper{
    display: inline;
}

.saswp-faq-font-wrapper .saswp_faq_font_elements{
    width: 50px !important;
    display: inline !important;
} 

.saswp-rating-box-custom-css{
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 10px;
} 

.saswp-rating-box-custom-css label{
    font-weight: 500;
}

.saswp-rbcc-tr-row{
    border-top: 1px solid #eee;
}

.saswp-rbcc-field-table{
    width: 100%;
    line-height: 3;
}

.saswp-rbcc-td-headings{
    width: 16%;
    padding-left: 10px;
}

.saswp-rbcc-review-input-num{
    width: 60px;
}

.saswp-rbcc-td-attributes{
    width: 15%;
/*    padding: 15px 7px !important;*/
}

#saswp-appearance-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    overflow: scroll;
    z-index: 9999;
}

.saswp-rbcc-fields{
    background-color: #fefefe;
    position: relative;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 84%;
    left: 5%;
    top: 15%;
}

.saswp-rbcc-fields-items{
    background-color: #fff;
    display: flex;
}

#saswp-rbcc-app-wrapper{
    width: 55%;
    border: 1px solid #eee;
    margin: 8px;
/*    border-radius: 20px;*/
}

#saswp-rbcc-app-preview{
    width: 45%;
    margin: 10px;
    border: 1px solid #eee;
    padding: 10px;
/*    border-radius: 20px;*/
}

#saswp-rbcc-preview-table{
    width: 100%;
}

.saswp-rbcc-preview-head{
    padding: 8px 12px;
    width: 250px;
    margin-bottom: 10px;
}

#saswp-rbcc-preview-hd{
    margin: 20px 10px 10px 10px;
}

#saswp-rtb-link{
    font-size: 13px;
    margin-left: 11px;
    color: #2271b1;
    cursor: pointer;
    font-weight: 600;
}

#saswp-appearance-modal-close{
    float: right;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
}

#saswp-rbcc-reset{
    padding-right: 10px;
    text-align: right;
    cursor: pointer;
}

#saswp_enable_gcaptcha{
    width: auto !important;
}

#TB_ajaxContent{
    height: 400px !important;
}

.saswp-ar-save-btn{
    bottom: 0;
    position: absolute;
    margin-bottom: 10px;
}

.saswp-ta-left{
    text-align: left !important;
}
.saswp-checkbox{
    margin-top: 12px !important;
}
.saswp-support-label{
    float: left;
    font-weight: 500 !important;
    margin-right: 50px;
    width: 50px;
}