#gens-referral_share__email input[type='email'].error,
input[type='email'].gens-raf-guest-email.error {
    border: 1px solid red !important;
}
#gens-referral_share__email {
    margin-bottom: 0;
}
#gens-referral_share__email .gens-referral_share__email__inputs {
    display: flex;
    flex-direction: column;
}
#gens-referral_share__email a {
    position: absolute;
    right: 0;
    top: 2px;
    text-decoration: none !important;
    color: #fff;
    background-color: #000;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    outline: none;
    text-decoration: none;
}
#gens-referral_share__email #js--gens-email-remove {
    right: 24px;
}
.gens-copied-icon {
    display: none;
}
.gens-referral_stats {
    overflow: hidden;
    min-height: 18px;
    margin-bottom: 35px;
    line-height: 18px;
}
.gens-referral_stats > div {
    box-sizing: border-box;
    width: 50%;
    padding: 18px;
    float: left;
    background-color: #f3f3f3;
    font-weight: 600;
}
.gens-referral_stats div:first-child {
    background-color: #333;
    color: #fff;
    font-weight: 600;
}

.gens-refer-a-friend--generate {
    max-width: 1024px;
    margin: 24px 0;
}
/* Default state: hide both sections to prevent flash of content */
.gens-refer-a-friend--guest {
    display: none;
}
.gens-refer-a-friend--generate {
    display: none;
}

/* JavaScript-controlled visibility */
.gens-refer-a-friend--guest.raf-show-guest {
    display: block;
}
.gens-refer-a-friend--generate.raf-show-generate {
    display: block;
}

/* Modern Template */
.gens-raf-submit-success {
    display: none;
}
.gens-raf-submit-success div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #73c050;
    width: 100%;
    padding: 11px 0;
}
.gens-raf-two-columns {
    display: flex;
    /* align-items: center; */
    margin: auto;
    max-width: 1024px;
    gap: 24px;
}

.gens-raf-body {
    flex-shrink: 0;
    max-width: 460px;
    width: 100%;
}
.gens-raf-text {
    padding: 0 0 24px 0;
}

.gens-raf-text img {
    max-width: 100%;
}

.gens-raf-text h2 {
    font-weight: 600;
    margin-top: 0;
}

.gens-raf-text p {
    margin-bottom: 0;
}

.gens-raf-reward {
    padding: 16px;
    display: flex;
    justify-content: space-around;
    border-radius: 8px;
    background-color: #e7f2ff;
    color: #2560ff;
    font-size: 16px;
}

.gens-raf-reward > div {
    display: flex;
    align-items: center;
}

.gens-raf-reward div span {
    display: inline-block;
    margin-left: 12px;
    font-size: 24px;
    font-weight: 600;
}

.gens-raf-reward > span {
    display: inline-block;
    margin: 6px 24px;
    border-right: 1px solid #2560ff;
    opacity: 0.3;
}

.gens-raf-modern-template .gens-raf-field {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 18px 0;
}

.gens-raf-modern-template .gens-raf-field input,
.gens-raf-modern-template .gens-raf-field button {
    width: 100%;
    background-color: #f2f5f7;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 12px;
    line-height: 46px;
    height: 46px;
}
.gens-raf-modern-template .gens-raf-field input {
    padding-right: 46px;
}
.gens-raf-modern-template .gens-raf-field--email input {
    margin-bottom: 5px;
}
.gens-raf-modern-template .gens-raf-field input[type='submit'],
.gens-raf-modern-template .gens-raf-field button {
    border: 0;
    background-color: #333;
    color: #fff;
    cursor: pointer;
}
.gens-raf-modern-template .gens-raf-field input[type='submit']:hover,
.gens-raf-modern-template .gens-raf-field button:hover {
    opacity: 0.85;
}

.gens-raf-modern-template .gens-raf-field .gens-raf-send-emails {
    margin-bottom: 0;
    border-radius: 8px;
}

.gens-raf-modern-template .gens-raf-field label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.gens-raf-modern-template .gens-raf-field--input svg {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 12px;
}
.gens-raf-modern-template .gens-raf-field--input .gens-copy-icon:hover {
    opacity: 0.5;
}
.gens-raf-modern-template .gens-referral_share {
    display: flex;
    gap: 12px;
}
.gens-raf-modern-template .gens-referral_share a {
    box-sizing: border-box;
    padding: 12px;
    background-color: #f2f5f7;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    height: 48px;
    max-width: 48px;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.gens-raf-modern-template .gens-referral_share a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 667px) {
    .gens-referral_share {
        display: block;
    }
    .gens-referral_share .gens-referral_share__wade {
        display: none !important;
    }
    .gens-raf-two-columns {
        flex-direction: column;
    }
}
@media screen and (min-width: 667px) {
    .gens-referral_share__wa,
    .gens-referral_share__msg {
        display: none !important;
    }
}

.raf-modal {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px 24px 12px 24px;
}

.raf-modal-content {
    position: relative;
    background-color: #fefefe;
    padding: 24px;
    border: 1px solid #888;
    max-width: 480px;
    max-height: 100%;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.raf-modal-content h2 {
    margin-top: 0;
}
.raf-close {
    position: absolute;
    top: 12px;
    right: 24px;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.raf-close:hover,
.raf-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.wbte_sc_bogo_products li.wbte_get_away_product{float:left;width:20%;min-width:200px;min-width:235px;text-align:start;position:relative;display:flex;flex-direction:column;border:1px solid #eaebed;border-radius:10px;padding:15px;margin:0;}.wbte_get_away_product table.wt_variations{margin:0;}ul.woocommcerce.wbte_sc_bogo_products{width:100%;margin:0;padding:0px;list-style-type:none;margin-bottom:25px;display:flex;flex-wrap:wrap;gap:20px 2%;}.wbte_product_name{color:#555e6b;font-size:17px;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.wbte_product_image{margin-bottom:10px;}.wbte_product_image img{border-radius:7px;}.wbte_sc_prod_name_qty_price{display:flex;align-items:center;gap:10px;justify-content:space-between;min-height:80px;}.wbte_sc_bogo_msg_under_free_gift{color:green;margin:0 !important;}.wbte_sc_bogo_cheap_exp_qty_txt{margin:0 !important;font-size:small;}table.variations.wt_variations,table.variations.wt_variations td{border:none !important;}table.variations.wt_variations td{padding:3px 2px;margin-bottom:2px;background-color:transparent !important;}.wbte_sc_bogo_popup_btn{position:fixed;width:50px;height:50px;border-radius:50%;cursor:pointer;z-index:99999;box-shadow:0 2px 5px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;}.wbte_sc_bogo_popup_btn img{width:24px;height:24px;}.wbte_sc_bogo_popup_btn.top-left{top:20px;left:20px;}.wbte_sc_bogo_popup_btn.top-right{top:20px;right:20px;}.wbte_sc_bogo_popup_btn.bottom-left{bottom:20px;left:20px;}.wbte_sc_bogo_popup_btn.bottom-right{bottom:20px;right:20px;}.wbte_sc_giveaway_popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999;}.wbte_sc_giveaway_popup_header{display:flex;justify-content:space-between;align-items:center;padding:15px 28px 0;}.wbte_sc_giveaway_popup_header h2{margin:0;}.wbte_sc_giveaway_popup_content{position:relative;background:#fff;width:90%;max-width:1000px;border-radius:12px;max-height:80vh;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;grid-template-rows:auto 1fr auto;}.wbte_sc_giveaway_popup_body{overflow-y:auto;padding:0 28px;}.wbte_sc_giveaway_popup_close{font-size:24px;cursor:pointer;color:#666;}.wbte_sc_giveaway_popup_title{font-size:20px;font-weight:600;}.wbte_sc_giveaway_count{color:#666;font-size:.9em;}.wbte_sc_giveaway_title{background:#4caf50;color:white;padding:10px 20px;margin-bottom:20px;border-radius:4px;}.wbte_sc_giveaway_popup_footer{position:relative;width:100%;background:#fff;padding:10px 28px;text-align:right;border-top:1px solid #eaebed;border-bottom-left-radius:12px;border-bottom-right-radius:12px;}.wbte_sc_giveaway_popup_footer::before{content:"";position:absolute;top:-20px;left:0;right:0;height:20px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);}.wbte_sc_giveaway_popup_footer button{margin-left:10px;display:inline-block;border-radius:4px;}.wbte_sc_giveaway_popup .wbte_sc_add_to_cart_non_popup{display:none !important;}.wbte_sc_giveaway_popup .wbte_get_away_product{width:calc(33.33% - 20px);min-width:235px;padding:15px;margin:0;border:1px solid #eaebed;border-radius:10px;display:flex;flex-direction:column;}.wbte_sc_giveaway_popup .wt_variations{margin:0 0 20px;}body.wbte_sc_popup_open{overflow:hidden;}.wt_sc_giveaway_products_cart_page .giveaway-title{font-size:14px;font-weight:500;font-family:"Inter",sans-serif;}.wbte_sc_giveaway_popup_content .wt_variations{margin:10px 0;}table.variations.wt_variations{margin:10px 0;width:100%;}.wt_variations td.value{display:flex;flex-direction:row;align-items:center;gap:10px;justify-content:space-between;}.wt_variations td.value label{margin:0;min-width:60px;}.wt_variations select{width:calc(100% - 70px);margin:0;}.wbte_give_away_product_attr{width:100%;}.wbte_sc_giveaway_popup_content .wc-block-components-notice-banner{width:100%;}.wbte_get_away_product{cursor:pointer;position:relative;transition:all .3s ease;}.wbte_product_checkbox{position:absolute;top:19px;right:21.5px;width:20px;height:20px;border:2px solid #eaebed;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s ease;}.wbte_product_checkbox:after{content:"";position:absolute;display:none;left:50%;top:50%;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg);}.wbte_get_away_product.selected .wbte_product_checkbox:after{display:block;}.wbte_variation_error{color:#dc3545;margin-top:10px;font-size:14px;display:flex;align-items:center;gap:5px;}.wbte_variation_error span{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#dc3545;color:white;border-radius:50%;font-size:12px;font-weight:bold;}.wbte_get_away_product.disabled{opacity:.5;pointer-events:none;}@media screen and (max-width: 768px){.wbte_sc_bogo_products li.wbte_get_away_product{width:100%;min-width:unset;margin:0;padding:9px 12px;display:flex;flex-direction:row;}li.wbte_get_away_product input[name="wbte_sc_bogo_quantity"]{padding:unset;width:59px;text-align:center;}ul.woocommcerce.wbte_sc_bogo_products{gap:15px;}.wbte_sc_prod_name_qty_price{min-height:unset;flex-direction:column;align-items:flex-start;gap:8px;}.wbte_product_name{font-size:15px;-webkit-line-clamp:1;}.wbte_product_image{width:110px;margin-bottom:0;margin-right:10px;}.wbte_sc_free_prod_details{padding-right:25px;flex:1;}.wbte_product_checkbox{top:12px;right:12px;}.wt_variations td.value{flex-direction:column;align-items:flex-start;gap:5px;}table.variations.wt_variations{margin-bottom:0;}.wt_variations td.value label{display:none;}.wt_variations select{width:50%;}.wbte_sc_giveaway_popup_content{width:95%;}.wbte_sc_giveaway_popup_title{font-size:16px;}.wbte_sc_giveaway_popup_footer{display:flex;flex-direction:column;gap:10px;}.wbte_sc_giveaway_popup_footer button{margin:0;width:100%;}}.wt_smart_coupon_send_coupon_wrap{}.wt_smart_coupon_send_coupon_wrap p{margin-bottom:10px;}.wt_smart_coupon_send_coupon_wrap ul{list-style-type:none;margin-left:0px;padding-inline-start:0px;}.wt_smart_coupon_send_coupon_wrap ul li{float:left;margin-right:20px;}.gift_to_friend_form{float:left;width:100%;margin-top:15px;}.gift_to_friend_form .wt-form-item{float:left;width:100%;margin-bottom:12px;}.gift_to_friend_form .wt-form-item input{float:left;width:100%;}.wt-sc-gift-coupon-block .wt_smart_coupon_send_coupon_wrap,.wt-sc-gift-coupon-block .gift_to_friend_form,.wt-sc-gift-coupon-block .gift_to_friend_form .wt-form-item,.wt-sc-gift-coupon-block .gift_to_friend_form .wt-form-item input{float:none;}#wt-sc-gift-coupon-block .wc-block-components-radio-control__option-layout{padding-left:10px;}.wt_coupon_wrapper{width:100%;position:relative;flex-direction:row;flex-wrap:wrap;display:flex;justify-content:flex-start;margin-bottom:35px;gap:20px 3%;padding:5px;margin-top:10px;}.wt_coupon_wrapper .wt-single-coupon,.wt_coupon_wrapper .wt-sc-hidden-coupon-box{width:30%;min-width:314px;}.wt_coupon_wrapper .wt-sc-hidden-coupon-box{content:"";visibility:hidden;}.coupon-loader{position:absolute;left:0px;top:0px;background:rgba(255,255,255,.5);width:100%;height:100%;z-index:1000;display:none;}.wt_smart_coupon_send_coupon_wrap input{margin-right:10px;}.wt_smart_coupon_send_coupon_wrap li{margin-bottom:11px;}.wt_smart_coupon_send_coupon_wrap label{cursor:pointer;}.wt-used-coupons,.wt-expired-coupons,.wt-mycoupons{float:left;width:100%;margin-top:15px;}.credit_gift_to_friend_form{float:left;width:100%;margin-top:15px;}.credit_gift_to_friend_form .wt-form-item{float:left;width:100%;margin-bottom:12px;}.credit_gift_to_friend_form .wt-form-item input{float:left;width:100%;}.credit-purchase-field{float:left;width:100%;}#wt_store_credit{float:left;width:100%;}span.wt-credited{color:green;}span.wt-debited{color:red;}table.wt_store_credit_history{margin-top:15px;}.wt_sc_pagination{width:100%;clear:both;margin-bottom:15px;text-align:right;}.wt_sc_pagination .woocommerce-pagination{display:inline-block;float:none;}.wt_sc_available_coupon_sort_by{float:right;font-size:14px;}.wt_store_credit{clear:both;display:flex;}.wt_sc_bogo_cart_item_discount,.wt_sc_bogo_cart_item_discount *{color:green;font-size:small;}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in;}.dashicons-admin-appearance:before{content:"";}.dashicons-admin-collapse:before{content:"";}.dashicons-admin-comments:before{content:"";}.dashicons-admin-customizer:before{content:"";}.dashicons-admin-generic:before{content:"";}.dashicons-admin-home:before{content:"";}.dashicons-admin-links:before{content:"";}.dashicons-admin-media:before{content:"";}.dashicons-admin-multisite:before{content:"";}.dashicons-admin-network:before{content:"";}.dashicons-admin-page:before{content:"";}.dashicons-admin-plugins:before{content:"";}.dashicons-admin-post:before{content:"";}.dashicons-admin-settings:before{content:"";}.dashicons-admin-site-alt:before{content:"";}.dashicons-admin-site-alt2:before{content:"";}.dashicons-admin-site-alt3:before{content:"";}.dashicons-admin-site:before{content:"";}.dashicons-admin-tools:before{content:"";}.dashicons-admin-users:before{content:"";}.dashicons-airplane:before{content:"";}.dashicons-album:before{content:"";}.dashicons-align-center:before{content:"";}.dashicons-align-full-width:before{content:"";}.dashicons-align-left:before{content:"";}.dashicons-align-none:before{content:"";}.dashicons-align-pull-left:before{content:"";}.dashicons-align-pull-right:before{content:"";}.dashicons-align-right:before{content:"";}.dashicons-align-wide:before{content:"";}.dashicons-amazon:before{content:"";}.dashicons-analytics:before{content:"";}.dashicons-archive:before{content:"";}.dashicons-arrow-down-alt:before{content:"";}.dashicons-arrow-down-alt2:before{content:"";}.dashicons-arrow-down:before{content:"";}.dashicons-arrow-left-alt:before{content:"";}.dashicons-arrow-left-alt2:before{content:"";}.dashicons-arrow-left:before{content:"";}.dashicons-arrow-right-alt:before{content:"";}.dashicons-arrow-right-alt2:before{content:"";}.dashicons-arrow-right:before{content:"";}.dashicons-arrow-up-alt:before{content:"";}.dashicons-arrow-up-alt2:before{content:"";}.dashicons-arrow-up-duplicate:before{content:"";}.dashicons-arrow-up:before{content:"";}.dashicons-art:before{content:"";}.dashicons-awards:before{content:"";}.dashicons-backup:before{content:"";}.dashicons-bank:before{content:"";}.dashicons-beer:before{content:"";}.dashicons-bell:before{content:"";}.dashicons-block-default:before{content:"";}.dashicons-book-alt:before{content:"";}.dashicons-book:before{content:"";}.dashicons-buddicons-activity:before{content:"";}.dashicons-buddicons-bbpress-logo:before{content:"";}.dashicons-buddicons-buddypress-logo:before{content:"";}.dashicons-buddicons-community:before{content:"";}.dashicons-buddicons-forums:before{content:"";}.dashicons-buddicons-friends:before{content:"";}.dashicons-buddicons-groups:before{content:"";}.dashicons-buddicons-pm:before{content:"";}.dashicons-buddicons-replies:before{content:"";}.dashicons-buddicons-topics:before{content:"";}.dashicons-buddicons-tracking:before{content:"";}.dashicons-building:before{content:"";}.dashicons-businessman:before{content:"";}.dashicons-businessperson:before{content:"";}.dashicons-businesswoman:before{content:"";}.dashicons-button:before{content:"";}.dashicons-calculator:before{content:"";}.dashicons-calendar-alt:before{content:"";}.dashicons-calendar:before{content:"";}.dashicons-camera-alt:before{content:"";}.dashicons-camera:before{content:"";}.dashicons-car:before{content:"";}.dashicons-carrot:before{content:"";}.dashicons-cart:before{content:"";}.dashicons-category:before{content:"";}.dashicons-chart-area:before{content:"";}.dashicons-chart-bar:before{content:"";}.dashicons-chart-line:before{content:"";}.dashicons-chart-pie:before{content:"";}.dashicons-clipboard:before{content:"";}.dashicons-clock:before{content:"";}.dashicons-cloud-saved:before{content:"";}.dashicons-cloud-upload:before{content:"";}.dashicons-cloud:before{content:"";}.dashicons-code-standards:before{content:"";}.dashicons-coffee:before{content:"";}.dashicons-color-picker:before{content:"";}.dashicons-columns:before{content:"";}.dashicons-controls-back:before{content:"";}.dashicons-controls-forward:before{content:"";}.dashicons-controls-pause:before{content:"";}.dashicons-controls-play:before{content:"";}.dashicons-controls-repeat:before{content:"";}.dashicons-controls-skipback:before{content:"";}.dashicons-controls-skipforward:before{content:"";}.dashicons-controls-volumeoff:before{content:"";}.dashicons-controls-volumeon:before{content:"";}.dashicons-cover-image:before{content:"";}.dashicons-dashboard:before{content:"";}.dashicons-database-add:before{content:"";}.dashicons-database-export:before{content:"";}.dashicons-database-import:before{content:"";}.dashicons-database-remove:before{content:"";}.dashicons-database-view:before{content:"";}.dashicons-database:before{content:"";}.dashicons-desktop:before{content:"";}.dashicons-dismiss:before{content:"";}.dashicons-download:before{content:"";}.dashicons-drumstick:before{content:"";}.dashicons-edit-large:before{content:"";}.dashicons-edit-page:before{content:"";}.dashicons-edit:before{content:"";}.dashicons-editor-aligncenter:before{content:"";}.dashicons-editor-alignleft:before{content:"";}.dashicons-editor-alignright:before{content:"";}.dashicons-editor-bold:before{content:"";}.dashicons-editor-break:before{content:"";}.dashicons-editor-code-duplicate:before{content:"";}.dashicons-editor-code:before{content:"";}.dashicons-editor-contract:before{content:"";}.dashicons-editor-customchar:before{content:"";}.dashicons-editor-expand:before{content:"";}.dashicons-editor-help:before{content:"";}.dashicons-editor-indent:before{content:"";}.dashicons-editor-insertmore:before{content:"";}.dashicons-editor-italic:before{content:"";}.dashicons-editor-justify:before{content:"";}.dashicons-editor-kitchensink:before{content:"";}.dashicons-editor-ltr:before{content:"";}.dashicons-editor-ol-rtl:before{content:"";}.dashicons-editor-ol:before{content:"";}.dashicons-editor-outdent:before{content:"";}.dashicons-editor-paragraph:before{content:"";}.dashicons-editor-paste-text:before{content:"";}.dashicons-editor-paste-word:before{content:"";}.dashicons-editor-quote:before{content:"";}.dashicons-editor-removeformatting:before{content:"";}.dashicons-editor-rtl:before{content:"";}.dashicons-editor-spellcheck:before{content:"";}.dashicons-editor-strikethrough:before{content:"";}.dashicons-editor-table:before{content:"";}.dashicons-editor-textcolor:before{content:"";}.dashicons-editor-ul:before{content:"";}.dashicons-editor-underline:before{content:"";}.dashicons-editor-unlink:before{content:"";}.dashicons-editor-video:before{content:"";}.dashicons-ellipsis:before{content:"";}.dashicons-email-alt:before{content:"";}.dashicons-email-alt2:before{content:"";}.dashicons-email:before{content:"";}.dashicons-embed-audio:before{content:"";}.dashicons-embed-generic:before{content:"";}.dashicons-embed-photo:before{content:"";}.dashicons-embed-post:before{content:"";}.dashicons-embed-video:before{content:"";}.dashicons-excerpt-view:before{content:"";}.dashicons-exit:before{content:"";}.dashicons-external:before{content:"";}.dashicons-facebook-alt:before{content:"";}.dashicons-facebook:before{content:"";}.dashicons-feedback:before{content:"";}.dashicons-filter:before{content:"";}.dashicons-flag:before{content:"";}.dashicons-food:before{content:"";}.dashicons-format-aside:before{content:"";}.dashicons-format-audio:before{content:"";}.dashicons-format-chat:before{content:"";}.dashicons-format-gallery:before{content:"";}.dashicons-format-image:before{content:"";}.dashicons-format-quote:before{content:"";}.dashicons-format-status:before{content:"";}.dashicons-format-video:before{content:"";}.dashicons-forms:before{content:"";}.dashicons-fullscreen-alt:before{content:"";}.dashicons-fullscreen-exit-alt:before{content:"";}.dashicons-games:before{content:"";}.dashicons-google:before{content:"";}.dashicons-googleplus:before{content:"";}.dashicons-grid-view:before{content:"";}.dashicons-groups:before{content:"";}.dashicons-hammer:before{content:"";}.dashicons-heading:before{content:"";}.dashicons-heart:before{content:"";}.dashicons-hidden:before{content:"";}.dashicons-hourglass:before{content:"";}.dashicons-html:before{content:"";}.dashicons-id-alt:before{content:"";}.dashicons-id:before{content:"";}.dashicons-image-crop:before{content:"";}.dashicons-image-filter:before{content:"";}.dashicons-image-flip-horizontal:before{content:"";}.dashicons-image-flip-vertical:before{content:"";}.dashicons-image-rotate-left:before{content:"";}.dashicons-image-rotate-right:before{content:"";}.dashicons-image-rotate:before{content:"";}.dashicons-images-alt:before{content:"";}.dashicons-images-alt2:before{content:"";}.dashicons-index-card:before{content:"";}.dashicons-info-outline:before{content:"";}.dashicons-info:before{content:"";}.dashicons-insert-after:before{content:"";}.dashicons-insert-before:before{content:"";}.dashicons-insert:before{content:"";}.dashicons-instagram:before{content:"";}.dashicons-laptop:before{content:"";}.dashicons-layout:before{content:"";}.dashicons-leftright:before{content:"";}.dashicons-lightbulb:before{content:"";}.dashicons-linkedin:before{content:"";}.dashicons-list-view:before{content:"";}.dashicons-location-alt:before{content:"";}.dashicons-location:before{content:"";}.dashicons-lock-duplicate:before{content:"";}.dashicons-lock:before{content:"";}.dashicons-marker:before{content:"";}.dashicons-media-archive:before{content:"";}.dashicons-media-audio:before{content:"";}.dashicons-media-code:before{content:"";}.dashicons-media-default:before{content:"";}.dashicons-media-document:before{content:"";}.dashicons-media-interactive:before{content:"";}.dashicons-media-spreadsheet:before{content:"";}.dashicons-media-text:before{content:"";}.dashicons-media-video:before{content:"";}.dashicons-megaphone:before{content:"";}.dashicons-menu-alt:before{content:"";}.dashicons-menu-alt2:before{content:"";}.dashicons-menu-alt3:before{content:"";}.dashicons-menu:before{content:"";}.dashicons-microphone:before{content:"";}.dashicons-migrate:before{content:"";}.dashicons-minus:before{content:"";}.dashicons-money-alt:before{content:"";}.dashicons-money:before{content:"";}.dashicons-move:before{content:"";}.dashicons-nametag:before{content:"";}.dashicons-networking:before{content:"";}.dashicons-no-alt:before{content:"";}.dashicons-no:before{content:"";}.dashicons-open-folder:before{content:"";}.dashicons-palmtree:before{content:"";}.dashicons-paperclip:before{content:"";}.dashicons-pdf:before{content:"";}.dashicons-performance:before{content:"";}.dashicons-pets:before{content:"";}.dashicons-phone:before{content:"";}.dashicons-pinterest:before{content:"";}.dashicons-playlist-audio:before{content:"";}.dashicons-playlist-video:before{content:"";}.dashicons-plugins-checked:before{content:"";}.dashicons-plus-alt:before{content:"";}.dashicons-plus-alt2:before{content:"";}.dashicons-plus:before{content:"";}.dashicons-podio:before{content:"";}.dashicons-portfolio:before{content:"";}.dashicons-post-status:before{content:"";}.dashicons-pressthis:before{content:"";}.dashicons-printer:before{content:"";}.dashicons-privacy:before{content:"";}.dashicons-products:before{content:"";}.dashicons-randomize:before{content:"";}.dashicons-reddit:before{content:"";}.dashicons-redo:before{content:"";}.dashicons-remove:before{content:"";}.dashicons-rest-api:before{content:"";}.dashicons-rss:before{content:"";}.dashicons-saved:before{content:"";}.dashicons-schedule:before{content:"";}.dashicons-screenoptions:before{content:"";}.dashicons-search:before{content:"";}.dashicons-share-alt:before{content:"";}.dashicons-share-alt2:before{content:"";}.dashicons-share:before{content:"";}.dashicons-shield-alt:before{content:"";}.dashicons-shield:before{content:"";}.dashicons-shortcode:before{content:"";}.dashicons-slides:before{content:"";}.dashicons-smartphone:before{content:"";}.dashicons-smiley:before{content:"";}.dashicons-sort:before{content:"";}.dashicons-sos:before{content:"";}.dashicons-spotify:before{content:"";}.dashicons-star-empty:before{content:"";}.dashicons-star-filled:before{content:"";}.dashicons-star-half:before{content:"";}.dashicons-sticky:before{content:"";}.dashicons-store:before{content:"";}.dashicons-superhero-alt:before{content:"";}.dashicons-superhero:before{content:"";}.dashicons-table-col-after:before{content:"";}.dashicons-table-col-before:before{content:"";}.dashicons-table-col-delete:before{content:"";}.dashicons-table-row-after:before{content:"";}.dashicons-table-row-before:before{content:"";}.dashicons-table-row-delete:before{content:"";}.dashicons-tablet:before{content:"";}.dashicons-tag:before{content:"";}.dashicons-tagcloud:before{content:"";}.dashicons-testimonial:before{content:"";}.dashicons-text-page:before{content:"";}.dashicons-text:before{content:"";}.dashicons-thumbs-down:before{content:"";}.dashicons-thumbs-up:before{content:"";}.dashicons-tickets-alt:before{content:"";}.dashicons-tickets:before{content:"";}.dashicons-tide:before{content:"";}.dashicons-translation:before{content:"";}.dashicons-trash:before{content:"";}.dashicons-twitch:before{content:"";}.dashicons-twitter-alt:before{content:"";}.dashicons-twitter:before{content:"";}.dashicons-undo:before{content:"";}.dashicons-universal-access-alt:before{content:"";}.dashicons-universal-access:before{content:"";}.dashicons-unlock:before{content:"";}.dashicons-update-alt:before{content:"";}.dashicons-update:before{content:"";}.dashicons-upload:before{content:"";}.dashicons-vault:before{content:"";}.dashicons-video-alt:before{content:"";}.dashicons-video-alt2:before{content:"";}.dashicons-video-alt3:before{content:"";}.dashicons-visibility:before{content:"";}.dashicons-warning:before{content:"";}.dashicons-welcome-add-page:before{content:"";}.dashicons-welcome-comments:before{content:"";}.dashicons-welcome-learn-more:before{content:"";}.dashicons-welcome-view-site:before{content:"";}.dashicons-welcome-widgets-menus:before{content:"";}.dashicons-welcome-write-blog:before{content:"";}.dashicons-whatsapp:before{content:"";}.dashicons-wordpress-alt:before{content:"";}.dashicons-wordpress:before{content:"";}.dashicons-xing:before{content:"";}.dashicons-yes-alt:before{content:"";}.dashicons-yes:before{content:"";}.dashicons-youtube:before{content:"";}.dashicons-editor-distractionfree:before{content:"";}.dashicons-exerpt-view:before{content:"";}.dashicons-format-links:before{content:"";}.dashicons-format-standard:before{content:"";}.dashicons-post-trash:before{content:"";}.dashicons-share1:before{content:"";}.dashicons-welcome-edit-page:before{content:"";}