/*
* main style
*/
body{
    font-size: 14px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
}
.cat_title.elementor-widget-heading .elementor-heading-title{
    font-size: 30px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -1.5px;
    text-align: left;
    color: #4b4b4b;
}
.cat_title.elementor-widget-heading {
    margin-bottom: 5px
}
.entry-footer{
    display: none;
}

/*
* group page
*/
.ev_group_main .um *, .um *:before, .um *:after {
    box-sizing: inherit;
}
.ev_group_main .ev_group_box{
    border-radius: 30px;
    filter: drop-shadow(0px 14px 37px rgba(46,55,77,0.1));
    background-color: #ffffff;
    padding: 30px;
    color: #4b4b4b;
    margin: 15px 0px;
}
.ev_group_box_row{
    align-items: center;
}
.ev_group_box_1{
    text-align: center;
}
.ev_group_box_1 img{
    border-radius: 50%;
    filter: drop-shadow(9.899px 9.899px 17.5px rgba(0,0,0,0.16));
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}
.ev_group_box_1 img:hover{
    -moz-transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -o-transform:scale(0.9);
    -ms-transform:scale(0.9);
    transform: scale(0.9);
}
.ev_group_box_2 span{
    font-size: 14px;
    color: #0b76ea;
}
.ev_group_box_2 h3{
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 800;
    margin: 0;
}
.ev_group_box_2 p{
    margin: 0;
    font-size: 12px;
}
.ev_group_box_2 a.um-button.um-groups-btn-join{
    margin-top: 15px;
    border-radius: 13px !important;
    border: 1px solid  #407AEF !important;
    box-shadow: 7.899px 7.899px 17.5px rgba(11,118,234,0.56) !important;
    background-color: #407AEF;
    font-size: 14px;
    font-weight: bold !important;
    color: #fff;
    box-shadow: none;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}
.ev_group_box_2 a.um-button:hover{
    transition-duration: 0.7s;
    -moz-transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -o-transform:scale(0.9);
    -ms-transform:scale(0.9);
    transform: scale(0.9);
}
.ev_group_box_2 a.um-button.um-groups-btn-leave,
.ev_group_box_2 a.um-button{
    margin-top: 15px;
    border-radius: 13px !important;
    border: 1px solid  #707070 !important;
    background: #fff;
    font-size: 14px;
    font-weight: bold !important;
    color: #4b4b4b;
    box-shadow: none;
    filter:none;
}
.ev_group_main #um-groups-filters ul.filters li:not(:last-child),
.ev_group_main #um-groups-filters ul.filters{
    border:none;
}
.ev_group_main #um-groups-filters ul.filters a{
    color: #4B4B4B;
    font-size: 20px;
    font-weight: bold;
}
.ev_group_main #um-groups-filters ul.filters li.active {
    background: transparent;
    border: none;
}
.ev_group_main #um-groups-filters ul.filters li a span {
    border-radius: 50%;
    padding: 2px 5px 2px 5px;
    background: #407AEF;
    border: none;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    margin-left: 10px;
    color: #fff;
    filter: drop-shadow(3px 1px 7.5px rgba(11,118,234,0.4));
}
.ev_group_main #um-groups-filters ul.filters li{
    padding: 15px;
}
.cat_radio_box label{
    font-size: 16px;
    border-radius: 13px;
    border: solid 1px #707070;
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: -0.85px;
    text-align: center;
    color: #4b4b4b;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}
.cat_radio_box input{
    opacity: 0;
    position: absolute;
}
.cat_radio_box.item input[checked="checked"] + label{
    background-color: #0b76ea;
    color: #ffffff;
    border: solid 1px #0b76ea;
    box-shadow: 10px 10px 30px -17px rgba(11, 118, 234, 0.56);
}
.cat_radio_box.item input + label:hover{
    background-color: #0b76ea;
    color: #ffffff;
    border: solid 1px #0b76ea;
    box-shadow: 10px 10px 30px -17px rgba(11, 118, 234, 0.56);
    transition-duration: 0.7s;
    -moz-transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -o-transform:scale(0.9);
    -ms-transform:scale(0.9);
    transform: scale(0.9);
}
.cat_radio_box.item{
    padding: 0 5px 20px 0;
}
.category_slide_main button{
    margin: 3px 0 25px 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: solid 1px #707070;
    background-color: #ffffff;
    outline: none;
    font-weight: bold;
    color: #4b4b4b;
}
.ev_group_main #um-groups-filters ul.filters li.create{
    position: relative;
}
.ev_group_main #um-groups-filters ul.filters li.create a:after{
    content: '\f067';
    position: absolute;
    right: -35px;
    top: 6px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #4B4B4B;
    border-radius: 50%;
    line-height: 35px;
    font-size: 15px;
    color: #4B4B4B;
}


/*
* group single
*/
.um-groups-single  *,
.um-groups-single ::after,
.um-groups-single ::before {
    box-sizing: border-box !important;
}

.directory_single .ev_group_box_2 h3 {
    font-size: 30px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: -1.5px;
    color: #4b4b4b;
    margin: 0;
}
.directory_single .ev_group_box_2 p{
    display: inline-block;
    float: left;
}
.directory_single .ev_group_box_2 .um-groups-single-button{
    float: none;
}
.directory_single .ev_group_box_2 a.um-button.um-groups-btn-join{
    margin-top: 0;
}
.directory_single .ev_group_box_2 a.um-button.um-groups-btn-leave,
.directory_single .ev_group_box_2 a.um-button[data-groups-button-default="Leave Group"]{
    margin-top: 0;
    border-radius: 0 !important;
    border: none !important;
    filter: none;
    background-color: transparent;
    font-size: 12px;
    font-weight: normal !important;
    color: #4b4b4b;
    box-shadow: none;
    display: inline-block;
    padding: 0 !important;
    line-height: 24px !important;
    opacity: 0.48;
}
.directory_single .um-groups-single-button{
    display: inline-block;
    line-height: 24px;
    float: left;
    margin-left: 12px;
}
.um-groups-single div.um-group-tabs-wrap {
    border-radius: 0;
    border-top: none;
    border-bottom: none;
    margin: 0;
    margin-top: 0;
    margin-bottom: 30px;
    padding: .6em 0;
}
.um-groups-single ul.um-groups-single-tabs li{
    border-radius: 13px;
    border: solid 1px #707070;
    padding: 10px 20px;
    margin-right: 10px;
}
.um-groups-single ul.um-groups-single-tabs li a{
    padding: 0;
    font-size: 17px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: -0.85px;
    text-align: center;
    color: #4b4b4b;
}
.um-groups-single ul.um-groups-single-tabs li.um-groups-tab-slug_settings{
    display:none;
}
.um-groups-single ul.um-groups-single-tabs li.active{
    box-shadow: 10px 10px 30px 0 rgba(11, 118, 234, 0.48);
    background-color: #0b76ea;
    border: solid 1px #0b76ea;
}
.um-groups-single ul.um-groups-single-tabs li.active a{
    color: #fff;
}
.um-groups-new-post .um-groups-head {
    background: transparent;
    border-radius: 0;
    padding:0;
    border: none;
    border-bottom-color: snow;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #757575;
}
.um-groups-new-post .um-groups-body {
    min-height: 10px;
    border: none;
    border-top: 0;
    border-bottom: 0;
    background: #fff;
}
.um-groups-new-post .um-groups-foot {
    padding: 0 5px 0 0;
    background: transparent;
    border: none;
    border-top-color: snow;
    border-bottom: 0;
    border-radius: 0;
    margin-top: 15px;
}
.um-groups-widget.um-groups-new-post{
    border-radius: 40px;
    box-shadow: 0 14px 64px 0 rgba(46, 55, 77, 0.1);
    background-color: #ffffff;
    padding: 40px;
}
.um-groups-new-post .um-groups-body .um-groups-textarea{
    border-radius: 30px;
    border: solid 1px #d3d3d3;
    background-color: #ffffff;
    min-height: 120px;
    margin-top: 10px;
    padding: 10px;
}
.um-groups-new-post.um-groups-widget .um-groups-foot  .upload{
    height: auto !important;
    font-size: 30px;
    color: #757575;
}
.um-groups-widget.um-groups-new-post .ajax-upload-dragdrop{
    width: auto;
}
.entry-content .um-groups-foot a.um-button, .um-groups-foot a.um-button{
    border-radius: 25px !IMPORTANT;
    box-shadow: 10px 10px 30px 0 rgba(11, 118, 234, 0.56);
    background-color: #0b76ea;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29px !important;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 5px 40px !important;
    height: auto !important;
    width: auto !important;
}
.um-groups-wall .um-groups-head{
    background: transparent;
    border-radius: 0;
    padding: 8px 6px 8px 15px;
    border: 0;
    border-bottom-color: transparent;
    color: #555;
    font-weight: 700;
    font-size: 12px;
}
.um-groups-wall .um-groups-widget {
    margin-top: 55px;
    box-shadow: none;
    border-radius: 0;
}
.um-groups-wall .um-groups-head .um-groups-right{
    display: none;
}
.um-groups-wall  .um-groups-body{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
    margin-top: 10px;
    border: none;
    box-shadow: 0 14px 64px 0 rgba(46, 55, 77, 0.1);
}
.um-groups-wall  .um-groups-disp {
    border-top: none;
    font-size: 13px;
    margin: 0;
    padding: 15px 20px;
}
.um-groups-wall .um-groups-disp-comments a span.um-groups-disp-span,
.um-groups-wall .um-groups-disp-likes a span.um-groups-disp-span {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #757575;
}
.um-groups-wall .um-groups-disp-comments a span.um-groups-post-comments,
.um-groups-wall .um-groups-disp-likes a span.um-groups-post-likes {
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #0b76ea;
}
.um-groups-wall .um-groups-disp-likes,
.um-groups-wall .um-groups-disp-comments{
    text-align: center;
}
.um-groups-wall .um-groups-bodyinner-txt {
    padding: 20px 20px 5px;
}
.um-groups-bodyinner-photo img{
    max-width: inherit !important;
    width: 100%;
}
.um-groups-wall  .um-groups-foot {
    border: none;
    border-top-color: transparent;
    box-shadow: 0 14px 64px 0 rgba(46, 55, 77, 0.1);
    padding: 15px;
    z-index: 9;
    position: relative;
}
.um-groups-wall  .um-groups-foot .um-groups-actions .um-groups-comment{
    display: none;
}
.um-groups-wall  .um-groups-foot .um-groups-actions .um-groups-like{
    border-radius: 25px;
    box-shadow: 10px 10px 30px 0 rgba(11, 118, 234, 0.56);
    background-color: #0b76ea;
    padding: 5px 20px;
}
.um-groups-wall  .um-groups-foot .um-groups-actions .um-groups-like a{
    height: auto;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.um-groups-wall  .um-groups-foot .um-groups-actions .um-groups-like a span {
    font-size: 19px;
    margin-left: 9px;
}
.um-groups-wall  .um-groups-foot .um-groups-actions .um-groups-like a i{
    color: #fff;
    font-size: 19px;
}
.um-groups-wall .um-groups-comments{
    box-shadow: 0 14px 64px 0 rgba(46, 55, 77, 0.1);
    background-color: #ffffff;
    border: none;
    z-index: 1;
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.um-groups-wall  .um-groups-commentwrap{
    margin: 10px 0;
}
div.um .um-form .um-groups-comment-box textarea.um-groups-comment-textarea{
    border-radius: 30px;
    border: solid 1px #d3d3d3 !important;
    background-color: #ffffff;
    min-height: 100px !important;
    padding: 18px !important;
}
.um-groups-wall .um-groups-widget a.um-button.um-groups-comment-post{
    border-radius: 25px !important;
    box-shadow: 10px 10px 30px 0 rgba(11, 118, 234, 0.56);
    background-color: #0b76ea;
    font-size: 16px;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px !important;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
    padding: 8px 25px !important;
    opacity: 1 !important;
}
.um-groups-single{
    padding: 50px 0px;
}
.um-groups-wall .um-groups-author-meta .um-groups-author-url a{
    font-size: 21px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -1.05px;
    color: #4b4b4b;
}
.um-groups-wall .um-groups-author-meta .um-groups-metadata a{
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #757575;
}
.um-groups-wall .um-groups-left.um-groups-author .um-groups-ava{
    margin-top: 5px;
}
.um-groups-single{
    max-width: 650px;
    margin: 0 auto;
}
.um-groups-wall .um-groups-foot .um-groups-actions .um-groups-like.active {
    box-shadow: none;
    background-color: transparent;
    border: solid 1px #707070;
    color: #4b4b4b;
    padding: 3px 10px;
}
.um-groups-wall .um-groups-foot .um-groups-actions .um-groups-like.active a{
    color: #4b4b4b;
}
.um-groups-wall .um-groups-foot .um-groups-actions .um-groups-like.active a i{
    color: #4b4b4b;
}

/*
* page user
*/
.um-page-user .entry-header{
    display: none;
}
.um-activity-new-post .um-activity-head {
    background: transparent;
    border-radius: 0;
    padding:0;
    border: none;
    border-bottom-color: snow;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #757575;
}
.um-activity-new-post .um-activity-body {
    min-height: 10px;
    border: none;
    border-top: 0;
    border-bottom: 0;
    background: #fff;
}
.um-activity-new-post .um-activity-foot {
    padding: 0 5px 0 0;
    background: transparent;
    border: none;
    border-top-color: snow;
    border-bottom: 0;
    border-radius: 0;
    margin-top: 15px;
}
.um-activity-widget.um-activity-new-post{
    border-radius: 40px;
    box-shadow: 0 14px 64px 0 rgba(46, 55, 77, 0.1);
    background-color: #ffffff;
    padding: 40px;
}
.um-activity-new-post .um-activity-body .um-activity-textarea{
    border-radius: 30px;
    border: solid 1px #d3d3d3;
    background-color: #ffffff;
    min-height: 120px;
    margin-top: 10px;
    padding: 10px;
}
.um-activity-new-post.um-groups-activity .um-activity-foot  .upload{
    height: auto !important;
    font-size: 30px;
    color: #757575;
}
.um-activity-widget.um-activity-new-post .ajax-upload-dragdrop{
    width: auto;
}
.entry-content .um-activity-foot a.um-button, .um-activity-foot a.um-button{
    border-radius: 25px !IMPORTANT;
    box-shadow: 10px 10px 30px 0 rgba(11, 118, 234, 0.56);
    background-color: #0b76ea;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29px !important;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 5px 40px !important;
    height: auto !important;
    width: auto !important;
}
.um-activity-wall .um-activity-head{
    background: transparent;
    border-radius: 0;
    padding: 8px 6px 8px 15px;
    border: 0;
    border-bottom-color: transparent;
    color: #555;
    font-weight: 700;
    font-size: 12px;
}
.um-activity-wall .um-activity-widget {
    margin-top: 55px;
    box-shadow: none;
    border-radius: 0;
}
.um-activity-wall .um-activity-head .um-activity-right{
    display: none;
}
.um-activity-wall  .um-activity-body{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
    margin-top: 10px;
    border: none;
    box-shadow: 0 14px 64px 0 rgba(46, 55, 77, 0.1);
}
.um-activity-wall  .um-activity-disp {
    border-top: none;
    font-size: 13px;
    margin: 0;
    padding: 15px 20px;
}
.um-activity-wall .um-activity-disp-comments a span.um-activity-disp-span,
.um-activity-wall .um-activity-disp-likes a span.um-activity-disp-span {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #757575;
}
.um-activity-wall .um-activity-disp-comments a span.um-activity-post-comments,
.um-activity-wall .um-activity-disp-likes a span.um-activity-post-likes {
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #0b76ea;
}
.um-activity-wall .um-activity-disp-likes,
.um-activity-wall .um-activity-disp-comments{
    text-align: center;
}
.um-activity-wall .um-activity-bodyinner-txt {
    padding: 20px;
}
.um-activity-bodyinner-photo img{
    max-width: inherit !important;
    width: 100%;
}
.um-activity-wall  .um-activity-foot {
    border: none;
    border-top-color: transparent;
    box-shadow: 0 14px 64px 0 rgba(46, 55, 77, 0.1);
    padding: 15px !important;
    z-index: 9;
    position: relative;
}
.um-activity-wall  .um-activity-foot .um-activity-actions .um-activity-comment{
    display: none;
}
.um-activity-wall  .um-activity-foot .um-activity-actions .um-activity-like{
    border-radius: 25px;
    box-shadow: 10px 10px 30px 0 rgba(11, 118, 234, 0.56);
    background-color: #0b76ea;
    padding: 5px 20px;
}
.um-activity-wall  .um-activity-foot .um-activity-actions .um-activity-like a{
    height: auto;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.um-activity-wall  .um-activity-foot .um-activity-actions .um-activity-like a span {
    font-size: 19px;
    margin-left: 9px;
}
.um-activity-wall  .um-activity-foot .um-activity-actions .um-activity-like a i{
    color: #fff;
    font-size: 19px;
}
.um-activity-wall .um-activity-comments{
    box-shadow: 0 14px 64px 0 rgba(46, 55, 77, 0.1);
    background-color: #ffffff;
    border: none;
    z-index: 1;
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.um-activity-wall  .um-activity-commentwrap{
    margin: 10px 0;
}
.um-page-user div.um .um-form .um-activity-comment-box textarea.um-activity-comment-textarea{
    border-radius: 30px;
    border: solid 1px #d3d3d3 !important;
    background-color: #ffffff;
    min-height: 100px !important;
    padding: 18px !important;
}
.um-activity-wall .um-activity-widget a.um-button.um-activity-comment-post{
    border-radius: 25px !important;
    box-shadow: 10px 10px 30px 0 rgba(11, 118, 234, 0.56);
    background-color: #0b76ea;
    font-size: 16px;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px !important;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
    padding: 8px 25px !important;
    opacity: 1 !important;
    height: auto !important;
}
.um-activity-single{
    padding: 50px 0px;
}
.um-activity-wall .um-activity-author-meta .um-activity-author-url a{
    font-size: 21px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -1.05px;
    color: #4b4b4b;
}
.um-activity-wall .um-activity-author-meta .um-activity-metadata a{
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #757575;
}
.um-activity-wall .um-activity-left.um-activity-author .um-activity-ava{
    margin-top: 5px;
}
.um-activity-single{
    max-width: 650px;
    margin: 0 auto;
}
.um-activity-wall .um-activity-foot .um-activity-actions .um-activity-like.active {
    box-shadow: none;
    background-color: transparent;
    border: solid 1px #707070;
    color: #4b4b4b;
    padding: 3px 10px;
}
.um-activity-wall .um-activity-foot .um-activity-actions .um-activity-like.active a{
    color: #4b4b4b;
}
.um-activity-wall .um-activity-foot .um-activity-actions .um-activity-like.active a i{
    color: #4b4b4b;
}
.um-page-user .um-profile-photo {
    float: left;
    position: relative;
    width: 200px;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
    left: calc(50% - 100px);
}
.um-page-user  .um-cover {
    background-color: #eee;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 14px 65px 0 rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    overflow: hidden;
}
.um-page-user  .um-main-meta {
    padding: 10px 0 0 0;
    text-align: center;
}
.um-page-user  .um-main-meta .um-name {
    float: none;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height:30px;
    text-align: center;
    color: #4b4b4b;
    margin-top: 100px;
    margin-right: 0;
}
.um-page-user  .um-main-meta .um-name a {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height:30px;
    text-align: center;
    color: #4b4b4b;
    position: relative;
    font-family: "Arial Black", Sans-serif;
}
.um-page-user .um-main-meta .um-name span.um-follows-you{
    display: block;
}
.um-page-user  .um-main-meta .um-name a  i{
    position: absolute;
    top: -35px;
    left: calc(50% - 15px);
    font-size: 30px;
}
.um-183.um .um-profile-meta {
    padding-left: 0 !important;
    padding-right: 0;
}
.um-page-user .um-header{
    border:none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.um-profile-photo a.um-profile-photo-img{
    border:none;
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.56);
}
.um-183.um .um-profile-photo a.um-profile-photo-img {
    box-shadow: 0px 0px 36px 0 rgba(0, 0, 0, 0.56);
    background: transparent;
    border: none !important;
}
.um-profile .um-profile-meta .um-friends-coverbtn{
    display: none;
}
.um-profile .um-profile-edit {
    position: absolute;
    top: -28px;
    right: -17px;
    vertical-align: middle;
    font-size: 20px;
    z-index: 66;
    margin-right: 10px;
    background: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color:#0b76ea;
}
.um-profile .um-profile-edit i{
    font-size: 20px;
}
.um-profile.um .um-profile-headericon a{
    color:#0b76ea;
}
.um-profile .um-meta-text{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #4b4b4b;
    max-width: 50%;
    margin: 0 auto;
}
.um-profile  .um-profile-nav {
    padding: 0;
    background: transparent;
    text-align: center;
    border-bottom: 1px solid #757575;
    margin: 30px 0 50px;
}
.um-profile .um-profile-nav-item a{
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #757575 !important;
    padding: 8px 12px;
}
.um-profile .um-profile-nav-item a:hover{
    background: transparent;
}
.um-profile .um-profile-nav-item i{
    display: none;
}
.um-profile.um .um-profile-nav-item.active a{
    background: transparent;
    border-bottom: 5px solid #0b76ea !important;
    border-radius: 0;
    margin: 0;
}
.um-profile.um .um-profile-nav-item.active a:hover{
    color: #757575 !important;
}

.um-profile-nav-item span.title{
    padding-left:0;
}
.um-profile .um-meta-text{
    font-family: "Arial Black", Sans-serif;
    letter-spacing: -1px;
}


/*
* checkout page
*/

.ev_checkout_page .checkout-cart-checkout-layout .two-column-layout-left,
.ev_checkout_page .checkout-cart-checkout-layout .two-column-layout-right{
    width:100%;
}
.cclw_cart_table table.onestepcheckout-summary th {
    border-bottom: none;
    background: transparent;
}
.ev_checkout_page .checkout-cart-checkout-layout thead tr {
    background: transparent;
    color: var(--main-bor-text-color);
    border-bottom: 5px solid #707070;
}
.ev_checkout_page .checkout-cart-checkout-layout table.onestepcheckout-summary th{
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    text-align: left;
    color: #4b4b4b;
    text-align: left !important;
}
.ev_checkout_page .checkout-cart-checkout-layout table.onestepcheckout-summary th.removepro{
    opacity: 0;
}
.ev_checkout_page table.onestepcheckout-summary td img{
    width: 40% !important;
    box-shadow: 0px 16px 30px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}
.ev_checkout_page #order_review_table td.thumb {
    width: 50% !important;
}
.ev_checkout_page #order_review_table td.cclw_qty {
    width: 20% !important;
}
.ev_checkout_page #order_review_table td.cclw_qty {
    width: 20% !important;
}
.ev_checkout_page #order_review_table td.total {
    width: 15% !important;
}
.ev_checkout_page #order_review_table td {
    vertical-align: middle;
}
.ev_checkout_page #order_review_table table tbody tr:nth-child(odd) td{
    padding: 20px 10px 0 !important;
    text-align: left !important;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
    color: #4b4b4b;
}
.ev_checkout_page #order_review_table table tbody tr:nth-child(odd) td span{
    font-size: 30px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
    color: #4b4b4b;
}
.ev_checkout_page #order_review_table table tbody tr td.more_details{
    padding-top: 15px !important;
    padding-left: 10px !important;
    padding-bottom: 15px !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #4b4b4b;
    border-color: #707070 !important;
}
.woocommerce-checkout .express-one-page-checkout-main h3.border_html{
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    text-align: left;
    color: #4b4b4b;
    background: transparent;
    border:none;
    border-bottom: 5px solid #707070;
    margin: -10px 0 15px !important;
}
.ev_checkout_page .woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.ev_checkout_page .woocommerce-checkout .express-one-page-checkout-main .form-row{
    padding: 3px 10px !important;
    display: block;
    width: 100%;
}
.ev_checkout_page .woocommerce-billing-fields__field-wrapper p:nth-child(1),
.ev_checkout_page .woocommerce-billing-fields__field-wrapper p:nth-child(2),
.ev_checkout_page .woocommerce-billing-fields__field-wrapper p:nth-child(3),
.ev_checkout_page .woocommerce-billing-fields__field-wrapper p:nth-child(4),
.ev_checkout_page .woocommerce-billing-fields__field-wrapper p:nth-child(5),
.ev_checkout_page .woocommerce-billing-fields__field-wrapper p:nth-child(6){
    width: 33.33% !important;
}
.ev_checkout_page .woocommerce-billing-fields__field-wrapper p label{
    width: 100%;
    margin: 0 0 3px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #4b4b4b;
}
.ev_checkout_page .woocommerce-checkout span.select2-selection.select2-selection--single,
.woocommerce form.checkout .express-one-page-checkout-main p.form-row input.input-text{
    border: solid 1px #707070 !important;
    background-color: #ffffff;
    border-radius: 0;
    min-height: 40px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #4b4b4b;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.select2.select2-container .select2-selection .select2-selection__arrow:before{
    line-height: 40px;
    color: #4b4b4b;
}
.express-one-page-checkout-main .cart_totals div {
    border-bottom: 1px solid;
    padding: 10px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce-checkout #payment div.form-row {
    padding: 1em;
    display: flex;
    flex-wrap: initial;
    margin-top: 15px !important;
    align-items: center;
}
.woocommerce-checkout #payment div.form-row .woocommerce-terms-and-conditions-wrapper{
    width: 100%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    color: white !important;
    float: right;
    height: 100%;
    border-radius: 16px;
    box-shadow: 10px 10px 30px 0 rgba(11, 118, 234, 0.48);
    background-color: #0b76ea !important;
    padding: 15px 0 !important;
    width: 170px;
    opacity: 1;
}
.woocommerce-terms-and-conditions-checkbox-text{
    font-size: 15px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #4b4b4b;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    border: solid 1px #0b76ea;
    border-radius: 16px;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    text-align: left;
    color: #4b4b4b;
}
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button{
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    text-align: right;
    color: #0b76ea;
    background: transparent;
}

/*
* Product List
*/
.woocommerce ul.products li.product .event-date{
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    text-align: left;
    color: #0b76ea;
    margin-bottom: 0;
}
.woocommerce ul.products li.product  .woocommerce-loop-product__title{
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    text-align: left;
    color: #4b4b4b;
    margin: 0;
    padding: 0px;
    margin-bottom: 5px;
}
.woocommerce ul.products li.product .row{
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .row > a{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.woocommerce ul.products li.product .price{

}
.woocommerce ul.products li.product .row .col-sm-4{
    padding: 0px;
    text-align: right;
}
.woocommerce ul.products li.product a img{
    margin: 0 0 20px;
}
.woocommerce.columns-4 ul.products li.product .row .col-sm-4,
.woocommerce.columns-4 ul.products li.product .row > a{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce.columns-4 ul.products li.product  .woocommerce-loop-product__title{
    font-size: 18px;
    line-height: 24px;
}
.woocommerce.columns-4  ul.products li.product .button{
    margin-top: 10px;
}
.woocommerce.columns-4 ul.products li.product .row .col-sm-4{
    text-align: left;
}
.woocommerce.live-event ul.products li.product, .woocommerce-page ul.products li.product{
    background-color: rgba(255, 242, 242, 0.4);
}

/* GENERAL */
.electricblue{
    color:#0B76EA;
}

/* WOOCOMERCE */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    background-color:#fff;
    -webkit-box-shadow: 0 15px 70px -5px rgba(0,0,0,0.1);
    box-shadow: 0 15px 70px -5px rgba(0,0,0,0.1);
}
.woocommerce ul.products li.product .button{
    color: #FFF;
    padding: 16px 25px;
    border-radius:30px;
    background: #0B76EA;
    text-transform:uppercase;
    font-family: "Arial Black", Sans-serif;
    margin: 0;
    margin-top: -8px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    text-align:center;
}
.woocommerce ul.products li.product .button:hover{
    transform: scale(0.9);
    -webkit-box-shadow: 10px 10px 30px -5px rgba(11,118,243,0.48);
    box-shadow: 10px 10px 30px -5px rgba(11,118,243,0.48);
    transition-duration: 0.2s;
}
.live-event .woocommerce ul.products li.product, .live-event .woocommerce-page ul.products li.product{
    background-color:rgba(255,198,198,0.4);
}

/* NETWORK */
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member{
    border:none;
    -webkit-box-shadow: 0 15px 70px -5px rgba(0,0,0,0.1);
    box-shadow: 0 15px 70px -5px rgba(0,0,0,0.1);
    border-radius:30px;
}
.um .um-button.um-alt, .um input[type=submit].um-button.um-alt{
    margin-top: 15px;
    border-radius: 13px !important;
    border: 1px solid #407AEF !important;
    box-shadow: 7.899px 7.899px 17.5px rgba(11,118,234,0.56) !important;
    background-color: #407AEF !important;
    font-size: 14px;
    font-weight: bold !important;
    color: #fff;
    box-shadow: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.um .um-button.um-alt:before, .um input[type=submit].um-button.um-alt:before{
    color:#fff;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-cover[data-ratio]{
    border-radius:30px;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-photo a img{
    border:none;
    -webkit-box-shadow: 0 15px 70px -5px rgba(0,0,0,0.1);
    box-shadow: 0 15px 70px -5px rgba(0,0,0,0.1);
}


/*
* Order Page
*/
.ev_order2 .woocommerce-order-details__title,
.ev_order2 .woocommerce-order-downloads__title{
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    text-align: left;
    color: #4b4b4b;
    border-bottom: 5px solid #707070;
    margin-bottom: 10px;
}
.woocommerce .ev_order2  table.shop_table{
    border:none;
}
.woocommerce .ev_order2  table.shop_table td a,
.woocommerce .ev_order2  table.shop_table td{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #4b4b4b;
}
.woocommerce .ev_order2 table.shop_table th,
.woocommerce .ev_order2 table.shop_table td {
    padding: 15px 5px;
}
.woocommerce .ev_order2  table.shop_table thead th span,
.woocommerce .ev_order2  table.shop_table thead th{
    font-size: 14px !important;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #4b4b4b;
    text-transform: uppercase;
}
.woocommerce .ev_order2  .woocommerce-order-details tr th:nth-child(2),
.woocommerce .ev_order2  .woocommerce-order-details tr td:nth-child(2){
    text-align: right;
}
.woocommerce .ev_order2  .woocommerce-order-downloads tr th:nth-child(2),
.woocommerce .ev_order2  .woocommerce-order-downloads tr td:nth-child(2){
    text-align: center;
}
.ev_order2 .woocommerce-column__title{
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    text-align: left;
    color: #4b4b4b;
    margin-bottom: 10px;
}
.ev_order2 .box{
    border: 1px solid #EBEBEB;
    padding: 0 40px 40px;
    margin-bottom: 30px;
}
.ev_order2 .box .img{
    background: #0b76ea;
    padding: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 100%;
}
.ev_order2 .box .img img{
    width: 15px;
}
.ev_order2 .box .d-flex{
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 40px;
}
.ev_order2 .box .cnt{
    text-align: right;
    margin-right: 20px;
}
.ev_order2 .box .cnt h2{
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #4b4b4b;
    padding: 0;
}
.ev_order2 .box .cnt p{
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    color: #4b4b4b;
    text-transform: uppercase;
}
.ev_order2 .order-again{
    display: none;
}
.woocommerce .ev_order2  .woocommerce-customer-details address{
    border: none;
    padding: 0;
    font-size: 13px;
    line-height: 22px;
    color: #4b4b4b;
}
.woocommerce .ev_order2 table.shop_table td.download-file{
    text-align: center;
}
.woocommerce .ev_order2 table.shop_table td.download-file a{
    color: #fff;
    border: 1px solid #0B76EA !important;
    background: #0B76EA !important;
    padding: 10px 22px;
    border-radius: 30px;
    background: transparent;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    filter: drop-shadow(9.899px 9.899px 17.5px rgba(11,118,234,0.56));
}
.woocommerce .ev_order2 table.shop_table td.download-file a:hover{
    transform: scale(0.9);
}
.ev_order1 .woocommerce-notice--success.woocommerce-thankyou-order-received{
    font-weight: bold;
    font-size: 16px;
    color: #64C92E;
    font-family: "Arial Black", Sans-serif;
}
.ev_order1  table thead tr{
    border-bottom: 5px solid #707070;
}
.ev_order1  table thead tr th{
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    text-align: left;
    color: #4b4b4b;
    padding: 15px 5px;
}
.ev_order1  table tbody tr td{
    margin: 0px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    text-align: left;
    color: #4b4b4b;
    padding: 15px 5px;
}
.ev_order1  table tbody tr td strong{
    font-weight: normal;
}
.woocommerce .ev_order2 table.shop_table tbody tr td,
.ev_order1  table tbody tr {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.ev_order1  table tbody tr td:nth-child(1){
    text-align: center;
}
.ev_order1 h3{
    font-size: 30px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    text-align: left;
    color: #4b4b4b;
    margin:40px 0 10px;
}
.ev_order1 a.ev_btn{
    color: #fff;
    border: 1px solid #0B76EA !important;
    background: #0B76EA !important;
    padding: 15px 30px;
    border-radius: 12px;
    background: transparent;
    margin: 20px 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    filter: drop-shadow(9.899px 9.899px 17.5px rgba(11,118,234,0.56));
    font-weight: bold;
    display: inline-block;
}
.ev_order1 a.ev_btn:hover{
    transform: scale(0.9);
    color: #fff;
    text-decoration: none;
}
.woocommerce .ev_order2 .woocommerce-order-details{
    margin: 40px 0;
}
.woocommerce .ev_order2 table.shop_table tfoot td,
.woocommerce .ev_order2 table.shop_table tfoot th {
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-top:none;
}


/*
* account page
*/
.um-account .um-account-side{
    border-radius: 30px;
    border: solid 1px #707070;
    background-color: #f8f8f8;
    padding: 50px 30px 30px;
    position: relative;
}
.um-account .um-account-side li{
    background: transparent;
    border-top: 1px solid #d6d5d5;
    padding: 10px 0px !important;
    margin: 0 !important;
}
.um-account .um-account-side li a{
    padding: 0px !important;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #757575;
}
.um-account .um-account-side li a:hover {
    background: transparent;
}
.um-account .um-account-side li a span.um-account-icon{
    display: none;
}
.um-account-side li a span.um-account-arrow {
    top: 2px;
}
.um-account-side li a:hover,
.um-account-side li a.current span.um-account-title,
.um-account-side li a:hover span.um-account-title,
.um-account-side li a.current,
.um-account-side li a.current:hover{
    color: #0b76ea !important;
}
.um-account .um-account-name {
    margin-bottom: 40px;
    margin-top: 10px;
}
.um-account .um-account-name a{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    text-align: center;
    color: #4b4b4b;
}
.um-account .um-account-name .um-account-profile-link a{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.65px;
    text-align: left;
    color: #0b76ea;
}
.um-account-main div.um-account-heading i{
    display: none;
}
.um-account-main div.um-account-heading{
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    text-align: left;
    color: #4b4b4b;
    border-bottom: 5px solid #707070;
    margin-bottom: 20px !important;
    width: 100%;
}
.um-account-main{
    padding: 0px 0px 0px 5.5em;
}
.um-account-main .um-account-tab-general{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.um-account-main .um-account-tab-general > div:nth-child(2),
.um-account-main .um-account-tab-general > div:nth-child(3),
.um-account-main .um-account-tab-general > div:nth-child(4){
    width: 33.33%;
    padding: 0px 10px 0 0;
    box-sizing: border-box;
    margin-bottom: 15px
}
.um-account-main .um-account-tab-general > div:nth-child(5){
    width: 70%;
    padding: 0px 10px 0 0;
    box-sizing: border-box;
    margin-bottom: 15px
}
.um-account-main .um-account-tab-general > div.um-field-user_email + .um-field{
    display: none;
}
.um-account-main .um-account-tab-general > div.um-col-alt-b{
    width: 30%;
    padding: 0px 10px 0 0;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    margin-bottom: 15px
}
.um-account-main .um-account-tab-general >  div.um-col-alt-b .um-left{
    float: none;
}
.um-field-label{
    margin: 0 !important
}
.um-field-label label{
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px!important;
    letter-spacing: normal;
    text-align: left;
    color: #4b4b4b;
    margin: 0;
    display: inline-block;
    width: auto;
}
.um .um-form .um-account-tab-general input{
    border: solid 1px #707070;
    background-color: #ffffff;
    border-radius: 0px;
}

.um  input[type=submit].um-button{
    border-radius: 16px;
    box-shadow: 10px 10px 30px 0 rgba(11, 118, 234, 0.48);
    background-color: #0b76ea;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.um .um-account-tab-general  input[type=submit].um-button{
    border-radius: 16px !important;
    background-color: #d3d3d3 !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #4b4b4b;
    box-shadow: none;
}
.um input[type=submit].um-button:hover{
    transform: scale(0.9);
}
.um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing > div:nth-child(1),
.um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing > div:nth-child(2),
.um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing > div:nth-child(3),
.um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing > div:nth-child(4),
.um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing > div:nth-child(5),
.um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing > div:nth-child(6){
    width: 33.33%;
    padding: 0px 10px 0 0;
    box-sizing: border-box;
    margin-bottom: 15px
}
.um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing > div:nth-child(7),
.um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing > div:nth-child(8),
.um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing > div:nth-child(9){
    width: 100%;
    padding: 0px 10px 0 0;
    box-sizing: border-box;
    margin-bottom: 15px
}
.um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing .um-field-state p{
    display: none;
}
.um-account .um-account-side:after{
    content: '';
    position: absolute;
    background: url('https://chaintalk.tv/wp-content/uploads/2020/04/Group-256@2x.png') #0b76ea;
    top: 0;
    right: 29px;
    width: 55px;
    height: 60px;
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.um-account .um-account-side .um-account-meta img{
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.48) !important;
}


/*
* download tab
*/
.ev_col_download .um-woo-grid-img a{
    width: 100%;
    max-width: inherit;
    padding: 0;
}
.ev_col_download .um-woo-grid-img a img{
    border-radius: 16px;
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.48) !important;
}
.ev_col_download h4{
    margin: 20px 0 5px;
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    color: #4b4b4b;
}
.ev_col_download p{
    margin: 0 !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    color: #4b4b4b;
}
.ev_col_download .btn{
    border-radius: 30px;
    box-shadow: 10px 10px 30px 0 rgba(11, 118, 234, 0.48);
    background-color: #0b76ea;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 8px 25px;
    margin-top: 15px;
}
.ev_col_download .btn:hover{
    transform: scale(0.9);
}
.ev_col_download{
    box-sizing: border-box;
}
.ev_col_download .um-woo-grid-item{
    margin: 15px 0;
}


/*
* product page
*/
.rb_top_product{
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 70px -5px rgba(0,0,0,0.1);
    box-shadow: 0 15px 70px -5px rgba(0,0,0,0.1);
    border-radius: 15px;
    align-items: center;
    overflow: hidden;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 60%;
    float: none;
    box-sizing: border-box;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    float: none;
    width: 40%;
    box-sizing: border-box;
    padding: 20px;
}
.product.type-product .summary.entry-summary iframe{
    display: none;
}
.woocommerce div.product div.images {
    margin-bottom: 0em;
}
.rb_top_product h1.entry-title{
    border:none;
    font-size: 32px;
    font-weight: bold;
    color: #4B4B4B;
}
.rb_top_product .product_meta{
    display: none;
}
.rb_top_product p{
    margin: 5px 0;
}
.woocommerce div.product form.cart .button{
    color: #FFF;
    padding: 16px 25px;
    border-radius: 30px;
    background: #0B76EA;
    text-transform: uppercase;
    font-family: "Arial Black", Sans-serif;
    margin: 0;
    margin-top: 20px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    text-align: center;
    -webkit-box-shadow: 10px 10px 30px -5px rgba(11,118,243,0.48);
    box-shadow: 10px 10px 30px -5px rgba(11,118,243,0.48);
    transition-duration: 0.2s;
}
.woocommerce div.product form.cart .button:hover{
    transform: scale(0.9);
    transition-duration: 0.2s;
}
.woocommerce-tabs.wc-tabs-wrapper{
    margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 1.618em;
    overflow: inherit;
    display: flex;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 !important;
    padding: 5px 20px;
    box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--woocommerce_events h2{
    margin: 0px;
    font-weight: 900 !important;
    font-size: 40px;
    font-weight: bold;
    color: #4B4B4B;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--woocommerce_events p{
    margin: 5px 0px;
    color: #4B4B4B;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--woocommerce_events{
    color: #4B4B4B;
}
.rb_prodct_iframe iframe{
    width: 100% !important;
}
.rb_prodct_iframe{
    margin: 30px 0px 20px;
}
.um-profile .gravatar.um-avatar{
    border-radius: 50% !important;
}
.um .um-button:before{
    display: none;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-members-edit-btn a.um-edit-profile-btn:before{
    display: none !important;
}
body .um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-members-edit-btn a.um-edit-profile-btn{
    -webkit-transition: all 300ms ease !important;
    -moz-transition: all 300ms ease !important;
    -ms-transition: all 300ms ease !important;
    -o-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-members-edit-btn a.um-edit-profile-btn:hover{
    transition-duration: 0.7s !important;
}
body a.um-friend-accept-btn,
body a.um-friend-btn,
body a.um-friend-edit,
body a.um-friend-pending-btn,
body a.um-friend-reject-btn,
body a.um-friend-respond-btn,
body a.um-login-to-friend-btn,
body a.um-unfriend-btn,
body a.um-unfriend-btn2
body a.um-follow-btn,
body a.um-follow-edit,
body a.um-login-to-follow-btn,
body a.um-unfollow-btn,
body a.um-unfollow-btn2{
    -webkit-transition: all 300ms ease !important;
    -moz-transition: all 300ms ease !important;
    -ms-transition: all 300ms ease !important;
    -o-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
}
.um .um-members .um-member-card .um-button{
    -webkit-transition: all 300ms ease !important;
    -moz-transition: all 300ms ease !important;
    -ms-transition: all 300ms ease !important;
    -o-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
}
.um .um-members .um-member-card .um-button{
    border-radius: 30px !important;
}
.um-members-friend-btn {
    margin: 10px 0 !important;
    line-height: 0;
}
.um-members-follow-btn {
    margin: 10px 0 !important;
    line-height: 0;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-members-edit-btn {
    margin: 10px 0 !important;
    height: 40px;
    line-height: 0;
}

.um-directory.uimob340 .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer .um-member-card-footer-buttons .um-members-list-footer-button-wrapper a.um-button.um-follow-btn{
    background-color: #407AEF;
    color: #fff;
    -webkit-transition: all 300ms ease !important;
    -moz-transition: all 300ms ease !important;
    -ms-transition: all 300ms ease !important;
    -o-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
    border-radius: 30px !important;
}
.um-directory.uimob340 .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer .um-member-card-footer-buttons .um-members-list-footer-button-wrapper a.um-button.um-unfollow-btn:hover,
.um-directory.uimob340 .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer .um-member-card-footer-buttons .um-members-list-footer-button-wrapper a.um-button.um-follow-btn:hover{
    transform: scale(0.9);
    transition-duration: 0.7s !important;
}
.um-directory.uimob340 .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer .um-member-card-footer-buttons .um-members-list-footer-button-wrapper a.um-button{
    background-color: #407AEF;
    -webkit-transition: all 300ms ease !important;
    -moz-transition: all 300ms ease !important;
    -ms-transition: all 300ms ease !important;
    -o-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
    border-radius: 30px !important;
}
.um-directory.uimob340 .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer .um-member-card-footer-buttons .um-members-list-footer-button-wrapper a.um-button:hover{
    transform: scale(0.9);
    transition-duration: 0.7s !important;
}
.um-directory.uimob340 .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer .um-member-card-footer-buttons .um-members-list-footer-button-wrapper a.um-button.um-unfollow-btn{
    color:#4b4b4b;
    border:1px solid #4b4b4b !important;
    background: transparent;
    -webkit-transition: all 300ms ease !important;
    -moz-transition: all 300ms ease !important;
    -ms-transition: all 300ms ease !important;
    -o-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
    border-radius: 30px !important;
}
.um-activity-widget img.gravatar.avatar{
    border-radius: 50% !important;
}
.woocommerce.live-event ul.products li.product .user-bought,
.woocommerce-page ul.products li.product .user-bought{
    text-align: center;
}
.um.um-profile .um-profile-navbar .um-followers-btn a.um-unfollow-btn{
    box-shadow: none !important;
}
.woocommerce ul.products li.product .row.ev_pr_list > a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce ul.products li.product .event-date{
    display: none;
}
.ev_pr_list_1 h3{
    font-size: 20px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: -1px;
    text-align: left;
    color: #0b76ea;
    margin: 0px !important;
    font-family: "Arial Black", Sans-serif;
    padding: 0 !important;
}
.ev_pr_list_1 p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.9px;
    text-align: left;
    color: #0b76ea;
    margin: 0;
}
.ev_pr_list_1 small{
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.14;
    letter-spacing: -0.7px;
    text-align: left;
    color: #909090;
    margin-left: 10px;
}
.ev_pr_list_1 img{
    max-width: 80px;
    display: inline-block !important;
    margin: 10px 0 0px !important;
}
.ev_pr_list_1{
    border-bottom: 1px solid #E6E4E4;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.ev_pr_list_2 .short_dis{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: -0.75px;
    text-align: left;
    color: #4b4b4b;
}
.woocommerce.darkmode ul.products li.product,
.woocommerce-page .darkmode ul.products li.product {
    box-shadow: 0 14px 64px 0 rgba(46, 55, 77, 0.1);
    background-color: #181818;
}
.darkmode .ev_pr_list_1 small{
    color: #d3d3d3;
}
.darkmode .ev_pr_list_2 .short_dis,
.woocommerce.darkmode ul.products li.product .woocommerce-loop-product__title{
    color: #d3d3d3;
}
.woocommerce.darkmode ul.products li.product .price{
    color: #d3d3d3;
}
.woocommerce.live-event .darkmode ul.products li.product .user-bought,
.woocommerce-page .darkmode ul.products li.product .user-bought{
    color: #d3d3d3;
}
.btn-um-button{
    border-radius: 16px;
    box-shadow: 10px 10px 30px 0 rgba(11, 118, 234, 0.48) !important;
    background-color: #0b76ea;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 20px;
    padding: 10px 30px;
    display: inline-block;
}


.um-online-pic a{
    border-radius: 100% !important;
}
.um-online-pic a, .um-online-pic img{
    border-radius: 100% !important;
}




@media (max-width:767px) {
    .woocommerce-checkout #payment div.form-row{
        flex-wrap: wrap;
    }
    .ev_checkout_page .woocommerce-billing-fields__field-wrapper p:nth-child(1), .ev_checkout_page .woocommerce-billing-fields__field-wrapper p:nth-child(2), .ev_checkout_page .woocommerce-billing-fields__field-wrapper p:nth-child(3), .ev_checkout_page .woocommerce-billing-fields__field-wrapper p:nth-child(4), .ev_checkout_page .woocommerce-billing-fields__field-wrapper p:nth-child(5), .ev_checkout_page .woocommerce-billing-fields__field-wrapper p:nth-child(6){
        width: 100% !important;
    }
    .ev_order1 a.ev_btn{
        margin-bottom: 30px;
    }
    .ev_register_box {
        margin-top: 40px;
    }
    .ev_login_box div#um-shortcode-social-904 a.um-button.um-button-facebook {
        width: 80%;
    }
    .ev_group_box_row .ev_group_box_2{
        text-align: center !important;
        margin: 10px 0;
    }
    .directory_single .ev_group_box_2 p {
        display: inline-block;
        float:none;
    }
    .um-groups-single ul.um-groups-single-tabs li{
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    .um-groups-single div.um-group-tabs-wrap{
        padding: 0;
    }
    .um-groups-single ul.um-groups-single-tabs li a{
        text-align: center;
    }
    .um.um-profile .um-profile-navbar{
        flex-wrap: wrap;
        width:100%;
    }
    .um.um-profile .um-profile-navbar .um-followers-btn,
    .um.um-profile .um-profile-navbar .um-messaging-btn,
    .um.um-profile .um-profile-navbar .um-followers-rc{
        width:50%;
        margin: 0;
    }
    .um.um-profile .um-profile-navbar .um-followers-rc a{
        justify-content: center;
    }
    .um.um-profile .um-profile-navbar .um-followers-btn a{
        width:100% !important;
    }
    div.uimob340 .um-profile-nav-item a,
    div.uimob500 .um-profile-nav-item a {
        padding: 10px 8px;
    }
    .um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing>div:nth-child(1),
    .um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing>div:nth-child(2),
    .um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing>div:nth-child(3),
    .um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing>div:nth-child(4),
    .um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing>div:nth-child(5),
    .um-account-main .um-account-tab-billing .um-woo-form.um-woo-billing>div:nth-child(6),
    .um-account-main .um-account-tab-general>div.um-col-alt-b,
    .um-account-main .um-account-tab-general>div:nth-child(5),
    .um-account-main .um-account-tab-general>div:nth-child(2),
    .um-account-main .um-account-tab-general>div:nth-child(3),
    .um-account-main .um-account-tab-general>div:nth-child(4){
        width: 100%;
    }
    .um-account-main .um-account-tab-general>div:nth-child(2){
        margin-top: 10px;
    }
    div.uimob500 .um-profile-nav-item i{
        font-size: 16px;
    }
    .um-col-alt-b{
        margin: 0 auto;
        margin-top: 30px;
    }
}
.um-183.um .um-profile-body.events {
    max-width: initial;
    margin: 0;
}
.profile-events article {
    box-shadow: 0px 15px 70px -5px rgba(0, 0, 0, 0.16);
    background-color: #FFFFFF;
    padding: 0;
}
.profile-events .elementor-post__thumbnail.elementor-fit-height {
    padding-bottom: calc( 0.66 * 100% );
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    overflow: hidden;
}
.profile-events .elementor-post__thumbnail.elementor-fit-height img {
    height: 100%;
    width: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    -ms-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);
    display: block;
    max-height: none;
    max-width: none;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
    border: none;
    border-radius: 0;
}
.profile-events .elementor-post__text {
    padding: 30px;
}
.profile-events .elementor-post__text:after {
    display: table;
    content: "";
    clear: both;
}
.profile-events .elementor-post__title {
    margin-bottom: 20px;
}
.profile-events .elementor-post__title a {
    color: #4B4B4B;
    font-family: "Arial Black", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
}
.profile-events .elementor-post__meta-data {
    color: #0B76EA;
    font-family: "Arial Black", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
}
.profile-events .elementor-post__meta-data span + span:before {
    content: "|";
    margin: 0 4px;
}
.profile-events .elementor-post__excerpt {
    margin-bottom: 10px;
}
.profile-events .elementor-post__excerpt p {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
}

.profile-events .elementor-post__read-more {
    float: right;
    padding: 12px 20px;
    background: #0B76EA;
    border-radius: 40px;
    color: white;
    font-size: 100%;
    font-family: "Arial Black", sans-serif;
    font-weight: 500;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.feeds .feed-item {
    background: #fff;
    -webkit-box-shadow: 0 14px 65px -5px rgba(46,55,77,0.1);
    box-shadow: 0 14px 65px -5px rgba(46,55,77,0.1);
    margin-bottom: 2rem;
}
.feeds .feed-item .feed-image {
    height: 200px;
    overflow: hidden;
}
.feeds .feed-item .feed-image img {
    height: auto;
    left: 50%;
    margin-bottom: 20px;
    max-width: initial;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    width: 400px;
}
.feeds .feed-item.cryptocompare .feed-image img {
    height: auto;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.feeds .feed-item .feed-badge {
    background-color: #EA9D0B;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 40px -5px rgba(243,157,11,1);
    box-shadow: 0 10px 40px -5px rgba(243,157,11,1);
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin: 20px;
    padding: .6em 1.2em;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 162px;
}
.feeds .feed-item.cointelegraph .feed-badge {
    background-color: #fabf2c;
    -webkit-box-shadow: 0 10px 40px -5px rgba(250,191,44,1);
    box-shadow: 0 10px 40px -5px rgba(250,191,44,1);
}
.feeds .feed-item.coinpost .feed-badge {
    background-color: #2ebdea;
    -webkit-box-shadow: 0 10px 40px -5px rgba(46,189,234,1);
    box-shadow: 0 10px 40px -5px rgba(46,189,234,1);
}
.feeds .feed-item.feedly .feed-badge {
    background-color: #2ab14c;
    -webkit-box-shadow: 0 10px 40px -5px rgba(42,177,76,1);
    box-shadow: 0 10px 40px -5px rgba(42,177,76,1);
}
.feeds .feed-item.coindog .feed-badge {
    background-color: #21212a;
    -webkit-box-shadow: 0 10px 40px -5px rgba(33,33,42,1);
    box-shadow: 0 10px 40px -5px rgba(33,33,42,1);
}
.feeds .feed-item.cryptocompare .feed-badge {
    background-color: #00d548;
    -webkit-box-shadow: 0 10px 40px -5px rgba(0,213,72,1);
    box-shadow: 0 10px 40px -5px rgba(0,213,72,1);
}
.feeds .feed-item.nextmoney .feed-badge {
    background-color: #1278d9;
    -webkit-box-shadow: 0 10px 40px -5px rgba(18,120,217,1);
    box-shadow: 0 10px 40px -5px rgba(18,120,217,1);
}
.feeds .feed-item.huoxing .feed-badge {
    background-color: #0a7ff2;
    -webkit-box-shadow: 0 10px 40px -5px rgba(10,127,242,1);
    box-shadow: 0 10px 40px -5px rgba(10,127,242,1);
}
.feeds .feed-item .feed-text {
    margin-top: 20px;
    padding: 0 30px;
}
.feeds .feed-item .feed-title {
    color: #757575;
    display: -webkit-box;
    font-family: "Roboto", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    height: 102px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.feeds .feed-item .feed-content {
    display: -webkit-box;
    height: 108px;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.feeds .feed-item .feed-content p {
    color: #777;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
}
.feeds .feed-item .feed-content p a {
    display: none;
}
.feeds .feed-item .feed-content img {
    display: none;
}
.feeds .feed-item .feed-more {
    color: #757575;
    display: block;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-top: 15px;
    text-transform: uppercase;
}
.feeds .feed-item .feed-footer {
    border-top: 1px solid #eaeaea;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 15px 30px;
}
.feeds .feed-item .feed-footer span {
    color: #adadad;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3em;
}


@media (min-width: 768px) {
    .checkout.woocommerce-checkout .cclw_cart_table {
        display: inline-block;
        float: left;
        width: 50%;

    }
    .checkout.woocommerce-checkout .cclw_cart_table > h3 {
        display: none;

    }
    .checkout.woocommerce-checkout .two-column-layout-left {
        display: inline-block;
        float: right;
        width: 50%;

    }
    .checkout.woocommerce-checkout .two-column-layout-right {
        display: inline-block;
        float: right;
        width: 50%;
    }
}

#alg_wc_cpg_input_fields_alg_custom_gateway_1_cypto-payment-data {
    height: 100px;
    width: 100%;
}




.event-upload-progressbar {
    background: rgba(0,0,0,.5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
.event-upload-progressbar.visible {
    display: block;
}
.event-upload-progressbar-wrapper {
    background-color: white;
    border-radius: 30px;
    display: inline-block;
    left: 50%;
    max-width: 320px;
    padding: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
}
.event-upload-progressbar .event-upload-progressbar-title {
    color: #0B76EA;
    font-size: 36px;
    margin: 0 0 40px 0;
}
.event-upload-progressbar .event-upload-progressbar-label {
    font-size: 18px;
}

@media (min-width: 768px) {
    .event-upload-progressbar-wrapper {
        max-width: 600px;
    }
}

@media (min-width: 768px) {
    .event-form .elementor-widget-container {
        margin: 0 auto;
        max-width: 718px;
    }
}

.elementor-widget-container h1 {
    font-size: 1.31rem;
    clear: both;
    color: #24292e;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaecef;
    padding-bottom: 10px;
    line-height: 1.2;
}

.elementor-form .elementor-field-group .elementor-field-textual {
    background-color: #ffffff;
    border: 1px solid #C9C9C9;
    border-radius: 30px;
    box-shadow: none;
    box-sizing: border-box;
    color: #666666;
    cursor: text;
    display: block;
    font-size: 15px;
    margin: 0;
    position: static;
    outline: none;
    width: 100%;
}

.elementor-form .elementor-field-group input.elementor-field-textual {
    height: 40px;
    padding: 0 12px;
}

.elementor-form .elementor-field-group textarea.elementor-field-textual {
    padding: 12px;
}

.elementor-form .elementor-field-group .elementor-upload-field {
    height: 64px;
    line-height: 50px;
}
.elementor-form .elementor-field-group .elementor-upload-field::-webkit-file-upload-button {
    visibility: hidden;
}
.elementor-form .elementor-field-group .elementor-upload-field::before {
    background-color: #407aef;
    border: 1px solid #407aef;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 5.899px 5.899px 17.5px rgba(11,118,234,0.56);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    padding: 12px 16px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 136px;
}
.elementor-form .elementor-field-group #post_thumbnail.elementor-upload-field::before {
    content: 'Select an image';
}
.elementor-form .elementor-field-group #post_video.elementor-upload-field::before {
    content: 'Select a video';
}

.elementor-widget-form #event_create_form .elementor-field-type-submit button[type=submit] {
    background-color: #407aef;
    border: 1px solid #407aef;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 5.899px 5.899px 17.5px rgba(11,118,234,0.56);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    flex-basis: auto;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    padding: 16px 35px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.elementor-widget-form #event_create_form .elementor-field-type-submit button[type=submit]:hover {
    transform: scale(0.9);
}

#rent_by_yourself {
    margin: 0 auto;
}
#rent_by_community {
    display: none;
}

.filecoin b {
    font-weight: bold;
}

.filecoin-users  {
    margin: 0 auto;
    max-width: 680px;
}
.filecoin-users .header  {
    border-bottom: 1px solid rgba(0,0,0,.4);
    font-size: 1.2rem;
}
.filecoin-users .even  {
    background-color: rgba(0,0,0,.2);
}

.filecoin .button {
    padding: 12px 20px;
    background: #0B76EA;
    border: 0 none;
    border-radius: 30px;
    color: #fff !important;
    cursor: pointer;
    font-size: 100%;
    font-family: "Arial Black", sans-serif;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.filecoin .button:hover {
    transform: scale(0.9);
}
.filecoin .button.disabled {
    opacity: .4;
    pointer-events: none;
}

.filecoin .panel {
    border: 1px solid #707070;
    border-radius: 28px;
    display: block;
    font-family: "Helvetica Neue";
    font-size: 16px;
    position: relative;
}
.filecoin .panel.filecoiner {
    background-color: #EFEFEF;
}
.filecoin .panel.filecoiner table.mobile {
    display: table;
}
.filecoin .panel.filecoiner table.desktop {
    display: none;
}
.filecoin .panel .title {
    background-color: #212121;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-weight: bold;
    height: 41px;
    left: 43px;
    line-height: 41px;
    padding: 0 32px;
    position: absolute;
    top: 0;
}
.filecoin .panel.filecoiner .title {
    background-color: #EFBF3D;
}
.filecoin .panel.contracts .title {
    background-color: #0D76EA;
}
.filecoin .panel.space-race .title {
    background-color: #6045F4;
}
.filecoin .panel.withdraw-request .title {
    background-color: #0D76EA;
}
.filecoin .panel.withdraw-history .title {
    background-color: #0DB7EA;
}
.filecoin .panel table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 60px 43px 15px 43px;
    width: calc(100% - 86px);
}
.filecoin .panel table td,
.filecoin .panel table th {
    border: 0 none;
    padding: 2px 0;
    vertical-align: middle;
}
.filecoin .panel table td {
    font-weight: 300;
}
.filecoin .panel table th {
    font-weight: 700;
}
.filecoin .panel td span {
    display: inline-block;
}

.filecoin .panel.filecoiner table tbody td:first-child {
    width: 140px;
}
.filecoin .panel.filecoiner span.wallet-address {
    margin-bottom: 3px;
    margin-right: 10px;
}
.filecoin .panel.filecoiner a {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 16px;
    white-space: nowrap;
}

.filecoin .panel.filecoiner .confirmation,
.filecoin .panel.withdraw-history .confirmation {
    padding: 12px 20px;
    background: #FFE576;
    border: 0 none;
    border-radius: 30px;
    color: #181818 !important;
    cursor: default;
    display: inline-block;
    font-size: 13px;
    font-family: "Helvetica Neue";
    font-weight: 300;
    padding: 5px 16px;
    text-align: center;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.filecoin .panel.filecoiner .confirmation.confirmed,
.filecoin .panel.withdraw-history .confirmation.confirmed {
    background: #73C44F;
}
.filecoin .panel.filecoiner .passport-front,
.filecoin .panel.filecoiner .passport-back {
    width: 120px;
}

.filecoin .panel.contracts a {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #0D76EA;
}
.filecoin .panel.contracts table {
    margin: 60px 0 15px 0;
    width: 100%;
}
.filecoin .panel.contracts table.mobile {
    display: table;
}
.filecoin .panel.contracts table.desktop {
    display: none;
}
.filecoin .panel.contracts p {
    font-size: 13px;
    font-weight: 300;
    margin: 60px 43px 15px 43px;
}
.filecoin .panel.contracts table th,
.filecoin .panel.contracts table td {
    border-bottom: 1px solid #CECECE;
    padding: 7px 0;
}
.filecoin .panel.contracts table th:first-child,
.filecoin .panel.contracts table td:first-child {
    padding-left: 43px;
}
.filecoin .panel.contracts table tr:last-child td {
    border-bottom: 0 none;
}

.filecoin .panel.info {
    padding: 20px 14px;
}
.filecoin .panel.info img {
    width: 200px;
}
.filecoin .panel.info h1 {
    border-bottom: 0 none;
    color: #0D76EA;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.filecoin .panel.info h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.filecoin .panel.info h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.filecoin .panel.info h4.blue {
    color: #0D76EA;
}
.filecoin .panel.info h4.green {
    color: #73C44F;
}
.filecoin .panel.info h4.red {
    color: #F21717;
}
.filecoin .panel.info h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.filecoin .panel.info h6 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.filecoin .panel.info p {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.filecoin .panel.info .button {
    display: block;
}
.filecoin .panel.info .total {
    padding: 0 10px;
}
.filecoin .panel.info .budget {
    background-color: #73C44F;
    border-radius: 12px;
    color: #fff;
    padding: 10px;
}
.filecoin .panel.info .budget h5 {
    color: #fff;
}

.filecoin .panel.info .today img {
    height: 36px;
    width: auto;
}

.filecoin .panel.withdraw-request .content {
    margin: 60px 43px 15px 43px;
}
.filecoin .panel.withdraw-request .content .amount-label {
    font-size: 12px;
}
.filecoin .panel.withdraw-request .content .amount-value {
    font-size: 14px;
    margin-bottom: 8px;
}
.filecoin .panel.withdraw-request .content .amount-error {
    color: #FC3C51;
    display: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
.filecoin .panel.withdraw-request .content .amount-error.visible {
    display: block;
}
.filecoin .panel.withdraw-request .content .request {
    margin-bottom: 20px;
}
.filecoin .panel.withdraw-request .content .request input {
    border: 1px solid #6A6A6A;
    border-radius: 7px;
    padding: 6px;
    margin-right: 5px;
}
.filecoin .panel.withdraw-request .content .request span {
    font-size: 14px;
}
.filecoin .panel.withdraw-request .content .request .button {
    border-radius: 12px;
    padding: 7px 20px;
    font-family: "Helvetica Neue";
    font-weight: bold;
    margin: 10px auto;
    display: block;
    width: 100px;
}
.filecoin .panel.withdraw-request .content .verification {
    margin-bottom: 20px;
}
.filecoin .panel.withdraw-request .content .verification .verification-item {
    font-size: 12px;
}

.filecoin .panel.description p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 15px 30px;
}

.filecoin .panel.chart {
    display: none;
    padding: 15px 30px;
}

.filecoin .panel.withdraw-history {
    background-color: #F4F4F4;
}
.filecoin .panel.withdraw-history .content {
    margin: 60px 43px 15px 43px;
}
.filecoin .panel.withdraw-history table {
    margin: 0 0 20px 0;
    width: 100%;
}
.filecoin .panel.withdraw-history table.mobile {
    display: table;
}
.filecoin .panel.withdraw-history table.desktop {
    display: none;
}
.filecoin .panel.withdraw-history table th,
.filecoin .panel.withdraw-history table td {
    border-bottom: 1px solid #CECECE;
    padding: 7px 0;
    width: 14%;
}
.filecoin .panel.withdraw-history table.desktop th {
    border-bottom: 4px solid #CECECE;
}
.filecoin .panel.withdraw-history table.desktop th.status {
    border-color: #0C4C93;
    color: #0C4C93;
}
.filecoin .panel.withdraw-history table.desktop th.wallet-address {
    border-color: #0D76EA;
    color: #0D76EA;
}
.filecoin .panel.withdraw-history table.desktop th.txid {
    border-color: #2E6017;
    color: #2E6017;
}
.filecoin .panel.withdraw-history table.desktop th.ordered-amount {
    border-color: #73C44F;
    color: #73C44F;
}
.filecoin .panel.withdraw-history table.desktop th.transaction-fee {
    border-color: #9A1524;
    color: #9A1524;
}
.filecoin .panel.withdraw-history table.desktop th.total-withdraw {
    border-color: #FC3C51;
    color: #FC3C51;
}

.filecoin .panel.mining-history table th:first-child,
.filecoin .panel.mining-history table td:first-child {
    padding-left: 30px;
}
.filecoin .panel.mining-history table tr:last-child td {
    border-bottom: 0 none;
}

.filecoin .panel.mining-history {
    background-color: #F4F4F4;
}
.filecoin .panel.mining-history h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0 30px;
    padding: 0;
}
.filecoin .panel.mining-history p {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 0 30px;
    padding: 0;
}
.filecoin .panel.mining-history p i {
    opacity: .7;
}
.filecoin .panel.mining-history table {
    margin: 0 0 20px 0;
    width: 100%;
}
.filecoin .panel.mining-history table.mobile {
    display: table;
}
.filecoin .panel.mining-history table.desktop {
    display: none;
}
.filecoin .panel.mining-history table th,
.filecoin .panel.mining-history table td {
    border-bottom: 1px solid #CECECE;
    padding: 7px 0;
    width: 14%;
}
.filecoin .panel.mining-history table.desktop th {
    border-bottom: 4px solid #CECECE;
}
.filecoin .panel.mining-history table.desktop th.income {
    border-color: #0C4C93;
    color: #0C4C93;
}
.filecoin .panel.mining-history table.desktop th.daily-25 {
    border-color: #0D76EA;
    color: #0D76EA;
}
.filecoin .panel.mining-history table.desktop th.daily-75 {
    border-color: #2E6017;
    color: #2E6017;
}
.filecoin .panel.mining-history table.desktop th.total-25 {
    border-color: #73C44F;
    color: #73C44F;
}
.filecoin .panel.mining-history table.desktop th.total-75 {
    border-color: #9A1524;
    color: #9A1524;
}
.filecoin .panel.mining-history table.desktop th.payout {
    border-color: #FC3C51;
    color: #FC3C51;
}

.filecoin .panel.mining-history table th:first-child,
.filecoin .panel.mining-history table td:first-child {
    padding-left: 30px;
}
.filecoin .panel.mining-history table tr:last-child td {
    border-bottom: 0 none;
}
.filecoin.filecoin-leader-dashboard .panel.info .panel-image {
    padding: 0;
    position: relative;
}
.filecoin.filecoin-leader-dashboard .panel.info .panel-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.filecoin.filecoin-leader-dashboard .panel.info .panel-data {
    padding-left: 0;
}

.filecoin.filecoin-leader-dashboard .panel.info .total-income,
.filecoin.filecoin-leader-dashboard .panel.info .total-available-payout,
.filecoin.filecoin-leader-dashboard .panel.info .total-locked-75 {
    background-color: #efefef;
    border-radius: 9px;
    margin: 9px 0;
    padding: 8px;
}
.filecoin.filecoin-leader-dashboard .panel.info .total-income {
    background-color: #1a930a;
}
.filecoin.filecoin-leader-dashboard .panel.info .total-available-payout {
    background-color: #fc3c51;
}
.filecoin.filecoin-leader-dashboard .panel.info .total-locked-75 {
    background-color: #9a1524;
}

.filecoin.filecoin-leader-dashboard .panel.info .total-label,
.filecoin.filecoin-leader-dashboard .panel.info .total-value {
    margin: 0;
    padding: 0;
}
.filecoin.filecoin-leader-dashboard .panel.info .total-income .total-label {
    color: #66dd56;
}
.filecoin.filecoin-leader-dashboard .panel.info .total-available-payout .total-label {
    color: #ffdade;
}
.filecoin.filecoin-leader-dashboard .panel.info .total-locked-75 .total-label {
    color: #ffdade;
}
.filecoin.filecoin-leader-dashboard .panel.info .total-label {
    font-size: 14px;
    font-weight: bold;
}
.filecoin.filecoin-leader-dashboard .panel.info .total-value {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.filecoin.filecoin-leader-dashboard .row.product {
    margin-top: 80px;
}
.filecoin.filecoin-leader-dashboard .row.product:last-child {
    margin-bottom: 80px;
}
.filecoin.filecoin-leader-dashboard .panel.product {
    background-color: #F4F4F4;
}
.filecoin.filecoin-leader-dashboard .panel.product table {
    margin-top: 4rem;
}
.filecoin.filecoin-leader-dashboard .panel.product table th {
    font-size: 14px;
}
.filecoin.filecoin-leader-dashboard .panel.product table td {
    font-size: 13px;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop {
    display: none;
    margin: 4rem 0 1rem 0;
    table-layout: fixed;
    width: 100%;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th {
    padding-bottom: 1rem;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th,
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th:first-of-type,
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td:first-of-type {
    padding-left: 43px;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th:last-of-type,
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td:last-of-type {
    padding-right: 43px;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th:nth-child(2),
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td:nth-child(2) {
    width: 180px;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th:nth-child(3),
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td:nth-child(3) {
    width: 70px;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th:nth-child(4),
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td:nth-child(4) {
    width: 40px;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th:nth-child(5),
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td:nth-child(5) {
    width: 90px;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th:nth-child(6),
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td:nth-child(6) {
    width: 90px;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th:nth-child(7),
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td:nth-child(7) {
    width: 60px;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th:nth-child(8),
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td:nth-child(8),
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th:nth-child(9),
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td:nth-child(9),
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th:nth-child(10),
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td:nth-child(10) {
    width: 120px;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop th:nth-child(11),
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td:nth-child(11) {
    width: 43px;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop tr.line th,
.filecoin.filecoin-leader-dashboard .panel.product table.desktop tr.line td {
    border-top: 1px solid #cecece;
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop tr.even {
    /*background-color: rgba(0,0,0,.05);*/
}
.filecoin.filecoin-leader-dashboard .panel.product table.desktop td {
    display: table-cell;
    overflow: hidden;
    padding: 8px 0;
    vertical-align: middle;
}

.filecoin.filecoin-leader-dashboard .panel.product .totals {
    bottom: -43px;
    position: absolute;
    right: 43px;
}
.filecoin.filecoin-leader-dashboard .panel.product .totals .total-value {
    background-color: #a0a0a0;
    border-radius: 0 0 10px 10px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    padding: 10px 0;
    text-align: center;
    width: 118px;
}
.filecoin.filecoin-leader-dashboard .panel.product .totals .total-value.income {
    background-color: #1a930a;
}
.filecoin.filecoin-leader-dashboard .panel.product .totals .total-value.available-payout {
    background-color: #fc3c51;
}
.filecoin.filecoin-leader-dashboard .panel.product .totals .total-value.locked-75 {
    background-color: #9a1524;
}


.filecoin.filecoin-admin-dashboard .chaintalk-dashboard table {
    max-width: 300px;
}
.filecoin.filecoin-admin-dashboard .master-dashboard table {
    max-width: 500px;
}
.filecoin.filecoin-admin-dashboard #pending_users td.yes {
    background-color: #8ed1a0;
}
.filecoin.filecoin-admin-dashboard #pending_users td.no {
    background-color: #d18e8e;
}

.ellipsify {
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .filecoin .panel.contracts table.mobile,
    .filecoin.filecoin-leader-dashboard .panel.product table.mobile {
        display: none;
    }
    .filecoin .panel.contracts table.desktop,
    .filecoin.filecoin-leader-dashboard .panel.product table.desktop {
        display: table;
    }

    .filecoin .panel.chart {
        display: block;
    }

    .filecoin .panel.withdraw-request .content .request .button {
        display: inline;
        margin: 0 0 0 20px;
        width: auto;
    }

    .filecoin .panel.filecoiner table.mobile {
        display: none;
    }
    .filecoin .panel.filecoiner table.desktop {
        display: table;
    }

    .filecoin .panel.withdraw-history table.mobile {
        display: none;
    }
    .filecoin .panel.withdraw-history table.desktop {
        display: table;
    }

    .filecoin .panel.mining-history table.mobile {
        display: none;
    }
    .filecoin .panel.mining-history table.desktop {
        display: table;
    }
}










/**/
