/*@font-face {*/
/*    font-family: 'NunitoSans';*/
/*    src: url('../fonts/nunito/NunitoSans-300.eot');*/
/*    src: url("../fonts/nunito/NunitoSans-300.woff") format("woff"),*/
/*    url("../fonts/nunito/NunitoSans-300.ttf") format("truetype"),*/
/*    url("../fonts/nunito/NunitoSans-300.svg") format("svg");*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*}*/

/*@font-face {*/
/*    font-family: 'NunitoSans';*/
/*    src: url('../fonts/nunito/NunitoSans-400.eot');*/
/*    src: url("../fonts/nunito/NunitoSans-400.woff") format("woff"),*/
/*    url("../fonts/nunito/NunitoSans-400.ttf") format("truetype"),*/
/*    url("../fonts/nunito/NunitoSans-Black.svg") format("svg");*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*}*/

/*@font-face {*/
/*    font-family: 'NunitoSans';*/
/*    src: url('../fonts/nunito/NunitoSans-600.eot');*/
/*    src: url("../fonts/nunito/NunitoSans-600.woff") format("woff"),*/
/*    url("../fonts/nunito/NunitoSans-600.ttf") format("truetype"),*/
/*    url("../fonts/nunito/NunitoSans-600.svg") format("svg");*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*}*/

/*@font-face {*/
/*    font-family: 'NunitoSans';*/
/*    src: url('../fonts/nunito/NunitoSans-700.eot');*/
/*    src: url("../fonts/nunito/NunitoSans-700.woff") format("woff"),*/
/*    url("../fonts/nunito/NunitoSans-700.ttf") format("truetype"),*/
/*    url("../fonts/nunito/NunitoSans-700.svg") format("svg");*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*}*/

/*@font-face {*/
/*    font-family: 'NunitoSans';*/
/*    src: url('../fonts/nunito/NunitoSans-800.eot');*/
/*    src: url("../fonts/nunito/NunitoSans-800.woff") format("woff"),*/
/*    url("../fonts/nunito/NunitoSans-800.ttf") format("truetype"),*/
/*    url("../fonts/nunito/NunitoSans-800.svg") format("svg");*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*}*/

/*@font-face {*/
/*    font-family: 'NunitoSans-Black';*/
/*    src: url('../fonts/nunito/NunitoSans-Black.eot');*/
/*    src: url("../fonts/nunito/NunitoSans-Black.woff") format("woff"),*/
/*    url("../fonts/nunito/NunitoSans-Black.ttf") format("truetype"),*/
/*    url("../fonts/nunito/NunitoSans-Black.svg") format("svg");*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*}*/

@font-face {
    font-family: 'Arvo-Bold';
    src: url('../fonts/arvo/Arvo-Bold.eot');
    src: url("../fonts/arvo/Arvo-Bold.woff") format("woff"),
    url("../fonts/arvo/Arvo-Bold.ttf") format("truetype"),
    url("../fonts/arvo/Arvo-Bold.svg") format("svg");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "wl-icon-font";
    src: url("../fonts/Z.eot?http_www.wellnessliving.com");
    src: url("../fonts/Z.eot?http_www.wellnessliving.com#iefix") format("embedded-opentype"),
    url("../fonts/0.woff?http_www.wellnessliving.com") format("woff"),
    url("../fonts/Z.ttf?http_www.wellnessliving.com") format("truetype"),
    url("../fonts/H.svg?http_www.wellnessliving.com#icon-font") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="wl-icon-"]:before, [class*=" wl-icon-"]:before {
    display: inline-block;
    font-family: "wl-icon-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    content: '';
    display: block;
    clear: both;
}

.main-box.full-width {
    width: 100%;
    margin: 0;
    padding: 0;
}

.widget .data-boxes .data-box {
    /*margin-bottom: 24px;*/
}

.widget .data-boxes .data-box .title a {
    /*font-size: 18px;*/
    /*font-weight: 600;*/
    /*margin-bottom: 8px;*/
    /*color: #2a7ab0;*/
}

.widget .data-boxes .data-box .meta {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
    /*font-size: 12px;*/
    /*line-height: 1.42;*/
    /*font-weight: 400;*/
    /*color: #7f7f7f;*/
    /*text-transform: uppercase;*/
    /*margin: 2px 0 6px;*/
}

.widget .data-boxes .data-box .the-content {
    color: #444444;
    margin: 6px 0 7px;
}

.widget .data-boxes .data-box .counts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #949494;
    margin-top: 10px;
    font-weight: 300;
}

.widget .data-boxes .data-box .counts a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px !important;
    color: #949494 !important;
}

.widget .data-boxes .data-box .counts a {
    text-decoration: none !important;
    margin-right: 16px;
}

.widget .data-boxes .data-box .counts a .upvoted,
.widget .data-boxes .data-box .counts a .upvoted:before,
.widget .data-boxes .data-box .counts a .replied:before,
.widget .data-boxes .data-box .counts a .replied + span {
    font-weight: bold;
}

.widget .data-boxes .data-box .counts a:hover {
    color: #2a7ab0 !important;
}

.widget .data-boxes .data-box .counts [class^="flaticon-"]:before {
    font-size: 13px;
    margin-right: 4px;
}

.widget .data-boxes .data-box .counts a.mr24 {
    display: inline;
}

.widget.user-topics .text-boxes .item-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
    padding-left: 26px;
}

.user-topics .text-boxes .square {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    margin-right: 8px;
}

.user-topics .text-boxes .square-pending {
    background-color: #8fa6ac;
}

.user-topics .text-boxes .square-publish {
    background-color: #33c96f;
}

.user-topics .text-boxes .square-closed {
    background-color: #bd8aa9;
}

.user-topics .text-boxes .square-private {
    background-color: #3397c9;
}

.related-box .text-boxes .item-box a,
.user-topics .text-boxes .item-box a {
    display: block;
}

.recent-announcements-box .title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.05;
    color: #3d3d3d;
    margin-bottom: 24px;
}

.main-box .data-boxes .ava-box {
    float: left;
    width: 7rem;
    height: 7rem;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.main-box .data-boxes .ava-box img {
    width: 100%;
    border-radius: 50%;
}

.main-box .data-boxes .data-box .line-1.one-line,
.main-box .data-boxes .data-box .line-1.one-line .alpha-box,
.main-box .data-boxes .data-box .line-1.one-line .beta-box {
    margin-bottom: 0.5rem;
}

.line-specs {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
}

.icon-speak {
    width: 1.6rem;
    height: 1.37rem;
    background-image: url(../images/icon-5.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.conversations-box .data-boxes .data-box .line-2 .txt-box,
.main-box .data-boxes .data-box .line-1 .left-box .txt-box {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f7f7f;
    text-transform: uppercase;
    vertical-align: middle;
}

.data-boxes .data-box .line-1 .right-box .txt-box,
.data-boxes .data-box .line-12 .txt-box {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #3BB44A;
    vertical-align: middle;
}

.mr25 {
    margin-right: 2.5rem;
}

.mb35 {
    margin-bottom: 3.5rem;
}

.mall0 {
    margin: 0 !important;
}

.conversations-box .data-boxes .data-box .line-5 a,
.box-counts a,
.box-counts > span {
    display: inline-flex;
    align-content: center;
    align-items: center;
    font-size: 12px;
    color: #949494;
    margin-right: 16px;
}

/*.main-box .categories-boxes .data-boxes .data-box .line-1 .left-box .txt-box {*/
/*    font-family: 'Nunito Sans', sans-serif;*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*    line-height: normal;*/
/*    color: #3d3d3d;*/
/*    text-transform: none;*/
/*}*/

/*.main-box .categories-boxes .data-boxes .data-box .line-1 .left-box .txt-box sup {*/
/*    font-size: 9px;*/
/*}*/

.beta-box {
    width: 53%;
    display: inline-block;
    font-size: 0;
    padding-left: 48px;
}

/*.categories-boxes .data-box .line-1 .beta-box a {*/
/*    width: 30%;*/
/*    min-height: 3.6rem;*/
/*    line-height: 3.6rem;*/
/*    border-radius: 10rem;*/
/*    font-family: 'Nunito Sans', sans-serif;*/
/*    font-size: 1.2rem;*/
/*    font-weight: 700;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*}*/

/*.categories-boxes .data-box .line-12 {*/
/*    margin-bottom: 16px;*/
/*}*/

/*.categories-boxes .data-box .line-12 a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.categories-boxes .data-box .line-2 .square {*/
/*    float: left;*/
/*    width: 1.2rem;*/
/*    height: 1.2rem;*/
/*    display: inline-block;*/
/*    margin-top: 2px;*/
/*}*/

/*.categories-boxes .data-box .line-2 .item-box a {*/
/*    margin-left: 3.5rem;*/
/*    font-family: 'Nunito Sans', sans-serif;*/
/*    font-size: 12px;*/
/*    font-weight: 600;*/
/*    color: #444444;*/
/*    display: block;*/
/*}*/

/*.main-box .categories-boxes .data-boxes .data-box .line-2 {*/
/*    margin-bottom: 0;*/
/*}*/

/*.categories-boxes .appointments-box-category .data-box .line-2 .square {*/
/*    background-color: #73bb4d;*/
/*}*/

.appointments-box-category .data-box .line-12 .txt-box {
    color: #73bb4d;
}

.appointments-box-category .data-box .line-1 .beta-box a,
.category-page.appointments-box-category .subscription-toggle {
    color: #73bb4d;
    border: solid 1px #73bb4d;
}

/*.categories-boxes .classes-box-category .data-box .line-2 .square {*/
/*    background-color: #f9a326;*/
/*}*/

.classes-box-category .data-box .line-12 .txt-box {
    color: #f9a326;
}

.classes-box-category .data-box .line-1 .beta-box a,
.category-page.classes-box-category .subscription-toggle {
    color: #f9a326;
    border: solid 1px #f9a326;
}

/*.categories-boxes .events-box-category .data-box .line-2 .square {*/
/*    background-color: #3397c9;*/
/*}*/

.events-box-category .data-box .line-12 .txt-box {
    color: #3397c9;
}

.events-box-category .data-box .line-1 .beta-box a,
.category-page.events-box-category .subscription-toggle {
    color: #3397c9;
    border: solid 1px #3397c9;
}

/*.categories-boxes .bookaspot-box-category .data-box .line-2 .square {*/
/*    background-color: #d66988;*/
/*}*/

.bookaspot-box-category .data-box .line-12 .txt-box {
    color: #d66988;
}

.bookaspot-box-category .data-box .line-1 .beta-box a,
.category-page.bookaspot-box-category .subscription-toggle {
    color: #d66988;
    border: solid 1px #d66988;
}

/*.categories-boxes .belts-box-category .data-box .line-2 .square {*/
/*    background-color: #e950d9;*/
/*}*/

.belts-box-category .data-box .line-12 .txt-box {
    color: #e950d9;
}

.belts-box-category .data-box .line-1 .beta-box a,
.category-page.belts-box-category .subscription-toggle {
    color: #e950d9;
    border: solid 1px #e950d9;
}

/*.main-box .categories-boxes .data-boxes .data-box .line-1 .left-box .txt-box span {*/
/*    font-size: 1.5rem;*/
/*    vertical-align: super;*/
/*}*/

/*.categories-boxes .client-management-box-category .data-box .line-2 .square {*/
/*    background-color: #7c7cda;*/
/*}*/

.client-management-box-category .data-box .line-12 .txt-box {
    color: #7c7cda;
}

.client-management-box-category .data-box .line-1 .beta-box a,
.category-page.client-management-box-category .subscription-toggle {
    color: #7c7cda;
    border: solid 1px #7c7cda;
}

/*.categories-boxes .staff-management-box-category .data-box .line-2 .square {*/
/*    background-color: #f04646;*/
/*}*/

.staff-management-box-category .data-box .line-12 .txt-box {
    color: #f04646;
}

.staff-management-box-category .data-box .line-1 .beta-box a,
.category-page.staff-management-box-category .subscription-toggle {
    color: #f04646;
    border: solid 1px #f04646;
}

/*.categories-boxes .store-category .data-box .line-2 .square {*/
/*    background-color: #00bba7;*/
/*}*/

.store-category .data-box .line-12 .txt-box {
    color: #00bba7;
}

.store-category .data-box .line-1 .beta-box a,
.category-page.store-category .subscription-toggle {
    color: #00bba7;
    border: solid 1px #00bba7;
}

/*.categories-boxes .poams-box-category .data-box .line-2 .square {*/
/*    background-color: #712d95;*/
/*}*/

.poams-box-category .data-box .line-12 .txt-box {
    color: #712d95;
}

.poams-box-category .data-box .line-1 .beta-box a,
.category-page.poams-box-category .subscription-toggle {
    color: #712d95;
    border: solid 1px #712d95;
}

/*.categories-boxes .pasm-box-category .data-box .line-2 .square {*/
/*    background-color: #f11491;*/
/*}*/

.pasm-box-category .data-box .line-12 .txt-box {
    color: #f11491;
}

.pasm-box-category .data-box .line-1 .beta-box a,
.category-page.pasm-box-category .subscription-toggle {
    color: #f11491;
    border: solid 1px #f11491;
}

/*.categories-boxes .reports-box-category .data-box .line-2 .square {*/
/*    background-color: #587ac0;*/
/*}*/

.reports-box-category .data-box .line-12 .txt-box {
    color: #587ac0;
}

.reports-box-category .data-box .line-1 .beta-box a,
.category-page.reports-box-category .subscription-toggle {
    color: #587ac0;
    border: solid 1px #587ac0;
}

/*.categories-boxes .payment-processing-box-category .data-box .line-2 .square {*/
/*    background-color: #a260aa;*/
/*}*/

.payment-processing-box-category .data-box .line-12 .txt-box {
    color: #a260aa;
}

.payment-processing-box-category .data-box .line-1 .beta-box a,
.category-page.payment-processing-box-category .subscription-toggle {
    color: #a260aa;
    border: solid 1px #a260aa;
}

/*.categories-boxes .csciwa-box-category .data-box .line-2 .square {*/
/*    background-color: #bd8aa9;*/
/*}*/

.csciwa-box-category .data-box .line-12 .txt-box {
    color: #bd8aa9;
}

.csciwa-box-category .data-box .line-1 .beta-box a,
.category-page.csciwa-box-category .subscription-toggle {
    color: #bd8aa9;
    border: solid 1px #bd8aa9;
}

/*.categories-boxes .cwapp-box-category .data-box .line-2 .square {*/
/*    background-color: #4dcae1;*/
/*}*/

.cwapp-box-category .data-box .line-12 .txt-box {
    color: #4dcae1;
}

.cwapp-box-category .data-box .line-1 .beta-box a,
.category-page.cwapp-box-category .subscription-toggle {
    color: #4dcae1;
    border: solid 1px #4dcae1;
}

/*.categories-boxes .csrwapp-box-category .data-box .line-2 .square {*/
/*    background-color: #8257c9;*/
/*}*/

.csrwapp-box-category .data-box .line-12 .txt-box {
    color: #8257c9;
}

.csrwapp-box-category .data-box .line-1 .beta-box a,
.category-page.csrwapp-box-category .subscription-toggle {
    color: #8257c9;
    border: solid 1px #8257c9;
}

/*.categories-boxes .esapp-box-category .data-box .line-2 .square {*/
/*    background-color: #359dcd;*/
/*}*/

.esapp-box-category .data-box .line-12 .txt-box {
    color: #359dcd;
}

.esapp-box-category .data-box .line-1 .beta-box a,
.category-page.esapp-box-category .subscription-toggle {
    color: #359dcd;
    border: solid 1px #359dcd;
}

/*.categories-boxes .acapp-box-category .data-box .line-2 .square {*/
/*    background-color: #952f89;*/
/*}*/

.acapp-box-category .data-box .line-12 .txt-box {
    color: #952f89;
}

.acapp-box-category .data-box .line-1 .beta-box a,
.category-page.acapp-box-category .subscription-toggle {
    color: #952f89;
    border: solid 1px #952f89;
}

/*.categories-boxes .hardware-box-category .data-box .line-2 .square {*/
/*    background-color: #fb7d28;*/
/*}*/

.hardware-box-category .data-box .line-12 .txt-box {
    color: #fb7d28;
}

.hardware-box-category .data-box .line-1 .beta-box a,
.category-page.hardware-box-category .subscription-toggle {
    color: #fb7d28;
    border: solid 1px #fb7d28;
}

/*.categories-boxes .widgets-box-category .data-box .line-2 .square {*/
/*    background-color: #e5256c;*/
/*}*/

.widgets-box-category .data-box .line-12 .txt-box {
    color: #e5256c;
}

.widgets-box-category .data-box .line-1 .beta-box a,
.category-page.widgets-box-category .subscription-toggle {
    color: #e5256c;
    border: solid 1px #e5256c;
}

/*.categories-boxes .activity-log-box-category .data-box .line-2 .square {*/
/*    background-color: #2cb6cf;*/
/*}*/

.activity-log-box-category .data-box .line-12 .txt-box {
    color: #2cb6cf;
}

.activity-log-box-category .data-box .line-1 .beta-box a,
.category-page.activity-log-box-category .subscription-toggle {
    color: #2cb6cf;
    border: solid 1px #2cb6cf;
}

/*.categories-boxes .schedule-box-category .data-box .line-2 .square {*/
/*    background-color: #3b5997;*/
/*}*/

.schedule-box-category .data-box .line-12 .txt-box {
    color: #3b5997;
}

.schedule-box-category .data-box .line-1 .beta-box a,
.category-page.schedule-box-category .subscription-toggle {
    color: #3b5997;
    border: solid 1px #3b5997;
}

/*.categories-boxes .automated-marketing-notifications-box-category .data-box .line-2 .square {*/
/*    background-color: #33c96f;*/
/*}*/

.automated-marketing-notifications-box-category .data-box .line-12 .txt-box {
    color: #33c96f;
}

.automated-marketing-notifications-box-category .data-box .line-1 .beta-box a,
.category-page.automated-marketing-notifications-box-category .subscription-toggle {
    color: #33c96f;
    border: solid 1px #33c96f;
}

/*.categories-boxes .client-staff-notifications-category .data-box .line-2 .square {*/
/*    background-color: #ffd700;*/
/*}*/

.client-staff-notifications-category .data-box .line-12 .txt-box {
    color: #ffd700;
}

.client-staff-notifications-category .data-box .line-1 .beta-box a,
.category-page.client-staff-notifications-category .subscription-toggle {
    color: #ffd700;
    border: solid 1px #ffd700;
}

/*.categories-boxes .other-topics-box-category .data-box .line-2 .square {*/
/*    background-color: #8fa6ac;*/
/*}*/

.other-topics-box-category .data-box .line-12 .txt-box {
    color: #8fa6ac;
}

.other-topics-box-category .data-box .line-1 .beta-box a,
.category-page.other-topics-box-category .subscription-toggle {
    color: #8fa6ac;
    border: solid 1px #8fa6ac;
}

/*.categories-boxes .rewards-box-category .data-box .line-2 .square {*/
/*    background-color: #ff9171;*/
/*}*/

.rewards-box-category .data-box .line-12 .txt-box {
    color: #ff9171;
}

.rewards-box-category .data-box .line-1 .beta-box a,
.category-page.rewards-box-category .subscription-toggle {
    color: #ff9171;
    border: solid 1px #ff9171;
}

#employees-champions-ajax {
    position: relative;
    display: block;
}

.wl-forum-single-topic-new-post .wl-forum-single-topic-new-post-button {
    text-align: right;
}

a.active.bbp-reply-to-link {
    display: none;
}

/* BTN */

.btn-yellow {
    justify-content: center;
    width: 170px;
    color: #f9a326;
    border-color: #f9a326;
}

.btn-yellow:hover {
    color: #fff;
    background-color: #ee9619;
}

.wl-forum-avatar .icon.icon-onava-4 {
    background-color: #fdc137;
    color: #fff;
}

.wl-forum-avatar .icon.icon-onava-4:before {
    font-family: "Flaticon", sans-serif;
    position: absolute;
    top: 52%;
    content: "\f10a";
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.icon-page {
    background-image: url(../images/icon-33.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 1.6rem;
    display: inline-block;
    vertical-align: middle;
}

.icon-heart {
    width: 1.5rem;
    height: 1.7rem;
    background-image: url(../images/icon-heart.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
}

.top-links-post .icon-heart.follow-icon {
    background-image: url(../images/icon-heart-green.svg);
    margin-bottom: 0.4rem;
}

.top-links-post .icon-heart.followed-icon {
    background-image: url(../images/icon-heart-white.svg);
    margin-bottom: 0.4rem;
}

.icon-edit {
    background-image: url(../images/icon-edit.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.6rem 0.4rem 0;
}

/*.icon-reply {*/
/*    background-image: url(../images/icon-reply-arrow.svg);*/
/*    background-position: center top;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 2rem;*/
/*    height: 1.5rem;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    margin: 0 0.6rem 0.4rem 0;*/
/*}*/

.icon-best-reply {
    background-image: url(../images/icon-best-reply.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.6rem 0.4rem 0;
}

.icon-best-reply-pin {
    background-image: url(../images/icon-best-reply-pin.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.6rem 0.4rem 0;
}

.main-box .conv-admin-box .data-boxes .data-box > div:last-child {
    margin: 0;
}

.main-box .conv-admin-box .data-boxes .line-1 {
    display: block;
}

.main-box .conv-admin-box .data-boxes a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2rem;
    font-weight: normal;
    line-height: normal;
    color: #f9a326;
    text-decoration: none;
    vertical-align: middle;
}

.main-box .conv-admin-box .data-boxes .txt-box {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2rem;
    font-weight: normal;
    line-height: normal;
    color: #333333;
    vertical-align: middle;
}

.main-box .conv-admin-box .data-boxes .line-2 .txt-box {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    color: #333333;
    vertical-align: middle;
}

.main-box .conv-admin-box .data-boxes .line-3 .txt-box {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: normal;
    color: #949494;
    vertical-align: middle;
}

/* End Conversations page styles */
/* Category page styles */
a.forum-topic-count:first-child {
    cursor: context-menu;
}

.post-page.appointments-box-category .top-links-post.active a.category-color,
.post-page.appointments-box-category .post-top-form button,
.search-page.appointments-box-category .buttons-and-txt-box .buttons-box a:hover {
    background-color: #73bb4d;
}

.post-page.appointments-box-category .top-links-post a.category-color,
.post-page.appointments-box-category .post-top-form button {
    border: solid 1px #73bb4d;
    color: #73bb4d;
    background-color: transparent;
}

.post-page.classes-box-category .top-links-post a.category-color.active,
.post-page.classes-box-category .post-top-form button,
.search-page.classes-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.classes-box-category .post-top-form button:hover {
    background-color: #f9a326;
}

.post-page.classes-box-category .top-links-post a.category-color,
.post-page.classes-box-category .post-top-form button {
    border: solid 1px #f9a326;
    color: #f9a326;
    background-color: transparent;
}

.post-page.events-box-category .top-links-post a.category-color.active,
.post-page.events-box-category .post-top-form button,
.search-page.events-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.events-box-category .post-top-form button:hover {
    background-color: #3397c9;
}

.post-page.events-box-category .top-links-post a.category-color,
.post-page.events-box-category .post-top-form button {
    border: solid 1px #3397c9;
    color: #3397c9;
    background-color: transparent;
}

.post-page.bookaspot-box-category .top-links-post a.category-color.active,
.post-page.bookaspot-box-category .post-top-form button,
.search-page.bookaspot-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.bookaspot-box-category .post-top-form button:hover {
    background-color: #d66988;
}

.post-page.belts-box-category .top-links-post a.category-color.active,
.post-page.belts-box-category .post-top-form button,
.search-page.belts-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.belts-box-category .post-top-form button:hover {
    background-color: #e950d9;
}

.post-page.bookaspot-box-category .top-links-post a.category-color,
.post-page.bookaspot-box-category .post-top-form button {
    border: solid 1px #d66988;
    color: #d66988;
    background-color: transparent;
}

.post-page.belts-box-category .top-links-post a.category-color,
.post-page.belts-box-category .post-top-form button {
    border: solid 1px #e950d9;
    color: #e950d9;
    background-color: transparent;
}

.post-page.client-management-box-category .top-links-post a.category-color.active,
.post-page.client-management-box-category .post-top-form button,
.search-page.client-management-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.client-management-box-category .post-top-form button:hover {
    background-color: #7c7cda;
}

.post-page.client-management-box-category .top-links-post a.category-color,
.post-page.client-management-box-category .post-top-form button {
    border: solid 1px #7c7cda;
    color: #7c7cda;
    background-color: transparent;
}

.post-page.staff-management-box-category .top-links-post a.category-color.active,
.post-page.staff-management-box-category .post-top-form button,
.search-page.staff-management-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.staff-management-box-category .post-top-form button:hover {
    background-color: #f04646;
}

.post-page.staff-management-box-category .top-links-post a.category-color,
.post-page.staff-management-box-category .post-top-form button {
    border: solid 1px #f04646;
    color: #f04646;
    background-color: transparent;
}

.post-page.store-category .top-links-post a.category-color.active,
.post-page.store-category .post-top-form button,
.search-page.store-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.store-category .post-top-form button:hover {
    background-color: #00bba7;
}

.post-page.store-category .top-links-post a.category-color,
.post-page.store-category .post-top-form button {
    border: solid 1px #00bba7;
    color: #00bba7;
    background-color: transparent;
}

.post-page.poams-box-category .top-links-post a.category-color.active,
.post-page.poams-box-category .post-top-form button,
.search-page.poams-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.poams-box-category .post-top-form button:hover {
    background-color: #712d95;
}

.post-page.poams-box-category .top-links-post a.category-color,
.post-page.poams-box-category .post-top-form button {
    border: solid 1px #712d95;
    color: #712d95;
    background-color: transparent;
}

.post-page.pasm-box-category .top-links-post a.category-color.active,
.post-page.pasm-box-category .post-top-form button,
.search-page.pasm-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.pasm-box-category .post-top-form button:hover {
    background-color: #f11491;
}

.post-page.pasm-box-category .top-links-post a.category-color,
.post-page.pasm-box-category .post-top-form button {
    border: solid 1px #f11491;
    color: #f11491;
    background-color: transparent;
}

.post-page.reports-box-category .top-links-post a.category-color.active,
.post-page.reports-box-category .post-top-form button,
.search-page.reports-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.reports-box-category .post-top-form button:hover {
    background-color: #587ac0;
}

.post-page.reports-box-category .top-links-post a.category-color,
.post-page.reports-box-category .post-top-form button {
    border: solid 1px #587ac0;
    color: #587ac0;
    background-color: transparent;
}

.post-page.payment-processing-box-category .top-links-post a.category-color.active,
.post-page.payment-processing-box-category .post-top-form button,
.search-page.payment-processing-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.payment-processing-box-category .post-top-form button:hover {
    background-color: #a260aa;
}

.post-page.payment-processing-box-category .top-links-post a.category-color,
.post-page.payment-processing-box-category .post-top-form button {
    border: solid 1px #a260aa;
    color: #a260aa;
    background-color: transparent;
}

.post-page.csciwa-box-category .top-links-post a.category-color.active,
.post-page.csciwa-box-category .post-top-form button,
.search-page.csciwa-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.csciwa-box-category .post-top-form button:hover {
    background-color: #bd8aa9;
}

.post-page.csciwa-box-category .top-links-post a.category-color,
.post-page.csciwa-box-category .post-top-form button {
    border: solid 1px #bd8aa9;
    color: #bd8aa9;
    background-color: transparent;
}

.post-page.cwapp-box-category .top-links-post a.category-color.active,
.post-page.cwapp-box-category .post-top-form button,
.search-page.cwapp-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.cwapp-box-category .post-top-form button:hover {
    background-color: #4dcae1;
}

.post-page.cwapp-box-category .top-links-post a.category-color,
.post-page.cwapp-box-category .post-top-form button {
    border: solid 1px #4dcae1;
    color: #4dcae1;
    background-color: transparent;
}

.post-page.csrwapp-box-category .top-links-post a.category-color.active,
.post-page.csrwapp-box-category .post-top-form button,
.search-page.csrwapp-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.csrwapp-box-category .post-top-form button:hover {
    background-color: #8257c9;
}

.post-page.csrwapp-box-category .top-links-post a.category-color,
.post-page.csrwapp-box-category .post-top-form button {
    border: solid 1px #8257c9;
    color: #8257c9;
    background-color: transparent;
}

.post-page.esapp-box-category .top-links-post a.category-color.active,
.post-page.esapp-box-category .post-top-form button,
.search-page.esapp-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.esapp-box-category .post-top-form button:hover {
    background-color: #359dcd;
}

.post-page.esapp-box-category .top-links-post a.category-color,
.post-page.esapp-box-category .post-top-form button {
    border: solid 1px #359dcd;
    color: #359dcd;
    background-color: transparent;
}

.post-page.acapp-box-category .top-links-post a.category-color.active,
.post-page.acapp-box-category .post-top-form button,
.search-page.acapp-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.acapp-box-category .post-top-form button:hover {
    background-color: #952f89;
}

.post-page.acapp-box-category .top-links-post a.category-color,
.post-page.acapp-box-category .post-top-form button {
    border: solid 1px #952f89;
    color: #952f89;
    background-color: transparent;
}

.post-page.hardware-box-category .top-links-post a.category-color.active,
.post-page.hardware-box-category .post-top-form button,
.search-page.hardware-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.hardware-box-category .post-top-form button:hover {
    background-color: #fb7d28;
}

.post-page.hardware-box-category .top-links-post a.category-color,
.post-page.hardware-box-category .post-top-form button {
    border: solid 1px #fb7d28;
    color: #fb7d28;
    background-color: transparent;
}

.post-page.widgets-box-category .top-links-post a.category-color.active,
.post-page.widgets-box-category .post-top-form button,
.search-page.widgets-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.widgets-box-category .post-top-form button:hover {
    background-color: #e5256c;
}

.post-page.widgets-box-category .top-links-post a.category-color,
.post-page.widgets-box-category .post-top-form button {
    border: solid 1px #e5256c;
    color: #e5256c;
    background-color: transparent;
}

.post-page.activity-log-box-category .top-links-post a.category-color.active,
.post-page.activity-log-box-category .post-top-form button,
.search-page.activity-log-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.activity-log-box-category .post-top-form button:hover {
    background-color: #2cb6cf;
}

.post-page.activity-log-box-category .top-links-post a.category-color,
.post-page.activity-log-box-category .post-top-form button {
    border: solid 1px #2cb6cf;
    color: #2cb6cf;
    background-color: transparent;
}

.post-page.schedule-box-category .top-links-post a.category-color.active,
.post-page.schedule-box-category .post-top-form button,
.search-page.schedule-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.schedule-box-category .post-top-form button:hover {
    background-color: #3b5997;
}

.post-page.schedule-box-category .top-links-post a.category-color,
.post-page.schedule-box-category .post-top-form button {
    border: solid 1px #3b5997;
    color: #3b5997;
    background-color: transparent;
}

.post-page.automated-marketing-notifications-box-category .top-links-post a.category-color.active,
.post-page.automated-marketing-notifications-box-category .post-top-form button,
.search-page.automated-marketing-notifications-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.automated-marketing-notifications-box-category .post-top-form button:hover {
    background-color: #33c96f;
}

.post-page.automated-marketing-notifications-box-category .top-links-post a.category-color,
.post-page.automated-marketing-notifications-box-category .post-top-form button {
    border: solid 1px #33c96f;
    color: #33c96f;
    background-color: transparent;
}

.post-page.client-staff-notifications-category .top-links-post a.category-color.active,
.post-page.client-staff-notifications-category .post-top-form button,
.search-page.client-staff-notifications-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.client-staff-notifications-category .post-top-form button:hover {
    background-color: #ffd700;
}

.post-page.client-staff-notifications-category .top-links-post a.category-color,
.post-page.client-staff-notifications-category .post-top-form button {
    border: solid 1px #ffd700;
    color: #ffd700;
    background-color: transparent;
}

.post-page.other-topics-box-category .top-links-post a.category-color.active,
.post-page.other-topics-box-category .post-top-form button,
.search-page.other-topics-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.other-topics-box-category .post-top-form button:hover {
    background-color: #8fa6ac;
}

.post-page.other-topics-box-category .top-links-post a.category-color,
.post-page.other-topics-box-category .post-top-form button {
    border: solid 1px #8fa6ac;
    color: #8fa6ac;
    background-color: transparent;
}

.post-page.rewards-box-category .top-links-post a.category-color.active,
.post-page.rewards-box-category .post-top-form button,
.search-page.rewards-box-category .buttons-and-txt-box .buttons-box a:hover,
.post-page.rewards-box-category .post-top-form button:hover {
    background-color: #ff9171;
}

.post-page.rewards-box-category .top-links-post a.category-color,
.post-page.rewards-box-category .post-top-form button {
    border: solid 1px #ff9171;
    color: #ff9171;
    background-color: transparent;
}

/* End Category page styles */

.d4p_attachment {
    visibility: hidden;
    position: fixed;
}

.aupl-page.content {
    margin-top: 15.5rem;
}

a.topic-upvote,
.modal-banned-box .modal .contact-us-btn,
.banned-box .contact-us-btn {
    display: inline-block;
    width: 170px;
    height: 36px;
    border-radius: 18px;
    border: solid 1px #f9a226;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase;
    color: #f9a226;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

.flaticon-icons8-heart-50 {
    font-weight: normal;
}

.flaticon-icons8-left-2-50 {
    font-weight: normal;
}

.flaticon-icons8-bookmark-50 {
    font-weight: 400;
}

.forum-reply-best-button a.active {
    color: #747474;
    background-color: transparent;
}

.flaticon-best-reply-filled::before {
    margin-right: 0;
}

.post-page .top-links-post a.category-color,
.post-page .post-top-form button {
    color: #fff !important;
}

.post-top-form textarea {
    /*width: 100%;*/
    /*height: 10rem;*/
    /*margin: 3.2rem 0 1.6rem;*/
}

.post-page .main-box .tags span.topic-status {
    margin-right: 9px;
}

.post-page .main-box .tags span.topic-status:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
    color: #7f7f7f;
    font-size: 12px;
    cursor: default;
}

.post-page .main-box .tags span:last-child:after {
    content: '';
}

.post-page .main-box .tags span:last-child.topic-status {
    margin-right: 0;
}

/* End Post page styles */

/* Modal styles */
.modal-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(51, 51, 51, 0.2);
    z-index: 999;
}

.banned-box .ava-box {
    width: 16rem;
    height: 16rem;
    float: left;
    position: relative;
}

.modal-banned-box .modal .ava-box .icon-box,
.banned-box .ava-box .icon-box {
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    background-color: #f0f0f0;
    line-height: 16rem;
    position: relative;
    bottom: 0;
}

.modal-banned-box .modal .ava-box .icon-box .icon-banned,
.banned-box .ava-box .icon-box .icon-banned {
    width: 8rem;
    height: 8rem;
    background-image: url(../images/icon-banned.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.banned-box .ava-box img {
    width: 100%;
    margin-right: 4rem;
    overflow: hidden;
    border-radius: 50%;
}

.banned-box .data-box {
    margin-left: 20rem;
}

.modal-banned-box .modal .title-box,
.banned-box .title-box {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: #303638;
    margin-bottom: 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.modal .data-box .mail-box {
    margin-bottom: 1.6rem;
}

.modal .data-box .mail-box .txt-box {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.icon-mail {
    width: 1.6rem;
    height: 1.2rem;
    background-image: url(../images/mail-icon.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.modal-banned-box .modal .txt-1,
.banned-box .txt-1 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}

/* End Modal styles */

.icon-banned {
    background-image: url(../images/icon-banned.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.6rem;
    height: 1.44rem;
    display: inline-block;
    vertical-align: middle;
}

.line-banned-box {
    min-height: 6rem;
    width: 100%;
    padding: 1.3rem;
    background-color: rgba(240, 70, 70, 0.2);
    text-align: center;
}

.red-btn {
    display: inline-block;
    width: 17rem;
    height: 3.6rem;
    border-radius: 10rem;
    border: solid 1px #f04646 !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3.4rem;
    text-transform: uppercase;
    color: #f04646 !important;
    text-align: center;
    background-color: #fff !important;
    cursor: pointer;
}

.red-btn-active {
    display: inline-block;
    width: 17rem;
    height: 3.6rem;
    border-radius: 10rem;
    border: solid 1px #f04646 !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3.4rem;
    text-transform: uppercase;
    color: #ffffff !important;
    text-align: center;
    background-color: #f04646 !important;
    cursor: pointer;
}

.red-btn-active:hover {
    background-color: #d05151 !important;
}

.banned-box {
    width: 77rem;
    margin: 17.5rem auto 6rem;
}

.bbp_topic_subscription {
    display: none;
}

.txt-transf-none {
    text-transform: none;
}

.mr0 {
    margin-right: 0 !important;
}

.mt16 {
    margin-top: 16px;
}

.mr24 {
    margin-right: 24px;
}

.mb8 {
    margin-bottom: 8px;
}

.mtb8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.bbp-template-notice.error {
    color: #dc2a2a;
    font-size: 12px;
}

.wl-rest-text, .wl-rest-content {
    display: inline;
}

.action-hidden {
    display: none;
}

.wl-text-wrapper p.wl-show-more-less {
    margin-top: 5px;
    width: fit-content;
    width: -moz-fit-content;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: normal;
    color: #f9a326;
    cursor: pointer;
}

.wl-forum-reply-error {
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    color: #ff0000;
}

.center {
    display: flex;
    justify-content: center;
    height: 400px;
}


/**
Pin Loader
 */

.pin-loader {
    display: inline-block;
    vertical-align: middle;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #eec04e;
    border-right: 5px solid #cd5f85;
    border-bottom: 5px solid #5475a2;
    border-left: 5px solid #8cbe5b;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**
Move To Loader
 */

.move-to-loader {
    border: 15px solid #f3f3f3;
    border-radius: 50%;
    border-top: 15px solid #eec04e;
    border-right: 15px solid #cd5f85;
    border-bottom: 15px solid #5475a2;
    border-left: 15px solid #8cbe5b;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.topic .rs-logo-main {
    background: url(/wp-content/themes/wl-forum/img/rs-logo.png) 0 0 no-repeat;
    display: inline-block;
    min-height: 47px;
    margin: 0;
}

.topic .rs-logo-main {
    min-width: 21rem;
    margin: 0;
    background-size: 100% auto;
    width: 21.1rem;
    vertical-align: middle;
    height: 4vh;
}

.topic .cell.rs-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    text-align: center;
}

/**
    Global Loader for actions
 */

/*.conversations-box {*/
/*    position: relative;*/
/*}*/

.status-popup-active {
    display: block;
}

.modal-box-popup-status {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(51, 51, 51, 0.2);
    z-index: 999;
}

.modal-box-popup-status {
    display: none;
}

.modal-banned-box-popup-status {
    display: none;
}

.modal-main-popup-status {
    display: table;
    width: 100%;
    height: 100%;
}

.modal-cell-popup-status {
    display: table-cell;
    vertical-align: middle;
}

.modal-popup-status {
    /*padding: 10rem;*/
    background-color: #fff;
    box-shadow: 1px 4px 24px 0 rgba(0, 0, 0, 0.15);
    width: 97.1rem;
    margin: 0 auto;
    position: relative;
}

.modal-popup-status-active {
    display: block;
}

/**
Disable click on hrefs in user popup
*/

div#conversations-super-sticky-ajax h4 {
    text-transform: inherit;
}

.issueModalList:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #7d8487;
}

.meta a.topic-status, .meta a.topic-status:hover {
    text-decoration: none;
}

.reply__status .flaticon-icons8-hide-50:before {
    font-size: 16px;
    font-weight: normal;
}

.meta .topic-status.topic-hidden-status a {
    text-decoration: none;
    color: #959595;
}

.widget.related-conversations .data-box .meta a:hover {
    text-decoration: none;
}

.my-tickets-filters.post-filters {
    align-items: flex-end;
}

.filter-data-box.filter-data-box-upvoted {
    border-top: 1px solid #cccccc;
    margin-top: 20px;
}

.upload-max-filesize {
    margin-left: 10px;
    display: inline-block;
    color: #c00;
}

p.error-text {
    display: inline-block;
    color: #c00;
}

/* Highlighted Keywords after search */
.highlighted {
    background: rgba(244,208,63,0.2);
}

/**
TinyMCE Button
 */
#insert-media-button {
    display: none;
}

#frontend-image {
    height: 1px;
    width: 1px;
    visibility: hidden;
}

i.mce-i-icon {
    font: 400 20px/1 dashicons;
    padding: 0;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -2px;
    padding-right: 2px
}

.mce-toolbar .mce-btn i.mce-i-icon,
.mce-toolbar .mce-btn i.mce-i-bold,
.mce-toolbar .mce-btn i.mce-i-italic,
.mce-toolbar .mce-btn i.mce-i-underline,
.mce-toolbar .mce-btn i.mce-i-bullist,
.mce-toolbar .mce-btn i.mce-i-numlist,
.mce-toolbar .mce-btn i.mce-i-link {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.wp-editor-container {
    margin-bottom: 24px;
}

.wp-editor-container div.mce-statusbar {
    border-top: 0;
    border-bottom: 1px solid #e5e5e5;
    height: 1px;
}

.wp-editor-container .mce-path-item .mce-last {
    display: none;
}

.wp-editor-container .mce-path .mce-path-item,
.wp-editor-container .mce-path .mce-divider,
.error-hidden {
    display: none;
}

.wp-editor-container .mce-container-body .mce-resizehandle {
    right: -2px;
    bottom: 1px;
}

/*TODO: transfer to less*/
.nothing-found-modules-categories-wrap{
    display: none;
    text-align: center;
}