@charset "UTF-8";

@font-face {
    font-family : "Poppins";
    src         : url(../fonts/Poppins-Regular.woff2) format("woff2"), url(../fonts/Poppins-Regular.woff) format("woff"), url(../fonts/Poppins-Regular.ttf) format("truetype");
    font-weight : 400;
    font-style  : normal;
    font-display: swap
}

@font-face {
    font-family : "Poppins";
    src         : url(../fonts/Poppins-SemiBold.woff2) format("woff2"), url(../fonts/Poppins-SemiBold.woff) format("woff"), url(../fonts/Poppins-SemiBold.ttf) format("truetype");
    font-weight : 600;
    font-style  : normal;
    font-display: swap
}

@font-face {
    font-family : "Poppins";
    src         : url(../fonts/Poppins-Medium.woff2) format("woff2"), url(../fonts/Poppins-Medium.woff) format("woff"), url(../fonts/Poppins-Medium.ttf) format("truetype");
    font-weight : 500;
    font-style  : normal;
    font-display: swap
}

@font-face {
    font-family : "Poppins";
    src         : url(../fonts/Poppins-Light.woff2) format("woff2"), url(../fonts/Poppins-Light.woff) format("woff"), url(../fonts/Poppins-Light.ttf) format("truetype");
    font-weight : 300;
    font-style  : normal;
    font-display: swap
}

@font-face {
    font-family : "Poppins";
    src         : url(../fonts/Poppins-Bold.woff2) format("woff2"), url(../fonts/Poppins-Bold.woff) format("woff"), url(../fonts/Poppins-Bold.ttf) format("truetype");
    font-weight : 700;
    font-style  : normal;
    font-display: swap
}

.__taggbox__container i.fa.fa-code,
.__taggbox__container i.fas.fa-check,
.__taggbox__container i.fa-info-circle {
    content          : "";
    background       : url(../images/code-white.png);
    width            : 24px;
    height           : 24px;
    display          : block;
    background-size  : contain;
    background-repeat: no-repeat
}

.__taggbox__container i.fas.fa-check {
    background     : url(../images/check.png);
    background-size: contain
}

.__taggbox__container i.fa-info-circle {
    background     : url(../images/infocircle-black.png);
    width          : 14px;
    height         : 14px;
    opacity        : .3;
    display        : inline-block;
    vertical-align : middle;
    background-size: contain
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td img {
    border-radius: 50%;
}

.__taggbox__container i.fa.fa-files-o {
    content          : "";
    background       : url(../images/file-black.png);
    width            : 22px;
    height           : 22px;
    display          : inline-block;
    background-size  : contain;
    background-repeat: no-repeat
}

.__taggbox__container i.fas.fa-trash {
    content          : "";
    background       : url(../images/delete.png);
    width            : 18px;
    height           : 18px;
    display          : inline-block;
    background-size  : contain;
    background-repeat: no-repeat
}

.__taggbox__toast>div>span i.fas.fa-check {
    content          : "";
    background       : url(../images/check.png);
    width            : 18px;
    height           : 18px;
    display          : inline-block;
    background-size  : contain;
    background-repeat: no-repeat
}

.__taggbox__toast>div>span i.fas.fa-times {
    content          : "";
    background       : url(../images/information.png);
    width            : 18px;
    height           : 18px;
    display          : inline-block;
    background-size  : contain;
    background-repeat: no-repeat
}

.__taggbox__popupwrap .__taggbox__iconarea i.fa.fa-times {
    content          : "";
    background       : url(../images/close.png);
    width            : 18px;
    height           : 18px;
    display          : inline-block;
    background-size  : contain;
    background-repeat: no-repeat
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow i.fas.fa-search::before {
    content          : "";
    background       : url(../images/search.png);
    width            : 18px;
    height           : 18px;
    display          : inline-block;
    background-size  : contain;
    background-repeat: no-repeat
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist .__taggbox__mod__actions a.__taggbox__btn__trash {
    padding-left : 0px;
    padding-right: 0px;
}

.__taggbox__container i.fa.fa-bars {
    content          : "";
    background       : url(../images/bars-solid-black.png);
    width            : 22px;
    height           : 22px;
    display          : inline-block;
    background-size  : contain;
    background-repeat: no-repeat
}

div.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li input[type="radio"]:checked::before {
    content        : "";
    background     : url(../images/check-green.png);
    background-size: contain
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__copycode .__tabembed__fromrow div+span {
    padding-top   : 9px;
    padding-bottom: 9px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssleft div i,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssleft span i,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions .__taggbox__moderation .tooltip {
    font-style: normal
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__login_with a i,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__login_with a span,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__login_with a i,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__login_with a span,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__login_with a i,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__login_with a span {
    padding-top   : 4px;
    padding-bottom: 4px;
    display       : inline-block
}

#wpbody-content>.__taggbox__container>.__taggbox__row .__taggbox__foot_nextprevious .__taggbox__footnp_inn,
.__taggbox__container .__taggbox__row,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button span label,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__tagmebed__layoutQuick_settings ul,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox_singlerow,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox_singlerow .__taggbox__lablename,
.__taggbox__container .__taggbox__row .__taggbox__login_account,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__submit_sec,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn form,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__submit_sec,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn form,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__submit_sec,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn form,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__tabarea ul,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox ul li,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__priceswitcher,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__copycode,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__copycode .__tabembed__fromrow,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__copycode .__tabembed__fromrow .__taggbox__copyvalue,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul li .__taggbox__tabcommpreivew,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding li:last-child a,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox.__taggbox__reconninn,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox.__taggbox__reconninn .__taggbox__feediconame,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist .__taggbox__conn__actions,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist .__taggbox__mod__actions,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist li,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__addaccount a,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc td p,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__copycode,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__copycode .__tabembed__fromrow,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__copycode .__tabembed__fromrow .__taggbox__copyvalue,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions .__taggbox__moderation,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions .__taggbox__status,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetactions,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widget_sourcecode,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot ul,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot ul li:last-child,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead ul,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead ul li,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone .__taggbox__menumob ul,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__msg,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight a,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing ul,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou .__taggbox__gotohome,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou .__taggbox__plandetail,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection .__taggbox__connaccountwrap,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection .__taggbox__connaccountwrap .__taggbox__caright .__taggbox__clipboard,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection .__taggbox__connaccountwrap .__taggbox__caright .__taggbox__clipboard input,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection .__taggbox__connaccountwrap .__taggbox__caright .__taggbox__clipboard label,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li a,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__shareconn button#shareButton,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow.__taggbox__checkboxrow,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow:first-child input+i,
.__taggbox__popupwrap .__taggbox__iconarea,
.__taggbox__popupwrap.__taggbox__popup_lg .__taggbox__formwbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button span label,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork,
.__taggbox__popupwrap.__taggbox__popup_lg .__taggbox__formwbody {
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button span label,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox_singlerow .__taggbox__lablename,
.__taggbox__container .__taggbox__row .__taggbox__login_account,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__submit_sec,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__submit_sec,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__submit_sec,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox ul li,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__priceswitcher,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__copycode .__tabembed__fromrow,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__copycode .__tabembed__fromrow .__taggbox__copyvalue,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul li .__taggbox__tabcommpreivew,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox span,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox.__taggbox__reconninn .__taggbox__feediconame,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist .__taggbox__conn__actions,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist .__taggbox__mod__actions,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist li,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__addaccount a,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc td p,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__copycode .__tabembed__fromrow,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__copycode .__tabembed__fromrow .__taggbox__copyvalue,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions .__taggbox__status,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetactions,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widget_sourcecode,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot ul,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot ul li:last-child,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead ul,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead ul li,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone .__taggbox__menumob ul,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__msg,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight a,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou .__taggbox__gotohome,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou .__taggbox__plandetail,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection .__taggbox__connaccountwrap .__taggbox__caright .__taggbox__clipboard input,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection .__taggbox__connaccountwrap .__taggbox__caright .__taggbox__clipboard label,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li a,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow.__taggbox__checkboxrow,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow:first-child input+i,
.__taggbox__popupwrap .__taggbox__iconarea {
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__trash {
    -ms-flex-item-align: center;
    -ms-grid-row-align : center;
    align-self         : center
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__msg {
    -webkit-box-align: start;
    -ms-flex-align   : start;
    align-items      : flex-start
}

#wpbody-content>.__taggbox__container>.__taggbox__row .__taggbox__foot_nextprevious .__taggbox__footnp_inn,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button span label,
.__taggbox__container .__taggbox__row .__taggbox__login_account,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__addaccount a,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou .__taggbox__gotohome,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou .__taggbox__plandetail,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow:first-child input+i,
.__taggbox__popupwrap .__taggbox__iconarea {
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center
}

.__taggbox__container .__taggbox__row .__taggbox__login_account,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn form,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn form,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn form,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__copycode,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist li,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__copycode,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions .__taggbox__moderation,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow {
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow.__taggbox__checkboxrow,
.__taggbox__popupwrap.__taggbox__popup_lg .__taggbox__formwbody {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__submit_sec,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__submit_sec,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__submit_sec,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox.__taggbox__reconninn,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist li,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright.__taggbox__ssource.__tagembe__singline,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetactions,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widget_sourcecode,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot ul,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone .__taggbox__menumob ul,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection .__taggbox__connaccountwrap,
.__taggbox__popupwrap.__taggbox__popup_lg .__taggbox__formwbody {
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__priceswitcher,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot ul li:last-child {
    -ms-flex-pack  : distribute;
    justify-content: space-around
}

#wpbody-content>.__taggbox__container>.__taggbox__row .__taggbox__foot_nextprevious .__taggbox__footnp_inn .__taggbox__btn i,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button span label,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox .__taggbox__selectbtn,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation .__taggbox_expand i,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li a,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li label,
.__taggbox__container a,
.__taggbox__popupwrap .__taggbox__closebtn,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out
}

.__taggbox__container,
.__taggbox__container .__taggbox__row .__taggbox__col,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col {
    padding-left : 15px;
    padding-right: 15px
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn form input:focus,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn form input:focus,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn form input:focus {
    -webkit-box-shadow: 0 0 0 1px #d63636;
    box-shadow        : 0 0 0 1px #d63636;
    outline           : #fff0 solid 2px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__viewofpreview .__taggbox__loader,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__viewofpreview .__taggbox__previewloader,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li a .__taggbox__applybtn,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li label .__taggbox__applybtn,
.__taggbox__popupwrap {
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%)
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn,
.__taggbox__popupwrap {
    -webkit-box-shadow: 0 1px 1px 0 #0000001a;
    box-shadow        : 0 1px 1px 0 #0000001a
}

#wpbody-content>.__taggbox__container>.__taggbox__row .__taggbox__foot_nextprevious .__taggbox__footnp_inn .__taggbox__btn:hover {
    -webkit-box-shadow: 0 0 15px #ebebeb;
    box-shadow        : 0 0 15px #ebebeb;
    cursor            : pointer
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch-switch {
    transition        : 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    box-shadow        : 0 3px 10px #b1b1b1;
    -moz-box-shadow   : 0 3px 10px #b1b1b1;
    -webkit-box-shadow: 0 3px 10px #b1b1b1
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions .__taggbox__moderation .__taggbox__toggleOnBut,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection .__taggbox__connaccountwrap {
    -ms-flex-item-align: end;
    align-self         : flex-end
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow.__taggbox__checkboxrow input[type="checkbox"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order           : 1;
    order                    : 1
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow.__taggbox__checkboxrow label {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order           : 2;
    order                    : 2
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__selcource li label,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright button,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright select {
    display        : inline-block;
    text-decoration: none;
    font-size      : 13px;
    min-height     : 30px;
    margin         : 0 5px 4px 0;
    padding        : 0 10px;
    cursor         : pointer;
    border         : 1px solid #d63636;
    border-radius  : 0;
    white-space    : nowrap;
    color          : #d63636;
    background     : #fff;
    line-height    : 2.15384615
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__dispsteps li a:hover,
.__taggbox__container a:active,
.__taggbox__container a:hover {
    color: #d63636
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch-inner {
    transition        : margin 0.3s ease-in;
    -webkit-transition: margin 0.3s ease-in
}

.tooltip .tooltiptext {
    -webkit-transition: opacity 0.3s;
    -o-transition     : opacity 0.3s;
    transition        : opacity 0.3s
}

.__taggbox__container,
.__taggbox__row,
div#wpbody,
div#wpbody-content {
    height: 100%
}

.__taggbox__container a {
    text-decoration: none
}

a:focus,
input,
select {
    box-shadow: none !important;
    outline   : 0 !important
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    border-radius: 0
}

#wpbody-content>.__taggbox__container>.__taggbox__row {
    position      : relative;
    flex-direction: column
}

#wpbody-content>.__taggbox__container>.__taggbox__row .__taggbox__foot_nextprevious {
    clear           : both;
    margin          : 15px 0 0;
    padding         : 10px;
    background-color: rgb(255 255 255 / .9);
    border          : 1px solid #eee;
    position        : fixed;
    bottom          : 0;
    width           : calc(100% - 160px);
    left            : 160px;
    z-index         : 9
}

#wpbody-content>.__taggbox__container>.__taggbox__row .__taggbox__foot_nextprevious .__taggbox__footnp_inn .__taggbox__btn {
    margin       : 0 10px;
    padding      : 1px 38px;
    font-size    : 13px;
    line-height  : 2.15;
    min-height   : 30px;
    border-radius: 0;
    display      : inline-block;
    background   : #fff;
    color        : #d63636;
    border       : 1px solid #d63636
}

#wpbody-content>.__taggbox__container>.__taggbox__row .__taggbox__foot_nextprevious .__taggbox__footnp_inn .__taggbox__btn i {
    display       : inline-block;
    vertical-align: middle;
    margin-left   : 5px;
    margin-right  : 0
}

#wpbody-content>.__taggbox__container>.__taggbox__row .__taggbox__foot_nextprevious .__taggbox__footnp_inn .__taggbox__btn.__taggbox__backbtn i {
    margin-right: 5px;
    margin-left : 0
}

.folded #wpbody-content>.__taggbox__container>.__taggbox__row .__taggbox__foot_nextprevious {
    left : 36px;
    width: calc(100% - 36px)
}

.__taggbox__container {
    margin     : 0 auto;
    max-width  : 100%;
    font-family: Poppins, sans-serif
}

.__taggbox__container * {
    box-sizing: border-box
}

.__taggbox__container .__taggbox__row {
    margin-left : -15px;
    margin-right: -15px;
    box-sizing  : border-box
}

.__taggbox__container .__taggbox__row .__taggbox__col_12 {
    width: 100%
}

.__taggbox__container .__taggbox__row .__taggbox__login_account {
    padding-left: 0;
    height      : calc(100vh - 97px)
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__brandingataccount {
    margin-bottom: 25px
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__brandingataccount a {
    display: inline-block
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__brandingataccount a img {
    border-radius: 50%
}

.__taggbox__container .__taggbox__row .__taggbox__login_account div.__taggbox__forgot_inn {
    max-width : 300px;
    border-top: 1px solid #c3c4c7
}

.__taggbox__container .__taggbox__row .__taggbox__login_account div.__taggbox__forgot_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account div.__taggbox__register_inn {
    display: none
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn {
    min-width : 326px;
    border    : 1px solid #c3c4c7;
    background: #fff;
    padding   : 12px;
    border-top: 0;
    text-align: center
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn h2,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn h2,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn h2 {
    font-size  : 16px;
    margin     : 15px 0;
    color      : #1d2327;
    font-weight: 600
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__or,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__or,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__or {
    margin-top   : 20px;
    margin-bottom: 10px
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn p,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn p,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn p {
    margin: 5px 0 0
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn form,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn form,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn form {
    margin: 15px 0;
    width : 100%
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn form input,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn form input,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn form input {
    padding         : 0 8px;
    line-height     : 2;
    min-height      : 30px;
    width           : 100%;
    border-radius   : 0;
    border          : 1px solid #999;
    background-color: #fff;
    color           : #2c3338
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn form input:focus,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn form input:focus,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn form input:focus {
    border-color: #d63636
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn form .__taggbox__form_row,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn form .__taggbox__form_row,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn form .__taggbox__form_row {
    position     : relative;
    margin-top   : 10px;
    margin-bottom: 10px;
    text-align   : left
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn form .__taggbox__form_row span,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn form .__taggbox__form_row span,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn form .__taggbox__form_row span {
    color     : #d63638;
    font-size : 12px;
    margin-top: 0;
    display   : none
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__login_with a,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__login_with a,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__login_with a {
    background   : #d63636;
    color        : #fff;
    font-weight  : 500;
    padding      : 0 10px;
    border-radius: 0;
    display      : inline-block
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__login_with a:hover,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__login_with a:hover,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__login_with a:hover {
    color     : #fff;
    background: #d63636
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__login_with a span,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__login_with a span,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__login_with a span {
    margin-right : 10px;
    padding-right: 5px;
    border-right : 1px solid #fff
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__submit_sec,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__submit_sec,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__submit_sec {
    width: 100%
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__socialogin a:hover i,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__submit_sec a,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__socialogin a:hover i,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__submit_sec a,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__socialogin a:hover i,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__submit_sec a {
    color: #d63636
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__flexend,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__flexend,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__flexend {
    justify-content: flex-end
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__btn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__btn,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__btn {
    background   : #d63636;
    color        : #fff;
    font-size    : 13px;
    line-height  : 2.15;
    min-height   : 30px;
    padding      : 0 10px;
    border-radius: 0;
    display      : inline-block;
    border       : 1px solid #2d63a1;
    margin-top   : 15px
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__btn:hover,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__btn:hover,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__btn:hover {
    cursor    : pointer;
    background: #d63636
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__socialogin,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__socialogin,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__socialogin {
    border-top : 1px solid #c3c4c7;
    padding-top: 12px;
    margin-top : 12px;
    width      : 100%;
    text-align : center
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__socialogin a,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__socialogin a,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__socialogin a {
    padding      : 0 5px;
    border       : 1px solid #d63636;
    background   : #d63636;
    border-radius: 0;
    width        : 15px;
    display      : inline-block;
    line-height  : 24px;
    min-height   : 24px
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__socialogin a:hover,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__socialogin a:hover,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__socialogin a:hover {
    background: 0 0
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__socialogin a:focus,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__socialogin a:focus,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__socialogin a:focus {
    box-shadow: none;
    outline   : 0
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__forgot_inn .__taggbox__socialogin a i,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__login_account_inn .__taggbox__socialogin a i,
.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__register_inn .__taggbox__socialogin a i {
    color: #fff
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__tabarea {
    width    : 100%;
    max-width: 326px
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__tabarea ul {
    margin : 0;
    padding: 0
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__tabarea ul li {
    width        : 50%;
    text-align   : center;
    margin       : 0;
    border       : 1px solid #c3c4c7;
    border-bottom: 0
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__tabarea ul li:first-child {
    border-right: 0
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__tabarea ul li a {
    display      : block;
    padding      : 15px 10px;
    font-size    : 16px;
    border-bottom: 1px solid #c3c4c7;
    background   : #d63636;
    color        : #fff
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__tabarea ul li a:focus {
    outline   : 0;
    box-shadow: none
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__tabarea ul li a:hover {
    background: #d63636
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__tabarea ul li a.active {
    font-weight        : 500;
    color              : #d63636;
    background         : #fff;
    border-bottom-color: #fff0
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__acount_error {
    border          : 1px solid #c3c4c7;
    border-left     : 4px solid #fff0;
    padding         : 12px;
    margin-left     : 0;
    margin-bottom   : 20px;
    background-color: #fff;
    min-width       : 300px;
    color           : #3c434a;
    box-shadow      : none;
    display         : none
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__acount_error.__taggbox__danger {
    border-left-color: #d63638
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__acount_error.__taggbox__success {
    border-left-color: #4fa746
}

.__taggbox__container .__taggbox__row .__taggbox__login_account .__taggbox__acount_error.__taggbox__warning {
    border-left-color: #f2c010
}

.__taggbox__container .__taggbox__row .__taggbox__widget {
    padding-left: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn {
    float        : left;
    clear        : both;
    width        : 100%;
    height       : 100%;
    padding-top  : 0;
    margin-bottom: 10px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing {
    background-color: #fff;
    right           : 0;
    z-index         : 1;
    border-bottom   : 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone .__taggbox__menumob {
    display: none
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone .__taggbox__menumob ul li .__taggbox__addclose i::before {
    content: "\f00d"
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo {
    border-top: 1px solid #eee;
    position  : relative;
    padding   : 0 15px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft {
    font-weight: 500
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft .__taggbox__selectwid {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft .__taggbox__selectwid span.add-select-widget {
    display: inline-block
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft .__taggbox__selectwid select {
    margin-left  : 5px;
    padding-right: 30px;
    height       : 32px;
    background   : url(../images/arrow-down.png) right 5px top 55%/8px no-repeat;
    width        : 200px;
    border       : 1px solid #f7f7f7;
    border-radius: 0;
    font-size    : 13px;
    min-height   : 30px;
    font-weight  : 400;
    color        : #3f4254
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft .__taggbox__selectwid select:focus {
    box-shadow: none
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__msg {
    padding-right: 10px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__msg span {
    font-weight : 400;
    display     : inline-block;
    padding-left: 4px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__msg img {
    height      : 20px;
    margin-right: 10px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__msg b {
    margin-right: 3px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__logout {
    background  : #fafafa;
    border-left : 1px solid #eee;
    margin-right: -15px;
    padding     : 12px 15px 12px 12px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__logout em {
    font-size   : 11px;
    color       : #3c434a;
    font-style  : normal;
    margin-right: 10px;
    padding     : 1px 8px;
    background  : #f0d2d2;
    white-space : nowrap
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__logout span {
    display    : flex;
    align-items: center
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__logout span img {
    max-height : 14px;
    margin-left: 0;
    margin-top : -1px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__logout span i {
    font-style : normal;
    margin-left: 3px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__feedtype ul,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing ul {
    margin: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight a {
    color: #3c434a
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight a:hover {
    color: #d63639
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight a img {
    display    : block;
    max-width  : 100%;
    margin-left: 5px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks {
    border         : 0;
    padding        : 11px 10px 12px;
    height         : auto;
    font-size      : 14px;
    text-decoration: none;
    background     : 0 0;
    cursor         : pointer;
    margin         : 0;
    border-right   : 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks:last-child {
    color: #d63638
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks:hover {
    color: #d63639
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks:hover span {
    border-color: #d63639;
    color       : #d63639
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks span {
    background  : #fff;
    width       : 20px;
    height      : 20px;
    display     : inline-block;
    text-align  : center;
    color       : #3c434a;
    border      : 1px solid #eee;
    font-weight : 500;
    margin-right: 4px;
    line-height : 20px;
    font-size   : 12px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__active {
    position     : relative;
    margin-bottom: -1px;
    background   : #d63638;
    color        : #fff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__active:hover,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__active:last-child {
    color: #fff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__active:hover span {
    border-color: #eee
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__active span {
    color: #d63639
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent {
    padding-top   : 10px;
    padding-bottom: 15px;
    float         : left;
    clear         : both;
    width         : 100%
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__ssource {
    display: block !important
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__ssource .__taggbox__error {
    color     : #d63638;
    font-size : 12px;
    display   : none;
    margin-top: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow {
    width        : 100%;
    margin-top   : 15px;
    margin-bottom: 30px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssleft {
    width: 255px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssleft h3 {
    margin-bottom: 5px;
    margin-top   : 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssleft div {
    text-align: justify;
    padding   : 0 15px 5px 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright {
    width: calc(100% - 255px)
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__feedactive,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__selcource li label:hover,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright button:hover,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright select:hover {
    background  : #f0f0f1;
    border-color: #0a4b78;
    color       : #0a4b78
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__selcource li label input,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright button input,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright select input {
    display: none
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright select {
    padding-right: 30px;
    height       : 32px;
    background   : url(../images/arrow-down.png) right 5px top 55%/8px no-repeat #fff;
    width        : 200px;
    border-color : #999;
    color        : #3c434a
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright select:hover {
    background: url(../images/arrow-down.png) right 5px top 55%/8px no-repeat #fff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__feedtype li {
    display      : inline-block;
    margin-right : 30px;
    margin-bottom: 5px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__feedtype .__taggbox__enterhashtag {
    margin-top: 10px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li:nth-child(6n),
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist :nth-child(4n),
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead .tooltip .__taggbox__switch,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox:nth-child(4n) {
    margin-right: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox label {
    margin-bottom: 0;
    height       : 30px;
    width        : 30px;
    display      : block;
    margin-right : 10px;
    cursor       : auto
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox label img {
    height       : 30px;
    max-width    : 100%;
    border       : 1px solid #eee;
    border-radius: 50%;
    padding      : 2px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox span {
    display           : -webkit-box !important;
    display           : -ms-flexbox !important;
    display           : flex !important;
    white-space       : normal;
    overflow          : hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display           : -webkit-box;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    width             : calc(100% - 36px)
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox span img {
    margin-right: 5px;
    max-height  : 12px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions {
    width     : 100%;
    margin-top: 5px;
    padding   : 5px 15px;
    border-top: 1px solid #eee;
    box-sizing: border-box
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions .__taggbox__moderation>span,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions .__taggbox__status>span {
    font-weight: 600;
    display    : block
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions .__taggbox__moderation .tooltiptext {
    width      : 200px;
    font-weight: 400;
    right      : -9px;
    margin-left: 0;
    left       : inherit;
    bottom     : 12px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions .__taggbox__moderation .tooltiptext:after {
    left : inherit;
    right: 9px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__mod__actions .__taggbox__totalpostcount span {
    font-weight: 500
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox.__taggbox__reconninn {
    padding   : 10px;
    width     : 100%;
    box-sizing: border-box
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__checkbox.__taggbox__reconninn .__taggbox__feediconame b {
    white-space       : normal;
    overflow          : hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display           : -webkit-box;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    word-break        : break-all
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__trash {
    margin-left: 15px;
    font-size  : 16px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__trash:hover {
    opacity: .9
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__trash a {
    color  : #d63638;
    outline: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__trash a:focus {
    outline   : 0;
    box-shadow: none
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__trash a .fa {
    font-size: 18px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist {
    margin  : 0;
    width   : 100%;
    overflow: unset
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist li {
    vertical-align  : middle;
    width           : 23.5%;
    margin-right    : 2%;
    margin-bottom   : 5px;
    padding         : 0;
    background-color: #fff;
    box-sizing      : border-box;
    border          : 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist .__taggbox__conn__actions a,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist .__taggbox__mod__actions a {
    margin-left: 8px;
    font-size  : 18px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist .__taggbox__conn__actions .__taggbox__btn_reconn,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist .__taggbox__mod__actions .__taggbox__btn_reconn {
    color      : #d63638;
    font-size  : 12px;
    line-height: normal;
    white-space: nowrap
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist .__taggbox__conn__actions .__taggbox__btn__trash,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist .__taggbox__mod__actions .__taggbox__btn__trash {
    color           : #d63638;
    background-color: #fff;
    padding         : 5px 7px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc {
    display   : block;
    width     : 100%;
    overflow-x: auto
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__addaccount {
    text-align    : center;
    background    : 0 0;
    border        : 1px dashed #d63638;
    padding-top   : 0;
    padding-bottom: 0;
    margin-bottom : 5px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__addaccount a {
    color         : #d63638;
    vertical-align: middle;
    font-size     : 18px;
    padding-top   : 15px;
    padding-bottom: 15px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__addaccount a i {
    font-size    : 13px;
    color        : #d63638;
    border       : 1px solid #d63638;
    border-radius: 50%;
    padding      : 2px;
    width        : 20px;
    height       : 20px;
    text-align   : center;
    display      : inline-block;
    margin-bottom: 1px;
    margin-right : 7px;
    box-sizing   : border-box;
    line-height  : 15px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__addaccount a span {
    font-weight: 600
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc table {
    width          : 100%;
    max-width      : 100%;
    margin-top     : -5px;
    border-collapse: separate;
    border-spacing : 0 5px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc th {
    background-color  : #fff;
    color             : #3c434a;
    padding           : 18px 15px 18px 30px;
    font-size         : 14px;
    font-weight       : 600;
    text-align        : left;
    white-space       : nowrap;
    box-shadow        : 0 1px 1px #0000000a;
    -webkit-box-shadow: 0 1px 1px #0000000a
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc td {
    background : #fff;
    color      : #3f4254;
    padding    : 8px 15px 8px 30px;
    font-size  : 13px;
    font-weight: 400
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc td p {
    margin: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc td p img {
    max-height   : 34px;
    min-height   : 34px;
    border-radius: 50%;
    margin-right : 7px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc td p span {
    font-size    : 13px;
    margin-bottom: 1px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc td .__taggbox__connected {
    color: #4fa746
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc td .__taggbox__disconnected,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc td .__taggbox__trash {
    color: #d63638
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc td a {
    text-decoration: none
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc td .__taggbox__refresh {
    color      : #d63639;
    font-size  : 16px;
    margin-left: 15px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc td .__taggbox__refresh:hover {
    opacity: .9
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__nodatafound {
    text-align    : center;
    color         : #d63638;
    font-size     : 16px;
    background    : rgb(214 54 56 / .05);
    padding-top   : 15px;
    padding-bottom: 15px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__accchildtable img {
    max-width     : 100%;
    width         : 10px;
    height        : auto;
    min-height    : inherit;
    vertical-align: middle;
    margin-left   : 10px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__accchildtable img:hover {
    cursor: pointer
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__innertable {
    border-collapse: collapse
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__innertable thead td {
    padding-top   : 10px;
    padding-bottom: 10px;
    color         : #181c32
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__innertable tbody td {
    color     : #181c32;
    border-top: 1px solid #f9f9f9
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc .__taggbox__innertable tbody .__taggbox__connsocial_icon img {
    height: 30px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__copycode {
    margin          : 0;
    padding         : 10px;
    min-width       : 300px;
    background-color: #fff;
    border          : 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__copycode .__taggbox__btn {
    margin    : 0;
    background: #d63636;
    color     : #fff;
    border    : 1px solid
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__copycode .__tabembed__fromrow {
    margin-bottom: 0 !important
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__copycode .__tabembed__fromrow span {
    background : #1b2531;
    color      : #fff;
    padding    : 13px 10px;
    display    : inline-block;
    font-size  : 14px;
    white-space: nowrap
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__copycode .__tabembed__fromrow .__taggbox__copyvalue {
    background: #f0d2d2;
    border    : 0;
    padding   : 5px 10px;
    width     : 100%;
    height    : 44px;
    font-size : 14px;
    outline   : 0;
    box-sizing: border-box
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__copycode .__tabembed__fromrow div+span {
    background : #f0d2d2;
    color      : #3c434a;
    cursor     : pointer;
    border-left: 1px solid #d6e5ff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright.__taggbox__ssource.__tagembe__singline {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__tabheading h3 {
    margin: 0 0 5px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul {
    margin: 0;
    float : left;
    clear : both
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul .__taggbox__themeactive {
    border            : 1px solid #c3c4c7;
    box-shadow        : 0 1px 1px #0000000a;
    -webkit-box-shadow: 0 1px 1px #0000000a;
    padding           : 0;
    background-color  : #fff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul .__taggbox__theme-img,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul .__taggbox__themeactive .__taggbox__theme-img {
    display   : block;
    background: #e8e9ee
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul .__taggbox__theme-img img,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul .__taggbox__themeactive .__taggbox__theme-img img {
    max-width: 100%
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul .__taggbox__themeactive .__taggbox__themename {
    color: #e3171a
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li {
    width        : 15%;
    float        : left;
    margin-right : 2%;
    margin-bottom: 15px;
    position     : relative
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li input[type="radio"] {
    position: absolute;
    top     : 9px;
    right   : 0;
    width   : 20px;
    height  : 20px;
    border  : 0;
    display : none
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li input[type="radio"]:focus {
    border    : 0;
    box-shadow: none;
    outline   : 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li a:hover .__taggbox__applybtn,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li a:hover .__taggbox__theme-img,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li input[type="radio"]:checked,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li label:hover .__taggbox__applybtn,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li label:hover .__taggbox__theme-img {
    display: block
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li input[type="radio"]:checked::before {
    content    : "\f00c";
    background : #4fa746;
    width      : 100%;
    height     : 100%;
    margin     : 0;
    font-family: FontAwesome;
    color      : #fff;
    line-height: 20px;
    font-weight: 400
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li a,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li label {
    display           : block;
    position          : relative;
    text-align        : center;
    border            : 1px solid #eee;
    box-shadow        : 0 1px 1px #0000000a;
    -webkit-box-shadow: 0 1px 1px #0000000a;
    padding           : 0;
    background-color  : #fff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li a .__taggbox__themename,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li label .__taggbox__themename {
    display       : block;
    font-weight   : 600;
    padding-top   : 10px;
    padding-bottom: 10px;
    border-top    : 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li a:hover .__taggbox__themename,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li label:hover .__taggbox__themename {
    color      : #e3171a;
    font-weight: 600
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li a .__taggbox__applybtn,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li label .__taggbox__applybtn {
    position  : absolute;
    top       : 45%;
    left      : 0;
    right     : 0;
    margin    : 0 auto;
    text-align: center;
    display   : none
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li a .__taggbox__applybtn button,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li label .__taggbox__applybtn button {
    color           : #fff;
    background-color: #d63639;
    border          : 0;
    padding         : 5px 10px 8px;
    line-height     : normal;
    vertical-align  : middle;
    display         : inline-block;
    border-radius   : 4px;
    cursor          : pointer
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li a .__taggbox__applybtn button:hover,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li label .__taggbox__applybtn button:hover {
    color           : #fff;
    background-color: #e3171a;
    border-color    : #e3171a
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea {
    float: left;
    clear: both;
    width: 100%
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetinn .__taggbox__nowidget h2 {
    margin-bottom: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetinn .__taggbox__nowidget p {
    margin-top: 3px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetactions {
    border-bottom : 1px solid #eee;
    padding-bottom: 10px;
    padding-left  : 20px;
    padding-right : 15px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetactions h3 {
    margin: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetactions a {
    margin-left: 10px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox {
    float           : left;
    width           : calc(23.5% - 2px);
    margin-right    : 2%;
    margin-top      : 15px;
    margin-bottom   : 15px;
    background-color: #fff;
    border          : 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead {
    padding      : 15px;
    border-bottom: 1px solid #d8767830
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead h3 {
    margin: 0 0 20px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead ul {
    margin-bottom: 0;
    margin-top   : 15px;
    line-height  : normal
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead ul li {
    line-height  : normal;
    margin-bottom: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead ul li span {
    margin-left: 5px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgethead ul li:not(:first-child) {
    margin-left: 30px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widget_sourcecode {
    padding      : 5px 15px;
    border-bottom: 1px solid #d8767830
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widget_sourcecode p {
    margin   : 0;
    font-size: 14px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widget_sourcecode button {
    display   : inline-block;
    font-size : 18px;
    padding   : 4px 7px;
    cursor    : pointer;
    border    : 0;
    background: 0 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widget_sourcecode button:hover {
    opacity         : .9;
    background-color: #f5f5f5
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot {
    padding: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__open .__taggbox__accordionItemHeading,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot ul {
    margin: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot ul li {
    margin      : 0;
    width       : 33.33%;
    text-align  : center;
    border-right: 1px solid #eee;
    border-color: #d8767830
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot ul li i {
    margin-right: 3px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot ul li a {
    text-decoration: none;
    padding-top    : 10px;
    padding-bottom : 10px;
    display        : block;
    color          : #3c434a
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot ul li a:hover {
    background: #d63638;
    color     : #fff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot ul li:last-child {
    border-right: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox .__taggbox__widgetfoot ul li:last-child a {
    width: 100%
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox.active {
    position    : relative;
    border-color: #d87678;
    box-shadow  : 5px 5px 10px #ede5e5;
    background  : #fff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding li {
    margin-bottom: 0;
    padding-left : 15px;
    padding-right: 15px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding li:not(:last-child) {
    margin-right : 20px;
    border-right : 1px solid #eee;
    padding-right: 20px;
    line-height  : 45px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding li a {
    color: #3c434a
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding li a i {
    margin-right: 5px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding li a:hover {
    color: #d63639
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding a:focus,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding a:focus-visible {
    box-shadow: none;
    outline   : 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding a img {
    max-height: 24px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__btn {
    background   : #d63636;
    color        : #fff;
    font-size    : 13px;
    line-height  : 2.15;
    min-height   : 30px;
    padding      : 0 10px;
    border-radius: 0;
    display      : inline-block;
    border       : 0;
    margin-left  : 5px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__btn:hover {
    cursor    : pointer;
    background: #d63636
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__customizedfeed h2 {
    font-weight: 400
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__customizedfeed h2 strong {
    font-weight: 600
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__customizedfeed button {
    margin-top: 30px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_left,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft {
    width        : 315px;
    padding-right: 15px;
    box-sizing   : border-box
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__dispsteps {
    background: #fff;
    padding   : 15px 10px;
    border    : 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__dispsteps h3 {
    margin-top: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__dispsteps li a {
    color          : #d63639;
    text-decoration: none;
    font-weight    : 500
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__copycode {
    margin          : 15px 0;
    padding         : 10px;
    background-color: #fff;
    border          : 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__copycode .__tabembed__fromrow,
div#screen-meta+div {
    margin-bottom: 15px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__copycode .__tabembed__fromrow span {
    background: #1b2531;
    color     : #fff;
    padding   : 10px;
    display   : inline-block;
    font-size : 24px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__copycode .__tabembed__fromrow .__taggbox__copyvalue {
    background: #f0d2d2;
    border    : 0;
    padding   : 5px 10px;
    width     : 100%;
    height    : 44px;
    font-size : 14px;
    outline   : 0;
    box-sizing: border-box
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem {
    display   : block;
    width     : 100%;
    background: #fff;
    padding   : 10px;
    border    : 1px solid #eee;
    margin    : 0 0 10px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemHeading {
    cursor   : pointer;
    position : relative;
    margin   : 0;
    width    : 100%;
    font-size: 1em
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemHeading::after {
    content   : "";
    background: url(../images/arrow-down.png) 0 0 / contain no-repeat;
    display   : block;
    width     : 11px;
    height    : 11px;
    top       : 4px;
    position  : absolute;
    right     : 5px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__htmlcode p,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__iframecode p,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection h3 {
    margin-bottom: 5px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__htmlcode textarea,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__iframecode textarea {
    border       : 1px solid #e4e6ef;
    resize       : none;
    padding      : 10px;
    background   : #fff;
    width        : 100%;
    margin-top   : 15px;
    margin-bottom: 10px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__htmlcode textarea::-webkit-scrollbar,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__iframecode textarea::-webkit-scrollbar {
    width: 8px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__htmlcode textarea::-webkit-scrollbar-track,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__iframecode textarea::-webkit-scrollbar-track {
    background: #f1f1f1
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__htmlcode textarea::-webkit-scrollbar-thumb,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__iframecode textarea::-webkit-scrollbar-thumb {
    background: #888
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__htmlcode textarea::-webkit-scrollbar-thumb:hover,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__iframecode textarea::-webkit-scrollbar-thumb:hover {
    background: #555
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__iframecode,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection div.__taggbox__ssright.__taggbox__sizefull {
    width: 100%
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__copycode,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__dispsteps {
    padding         : 0;
    border          : 0;
    background-color: #fff0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__accordionItem .__taggbox__accordionItemContent .__taggbox__copycode {
    margin-bottom: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__close .__taggbox__accordionItemContent {
    height           : 0;
    transition       : height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform     : scaleY(0);
    -ms-transform    : scaleY(0);
    transform        : scaleY(0);
    display          : block
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__open .__taggbox__accordionItemHeading::after {
    content  : "";
    transform: rotate(180deg)
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft .__taggbox__open .__taggbox__accordionItemContent {
    width                   : 100%;
    display                 : block;
    -webkit-transform       : scaleY(1);
    -o-transform            : scaleY(1);
    -ms-transform           : scaleY(1);
    transform               : scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin     : top;
    -ms-transform-origin    : top;
    transform-origin        : top;
    -webkit-transition      : -webkit-transform 0.4s ease-out;
    -o-transition           : -o-transform 0.4s;
    -ms-transition          : -ms-transform 0.4s;
    transition              : transform 0.4s;
    box-sizing              : border-box
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright {
    width: calc(100% - 315px)
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea {
    border: 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation {
    background: #fff;
    position  : relative
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul {
    margin: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul li {
    height     : 50px;
    margin     : 0;
    border-left: 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul li .__taggbox__tabcommpreivew {
    padding   : 5px 20px;
    height    : 100%;
    box-sizing: border-box
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul li .__taggbox__previewactive,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul li .__taggbox__tabcommpreivew:hover {
    background: #f7f7f7
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul li .__taggbox__previewactive svg path {
    fill: #d63638
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul li:first-child {
    border-left: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation .__taggbox_expand {
    position: absolute;
    top     : 10px;
    right   : 15px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation .__taggbox_expand i {
    font-size: 16px;
    padding  : 6px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation .__taggbox_expand i:hover {
    cursor          : pointer;
    opacity         : 8.5;
    background-color: #f9f9f9
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__viewofpreview {
    background-color: #fff;
    margin-top      : 1px;
    position        : relative;
    height          : calc(100vh - 214px)
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__viewofpreview .__taggbox__loader {
    position  : absolute;
    left      : 0;
    right     : 0;
    text-align: center;
    top       : 50%;
    z-index   : 9
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__viewofpreview .__taggbox__previewdesk {
    height          : calc(100vh - 240px);
    padding         : 1em;
    background-color: #fff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__viewofpreview .__taggbox__previewtab {
    width           : 80%;
    height          : calc(100vh - 245px);
    padding         : 1em;
    max-width       : 600px;
    margin-left     : auto;
    margin-right    : auto;
    background-color: #fff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__viewofpreview .__taggbox__previewmob {
    width           : 50%;
    height          : calc(100vh - 246px);
    max-width       : 375px;
    padding         : .8em;
    margin-left     : auto;
    margin-right    : auto;
    background-color: #fff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__viewofpreview .__taggbox__previewloader {
    position  : absolute;
    left      : 0;
    right     : 0;
    margin    : 0 auto;
    text-align: center;
    top       : 50%
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__support {
    margin-bottom: 30px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__support p {
    margin-bottom: 0;
    margin-top   : 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch {
    margin-right: 10px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch-label {
    display              : block;
    overflow             : hidden;
    cursor               : pointer;
    border-radius        : 20px;
    -moz-border-radius   : 20px;
    -webkit-border-radius: 20px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch-inner {
    display    : block;
    width      : 200%;
    margin-left: -100%
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch-checkbox:checked+.__taggbox__onoffswitch-label .__taggbox__onoffswitch-inner {
    margin-left: 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch-inner:after,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch-inner:before {
    display    : block;
    float      : left;
    width      : 50%;
    padding    : 0;
    line-height: 24px;
    font-size  : 10px;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: 700;
    box-sizing : border-box;
    height     : 18px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch-inner:before {
    content         : "ON";
    padding-left    : 8px;
    background-color: #272121;
    color           : #e3171a;
    padding-right   : 24px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch-inner:after {
    content         : "OFF";
    padding-right   : 8px;
    background-color: #dbdbdb;
    color           : #646464;
    text-align      : right
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch-checkbox:checked+.__taggbox__onoffswitch-label .__taggbox__onoffswitch-switch {
    right     : 4px;
    background: #e3171a
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch-switch {
    display              : block;
    width                : 16px;
    height               : 16px;
    margin               : 3px 0;
    position             : absolute;
    top                  : 1px;
    bottom               : 0;
    right                : 30px;
    border-radius        : 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius   : 20px;
    background-color     : #fff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch {
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
    position           : relative;
    margin             : 0 auto;
    width              : 36px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch .__taggbox__onoffswitch-switch,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch .onoffswitch-checkbox:checked+.__taggbox__onoffswitch-label .__taggbox__onoffswitch-switch {
    width : 20px !important;
    height: 20px !important
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch .__taggbox__onoffswitch-inner:before {
    content         : "";
    background-color: #f79091;
    color           : #fff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch .__taggbox__onoffswitch-inner:after {
    background-color: #e0e0e0;
    content         : "";
    color           : #fff
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch .__taggbox__onoffswitch-checkbox+.__taggbox__onoffswitch-label .__taggbox__onoffswitch-switch,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch .__taggbox__onoffswitch-switch {
    background-color: #a9abbc !important
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch .__taggbox__onoffswitch-checkbox:checked+.__taggbox__onoffswitch-label .__taggbox__onoffswitch-switch,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch .__taggbox__onoffswitch-switch {
    background-color: #e3171a !important;
    width           : 26px;
    height          : 26px;
    top             : -4px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch .__taggbox__onoffswitch-switch {
    right: 18px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch .__taggbox__onoffswitch .__taggbox__onoffswitch-checkbox:checked+.__taggbox__onoffswitch-label .__taggbox__onoffswitch-switch {
    right: -2px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__switch input:empty {
    margin-left: -999px;
    height     : 0;
    width      : 0;
    overflow   : hidden;
    position   : absolute;
    opacity    : 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection .__taggbox__connaccountwrap .__taggbox__caright {
    width    : 100%;
    max-width: 500px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection .__taggbox__connaccountwrap .__taggbox__caright .__taggbox__clipboard input,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection .__taggbox__connaccountwrap .__taggbox__caright .__taggbox__clipboard label {
    background: #f0d2d2;
    border    : 0;
    padding   : 5px 10px;
    width     : 100%;
    height    : 44px;
    font-size : 12.7px;
    outline   : 0;
    box-sizing: border-box
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection .__taggbox__connaccountwrap .__taggbox__caright .__taggbox__clipboard button {
    background : #1b2531;
    color      : #fff;
    padding    : 10px;
    display    : inline-block;
    border     : 0;
    font-size  : 14px;
    line-height: normal
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div.__taggbox__accountsection .__taggbox__connaccountwrap .__taggbox__caright .__taggbox__clipboard button:hover {
    opacity: .75;
    cursor : pointer
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou {
    text-align    : center;
    padding-top   : 50px;
    padding-bottom: 50px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou h2 {
    font-size: 30px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou h2 span {
    font-size  : 14px;
    font-weight: 400;
    display    : block;
    margin-top : 10px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou .__taggbox__plandetail {
    margin: 1em 0
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou .__taggbox__plandetail .__taggbox__planbox {
    margin          : 0;
    border          : 1px solid #eee;
    border-right    : 0;
    padding         : 15px;
    background-color: #fffdfd
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou .__taggbox__plandetail .__taggbox__planbox:last-child {
    border-right: 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou .__taggbox__plandetail .__taggbox__planbox p {
    margin     : 0 0 15px;
    font-weight: 600;
    font-size  : 16px
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou .__taggbox__plandetail .__taggbox__planbox span {
    display: block
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou .__taggbox__gotohome {
    margin-top: 2rem
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__thankyou .__taggbox__gotohome img {
    margin           : 0 5px;
    -webkit-transform: rotate(180deg);
    -ms-transform    : rotate(180deg);
    transform        : rotate(180deg);
    height           : 13px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__tabheading {
    padding      : 10px 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__tabheading h3 {
    margin: 0
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__priceswitcher {
    background   : #fff;
    border-radius: 2px;
    padding      : 0;
    margin-bottom: 15px;
    max-width    : 298px;
    margin-left  : auto;
    margin-right : auto;
    text-align   : center
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__priceswitcher a {
    padding: 10px 15px;
    width  : 100%;
    border : 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__priceswitcher a.__taggbox__active {
    background  : #d63638;
    color       : #fff;
    border-color: #d63638
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox {
    background    : #fff;
    padding       : 15px;
    border        : 1px solid #eee;
    width         : 23.5%;
    margin-right  : 15px;
    position      : relative;
    display       : flex;
    flex-direction: column
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox h2 {
    margin: 5px 0
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox p {
    margin    : 0 0 15px;
    font-size : 12px;
    min-height: 36px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox ul {
    margin   : 15px 0 0;
    flex-grow: 2
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox ul li {
    margin-bottom: 10px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox ul li img {
    vertical-align: middle;
    margin-right  : 8px;
    height        : 20px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox:last-child {
    margin-right: 0
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox .__taggbox__selectbtn {
    padding    : 10px 15px;
    text-align : center;
    width      : 100%;
    margin-top : 15px;
    display    : block;
    box-sizing : border-box;
    background : #fff;
    color      : #d63638;
    border     : 1px solid #d63638;
    font-weight: 500
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox .__taggbox__selectbtn:hover {
    color     : #fff;
    background: #d63638
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox .__taggbox__currentplan {
    display: none
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox.__taggbox__activeplan .__taggbox__currentplan {
    color           : #fff;
    background-color: #d63638;
    display         : inline-block;
    padding         : 3px 10px;
    position        : absolute;
    right           : 10px;
    top             : -12px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures {
    border       : 1px solid #eee;
    margin-top   : 30px;
    border-bottom: 0;
    overflow-x   : auto
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table {
    border-collapse: separate;
    margin-bottom  : 0;
    width          : 100%
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tr {
    display: flex
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tr td:not(:last-child),
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tr th {
    display        : flex;
    align-items    : center;
    justify-content: center
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tr td,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tr th {
    order    : 5;
    min-width: 88px;
    max-width: 88px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tr td:first-child,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tr th:first-child {
    order: 1
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tr td:nth-child(2),
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tr th:nth-child(2) {
    order: 2
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tr td:nth-child(3),
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tr th:nth-child(3) {
    order: 3
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tr td:last-child,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tr th:last-child {
    order    : 4;
    min-width: 180px;
    max-width: 180px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table tbody tr:nth-child(odd) td {
    background-color: #f9f9f9
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table th {
    border-right  : 1px solid #ebedf3;
    border-bottom : 1px solid #ebedf3;
    vertical-align: middle;
    padding       : 10px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table th {
    color           : #000;
    font-weight     : 600;
    line-height     : 14px;
    background-color: #fff;
    text-transform  : capitalize
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table th h4 {
    font-size  : 16px;
    font-weight: 500
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table th:not(:first-child) {
    text-align: center;
    font-size : 12px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td {
    background-color: #fff;
    position        : relative;
    font-size       : 12px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td:not(:first-child) {
    text-align: center
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td img {
    max-width: 18px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .p_tooltip[tooltip] {
    position: relative
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td svg {
    vertical-align: middle
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons {
    max-width   : 160px;
    margin-left : auto;
    margin-right: auto
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td ul.platform__icons.colored_social_icons li {
    display     : inline-block;
    margin-right: 2px;
    margin-left : 2px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td ul.platform__icons.colored_social_icons li svg {
    max-height: 13px;
    width     : auto
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons .fa-twitter {
    color: #26c4f1
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons .fa-instagram {
    color: #cd486b
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons .fa-facebook {
    color: #1878f2
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons .fa-linkedin {
    color: #0e76a8
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons .fa-rss {
    color: #ee802f
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .fa-youtube-play {
    color: red
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons .fa-tumblr {
    color: #35465c
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons .fa-pinterest {
    color: #bd081c
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons .fa-vimeo-v {
    color: #00adef
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons .fa-airbnb {
    color: #ff385c
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons .fa-yelp {
    color: #bd0301
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons .fa-soundcloud {
    color: #f85204
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons .svg-airbnb svg,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .platform__icons .svg-workplace svg,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .svg-airbnb svg,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .svg-vimeo svg,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .svg-workplace svg,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .svg-yammer svg {
    height        : 18px;
    width         : auto;
    vertical-align: middle;
    margin-top    : 3px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .tooltip {
    position: inherit
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .tooltip .tooltiptext {
    left     : 20px;
    right    : 0;
    margin   : 0;
    bottom   : -13px;
    width    : inherit;
    min-width: 160px;
    padding  : 7px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures table td .tooltip .tooltiptext::after {
    border-color: #fff0 #555 #fff0 #fff0;
    top         : inherit;
    left        : -5px;
    bottom      : 18px
}

.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__showallfeatures {
    margin-top: 30px;
    text-align: center
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_left .__taggbox__customization_left_inn ul,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox__customization_title h3 {
    margin: 0
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox__customization_title {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding      : 10px 15px 10px 20px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_left .__taggbox__customization_left_inn {
    background: #fff;
    padding   : 15px 10px;
    border    : 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_left .__taggbox__customization_left_inn ul li a {
    padding   : 15px 10px;
    display   : block;
    background: #f5f5f5;
    color     : #3c434a;
    position  : relative
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_left .__taggbox__customization_left_inn ul li a:hover {
    background: #f0d2d2
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_left .__taggbox__customization_left_inn ul li a::before {
    content    : "»";
    font-size  : 24px;
    position   : absolute;
    right      : 10px;
    font-weight: 400;
    color      : #ddd
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_left .__taggbox__customization_left_inn ul li .__taggbox__active,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_left .__taggbox__customization_left_inn ul li .__taggbox__active:hover {
    background: #d63638;
    color     : #fff;
    position  : relative
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right {
    width     : calc(100% - 315px);
    background: #fff;
    padding   : 15px 0;
    border    : 1px solid #eee
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container {
    margin     : 0 auto;
    max-width  : 100%;
    font-family: Poppins, sans-serif
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row {
    margin-left : -15px;
    margin-right: -15px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox_range {
    margin: 15px 0;
    width : 100%
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox_singlerow {
    margin-top: 15px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col {
    width        : 50%;
    margin-bottom: 15px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__mt_zero {
    margin-top: 0 !important
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button {
    display     : -webkit-box !important;
    display     : -ms-flexbox !important;
    display     : flex !important;
    padding-left: 5px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button span {
    position: relative
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button span input {
    position  : absolute;
    opacity   : 0;
    visibility: hidden
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button span label {
    font-size : 14px;
    color     : #a9abbc;
    border    : 1px solid #e4e6ee;
    margin    : -1px;
    width     : 50px;
    height    : 40px;
    background: #fff;
    cursor    : pointer
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button span label svg {
    fill      : #22232c;
    transition: 0.2s
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button span label:hover {
    border-color: #f5f0f0;
    background  : #f5f0f0
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button span input[type="radio"]:checked+label {
    background  : #d63635;
    border-color: #d63635
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__radio_button span input[type="radio"]:checked+label svg {
    fill: #fff
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col input {
    padding-right: 0
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col select {
    padding-right: 30px;
    height       : 32px;
    background   : url(../images/arrow-down.png) right 5px top 55%/8px no-repeat #fff;
    width        : 200px;
    border-color : #999;
    color        : #3c434a;
    border-radius: 0
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__lablename {
    width  : 240px;
    display: inline-block
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__ff_dropdwon,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__input {
    width: 200px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__lablename+div {
    display       : inline-block;
    vertical-align: top;
    position      : relative
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__colorSelector {
    width  : 30px;
    height : 30px;
    margin : 0;
    padding: 0;
    border : 0
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox_selectedColor_code,
.__taggbox_selected_color_code {
    vertical-align: super
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__ff_dropdwon .__taggbox__dd_first,
.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__ff_dropdwon ul li {
    padding      : 5px;
    color        : #333;
    margin-bottom: 0
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__ff_dropdwon ul li:last-child {
    border-bottom: 1px solid #999
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__ff_dropdwon ul li {
    display     : none;
    padding-left: 5px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__ff_dropdwon ul li.main {
    display: block
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__ff_dropdwon ul li img {
    height: 20px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__ff_dropdwon .__taggbox__dd_first {
    padding-right: 30px;
    height       : 32px;
    background   : url(../images/arrow-down.png) right 5px top 55%/8px no-repeat #fff;
    border       : 1px solid #999;
    color        : #3c434a;
    border-radius: 0;
    line-height  : 22px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__ff_dropdwon .__taggbox__dd_first img {
    max-height: 20px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__ff_dropdwon ul {
    list-style      : none;
    padding         : 0;
    margin          : 0;
    position        : absolute;
    z-index         : 999;
    width           : 100%;
    border          : 1px solid #999;
    background-color: #fff;
    color           : #3c434a;
    background-size : 8px;
    border-radius   : 0;
    border-top      : 0;
    top             : 32px;
    box-sizing      : border-box;
    max-height      : 160px;
    overflow-y      : auto
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__ff_dropdwon ul li:hover {
    background-color: #f9f9f9;
    cursor          : pointer
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__tagmebed__layoutQuick_settings .__taggbox__lablename {
    display      : block;
    margin-bottom: 5px;
    margin-top   : 15px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__tagmebed__layoutQuick_settings ul {
    margin : 0;
    padding: 0
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__tagmebed__layoutQuick_settings ul li {
    position: relative;
    margin  : 0 20px 0 0
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__tagmebed__layoutQuick_settings ul li input {
    position: absolute;
    z-index : 99;
    width   : 100%;
    height  : 100%;
    opacity : 0
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__tagmebed__layoutQuick_settings ul li input:checked+img {
    border: 0;
    filter: grayscale(0)
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__tagmebed__layoutQuick_settings ul li input:checked~span {
    color      : #8ac2f7;
    font-weight: 500
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__tagmebed__layoutQuick_settings ul li img {
    height: 80px;
    width : auto;
    filter: grayscale(1)
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__tagmebed__layoutQuick_settings ul li span {
    display   : block;
    text-align: center;
    font-size : 12px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox_colfull {
    width: 100%
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__applyBtn {
    margin-bottom: 0;
    width        : 100%;
    text-align   : left;
    border-top   : 1px solid #eee;
    padding-top  : 10px;
    margin-top   : 10px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__customtextarea .__taggbox_ct_header {
    margin-bottom: 2px
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__customtextarea textarea {
    border    : 1px solid #eee;
    width     : 100%;
    min-height: 300px;
    resize    : none
}

.__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__customtextarea textarea:focus {
    border-color: #eee;
    box-shadow  : 0 0 5px #eee inset
}

.__taggbox__overlay::before {
    content   : "";
    position  : fixed;
    left      : 0;
    top       : 0;
    background: rgb(0 0 0 / .2);
    height    : 100%;
    width     : 100%;
    z-index   : 9
}

.__taggbox__popupwrap {
    position  : fixed;
    left      : 160px;
    right     : 0;
    top       : 50%;
    margin    : 0 auto;
    max-width : 310px;
    background: #fff;
    border    : 1px solid #c3c4c7;
    padding   : 0;
    min-width : 255px;
    text-align: center;
    z-index   : 999
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow:first-child,
.tooltip {
    position: relative
}

.__taggbox__popupwrap .__taggbox__iconarea {
    background   : #d63636;
    width        : 50px;
    height       : 50px;
    margin       : 15px auto 0;
    border-radius: 50%
}

.__taggbox__popupwrap .__taggbox__iconarea .fa {
    font-size: 24px;
    color    : #fff
}

.__taggbox__popupwrap .__taggbox__btnwrap a.__taggbox__okaybtn,
.__taggbox__popupwrap .__taggbox__btnwrap button {
    border         : 0;
    text-decoration: none;
    text-shadow    : none;
    padding        : 0 10px;
    border-radius  : 0;
    line-height    : 2.15;
    min-height     : 32px;
    display        : inline-block;
    min-width      : 62px
}

.__taggbox__popupwrap .__taggbox__btnwrap a.__taggbox__okaybtn:hover,
.__taggbox__popupwrap .__taggbox__btnwrap button:hover {
    opacity: 8.5;
    cursor : pointer
}

.__taggbox__popupwrap .__taggbox__okaybtn {
    background  : #d63636;
    color       : #fff;
    margin-right: 10px
}

.__taggbox__popupwrap .__taggbox__title {
    padding: 0
}

.__taggbox__popupwrap .__taggbox__title h2 {
    font-size  : 21px;
    font-weight: 400
}

.__taggbox__popupwrap .__taggbox__desc {
    padding: 0 12px
}

.__taggbox__popupwrap .__taggbox__btnwrap {
    padding-top   : 15px;
    padding-bottom: 15px;
    margin-top    : 15px;
    border-top    : 1px solid #efefef
}

.__taggbox__popupwrap .__taggbox__horizontaborder {
    padding-bottom: 14px;
    margin-bottom : 15px;
    border        : 0 #eee;
    margin-top    : 0;
    border-bottom : 1px solid #efefef
}

.__taggbox__popupwrap .__taggbox__header {
    padding : 15px 12px 0;
    position: relative
}

.__taggbox__popupwrap .__taggbox__header h2 {
    margin: 0;
    color : #3c434a
}

.__taggbox__popupwrap .__taggbox__header a {
    position     : absolute;
    right        : -10px;
    background   : #fff;
    width        : 22px;
    height       : 22px;
    border-radius: 50%;
    top          : -10px;
    border       : 1px solid #efefef;
    line-height  : 21px;
    text-align   : center
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow {
    padding      : 0 12px;
    text-align   : left;
    margin-bottom: 10px
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__form-check {
    padding: 0 5px
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__form-check label {
    display       : inline-block !important;
    vertical-align: middle
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__error {
    color     : #d63638;
    font-size : 12px;
    margin-top: 0;
    display   : none
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow label {
    margin-bottom : 5px;
    display       : block;
    text-transform: capitalize
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow input[type="password"],
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow input[type="text"],
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow select {
    padding         : 0 8px;
    line-height     : 2;
    min-height      : 30px;
    width           : 100%;
    max-width       : 100%;
    border-radius   : 0;
    border          : 1px solid #999;
    background-color: #fff;
    color           : #2c3338
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow input[type="checkbox"],
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow input[type="radio"] {
    width        : 12px;
    height       : 12px;
    min-width    : inherit;
    border-radius: 0;
    margin-right : 0
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow input[type="radio"] {
    border-radius: 50%
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow input[type="radio"]::before {
    width : 8px;
    height: 8px;
    margin: 1px 0 0 1px
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow.__taggbox__mbzero,
.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow:last-child {
    margin-bottom: 0
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__shareconn {
    padding: 30px
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__shareconn h2 {
    font-weight  : 600;
    text-align   : center;
    color        : #000;
    margin-bottom: 10px
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__shareconn p {
    text-align   : center;
    color        : #545454;
    margin-top   : 0;
    margin-bottom: 15px
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__shareconn textarea {
    color        : #3f4254;
    width        : 100%;
    border       : 1px solid #eee;
    resize       : none;
    padding      : 10px 15px;
    margin-bottom: 0;
    margin-top   : 15px
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__shareconn textarea:focus {
    border-color: #d63638;
    box-shadow  : none
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__shareconn button#shareButton {
    margin: 0 auto
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__shareconn span {
    font-size    : 11px;
    margin-bottom: 15px;
    display      : block
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__shareconn #__taggbox__share_link_input {
    background  : #f0d2d2;
    border-color: #f0d2d2
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li {
    width        : 32%;
    margin-right : 2%;
    margin-bottom: 2%
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li:nth-child(3n) {
    margin-right: 0
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li a {
    padding      : 15px;
    color        : #1e2531;
    font-size    : 15px;
    border       : 1px solid #eee;
    border-radius: 0
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li a img {
    max-height   : 42px;
    margin-right : 10px;
    border-radius: 50%
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li .__taggbox__network__1:hover {
    color       : #29a9e1;
    border-color: #29a9e1
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li .__taggbox__network__2:hover {
    color       : #d45561;
    border-color: #d45561
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li .__taggbox__network__18:hover {
    color       : #386690;
    border-color: #386690
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li .__taggbox__network__3:hover {
    color       : #1877f2;
    border-color: #1877f2
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li .__taggbox__network__4:hover {
    border-color: #34a853
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li .__taggbox__network__4:hover span {
    background             : -webkit-gradient(linear, left top, right top, from(#eb4335), color-stop(#fbbc04), color-stop(#34a853), to(#4285f4));
    background             : linear-gradient(to right, #eb4335, #fbbc04, #34a853, #4285f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li .__taggbox__network__8:hover {
    color       : #1eb8eb;
    border-color: #1eb8eb
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li .__taggbox__network__21:hover {
    color       : #0177d4;
    border-color: #0177d4
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li .__taggbox__network__20:hover {
    color       : #500e4e;
    border-color: #500e4e
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li .__taggbox__network__31:hover {
    color       : #000;
    border-color: #500e4e
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow:first-child input+i {
    position   : absolute;
    right      : 12px;
    top        : 24px;
    background : #eee;
    width      : 30px;
    height     : 28px;
    border-left: 1px solid #afafaf;
    cursor     : pointer
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow.__taggbox__checkboxrow {
    font-size: 14px
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow.__taggbox__checkboxrow input[type="checkbox"] {
    margin-right: 5px
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow.__taggbox__checkboxrow input[type="checkbox"]::before {
    margin: -4px 0 0 -5px;
    height: 18px;
    width : 18px
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow.__taggbox__mbzero label {
    margin-left: 7px;
    font-size  : 13px
}

.__taggbox__popupwrap .__taggbox__closebtn {
    background-image : url(../images/close.png) !important;
    position         : absolute;
    display          : inline-block;
    margin-top       : -30px;
    margin-right     : -30px;
    width            : 16px;
    height           : 16px;
    background-repeat: no-repeat !important;
    text-indent      : -10000px;
    border           : 0;
    background       : center center/16px #d63638;
    right            : 15px;
    top              : 15px;
    z-index          : 9;
    padding          : 16px;
    border-radius    : 50%
}

.__taggbox__popupwrap .__taggbox__closebtn:hover {
    cursor           : pointer;
    -webkit-transform: rotate(90deg);
    -ms-transform    : rotate(90deg);
    transform        : rotate(90deg)
}

.__taggbox__popupwrap.__taggbox__popup_lg .__taggbox__formwbody {
    vertical-align: middle;
    width         : 100%
}

.__taggbox__popupwrap.__taggbox__popup_lg .__taggbox__formwrow {
    width: 46%
}

.__taggbox__popupwrap.__taggbox__acclist .__taggbox__formwrow,
.__taggbox__popupwrap.__taggbox__popup_lg.__taggbox__acclist .__taggbox__formwrow,
.__taggbox__popupwrap.__taggbox__popup_md.__taggbox__acclist .__taggbox__formwrow,
.__taggbox__popupwrap.__taggbox__popup_xl.__taggbox__acclist .__taggbox__formwrow {
    width     : 100%;
    box-sizing: border-box
}

.__taggbox__popupwrap.__taggbox__acclist .__taggbox__formwrow select,
.__taggbox__popupwrap.__taggbox__popup_lg.__taggbox__acclist .__taggbox__formwrow select,
.__taggbox__popupwrap.__taggbox__popup_md.__taggbox__acclist .__taggbox__formwrow select,
.__taggbox__popupwrap.__taggbox__popup_xl.__taggbox__acclist .__taggbox__formwrow select {
    -webkit-appearance: unset;
    -moz-appearance   : unset;
    appearance        : unset;
    background        : url(../images/arrow-down.png) right 5px top 55%/8px no-repeat
}

.__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow select {
    background: url(../images/arrow-down.png) right 5px top 55%/8px no-repeat
}

.__taggbox__popupwrap.__taggbox__acclist .__taggbox__formwbody {
    padding-bottom: 10px
}

.__taggbox__popupwrap.__taggbox__popup_xl {
    max-width: 800px
}

.__taggbox__popupwrap.__taggbox__popup_lg {
    max-width: 600px
}

.__taggbox__popupwrap.__taggbox__popup_md {
    max-width: 580px
}

.__taggbox__popupwrap.__taggbox__popup_sm {
    max-width: 310px
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}

.tooltip {
    display: inline-block
}

.tooltip .tooltiptext {
    display         : none;
    width           : 120px;
    background-color: #555;
    color           : #fff;
    text-align      : center;
    border-radius   : 0;
    padding         : 5px 0;
    position        : absolute;
    z-index         : 1;
    bottom          : 125%;
    left            : 50%;
    margin-left     : -60px;
    opacity         : 0;
    font-weight     : 400 !important;
    overflow        : unset !important
}

.tooltip .tooltiptext::after {
    content     : "";
    position    : absolute;
    top         : 100%;
    left        : 50%;
    margin-left : -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 #fff0 #fff0
}

.tooltip:hover .tooltiptext {
    display: block;
    opacity: 1
}

body {
    background: #f9f9f9
}

div#wpwrap~div#__taggbox__loader {
    width : calc(100% - 160px);
    right : 0;
    left  : inherit;
    height: calc(100vh - 32px)
}

div#wpwrap~.__taggbox__overlay .__taggbox__popupwrap {
    left: 160px
}

#screen-meta~.notice {
    margin        : 5px 0;
    padding-top   : 0;
    padding-bottom: 0;
    width         : calc(100% - 70px)
}

.notice p {
    padding: 0
}

.notice .notice-dismiss {
    padding: 6px
}

#screen-meta~.notice~.__taggbox__container .__taggbox__tabing {
    border-top: 1px solid #eee
}

div.daterangepicker.opensright:before {
    right: 84px;
    left : inherit
}

div.daterangepicker.opensright:after {
    right: 85px;
    left : inherit
}

#wpbody-content {
    /*padding-bottom:0*/
}

.__taggbox__container>.__taggbox__row>.__taggbox__col.__taggbox__widget {
    min-height: calc(100vh - 195px);
    height    : calc(100vh - 110px)
}

.notice~.__taggbox__container>.__taggbox__row>.__taggbox__col.__taggbox__widget {
    height: calc(100vh - 180px)
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div#__taggbox__choosetheme,
.notice~.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent {
    height    : 100%;
    overflow-y: auto
}

.notice+.notice~.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent {
    max-height: calc(100% - 90px)
}

.notice~.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent {
    max-height: calc(100% - 50px)
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent {
    max-height: calc(100% - 80px)
}

.notice+.notice~.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__filter iframe {
    border: 0;
    width : 100%;
    height: calc(100vh - 270px)
}

.notice~.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__filter iframe {
    border: 0;
    width : 100%;
    height: calc(100vh - 228px)
}

.__taggbox__filter iframe {
    border: 0;
    width : 100%;
    height: calc(100vh - 185px)
}

.notice+.notice~.__taggbox__container .__taggbox__customization {
    height: calc(100% - 78px)
}

.notice~.__taggbox__container .__taggbox__customization {
    height: calc(100% - 38px)
}

.__taggbox__container .__taggbox__customization {
    height: calc(100% - 60px)
}

.notice+.notice~.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__analytics {
    height: calc(100vh - 250px)
}

.notice~.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__analytics {
    height: calc(100vh - 220px)
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__analytics {
    height: calc(100vh - 170px)
}

.notice+.notice~.__taggbox__container .__taggbox__widget_inn .__taggbox__pricesection {
    height: calc(100vh - 270px)
}

.notice~.__taggbox__container .__taggbox__widget_inn .__taggbox__pricesection {
    height: calc(100vh - 230px)
}

.__taggbox__container .__taggbox__widget_inn .__taggbox__pricesection {
    overflow-y: auto;
    height    : calc(100vh - 180px)
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent#__taggbox__displayfeed {
    height: calc(100% - 18px)
}

.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent.__taggbox__accountsection,
.notice~.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent.__taggbox__accountsection {
    max-height: calc(100% - 48px)
}

.__taggbox__container .__taggbox___customization_contain,
.notice~.__taggbox__container .__taggbox___customization_contain {
    max-height: calc(100% - 69px);
    overflow-y: auto
}

.__taggbox__container .__taggbox___customization_contain::-webkit-scrollbar,
.__taggbox__container .__taggbox__analytics::-webkit-scrollbar,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent#__taggbox__displayfeed::-webkit-scrollbar,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent.__taggbox__accountsection::-webkit-scrollbar,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent::-webkit-scrollbar,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div#__taggbox__choosetheme::-webkit-scrollbar,
.__taggbox__container .__taggbox__sourcerow.__taggbox__pricesection::-webkit-scrollbar,
.__taggbox__container>.__taggbox__row>.__taggbox__col.__taggbox__widget::-webkit-scrollbar,
.notice~.__taggbox__container .__taggbox___customization_contain::-webkit-scrollbar,
.notice~.__taggbox__container .__taggbox__analytics::-webkit-scrollbar,
.notice~.__taggbox__container .__taggbox__customization::-webkit-scrollbar,
.notice~.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent.__taggbox__accountsection::-webkit-scrollbar,
.notice~.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent::-webkit-scrollbar,
.notice~.__taggbox__container .__taggbox__sourcerow.__taggbox__pricesection::-webkit-scrollbar,
.notice~.__taggbox__container>.__taggbox__row>.__taggbox__col.__taggbox__widget::-webkit-scrollbar,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures::-webkit-scrollbar {
    background-color: #f5f5f5;
    width           : 6px
}

.__taggbox__container .__taggbox__sourcerow.__taggbox__pricesection::-webkit-scrollbar,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures::-webkit-scrollbar {
    height: 6px
}

.__taggbox__container .__taggbox___customization_contain::-webkit-scrollbar-thumb,
.__taggbox__container .__taggbox__analytics::-webkit-scrollbar-thumb,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent#__taggbox__displayfeed::-webkit-scrollbar-thumb,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent.__taggbox__accountsection::-webkit-scrollbar-thumb,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent::-webkit-scrollbar-thumb,
.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn div#__taggbox__choosetheme::-webkit-scrollbar-thumb,
.__taggbox__container .__taggbox__sourcerow.__taggbox__pricesection::-webkit-scrollbar-thumb,
.__taggbox__container>.__taggbox__row>.__taggbox__col.__taggbox__widget::-webkit-scrollbar-thumb,
.notice~.__taggbox__container .__taggbox___customization_contain::-webkit-scrollbar-thumb,
.notice~.__taggbox__container .__taggbox__analytics::-webkit-scrollbar-thumb,
.notice~.__taggbox__container .__taggbox__customization::-webkit-scrollbar-thumb,
.notice~.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent.__taggbox__accountsection::-webkit-scrollbar-thumb,
.notice~.__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent::-webkit-scrollbar-thumb,
.notice~.__taggbox__container .__taggbox__sourcerow.__taggbox__pricesection::-webkit-scrollbar-thumb,
.notice~.__taggbox__container>.__taggbox__row>.__taggbox__col.__taggbox__widget::-webkit-scrollbar-thumb,
.__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__planfeatures::-webkit-scrollbar-thumb {
    background-color     : #d63635;
    border-radius        : 0;
    -moz-border-radius   : 0;
    -webkit-border-radius: 0
}

.__taggbox__filter iframe {
    border: 0;
    width : 100%;
    height: calc(100vh - 190px)
}

@media (max-width:1400px) {
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks {
        padding-left : 7px;
        padding-right: 9px
    }

    .__taggbox__container .__taggbox___customization_contain {
        max-height: 380px
    }
}

@media (min-width:1300px) and (max-width:1365px) {
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks {
        padding-left : 4px;
        padding-right: 4px
    }
}

@media (max-width:1299px) {
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks {
        display              : -webkit-box;
        display              : -ms-flexbox;
        display              : flex;
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
        -webkit-box-align    : center;
        -ms-flex-align       : center;
        align-items          : center;
        -webkit-box-pack     : center;
        -ms-flex-pack        : center;
        justify-content      : center;
        padding              : 5px 10px;
        font-size            : 13px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks span {
        margin: 0 0 5px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__msg .__taggbox__showemail {
        font-size: 12px
    }
}

@media (max-width:1280px) {

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li:nth-child(6n),
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist :nth-child(3n) {
        margin-right: 2%
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li:nth-child(4n),
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist :last-child,
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist :nth-child(2n),
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox:nth-child(2n) {
        margin-right: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist li {
        width: 49%
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conntectedacc th,
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__logout {
        padding-top   : 10px;
        padding-bottom: 10px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks {
        text-align: center;
        padding   : 5px 8px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__selectwid select {
        width: auto
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight a {
        font-size: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight a img {
        margin-left: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox {
        width: calc(49% - 2px)
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li {
        width: 23.5%
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayleft {
        padding-right: 0;
        width        : 100%
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright {
        margin-left: 0;
        width      : 100%
    }
}

@media (max-width:1199px) {
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox {
        width: calc(49% - 2px)
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox:nth-child(2n) {
        margin-right: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft div.__taggbox__selectwid select {
        width : auto;
        margin: 5px 5px 5px 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft .__taggbox__selectwid {
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft .__taggbox__selectwid span {
        white-space : nowrap;
        margin-right: 5px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft .__taggbox__selectwid .add-select-widget+select {
        width: 200px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks {
        font-size: 12px
    }

    .__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan {
        -ms-flex-wrap: wrap;
        flex-wrap    : wrap
    }

    .__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox {
        width        : 49%;
        margin-right : 0;
        margin-bottom: 15px;
        box-sizing   : border-box
    }

    .__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_left {
        width: 260px
    }

    .__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right {
        width: calc(100% - 260px)
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo {
        flex-direction: column
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft {
        width        : 100%;
        border-bottom: 1px solid #eee
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight {
        width          : 100%;
        justify-content: flex-end
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__btn {
        margin-top   : 3px;
        margin-bottom: 3px
    }
}

@media (max-width:1080px) {
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding a img {
        max-height: 16px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__tabing .__taggbox__tablinks {
        padding  : 5px 8px;
        font-size: 13px
    }
}

@media (max-width:991px) {
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding li {
        padding-left : 10px;
        padding-right: 10px
    }

    .__taggbox__popupwrap.__taggbox__popup_xl {
        max-width: 90%
    }
}

@media (max-width:960px) {
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks:nth-child(3) {
        white-space: nowrap
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft span {
        padding-left: 3px;
        font-size   : 12px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__selectwid select {
        line-height   : normal;
        height        : 28px;
        min-height    : 28px;
        padding-top   : 0;
        padding-bottom: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__ssource {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox {
        width: calc(49% - 2px)
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox:nth-child(4n) {
        margin-right: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__planfeatures {
        max-width : 100%;
        overflow-x: auto;
        margin    : 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__planfeatures table {
        width: 100%
    }

    div#wpwrap~div#__taggbox__loader {
        width: calc(100% - 36px)
    }

    .__taggbox__popupwrap,
    div#wpwrap~.__taggbox__overlay .__taggbox__popupwrap {
        left: 36px
    }

    #wpbody-content>.__taggbox__container>.__taggbox__row .__taggbox__foot_nextprevious {
        width: 100%;
        left : 0
    }
}

@media (min-width:768px) and (max-width:960px) {
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding li a:hover {
        display   : block;
        width     : 24px;
        height    : 24px;
        background: url(https://cdn.tagembed.com/wp-plugin/images/logo.png) 0 0 / contain no-repeat
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding a {
        background: url(https://cdn.tagembed.com/wp-plugin/images/tagembed-branding.svg) center center/contain no-repeat;
        width     : 24px;
        height    : 24px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding a img {
        display: none
    }
}

@media (max-width:782px) {
    div#wpwrap~div#__taggbox__loader {
        width: 100%
    }

    .__taggbox__popupwrap,
    div#wpwrap~.__taggbox__overlay .__taggbox__popupwrap {
        left : 0;
        right: 0
    }
}

@media (max-width:767px) {

    .__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain,
    .__taggbox__sourcerow {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssleft {
        margin-bottom: 10px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssleft,
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright {
        width        : 100%;
        -ms-flex-wrap: wrap;
        flex-wrap    : wrap
    }

    .__taggbox__popupwrap.__taggbox__popup_lg,
    .__taggbox__popupwrap.__taggbox__popup_md,
    .__taggbox__popupwrap.__taggbox__popup_sm,
    .__taggbox__popupwrap.__taggbox__popup_xl {
        max-width: 90%
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright {
        border-bottom : 1px solid #eee;
        padding-bottom: 15px
    }

    .__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_left {
        width        : 100%;
        padding-right: 0;
        margin-bottom: 5px
    }

    .__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right,
    .__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col,
    .__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col .__taggbox__input,
    .__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col input,
    .__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col select,
    .__taggbox__container .__taggbox__row .__taggbox__customization .__taggbox___customization_contain .__taggbox__customization_right .__taggbox__container .__taggbox__row .__taggbox__col label.__taggbox__lablename {
        min-width: 240px;
        width    : auto
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget {
        padding-right: 10px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing,
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing ul {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
        position             : unset;
        padding-left         : 0;
        padding-right        : 0;
        width                : 100%
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing ul,
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing ul ul {
        width       : 100%;
        margin-top  : 5px;
        padding-left: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks,
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing ul .__taggbox__tablinks {
        padding              : 10px 15px;
        box-sizing           : border-box;
        border-right         : 0;
        width                : 100%;
        border-bottom        : 1px solid #eee;
        font-size            : 14px;
        -webkit-box-orient   : horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction   : row;
        flex-direction       : row;
        vertical-align       : middle;
        text-align           : left;
        -webkit-box-align    : center;
        -ms-flex-align       : center;
        align-items          : center;
        -webkit-box-pack     : start;
        -ms-flex-pack        : start;
        justify-content      : flex-start
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks:first-child,
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing ul .__taggbox__tablinks:first-child {
        border-top: 1px solid #eee
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tablinks span,
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing ul .__taggbox__tablinks span {
        margin: 0 10px 0 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing ul {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order           : 3;
        order                    : 3
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__branding {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order           : 1;
        order                    : 1;
        padding-top              : 10px;
        padding-bottom           : 10px;
        margin-top               : 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
        margin-left          : 0;
        margin-right         : 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone .__taggbox__mainmenu {
        display: none
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone .__taggbox__menumob {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order           : 2;
        order                    : 2;
        display                  : -webkit-box;
        display                  : -ms-flexbox;
        display                  : flex;
        width                    : 100%
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone .__taggbox__menumob ul {
        margin    : 0;
        border-top: 1px solid #eee;
        padding   : 10px 15px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone .__taggbox__menumob ul li {
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        -webkit-box-pack : justify;
        -ms-flex-pack    : justify;
        justify-content  : space-between;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
        width            : 100%;
        margin           : 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone .__taggbox__menumob ul li span {
        font-weight: 500
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingone .__taggbox__menumob ul li a {
        font-size: 20px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo {
        padding-left : 0;
        padding-right: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft {
        -webkit-box-align: start;
        -ms-flex-align   : start;
        align-items      : flex-start;
        border-bottom    : 0;
        width            : 100%;
        box-sizing       : border-box;
        padding          : 0 15px;
        border           : 0;
        margin           : 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft div.__taggbox__selectwid {
        width        : 100%;
        border-bottom: 0;
        padding      : 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft div.__taggbox__selectwid span {
        padding-left: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft div.__taggbox__selectwid select {
        width       : 100%;
        margin-right: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtwoleft div.__taggbox__selectwid span.add-select-widget {
        width: auto
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight {
        display         : -webkit-box;
        display         : -ms-flexbox;
        display         : flex;
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between;
        width           : 100%;
        padding-left    : 10px;
        padding-right   : 10px;
        box-sizing      : border-box;
        border-top      : 1px solid #eee;
        flex-direction  : column
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__logout {
        background  : 0 0;
        border-left : 0;
        margin-right: 0;
        padding     : 8px 10px 8px 15px;
        margin-left : auto
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight div.__taggbox__msg {
        padding-right : 0;
        padding-top   : 5px;
        border-bottom : 1px solid #eee;
        padding-bottom: 6px;
        width         : 100%
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__btn {
        margin: 5px 0 5px 10px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__selectwid {
        border : 0;
        padding: 0;
        margin : 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__msg img {
        vertical-align: top
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul li:not(:last-child),
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo:after,
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo:before {
        display: none
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn~div {
        margin-top: 15px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li {
        width       : 49%;
        margin-right: 2%
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li:nth-child(5n),
    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li:nth-child(6n) {
        margin-right: 2%
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__layoutarea ul li:nth-child(2n) {
        margin-right: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetbox {
        width        : 100%;
        margin-bottom: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__widgetarea .__taggbox__widgetactions {
        padding-left : 15px;
        padding-right: 15px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul li:last-child {
        border-right: 1px solid #eee
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul li:last-child a.__taggbox__tabcommpreivew {
        background   : #f7f7f7;
        padding-left : 12px;
        padding-right: 12px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox___displayfeedrow .__taggbox__displayright .__taggbox__previewarea .__taggbox__previewation ul li:last-child a.__taggbox__tabcommpreivew svg path {
        fill: #d63638
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing~div {
        margin-top: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabingtwo {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
        padding-left         : 10px;
        padding-right        : 10px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__branding a img {
        max-height: 24px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget #__taggbox__accounts .__taggbox__connaccountwrap {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
        -webkit-box-align    : start;
        -ms-flex-align       : start;
        align-items          : flex-start
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget #__taggbox__accounts .__taggbox__connaccountwrap .__taggbox__caright {
        margin-top: 10px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget #__taggbox__accounts .__taggbox__connaccountwrap .__taggbox__caright input {
        margin-left: 0
    }

    .__taggbox__container .__taggbox__row input[type="checkbox"] {
        width : 16px;
        height: 16px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__msg {
        display    : block;
        border     : 0;
        display    : flex;
        align-items: center
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__msg .__taggbox__showemail {
        font-size  : 11px;
        line-height: 13px
    }
}

@media (max-width:640px) {
    .__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center
    }

    .__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li {
        width: auto
    }

    .__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li a img {
        margin-right: 0
    }

    .__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li a span {
        display: none
    }

    .__taggbox__popupwrap .__taggbox__formwbody .__taggbox__formwrow .__taggbox__addnetwork li:nth-child(3n) {
        margin-right: 2%
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__logout span {
        width: 14px
    }

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabing .__taggbox__tabingtwo .__taggbox__tabtworight .__taggbox__msg {
        font-size  : 12px;
        line-height: normal
    }
}

@media (max-width:479px) {

    .__taggbox__container .__taggbox__row .__taggbox__widget .__taggbox__widget_inn .__taggbox__tabcontent .__taggbox__sourcerow .__taggbox__ssright .__taggbox__conacclist li,
    .__taggbox__feedtype p {
        width       : 100%;
        margin-right: 0
    }

    .__taggbox__container .__taggbox__row .__taggbox__pricesection .__taggbox__fourplan .__taggbox__planbox {
        width: 100%
    }

    .__taggbox__container .__taggbox__row .__taggbox__formwrow .__taggbox__shareconn {
        padding: 15px
    }
}