@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap);@keyframes awn-fade-in{0%{opacity:0}to{opacity:1}}@keyframes awn-fade-out{0%{opacity:1}to{opacity:0}}@keyframes awn-slide-right{0%{left:100%;opacity:0}to{left:0;opacity:1}}@keyframes awn-slide-left{0%{opacity:0;right:100%}to{opacity:1;right:0}}@keyframes awn-bar{0%{right:100%}to{right:0}}.awn-popup-loading-dots,.awn-popup-loading-dots:after,.awn-popup-loading-dots:before{animation-fill-mode:both;animation:awn-loading-dots 1s ease-in-out infinite;background:#fff;border-radius:50%;height:6px;width:6px}.awn-popup-loading-dots{animation-delay:-.16s;color:#fff;display:inline-block;margin-left:24px;position:relative}.awn-popup-loading-dots:after,.awn-popup-loading-dots:before{content:"";position:absolute;top:0}.awn-popup-loading-dots:before{animation-delay:-.32s;left:-16px}.awn-popup-loading-dots:after{left:16px}@keyframes awn-loading-dots{0%,80%,to{box-shadow:0 0 0 0}40%{box-shadow:0 0 0 2px}}#awn-popup-wrapper{align-items:center;animation-fill-mode:both;animation-name:awn-fade-in;animation-timing-function:ease-out;background:rgb(0 0 0 / .7);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;z-index:99999}#awn-popup-wrapper.awn-hiding{animation-name:awn-fade-out}#awn-popup-wrapper .awn-popup-body{background:#fff;border-radius:6px;font-size:14px;max-width:500px;min-width:320px;padding:24px;position:relative;word-break:break-word}#awn-popup-wrapper .awn-popup-body.awn-popup-confirm{align-items:center;display:flex;flex-direction:column}#awn-popup-wrapper .awn-popup-body.awn-popup-confirm .fa{color:#c26700;font-size:44px}#awn-popup-wrapper .awn-popup-body.awn-popup-async-block{background:#fff0;color:#fff;font-size:32px;font-weight:700;text-align:center}#awn-popup-wrapper .awn-popup-title{font-size:14px;font-weight:700;margin-top:8px;text-transform:uppercase}#awn-popup-wrapper .awn-buttons{display:flex;justify-content:space-between;margin-top:24px;width:100%}#awn-popup-wrapper .awn-buttons .awn-btn{border:0;border-radius:4px;color:#fff;font-size:14px;font-weight:700;line-height:32px;transition:background .2s linear;width:45%}#awn-popup-wrapper .awn-buttons-1 .awn-btn{width:100%}#awn-popup-wrapper .awn-buttons .awn-btn-success{background:#40871d}#awn-popup-wrapper .awn-buttons .awn-btn-success:hover{background:#367218}#awn-popup-wrapper .awn-buttons .awn-btn-cancel{background:#1c76a6}#awn-popup-wrapper .awn-buttons .awn-btn-cancel:hover{background:#186690}#awn-toast-container{bottom:24px;box-sizing:border-box;position:fixed;right:24px;z-index:99998}#awn-toast-container.awn-top-left,#awn-toast-container.awn-top-right{bottom:auto;top:24px}#awn-toast-container.awn-top-left .awn-toast:first-child,#awn-toast-container.awn-top-right .awn-toast:first-child{margin-top:16px}#awn-toast-container.awn-bottom-left,#awn-toast-container.awn-top-left{left:24px;right:auto}#awn-toast-container.awn-bottom-left .awn-toast,#awn-toast-container.awn-top-left .awn-toast{animation-name:awn-slide-left;right:100%}#awn-toast-container.awn-bottom-left .awn-toast.awn-hiding,#awn-toast-container.awn-top-left .awn-toast.awn-hiding{right:0}#awn-toast-container.awn-bottom-right .awn-toast,#awn-toast-container.awn-top-right .awn-toast{animation-name:awn-slide-right;left:100%}#awn-toast-container.awn-bottom-right .awn-toast.awn-hiding,#awn-toast-container.awn-top-right .awn-toast.awn-hiding{left:0}.awn-toast{animation-fill-mode:both;animation-timing-function:linear;background:#ebebeb;border-radius:6px;color:gray;cursor:pointer;font-size:14px;margin-top:16px;opacity:0;overflow:hidden;position:relative;width:320px}.awn-toast-content{word-break:break-word}.awn-toast-label{color:gray;display:block;font-size:18px;text-transform:uppercase}.awn-toast-icon{align-items:center;bottom:0;display:flex;justify-content:flex-end;position:absolute;right:16px;top:6px}.awn-toast-icon .fa{color:gray;font-size:44px}.awn-toast-wrapper{border:2px solid #d1d1d1;border-radius:6px;padding:22px 88px 16px 16px}.awn-toast-progress-bar{height:6px;left:0;position:absolute;right:0;top:0}.awn-toast-progress-bar:after{animation-duration:inherit;animation-fill-mode:both;animation-name:awn-bar;animation-timing-function:linear;background:gray;content:" ";height:6px;position:absolute;right:100%;top:0;width:100%}.awn-toast.awn-toast-progress-bar-paused .awn-toast-progress-bar:after{animation-play-state:paused}.awn-toast.awn-hiding{animation-name:awn-fade-out!important}.awn-toast.awn-toast-success{background:#dff8d3;color:#40871d}.awn-toast.awn-toast-success .awn-toast-wrapper{border-color:#a7d590}.awn-toast.awn-toast-success .fa,.awn-toast.awn-toast-success b{color:#40871d}.awn-toast.awn-toast-success .awn-toast-progress-bar:after{background:#40871d}.awn-toast.awn-toast-info{background:#d3ebf8;color:#1c76a6}.awn-toast.awn-toast-info .awn-toast-wrapper{border-color:#9fd3ef}.awn-toast.awn-toast-info .fa,.awn-toast.awn-toast-info b{color:#1c76a6}.awn-toast.awn-toast-info .awn-toast-progress-bar:after{background:#1c76a6}.awn-toast.awn-toast-alert{background:#f8d5d3;color:#a92019}.awn-toast.awn-toast-alert .awn-toast-wrapper{border-color:#f0a29d}.awn-toast.awn-toast-alert .fa,.awn-toast.awn-toast-alert b{color:#a92019}.awn-toast.awn-toast-alert .awn-toast-progress-bar:after{background:#a92019}.awn-toast.awn-toast-warning{background:#ffe7cc;color:#c26700}.awn-toast.awn-toast-warning .awn-toast-wrapper{border-color:#ffc480}.awn-toast.awn-toast-warning .fa,.awn-toast.awn-toast-warning b{color:#c26700}.awn-toast.awn-toast-warning .awn-toast-progress-bar:after{background:#c26700}[class^=awn-]{box-sizing:border-box}.cbxwpbkmark-clearfix{clear:both}.cbxwpbkmark_cat_hide{display:none}.cbxwpbkmarktrig-count{font-style:normal}.cbxwpbkmarktrig.cbxwpbkmarktrig-marked:before{background:no-repeat url(/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_after_2x.png) 0 0;background-size:cover}.cbxwpbkmarktrig.cbxwpbkmarktrig-busy:before{background:no-repeat url(/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_busy_2x.gif) 0 0;background-size:cover}.cbxwpbkmarktrig:active,.cbxwpbkmarktrig:focus,.cbxwpbkmarktrig:focus{outline:none!important;background:transparent!important;text-decoration:none!important}.cbxwpbkmarkwrap{position:relative;font-size:14px;line-height:18px;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.cbxwpbkmarkguestwrap,.cbxwpbkmarklistwrap{display:none;position:absolute;left:0;top:30px;z-index:1;background:#fff}.cbxwpbkmarkwrap_global_cat .cbxwpbkmarklistwrap,.cbxwpbkmarkwrap_user_cat .cbxwpbkmarklistwrap{width:315px;max-width:315px;border-radius:8px!important;box-shadow:0 0 30px rgb(0 0 0 / .15);-webkit-box-shadow:0 0 30px rgb(0 0 0 / .15);-webkit-transition:all 0.3s;transition:all 0.3s}.cbxwpbkmarkwrap-download{clear:both}.cbxwpbkmarkloading{display:none;text-align:center;position:absolute;top:2px;left:133px;margin:0!important}.cbxwpbkmark-field-privacy{font-size:16px;line-height:1.7;height:auto;width:100%;padding:5px 8px;margin-bottom:10px;border:1px solid #ccc;border-radius:5px}.cbxwpbkmark-field-privacy:focus{outline:none}.cbxwpbkmark-field-create-submit,.cbxwpbkmark-field-update-submit{float:right;display:inline-block;margin-bottom:5px;cursor:pointer;width:25px;height:25px;display:inline-block;background:#fff0 url(/wp-content/plugins/cbxwpbookmark/assets/img/create.png) center center no-repeat}.cbxwpbkmark-field-create-close,.cbxwpbkmark-field-update-close{float:right;display:inline-block;margin-bottom:5px;margin-right:5px;cursor:pointer;width:25px;height:25px;display:inline-block;background:#fff0 url(/wp-content/plugins/cbxwpbookmark/assets/img/close_icon_white.png?v=2) center center no-repeat}.cbxwpbkmark-field-delete-submit{cursor:pointer;width:25px;height:25px;display:inline-block;background:#fff0 url(/wp-content/plugins/cbxwpbookmark/assets/img/delete_icon_white.png) center center no-repeat}.cbxwpbkmark-field-create-close,.cbxwpbkmark-field-delete-submit{float:left;display:inline-block;margin-bottom:5px;margin-right:5px}.cbxwpbkmark_cat_add_form,.cbxwpbkmark_cat_edit_form{display:none;border-top:1px solid #ccc;margin-top:5px;height:250px;padding:20px 10px}.cbxwpbkmarklist{width:100%}.cbxwpbkmark_cat_book_list,.cbxwpbkmark_cat_edit_list{display:none}.cbxwpbkmark-toolbar{padding:10px;border-top:1px solid #ccc;margin-top:5px}p.cbxwpbkmark-form-note{display:none;color:#a94442!important;margin-bottom:8px;line-height:20px!important;font-size:14px!important}p.cbxwpbkmark-form-note-success{line-height:20px!important;font-size:14px!important;color:#3c763d!important;margin-bottom:10px!important}.cbxwpbkmark-toolbar-newcat{float:left;display:inline-block;cursor:pointer;padding:5px 10px;border-radius:5px;font-weight:normal!important;-webkit-transition:all 0.3s;transition:all 0.3s}.cbxbookmark-category-list-create:hover,.cbxbookmark-more:hover,.cbxbookmark-mycat-editbox .cbxbookmark-btn:hover,.cbxwpbkmark-toolbar-editcat:hover,.cbxwpbkmark-toolbar-listcat:hover,.cbxwpbkmark-toolbar-newcat:hover,.cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a:hover{-webkit-box-shadow:2.736px 7.518px 10px 0 rgb(0 0 0 / .15)!important;box-shadow:2.736px 7.518px 10px 0 rgb(0 0 0 / .15)!important;outline:none!important}.cbxwpbkmark-toolbar-listcat{float:left;display:inline-block;cursor:pointer;padding:5px 10px;border-radius:5px;font-weight:normal!important;-webkit-transition:all 0.3s;transition:all 0.3s}.cbxwpbkmark-toolbar-editcat{float:right;display:inline-block;cursor:pointer;padding:5px 10px;border-radius:5px;font-weight:normal!important;-webkit-transition:all 0.3s;transition:all 0.3s}input[type=text].cbxwpbkmark-field-cat{background:#fff;margin-bottom:10px;padding:5px 8px;width:100%!important;line-height:26px;font-size:16px;border-radius:5px;border:1px solid #ccc}input[type=text].cbxwpbkmark-field-cat:focus{outline:none}input[type=text].cbxwpbkmark-field-cat.error{outline:1px solid #a94442}.cbxwpbkmarktrig-button-addto{text-decoration:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.cbxwpbkmarklistwrap .addto-head{height:37px;padding:10px;display:block;border-bottom:1px solid #fff;position:relative}.cbxwpbkmarklistwrap .addto-head .cbxwpbkmarktrig_label{font-style:normal}.cbxwpbkmarklistwrap .addto-head .cbxwpbkmarktrig_close{position:absolute;right:5px;top:5px;width:21px;height:21px;background:center center url(/wp-content/plugins/cbxwpbookmark/assets/img/close_icon.png?v=2) no-repeat;cursor:pointer}.itemicon{float:right}.lbjs-item{padding:5px}.cbxwpbkmark-field-create-submit,.cbxwpbkmark-field-create-submit:focus,.cbxwpbkmark-field-create-submit:hover,.cbxwpbkmark-field-update-submit,.cbxwpbkmark-field-update-submit:focus,.cbxwpbkmark-field-update-submit:hover{border-bottom:1px solid #fff!important;padding:6px 15px;line-height:18px;font-size:14px;background-color:#42A5F5;color:#fff;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:4px}.cbxwpbkmark-field-create-close,.cbxwpbkmark-field-create-close:focus,.cbxwpbkmark-field-create-close:hover,.cbxwpbkmark-field-delete-submit,.cbxwpbkmark-field-delete-submit:focus,.cbxwpbkmark-field-delete-submit:hover,.cbxwpbkmark-field-update-close,.cbxwpbkmark-field-update-close:focus,.cbxwpbkmark-field-update-close:hover{border-bottom:1px solid #fff!important;padding:6px;background-color:#EF4836;color:#fff;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:4px}.cbx-bookmark-error{color:#a94442}.cbxlbjs{margin:0;padding:0}.cbxlbjs .cbxlbjs-list{margin:0;overflow:auto;padding:0;list-style:none;height:202px;text-align:center}.cbxlbjs .cbxlbjs-list .cbxlbjs-item{margin:0 0 4px 0!important;list-style:none!important;clear:both!important;background:none!important;float:left!important;font-size:14px;line-height:1.5;text-align:left;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;cursor:pointer;font-size:inherit;line-height:inherit;-webkit-box-flex:1;-ms-flex:1;flex:1}.cbxwpbkmark_cat_edit_list .cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name{-webkit-box-flex:1;-ms-flex:1;flex:1}.cbxlbjs .cbxlbjs-searchbar-wrapper{margin:0;position:relative;overflow:hidden}.cbxlbjs .cbxlbjs-searchbar{margin:0;margin-bottom:10px;width:100%!important;padding:5px 25px 5px 5px;border:1px solid #ccc;border-width:1px 0;font-size:16px;line-height:26px}.cbxlbjs .cbxlbjs-searchbar-icon{background:center center url(/wp-content/plugins/cbxwpbookmark/assets/img/search_icon.png) no-repeat;background-size:contain;width:21px;height:21px;position:absolute;right:5px;top:9px;content:"";display:inline-block}.cbxlbjs .cbxlbjs-searchbar:focus{border-width:1px 0 1px 0;outline:0 solid #ccc}.cbxlbjs-item:before{content:"";margin-right:3px;vertical-align:middle;background:center 2px url(/wp-content/plugins/cbxwpbookmark/assets/img/uncheck_icon.png?v=3) no-repeat;background-size:contain;width:16px;height:21px;display:inline-block;cursor:pointer;margin-left:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px}.cbxlbjs-item[data-incat="1"]:before{content:"";margin-right:3px;vertical-align:middle;background:center 2px url(/wp-content/plugins/cbxwpbookmark/assets/img/check_icon.png?v=3) no-repeat;background-size:contain;width:16px;height:21px;display:inline-block;margin-left:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px}.cbxlbjs-item-widget[data-privacy="1"]:after,.cbxlbjs-item[data-privacy="1"]:after{content:"";margin-left:3px;vertical-align:middle;background:center 2px url(/wp-content/plugins/cbxwpbookmark/assets/img/public_icon.png?v=3) no-repeat;background-size:contain;width:16px;height:21px;display:inline-block;margin-right:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px}.cbxlbjs-item-widget[data-privacy="0"]:after,.cbxlbjs-item[data-privacy="0"]:after{content:"";margin-left:3px;vertical-align:middle;background:center 2px url(/wp-content/plugins/cbxwpbookmark/assets/img/private_icon.png?v=2) no-repeat;background-size:contain;width:16px;height:21px;display:inline-block;margin-right:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px}.cbxwpbkmark_cat_edit_list .cbxlbjs-item[data-privacy="1"]:before{content:"";margin-right:3px;vertical-align:middle;background:center 2px url(/wp-content/plugins/cbxwpbookmark/assets/img/public_icon.png?v=3) no-repeat;background-size:contain;width:16px;height:21px;display:inline-block;margin-left:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px}.cbxwpbkmark_cat_edit_list .cbxlbjs-item[data-privacy="0"]:before{content:"";margin-right:3px;vertical-align:middle;background:center 2px url(/wp-content/plugins/cbxwpbookmark/assets/img/private_icon.png?v=2) no-repeat;background-size:contain;width:16px;height:21px;display:inline-block;margin-left:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px}.cbxwpbkmark_cat_edit_list .cbxlbjs-item:after{content:"";margin-left:3px;vertical-align:middle;background:center 2px url(/wp-content/plugins/cbxwpbookmark/assets/img/edit_icon.png?v=3) no-repeat;background-size:contain;width:16px;height:21px;display:inline-block;clear:right!important;cursor:pointer;margin-right:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px}.cbxbookmark-delete-btn{-webkit-box-shadow:none!important;box-shadow:none!important;cursor:pointer;margin-left:10px;display:inline-block;vertical-align:middle}.cbxbookmark-delete-btn:before{content:"";vertical-align:baseline;background:center 0 url(/wp-content/plugins/cbxwpbookmark/assets/img/delete_icon.png) no-repeat;background-size:contain;width:16px;height:16px;display:block;-webkit-box-shadow:none!important;box-shadow:none!important}.cbxbookmark-delete-btn.cbxbookmark-delete-btn-busy:before{background:center 0 url(/wp-content/plugins/cbxwpbookmark/assets/img/ajax-loader.gif) no-repeat}.cbxbookmark-delete-btn span,.cbxbookmark-post-delete span{display:none;background:url(/wp-content/plugins/cbxwpbookmark/assets/img/ajax-loader-small.gif) left top no-repeat;width:16px;height:16px;cursor:pointer}.cbxbookmark-cat-save span{display:none;background:url(/wp-content/plugins/cbxwpbookmark/assets/img/ajax-loader-small.gif) left top no-repeat;width:16px;height:16px;cursor:pointer}.cbxbookmark-edit-btn{-webkit-box-shadow:none!important;box-shadow:none!important;cursor:pointer;margin-left:10px;display:inline-block;vertical-align:middle}.cbxbookmark-edit-btn:before{content:"";vertical-align:baseline;display:block;background:center 0 url(/wp-content/plugins/cbxwpbookmark/assets/img/edit_icon.png?v=3) no-repeat;background-size:contain;width:16px;height:16px}.cbxwpbookmark-button-holder{float:right}.cbxbookmark-category-list{margin-left:20px!important;padding:0!important}.cbxbookmark-category-list li a{-webkit-box-shadow:none!important;box-shadow:none!important;text-decoration:none!important}.cbxwpbookmarkcategory-class .cbxbookmark-category-list{margin-left:0!important}.cbxbookmark-category-list-item-sublist-a-more{text-align:center;display:block;font-weight:700}.cbxbookmark-mycat-panel li{margin-bottom:10px}.cbxbookmark-mycat-editbox{border-radius:8px;font-size:16px;line-height:18px;background:#fff;padding:20px;-webkit-box-shadow:0 0 30px rgb(0 0 0 / .15);box-shadow:0 0 30px rgb(0 0 0 / .15);margin-bottom:10px}.cbxbookmark-mycat-editbox .cbxbmedit-catname{font-size:14px;line-height:20px;padding:4px 12px;border:1px solid #ccc;float:left;display:inline-block;border-radius:5px;height:auto;margin:2px 0}.cbxbookmark-mycat-editbox .cbxbmedit-catname-error{border:1px solid red}.cbxbookmark-mycat-editbox .cbxbmedit-privacy{width:100px;font-size:14px;line-height:20px;padding:0 12px;height:30px;float:left;display:inline-block;margin:2px 0 2px 5px;border-radius:5px;border:1px solid}.cbxbookmark-mycat-editbox .cbxbmedit-privacy.cbxwpbkmark_cat_hide{display:none}.cbxbookmark-mycat-editbox .cbxbookmark-btn{display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:18px;font-weight:normal!important;color:#333;text-align:center;vertical-align:middle;cursor:pointer;-webkit-transition:all 0.3s;transition:all 0.3s;background-repeat:repeat-x;*border:0;border-radius:5px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#ffe6e6e6",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom:1}.cbxbookmark-mycat-editbox .cbxbookmark-cat-save{font-size:14px!important;line-height:20px!important;border-bottom:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:4px 8px!important;float:left;display:inline-block;margin:2px 0 2px 5px;text-decoration:none!important;font-weight:normal!important}.cbxbookmark-mycat-editbox .cbxbookmark-cat-close{border-bottom:0!important;font-size:14px!important;line-height:20px!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:4px 8px!important;float:left;display:inline-block;margin:2px 0 2px 5px;text-decoration:none!important;font-weight:normal!important}.cbxbookmark-mycat-editbox .cbxbookmark-cat-close:hover,.cbxbookmark-mycat-editbox .cbxbookmark-cat-save:hover{color:#000}.cbxwpbm_ajax_icon{display:none}.cbxwpbookmark-title{padding:0;margin:0 0 10px 0}.cbxwpbookmark-mostlist,.cbxwpbookmark-mylist{margin-left:20px;padding:0}.cbxwpbookmark-mostlist li a,.cbxwpbookmark-mylist li a{font-size:14px;line-height:20px;-webkit-box-shadow:none!important;box-shadow:none!important;text-decoration:none!important}.cbxwpbookmark-mostlist li a img,.cbxwpbookmark-mylist li a img{margin-right:5px}.cbxwpbookmark-mostlist{padding:0;margin-left:20px}.cbxwpbookmark-mostlist li{padding:0;margin:0;margin-bottom:8px;clear:both}.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title{margin-bottom:5px}.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title a img{max-width:32px;height:auto;-webkit-box-shadow:none;box-shadow:none;margin-left:auto}.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title a span{margin-right:4px}.cbxwpbookmark-mostlist li a{display:block;border-bottom:0;-webkit-box-shadow:none!important;box-shadow:none!important}.cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{cursor:pointer;padding:5px 10px;display:inline-block;clear:both;border-radius:5px;font-weight:700;-webkit-transition:all 0.3s;transition:all 0.3s}.cbxwpbookmark-mylist-sc-more{margin-bottom:5px}.cbxbookmark-more-wrap{text-align:center;margin-bottom:5px}.cbxbookmark-alert{padding:5px 10px;margin:5px 0;border:1px solid #fff0;border-radius:4px;font-size:16px;line-height:22px;width:100%}.cbxbookmark-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.cbxbookmark-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.cbxbookmark-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;text-align:center}.cbxbookmark-alert-error{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.cbxbookmark-more{font-size:14px;margin-bottom:20px;-webkit-box-shadow:none!important;box-shadow:none!important;cursor:pointer;padding:5px 10px;display:inline-block;line-height:1.5;clear:both;border-radius:5px;font-weight:700;-webkit-transition:all 0.3s;transition:all 0.3s}.cbxlbjs-item-widget_dropdown{margin-bottom:10px}.cbxwpbkmark-icon{width:18px;height:18px;display:block}.cbxwpbkmark-icon-public{background:#fff0 url(/wp-content/plugins/cbxwpbookmark/assets/img/public_icon.png?v=3) no-repeat}.cbxwpbkmark-icon-private{background:#fff0 url(/wp-content/plugins/cbxwpbookmark/assets/img/private_icon.png?v=3) no-repeat}.cbxwpbkmarklist-nocatfound{padding:10px;width:100%;text-align:center}.cbxwpbkmarklist-nocatfound .cbxwpbkmarklist-nocatfoundtrig{color:#a94442;font-size:14px;line-height:20px;cursor:pointer;display:block}.cbxwpbkmarkguestwrap,.entry-content .cbxwpbkmarkguestwrap{box-shadow:0 0 30px rgb(0 0 0 / .15);-webkit-box-shadow:0 0 30px rgb(0 0 0 / .15);-webkit-transition:all 0.3s;transition:all 0.3s;border-radius:8px!important;width:auto}.cbxwpbkmarkguestwrap h3,.entry-content .cbxwpbkmarkguestwrap h3{font-weight:bold!important;font-size:18px!important;line-height:1.5!important;padding:0!important;margin:0 0 8px 0!important}.cbxwpbkmarkguestwrap label,.entry-content .cbxwpbkmarkguestwrap label{display:block;width:100%!important;font-size:15px!important;line-height:1.5!important;padding:0!important;margin:0 0 4px 0!important}.cbxwpbkmarkguestwrap .bbp-remember-me label,.entry-content .cbxwpbkmarkguestwrap .bbp-remember-me label{display:inline-block;width:auto!important}.cbxwpbkmarkguestwrap input[type=date],.cbxwpbkmarkguestwrap input[type=datetime-local],.cbxwpbkmarkguestwrap input[type=datetime],.cbxwpbkmarkguestwrap input[type=email],.cbxwpbkmarkguestwrap input[type=month],.cbxwpbkmarkguestwrap input[type=number],.cbxwpbkmarkguestwrap input[type=password],.cbxwpbkmarkguestwrap input[type=search],.cbxwpbkmarkguestwrap input[type=tel],.cbxwpbkmarkguestwrap input[type=text],.cbxwpbkmarkguestwrap input[type=time],.cbxwpbkmarkguestwrap input[type=url],.cbxwpbkmarkguestwrap input[type=week],.entry-content .cbxwpbkmarkguestwrap input[type=date],.entry-content .cbxwpbkmarkguestwrap input[type=datetime-local],.entry-content .cbxwpbkmarkguestwrap input[type=datetime],.entry-content .cbxwpbkmarkguestwrap input[type=email],.entry-content .cbxwpbkmarkguestwrap input[type=month],.entry-content .cbxwpbkmarkguestwrap input[type=number],.entry-content .cbxwpbkmarkguestwrap input[type=password],.entry-content .cbxwpbkmarkguestwrap input[type=search],.entry-content .cbxwpbkmarkguestwrap input[type=tel],.entry-content .cbxwpbkmarkguestwrap input[type=text],.entry-content .cbxwpbkmarkguestwrap input[type=time],.entry-content .cbxwpbkmarkguestwrap input[type=url],.entry-content .cbxwpbkmarkguestwrap input[type=week]{width:100%;border:1px solid #ccc!important;margin:0 0 8px 0!important;padding:5px!important}.cbxwpbkmarkguestwrap input[type=date]:focus,.cbxwpbkmarkguestwrap input[type=datetime-local]:focus,.cbxwpbkmarkguestwrap input[type=datetime]:focus,.cbxwpbkmarkguestwrap input[type=email]:focus,.cbxwpbkmarkguestwrap input[type=month]:focus,.cbxwpbkmarkguestwrap input[type=number]:focus,.cbxwpbkmarkguestwrap input[type=password]:focus,.cbxwpbkmarkguestwrap input[type=search]:focus,.cbxwpbkmarkguestwrap input[type=tel]:focus,.cbxwpbkmarkguestwrap input[type=text]:focus,.cbxwpbkmarkguestwrap input[type=time]:focus,.cbxwpbkmarkguestwrap input[type=url]:focus,.cbxwpbkmarkguestwrap input[type=week]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=date]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=datetime-local]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=datetime]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=email]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=month]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=number]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=password]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=search]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=tel]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=text]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=time]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=url]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=week]:focus{outline:0 none!important}.cbxwpbkmarkguestwrap .cbxwpbookmark-guest-register,.entry-content .cbxwpbkmarkguestwrap .cbxwpbookmark-guest-register{padding:0!important;margin:10px 0 0 0!important}.cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .form-row,.entry-content .cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .form-row{margin:0!important}.cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .lost_password,.entry-content .cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .lost_password{margin:5px 0}.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message{position:relative;padding:20px}.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message .cbxwpbkmarkguesttrig_close{position:absolute;right:2px;top:2px;width:21px;height:21px;background:center center url(/wp-content/plugins/cbxwpbookmark/assets/img/close_icon.png?v=2) no-repeat;border-bottom:0 none;-webkit-box-shadow:none;box-shadow:none}.cbxbookmark-category-list-create-msg{display:none;margin:0 0 10px 0;font-weight:700;font-size:14px;line-height:1.5}.cbxbookmark-category-list-create{margin-left:20px;cursor:pointer;padding:5px 10px;margin-bottom:20px;display:inline-block;font-size:14px;line-height:1.5;clear:both;border-radius:5px;font-weight:700;-webkit-transition:all 0.3s;transition:all 0.3s;outline:none!important}.cbxbookmark-category-list-create-form{display:none;margin-left:20px}.products .cbxwpbkmarkwrap{display:inline-block}@media (max-width:767px){.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message{padding:15px}}@media (max-width:400px){.cbxwpbkmarkwrap_global_cat .cbxwpbkmarklistwrap,.cbxwpbkmarkwrap_user_cat .cbxwpbkmarklistwrap{width:100%!important;max-width:100%!important}.cbxlbjs .cbxlbjs-list .cbxlbjs-item{width:100%;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}.cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name{width:auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cbxwpbkmark_cat_edit_list .cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name{width:auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cbxlbjs-item-widget[data-privacy="0"]:after,.cbxlbjs-item-widget[data-privacy="1"]:after,.cbxlbjs-item[data-incat="0"]:before,.cbxlbjs-item[data-incat="1"]:before,.cbxlbjs-item[data-privacy="0"]:after,.cbxlbjs-item[data-privacy="1"]:after{-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px}.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message{padding:10px}}.cbxwpbookmarkcategory-class .cbxbookmark-mycat-editbox .cbxbmedit-privacy{margin-left:0}.cbxwpbookmarkcategory-class .cbxbookmark-mycat-editbox .cbxbmedit-catname{margin-bottom:10px}.cbxwpbookmark-default .cbxwpbkmark-toolbar-editcat{background:#e2e2e2;color:#212121}.cbxwpbookmark-default .cbxwpbkmark-toolbar-newcat{background:#e2e2e2;color:#212121}.cbxwpbookmark-default .cbxwpbkmark-toolbar-listcat{background:#e2e2e2;color:#212121}.cbxwpbookmark-default input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #e2e2e2;border-radius:5px}.cbxwpbookmark-default .cbxwpbkmark-field-privacy:focus{border:1px solid #e2e2e2;border-radius:5px}.cbxwpbookmark-default .cbxbookmark-category-list-create,.cbxwpbookmark-default .cbxwpbookmark_deleteall{background:#e2e2e2;color:#212121}.cbxwpbookmark-default .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#e2e2e2;color:#212121}.cbxwpbookmark-default .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #e2e2e2;border-radius:5px;outline:none!important}.cbxwpbookmark-default .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #e2e2e2;border-radius:5px;outline:none!important}.cbxwpbookmark-default .cbxbookmark-more{background:#e2e2e2;color:#212121}.cbxwpbookmark-default .cbxbookmark-more:focus{border:1px solid #e2e2e2;border-radius:5px}.cbxwpbookmark-default .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#e2e2e2;color:#212121}.cbxwpbookmark-red .cbxwpbkmark-toolbar-editcat{background:#f44336;color:#fff}.cbxwpbookmark-red .cbxwpbkmark-toolbar-newcat{background:#f44336;color:#fff}.cbxwpbookmark-red .cbxwpbkmark-toolbar-listcat{background:#f44336;color:#fff}.cbxwpbookmark-red input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #f44336;border-radius:5px}.cbxwpbookmark-red .cbxwpbkmark-field-privacy:focus{border:1px solid #f44336;border-radius:5px}.cbxwpbookmark-red .cbxbookmark-category-list-create,.cbxwpbookmark-red .cbxwpbookmark_deleteall{background:#f44336;color:#fff}.cbxwpbookmark-red .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#f44336;color:#fff}.cbxwpbookmark-red .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #f44336;border-radius:5px;outline:none!important}.cbxwpbookmark-red .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #f44336;border-radius:5px;outline:none!important}.cbxwpbookmark-red .cbxbookmark-more{background:#f44336;color:#fff}.cbxwpbookmark-red .cbxbookmark-more:focus{border:1px solid #f44336;border-radius:5px}.cbxwpbookmark-red .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#f44336;color:#fff}.cbxwpbookmark-purple .cbxwpbkmark-toolbar-editcat{background:#673AB7;color:#fff}.cbxwpbookmark-purple .cbxwpbkmark-toolbar-newcat{background:#673AB7;color:#fff}.cbxwpbookmark-purple .cbxwpbkmark-toolbar-listcat{background:#673AB7;color:#fff}.cbxwpbookmark-purple input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #673AB7;border-radius:5px}.cbxwpbookmark-purple .cbxwpbkmark-field-privacy:focus{border:1px solid #673AB7;border-radius:5px}.cbxwpbookmark-purple .cbxbookmark-category-list-create,.cbxwpbookmark-purple .cbxwpbookmark_deleteall{background:#673AB7;color:#fff}.cbxwpbookmark-purple .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#673AB7;color:#fff}.cbxwpbookmark-purple .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #673AB7;border-radius:5px;outline:none!important}.cbxwpbookmark-purple .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #673AB7;border-radius:5px;outline:none!important}.cbxwpbookmark-purple .cbxbookmark-more{background:#673AB7;color:#fff}.cbxwpbookmark-purple .cbxbookmark-more:focus{border:1px solid #673AB7;border-radius:5px}.cbxwpbookmark-purple .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#673AB7;color:#fff}.cbxwpbookmark-indigo .cbxwpbkmark-toolbar-editcat{background:#3F51B5;color:#fff}.cbxwpbookmark-indigo .cbxwpbkmark-toolbar-newcat{background:#3F51B5;color:#fff}.cbxwpbookmark-indigo .cbxwpbkmark-toolbar-listcat{background:#3F51B5;color:#fff}.cbxwpbookmark-indigo input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #3F51B5;border-radius:5px}.cbxwpbookmark-indigo .cbxwpbkmark-field-privacy:focus{border:1px solid #3F51B5;border-radius:5px}.cbxwpbookmark-indigo .cbxbookmark-category-list-create,.cbxwpbookmark-indigo .cbxwpbookmark_deleteall{background:#3F51B5;color:#fff}.cbxwpbookmark-indigo .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#3F51B5;color:#fff}.cbxwpbookmark-indigo .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #3F51B5;border-radius:5px;outline:none!important}.cbxwpbookmark-indigo .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #3F51B5;border-radius:5px;outline:none!important}.cbxwpbookmark-indigo .cbxbookmark-more{background:#3F51B5;color:#fff}.cbxwpbookmark-indigo .cbxbookmark-more:focus{border:1px solid #3F51B5;border-radius:5px}.cbxwpbookmark-indigo .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#3F51B5;color:#fff}.cbxwpbookmark-blue .cbxwpbkmark-toolbar-editcat{background:#2196F3;color:#fff}.cbxwpbookmark-blue .cbxwpbkmark-toolbar-newcat{background:#2196F3;color:#fff}.cbxwpbookmark-blue .cbxwpbkmark-toolbar-listcat{background:#2196F3;color:#fff}.cbxwpbookmark-blue input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #2196F3;border-radius:5px}.cbxwpbookmark-blue .cbxwpbkmark-field-privacy:focus{border:1px solid #2196F3;border-radius:5px}.cbxwpbookmark-blue .cbxbookmark-category-list-create,.cbxwpbookmark-blue .cbxwpbookmark_deleteall{background:#2196F3;color:#fff}.cbxwpbookmark-blue .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#2196F3;color:#fff}.cbxwpbookmark-blue .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #2196F3;border-radius:5px;outline:none!important}.cbxwpbookmark-blue .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #2196F3;border-radius:5px;outline:none!important}.cbxwpbookmark-blue .cbxbookmark-more{background:#2196F3;color:#fff}.cbxwpbookmark-blue .cbxbookmark-more:focus{border:1px solid #2196F3;border-radius:5px}.cbxwpbookmark-blue .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#2196F3;color:#fff}.cbxwpbookmark-teal .cbxwpbkmark-toolbar-editcat{background:#009688;color:#fff}.cbxwpbookmark-teal .cbxwpbkmark-toolbar-newcat{background:#009688;color:#fff}.cbxwpbookmark-teal .cbxwpbkmark-toolbar-listcat{background:#009688;color:#fff}.cbxwpbookmark-teal input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #009688;border-radius:5px}.cbxwpbookmark-teal .cbxwpbkmark-field-privacy:focus{border:1px solid #009688;border-radius:5px}.cbxwpbookmark-teal .cbxbookmark-category-list-create,.cbxwpbookmark-teal .cbxwpbookmark_deleteall{background:#009688;color:#fff}.cbxwpbookmark-teal .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#009688;color:#fff}.cbxwpbookmark-teal .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #009688;border-radius:5px;outline:none!important}.cbxwpbookmark-teal .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #009688;border-radius:5px;outline:none!important}.cbxwpbookmark-teal .cbxbookmark-more{background:#009688;color:#fff}.cbxwpbookmark-teal .cbxbookmark-more:focus{border:1px solid #009688;border-radius:5px}.cbxwpbookmark-teal .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#009688;color:#fff}.cbxwpbookmark-green .cbxwpbkmark-toolbar-editcat{background:#4CAF50;color:#fff}.cbxwpbookmark-green .cbxwpbkmark-toolbar-newcat{background:#4CAF50;color:#fff}.cbxwpbookmark-green .cbxwpbkmark-toolbar-listcat{background:#4CAF50;color:#fff}.cbxwpbookmark-green input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #4CAF50;border-radius:5px}.cbxwpbookmark-green .cbxwpbkmark-field-privacy:focus{border:1px solid #4CAF50;border-radius:5px}.cbxwpbookmark-green .cbxbookmark-category-list-create,.cbxwpbookmark-green .cbxwpbookmark_deleteall{background:#4CAF50;color:#fff}.cbxwpbookmark-green .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#4CAF50;color:#fff}.cbxwpbookmark-green .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #4CAF50;border-radius:5px;outline:none!important}.cbxwpbookmark-green .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #4CAF50;border-radius:5px;outline:none!important}.cbxwpbookmark-green .cbxbookmark-more{background:#4CAF50;color:#fff}.cbxwpbookmark-green .cbxbookmark-more:focus{border:1px solid #4CAF50;border-radius:5px}.cbxwpbookmark-green .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#4CAF50;color:#fff}.cbxwpbookmark-orange .cbxwpbkmark-toolbar-editcat{background:#FF9800;color:#fff}.cbxwpbookmark-orange .cbxwpbkmark-toolbar-newcat{background:#FF9800;color:#fff}.cbxwpbookmark-orange .cbxwpbkmark-toolbar-listcat{background:#FF9800;color:#fff}.cbxwpbookmark-orange input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #FF9800;border-radius:5px}.cbxwpbookmark-orange .cbxwpbkmark-field-privacy:focus{border:1px solid #FF9800;border-radius:5px}.cbxwpbookmark-orange .cbxbookmark-category-list-create,.cbxwpbookmark-orange .cbxwpbookmark_deleteall{background:#FF9800;color:#fff}.cbxwpbookmark-orange .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#FF9800;color:#fff}.cbxwpbookmark-orange .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #FF9800;border-radius:5px;outline:none!important}.cbxwpbookmark-orange .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #FF9800;border-radius:5px;outline:none!important}.cbxwpbookmark-orange .cbxbookmark-more{background:#FF9800;color:#fff}.cbxwpbookmark-orange .cbxbookmark-more:focus{border:1px solid #FF9800;border-radius:5px}.cbxwpbookmark-orange .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#FF9800;color:#fff}.cbxwpbookmark-brown .cbxwpbkmark-toolbar-editcat{background:#795548;color:#fff}.cbxwpbookmark-brown .cbxwpbkmark-toolbar-newcat{background:#795548;color:#fff}.cbxwpbookmark-brown .cbxwpbkmark-toolbar-listcat{background:#795548;color:#fff}.cbxwpbookmark-brown input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #795548;border-radius:5px}.cbxwpbookmark-brown .cbxwpbkmark-field-privacy:focus{border:1px solid #795548;border-radius:5px}.cbxwpbookmark-brown .cbxbookmark-category-list-create,.cbxwpbookmark-brown .cbxwpbookmark_deleteall{background:#795548;color:#fff}.cbxwpbookmark-brown .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#795548;color:#fff}.cbxwpbookmark-brown .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #795548;border-radius:5px;outline:none!important}.cbxwpbookmark-brown .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #795548;border-radius:5px;outline:none!important}.cbxwpbookmark-brown .cbxbookmark-more{background:#795548;color:#fff}.cbxwpbookmark-brown .cbxbookmark-more:focus{border:1px solid #795548;border-radius:5px}.cbxwpbookmark-brown .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#795548;color:#fff}.cbxwpbookmark-blue-gray .cbxwpbkmark-toolbar-editcat{background:#607D8B;color:#fff}.cbxwpbookmark-blue-gray .cbxwpbkmark-toolbar-newcat{background:#607D8B;color:#fff}.cbxwpbookmark-blue-gray .cbxwpbkmark-toolbar-listcat{background:#607D8B;color:#fff}.cbxwpbookmark-blue-gray input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #607D8B;border-radius:5px}.cbxwpbookmark-blue-gray .cbxwpbkmark-field-privacy:focus{border:1px solid #607D8B;border-radius:5px}.cbxwpbookmark-blue-gray .cbxbookmark-category-list-create,.cbxwpbookmark-blue-gray .cbxwpbookmark_deleteall{background:#607D8B;color:#fff}.cbxwpbookmark-blue-gray .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#607D8B;color:#fff}.cbxwpbookmark-blue-gray .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #607D8B;border-radius:5px;outline:none!important}.cbxwpbookmark-blue-gray .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #607D8B;border-radius:5px;outline:none!important}.cbxwpbookmark-blue-gray .cbxbookmark-more{background:#607D8B;color:#fff}.cbxwpbookmark-blue-gray .cbxbookmark-more:focus{border:1px solid #607D8B;border-radius:5px}.cbxwpbookmark-blue-gray .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#607D8B;color:#fff}#buddypress .cbxlbjs .cbxlbjs-list .cbxlbjs-item{padding:0!important}div.action i.cbxwpbkmarktrig-count{font-size:14px!important}#buddypress ul.activity-list li{overflow:visible!important}.cbxwpbookmark_deleteall{cursor:pointer;padding:4px 10px!important;display:inline-block;font-size:12px!important;line-height:1.5!important;font-weight:normal!important;clear:both;border-radius:5px!important;font-weight:normal!important;-webkit-transition:all 0.3s;transition:all 0.3s;outline:none!important;text-decoration:none!important;vertical-align:middle!important;margin-left:20px}.cbxwpbookmark_deleteall:before{display:inline-block;width:15px;height:15px;content:"";background:#fff0 url(/wp-content/plugins/cbxwpbookmark/assets/img/delete_icon_red.png) center center no-repeat;background-size:cover;vertical-align:text-top;margin-right:5px}.cbxwpbookmark_deleteall:focus,.cbxwpbookmark_deleteall:hover{text-decoration:none!important;outline:none!important;-webkit-box-shadow:2.736px 7.518px 10px 0 rgb(0 0 0 / .15)!important;box-shadow:2.736px 7.518px 10px 0 rgb(0 0 0 / .15)!important}.cbxwpbookmark_deleteall.cbxwpbookmark_deleteall_busy:before{background:#fff0 url(/wp-content/plugins/cbxwpbookmark/assets/img/ajax-loader.gif) center center no-repeat}.cbxwpbookmark_share{background:#007FFF!important;color:#ffffff!important;cursor:pointer!important;padding:4px 10px!important;display:inline-block;font-size:12px!important;line-height:1.5!important;font-weight:normal!important;clear:both;border-radius:5px!important;font-weight:normal!important;-webkit-transition:all 0.3s;transition:all 0.3s;outline:none!important;text-decoration:none!important;vertical-align:middle!important;margin-left:20px}.cbxwpbookmark_share:before{display:inline-block;width:15px;height:15px;content:"";background:#fff0 url(/wp-content/plugins/cbxwpbookmark/assets/img/share_icon_white.png) center center no-repeat;background-size:cover;vertical-align:text-top;margin-right:5px}.cbxwpbookmark_share:focus,.cbxwpbookmark_share:hover{text-decoration:none!important;outline:none!important;-webkit-box-shadow:2.736px 7.518px 10px 0 rgb(0 0 0 / .15)!important;box-shadow:2.736px 7.518px 10px 0 rgb(0 0 0 / .15)!important}.cbxwpbookmark-widget-class .cbxwpbookmark_share{margin-left:0}#awn-confirm-ok{background:#40871d!important;border:0;border-radius:4px;color:#fff;font-size:14px!important;font-weight:normal!important;line-height:1.2!important;padding:10px 15px!important}#awn-confirm-cancel{background:#1c76a6!important;border:0;border-radius:4px;color:#fff;font-size:14px!important;font-weight:normal!important;line-height:1.2!important;padding:10px 15px!important}.awn-popup-title{font-size:18px!important;font-weight:bold!important;line-height:1.2!important;text-transform:capitalize!important;margin-bottom:30px}.awn-popup-content{font-size:14px!important;font-weight:normal!important;line-height:1.2!important}.shareurl_modal h3{font-size:16px!important;font-weight:normal!important;line-height:1.2!important;margin-bottom:10px!important;padding:0!important}.shareurl_modal .shareurl_copy{display:-webkit-box;display:-ms-flexbox;display:flex}.shareurl_modal .shareurl_copy .shareurl_copy_input{font-size:14px!important;font-weight:normal!important;line-height:1.2!important;padding:5px 10px!important;border-radius:4px 0 0 4px!important;border-right:0!important;-webkit-box-flex:1!important;-ms-flex:1 0 auto!important;flex:1 0 auto!important}.shareurl_modal .shareurl_copy .shareurl_copy_btn{font-size:14px!important;font-weight:normal!important;line-height:1.2!important;padding:5px 10px!important;border-radius:0 4px 4px 0!important;-webkit-box-flex:0!important;-ms-flex:0 0 auto!important;flex:0 0 auto!important;background-color:#007FFF!important;color:#fff!important}.shareurl_modal .shareurl_copy .shareurl_copy_btn:disabled{cursor:not-allowed}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}.wprc-container{display:block;float:right;width:100%;margin:20px 0}.wprc-container.red-colorscheme .wprc-content{border-top:4px solid #EB652E}.wprc-container.blue-colorscheme .wprc-content{border-top:4px solid #4785CC}.wprc-container.green-colorscheme .wprc-content{border-top:4px solid #6CBE56}.wprc-container .wprc-content{background:#F6F6F6;border-top:4px solid var(--color_button);width:100%;padding:20px;display:none;clear:both;box-shadow:0 3px 3px #B8B8B8}.wprc-content .left-section,.wprc-content .right-section{width:50%}.wprc-content .left-section{float:left}.wprc-content .right-section{float:right;padding-left:20px}.wprc-content .right-section li{height:100%}.clear{clear:both}div.wprc-content li{list-style:none outside none;margin:0}.wprc-content textarea,.wprc-content input[type='text'],.wprc-content input[type='email'],.wprc-content input[type='password'],.wprc-content select{resize:none;width:100%;padding:5px}.wprc-content,.wprc-content textarea,.wprc-content input,.wprc-content select,.wprc-content .left-section,.wprc-content .right-section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:14px}.wprc-content .required-sign{color:red}.wprc-content .input-details{height:135px}.wprc-container .wprc-switch{float:right}.wprc-message.error,.wprc-message.success{background-repeat:no-repeat;color:#FFF;padding:10px 10px 10px 50px;margin-bottom:10px}.wprc-message.error{background-color:#E85E2B;background-position:10px 7px}.wprc-message.success{background-color:var(--color_button);background-position:10px -39px}.wprc-content .loading-img{vertical-align:middle;box-shadow:none;border:0 none}.wprc-container.red-colorscheme button.wprc-switch,.wprc-container.red-colorscheme button.wprc-switch:hover,.wprc-container.red-colorscheme button.wprc-switch:active,.wprc-container.red-colorscheme button.wprc-submit,.wprc-container.red-colorscheme button.wprc-submit:hover,.wprc-container.red-colorscheme button.wprc-submit:active{background:#EB652E;border:1px solid #EB652E;color:#FFF}.wprc-container.blue-colorscheme button.wprc-switch,.wprc-container.blue-colorscheme button.wprc-switch:hover,.wprc-container.blue-colorscheme button.wprc-switch:active,.wprc-container.blue-colorscheme button.wprc-submit,.wprc-container.blue-colorscheme button.wprc-submit:hover,.wprc-container.blue-colorscheme button.wprc-submit:active{background:#4785CC;border:1px solid #4785CC;color:#FFF}.wprc-container.green-colorscheme button.wprc-switch,.wprc-container.green-colorscheme button.wprc-switch:hover,.wprc-container.green-colorscheme button.wprc-switch:active,.wprc-container.green-colorscheme button.wprc-submit,.wprc-container.green-colorscheme button.wprc-submit:hover,.wprc-container.green-colorscheme button.wprc-submit:active{background:#6CBE56;border:1px solid #6CBE56;color:#FFF}.wprc-content .wprc-submit{margin-top:10px}.wprc-container button.wprc-switch,.wprc-container button.wprc-switch:hover,.wprc-container button.wprc-switch:active,.wprc-content button.wprc-submit,.wprc-content button.wprc-submit:hover,.wprc-content button.wprc-submit:active{background:var(--color_button);border:1px solid var(--color_button);border-radius:0;color:#fff;box-shadow:none}.youzer{width:100%;direction:ltr;line-height:16px;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity .3s}body.yz-modal-overlay-active{overflow:hidden!important}body #youzer input,body .youzer,body .youzer button,body .youzer h3,body .youzer input{font-family:'Open Sans',sans-serif}body .youzer :after,body .youzer :before{-webkit-backface-visibility:visible;backface-visibility:visible}.youzer p{margin:initial;color:inherit;line-height:inherit;width:initial}.rtl .youzer{direction:rtl}.yz-page-main-content{margin:auto;padding:35px 0 0;max-width:1170px;position:relative;z-index:0;min-height:initial}.yz-vertical-layout header+.yz-page-main-content{padding-top:0}#yz-profile-navmenu .yz-inner-content,.youzer .wild-content,.youzer .yz-boxed-navbar,.yz-cover-content,.yz-header-content,.yz-page-main-content,.yz-vertical-layout .yz-content{max-width:1170px}.youzer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-backface-visibility:visible;backface-visibility:visible}.youzer :active,.youzer :focus{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}.youzer:before{content:"";clear:both;display:table}.youzer ul{margin:0;padding:0;list-style:none}.youzer li{margin:0;padding:0;list-style:none}.youzer h1,.youzer h2,.youzer h3,.youzer h4,.youzer h5,.youzer h6{margin:0;padding:0;line-height:24px;letter-spacing:initial}.youzer h2:before{display:none}.youzer button{background-image:initial;box-shadow:none}.youzer form,body #youzer form{text-align:initial;margin:0}.youzer .radio{width:initial;height:initial}.youzer a{letter-spacing:0;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}#youzer a.loading{opacity:1}#youzer a.remove{text-indent:0}.youzer a:active,.youzer a:focus,.youzer a:hover,.youzer a:visited{outline:0;text-decoration:none}.youzer i{height:initial;opacity:1;top:initial;font-size:initial}.youzer textarea{resize:none}.youzer button[disabled],.youzer input[disabled],.youzer textarea[disabled]{cursor:default}.youzer button:focus,.youzer input:focus,.youzer select:focus,.youzer textarea:focus{outline:0;box-shadow:none}.logy header,.youzer header{float:none}.youzer #content{margin:0;padding:0}.yz-author-box-widget,.yz-login-widget,.yz-register-widget{display:none}.yz-page{background-color:#eaeaea}.youzer img{color:#898989;font-size:8px;display:block}.youzer abbr,.youzer label abbr{border:none;text-decoration:none}.youzer ins{text-decoration:initial;background-color:transparent}.youzer a.button i,.youzer button i{position:initial}.youzer img.emoji{font-size:18px}.youzer blockquote{display:block}.youzer blockquote:before{content:'';font-family:initial!important;background:initial;box-shadow:none}#youzer select:not([multiple]),html.touch #youzer select{background:initial;display:none}.youzer table{margin:0;padding:0;width:100%;border:none;box-shadow:none;margin-bottom:35px;background-color:#fff;border-collapse:collapse}.youzer table tfoot,.youzer table thead{border:none}.youzer table tfoot tr,.youzer table thead tr{background-color:#f9f9f9;color:#828282}.youzer table tfoot tr th,.youzer table thead tr th{border:none;color:inherit;font-size:13px;font-weight:600;line-height:14px;padding:15px 5px;text-align:center;vertical-align:middle;letter-spacing:initial;text-transform:initial}.youzer table tbody tr{text-align:center;border-bottom:1px solid #f6f6f6}.youzer table tbody td{padding:20px 5px;color:#7c838a;font-size:13px;font-weight:400;border:none}.youzer table tbody td a{color:#7c838a;font-size:13px;font-weight:600}.youzer textarea::placeholder{font-family:'Open Sans',sans-serif}.youzer ::-webkit-input-placeholder{font-family:'Open Sans',sans-serif}.youzer ::-moz-placeholder{font-family:'Open Sans',sans-serif}.youzer :-ms-input-placeholder{font-family:'Open Sans',sans-serif}.youzer :-moz-placeholder{font-family:'Open Sans',sans-serif}.youzer .members{overflow:visible}.youzer input{box-shadow:none!important}.youzer input[type=checkbox],.youzer input[type=radio]{margin:0;padding:0}.youzer .radio input[type=radio]{opacity:1;width:initial;height:initial;position:relative}.rtl .youzer input[type=checkbox],.rtl .youzer input[type=radio]{margin-right:0;margin-left:.4375em}.youzer .input-group,.youzer .input-group-btn{display:initial}.yz-cover img{width:100%;height:150px;display:block;object-fit:cover}#sitewide-notice,#youzer div textarea,.widget.buddypress,.widget_bp_core_members_widget .item-options a,.widget_bp_core_sitewide_messages .bp-site-wide-message button,.widget_bp_groups_widget .item-options a,.youzer a,.youzer a.button,.youzer input,.youzer p,.youzer select,.youzer textarea,.youzer-dialog,.youzer-dialog-desc,.yz-items-list-widget,.yz-modal-actions a,.yz-modal-actions button,.yz-my-account-widget,.yz-tool-btn .yz-tool-name,.yz-tooltip:after,.yz-wp-widget,[data-yztooltip]:after{font-family:'Open Sans',sans-serif}.yz-primary-nav-area{display:inline-block}.yz-primary-nav-img{width:35px;height:35px;display:inline-block;vertical-align:middle;background-size:cover;background-color:#f5f5f5;background-position:center;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%}.yz-tool-btn.yz-review-btn{background-color:#f9c321}.yz-tool-btn.yz-report-btn{background-color:#f44336}.yz-left-sidebar-layout,.yz-right-sidebar-layout{display:grid;grid-gap:35px}.yz-right-sidebar-layout{grid-template-columns:calc(72% - 35px) 28%}.yz-left-sidebar-layout{grid-template-columns:28% calc(72% - 35px)}.yz-3columns-layout{display:grid;grid-gap:25px;grid-template-columns:23% calc(56% - 70px) 23%}.yz-3columns-layout .yz-main-column{order:2}.yz-3columns-layout .yz-left-sidebar{order:1}.yz-3columns-layout .yz-right-sidebar{order:3}.yz-left-sidebar-layout .yz-main-column{order:2}.yz-left-sidebar-layout .yz-sidebar-column{order:1}i.yz-big-verified-icon{width:23px;height:23px;font-size:15px;margin-left:8px;line-height:24px}.rtl i.yz-big-verified-icon{margin:0 8px 0 0}i.yz-medium-verified-icon{width:19px;height:19px;font-size:11px;margin-left:5px;line-height:19px}.rtl i.yz-medium-verified-icon{margin:0 5px 0 0}i.yz-small-verified-icon{width:17px;height:17px;font-size:10px;line-height:16px;margin:0 2px 0 5px}.rtl i.yz-small-verified-icon{margin:0 5px 0 2px}.yz-account-verified{color:#fff;text-align:center;display:inline-block;background-color:#4fc1e9;vertical-align:text-bottom}.yz-tools{top:0;right:0;z-index:9;opacity:0;position:absolute;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}#yz-group-header:hover .yz-tools,#yz-groups-list li:hover .yz-tools,#yz-members-list li:hover .yz-tools,#yz-profile-header:hover .yz-tools,.yzb-author:hover .yz-tools{opacity:1}.yz-tools-full-btns{padding:10px 5px}.yz-tools-only-icons{padding:8px 4px}.yz-tool-btn{cursor:pointer;background-color:#00bcd4}.yz-tools-full-btns .yz-tool-btn{margin:0 4px;overflow:hidden}.yz-tools-only-icons .yz-tool-btn{float:left;margin:0 3px}.yz-tool-btn .yz-tool-icon{margin:0;padding:0;text-align:center}.yz-tools-only-icons .yz-tool-btn .yz-tool-icon{width:25px;height:25px;line-height:23px}.yz-tools-full-btns .yz-tool-btn .yz-tool-icon{width:35px;height:35px;line-height:35px;background-color:#fff}.yz-tools-only-icons .yz-tool-btn .yz-tool-icon i{color:#fff;font-size:13px}.yz-tools-full-btns .yz-tool-btn .yz-tool-icon i{color:#848b92;font-size:16px}.yz-tool-btn .yz-tool-name{color:#fff;padding:0 15px;font-size:13px;font-weight:600;text-align:center}.yz-tool-btn .yz-tool-icon,.yz-tool-btn .yz-tool-name,.yz-tools-full-btns .yz-tool-btn{display:inline-block;vertical-align:middle}.rtl .youzer .emojionearea .emojionearea-editor{text-align:right;direction:rtl}.rtl .youzer .emojionearea .emojionearea-button{right:initial;left:5px}.yz-media-filter .yz-filter-item .yz-filter-content.loading i:before,.yz-product-action-button.yz-addtocart.loading i:before,.yz-tool-btn.loading .yz-tool-icon i:before{font-weight:700;content:"\f110"!important;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.yz-media-filter .yz-filter-item .yz-filter-content.loading i,.yz-product-action-button.yz-addtocart.loading i,.yz-tool-btn.loading .yz-tool-icon i{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.yz-default-subnav li a i{width:32px;height:32px;font-size:14px;margin-right:8px;line-height:32px;text-align:center}.yz-tabs-list-gradient #directory-show-filter a:before,.yz-tabs-list-gradient #directory-show-search a:before,.yz-tabs-list-gradient .yz-default-subnav li a i,.yz-tabs-list-gradient div.item-list-tabs a i,.yz-tabs-list-gradient div.item-list-tabs a:before{color:#fff}.yz-tabs-list-gradient #activity-all a:before,.yz-tabs-list-gradient #groups-all a:before,.yz-tabs-list-gradient #members-all a:before,.yz-tabs-list-gradient .yz-default-subnav li:nth-child(1) a i,.yz-tabs-list-gradient a#edit-details:before,.yz-tabs-list-gradient a#friends-my-friends i,.yz-tabs-list-gradient a#groups-my-groups i,.yz-tabs-list-gradient a#inbox i,.yz-tabs-list-gradient a#just-me i,.yz-tabs-list-gradient a#read i,.yz-tabs-list-gradient div.item-list-tabs li:nth-child(1) a:before,.yz-tabs-list-gradient li#followers-personal-li a:before{background:#32a0ff;background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#24c6dc ,#514a9d);background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#24c6dc ,#514a9d)}.yz-tabs-list-gradient #subnav a#membership-requests:before,.yz-tabs-list-gradient .yz-default-subnav li:nth-child(8) a i{background:#66c2ee;background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#89f7fe ,#66a6ff);background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#89f7fe ,#66a6ff)}.yz-tabs-list-gradient .yz-default-subnav li:nth-child(9) a i{background:#fd8bd9;background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#fd8bd9 ,#7742b2);background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#fd8bd9 ,#7742b2)}.yz-tabs-list-colorful .yz-default-subnav li:nth-child(9) a i{background:#fd8bd9}.youzer div.item-list-tabs li a#media-setting:before,.youzer div.item-list-tabs li a#notifications:before,.yz-tabs-list-gradient #directory-show-filter a:before,.yz-tabs-list-gradient .yz-default-subnav li:nth-child(10) a i{background:#ff2f20;background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#ff2f20 ,#ff1162);background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#ff2f20 ,#ff1162)}.yz-tabs-list-colorful #directory-show-filter a:before,.yz-tabs-list-colorful .yz-default-subnav li:nth-child(9) a i{background:#fd8bd9}.yz-tabs-list-gradient #activity-following a:before,.yz-tabs-list-gradient #groups-personal a:before,.yz-tabs-list-gradient #members-personal a:before,.yz-tabs-list-gradient .yz-default-subnav li:nth-child(4) a i,.yz-tabs-list-gradient a#activity-mentions i,.yz-tabs-list-gradient a#forum:before,.yz-tabs-list-gradient a#group-events i,.yz-tabs-list-gradient a#sentbox i,.yz-tabs-list-gradient div.item-list-tabs li:nth-child(4) a:before{background:#96e24c;background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#dce35b ,#45b649);background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#dce35b ,#45b649)}.yz-tabs-list-gradient #activity-favorites a:before,.yz-tabs-list-gradient .yz-default-subnav li:nth-child(2) a i,.yz-tabs-list-gradient a#activity-favs i,.yz-tabs-list-gradient a#group-settings:before,.yz-tabs-list-gradient a#notices i,.yz-tabs-list-gradient a#requests i,.yz-tabs-list-gradient div.item-list-tabs li:nth-child(2) a:before,.yz-tabs-list-gradient li#following-personal-li a:before{background:#ff7376;background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#fa6d9d ,#ff1e6b);background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#fa6d9d ,#ff1e6b)}.yz-tabs-list-gradient #activity-friends a:before,.yz-tabs-list-gradient #group-create-nav a:before,.yz-tabs-list-gradient #members-following a:before,.yz-tabs-list-gradient .feed a:before,.yz-tabs-list-gradient .yz-default-subnav li:nth-child(3) a i,.yz-tabs-list-gradient a#activity-friends i,.yz-tabs-list-gradient a#group-avatar:before,.yz-tabs-list-gradient a#invites i,.yz-tabs-list-gradient a#notifications-my-notifications i,.yz-tabs-list-gradient a#starred i,.yz-tabs-list-gradient div.item-list-tabs li:nth-child(3) a:before{background:#ffca6e;background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#f9d423 ,#ff4e50);background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#f9d423 ,#ff4e50)}.yz-tabs-list-gradient #activity-mentions a:before,.yz-tabs-list-gradient #directory-show-search a:before,.yz-tabs-list-gradient .yz-default-subnav li:nth-child(6) a i,.yz-tabs-list-gradient a#activity-groups i,.yz-tabs-list-gradient a#manage-members:before,.yz-tabs-list-gradient a.yzmsg-show-search i,.yz-tabs-list-gradient div.item-list-tabs li:nth-child(6) a:before{background:#24cbbb;background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#45eada ,#009688);background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#45eada ,#009688)}.yz-tabs-list-gradient #activity-groups a:before,.yz-tabs-list-gradient .yz-default-subnav li:nth-child(5) a i,.yz-tabs-list-gradient a#activity-following i,.yz-tabs-list-gradient a#compose i,.yz-tabs-list-gradient a#group-cover-image:before,.yz-tabs-list-gradient div.item-list-tabs li:nth-child(5) a:before{background:#c154fe;background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#c154fe ,#673ab7);background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#c154fe ,#673ab7)}.yz-tabs-list-gradient .yz-default-subnav li:nth-child(7) a i,.yz-tabs-list-gradient a#delete-group:before,.yz-tabs-list-gradient div.item-list-tabs li:nth-child(7) a:before{background:#a4a3a3;background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#a4a4a4 ,#4f4f4f);background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#a4a4a4 ,#4f4f4f)}.yz-tabs-list-colorful #directory-show-filter a:before,.yz-tabs-list-colorful #directory-show-search a:before,.yz-tabs-list-colorful .yz-default-subnav li a i,.yz-tabs-list-colorful div.item-list-tabs a i,.yz-tabs-list-colorful div.item-list-tabs a:before{color:#fff}.yz-tabs-list-colorful #activity-all a:before,.yz-tabs-list-colorful #groups-all a:before,.yz-tabs-list-colorful #members-all a:before,.yz-tabs-list-colorful .yz-default-subnav li:nth-child(1) a i,.yz-tabs-list-colorful a#edit-details:before,.yz-tabs-list-colorful a#friends-my-friends i,.yz-tabs-list-colorful a#groups-my-groups i,.yz-tabs-list-colorful a#inbox i,.yz-tabs-list-colorful a#just-me i,.yz-tabs-list-colorful li#followers-personal-li a:before{background-color:#32a0ff}.yz-tabs-list-colorful #subnav a#membership-requests:before,.yz-tabs-list-colorful .yz-default-subnav li:nth-child(8) a i{background-color:#66c2ee}.yz-tabs-list-colorful #activity-following a:before,.yz-tabs-list-colorful #groups-personal a:before,.yz-tabs-list-colorful #members-personal a:before,.yz-tabs-list-colorful .yz-default-subnav li:nth-child(4) a i,.yz-tabs-list-colorful a#activity-mentions i,.yz-tabs-list-colorful a#forum:before,.yz-tabs-list-colorful a#sentbox i,.yz-tabs-list-gradient div.item-list-tabs li:nth-child(1) a:before{background-color:#96e24c}.yz-tabs-list-colorful #activity-favorites a:before,.yz-tabs-list-colorful .yz-default-subnav li:nth-child(2) a i,.yz-tabs-list-colorful a#activity-favs i,.yz-tabs-list-colorful a#group-settings:before,.yz-tabs-list-colorful a#notices i,.yz-tabs-list-colorful a#read i,.yz-tabs-list-colorful a#requests i,.yz-tabs-list-colorful li#following-personal-li a:before{background-color:#ff7376}.yz-tabs-list-colorful #activity-friends a:before,.yz-tabs-list-colorful #group-create-nav a:before,.yz-tabs-list-colorful .feed a:before,.yz-tabs-list-colorful .yz-default-subnav li:nth-child(3) a i,.yz-tabs-list-colorful a#activity-friends i,.yz-tabs-list-colorful a#group-avatar:before,.yz-tabs-list-colorful a#invites i,.yz-tabs-list-colorful a#notifications-my-notifications i,.yz-tabs-list-colorful a#starred i{background-color:#ffc107}.yz-tabs-list-colorful #activity-mentions a:before,.yz-tabs-list-colorful #directory-show-search a:before,.yz-tabs-list-colorful .yz-default-subnav li:nth-child(6) a i,.yz-tabs-list-colorful a#activity-groups i,.yz-tabs-list-colorful a#manage-members:before,.yz-tabs-list-colorful a.yzmsg-show-search i{background:#24cbbb}.yz-tabs-list-colorful #activity-groups a:before,.yz-tabs-list-colorful .yz-default-subnav li:nth-child(5) a i,.yz-tabs-list-colorful a#compose i,.yz-tabs-list-colorful a#group-cover-image:before{background-color:#c154fe}.yz-tabs-list-colorful .yz-default-subnav li:nth-child(7) a i,.yz-tabs-list-colorful a#delete-group:before{background:#a4a3a3}.yz-tabs-list-gray #directory-show-filter a:before,.yz-tabs-list-gray #directory-show-search a:before,.yz-tabs-list-gray .yz-default-subnav li a i,.yz-tabs-list-gray div.item-list-tabs a i,.yz-tabs-list-gray div.item-list-tabs a:before{color:#fff;background-color:#a3a3a3}.yz-tabs-list-silver #directory-show-filter a:before,.yz-tabs-list-silver #directory-show-search a:before,.yz-tabs-list-silver .yz-default-subnav li a i,.yz-tabs-list-silver div.item-list-tabs a i,.yz-tabs-list-silver div.item-list-tabs a:before{color:#909194;background-color:#eee}.yz-tabs-list-white #directory-show-search a:before,.yz-tabs-list-white .yz-default-subnav li a i,.yz-tabs-list-white div.item-list-tabs a i,.yz-tabs-list-white div.item-list-tabs a:before{color:#a4a4a4;background-color:#fff;border:1px solid #eaeaea;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.yz-social-buttons a{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.button.reject,.group-button.leave-group{color:#8a8a8a;min-width:170px;border:1px solid #eee;background-color:transparent}.button.accept:before{content:'\f4fc'}.button.reject:before{content:'\f235'}body div.widget.buddypress.widget_bp_core_members_widget div.item-options a,body div.widget.buddypress.widget_bp_groups_widget div.item-options a{color:#fff!important;font-size:10px;box-shadow:none;font-weight:600;padding:6px 12px;text-shadow:none;margin:10px 8px 0 0;display:inline-block;text-decoration:none;letter-spacing:.05em;border:none!important;background-color:#898989;text-transform:uppercase}.widget_bp_core_members_widget .item-options a#recently-active-members,.widget_bp_groups_widget .item-options a#recently-active-groups{background-color:#ffc107}.widget_bp_core_members_widget .item-options a#popular-members,.widget_bp_groups_widget .item-options a#popular-groups{background-color:#ff5c50}.widget_bp_core_members_widget .item-options a#newest-members,.widget_bp_groups_widget .item-options a#newest-groups{background-color:#32a0ff}.widget_bp_groups_widget .item-options a#alphabetical-groups{background-color:#51d9cc}.widget_bp_core_members_widget .item-options .bp-separator,.widget_bp_groups_widget .item-options .bp-separator{display:none}.widget_bp_core_members_widget #members-list .vcard,.widget_bp_groups_widget #groups-list li{padding:0;border:none;box-shadow:none;overflow:hidden;margin:25px 0 0 0;list-style-type:none}.widget_bp_core_members_widget #members-list li .item,.widget_bp_groups_widget #groups-list li .item{display:inline-block;vertical-align:middle;width:calc(100% - 70px)}.widget_bp_core_members_widget #members-list .vcard .item-avatar,.widget_bp_groups_widget #groups-list li .item-avatar{margin-right:12px;display:inline-block;vertical-align:middle}.rtl .widget_bp_core_members_widget #members-list .vcard .item-avatar,.rtl .widget_bp_groups_widget #groups-list li .item-avatar,.rtl .yz-my-account-widget .yz-menu-links .yz-link-item i,.rtl .yz-notifications-widget .yz-notif-item .yz-notif-icon{margin:0 0 0 12px}.widget_bp_core_members_widget #members-list .vcard .item-title a,.widget_bp_groups_widget #groups-list li .item-title a{border:none;color:#7c838a;font-size:13px;font-weight:600;text-transform:capitalize}.widget_bp_core_members_widget #members-list .vcard .item-meta .activity,.widget_bp_groups_widget #groups-list li .item-meta .activity{color:#8a8a8a;display:block;margin-top:6px;font-size:10px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.logged-in .widget_bp_core_login_widget{overflow:hidden}.widget_bp_core_login_widget .bp-login-widget-user-avatar,.widget_bp_core_login_widget .bp-login-widget-user-link{display:block;text-align:center;margin-bottom:15px}.widget_bp_core_login_widget .bp-login-widget-user-link a{color:#7c838a;font-size:14px;box-shadow:none}.widget_bp_core_login_widget .bp-login-widget-user-logout{text-align:center}.widget_bp_core_login_widget .bp-login-widget-user-logout a{font-size:11px;font-weight:600;box-shadow:none;padding:12px 35px;display:inline-block;color:#fff!important;background-color:#ff5c50;text-transform:uppercase}.widget_bp_core_login_widget .bp-login-widget-user-logout a:before{opacity:1;content:"\f011";font-weight:700!important}.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-remember-me,.bbp-login-form .bbp-username{margin-bottom:15px}#bp-login-widget-form>input,#bp-login-widget-form>label{display:block;margin-bottom:10px}.bbp_widget_login .bbp-login-form fieldset{border:none;padding:25px}.bbp_widget_login .bbp-login-form .bbp-remember-me label{margin:0}.bbp_widget_login .bbp-login-form .bbp-remember-me input,.bbp_widget_login .bbp-login-form .bbp-remember-me label{display:inline-block;vertical-align:middle}.bbp_widget_login .bbp-login-form label{margin-bottom:10px}body #bp-login-widget-form label,body .bbp_widget_login .bbp-login-form label{color:#7c838a;font-size:14px;font-weight:600}#bp-login-widget-form>input,.bbp_widget_login .bbp-login-form .bbp-password input,.bbp_widget_login .bbp-login-form .bbp-username input{width:100%;height:40px;color:#898989;font-size:13px;padding:8px 12px;border:1px solid #eee}#bp-login-widget-form .forgetmenot{margin-top:15px}#bp-login-widget-form #bp-login-widget-submit,#bp-login-widget-form .bp-login-widget-register-link a{width:100%;color:#fff;display:block;font-size:12px;font-weight:600;padding:12px 15px;text-align:center;letter-spacing:.03em;text-transform:uppercase}#bp-login-widget-form #bp-login-widget-submit{margin-top:15px;background-color:#32a0ff}#bp-login-widget-form .bp-login-widget-register-link a{background-color:#8bc34a}.widget_bp_core_recently_active_widget .avatar-block,.widget_bp_core_whos_online_widget .avatar-block,.widget_bp_follow_following_widget .avatar-block{text-align:center}.widget_bp_core_recently_active_widget .item-avatar,.widget_bp_core_whos_online_widget .item-avatar,.widget_bp_follow_following_widget .item-avatar{margin:8px;display:inline-block}.bp-site-wide-message #message{margin:0;padding:0;border:none!important}.widget_bp_core_sitewide_messages .bp-site-wide-message #message{padding:25px}.widget_bp_core_sitewide_messages .bp-site-wide-message #message p{margin-top:0;color:#8a8a8a;font-size:13px;font-weight:400;line-height:24px;text-align:center;position:relative;text-decoration:none;background-color:#fff}.widget_bp_core_sitewide_messages .bp-site-wide-message button{top:0;left:0;margin:0;padding:0;width:25px;height:25px;border:none;color:#9c9b9b;font-size:10px;font-weight:600;line-height:25px;position:absolute;text-align:center;background-color:#eee}.widget_bp_core_sitewide_messages .bp-site-wide-message strong{display:block;font-size:14px;font-weight:600;text-align:center;margin-bottom:15px}.widget_bp_core_sitewide_messages .bp-site-wide-message strong:before{width:45px;height:45px;color:#fefefe;display:block;font-size:18px;content:'\f0a1';line-height:45px;text-align:center;margin:0 auto 20px;background-color:#ff8eb4}.widget_bp_core_sitewide_messages .bp-site-wide-message br{display:none}.yz-my-account-widget{margin-bottom:35px;background-color:#fff}.yz-my-account-widget .yz-widget-header{padding:25px}.yz-my-account-widget .yz-widget-header .yz-head-avatar{margin-right:15px}.rtl .yz-my-account-widget .yz-widget-header .yz-head-avatar{margin:0 0 0 15px}.yz-my-account-widget .yz-widget-header .yz-head-avatar img{display:block;width:60px;height:60px}.yz-my-account-widget .yz-widget-header .yz-widget-head .yz-hello{display:block;color:#969696;font-size:13px;margin-bottom:10px}.yz-my-account-widget .yz-widget-header .yz-widget-head .yz-user-name{display:block;color:#7c838a;font-size:14px;font-weight:600;line-height:18px;text-transform:capitalize}.yz-my-account-widget .yz-menu-links .yz-links-section:first-of-type{padding-top:24px;border-top:1px solid #f6f6f6}.yz-my-account-widget .yz-menu-links .yz-links-section:last-of-type{margin-bottom:12px}.yz-my-account-widget .yz-menu-links .yz-links-section{padding:12px 0 0}.yz-my-account-widget .yz-menu-links .yz-section-title{display:block;color:#969696;font-size:10px;font-weight:600;letter-spacing:.5px;padding:0 25px 8px;text-transform:uppercase}.yz-my-account-widget .yz-menu-links .yz-link-item{display:block;padding:12px 25px}.yz-my-account-widget .yz-menu-links .yz-link-item .yz-link-title{color:#7c838a;font-size:13px;font-weight:600;line-height:18px;display:inline-block}.yz-my-account-widget .yz-menu-links .yz-link-item .yz-link-title .yz-link-count{font-size:11px;min-width:22px;margin-left:8px;padding:2px 6px;text-align:center;display:inline-block;background-color:#eee}.rtl .yz-my-account-widget .yz-menu-links .yz-link-item .yz-link-title .yz-link-count{margin:0 8px 0 0}.yz-my-account-widget .yz-menu-links .yz-link-item i{width:35px;height:35px;font-size:14px;line-height:35px;text-align:center;margin-right:12px}.yz-my-account-widget .yz-menu-icon-silver .yz-link-item i{color:#898989;background-color:#f5f5f5}.yz-my-account-widget .yz-menu-icon-no-bg .yz-link-item i{color:#898989;border:1px solid #eee}.yz-my-account-widget .yz-menu-icon-colorful .yz-link-item i{color:#fff}.yz-my-account-widget .yz-menu-icon-colorful .yz-link-profile-settings i{background-color:#9dd958}.yz-my-account-widget .yz-menu-icon-colorful .yz-link-widgets-settings i{background-color:#707dc3}.yz-my-account-widget .yz-menu-icon-colorful .yz-link-inbox i{background-color:#5ac6ed}.yz-my-account-widget .yz-menu-icon-colorful .yz-link-notifications i{background-color:#ffc107}.yz-my-account-widget .yz-menu-icon-colorful .yz-link-friendship-requests i{background-color:#fd4e96}.yz-my-account-widget .yz-menu-icon-colorful .yz-link-account-settings i{background-color:#24cbbb}.yz-my-account-widget .yz-menu-links .yz-link-logout{padding:15px 25px;border-top:1px solid #f2f2f2}.yz-my-account-widget .yz-menu-icon-colorful .yz-link-logout i{background-color:#9e9e9e}.yz-my-account-widget .yz-widget-header .yz-head-avatar,.yz-my-account-widget .yz-widget-header .yz-widget-head{display:inline-block;vertical-align:middle}.yz-notifications-widget .yz-more-items a{color:#969696;display:block;font-size:13px;margin-top:10px;font-weight:600;padding-top:20px;text-align:center;border-top:1px solid #f5f5f5}.yz-notifications-widget .yz-more-items a i{font-size:14px;margin-right:10px}.yz-notifications-widget .yz-notif-item{padding:15px 0;overflow:hidden}.yz-notif-item .display-name{font-weight:600;text-transform:capitalize}.yz-notif-item .yz-notif-content{text-align:left;display:inline-block;vertical-align:middle;width:calc(100% - 60px)}.rtl .yz-notif-item .yz-notif-content{text-align:right}.yz-notif-item .yz-notif-icon{margin-right:12px;display:inline-block}.yz-notif-item .yz-notif-content .yz-notif-desc:first-letter{text-transform:uppercase}.yz-notifications-widget .yz-notif-item .yz-notif-content .yz-notif-desc{font-weight:600}.yz-notif-item .yz-notif-content .yz-notif-desc{color:#6f757b;display:block;font-size:13px;line-height:24px}.yz-notif-item .yz-notif-content .yz-notif-time i{margin-right:5px;font-size:13px}.yz-notif-item .yz-notif-content .yz-notif-time .yz-notif-date,.yz-notif-item .yz-notif-content .yz-notif-time i{display:inline-block;vertical-align:middle}.rtl .yz-notif-item .yz-notif-content .yz-notif-time i{margin:0 0 0 5px}.yz-notif-item .yz-notif-content .yz-notif-time{color:#969696;margin-top:5px;font-size:10px;font-weight:600;display:inline-block;letter-spacing:.05em;text-transform:uppercase}.yz-notif-item .yz-notif-icon i{width:40px;height:40px;color:#898989;font-size:14px;line-height:40px;text-align:center;background-color:#f2f2f2}.yz-notif-icons-no-bg .yz-notif-item .yz-notif-icon i{color:#898989;border:1px solid #eee;background-color:transparent}.yz-notif-icons-silver .yz-notif-item .yz-notif-icon i{color:#898989;background-color:#f2f2f2}.yz-notif-icons-colorful .yz-notif-item .yz-notif-icon i{color:#fff}.yz-notif-icons-colorful .yz-notif-comment_reply .yz-notif-icon i{background-color:#2cca90}.yz-notif-icons-colorful .yz-notif-update_reply .yz-notif-icon i{background-color:#03a9f4}.yz-notif-icons-colorful .yz-notif-new_follow .yz-notif-icon i,.yz-notif-icons-colorful .yz-notif-new_message .yz-notif-icon i{background-color:#ffc107}.yz-notif-icons-colorful .yz-notif-new_message .yz-notif-icon i,.yz-notif-icons-colorful .yz-notif-yz_new_tag .yz-notif-icon i{background-color:#ffc107}.yz-notif-icons-colorful .yz-notif-bbp_new_reply .yz-notif-icon i,.yz-notif-icons-colorful .yz-notif-friendship_accepted .yz-notif-icon i{background-color:#707dc3}.yz-notif-icons-colorful .yz-notif-friendship_request .yz-notif-icon i{background-color:#fd4e96}.yz-notif-icons-colorful .yz-notif-new_at_mention .yz-notif-icon i{background-color:#e368f8}.yz-notif-icons-colorful .yz-notif-membership_request_rejected .yz-notif-icon i{background-color:#f44336}.yz-notif-icons-colorful .yz-notif-membership_request_accepted .yz-notif-icon i{background-color:#8bc34a}.yz-notif-icons-colorful .yz-notif-member_promoted_to_admin .yz-notif-icon i{background-color:#ff5722}.yz-notif-icons-colorful .yz-notif-member_promoted_to_mod .yz-notif-icon i{background-color:#5668c9}.yz-notif-icons-colorful .yz-notif-new_membership_request .yz-notif-icon i{background-color:#6d8d9d}.yz-notif-icons-colorful .yz-notif-group_invite .yz-notif-icon i{background-color:#ff1263}.yz-notif-icons-colorful .yz-notif-yz_new_like .yz-notif-icon i{background-color:#ff4a87}.yz-notif-icons-colorful .yz-notif-yz_new_share .yz-notif-icon i{background-color:#5c70dc}.yz-follow-message-button{margin-left:5px;background-color:#f6f6f6}.yz-page-btns-border-oval .yz-follow-message-button{border-radius:100px}.yz-page-btns-border-radius .yz-follow-message-button{border-radius:3px}.yz-page-btns-border-flat .yz-social-buttons .yz-follow-message-button .yz-send-message,.yz-page-btns-border-radius .yz-social-buttons .yz-follow-message-button .yz-send-message{border:none;border-left:1px solid #eee}.rtl .yz-follow-message-button{margin-left:0;margin-right:5px}.yz-follow-message-button div{float:left}.yz-social-buttons .yz-follow-message-button .follow-button a{border-top-right-radius:0;border-bottom-right-radius:0;padding:12px 15px 12px 25px;background-color:transparent}.yz-social-buttons .yz-follow-message-button .follow-button a,.yz-social-buttons .yz-follow-message-button .yz-send-message{border:none;min-width:initial}.yz-social-buttons .yz-follow-message-button .yz-send-message span{display:none}.yz-social-buttons .yz-follow-message-button .yz-send-message{margin:0;padding:0;background:#eaeaea}.yz-social-buttons .yz-follow-message-button .yz-send-message:before{margin:0;padding:0;width:46px;height:46px;line-height:46px}.follow-button .follow:before{content:"\f09e"}.follow-button .unfollow:before{content:"\f00d"}.friendship-button .add:before{content:"\f234"}.block-button:before{content:"\f05e"}.message-button .yz-send-message:before{content:"\f658"}.friendship-button .pending_friend:before,.friendship-button .remove:before{content:"\f235"}.friendship-button .awaiting_response_friend:before{content:'\f2b5'}.widget-error{padding:25px;color:#898989;font-size:13px}.group-button a.join-group:before{content:'\f2f6'}.group-button a.leave-group:before{content:'\f2f5'}.group-button .accept-invite:before{content:'\f00c'}.group-button a.request-membership:before{content:'\f2b5'}.group-button a.membership-requested:before{content:'\f1d8'}#message{padding:15px 25px;margin-bottom:35px;background-color:#fff}#youzer #message p{margin:0;padding:0;color:#898989;font-size:13px;font-weight:600;line-height:28px}#message p a{color:#89afc1}#message p code{font-family:open sans,sans-serif;font-size:13px;color:#89afc1;text-transform:initial}#message.error{border-left:6px solid #f44336}.rtl #message.error{border-left:none;border-right:6px solid #f44336}#message.updated{display:block;border-left:6px solid #afe371}.rtl #message.updated{border-left:none;border-right:6px solid #afe371}#message.info,div#message.info{background:#fff;border-left:6px solid #9e9e9e}.rtl #message.info,.rtl div#message.info{border-left:none;border-right:6px solid #9e9e9e}.youzer-sidebar .widget{margin:0;padding:0;border:none}.youzer-sidebar .widget-content{margin-bottom:35px;border-radius:3px;background-color:#fff}.youzer-sidebar .widget-content .widget-title:empty{display:none}.youzer-sidebar .widget-content .widget-title{margin:0;border:none;color:#858f94;font-size:13px;font-weight:600;line-height:22px;letter-spacing:0;padding:15px 25px;border-bottom:1px solid #f2f2f2}.youzer-sidebar .widget-content .widget-title:after,.youzer-sidebar .widget-content .widget-title:before{border:none;position:initial}.youzer-sidebar .widget-content .widget-title:before{width:35px;height:35px;line-height:35px;margin-right:10px;text-align:center;background-color:#f2f2f2}body .youzer-sidebar .buddypress div.item-options{margin-top:15px}.youzer-sidebar .item-list{padding-bottom:25px!important}body .buddypress.widget .item-list,body .buddypress.widget .item-options{padding:0 25px!important;float:initial!important;border:none}body .buddypress.widget .item-list{padding-bottom:25px!important}.youzer-sidebar .yz-items-list-widget{padding:0 25px 25px}.youzer-sidebar .widget_yz_notifications_widget .yz-notifications-widget .yz-notif-item{padding:22px 25px;border-bottom:1px solid #f5f5f5}.youzer-sidebar .widget_yz_notifications_widget .yz-notifications-widget .yz-more-items a{margin-top:0;border-top:0;padding:20px 25px}.youzer-sidebar .widget_bp_core_recently_active_widget .avatar-block,.youzer-sidebar .widget_bp_core_whos_online_widget .avatar-block,.youzer-sidebar .widget_bp_follow_following_widget .avatar-block{padding:17px 0}.youzer-sidebar .widget_yz_media .widget-title:before{content:"\f87c"}.youzer-sidebar .widget_yz_notifications_widget .widget-title:before{content:"\f0f3";font-weight:200}.youzer-sidebar .widget_display_stats .widget-title:before{content:"\f080"}.youzer-sidebar .widget_display_search .widget-title:before{content:"\f002"}.youzer-sidebar .widget_display_topics .widget-title:before{content:"\f1da"}.youzer-sidebar .widget_yz_community_hashtags .widget-title:before{content:"\f292"}.youzer-sidebar .widget_yz_hashtags .widget-title:before{content:"\f682"}.youzer-sidebar .widget_display_views .widget-title:before{content:"\f15b"}.youzer .widget_display_views li:before{content:""}.youzer-sidebar .widget_display_replies .widget-title:before{content:"\f27a"}.youzer-sidebar .bbp_widget_login .widget-title:before{content:"\f007"}.youzer-sidebar .widget_display_forums .widget-title:before{content:"\f086"}.youzer-sidebar .widget_bp_follow_following_widget .widget-title:before{content:"\f09e"}.youzer-sidebar .widget_yz_friend_suggestions_widget .widget-title:before{content:"\f234"}.youzer-sidebar .widget_yz_group_suggestions_widget .widget-title:before{content:"\f0c0"}.youzer-sidebar .widget_yz_group_administrators_widget .widget-title:before{content:"\f21b"}.youzer-sidebar .widget_yz_group_moderators_widget .widget-title:before{content:"\f3ed"}.youzer-sidebar .widget_bp_core_whos_online_widget .widget-title:before{content:"\f2ce"}.youzer-sidebar .widget-my-cred .widget-title:before{content:"\f3a5"}.youzer-sidebar .myCRED-widget-history .widget-title:before{content:"\f1da"}.youzer-sidebar .widget-mycred-list .widget-title:before{content:"\f160"}.youzer-sidebar .widget_bp_core_recently_active_widget .widget-title:before{content:"\f06d"}.youzer-sidebar .widget_bp_core_members_widget .widget-title:before{content:"\f00b"}.youzer-sidebar .widget_bp_groups_widget .widget-title:before{content:"\f022"}.youzer-sidebar .widget_bp_core_sitewide_messages .widget-title:before{content:'\f0a1'}.youzer-sidebar .widget_bp_core_login_widget .widget-title:before{content:'\f2bd'}.youzer-sidebar .widget_bp_core_login_widget form{padding:35px}.youzer-sidebar .widget_bp_core_login_widget .bp-login-widget-user-avatar{margin-top:35px}.youzer-sidebar .widget_bp_core_login_widget .bp-login-widget-user-links{margin-bottom:35px}.youzer-sidebar .widget_bp_core_login_widget .bp-login-widget-user-avatar img{margin:0 auto}.yz-wp-widget .yz-no-items-found{text-align:center;padding:25px 15px;font-weight:600;color:#898989;font-size:13px}.yz-wp-widget-box a{color:#fff;outline:0;display:block;cursor:pointer;font-size:13px;font-weight:600;text-align:left;overflow:hidden;position:relative}.rtl .yz-wp-widget-box a{text-align:right}.yz-wp-widget-box a:before{top:34px;right:0;width:25%;z-index:999;height:90px;font-size:22px;content:"\f2f6";text-align:center;position:absolute;text-rendering:auto;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Font Awesome 5 Free"!important}.rtl .yz-wp-widget-box a:before{right:initial;left:0}.rtl .yz-wp-widget-box a:after{right:initial;left:-35px}.yz-wp-widget-box a:after{content:'';position:absolute;z-index:-1;width:30%;height:200%;z-index:1;right:0;top:0;margin:-5px 0 0 -5px;background:rgba(255,255,255,.1);-webkit-transform-origin:0 0;-webkit-transform:rotate(-20deg);-moz-transform-origin:0 0;-moz-transform:rotate(-20deg);-ms-transform-origin:0 0;-ms-transform:rotate(-20deg);transform-origin:0 0;transform:rotate(-20deg);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.yz-wp-widget-box a:hover{color:#fff}.yz-wp-widget-box a:hover:after{width:40%}.yz-wp-widget-box a{margin-bottom:35px;padding:15px 25px 13px;background-color:#24c6dc;background-image:url(/wp-content/plugins/youzer/includes/public/assets/images/geopattern.png),linear-gradient(to left,#24c6dc,#514a9d);background-image:url(/wp-content/plugins/youzer/includes/public/assets/images/geopattern.png),-webkit-linear-gradient(right,#24c6dc,#514a9d)}.yz-wp-rss-box a{background:#ff5722;background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#f9d423 ,#ff5722);background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#f9d423 ,#ff5722)}.yz-wp-widget-box a i{color:#fff;display:block;font-size:22px;text-align:inherit;margin-bottom:20px}#youzer .youzer-sidebar .widget-content .textwidget{color:#858f94;font-size:13px;line-height:18px;padding:15px 25px}.nice-select,.youzer div.item-list-tabs .yz-bar-select{-webkit-tap-highlight-color:transparent;background-color:#f6f6f6;box-sizing:border-box;clear:both;cursor:pointer;display:inline-block;float:none;font-family:inherit;font-size:14px;min-height:38px;line-height:39px;outline:0;padding-left:18px;padding-right:35px;position:relative;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:auto;vertical-align:middle;text-align:left!important}.rtl .nice-select,.rtl .youzer div.item-list-tabs .yz-bar-select{padding-left:30px;padding-right:18px}.rtl .nice-select,.rtl .youzer div.item-list-tabs .yz-bar-select{text-align:right!important}.nice-select:hover{border-color:#eee}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#eee}.nice-select:after,.youzer div.item-list-tabs .yz-bar-select:after{border-bottom:2px solid #898989;border-right:2px solid #898989;content:'';display:block;height:5px;margin-top:-5px;pointer-events:none;position:absolute;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px;right:15px}.rtl .nice-select:after,.rtl .youzer div.item-list-tabs .yz-bar-select:after{right:initial;left:12px}.nice-select .current{height:40px;color:#8a8a8a;display:block;font-size:13px;font-weight:600;overflow:hidden;line-height:40px;text-align:center;word-break:break-all}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;overflow:auto;max-height:400px;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list li{display:block}.nice-select .list{background-color:#fff;box-shadow:0 0 0 1px rgba(68,68,68,.08);box-sizing:border-box;margin-top:8px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;left:0;top:100%;max-height:400px;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;font-size:13px;min-height:40px;color:#8a8a8a;outline:0;padding-left:18px;padding-right:29px;-webkit-transition:all .2s;transition:all .2s;text-align:left}.rtl .nice-select .option{text-align:right}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:600}.nice-select .option.disabled{color:#999;cursor:default;background-color:transparent}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.rtl #yz-wall-nav .nice-select,.rtl .youzer div.item-list-tabs .nice-select,.rtl .youzer div.item-list-tabs .yz-bar-select{padding-left:30px;padding-right:18px}#yz-wall-nav .nice-select:after,.youzer div.item-list-tabs .yz-bar-select:after{right:16px}.rtl #yz-wall-nav .nice-select:after,.rtl .youzer div.item-list-tabs .yz-bar-select:after{right:initial;left:16px}#whats-new-post-in-box label i{font-size:14px;margin-right:8px}#whats-new-post-in-box .nice-select{height:40px;margin-left:5px;min-width:100px;line-height:40px;padding-right:30px;border:1px solid #eee;background-color:transparent}.rtl #whats-new-post-in-box .nice-select{padding-right:18px}.rtl #whats-new-post-in-box .nice-select{margin:0 5px 0 0}#whats-new-post-in-box .nice-select:after{right:15px;margin-top:-3px}.rtl #whats-new-post-in-box .nice-select:after{right:initial;left:15px}#whats-new-post-in-box .nice-select .current{font-size:11px;line-height:38px}#whats-new-post-in-box select{opacity:0;height:39px}.youzer div.item-list-tabs .yz-bar-select{width:151px;color:#8a8a8a;font-size:13px;font-weight:600;padding-right:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.youzer .yz-btn-loading:before{content:"\f110"!important;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.youzer-dialog,.youzer-modal{top:0;left:0;opacity:0;width:100%;height:100%;position:fixed;z-index:9999999;visibility:hidden;background-color:rgba(0,0,0,.3);-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s}.youzer-dialog.yz-is-visible,.youzer-modal.yz-is-visible,.yz-popup-login.yz-is-visible{opacity:1!important;visibility:visible!important;-webkit-transition:opacity .3s 0s,visibility 0s 0s;-moz-transition:opacity .3s 0s,visibility 0s 0s;transition:opacity .3s 0s,visibility 0s 0s}.youzer-dialog-container{width:90%;margin:4em auto;overflow:hidden;position:relative;text-align:center;background-color:#fff}.youzer-dialog-static .youzer-dialog-container{max-width:500px}.youzer-modal .youzer-dialog-container{max-width:600px}.youzer-dialog .youzer-dialog-container{max-width:400px}.youzer-dialog .youzer-dialog-container,.youzer-modal .youzer-dialog-container{box-shadow:0 15px 50px rgba(0,0,0,.15);-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;transition-property:transform;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;transition-duration:.3s}.youzer-dialog-container .yz-dialog-buttons{margin:0;padding:0}#yz-modal .yz-modal-2rows:after,.youzer-dialog-container .yz-dialog-buttons:after,.yz-media .yz-media-group:after,.yz-page-main-content:after,.yz-wall-actions:after{content:"";clear:both;display:table}.youzer-dialog-container .yz-dialog-buttons li{display:inline-block}.youzer-dialog-container .yz-dialog-buttons a{font-size:14px;cursor:pointer;font-weight:600;padding:8px 25px;margin-bottom:35px;display:inline-block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.youzer-dialog-container .yz-dialog-buttons a.yz-close-dialog{color:#909090;border:2px solid #eee}.youzer-dialog-container .yz-dialog-buttons a.yz-confirm-dialog{color:#fff;margin-right:8px;background-color:#55d1e1}.youzer-dialog-container .yz-dialog-buttons a:hover{border-color:#d0d0d0;text-decoration:none}.yz-is-visible .youzer-dialog-container{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.yz-dialog-header{padding:35px 0}.youzer-modal .yz-dialog-header{padding:20px;font-size:14px}.youzer-modal .yz-dialog-header i{width:35px;color:#fff;height:35px;display:block;font-size:18px;line-height:35px;margin:0 auto 15px;background-color:rgba(255,255,255,.15)}.yz-dialog-header:empty{display:none}.yz-dialog-header i{color:#fff;font-size:30px}.youzer-dialog-desc .youzer-dialog-title{display:block;color:#6e7071;font-size:14px;font-weight:600;margin-bottom:15px}.youzer-dialog-desc{color:#8f9293;font-size:14px;font-weight:400;line-height:26px;padding:30px 25px}.youzer-dialog-desc a,.youzer-dialog-desc strong{color:#888;font-weight:600}.yz-error-dialog .yz-dialog-header{background-color:#f64d4d}.yz-info-dialog .yz-dialog-header{background-color:#55d1e1}.yz-success-dialog .yz-dialog-header{background-color:#8bc34a}.youzer i.far{font-family:"Font Awesome 5 Free"!important}.youzer [data-icon]:before,.youzer i.fas{font-family:"Font Awesome 5 Free"!important;font-weight:700}.youzer i.fab{font-family:"Font Awesome 5 Brands"!important;top:initial}.block-button:before,.bp-site-wide-message strong:before,.follow-button a:before,.friendship-button a:before,.group-button a:before,.message-button a:before,.widget-content .widget-title:before,.widget_bp_core_login_widget .bp-login-widget-user-logout a:before,.widget_display_forums li a:before,.widget_display_topics li:before,.widget_display_views li .bbp-view-title:before,.youzer .activity-list li.load-newest a:before,.yz-media-item-img.yz-local-item:after,a.button:before{display:inline-block;font-family:"Font Awesome 5 Free"!important;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:600;margin-right:8px;font-size:14px}.rtl .bp-site-wide-message strong:before,.rtl .follow-button a:before,.rtl .friendship-button a:before,.rtl .group-button a:before,.rtl .message-button a:before,.rtl .widget-content .widget-title:before,.rtl .widget_bp_core_login_widget .bp-login-widget-user-logout a:before,.rtl .widget_display_forums li a:before,.rtl .widget_display_topics li:before,.rtl .widget_display_views li .bbp-view-title:before,.rtl .youzer .activity-list li.load-newest a:before,.rtl a.button:before{margin-right:0;margin-left:8px}.yz-actions-btn-border-flat a,.yz-card-avatar-border-flat .item-avatar,.yz-card-avatar-border-flat .yz-group-avatar,.yz-card-avatar-border-flat .yz-group-avatar img,.yz-card-avatar-border-flat .yz-item-avatar,.yz-card-avatar-border-flat .yz-item-avatar img,.yz-my-account-widget .yz-menu-icon-flat .yz-link-item i,.yz-my-account-widget .yz-widget-header .yz-avatar-border-flat img{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}#bp-login-widget-form>input{-webkit-border-radius:1px;-moz-border-radius:1px;-ms-border-radius:1px;-o-border-radius:1px;border-radius:1px}#wp-admin-bar-user-info img.avatar,.emojionearea .emojionearea-picker .emojionearea-search>input,.nice-select .list,.yz-name .yz-user-status,.yz-product-actions a,.yz-product-content .yz-product-tags li,.yz-scrolltotop i,.yzb-head-content .yz-user-status{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}#bp-login-widget-form #bp-login-widget-submit,#bp-login-widget-form .bp-login-widget-register-link a,#message,#yz-wall-nav,.nice-select,.widget_bp_core_login_widget .bp-login-widget-user-logout a,.widget_bp_core_members_widget .item-options a,.widget_bp_core_sitewide_messages .bp-site-wide-message button,.widget_bp_groups_widget .item-options a,.youzer div.item-list-tabs .yz-bar-select,.youzer-dialog-container,.yz-actions-btn-border-radius a,.yz-card-avatar-border-radius .item-avatar,.yz-card-avatar-border-radius .yz-group-avatar,.yz-card-avatar-border-radius .yz-group-avatar img,.yz-card-avatar-border-radius .yz-item-avatar,.yz-card-avatar-border-radius .yz-item-avatar img,.yz-item-tool .yz-tool-icon,.yz-item-tool .yz-tool-icon i,.yz-items-list-widget .yz-list-item .yz-item-action .yz-icon-button i,.yz-list-avatar-radius .yz-item-avatar img,.yz-my-account-widget .yz-menu-icon-radius .yz-link-item i,.yz-my-account-widget .yz-menu-links .yz-link-item .yz-link-title .yz-link-count,.yz-my-account-widget .yz-widget-header .yz-avatar-border-radius img,.yz-notif-icons-radius .yz-notif-item .yz-notif-icon i,.yz-profile-avatars-widget.yz-list-avatar-radius .yz-more-items a,.yz-rating-show-more,.yz-tab-title-box,.yz-tool-btn,.yz-tooltip:after,.yz-wp-widget-box a,[data-yztooltip]:after{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.yz-my-account-widget{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.bp-login-widget-user-avatar a img,.widget_bp_core_members_widget #members-list .vcard .item-avatar a img,.widget_bp_core_recently_active_widget .item-avatar a img,.widget_bp_core_sitewide_messages .bp-site-wide-message strong:before,.widget_bp_core_whos_online_widget .item-avatar a img,.widget_bp_follow_following_widget .item-avatar a img,.widget_bp_groups_widget #groups-list li .item-avatar a img,.youzer-modal .yz-dialog-header i,.youzer-sidebar .widget-content .widget-title:before,.yz-account-verified,.yz-card-avatar-border-circle .item-avatar,.yz-card-avatar-border-circle .yz-group-avatar,.yz-card-avatar-border-circle .yz-group-avatar img,.yz-card-avatar-border-circle .yz-item-avatar,.yz-card-avatar-border-circle .yz-item-avatar img,.yz-default-subnav li a i,.yz-list-avatar-circle .yz-item-avatar img,.yz-my-account-widget .yz-menu-icon-circle .yz-link-item i,.yz-my-account-widget .yz-widget-header .yz-avatar-border-circle img,.yz-notif-icons-circle .yz-notif-item .yz-notif-icon i,.yz-profile-avatars-widget.yz-list-avatar-circle .yz-more-items a,.yz-profile-photo .yz-user-status,.yz-tab-title-box .yz-tab-title-icon i{-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%}#whats-new-post-in-box .nice-select,.youzer-dialog-container .yz-dialog-buttons a,.yz-actions-btn-border-oval a,.yz-wp-author-widget .yzb-author .yz-social-buttons a{border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.youzer a.fav.loading,.youzer a.unfav.loading{animation-name:yz-like-flash;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;animation-play-state:running}@keyframes yz-like-flash{from{color:#939ba3}to{color:#fb6358}}.youzer input.loading{-webkit-animation:loader-pulsate .5s infinite ease-in-out alternate;-moz-animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@-webkit-keyframes loader-pulsate{from{border-color:#aaa;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-webkit-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}@-moz-keyframes loader-pulsate{from{border-color:#aaa;-moz-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-moz-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}.yz-load-emojis{top:9px;right:9px;width:18px;cursor:pointer;position:absolute}.yz-load-emojis i{font-size:17px;color:#bbb}.yz-load-emojis i:hover{color:#898989}.yz-comments-emojis .yz-load-emojis{top:15px;left:20px}.yzb-head-content .yzb-user-status{display:block}.yzb-head-content .yz-user-status{color:#fff;font-size:10px;font-weight:600;line-height:10px;margin-bottom:10px;padding:3px 5px 4px;display:inline-block;vertical-align:middle;text-transform:uppercase}.yzb-head-content .yz-user-online{background-color:#7ac225}.yzb-head-content .yz-user-offline{background-color:#8b8b8b}.bbp-login-form fieldset legend{display:none!important}.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{padding:5px}.bbp-login-form label{width:140px;display:inline-block}.bbp_widget_login .bbp-login-form button{min-height:50px}#sidebar .bbp-login-form label{width:70px}.bbp-login-form .bbp-submit-wrapper{text-align:right}.bbp-login-form .bbp-login-links a{float:left;clear:left}.bbp-logged-in{padding:25px;text-align:center}.bbp-logged-in img.avatar{width:75px;height:75px;margin:0 auto 15px;border-radius:100%}.bbp-logged-in h4 a{color:#898989;font-size:14px;font-weight:600}.bbp-logged-in .logout-link{color:#fff;padding:18px;display:block;font-size:13px;margin-top:18px;font-weight:600;border-radius:2px;background-color:#f44336;text-transform:uppercase}.widget_display_views ul{padding:12px 0}.widget_display_views li{padding:12px 25px;border:none!important}.widget_display_views li .bbp-view-title:before{color:#fff;width:35px;height:35px;content:"\f15c";line-height:35px;margin-right:10px;text-align:center;border-radius:100%;background-color:#3fc3ff}.widget_display_views li .bbp-view-title{color:#898989;font-size:13px;font-weight:600}.widget_display_topics ul{padding:15px 0}.widget.widget_display_topics li,.widget_display_topics li{color:#898989;font-size:13px;line-height:24px;min-height:50px;margin-bottom:15px;position:relative;border:none!important;padding:0 25px 0 90px}.rtl .widget_display_topics li{padding:15px 90px 15px 25px}.widget_display_topics li:before{left:25px;color:#fff;width:50px;height:50px;content:"\f303";position:absolute;font-weight:700;line-height:50px;text-align:center;border-radius:100%;background-color:#3fc3ff}.rtl .widget_display_topics li:before{left:initial;right:25px}.widget_display_topics li a.bbp-forum-title{color:#898989;font-size:13px;font-weight:600}.widget_display_topics li a.bbp-forum-title:before{content:'';padding:0;margin:0}.widget_display_topics li .topic-author a.bbp-author-avatar,.widget_display_topics li .topic-author img,.yz-follow-message-button{vertical-align:middle;display:inline-block}.widget_display_topics li .topic-author img{width:20px;height:20px;margin:0 3px;border-radius:100%}.widget_display_topics li .topic-author a.bbp-author-name{font-size:13px;color:#3fc3ff;font-weight:600;vertical-align:middle;text-transform:capitalize}.widget_display_topics li div{color:#b1b0b0;font-size:10px;font-weight:600;text-transform:uppercase}.widget_display_forums ul{padding:12px 0}.widget_display_forums li{padding:12px 25px}.widget_display_forums li a:before{padding:0;width:35px;height:35px;color:#fff;content:"\f086";line-height:35px;margin-right:12px;text-align:center;border-radius:100%;background-color:#3fc3ff}.widget_display_forums li a{color:#898989;font-size:13px;font-weight:600}.widget_display_search #bbp-search-form{padding:25px}.widget_display_search #bbp_search{width:100%;height:45px;border-radius:2px;border:1px solid #ececec}.widget_display_search #bbp_search_submit{width:100%;color:#fff;border:none;height:45px;font-size:14px;font-weight:600;margin-top:12px;border-radius:2px;background-color:#03a9f4}.widget_display_replies ul{margin:0;padding:15px 0}.widget_display_replies li{clear:both;color:#8a8a8a;font-size:13px;line-height:24px;padding:15px 25px}.widget_display_replies li img{float:left;width:50px;height:50px;margin-right:15px;border-radius:100%}.widget_display_replies li a.bbp-author-name{color:#00bcd4;font-size:13px;font-weight:600;margin-left:-3px;text-transform:capitalize}.widget_display_replies li a.bbp-reply-topic-title{color:#898989;font-size:13px;font-weight:600}.widget_display_replies li div{color:#b1b0b0;font-size:10px;font-weight:600;margin-left:65px;text-transform:uppercase}.yz-forums-statistics-items{padding:15px 0;overflow:hidden}.yz-forums-statistics-items .yz-forums-statistics-item{width:50%;float:left;padding:15px 0;text-align:center}.yz-forums-statistics-item .yz-forums-statistics-icon{margin-bottom:15px}.yz-forums-statistics-item .yz-forums-statistics-icon i{color:#fff;width:50px;height:50px;line-height:50px;text-align:center;border-radius:100%;background-color:#eee}.yz-forums-statistics-content .yz-forums-statistics-nbr{color:#898989;font-size:13px}.yz-forums-statistics-content .yz-forums-statistics-desc{color:#898989;font-size:13px;font-weight:600;margin-top:7px}.yz-statistics-registered-user .yz-forums-statistics-icon i{background-color:#01c3ff}.yz-statistics-forums .yz-forums-statistics-icon i{background-color:#ffca28}.yz-statistics-topics .yz-forums-statistics-icon i{background-color:#9dd958}.yz-statistics-replies .yz-forums-statistics-icon i{background-color:#fd91b5}.yz-statistics-topic-tags .yz-forums-statistics-icon i{background-color:#ff7065}.yz-statistics-empty-topic-tags .yz-forums-statistics-icon i{background-color:#ee8cff}.yz-statistics-hidden-topics .yz-forums-statistics-icon i{background-color:#18d2c0}.yz-statistics-hidden-replies .yz-forums-statistics-icon i{background-color:#77c4e8}.yz-items-list-widget .yz-list-item{overflow:hidden;margin:25px 0 0 0}.yz-items-list-widget .yz-list-item .yz-item-avatar{margin-right:12px}.rtl .yz-items-list-widget .yz-list-item .yz-item-avatar{margin:0 0 0 12px}.yz-items-list-widget .yz-list-item .yz-item-avatar,.yz-items-list-widget .yz-list-item .yz-item-data{display:inline-block;vertical-align:middle}.yz-items-list-widget .yz-list-item .yz-item-avatar img{width:50px;height:50px;display:block}.yz-items-list-widget .yz-list-item .yz-item-data{width:calc(100% - 70px)}.yz-suggested-friends-widget .yz-list-item .yz-item-data,.yz-suggested-groups-widget .yz-list-item .yz-item-data{width:calc(100% - 140px)}.yz-items-list-widget .yz-list-item a.yz-item-name{color:#7c838a;font-size:13px;font-weight:600;text-transform:capitalize}.yz-items-list-widget .yz-list-item .yz-item-meta .yz-meta-item{color:#8a8a8a;font-size:10px;margin-top:8px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.yz-items-list-widget .yz-list-item .yz-item-meta .yz-meta-item i,.yz-items-list-widget .yz-list-item .yz-item-meta .yz-meta-item span{vertical-align:middle}.yz-items-list-widget .yz-list-item .yz-item-meta .yz-meta-item i{font-size:13px;margin-right:6px}.rtl .yz-items-list-widget .yz-list-item .yz-item-meta .yz-meta-item i{margin:0 0 0 6px}.yz-items-list-widget .yz-list-item .yz-item-action{float:right;margin-top:10px;display:inline-block}.rtl .yz-items-list-widget .yz-list-item .yz-item-action{float:left}.yz-items-list-widget .yz-list-item .yz-item-action .yz-item-button{display:inline-block}.yz-items-list-widget .yz-list-item .yz-item-action .yz-icon-button i{width:30px;height:30px;color:#8a8a8a;font-size:14px;line-height:30px;text-align:center;background-color:#f6f6f6}.yz-items-list-widget .yz-list-item .yz-item-action .yz-add-button{margin-right:3px}.rtl .yz-items-list-widget .yz-list-item .yz-item-action .yz-add-button{margin-right:0;margin-left:3px}.yz-items-list-widget .yz-list-item .yz-item-action .yz-add-button i{color:#fff;background-color:#03a9f4}.yz-items-list-widget .yz-list-item .yz-item-action .yz-close-button i{color:#8a8a8a;background-color:#f6f6f6}.yz-list-avatar-flat .yz-item-avatar img,.yz-notif-icons-flat .yz-notif-item .yz-notif-icon i,.yz-profile-avatars-widget.yz-list-avatar-flat .yz-more-items a{-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}#wpadminbar{z-index:99999999}.yz-scrolltotop{opacity:0;right:30px;bottom:40px;position:fixed;z-index:999999;cursor:pointer;visibility:hidden;-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s}.yz-scrolltotop i{color:#fff;width:45px;height:45px;line-height:43px;text-align:center;background-color:rgba(0,0,0,.3);-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.no-touch .yz-scrolltotop:hover,.yz-scrolltotop.yz-fade-out,.yz-scrolltotop.yz-is-visible{-webkit-transition:opacity .3s 0s,visibility 0s 0s;-moz-transition:opacity .3s 0s,visibility 0s 0s;transition:opacity .3s 0s,visibility 0s 0s}.yz-scrolltotop.yz-is-visible{visibility:visible;opacity:1}.yz-scrolltotop.yz-fade-out{opacity:.5}.no-touch .yz-scrolltotop:hover,.yz-scrolltotop.yz-fade-out:hover{opacity:1}.yz-scrolltotop i:hover{background-color:#333;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.yz-item-tools{display:none;padding:12px;background-color:#f9f9f9;border-bottom:1px solid #f5f5f5}.yz-item-tools .yz-item-tool{cursor:pointer;margin-right:8px;display:inline-block;vertical-align:middle}.youzer .group-button.loading a:before,.yz-embed-action .friendship-button.loading a:before,.yz-item-tools .yz-item-tool.loading .yz-tool-icon i,.yz-social-buttons .friendship-button.loading a:before,.yz-social-buttons .yz-follow-message-button .follow-button a.loading:before{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;-webkit-transition:all 1s ease-in;-moz-transition:all 1s ease-in;-o-transition:all 1s ease-in;transition:all 1s ease-in}.friendship-button:not(.awaiting_response_friend).loading a:before,.youzer .group-button.loading a:before,.yz-item-tools .yz-item-tool.loading .yz-tool-icon i:before,.yz-social-buttons .yz-follow-message-button .follow-button a.loading:before{content:"\f110"!important}.yz-item-tool .yz-tool-name{margin:0;padding:0;color:#898989;font-size:13px;font-weight:600;line-height:18px}.yz-item-tool .yz-tool-icon,.yz-item-tool .yz-tool-icon i{width:30px;height:30px;line-height:30px;text-align:center}.yz-item-tool .yz-tool-icon{margin-right:8px;background-color:#f5f5f5}.rtl .yz-item-tool .yz-tool-icon{margin-right:0;margin-left:8px}.yz-item-tool .yz-tool-icon i{margin:0;padding:0;color:#898989}.yz-pin-tool .yz-tool-icon{line-height:29px;background-color:#ffc107}.yz-bookmark-tool .yz-tool-icon{background-color:#03a9f4}.yz-report-tool .yz-tool-icon{background-color:#7b7b7b}.yz-bookmark-tool .yz-tool-icon i,.yz-pin-tool .yz-tool-icon i,.yz-report-tool .yz-tool-icon i{color:#fff}.yz-item-tool .yz-tool-icon,.yz-item-tool .yz-tool-name{display:inline-block;vertical-align:middle}.yz-show-item-tools{top:15px;width:30px;cursor:pointer;text-align:center;height:30px;line-height:30px;right:20px;position:absolute}.rtl .yz-show-item-tools{right:initial;left:25px}.yz-show-item-tools.yz-close-item-tools i:before{content:'\f106'}.yz-show-item-tools i{margin:0;padding:0;opacity:0;color:#a8a8a8;font-size:16px;cursor:pointer}.yz-show-item-tools i:hover{color:#8190a9}.activity-item:hover .yz-show-item-tools i,.yz-item:hover .yz-show-item-tools i{opacity:1}.yz-item-tool.yz-edit-tool .yz-tool-icon{background-color:#03a9f4}.yz-item-tool.yz-delete-tool .yz-tool-icon{background-color:#f44336}.yz-item-tool.yz-edit-tool .yz-tool-icon{background-color:#1fc36a}.yz-item-tool.yz-delete-tool .yz-tool-icon i,.yz-item-tool.yz-edit-tool .yz-tool-icon i{color:#fff}.yz-review-item .yz-show-item-tools{top:10px;right:15px}.rtl .yz-review-item .yz-show-item-tools{right:initial;left:15px}.yz-review-item .yz-show-item-tools i{font-size:13px}.yz-review-item .yz-item-tools .yz-item-tool{margin-right:15px}.rtl .yz-review-item .yz-item-tools .yz-item-tool{margin-right:0;margin-left:15px}.yz-review-item .yz-item-tools{padding:12px 25px}.yz-review-item .yz-show-item-tools.yz-close-item-tools{top:17px;right:25px}.rtl .yz-review-item .yz-show-item-tools.yz-close-item-tools{left:25px;right:initial}.yz-hashtags{padding:25px}.yz-hashtags-widget .yz-hashtag-item{margin-bottom:15px}.yz-hashtags-widget .yz-hashtag-item:last-of-type{margin-bottom:0}.yz-hashtags-widget .yz-hashtag-item .yz-hashtag-title{color:#8e8e8e;font-size:13.5px;font-weight:600;line-height:18px;margin-bottom:5px;display:block}.yz-hashtags-widget .yz-hashtag-item .yz-hashtag-count{color:#a09f9f;font-size:10px;text-transform:uppercase}.yz-community-hashtags{padding:25px;text-align:center}.yz-community-hashtags .yz-hashtag-item{margin:5px;border:none;color:#898989;font-size:13px;box-shadow:none;font-weight:600;line-height:18px;padding:5px 15px;border-radius:30px;display:inline-block;text-decoration:none;background-color:#f7f7f7;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.yz-pagination{clear:both;margin-bottom:20px}.yz-pagination .yz-nav-links .page-numbers,.yz-pagination .yz-pagination-pages{float:left;height:35px;color:#9e9e9e;font-size:13px;background:#fff;line-height:35px;margin-right:8px;text-align:center;margin-bottom:12px;box-shadow:0 1px 0 #e4e4e4;-webkit-box-shadow:0 1px 0 #e4e4e4;-moz-box-shadow:0 1px 0 #e4e4e4}.rtl .yz-pagination .yz-nav-links .page-numbers,.rtl .yz-pagination .yz-pagination-pages{float:right;margin-right:0;margin-left:8px}.yz-pagination .yz-pagination-pages{padding:0 15px}.yz-pagination .yz-nav-links .page-numbers{padding:0;width:35px;border:none}.yz-pagination .yz-nav-links .page-numbers:hover:not(.current){background-color:#fff;color:#777}.yz-pagination .yz-nav-links{display:inline-block}.yz-pagination .current .yz-page-nbr{color:#fff;font-size:13px;font-weight:600}.yz-pagination .next .yz-page-symbole{font-size:16px;line-height:33px}.youzer .yz-next-nbr{height:1px;width:1px;overflow:hidden;position:absolute!important;word-wrap:normal!important;clip:rect(1px,1px,1px,1px)}.lb-container{padding:4px}.yz-tooltip,[data-yztooltip]{position:relative;display:inline-block}.yz-tooltip:after,.yz-tooltip:before,[data-yztooltip]:after,[data-yztooltip]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}.yz-tooltip:hover:after,.yz-tooltip:hover:before,[data-yztooltip]:hover:after,[data-yztooltip]:hover:before{visibility:visible;opacity:1}.yz-tooltip:hover:after,.yz-tooltip:hover:before,[data-yztooltip]:hover:after,[data-yztooltip]:hover:before{-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}.yz-tooltip:before,[data-yztooltip]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}.yz-tooltip:after,[data-yztooltip]:after{color:#fff;font-size:13px;font-weight:600;line-height:12px;padding:10px 15px;background:#333740;white-space:nowrap}.yz-tooltip:after,[data-yztooltip]:after{content:attr(data-yztooltip)}[data-yztooltip='']:after,[data-yztooltip='']:before{display:none!important}.yz-tooltip:before,[data-yztooltip]:before{margin-bottom:-11px;border-top-color:#333740}.yz-tooltip:after,.yz-tooltip:before,[data-yztooltip]:after,[data-yztooltip]:before{bottom:100%;left:50%}.yz-tooltip:before,[data-yztooltip]:before{left:calc(50% - 6px)}.yz-tooltip:after,[data-yztooltip]:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.yz-tooltip:hover:before,[data-yztooltip]:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.yz-tooltip:hover:after,[data-yztooltip]:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.tooltip-left:after,.tooltip-left:before{right:100%;bottom:50%;left:auto}.tooltip-left:before{margin-left:0;margin-right:-12px;margin-bottom:0;border-top-color:transparent;border-left-color:#000;border-left-color:hsla(0,0%,20%,.9)}.tooltip-left:focus:after,.tooltip-left:focus:before,.tooltip-left:hover:after,.tooltip-left:hover:before{-webkit-transform:translateX(-12px);-moz-transform:translateX(-12px);transform:translateX(-12px)}.tooltip-left:before,.tooltip-right:before{top:3px}.tooltip-left:after,.tooltip-right:after{margin-left:0;margin-bottom:-16px}#yz-modal .yz-modal *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#yz-modal{top:0;left:0;padding:0;opacity:1;width:100%;height:100%;z-index:9999;display:block;overflow-y:auto;position:fixed;background:rgba(0,0,0,.5);font-family:Open sans,sans-serif;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transition:all .3s;backface-visibility:hidden;-moz-transition:all .3s;transition:all .3s;visibility:visible}#yz-modal .yz-modal .uk-option-item{margin-bottom:25px}#yz-modal .yz-modal .uk-option-item .option-title{margin:0;display:flex;color:#838a9a;font-size:13px;font-weight:600}#yz-modal .yz-modal .uk-option-item .option-desc{display:block;color:#929292;font-size:13px;margin:6px 25px 0 0;text-transform:lowercase}#yz-modal .yz-modal .uk-option-item input[type=email],#yz-modal .yz-modal .uk-option-item input[type=text]{height:45px;padding:8px 12px}#yz-modal .yz-modal .uk-option-item textarea{height:100px;padding:15px}#yz-modal .yz-modal .uk-option-item input[type=email],#yz-modal .yz-modal .uk-option-item input[type=text],#yz-modal .yz-modal .uk-option-item textarea{color:#9a9a9a;font-size:13px;box-shadow:none;background:#eaeaea;border-radius:2px;margin-top:15px;border:none;line-height:24px;width:100%}#yz-modal .yz-modal .uk-option-item .nice-select,#yz-modal .yz-modal .uk-option-item select{margin-top:15px}#yz-modal .yz-modal .uk-option-item select{font-size:13px;margin-top:15px;background:#eee;border:1px solid #eee;padding:5px 15px;font-weight:600;color:#898988}#yz-modal .yz-modal .uk-option-item:last-of-type{margin-bottom:0}#yz-modal .yz-modal-2rows .uk-option-item:nth-child(1){width:48%;float:left}#yz-modal .yz-modal-2rows .uk-option-item:nth-child(2){width:48%;float:right}#yz-modal .yz-modal-2rows .uk-option-item:last-of-type{margin-bottom:25px}#yz-modal .yz-modal{width:700px;min-width:300px;background:#fff;position:relative;overflow:initial;border-radius:4px;margin:70px auto;font-family:Open sans,sans-serif}#yz-modal .yz-modal-title{background-size:cover;position:relative;padding:20px 35px;font-weight:500;text-align:left;font-size:16px;color:#fff;margin:0}#yz-modal .yz-modal-title .yz-modal-title-text,#yz-modal .yz-modal-title>i{display:inline-block;vertical-align:middle}#yz-modal .yz-modal-title>i{width:35px;height:35px;color:#fff;background:rgba(255,255,255,.2);text-align:center;margin-right:8px;line-height:35px;border-radius:3px}#yz-modal .yz-modal-title{background:#24c6dc;background:url(/wp-content/plugins/youzer/includes/public/assets/images/back-pattern.png),linear-gradient(to left,#ffc107 ,#ff5722);background:url(/wp-content/plugins/youzer/includes/public/assets/images/back-pattern.png),-webkit-linear-gradient(right,#ffc107 ,#ff5722)}.rtl .yz-modal-title{text-align:right}#yz-modal .yz-modal-content{margin:10px;color:#929292;font-size:13px;font-weight:300;position:relative;padding:20px 25px}#yz-modal .yz-modal-actions{text-align:right;padding:0 35px 25px;background-color:#fff}#yz-modal .yz-modal-actions a,#yz-modal .yz-modal-actions button{margin:0;font-size:13px;border:none;display:inline-block;padding:20px;min-width:100px;text-transform:uppercase;font-weight:600;width:100%;border-radius:4px}.yz-modal-actions a i,.yz-modal-actions button i{margin-right:10px}#yz-modal .yz-modal-save{background-color:#47ca74;color:#fff}#yz-modal .yz-modal-close{background-color:#f1f1f1;color:#8a8a8a}#yz-modal .yz-modal-actions .yz-modal-delete{color:#fff;cursor:pointer;margin-top:15px;text-align:center;background-color:#6c6c6c}.yz-modal .yz-modal-close-icon{top:18px;right:35px;cursor:pointer;padding:4px 6px 5px;position:absolute;color:#fff;border:1px solid rgba(255,255,255,.44);font-size:10px!important}#yz-modal .yz-big-close-icon .yz-modal-close-icon{top:22px;text-align:center;line-height:30px!important;height:30px;width:30px;padding:0;position:absolute;font-size:12px!important}#yz-modal .yz-modal-actions button.loading i:before{font-weight:700;content:"\f110"!important;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}#yz-modal .yz-modal-actions button.loading i{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}#buddypress.youzer div.item-list-tabs{background:#fff}#buddypress.youzer #reply-title small a span:after,#buddypress.youzer #reply-title small a span:before,#buddypress.youzer a.bp-primary-action span:after,#buddypress.youzer a.bp-primary-action span:before{content:''}.yz-loader-wrapper{margin:0 0 35px 0;background:#fff;width:100%;display:flex;border-radius:3px;flex-direction:column}.yz-loader-wrapper.yz-loader-no-margin{margin:0}.yz-loader-wrapper-padding{padding:25px}.yz-loader-wrapper-cell{display:flex;margin-bottom:30px}.yz-loader-wrapper-cell:last-of-type{margin-bottom:0}@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.yz-loader-animated-background,.yz-loader-image,.yz-loader-pcimage,.yz-loader-text-line{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f6f6;background:linear-gradient(to right,#f6f6f6 8%,#f0f0f0 18%,#f6f6f6 33%);background-size:800px 104px;height:96px;position:relative}.yz-loader-image{height:60px;width:60px}.yz-loader-pcimage{height:120px;width:120px;margin:auto}.yz-loader-image-radius{border-radius:100%}.yz-loader-items-margin .yz-loader-text{margin-left:20px}.yz-loader-text-line{height:10px;width:200px;margin:6px 0}.yz-loader-pc-header .yz-loader-text-line{margin:4px auto;width:90%}.yz-loader-images-list .yz-loader-image{text-align:center;width:33.33%;height:111px;float:left;border-left:1px solid #fff;border-bottom:1px solid #fff}.yz-loader-images-list .yz-loader-image div{width:100%;line-height:111px;height:111px}.yz-loader-images-list .yz-loader-image i{width:35px;height:35px;background:#fff;line-height:35px;color:#898989;border-radius:100%}.yz-mobile-nav{display:none}#yz-live-notifications{bottom:0;max-width:450px;width:90%;padding:0 0 50px 50px;display:table;position:fixed;z-index:999999;vertical-align:middle}#yz-live-notifications:empty{display:none}#yz-live-notifications .yz-notif-item:last-of-type{margin-bottom:0}#yz-live-notifications .yz-notif-item .yz-delete-notification{top:0;right:0;width:35px;height:35px;color:#d0d0d0;cursor:pointer;position:absolute;line-height:35px;text-align:center}#yz-live-notifications .yz-notif-icon{position:relative;vertical-align:middle}#yz-live-notifications .yz-notif-item .yz-delete-notification:hover{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}#yz-live-notifications .yz-notif-item .yz-delete-notification:hover{color:#9a9898}#yz-live-notifications .yz-notif-item{background-color:#fff;border-radius:3px;position:relative;padding:20px;display:block;overflow:hidden;margin-bottom:15px;box-shadow:0 0 44px 0 rgba(0,0,0,.1)}#yz-live-notifications .yz-notif-item .yz-notif-content{width:calc(100% - 70px)}#yz-live-notifications .yz-notif-item img{border-radius:100%}#yz-live-notifications .yz-notif-item .yz-notif-icon i{bottom:0;right:-5px;width:25px;height:25px;font-size:13px;line-height:25px;position:absolute;border-radius:100%}#yz-live-notifications .yz-notif-item .yz-notif-desc{font-size:13.5px}#yz-live-notifications .yz-notif-item .yz-notif-desc,#yz-live-notifications .yz-notif-item .yz-notif-time{font-family:Open sans,sans-serif}body.my-listing.buddypress{overflow:visible!important}.youzer .gp-video-wrapper{position:relative;padding:0;height:initial;background:0 0}.youzer .gp-video-wrapper .mejs-video,.youzer .gp-video-wrapper iframe{height:-webkit-fill-available!important}@media screen and (max-width:375px){.youzer-modal .yz-dialog-header i{display:inline-block;margin:0 8px 0 0}}#youzer .avia-iframe-wrap{margin:0}@media screen and (max-width:1024px){.yz-3columns-layout,.yz-left-sidebar-layout,.yz-right-sidebar-layout{grid-gap:15px}.yz-right-sidebar-layout{grid-template-columns:calc(72% - 15px) 28%}.yz-left-sidebar-layout{grid-template-columns:28% calc(72% - 15px)}.yz-3columns-layout{grid-template-columns:23% calc(56% - 30px) 23%}.yz-horizontal-layout .yz-page-main-content{padding:15px 15px 0}.youzer table{margin-bottom:15px}}@media screen and (max-width:768px){.yz-3columns-layout,.yz-left-sidebar-layout,.yz-right-sidebar-layout{display:block}.yz-mobile-nav{display:block;overflow:hidden;border-radius:3px;margin-bottom:15px;padding:0 5px;background:#f1f1f1}.yz-mobile-nav .yz-mobile-nav-item{float:left;width:33.3333%;padding:10px 5px;cursor:pointer;text-align:center}.yz-mobile-nav .yz-mobile-nav-item .yz-mobile-nav-container{background:#fff;padding:15px;width:100%;border-radius:3px}.yz-mobile-nav .yz-mobile-nav-item:last-of-type{border:none}.yz-inline-mobile-nav{padding:0}.yz-inline-mobile-nav .yz-mobile-nav-item{padding:8px;width:100%;text-align:left}.yz-inline-mobile-nav .yz-mobile-nav-item .yz-mobile-nav-container{text-align:center}.yz-mobile-nav .yz-mobile-nav-item i{display:block;color:#9f9f9f;width:35px;height:35px;background:#f6f6f6;border-radius:50px;text-align:center;margin:auto;line-height:35px}.yz-inline-mobile-nav .yz-mobile-nav-item i{display:inline-block}.yz-mobile-nav .yz-mobile-nav-item a{margin-top:12px;padding:0;border:none;color:#9f9f9f;font-size:13px;display:block;cursor:pointer;font-weight:600}.yz-inline-mobile-nav .yz-mobile-nav-item a{margin:0 0 0 10px;display:inline-block}.yz-review-item .yz-show-item-tools{right:25px;top:20px}.yz-review-item .yz-show-item-tools.yz-close-item-tools{top:15px;right:25px}.yz-show-item-tools i,.yz-tools{opacity:1}.rtl .yz-horizontal-layout .yz-main-column,.rtl .yz-horizontal-layout .yz-sidebar-colum,.yz-horizontal-layout .yz-main-column,.yz-horizontal-layout .yz-sidebar-column{width:100%}.yz-scrolltotop{right:50px;bottom:20px}}@media screen and (max-width:475px){.youzer-sidebar .widget-content,.youzer-sidebar .yz-mycred-balance-box-widget{margin-bottom:15px}.yz-tools-full-btns .yz-tool-btn .yz-tool-name{display:none}.yz-follow-message-button{margin:0;border-radius:0;background-color:transparent}.yz-follow-message-button div{float:none}.yz-social-buttons .yz-follow-message-button .yz-send-message span{display:inline-block}.yz-social-buttons .yz-follow-message-button .follow-button{margin-top:12px}.yz-social-buttons .yz-follow-message-button .follow-button a{background-color:#f6f6f6;border-radius:100px}.yz-social-buttons .yz-follow-message-button .yz-send-message{height:52px;line-height:52px;margin:0!important;padding:0!important;background-color:#fff;border:1px solid #eee}.yz-social-buttons .yz-follow-message-button .yz-send-message:before{width:initial;height:initial;margin-right:8px}.rtl .yz-social-buttons .yz-follow-message-button .yz-send-message:before{margin-right:0;margin-left:8px}.yz-scrolltotop{right:30px;bottom:20px}#yz-modal .yz-modal{width:95%;margin-top:0;top:60px}#yz-modal .yz-modal-content{padding:20px 15px}#yz-modal .yz-modal-actions{padding:0 25px 25px}#yz-modal .yz-modal-2rows .uk-option-item{width:100%!important;float:none!important}#yz-modal .nice-select.open .list,#yz-modal .yz-modal .uk-option-item .nice-select,#yz-modal .yz-modal .uk-option-item select{width:100%}.youzer table tbody td:empty{padding:0}#yz-live-notifications{padding:20px;width:100%;max-width:100%}}@media screen and (max-width:320px){.yz-mobile-nav .yz-mobile-nav-item .yz-mobile-nav-container{padding:10px}}@media(any-pointer:coarse){.yz-tooltip:after,[data-yztooltip]:after{display:none}}.yzb-author{position:relative;background-color:#fff}.yzb-author-content{text-align:center}.yz-author-box-widget,.yz-post-author-box-widget,.yz-smart-author-box-widget{display:block;margin-bottom:35px;border:1px solid #eee}.yz-author-box-widget:empty{display:none!important}.yzb-head-content .yzb-head-username,.yzb-head-content h2{color:#8e8e8e;font-size:18px;text-transform:capitalize}.yzb-head-content h3{z-index:999;color:#b7b7b7;font-size:13px;margin-top:8px;position:relative;text-transform:uppercase}.yzb-head-content .yzb-head-username,.yzb-head-content h2,.yzb-head-content h3{font-weight:400;line-height:24px}.yzb-head-content .yzb-head-meta{display:block;font-size:13px;margin-top:10px;line-height:13px}.yzb-head-content .yzb-head-meta,.yzb-head-content .yzb-head-meta a,.yzb-head-content .yzb-head-meta a:hover{color:#a9a6a6}.yzb-head-content .yzb-head-meta.yzb-meta-email,.yzb-head-content .yzb-head-meta.yzb-meta-website{text-transform:lowercase}.yzb-head-content .yzb-head-meta i{font-size:12px;margin-right:5px}.rtl .yzb-head-content .yzb-head-meta i{margin:0 0 0 5px}.yzb-author-content .yzb-head-content{margin:25px 0}.yz-3columns-layout .yzb-author{margin-bottom:25px}.yz-left-sidebar-layout .yzb-author,.yz-right-sidebar-layout .yzb-author{margin-bottom:35px}.yzb-author .yzb-account-menu{margin:0 auto 30px}.yzb-author .yz-social-buttons .friendship-button a{margin:0 0 12px 0}.yz-wp-author-widget .yzb-author .yz-social-buttons .friendship-button a{background-color:#63cdf1}.yzb-author .yz-social-buttons .follow-button a,.yzb-author .yz-social-buttons .friendship-button a,.yzb-author .yz-social-buttons .message-button a{margin:0;display:block;height:initial;min-width:180px;line-height:18px;padding:15px 25px}.yzb-author .yz-social-buttons div:not(:first-of-type) a{margin-top:12px}.yzb-author .yzb-button{color:#fff;font-size:13px;min-width:180px;font-weight:600;line-height:18px;padding:15px 24px;text-align:center;display:inline-block;background-color:#f6f6f6}.yzb-author .yzb-button i{margin-right:8px}.yzb-author .yz-user-ratings-details{margin-bottom:25px;text-align:center}.yzb-author .yz-user-ratings-details .yz-user-rating-stars{display:block}.yzb-author .yz-user-rating-stars+.yz-separator{display:none}.yzb-author .yz-user-ratings-details .yz-separator,.yzb-author .yz-user-ratings-details .yz-user-ratings-rate,.yzb-author .yz-user-ratings-details .yz-user-ratings-total{margin-top:15px}.yzb-author .yz-follow-message-button{margin:0;border-radius:0;background-color:transparent}.yzb-author .yz-follow-message-button div{float:none}.yzb-author .yz-social-buttons .yz-follow-message-button .yz-send-message span{display:inline-block}.yzb-author .yz-social-buttons .yz-follow-message-button .follow-button a{background-color:#f6f6f6;border-radius:100px}.yzb-author .yz-social-buttons .yz-follow-message-button .yz-send-message{color:#898989;background-color:#fff;border:1px solid #eee}.yzb-author .yz-social-buttons .yz-follow-message-button .yz-send-message:before{width:initial;height:initial;margin-right:8px;line-height:initial}.rtl .yzb-author .yz-social-buttons .yz-follow-message-button .yz-send-message:before{margin-right:0;margin-left:8px}.yzb-author .yz-user-ratings-details .yz-separator,.yzb-author .yz-user-ratings-details .yz-star-rating i.star-empty,.yzb-author .yz-user-ratings-details .yz-star-rating i.star-half{color:#ddd}.yzb-author .yz-user-ratings-details .yz-user-ratings-rate,.yzb-author .yz-user-ratings-details .yz-user-ratings-total{color:#a9a6a6}.yzb-author-v6 .yz-user-ratings-details .yz-separator,.yzb-author-v6 .yz-user-ratings-details .yz-star-rating i.star-empty,.yzb-author-v6 .yz-user-ratings-details .yz-star-rating i.star-half{color:#fff}.yzb-author-v6 .yz-user-ratings-details .yz-user-ratings-rate,.yzb-author-v6 .yz-user-ratings-details .yz-user-ratings-total{color:#fff}.yz-user-statistics ul{margin:0}.yzb-author .yz-user-statistics{margin-bottom:15px}.yzb-author .yz-user-statistics li{margin-bottom:15px}.yzb-author .yz-statistics-bg{margin-bottom:30px;padding:25px 0 10px;background-color:#f5f5f5}.yzb-author .yz-use-borders li{border-right:1px solid #eee}.yzb-author.yzb-author-v6 .yz-use-borders li{border-right:1px solid rgba(255,255,255,.15)}body:not(.rtl) .yzb-author .yz-use-borders li:last-child{border-right:none}.rtl .yzb-author .yz-use-borders li:first-child{border-right:none}.yzb-author .yz-user-statistics .yz-snumber{color:#898989;font-size:18px;margin-bottom:5px}.yzb-author .yz-user-statistics .yz-sdescription{color:#9e9e9e;font-weight:600;letter-spacing:.03em}.yz-header-networks li{text-align:center;margin-right:15px;display:inline-block}.rtl .yz-header-networks li{margin-right:0;margin-left:15px}.yz-header-networks li:last-child{margin-right:0}.rtl .yz-header-networks li:last-child{margin-left:0}.yzb-author .yz-author-networks,.yzb-author .yz-header-networks{margin-bottom:15px}.yzb-author .yz-author-networks li,.yzb-author .yz-header-networks li{text-align:center;margin:0 10px 15px;display:inline-block}.yz-author-networks li a i,.yz-header-networks li a i{width:35px;height:35px;font-size:13px;line-height:35px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.yz-icons-small li i{width:35px;height:35px;line-height:35px;font-size:14px}.yz-icons-medium li i{width:45px;height:45px;line-height:45px;font-size:16px}.yz-icons-big li i{width:60px;height:60px;line-height:60px;font-size:24px}.yz-icons-colorful li i{color:#fff}.yz-icons-colorful li:hover{opacity:.9}.yz-icons-transparent li i{background:rgba(255,255,255,.2)}.yz-icons-transparent i{color:#fff}.yz-icons-no-bg li i{color:#fff;border:1px solid rgba(255,255,255,.15)}.yz-icons-silver li i{background:#eee}.yz-icons-silver i{color:#909194}.yz-icons-silver li:hover i{color:#fff}.yz-hdr-v2 .yz-icons-no-bg i,.yz-wg-networks.yz-icons-no-bg i,.yzb-author:not(.yzb-author-v6) .yz-icons-no-bg i{color:#9d9e9e;border:1px solid #eee}.yzb-author-v1 .yz-header-cover{height:200px;margin-bottom:82px}.yzb-author-v1 .yz-profile-photo{left:0;right:0;bottom:0;z-index:9;width:135px;height:135px;position:absolute;margin:0 auto -65px}.yzb-author-v2 .yz-header-cover{height:280px}.yzb-author-v2 .yz-profile-photo{top:50%;left:0;right:0;z-index:999;width:125px;height:125px;margin:0 auto;text-align:center;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.yz-404-profile .yzb-author{margin-bottom:35px}.yzb-author-v3 .yz-header-cover{overflow:hidden;padding-top:45px;margin-bottom:30px}.yzb-author-v3 .yzb-head-content{z-index:9;position:relative;margin-bottom:35px}.yzb-author-v3 .yzb-head-content{text-align:center}.yzb-author-v3 .yz-profile-photo{z-index:99;width:135px;height:135px;margin:0 auto 30px;position:relative}.yzb-author-v3 .yzb-head-meta a,.yzb-author-v3 .yzb-head-username,.yzb-author-v4 .yzb-head-meta a,.yzb-author-v4 .yzb-head-username,.yzb-author-v6 .yzb-head-meta a,.yzb-author-v6 .yzb-head-username{color:#fff}.yzb-author-v4 .yz-header-cover{height:250px;margin-bottom:84px}.yzb-author-v4 .yz-profile-photo{left:0;right:0;bottom:0;z-index:9;width:135px;height:135px;position:absolute;margin:0 auto -65px}.yzb-author-v4 .yzb-head-content{top:50%;z-index:9;width:100%;margin-top:-28px;text-align:center;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.yzb-author-v3 .yzb-head-content h2,.yzb-author-v3 .yzb-head-content h3,.yzb-author-v3 .yzb-head-content span,.yzb-author-v4 .yzb-head-content h2,.yzb-author-v4 .yzb-head-content h3,.yzb-author-v4 .yzb-head-content span,.yzb-author-v6 .yzb-head-content h2,.yzb-author-v6 .yzb-head-content h3,.yzb-author-v6 .yzb-head-content span{clear:initial;color:#fff}.yzb-author-v5 .yz-profile-photo{border:none;width:135px;height:135px;margin:30px auto 0}.yzb-author-v6 .yz-header-cover{overflow:hidden;padding-top:45px;text-align:center;position:relative}.yzb-author-v6 .yz-header-cover:after{display:block!important}.yzb-author-v6 .yz-profile-photo{width:150px;height:150px;margin:0 auto 25px}.yzb-author-v6 .yz-inner-content{position:relative;z-index:9}.yzb-author-v6 .yzb-head-content{margin-bottom:25px}.yzb-author-v6 .yz-user-statistics{padding:0;background-color:transparent}.yzb-author-v6 .yz-user-statistics .yz-sdescription,.yzb-author-v6 .yz-user-statistics .yz-snumber,.yzb-author-v6 .yzb-head-content .yzb-head-meta,.yzb-author-v6 .yzb-head-content h2{color:#fff}.yzb-author-v6 .yzb-button{border:none;background-color:#fff}.yzb-author-v6 .yz-social-buttons .message-button a{color:#fff;border-width:2px}.yzb-author-v6 .yz-quick-buttons .yz-button-item i,.yzb-author-v6 .yz-quick-buttons .yz-button-item span{color:#fff}.yz-icons-radius i,.yzb-author{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px}.yz-name h2,.yz-user-statistics li h3,.yz-usermeta li span,.yzb-account-menu a,.yzb-author-infos p,.yzb-head-content .yzb-head-meta,.yzb-head-content h2,.yzb-head-content h3{font-family:'Open Sans',sans-serif}.yz-cover-content,.yz-header-content{width:100%;margin:0 auto}.yz-cover-content .yz-inner-content{position:relative;z-index:1}.yz-header-cover{position:relative;background-position:center}.yz-header-cover>img{top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1;object-fit:cover;position:absolute;object-position:center}.yz-header-cover:after,.yz-header-cover:before{top:0;left:0;z-index:0;content:"";width:100%;height:100%;position:absolute}.yz-header-overlay .yz-header-cover:before{opacity:.5;z-index:2;background-color:#000}.yz-header-pattern .yz-header-cover:after{z-index:3;opacity:.6;background-image:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png)}.yz-profile-photo{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:visible}.yz-profile-img img{width:100%;height:100%}.yz-profile-img{width:100%;height:100%;display:block;background-size:cover;background-position:center;background-repeat:no-repeat}.yz-photo-border{border:8px solid transparent;background-color:rgba(255,255,255,.35)}.yz-photo-flat,.yz-photo-flat .yz-profile-img,.yz-photo-flat .yz-profile-img img{border-radius:0}.yz-photo-radius,.yz-photo-radius .yz-profile-img,.yz-photo-radius .yz-profile-img img{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.yz-icons-circle i,.yz-photo-circle,.yz-photo-circle .yz-profile-img,.yz-photo-circle img{-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%}.yz-name h2{text-transform:capitalize;letter-spacing:.01em;line-height:24px;font-weight:600;margin:0}.yz-usermeta li{font-size:11px;font-weight:600;margin-right:15px;display:inline-block;letter-spacing:.05em;text-transform:uppercase}.rtl .yz-usermeta li{margin:0 0 0 15px}.yz-usermeta li,.yz-usermeta li a,.yz-usermeta li a:hover{color:#fff}.yz-usermeta li i{font-size:14px;margin-right:8px}.rtl .yz-usermeta li i{margin:0 0 0 8px}.yz-user-statistics li{color:#fff;padding:0 20px;text-align:center;display:inline-block;text-transform:uppercase}.yz-author-box-widget .yz-user-statistics li{padding:0 25px}.yz-user-statistics .yz-snumber{color:#fff;font-size:26px;font-weight:400;line-height:24px;margin-bottom:5px;font-family:Poppins,Open sans,sans-serif}.yz-user-statistics .yz-sdescription{margin:0;padding:0;color:#fff;font-size:11px;font-weight:600;line-height:22px;letter-spacing:1px}.youzer .yz-profile-header{position:relative!important;height:initial}.yz-profile-header:empty{display:none}.yz-profile-header .yz-user-statistics li{min-width:65px}.yz-cover-content .yz-inner-content:after,.yz-cover-content:after,.yz-header-cover:after,.yzb-author .yz-inner-content:after{content:"";clear:both;display:block;overflow:hidden}.yz-profile-header:after,.yz-profile-header:before,.yzb-author:after,.yzb-author:before{content:'';clear:both;display:block;overflow:hidden}#yz-profile-header .generic-button.block-member{display:block}#yz-profile-header a.block-button{color:#fff;font-size:13px;margin-top:18px;font-weight:600;padding:5px 15px;border-radius:3px;background:#f44336;display:inline-block}.yz-hdr-v1 .yz-header-cover{height:300px}.yz-hdr-v1 .yz-cover-content .yz-inner-content{z-index:9;width:100%;bottom:30px;position:absolute}.yz-hdr-v1 .yz-cover-content .yz-head-content{float:left;margin-left:185px}.rtl .yz-hdr-v1 .yz-cover-content .yz-head-content{float:right;margin:0 185px 0 0}.yz-hdr-v1 .yz-profile-photo{position:relative;z-index:999999;height:160px;width:160px;float:left}.rtl .yz-hdr-v1 .yz-profile-photo{float:right}.yz-hdr-v1 .yz-name h2{color:#fff;font-size:22px}.yz-hdr-v1 .yz-usermeta{margin-top:15px}.yz-hdr-v1 .yz-user-statistics{right:0}.rtl .yz-hdr-v1 .yz-user-statistics{right:initial;left:0}.yz-hdr-v1 .yz-cover-content .yz-head-content,.yz-hdr-v1 .yz-user-statistics{top:50%;z-index:9998;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.yz-hdr-v1 .yz-cover-content .yz-inner-content{max-width:1170px}.yz-hdr-v8 .yz-header-networks{margin-top:18px}.yz-hdr-v8 .yz-header-cover{height:320px}.yz-hdr-v8 .yz-cover-content .yz-inner-content{top:50%;bottom:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.yz-hdr-v2{margin-bottom:35px;background-color:#fff}.yz-hdr-v2 .yz-header-cover{height:300px}.yz-hdr-v2 .yz-cover-content{left:0;right:0;bottom:0;z-index:9;position:absolute}.yz-hdr-v2 .yz-cover-content .yz-inner-content{padding-left:185px;margin-bottom:20px}.rtl .yz-hdr-v2 .yz-cover-content .yz-inner-content,.rtl .yz-hdr-v2 .yz-header-networks,.rtl .yz-hdr-v7 .yz-cover-content .yz-inner-content{padding-left:0;padding-right:185px}.yz-hdr-v2 .yz-profile-photo{bottom:0;z-index:9;width:160px;height:160px;position:absolute;margin-bottom:-75px}.yz-hdr-v2 .yz-header-content{min-height:85px;position:relative}.yz-hdr-v2 .yz-name h2{color:#fff;font-size:22px}.yz-hdr-v2 .yz-usermeta{margin-top:15px}.yz-hdr-v2 .yz-usermeta li i{color:#fff}.yz-hdr-v2 .yz-usermeta li span{font-weight:600;letter-spacing:.02em;font-size:11px;color:#fff}.yz-hdr-v2 .yz-header-networks{padding-left:185px}.yz-hdr-v2 .yz-user-statistics{right:0}.rtl .yz-hdr-v2 .yz-user-statistics{right:initial;left:0}.yz-hdr-v2 .yz-header-networks,.yz-hdr-v2 .yz-user-statistics{top:50%;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.yz-hdr-v2 .yz-snumber{color:#898989;font-size:20px}.yz-hdr-v2 .yz-sdescription{color:#9e9e9e}.yz-hdr-v3 .yz-header-cover:after,.yz-hdr-v3 .yz-header-cover:before{position:relative}.yz-hdr-v3 .yz-inner-content:after,.yz-hdr-v3 .yz-inner-content:before{top:0;left:0;right:0;bottom:0;z-index:9;content:"";width:100%;height:100%;display:block;max-width:380px;position:absolute}.yz-hdr-v3 .yz-inner-content:before{background-color:#000;opacity:.6}.yz-hdr-v3 .yz-inner-content:after{opacity:.6;background-image:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png)}.yz-hdr-v3 .yz-cover-content .yz-inner-content{position:relative;text-align:center;overflow:hidden;max-width:380px;padding:40px 0;width:100%}.yz-hdr-v3 .yz-profile-photo{width:135px;height:135px;margin:0 auto 30px}.yz-hdr-v3 .yz-name h2{font-weight:400;font-size:20px;color:#fff}.yz-hdr-v3 .yz-usermeta{margin-top:20px}.yz-hdr-v3 .yz-usermeta li{margin:0 0 15px;display:block}.yz-hdr-v3 .yz-usermeta li:last-of-type{margin-bottom:0}.yz-hdr-v3 .yz-header-networks{margin-top:30px}.yz-hdr-v3 .yz-header-networks,.yz-hdr-v3 .yz-name,.yz-hdr-v3 .yz-profile-photo,.yz-hdr-v3 .yz-user-statistics,.yz-hdr-v3 .yz-usermeta{position:relative;z-index:9999}.yz-hdr-v4 .yz-inner-content,.yz-hdr-v4 .yz-inner-content:before{margin:0 auto}.yz-hdr-v5 .yz-inner-content,.yz-hdr-v5 .yz-inner-content:before{float:right}.yz-hdr-v6 .yz-cover-content .yz-inner-content{padding:40px 0;z-index:9999999;position:relative;text-align:center}.yz-hdr-v6 .yz-profile-photo{width:135px;height:135px;margin:0 auto 30px}.yz-hdr-v6 .yz-name{margin:auto}.yz-hdr-v6 .yz-name h2{color:#fff;font-size:22px}.yz-hdr-v6 .yz-usermeta{margin:15px 0 0}.yz-hdr-v6 .yz-header-networks{margin-top:30px}.yzb-author-v6 .yz-social-buttons .friendship-button a{border:none}.yz-hdr-v7{margin-bottom:35px;background-color:#fff}.yz-hdr-v7 .yz-header-cover{height:300px}.yz-hdr-v7 .yz-cover-content{position:absolute;bottom:0;left:0;right:0;z-index:9999}.yz-hdr-v7 .yz-cover-content .yz-inner-content{padding-left:185px;margin-bottom:20px}.yz-hdr-v7 .yz-profile-photo{bottom:0;z-index:9;width:160px;height:160px;position:absolute;margin-bottom:-85px}.yz-hdr-v7 .yz-header-content{display:block;position:relative;min-height:100px}.yz-hdr-v7 .yz-header-head,.yz-hdr-v7 .yz-user-statistics{top:50%;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.yz-hdr-v7 .yz-header-head{left:185px;float:left}.rtl .yz-hdr-v7 .yz-header-head{left:initial;right:185px;float:right}.yz-hdr-v7 .yz-name h2{color:#828181;font-size:20px;font-weight:400}.yz-hdr-v7 .yz-usermeta{margin-top:12px}.yz-hdr-v7 .yz-usermeta li i{color:#969696}.yz-hdr-v7 .yz-usermeta li span{font-weight:600;letter-spacing:.02em;font-size:11px;color:#989ca2}.yz-hdr-v7 .yz-user-statistics{right:0}.rtl .yz-hdr-v7 .yz-user-statistics{right:initial;left:0}.yz-hdr-v7 .yz-snumber{color:#898989;font-size:20px}.yz-hdr-v7 .yz-sdescription{color:#9e9e9e}.yz-hdr-v2 .yz-user-statistics .yz-sdescription,.yz-hdr-v7 .yz-user-statistics .yz-sdescription{font-weight:600;letter-spacing:0}.youzer a:focus{outline:0!important}.yz-hdr-v2 .yz-user-ratings-details,.yz-hdr-v7 .yz-user-ratings-details{float:right;margin-top:10px;padding-right:20px}.yz-hdr-v3 .yz-user-ratings-details .yz-user-rating-stars,.yz-hdr-v4 .yz-user-ratings-details .yz-user-rating-stars,.yz-hdr-v5 .yz-user-ratings-details .yz-user-rating-stars,.yz-hdr-v6 .yz-user-ratings-details .yz-user-rating-stars{display:block}.yz-hdr-v3 .yz-user-rating-stars+.yz-separator,.yz-hdr-v4 .yz-user-rating-stars+.yz-separator,.yz-hdr-v5 .yz-user-rating-stars+.yz-separator,.yz-hdr-v6 .yz-user-rating-stars+.yz-separator{display:none}.yz-hdr-v3 .yz-user-ratings-details .yz-separator,.yz-hdr-v3 .yz-user-ratings-details .yz-user-ratings-rate,.yz-hdr-v3 .yz-user-ratings-details .yz-user-ratings-total,.yz-hdr-v4 .yz-user-ratings-details .yz-separator,.yz-hdr-v4 .yz-user-ratings-details .yz-user-ratings-rate,.yz-hdr-v4 .yz-user-ratings-details .yz-user-ratings-total,.yz-hdr-v5 .yz-user-ratings-details .yz-separator,.yz-hdr-v5 .yz-user-ratings-details .yz-user-ratings-rate,.yz-hdr-v5 .yz-user-ratings-details .yz-user-ratings-total,.yz-hdr-v6 .yz-user-ratings-details .yz-separator,.yz-hdr-v6 .yz-user-ratings-details .yz-user-ratings-rate,.yz-hdr-v6 .yz-user-ratings-details .yz-user-ratings-total{margin-top:15px}@media screen and (min-width :769px) and (max-width:1170px){.yz-cover-content{padding:0 35px}.yz-hdr-v3 .yz-cover-content{padding:0}.yz-hdr-v1 .yz-cover-content .yz-user-statistics{padding-right:35px}.yz-hdr-v7 .yz-header-head{left:220px}.yz-hdr-v7 .yz-user-statistics{padding-right:25px}.yz-hdr-v2 .yz-header-networks{padding-left:225px}.yz-hdr-v2 .yz-user-statistics{padding-right:25px}}@media screen and (max-width:1024px){.yz-horizontal-layout #yz-profile-navmenu.yz-boxed-navbar{margin:0 15px;width:initial}.yz-hdr-v2,.yz-left-sidebar-layout .yzb-author,.yz-right-sidebar-layout .yzb-author{margin-bottom:15px}}@media screen and (max-width:768px){.youzer .yz-boxed-navbar{width:100%}.yz-hdr-v1 .yz-header-cover{height:auto}.yz-hdr-v1 .yz-cover-content .yz-inner-content,.yz-hdr-v8 .yz-cover-content .yz-inner-content{left:auto;right:auto;top:auto;display:block;-webkit-transform:none;-ms-transform:none;transform:none;bottom:auto;padding-top:35px;text-align:center;position:relative;overflow:hidden}.rtl .yz-hdr-v1 .yz-cover-content .yz-head-content,.yz-hdr-v1 .yz-cover-content .yz-head-content{margin:0 0 30px}.yz-hdr-v1 .yz-usermeta{margin:20px 0 0}.yz-hdr-v1 .yz-user-statistics{display:block;text-align:center;margin-bottom:30px}.yz-hdr-v1 .yz-profile-photo{width:130px;height:130px;display:block;margin:0 auto 25px}.rtl .yz-hdr-v1 .yz-cover-content .yz-head-content,.rtl .yz-hdr-v1 .yz-profile-photo,.rtl .yz-hdr-v1 .yz-user-statistics,.yz-hdr-v1 .yz-cover-content .yz-head-content,.yz-hdr-v1 .yz-profile-photo,.yz-hdr-v1 .yz-user-statistics{float:none}.rtl .yz-hdr-v1 .yz-cover-content .yz-head-content,.yz-hdr-v1 .yz-cover-content .yz-head-content,.yz-hdr-v1 .yz-user-statistics{position:static;top:auto;transform:none;-webkit-transform:none}.yz-hdr-v2 .yz-header-cover,.yz-hdr-v7 .yz-header-cover{height:auto}.yz-hdr-v2 .yz-user-ratings-details,.yz-hdr-v7 .yz-user-ratings-details{float:none;margin-top:30px;padding:0}.yz-hdr-v2 .yz-user-ratings-details{margin-bottom:25px}.yz-hdr-v7 .yz-user-ratings-details{margin-bottom:-15px}.yz-hdr-v2 .yz-user-ratings-details .yz-user-rating-stars,.yz-hdr-v7 .yz-user-ratings-details .yz-user-rating-stars{display:block}.yz-hdr-v2 .yz-user-rating-stars+.yz-separator,.yz-hdr-v7 .yz-user-rating-stars+.yz-separator{display:none}.yz-hdr-v2 .yz-user-ratings-details .yz-separator,.yz-hdr-v2 .yz-user-ratings-details .yz-user-ratings-rate,.yz-hdr-v2 .yz-user-ratings-details .yz-user-ratings-total,.yz-hdr-v7 .yz-user-ratings-details .yz-separator,.yz-hdr-v7 .yz-user-ratings-details .yz-user-ratings-rate,.yz-hdr-v7 .yz-user-ratings-details .yz-user-ratings-total{margin-top:15px}.yz-hdr-v2 .yz-cover-content,.yz-hdr-v7 .yz-cover-content{padding:40px 0;text-align:center;position:relative}.rtl .yz-hdr-v2 .yz-cover-content .yz-inner-content,.yz-hdr-v2 .yz-cover-content .yz-inner-content{padding:0;margin:0 auto}.yz-hdr-v2 .yz-profile-photo{width:135px;height:135px;margin:0 auto 30px;position:relative}.yz-hdr-v2 .yz-header-content{text-align:center;min-height:initial}.rtl .yz-hdr-v2 .yz-header-networks,.yz-hdr-v2 .yz-header-networks{padding:30px 0;border-bottom:1px solid #f5f5f5}.yz-hdr-v2 .yz-user-statistics{padding:20px 0}.yz-hdr-v2 .yz-usermeta{margin-top:20px}.yz-hdr-v2 .yz-header-networks,.yz-hdr-v2 .yz-user-statistics,.yz-hdr-v7 .yz-header-head,.yz-hdr-v7 .yz-user-statistics{top:auto;float:none;position:static;-webkit-transform:none;transform:none}.yz-hdr-v7 .yz-profile-photo{width:135px;height:135px;margin:0 auto;position:relative}.rtl .yz-hdr-v7 .yz-cover-content .yz-inner-content,.yz-hdr-v7 .yz-cover-content .yz-inner-content{padding:0!important;margin-bottom:0}.yz-hdr-v7 .yz-header-networks{margin:35px 0 0}.yz-hdr-v7 .yz-header-content{text-align:center}.rtl .yz-hdr-v7 .yz-header-head,.yz-hdr-v7 .yz-header-head{left:0;float:none;right:initial;border-bottom:1px solid #f5f5f5;padding:30px 0 35px!important}.yz-hdr-v7 .yz-usermeta{margin-top:25px}.rtl .yz-hdr-v7 .yz-user-statistics,.yz-hdr-v7 .yz-user-statistics{right:auto;left:auto;padding:20px 0!important}.yzb-author .yz-social-buttons .friendship-button a,.yzb-author .yz-social-buttons .message-button a{margin:0 6px}}@media screen and (max-width:475px){.yzb-author .yz-social-buttons .message-button{margin-top:0}.yzb-author .yz-social-buttons .friendship-button a,.yzb-author .yz-social-buttons .message-button a{margin:0}.rtl .yz-usermeta li,.yz-usermeta li{margin:0 0 15px;display:block}.yz-usermeta li:last-of-type{margin-bottom:0}.rtl .yz-horizontal-layout .yz-header-networks li,.yz-horizontal-layout .yz-header-networks li{margin:8px}.yz-hdr-v3 .yz-cover-content .yz-inner-content,.yz-hdr-v3 .yz-cover-content .yz-inner-content:before{max-width:100%}.yz-user-statistics .yz-snumber{font-size:20px}}@media screen and (max-width:360px){.yz-profile-header .yz-user-statistics ul li,.yzb-author .yz-user-statistics ul li{min-width:initial}}.my-friends.yz-green-scheme #friend-list .action a.accept,.yz-green-scheme #bbpress-forums #bbp-search-form #bbp_search_submit,.yz-green-scheme #bbpress-forums .bbp-search-form #bbp_search_submit,.yz-green-scheme #bbpress-forums li.bbp-footer,.yz-green-scheme #bbpress-forums li.bbp-header,.yz-green-scheme #group-create-tabs li.current,.yz-green-scheme #group-settings-form input[type=submit],.yz-green-scheme #message-recipients .highlight-icon i,.yz-green-scheme #search-members-form #members_search_submit,.yz-green-scheme #send-invite-form .submit input,.yz-green-scheme #send-reply #send_reply_button,.yz-green-scheme #send_message_form .submit #send,.yz-green-scheme #yz-directory-search-box form input[type=submit],.yz-green-scheme #yz-group-body h1:before,.yz-green-scheme #yz-group-buttons .group-button a.join-group,.yz-green-scheme #yz-groups-list .action .group-button .accept-invite,.yz-green-scheme #yz-groups-list .action .group-button .join-group,.yz-green-scheme #yz-groups-list .action .group-button .membership-requested,.yz-green-scheme #yz-groups-list .action .group-button .request-membership,.yz-green-scheme #yz-members-list .yzm-user-actions .friendship-button .requested,.yz-green-scheme #yz-members-list .yzm-user-actions .friendship-button a,.yz-green-scheme #yz-wall-nav .item-list-tabs li#activity-filter-select label,.yz-green-scheme .bbp-pagination .page-numbers.current,.yz-green-scheme .button.accept,.yz-green-scheme .group-button.accept-invite,.yz-green-scheme .group-button.join-group,.yz-green-scheme .group-button.request-membership,.yz-green-scheme .group-request-list .action .accept a,.yz-green-scheme .item-list-tabs #search-message-form #messages_search_submit,.yz-green-scheme .messages-notices .thread-options .read span,.yz-green-scheme .messages-options-nav #messages-bulk-manage,.yz-green-scheme .notifications .notification-actions .mark-read span,.yz-green-scheme .notifications-options-nav #notification-bulk-manage,.yz-green-scheme .pagination .current,.yz-green-scheme .sitewide-notices .thread-options .activate-notice,.yz-green-scheme .widget_display_forums li a:before,.yz-green-scheme .widget_display_search #bbp_search_submit,.yz-green-scheme .widget_display_topics li:before,.yz-green-scheme .widget_display_views li .bbp-view-title:before,.yz-green-scheme .youzer .checkout_coupon,.yz-green-scheme .youzer .wc-proceed-to-checkout a.checkout-button,.yz-green-scheme .youzer .wc-proceed-to-checkout a.checkout-button:hover,.yz-green-scheme .youzer .woocommerce-customer-details h2,.yz-green-scheme .youzer .yz-attachment-file-icon,.yz-green-scheme .youzer .yzwc-box-title h3,.yz-green-scheme .youzer .yzwc-main-content #payment #place_order,.yz-green-scheme .youzer .yzwc-main-content .track_order .form-row button,.yz-green-scheme .youzer .yzwc-main-content .woocommerce-checkout-review-order table.shop_table tfoot .order-total,.yz-green-scheme .youzer .yzwc-main-content .woocommerce-checkout-review-order table.shop_table thead,.yz-green-scheme .youzer .yzwc-main-content button[type=submit],.yz-green-scheme .youzer .yzwc-main-content h3,.yz-green-scheme .youzer .yzwc-main-content table.shop_table td a.view:before,.yz-green-scheme .youzer .yzwc-main-content table.shop_table td a.woocommerce-MyAccount-downloads-file:before,.yz-green-scheme .youzer .yzwc-main-content table.shop_table td.actions .coupon button,.yz-green-scheme .youzer .yzwc-main-content table.shop_table td.woocommerce-orders-table__cell-order-number a,.yz-green-scheme .youzer .yzwc-main-content table.shop_table thead,.yz-green-scheme .youzer div.item-list-tabs li.yz-activity-show-search .yz-activity-show-search-form i,.yz-green-scheme .youzer table tfoot tr,.yz-green-scheme .youzer table thead tr,.yz-green-scheme .youzer table.shop_table.order_details tfoot tr:last-child,.yz-green-scheme .yz-community-hashtags .yz-hashtag-item:hover,.yz-green-scheme .yz-forums-forum-item .yz-forums-forum-icon i,.yz-green-scheme .yz-forums-topic-item .yz-forums-topic-icon i,.yz-green-scheme .yz-group-manage-members-search #members_search_submit,.yz-green-scheme .yz-group-settings-tab input[type=submit],.yz-green-scheme .yz-items-list-widget .yz-list-item .yz-item-action .yz-add-button i,.yz-green-scheme .yz-loading .youzer_msg,.yz-green-scheme .yz-media-filter .yz-filter-item .yz-current-filter,.yz-green-scheme .yz-nav-effect .yz-menu-border,.yz-green-scheme .yz-pagination .page-numbers.current,.yz-green-scheme .yz-post .yz-read-more,.yz-green-scheme .yz-post-content .yz-post-type,.yz-green-scheme .yz-product-actions .yz-addtocart,.yz-green-scheme .yz-project-content .yz-project-type,.yz-green-scheme .yz-scrolltotop i:hover,.yz-green-scheme .yz-service-icon i:hover,.yz-green-scheme .yz-social-buttons .friendship-button a,.yz-green-scheme .yz-social-buttons .friendship-button a.requested,.yz-green-scheme .yz-tab-post .yz-read-more,.yz-green-scheme .yz-tab-title-box,.yz-green-scheme .yz-view-order .yzwc-main-content>p mark.order-status,.yz-green-scheme .yz-wall-actions .yz-wall-post,.yz-green-scheme .yz-wall-embed .yz-embed-action .friendship-button a,.yz-green-scheme .yz-wall-embed .yz-embed-action .friendship-button a.requested,.yz-green-scheme .yz-wall-embed .yz-embed-action .group-button a,.yz-green-scheme .yz-wall-new-post .yz-post-more-button,.yz-green-scheme .yz-widget .yz-user-tags .yz-utag-values .yz-utag-value-item,.yz-green-scheme .yzb-author .yzb-account-settings,.yz-green-scheme .yzb-author .yzb-login,.yz-green-scheme .yzm-user-actions .friendship-button a,.yz-green-scheme .yzm-user-actions .friendship-button a.requested,.yz-green-scheme .yzw-file-post,.yz-green-scheme div.bbp-submit-wrapper button{background:#53d86a;color:#fff}@media screen and (max-width:768px){.yz-green-scheme #youzer .yz-directory-filter .item-list-tabs li#groups-order-select label,.yz-green-scheme #youzer .yz-directory-filter .item-list-tabs li#members-order-select label,.yz-green-scheme #youzer .yz-group div.item-list-tabs li.last label,.yz-green-scheme #youzer .yz-profile div.item-list-tabs li.last label{background:#53d86a;color:#fff}}.yz-green-scheme #message-recipients .highlight .highlight-meta a,.yz-green-scheme .activity-header .activity-head p a,.yz-green-scheme .thread-sender .thread-from .from .thread-count,.yz-green-scheme .widget_display_replies li a.bbp-author-name,.yz-green-scheme .widget_display_topics li .topic-author a.bbp-author-name,.yz-green-scheme .yz-bbp-topic-head-meta .yz-bbp-head-meta-last-updated a:not(.bbp-author-name),.yz-green-scheme .yz-group-navmenu li a:hover,.yz-green-scheme .yz-group-settings-tab fieldset legend,.yz-green-scheme .yz-link-main-content .yz-link-url:hover,.yz-green-scheme .yz-post-content .yz-post-title a:hover,.yz-green-scheme .yz-post-tags .yz-tag-symbole,.yz-green-scheme .yz-product-price .yz-product-new-price,.yz-green-scheme .yz-product-price ins .amount,.yz-green-scheme .yz-product-price.yz-variable-price,.yz-green-scheme .yz-profile-navmenu .yz-navbar-item a:hover,.yz-green-scheme .yz-profile-navmenu .yz-navbar-item a:hover i,.yz-green-scheme .yz-project-tags .yz-tag-symbole,.yz-green-scheme .yz-recent-posts .yz-post-title a:hover,.yz-green-scheme .yz-tab-post .yz-post-title a:hover,.yz-green-scheme .yz-wall-link-data .yz-wall-link-url,.yz-green-scheme .yz-wall-new-post .yz-post-title a:hover{color:#69cc7a}.yz-green-scheme .youzer .yzwc-main-content address .yz-bullet,.yz-green-scheme .youzer ul.woocommerce-thankyou-order-details+p,.yz-green-scheme .yz-bbp-topic-head,.yz-green-scheme .yz-group-navmenu ul li.current,.yz-green-scheme .yz-profile-navmenu .yz-navbar-item.yz-active-menu,.yz-green-scheme .yz-view-order .yzwc-main-content>p{border-color:#69cc7a}.yz-green-scheme .yz-profile-login{background:#53d86a;background:url(/wp-content/plugins/youzer/includes/public/assets/images/geopattern.png),linear-gradient(to right,#53d86a ,#009688);background:url(/wp-content/plugins/youzer/includes/public/assets/images/geopattern.png),-webkit-linear-gradient(left,#53d86a ,#009688)}.yz-green-scheme .quote-with-img:before,.yz-green-scheme .yz-link-content,.yz-green-scheme .yz-no-thumbnail,.yz-green-scheme a.yz-settings-widget{background:#53d86a;background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),linear-gradient(to right,#53d86a ,#009688);background:url(/wp-content/plugins/youzer/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(left,#53d86a ,#009688)}/*! This file is auto-generated */
@font-face{font-display:swap;font-family:dashicons;src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url("/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}#yz-profile-navmenu .yz-settings-area,#yz-profile-navmenu .yz-social-buttons{text-align:right;display:table-cell;vertical-align:middle}#yz-profile-navmenu .yz-settings-area,#yz-profile-navmenu .yz-social-buttons{text-align:right}#yz-profile-navmenu .yz-quick-buttons,.yz-social-buttons .follow-button,.yz-social-buttons .friendship-button,.yz-social-buttons .message-button{border:none;display:inline-block;background-color:transparent}#buddypress.youzer .social-buttons .generic-button a,.buddypress .youzer .social-buttons .generic-button a,.yz-social-buttons .follow-button a,.yz-social-buttons .friendship-button a,.yz-social-buttons .message-button a{color:#fff;border:none;font-size:13px;height:initial;min-width:110px;font-weight:600;line-height:22px;padding:12px 20px;text-align:center;display:inline-block;vertical-align:middle;background-color:#f6f6f6}.yz-social-buttons .follow-button a{color:#898989}.yz-social-buttons .message-button .yz-send-message{margin-left:5px}.my-friends .youzer #friend-list .action a.reject,.yz-social-buttons .message-button .yz-send-message{color:#898989;border:1px solid #eee;background-color:transparent}.youzer .pagination{padding:0;width:100%;clear:both;border:none;text-align:left;overflow:hidden;line-height:16px;position:relative;margin:0 0 35px 0}.youzer .pagination .page-numbers{padding:0;width:35px;height:35px;color:#8f9093;font-size:11px;background:#fff;margin-right:5px;font-weight:600;line-height:35px;text-align:center;display:inline-block;text-transform:uppercase}.youzer .pagination .page-numbers:not(.current):hover{color:#777}.youzer .pagination .pag-count{color:#8c8fa0;font-size:13px;text-align:left}.rtl .youzer .pagination .pag-count{text-align:right}body:not(.notifications):not(.messages) .youzer .pagination .pagination-links{margin-top:25px}.my-groups .youzer #yz-groups-list li .yz-group-data{width:100%;padding:25px;display:table;margin-bottom:20px;background-color:#fff}.my-groups .youzer #yz-groups-list li:last-of-type .yz-group-data{margin-bottom:28px}.my-groups .youzer #yz-groups-list .item,.my-groups .youzer #yz-groups-list .item-avatar{display:inline-block;vertical-align:middle}.my-groups .youzer #yz-groups-list .item-avatar{margin-right:15px}.rtl.my-groups .youzer #yz-groups-list .item-avatar{margin-right:0;margin-left:15px}.my-groups .youzer #yz-groups-list .item-avatar img{width:45px;height:45px;display:block}.my-groups .youzer #yz-groups-list .item .item-title a{color:#7c838a;font-size:14px;font-weight:600;text-transform:capitalize}.my-groups .youzer #yz-groups-list .item .item-meta span{display:block;color:#969696;margin-top:5px;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.my-groups .youzer #yz-groups-list .action{text-align:right;display:table-cell;vertical-align:middle}.rtl.my-groups .youzer #yz-groups-list .action{text-align:left}.my-groups .youzer #yz-groups-list .action:empty{display:none}.my-groups .youzer #yz-groups-list .action div{display:inline-block}.my-groups .youzer #yz-groups-list .action a i{margin-right:8px}.my-groups #buddypress.youzer #yz-groups-list .action a,.my-groups .youzer #yz-groups-list .action a{font-size:13px;min-width:110px;font-weight:600;line-height:20px;padding:12px 20px;text-align:center;display:inline-block}.my-groups .youzer #yz-groups-list .yzm-user-actions a.yz-send-message{color:#fff;background-color:#4fc8ff}.follows .youzer #yz-members-list li .yzm-user-data,.my-friends .youzer #yz-members-list li .yzm-user-data{width:100%;padding:25px;display:table;position:relative;margin-bottom:20px;background-color:#fff}.follows .youzer #yz-members-list li:last-of-type,.my-friends .youzer #friend-list li:last-of-type,.my-friends .youzer #yz-members-list li:last-of-type .yzm-user-data{margin-bottom:35px}.follows .youzer #yz-members-list .item,.follows .youzer #yz-members-list .yz-item-avatar,.my-friends .youzer #yz-members-list .item,.my-friends .youzer #yz-members-list .yz-item-avatar{display:inline-block;vertical-align:middle}.follows .youzer #yz-members-list .yz-item-avatar,.my-friends .youzer #yz-members-list .yz-item-avatar{margin-right:15px}.rtl.follows .youzer #yz-members-list .yz-item-avatar,.rtl.my-friends .youzer #yz-members-list .yz-item-avatar{margin-right:0;margin-left:15px}.follows .youzer #yz-members-list .yz-item-avatar img,.my-friends .youzer #yz-members-list .yz-item-avatar img{width:45px;height:45px;display:block}.follows .youzer #yz-members-list .item .item-title a,.my-friends .youzer #yz-members-list .item .item-title a{color:#7c838a;font-size:14px;font-weight:600;text-transform:capitalize}.follows .youzer #yz-members-list .item .item-meta span,.my-friends .youzer #yz-members-list .item .item-meta span{display:block;color:#969696;font-size:10px;margin-top:5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.follows .youzer #yz-members-list .yzm-user-actions,.my-friends .youzer #yz-members-list .yzm-user-actions{text-align:right;display:table-cell;vertical-align:middle}.rtl.follows .youzer #yz-members-list .yzm-user-actions,.rtl.my-friends .youzer #yz-members-list .yzm-user-actions{text-align:left}.follows .youzer #yz-members-list .yzm-user-actions div,.my-friends .youzer #yz-members-list .yzm-user-actions div{display:inline-block}.follows .youzer #yz-members-list .yzm-user-actions a i,.my-friends .youzer #yz-members-list .yzm-user-actions a i{margin-right:8px}.youzer #friend-list .action a,.youzer #yz-members-list .yzm-user-actions a{margin:0 5px;color:#898989;font-size:13px;width:initial;height:initial;border:none;min-width:110px;font-weight:600;line-height:22px;padding:12px 30px;text-align:center;display:inline-block;background-color:#f6f6f6}.follows .youzer #yz-members-list .yzm-user-actions a.yz-send-message,.my-friends .youzer #yz-members-list .yzm-user-actions a.yz-send-message{color:#898989;border:1px solid #eee;background-color:transparent}.follows .youzer #friend-list .action a.loading:before,.my-friends .youzer #friend-list .action a.loading:before{content:"\f110"!important;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.youzer div.item-list-tabs{padding:15px 20px;margin:0 0 35px;background-color:#fff;border-radius:3px}.youzer div.item-list-tabs li{display:inline-block;float:left}.youzer div.item-list-tabs li#activity-filter-select i{color:#9b9b9b;background-color:#f6f6f6}.youzer div.item-list-tabs li .yz-dropdown-area{right:0;top:111px;z-index:99;width:334px;padding:15px;display:none;background:#f6f6f6;text-align:center;position:absolute;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.youzer div.item-list-tabs li .yz-dropdown-area:after,.youzer div.item-list-tabs li .yz-dropdown-area:before{content:' ';display:block;border-style:solid;border-width:0 .5em .8em .5em;border-color:transparent;position:absolute}.youzer div.item-list-tabs li#activity-filter-select .yz-dropdown-area:after,.youzer div.item-list-tabs li#activity-filter-select .yz-dropdown-area:before{right:90px}.youzer div.item-list-tabs li.yz-activity-show-search .yz-dropdown-area:after,.youzer div.item-list-tabs li.yz-activity-show-search .yz-dropdown-area:before{right:38px}.youzer div.item-list-tabs li .yz-dropdown-area:before{top:-.8em}.youzer div.item-list-tabs li .yz-dropdown-area:after{top:-.7em;border-bottom-color:#f6f6f6}.youzer div.item-list-tabs li.yz-activity-show-search{float:right;margin-top:2px}.youzer div.item-list-tabs li.yz-activity-show-search .yz-activity-show-search-form i{color:#fff;background-color:#a4aaca}.youzer div.item-list-tabs li#activity-filter-select .yz-activity-show-filter i,.youzer div.item-list-tabs li.yz-activity-show-search .yz-activity-show-search-form i{width:42px;height:42px;line-height:42px;text-align:center;border-radius:3px;margin-left:8px;cursor:pointer;display:inline-block;vertical-align:middle}.youzer div.item-list-tabs li.last{float:right;margin-top:2px}#youzer .yz-profile div.item-list-tabs li.last{float:right}.rtl .youzer div.item-list-tabs li.last{float:left}.youzer div.item-list-tabs li:last-child a{margin-right:0!important}#youzer .youzer div.item-list-tabs li a:hover,#youzer .youzer div.item-list-tabs li.current a,#youzer .youzer div.item-list-tabs li.selected a{background-color:transparent;font-weight:600}#buddypress.youzer div.item-list-tabs li a,#buddypress.youzer div.item-list-tabs:not(#subnav) ul li a,#buddypress.youzer div.item-list-tabs:not(#subnav) ul li>span,.youzer div.item-list-tabs li a{padding:0;margin:5px 0;color:#898989;font-size:11px;font-weight:600;margin-right:12px;display:inline-block;text-transform:uppercase}.rtl .youzer div.item-list-tabs li a{margin-right:0;margin-left:12px}.youzer div.item-list-tabs li a i{margin-right:8px}.rtl .youzer div.item-list-tabs li a i{margin-right:0;margin-left:8px}.youzer div.item-list-tabs li a i,.youzer div.item-list-tabs li a:before{width:32px;height:32px;font-size:14px;line-height:32px;text-align:center}.youzer div.item-list-tabs li.feed a:before{content:'\f09e'}.youzer div.item-list-tabs li a#edit-details:before{content:'\f303'}.youzer div.item-list-tabs li a#group-settings:before{content:'\f085'}.youzer div.item-list-tabs li a#group-avatar:before{content:'\f2bd'}.youzer div.item-list-tabs li a#group-cover-image:before{content:'\f03e'}.youzer div.item-list-tabs li a#manage-members:before{content:'\f0c0'}.youzer div.item-list-tabs li a#delete-group:before{content:'\f2ed'}.youzer div.item-list-tabs li a#forum:before,.youzer div.item-list-tabs li a#nav-forum:before{content:'\f4ad'}.youzer div.item-list-tabs li a#membership-requests:before{content:'\f2b5'}.my-friends .youzer #friend-list .item{width:calc(100% - 70px)}.my-friends .youzer #friend-list .item,.my-friends .youzer #friend-list .item-avatar{display:inline-block;vertical-align:middle}.my-friends .youzer #friend-list li{width:100%;padding:25px;display:table;margin-bottom:20px;background-color:#fff}.my-friends .youzer #friend-list .item-avatar{margin-right:15px}.my-friends .youzer #friend-list .item-avatar img{display:block}.my-friends .youzer #friend-list .item .item-title a{color:#7c838a;font-size:14px;font-weight:600;text-transform:capitalize}.my-friends .youzer #friend-list .item .item-meta span{display:block;color:#969696;margin-top:5px;font-size:10px;font-weight:600;line-height:18px;letter-spacing:.05em;text-transform:uppercase}.my-friends .youzer #friend-list .action{color:#8a8a8a;font-size:13px;font-weight:600;text-align:right;display:table-cell;vertical-align:middle}#sitewide-notice strong:before,.my-friends .youzer #friend-list .action a:before,.youzer div.item-list-tabs a:before{display:inline-block;font-family:"Font Awesome 5 Free"!important;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:8px;font-size:14px}.rtl #sitewide-notice strong:before,.rtl .my-friends .youzer #friend-list .action a:before,.rtl .youzer div.item-list-tabs a:before{margin:0 0 0 8px}.item-list-tabs .yzmsg-show-search{cursor:pointer}.item-list-tabs ul{width:100%;display:table}.item-list-tabs #members-order-select{text-align:right;display:table-cell;vertical-align:middle}#youzer .item-list-tabs li label{width:auto;color:#969696;font-size:13px;font-weight:600;margin-right:8px;display:inline-block}.rtl .item-list-tabs li label{margin-right:0;margin-left:8px}#yz-wall-nav .item-list-tabs li label{margin-right:5px}.rtl #yz-wall-nav .item-list-tabs li label{margin-right:5px;margin-left:5px}#yz-wall-nav .item-list-tabs li#activity-filter-select label,#yz-wall-nav .item-list-tabs li.yz-activity-show-search label{display:inline-block;background:#a4aaca;padding:15px;border-radius:3px;margin:0;font-size:13px;line-height:15px;color:#fff;width:100%;text-align:center;margin-bottom:13px}#youzer table.messages-notices,#youzer table.notifications{margin:0;padding:0;width:100%;border:none;box-shadow:none;margin-bottom:35px;background-color:#fff;border-collapse:collapse}.messages-notices thead,.notifications thead{background-color:#f9f9f9;border-bottom:1px solid #f3f3f3}#youzer .messages-notices thead th,#youzer .notifications thead th{border:none;font-size:13px;font-weight:600;line-height:14px;padding:10px 5px;text-align:center}#youzer .notifications thead th.actions{width:20%}#youzer table.messages-notices tr,#youzer table.notifications tr{border:none;border-bottom:1px solid #f6f6f6}.messages-notices tbody tr,.notifications tbody tr{text-align:center}#youzer .messages-notices tbody td,#youzer .notifications tbody td{padding:20px 5px}.notifications tbody td.notification-description a{padding:5px;color:#7c838a;font-size:13px;font-weight:400;line-height:24px}.notifications tbody td.notification-description a .display-name{text-transform:capitalize;font-weight:600}.notifications tbody td.notification-since{color:#9e9e9e;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.messages-notices .thread-options a,.notifications .notification-actions a{margin:0 5px;display:inline-block;vertical-align:middle}.messages-notices .thread-options a span,.notifications .notification-actions a span{width:35px;color:#fff;height:35px;font-size:20px;line-height:35px;text-align:center}.messages-notices .thread-options .unread span,.notifications .notification-actions .mark-unread span,.sitewide-notices .thread-options .deactivate-notice{background-color:#a9a9a9}.messages-notices .thread-options .delete span,.notifications .notification-actions .delete span{color:#9c9c9c;background-color:#f2f2f2}.messages-options-nav,.notifications-options-nav{margin-bottom:35px}.messages-options-nav .nice-select .list,.notifications-options-nav .nice-select .list{min-width:145px}.messages-options-nav select,.notifications-options-nav select{height:35px;border:none;color:#757575;padding:0 12px;font-size:13px;font-weight:600;vertical-align:middle}.messages-options-nav #messages-bulk-manage,.notifications-options-nav #notification-bulk-manage{border:none;height:40px;margin:0 5px;padding:0 15px;font-size:13px;font-weight:600;vertical-align:middle}.sitewide-notices .yz-notice-msg{text-align:left;padding:25px}.sitewide-notices .yz-notice-msg-title{color:#8a8a8a;font-size:14px;font-weight:600;line-height:24px}.sitewide-notices .yz-notice-icon{width:45px;height:45px;color:#fff;font-size:18px;line-height:45px;margin-right:10px;text-align:center;background-color:#fd4e96}.sitewide-notices .yz-notice-msg p{color:#898989;font-size:13px;margin-top:15px;line-height:24px}.sitewide-notices .yz-notice-head .yz-notice-sent{color:#a4a4a4;display:block;font-size:10px;margin-top:5px;font-weight:400;line-height:18px;letter-spacing:.05em;text-transform:uppercase}.sitewide-notices .yz-notice-head{width:calc(100% - 70px)}.sitewide-notices .yz-notice-head,.sitewide-notices .yz-notice-icon{display:inline-block;vertical-align:middle}#sitewide-notice #message{padding:25px;color:#8a8a8a;font-size:14px;margin-top:3px;font-weight:400;line-height:26px;text-decoration:none;background-color:#fff;border-top:8px solid #ff8eb4}#sitewide-notice #message p{position:relative}#sitewide-notice #message button{top:10px;margin:0;padding:0;right:10px;width:25px;height:25px;border:none;color:#9c9b9b;text-align:center;font-size:10px;font-weight:600;line-height:25px;position:absolute;background-color:#eee}#sitewide-notice #message{left:2%;top:1em;width:96%;z-index:9999;position:fixed;border-left:none;box-shadow:0 15px 50px rgba(0,0,0,.15)}#sitewide-notice.admin-bar-on #message{top:3.3em}#sitewide-notice strong{display:block;font-size:14px;margin-bottom:15px}#sitewide-notice strong:before{width:30px;height:30px;color:#fefefe;content:'\f0a1';line-height:30px;text-align:center;background-color:#ff8eb4}#sitewide-notice br{display:none}.item-list-tabs #search-message-form{display:none;margin-top:15px;padding-top:20px;margin-bottom:5px;border-top:1px solid #f5f5f5}.item-list-tabs #search-message-form #messages_search{margin:0;height:45px;color:#898989;font-size:13px;font-weight:600;line-height:45px;padding:8px 15px;display:inline-block;border:1px solid #eee;width:calc(100% - 110px)}.item-list-tabs #search-message-form #messages_search::-webkit-input-placeholder{color:#8c9094;font-family:Open sans,sans-serif}.item-list-tabs #search-message-form #messages_search:-moz-placeholder{font-family:Open sans,sans-serif;color:#8c9094;opacity:1}.item-list-tabs #search-message-form #messages_search::-moz-placeholder{font-family:Open sans,sans-serif;color:#8c9094;opacity:1}.item-list-tabs #search-message-form #messages_search:-ms-input-placeholder{color:#8c9094;font-family:Open sans,sans-serif}.item-list-tabs #search-message-form #messages_search::-ms-input-placeholder{color:#8c9094;font-family:Open sans,sans-serif}.item-list-tabs #search-message-form #messages_search_submit{height:45px;width:100px;border:none;padding:0 12px;font-size:12px;margin-left:5px;font-weight:600;line-height:45px;letter-spacing:.05em;text-transform:uppercase}.ac_results{padding:0;min-width:298px;overflow:hidden;z-index:99999;background:#fff;-moz-border-radius-bottomleft:3px;-khtml-border-bottom-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-moz-border-radius-bottomright:3px;-khtml-border-bottom-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.ac_results ul{width:100%;list-style:none;list-style-position:outside;padding:0;margin:0}.ac_results li{margin:0;display:block;cursor:pointer;font-size:13px;overflow:hidden;line-height:20px;padding:10px 15px}.ac_results li img{top:0;float:left;margin-right:5px;position:relative;vertical-align:middle;width:20px!important}.ac_odd{background-color:#f0f0f0}.ac_over{background-color:#797777;color:#fff}ul.acfb-holder{margin:0;height:auto!important;height:1%;overflow:hidden;padding:0;list-style:none}ul.acfb-holder input#send-to-input{margin:0;width:50%;display:block}ul.acfb-holder li:not(.yz-compose-input-item){display:inline-block;margin:0 10px 10px 0;list-style-type:none}ul.acfb-holder li.friend-tab{width:auto;font-size:13px;padding:8px 10px;background:#f9f9f9;border:1px solid #f2f2f2}ul.acfb-holder li.friend-tab a{color:#898989;font-size:11px;font-weight:600}ul.acfb-holder li.friend-tab img{height:20px;width:20px!important;vertical-align:middle;display:inline-block}ul.acfb-holder li.friend-tab img+a{margin-left:8px}li.friend-tab img.avatar{border-width:2px!important;vertical-align:middle}li.friend-tab span.p{width:21px;height:20px;color:#898989;font-size:8px;cursor:pointer;margin-left:5px;font-weight:600;line-height:20px;text-align:center;display:inline-block;background-color:#eee}.yz_cs_checkbox_field{display:block;font-size:18px;cursor:pointer;position:relative;padding-left:30px}.yz_cs_checkbox_field input{position:absolute;z-index:-1;opacity:0}.yz_cs_checkbox_field .yz_field_indication{left:0;width:20px;height:20px;position:absolute;background:0 0;border:1px solid #d8d8d8}.yz_cs_checkbox_field .yz_field_indication:after{position:absolute;display:none;content:''}.yz_cs_checkbox_field input:checked~.yz_field_indication:after{display:block}.yz_cs_checkbox_field .yz_field_indication:after{top:3px;left:7px;width:5px;height:9px;transform:rotate(45deg);-webkit-transform:rotate(45deg);border:solid #a09e9e;border-width:0 2px 2px 0}.youzer table .yz_cs_checkbox_field .yz_field_indication:after{top:2px;left:6px}.messages-notices tbody td .yz_cs_checkbox_field,.messages-notices th.bulk-select-all .yz_cs_checkbox_field,.notifications tbody td .yz_cs_checkbox_field,.notifications th.bulk-select-all .yz_cs_checkbox_field{padding:0;width:20px;height:20px;margin:0 auto}.youzer th.thread-from{width:35%}.youzer th.thread-options{width:150px}.youzer th.thread-checkbox,.youzer th.thread-star{width:60px}.youzer .thread-sender .thread-avatar,.youzer .thread-sender .thread-from{display:inline-block;vertical-align:middle}.youzer .thread-sender .thread-avatar{margin-right:10px}.rtl .youzer .thread-sender .thread-avatar{margin-right:0;margin-left:10px}.youzer .thread-sender .thread-from{text-align:left}.rtl .youzer .thread-sender .thread-from{text-align:right}.youzer .thread-sender .thread-from .from{color:#14a3fc;font-size:13px;font-weight:600;text-transform:capitalize}.youzer .thread-sender .thread-from .from a{color:#7c838a}.youzer .thread-sender .thread-from .activity{color:#898989;display:block;margin-top:5px;font-size:11px}.youzer td.thread-info{text-align:left}.rtl .youzer td.thread-info{text-align:right}.youzer .thread-info p{margin-bottom:0}.youzer .thread-info a{color:#7c838a;font-size:13px;font-weight:600}.youzer .thread-info .thread-excerpt{color:#898989;display:block;font-size:13px;margin-top:10px;line-height:20px}.youzer .thread-sender .thread-avatars a{margin:5px;display:inline-block;vertical-align:middle}.youzer .thread-sender .thread-avatars a img{display:block}.youzer .thread-sender .thread-avatars .yz-more-recipients{width:35px;height:35px;color:#898989;font-size:10px;font-weight:600;line-height:35px;text-align:center;background-color:#eee}.message-star-actions{position:absolute;right:0;top:0}.rtl .message-star-actions{right:initial;left:0}#youzer a.message-action-star,#youzer a.message-action-unstar{border-bottom:0;text-decoration:none;outline:0}a.message-action-star{opacity:.7}a.message-action-star:hover{opacity:1}.message-action-star span.icon:before,.message-action-unstar span.icon:before{font-family:dashicons;font-size:18px}.message-action-star span.icon:before{content:"\f154"}.message-action-unstar span.icon:before{color:#fcdd77;content:"\f155"}#youzer table.messages-notices thead .yz_field_indication,#youzer table.notifications thead .yz_field_indication{border-color:rgba(255,255,255,.75)}.yz-quick-buttons .yz-button-item{width:35px;height:35px;margin-left:8px;position:relative;display:inline-block;vertical-align:middle}.rtl .yz-quick-buttons .yz-button-item{margin:0 8px 0 0}.yz-quick-buttons .yz-button-item:first-of-type{margin-left:0}.yz-quick-buttons .yz-button-item i{font-size:18px}.yz-quick-buttons .yz-button-item span{font-size:20px}.yz-quick-buttons .yz-button-item i,.yz-quick-buttons .yz-button-item span{width:35px;height:35px;color:#848b92;line-height:35px;text-align:center}.yz-quick-buttons .yz-button-item .yz-button-count{top:-10px;right:-5px;color:#fff;height:20px;padding:0 4px;min-width:20px;font-size:10px;font-weight:600;line-height:20px;position:absolute;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.yz-quick-buttons .yz-notification-btn .yz-button-count{background-color:#f95e3c}.yz-quick-buttons .yz-messages-btn .yz-button-count{background-color:#ffc107}.yz-quick-buttons .yz-friends-btn .yz-button-count{background-color:#4fc8ff}.bp-screen-reader-text{display:none!important}#youzer .youzer select{-webkit-tap-highlight-color:transparent;background-color:#f6f6f6;box-sizing:border-box;clear:both;cursor:pointer;display:inline-block;float:none;font-family:inherit;font-size:14px;height:38px;line-height:39px;margin:0;outline:0;padding:0 10px 0 10px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:auto;font-size:13px;color:#8a8a8a;width:140px;line-height:0;font-weight:600;border:none;border-radius:3px}.youzer select[multiple=multiple]{height:auto}.youzer select[multiple=multiple] option[selected=selected]{color:#898b89;font-weight:600;padding:6px 8px}#send-reply textarea,.yz_cs_checkbox_field .yz_field_indication{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.youzer .message-content img.emojioneemoji{max-width:20px;display:inline-block;vertical-align:middle;margin:-.2ex .15em .2ex}#message-recipients,#message-recipients .highlight-icon i,#message-thread .message-box,#send-reply,#send-reply #send_reply_button,#send_message_form,#send_message_form .submit #send,#sitewide-notice #message button,#sitewide-notice p,.follows .youzer #yz-members-list li .yzm-user-data,.follows .yz-page-btns-border-radius #yz-members-list .yzm-user-actions a,.item-list-tabs #search-message-form #messages_search,.item-list-tabs #search-message-form #messages_search_submit,.messages-notices .thread-options a span,.messages-options-nav #messages-bulk-manage,.messages-options-nav select,.my-friends .youzer #friend-list li,.my-friends .youzer #yz-members-list li .yzm-user-data,.my-friends .yz-page-btns-border-radius #friend-list .action a,.my-friends .yz-page-btns-border-radius #yz-members-list .yzm-user-actions a,.my-groups .youzer #yz-groups-list li .yz-group-data,.my-groups .yz-page-btns-border-radius #yz-groups-list .action a,.notifications .notification-actions a span,.notifications-options-nav #notification-bulk-manage,.notifications-options-nav select,.youzer .pagination .page-numbers,.yzmsg-form-item input[type=text],.yzmsg-form-item textarea{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}#message-recipients a.button,.follows .yz-page-btns-border-oval #yz-members-list .yzm-user-actions a,.my-friends .yz-page-btns-border-oval #friend-list .action a,.my-friends .yz-page-btns-border-oval #yz-members-list .yzm-user-actions a,.my-groups .yz-page-btns-border-oval #yz-groups-list .action a,.sitewide-notices .yz-notice-icon,ul.acfb-holder li.friend-tab{border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px}#message-thread .message-metadata img,#send-reply img,#sitewide-notice strong:before,.ac_results li img,.follows .youzer #yz-members-list .yz-item-avatar img,.my-friends .youzer #friend-list .item-avatar img,.my-friends .youzer #yz-members-list .yz-item-avatar img,.my-groups .youzer #yz-groups-list .item-avatar img,.youzer .thread-sender .thread-avatar img,.youzer .thread-sender .thread-avatars .yz-more-recipients,.youzer .thread-sender .thread-avatars a img,.youzer div.item-list-tabs li a i,.youzer div.item-list-tabs li a:before,.yz-quick-buttons .yz-button-item .yz-button-count,.yz-quick-buttons .yz-button-item i,.yz-quick-buttons .yz-button-item span,li.friend-tab span.p,ul.acfb-holder li.friend-tab img{border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%}#message-recipients .highlight h2,#send-reply #send_reply_button,#sitewide-notice #message button,.item-list-tabs #search-message-form #messages_search,.item-list-tabs #search-message-form #messages_search_submit,.yzmsg-form-item .emojionearea .emojionearea-editor,.yzmsg-form-item input[type=text]:not(.search),.yzmsg-form-item textarea{font-family:'Open Sans',sans-serif}@media screen and (max-width:1024px){#message,.follows .youzer #yz-members-list li .yzm-user-data,.follows .youzer #yz-members-list li:last-of-type .yzm-user-data,.messages-options-nav,.my-friends .youzer #friend-list li:last-of-type,.my-friends .youzer #yz-members-list li .yzm-user-data,.my-friends .youzer #yz-members-list li:last-of-type .yzm-user-data,.my-groups .youzer #yz-groups-list li .yz-group-data,.my-groups .youzer #yz-groups-list li:last-of-type .yz-group-data,.notifications-options-nav,.youzer .pagination,.youzer:not(.yz-global-wall) .item-list-tabs:not(#group-create-tabs),table.messages-notices,table.notifications{margin-bottom:15px!important}}@media screen and (max-width:768px){#youzer .yz-group div.item-list-tabs,#youzer .yz-profile div.item-list-tabs{display:none;padding:0;margin:0}#youzer .yz-group div.item-list-tabs li,#youzer .yz-profile div.item-list-tabs li{width:100%;float:none;display:block;padding:0 20px 20px}#youzer .yz-group div.item-list-tabs li:first-child,#youzer .yz-profile div.item-list-tabs li:first-child{padding-top:20px}#youzer .yz-group div.item-list-tabs li a,#youzer .yz-profile div.item-list-tabs li a{margin:0;font-size:13px;text-transform:initial}#youzer .yz-group div.item-list-tabs li.last,#youzer .yz-profile div.item-list-tabs li.last{float:none;width:100%;padding:20px;margin-top:0;border-top:1px solid #f6f6f6}#youzer .yz-group div.item-list-tabs li.last label,#youzer .yz-profile div.item-list-tabs li.last label{display:inline-block;background:#a4aaca;padding:15px;border-radius:3px;margin:0;font-size:13px;line-height:15px;color:#fff;width:100%;text-align:center;margin-bottom:13px}#youzer .yz-group div.item-list-tabs li.last .nice-select,#youzer .yz-group div.item-list-tabs li.last select,#youzer .yz-profile div.item-list-tabs li.last .nice-select,#youzer .yz-profile div.item-list-tabs li.last select{display:block;width:100%;padding:0}#youzer .yz-group div.item-list-tabs li.last .nice-select.open .list,#youzer .yz-profile div.item-list-tabs li.last .nice-select.open .list{width:100%}#youzer .yz-group div.item-list-tabs li.last .nice-select .current,#youzer .yz-profile div.item-list-tabs li.last .nice-select .current{text-align:center}#youzer .yz-group div.item-list-tabs li.last .nice-select,#youzer .yz-group div.item-list-tabs li.last .nice-select .current,#youzer .yz-group div.item-list-tabs li.last select,#youzer .yz-profile div.item-list-tabs li.last .nice-select,#youzer .yz-profile div.item-list-tabs li.last .nice-select .current,#youzer .yz-profile div.item-list-tabs li.last select{height:45px;line-height:45px}.youzer:not(.yz-group) .item-list-tabs:not(.activity-type-tabs-subnav) ul li.last{float:none;margin-top:0;display:block}.rtl .yz-quick-buttons .yz-button-item{margin:0 0 0 5px}}@media screen and (max-width:475px){.my-account .youzer .item-list-tabs:not(.activity-type-tabs-subnav) ul li.last{float:none;display:block;margin-top:15px;text-align:left;padding:20px 0 7px;border-top:1px solid #f6f6f6}.sitewide-notices .yz-notice-head,ul.acfb-holder input#send-to-input{width:100%}.item-list-tabs #members-order-select{text-align:center}.rtl .youzer div.item-list-tabs li.last{float:none}.my-groups .youzer #yz-groups-list .action div,.my-groups .youzer #yz-groups-list li .yz-group-data{display:block}.follows .youzer #yz-members-list .yz-item-avatar,.my-friends .youzer #friend-list .item-avatar,.my-friends .youzer #yz-members-list .yz-item-avatar,.my-groups .youzer #yz-groups-list .item-avatar{margin-right:8px}.my-groups .youzer #yz-groups-list .action{display:block;margin-top:25px;padding-top:25px;text-align:center;border-top:1px solid #f5f5f5}.my-groups .youzer #yz-groups-list .action a{width:100%;padding:15px;display:block}.follows .youzer #yz-members-list .yzm-user-actions,.follows .youzer #yz-members-list .yzm-user-actions a,.follows .youzer #yz-members-list .yzm-user-actions div,.item-list-tabs #members-order-select,.my-friends .youzer #friend-list .action,.my-friends .youzer #friend-list .action a,.my-friends .youzer #friend-list li,.my-friends .youzer #yz-members-list .yzm-user-actions,.my-friends .youzer #yz-members-list .yzm-user-actions a,.my-friends .youzer #yz-members-list .yzm-user-actions div,.my-friends .youzer #yz-members-list li .yzm-user-data{display:block}.my-account .item-list-tabs #members-order-select{margin-top:15px;padding-top:15px;text-align:center;border-top:1px solid #f5f5f5}.follows .youzer #yz-members-list .yzm-user-actions,.my-friends .youzer #friend-list .action,.my-friends .youzer #yz-members-list .yzm-user-actions{margin-top:25px;padding-top:25px;text-align:center;border-top:1px solid #f5f5f5}.follows .youzer #yz-members-list .yzm-user-actions a,.my-friends .youzer #friend-list .action a,.my-friends .youzer #yz-members-list .yzm-user-actions a{margin:0;padding:15px}.follows .youzer #yz-members-list .yzm-user-actions .follow-button a,.follows .youzer #yz-members-list .yzm-user-actions a.yz-send-message,.my-friends .youzer #friend-list .action a.reject,.my-friends .youzer #yz-members-list .yzm-user-actions .follow-button a,.my-friends .youzer #yz-members-list .yzm-user-actions a.yz-send-message{margin-top:12px}.my-friends .youzer #friend-list .item-avatar{margin-right:12px}.messages-notices tbody td,.notifications tbody td{width:auto;display:block}.messages-notices thead th:not(.bulk-select-all),.notifications thead th:not(.bulk-select-all){display:none}.messages-notices tbody tr,.notifications tbody tr{border-bottom:1px solid #f6f6f6}.messages-notices tbody td.notification-actions,.notifications tbody td.notification-actions{margin-bottom:15px}#youzer .messages-notices tbody td,#youzer .notifications tbody td{padding:8px 15px;border-bottom:none}.messages-notices tbody td .yz_cs_checkbox_field .yz_field_indication,.notifications tbody td .yz_cs_checkbox_field .yz_field_indication{border-radius:100%}.youzer td.thread-info{text-align:center}.messages-notices tbody td.bulk-select-check{margin-top:15px}.messages-notices tbody td.thread-options{margin-bottom:15px}.youzer .item-list-tabs ul li.last{text-align:center}.youzer .item-list-tabs li a{margin:5px}.sitewide-notices .yz-notice-head,.sitewide-notices .yz-notice-icon{display:block;text-align:center}.sitewide-notices .yz-notice-icon{margin:0 auto 18px}#sitewide-notice p{padding:30px}#sitewide-notice #message button{top:5px;right:5px}.bp-screen-reader-text{display:none!important}.youzer div.item-list-tabs li{float:none}}@media screen and (max-width:375px){.follows .youzer #yz-members-list li .yzm-user-data,.my-friends .youzer #yz-members-list li .yzm-user-data,.my-groups .youzer #yz-groups-list .yz-group-data{padding:20px}.follows .youzer #yz-members-list .yzm-user-actions,.my-friends .youzer #friend-list .action,.my-friends .youzer #yz-members-list .yzm-user-actions,.my-groups .youzer #yz-groups-list .action{margin-top:20px;padding-top:20px}.item-list-tabs #search-message-form #messages_search,.item-list-tabs #search-message-form #messages_search_submit{width:100%}.item-list-tabs #search-message-form #messages_search_submit{margin:12px 0 0 0}}/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before,.youzer .fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-display:swap;font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:auto;src:url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:'Font Awesome 5 Brands'}@font-face{font-display:swap;font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-regular-400.eot);src:url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-display:swap;font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/youzer/includes/admin/assets/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.logy{width:100%;overflow:hidden;position:relative;font-family:'Open Sans',sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rtl .logy{direction:rtl}.logy ul{margin:0;padding:0;list-style:none}.logy .radio{width:initial;height:initial}.logy h1,.logy h2,.logy h3,.logy h4,.logy h5,.logy h6{margin:0;padding:0;line-height:24px}.logy a{text-decoration:none}.logy a:active,.logy a:focus,.logy a:hover,.logy a:visited{outline:0}.logy input[type=checkbox],.logy input[type=radio]{padding:0;margin:0}.rtl .logy input[type=checkbox],.rtl .logy input[type=radio]{margin-right:0;margin-left:8px}.logy-form .logy-form-header{position:relative}.logy-form .logy-form-cover{height:200px;overflow:hidden;position:relative;background-position:center}.logy-custom-cover{background-size:cover}.logy-form .form-cover-title{bottom:0;color:#fff;font-size:16px;font-weight:200;line-height:26px;padding:5px 15px;position:absolute;margin:0 45px 25px;letter-spacing:2px;text-transform:uppercase;background:rgba(0,0,0,.45)}.logy-form .form-title{padding:45px;text-align:center}.logy-form .form-title h2{margin:0;color:#898989;font-size:16px;font-weight:200;line-height:24px;letter-spacing:1.5px;text-transform:uppercase}.logy-form .logy-form-desc{color:#abaaaa;font-size:13px;margin-top:12px;line-height:24px;display:inline-block}.logy-page-box{padding:50px 0}.logy-form.logy-signup-page{max-width:550px}.logy-form{width:90%;margin:0 auto;max-width:500px;overflow:hidden;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 2px 10px #e2e2e2;-moz-box-shadow:0 2px 10px #e2e2e2;box-shadow:0 2px 10px #e2e2e2}.logy-form form{margin:auto;overflow:hidden;text-align:left;padding:35px 45px}.rtl .logy-form form{text-align:right}.logy-form .logy-field-info{color:#898989;font-size:13px;font-weight:600;margin-bottom:25px}#logy-form .logy-form-item label{color:#898989;font-size:13px;font-weight:400}#activation-form .logy-form-item label{display:block;margin-bottom:15px}.logy-with-labels #logy-form .logy-form-item label{display:block;font-weight:400;margin-bottom:12px}.logy-with-labels.logy-border-rounded .logy-form-item label{margin-left:15px}.logy-with-labels .logy-form-item{margin-bottom:25px}.logy-no-labels .logy-form-item{margin-bottom:25px}.logy-fields-icon .logy-field-icon{width:42px;height:42px;color:#949494;line-height:42px;text-align:center}.logy-fields-icon.logy-border-rounded.logy-icons-right.logy-nobg-icons .logy-field-icon i{padding-right:8px}.logy-fields-icon.logy-border-rounded.logy-icons-right.logy-silver-icons .logy-field-icon i{padding-right:4px}.logy-fields-icon.logy-border-rounded.logy-icons-left.logy-nobg-icons .logy-field-icon i{padding-left:8px}.logy-fields-icon.logy-border-rounded.logy-icons-left.logy-silver-icons .logy-field-icon i{padding-left:4px}.logy-fields-icon.logy-icons-right.logy-nobg-icons .logy-form-item input:not([type=checkbox]){padding-right:0}.logy-fields-icon.logy-silver-icons .logy-field-icon{background-color:#eee}.logy-fields-icon.logy-nobg-icons .logy-field-icon{background-color:transparent}.logy-fields-icon #logy-form .logy-form-item input:not([type=checkbox]){width:calc(100% - 42px)}.logy-form .logy-icons-left.logy-nobg-icons .logy-form-item input:not([type=checkbox]){padding-left:0}.logy-buttons-icons.logy-border-rounded.logy-icons-right .logy-button-icon i{padding-right:4px}.logy-buttons-icons.logy-border-rounded.logy-icons-left .logy-button-icon i{padding-left:4px}.logy-buttons-icons.logy-icons-left .logy-button-icon,.logy-fields-icon.logy-icons-left .logy-field-icon,.logy-full-button.logy-icons-left .logy-button-icon{float:left}.logy-buttons-icons.logy-icons-right .logy-button-icon,.logy-fields-icon.logy-icons-right .logy-field-icon,.logy-social-buttons.logy-icons-right .logy-button-icon{float:right}.logy-full-border .logy-field-content{border:1px solid #eee}.logy-bottom-border .logy-field-content{border-bottom:1px solid #eee}.logy-form-item input:not([type=checkbox]):focus{color:#959697}#logy-form .logy-form-item input:not([type=checkbox]),#logy-form .logy-form-item input[type=text]{width:100%;margin:0;min-height:42px;line-height:42px;padding:0 18px!important;color:#959697;font-size:13px;border:none!important;box-shadow:none!important;border-radius:initial;background:0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.logy_checkbox_field{display:block;font-size:18px;cursor:pointer;position:relative;margin-bottom:15px;padding-left:30px}.rtl .logy_checkbox_field{padding-left:0;padding-right:30px}.logy_checkbox_field input{position:absolute;z-index:-1;opacity:0}.logy_field_indication{top:0;left:0;width:20px;height:20px;position:absolute;background:0 0;border:1px solid #d8d8d8}.rtl .logy_field_indication{left:initial;right:0}.logy_field_indication:after{position:absolute;display:none;content:''}.logy_checkbox_field input:checked~.logy_field_indication:after{display:block}.logy_checkbox_field .logy_field_indication:after{top:4px;left:8px;width:3px;height:8px;transform:rotate(45deg);-webkit-transform:rotate(45deg);border:solid #a09e9e;border-width:0 2px 2px 0}.logy-form .logy-remember-me{border:none;margin:30px 0 0}.logy-remember-me:after,.logy-social-buttons:after,.logy-social-buttons:before{content:"";clear:both;display:table}.logy-remember-me .logy-item-content{float:left}.rtl .logy-remember-me .logy-item-content{float:right}.logy-form .logy-remember-me label{display:inline-block;margin-bottom:0!important}.logy-form .logy-remember-me label input[type=checkbox]{width:0}.logy-remember-me .logy-forgot-password{float:right;margin-top:3px}.rtl .logy-remember-me .logy-forgot-password{float:left}.logy-remember-me .logy_checkbox_field .logy_field_indication:after{top:3px;left:7px}.logy-forgot-password{color:#898989;display:table;font-size:13px;font-weight:600;text-transform:uppercase}.logy-form-actions .logy-forgot-password{padding:30px 0 0;margin:0 auto;overflow:hidden}.logy-forgot-password:hover,.logy-one-button .logy-link-button:hover{color:#666}.logy-form-actions{margin-top:30px}.logy-form .logy-form-actions button{color:#fff;background-color:#45b3e4}.logy-link-item{line-height:0}body .logy-form a.logy-link-button{color:#fff;display:inline-block;text-decoration:none;background-color:#8fce46}body .logy-form a.logy-link-button:hover{text-decoration:none}.logy-form .logy-one-button .logy-link-item .logy-button-icon{float:none;width:25px;display:inline-block;background-color:transparent}.logy-one-button .logy-link-button{color:#898989;background-color:transparent}.logy-form .logy-form-actions button,.logy-form .logy-form-actions button[type=submit],.logy-form .logy-link-button{padding:0;border:none;font-size:13px;font-weight:600;box-shadow:none;text-shadow:none;text-align:center;position:relative;text-transform:uppercase}.logy-form .yz-authenticating .logy-form-actions button{font-size:14px;text-transform:none}.logy-form .logy-form-actions button:hover,.logy-form .logy-link-button:hover{opacity:.9;text-decoration:none}.logy-form-actions .logy-button-icon,.logy-full-button .logy-button-icon{text-align:center;background-color:rgba(0,0,0,.1)}.logy-social-buttons.logy-border-flat li a{border-radius:0}.logy-form-actions.logy-border-rounded .logy-link-button,.logy-form-actions.logy-border-rounded button,.logy-no-labels.logy-border-rounded .logy-field-content,.logy-social-buttons.logy-border-rounded li a,.logy-with-labels.logy-border-rounded .logy-field-content{overflow:hidden;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px}#logy_signup_form .clear-value,.logy-form-actions.logy-border-radius .logy-link-button,.logy-form-actions.logy-border-radius button,.logy-no-labels.logy-border-radius .logy-field-content,.logy-social-buttons.logy-border-radius li a,.logy-with-labels.logy-border-radius .logy-field-content,.yz-close-login{overflow:hidden;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.logy-silver-inputs .logy-form-item .logy-field-content{background:#f1f1f1}.logy-action-item .logy-link-button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.logy-fullwidth-button .logy-action-item a,.logy-fullwidth-button .logy-action-item button{width:100%}.logy-fullwidth-button:not(.logy-bp-registration-completed) .logy-action-item a{margin-top:12px}.logy-full-button .logy-button-icon,.logy-fullwidth-button .logy-button-icon{width:55px;height:55px;line-height:55px}.logy-full-button li a,.logy-fullwidth-button .logy-link-button,.logy-fullwidth-button button{height:55px;line-height:55px}.logy-halfwidth-button .logy-action-item{float:left;width:50%}.logy-halfwidth-button .logy-action-item a,.logy-halfwidth-button .logy-action-item button{width:100%}.logy-halfwidth-button .logy-submit-item .logy-item-inner{margin-right:12.5px}.logy-halfwidth-button .logy-link-item .logy-item-inner{margin-left:12.5px}.logy-halfwidth-button .logy-link-button,.logy-halfwidth-button button{height:45px;line-height:45px}.logy-halfwidth-button .logy-button-icon{width:45px;height:45px;line-height:45px}.logy-social-buttons.logy-only-icons{text-align:center}.logy-social-buttons.logy-only-icons .logy-button-icon{float:none}.logy-social-buttons .logy-social-title{width:100%;line-height:0;display:block;font-size:12px;margin:30px auto;text-align:center;text-transform:uppercase;border-bottom:1px solid #f2f2f2}.logy-social-buttons .logy-social-title span{color:#b0b0b0;padding:0 10px;font-size:11px;background-color:#fff}#logy_signup_form .logy-social-buttons .logy-social-title{border:none}#logy_signup_form .logy-full-button .logy-social-title{padding-top:8px}.logy-form .logy-social-buttons li:first-child a{margin-top:0}.logy-form .logy-social-buttons li{margin:0;padding:0;list-style:none}.logy-form .logy-social-buttons li a{padding:0;color:#fff;border:none;display:block;cursor:pointer;font-size:13px;font-weight:600;position:relative}.logy-form .logy-full-button li a{margin-top:12px}.logy-form .logy-full-button li:last-child{padding-bottom:12px}.logy-social-buttons .logy-button-title{padding:0 25px}.logy-social-buttons.logy-only-icons li{width:45px;height:45px;line-height:45px;text-align:center;margin-right:12px;display:inline-block}.logy-social-buttons.logy-only-icons li:last-of-type{margin-right:0}.logy-facebook-btn a{background-color:#4987bd}.logy-wechat-btn a{background-color:#51c332}.logy-twitter-btn a{background-color:#63cdf1}.logy-google-btn a{background-color:#ed4242}.logy-instagram-btn a{background-color:#ffcd21}.logy-linkedin-btn a{background-color:#0077b5}.logy-twitchtv-btn a{background-color:#6441a4}body .logy-form #message{margin:0;border:none;border-radius:0;padding:35px 45px 0;border-top:10px solid #f44336}.logy-form #message p,.logy-form .logy-form-message p{color:#8f8f8f;font-size:13px;text-align:left;line-height:24px;padding:8px 15px;margin:0 0 10px 0;background-color:#eee}.logy-form #message p,.logy-form .logy-form-message p:last-of-type{margin-bottom:0}.logy-form .logy-form-message p a{color:#6f787c;font-weight:600;text-decoration:none}.logy-form .logy-form-message p strong{font-weight:600;margin-right:5px;text-transform:uppercase}.logy-with-header .logy-form-message{padding:35px 45px 0}.logy-with-header .logy-error-msg{border-top:8px solid #f44336}.logy-with-header .logy-info-msg{border-top:8px solid #45b3e4}.logy-form #message.error p,.logy-form .logy-error-msg p{border-left:4px solid #fb5b4f}.logy-form .logy-error-msg strong{color:#f44336}.logy-with-header .logy-success-msg{border-top:8px solid #afe371}.logy-form .logy-success-msg p{border-radius:2px;padding:15px 25px;border-left:6px solid #afe371}.logy-form .logy-success-msg strong{color:#8fce46}.logy-success-msg .logy-link-button{display:table;margin:auto;color:#fff;background-color:#afe371}.logy-form .logy-info-msg p{border-left:4px solid #45b3e4}.logy-form .logy-info-message p strong{color:#40abda}.logy-no-header form{padding-top:0}.logy-no-header.logy-form-msgs .logy-form-message{padding:0 35px 45px}.logy-forgot-password,.logy-form .form-title h2,.logy-form .logy-form-cover .form-cover-title,.logy-form .logy-form-desc,.logy-form .logy-form-message p,.logy-form-actions button,.logy-form-item .logy-item-content input,.logy-form-item .logy-item-content label,.logy-form-note,.logy-link-button,.logy-social-buttons .logy-social-title,.logy-social-buttons li a{font-family:Open sans,sans-serif}.logy-form .form-cover-title{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.logy-form button:focus,.logy-form input:focus,.logy-form select:focus,.logy-form textarea:focus{outline:0}.logy-form-note{margin:0;padding:0;color:#898989;font-size:13px;line-height:24px}.logy-form-note strong{font-weight:600}.logy-lost-password-page .logy-form-note{margin-bottom:30px}.logy-complete-registration-page .logy-form-note{margin-bottom:30px}.logy-complete-registration-page .logy-form-actions{margin-top:0}.logy-form-note.logy-terms-note{font-size:14px;text-align:center;margin-top:20px}.logy-form-note.logy-terms-note a{color:#45b3e4;font-weight:600}#pass-strength-result:empty{display:none}#pass-strength-result{color:#8a8a8a;font-size:13px;font-weight:600;padding:12px 20px;border-radius:4px;margin-bottom:25px;background-color:#f5f5f5;border-left:6px solid #eee}#pass-strength-result.short{border-left:6px solid #f44336}#pass-strength-result.bad{border-left:6px solid #f44336}#pass-strength-result.good{border-left:6px solid #ff9800}#pass-strength-result.strong{border-left:6px solid #8bc34a}.logy-recaptcha-container{margin-top:25px}.logy-form input:-webkit-autofill,.logy-form input:-webkit-autofill:focus .logy-form input:-webkit-autofill,.logy-form input:-webkit-autofill:hover,.logy-form select:-webkit-autofill,.logy-form select:-webkit-autofill:focus,.logy-form select:-webkit-autofill:hover,.logy-form textarea:-webkit-autofill,.logy-form textarea:-webkit-autofill:hover .logy-form textarea:-webkit-autofill:focus{border:none;-webkit-text-fill-color:#898989;-webkit-box-shadow:0 0 0 1000px transparent inset;transition:background-color 5000s ease-in-out 0s}.logy-form-item .logy-item-content input::-webkit-input-placeholder{font-family:Open Sans,Sans-serif;color:#9e9e9e}.logy-form-item .logy-item-content input::-moz-placeholder{font-family:Open Sans,Sans-serif;color:#8aaebf}.logy-form-item .logy-item-content input::-ms-input-placeholder{font-family:Open Sans,Sans-serif;color:#8aaebf}#logy_signup_form .error{color:#8a8a8a;font-size:13px;font-weight:400;border-radius:3px;padding:13px 15px;margin-bottom:15px;background-color:#f6f6f6;border-left:5px solid #f44336}#logy_signup_form h2{margin:0;padding:0;display:block;color:#b0b0b0;font-size:11px;font-weight:600;margin-bottom:20px}#logy_signup_form .logy-section-title{width:100%;line-height:0;display:block;font-size:12px;margin:10px auto 30px;text-align:center;text-transform:uppercase;border-bottom:1px solid #f2f2f2}#logy_signup_form .logy-section-title span{margin:0;color:#b0b0b0;padding:0 10px;font-size:11px;display:initial;font-weight:600;margin-bottom:20px;background-color:#fff}form#logy_signup_form fieldset legend,form#logy_signup_form label{padding:0;width:auto;border:none;display:block;color:#898989;font-size:13px;font-weight:600;margin:0 0 12px}form#logy_signup_form fieldset legend{padding:0 10px}#logy_signup_form .field_type_datebox .datebox-selects label{display:inline-block;margin-left:10px}#logy_signup_form .field_type_datebox .nice-select,#logy_signup_form .field_type_datebox select{margin-left:15px}#logy_signup_form label .bp-required-field-label,#logy_signup_form legend .bp-required-field-label{color:#8c8c8c;font-size:10px;margin-left:5px;font-weight:400;line-height:14px;border-radius:2px;padding:2px 7px 3px;display:inline-block;text-transform:uppercase;background-color:#f0f0f0}.rtl #logy_signup_form label .bp-required-field-label,.rtl #logy_signup_form legend .bp-required-field-label{margin-left:0;margin-right:5px}#logy_signup_form input[type=email],#logy_signup_form input[type=number],#logy_signup_form input[type=password],#logy_signup_form input[type=text]{width:100%;color:#959697;margin-top:0;font-size:13px;padding:0 18px!important;min-height:42px;line-height:42px;border:1px solid #eee!important;border-radius:initial;background:0 0;box-shadow:none!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#logy_signup_form input{margin-bottom:25px}#logy_signup_form fieldset{margin:0;margin-bottom:30px;padding:0 15px 15px;border:1px solid #f2f2f2}#logy_signup_form fieldset legend{padding:0 15px}#logy_signup_form fieldset legend:first-letter{text-transform:uppercase}#logy_signup_form fieldset input{margin-bottom:0}#logy_signup_form select{border:0;outline:0;color:#949494;cursor:pointer;height:initial;font-size:13px;border-radius:0;padding:5px 12px;display:inline-block;border:1px solid #eee;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}#logy_signup_form select option{padding:6px 5px;color:#898989}#logy_signup_form .field_type_textarea .wp-editor-container{border:1px solid #eee}#logy_signup_form .field_type_checkbox .description,#logy_signup_form .field_type_datebox .description,#logy_signup_form .field_type_radio .description{margin:0 0 15px 0}#logy_signup_form .description{display:block;color:#929292;font-size:13px;margin:15px 0 0;line-height:18px;padding-right:15px}.rtl #logy_signup_form .description{padding-right:0;padding-left:15px}#logy_signup_form .field-visibility-settings{display:none}#logy_signup_form .field-visibility-settings fieldset{margin:15px 0;border:1px solid #eee;padding:10px 15px 18px}#logy_signup_form .field-visibility-settings fieldset legend{padding:0 12px}#logy_signup_form label .field-visibility-text{color:#929292;font-size:13px;font-weight:600;line-height:18px;padding-right:15px}.rtl #logy_signup_form label .field-visibility-text{padding-right:0;padding-left:15px}#logy_signup_form label[for*=adminsonly] .field-visibility-text:before{content:'\f023';background:#ffca6e;background:url(/wp-content/plugins/youzer/includes/logy/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#f9d423 ,#ff4e50);background:url(/wp-content/plugins/youzer/includes/logy/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#f9d423 ,#ff4e50)}#logy_signup_form label[for*=loggedin] .field-visibility-text:before{content:'\f0c0';background:#56ab2f;background:url(/wp-content/plugins/youzer/includes/logy/includes/public/assets/images/dotted-bg.png),linear-gradient(to right,#56ab2f ,#a8e063);background:url(/wp-content/plugins/youzer/includes/logy/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(left,#56ab2f ,#a8e063)}#logy_signup_form label[for*=public] .field-visibility-text:before{content:'\f0ac';background-color:#1ac6dc;background-image:url(/wp-content/plugins/youzer/includes/logy/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#24c6dc 0,#514a9d 100%);background-image:url(/wp-content/plugins/youzer/includes/logy/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#24c6dc 0,#514a9d 100%)}#logy_signup_form label[for*=friends] .field-visibility-text:before{content:'\f2b5';background:#ff7376;background:url(/wp-content/plugins/youzer/includes/logy/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#fa6d9d ,#ff1e6b);background:url(/wp-content/plugins/youzer/includes/logy/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#fa6d9d ,#ff1e6b)}#logy_signup_form label .field-visibility-text:before{color:#898989;cursor:pointer;font-size:inherit;text-rendering:auto;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Font Awesome 5 Free"!important}#logy_signup_form label .field-visibility-text:before{width:30px;color:#fff;height:30px;line-height:30px;text-align:center;margin:0 8px 0 4px;border-radius:100%;background-color:#eaeaea}.rtl #logy_signup_form label .field-visibility-text:before{margin:0 4px 0 8px}#logy_signup_form .clear-value{color:#fff;font-size:11px;padding:0 15px;margin-top:15px;font-weight:600;background:#eee;line-height:28px;text-align:center;display:inline-block;letter-spacing:.03em;text-transform:uppercase}#logy_signup_form .checkbox-options label,#logy_signup_form .radio-button-options label{color:#929292;font-size:13px;font-weight:600;line-height:18px;margin-right:20px}.rtl #logy_signup_form .checkbox-options label,.rtl #logy_signup_form .radio-button-options label{margin-left:20px;margin-right:0}#logy_signup_form .field-visibility-settings-notoggle,#logy_signup_form .field-visibility-settings-toggle{color:#8a8a8a;font-size:13px;margin:15px 0 0;padding:10px 15px;border-radius:3px;background-color:#f9f9f9;border-left:5px solid #b4b3b3}.rtl #logy_signup_form .field-visibility-settings-notoggle,.rtl #logy_signup_form .field-visibility-settings-toggle{border-left:none;border-right:5px solid #b4b3b3}#logy_signup_form label input{vertical-align:middle}.logy .editfield .checkbox-options label input,.logy .editfield .radio-button-options label input{width:initial;margin-right:7px}.rtl .logy .editfield .checkbox-options label input,.rtl .logy .editfield .radio-radio-button-options label input{margin-left:7px;margin-right:0}.rtl .logy .editfield .checkbox-options label,.rtl .logy .editfield .radio-button-options label{margin-right:0;margin-left:20px}#logy_signup_form .field-visibility-settings input{margin-right:3px}#logy_signup_form .field-visibility-settings input{opacity:1;width:initial;height:initial;position:initial;margin-right:3px}.rtl #logy_signup_form .field-visibility-settings input{margin-right:0;margin-left:3px}#logy_signup_form .field-visibility-settings .field-visibility-settings-close{color:#fff;border:none;font-size:11px;font-weight:600;padding:8px 15px;text-align:center;border-radius:2px;display:inline-block;letter-spacing:.03em;background-color:#89afc1;text-transform:uppercase}#logy_signup_form .field-visibility-settings-notoggle .current-visibility-level,#logy_signup_form .field-visibility-settings-toggle .current-visibility-level,#logy_signup_form .field-visibility-settings-toggle .visibility-toggle-link{padding:0;font-weight:600;text-align:center;line-height:18px;border-radius:50px;display:inline-block}#logy_signup_form .clear-value,#logy_signup_form .field-visibility-settings .field-visibility-settings-close,#logy_signup_form .field-visibility-settings-notoggle .visibility-toggle-link,#logy_signup_form .field-visibility-settings-toggle .visibility-toggle-link{background-color:#7ea3b5;background-image:url(/wp-content/plugins/youzer/includes/logy/includes/public/assets/images/dotted-bg.png),linear-gradient(to left,#00bcd4 0,#7ea3b5 100%);background-image:url(/wp-content/plugins/youzer/includes/logy/includes/public/assets/images/dotted-bg.png),-webkit-linear-gradient(right,#00bcd4 0,#7ea3b5 100%)}#logy_signup_form .field-visibility-settings-notoggle .current-visibility-level,#logy_signup_form .field-visibility-settings-toggle .current-visibility-level{font-size:11px;margin-left:8px;padding:4px 15px;border:1px solid #eee}.rtl #logy_signup_form .field-visibility-settings-notoggle .current-visibility-level,.rtl #logy_signup_form .field-visibility-settings-toggle .current-visibility-level{margin-left:0;margin-right:8px}#logy_signup_form .field-visibility-settings-notoggle .visibility-toggle-link,#logy_signup_form .field-visibility-settings-toggle .visibility-toggle-link{color:#fff;border:none;font-size:11px;padding:4px 12px;margin-left:8px;letter-spacing:.03em;background-color:#89afc1}.rtl #logy_signup_form .field-visibility-settings-notoggle .visibility-toggle-link,.rtl #logy_signup_form .field-visibility-settings-toggle .visibility-toggle-link{margin-left:0;margin-right:8px}#logy_signup_form .field-visibility-settings .field-visibility-settings-close i,#logy_signup_form .field-visibility-settings-notoggle .visibility-toggle-link i,#logy_signup_form .field-visibility-settings-toggle .visibility-toggle-link i{font-size:12px;margin-right:5px}#blog-details-section #signup_with_blog{margin-bottom:0}#blog-details-section #blog-details{display:block;font-size:13px;color:#898989}#blog-details-section #signup_blog_url{margin-top:18px}.logy-login-widget,.logy-register-widget{margin-bottom:35px}.logy-register-widget .logy-page-box{padding:0}.logy-login-widget .logy-form,.logy-register-widget .logy-form{padding:0;margin:0;width:100%}.logy-login-widget .logy-form form,.logy-register-widget .logy-form form{padding:25px}#logy_signup_form .current-visibility-level,#logy_signup_form fieldset legend{font-family:Open sans,sans-serif}.yz-popup-login.yz-is-visible .logy-form{left:0;right:0;top:50%;position:absolute;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;transition-property:transform;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;transition-duration:.3s}.yz-popup-login .logy-form{box-shadow:none}.yz-popup-login{top:0;left:0;opacity:0;width:100%;height:100%;z-index:9999;position:fixed;visibility:hidden;background-color:rgba(0,0,0,.3);-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s}.yz-popup-login .logy-form .logy-form-cover{height:125px}.yz-popup-login .logy-form form{padding:20px 45px 30px}.yz-popup-login .logy-with-labels .logy-form-item{margin-bottom:15px}.yz-popup-login .logy-social-buttons .logy-social-title{margin:20px auto}.yz-popup-login .logy-form .logy-remember-me{margin:20px 0 0}.yz-popup-login .logy-form-actions{margin-top:22px}.yz-popup-login .logy-full-button li a,.yz-popup-login .logy-fullwidth-button .logy-link-button,.yz-popup-login .logy-fullwidth-button button{height:50px;line-height:50px}.yz-popup-login .logy-full-button .logy-button-icon,.yz-popup-login .logy-fullwidth-button .logy-button-icon{width:50px;height:50px;line-height:50px}.yz-popup-login .logy-social-buttons.logy-only-icons li{width:40px;height:40px;line-height:40px}.yz-popup-login .logy-form-item input:not([type=checkbox]){min-height:38px;line-height:38px}.yz-popup-login .logy-fields-icon .logy-field-icon{width:42px;height:42px;line-height:42px}.yz-close-login{top:10px;margin:0;padding:0;color:#fff;width:30px;right:10px;height:30px;cursor:pointer;position:absolute;text-align:center;line-height:29px!important;background-color:rgba(0,0,0,.1);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.yz-close-login:hover{background-color:rgba(0,0,0,.25)}.yz-popup-login .logy-form-message{display:none}.yz-popup-login .logy-no-header .form-title{padding:25px 0 10px}.logy .logy-action-item a:hover{color:#fff}.logy .wp-core-ui .quicktags-toolbar input.button.button-small{width:initial;line-height:0}@media screen and (max-width:475px){.logy-form form,.yz-popup-login .logy-form form{padding:25px 35px}.logy-remember-me .logy-forgot-password,.logy-remember-me .logy-item-content,.rtl .logy-remember-me .logy-forgot-password,.rtl .logy-remember-me .logy-item-content{float:none}.logy-remember-me .logy-forgot-password{display:block;margin-top:30px;text-align:center}}@media screen and (max-width:425px){#logy_signup_form .field_type_datebox label{display:block;margin-bottom:15px}#logy_signup_form .field_type_datebox .nice-select,#logy_signup_form .field_type_datebox .nice-select .list,#logy_signup_form .field_type_datebox select{width:100%;margin-bottom:20px}}@media screen and (max-width:375px){.logy-form form,.yz-popup-login .logy-form form{padding:15px 25px}}:root{--module-spacing:4px;--app-horizontal-spacing:8px;--app-vertical-spacing:12px;--html-direction:1;--html-rtl:0;--html-ltr:1;--text-bold:500;--header-footer-spacing:4px}@media screen and (min-width:720px) and (max-width:995px){:root{--module-spacing:4px;--app-horizontal-spacing:12px}}@media screen and (min-width:996px){:root{--module-spacing:8px;--app-horizontal-spacing:16px}}@media matched-pad{:root{--app-horizontal-spacing:12px}}@media screen and (min-width:720px){:root{--model-spacing:8px;--header-footer-spacing:16px}}#header{position:fixed;width:100%;background-color:var(--color_button);z-index:999999;top:0}#header #nav_user_img{border-radius:50%}#header a,#header button{-webkit-tap-highlight-color:#fff0;-webkit-tap-highlight-color:#fff0;outline:0;text-decoration:none}#header .so{margin-top:5px}#header .logo{height:45px;line-height:45px;font-size:20px;font-weight:700;text-align:center;float:inherit;margin:0}#header .logo .p_logo{display:none}#header .menu_btn{display:flex;width:45px;height:45px;border:none;background:0 0;color:#24cd77;opacity:.8;position:absolute;left:0;top:0;display:flex;justify-content:center;align-items:center;cursor:pointer}#header .search_btn{display:flex;width:45px;height:45px;border:none;background:0 0;color:#24cd77;opacity:.8;position:absolute;left:0;top:0;display:flex;justify-content:center;align-items:center;cursor:pointer;right:0;left:auto}.nav_container{width:100%;flex:1;z-index:99999}.nav_container .nav_new{transition-duration:300ms;transition-property:left,right;left:-271px;position:fixed;display:initial;background-color:#fff;top:0;height:100%;align-items:start;min-width:200px;z-index:10001}.nav_container .search{padding:0 24px;display:none}.nav_container .search form{height:36px;position:relative}.nav_container .search .search-input{width:600px;box-sizing:border-box;height:46px;background:#fff;position:absolute;left:50%;top:-5px;margin-left:-300px}.nav_container .search .search-input .search-btn-icon{position:absolute;left:14px;top:13px;width:20px;height:20px;background:url(/wp-content/themes/apksure/assets/img/svg_icon.svg) no-repeat;background-position:-40px -20px;background-size:200px;border:0 none;background-color:#fff0;outline:0;cursor:pointer}.nav_container .search .search-input>span{width:100%}.nav_container .search .search-input>span input{width:100%;height:46px;display:block;overflow:hidden;line-height:46px;font-size:14px;font-weight:400;padding-left:44px;border:1px solid #EEE;border-radius:8px;box-sizing:border-box}.nav_container .icon{background:url(/wp-content/themes/apksure/assets/img/svg_icon.svg) no-repeat;width:24px;height:24px}.nav_container .icon.icon_search{background-position:0 -24px}.nav_container .icon.icon_close{background-position:0 -48px}.nav_container .icon.icon_home{background-position:0 -72px}.nav_container .icon.icon_game{background-position:0 -96px}.nav_container .icon.icon_app{background-position:0 -120px}.nav_container .icon.icon_article{background-position:0 -144px}.nav_container .icon.icon_product{background-position:0 -192px}.nav_container .icon.icon_tv{background-position:0 -216px}.so .search-btn{display:block;width:40px;height:35px;line-height:35px;background-color:#fff0;border:0 none;outline:none;text-align:center}.so .search-btn .search-btn-icon{display:inline-block;background:url(/wp-content/themes/apksure/assets/img/svg_icon.svg) no-repeat;width:24px;height:24px;background-position:0 -24px;vertical-align:middle}.search-history{position:absolute;top:100%;left:0;width:100%;height:calc(100vh - 45px);z-index:99;display:none;background-color:#fff;overflow-x:hidden;overflow-y:auto}.search-history .search-history-title{padding-left:16px;height:46px;line-height:46px}.search-history .search-history-title span{font-size:14px;line-height:22px;color:#4B4B4B}.search-history .search-history-title .search-history-delete{float:right;width:44px;height:46px;line-height:46px;text-align:center}.search-history .search-history-title .search-icon-remove{display:inline-block;width:20px;height:20px;background:url(/wp-content/themes/apksure/assets/img/svg_icon.svg) no-repeat;background-position:0 -320px;background-size:200px;vertical-align:middle}.search-history .search-history-list li{position:relative}.search-history .search-history-list li .search-history-item{display:block;margin-right:44px;line-height:46px;padding-left:13px}.search-history .search-history-list li .search-history-item>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-history .search-history-list li .search-history-item .search-icon-time{display:inline-block;vertical-align:middle;width:20px;height:20px;background:url(/wp-content/themes/apksure/assets/img/svg_icon.svg) no-repeat;background-position:0 -340px;background-size:200px}.search-history .search-history-list li .search-history-item .content{margin-left:8px;font-size:14px;color:#5E5E5E}.search-history .search-history-list li .search-history-item-delete{position:absolute;top:0;right:0;width:44px;height:46px;line-height:46px;text-align:center;cursor:pointer}.search-history .search-history-list li .search-history-item-delete .icon-search-history-item-delete{display:inline-block;vertical-align:middle;width:16px;height:16px;background:url(/wp-content/themes/apksure/assets/img/svg_icon.svg) no-repeat;background-position:-20px -40px;background-size:200px}.search-history .search-history-list li:hover{background-color:#F8F9FA}.search-history .search-history-list li:hover .search-history-item .search-icon-time{background-position:-20px -340px}.search-history .search-history-list li:hover .search-history-item .content{color:#24CD77}.ar_fix .nav_container .search-left input{padding-left:30px;padding-right:8px}.ar_fix .nav_container .nav_new{right:-271px;left:initial}.ar_fix .nav_container .search .search-left{right:auto;left:0}.ar_fix .nav_container .search .search-input .search-btn-icon{left:auto;right:14px}.ar_fix .nav_container .search .search-input>span input{padding-left:0;padding-right:44px}.ar_fix .nav_container .search-right{right:auto;left:0}.ar_fix .nav_new .search .tt-dataset .info .info-intro{text-align:right}.ar_fix .nav_new .search .tt-dataset .info .info-intro>span{margin-left:12px;margin-right:initial}.ar_fix .nav_new .search .tt-dataset .icon{margin-left:12px;margin-right:initial}.ar_fix .nav_new .search .clear-input{right:auto;left:15px}.ar_fix .nav_new .search .search-mask{float:left;margin-right:0;margin-left:4px}.ar_fix .nav_new .search .search-mask .search-mask-icon{margin-right:0;margin-left:8px}.ar_fix .nav_new .item>a,.ar_fix .nav_new .item>span{padding-left:initial;padding-right:50px}.ar_fix .nav_new .item>a>.icon,.ar_fix .nav_new .item>span>.icon{left:initial;right:16px}.ar_fix .nav_new .many::after{left:19px;right:auto}.ar_fix .nav_new .nav_user_new .nav_user_info .display_name{margin-right:12px}.ar_fix #header .menu_btn{right:0;left:auto}.ar_fix #header .search_btn{left:0;right:auto}.ar_fix .item.nav_user_new>a,.ar_fix .item.nav_user_new span{padding-left:12px;padding-right:0}.ar_fix .search-history .search-history-title{padding-left:0;padding-right:16px}.ar_fix .search-history .search-history-title .search-history-delete{float:left}.ar_fix .search-history .search-history-list li .search-history-item{padding-left:0;padding-right:13px;margin-left:44px;margin-right:0}.ar_fix .search-history .search-history-list li .search-history-item .content{margin-left:0;margin-right:8px}.ar_fix .search-history .search-history-list li .search-history-item-delete{right:auto;left:0}.ar_fix .search-history .search-history-list li:hover{background-color:#F8F9FA}.ar_fix .search-history .search-history-list li:hover .search-history-item .search-icon-time{background-position:-20px -340px}.ar_fix .search-history .search-history-list li:hover .search-history-item .content{color:#24CD77}.open_menu .shadow{display:block}.open_menu .nav_container .nav_new{width:60%;min-width:200px;max-width:251px;overflow-x:hidden;overflow-y:auto;background-color:#fff}.open_menu .nav_container .nav_new .close_item{height:48px}.open_menu .nav_container .nav_new .close_item button{border:0}.open_menu .nav_container .nav_new .close_item .icon{width:20px;height:20px;cursor:pointer}.nav_new .menu-item-pwa .menu-icon-pwa{background-image:url(/wp-content/themes/apksure/assets/img/home_screen.svg);display:inline-block;background-size:24px;height:24px;width:24px;margin:auto;position:relative;top:6px;background-size:24px;background-position:0}.nav_new i.icon{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);left:16px;fill:#8B8B8B;background-position:-24px 0}.nav_new .close_item>a,.nav_new .close_item>span{height:20px}.nav_new .item{padding-top:initial;padding-bottom:initial;line-height:36px;position:relative;width:100%;box-sizing:border-box;background-color:var(--putih)}.nav_new .item>a,.nav_new .item>span{cursor:pointer;font-size:14px;line-height:26px;color:var(--color);padding:5px 12px 5px 8px;display:block;position:relative;padding-left:50px}.nav_new .item:hover{background-color:#F8F9FA}.nav_new .item:hover>a,.nav_new .item:hover>span{color:var(--color_h)}.nav_new .item:hover .icon_home{background-position:-24px -72px}.nav_new .item:hover .icon_game{background-position:-24px -96px}.nav_new .item:hover .icon_app{background-position:-24px -120px}.nav_new .item:hover .icon_article{background-position:-24px -144px}.nav_new .item:hover .icon_product{background-position:-24px -192px}.nav_new .item:hover .icon_tv{background-position:-24px -216px}.nav_new .item .menu_body a{padding:0;display:block;white-space:nowrap;background:none;font-weight:400;line-height:36px;height:auto;font-size:14px;padding-left:40px;color:var(--color)}.nav_new .item .menu_body a:hover{color:var(--color_h)}.nav_new .item>a.nav-l,.nav_new .item>span.nav-l{padding:0 16px}.nav_new .item .nav_submenu{text-transform:none;display:none;top:46px;left:0;background:#F8F9FA;padding:0 12px;border:0}.nav_new .item .nav_submenu-item{height:auto}.nav_new .search a .tt-highlight{color:#24cd77}.nav_new .search div.search-package .tt-highlight{color:#24cd77}.nav_new .search .tt-dataset .info{min-width:0;line-height:0}.nav_new .search .tt-dataset .info .info-title{font-size:14px;line-height:22px;margin-bottom:2px;color:#5E5E5E;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:100%}.nav_new .search .tt-dataset .info .info-title .corner-tag-icon-box .corner-tag-icon{line-height:22px}.nav_new .search .tt-dataset .info .info-title strong{color:#24cd77}.nav_new .search .tt-dataset .info .info-intro{font-size:12px;line-height:16px;color:#A6A6A6;direction:initial}.nav_new .search .tt-dataset .info .info-intro>span{margin-right:12px}.nav_new .search .tt-dataset .info .info-intro .install-total{font-size:12px;line-height:16px;color:#A6A6A6}.nav_new .search .tt-dataset .search-package{padding:8px 16px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.nav_new .search .tt-dataset .search-package .da{flex-shrink:0;font-size:12px;line-height:24px;padding:0 8px;background:#24CD77;color:#fff;font-weight:400;border-radius:4px}.nav_new .search .tt-dataset .search-package .da *{color:#fff;font-weight:400}.nav_new .search .tt-dataset .search-package .da.normal-download{margin-left:12px}.nav_new .search .tt-dataset .search-package:hover{background-color:#F8F9FA}.nav_new .search .tt-dataset a.tt-suggestion{display:block;padding:10px 16px;color:inherit}.nav_new .search .tt-dataset a.tt-suggestion:hover{background-color:#F8F9FA}.nav_new .search .tt-dataset .icon{width:48px;height:48px;border-radius:15%;border:1px solid #EEF3FA;box-sizing:border-box;margin-right:12px;flex-shrink:0;background:#FFF}.nav_new .search .tt-menu{background-color:#fff;border:1px solid #EEE;border-radius:0 0 8px 8px;box-shadow:0 3px 4px rgb(0 0 0 / .06);margin-top:-1px;padding:8px 0;width:100%;box-sizing:border-box}.nav_new .search .tt-menu::before{content:'';height:8px;width:100%;position:absolute;top:-8px;left:-1px;border-left:1px solid #EEE;border-right:1px solid #EEE;background-color:#fff;border-bottom:1px solid #EEE}.nav_new .search p{font-size:14px;line-height:20px;padding:3px 20px;text-transform:none!important;font-weight:normal!important;word-break:break-all}.nav_new .search .tt-hint{color:#999!important}.nav_new .search p.tt-suggestion:hover{cursor:pointer;color:#24cd77;background-color:#24cd77}.nav_new .search .search-package .package-info{display:flex;overflow:hidden}.nav_new .search .search-package .package-info .info .info-intro i.user,.nav_new .search .search-package .package-info .info .info-intro i.download,.nav_new .search .search-package .package-info .info .info-intro .stars-box>i{display:inline-block;height:12px;background-size:12px;width:12px;top:1px;position:relative;background:url(/wp-content/themes/apksure/assets/img/stars.svg) no-repeat left center}.nav_new .search .search-package .package-info .info .info-intro i.user{background-image:url(/wp-content/themes/apksure/assets/img/comment_user.png);background-size:10px}.nav_new .search .search-package .package-info .info .info-intro i.download{background-image:url(/wp-content/themes/apksure/assets/img/download-icon.png);background-size:contain}.nav_new .search .search-package .package-info .info .info-intro>span>i{margin-right:4px}.nav_new .search .searching-show{display:none}.nav_new .search .clear-input{position:absolute;right:15px;top:15px;display:inline-block;vertical-align:middle;width:16px;height:16px;background:url(/wp-content/themes/apksure/assets/img/svg_icon.svg) no-repeat;background-position:-20px -40px;background-size:200px;cursor:pointer;display:none}.nav_new .search .search-mask{float:right;padding:9px 12px;line-height:16px;cursor:pointer;margin-right:4px}.nav_new .search .search-mask .search-mask-icon{background:url(/wp-content/themes/apksure/assets/img/svg_icon.svg) no-repeat;width:24px;height:24px;background-position:-48px -24px;background-size:240px;display:inline-block;vertical-align:middle;margin-right:8px}.nav_new .search .search-mask span{font-size:12px;color:#C5C5C5;display:none}.nav_new .nav_user_new{display:flex;align-items:center}.nav_new .nav_user_new .nav_user_info .display_name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:14px;line-height:22px;color:#555;display:block}.nav_new .nav_user_new .nav_user_info .display_name:hover{color:#24cd77}.nav_new .nav_user_new .nav_user_info a.logout{display:none}.nav_new .nav_user_new .nav_user_info a.logout:hover{color:#24cd77}.nav_new .nav_user_new .nav_user_info div img{display:none}.nav_new .item.many:hover{background-color:#fff;background-attachment:fixed}.nav_new .many::after{content:" ";position:absolute;right:19px;top:16px;opacity:.9;border-left:4px solid #fff0;border-right:4px solid #fff0;border-top:4px solid #000}.nav_new .many.open .nav_submenu{display:block}.nav_new .many.open::after{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.nav_new .item.nav_user_new{border-bottom:solid 1px #E0E0E0;padding-bottom:8px;padding:12px 16px}.nav_new .item.nav_user_new>a,.nav_new .item.nav_user_new>span{padding-left:0}.nav_new .item.nav_tv{border-bottom:solid 1px #E0E0E0;padding-bottom:8px}.nav_new .item.nav_home{margin-top:8px}.nav_new .item.menu-item-pwa{margin-top:8px}.nav_new.searching .search .search-mask{display:none}.nav_new.searching .search .searching-show{display:block}.nav_new.searching .searching-hide{display:none}.menu-user-layer{padding:6px 35px 6px 6px;position:relative;color:#777;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.menu-user-layer img{position:relative;top:0;border-radius:50%;width:32px;height:32px}.menu-layer{color:#777;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:6px 0 6px 15px;position:relative;top:-3px}.menu-only-text{color:#777;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.nav_submenu{position:initial}.shadow{display:none;background:rgb(0 0 0 / .5);position:fixed;top:0;height:100%;left:0;right:0;z-index:999;padding-bottom:60px}.search_m_nav .so .search-package .package-info .info .info-intro{direction:initial}.ar_fix .so .search-package .package-info .info .info-intro>span{margin-left:12px;margin-right:auto}.ar_fix .nav_new .search .tt-dataset .search-package .da.normal-download{margin-left:0;margin-right:12px}.tt-dataset .info .info-intro>span::before{content:' ';display:inline-block;position:relative;width:10px;height:10px;background-size:10px;margin-right:4px;top:1px}.tt-dataset .info .info-intro .score{color:var(--color_rates)}.tt-dataset .info .info-intro .score::before{top:1.5px;width:12px;height:12px;background-size:12px;background-image:url(/wp-content/themes/apksure/assets/img/stars.svg)}.tt-dataset .info .info-intro .score[data-score="0.0"] span{color:#A6A6A6}.tt-dataset .info .info-intro .score[data-score="0.0"]::before{background-image:url(/wp-content/themes/apksure/assets/img/stars_fill.svg)}.tt-dataset .info .info-intro .install-total{font-size:12px;line-height:16px;color:#A6A6A6}.tt-dataset .info .info-intro .install-total::before{background-image:url(/wp-content/themes/apksure/assets/img/icon_download.svg)}.tt-dataset .info .info-intro .score-total::before{background-image:url(/wp-content/themes/apksure/assets/img/icon_comment_count.svg)}@media (min-width:1155px){.nav_new .search .search-mask{width:300px;box-sizing:border-box;border:1px solid #EEE;border-radius:8px;cursor:text}.nav_new .search .search-mask .search-mask-icon{width:20px;height:20px;background-position:-40px -20px;background-size:200px}.nav_new .search .search-mask span{display:inline}}@media (min-width:996px){#header{border-bottom:1px solid #E7E7E7;background-color:#fff}#header .search_m_nav{display:none}#header .logo .p_logo{display:inherit;margin-top:-6px}#header .logo .m_logo{display:none}#header .nav_new{margin-left:44px}#header .nav_new.searching{margin-left:0}#header .menu_btn{display:none}#header .search_btn{display:none}.nav_container{width:90%;margin:0 auto;display:flex;align-items:center}.nav_container .search{display:block;flex:1}.nav_container .nav_new{position:inherit;height:70px;display:flex;align-items:center;flex-direction:row;justify-content:space-between;flex:1}.nav_container .nav_new .close_item{display:none}.nav_container .nav_right{display:block}.menu-user-layer{padding:0}.menu-user-layer img{width:35px;height:35px;position:inherit;top:inherit;border-radius:inherit}.nav_new .item{line-height:32px;padding:10px 12px;width:inherit}.nav_new .item .nav_submenu{background-color:#fff}.nav_new .item .menu_body{padding:12px}.nav_new .item .menu_body a{padding:0}.nav_new .item:hover{background-color:#fff}.nav_new .item>a,.nav_new .item>span{padding:0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.nav_new .item>a .icon,.nav_new .item>span .icon{display:none}.nav_new .item>a.nav-l{padding:0}.nav_new .item.nav_user_new{border:0;background-color:#F5F5F5;order:9}.nav_new .item.nav_user_new:hover .nav_user_info{display:block;-webkit-filter:drop-shadow(0 0 5px rgb(0 0 0 / .15));filter:drop-shadow(0 0 5px rgb(0 0 0 / .15))}.nav_new .item.nav_user_new:hover .nav_user_info::before{content:" ";border-left:10px solid #fff0;border-right:10px solid #fff0;border-bottom:10px solid #fff;position:absolute;top:-10px;right:12px}.nav_new .item.nav_tv{border:0}.nav_new .item.nav_home{display:none}.nav_new .menu-item-pwa{display:none!important}.nav_new .many{margin-right:18px}.nav_new .many::after{right:-4px;top:20px;width:4px;height:4px;border:none;border-right:2px solid #777;border-bottom:2px solid #777;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.nav_new .many:hover::after{border-bottom-width:2px;border-color:#24cd77;-webkit-transform:rotateZ(-135deg);transform:rotateZ(-135deg);top:22px}.nav_new .many:hover .nav_submenu{display:block;min-width:120px;overflow:inherit;border-radius:4px;z-index:1}.nav_new .many:hover .nav_submenu::before{content:" ";border-left:10px solid #fff0;border-right:10px solid #fff0;border-bottom:10px solid #fff;position:absolute;top:-10px;left:8px}.nav_new .nav_user_new{height:100%;background-color:#F5F5F5;padding:10px 12px}.nav_new .nav_user_new .nav_user_info{width:180px;text-align:center;position:absolute;line-height:25px;padding:21px 18px 16px;top:70px;right:0;background:#fff;border:1px solid #e8e8e8;z-index:999999;display:none;border-radius:4px}.nav_new .nav_user_new .nav_user_info a.logout{position:absolute;display:inherit;top:18px;right:18px;font-size:13px;color:#9a9a9a;cursor:pointer;z-index:5;height:21px;line-height:21px;font-weight:400;max-width:62px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav_new .nav_user_new .nav_user_info div img{display:inherit;border-radius:50%}.nav_new .nav_user_new .nav_user_info .display_name{margin-top:8px;font-weight:600}.nav_new .item.group{display:none}.nav_new .search .tt-dataset{max-height:348px;overflow:hidden;border-radius:0 0 8px 8px}.ar_fix .nav_new .item>a,.ar_fix .nav_new .item>span{padding:0}.ar_fix .nav_new .nav_user_new .nav_user_info{left:0;right:auto}.ar_fix .nav_new .nav_user_new .nav_user_info .display_name{margin-right:0}.ar_fix .nav_new .item.nav_user_new:hover .nav_user_info::before{left:8px;right:auto}.ar_fix .nav_new .many{margin-right:auto;margin-left:18px}.ar_fix .nav_container .nav_new{margin-right:50px}.nav_submenu{position:absolute;-webkit-filter:drop-shadow(0 0 5px rgb(0 0 0 / .15));filter:drop-shadow(0 0 5px rgb(0 0 0 / .15));background-color:#fff}.nav_menu-item:hover .nav_submenu{left:auto;right:0;top:70px}.search-history{top:40px;left:50%;width:600px;height:auto;z-index:99;display:none;background-color:#fff;overflow-x:visible;overflow-y:visible;margin-left:-300px;border:1px solid #EEE;box-shadow:0 3px 4px rgb(0 0 0 / .06);border-radius:0 0 8px 8px;box-sizing:border-box}.search-history .search-history-title{display:none}.search-history .search-history-list{max-height:276px;overflow:hidden;border-radius:0 0 8px 8px}.search-history .search-history-list li{position:relative}.search-history .search-history-list li .search-history-item{display:block;margin-right:44px;line-height:46px;padding-left:13px}.search-history .search-history-list li .search-history-item>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-history .search-history-list li .search-history-item .search-icon-time{display:inline-block;vertical-align:middle;width:20px;height:20px;background:url(/wp-content/themes/apksure/assets/img/svg_icon.svg) no-repeat;background-position:0 -340px;background-size:200px}.search-history .search-history-list li .search-history-item .content{margin-left:8px;font-size:14px;color:#5E5E5E}.search-history .search-history-list li .search-history-item-delete{position:absolute;top:0;right:0;width:44px;height:46px;line-height:46px;text-align:center}.search-history .search-history-list li .search-history-item-delete .icon-search-history-item-delete{display:inline-block;vertical-align:middle;width:16px;height:16px;background:url(/wp-content/themes/apksure/assets/img/svg_icon.svg) no-repeat;background-position:-20px -40px;background-size:200px}.search-history .search-history-list li:hover{background-color:#F8F9FA}.search-history .search-history-list li:hover .search-history-item .search-icon-time{background-position:-20px -340px}.search-history .search-history-list li:hover .search-history-item .content{color:#24CD77}.search-history::before{content:'';height:8px;width:100%;position:absolute;top:-8px;left:-1px;border-left:1px solid #EEE;border-right:1px solid #EEE;background-color:#fff;border-bottom:1px solid #EEE}.ar_fix #header .nav_new{margin-left:0}.ar_fix #header .nav_new.searching{margin-right:0}.ar_fix .search-history .search-history-list li .search-history-item{margin-left:44px;margin-right:0;padding-left:0;padding-right:13px}.ar_fix .search-history .search-history-list li .search-history-item .content{margin-left:0;margin-right:8px}.ar_fix .search-history .search-history-list li .search-history-item-delete{right:auto;left:0}}.footer_new{background-color:#fff;overflow:initial;width:100%!important}.footer_new .footer_container{padding:0 16px;margin:0 auto}.footer_new .footer_container .other .menu_list .menu_body a{padding:5px;height:auto;line-height:26px;color:var(--color)}.footer_new .footer_container .other .menu_list .menu_body a .beta{background-color:#FA8B16;color:#fff;padding:0 2px;font-size:8px;font-style:initial;border-radius:2px}.footer_new .footer_container .other .menu_list li:hover a{color:var(--color_h);background-color:#fff0}.footer_new .other{border-top:1px solid #E7E7E7;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;text-align:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 0}.footer_new .other .info{color:#A6A6A6;font-size:12px;line-height:20px;text-align:center}.footer_new .other .info a{color:var(--color);font-size:12px;line-height:20px;text-align:center}.footer_new .other .info a:hover{color:var(--color_h)}.footer_container>.info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer_container .info .base_info>p{font-size:12px;line-height:16px;margin:12px 0;color:#A6A6A6}.footer_container .info .share-box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.footer_container .info .share-box li{margin-right:6px}.footer_container .info .share-box li>a{display:flex;justify-content:center;align-items:center;height:25px;width:25px}.footer_container .info .share-box li>a.telegram{fill:currentColor}.footer_container .info .share-box li>a.telegram:hover{color:#8B8B8B}.footer_container .info .share-box li .icon{display:inline-block;width:25px;height:25px;background:url(/wp-content/themes/apksure/assets/img/svg_icon.svg) no-repeat;background-position:0 -264px}.footer_container .info .share-box li .icon.f_icon_twitter{background-position:0 -288px}.footer_container .info .share-box li .icon.f_icon_youtube{background-position:0 -312px}.footer_container .info .share-box li .icon.f_icon_vk{background-position:0 -336px}.footer_container .info .share-box li .icon.f_icon_ok_ru{background-position:0 -360px}.footer_container .info .item{padding:12px 0}.footer_container .info .item .title{font-weight:500;font-size:16px;color:#777}.footer_container .info .item ul li{margin-top:8px}.footer_container .info .item ul li a{color:var(--color);font-size:13px;line-height:22px}.footer_container .info .item ul li a:hover{color:var(--color_h)}.footer_container .info .item ul.share-box li:last-child{margin-bottom:0}.footer_container .info .item:last-child ul li:last-child{margin-bottom:0}.footer_container .info .item>p{margin:12px 0 4px;color:#8B8B8B;font-size:13px;line-height:22px}.footer_container .info .item.group{border-bottom:1px solid #E7E7E7;margin-bottom:8px;width:100%;margin-bottom:8px}.footer_container .current_box{line-height:28px;padding:0 10px;color:#6f6f6f;position:relative;border:1px solid #E7E7E7;display:inline-block;margin:8px auto;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.footer_container .current_box.enable_switch .current_lang{cursor:pointer}.footer_container .current_box.enable_switch .current_lang::after{content:" ";position:absolute;right:-6px;top:12px;opacity:.4;border-left:4px solid #fff0;border-right:4px solid #fff0;border-top:4px solid #000}.footer_container .current_box.enable_switch.open .current_lang{color:var(--color)}.footer_container .current_box.enable_switch.open .current_lang::before{background-position:-24px -240px}.footer_container .current_box.enable_switch.open .current_lang::after{border-bottom:4px solid #000;border-top:0}.footer_container .current_box.enable_switch.open .menu_list{display:block}.footer_container .current_lang{position:relative;color:var(--color);padding:0 10px 0 28px}.footer_container .current_lang:before{content:'';position:absolute;left:0;top:2px;width:24px;height:24px;display:inline-block;vertical-align:middle;-webkit-background-size:100% 100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%;background:url(/wp-content/themes/apksure/assets/img/svg_icon.svg) no-repeat;background-position:0 -240px}.footer_container .menu_list{position:absolute;display:none;background:#fff;bottom:40px;-webkit-filter:drop-shadow(0 0 5px rgb(0 0 0 / .15));filter:drop-shadow(0 0 5px rgb(0 0 0 / .15));left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;z-index:999999}.footer_container .menu_list::after{content:" ";position:absolute;bottom:-10px;left:8px;border-top:10px solid #fff;border-left:10px solid #fff0;border-right:10px solid #fff0;border:16px solid #fff0;bottom:-27px;left:0!important;right:0!important}.footer_container .menu_list::before{content:" ";position:absolute;bottom:-10px;left:8px;border-top:10px solid #fff;border-left:10px solid #fff0;border-right:10px solid #fff0}.footer_container .menu_list .menu_body ul{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:200px;padding:8px 0;overflow-y:auto}.footer_container .menu_list .menu_body ul li{width:100px}.ar_fix .footer_container .menu_list{right:0;left:auto}.ar_fix .footer_container .menu_list::before{right:8px;left:auto}@media (min-width:1048px){.footer_new .other{-webkit-box-orient:inherit;-webkit-box-direction:inherit;-webkit-flex-direction:inherit;-moz-box-orient:inherit;-moz-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit}.footer_container .current_box{margin:0}}@media (min-width:996px){.footer_new{padding-top:24px;border-top:1px solid #E7E7E7}.footer_new .footer_container{width:90%}.footer_new .other{padding:8px 0}.footer_new .other .info{line-height:16px}.footer_new .other .info a{line-height:16px}.footer_container .current_box.enable_switch:hover .current_lang{color:var(--color_h)}.footer_container .current_box.enable_switch:hover .current_lang::before{background-position:-24px -240px}.footer_container .current_box.enable_switch:hover .current_lang::after{border-bottom:4px solid #000;border-top:0}.footer_container .current_box.enable_switch:hover .menu_list{display:block}.footer_container .info .item.group{border:0;margin-bottom:0;width:auto}.footer_container .info .item ul.share-box li:last-child{margin-bottom:0}.footer_container .menu_list{right:0;left:auto}.footer_container .menu_list::after{right:8px;left:auto}.footer_container .menu_list::before{right:8px;left:auto}.ar_fix .footer_container .menu_list{left:0;right:auto}.ar_fix .footer_container .menu_list::after{left:8px;right:auto}.ar_fix .footer_container .menu_list::before{left:8px;right:auto}}@media (min-width:720px){.footer_container>.info{-webkit-box-orient:inherit;-webkit-box-direction:inherit;-webkit-flex-direction:inherit;-moz-box-orient:inherit;-moz-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit}}#searching{display:none;position:fixed;top:0;left:0;right:0;height:45px;z-index:999999;background:rgb(255 255 255 / .8);text-align:center;font-size:18px;color:#555;line-height:45px}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#fff0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.float-shortcut-button{background:#00A6ED;box-shadow:0 2px 6px 0 #00000059;position:fixed;bottom:70px;width:40px;height:40px;right:10px;cursor:pointer;border-radius:50%;text-align:center;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:999;animation-duration:.5s;animation-fill-mode:both;animation-name:slideInRight}.float-shortcut-button__icon{width:40px;height:40px;background:url(/wp-content/themes/apksure/assets/img/float-shortcut.svg) center no-repeat;animation:bounce_icon 2s cubic-bezier(.65,0,.35,1) 0.5s both}.share-shortcut .icon{background-color:#24CD77;background-image:url(/wp-content/themes/apksure/assets/img/shortcut.svg)}.share-counter{line-height:32px;font-size:11.4px;cursor:pointer;font-weight:700;text-transform:uppercase;display:inline-block;position:relative;vertical-align:top;height:auto;margin:0 5px;padding:0 6px;left:-1px;background:#ebebeb;color:#32363b;transition:all .2s ease}.share-counter::after{top:30%;left:-4px;content:"";position:absolute;border-width:5px 8px 5px 0;border-style:solid;border-color:#fff0 #ebebeb #fff0 #fff0;display:block;width:0;height:0}html[dir="lrt"] .share-counter::after{left:inherit;right:-4px;border-width:5px 0 5px 8px;border-color:#fff0 #fff0 #fff0 #ebebeb}#policy-info{z-index:99999999;border-top:1px solid #1e435e;font-size:14px;position:fixed;bottom:0;left:0;right:0;padding:20px;line-height:24px;background:#607d8b;color:#fff;display:none}#policy-info .main{position:relative}#policy-info a{color:#fff;text-decoration:underline}#policy-info .btn{display:inline-block;position:absolute;right:0;top:10px}#policy-info .btn a,#policy-info .btn span{cursor:pointer;padding:8px;background:#fff;border:1px solid #fff;color:#333;border-radius:3px;text-decoration:none;margin-left:10px}#policy-info .btn a:hover,#policy-info .btn span:hover{text-decoration:none}@media (max-width:996px){#policy-info .btn{display:block;position:initial;right:auto;top:auto;margin-top:22px;left:0}#policy-info .btn a{margin-left:auto;margin-right:10px}}html[dir="rtl"] #policy-info .btn{left:0;right:auto}i.icon{display:inline-block;vertical-align:bottom}.no-scrollbar::-webkit-scrollbar{display:none}.one-line{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.double-lines{overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.shadow-sm{box-shadow:0 1px 10px rgb(0 0 0 / .05),0 4px 5px rgb(0 0 0 / .08),0 2px 4px -1px rgb(0 0 0 / .12)}.shadow-md{box-shadow:0 3px 14px 2px rgb(0 0 0 / .05),0 8px 10px 1px rgb(0 0 0 / .06),0 5px 5px -3px rgb(0 0 0 / .1)}.shadow-lg{box-shadow:0 6px 30px 5px rgb(0 0 0 / .05),0 16px 24px 2px rgb(0 0 0 / .04),0 8px 10px -5px rgb(0 0 0 / .08)}.app-icon{border-radius:15%;border:1px solid #EFF3F9;box-sizing:border-box}.svg-align{vertical-align:middle;position:relative;top:-.1em}.reset-button{all:unset;outline:revert}html[dir="rtl"]{--html-direction:-1;--html-rtl:1;--html-ltr:0}html[lang="ja"],html[lang="th-TH"],html[lang="ar"],html[lang="ur"]{--text-bold:bold}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounce_icon{0%{transform:translateY(0)}15%{transform:translateY(-8px) scaleX(.9) scaleY(1.1)}25%{transform:translateY(2px) scaleX(1) scaleY(.9)}35%{transform:translateY(0) scale(1)}40%{transform:translateY(-1px)}45%{transform:translateY(0)}}.float-button-second{box-shadow:0 2px 6px 0 #00000059;position:fixed;bottom:70px;width:40px;height:40px;right:10px;cursor:pointer;border-radius:50%;text-align:center;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:999;animation-duration:.5s;animation-fill-mode:both;animation-name:slideInRight}.float-button-second .icon{width:40px;height:40px;animation:bounce_icon 2s cubic-bezier(.65,0,.35,1) 0.5s both}.float-shortcut-button{background:#00A6ED}.float-shortcut-button .icon{background:url(/wp-content/themes/apksure/assets/img/float-shortcut.svg) center no-repeat}.float-request-notification-permission-button{background:#FDC14C}.float-request-notification-permission-button .icon{background:url(/wp-content/themes/apksure/assets/img/icon-bell-float.svg) center no-repeat}body,li,ol,ul{margin:0;padding:0}input,button,select,textarea{outline:none}html{font-size:62.5%}img{vertical-align:middle}li{list-style:none}svg{width:1em;height:1em;fill:currentColor}.detail_container svg{width:unset!important;height:unset!important;fill:currentColor}.js-ad-slot{overflow:hidden}body.compensate-for-scrollbar{margin-right:0}.pwa-dialog{width:100%;z-index:99999;position:fixed;bottom:0;background-color:#fff;box-shadow:0 0 12px rgb(0 0 0 / .2);border-radius:8px 8px 0 0;animation:pwa-dialog-show .8s}.pwa-dialog.hide{animation:pwa-dialog-hide .8s}.pwa-dialog .content{margin:12px 16px;display:flex;align-items:center;font-size:12px;line-height:16px}.pwa-dialog .img{width:48px;height:48px}.pwa-dialog .img img{width:100%;height:100%}.pwa-dialog .text{flex:1 1;margin:0 8px}.pwa-dialog .text .title{color:#5E5E5E;font-weight:bolder}.pwa-dialog .text .des{margin-top:4px;color:#8B8B8B}.pwa-dialog .button{display:flex;justify-content:center;align-items:center;padding:8px 24px;background:#1E73E8;color:#fff;border-radius:32px}.pwa-dialog .close{position:absolute;right:0;top:0;cursor:pointer;padding:8px 8px 2px 20px}.pwa-dialog .close:after{display:block;content:"";width:12px;height:12px;background:url(/wp-content/themes/apksure/assets/img/icon-close.svg)}@keyframes pwa-dialog-show{from{bottom:-80px}to{bottom:0}}@keyframes pwa-dialog-hide{from{bottom:0}to{bottom:-80px}}body{padding-top:45px}@media screen and (min-width:996px){body{padding-top:70px}}.main-body{margin:auto;padding:4px 0;max-width:1200px}.main-body .side .module:last-child,.main-body main>.module:last-child{margin-bottom:0}.main-body .side .module:first-child,.main-body .secondary-body>.module:first-child{margin-top:var(--module-spacing)}.main-body .secondary-body>.module:last-child{margin-bottom:0}.main-body .module{margin-bottom:var(--module-spacing);padding-bottom:12px;background-color:#fff}.main-body .module .title{padding:12px 16px;display:flex;align-items:center;justify-content:space-between}@media screen and (min-width:996px){.main-body .module .title{justify-content:flex-start}}.main-body .module .title .name{margin:0;flex-shrink:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:500;font-size:16px;line-height:24px;color:var(--color_text_headings)}.main-body .module .title.more::after{content:" ";display:inline-block;align-self:center;width:6px;height:6px;border:1px solid #8B8B8B;border-right:0;border-bottom:0;-webkit-transform:rotate(135deg);transform:rotate(135deg);flex-shrink:0;right:16px;margin-left:12px}.clear{clear:both}@media screen and (min-width:996px){.main-body{padding:16px 0}.main-body .side .module:first-child{margin-top:0}.main-body>main,.main-body>.secondary-body{float:left;width:calc(100% - 332px)}.main-body>.side{float:right;width:316px}html[dir="rtl"] .main-body>main,html[dir="rtl"] .main-body>.secondary-body{float:right}html[dir="rtl"] .main-body>.side{float:left}}html[dir="rtl"] .main-body .module .title.more:after{margin-left:0;margin-right:12px;transform:rotateZ(315deg)}html[dir="rtl"] .index_r_s .text-box input.tt-hint{color:transparent!important}.index_r_s .tt-hint{color:#999!important}.index_r_s .tt-menu{background-color:#FFF;border:1px solid rgb(0 0 0 / .2);border-radius:5px;box-shadow:0 5px 10px rgb(0 0 0 / .2);margin-top:6px;padding:8px 0;width:calc(100% + 60px)}.index_r_s .tt-menu .tt-dataset{max-height:283px;overflow:hidden}.index_r_s .tt-menu .tt-dataset .normal-download{display:none}.index_r_s .tt-suggestion{font-size:16px;line-height:24px;padding:12px 20px;color:#5E5E5E;display:block;word-break:break-all}.index_r_s .tt-suggestion .tt-highlight{color:#24CD77}.index_r_s .tt-suggestion:hover{cursor:pointer;background-color:#f5f7fa}.index_r_s .tt-suggestion:hover .package-info .info .info-title{color:#00A6ED}.index_r_s .tt-suggestion:hover .package-info .info .info-title .tt-highlight{color:#00A6ED}.index_r_s .tt-suggestion.tt-cursor{background-color:#24cd77;color:#FFF}.index_r_s .search-package{display:flex;align-items:center;justify-content:space-between}.index_r_s .search-package{padding:6px 12px}.index_r_s .search-package .package-info{display:flex;overflow:hidden}.index_r_s .search-package .package-info .icon{width:48px;height:48px;flex-shrink:0;margin-right:12px;border-radius:15%;border:1px solid #EFF3F9;background-color:#fff}.index_r_s .search-package .package-info .info{min-width:0;display:flex;flex-direction:column;padding:2px;justify-content:space-between}.index_r_s .search-package .package-info .info .info-title{font-size:14px;line-height:22px;font-weight:500;color:#5E5E5E;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.index_r_s .search-package .package-info .info .info-title .corner-tag-icon-box .corner-tag-icon{line-height:22px}.index_r_s .search-package .package-info .info .info-title .tt-highlight{color:#24CD77}.index_r_s .search-package .package-info .info .info-tags{display:flex;flex-wrap:wrap;margin-top:4px;font-size:0;height:16px;overflow:hidden}.index_r_s .search-package .package-info .info .tag{margin-right:4px;font-size:12px;line-height:16px;padding:0 4px;color:rgb(0 0 0 / .6);background:rgb(0 0 0 / .05);border-radius:2px}.index_r_s .search-package .package-info .info .tag.config-tag{color:#24CD77;background:rgb(36 205 119 / .1)}.index_r_s .search-package .package-info .info .info-intro{margin-top:4px;font-size:12px;line-height:14px;color:rgb(0 0 0 / .4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.index_r_s .search-package .package-info .info .info-intro>span{margin-right:12px}.index_r_s .search-package .package-info .info .info-intro>span>i{margin-right:4px}.index_r_s .search-package .package-info .info .info-intro>span:last-child{margin-right:0}.index_r_s .search-package .package-info .info .info-intro i.user,.index_r_s .search-package .package-info .info .info-intro i.download{background:url(/wp-content/themes/apksure/assets/img/comment_user.png) no-repeat left center;display:inline-block;height:12px;background-size:10px;width:12px;top:1px;position:relative}.index_r_s .search-package .package-info .info .info-intro i.download{background-image:url(/wp-content/themes/apksure/assets/img/download-icon.png);background-size:contain}.index_r_s .search-package .da{flex-shrink:0;font-size:12px;line-height:24px;padding:0 8px;color:#fff;background:#24CD77;border-radius:4px}.index_r_s .search-package .da *{color:#fff;font-weight:400}.lang-hide{display:none}.lang-tip{position:fixed;width:100%;background-color:#fff;box-shadow:0 8px 10px -5px rgb(0 0 0 / .08),0 16px 24px 2px rgb(0 0 0 / .04),0 6px 30px 5px rgb(0 0 0 / .05);bottom:0;z-index:999999}.lang-tip .main{display:flex;justify-content:space-between;gap:6px;max-width:1200px;margin:0 auto;padding:16px}@media screen and (max-width:719px){.lang-tip .main{flex-direction:column;gap:16px}}.lang-tip .main .lang-reason{display:flex;align-items:center;gap:10px}.lang-tip .main .lang-reason svg{fill:#4087F7;width:24px;height:24px}.lang-tip .main .lang-reason span{font-size:14px;line-height:21px}.lang-tip .main .lang-go{display:flex;gap:12px;justify-content:flex-end}@media screen and (min-width:720px){.lang-tip .main .lang-go{gap:16px}}.lang-tip .main .lang-go a,.lang-tip .main .lang-go button{display:flex;align-items:center;padding:4px 16px;border-radius:4px;line-height:22px}.lang-tip .main .lang-go .lang-no{outline:none;border:none;cursor:pointer;background-color:#F2F5F9;color:#8B8B8B}.lang-tip .main .lang-go .lang-no:hover{background-color:#EBF3FE;color:#4087F7}.lang-tip .main .lang-go .lang-yes{background-color:#4087F7;color:#fff}.lang-tip .main .lang-go .lang-yes:hover{background-color:#2877F6}#header h1{margin-top:0;margin-bottom:0}.main-body{padding-top:4px}.main-body .module .title{padding:10px 16px 12px 16px}.main-body .banner-ad{margin-bottom:8px}@media screen and (min-width:996px){.main-body{padding-top:16px;padding-bottom:8px}.main-body .left{float:left;width:calc(100% - 332px)}.main-body .left .js-ad-slot{display:none}.main-body .left .banner-ad.ad{display:block}.main-body .right{float:right;width:316px;clear:right}}html[dir="rtl"] .main-body .quick-access .icon{margin-right:0;margin-left:6px}@media screen and (min-width:996px){html[dir="rtl"] .main-body{padding-top:16px}html[dir="rtl"] .main-body .left{float:right}html[dir="rtl"] .main-body .right{float:left;clear:left}}body .nav_new .search .search-mask{width:auto;border:none;border-radius:none;box-sizing:content-box;cursor:pointer}body .nav_new .search .search-mask .search-mask-icon{width:24px;height:24px;background-position:-48px -24px;background-size:240px}body .nav_new .search .search-mask span{display:none}.slide-banner{width:100%;overflow:hidden;white-space:nowrap;position:relative;padding-top:47.22222%}.slide-banner>.container{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.slide-banner .container{direction:ltr;height:100%}.slide-banner .container .tempWrap{height:100%}.slide-banner .container .list{height:100%}.slide-banner .banner-item{width:100%;height:100%;position:relative;display:inline-block!important}.slide-banner .banner-bg{object-fit:cover;position:absolute;width:100%;height:100%;top:0;bottom:0;right:0;left:0}.slide-banner .mask{background:linear-gradient(180deg,#fff0 57.29%,rgb(0 0 0 / .6) 92.71%);position:absolute;top:0;bottom:0;left:0;right:0}.slide-banner .info{position:absolute;bottom:0;left:0;right:0;padding:14px 16px;padding-top:0;display:flex;flex-direction:row;align-items:center;color:#fff;cursor:pointer}.slide-banner .icon{border-radius:15%;width:32px;height:32px}.slide-banner .name{margin:0 8px;font-weight:500;font-size:14px;line-height:20px;width:0;flex:1}.slide-banner .button{padding:6px 8px;background:var(--color_button);border-radius:4px;font-size:12px;line-height:12px}.slide-banner .dots{position:absolute;bottom:10px;width:100%;line-height:4px;text-align:center;background-color:#fff0}.slide-banner .dots li{color:#fff0;display:inline-block;width:4px;height:4px;margin:0 1.5px;border-radius:50%;background-color:rgb(255 255 255 / .7);cursor:pointer}.slide-banner .dots li.on{background-color:#fff}.slide-banner .prev,.slide-banner .next{width:36px;height:36px;margin:0 16px;background-image:url(/wp-content/themes/apksure/assets/img/icon-slide-banner-prev.svg);position:absolute;top:50%;left:0;transform:translateY(-50%);cursor:pointer;opacity:.8}.slide-banner .prev:hover,.slide-banner .next:hover{opacity:1}@media screen and (max-width:996px){.slide-banner .prev,.slide-banner .next{display:none}}.slide-banner .next{left:auto;right:0;transform-origin:center;transform:translateY(-50%) rotateZ(180deg)}@media screen and (min-width:720px){.slide-banner .name{margin:0 12px;font-size:18px;line-height:24px}.slide-banner .icon{width:48px;height:48px}.slide-banner .button{padding:8px 12px}}@media screen and (min-width:720px) and (max-width:995px){.slide-banner{position:relative;padding-top:41.66667%}.slide-banner>.container{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}}@media screen and (min-width:996px){.slide-banner{margin-bottom:8px;position:relative;padding-top:47.81106%}.slide-banner>.container{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}}html[dir="rtl"] .slide-banner .info{direction:rtl}.quick-access{display:flex;justify-content:space-between;flex-direction:row;padding:0 8px;overflow-x:auto;background-color:#fff}.quick-access a{display:inline-block;padding:10px 8px;line-height:22px;font-size:12px;color:#5e5e5e;white-space:nowrap}.quick-access a:hover{color:#24CD77}.quick-access .icon{width:22px;height:22px;margin-right:6px;vertical-align:bottom}.quick-access .icon svg{width:22px;height:22px}@media screen and (min-width:996px){.quick-access{display:none}}.search-box{width:316px;padding:12px 16px;background-color:#fff;display:none;margin-bottom:8px;box-sizing:border-box}@media screen and (min-width:996px){.search-box{display:block}}.search-box form{width:100%;padding:2px;background-color:var(--color_button);border-radius:5px}.search-box form .text-box{width:calc(100% - 56px);display:inline-block;vertical-align:bottom}.search-box form .text-box .twitter-typeahead{width:100%}.search-box form .text-box .tt-menu{left:-2px!important}.search-box form .text-box input{display:inline-block;width:100%;height:34px;border-start-start-radius:3px;border-end-start-radius:3px;padding:0 8px;box-sizing:border-box;border:none}.search-box form .text-btn,.search-box form .text-btn input{cursor:pointer;display:inline-block;width:56px;height:34px;vertical-align:bottom;border:none;background:url(/wp-content/themes/apksure/assets/img/icon-search-white.svg) no-repeat center/24px}.search-box .trending-title{font-size:12px;line-height:16px;color:#5E5E5E;margin-top:12px}.search-box .trending-content{width:100%;margin-top:14px;height:96px;display:flex;flex-wrap:wrap;overflow:hidden;column-gap:8px;row-gap:12px;align-content:start}.search-box .trending-content .hot{display:inline-block;padding:4px 8px;font-size:12px;line-height:16px;color:#777;background:#F2F5F9;cursor:pointer}.search-box .trending-content .hot:hover{background-color:var(--color_button);color:#fff}.search-box .trending-content .hot.fire::before{content:"";display:inline-block;width:16px;height:16px;background:url(/wp-content/themes/apksure/assets/img/search_hot.png);vertical-align:middle;margin-right:4px}html[dir="rtl"] .search-box form .text-box .tt-menu{left:-58px!important}html[dir="rtl"] .search-box .search-package .package-info .icon{margin-right:0;margin-left:12px}html[dir="rtl"] .search-box .search-package .package-info .info .info-intro>span{display:inline-block;margin-right:0;margin-left:12px}html[dir="rtl"] .search-box .search-package .package-info .info .info-intro>span:last-child{margin-left:0}html[dir="rtl"] .search-box .search-package .package-info .info .info-intro>span::before{margin-right:0;margin-left:4px}.js-ad-slot.side{display:none;margin-bottom:8px}@media screen and (min-width:996px){.js-ad-slot.side{display:block}}.aegon{background-color:#fff}.aegon a{display:flex;align-items:center;padding:10px 16px}.aegon .text{width:0;flex-grow:1;margin:0 8px}.aegon .text .name{font-weight:500;color:var(--color_text_headings);line-height:20px}.aegon .text .desc{margin-top:4px;font-size:12px;line-height:16px;color:var(--color_text_2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aegon .button{padding:8px 12px;background:var(--color_button);border-radius:4px;font-size:12px;line-height:12px;color:#fff}.aegon .shortcut,.aegon .how-to,.aegon .social-network,.aegon .score,.aegon .down-info{display:none}@media screen and (min-width:996px){.aegon{padding:12px}.aegon.module{padding-bottom:12px}.aegon .social-network,.aegon .score,.aegon .down-info{display:initial}.aegon .shortcut.supported,.aegon .shortcut+.how-to{display:block}.aegon .shortcut.supported+.how-to{display:none}.aegon a{flex-wrap:wrap;padding:0}.aegon .icon{width:56px;height:56px}.aegon .text{margin-left:10px;margin-right:0;padding:4px 0;width:calc(100% - 66px)}.aegon .name{font-size:16px;line-height:24px}.aegon .score{display:inline-block;margin:0 4px;color:var(--color_rates);font-size:12px;line-height:10px;height:10px}.aegon .score::before{content:'';display:inline-block;width:10px;height:10px;background:url(/wp-content/themes/apksure/assets/img/icon-apk-list-star.svg);margin:0 4px}.aegon .desc{margin-top:4px;font-size:14px;line-height:20px}.aegon .button{margin-top:9px;font-weight:500;font-size:14px;line-height:18px;width:100%;text-align:center}.aegon .button .fsize{font-weight:400;font-size:12px}.aegon .shortcut,.aegon .how-to{margin-top:9px;font-size:12px;line-height:20px;color:var(--color_text_headings);text-align:center;cursor:pointer}.aegon .shortcut::before{content:"";background:url(/wp-content/themes/apksure/assets/img/shortcut-blue.svg);width:15px;height:14px;display:inline-block;margin:0 7px;position:relative;top:3px}.aegon .social-network{padding:9px 0 0;display:flex}.aegon .social-network .network{display:block;cursor:pointer;flex:1;text-align:center;font-weight:500;font-size:12px;line-height:16px}.aegon .social-network .network::before{display:block;content:"";width:31px;height:30px;background-repeat:no-repeat;margin:auto}.aegon .social-network .in{color:#c13584}.aegon .social-network .fb{color:#3B57A0}.aegon .social-network .telegram{color:#2AABEE}.aegon .social-network .telegram::before{background-image:url(/wp-content/themes/apksure/assets/img/icon-telegram.svg)}.aegon .social-network .in::before{background-image:url(/wp-content/themes/apksure/assets/img/icon-instagram.svg);background-size:contain}.aegon .social-network .fb::before{background-image:url(/wp-content/themes/apksure/assets/img/icon-facebook.svg)}.aegon .social-network .tw{color:#00A6ED}.aegon .social-network .tw::before{background-image:url(/wp-content/themes/apksure/assets/img/icon-twitter-v1.svg)}.aegon .social-network .glp{color:#DD1829}.aegon .social-network .glp::before{background-image:url(/wp-content/themes/apksure/assets/img/icon-youtube.svg)}.aegon .social-network .vk{color:#07F}.aegon .social-network .vk::before{background-image:url(/wp-content/themes/apksure/assets/img/icon-vk.svg)}.aegon .social-network .ok_ru{color:#F6822A}.aegon .social-network .ok_ru::before{background-image:url(/wp-content/themes/apksure/assets/img/icon-ok-ru.svg)}}@media screen and (max-width:1087px){.aegon .social-network{display:none}}html[dir="rtl"] .aegon .text{margin-right:10px;margin-left:0}@media screen and (min-width:1149px){.top-news-app .apk-list-1007{padding-bottom:50px}}.apk-list-1001{white-space:nowrap;overflow-x:auto;padding-bottom:16px}.apk-list-1001 a{vertical-align:middle;display:inline-block;margin-left:12px;margin-left:var(--app-horizontal-spacing);min-width:76px;width:12.5%;width:calc((100% - 32px - 7 * var(--app-horizontal-spacing)) / 8)}.apk-list-1001 a:first-child{margin-left:16px}.apk-list-1001 a:last-child{margin-right:16px}.apk-list-1001 .img-ratio{position:relative;padding-top:100%}.apk-list-1001 .img-ratio>.icon{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.apk-list-1001 .icon{border:1px solid var(--color_borders);border-radius:15%}.apk-list-1001 .name{margin-top:4px;line-height:20px;color:var(--color_text_headings);height:40px;white-space:initial}@media screen and (max-width:429px){.apk-list-1001.enable-wrap{display:flex;flex-wrap:wrap;padding:0 16px;padding-bottom:16px;justify-content:space-between}.apk-list-1001.enable-wrap a{width:20%;width:calc((100% - 48px) / 4);min-width:auto;margin-left:0}.apk-list-1001.enable-wrap a:nth-child(n+5){margin-top:12px}.apk-list-1001.enable-wrap a:last-child{margin-right:0}}@media screen and (min-width:996px){.apk-list-1001 a{width:calc((100% - 144px) / 8);margin-left:16px;vertical-align:bottom;min-width:auto}}html[dir="rtl"] .apk-list-1001 a,html[dir="rtl"] .apk-list-1001.enable-wrap a{margin-left:0;margin-right:var(--app-horizontal-spacing)}html[dir="rtl"] .apk-list-1001 a:first-child,html[dir="rtl"] .apk-list-1001.enable-wrap a:first-child{margin-right:16px}html[dir="rtl"] .apk-list-1001 a:last-child,html[dir="rtl"] .apk-list-1001.enable-wrap a:last-child{margin-left:16px}@media screen and (max-width:429px){html[dir="rtl"] .apk-list-1001.enable-wrap a{margin-right:0}html[dir="rtl"] .apk-list-1001.enable-wrap a:last-child{margin-left:0}}.apk-list-1002{white-space:nowrap;overflow-x:auto;padding-bottom:16px}.apk-list-1002 a{display:inline-block;white-space:initial;margin-left:12px;margin-left:var(--app-vertical-spacing);min-width:76px;width:12.5%;width:calc((100% - 32px - 7 * var(--app-horizontal-spacing)) / 8)}.apk-list-1002 a:first-child{margin-left:16px}.apk-list-1002 a:last-child{margin-right:16px}.apk-list-1002 a:first-child .img-ratio{position:relative}.apk-list-1002 a:first-child .img-ratio::before,.apk-list-1002 a:first-child .img-ratio::after{display:block;position:absolute;top:0;left:12px;left:calc((-1 * var(--html-direction) + 1) * (100% - 14px - 24px) / 2 + 12px)}.apk-list-1002 a:first-child .img-ratio::before{content:' ';border-left:7px solid red;border-right:7px solid red;border-top:14px solid red;border-bottom:4px solid #fff0;z-index:1}.apk-list-1002 a:first-child .img-ratio::after{content:"1";width:14px;text-align:center;font-size:10px;line-height:15px;color:#fff;z-index:1}.apk-list-1002 a:nth-child(2) .img-ratio{position:relative}.apk-list-1002 a:nth-child(2) .img-ratio::before,.apk-list-1002 a:nth-child(2) .img-ratio::after{display:block;position:absolute;top:0;left:12px;left:calc((-1 * var(--html-direction) + 1) * (100% - 14px - 24px) / 2 + 12px)}.apk-list-1002 a:nth-child(2) .img-ratio::before{content:' ';border-left:7px solid blue;border-right:7px solid blue;border-top:14px solid blue;border-bottom:4px solid #fff0;z-index:1}.apk-list-1002 a:nth-child(2) .img-ratio::after{content:"2";width:14px;text-align:center;font-size:10px;line-height:15px;color:#fff;z-index:1}.apk-list-1002 a:nth-child(3) .img-ratio{position:relative}.apk-list-1002 a:nth-child(3) .img-ratio::before,.apk-list-1002 a:nth-child(3) .img-ratio::after{display:block;position:absolute;top:0;left:12px;left:calc((-1 * var(--html-direction) + 1) * (100% - 14px - 24px) / 2 + 12px)}.apk-list-1002 a:nth-child(3) .img-ratio::before{content:' ';border-left:7px solid green;border-right:7px solid green;border-top:14px solid green;border-bottom:4px solid #fff0;z-index:1}.apk-list-1002 a:nth-child(3) .img-ratio::after{content:"3";width:14px;text-align:center;font-size:10px;line-height:15px;color:#fff;z-index:1}.apk-list-1002 .img-ratio{position:relative;padding-top:100%}.apk-list-1002 .img-ratio>.icon{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.apk-list-1002 .icon{border:1px solid var(--color_borders);border-radius:15%}.apk-list-1002 .name{margin-top:4px;line-height:20px;color:var(--color_text_headings);height:40px}.apk-list-1002 .score{margin-top:4px;color:var(--color_rates);font-size:12px;line-height:10px;height:10px}.apk-list-1002 .score::before{content:'';display:inline-block;width:10px;height:10px;background:url(/wp-content/themes/apksure/assets/img/icon-apk-list-star.svg);margin-right:4px}.apk-list-1002 .score.n-stars{color:#fff0}.apk-list-1002 .score.n-stars::before{background:url(/wp-content/themes/apksure/assets/img/icon-apk-list-star-grey.svg)}@media screen and (min-width:996px){.apk-list-1002 a{width:calc((100% - 144px) / 8);margin-left:16px;vertical-align:bottom;min-width:auto}}html[dir="rtl"] .apk-list-1002 a{margin-left:0;margin-right:var(--app-horizontal-spacing)}html[dir="rtl"] .apk-list-1002 a:first-child{margin-right:16px}html[dir="rtl"] .apk-list-1002 a:last-child{margin-left:16px}html[dir="rtl"] .apk-list-1002 a .score::before{margin-right:0;margin-left:4px}.apk-list-1003{display:flex;flex-direction:row;overflow-x:auto;padding-bottom:16px}.apk-list-1003 a{width:260px;margin-left:4px;margin-left:var(--app-horizontal-spacing)}.apk-list-1003 a:first-child{margin-left:16px}.apk-list-1003 a:last-child{margin-right:16px}.apk-list-1003 .banner{border-radius:8px}.apk-list-1003 .info{display:flex;align-items:center;margin-top:4px}.apk-list-1003 .info .text{flex-grow:1;width:0;margin:0 8px}.apk-list-1003 .icon{border:1px solid var(--color_borders);border-radius:15%}.apk-list-1003 .name{font-weight:500;line-height:20px;color:var(--color_text_headings)}.apk-list-1003 a:hover .name{color:var(--color_h)}.apk-list-1003 .desc{margin-top:8px;font-size:12px;line-height:16px;color:var(--color_text_2)}.apk-list-1003 .score{color:var(--color_rates);font-size:12px;line-height:16px}.apk-list-1003 .score::before{content:'';display:inline-block;width:10px;height:10px;background:url(/wp-content/themes/apksure/assets/img/icon-apk-list-star.svg);margin-inline-end:4px}.apk-list-1003 .score.n-stars{color:#fff0}.apk-list-1003 .score.n-stars::before{background:url(/wp-content/themes/apksure/assets/img/icon-apk-list-star-grey.svg)}@media screen and (min-width:996px){.apk-list-1003{padding-bottom:4px;flex-direction:column}.apk-list-1003 a{margin-bottom:12px;position:relative;height:60px;width:auto;margin-right:16px}.apk-list-1003 .info{align-items:flex-start;margin-top:0}.apk-list-1003 .banner{display:none}.apk-list-1003 .icon{width:60px;height:60px;background-color:#fff}.apk-list-1003 .text{padding:8px 0;margin:0 12px}.apk-list-1003 .desc{position:absolute;left:72px;right:0}.apk-list-1003 .score{margin-top:10px}.apk-list-1003 a:first-child{height:180px}.apk-list-1003 a:first-child .banner,.apk-list-1003 a:first-child::before{display:block;position:relative;left:-16px;width:316px;height:149px;top:-149px;border-radius:0}.apk-list-1003 a:first-child::before{content:"";z-index:1;top:0;background:linear-gradient(180deg,#fff0 66.67%,rgb(0 0 0 / .5) 100%)}.apk-list-1003 a:first-child .info{position:absolute;bottom:0;width:100%;z-index:1}.apk-list-1003 a:first-child .name{color:#fff}.apk-list-1003 a:first-child .name:hover{color:var(--color_h)}.apk-list-1003 a:first-child .score{color:#fff}.apk-list-1003 a:first-child .score::before{filter:brightness(0) invert(1)}.apk-list-1003 a:first-child .score.n-stars{color:#fff0}}html[dir="rtl"] .apk-list-1003 a{margin-left:0;margin-right:12px;margin-right:var(--app-horizontal-spacing)}@media screen and (min-width:996px){html[dir="rtl"] .apk-list-1003 a{margin-left:16px}}html[dir="rtl"] .apk-list-1003 a:first-child{margin-right:16px}@media screen and (min-width:996px){html[dir="rtl"] .apk-list-1003 a:first-child .banner,html[dir="rtl"] .apk-list-1003 a:first-child .mask{left:auto;right:-16px}}html[dir="rtl"] .apk-list-1003 a:last-child{margin-left:16px}html[dir="rtl"] .apk-list-1003 a .score::before{margin-right:0;margin-left:4px}html[dir="rtl"] .apk-list-1003 a .desc{left:0;right:72px}.apk-list-1004{display:flex;flex-direction:row;overflow-x:auto;padding-bottom:16px;padding-right:16px;flex-wrap:wrap}@media screen and (max-width:719px){.apk-list-1004{flex-direction:column;flex-wrap:wrap;max-height:236px}}@media screen and (min-width:720px) and (max-width:995px){.apk-list-1004{flex-direction:column;max-height:236px}}.apk-list-1004 a{width:28%;width:calc((100% - 16px - 2 * var(--app-horizontal-spacing)) / 3);height:68px;margin-left:12px;margin-left:var(--app-horizontal-spacing);display:flex;align-items:center}.apk-list-1004 a:nth-child(n+4){margin-top:12px}.apk-list-1004 a:nth-child(3n+1){margin-left:16px}@media screen and (max-width:996px){.apk-list-1004 a{width:80%;width:calc(100% - 60px);margin-left:12px;margin-left:var(--app-horizontal-spacing)}.apk-list-1004 a:nth-child(n){margin-top:0;margin-left:var(--app-horizontal-spacing)}.apk-list-1004 a:nth-child(-n+3){margin-left:16px}.apk-list-1004 a:nth-child(3n+2),.apk-list-1004 a:nth-child(3n+3){margin-top:16px}}@media screen and (min-width:720px) and (max-width:995px){.apk-list-1004 a{width:calc((100% - 40px - var(--app-horizontal-spacing)) / 2)}}@media screen and (min-width:996px){.apk-list-1004 a{height:72px}}.apk-list-1004 .icon{border:1px solid var(--color_borders);border-radius:15%}@media screen and (min-width:996px){.apk-list-1004 .icon{width:72px;height:72px}}.apk-list-1004 .text{width:0;flex-grow:1;margin:0 12px;display:flex;flex-direction:column;justify-content:space-between;align-self:stretch}.apk-list-1004 .name{line-height:20px;color:var(--color_text_headings)}.apk-list-1004 .developer{color:var(--color_text_2);font-size:12px;line-height:20px}.apk-list-1004 .count{font-size:12px;color:var(--color_text_1)}.apk-list-1004 .button{padding:6px 8px;background:var(--color_button);border-radius:4px;font-size:12px;line-height:16px;color:#fff}@media screen and (min-width:996px){.apk-list-1004 .button{display:none}}html[dir="rtl"] .apk-list-1004{padding-left:calc(16px - var(--app-horizontal-spacing))}@media screen and (max-width:719px){html[dir="rtl"] .apk-list-1004 a:nth-child(n){margin-right:var(--app-horizontal-spacing)}html[dir="rtl"] .apk-list-1004 a:nth-child(-n+3){margin-right:16px}}.apk-list-1005{display:flex;flex-direction:row;overflow-x:auto;padding-bottom:16px;padding-right:16px;flex-wrap:wrap}@media screen and (max-width:719px){.apk-list-1005{flex-direction:column;flex-wrap:wrap;max-height:228px}}@media screen and (min-width:720px) and (max-width:995px){.apk-list-1005{flex-direction:column;max-height:228px}}@media screen and (min-width:996px){.apk-list-1005{padding:0 16px 2px 16px}}.apk-list-1005 a{width:28%;width:calc((100% - 16px - 2 * var(--app-horizontal-spacing)) / 3);height:68px;margin-left:12px;margin-left:var(--app-horizontal-spacing);display:flex;align-items:center}.apk-list-1005 a:nth-child(n+4){margin-top:12px}.apk-list-1005 a:nth-child(3n+1){margin-left:16px}@media screen and (max-width:996px){.apk-list-1005 a{width:80%;width:calc(100% - 60px);margin-left:12px;margin-left:var(--app-horizontal-spacing)}.apk-list-1005 a:nth-child(n){margin-top:0;margin-left:var(--app-horizontal-spacing)}.apk-list-1005 a:nth-child(-n+3){margin-left:16px}.apk-list-1005 a:nth-child(3n+2),.apk-list-1005 a:nth-child(3n+3){margin-top:12px}}@media screen and (min-width:720px) and (max-width:995px){.apk-list-1005 a{width:calc((100% - 40px - var(--app-horizontal-spacing)) / 2)}}@media screen and (min-width:996px){.apk-list-1005 a{width:100%;height:60px;margin:0 0 12px 0}.apk-list-1005 a:nth-child(n){margin:0 0 12px 0}}.apk-list-1005 .icon{border:1px solid var(--color_borders);border-radius:15%}@media screen and (min-width:996px){.apk-list-1005 .icon{width:60px;height:60px}}.apk-list-1005 .text{width:0;flex-grow:1;margin:0 12px;padding:8px 0;display:flex;flex-direction:column;justify-content:space-between;align-self:stretch}.apk-list-1005 .name{line-height:20px;color:var(--color_text_headings);font-weight:500}.apk-list-1005 .developer{color:var(--color_text_2);font-size:12px;line-height:20px}.apk-list-1005 .price{text-align:end;line-height:20px}.apk-list-1005 .price .new{font-weight:500;color:var(--color_h)}.apk-list-1005 .price .old{margin-top:6px;font-size:12px;color:var(--color_text_2);text-decoration-line:line-through}html[dir="rtl"] .apk-list-1005{padding-left:calc(16px - var(--app-horizontal-spacing))}@media screen and (min-width:996px){html[dir="rtl"] .apk-list-1005{padding-left:16px}}@media screen and (max-width:719px){html[dir="rtl"] .apk-list-1005 a:nth-child(n){margin-right:var(--app-horizontal-spacing)}html[dir="rtl"] .apk-list-1005 a:nth-child(-n+3){margin-right:16px}}.apk-list-1006{display:flex;flex-direction:row;overflow-x:auto;padding-bottom:16px;padding-right:16px;flex-wrap:wrap}.apk-list-1006 a{width:28%;width:calc((100% - 16px - 2 * var(--app-horizontal-spacing)) / 3);height:68px;margin-left:12px;margin-left:var(--app-horizontal-spacing);display:flex;align-items:center}.apk-list-1006 a:nth-child(3n+1){margin-left:16px}.apk-list-1006 a:nth-child(n+4){margin-top:12px}@media screen and (min-width:996px){.apk-list-1006 a{height:72px}}.apk-list-1006 .img-ratio{width:68px}@media screen and (min-width:996px){.apk-list-1006 .img-ratio{width:72px;height:72px}}.apk-list-1006 .icon{border:1px solid var(--color_borders);border-radius:15%;width:68px}@media screen and (min-width:996px){.apk-list-1006 .icon{width:72px;height:72px}}.apk-list-1006 .text{width:0;flex-grow:1;margin-left:12px;display:flex;flex-direction:column;justify-content:space-between;align-self:stretch}.apk-list-1006 .name{font-weight:500;line-height:20px;color:var(--color_text_headings)}.apk-list-1006 .category{color:var(--color_text_2);font-size:12px;line-height:20px}.apk-list-1006 .install-total{color:var(--color_text_1);font-size:12px;line-height:16px}.apk-list-1006 .install-total::before{content:'';display:inline-block;width:10px;height:10px;background:url(/wp-content/themes/apksure/assets/img/icon_download.svg);margin-right:4px;margin-top:4px}@media screen and (min-width:430px) and (max-width:995px){.apk-list-1006{flex-direction:column;padding-right:0;max-height:228px}.apk-list-1006 a{width:calc(100% - 60px);height:68px}.apk-list-1006 a:nth-child(n){margin-top:0;margin-left:var(--app-horizontal-spacing)}.apk-list-1006 a:nth-child(-n+3){margin-left:16px}.apk-list-1006 a:nth-child(3n+2),.apk-list-1006 a:nth-child(3n+3){margin-top:12px}}@media screen and (min-width:720px) and (max-width:995px){.apk-list-1006{flex-direction:column;max-height:228px}.apk-list-1006 a{width:calc((100% - 40px - var(--app-horizontal-spacing)) / 2)}}@media screen and (max-width:996px){.apk-list-1006{padding-right:16px}}@media screen and (max-width:429px){.apk-list-1006{padding:0 16px;padding-bottom:16px;justify-content:space-between}.apk-list-1006 a{width:20%;width:calc(25% - 12px);height:auto;flex-direction:column;margin:0}.apk-list-1006 a:nth-child(n){margin-top:0;margin-left:0}.apk-list-1006 a:nth-child(n+5){margin-top:12px}.apk-list-1006 .img-ratio{width:100%;position:relative;padding-top:100%}.apk-list-1006 .img-ratio>.icon{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.apk-list-1006 .text{margin-top:4px;margin-left:0;width:100%}.apk-list-1006 .name{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.apk-list-1006 .category{display:none}}html[dir="rtl"] .apk-list-1006{padding-left:calc(16px - var(--app-horizontal-spacing))}@media screen and (min-width:430px) and (max-width:719px){html[dir="rtl"] .apk-list-1006 a:nth-child(n){margin-right:var(--app-horizontal-spacing)}html[dir="rtl"] .apk-list-1006 a:nth-child(-n+3){margin-right:16px}}html[dir="rtl"] .apk-list-1006 .text{margin-right:12px;margin-left:0}html[dir="rtl"] .apk-list-1006 .install-total::before{margin-left:4px;margin-right:0}.apk-list-1007{display:flex;flex-direction:row;overflow-x:auto;padding-bottom:16px;padding-right:16px;flex-wrap:wrap}@media screen and (max-width:719px){.apk-list-1007{flex-direction:column;flex-wrap:wrap;max-height:228px;padding-right:0}}.apk-list-1007 a{width:45%;width:calc(50% - 16px / 2 - var(--app-horizontal-spacing) / 2);height:56px;margin-left:12px;margin-left:var(--app-horizontal-spacing);display:flex;align-items:center}.apk-list-1007 a:nth-child(n+3){margin-top:12px}.apk-list-1007 a:nth-child(2n+1){margin-left:16px}@media screen and (max-width:719px){.apk-list-1007 a{width:80%;width:calc(100% - 60px)}.apk-list-1007 a:nth-child(n){margin-top:0;margin-left:var(--app-horizontal-spacing)}.apk-list-1007 a:nth-child(-n+3){margin-left:16px}.apk-list-1007 a:nth-child(3n+2),.apk-list-1007 a:nth-child(3n+3){margin-top:12px}.apk-list-1007 a:nth-child(3n+1):nth-last-child(3),.apk-list-1007 a:nth-child(3n+2):nth-last-child(2),.apk-list-1007 a:nth-child(3n):nth-last-child(1){margin-right:16px}}@media screen and (min-width:996px){.apk-list-1007 a{width:100%;height:60px}.apk-list-1007 a:nth-child(n+2){margin-top:12px}}.apk-list-1007 .icon{border:1px solid var(--color_borders);border-radius:15%}@media screen and (min-width:996px){.apk-list-1007 .icon{width:60px;height:60px}}.apk-list-1007 .text{width:0;flex-grow:1;margin-left:12px;padding:4px 0;display:flex;flex-direction:column;justify-content:space-between;align-self:stretch}.apk-list-1007 .name{line-height:20px;color:var(--color_text_headings)}.apk-list-1007 .desc{color:var(--color_text_2);font-size:12px;line-height:20px}html[dir="rtl"] .apk-list-1007 .text{margin-right:12px;margin-left:0}@media screen and (max-width:719px){html[dir="rtl"] .apk-list-1007 a{margin-right:12px;margin-right:var(--app-horizontal-spacing);margin-left:0}html[dir="rtl"] .apk-list-1007 a:nth-child(n){margin-right:var(--app-horizontal-spacing)}html[dir="rtl"] .apk-list-1007 a:nth-child(-n+3){margin-right:16px}html[dir="rtl"] .apk-list-1007 a:nth-child(3n+1):nth-last-child(3),html[dir="rtl"] .apk-list-1007 a:nth-child(3n+2):nth-last-child(2),html[dir="rtl"] .apk-list-1007 a:nth-child(3n):nth-last-child(1){margin-left:16px}}.article-list{display:flex;flex-wrap:wrap;padding-bottom:8px}.article-list .article{width:45%;width:calc(50% - 24px);padding:8px 0;margin-left:16px;display:flex;align-items:stretch}.article-list .article:nth-child(-n+2){padding-top:0}.article-list .article:nth-child(n+3){border-top:1px solid var(--color_borders)}@media screen and (max-width:719px){.article-list .article{width:100%;margin:0 16px}.article-list .article:first{padding-top:0}.article-list .article:nth-child(n+2){border-top:1px solid var(--color_borders);padding-top:8px}}.article-list .article-banner{border-radius:4px;height:80px;width:142px;object-fit:cover}@media screen and (max-width:719px){.article-list .article-banner{height:70px;width:124.44px}}.article-list .article-banner{margin-right:12px}.article-list .text{flex-grow:1;width:0;display:flex;flex-direction:column;justify-content:space-between}.article-list .article-title{line-height:20px;color:var(--color_text_headings);font-weight:500}.article-list .article-title:hover{color:var(--color_h)}.article-list .updated{font-size:12px;line-height:16px;color:var(--color_h);margin-top:8px}html[dir="rtl"] .article-list .article{margin-left:0;margin-right:12px;margin-right:var(--app-horizontal-spacing)}html[dir="rtl"] .article-list .article:nth-child(2n+1){margin-right:16px}@media screen and (max-width:719px){html[dir="rtl"] .article-list .article{margin:0 16px}}html[dir="rtl"] .article-list .article-banner{margin-right:0;margin-left:12px}.apk-list-1008{white-space:nowrap;overflow-x:auto;padding-bottom:16px}@media screen and (min-width:996px){.apk-list-1008{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 16px 16px 16px}}.apk-list-1008 a{vertical-align:middle;display:inline-block;margin-left:12px;margin-left:var(--app-horizontal-spacing);min-width:76px;width:12.5%;width:calc((100% - 32px - 7 * var(--app-horizontal-spacing)) / 8);overflow:hidden}.apk-list-1008 a:first-child{margin-left:16px}.apk-list-1008 a:last-child{margin-right:16px}@media screen and (min-width:996px){.apk-list-1008 a{width:30%;width:calc((100% - 32px) / 3);height:72px;display:flex;margin:0}.apk-list-1008 a:nth-child(n){margin:0}.apk-list-1008 a:nth-child(n+4){margin-top:12px}}.apk-list-1008 .img-ratio{position:relative;padding-top:100%}.apk-list-1008 .img-ratio>.icon{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media screen and (min-width:996px){.apk-list-1008 .img-ratio{width:72px;padding-top:72px}}.apk-list-1008 .icon{border:1px solid var(--color_borders);border-radius:15%}@media screen and (min-width:996px){.apk-list-1008 .text{flex:1;margin-left:12px;width:0;display:flex;flex-direction:column;justify-content:space-between;padding:4px 0}}.apk-list-1008 .name{margin-top:4px;line-height:20px;color:var(--color_text_headings);height:40px;white-space:initial}@media screen and (min-width:996px){.apk-list-1008 .name{margin-top:0;display:block;white-space:nowrap;height:20px}}.apk-list-1008 .category,.apk-list-1008 .install-total{font-weight:400;font-size:12px;line-height:16px;color:var(--color_text_2)}@media screen and (max-width:996px){.apk-list-1008 .category,.apk-list-1008 .install-total{display:none}}html[dir="rtl"] .apk-list-1008 a .text{margin-right:12px;margin-left:0}@media screen and (max-width:996px){html[dir="rtl"] .apk-list-1008 a:first-child{margin-right:16px}}.apk:hover .name{color:var(--color_h)}.telegram-btn{font-size:14px;padding:0 16px;box-sizing:border-box;background-color:#0096DA!important;fill:#fff;color:#fff;border-radius:4px;align-items:center;height:40px;width:max-content;max-width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;gap:8px}.telegram-btn.mt-large{margin-top:8px}.telegram-btn.mb-large{margin-bottom:8px}.telegram-btn.download{width:auto;height:50px;padding:0 16px;justify-content:space-between}@media screen and (min-width:720px){.telegram-btn.download{width:260px;height:40px;justify-content:center}}.telegram-btn.download svg{order:2;width:24px;height:24px}@media screen and (min-width:720px){.telegram-btn.download svg{order:0;width:14px;height:14px}}.telegram-btn.details,.telegram-btn.download_normal{width:auto}.telegram-btn.pre_reg{width:auto;height:auto;box-sizing:initial}.telegram-btn svg{width:14px;height:14px;flex-shrink:0;margin-top:3px}.telegram-btn .text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:initial!important}.telegram-btn:hover{opacity:.9;color:#fff}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounce_icon{0%{transform:translateY(0)}15%{transform:translateY(-8px) scaleX(.9) scaleY(1.1)}25%{transform:translateY(2px) scaleX(1) scaleY(.9)}35%{transform:translateY(0) scale(1)}40%{transform:translateY(-1px)}45%{transform:translateY(0)}}.float-button-second{box-shadow:0 2px 6px 0 #00000059;position:fixed;bottom:70px;width:40px;height:40px;right:10px;cursor:pointer;border-radius:50%;text-align:center;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:999;animation-duration:.5s;animation-fill-mode:both;animation-name:slideInRight}.float-button-second .icon{width:40px;height:40px;animation:bounce_icon 2s cubic-bezier(.65,0,.35,1) 0.5s both}.float-shortcut-button{background:#00A6ED}.float-shortcut-button .icon{background:url(/wp-content/themes/apksure/assets/img/float-shortcut.svg) center no-repeat}.float-request-notification-permission-button{background:#FDC14C}.float-request-notification-permission-button .icon{background:url(/wp-content/themes/apksure/assets/img/icon-bell-float.svg) center no-repeat}blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}body{font-family:var(--font_body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:var(--font_size);color:var(--font_body_color);line-height:var(--line_height_body);z-index:-10000;background:var(--color_bg)}html{font-size:62.5%}a{color:var(--color);text-decoration:none}a:hover{color:var(--color_h)}li{list-style:none}input,button,select,textarea{outline:none}img{vertical-align:middle;border:0;color:#ccc}.cmt-wrap{position:relative;min-height:150px}.cmt-no-posts{color:#24cd77;line-height:107px;text-align:center;display:none}.cmt-loading-text{position:absolute;left:0;top:0;bottom:0;right:0;text-align:center;height:40px;line-height:40px;margin:auto auto 10px}.fancybox-slide--iframe .fancybox-content{max-width:900px!important}.fancybox-container{z-index:999999!important}.floatl,.fl{float:left}.floatr,.fr{float:right}body{padding-top:45px}.ordinary{font-weight:inherit;font-size:inherit}.ar_fix .floatl,.ar_fix .fl{float:right}.ar_fix .floatr,.ar_fix .fr{float:left}.ar_fix #policy-info .btn{left:0;right:auto}.float-shortcut-button{background:#00A6ED;box-shadow:0 2px 6px 0 #00000059;position:fixed;bottom:70px;width:40px;height:40px;right:10px;cursor:pointer;border-radius:50%;text-align:center;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:999;animation-duration:.5s;animation-fill-mode:both;animation-name:slideInRight}.float-shortcut-button__icon{width:40px;height:40px;background:url(/wp-content/themes/apksure/assets/img/float-shortcut.svg) center no-repeat;animation:bounce_icon 2s cubic-bezier(.65,0,.35,1) 0.5s both}.share-shortcut .icon{background-color:#24CD77;background-image:url(/wp-content/themes/apksure/assets/img/shortcut.svg)}.share-counter{line-height:32px;font-size:11.4px;cursor:pointer;font-weight:700;text-transform:uppercase;display:inline-block;position:relative;vertical-align:top;height:auto;margin:0 5px;padding:0 6px;left:-1px;background:#ebebeb;color:#32363b;transition:all .2s ease}.share-counter::after{top:30%;left:-4px;content:"";position:absolute;border-width:5px 8px 5px 0;border-style:solid;border-color:#fff0 #ebebeb #fff0 #fff0;display:block;width:0;height:0}.ar_fix .share-counter::after{left:inherit;right:-4px;border-width:5px 0 5px 8px;border-color:#fff0 #fff0 #fff0 #ebebeb}.cl,.clear{clear:both;font-size:0;height:0;line-height:0;overflow:hidden}.aegon-down-item{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;height:80px;padding:12px 16px;background:#fff}.aegon-down-item a.dl-ref{display:flex;width:100%;justify-content:space-between;align-items:center}.aegon-down-item .icon{display:flex;border-radius:15%;border:1px solid var(--color_borders);background-color:#fff;box-sizing:border-box;overflow:hidden}.aegon-down-item .icon img{width:56px;height:56px;align-self:center}.aegon-down-item .text{padding:0 12px;margin-right:auto}.aegon-down-item .tit{font-weight:500;font-size:14px;line-height:16px;color:var(--color_text_headings);overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.aegon-down-item .des{margin-top:4px;font-size:12px;line-height:14px;color:rgb(0 0 0 / .4);overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.aegon-down-item .aegon-down-item-btn{color:#fff;font-size:12px;line-height:14px;background:var(--color_button);border-radius:4px;padding:5px 20px;align-self:center;flex-shrink:0}.aegon-down-item a.dl-ref+a{flex-shrink:0}#searching{display:none;position:fixed;top:0;left:0;right:0;height:45px;z-index:999999;background:rgb(255 255 255 / .8);text-align:center;font-size:18px;color:#555;line-height:45px}#policy-info{z-index:99999999;border-top:1px solid #1e435e;font-size:14px;position:fixed;bottom:0;left:0;right:0;padding:20px;line-height:24px;background:#607d8b;color:#fff;display:none}#policy-info .main{position:relative}#policy-info a{color:#fff;text-decoration:underline}#policy-info .btn{display:inline-block;position:absolute;right:0;top:10px}#policy-info .btn a,#policy-info .btn span{cursor:pointer;padding:8px;background:#fff;border:1px solid #fff;color:#333;border-radius:3px;text-decoration:none;margin-left:10px}#policy-info .btn a:hover,#policy-info .btn span:hover{text-decoration:none}@media (max-width:996px){#policy-info .btn{display:block;position:initial;right:auto;top:auto;margin-top:22px;left:0}#policy-info .btn a,#policy-info .btn span{margin-left:auto;margin-right:10px}}@media (min-width:996px){body{padding-top:70px}}.ad-js-box .ad-js-anchor{display:inline-block;font-size:0;background-color:#fff}.ad-js-box .ad-js-anchor .ad-js-img{display:inline-block;width:100%;max-width:336px;object-fit:contain}@media screen and (min-width:720px){.ad-js-box .ad-js-anchor .ad-js-img{max-width:min-content}}.single-apk-recommend-card{background:#fff;position:relative;overflow:hidden;padding:12px}.single-apk-recommend-card a{display:flex;width:100%;justify-content:center;align-items:center}.single-apk-recommend-card img.icon{position:static;width:56px;height:56px;border-radius:15%}.single-apk-recommend-card .text{margin:0 8px;flex:1}.single-apk-recommend-card .text .title{color:rgb(0 0 0 / .9);font-size:14px;font-weight:500;line-height:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.single-apk-recommend-card .text .desc{color:rgb(0 0 0 / .45);font-size:12px;line-height:20px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.single-apk-recommend-card .single-app-recommend-card-btn{padding:5px 8px;background:var(--color_button);border-radius:2px;color:#fff;font-size:12px}.single-apk-recommend-card .recommendation{font-size:12px;line-height:14px;color:rgb(0 0 0 / .6);margin-bottom:10px}body{min-width:auto}.a-divider{height:4px;width:100%}@media screen and (min-width:996px){.a-divider{height:8px}}.d-inline{display:inline-block}.detail_container{margin:0 auto}@media screen and (min-width:996px){.detail_container{padding-top:var(--header-footer-spacing);width:1090px;width:max-content;position:relative;padding-bottom:calc(var(--header-footer-spacing) - var(--model-spacing))}}.detail_container .detail_top{position:relative}.detail_container .detail_top .details_safe{position:absolute;top:28px;right:0}@media screen and (min-width:720px){.detail_container .detail_top .details_safe{top:0}}.detail_container .detail_top .details_safe::before{content:'';position:absolute;top:0;right:0;width:0;height:0;border-top:40px solid var(--color_button);border-left:40px solid #fff0;z-index:2}.detail_container .detail_top .details_safe a{display:block}.detail_container .detail_top .details_safe svg{position:relative;margin:2px 3px;z-index:2}.detail_container .detail_top .detail_banner{background-color:#fff}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner{display:flex;justify-content:space-between;align-items:center;padding:12px 16px}}.detail_container .detail_top .detail_banner p{font-size:14px;line-height:26px;display:inline}.detail_container .detail_top .detail_banner p.price-box{min-height:8px}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner p{line-height:28px}}.detail_container .detail_top .detail_banner p .icon::before{content:" ";display:inline-block;background:url(/wp-content/themes/apksure/assets/img/details_new_icon.svg?t=20230629) no-repeat;width:12px;height:12px;position:relative;top:1px}.detail_container .detail_top .detail_banner p .details_stars{color:var(--color_rates)}.detail_container .detail_top .detail_banner p .details_score::before{background-position:0 -12px}.detail_container .detail_top .detail_banner p .details_score:hover{color:var(--color_h)}.detail_container .detail_top .detail_banner p.details_sdk span:first-child{color:var(--color_h)}.detail_container .detail_top .detail_banner p.details_sdk>a:hover{color:var(--color_h)}.detail_container .detail_top .detail_banner p>a{color:var(--color)}.detail_container .detail_top .detail_banner p>a.details_score{margin:0 10px}.detail_container .detail_top .detail_banner p .developer a{color:var(--color)}.detail_container .detail_top .detail_banner p .developer a:hover{color:var(--color_h)}.detail_container .detail_top .detail_banner.no-comments p{line-height:28px}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner.no-comments p{line-height:38px}}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner.no-comments .apk_info .info .title_link .corner-tag-icon-box{line-height:32px}}.detail_container .detail_top .detail_banner .apk_info{box-sizing:border-box;padding:12px 16px;min-height:80px;flex:1;width:98%}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner .apk_info{padding:0;width:0}}.detail_container .detail_top .detail_banner .apk_info img{border-radius:15%;border:1px solid var(--color_borders);background-color:#fff;box-sizing:border-box}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner .apk_info img{width:106px;height:106px}}.detail_container .detail_top .detail_banner .apk_info .info{padding:0 16px;min-height:80px;text-overflow:ellipsis;overflow:hidden;display:inline-block;white-space:nowrap}@media screen and (min-width:996px){.detail_container .detail_top .detail_banner .apk_info .info{max-width:490px}}.detail_container .detail_top .detail_banner .apk_info .info .title_link{display:inline;max-width:100%;text-overflow:ellipsis;overflow:hidden;line-height:30px}.detail_container .detail_top .detail_banner .apk_info .info .title_link.corner-tag{display:inline-block;line-height:initial}.detail_container .detail_top .detail_banner .apk_info .info .title_link.no-rating{margin-bottom:2px}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner .apk_info .info .title_link.no-rating{margin-bottom:8px}}.detail_container .detail_top .detail_banner .apk_info .info .title_link .corner-tag-icon-box{line-height:26px}.detail_container .detail_top .detail_banner .apk_info .info .title_link h1{display:inline;font-weight:500;font-size:18px;line-height:26px;color:var(--color_text_headings);height:24px}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner .apk_info .info .title_link h1{font-size:20px}}.detail_container .detail_top .detail_banner .downalod_box{display:flex;flex-direction:column;justify-content:center;padding:0 16px}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner .downalod_box{padding:0}}.detail_container .detail_top .detail_banner .downalod_box.gp-btn-box .follow-warp{margin-top:0}.detail_container .detail_top .detail_banner .downalod_box .app-store{border:1px solid var(--color_borders);border-radius:4px;margin-bottom:8px;box-sizing:border-box}.detail_container .detail_top .detail_banner .downalod_box .app-store a{display:block;text-align:center;height:36px}.detail_container .detail_top .detail_banner .downalod_box .google-play-badge{display:flex;justify-content:center;background:#100F0D;border-radius:4px;height:40px}.detail_container .detail_top .detail_banner .downalod_box .google-play-badge:hover{opacity:.9}.detail_container .detail_top .detail_banner .downalod_box .google-play-badge,.detail_container .detail_top .detail_banner .downalod_box>p{text-align:center}.detail_container .detail_top .detail_banner .downalod_box .price{font-weight:500;font-size:14px;line-height:18px;color:var(--color_rates);margin-right:8px}.detail_container .detail_top .detail_banner .downalod_box a:not(.huawei) span{position:relative;padding-left:32px}.detail_container .detail_top .detail_banner .downalod_box a:not(.huawei) span i{background:url(/wp-content/themes/apksure/assets/img/details_new_icon.svg?t=20230629) no-repeat 0 -52px;display:inline-block;width:20px;height:20px;position:absolute;left:0;top:50%;transform:translateY(-50%);margin-top:1px}.detail_container .detail_top .detail_banner .downalod_box a:not(.huawei).download-loading{background-color:#7EE8B2;pointer-events:none}.detail_container .detail_top .detail_banner .downalod_box a:not(.huawei).download-loading span i{background:url(/wp-content/themes/apksure/assets/img/details_new_icon.svg?t=20230629) no-repeat 0 -100px;width:17px;height:16px;margin:0 6px;animation:download-rotate 1.5s linear infinite}.detail_container .detail_top .detail_banner .downalod_box .da{display:inline-block;background-color:#24cd77;font-size:14px;line-height:18px;color:#FFF;padding:10px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;border-radius:4px;text-align:center}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner .downalod_box .da{padding:10px 24px;height:18px}}.detail_container .detail_top .detail_banner .downalod_box .da:last-child{margin-bottom:0}.detail_container .detail_top .detail_banner .downalod_box .da:hover{background:#24dc83}.detail_container .detail_top .detail_banner .downalod_box .gameloop-btn{padding:4px 16px;background-color:#4087F7;border:1px solid #4087F7}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner .downalod_box .gameloop-btn{padding:13px 16px}}.detail_container .detail_top .detail_banner .downalod_box .gameloop-btn:hover{border:1px solid #4087F7;color:#4087F7;background:radial-gradient(transparent,#4087F7)}.detail_container .detail_top .detail_banner .downalod_box .play_now{padding:8px 16px}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner .downalod_box .play_now{padding:15px 16px}}.detail_container .detail_top .detail_banner .downalod_box .details_how_to{text-align:center}.detail_container .detail_top .detail_banner .downalod_box .details_how_to a{font-size:14px;line-height:22px;display:block;margin-top:12px}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner .downalod_box .details_how_to a{margin-top:8px}}.detail_container .detail_top .detail_banner .downalod_box .details_how_to a svg{vertical-align:middle;margin-bottom:4px}.detail_container .detail_top .detail_banner .safe-link{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:12px}.detail_container .detail_top .detail_banner .safe-link+.follow-warp{margin-top:12px}.detail_container .detail_top .detail_banner--exp{display:flex;flex-direction:column}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner--exp{flex-wrap:wrap;flex-direction:inherit}}.detail_container .detail_top .detail_banner--exp .downalod_box{order:3}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner--exp .downalod_box{order:initial}}.detail_container .detail_top .detail_banner--exp .js-ad-slot{margin-top:-3px;margin-bottom:12px;min-width:100%}@media screen and (min-width:720px){.detail_container .detail_top .detail_banner--exp .js-ad-slot{width:calc(100% + 32px);margin:8px -16px 0}}@media screen and (min-width:996px){.detail_container .detail_top .detail_banner--exp .js-ad-slot{margin:8px -16px -12px}}.detail_container .detail_top .detail_banner--exp .js-ad-slot .ad-box,.detail_container .detail_top .detail_banner--exp .js-ad-slot .ad-box-auto{margin-bottom:0}.detail_container .detail_top .bread_crumbs{height:28px;align-items:center;display:flex;padding:0 16px}@media screen and (min-width:720px){.detail_container .detail_top .bread_crumbs{background-color:#fff;padding-top:8px}}.detail_container .banner_share{box-sizing:border-box;padding:8px 0 12px;height:52px;line-height:0;background-color:#fff}.detail_container .banner_share.not-howto{padding-top:12px;height:56px}.detail_container .banner_share.show-gp-but{padding-top:0;height:44px}@media screen and (min-width:996px){.detail_container .banner_share{display:none}}.detail_container .aegon-down-item{height:auto;margin:4px 0;padding:10px 16px;background-color:#fff;display:flex;justify-content:start;align-items:center}.detail_container .aegon-down-item .icon{display:flex;border:0;background-color:#fff;box-sizing:border-box;overflow:hidden;box-sizing:border-box;flex-shrink:0}.detail_container .aegon-down-item .icon img{width:40px;height:40px}.detail_container .aegon-down-item .text{padding:0 12px;flex:1}.detail_container .aegon-down-item .text .des{font-size:12px;line-height:16px;color:var(--color_text_2);overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.detail_container .aegon-down-item .text .des.des_pc{display:none}.detail_container .aegon-down-item .text .tit{font-weight:500;font-size:14px;line-height:22px;color:var(--color_text_headings);overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.detail_container .aegon-down-item .btn{color:#fff;font-size:12px;line-height:16px;background:var(--color_button);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:6px 8px;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.detail_container .aegon-down-item a.dl-ref{display:flex;width:100%;justify-content:center;align-items:center}.detail_container .details-common-notice{width:100%;background:#f2dede;color:#a94442;font-size:16px;padding:10px 5px;line-height:20px;text-align:center;margin-bottom:10px}.detail_container .disqus,.detail_container #comment,.detail_container .ad-box-auto,.detail_container .js-ad-slot{margin-bottom:var(--model-spacing);box-shadow:none;background:#fff}@media screen and (min-width:996px){.detail_container .disqus,.detail_container #comment,.detail_container .ad-box-auto,.detail_container .js-ad-slot{line-height:0}}.detail_container .ad-box{margin-bottom:4px;background-color:#fff}.detail_container .bread_crumbs{font-size:12px;line-height:16px;color:var(--color_text_2)}.detail_container .bread_crumbs>a,.detail_container .bread_crumbs>span.category{position:relative;padding-right:16px;color:var(--color_text_headings);position:relative}.detail_container .bread_crumbs>a::before,.detail_container .bread_crumbs>span.category::before{content:" ";display:inline-block;width:4px;height:4px;position:absolute;right:6px;top:6px;border:1px solid;border-color:var(--color_h) var(--color_h) #fff0 #fff0;transform:rotateZ(45deg)}.detail_container .bread_crumbs>a:hover,.detail_container .bread_crumbs>span.category:hover{color:var(--color_h)}.detail_container .bread_crumbs>span.mobile_name{color:var(--color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail_container .detail_banner{color:var(--color_text_2)}.detail_container .detail_banner .apk_info{display:flex}.detail_container .cmt-cls{display:none}.detail_container #cmt-edit-reply{min-height:58px}.detail_container .faq-box-details{margin-bottom:var(--model-spacing)}.detail_container .available-box{margin-bottom:var(--model-spacing);background-color:#fff}.detail_container .available-box .list{padding:0 16px 12px 16px}.detail_container .available-box a{display:inline-block;padding:4px 8px;border:1px solid #00A6ED;color:#00A6ED;border-radius:4px;font-size:13px;line-height:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.detail_container .available-box a:hover{background:rgb(0 166 237 / .1);border-color:#fff0}.detail_container .available-box a.windows::before{content:"";display:inline-block;width:24px;height:24px;margin-right:4px;background:url(/wp-content/themes/apksure/assets/img/icon-windows.svg);vertical-align:bottom}.corner-tag-icon-box .corner-tag-icon{background:rgb(64 135 247 / .1);color:var(--color_button);border-radius:2px;padding:0 2px;font-size:9px;margin-left:4px}.corner-tag-icon-box .corner-tag-icon.tv{background:rgb(10 173 0 / .1);color:#0AAD00}@media screen and (min-width:996px){.container{width:764px;width:calc(100vw - 332px);max-width:868px;margin-right:332px;display:block}}.default_ellipsis_1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pre_pop_ca{position:relative;background:#FFF;margin:20px auto;border-radius:4px;padding:20px 15px 0!important;width:auto;max-width:400px!important}@media screen and (min-width:996px){.pre_pop_ca{max-width:900px!important}}@media screen and (min-width:996px){.pre_pop_ca .pre_box{display:flex;flex-direction:row-reverse;align-items:center}}.pre_pop_ca .pr .title{margin:0 0 20px;text-align:center}.pre_pop_ca .pr .info{font-size:16px;line-height:26px;color:#777}.pre_pop_ca .down{margin-top:30px;text-align:center}.pre_pop_ca .pl img{width:100%}@media screen and (min-width:996px){.pre_pop_ca .pl img{width:initial}}.pre_pop_ca .pr .title,.pre_pop_ca .pr .tit{font-size:23px;line-height:25px;color:#555}.pre_pop .down a{padding:10px 18px;font-size:15px;color:#FFF;text-align:center;height:32px;line-height:32px;background:#24cd77;border-radius:4px}.show-more{position:relative;display:block}.show-more.whats-new-more{color:var(--color_text_headings)}.show-more .show-more-end{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff0),color-stop(100%,#fff));background-image:-webkit-linear-gradient(top,#fff0,#fff);background:linear-gradient(to bottom,#fff0,#fff);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00ffffff',EndColorStr='#ffffff');top:-30px;height:30px;left:0;position:absolute;width:100%}.show-more span{cursor:pointer;line-height:30px;padding-right:22px;height:30px;display:inline-block;color:var(--color_h);text-decoration:none;position:relative}.tab-list{margin-top:4px;padding:8px 8px 0;display:flex;background-color:#fff;border-bottom:1px solid #e7e7e7;}.tab-list li{flex:1;height:44px;line-height:44px;border-bottom:2px solid #fff;text-align:center;font-size:14px;color:#5E5E5E;white-space:nowrap}.tab-list li label{display:block;cursor:pointer}.tab-list li+li{margin-left:12px}.tab-list li.active{font-weight:500;color:#00a6ed;border-bottom-color:#00a6ed}.above-info{margin-bottom:var(--model-spacing)}.above-info .card{padding:12px 16px;background-color:#fff;overflow:hidden;position:relative}.above-info .description-short{margin-bottom:16px}.above-info .tag-box{margin-top:12px;max-height:60px;overflow:hidden}.above-info .tag-box .tag-item a{display:inline-block;box-sizing:border-box;font-size:12px;line-height:26px;margin-bottom:4px;padding:0 8px;color:var(--color);border:1px solid var(--color_borders);border-radius:4px}.above-info .tag-box .tag-item a:hover{color:var(--color_h);background-color:var(--bg_navy_h)}.above-info .description{padding-bottom:16px;position:relative}.above-info .description .description-title-box{display:flex;justify-content:space-between}.above-info .description h2{font-weight:500;font-size:18px;line-height:26px;color:var(--color_text_headings);margin-right:8px}.above-info .description h3{font-weight:500;font-size:16px;line-height:24px;color:var(--color_text_headings)}.above-info .description .translate-btns{flex-shrink:0}.above-info .description .translate-btns .translate-btn{border-radius:4px;padding:0 8px;color:#00a6ed;font-size:14px;line-height:22px;border:1px solid #EEE;cursor:pointer;height:24px;display:inline-block}.above-info .description .translate-btns .translate-btn.active,.above-info .description .translate-btns .translate-btn:hover{border-color:rgb(43 118 220 / .1);background:rgb(43 118 220 / .1)}.above-info .description .translate-btns .translate-btn.more{position:relative;padding-right:20px}.above-info .description .translate-btns .translate-btn.more i{vertical-align:top}.above-info .description .translate-btns .translate-btn.more svg{vertical-align:middle;margin-bottom:2px}.above-info .description .translate-btns .translate-btn.more::after{position:absolute;right:8px;top:10px;content:"";width:0;height:0;border-left:4px solid #fff0;border-right:4px solid #fff0;border-top:4px solid #00a6ed;opacity:.9}.above-info .description .content{margin-top:12px;position:relative}.above-info .description .content .paragraph-bottom{margin-bottom:16px}.above-info .description .content .paragraph-top{margin-top:16px}.above-info .description .content .translate-content,.above-info .description .content .local-content{font-weight:400;font-size:14px;line-height:22px;color:#5E5E5E}.above-info .description .content .translate-content a{color:#00a6ed}.above-info .description .content .local-content{height:0;overflow:hidden;visibility:hidden;display:none}.above-info .description .content .loading-box{display:none;position:absolute;width:100%;height:56px;top:50px;left:0;z-index:11}.above-info .description .content .loading-box .translate-loading-icon{position:absolute;margin:auto;left:0;top:0;bottom:0;right:0;width:10px;height:10px;border-radius:100%;box-shadow:10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf;-o-box-shadow:10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf;-ms-box-shadow:10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf;-webkit-box-shadow:10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf;-moz-box-shadow:10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf;animation:loading-animation ease infinite 4.6s;-o-animation:loading-animation ease infinite 4.6s;-ms-animation:loading-animation ease infinite 4.6s;-webkit-animation:loading-animation ease infinite 4.6s;-moz-animation:loading-animation ease infinite 4.6s}.above-info .description .content .loading-box .translate-loading-text{position:absolute;top:50px;left:50%;font-size:14px;line-height:22px;color:#8B8B8B;transform:translateX(-50%)}.above-info .description .content.loading{min-height:160px}.above-info .description .content.loading::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:rgb(255 255 255 / .9)}.above-info .description .content.loading .loading-box{display:block}.above-info .description .additional{color:#777;margin-top:20px;background-color:#fff;position:relative}.above-info .description .additional .additional-content{margin-top:12px;display:flex;flex-wrap:wrap;border-width:1px 0 0 1px;border-style:solid;border-color:#E7E7E7}.above-info .description .additional .additional-content .additional-item{width:50%;border-width:0 1px 1px 0;border-style:solid;border-color:#E7E7E7;box-sizing:border-box;height:56px;padding:8px 12px;line-height:22px}.above-info .description .additional .additional-content .additional-item .title{color:#5E5E5E;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:-1px}.above-info .description .additional .additional-content .additional-item .additional-info{font-size:12px;color:#8B8B8B;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.above-info .description .additional .additional-content .additional-item .additional-info a{color:var(--color_h)}.above-info .whats-new-info{margin-top:24px;font-size:13px}.above-info .whats-new-info .date{margin:4px 0}.limit{max-height:300px;overflow:hidden}.old-versions{background-color:#fff;margin-bottom:var(--model-spacing)}.version-list{display:flex;justify-content:space-between;flex-wrap:wrap;background-color:#fff;padding:0 16px}.version-list .version-item{box-sizing:border-box;padding:12px 0;display:flex;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid #F0F2F4;border-radius:4px;min-height:54px}@media screen and (min-width:720px){.version-list .version-item{min-height:66px}}@media screen and (min-width:996px){.version-list .version-item{min-height:54px}}.version-list .version-item:hover .version-info .apk-name{color:var(--color_h)}.version-list .version-item:first-child{padding-top:0}.version-list .version-item .version-info{overflow:hidden}.version-list .version-item .version-info p,.version-list .version-item .version-info .apk-name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.version-list .version-item .version-info .apk-name{font-weight:500;font-size:14px;line-height:22px;color:var(--color);margin-right:20px}.version-list .version-item .version-info .apk-name:hover{color:var(--color_h)}.version-list .version-item .version-info .default{padding:2px 8px;border-width:1px;border-style:solid;border-radius:4px;font-size:12px;line-height:16px;margin:0 4px}.version-list .version-item .version-info .other-infos{direction:initial;font-size:12px;line-height:16px;color:#8B8B8B;margin-top:4px}.version-list .version-item .version-info .other-infos .update{margin-left:12px}.version-list .version-item .download{display:flex;align-items:center;background:var(--color_button);border-radius:4px;color:#FFF;font-size:12px;line-height:16px;flex-shrink:0;padding:6px 8px;box-sizing:border-box;height:28px}.version-list .version-item .download:hover{background:var(--color_button_h)}.version-list .version-item .download svg{margin-right:4px}.version-list .more-version{width:100%;height:40px;text-align:center;color:var(--color_h);border:1px solid var(--color_h);border-radius:4px;box-sizing:border-box;margin:12px 0;font-size:14px;line-height:40px}@media screen and (min-width:996px){.version-list .more-version{width:320px;margin:12px auto}}.version-list .more-version:hover{color:#fff!important;background-color:var(--color_button);border:1px solid var(--color_button_h)}.version-list:hover{text-decoration:revert}.card.version-list .version-item:hover,.card.version-list a.version-item:hover,a.version-item:hover{color:var(--color_h)!important}a.title-bar:hover{color:inherit}.title-bar,.detail_container .side a.title,.search-result-page .module a.title{display:flex;flex-direction:row;align-items:center;padding:10px 26px 10px 16px;gap:4px;color:#3C4043}@media screen and (min-width:996px){.title-bar,.detail_container .side a.title,.search-result-page .module a.title{justify-content:initial}}.title-bar h3,.detail_container .side a.title h3.name,.search-result-page .module a.title h3{font-weight:500;font-size:16px;line-height:24px}.title-bar::after,.detail_container .side a.title::after,.search-result-page .module a.title::after{content:" ";position:absolute;display:inline-block;align-self:center;width:6px;height:6px;border:2px solid #868686;border-right:0;border-bottom:0;-webkit-transform:rotate(135deg);transform:rotate(135deg);flex-shrink:0;right:16px}@media screen and (min-width:996px){.title-bar::after,.detail_container .side a.title::after,.search-result-page .module a.title::after{position:initial;margin:0 8px}}.title-bar.no-more::after,.detail_container .side a.title.no-more::after,.search-result-page .module a.title.no-more::after{content:none}.title-bar .icon,.detail_container .side a.title .icon,.search-result-page .module a.title .icon{width:6px;height:6px;border:2px solid #868686;border-right:0;border-bottom:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.show-more span::after{content:" ";position:absolute;width:6px;height:6px;border:2px solid var(--color_h);border-left:0;border-top:0;transform:rotate(45deg);flex-shrink:0;right:3px;top:10px}.show-more span.active::after{transform:rotate(-135deg);top:13px}.stars-box::before{content:" ";background:url(/wp-content/themes/apksure/assets/img/stars.svg) no-repeat left center;display:inline-block;height:12px;background-size:12px;width:12px;position:relative;top:1px}.stars-box.n-stars::before{background-image:url(/wp-content/themes/apksure/assets/img/stars_fill.svg)}.star{font-size:12px;line-height:18px;color:var(--color_rates)}.list-wrap{margin-bottom:var(--model-spacing)}.list-wrap .scroll-box{white-space:nowrap;font-size:0;padding:0 16px 12px;overflow-x:auto;display:flex}.list-wrap .scroll-box::-webkit-scrollbar{display:none}.list-wrap .scroll-box .apk{display:inline-flex;flex-direction:column;align-items:flex-start;padding:0;width:12.5%;width:calc((100% - 7 * var(--app-horizontal-spacing)) / 8);white-space:initial;font-size:initial}@media screen and (max-width:719px){.list-wrap .scroll-box .apk{min-width:80px}}.list-wrap .scroll-box .apk:hover .content .title,.version-list:hover a{color:var(--color_h)!important}.list-wrap .scroll-box .apk img{width:100%;height:auto;aspect-ratio:1/1;outline:1px solid #EFF3F9;border-radius:15%;box-sizing:border-box;margin-top:1px}@media screen and (min-width:996px){.list-wrap .scroll-box .apk img{width:100%;height:auto;aspect-ratio:1/1}}.list-wrap .scroll-box .apk .content{margin-top:4px}.list-wrap .scroll-box .apk .content.pre-reg-count .title{-webkit-line-clamp:1;height:22px}@media screen and (min-width:996px){.list-wrap .scroll-box .apk .content.pre-reg-count .title{margin-top:8px}}.list-wrap .scroll-box .apk .content .title{word-break:break-word;height:44px;font-weight:500;font-size:14px;line-height:22px;color:var(--color);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.list-wrap .scroll-box .apk .content .title:hover{color:var(--color_h)}.list-wrap .scroll-box .apk+.apk{margin-left:var(--app-horizontal-spacing)}.side{width:auto;padding-top:0;max-width:980px;margin:0 auto;min-height:auto;position:static}@media screen and (min-width:996px){.side{width:316px;min-height:500px;margin-left:16px;position:absolute;top:var(--header-footer-spacing);right:0}}.side .discover .apk-list-with .scroll-box{white-space:nowrap;font-size:0;padding:0 16px 12px;overflow-x:auto}.side .discover .apk-list-with .scroll-box::-webkit-scrollbar{display:none}@media screen and (min-width:996px){.side .discover .apk-list-with .scroll-box{white-space:initial;padding-bottom:0}}.side .discover .apk-list-with .scroll-box .apk{display:inline-flex;flex-direction:column;align-items:flex-start;padding:0;width:12.5%;white-space:initial;font-size:initial;width:calc((100% - 7 * var(--app-horizontal-spacing)) / 8)}@media screen and (max-width:719px){.side .discover .apk-list-with .scroll-box .apk{min-width:80px}}@media screen and (min-width:996px){.side .discover .apk-list-with .scroll-box .apk{flex-direction:row;align-items:center;margin-bottom:12px;width:100%;box-sizing:border-box}}@media screen and (min-width:996px){.side .discover .apk-list-with .scroll-box .apk:last-child{margin-bottom:16px}}.side .discover .apk-list-with .scroll-box .apk img{width:100%;height:auto;aspect-ratio:1/1;box-sizing:border-box;border:1px solid #EFF3F9;border-radius:15%}@media screen and (min-width:996px){.side .discover .apk-list-with .scroll-box .apk img{width:56px;height:56px;min-width:auto;border-radius:9.6px}}.side .discover .apk-list-with .scroll-box .apk .content{margin-top:4px}@media screen and (min-width:996px){.side .discover .apk-list-with .scroll-box .apk .content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin-top:0;padding:0 12px}}.side .discover .apk-list-with .scroll-box .apk .content.pre-reg-count .title{-webkit-line-clamp:1;height:auto}.side .discover .apk-list-with .scroll-box .apk .content .title{font-weight:500;font-size:13px;line-height:22px;color:#4B4B4B;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:44px}@media screen and (min-width:996px){.side .discover .apk-list-with .scroll-box .apk .content .title{-webkit-line-clamp:1;height:auto;font-size:14px}}@media screen and (min-width:996px){.side .discover .apk-list-with .scroll-box .apk .content .stars-box{margin-top:8px}}.side .discover .apk-list-with .scroll-box .apk .content .pre-reg-count-text p{display:inline-block}.side .discover .apk-list-with .scroll-box .apk:hover .content .title{color:#00a6ed}.side .discover .apk-list-with .scroll-box .apk+.apk{margin-left:var(--app-horizontal-spacing)}@media screen and (min-width:996px){.side .discover .apk-list-with .scroll-box .apk+.apk{margin-left:0}}@media screen and (min-width:996px){.side .discover .apk-list-with,.detail_container .side .module{margin-bottom:12px}}.side .js-ad-slot{display:none}@media screen and (min-width:996px){.side .js-ad-slot{text-align:center;display:block}}.apk-list-with .detail-news-article-list{white-space:nowrap;overflow-x:scroll;background-color:#fff;padding:0 8px 12px 16px;-ms-overflow-style:none;overflow:-moz-scrollbars-none}.apk-list-with .detail-news-article-list::-webkit-scrollbar{display:none}.apk-list-with .detail-news-article-list .detail-news-article-item{display:inline-table;position:relative;width:200px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-right:8px;vertical-align:top}.apk-list-with .detail-news-article-list .detail-news-article-item:hover img{opacity:.9}.apk-list-with .detail-news-article-list .detail-news-article-item:hover .detail-news-article-item-title{color:#00a6ed}.apk-list-with .detail-news-article-list .detail-news-article-item>a:first-child{display:block;width:200px;height:112.5px;position:relative;overflow:hidden;background:#f6f9fc;border-radius:4px}@media screen and (min-width:996px){.apk-list-with .detail-news-article-list .detail-news-article-item>a:first-child{width:203px}}.apk-list-with .detail-news-article-list .detail-news-article-item>a:first-child img{width:100%;min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.apk-list-with .detail-news-article-list .detail-news-article-item .detail-news-article-item-title{margin-top:4px;height:44px;font-size:13px;line-height:22px;color:#4B4B4B;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:initial}.ar_fix .detail-related-article-list .detail-related-article-item-info{padding-left:0;padding-right:12px}@media screen and (min-width:996px){.detail-related-article-list{display:flex;justify-content:space-between;flex-wrap:wrap}}.detail-related-article-list .detail-related-article-item{position:relative;padding-bottom:8px}@media screen and (min-width:996px){.detail-related-article-list .detail-related-article-item{width:50%}}@media screen and (min-width:996px){.detail-related-article-list .detail-related-article-item:nth-last-child(-n+2) .detail-related-article-wrapper{border:none}}.detail-related-article-list .detail-related-article-item:hover img{opacity:.9}.detail-related-article-list .detail-related-article-item:hover .detail-related-article-item-title,.detail-related-article-list .detail-related-article-item:hover .detail-related-article-item-date{color:#00a6ed}.detail-related-article-list .detail-related-article-item:first-child{padding-top:0}.detail-related-article-list .detail-related-article-item:last-child .detail-related-article-wrapper{border:none}.detail-related-article-list .detail-related-article-item .detail-related-article-wrapper{position:relative;display:flex;padding-bottom:8px;margin:0 16px;border-bottom:1px solid #f3f5f9}.detail-related-article-list .detail-related-article-item .detail-related-article-wrapper img{width:120px;height:68px;border-radius:4px}.detail-related-article-list .detail-related-article-item .detail-related-article-wrapper .detail-related-article-item-badge{position:absolute;left:4px;top:4.5px;min-width:32px;text-align:center;height:16px;padding:2px 4px;font-weight:400;font-size:12px;line-height:16px;color:#FFF;background:rgb(250 139 22 / .85);border-radius:4px}.detail-related-article-list .detail-related-article-item-info{flex:1;padding-left:12px}.detail-related-article-list .detail-related-article-item-title{width:100%;height:44px;margin-top:4px;font-weight:500;font-size:13px;line-height:22px;color:#4B4B4B;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.detail-related-article-list .detail-related-article-item-date{margin-top:8px;font-weight:400;font-size:12px;line-height:16px;color:#5E5E5E}.detail-news-article-item-badge{position:absolute;left:4px;top:4px;min-width:32px;text-align:center;height:16px;padding:2px 4px;font-weight:400;font-size:12px;line-height:16px;color:#FFF;background:rgb(250 139 22 / .85);border-radius:4px}.details .screen-wrap{background-color:#fff;padding-bottom:12px;margin-bottom:var(--model-spacing)}.details .screen-wrap .screenbox{position:relative}@media screen and (min-width:996px){.details .screen-wrap .screenbox{padding:0 16px}}.details .screen-wrap .screenbox .det-pic-control{width:32px;height:32px;position:absolute;display:none;box-shadow:0 0 4px rgb(0 0 0 / .12);z-index:1;border:0 none;outline:none;cursor:pointer}@media screen and (min-width:996px){.details .screen-wrap .screenbox .det-pic-control.go{display:block}}.details .screen-wrap .screenbox #next,.details .screen-wrap .screenbox #prev{top:50%;transform:translateY(-50%);background-color:#fff;border-radius:50%}.details .screen-wrap .screenbox #next{right:16px}.details .screen-wrap .screenbox #prev{left:16px}.details .screen-wrap .screenbox #prev::before{transform:rotate(-45deg);right:10px;top:11px}.details .screen-wrap .screen{position:relative;overflow-x:auto;overflow-y:hidden;height:180px}@media screen and (max-width:996px){.details .screen-wrap .screen{padding:0 16px}}.details .screen-wrap .screen::-webkit-scrollbar{display:none}.details .screen-wrap .screen .b{height:180px;z-index:1;white-space:nowrap;user-select:none;-webkit-tap-highlight-color:#fff0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-touch-callout:none;-webkit-user-select:none;-webkit-text-size-adjust:none;text-size-adjust:none;position:absolute;font-size:0;display:flex}.details .screen-wrap .screen .screen-pswp img{background-image:url(/wp-content/themes/apksure/assets/img/lazy_img.png);background-repeat:no-repeat;background-position:center;background-color:#fff;position:relative;left:50%;transform:translate(-50%,0);width:auto}@media screen and (min-width:996px){.details .screen-wrap .screen .screen-pswp img{height:180px}}.ar_fix .title-bar{padding:10px 16px 10px 26px}.ar_fix .list-wrap .scroll-box{padding:0 16px 12px}@media screen and (min-width:720px){.ar_fix .list-wrap .scroll-box .apk:last-child{margin-right:0}}.ar_fix .list-wrap .scroll-box .apk+.apk{margin-left:0;margin-right:var(--app-horizontal-spacing)}.ar_fix .detail_container .detail_top .details_safe{left:0;right:auto}.ar_fix .detail_container .detail_top .details_safe::before{border-top:45px solid #2e9cf2;border-right:45px solid #fff0;border-left:none;right:auto;left:0;top:0}.ar_fix .detail_container .detail_top .details_safe a{position:absolute;top:2px;left:2px}.ar_fix .detail_container .detail_top .detail_banner .downalod_box a span{padding-left:initial;padding-right:32px}.ar_fix .detail_container .detail_top .detail_banner .downalod_box a span i{left:auto;right:0}.ar_fix .title-bar::after{right:auto;left:16px;-webkit-transform:rotate(135deg);transform:rotate(-45deg)}.ar_fix .corner-tag-icon-box .corner-tag-icon{margin-left:0;margin-right:4px}@media screen and (min-width:720px){.ar_fix .fancybox_custom_class .fancybox-translate ul li{float:right}}@media screen and (min-width:720px){.ar_fix .fancybox_custom_class .fancybox-translate .btn-area{text-align:left}}@media (min-width:992px){.ar_fix .container{margin-right:initial;margin-left:332px}.ar_fix .side{left:0;right:initial;margin-right:16px;margin-left:inherit}}#languages_info{color:#00a6ed;cursor:pointer;border:0 none;background-color:#fff0}.fancybox_custom_class .fancybox-languages .title,.fancybox_custom_class .fancybox-permissions .title{font-weight:500;font-size:14px;line-height:22px;color:#4B4B4B}.fancybox_custom_class .fancybox-languages ul,.fancybox_custom_class .fancybox-permissions ul{max-height:calc(80vh - 44px);overflow-y:auto;overflow-x:hidden}@media screen and (min-width:996px){.fancybox_custom_class .fancybox-languages ul,.fancybox_custom_class .fancybox-permissions ul{max-height:316px}}.fancybox_custom_class .fancybox-languages ul li,.fancybox_custom_class .fancybox-permissions ul li{width:100%;font-size:12px;line-height:20px;color:#777;margin-top:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fancybox_custom_class .fancybox-languages ul li{width:50%;float:left}.fancybox_custom_class .fancybox-languages,.fancybox_custom_class .fancybox-permissions{padding:11px 16px;box-sizing:border-box;border-radius:8px;height:80vh}@media screen and (min-width:996px){.fancybox_custom_class .fancybox-languages,.fancybox_custom_class .fancybox-permissions{width:480px;height:initial}}.screenbox #next::before,.screenbox #prev::before{content:" ";position:absolute;display:inline-block;align-self:center;width:8px;height:8px;border:2px solid #868686;border-right:0;border-bottom:0;-webkit-transform:rotate(135deg);transform:rotate(135deg);flex-shrink:0;right:13px;top:11px}.details-tube{position:relative;width:320px;background-size:cover;background-position:center}.details-tube .tube-lazy{height:100%;background-repeat:no-repeat;background-size:100%;background-position:center}.details-tube .play{width:100%;height:100%;left:0;top:0;z-index:11;display:block;position:absolute}.details .screen a.screen-pswp,.details .screen .details-tube{overflow:hidden;height:180px;margin-right:8px;vertical-align:middle;cursor:pointer}.details .screen a.screen-pswp:last-child,.details .screen .details-tube:last-child{margin-right:16px}@media screen and (min-width:996px){.details .screen a.screen-pswp:last-child,.details .screen .details-tube:last-child{margin-right:0}}.detail_container .cmt-tube .cmt-play,.detail_container .details-tube .play{background-image:none;width:40px;height:40px;background-color:rgb(0 0 0 / .3);left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%}.detail_container .cmt-tube .cmt-play i,.detail_container .details-tube .play i{width:24px;height:24px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.detail_container .cmt-tube .cmt-play:hover,.detail_container .details-tube .play:hover{background-color:rgb(0 0 0 / .5)}.pre_pop_pre_register{display:none}.apk-list-with,.detail_container .side .module,.versions-main .detail-right .module{margin-bottom:var(--model-spacing);background-color:#fff}@media screen and (min-width:720px){.apk-list-with .detail-news-article-list .detail-news-article-item{width:25%}}.apk-list-with .pre-reg-count-text{line-height:20px;font-size:12px;color:#00a6ed;font-weight:400;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mfp-hide{display:none}.fancybox_custom_class{padding:0 8px;box-sizing:border-box}.fancybox_custom_class .fancybox-translate{padding:0;box-sizing:border-box;border-radius:12px 12px 0 0;width:100%;height:66vh}@media screen and (min-width:720px){.fancybox_custom_class .fancybox-translate{border-radius:12px;height:auto;width:592px}}.fancybox_custom_class .fancybox-translate .title{padding:15px 16px;font-size:14px;color:#8B8B8B}@media screen and (min-width:720px){.fancybox_custom_class .fancybox-translate .title{padding:15px 32px}}.fancybox_custom_class .fancybox-translate ul{max-height:calc(66vh - 108px);overflow-y:auto;overflow-x:hidden;padding:16px 0;border-width:1px 0;border-style:solid;border-color:#E7E7E7;box-sizing:border-box}@media screen and (min-width:720px){.fancybox_custom_class .fancybox-translate ul{height:272px;padding-right:16px}}.fancybox_custom_class .fancybox-translate ul li{width:100%;font-size:14px;line-height:40px;color:#4B4B4B;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 16px;position:relative;cursor:pointer}@media screen and (min-width:720px){.fancybox_custom_class .fancybox-translate ul li{margin-left:16px;width:calc(33.33% - 16px);float:left;border-radius:4px}}.fancybox_custom_class .fancybox-translate ul li .icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:none}.fancybox_custom_class .fancybox-translate ul li.active,.fancybox_custom_class .fancybox-translate ul li:hover{background:rgb(26 115 232 / .1);color:#1A73E8}.fancybox_custom_class .fancybox-translate ul li.active .icon{display:block}.fancybox_custom_class .fancybox-translate ul::after{display:block;content:'';height:0;line-height:0;clear:both;visibility:hidden}.fancybox_custom_class .fancybox-translate .btn-area{height:56px;padding:10px 16px;display:flex}@media screen and (min-width:720px){.fancybox_custom_class .fancybox-translate .btn-area{display:block;text-align:right}}.fancybox_custom_class .fancybox-translate .btn-area button{flex:1;border:0 none;outline:none;height:36px;line-height:36px;cursor:pointer}@media screen and (min-width:720px){.fancybox_custom_class .fancybox-translate .btn-area button{flex:0;min-width:120px}}.fancybox_custom_class .fancybox-translate .btn-area button:hover{opacity:.9}.fancybox_custom_class .fancybox-translate .btn-area button+button{margin-left:16px}.fancybox_custom_class .fancybox-translate .btn-area button.cancel-btn{color:#1A73E8;background-color:#fff}.fancybox_custom_class .fancybox-translate .btn-area button.confirm-btn{color:#fff;background:#1A73E8;border-radius:4px}@media screen and (min-width:720px){.fancybox_custom_class .fancybox-slide{min-width:none}}.fancybox_custom_class .fancybox-slide::before{vertical-align:bottom}@media screen and (min-width:720px){.fancybox_custom_class .fancybox-slide::before{vertical-align:middle}}.fancybox_custom_class .fancybox-slide--html{padding-bottom:0}.ar_fix .bread_crumbs>a{padding-left:16px;padding-right:initial}.ar_fix .bread_crumbs>a::before{left:6px;right:initial;border-color:#fff0 #fff0 #C5C5C5 #C5C5C5}.ar_fix .other-infos{text-align:end}.ar_fix .version-list .version-item .version-info .apk-name{margin-right:0;margin-left:20px}.ar_fix .version-list .version-item .download svg{margin-right:auto;margin-left:4px}.ar_fix .version-list .version-item .download svg{margin-right:auto;margin-left:4px}.ar_fix .fancybox_custom_class .fancybox-translate .title{text-align:right}.ar_fix .fancybox_custom_class .fancybox-translate ul li{text-align:right}.ar_fix .fancybox_custom_class .fancybox-translate ul li .icon{left:16px;right:auto}.ar_fix .fancybox_custom_class .fancybox-translate .fancybox-button{right:auto;left:0}.ar_fix .fancybox_custom_class .fancybox-translate .btn-area{direction:rtl}.ar_fix .fancybox_custom_class .fancybox-translate .btn-area button+button{margin-right:16px;margin-left:0}.ar_fix .above-info .description h2{margin-right:initial;margin-left:8px}.ar_fix .above-info .description .translate-btns .translate-btn.more{padding-right:8px;padding-left:20px}.ar_fix .above-info .description .translate-btns .translate-btn.more::after{right:auto;left:8px}@media screen and (min-width:720px){.ar_fix .side .discover .apk-list-with .scroll-box .apk:last-child{margin-right:0}}.ar_fix .side .discover .apk-list-with .scroll-box .apk+.apk{margin-left:0;margin-right:var(--app-horizontal-spacing)}@media screen and (min-width:996px){.ar_fix .side .discover .apk-list-with .scroll-box .apk+.apk{margin-right:0}}.ar_fix .apk-list-with .detail-news-article-list{padding:0 16px 12px 8px}.ar_fix .apk-list-with .detail-news-article-list .detail-news-article-item{padding-left:8px;padding-right:0}.ar_fix .show-more span{padding-right:0;padding-left:22px}.ar_fix .show-more span::after{right:initial;left:3px}.ar_fix .details .screen a.screen-pswp,.ar_fix .details .screen a.details-tube{margin-right:0;margin-left:8px}.ar_fix .details .screen a.screen-pswp:last-child,.ar_fix .details .screen a.details-tube:last-child{margin-right:0;margin-left:0}.ar_fix .details .screen a.screen-pswp:first-child,.ar_fix .details .screen a.details-tube:first-child{margin-right:16px}@media screen and (min-width:996px){.ar_fix .details .screen a.screen-pswp:first-child,.ar_fix .details .screen a.details-tube:first-child{margin-right:0}}@keyframes loading-animation{0%,100%{box-shadow:10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf}25%{box-shadow:-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf,10px 10px #4f4d49}50%{box-shadow:-10px -10px #4f4d49,10px -10px #dfdfdf,10px 10px #4f4d49,-10px 10px #dfdfdf}75%{box-shadow:10px -10px #dfdfdf,10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49}}@-o-keyframes loading-animation{0%,100%{box-shadow:10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf}25%{box-shadow:-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf,10px 10px #4f4d49}50%{box-shadow:-10px -10px #4f4d49,10px -10px #dfdfdf,10px 10px #4f4d49,-10px 10px #dfdfdf}75%{box-shadow:10px -10px #dfdfdf,10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49}}@-ms-keyframes loading-animation{0%,100%{box-shadow:10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf}25%{box-shadow:-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf,10px 10px #4f4d49}50%{box-shadow:-10px -10px #4f4d49,10px -10px #dfdfdf,10px 10px #4f4d49,-10px 10px #dfdfdf}75%{box-shadow:10px -10px #dfdfdf,10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49}}@-webkit-keyframes loading-animation{0%,100%{box-shadow:10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf}25%{box-shadow:-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf,10px 10px #4f4d49}50%{box-shadow:-10px -10px #4f4d49,10px -10px #dfdfdf,10px 10px #4f4d49,-10px 10px #dfdfdf}75%{box-shadow:10px -10px #dfdfdf,10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49}}@-moz-keyframes loading-animation{0%,100%{box-shadow:10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf}25%{box-shadow:-10px 10px #dfdfdf,-10px -10px #4f4d49,10px -10px #dfdfdf,10px 10px #4f4d49}50%{box-shadow:-10px -10px #4f4d49,10px -10px #dfdfdf,10px 10px #4f4d49,-10px 10px #dfdfdf}75%{box-shadow:10px -10px #dfdfdf,10px 10px #4f4d49,-10px 10px #dfdfdf,-10px -10px #4f4d49}}@keyframes download-rotate{from{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(360deg)}}html[lang="ja"] .detail_container .detail_top .detail_banner .apk_info .info .title_link h1,html[lang="th-TH"] .detail_container .detail_top .detail_banner .apk_info .info .title_link h1,html[lang="ar"] .detail_container .detail_top .detail_banner .apk_info .info .title_link h1,html[lang="ur"] .detail_container .detail_top .detail_banner .apk_info .info .title_link h1{font-weight:700}html[lang="ja"] .above-info .description h2,html[lang="th-TH"] .above-info .description h2,html[lang="ar"] .above-info .description h2,html[lang="ur"] .above-info .description h2{font-weight:700}html[lang="ja"] .additional h3,html[lang="th-TH"] .additional h3,html[lang="ar"] .additional h3,html[lang="ur"] .additional h3{font-weight:700}html[lang="ja"] .detail_container .detail_top .detail_banner .downalod_box .price,html[lang="th-TH"] .detail_container .detail_top .detail_banner .downalod_box .price,html[lang="ar"] .detail_container .detail_top .detail_banner .downalod_box .price,html[lang="ur"] .detail_container .detail_top .detail_banner .downalod_box .price{font-weight:700}html[lang="ja"] .detail_container .aegon-down-item .text .tit,html[lang="th-TH"] .detail_container .aegon-down-item .text .tit,html[lang="ar"] .detail_container .aegon-down-item .text .tit,html[lang="ur"] .detail_container .aegon-down-item .text .tit{font-weight:700}html[lang="ja"] .version-list .version-item .version-info .apk-name,html[lang="th-TH"] .version-list .version-item .version-info .apk-name,html[lang="ar"] .version-list .version-item .version-info .apk-name,html[lang="ur"] .version-list .version-item .version-info .apk-name{font-weight:700}html[lang="ja"] .title-bar h3,html[lang="th-TH"] .title-bar h3,html[lang="ar"] .title-bar h3,html[lang="ur"] .title-bar h3{font-weight:700}html[lang="ja"] .faq-box #faq_content .content h4,html[lang="th-TH"] .faq-box #faq_content .content h4,html[lang="ar"] .faq-box #faq_content .content h4,html[lang="ur"] .faq-box #faq_content .content h4{font-weight:700}html[lang="ja"] .list-wrap .scroll-box .apk .content .title,html[lang="th-TH"] .list-wrap .scroll-box .apk .content .title,html[lang="ar"] .list-wrap .scroll-box .apk .content .title,html[lang="ur"] .list-wrap .scroll-box .apk .content .title{font-weight:700}html[lang="ja"] .detail-related-article-list .detail-related-article-item-title,html[lang="th-TH"] .detail-related-article-list .detail-related-article-item-title,html[lang="ar"] .detail-related-article-list .detail-related-article-item-title,html[lang="ur"] .detail-related-article-list .detail-related-article-item-title{font-weight:700}html[lang="ja"] .fancybox_custom_class .fancybox-languages .title,html[lang="ja"] .fancybox_custom_class .fancybox-permissions .title,html[lang="th-TH"] .fancybox_custom_class .fancybox-languages .title,html[lang="th-TH"] .fancybox_custom_class .fancybox-permissions .title,html[lang="ar"] .fancybox_custom_class .fancybox-languages .title,html[lang="ar"] .fancybox_custom_class .fancybox-permissions .title,html[lang="ur"] .fancybox_custom_class .fancybox-languages .title,html[lang="ur"] .fancybox_custom_class .fancybox-permissions .title{font-weight:700}html[dir="rtl"] .available-box a.windows::before{margin-left:4px;margin-right:0}.debut-game{animation-duration:.5s;animation-fill-mode:both;animation-name:slideInRight;display:flex;flex-direction:column;position:fixed;right:10px;bottom:110px;width:72px;height:72px;z-index:99999}@media screen and (min-width:720px) and (max-width:995px){.debut-game{width:100px;height:100px}}@media screen and (min-width:996px){.debut-game{right:24px;width:110px;height:110px}}.debut-game .btn{width:16px;height:16px;background-color:rgb(0 0 0 / .3);border-radius:50%;position:absolute;cursor:pointer;right:0;top:0}.debut-game .btn::after,.debut-game .btn::before{content:'';position:absolute;top:50%;left:50%;width:1px;height:8px;background-color:#fff}.debut-game .btn::before{transform:translate(-50%,-50%) rotate(45deg)}.debut-game .btn::after{transform:translate(-50%,-50%) rotate(-45deg)}.debut-game img{width:100%;height:100%}.user_sub_container{display:none;width:100%;position:fixed;bottom:8px;background:#FFF;box-shadow:0 0 12px rgb(0 0 0 / .12);border-radius:8px;box-sizing:border-box;padding:16px;z-index:999991;animation:usersubin 225ms cubic-bezier(0,0,.2,1);transform:translateY(0);transition:height .5s;height:max-content;justify-content:center;align-items:center}@keyframes usersubin{from{transform:translateY(100%)}to{transform:translateY(0)}}.ar_fix .user_sub_box .sub_button{margin-right:36px}.user_sub_box .sub_top{flex:1}.user_sub_box .sub_top .sub_title{color:#4B4B4B;font-size:16px;line-height:24px;font-weight:500}.user_sub_box .sub_top .sub_desc{color:#8B8B8B;margin-top:8px;font-size:12px;line-height:16px;margin-bottom:16px}.user_sub_box .sub_bottom{display:flex;justify-content:flex-end;align-items:center}.user_sub_box .sub_bottom .sub_button{background:#4087F7;border-radius:4px;padding:8px 16px;font-size:12px;color:#FFF;cursor:pointer}.user_sub_box .close_button{color:#4087F7;font-size:12px;line-height:16px;margin-right:36px;cursor:pointer}.sub_success_box{display:none}.sub_success_content{display:flex;flex-direction:column;align-items:center;margin-bottom:6px}.sub_success_content .success_title{margin:4px 0;color:#4B4B4B;font-weight:500;font-size:16px;line-height:24px}.sub_success_content .success_desc{font-size:12px;line-height:16px;color:#A6A6A6}.user_sub_common_warp{width:auto;left:0;right:0;margin:0 8px}@media screen and (min-width:720px){.user_sub_common_warp{top:80px;width:377px;right:0;left:auto}}@media screen and (min-width:720px) and (max-width:995px){.user_sub_common_warp{bottom:8px;top:auto}}@media screen and (min-width:720px){.ar_fix .user_sub_common_warp{left:0;right:auto}}.follow_fancybox_custom_class .cmt-popup{margin:0 auto}.follow-warp{position:relative;display:flex;justify-content:space-between;gap:20px}.follow-warp.details{margin-bottom:12px;margin-top:12px}.follow-warp.normal-download{padding:0 16px}@media screen and (min-width:720px){.follow-warp.details{margin-bottom:0;margin-top:8px}}.follow-warp .plus{display:inline-block;width:10px;height:10px;position:relative}.follow-warp .plus:before,.follow-warp .plus:after{content:"";display:block;position:absolute;background-color:#6E6D79}.follow-warp .plus:before{width:100%;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.follow-warp .plus:after{height:100%;width:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.follow-warp .custom-details-share-box{display:flex;gap:6px}.follow-warp .custom-details-share-box .share-counter{color:#6E6D79;font-weight:500;margin:0;cursor:initial;font-size:12px;background-color:#F2F5F9;border-radius:4px}.follow-warp .custom-details-share-box .share-counter::after{top:33%;border-color:#fff0 #F2F5F9 #fff0 #fff0}.follow-warp .custom-details-share-box svg{fill:#6E6D79;width:initial;height:initial}.follow-warp .custom-details-share-box button{height:32px;width:32px;border:1px solid #E7E7E7;border-radius:4px;box-sizing:border-box;padding-top:2px;background-color:#FFF;cursor:pointer}.follow-warp .custom-details-share-box button:active{background:rgb(64 135 247 / .1);border-color:#fff0}.follow-warp .custom-details-share-box button:active svg{fill:#4087F7}@media (any-hover:hover){.follow-warp .custom-details-share-box button:hover{background:rgb(64 135 247 / .1);border-color:#fff0}.follow-warp .custom-details-share-box button:hover svg{fill:#4087F7}}.follow-warp .custom-details-share-box button.share-more:active svg{stroke:#4087F7}@media (any-hover:hover){.follow-warp .custom-details-share-box button.share-more:hover svg{stroke:#4087F7}}.follow-warp .custom-details-share-box button.share-more svg{stroke:#6E6D79;fill:#fff0}.follow-warp .follow-but{cursor:pointer;flex-shrink:0;color:#6E6D79;font-size:12px;line-height:20px;padding:6px 8px;width:70px;height:32px;border:1px solid #E7E7E7;background-color:#FFF;border-radius:4px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.follow-warp .follow-but:active{background:rgb(250 139 22 / .1);color:var(--color_rates);border-color:#fff0}.follow-warp .follow-but:active .plus:before,.follow-warp .follow-but:active .plus:after{background-color:var(--color_rates)}@media (any-hover:hover){.follow-warp .follow-but:hover{background:rgb(250 139 22 / .1);color:var(--color_rates);border-color:#fff0}.follow-warp .follow-but:hover .plus:before,.follow-warp .follow-but:hover .plus:after{background-color:var(--color_rates)}}.follow-warp .follow-but.follow-but-pc[data-follow="false"]:hover::after{content:attr(data-title);background:#FFF4E8;border-radius:4px;display:block;position:absolute;bottom:40px;width:max-content;right:0;font-size:12px;line-height:20px;color:var(--color_rates);padding:4px 8px;overflow:hidden;white-space:initial;z-index:2;max-width:600px}@media screen and (max-width:719px){.follow-warp .follow-but.follow-but-pc[data-follow="false"]:hover::after{width:auto}}.follow-warp .follow-but.follow-but-pc[data-follow="false"]:hover::before{content:" ";position:absolute;width:0;height:0;top:-16px;right:4px;border-left:10px solid #fff0;border-right:10px solid #fff0;border-top:14px solid #fff4e8;z-index:1}.ar_fix .follow-warp .follow-but.follow-but-pc[data-follow="false"]:hover::before{left:4px;right:initial}.ar_fix .follow-warp .follow-but.follow-but-pc[data-follow="false"]:hover::after{left:0;right:initial}.faq-box{background-color:#FFF;counter-reset:chapter}.faq-box .title-bar.no-more::after{display:none}.faq-box .title-bar{padding:0;min-height:initial}.faq-box .title-bar h3{color:#3C4043;font-size:16px;line-height:24px;font-weight:500}.faq-box #faq_content{max-height:200px;overflow:hidden}.faq-box #faq_content .content{font-weight:400;font-size:13px;line-height:22px;color:#5E5E5E}.faq-box #faq_content .content a:hover{text-decoration:underline}.faq-box #faq_content .content h4{font-weight:500;font-size:14px;line-height:22px;color:#3C4043;padding-top:12px}.faq-box #faq_content .content h4:first-child{padding-top:10px}.faq-box #faq_content .content h4::before{counter-increment:chapter;content:counter(chapter)'. '}.faq-box #faq_content .content h4+div,.faq-box #faq_content .content h4+p{margin-top:4px}#faq_content a{color:#00A6ED}.faq-box .faq_showmore_trigger{display:none;position:relative;color:#00a6ed;font-size:13px;line-height:22px}.faq-box .faq_showmore_trigger span{cursor:pointer;padding-right:20px;display:inline-block;color:#00a6ed;text-decoration:none;position:relative}.faq-box .faq_showmore_trigger .faq-show-more-end{position:absolute;top:-36px;height:36px;left:0;right:0;background:linear-gradient(180deg,#fff0 -22.62%,#FFFFFF 71.88%)}.faq_showmore_trigger span::after{content:" ";position:absolute;width:6px;height:6px;border:2px solid #00a6ed;border-left:0;border-top:0;transform:rotate(45deg);flex-shrink:0;right:4px;top:6px}.faq_showmore_trigger span.active::after{transform:rotate(-135deg);top:10px}.faq-box .faq_showmore_trigger span.active{margin-top:10px}.faq-box-pc{margin:20px}.faq-box-pc-download{padding:20px 16px;margin-bottom:20px}.faq-box-m{padding:10px 15px}.faq-box-m-download{padding:10px 16px;margin-bottom:4px}.faq-box-pre-reg{padding:12px 16px;margin-bottom:4px}.faq-box-details{padding:10px 16px 12px;margin-bottom:4px}.faq-box-details #faq_content .content{padding:0}html[lang="ja"] .faq-box #faq_content .content h4,html[lang="th-TH"] .faq-box #faq_content .content h4,html[lang="ar"] .faq-box #faq_content .content h4,html[lang="ur"] .faq-box #faq_content .content h4{font-weight:700}@media (min-width:992px){.faq-box-pre-reg{margin-bottom:8px;padding:12px 20px}.faq-box-details{margin-bottom:8px}.faq-box-download{margin-bottom:4px}}.telegram-btn{font-size:14px;padding:0 16px;box-sizing:border-box;background-color:#0088cc!important;fill:#fff;color:#fff;border-radius:4px;align-items:center;height:40px;width:max-content;max-width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;gap:8px}.telegram-btn.mt-large{margin-top:8px}.telegram-btn.mb-large{margin-bottom:8px}.telegram-btn.download{width:auto;height:50px;padding:0 16px;justify-content:space-between}@media screen and (min-width:720px){.telegram-btn.download{width:260px;height:40px;justify-content:center}}.telegram-btn.download svg{order:2;width:24px;height:24px}@media screen and (min-width:720px){.telegram-btn.download svg{order:0;width:14px;height:14px}}.telegram-btn.details,.telegram-btn.download_normal{width:auto}.telegram-btn.pre_reg{width:auto;height:auto;box-sizing:initial}.telegram-btn svg{width:14px;height:14px;flex-shrink:0;margin-top:3px}.telegram-btn .text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:initial!important}.telegram-btn:hover{opacity:.9;color:#fff}.icon-phone::before{content:"";width:16px;height:16px;display:inline-block;background:url(/wp-content/themes/apksure/assets/img/icon-phone.svg) no-repeat center;margin:0 3px 0 0}.icon-browser::before{content:"";width:16px;height:16px;display:inline-block;background:url(/wp-content/themes/apksure/assets/img/icon-browser.svg) no-repeat center;margin:0 3px 0 0}.icon-author::after{content:"";width:20px;height:20px;display:inline-block;background:url(/wp-content/themes/apksure/assets/img/icon-author.svg) no-repeat center/120%}html[dir=rtl] .icon-phone::before,html[dir=rtl] .icon-browser::before{margin:0 0 0 3px}.rating-card{display:flex;justify-content:space-between;padding:12px 16px;background:#fff;border-radius:8px;margin-bottom:5px}.user-reviews_card .rating-card{padding:12px 5px}.rating-card .rating-left{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#8b8b8b}.rating-card .rating-left span{font-size:12px;line-height:16px;width:max-content}.rating-card .rating-left .rating-score{font-weight:500;font-size:24px;line-height:32px;display:flex;align-items:center;text-align:center;color:#5e5e5e}.rating-card .rating-right{display:flex;flex-direction:column;width:100%;margin-left:16px;line-height:normal;color:#5e5e5e;font-size:12px}.rating-card .rating-right .rating-bar{display:flex;flex-direction:row;align-items:center;padding:0;gap:6px}.rating-card .rating-right .rating-bar .rating-per{transition:width .25s ease;display:inline-block;height:8px;opacity:.8;min-width:1%;border-radius:4px}#comment .rating-card{border:none}.rating-5{background:#57bb8a}.rating-4{background:#9ace6a}.rating-3{background:#ffcf02}.rating-2{background:#ff9f02}.rating-1{background:#ff6f31}.rating-gray{background:#f2f5f9}.ar_fix .rating-card .rating-right{margin-left:0;margin-right:16px}button{background:0 0;border:none;color:inherit;cursor:pointer;outline:none}svg:focus{outline:none}.icon-arrow-bottom::after{content:"";width:14px;height:8px;display:inline-block;background:url(/wp-content/themes/apksure/assets/img/icon-arrow-bottom.svg) no-repeat center}[data-toggle=dropdown]{display:flex;align-items:center;color:#8b8b8b;font-size:12px;padding:14px 0;line-height:16px}[data-toggle=dropdown] span{padding:0 3px;width:max-content}.dotdotdot{color:#a6a6a6}.dotdotdot:active{color:#00a6ed}@media(any-hover:hover){.dotdotdot:hover{color:#00a6ed}}.cmt-dropdown{position:relative;direction:ltr}.cmt-open .cmt-menu{display:block}.cmt-menu{direction:ltr;display:none;position:absolute;top:100%;right:0;overflow:hidden;z-index:999999;background-color:#fff;border:1px solid #f0f2f4;box-shadow:0 4px 4px rgb(0 0 0 / .08);border-radius:8px}.cmt-menu-body{display:block;overflow:hidden;padding:8px 0}.cmt-menu-body a,.cmt-menu-body button{display:block;white-space:nowrap;background:0 0;padding:0 16px;height:30px;line-height:30px;color:#5e5e5e;font-weight:400}.cmt-menu-body a:active,.cmt-menu-body button:active{background-color:#f2f5f9;color:#00a6ed}@media(any-hover:hover){.cmt-menu-body a:hover,.cmt-menu-body button:hover{background-color:#f2f5f9;color:#00a6ed}}.cmt-root-more-btn,.cmt-cl-more-btn{position:absolute;right:0}.cmt-root-more-btn label,.cmt-cl-more-btn label{cursor:pointer}.cmt-root-more-btn input,.cmt-cl-more-btn input{display:none}.cmt-root-more-btn input:checked~.menu-more,.cmt-cl-more-btn input:checked~.menu-more{display:block}.menu-more{font-size:13px}#publish{background:#fff;padding:0 16px 16px}[placeholder]:empty::before{content:attr(placeholder);color:#a6a6a6}[placeholder]:empty:focus::before{content:""}[contenteditable=true]:empty:not(:focus):before{content:attr(data-ph);color:grey;font-style:italic}.cmt-no-posts{background:#fff}html[dir=rtl] .menu-more{right:auto;left:0}.cmt-tabs{border-bottom:1px solid #eee}.cmt-tabs li{width:50%;float:left}.cmt-tabs li a.on{color:#24cd77;border-bottom-color:#24cd77}.cmt-tabs li a span{color:#bbb}.cmt-tabs li:nth-child(2) a{border-left:1px solid #eee}.cmt-tabs li a{text-align:center;display:block;padding:12px 10px 8px;border-bottom:4px solid #fff0;font-size:16px;line-height:25px;color:#666}.cmt-developer-badge i{background-image:url(/wp-content/themes/apksure/assets/img/badge_developer_v1.svg);margin:0 3px;top:3px;position:relative;display:inline-block;background-size:16px;width:16px;height:16px}.cmt-review-other{color:#8d979c;text-align:center;padding:10px 0;background:#f9f9f9}.cmt-tube{position:relative;background-position:center;background-repeat:no-repeat;-moz-transition:opacity .5s cubic-bezier(0,0,.2,1);-webkit-transition:opacity .5s cubic-bezier(0,0,.2,1);transition:opacity .5s cubic-bezier(0,0,.2,1);background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;max-width:302px;height:170px;margin:4px 0;background-color:#000}.cmt-tube-overlay{position:absolute;z-index:10;left:0;right:0;top:0;bottom:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);filter:alpha(opacity=50);opacity:.5;background-color:#000}.cmt-tube-time{color:#fff;z-index:10;text-align:center;font-weight:bolder;position:absolute;left:0;right:0;bottom:27px}.cmt-tube .cmt-play{width:100%;height:100%;left:0;top:0;z-index:11;display:block;position:absolute;background-repeat:no-repeat;background-position:center}.cssload-spin-box{position:absolute;margin:auto;left:0;top:0;bottom:0;right:0;width:15px;height:15px;border-radius:100%;box-shadow:15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf;-o-box-shadow:15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf;-ms-box-shadow:15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf;-webkit-box-shadow:15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf;-moz-box-shadow:15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf;animation:cssload-spin ease infinite 4.6s;-o-animation:cssload-spin ease infinite 4.6s;-ms-animation:cssload-spin ease infinite 4.6s;-webkit-animation:cssload-spin ease infinite 4.6s;-moz-animation:cssload-spin ease infinite 4.6s}@keyframes cssload-spin{0%,100%{box-shadow:15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf}25%{box-shadow:-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf,15px 15px #4f4d49}50%{box-shadow:-15px -15px #4f4d49,15px -15px #dfdfdf,15px 15px #4f4d49,-15px 15px #dfdfdf}75%{box-shadow:15px -15px #dfdfdf,15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49}}@-o-keyframes cssload-spin{0%,100%{box-shadow:15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf}25%{box-shadow:-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf,15px 15px #4f4d49}50%{box-shadow:-15px -15px #4f4d49,15px -15px #dfdfdf,15px 15px #4f4d49,-15px 15px #dfdfdf}75%{box-shadow:15px -15px #dfdfdf,15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49}}@-ms-keyframes cssload-spin{0%,100%{box-shadow:15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf}25%{box-shadow:-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf,15px 15px #4f4d49}50%{box-shadow:-15px -15px #4f4d49,15px -15px #dfdfdf,15px 15px #4f4d49,-15px 15px #dfdfdf}75%{box-shadow:15px -15px #dfdfdf,15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49}}@-webkit-keyframes cssload-spin{0%,100%{box-shadow:15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf}25%{box-shadow:-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf,15px 15px #4f4d49}50%{box-shadow:-15px -15px #4f4d49,15px -15px #dfdfdf,15px 15px #4f4d49,-15px 15px #dfdfdf}75%{box-shadow:15px -15px #dfdfdf,15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49}}@-moz-keyframes cssload-spin{0%,100%{box-shadow:15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf}25%{box-shadow:-15px 15px #dfdfdf,-15px -15px #4f4d49,15px -15px #dfdfdf,15px 15px #4f4d49}50%{box-shadow:-15px -15px #4f4d49,15px -15px #dfdfdf,15px 15px #4f4d49,-15px 15px #dfdfdf}75%{box-shadow:15px -15px #dfdfdf,15px 15px #4f4d49,-15px 15px #dfdfdf,-15px -15px #4f4d49}}.cmt-hide{display:none!important}.cmt-top{padding:15px}.cmt-container button{cursor:pointer}.cmt-container .iconfont{font-size:12px;color:#bfbfbf}.cmt-container .input input{margin:0;outline:none;-webkit-appearance:none;tap-highlight-color:#fff0;padding:8px 10px;font-size:14px;line-height:14px;background:#fff;border:1px solid #ccc;color:#555;border-radius:3px;width:100%;box-sizing:border-box;margin-bottom:10px}.cmt-container form .input input:focus{border-color:#24cd77}.cmt-container [disabled=disabled]{cursor:not-allowed}.cmt-collapsed>a{font-size:13px;display:block;text-align:center;padding:8px 14px;border-top:1px solid #eee}.cmt-root>.cmt-collapsed>a{border-top:0}.cmt-collapsed:hover{background:#f2f5f9}.cmt-total{height:30px;line-height:30px}.cmt-total>h3{padding-left:8px;font-size:16px;border-left:4px solid #24cd77}.cmt-caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid #fff0;border-left:4px solid #fff0}.cmt-loader,.cmt-ok,.cmt-alert-error{margin-right:5px}.cmt-loader,.cmt-ok{width:26px;height:26px;display:none;margin-top:4px}.cmt-loader{background:url(/wp-content/themes/apksure/assets/img/loader.gif) no-repeat center}.cmt-ok{background-image:url(/wp-content/themes/apksure/assets/img/comment.png);background-position:0 -262px}.cmt-alert-error{line-height:34px;font-size:14px;color:#d41a2b;display:block}.cmt-wrong{line-height:150px;text-align:center;font-size:16px;color:#d41a2b;display:none}button.cmt-disabled{background:#c3c3c3!important;cursor:not-allowed}.cmt-user-pic{display:inline-block;width:30px;height:30px}.cmt-user-pic img{width:100%;border-radius:50%;margin-top:-3px}#cmt-loading{position:relative;min-height:107px;display:none}.cmt-auth-third-menu li{margin-right:3px}.cmt-auth-facebook a,.cmt-auth-google a,.cmt-auth-twitter a{background-image:url(/wp-content/themes/apksure/assets/img/user_v1.png);width:45px;height:45px;display:block}.cmt-auth-facebook a{background-position:0 0}.cmt-auth-google a{background-position:0 -90px}.cmt-auth-twitter a{background-position:0 -45px}.cmt-order{margin-top:30px}.cmt-review-msg{line-height:18px;text-align:center;color:#d41a2b}.cmt-cl-review{padding-left:10px;margin-left:70px}.cmt-root-cl-cont{position:relative}.cmt-root-cl-cont:hover .cmt-report{display:block}.cmt-root-icon img,.cmt-cl-icon img{width:100%;height:100%;border-radius:50%}.cmt-root .cmt-reply-cont{margin:0 0 0 46px}.cmt-cl .cmt-reply-cont{margin:0 0 0 92px}.cmt-root-message>p,.cmt-cl-message>p,.cmt-cls ul li{line-height:20px;word-wrap:break-word;font-family:helvetica neue,arial,sans-serif;font-weight:400;color:#555}.cmt-root-message>p a.cmt-go,.cmt-cl-message>p a.cmt-go{color:#5e5e5e;max-height:66px;overflow:hidden;line-height:22px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:15px}p.cmt-title,p.cmt-title a.cmt-go{color:#333;line-height:30px;font-size:16px;font-weight:500}.cmt-root-message a.cmt-message-pic>img,.cmt-cl-message a.cmt-message-pic>img,.cmt-root-message a.cmt-message-pic>div,.cmt-cl-message a.cmt-message-pic>div{width:240px;max-width:240px;height:150px;margin:5px 0;background:#f8f8f8 url(/wp-content/themes/apksure/assets/img/lazy_img.png) no-repeat center center}.cmt-root-message a.cmt-title-pic>img{width:480px;max-width:480px;height:240px;margin:5px 0;background:#f8f8f8 url(/wp-content/themes/apksure/assets/img/lazy_img.png) no-repeat center center}.cmt-root-message a.cmt-message-pic>div,.cmt-cl-message a.cmt-message-pic>div{display:inline-block}.icon-account,.icon-email,.icon-password,.icon-code{font-size:20px!important;line-height:28px;color:#dbdbdb;left:0;top:20px;width:30px;height:28px;position:absolute}.icon-post{color:#fff!important;display:inline-block;margin-left:5px}.icon-web,.icon-mobile,.icon-reply,.icon-reply-to,.icon-delete{margin-right:3px}.cmt-vote-up{color:#fa8b15}.cmt-vote-down{color:#24cd77}.cmt-auth-cancle{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.cmt-auth-cancle:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}.cmt-root-more{margin:6px 0;padding:0 15px;line-height:28px}.cmt-root-more a{cursor:pointer}.cmt-root-more .cmt-loader{margin-right:25px;margin-top:0}.cmt-btn-busy{color:#999;background:#ebeef2;cursor:not-allowed}.cmt-emoji-cont{position:absolute;margin-top:5px;width:216px;z-index:9999;background-color:#fff;border-radius:6px;border:1px solid rgb(0 0 0 / .2);display:none}.cmt-emoji-arrow{left:14px;top:-11px;border-width:11px;border-top-width:0;border-color:#fff0;border-bottom-color:rgb(0 0 0 / .25);position:absolute;display:block;width:0;height:0;border-style:solid}.cmt-emoji-arrow:after{position:absolute;display:block;width:0;height:0;border-color:#fff0;border-style:solid;content:"";border-width:10px;top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.cmt-emoji-list{height:85px;overflow-x:hidden;overflow-y:auto}.cmt-emoji-list li{padding:5px;float:left;width:32px;height:32px;cursor:pointer;border-left:1px dashed #e5e5e5;border-top:1px dashed #e5e5e5}.cmt-emoji-list li:hover{background:#f2f2f2}.cmt-emoji-list li:nth-child(5n+1){border-left:none}.cmt-emoji-list li:nth-child(-n+5){border-top:none}.cmt-emoji-list li img{margin-top:5px!important;margin-left:4px!important;transition:transform .15s cubic-bezier(.3,0,.2,2)}.cmt-emoji-list li:hover img{transform:scale(1.2)}.cmt-emoji-open{display:block}.cmt-icon-emoji,.cmt-icon-image,.cmt-icon-tube{display:inline-block;height:16px;width:16px;background-size:16px;background-position:center;background-repeat:no-repeat}.cmt-icon-emoji{background-image:url(/wp-content/themes/apksure/assets/img/emojione.svg)}.cmt-icon-tube{background-image:url(/wp-content/themes/apksure/assets/img/cmt_tube.svg)}.cmt-icon-image{background-image:url(/wp-content/themes/apksure/assets/img/cmt_image.svg)}.cmt-btn-emoji,.cmt-btn-image,.cmt-btn-tube{border-style:none;background-color:#fff0;margin-left:12px;margin-top:12px}.cmt-inset-tube{display:inline-block}.cmt-emoji-sidebar::-webkit-scrollbar{width:8px;height:8px}.cmt-emoji-sidebar::-webkit-scrollbar-track{border-radius:8px}.cmt-emoji-sidebar::-webkit-scrollbar-thumb{background:#ccc;border-radius:8px}.cmt-emoji-sidebar::-webkit-scrollbar-thumb:hover{background:#929292}.cmt-popup{position:relative;background:#fff;padding:50px;width:auto;max-width:362px;margin:20px auto;border-radius:4px}.cmt-popup .input{position:relative;padding:20px 0}.cmt-popup .input>input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}.cmt-popup .input>input{border:none;border-bottom:1px solid rgb(0 0 0 / .12);padding:4px 0 4px 35px;width:100%;font-size:18px;box-sizing:border-box}.cmt-popup .input>input::-moz-placeholder{color:#8a8a8a}.cmt-popup .input>input::-webkit-input-placeholder{color:#8a8a8a}.cmt-popup .input>input:-ms-input-placeholder{color:#8a8a8a}.cmt-popup-center{text-align:center}.cmt-popup form .cmt-auth-submit{width:100%;border-radius:0;cursor:pointer}.cmt-popup .input .cmt-input-bd:after{background-color:#24cd77}.cmt-popup .input .cmt-input-bd-err:after{background-color:#cd5c5c}.cmt-popup .input .cmt-input-bd:after,.cmt-popup .input .cmt-input-bd-err:after{bottom:20px;content:'';height:2px;left:45%;position:absolute;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);visibility:hidden;width:10px}.cmt-popup .input input:focus+span:after,.cmt-popup .input input.cmt-input-error+span+span:after{left:0;visibility:visible;width:100%}.cmt-popup .input input.cmt-input-error+span{visibility:hidden}.cmt-popup-pad{padding:16px}.cmt-to-login-pad{padding:32px 16px 0}.cmt-submit-pad{padding:0 16px 16px}.cmt-pass-wrap{text-align:right;margin-top:5px}.cmt-pass-wrap a{color:#949494;font-size:13px}.cmt-pass-wrap a:hover{color:#949494}.cmt-popup-third{text-align:center;margin:24px 0;font-size:16px;font-weight:400;line-height:24px}.cmt-to-login:hover{color:#fff;background-color:#24cd77}.cmt-to-register,.cmt-to-guest{height:33px;margin:0;min-width:64px;padding:0 10px;text-align:center;line-height:33px;display:inline-block;font-size:14px;vertical-align:middle}.cmt-to-guest{color:#24cd77}.cmt-to-guest:hover{color:#24cd77}.cmt-to-register{color:#fa8b15}.cmt-to-register:hover{color:#fa8b15}.cmt-to-login{background:0 0;border:solid 1px #24cd77;border-radius:4px;position:relative;height:33px;margin:0;min-width:64px;padding:0 10px;display:inline-block;font-size:14px;font-weight:500;letter-spacing:0;transition:box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);outline:none;cursor:pointer;text-decoration:none;text-align:center;line-height:33px;vertical-align:middle;color:#24cd77}.cmt-popup .cmt-auth-third-menu{padding-left:50%;margin-left:-90px}.cmt-popup .cmt-auth-third-menu li{margin:0 7.5px}.cmt-popup .cmt-third{border-top:1px solid rgb(0 0 0 / .1);padding:16px 0}.cmt-popup .cmt-post-guest{border-top:1px solid rgb(0 0 0 / .1);padding:20px 0 0}.cmt-captcha{padding:20px 0}.cmt-popup-agree{padding:0 16px}.cmt-popup-agree a{color:#24cd77}.cmt-captcha_input{margin-right:100px}.cmt-captcha_a img{height:32px;border:1px solid #ccc;margin-top:-3px;border-radius:3px}.cmt-popup-loading{position:absolute;left:0;right:0;top:0;bottom:0;background:rgb(255 255 255 / .75);z-index:999947;display:none}.cmt-popup .cmt-popup-error{background-color:#fff6f6;color:#9f3a38;border:solid 1px #e0b4b4;border-radius:4px;padding:10px;font-size:14px;line-height:18px;display:none;margin:0 16px 16px}.cmt-group-gird{margin-right:15px}.cmt-group-gird .cmt-tube{width:240px;max-width:240px;height:150px;display:inline-block}.cmt-group-gird .cmt-tube-time{bottom:15px}.cmt-order-old+div .cmt-root-cont:hover{background-color:#fff}.cmt-order-old{margin:15px 0;padding:0 15px 15px;border-bottom:1px solid #eee}.cmt-order-old .cmt-menu-left{left:0!important;right:auto!important}.cmt-lang-total{padding-left:5px}.cmt-apk{width:400px;padding:10px;margin:5px auto;display:flex;flex-direction:row;border:1px solid #d6d6d6;background-color:#fafafa;justify-content:space-between}.cmt-apk .cmt-apk-icon{width:50px}.cmt-apk .cmt-apk-cont{padding:0 10px;flex:1;overflow:hidden}.cmt-apk .cmt-apk-cont p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:15px}.cmt-apk .cmt-apk-cont p.cmt-apk-info{font-size:14px;color:#666}.cmt-apk .cmt-apk-down{text-align:center;line-height:50px}.cmt-apk .cmt-apk-down a{color:#fff;background-color:#5eb7fd;padding:6px 10px;border-radius:4px;line-height:35px}.cmt-apk .cmt-apk-dcount{margin-left:15px}.cmt-group-apk>div{display:inline-block;padding:5px 10px;margin:5px 0;border:1px solid #d6d6d6;background-color:#fafafa;border-radius:4px}.cmt-group-apk span{margin-left:20px;color:#666;font-size:13px}.cmt-img-list{margin-top:15px}.cmt-img-list ul{max-width:100%;overflow:hidden;font-size:0}.cmt-img-list ul li{display:inline-block;vertical-align:top;box-sizing:border-box;padding:0 5px 5px 0;width:33.33%}.cmt-img-list ul li .wrap{padding-bottom:100%;height:0;position:relative;width:100%}.cmt-img-list li a:after{content:'';position:absolute;left:0;top:0;right:0;bottom:0;border:1px solid rgb(0 0 0 / .05)}.cmt-img-list ul li .wrap img{position:absolute;width:100%;height:100%;z-index:0;vertical-align:top;object-fit:cover;-webkit-tap-highlight-color:#fff0;background:#f8f8f8 url(/wp-content/themes/apksure/assets/img/lazy_img.png) no-repeat center center}.article-title h1{padding-bottom:20px;font-size:3rem;font-weight:400;color:#333;line-height:35px}.article-title-pic img{width:100%;height:160px;margin-bottom:20px;background:#f8f8f8 url(/wp-content/themes/apksure/assets/img/lazy_img.png) no-repeat center center}.h2-title{display:block;font-size:1.5em;font-weight:700}@-webkit-keyframes zoomInOut{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}30%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}70%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes zoomInOut{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}30%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}70%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.zoomInOut{-webkit-animation-name:zoomInOut;animation-name:zoomInOut;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.emojione{font-size:inherit;height:3ex;width:3.1ex;min-height:20px;min-width:20px;display:inline-block;margin:-.2ex .15em .2ex;line-height:normal;vertical-align:middle}.mfp-hide{display:none}.fancybox_custom_class .cmt-popup{width:100%;max-width:362px;padding:50px;box-sizing:content-box}.fancybox_custom_class .pre_pop_ca{padding:0}.fancybox_custom_class .pre_pop_so{padding:20px 40px 0;width:880px}.fancybox_custom_class .fancybox-slide{min-width:900px}.fl{float:left}.fr{float:right}.cl{clear:both;font-size:0;height:0;line-height:0;overflow:hidden}.user-reviews{margin-bottom:4px}.user-reviews_card{background:#fff;padding:12px 16px 0}.user-reviews_title{display:flex;justify-content:space-between;padding-bottom:8px}.user-reviews_title h2{color:#4b4b4b;font-weight:500;margin-bottom:4px;font-size:24px;line-height:28px}.user-reviews_title h3{color:#4b4b4b;font-weight:500;margin-bottom:4px;font-size:16px;line-height:24px}.user-reviews_title span{color:#8b8b8b;font-size:12px;line-height:16px}.user-reviews_title a{color:var(--color_h);font-size:14px;font-weight:500}.user-reviews_add{display:flex;align-items:center}.user-reviews_filter_bar{background:#fff;border-bottom:1px solid #eff3f4;padding:0 16px;display:flex}button.user-nav{padding-top:0}button.user-nav span{color:#4682be}.user-reviews_nav{width:100%;display:flex;align-items:center}.user-reviews_nav .nav-btn{display:none}.user-reviews_nav .nav-list{display:flex}.user-reviews_nav .nav-list a{display:block;margin-right:24px;height:42px;line-height:42px;color:#8b8b8b;text-decoration:none;cursor:pointer;padding:0}.user-reviews_nav .nav-list a:active{color:#00a6ed}@media(any-hover:hover){.user-reviews_nav .nav-list a:hover{color:#00a6ed}}.user-reviews_nav .nav-list li.selected a{border-bottom:2px solid #00a6ed;font-weight:500;color:#00a6ed}.cmt-root{border-bottom:1px solid #eff3f4;background:#fff;padding:12px 16px 10px}li.cmt-root{padding:10px 10px 5px 5px}.cmt-root-top,.cmt-cl-top{display:flex;margin-bottom:8px}.cmt-root-icon,.cmt-cl-icon{width:38px;height:38px}.cmt-root-user,.cmt-cl-user{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:8px}.cmt-user-name,.cmt-cl-user-name{margin-bottom:4px}.cmt-user-name a,.cmt-cl-user-name a{color:#4682be;font-weight:500;font-size:14px;line-height:18px}.cmt-reply-to-name{padding-left:4px}.cmt-user-rating{display:flex}.cmt-icon-s-stars{position:relative;width:60px;margin-right:8px}.cmt-root-time,.cmt-cl-time{display:flex;font-size:12px;line-height:16px;color:#a6a6a6}.cmt-cl-cont{padding:8px 0 8px 46px}.cmt-root-message>p,.cmt-cl-message>p{margin-bottom:8px}.cmt-cls{display:block;margin:0 0 8px 46px;padding:2px 12px;background:#f7f9f9;border-radius:4px}.cmt-cls ul li{max-height:66px;padding:2px 0;overflow:hidden;line-height:22px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13px}.cmt-cls ul li span{color:#8b8b8b}.cmt-cls .cmt-cls-all{font-size:13px;line-height:22px;color:#4682be}.cmt-root-footer,.cmt-root-message,.cmt-cl-message,.cmt-cl-footer{margin-left:46px}.cmt-root-footer>ul,.cmt-cl-footer>ul{display:flex;justify-content:space-between;font-size:12px;line-height:24px;color:#a6a6a6}.cmt-root-footer>ul>li,.cmt-cl-footer>ul>li{display:flex;position:relative}.cmt-root-footer .cmt-source,.cmt-cl-footer .cmt-source{display:flex;flex-wrap:wrap;align-content:center;font-size:12px;line-height:16px;color:#a6a6a6}.cmt-root-footer .cmt-source::before,.cmt-cl-footer .cmt-source::before{background-size:20px}.cmt-btn-reply,.cmt-btn-zan,.cmt-btn-share{border-style:none;background-color:#fff0;color:#8b8b8b;height:24px;border-radius:3px;font-size:14px}.cmt-btn-reply i,.cmt-btn-zan i,.cmt-btn-share i{padding:10px 0}.cmt-btn-reply span,.cmt-btn-zan span,.cmt-btn-share span{padding:10px 0}.cmt-btn-reply b{font-weight:400}.cmt-btn-reply{margin-left:10px}.cmt-btn-reply:active{color:#24cd77}@media(any-hover:hover){.cmt-btn-reply:hover{color:#24cd77}}.cmt-btn-zan:active{color:#fa8b15}@media(any-hover:hover){.cmt-btn-zan:hover{color:#fa8b15}}.cmt-btn-share:active{color:#00a6ed}@media(any-hover:hover){.cmt-btn-share:hover{color:#00a6ed}}.cmt-no-reviews{height:80px;margin:0 auto;display:flex;justify-content:center}.cmt-no-reviews span{align-items:center;display:flex;color:#a6a6a6}#cmt-reply-data{background:#fff;padding-bottom:16px}#cmt-edit-reply,.cmt-edit-reply-common{word-break:break-all;min-height:100px;font-size:16px;background:#fff;border:1px solid #dbe1eb;border-top-left-radius:4px;border-top-right-radius:4px;padding:7px;display:inline-block;display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;width:100%;box-sizing:border-box}#cmt-edit-reply:focus,.cmt-edit-reply-common:focus{outline:none}.cmt-edit-reply-bottom{height:40px;background:#f2f5f9;border:1px solid #dbe1eb;border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.cmt-btn{border-radius:4px;border:none}.cmt-icon-b-stars{margin:12px}.cmt-icon-b-star,.cmt-icon-b-star-empty{display:block;width:16px;height:16px;cursor:pointer}.cmt-icon-s-star,.cmt-icon-s-star-empty{position:absolute;top:2px;display:inline-block;height:12px}.cmt-icon-s-star{z-index:2;background:url(/wp-content/themes/apksure/assets/img/stars.svg) repeat-x;background-size:12px}.cmt-icon-s-star-empty{width:60px;background:url(/wp-content/themes/apksure/assets/img/cmt_star_empty.svg);background-size:12px}.cmt-icon-b-star{background-image:url(/wp-content/themes/apksure/assets/img/stars.svg);background-size:16px}.cmt-icon-b-star-empty{background-image:url(/wp-content/themes/apksure/assets/img/cmt_star_empty.svg);background-size:16px}.cmt-icon-up{color:#fa8b15!important}.cmt-auth-submit{color:#fff;background:#7ee8b2;padding:8px 15px;font-size:14px;width:100%;height:36px;margin-top:8px}.cmt-auth-submit:active{background:#24dc83}@media(any-hover:hover){.cmt-auth-submit:hover{background:#24dc83}}.cmt-more{background:#fff;padding-top:16px}.cmt-more .cmt-more-cont{max-width:321px;margin:0 auto}.cmt-more .cmt-more-cont .cmt-more-btn{height:40px;line-height:40px;font-size:13px;font-weight:500;display:block;text-align:center;color:#4682be;border:1px solid #4682be;border-radius:4px}.cmt-more .cmt-more-cont .cmt-more-btn:active{background:#4682be;color:#fff}@media(any-hover:hover){.cmt-more .cmt-more-cont .cmt-more-btn:hover{background:#4682be;color:#fff}}html[dir=rtl] .module_card .review_info .info p .rating{padding-left:0;padding-right:12px}html[dir=rtl] .user-reviews_nav .nav-list a{margin-left:24px;margin-right:0}html[dir=rtl] .cmt-root-time{margin-right:5px}html[dir=rtl] .cmt-root-more-btn,html[dir=rtl] .cmt-cl-more-btn{right:auto;left:0}html[dir=rtl] .menu-more{right:auto;left:0}html[dir=rtl] .cmt-btn-reply i,html[dir=rtl] .cmt-btn-zan i{padding:10px 10px 10px 0}html[dir=rtl] .cmt-btn-reply span,html[dir=rtl] .cmt-btn-zan span{padding:10px 0 10px 5px}html[dir=rtl] .cmt-root-more-btn>button,html[dir=rtl] .cmt-cl-more-btn>button{transform:rotateY(180deg)}html[dir=rtl] .cmt-caret{margin-right:2px;margin-left:0}html[dir=rtl] .cmt-user-name,html[dir=rtl] .cmt-icon-s-stars{margin-right:3px;margin-left:0}html[dir=rtl] .cmt-icon-b-stars{margin-right:0;margin-left:8px}html[dir=rtl] .cmt-auth-guest{margin-right:156px;margin-left:0;padding-right:10px;padding-left:0}html[dir=rtl] .icon-post{margin-right:5px;margin-left:0}html[dir=rtl] .icon-web,html[dir=rtl] .icon-mobile,html[dir=rtl] .icon-reply,html[dir=rtl] .icon-reply-to,html[dir=rtl] .icon-delete{margin-left:3px;margin-right:0}html[dir=rtl] .cmt-root-user,html[dir=rtl] .cmt-cl-user{margin-right:8px}html[dir=rtl] .cmt-root-footer,html[dir=rtl] .cmt-root-message,html[dir=rtl] .cmt-cl-message,html[dir=rtl] .cmt-cl-footer{margin-right:46px;margin-left:0}html[dir=rtl] .cmt-root .cmt-reply-cont{margin:0 46px 0 0}html[dir=rtl] .cmt-cl .cmt-reply-cont{margin:0 92px 0 0}html[dir=rtl] .cmt-loader,html[dir=rtl] .cmt-ok,html[dir=rtl] .cmt-alert-error{margin-left:5px;margin-right:0}html[dir=rtl] .cmt-auth-third-menu li{margin-left:3px;margin-right:0}html[dir=rtl] .cmt-total>h3{padding-right:8px;padding-left:0;border-left:none;border-right:4px solid #24cd77}html[dir=rtl] .cmt-cl-cont{padding:8px 46px 8px 0}html[dir=rtl] .cmt-cl-review{padding-right:10px;padding-left:0;margin-right:46px;margin-left:0}html[dir=rtl] .cmt-menu{left:0;right:auto}html[dir=rtl] .cmt-report{right:auto;left:0}html[dir=rtl] .cmt-root-more .cmt-loader{margin-left:25px;margin-right:0}html[dir=rtl] .cmt-emoji-arrow{left:auto;right:14px}html[dir=rtl] .cmt-emoji-arrow:after{margin-right:-10px;margin-left:0}html[dir=rtl] .cmt-emoji-list li img{margin-left:0!important;margin-right:4px!important}html[dir=rtl] .cmt-btn-emoji,html[dir=rtl] .cmt-btn-image,html[dir=rtl] .cmt-btn-tube{margin-left:0;margin-right:12px}html[dir=rtl] .cmt-popup .input>input{padding:4px 35px 4px 0}html[dir=rtl] .icon-account,html[dir=rtl] .icon-email,html[dir=rtl] .icon-password,html[dir=rtl] .icon-code{right:0;left:auto}html[dir=rtl] .cmt-popup .cmt-auth-third-menu{padding-left:0;padding-right:50%;margin-right:-90px;margin-left:0}html[dir=rtl] .cmt-captcha_input{margin-right:0;margin-left:100px}html[dir=rtl] .mfp-content{text-align:right!important}html[dir=rtl] .cmt-cls{margin:0 46px 10px 15px}html[dir=rtl] .cmt-group-gird+.cmt-group-gird{margin-left:0;margin-right:15px}html[dir=rtl] .cmt-order-old .cmt-menu-left{left:auto!important;right:0!important}html[dir=rtl] .cmt-apk-dcount{margin-left:0;margin-right:15px}html[dir=rtl] .cmt-group-apk span{margin-left:0;margin-right:20px}html[dir=rtl] .cmt-pass-wrap{text-align:left}@media(max-width:720px){.user-reviews_title h2{font-size:16px;line-height:24px}.user-reviews_nav .nav-btn{display:block;padding:12px 0;border-bottom:2px solid #00a6ed;cursor:pointer}.user-reviews_nav .nav-btn_text{font-weight:500;font-size:14px;line-height:18px;padding:0 3px;color:#00a6ed}.user-reviews_nav .nav-list{display:none}.user-reviews_nav.cmt-open .nav-list{position:absolute;display:flex;flex-direction:column;margin-top:220px;padding:8px 0;background-color:#fff;overflow:hidden;border:1px solid #f0f2f4;box-shadow:0 4px 4px rgb(0 0 0 / .08);border-radius:8px;z-index:99}.user-reviews_nav.cmt-open .nav-list a{display:block;white-space:nowrap;line-height:30px;height:30px;padding:0 16px;margin:0;color:#5e5e5e}.user-reviews_nav.cmt-open .nav-list a:active{background-color:#f2f5f9;color:#00a6ed}}@media(max-width:720px) and (any-hover:hover){.user-reviews_nav.cmt-open .nav-list a:hover{background-color:#f2f5f9;color:#00a6ed}}@media(max-width:720px){.user-reviews_nav.cmt-open .nav-list li.selected a{line-height:36px;height:36px;background-color:#f2f5f9;border-bottom:none;color:#00a6ed}}.faq-content{line-height:20px;color:#666;width:900px;padding:35px!important;border-radius:10px}.faq-content .titles{font-size:2rem;margin-bottom:1rem;color:#222}.references p{padding-bottom:8px}.faq-content .titles,.faq-content p{text-align:center}@media screen and (min-width:996px){body{padding-top:70px}}.main-body .side .module:first-child,.main-body .secondary-body>.module:first-child{margin-top:var(--module-spacing)}.main-body .secondary-body>.module:last-child{margin-bottom:0}.clear{clear:both}@media screen and (min-width:996px){.main-body>#download_page.side{position:unset!important}}html[dir="rtl"] .main-body .module .title.more:after{margin-left:0;margin-right:12px;transform:rotateZ(315deg)}.breadcrumbs{color:#8B8B8B;font-size:12px}.breadcrumbs .item:not(:first-child)::before{content:'';display:inline-block;border:0;margin-left:calc(var(--html-ltr) * 4px + var(--html-rtl) * 6px);margin-right:calc(var(--html-ltr) * 6px + var(--html-rtl) * 4px);width:5px;height:5px;border-style:solid;border-color:#A6A6A6;border-top-width:1px;border-right-width:1px;transform:translateY(-1px) rotate(calc(45deg + var(--html-rtl) * 180deg))}.show-more{position:relative;overflow:hidden;max-height:var(--height);transition:max-height ease .5s}.show-more .show-more-content{overflow:hidden}.show-more .show-more-mask{width:100%;position:absolute;bottom:0;padding-top:20px;background:linear-gradient(180deg,#fff0 0%,white 50%,white 100%);color:#00A6ED}.show-more .show-more-button:hover{cursor:pointer}.show-more .show-more-button svg{margin-inline-start:4px}.show-more[data-expanded="true"]{padding-bottom:21px;max-height:var(--max-height)}.show-more[data-expanded="true"] .show-more-mask{background:#fff0}.show-more[data-expanded="true"] .show-more-mask svg{transform:rotateZ(180deg)}.apk-unit-list.normal-list{white-space:nowrap;overflow-x:auto;counter-reset:badge-count}.apk-unit-list.normal-list::-webkit-scrollbar{display:none}.apk-unit-list.normal-list .apk-unit{--badge-color:#F2F5F9;display:inline-block;margin-left:calc(var(--html-ltr) * var(--app-horizontal-spacing));margin-right:calc(var(--html-rtl) * var(--app-horizontal-spacing));width:calc((100% - 32px - 7 * var(--app-horizontal-spacing)) / 8)}@media screen and (max-width:719px){.apk-unit-list.normal-list .apk-unit{min-width:80px}}.apk-unit-list.normal-list .apk-unit:first-child{margin-left:calc(var(--html-ltr) * 16px);margin-right:calc(var(--html-rtl) * 16px)}.apk-unit-list.normal-list .apk-unit:last-child{margin-left:calc(var(--html-rtl) * 16px + var(--html-ltr) * var(--app-horizontal-spacing));margin-right:calc(var(--html-ltr) * 16px + var(--html-rtl) * var(--app-horizontal-spacing))}.apk-unit-list.normal-list .apk-unit .image-ratio{position:relative;padding-top:100%}.apk-unit-list.normal-list .apk-unit .image-ratio>.apk-unit-image{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.apk-unit-list.normal-list .apk-unit .apk-unit-title{height:42px;margin-top:4px;font-weight:var(--text-bold)}.apk-unit-list.normal-list .apk-unit .apk-unit-title,.apk-unit-list.normal-list .apk-unit .apk-unit-center,.apk-unit-list.normal-list .apk-unit .apk-unit-desc{margin-top:4px}.apk-unit-list.normal-list .stars{color:var(--color_rates);font-size:12px}.apk-unit-list.normal-list .stars.stars-zero{color:#fff0}.apk-unit-list.normal-list .stars.stars-zero svg{fill:#C5C5C5}.apk-unit-list.normal-list .stars svg{margin-inline-end:4px}@media screen and (min-width:996px){.side .apk-unit-list.normal-list{white-space:normal}.side .apk-unit-list.normal-list .apk-unit{width:100%;margin:12px 0 0 0;padding:0 16px;box-sizing:border-box;display:flex;gap:12px}.side .apk-unit-list.normal-list .apk-unit:first-child{margin-top:0}.side .apk-unit-list.normal-list .apk-unit .image-ratio{width:60px;padding-top:60px}.side .apk-unit-list.normal-list .apk-unit-center{width:0;flex:1;display:flex;flex-direction:column;padding:4px 0;justify-content:space-between}.side .apk-unit-list.normal-list .apk-unit-content{font-size:12px}.side .apk-unit-list.normal-list .apk-unit-title{display:block;white-space:nowrap;height:21px}.side .apk-unit-list.normal-list .apk-unit-title,.side .apk-unit-list.normal-list .apk-unit-center,.side .apk-unit-list.normal-list .apk-unit-desc{margin-top:0}}.apk-unit-list .apk-unit.corner-order{position:relative}.apk-unit-list .apk-unit.corner-order::before,.apk-unit-list .apk-unit.corner-order::after{display:block;position:absolute;top:0;left:12px;left:calc((-1 * var(--html-direction) + 1) * (100% - 14px - 24px) / 2 + 12px)}.apk-unit-list .apk-unit.corner-order::before{content:' ';border-left:7px solid var(--badge-color);border-right:7px solid var(--badge-color);border-top:14px solid var(--badge-color);border-bottom:4px solid #fff0;z-index:1}.apk-unit-list .apk-unit.corner-order::after{content:counter(badge-count);width:14px;text-align:center;font-size:10px;line-height:15px;color:#fff;z-index:1}.apk-unit-list .apk-unit.corner-order::after{counter-increment:badge-count;color:#fff}.apk-unit-list .apk-unit.corner-order:nth-child(1){--badge-color:#F3251B}.apk-unit-list .apk-unit.corner-order:nth-child(2){--badge-color:#F77E13}.apk-unit-list .apk-unit.corner-order:nth-child(3){--badge-color:#EFAB19}.apk-unit-list .apk-unit.corner-order:nth-child(n+4)::before,.apk-unit-list .apk-unit.corner-order:nth-child(n+4)::after{display:none;border-bottom-width:0;color:#8B8B8B}@media screen and (min-width:996px){.side .apk-unit-list .apk-unit.corner-order{padding-left:calc(var(--html-ltr) * 26px + 16px);padding-right:calc(var(--html-rtl) * 26px + 16px)}.side .apk-unit-list .apk-unit.corner-order:nth-child(n+4)::before,.side .apk-unit-list .apk-unit.corner-order:nth-child(n+4)::after{display:block}.side .apk-unit-list .apk-unit.corner-order::before,.side .apk-unit-list .apk-unit.corner-order::after{top:50%;transform:translateY(-50%)}.side .apk-unit-list .apk-unit.corner-order:nth-child(-n+3)::after{transform:translateY(calc(-50% - 2px))}}#download_page_main_body main{position:relative}.breadcrumbs{padding:3px 16px}.breadcrumbs .item:last-child{color:#24CD77}@media screen and (min-width:720px){.breadcrumbs{padding-top:8px;padding-bottom:0;background-color:#fff}}.head-app-info{display:flex;padding:6px 16px}.head-app-info .icon{width:80px;height:80px;margin-top:6px}@media screen and (min-width:720px){.head-app-info .icon,.head-app-info .icon img{width:106px;height:106px}}.head-app-info .info-content{line-height:1.8;width:0;height:99px;flex-grow:1;margin-left:calc(var(--html-ltr) * 12px);margin-right:calc(var(--html-rtl) * 12px)}@media screen and (min-width:720px){.head-app-info .info-content{height:118px;margin-left:calc(var(--html-ltr) * 16px);margin-right:calc(var(--html-rtl) * 16px)}}.head-app-info .info-title-wrap{max-width:calc(100% - 62px)}.head-app-info .info-title{display:inline;vertical-align:bottom;width:100%;margin:0;font-size:18px;font-weight:var(--text-bold);line-height:1.5;color:#3C4043}.head-app-info .info-tag{display:inline-block;vertical-align:middle;color:#24CD77;padding:2px 4px;border-radius:3px;border:1px solid #24CD77;font-size:10px;line-height:14px;margin:0 8px}.head-app-info svg{width:12px;height:12px;margin-inline-end:6px}.head-app-info .stars{fill:var(--color_rates);color:var(--color_rates);margin-inline-end:12px}.head-app-info .download-count svg{fill:#A6A6A6}.head-app-info .info-sdk>span{color:#24CD77}.head-app-info .version-list-button{color:#00A6ED;margin-inline-start:12px}@media screen and (min-width:720px){.head-app-info{padding-right:292px}.head-app-info .info-content{line-height:2.2}html[dir="rtl"] .head-app-info{padding-right:16px;padding-left:292px}}@media screen and (max-width:719px){.head-app-info{padding-right:32px}html[dir="rtl"] .head-app-info{padding-right:16px;padding-left:32px}}#download_page_main_body .detail-safe-btn{background:#fff0;padding:0;border:20px solid #fff0;border-top:20px solid #2E9CF2;border-right:20px solid #2E9CF2;fill:#fff;position:absolute;top:24px;right:0;cursor:pointer}@media screen and (min-width:720px){#download_page_main_body .detail-safe-btn{top:0}}#download_page_main_body .detail-safe-btn svg{width:18px;height:18px;position:absolute;top:-17px;right:-17px;fill:#fff}html[dir="rtl"] #download_page_main_body .detail-safe-btn{transform:rotateY(180deg);right:auto;left:0}html[dir="rtl"] #download_page_main_body .detail-safe-btn svg{transform:rotateY(180deg)}#download_page_main_body #detail-safe{padding:0;height:80vh}#download_page_main_body #detail-safe .content-wrap{padding:0;height:100%;max-height:100%;overflow:hidden}#download_page_main_body #detail-safe .content{padding:0}#download_page_main_body #detail-safe iframe{width:100%;height:100%;height:80vh}.download-button-box{background-color:#fff;padding:12px 16px 8px 16px}.download-button-box svg{width:24px;height:24px}.download-button-box .apple-store{width:120px;height:40px}.download-button-box .download-start-btn,.download-button-box .fast-download-start-btn,.download-button-box .gameloop-btn{display:flex;align-items:center;width:100%;height:50px;padding:0 16px;box-sizing:border-box;fill:#fff;color:#fff;border-radius:4px;border:1px solid #24CD77;background-color:#24CD77;gap:12px}.download-button-box .download-start-btn:hover,.download-button-box .fast-download-start-btn:hover,.download-button-box .gameloop-btn:hover{background-color:#24dc83;border-color:#24dc83}.download-button-box .download-start-btn .text,.download-button-box .fast-download-start-btn .text,.download-button-box .gameloop-btn .text{flex:1}.download-button-box .download-start-btn .text span,.download-button-box .fast-download-start-btn .text span,.download-button-box .gameloop-btn .text span{display:block}.download-button-box .gameloop-btn:hover{border-color:#4087F7}.download-button-box .download-start-btn .download-text{font-weight:var(--text-bold)}.download-button-box .download-start-btn .download-file-size{font-size:12px}.download-button-box .fast-download-start-btn{margin-bottom:8px}.download-button-box .fast-download-start-btn .text{display:flex;flex-direction:column;font-size:12px}.download-button-box .fast-download-start-btn .text strong{font-size:14px;font-weight:var(--text-bold)}.download-button-box .fast-download-start-btn .fast-down-icon{display:inline-block;background:url(/static/assets/svg/img-common.stack-7569145a.svg#icon-white-apkpure-lite);width:24px;height:24px}.download-button-box .gameloop-btn{color:#fff;background-color:#4087F7;border-color:#4087F7;margin-bottom:8px;justify-content:center}.download-button-box .gameloop-btn:hover{background-color:#fff;color:#4087F7}.download-button-box .gameloop-btn~.download-start-btn{justify-content:center;background-color:#24CD77;color:#fff}.download-button-box .gameloop-btn~.download-start-btn:hover{background-color:#24dc83;border-color:#24dc83}.download-button-box .gameloop-btn~.download-start-btn svg{order:-1;fill:#fff;width:14px;height:14px;margin-inline-end:8px}.download-button-box .gameloop-btn~.download-start-btn .text{flex:none}.download-button-box .gameloop-btn~.download-start-btn .download-text{display:inline;font-weight:400}.download-button-box .gameloop-btn~.download-start-btn .download-file-size{display:inline;font-size:inherit}.download-button-box .gameloop-btn~.download-start-btn .download-file-size::before{content:" ("}.download-button-box .gameloop-btn~.download-start-btn .download-file-size::after{content:") "}.download-button-box .fast-download-start-btn~.download-start-btn{fill:#24CD77;color:#24CD77;background-color:#fff}.download-button-box .fast-download-start-btn~.download-start-btn:hover{background-color:#fff;border-color:#24CD77}.download-button-box .apple-store-btn{display:block;text-align:center;height:50px;padding:4px 0;border:1px solid #000;border-radius:4px;margin-bottom:8px;box-sizing:border-box}.download-button-box .apple-store-btn svg{fill:#000}@media screen and (min-width:720px){.download-button-box{position:absolute;top:37px;right:0;background-color:#fff0}.download-button-box .apple-store-btn,.download-button-box .download-start-btn,.download-button-box .fast-download-start-btn,.download-button-box .gameloop-btn{width:260px;height:40px}.download-button-box .apple-store-btn{padding:0}.download-button-box .download-start-btn,.download-button-box .fast-download-start-btn{gap:8px;justify-content:center}.download-button-box .download-start-btn svg,.download-button-box .download-start-btn .fast-down-icon,.download-button-box .fast-download-start-btn svg,.download-button-box .fast-download-start-btn .fast-down-icon{order:-1;width:14px;height:14px;flex:none}.download-button-box .download-start-btn .fast-down-icon,.download-button-box .fast-download-start-btn .fast-down-icon{background:url(/static/assets/svg/img-common.stack-7569145a.svg#icon-white-download)}.download-button-box .download-start-btn .text,.download-button-box .fast-download-start-btn .text{display:block;flex:none;flex-shrink:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px}.download-button-box .download-start-btn .text span,.download-button-box .fast-download-start-btn .text span{display:inline;font-size:14px;font-weight:400}.download-button-box .download-start-btn .text strong,.download-button-box .fast-download-start-btn .text strong{font-weight:400}.download-button-box .download-start-btn .text .download-file-size::before,.download-button-box .fast-download-start-btn .text .download-file-size::before{content:' ('}.download-button-box .download-start-btn .text .download-file-size::after,.download-button-box .fast-download-start-btn .text .download-file-size::after{content:')'}.down-pos-top .download-button-box:has(:only-child){height:118px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}}html[dir="rtl"] .download-button-box{right:auto;left:0}.downloading .download-button-box{display:none}.down-pos-bottom .download-button-box{position:static;background-color:#fff}@media screen and (min-width:720px){.down-pos-bottom .download-button-box .apple-store-btn,.down-pos-bottom .download-button-box .download-start-btn,.down-pos-bottom .download-button-box .fast-download-start-btn,.down-pos-bottom .download-button-box .gameloop-btn,.down-pos-bottom .download-button-box .telegram-btn{width:320px;margin-left:auto;margin-right:auto}}.download-process-box{text-align:center;padding:12px 16px;background-color:#fff}.download-process-box .download-content{padding:8px;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #24CD77;opacity:.8;background:rgb(36 205 119 / .15);color:#1C643F;position:relative}.download-process-box .download-content .title{font-weight:var(--text-bold)}.download-process-box .download-content h2{font-size:12px;margin:8px 0;font-weight:400}.download-process-box .download-content .download-fallback{color:#8B8B8B;font-size:12px}.download-process-box .download-content #download_link{color:#00A6ED}.download-process-box .dotting{display:inline-block;min-width:3px;min-height:3px;box-shadow:3px 0 currentColor,8px 0 currentColor,13px 0 currentColor;animation:dot 2.8s infinite step-start both}.download-process-box .how-to{display:block;padding:3px 0;height:24px;box-sizing:border-box;border-bottom-left-radius:4px;border-bottom-right-radius:4px;color:#fff;font-size:12px;background-color:#24CD77}.download-process-box .fast-download-hint{display:none;color:#A6A6A6;font-size:12px;margin-top:8px}.download-process-box .request-permission{box-sizing:border-box;margin-top:8px;padding:8px;border-radius:4px;background:rgb(250 104 22 / .1);color:var(--color_rates);fill:var(--color_rates)}.download-process-box .request-permission .notification-permission{display:flex;justify-content:space-between;cursor:pointer}.download-process-box .request-permission .button{border:1px solid var(--color_rates);border-radius:4px;font-size:12px;padding:2px 6px}.download-process-box .request-permission svg{width:10px;height:10px;margin-inline-end:4px}.download-process-box{padding-top:0;padding-bottom:0}.download-process-box .download-content,.download-process-box .how-to,.download-process-box .request-permission{display:block}.downloading .download-process-box{padding-top:12px;padding-bottom:12px}.downloading .download-process-box .download-content,.downloading .download-process-box .how-to{display:block}.downloading.downloading-fast .download-process-box .fast-download-hint{display:block}.downloading[data-notification="default"] .request-permission,.downloading[data-notification="prompt"] .request-permission{display:block}@keyframes dot{25%{box-shadow:none}50%{box-shadow:3px 0 currentColor}75%{box-shadow:3px 0 currentColor,8px 0 currentColor}}.how-to-install{display:block;text-align:center;background-color:#fff;fill:var(--color);color:var(--color_h)}.how-to-install svg{width:12px;height:12px;margin-inline-start:4px}@media screen and (min-width:720px){.down-pos-top .how-to-install{padding-top:8px}}.downloading .how-to-install{display:none}#download_page_main_body .share-box{height:32px;padding:8px 16px 12px 16px;background-color:#fff;margin-bottom:var(--module-spacing)}#download_page_main_body .downloading .share-box{padding-top:0}.downloading[data-notification="default"] .main-body .share-box,.downloading[data-notification="prompt"] .main-body .share-box{display:none}.faq .show-more{margin:0 16px}.faq .content{margin-bottom:12px;counter-reset:chapter}.faq .content>*{margin:8px 0;font-size:12px}.faq .content h4{font-weight:var(--text-bold);font-size:14px;color:#4B4B4B;margin:12px 0 8px}.faq .content h4:first-child{margin-top:0}.faq .content h4::before{counter-increment:chapter;content:counter(chapter) ". "}@keyframes rotate{to{transform:rotateZ(360deg)}}.adB{min-height:70px;display:flex;align-items:center;justify-content:center;font-size:13px;color:#989b9f;border:1px solid #e6e6e6;border-radius:3px}.adB.h240{min-height:240px}.adB.h360{min-height:360px}.adB.h480{min-height:480px}.h240,.h360,.h480{border-radius:5px 15px 5px 5px}.adB::before{content:attr(data-text)}.saic-wrapper{min-width:180px;width:100%;background:#fff;font-size:16px;margin-bottom:var(--model-spacing)}.saic-wrapper .saic-wrap-comments a:link,.saic-wrapper .saic-wrap-comments a:visited{color:#3D7DBC}.saic-wrapper a:hover{text-decoration:underline}.saic-wrapper .saic-wrap-comments{display:none;position:relative;width:100%;height:auto;list-style:none outside none}.saic-wrapper .saic-wrap-comments a:link,.saic-wrapper .saic-wrap-comments a:visited{color:#3D7DBC}.saic-wrapper a:hover{text-decoration:underline}.saic-wrapper .saic-wrap-comments{display:none;position:relative;width:100%;height:auto;list-style:none outside none}.saic-wrapper .saic-wrap-form{padding:18px 15px 15px;border-top:1px solid #d5deea}.saic-wrapper .saic-wrap-form .saic-form-avatar{position:absolute;left:15px;top:16px;overflow:hidden}.saic-wrapper .saic-wrap-form .saic-form-avatar img{max-width:28px;max-height:28px;margin:0px!important}.saic-wrapper .saic-wrap-form .saic-container-form{position:relative;float:left;width:100%;padding-left:38px}.saic-wrapper .saic-wrap-form .saic-container-form .respond,.saic-wrapper .saic-wrap-form .saic-container-form .respond>form{margin:0px!important;padding:0px!important;border:0px!important;background:none!important}.saic-wrapper .saic-wrap-form .saic-container-form .respond>h3{display:none!important}.saic-wrapper .saic-wrap-form .saic-container-form .saic-wrap-textarea{clear:both;position:relative;width:100%}.saic-wrapper .saic-wrap-form .saic-container-form .saic-wrap-submit{margin-top:18px}.saic-wrapper .saic-wrap-form .saic-container-form textarea.saic-textarea{border:1px solid #d5deea;border-width:1px!important;width:100%;height:2.5em;min-height:2.5em!important;margin:0px!important;padding:4px 6px;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:height 0.2s;-webkit-transition:height 0.2s;-moz-transition:height 0.2s;font-family:inherit;font-size:1em!important;line-height:19px;resize:vertical!important;background:#FFF;color:#44525F;vertical-align:top}.saic-wrapper .saic-wrap-form .saic-container-form input[type="text"],.saic-wrapper .saic-wrap-form .saic-container-form input[type="email"]{width:100%;height:2em;margin:0 0 5px;padding:3px 6px;border:1px solid #d5deea;background:#FFF;color:#44525F;box-shadow:none;text-indent:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:inherit;font-size:1em!important;line-height:1;vertical-align:top}.saic-wrapper .saic-wrap-form .saic-container-form input#author,.saic-wrapper .saic-wrap-form .saic-container-form input#email,.saic-wrapper .saic-wrap-form .saic-container-form input#url{text-indent:0;width:100%}.saic-wrapper .saic-wrap-form .saic-container-form input.saic-input:focus,.saic-wrapper .saic-wrap-form .saic-container-form textarea.saic-textarea:focus{border-color:#64B6EC;outline:0 none}.saic-wrapper .saic-wrap-form .saic-container-form span.saic-required{display:none;position:absolute;top:1px;right:-9px;font-size:13px;color:#C54F53}.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-author,.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-email,.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-url{position:relative;display:block;float:left;margin:0;margin-bottom:15px;padding-bottom:5px;width:30%;margin-right:5%}.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-author.saic-field-1,.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-email.saic-field-1,.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-url.saic-field-1{width:100%;margin-right:0}.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-author.saic-field-2,.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-email.saic-field-2,.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-url.saic-field-2{width:47.5%}.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-email.saic-field-2,.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-url.saic-field-2{margin-right:0}.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-url{margin-right:0}.saic-wrapper .saic-wrap-form .saic-container-form p.form-submit{float:right;margin:0px!important}.saic-wrapper .saic-wrap-form .saic-container-form input[type="submit"],.saic-wrapper .saic-wrap-form .saic-container-form input[type="button"].saic-form-btn{position:relative;display:inline-block;height:2em;width:auto;margin:0;margin-left:10px;padding:5px 12px;color:#FFF;text-shadow:none;font-weight:700;font-size:1em!important;text-align:center;line-height:1.3;outline:none;overflow:visible;cursor:pointer;border:0;background:var(--color_button);border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:top;text-transform:none;text-transform:uppercase}.saic-wrapper .saic-wrap-form .saic-container-form input[type="submit"]:hover,.saic-wrapper .saic-wrap-form .saic-container-form input[type="button"].saic-form-btn:hover{display:inline-block;font-weight:700;text-align:center;outline:none;background:var(--color_button_h)}.saic-wrapper .saic-wrap-comments .logged-in-as a{color:var(--color_h)}.saic-wrapper .saic-wrap-form .saic-container-form input[type="button"].saic-form-btn{display:none}.saic-wrapper .saic-wrap-form .saic-container-form .saic-error{border:1px solid #C85951!important}.saic-wrapper .saic-wrap-form .saic-container-form .saic-error-info{display:none;position:absolute;bottom:28px;left:8px;z-index:99999;height:20px;padding:1px 10px 0 10px;line-height:1.6;color:#FFF;font-family:inherit;font-size:.7em;font-weight:700;text-align:center;background:#C85951;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px}.saic-wrapper .saic-wrap-form .saic-container-form .saic-error-info:after{content:'';position:absolute;top:100%;left:50%;margin-left:-4px;width:0;height:0;border-top:4px solid #C85951;border-right:4px solid #fff0;border-left:4px solid #fff0}.saic-wrapper .saic-wrap-form .saic-container-form .saic-wrap-textarea .saic-error-info{left:auto;right:20px;top:5px}.saic-wrapper .saic-wrap-form .saic-container-form .saic-wrap-textarea .saic-error-info:after{top:50%;right:100%;left:auto;margin-left:0;margin-top:-5px;border-right:5px solid #C85951;border-top:5px solid #fff0;border-bottom:5px solid #fff0}.saic-wrapper .saic-wrap-form .saic-container-form .saic-captcha{float:right;text-align:right;margin:0}.saic-wrapper .saic-wrap-form .saic-container-form .saic-captcha .saic-captcha-text{display:inline-block;vertical-align:baseline;color:#44525F;font-size:1em;font-family:inherit}.saic-wrapper .saic-wrap-form .saic-container-form .saic-captcha input.saic-captcha-value[type="text"]{width:2.7em!important;height:2em!important;display:inline-block!important;padding-left:10px;padding-right:10px;margin:0 0 0 4px!important}.saic-wrapper .saic-wrap-form .saic-container-form.saic-no-login .saic-wrap-textarea{width:100%;margin:0 0 11px 0!important}.saic-wrapper .saic-wrap-form .saic-container-form.saic-no-login textarea.saic-textarea{width:100%}.saic-wrapper.saic-full .saic-wrap-form .saic-container-form p.comment-form-author,.saic-wrapper.saic-full .saic-wrap-form .saic-container-form p.comment-form-email,.saic-wrapper.saic-full .saic-wrap-form .saic-container-form p.comment-form-url{width:100%;margin-right:0}.saic-wrapper.saic-full .saic-wrap-form .saic-container-form .saic-captcha{clear:both;margin-top:8px}@media only screen and (max-width:480px){.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-author,.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-email,.saic-wrapper .saic-wrap-form .saic-container-form p.comment-form-url{width:100%;margin-right:0}.saic-wrapper .saic-wrap-form .saic-container-form .saic-captcha{clear:both;margin-top:8px}}.saic-wrapper .saic-wrap-link{width:100%;padding:6px 15px}.saic-wrapper .saic-wrap-link a.saic-link{font-size:1em;font-weight:700;color:#3D7DBC;text-decoration:none!important;font-family:inherit}.saic-wrapper .saic-wrap-link a.saic-link.saic-icon-link-true .saico-comment{padding-right:6px;color:#3D7DBC}.saic-wrapper .saic-wrap-link a.saic-link.saic-icon-link-false .saico-comment{display:none}.saic-wrapper .saic-wrap-link a.saic-link:hover{color:#2a5782}.saic-wrapper .saic-wrap-link a.saic-link:hover .saico-comment{color:#2a5782}.saic-wrapper *,.saic-wrapper *:before,.saic-wrapper *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.saic-clearfix:before,.saic-clearfix:after{content:" ";display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;height:0}.saic-clearfix:after{clear:both}ul.children{margin-left:2.5rem}div#comments.comments-area{background:white!important;padding-bottom:10px!important}#wpd-post-rating{padding:30px 0 0 0!important}.back-btn{width:40px;display:flex;align-items:center;justify-content:center}@media (min-width:992px){.mb{margin-bottom:8px}.title-bar{justify-content:initial}.title-bar::after{position:initial;margin:0 8px}.search-page{width:1200px;width:max-content;position:relative;margin:16px auto 0}.fl-contain{float:left;width:768px;width:calc(100vw - 332px);max-width:868px}.fr-contain{display:block;float:right;width:316px;height:auto;min-height:200px;margin-left:16px;background-color:#fff;line-height:0}.hot-search-games-24h{margin-bottom:16px}}@media (max-width:992px){.search-pc{margin-top:4px}}@media (max-width:992px){.search-history{height:auto;max-height:500px;border-bottom:1px solid #EEE;box-shadow:0 2px 4px #EEE;border-radius:0 0 8px 8px}.search-mobile .search-results,.search-pc .search-results,.search-app .search-results{display:none}}.ar_fix .fl-contain{float:right}.ar_fix .fr-contain{float:left;margin-left:0;margin-right:16px}.search-results .formsearch .ss{-webkit-animation-name:bgShakeSearch;animation-name:bgShakeSearch}.search-results{background:#fff;padding:16px 0;box-sizing:border-box}.search-results input{border:0}.search-results .search-bg{background:#eee;margin:0 16px;height:44px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.search-results .search-bg .formsearch{display:flex}.search-results .text-box{float:left;margin-top:2px;padding-left:1px;flex:1}.search-results .text-box>span:first-child{width:100%}.search-results .text-box input{width:100%;height:41px;background:#fff;padding:0 15px;font-size:14px;line-height:41px;color:#666;border-bottom-left-radius:5px;border-top-left-radius:5px;box-sizing:border-box}html[dir="rtl"] .search-results .text-box input.tt-hint{color:transparent!important}.search-results .text-btn{width:100px;float:left}.search-results .text-btn input{width:100px;height:44px;background:#24cd77 url(/wp-content/themes/apksure/assets/img/search.png) center no-repeat;cursor:pointer;border-bottom-right-radius:5px;border-top-right-radius:5px}.search-results .text-btn input:hover{background:#24dc83 url(/wp-content/themes/apksure/assets/img/search.png) center no-repeat}.search-results .tt-hint{color:#999!important}.search-results .tt-menu{background-color:#FFF;border:1px solid rgb(0 0 0 / .2);border-radius:5px;box-shadow:0 5px 10px rgb(0 0 0 / .2);margin-top:6px;padding:8px 0;width:calc(100% + 100px)}.search-results .tt-menu .tt-dataset{max-height:283px;overflow:hidden}.search-results .tt-suggestion{font-size:16px;line-height:24px;padding:12px 20px;color:#5E5E5E;display:block;word-break:break-all}.search-results .tt-suggestion .tt-highlight{color:#24CD77}.search-results .tt-suggestion:hover{cursor:pointer;background-color:#f5f7fa}.search-results .tt-suggestion:hover .package-info .info .info-title{color:#00A6ED}.search-results .tt-suggestion:hover .package-info .info .info-title .tt-highlight{color:#00A6ED}.search-results .tt-suggestion.tt-cursor{background-color:#24cd77;color:#FFF}.search-results .search-package{display:flex;align-items:center;justify-content:space-between}.search-results .search-package{padding:6px 12px}.search-results .search-package .package-info{display:flex;overflow:hidden}.search-results .search-package .package-info .icon{width:48px;height:48px;flex-shrink:0;margin-right:12px;border-radius:15%;border:1px solid #EFF3F9;background-color:#fff}.search-results .search-package .package-info .info{min-width:0;display:flex;flex-direction:column;padding:2px;justify-content:space-between}.search-results .search-package .package-info .info .info-title{font-size:14px;line-height:22px;font-weight:500;color:#5E5E5E;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-results .search-package .package-info .info .info-title .tt-highlight{color:#24CD77}.search-results .search-package .package-info .info .info-title .corner-tag-icon-box .corner-tag-icon{line-height:22px}.search-results .search-package .package-info .info .info-tags{display:flex;flex-wrap:wrap;margin-top:4px;font-size:0;height:16px;overflow:hidden}.search-results .search-package .package-info .info .tag{margin-right:4px;font-size:12px;line-height:16px;padding:0 4px;color:rgb(0 0 0 / .6);background:rgb(0 0 0 / .05);border-radius:2px}.search-results .search-package .package-info .info .tag.config-tag{color:#24CD77;background:rgb(36 205 119 / .1)}.search-results .search-package .package-info .info .info-intro{margin-top:4px;font-size:12px;line-height:14px;color:rgb(0 0 0 / .4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-results .search-package .package-info .info .info-intro>span{margin-right:12px}.search-results .search-package .package-info .info .info-intro>span>i{margin-right:4px}.search-results .search-package .package-info .info .info-intro>span:last-child{margin-right:0}.search-results .search-package .package-info .info .info-intro i.user,.search-results .search-package .package-info .info .info-intro i.download{background:url(/wp-content/themes/apksure/assets/img/comment_user.png) no-repeat left center;display:inline-block;height:12px;background-size:10px;width:12px;top:1px;position:relative}.search-results .search-package .package-info .info .info-intro i.download{background-image:url(/wp-content/themes/apksure/assets/img/download-icon.png)}.search-results .search-package .da{flex-shrink:0;font-size:12px;line-height:24px;padding:0 8px;color:#fff;background:#24CD77;border-radius:4px}.search-results .search-package .da *{color:#fff;font-weight:400}.search-results .search-package .da.normal-download{margin-left:12px}.ar_fix .search-results .text-btn input{border-radius:0;border-bottom-left-radius:5px;border-top-left-radius:5px}.ar_fix .search-results .text-box{padding-right:1px;padding-left:initial}.ar_fix .search-results .text-box input{border-radius:0;border-bottom-right-radius:5px;border-top-right-radius:5px}.ar_fix .search-results .tt-menu{right:0;left:auto}.ar_fix .search-results .search-package .package-info .da.normal-download{margin-left:0;margin-right:12px}.ar_fix .search-results .search-package .package-info .icon{margin-right:0;margin-left:12px}.ar_fix .search-results .search-package .package-info .info .info-intro{direction:initial}.ar_fix .search-results .search-package .package-info .info .info-intro>span{margin-right:0;margin-left:12px}.mb{margin-bottom:4px}.clear{clear:both;overflow:hidden}.fr-contain{display:none}.search-trending{padding:0 0 8px;background:#FFF}.search-trending .search-title{height:44px;padding:0 16px;font-weight:500;font-size:16px;line-height:44px;color:#4B4B4B}.search-trending .search-top{padding:0 16px;font-size:13px;line-height:22px;color:#5E5E5E}.search-trending .search-top .search-wd{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap}.search-trending .search-top .search-wd a{height:24px;padding:0 8px;margin-right:4px;margin-bottom:4px;background:var(--color_button_h_2);border-radius:4px;font-size:13px;line-height:22px;color:#5E5E5E}.search-trending .search-top .search-wd a:hover{background:rgb(0 166 237 / .1);color:var(--color_h)}.search-trending .search-top .search-wd a .search-icon-hot{background-image:url(/wp-content/themes/apksure/assets/img/search_hot.png);background-size:15px;width:15px;height:15px;background-position:0 0;display:inline-block;vertical-align:sub;margin-right:5px}.title-bar{display:flex;flex-direction:row;align-items:center;padding:0 26px 0 16px;word-break:break-all;gap:4px;min-height:44px;color:var(--color_text_headings);font-weight:500;font-size:16px;line-height:24px}.title-bar:hover{color:#4B4B4B}.old-versions .title-bar::after,#related_post.title-bar::after{content:unset}.title-bar::after{content:" ";position:absolute;display:inline-block;align-self:center;width:6px;height:6px;border:2px solid #868686;border-right:0;border-bottom:0;-webkit-transform:rotate(135deg);transform:rotate(135deg);flex-shrink:0;right:16px}.title-bar.no-more::after{content:none}.title-bar .icon{width:6px;height:6px;border:2px solid #868686;border-right:0;border-bottom:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.hot-search-games-24h{background-color:#fff;margin-bottom:4px}.hot-search-games-24h .scroll-list{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:0;padding-bottom:12px}.hot-search-games-24h .scroll-list .developer{display:none}.hot-search-games-24h .scroll-list .apk{margin-right:8px}.hot-search-games-24h .scroll-list .apk:first-child{margin-left:16px}.hot-search-games-24h .scroll-list .apk:last-child{margin-right:16px}.hot-search-games-24h .scroll-list .apk:hover dt .title{color:var(--color_h)}.hot-search-games-24h .scroll-list dt{height:138px;overflow:hidden}.hot-search-games-24h .scroll-list dt .title{font-weight:500;font-size:13px;line-height:22px;height:44px;color:#4B4B4B;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;flex:1}.hot-search-games-24h .scroll-list dt .title.pre-reg{-webkit-line-clamp:1;height:22px}.hot-search-games-24h .scroll-list dt .stars-box{align-self:flex-start}.hot-search-games-24h .scroll-list img{box-sizing:border-box;background-color:#fff;border:1px solid #EFF3F9;border-radius:15%;height:auto}.hot-search-games-24h .scroll-list img,.hot-search-games-24h .scroll-list dt .title{width:calc(100vw / 4 - 14px);max-width:76px}.stars-box::before{content:" ";background:url(/wp-content/themes/apksure/assets/img/stars.svg) no-repeat left center;display:inline-block;height:12px;background-size:12px;width:12px;position:relative;top:1px}.stars-box.n-stars::before{background-image:url(/wp-content/themes/apksure/assets/img/stars_fill.svg)}@media (min-width:720px){.scroll-list-wrap{display:flex;justify-content:space-between}.scroll-list-wrap .scroll-list{flex-direction:column;overflow-x:initial;padding-bottom:0;flex:1}.scroll-list-wrap .scroll-list .apk{margin:0 16px 16px}.scroll-list-wrap .scroll-list dt{height:76px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;border-radius:4px}.scroll-list-wrap .scroll-list dt .content{padding:0 12px}.scroll-list-wrap .scroll-list dt .title{width:auto;font-size:14px;height:22px;max-width:initial}.scroll-list-wrap .scroll-list dt .developer{display:block;font-weight:400;font-size:12px;line-height:16px;color:#5E5E5E;height:16px;margin-top:4px;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.scroll-list-wrap .scroll-list dt .pre-reg-count-text P{display:inline-block}}.ar_fix .title-bar{padding:0 16px 0 26px}.ar_fix .search-trending .search-top .search-wd a{margin-right:0;margin-left:4px}@media (max-width:720px){.ar_fix .hot-search-games-24h .scroll-list .apk{margin-left:8px;margin-right:0}.ar_fix .hot-search-games-24h .scroll-list .apk:first-child{margin-left:0;margin-right:16px}.ar_fix .hot-search-games-24h .scroll-list .apk:last-child{margin-right:0;margin-left:16px}}html[lang="ja"] .search-trending .search-title,html[lang="th-TH"] .search-trending .search-title,html[lang="ar"] .search-trending .search-title,html[lang="ur"] .search-trending .search-title{font-weight:700}html[lang="ja"] .title-bar,html[lang="th-TH"] .title-bar,html[lang="ar"] .title-bar,html[lang="ur"] .title-bar{font-weight:700}html[lang="ja"] .hot-search-games-24h .scroll-list dt .title,html[lang="th-TH"] .hot-search-games-24h .scroll-list dt .title,html[lang="ar"] .hot-search-games-24h .scroll-list dt .title,html[lang="ur"] .hot-search-games-24h .scroll-list dt .title{font-weight:700}#so{display:none;position:absolute;width:100%;left:0;top:0;height:45px;background:#fff0;z-index:999999}.so{height:35px;line-height:35px;margin-top:6px;background:#24cd77;width:100%;display:-webkit-box;display:box;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal}.so .bb{width:40px}.so .bb a{display:block;width:35px;height:35px;text-align:center;padding-left:5px}.so .arrow-left{display:inline-block;position:relative;top:1px;right:5px;width:10px;height:10px;border:2px solid #fff;border-right:0;border-bottom:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.so .ll{background:#fff;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;border-radius:35px}.so .cc{width:40px;display:none;background:#fff}.so .cc a{display:block;width:40px;height:35px;background:url(/wp-content/themes/apksure/assets/img/clear.png) no-repeat center center;background-size:15px 15px}.so .rr{width:40px;background-size:20px 20px!important;border-radius:4px}.so .rr input{width:40px;height:35px;background-color:#fff0}.so .query{display:block;box-sizing:border-box;padding-left:16px;background:#fff0;height:35px;width:100%;font-size:14px}.so .twitter-typeahead{display:block!important;box-sizing:border-box;width:100%}.so .tt-hint{color:#999!important}.so .tt-menu{background-color:#FFF;margin-top:5px;padding:8px 0;width:100vw;left:-40px!important;height:calc(100vh - 45px);overflow-x:hidden;overflow-y:auto}.so .tt-suggestion{font-size:16px;line-height:24px;padding:12px 20px;color:#333;display:block;word-break:break-all}.so .tt-suggestion .tt-highlight{font-weight:inherit;color:#24CD77}.so .search-package{position:relative;margin:12px 16px;padding:0;display:flex;justify-content:space-between;align-items:center}.so .search-package .tt-highlight{font-weight:inherit;color:inherit}.so .search-package .package-info{display:flex;overflow:hidden}.so .search-package .package-info .icon{width:48px;height:48px;border-radius:15%;margin-right:12px;flex-shrink:0;box-sizing:border-box;border:1px solid #EEF3FA;background-color:#fff}.so .search-package .package-info .info{min-width:0}.so .search-package .package-info .info .info-title{margin-bottom:4px;font-size:14px;line-height:22px;margin-bottom:8px;color:rgb(0 0 0 / .9);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:fit-content;max-width:100%}.so .search-package .package-info .info .info-title strong{color:#24CD77}.so .search-package .package-info .info .info-tags{margin-bottom:4px;line-height:0;height:18px;overflow:hidden}.so .search-package .package-info .info .tag{display:inline-block;margin-right:4px;padding:1px 3px;border:1px solid rgb(0 0 0 / .2);border-radius:2px;font-size:10px;line-height:14px;color:rgb(0 0 0 / .6)}.so .search-package .package-info .info .tag.config-tag{border:1px solid #24CD77;border-radius:2px;font-size:10px;color:#24CD77}.so .search-package .package-info .info .info-intro{font-size:12px;line-height:16px;color:#A6A6A6}.so .search-package .package-info .info .info-intro>span{margin-right:12px}.so .search-package .package-info .info .info-intro>span::before{content:' ';display:inline-block;position:relative;width:10px;height:10px;background-size:10px;margin-right:4px;top:1px}.so .search-package .package-info .info .info-intro .score{color:var(--color_rates)}.so .search-package .package-info .info .info-intro .score::before{top:1.5px;width:12px;height:12px;background-size:12px;background-image:url(/wp-content/themes/apksure/assets/img/stars.svg)}.so .search-package .package-info .info .info-intro .score[data-score="0.0"] span{color:#fff}.so .search-package .package-info .info .info-intro .score[data-score="0.0"]::before{background-image:url(/wp-content/themes/apksure/assets/img/stars_fill.svg)}.so .search-package .package-info .info .info-intro .score-total::before{background-image:url(/wp-content/themes/apksure/assets/img/icon_comment_count.svg)}.so .search-package .package-info .info .info-intro .install-total::before{background-image:url(/wp-content/themes/apksure/assets/img/icon_download.svg)}.so .search-package .da{padding:5px 8px;font-size:12px;line-height:14px;color:#fff;background:#24CD77;border-radius:4px;flex-shrink:0}.so .search-package .da.normal-download{margin-left:12px}@keyframes bgShakeSearch{from,to{background-position:center 5px}25%{background-position:37px center}50%{background-position:center 9px}75%{background-position:33px center}}.so .tt-menu.tt-open{height:auto;max-height:500px;border-bottom:1px solid #EEE;box-shadow:0 2px 4px #eee;border-radius:0 0 8px 8px}.so .tt-menu.tt-open a.tt-suggestion{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}input{outline:none;border-radius:0;box-shadow:0 0;border:none}input[type="search"]::-webkit-search-cancel-button{display:none}div.article-content-bottom .article-list.swiper-wrapper{flex-wrap:unset!important}.selengkapnya{width:40%;display:block;margin:10px auto;background:rgb(36 205 119 / .1);padding:0;border-radius:4px;font-size:12px;line-height:36px;color:#24CD77;text-align:center;cursor:pointer;font-weight:500;box-shadow:none}.pagination ul{max-width:98%;display:flex;flex-wrap:wrap;background:#fff;padding:8px;border-radius:0 0 50px 50px;box-shadow:0 10px 15px rgb(0 0 0 / .1);justify-content:center}.pagination ul li{color:var(--color_navy);list-style:none;line-height:45px;text-align:center;font-size:18px;font-weight:500;cursor:pointer;user-select:none;transition:all 0.3s ease}.pagination ul li.numb{list-style:none;height:45px;width:45px;margin:0 3px;line-height:45px;border-radius:50%}.pagination ul li.numb.first{margin:0 3px 0 -5px}.pagination ul li.numb.last{margin:0 -5px 0 3px}.pagination ul li.dots{font-size:22px;cursor:default}.pagination ul li.btn{padding:0 20px;border-radius:50px}.pagination li.active{color:var(--color_navy_h);background:var(--bg_navy)}.pagination ul li.numb:hover{color:var(--color_navy_h)}.pagination ul li.numb a{color:var(--color_navy)}.pagination ul li.numb a:hover{color:var(--color_navy)}.pagination li.numb:hover{background:var(--bg_navy_h)}.pagination li.active:hover{background:var(--bg_navy)}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsl(0 0% 100% / .75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}#gallery.bs .flickity-prev-next-button{background:unset}#gallery.bs svg{width:10px!important;height:10px!important;background:white!important;padding:5px}#gallery.bs svg path{fill:black!important}#gallery.bs .flickity-prev-next-button{top:90%!important}#gallery.bs .flickity-prev-next-button.previous{left:auto;right:60px}#gallery.bs .flickity-prev-next-button.next{right:10px}#single_post .title-bar{display:flex;flex-direction:row;align-items:center;padding:10px 26px 10px 16px;gap:4px;color:var(--color_text_headings)}@media screen and (min-width:996px){#single_post .title-bar{justify-content:initial}}#single_post .title-bar h3{font-weight:500;font-size:16px;line-height:24px}#single_post .title-bar::after{content:" ";position:absolute;display:inline-block;align-self:center;width:6px;height:6px;border:2px solid var(--color_borders);border-right:0;border-bottom:0;-webkit-transform:rotate(135deg);transform:rotate(135deg);flex-shrink:0;right:16px}@media screen and (min-width:996px){#single_post .title-bar::after{position:initial;margin:0 8px}}#single_post .title-bar.no-more::after{content:none}#single_post.side{width:auto;padding-top:0;max-width:980px;margin:0 auto;min-height:auto;position:static}@media screen and (min-width:996px){#single_post.side{width:316px;min-height:500px;margin-left:16px;position:absolute;top:var(--header-footer-spacing);right:0}}#single_post.side .discover .apk-list-with .scroll-box{white-space:nowrap;font-size:0;padding:0 16px 12px;overflow-x:auto}#single_post.side .discover .apk-list-with .scroll-box::-webkit-scrollbar{display:none}@media screen and (min-width:996px){#single_post.side .discover .apk-list-with .scroll-box{white-space:initial;padding-bottom:0}}#single_post.side .discover .apk-list-with .scroll-box .apk{display:inline-flex;flex-direction:column;align-items:flex-start;padding:0;width:12.5%;white-space:initial;font-size:initial;width:calc((100% - 7 * var(--app-horizontal-spacing)) / 8)}@media screen and (max-width:719px){#single_post.side .discover .apk-list-with .scroll-box .apk{min-width:80px}}@media screen and (min-width:996px){#single_post.side .discover .apk-list-with .scroll-box .apk{flex-direction:row;align-items:center;margin-bottom:12px;width:100%;box-sizing:border-box}}@media screen and (min-width:996px){#single_post.side .discover .apk-list-with .scroll-box .apk:last-child{margin-bottom:16px}}#single_post.side .discover .apk-list-with .scroll-box .apk img{width:100%;height:auto;aspect-ratio:1/1;box-sizing:border-box;border:1px solid vr(--color_borders);border-radius:15%}@media screen and (min-width:996px){#single_post.side .discover .apk-list-with .scroll-box .apk img{width:56px;height:56px;min-width:auto;border-radius:9.6px}}#single_post.side .discover .apk-list-with .scroll-box .apk .content{margin-top:4px}@media screen and (min-width:996px){#single_post.side .discover .apk-list-with .scroll-box .apk .content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin-top:0;padding:0 12px}}#single_post.side .discover .apk-list-with .scroll-box .apk .content.pre-reg-count .title{-webkit-line-clamp:1;height:auto}#single_post.side .discover .apk-list-with .scroll-box .apk .content .title{word-break:break-word;font-weight:500;font-size:13px;line-height:22px;color:var(--color);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:44px}#single_post.side a.apk .stars-title.title:hover{color:var(--color_h)!important}@media screen and (min-width:996px){#single_post.side .discover .apk-list-with .scroll-box .apk .content .title{-webkit-line-clamp:1;height:auto;font-size:14px}}@media screen and (min-width:996px){#single_post.side .discover .apk-list-with .scroll-box .apk .content .stars-box{margin-top:8px}}#single_post.side .discover .apk-list-with .scroll-box .apk .content .pre-reg-count-text p{display:inline-block}#single_post.side .discover .apk-list-with .scroll-box .apk:hover .content .title{color:var(--color_h)}#single_post.side .discover .apk-list-with .scroll-box .apk+.apk{margin-left:var(--app-horizontal-spacing)}@media screen and (min-width:996px){#single_post.side .discover .apk-list-with .scroll-box .apk+.apk{margin-left:0}}@media screen and (min-width:996px){#single_post.side .discover .apk-list-with{margin-bottom:12px}}#single_post svg.svg-align{width:1em!important;height:1em!important;fill:currentColor}.hidden{display:none}.bp-login-widget-user-avatar,.bp-login-widget-user-links,.avatar-block,.yz-items-list-widget{padding-left:20px;padding-bottom:10px}.yz-posting-form-actions{background-color:var(--color_button)}#youzify{background-color:var(--color_bg)}.content p,.content h2,.content h3,.content h4,.content h5,.content ul{margin-bottom:10px}.cmt-tube .cmt-play{background-image:url(data:image/png;base64,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)}.details-tube .play,.cmt-tube .cmt-play:hover{background-image:url(data:image/png;base64,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)}@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

body.share-noscroll {
	overflow-y: hidden;
}

html.share-noscroll {
	overflow-y: hidden;
}

.share-btn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.share-btn .share-icon-container,.share-btn a,.share-btn button {
	position: relative;
	cursor: pointer;
	transition: width .15s ease-in-out;
}

.share-btn .share-icon-container .icon,.share-btn a .icon,.share-btn button .icon {
	display: inline-block;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}

.share-toolbox a,.share-toolbox button,.share-toolbox .share-icon-container .icon {
	height: 32px;
	width: 32px;
	overflow: hidden;
	margin-right: 5px;
	border-radius: 10%;
	display: inline-block;
}

.share-toolbox a .icon,.share-toolbox button .icon {
	height: 100%;
	width: 100%;
}

button[data-sharer],button.share-more {
	background: 0;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.share-menu * {
	box-sizing: border-box;
}

.share-menu {
	font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Lucida Grande","Arial","Verdana","sans-serif";
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in-out;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.share-menu.show {
	opacity: 1;
	z-index: 999999;
	visibility: visible;
}

.share-menu .title {
	font-size: 42px;
	line-height: 42px;
	padding: 20px;
	color: #fff;
	font-weight: 200;
}

.share-menu .share-title {
	font-size: 16px;
	color: #eeecec;
	font-weight: 300;
}

.share-menu .share-url {
	line-height: 18px;
	opacity: .6;
	font-weight: 200;
}

.share-shadow {
	background: #17181a;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: .9;
}

.share-list {
	padding-top: 15px;
}

.share-list a {
	cursor: pointer;
	width: 24%;
	display: inline-table;
	color: #fff;
	margin: 10px auto;
}

.share-list a .icon {
	display: block;
	width: 75%;
	padding-top: 75%;
	background-position: center;
	background-repeat: no-repeat;
	min-width: 50px;
	min-height: 50px;
	margin: 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.share-list a .text {
	font-size: 12px;
}

.share-closed {
	z-index: 1;
	background-color: #fff;
	background-image: url(/wp-content/themes/apksure/assets/img/Closed-icon.svg);
	background-position: center;
	background-size: 12px;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	line-height: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: fixed;
	top: 30px;
	right: 30px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.share-closed:hover {
	opacity: .8;
}

.share-text {
	color: #fff;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%,0);
	width: 90%;
	max-width: 570px;
	text-align: center;
	min-height: 320px;
	padding: 10px 0 80px;
}

.share-btn .icon {
	background-size: 80%;
}

.share-fb .icon {
	background-color: #3b5998;
	background-image: url(/wp-content/themes/apksure/assets/img/Facebook.svg);
}

.share-t .icon {
	background-color: #1da1f2;
	background-image: url(/wp-content/themes/apksure/assets/img/Twitter.svg);
}

.share-vk .icon {
	background-color: #6383a8;
	background-image: url(/wp-content/themes/apksure/assets/img/Vkontakte.svg);
}

.share-reddit .icon {
	background-color: #ff5700;
	background-image: url(/wp-content/themes/apksure/assets/img/Reddit.svg);
}

.share-whatsapp .icon {
	background-color: #4dc247;
	background-image: url(/wp-content/themes/apksure/assets/img/WhatsApp.svg);
}

.share-gmail .icon {
	background-color: #db4437;
	background-image: url(/wp-content/themes/apksure/assets/img/Gmail.svg);
}

.share-googlebookmark .icon {
	background-color: #4285f4;
	background-image: url(/wp-content/themes/apksure/assets/img/GoogleBookmark.svg);
}

.share-e .icon {
	background-color: #585858;
	background-image: url(/wp-content/themes/apksure/assets/img/Email.svg);
}

.share-adfty .icon {
	background-color: #9dcb43;
	background-image: url(/wp-content/themes/apksure/assets/img/Adfty.svg);
}

.share-linkedin .icon {
	background-color: #0077b5;
	background-image: url(/wp-content/themes/apksure/assets/img/LinkedIn.svg);
}

.share-print .icon {
	background-color: #738a8d;
	background-image: url(/wp-content/themes/apksure/assets/img/Print.svg);
}

.share-pinterest .icon {
	background-color: #cb2027;
	background-image: url(/wp-content/themes/apksure/assets/img/Pinterest.svg);
}

.share-messenger .icon {
	background-color: #0084ff;
	background-image: url(/wp-content/themes/apksure/assets/img/Messenger.svg);
}

.share-sinaweibo .icon {
	background-color: #e6162d;
	background-image: url(/wp-content/themes/apksure/assets/img/SinaWeibo.svg);
}

.share-blogger .icon {
	background-color: #f57d00;
	background-image: url(/wp-content/themes/apksure/assets/img/Blogger.svg);
}

.share-100zakladok .icon {
	background-color: #6c8dbe;
	background-image: url(/wp-content/themes/apksure/assets/img/100zakladok.svg);
}

.share-amazon .icon {
	background-color: #f90;
	background-image: url(/wp-content/themes/apksure/assets/img/Amazon.svg);
}

.share-telegram .icon {
	background-color: #08c;
	background-image: url(/wp-content/themes/apksure/assets/img/Telegram.svg);
}

.share-myspace .icon {
	background-color: #282828;
	background-image: url(/wp-content/themes/apksure/assets/img/Myspace.svg);
}

.share-wechat .icon {
	background-color: #2dc100;
	background-image: url(/wp-content/themes/apksure/assets/img/WeChat.svg);
}

.share-line .icon {
	background-color: #00c300;
	background-image: url(/wp-content/themes/apksure/assets/img/Line.svg);
}

.share-viber .icon {
	background-color: #7b519d;
	background-image: url(/wp-content/themes/apksure/assets/img/Viber.svg);
}

.share-odnoklassniki .icon {
	background-color: #d57819;
	background-image: url(/wp-content/themes/apksure/assets/img/Odnoklassniki.svg);
}

.share-qrcode .icon {
	background-color: #4a8bf6;
	background-image: url(/wp-content/themes/apksure/assets/img/Qrsrc.svg);
	background-size: 80%;
}

.share-more .icon {
	background-color: #ff6550;
	background-image: url(/wp-content/themes/apksure/assets/img/share-more-icon.svg);
	background-size: 32px 32px;
}

@media(min-width:640px) {
	.share-list a {
		width: 18%;
	}
}

.share-mob .share-side-counter {
	display: inline-block;
	width: 48px;
	text-align: center;
	overflow-wrap: break-word;
}

.share-mob .share-side-counter .share-side-count {
	font-size: 17px;
	line-height: 1.25em;
	color: #222;
}

.share-mob .share-side-counter .share-side-text {
	font-size: 9px;
	line-height: 1.25em;
	color: #222;
	letter-spacing: 1px;
}

.share-mob .share-bottom-counter {
	right: 46px;
	display: block;
	border-radius: 4px;
	background-color: #fff;
	color: #666;
	position: absolute;
	height: 25px!important;
	padding: 2px 5px;
	line-height: 12px;
	text-align: center;
	top: 5.5px;
	font-size: 12px;
}

@media(min-width:996px) {
	.share-mob .share-bottom-counter {
		display: none;
	}

	.share-mob ul {
		z-index: 99999;
		display: block;
		position: fixed;
		top: 20%;
		right: 0;
		text-align: right;
		animation-duration: .5s;
		animation-fill-mode: both;
		animation-name: slideInRight;
	}

	.share-mob .share-icon-container,.share-mob a {
		height: 48px;
		width: 48px;
		overflow: hidden;
		float: right;
	}

	.share-mob .share-icon-container:hover,.share-mob a:hover {
		width: 64px;
	}

	.share-mob .share-icon-container .icon,.share-mob a .icon {
		height: 100%;
		width: 100%;
	}

	.share-mob [data-sharer] .icon {
		background-size: 32px 32px;
	}
}

@media(max-width:996px) {
	.share-mob .share-shortcut {
		display: none;
	}

	.share-mob .share-side-counter {
		display: none;
	}

	.share-mob .share-icon-container,.share-mob a {
		margin-bottom: 10px;
		height: 40px;
		float: right;
	}

	.share-mob .share-icon-container.share-more,.share-mob .a.share-more {
		margin-bottom: 0;
	}

	.share-mob ul,.share-mob .share-open {
		position: fixed;
		right: 10px;
		bottom: 15px;
		z-index: 99999;
	}

	.share-mob .share-open {
		animation-duration: .5s;
		animation-fill-mode: both;
		animation-name: slideInRight;
		cursor: pointer;
		height: 40px;
		width: 40px;
		background: #ff6550;
		background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eshare%3C%2Ftitle%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23FFFFFF%22%3E%3Cpath%20d%3D%22M26%2C13.4285714%20C26%2C13.6220248%2025.9293162%2C13.7894338%2025.7879464%2C13.9308036%20L20.0736607%2C19.6450893%20C19.932291%2C19.786459%2019.7648819%2C19.8571429%2019.5714286%2C19.8571429%20C19.3779752%2C19.8571429%2019.2105662%2C19.786459%2019.0691964%2C19.6450893%20C18.9278267%2C19.5037195%2018.8571429%2C19.3363105%2018.8571429%2C19.1428571%20L18.8571429%2C16.2857143%20L16.3571429%2C16.2857143%20C15.6279725%2C16.2857143%2014.9750773%2C16.3080355%2014.3984375%2C16.3526786%20C13.8217977%2C16.3973217%2013.2488868%2C16.477306%2012.6796875%2C16.5926339%20C12.1104882%2C16.7079619%2011.6157015%2C16.8660704%2011.1953125%2C17.0669643%20C10.7749235%2C17.2678581%2010.3824423%2C17.5264121%2010.0178571%2C17.8426339%20C9.65327199%2C18.1588557%209.35565592%2C18.534596%209.125%2C18.9698661%20C8.89434408%2C19.4051361%208.71391434%2C19.9203839%208.58370536%2C20.515625%20C8.45349637%2C21.1108661%208.38839286%2C21.7842224%208.38839286%2C22.5357143%20C8.38839286%2C22.9449425%208.40699386%2C23.4025272%208.44419643%2C23.9084821%20C8.44419643%2C23.9531252%208.45349693%2C24.0405499%208.47209821%2C24.1707589%20C8.4906995%2C24.3009679%208.5%2C24.3995532%208.5%2C24.4665179%20C8.5%2C24.5781256%208.46837829%2C24.6711306%208.40513393%2C24.7455357%20C8.34188956%2C24.8199408%208.25446484%2C24.8571429%208.14285714%2C24.8571429%20C8.02380893%2C24.8571429%207.9196433%2C24.7938994%207.83035714%2C24.6674107%20C7.77827355%2C24.6004461%207.72991094%2C24.5186017%207.68526786%2C24.421875%20C7.64062478%2C24.3251483%207.59040206%2C24.2135423%207.53459821%2C24.0870536%20C7.47879436%2C23.9605648%207.43973225%2C23.87128%207.41741071%2C23.8191964%20C6.47246551%2C21.6986501%206%2C20.0208395%206%2C18.7857143%20C6%2C17.3050521%206.19717065%2C16.0662252%206.59151786%2C15.0691964%20C7.79688103%2C12.0706695%2011.0520568%2C10.5714286%2016.3571429%2C10.5714286%20L18.8571429%2C10.5714286%20L18.8571429%2C7.71428571%20C18.8571429%2C7.52083237%2018.9278267%2C7.35342333%2019.0691964%2C7.21205357%20C19.2105662%2C7.07068382%2019.3779752%2C7%2019.5714286%2C7%20C19.7648819%2C7%2019.932291%2C7.07068382%2020.0736607%2C7.21205357%20L25.7879464%2C12.9263393%20C25.9293162%2C13.067709%2026%2C13.2351181%2026%2C13.4285714%20L26%2C13.4285714%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
		background-position: center;
		border-radius: 50%;
		box-shadow: 0 2px 10px 0 rgba(0,0,0,.35);
		text-align: center;
	}

	.share-mob .share-open-bg {
		display: none;
		background-color: #17181a;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
		filter: alpha(opacity=45);
		-moz-opacity: .45;
		opacity: .45;
	}

	.share-mob .share-icon-container .text,.share-mob a .text {
		display: block;
	}

	.share-mob .share-icon-container span.icon {
		border-radius: 50%;
		height: 40px;
		width: 40px;
	}

	.share-mob .share-icon-container span,.share-mob a span {
		display: inline-block;
		height: 40px;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.35);
	}

	.share-mob .share-icon-container span.text,.share-mob a span.text {
		font-size: 12px;
		line-height: 24px;
		height: 24px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background-color: #fff;
		color: #666;
		padding: 0 10px;
		position: absolute;
		right: 46px;
		top: 8px;
	}

	.share-mob ul {
		display: none;
		animation-duration: .5s;
		animation-fill-mode: both;
	}

	.share-mob.open ul {
		display: block;
		animation-name: slideInUp;
	}

	.share-mob.open .share-open {
		display: none;
	}

	.share-mob.open .share-open-bg {
		display: block;
	}
}

.share-toolbox {
	text-align: center;
	font-size: 0;
}

@media print {
	.share-menu {
		display: none!important;
	}
}